nextcloud/apps/files_encryption/l10n/id.php

7 lines
234 B
PHP
Raw Normal View History

2012-10-21 04:06:44 +04:00
<?php $TRANSLATIONS = array(
"Encryption" => "enkripsi",
"Exclude the following file types from encryption" => "pengecualian untuk tipe file berikut dari enkripsi",
"None" => "tidak ada",
"Enable Encryption" => "aktifkan enkripsi"
);