diff options
Diffstat (limited to 'apps/files_external/l10n/oc.php')
-rw-r--r-- | apps/files_external/l10n/oc.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_external/l10n/oc.php b/apps/files_external/l10n/oc.php index 47db011473f..99f2fd507d2 100644 --- a/apps/files_external/l10n/oc.php +++ b/apps/files_external/l10n/oc.php @@ -1,5 +1,7 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Groups" => "Grops", "Users" => "Usancièrs", "Delete" => "Escafa" ); +$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; |