diff options
Diffstat (limited to 'apps/user_ldap/l10n/lb.php')
-rw-r--r-- | apps/user_ldap/l10n/lb.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/user_ldap/l10n/lb.php b/apps/user_ldap/l10n/lb.php index 0a268bbb391..23e289395e7 100644 --- a/apps/user_ldap/l10n/lb.php +++ b/apps/user_ldap/l10n/lb.php @@ -2,7 +2,10 @@ $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", -"Help" => "Hëllef" +"Back" => "Zeréck" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |