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

es_AR.js « l10n - github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7f7acbf94b61ff00ac604bbe6d4dc648c2a1e7e4 (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
OC.L10N.register(
    "photos",
    {
    "Photos" : "Fotos",
    "Your memories under your control" : "Tus recuerdos bajo tu control",
    "Your photos" : "Tus fotos",
    "Favorites" : "Favoritos",
    "Shared with you" : "Compartido con usted",
    "Tagged photos" : "Fotos etiquetadas",
    "Locations" : "Ubicaciones",
    "Settings" : "Ajustes",
    "Open the full size \"{name}\" image" : "Abrir imagen a tamaño completo \"{nombre}\"",
    "Open the \"{name}\" sub-directory" : "Abra el subdirectorio \"{nombre}\"",
    "Share this folder" : "Compartir esta carpeta",
    "Back to {folder}" : "Volver a {carpeta}",
    "An error occurred" : "Ocurrió un error",
    "No photos in here" : "No hay fotos aquí",
    "No tags yet" : "Todavía no hay etiquetas",
    "Photos with tags will show up here" : "Las fotos con etiquetas aparecerán aquí",
    "Your albums" : "Tus álbumes",
    "Shared albums" : "Álbumes compartidos",
    "This folder does not exists" : "Esta carpeta no existe"
},
"nplurals=2; plural=(n != 1);");