4 lines
115 B
PHP
4 lines
115 B
PHP
<?php $TRANSLATIONS = array(
|
||
"Saving..." => "Чување у току...",
|
||
"Encryption" => "Шифровање"
|
||
);
|