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

ca.js « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 34b68519a23f3c49332dabe120b33767f0f36cd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "gallery",
    {
    "Pictures" : "Fotos",
    "Picture view" : "Mostra fotos",
    "Error loading slideshow template" : "Error en carregar la plantilla de presentació amb diapositives",
    "Share" : "Comparteix",
    "No pictures found! If you upload pictures in the files app, they will be displayed here." : "No s'han trobat imatges! Si pugeu imatges a l'aplicació de fitxers, es mostraran aquí.",
    "shared by %s" : "compartit per %s",
    "File list" : "Llista de fitxers"
},
"nplurals=2; plural=(n != 1);");