2013-09-20 18:50:14 +04:00
|
|
|
<?php
|
|
|
|
$TRANSLATIONS = array(
|
2014-03-11 09:59:39 +04:00
|
|
|
"Invalid request" => "Fehlerhafte Anfrage",
|
|
|
|
"Delete" => "Löschen",
|
|
|
|
"__language_name__" => "Deutsch (Österreich)",
|
2014-03-12 09:57:17 +04:00
|
|
|
"Server address" => "Adresse des Servers",
|
2014-03-11 09:59:39 +04:00
|
|
|
"Password" => "Passwort",
|
|
|
|
"Email" => "E-Mail",
|
2014-03-12 09:57:17 +04:00
|
|
|
"Cancel" => "Abbrechen",
|
2014-03-11 09:59:39 +04:00
|
|
|
"Other" => "Anderes"
|
2013-09-20 18:50:14 +04:00
|
|
|
);
|
|
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|