summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/ro.php
blob: b00f37615f82b1a4ecc8ee1fc7f2def9ee2baf98 (plain)
1
2
3
4
5
6
7
8
<?php
$TRANSLATIONS = array(
"Deleted files" => "Sterge fisierele",
"Error" => "Eroare",
"Name" => "Nume",
"Delete" => "Șterge"
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));";