5 lines
190 B
PHP
5 lines
190 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Encryption" => "enkripsi",
|
|
"Exclude the following file types from encryption" => "pengecualian untuk tipe file berikut dari enkripsi",
|
|
"None" => "tidak ada"
|
|
);
|