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

sl.js « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 40bac845b8333d05e92fe76d3420bdf8bee0a4a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "gallery",
    {
    "Pictures" : "Slike",
    "Picture view" : "Slikovni pogled",
    "Error loading slideshow template" : "Napaka nalaganja predloge za slikovno predstavitev",
    "Share" : "Souporaba",
    "No pictures found! If you upload pictures in the files app, they will be displayed here." : "Ni najdenih slik! Če shranite slike kjerkoli med datoteke, bodo tu prikazane kot galerije.",
    "shared by %s" : "v souporabi preko %s",
    "File list" : "Seznam datotek"
},
"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);");