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