16 lines
416 B
PHP
16 lines
416 B
PHP
<?php
|
|
$TRANSLATIONS = array(
|
|
"Deletion failed" => "Konnt net läschen",
|
|
"Error" => "Fehler",
|
|
"_%s group found_::_%s groups found_" => array("",""),
|
|
"_%s user found_::_%s users found_" => array("",""),
|
|
"Save" => "Späicheren",
|
|
"Help" => "Hëllef",
|
|
"Host" => "Host",
|
|
"Password" => "Passwuert",
|
|
"Back" => "Zeréck",
|
|
"Continue" => "Weider",
|
|
"Advanced" => "Avancéiert"
|
|
);
|
|
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";
|