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

ast.js « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ba0c0447b909b9a7a0d59d6b28773f762372e148 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
OC.L10N.register(
    "gallery",
    {
    "Pictures" : "Semeyes",
    "Picture view" : "Vista d'imáxenes",
    "Error loading slideshow template" : "Fallu al cargar la plantía de diapositives",
    "Share" : "Compartir",
    "No pictures found! If you upload pictures in the files app, they will be displayed here." : "¡Nun s'alcontraron semeyes! Si xubes les semeyes na app de ficheros, van amosase equí.",
    "shared by %s" : "compartíu por %s",
    "File list" : "Llista de ficheros"
},
"nplurals=2; plural=(n != 1);");