diff options
Diffstat (limited to 'apps/files_encryption/l10n/oc.php')
-rw-r--r-- | apps/files_encryption/l10n/oc.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_encryption/l10n/oc.php b/apps/files_encryption/l10n/oc.php index 0a34c4cda12..87d1e6ceffb 100644 --- a/apps/files_encryption/l10n/oc.php +++ b/apps/files_encryption/l10n/oc.php @@ -1,3 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Saving..." => "Enregistra..." ); +$PLURAL_FORMS = "nplurals=2; plural=(n > 1);"; |