summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/l10n/ro.php
blob: ca0d5e077b0514c07494fb91c15b16c2aca8bf77 (plain)
1
2
3
4
5
6
<?php
$TRANSLATIONS = array(
"The password is wrong. Try again." => "Parola este incorectă. Încercaţi din nou.",
"Password" => "Parolă"
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));";