4 lines
121 B
PHP
4 lines
121 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Saving..." => "შენახვა...",
|
|
"Encryption" => "ენკრიპცია"
|
|
);
|