8 lines
344 B
PHP
8 lines
344 B
PHP
<?php $TRANSLATIONS = array(
|
|
"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"
|
|
);
|