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

sk_SK.js « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2751c62589ebc0f42b7eb27dd94074bd81cd9ff4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "gallery",
    {
    "Pictures" : "Obrázky",
    "Picture view" : "Zobrazenie obrázka",
    "Error loading slideshow template" : "Chyba pri načítaní šablóny prezentácie",
    "Share" : "Zdieľať",
    "No pictures found! If you upload pictures in the files app, they will be displayed here." : "Nenájdené žiadne obrázky! Ak nejaké nahráte, budú zobrazené tu.",
    "shared by %s" : "Zdieľané od %s",
    "File list" : "Zoznam súborov"
},
"nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;");