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

cs_CZ.js « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1833da153bd5f9951b74a25b294dc35873751528 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "gallery",
    {
    "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ů"
},
"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");