summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/l10n/lb.php
blob: b89a2ac8b61d2212edb631e6268de46cf98fa699 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?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("",""),
"Help" => "Hëllef",
"Password" => "Passwuert",
"Back" => "Zeréck",
"Continue" => "Weider"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";