summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/l10n/eo.php
blob: fb60d7a0aa80adf7f697f68d621a792a027d7e35 (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);";