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

es_EC.js « l10n - github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c49bb70d29b10301d5b42bebe10d25188828845a (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
OC.L10N.register(
    "polls",
    {
    "Copied!" : "¡Copiado!",
    "Copy" : "Copiar",
    "Not supported!" : "¡No soportado!",
    "Press ⌘-C to copy." : "Presiona ⌘-C para copiar.",
    "Press Ctrl-C to copy." : "Presiona Ctrl-C para copiar.",
    "You are not registered.\nPlease enter your name to vote\n(at least 3 characters)." : "No estás registrado.\nPor favor ingresa tu nombre para votar\n(al menos 3 caracteres).",
    "Please add some text to your comment before submitting it." : "Por favor agrega algo de texto a tu comentario antes de enviarlo. ",
    "An error occurred, your comment was not posted." : "Se presentó un error, tu comentario no se publicó",
    "Polls" : "Encuestas",
    "Polls App - New Activity" : "Aplicación de Encuestas - Nueva Actividad",
    "just now" : "justo ahora",
    "Expired" : "Expirado",
    "Expires never" : "Nunca expira",
    "Usernames hidden to Owner" : "Nombres de usuario ocultos para el Dueño",
    "Usernames visible to Owner" : "Nombres de usuario se muestran al Dueño",
    "Title" : "Título",
    "Access" : "Acceso",
    "Owner" : "Propietario",
    "Created" : "Creado",
    "Expires" : "Expira",
    "Copy Link" : "Copiar Liga",
    "Delete poll" : "Borrar encuesta",
    "Description" : "Descripción",
    "Create new poll" : "Crear nueva encuesta",
    "Update poll" : "Actualizar encuesta",
    "Access denied" : "Acceso denegado",
    "You are not allowed to view this poll or the poll does not exist." : "No tienes permitido ver esta encuesta o bien la encuesta no existe. ",
    "You are not allowed to edit this poll or the poll does not exist." : "No tienes permitido editar esta encuesta o la encuesta no existe.",
    "No description provided." : "No se proporcionó una descripción. ",
    "The poll expired on %s. Voting is disabled, but you can still comment." : "La encuesta expiró el %s. La votación esta deshabilitada pero aún puedes comentar. ",
    "Switch all options at once" : "Cambia todas las opciones a la vez",
    "Your name here" : "Tu nombre aquí",
    "Vote!" : "¡Vota!",
    "Receive notification email on activity" : "Recibir un correo de notificación en actividad ",
    "Close details" : "Cerrar detalles",
    "Close" : "Cerrar",
    "Expires on %s" : "Expira el %s",
    "Invitation access" : "Acceso por inivtación",
    "Click to get link" : "Haz click para obtener una liga",
    "Edit Poll" : "Editar encuesta",
    "Poll expired" : "La encuesta expiró",
    "Comments" : "Comentarios",
    "Login or ..." : "Iniciar sesión o ...",
    "New comment …" : "Nuevo comentario ...",
    "No comments yet. Be the first." : "No hay comentarios todavia. Se el primero."
},
"nplurals=2; plural=(n != 1);");