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
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_sharing/l10n/cs.js')
-rw-r--r--apps/files_sharing/l10n/cs.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/apps/files_sharing/l10n/cs.js b/apps/files_sharing/l10n/cs.js
index 4cd44d18312..31451ff8543 100644
--- a/apps/files_sharing/l10n/cs.js
+++ b/apps/files_sharing/l10n/cs.js
@@ -26,6 +26,7 @@ OC.L10N.register(
"Something happened. Unable to accept the share." : "Něco se přihodilo. Sdílení se nedaří přijmout.",
"Reject share" : "Odmítnout sdílení",
"Something happened. Unable to reject the share." : "Něco se přihodilo. Sdílení se nedaří odmítnout.",
+ "error" : "chyba",
"This will stop your current uploads." : "Toto zastaví vaše stávající nahrávání.",
"Move or copy" : "Přesunout nebo zkopírovat",
"Download" : "Stáhnout",
@@ -222,9 +223,9 @@ OC.L10N.register(
"Upload files to %s" : "Nahrát soubory do %s",
"Note" : "Poznámka",
"Select or drop files" : "Vyberte nebo přetáhněte soubory",
- "Uploading files…" : "Nahrávání souborů…",
"Uploaded files:" : "Nahrané soubory:",
"By uploading files, you agree to the %1$sterms of service%2$s." : "Nahráním souborů vyjadřujete souhlas s %1$svšeobecnými podmínkami%2$s.",
- "could not delete share" : "nelze smazat sdílení"
+ "could not delete share" : "nelze smazat sdílení",
+ "Uploading files…" : "Nahrávání souborů…"
},
"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;");