diff options
Diffstat (limited to 'apps/files_encryption/l10n/ro.php')
-rw-r--r-- | apps/files_encryption/l10n/ro.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_encryption/l10n/ro.php b/apps/files_encryption/l10n/ro.php index 9e04b627c42..3dcdce32418 100644 --- a/apps/files_encryption/l10n/ro.php +++ b/apps/files_encryption/l10n/ro.php @@ -1,4 +1,6 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Saving..." => "Se salvează...", "Encryption" => "Încriptare" ); +$PLURAL_FORMS = "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"; |