13 lines
332 B
PHP
13 lines
332 B
PHP
<?php $TRANSLATIONS = array(
|
|
"Help" => "Hëllef",
|
|
"Personal" => "Perséinlech",
|
|
"Settings" => "Astellungen",
|
|
"Authentication error" => "Authentifikatioun's Fehler",
|
|
"Files" => "Dateien",
|
|
"Text" => "SMS",
|
|
"1 hour ago" => "vrun 1 Stonn",
|
|
"last month" => "Läschte Mount",
|
|
"last year" => "Läscht Joer",
|
|
"years ago" => "Joren hier"
|
|
);
|