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

sk_SK.php « l10n « files_versions « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5edcea3606c5687166c5780b74acf5c60660f149 (plain)
1
2
3
4
5
6
7
8
9
10
<?php
$TRANSLATIONS = array(
"Could not revert: %s" => "Nemožno obnoviť: %s",
"Versions" => "Verzie",
"Failed to revert {file} to revision {timestamp}." => "Zlyhalo obnovenie súboru {file} na verziu {timestamp}.",
"More versions..." => "Viac verzií...",
"No other versions available" => "Žiadne ďalšie verzie nie sú dostupné",
"Restore" => "Obnoviť"
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";