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

eo.php « l10n « files_versions « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cfd8b1845cb1d09674a6cc478e9e7f209cbe49a1 (plain)
1
2
3
4
5
6
7
8
9
10
<?php
$TRANSLATIONS = array(
"Could not revert: %s" => "Ne eblas malfari: %s",
"Versions" => "Versioj",
"Failed to revert {file} to revision {timestamp}." => "Malsukcesis returnigo de {file} al la revizio {timestamp}.",
"More versions..." => "Pli da versioj...",
"No other versions available" => "Ne disponeblas aliaj versioj",
"Restore" => "Restaŭri"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";