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:
authorNextcloud bot <bot@nextcloud.com>2018-02-22 04:12:26 +0300
committerNextcloud bot <bot@nextcloud.com>2018-02-22 04:12:26 +0300
commit4b352a345ba679a994a63c7fe0c33357c74d76d0 (patch)
tree9fe61a6abb57ad83fd5d86adae32f0e8a5414233 /apps/systemtags
parentfb41a93a95cd7908a22c1a6372ce9955a225a19d (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps/systemtags')
-rw-r--r--apps/systemtags/l10n/sk.js58
-rw-r--r--apps/systemtags/l10n/sk.json56
2 files changed, 114 insertions, 0 deletions
diff --git a/apps/systemtags/l10n/sk.js b/apps/systemtags/l10n/sk.js
new file mode 100644
index 00000000000..77ddf39e4bb
--- /dev/null
+++ b/apps/systemtags/l10n/sk.js
@@ -0,0 +1,58 @@
+OC.L10N.register(
+ "systemtags",
+ {
+ "Tags" : "Štítky",
+ "Update" : "Aktualizovať",
+ "Create" : "Vytvoriť",
+ "Select tag…" : "Vyber štítok...",
+ "Tagged files" : "Súbory so štítkom",
+ "Select tags to filter by" : "Vybrať štítky pre filter",
+ "No tags found" : "Štítky sa nenašli",
+ "Please select tags to filter by" : "Vyberte štítky pre filtrovanie",
+ "No files found for the selected tags" : "Neboli nájdené žiadne súbory označené vybranými štítkami",
+ "Added system tag %1$s" : "Pridaný systémový štítok %1$s",
+ "Added system tag {systemtag}" : "Pridaný systémový štítok {systemtag}",
+ "%1$s added system tag %2$s" : "%1$s pridal(a) systémový štítok %2$s",
+ "{actor} added system tag {systemtag}" : "{actor} pridal(a) systémový štítok {systemtag}",
+ "Removed system tag %1$s" : "Odstránený systémový štítok %1$s",
+ "Removed system tag {systemtag}" : "Odstránený systémový štítok {systemtag}",
+ "%1$s removed system tag %2$s" : "%1$s odstránil(a) systémový štítok %2$s",
+ "{actor} removed system tag {systemtag}" : "{actor} odstránil(a) systémový štítok {systemtag}",
+ "You created system tag %1$s" : "Vytvorili ste systémový štítok %1$s",
+ "You created system tag {systemtag}" : "Vytvorili ste systémový štítok {systemtag}",
+ "%1$s created system tag %2$s" : "%1$s vytvoril systémový štítok %2$s",
+ "{actor} created system tag {systemtag}" : "{actor} vytvoril(a) systémový štítok {systemtag}",
+ "You deleted system tag %1$s" : "Zmazali ste systémový štítok %1$s",
+ "You deleted system tag {systemtag}" : "Odstránili ste systémový štítok {systemtag}",
+ "%1$s deleted system tag %2$s" : "%1$s zmazal(a) systémový štítok %2$s",
+ "{actor} deleted system tag {systemtag}" : "{actor} odstránil(a) systémový štítok {systemtag}",
+ "You updated system tag %2$s to %1$s" : "Aktualizovali ste systémový štítok %2$s na %1$s",
+ "You updated system tag {oldsystemtag} to {newsystemtag}" : "Aktualizovali ste systémový štítok {oldsystemtag} na {newsystemtag}",
+ "%1$s updated system tag %3$s to %2$s" : "%1$s aktualizoval(a) systémový štítok %3$s na %2$s",
+ "{actor} updated system tag {oldsystemtag} to {newsystemtag}" : "{actor} aktualizoval(a) systémový štítok {oldsystemtag} na {newsystemtag}",
+ "You added system tag %2$s to %1$s" : "Pridali ste systémový štítok %2$s na %1$s",
+ "You added system tag {systemtag} to {file}" : "K {file} ste pridali systémový štítok {systemtag}",
+ "%1$s added system tag %3$s to %2$s" : "%1$s k %2$s pridal(a) systémový štítok %3$s",
+ "{actor} added system tag {systemtag} to {file}" : " {actor} k {file} pridal(a) systémový štítok {systemtag}",
+ "You removed system tag %2$s from %1$s" : "Z %2$s ste odstránili systémový štítok %1$s",
+ "You removed system tag {systemtag} from {file}" : "Z {file} ste odstránili systémový štítok {systemtag}",
+ "%1$s removed system tag %3$s from %2$s" : "%1$s odstránil(a) systémový štítok %3$s z %2$s",
+ "{actor} removed system tag {systemtag} from {file}" : "{actor} odstránil(a) systémový štítok {systemtag} z {file}",
+ "%s (restricted)" : "%s (obmedzené)",
+ "%s (invisible)" : "%s (neviditeľné)",
+ "<strong>System tags</strong> for a file have been modified" : "<strong>Systémové štítky</strong> súboru boli upravené",
+ "Collaborative tags" : "Značky pre spoluprácu",
+ "Create and edit collaborative tags. These tags affect all users." : "Vytvárajte a upravujte štítky pre spoluprácu. Tieto značky ovplyvnia všetkých používateľov.",
+ "Select tag …" : "Vybrať štítok ...",
+ "Name" : "Názov",
+ "Delete" : "Zmazať",
+ "Public" : "Verejné",
+ "Restricted" : "Obmedzené",
+ "Invisible" : "Neviditeľné",
+ "Reset" : "Vynulovať",
+ "No files in here" : "Žiadne súbory",
+ "No entries found in this folder" : "V tomto priečinku sa nič nenašlo",
+ "Size" : "Veľkosť",
+ "Modified" : "Upravené"
+},
+"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");
diff --git a/apps/systemtags/l10n/sk.json b/apps/systemtags/l10n/sk.json
new file mode 100644
index 00000000000..a4d4bb32264
--- /dev/null
+++ b/apps/systemtags/l10n/sk.json
@@ -0,0 +1,56 @@
+{ "translations": {
+ "Tags" : "Štítky",
+ "Update" : "Aktualizovať",
+ "Create" : "Vytvoriť",
+ "Select tag…" : "Vyber štítok...",
+ "Tagged files" : "Súbory so štítkom",
+ "Select tags to filter by" : "Vybrať štítky pre filter",
+ "No tags found" : "Štítky sa nenašli",
+ "Please select tags to filter by" : "Vyberte štítky pre filtrovanie",
+ "No files found for the selected tags" : "Neboli nájdené žiadne súbory označené vybranými štítkami",
+ "Added system tag %1$s" : "Pridaný systémový štítok %1$s",
+ "Added system tag {systemtag}" : "Pridaný systémový štítok {systemtag}",
+ "%1$s added system tag %2$s" : "%1$s pridal(a) systémový štítok %2$s",
+ "{actor} added system tag {systemtag}" : "{actor} pridal(a) systémový štítok {systemtag}",
+ "Removed system tag %1$s" : "Odstránený systémový štítok %1$s",
+ "Removed system tag {systemtag}" : "Odstránený systémový štítok {systemtag}",
+ "%1$s removed system tag %2$s" : "%1$s odstránil(a) systémový štítok %2$s",
+ "{actor} removed system tag {systemtag}" : "{actor} odstránil(a) systémový štítok {systemtag}",
+ "You created system tag %1$s" : "Vytvorili ste systémový štítok %1$s",
+ "You created system tag {systemtag}" : "Vytvorili ste systémový štítok {systemtag}",
+ "%1$s created system tag %2$s" : "%1$s vytvoril systémový štítok %2$s",
+ "{actor} created system tag {systemtag}" : "{actor} vytvoril(a) systémový štítok {systemtag}",
+ "You deleted system tag %1$s" : "Zmazali ste systémový štítok %1$s",
+ "You deleted system tag {systemtag}" : "Odstránili ste systémový štítok {systemtag}",
+ "%1$s deleted system tag %2$s" : "%1$s zmazal(a) systémový štítok %2$s",
+ "{actor} deleted system tag {systemtag}" : "{actor} odstránil(a) systémový štítok {systemtag}",
+ "You updated system tag %2$s to %1$s" : "Aktualizovali ste systémový štítok %2$s na %1$s",
+ "You updated system tag {oldsystemtag} to {newsystemtag}" : "Aktualizovali ste systémový štítok {oldsystemtag} na {newsystemtag}",
+ "%1$s updated system tag %3$s to %2$s" : "%1$s aktualizoval(a) systémový štítok %3$s na %2$s",
+ "{actor} updated system tag {oldsystemtag} to {newsystemtag}" : "{actor} aktualizoval(a) systémový štítok {oldsystemtag} na {newsystemtag}",
+ "You added system tag %2$s to %1$s" : "Pridali ste systémový štítok %2$s na %1$s",
+ "You added system tag {systemtag} to {file}" : "K {file} ste pridali systémový štítok {systemtag}",
+ "%1$s added system tag %3$s to %2$s" : "%1$s k %2$s pridal(a) systémový štítok %3$s",
+ "{actor} added system tag {systemtag} to {file}" : " {actor} k {file} pridal(a) systémový štítok {systemtag}",
+ "You removed system tag %2$s from %1$s" : "Z %2$s ste odstránili systémový štítok %1$s",
+ "You removed system tag {systemtag} from {file}" : "Z {file} ste odstránili systémový štítok {systemtag}",
+ "%1$s removed system tag %3$s from %2$s" : "%1$s odstránil(a) systémový štítok %3$s z %2$s",
+ "{actor} removed system tag {systemtag} from {file}" : "{actor} odstránil(a) systémový štítok {systemtag} z {file}",
+ "%s (restricted)" : "%s (obmedzené)",
+ "%s (invisible)" : "%s (neviditeľné)",
+ "<strong>System tags</strong> for a file have been modified" : "<strong>Systémové štítky</strong> súboru boli upravené",
+ "Collaborative tags" : "Značky pre spoluprácu",
+ "Create and edit collaborative tags. These tags affect all users." : "Vytvárajte a upravujte štítky pre spoluprácu. Tieto značky ovplyvnia všetkých používateľov.",
+ "Select tag …" : "Vybrať štítok ...",
+ "Name" : "Názov",
+ "Delete" : "Zmazať",
+ "Public" : "Verejné",
+ "Restricted" : "Obmedzené",
+ "Invisible" : "Neviditeľné",
+ "Reset" : "Vynulovať",
+ "No files in here" : "Žiadne súbory",
+ "No entries found in this folder" : "V tomto priečinku sa nič nenašlo",
+ "Size" : "Veľkosť",
+ "Modified" : "Upravené"
+},"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"
+} \ No newline at end of file