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

es_MX.js « l10n - github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8c3d9b340e026c6a382e98f38505d4d128d4454b (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 con etiquetas",
    "Locations" : "Ubicaciones",
    "Settings" : "Configuraciones ",
    "Open the full size \"{name}\" image" : "Abrir Imagen \"{name}\" en tamaño completo",
    "Open the \"{name}\" sub-directory" : "Abrir el sub-directorio de \"{name}\"",
    "Back to {folder}" : "Regresar a {folder}",
    "View" : "Ver",
    "An error occurred" : "Ha ocurrido un error",
    "No photos in here" : "No hay fotos aquí",
    "No tags yet" : "Aún no hay etiquetas",
    "Photos with tags will show up here" : "Las fotos con etiquetas se mostrarán aquí",
    "Your albums" : "Tus álbums",
    "Shared albums" : "Álbums compartidos",
    "This folder does not exists" : "Este directorio no existe"
},
"nplurals=2; plural=(n != 1);");