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

gl.js « l10n - github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4272e4f5c71522bd8b8f1786bcf187c4b0fff002 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
OC.L10N.register(
    "photos",
    {
    "Photos" : "Fotos",
    "Your memories under your control" : "O seus recordos baixo o seu control",
    "Your photos" : "As súas fotos",
    "Your videos" : "Os seus vídeos",
    "Favorites" : "Favoritos",
    "Your folders" : "Os seus cartafoles",
    "Shared with you" : "Compartido con vostede",
    "Tagged photos" : "Fotos etiquetadas",
    "Locations" : "Localizacións",
    "Settings" : "Axustes",
    "Open the full size \"{name}\" image" : "Abrir a imaxe «{name}» a tamaño completo",
    "Open the \"{name}\" sub-directory" : "Abrir o subdirectorio «{name}»",
    "Share this folder" : "Compartir este cartafol",
    "Back to {folder}" : "Volver a {folder}",
    "View" : "Ver",
    "Enable squared photos view" : "Activar a vista de fotos cadradas",
    "This folder does not exists" : "Este cartafol non existe",
    "An error occurred" : "Produciuse un erro",
    "No photos in here" : "Aquí non hai fotos",
    "No tags yet" : "Non hai nada etiquetado",
    "Photos with tags will show up here" : "As fotos etiquetadas aparecerán aquí",
    "Your albums" : "Os seus álbums",
    "Shared albums" : "Albums compartidos"
},
"nplurals=2; plural=(n != 1);");