4 lines
91 B
PHP
4 lines
91 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Saving..." => "Saugoma...",
|
|
"Encryption" => "Šifravimas"
|
|
);
|