diff options
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 |