4 lines
90 B
PHP
4 lines
90 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Saving..." => "Menyimpan...",
|
|
"Encryption" => "Enkripsi"
|
|
);
|