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: 1977252fded76f8871bc2cb31bd3b9b88d2611d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
OC.L10N.register(
    "polls",
    {
    "Polls" : "Encuestas",
    "Polls App - New Activity" : "Aplicación de Encuestas - Nueva Actividad",
    "Title" : "Título",
    "Access" : "Acceso",
    "Owner" : "Propietario",
    "Created" : "Creado",
    "Expires" : "Expira",
    "Copy Link" : "Copiar Liga",
    "Delete poll" : "Borrar encuesta",
    "Create new poll" : "Crear nueva encuesta",
    "Receive notification email on activity" : "Recibir un correo de notificación en actividad ",
    "Comments" : "Comentarios",
    "No comments yet. Be the first." : "No hay comentarios todavia. Se el primero.",
    "Description" : "Descripción",
    "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."
},
"nplurals=2; plural=(n != 1);");