tasks/l10n/es_SV.js
2020-02-10 03:06:34 +00:00

43 lines
1.7 KiB
JavaScript

OC.L10N.register(
"tasks",
{
"Important" : "Importante",
"Today" : "Hoy",
"Week" : "Semana",
"All" : "Todos",
"Current" : "Actual",
"Completed" : "Completado",
"Tasks" : "Tareas",
"Share with users or groups" : "Compartir con otros usuarios o grupos",
"can edit" : "puede editar",
"New List" : "Nueva Lista",
"Cancel" : "Cancelar",
"Save" : "Guardar",
"An empty name is not allowed." : "No se permite un nombre vacío.",
"Edit" : "Editar",
"Download" : "Descargar",
"Delete" : "Borrar",
"Unshare" : "Dejar de compartir",
"Visibility of Smart Collections" : "Visibilidad de Colecciones Inteligentes",
"Hidden" : "Oculto",
"Visible" : "Visible",
"Automatic" : "Automático",
"Change sort order" : "Cambiar el criterio para ordenar",
"Start date" : "Fecha de inicio",
"Due date" : "Fecha de vencimiento",
"Last modified" : "Última modificación",
"Priority" : "Prioridad",
"Manually" : "Manualmente",
"Alphabetically" : "Alfabéticamente",
"Task is completed" : "La tarea ha sido completada",
"_%n Completed Task_::_%n Completed Tasks_" : ["%n Tarea Completada","%n Tareas Completadas"],
"Tomorrow" : "Mañana",
"Set start date" : "Establecer fecha de inicio",
"Set due date" : "Establecer fecha de vencimiento",
"All day" : "Todo el día",
"Task not found!" : "¡Tarea no encontrada!",
"When shared show full event" : "Al compartir, mostrar el evento completo",
"When shared show only busy" : "Al compartir, mostrar sólo como ocupado ",
"When shared hide this event" : "Al compartir, ocultar este evento "
},
"nplurals=2; plural=(n != 1);");