Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'l10n/cs_CZ.php')
-rw-r--r--l10n/cs_CZ.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/l10n/cs_CZ.php b/l10n/cs_CZ.php
new file mode 100644
index 00000000..0c1dfc87
--- /dev/null
+++ b/l10n/cs_CZ.php
@@ -0,0 +1,11 @@
+<?php
+$TRANSLATIONS = array(
+"Pictures" => "Obrázky",
+"Picture view" => "Zobrazení obrázku",
+"Error loading slideshow template" => "Chyba při načítání šablony prezentace",
+"Share" => "Sdílet",
+"No pictures found! If you upload pictures in the files app, they will be displayed here." => "Nebyly nalezeny žádné obrázky! Pokud nahrajete soubory s obrázky, budou zobrazeny zde.",
+"shared by %s" => "sdíleno %s",
+"File list" => "Seznam souborů"
+);
+$PLURAL_FORMS = "nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;";