8 lines
206 B
PHP
8 lines
206 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Help" => "Hëllef",
|
|
"Personal" => "Perséinlech",
|
|
"Settings" => "Astellungen",
|
|
"Authentication error" => "Authentifikatioun's Fehler",
|
|
"Files" => "Dateien",
|
|
"Text" => "SMS"
|
|
);
|