nextcloud/apps/files_versions/l10n/sk_SK.php

11 lines
438 B
PHP
Raw Normal View History

2013-08-09 16:06:31 +04:00
<?php
$TRANSLATIONS = array(
2013-02-11 18:42:41 +04:00
"Could not revert: %s" => "Nemožno obnoviť: %s",
2013-07-28 09:58:28 +04:00
"Versions" => "Verzie",
2013-08-09 16:06:31 +04:00
"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é",
2013-07-28 09:58:28 +04:00
"Restore" => "Obnoviť"
2012-09-24 04:04:10 +04:00
);
2013-08-09 16:06:31 +04:00
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";