server/apps/files_sharing/l10n/ro.php
2014-03-11 01:59:39 -04:00

6 lines
232 B
PHP

<?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));";