summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorJenkins for ownCloud <thomas.mueller@tmit.eu>2014-01-05 01:55:53 -0500
committerJenkins for ownCloud <thomas.mueller@tmit.eu>2014-01-05 01:55:53 -0500
commite4616199df5ca6b5ba490455a505d36dc954f0f6 (patch)
treea3579a6aa1e8b7df436707b1ce315d65a4d4c4fe /settings
parentaaa48576eec42388bc923a60aeb9c92ef2ff9ca4 (diff)
downloadnextcloud-server-e4616199df5ca6b5ba490455a505d36dc954f0f6.tar.gz
nextcloud-server-e4616199df5ca6b5ba490455a505d36dc954f0f6.zip
[tx-robot] updated from transifex
Diffstat (limited to 'settings')
-rw-r--r--settings/l10n/sk.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/settings/l10n/sk.php b/settings/l10n/sk.php
new file mode 100644
index 00000000000..6bde1c438e4
--- /dev/null
+++ b/settings/l10n/sk.php
@@ -0,0 +1,6 @@
+<?php
+$TRANSLATIONS = array(
+"Delete" => "Odstrániť",
+"Other" => "Ostatné"
+);
+$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";