nextcloud/apps/files_trashbin/l10n/eo.php

13 lines
336 B
PHP

<?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);";