Blame view
sources/apps/files_sharing/l10n/ro.php
332 Bytes
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
03e52840d
|
3 |
"Password" => "Parolă", |
|
6d9380f96
|
4 5 6 7 8 |
"Shared by" => "impartite in ", "The password is wrong. Try again." => "Parola este incorectă. Încercaţi din nou.", "Name" => "Nume", "Save" => "Salvează", "Download" => "Descarcă" |
|
03e52840d
|
9 |
); |
|
31b7f2792
|
10 |
$PLURAL_FORMS = "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"; |