5 lines
122 B
PHP
5 lines
122 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Deletion failed" => "Konnt net läschen",
|
|
"Password" => "Passwuert",
|
|
"Help" => "Hëllef"
|
|
);
|