blob: dabb78b6a874875bd44165e5d06d4deb0ab6e8dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
<?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);";
|