diff options
Diffstat (limited to 'apps/user_ldap/l10n/oc.php')
-rw-r--r-- | apps/user_ldap/l10n/oc.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/apps/user_ldap/l10n/oc.php b/apps/user_ldap/l10n/oc.php index 81df26117f1..4bffe766a0b 100644 --- a/apps/user_ldap/l10n/oc.php +++ b/apps/user_ldap/l10n/oc.php @@ -2,7 +2,9 @@ $TRANSLATIONS = array( "Deletion failed" => "Fracàs d'escafatge", "Error" => "Error", -"Password" => "Senhal", -"Help" => "Ajuda" +"_%s group found_::_%s groups found_" => array("",""), +"_%s user found_::_%s users found_" => array("",""), +"Help" => "Ajuda", +"Password" => "Senhal" ); $PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; |