4 lines
94 B
PHP
4 lines
94 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Saving..." => "Ukládám...",
|
|
"Encryption" => "Šifrování"
|
|
);
|