diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-04-02 00:12:13 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-04-02 00:12:13 +0000 |
commit | 9c1c47400fa66474c2b39ce0622c949e29a674a9 (patch) | |
tree | b7109dc1723b2760ebf51cbff338b5aef5e65fd4 /lib | |
parent | 4f34eb7616bcb117f486871536cf917117b3f5e5 (diff) | |
download | nextcloud-server-9c1c47400fa66474c2b39ce0622c949e29a674a9.tar.gz nextcloud-server-9c1c47400fa66474c2b39ce0622c949e29a674a9.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib')
-rw-r--r-- | lib/l10n/sk.js | 4 | ||||
-rw-r--r-- | lib/l10n/sk.json | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/lib/l10n/sk.js b/lib/l10n/sk.js index b6d39421d4a..5b5f93ce175 100644 --- a/lib/l10n/sk.js +++ b/lib/l10n/sk.js @@ -68,6 +68,7 @@ OC.L10N.register( "Redis" : "Redis", "Create" : "Vytvoriť", "Delete" : "Zmazať", + "Share" : "Zdieľať", "Basic settings" : "Základné nastavenia", "Sharing" : "Sprístupnenie", "Security" : "Zabezpečenie", @@ -230,6 +231,7 @@ OC.L10N.register( "Storage connection error. %s" : "Chyba pripojenia k úložisku. %s", "Storage is temporarily not available" : "Úložisko je dočasne nedostupné", "Storage connection timeout. %s" : "Vypršanie pripojenia k úložisku. %s", - "Personal" : "Osobné" + "Personal" : "Osobné", + "App '%s' could not be installed!" : "Aplikáciu '%s' nebolo možné nainštalovať!" }, "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); diff --git a/lib/l10n/sk.json b/lib/l10n/sk.json index 47fa6f0901e..107c44a73c3 100644 --- a/lib/l10n/sk.json +++ b/lib/l10n/sk.json @@ -66,6 +66,7 @@ "Redis" : "Redis", "Create" : "Vytvoriť", "Delete" : "Zmazať", + "Share" : "Zdieľať", "Basic settings" : "Základné nastavenia", "Sharing" : "Sprístupnenie", "Security" : "Zabezpečenie", @@ -228,6 +229,7 @@ "Storage connection error. %s" : "Chyba pripojenia k úložisku. %s", "Storage is temporarily not available" : "Úložisko je dočasne nedostupné", "Storage connection timeout. %s" : "Vypršanie pripojenia k úložisku. %s", - "Personal" : "Osobné" + "Personal" : "Osobné", + "App '%s' could not be installed!" : "Aplikáciu '%s' nebolo možné nainštalovať!" },"pluralForm" :"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;" }
\ No newline at end of file |