6 lines
234 B
PHP
6 lines
234 B
PHP
<?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"
|
|
);
|