diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-05-24 00:13:48 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-05-24 00:13:48 +0000 |
commit | caa39532459bb1508b355bc6a25533f0214e7f09 (patch) | |
tree | 42927e052b435237810a8991f9e19a790315d742 /lib/l10n | |
parent | 84482eb25a16dd381908efa7c064eb5f3fbfe0b5 (diff) | |
download | nextcloud-server-caa39532459bb1508b355bc6a25533f0214e7f09.tar.gz nextcloud-server-caa39532459bb1508b355bc6a25533f0214e7f09.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n')
-rw-r--r-- | lib/l10n/cs.js | 4 | ||||
-rw-r--r-- | lib/l10n/cs.json | 4 |
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 |