summaryrefslogtreecommitdiffstats
path: root/apps/files_versions/l10n/sk_SK.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_versions/l10n/sk_SK.php')
-rw-r--r--apps/files_versions/l10n/sk_SK.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/apps/files_versions/l10n/sk_SK.php b/apps/files_versions/l10n/sk_SK.php
index e22a5bb33f6..5edcea3606c 100644
--- a/apps/files_versions/l10n/sk_SK.php
+++ b/apps/files_versions/l10n/sk_SK.php
@@ -1,5 +1,10 @@
-<?php $TRANSLATIONS = array(
+<?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;";