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

es_CO.js « l10n - github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9296d93e4d2074f5a0d8948dcbecbfd73d30143f (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
OC.L10N.register(
    "polls",
    {
    "Poll invitation \"%s\"" : "\"%s\"  invitación de encuesta",
    "{owner} invited you to take part in the poll \"{title}\"" : "{owner} te ha invitado a participar en la encuesta: \"{title}\"",
    "Go to poll" : "Ir a la encuesta",
    "This email is sent to you, because you subscribed to notifications of this poll. To opt out, visit the poll and remove your subscription." : "Te enviamos este mensaje porque te suscribiste a las notificaciones de esta encuesta. Para no recibir más estos mensajes, visita la encuesta y cancela tu suscripción.",
    "Polls App - New Activity" : "Aplicación de Encuestas - Nueva Actividad",
    "Contact" : "Contacto",
    "Public link" : "Liga pública",
    "Group" : "Grupo",
    "User" : "Ususario",
    "Polls" : "Encuestas",
    "Conflict" : "Conflicto",
    "New comment …" : "Nuevo comentario ...",
    "Error while saving comment" : "Error guardando el comentario",
    "Delete comment" : "Borrar comentario",
    "Error while deleting the comment" : "Error borrando el comentario",
    "Title" : "Título",
    "Enter Title" : "Escriba el título",
    "Poll type" : "Tipo de encuesta",
    "Cancel" : "Cancelar",
    "Apply" : "Aplicar",
    "Date poll" : "Encuesta de fechas",
    "Delete poll" : "Borrar encuesta",
    "Confirmed" : "Confirmado",
    "OK" : "OK",
    "Week" : "Semana",
    "No Participants until now" : "No hay participantes por ahora",
    "never" : "nunca",
    "Access" : "Acceso",
    "Owner" : "Dueño",
    "Created" : "Creado",
    "No description provided" : "No se agregó ninguna descripción",
    "Description" : "Descripción",
    "Receive notification email on activity" : "Recibir un correo de notificación en actividad ",
    "No" : "No",
    "Yes" : "Sí",
    "Add new Poll" : "Agregar nueva encuesta",
    "Details" : "Detalles",
    "Configuration" : "Configuración",
    "Shares" : "Elementos compartidos",
    "Comments" : "Comentarios",
    "Hour" : "Hora",
    "Day" : "Día",
    "Month" : "Mes",
    "My polls" : "Mis encuestas",
    "Hidden polls" : "Encuestas ocultas",
    "Public polls" : "Encuestas públicas",
    "All polls" : "Todas las encuestas"
},
"nplurals=2; plural=(n != 1);");