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

et_EE.php « l10n « files_versions « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ba8b516e85607db138934b2aed5ae96553b86268 (plain)
1
2
3
4
5
6
7
8
9
10
<?php
$TRANSLATIONS = array(
"Could not revert: %s" => "Ei suuda taastada faili: %s",
"Versions" => "Versioonid",
"Failed to revert {file} to revision {timestamp}." => "Ebaõnnestus faili {file} taastamine revisjonile {timestamp}",
"More versions..." => "Rohkem versioone...",
"No other versions available" => "Muid versioone pole saadaval",
"Restore" => "Taasta"
);
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);";