5 lines
94 B
PHP
5 lines
94 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Error" => "Fehler",
|
|
"Name" => "Numm",
|
|
"Delete" => "Läschen"
|
|
);
|