aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/ro.php
blob: cb47682f3235a7241740a7e20155921c47c6c039 (plain)
1
2
3
4
5
6
7
8
9
10
<?php
$TRANSLATIONS = array(
"Error" => "Eroare",
"Delete permanently" => "Stergere permanenta",
"Name" => "Nume",
"_%n folder_::_%n folders_" => array(,),
"_%n file_::_%n files_" => array(,),
"Delete" => "Șterge"
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));";