summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/eo.php
blob: d1e30cba58883a032b8e099d308a9cf8cafaf0e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?php
$TRANSLATIONS = array(
"Error" => "Eraro",
"Delete permanently" => "Forigi por ĉiam",
"Name" => "Nomo",
"_%n folder_::_%n folders_" => array("",""),
"_%n file_::_%n files_" => array("",""),
"Restore" => "Restaŭri",
"Delete" => "Forigi",
"Deleted Files" => "Forigitaj dosieroj"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";