4 lines
111 B
PHP
4 lines
111 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Saving..." => "Записване...",
|
|
"Encryption" => "Криптиране"
|
|
);
|