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