53 строки
2.2 KiB
JavaScript
53 строки
2.2 KiB
JavaScript
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",
|
|
"Shares" : "Elementos compartidos",
|
|
"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",
|
|
"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);");
|