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
path: root/lib
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2018-05-24 03:14:24 +0300
committerNextcloud bot <bot@nextcloud.com>2018-05-24 03:14:24 +0300
commitb9584e1b2519f752d33ffae7aea7e32023977c35 (patch)
treecfcc1aff57a7e9f63f4b43e494579e93c96dd650 /lib
parent3ebed2b9e639340edbd52bd463f3362985f4fe40 (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'lib')
-rw-r--r--lib/l10n/cs.js4
-rw-r--r--lib/l10n/cs.json4
2 files changed, 6 insertions, 2 deletions
diff --git a/lib/l10n/cs.js b/lib/l10n/cs.js
index 7fb0ca9cf4d..3ac5b8e0a53 100644
--- a/lib/l10n/cs.js
+++ b/lib/l10n/cs.js
@@ -231,6 +231,8 @@ OC.L10N.register(
"Storage incomplete configuration. %s" : "Nekompletní konfigurace úložiště. %s",
"Storage connection error. %s" : "Chyba připojení úložiště. %s",
"Storage is temporarily not available" : "Úložiště je dočasně nedostupné",
- "Storage connection timeout. %s" : "Vypršení připojení k úložišti. %s"
+ "Storage connection timeout. %s" : "Vypršení připojení k úložišti. %s",
+ "Personal" : "Osobní",
+ "No app name specified" : "Nezadán název aplikace"
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");
diff --git a/lib/l10n/cs.json b/lib/l10n/cs.json
index 16d079c532c..cc9e8fb4d4d 100644
--- a/lib/l10n/cs.json
+++ b/lib/l10n/cs.json
@@ -229,6 +229,8 @@
"Storage incomplete configuration. %s" : "Nekompletní konfigurace úložiště. %s",
"Storage connection error. %s" : "Chyba připojení úložiště. %s",
"Storage is temporarily not available" : "Úložiště je dočasně nedostupné",
- "Storage connection timeout. %s" : "Vypršení připojení k úložišti. %s"
+ "Storage connection timeout. %s" : "Vypršení připojení k úložišti. %s",
+ "Personal" : "Osobní",
+ "No app name specified" : "Nezadán název aplikace"
},"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"
} \ No newline at end of file