diff options
Diffstat (limited to 'lib/l10n/cs_CZ.js')
-rw-r--r-- | lib/l10n/cs_CZ.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/l10n/cs_CZ.js b/lib/l10n/cs_CZ.js index 8074111faed..92cb8d68e2c 100644 --- a/lib/l10n/cs_CZ.js +++ b/lib/l10n/cs_CZ.js @@ -167,8 +167,6 @@ 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 not available" : "Úložiště není dostupné", - "Storage connection timeout. %s" : "Vypršení připojení k úložišti. %s", - "_%n file_::_%n files_" : ["%n soubor","%n soubory","%n souborů"], - "_%n window_::_%n windows_" : ["%n okno","%n okna","%n oken"] + "Storage connection timeout. %s" : "Vypršení připojení k úložišti. %s" }, "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;"); |