diff options
Diffstat (limited to 'lib/l10n/ro.php')
-rw-r--r-- | lib/l10n/ro.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/l10n/ro.php b/lib/l10n/ro.php index 5a34e9571e5..006e97ed865 100644 --- a/lib/l10n/ro.php +++ b/lib/l10n/ro.php @@ -1,4 +1,5 @@ -<?php $TRANSLATIONS = array( +<?php +$TRANSLATIONS = array( "Help" => "Ajutor", "Personal" => "Personal", "Settings" => "Setări", @@ -33,3 +34,4 @@ "years ago" => "ani în urmă", "Could not find category \"%s\"" => "Cloud nu a gasit categoria \"%s\"" ); +$PLURAL_FORMS = "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"; |