7 lines
163 B
PHP
7 lines
163 B
PHP
|
<?php $TRANSLATIONS = array(
|
||
|
"Personal" => "Perséinlech",
|
||
|
"Settings" => "Astellungen",
|
||
|
"Authentication error" => "Authentifikatioun's Fehler",
|
||
|
"Text" => "SMS"
|
||
|
);
|