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

es.js « l10n - github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 883c7a5832cbebaa1356ee5c0bb2596345aecb06 (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
OC.L10N.register(
    "gallery",
    {
    "Gallery" : "Galería",
    "Pictures" : "Imágenes",
    "No pictures found" : "Ninguna imagen encontrada",
    "Nothing in here" : "No hay nada aquí",
    "Aborting preview. Could not find the file" : "Abortando previsualización. No se pudo encontrar el archivo",
    "No ownCloud installation (7 or higher) found at {remote}" : "No se encontró una instalación de ownCloud (7 o mayor) en {remote}",
    "Invalid ownCloud url" : "URL de ownCloud inválida",
    "Could not load the description" : "No se pudo cargar la descripción",
    "Could not load the description: " : "No se pudo cargar la descripción:",
    "Copyright" : "Derechos de Autor",
    "Could not load the copyright notice: " : "No se pudo cargar el aviso del derecho de autor:",
    "Copyright notice" : "Aviso del derecho de autor",
    "Link to copyright document" : "Enlace al documento de los derechos de autor",
    "This application may not work properly on your browser." : "Esta aplicación puede no funcionar correctamente en su navegador.",
    "For an improved experience, please install one of the following alternatives" : "Para una mejor experiencia, por favor instale una de las siguientes alternativas",
    "Your browser is not supported!" : "¡Su navegador no es compatible!",
    "please install one of the following alternatives" : "por favor instale una de las siguientes alternativas",
    "Configuration error" : "Error en la configuración",
    "Error loading slideshow template" : "Error al cargar la plantilla de presentación",
    "<strong>Error!</strong> Could not generate a preview of this file.<br>" : "<strong>¡Error!</strong> No se pudo generar una vista previa de este archivo.<br>",
    "<strong>Error!</strong> Your browser can't display SVG files.<br>" : "<strong>¡Error!</strong> Su navegador no puede mostrar los archivos SVG.<br>",
    "Next" : "Siguiente",
    "Play" : "Reproducir",
    "Pause" : "Pausa",
    "Previous" : "Anterior",
    "Close" : "Cerrar",
    "Download" : "Descargar",
    "Toggle background" : "Mostrar/ocultar fondo",
    "This share is password-protected" : "Este elemento compartido está protegido por contraseña",
    "The password is wrong. Try again." : "La contraseña introducida es errónea. Inténtelo de nuevo.",
    "Password" : "Contraseña",
    "Sort by date" : "Ordenar por fecha",
    "Sort by name" : "Ordenar por nombre",
    "Share" : "Compartir",
    "Album information" : "Información del álbum",
    "File list" : "Lista de archivos",
    "Sorry, this file could not be found." : "Lo sentimos, este archivo no se pudo encontrar.",
    "Reasons might be:" : "Las causas podrían ser:",
    "the wrong file ID was provided" : "Se proporcionó el archivo de ID incorrecto",
    "the file was removed" : "el archivo fue eliminado",
    "the file is corrupt" : "el archivo está corrupto",
    "the encryption key is missing" : "la clave de cifrado no se encuentra",
    "Here is the error message returned by the server: " : "Aquí está el mensaje de error devuelto por el servidor:",
    "For more information, please contact your friendly ownCloud administrator." : "Para obtener más información, póngase en contacto con el administrador de ownCloud.",
    "Sorry, but the server could not fulfill your request." : "Lo sentimos, pero el servidor no pudo cumplir con su solicitud.",
    "Possible reasons for the problem:" : "Las posibles razones para el problema:",
    "a conflicting app was installed" : "se instaló una aplicación conflictiva",
    "a required component is missing or was disconnected" : "un componente necesario no se encuentra o se desconectó",
    "the filesystem is not readable" : "el flilesystem no se puede leer",
    "Sorry, this link doesn't seem to work anymore." : "Vaya, este enlace parece que no volverá a funcionar.",
    "the item was removed" : "el elemento fue eliminado",
    "the link has expired" : "el enlace ha expirado",
    "sharing is disabled" : "compartir está desactivado",
    "For more information, please ask the person who has sent you this link." : "Para mayor información, contacte a la persona que le envió el enlace.",
    "Add to your ownCloud" : "Agregue su propio ownCloud",
    "Picture view" : "Vista de imágenes"
},
"nplurals=2; plural=(n != 1);");