4 lines
106 B
PHP
4 lines
106 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Saving..." => "جاري الحفظ...",
|
|
"Encryption" => "التشفير"
|
|
);
|