nextcloud/apps/files_encryption/l10n/id.php

8 lines
344 B
PHP
Raw Normal View History

2012-10-21 04:06:44 +04:00
<?php $TRANSLATIONS = array(
2013-02-21 03:15:58 +04:00
"Encryption" => "Enkripsi",
"File encryption is enabled." => "Enkripsi berkas aktif.",
"The following file types will not be encrypted:" => "Tipe berkas berikut tidak akan dienkripsi:",
"Exclude the following file types from encryption:" => "Kecualikan tipe berkas berikut dari enkripsi:",
"None" => "Tidak ada"
2012-10-21 04:06:44 +04:00
);