4 lines
95 B
PHP
4 lines
95 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Saving..." => "Kaydediliyor...",
|
|
"Encryption" => "Şifreleme"
|
|
);
|