summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/l10n/ro.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/l10n/ro.php')
-rw-r--r--apps/files_sharing/l10n/ro.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_sharing/l10n/ro.php b/apps/files_sharing/l10n/ro.php
index 3197068cdd1..d17152ff1b1 100644
--- a/apps/files_sharing/l10n/ro.php
+++ b/apps/files_sharing/l10n/ro.php
@@ -1,4 +1,5 @@
-<?php $TRANSLATIONS = array(
+<?php
+$TRANSLATIONS = array(
"The password is wrong. Try again." => "Parola este incorectă. Încercaţi din nou.",
"Password" => "Parolă",
"Submit" => "Trimite",
@@ -9,3 +10,4 @@
"Cancel upload" => "Anulează încărcarea",
"No preview available for" => "Nici o previzualizare disponibilă pentru "
);
+$PLURAL_FORMS = "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));";