Welcome to mirror list, hosted at ThFree Co, Russian Federation.

eo.php « l10n « files_trashbin « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3f4023c640a5ab13000d7ec813f1f3921d51ded2 (plain)
1
2
3
4
5
6
7
8
9
<?php
$TRANSLATIONS = array(
"Error" => "Eraro",
"Name" => "Nomo",
"Restore" => "Restaŭri",
"Delete" => "Forigi",
"Deleted Files" => "Forigitaj dosieroj"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";