diff options
Diffstat (limited to 'apps/user_ldap/l10n/oc.php')
-rw-r--r-- | apps/user_ldap/l10n/oc.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/user_ldap/l10n/oc.php b/apps/user_ldap/l10n/oc.php index 95ab51caadd..81df26117f1 100644 --- a/apps/user_ldap/l10n/oc.php +++ b/apps/user_ldap/l10n/oc.php @@ -1,6 +1,8 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Deletion failed" => "Fracàs d'escafatge", "Error" => "Error", "Password" => "Senhal", "Help" => "Ajuda" ); +$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; |