server/apps/files_sharing/l10n/ro.php

7 lines
232 B
PHP
Raw Normal View History

2013-08-09 12:06:31 +00:00
<?php
$TRANSLATIONS = array(
2013-07-06 00:08:38 +00:00
"The password is wrong. Try again." => "Parola este incorectă. Încercaţi din nou.",
2014-03-11 05:59:39 +00:00
"Password" => "Parolă"
2012-09-19 00:07:26 +00:00
);
2013-08-09 12:06:31 +00:00
$PLURAL_FORMS = "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));";