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