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: 7ea1c7cc6f9a5b5acd31417782b557e6512be9e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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í"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");