4 lines
113 B
PHP
4 lines
113 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Saving..." => "Сохранение...",
|
|
"Encryption" => "Шифрование"
|
|
);
|