4 lines
89 B
PHP
4 lines
89 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Saving..." => "Sparar...",
|
|
"Encryption" => "Kryptering"
|
|
);
|