summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/eo.php
blob: b8f999eaafa28484968fc82aac2877fdc83fab4f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php
$TRANSLATIONS = array(
"Couldn't delete %s permanently" => "Ne povis foriĝi %s por ĉiam",
"Couldn't restore %s" => "Ne povis restaŭriĝi %s",
"Error" => "Eraro",
"restored" => "restaŭrita",
"Nothing in here. Your trash bin is empty!" => "Nenio estas ĉi tie. Via rubujo malplenas!",
"Name" => "Nomo",
"Restore" => "Restaŭri",
"Deleted" => "Forigita",
"Delete" => "Forigi",
"Deleted Files" => "Forigitaj dosieroj"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";