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: 46b073492fb54b2c4bd2fcc4a8db616f28481f97 (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(
    "polls",
    {
    "Polls" : "Encuestas",
    "Circle" : "Círculo",
    "Group" : "Grupo",
    "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.",
    "Legal Notice" : "Aviso legal",
    "Polls App - New Activity" : "Aplicación de Encuestas - Nueva Actividad",
    "Contact" : "Contacto",
    "Public link" : "Liga pública",
    "User" : "Ususario",
    "Delete" : "Borrar",
    "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",
    "Participants" : "Participantes",
    "No" : "No",
    "Delete poll" : "Borrar encuesta",
    "OK" : "OK",
    "Week" : "Semana",
    "Add" : "Agregar",
    "Close" : "Cerrar",
    "never" : "nunca",
    "Login" : "Iniciar sesión",
    "Access" : "Acceso",
    "Owner" : "Dueño",
    "Created" : "Creado",
    "No description provided" : "No se agregó ninguna descripción",
    "Preview" : "Previsualizar",
    "Shares" : "Elementos compartidos",
    "Description" : "Descripción",
    "Receive notification email on activity" : "Recibir un correo de notificación en actividad ",
    "Yes" : "Sí",
    "Administration" : "Administración",
    "Add new Poll" : "Agregar nueva encuesta",
    "Details" : "Detalles",
    "Configuration" : "Configuración",
    "Sharing" : "Compartiendo",
    "Comments" : "Comentarios",
    "Activity" : "Actividad",
    "Hour" : "Hora",
    "Day" : "Día",
    "Month" : "Mes",
    "My polls" : "Mis encuestas",
    "Participated" : "Participó",
    "All polls" : "Todas las encuestas",
    "Archive" : "Archivar"
},
"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;");