4 lines
73 B
PHP
4 lines
73 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Name" => "Numm",
|
|
"Delete" => "Läschen"
|
|
);
|