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

eo.js « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c28c493ed97069babb2f9d8a2c32e1ea0d04cfee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "gallery",
    {
    "Pictures" : "Bildoj",
    "Picture view" : "Bilda vido",
    "Error loading slideshow template" : "Eraris ŝargo de ŝablono pri lumbilda prezento",
    "Share" : "Kunhavigi",
    "No pictures found! If you upload pictures in the files app, they will be displayed here." : "Neniu bildo troviĝis! Se vi alŝutos bildojn en la aplikaĵo Dosieroj, ili montriĝos ĉi tie.",
    "shared by %s" : "kunhavigita de %s",
    "File list" : "Listo de dosieroj"
},
"nplurals=2; plural=(n != 1);");