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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'settings/l10n/sk.php')
-rw-r--r--settings/l10n/sk.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/settings/l10n/sk.php b/settings/l10n/sk.php
index 6bde1c438e4..ab3a1bf5835 100644
--- a/settings/l10n/sk.php
+++ b/settings/l10n/sk.php
@@ -1,6 +1,7 @@
<?php
$TRANSLATIONS = array(
"Delete" => "Odstrániť",
+"Cancel" => "Zrušiť",
"Other" => "Ostatné"
);
$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";