owncalendar/l10n/gl.php

219 lines
8.5 KiB
PHP
Raw Normal View History

2012-01-16 16:34:42 +00:00
<?php $TRANSLATIONS = array(
2013-02-12 23:03:05 +00:00
"Not all calendars are completely cached" => "Non todos os calendarios están completamente na caché",
"Everything seems to be completely cached" => "Rematouse e todo está na caché",
2012-06-05 22:29:28 +00:00
"No calendars found." => "Non se atoparon calendarios.",
2013-02-12 23:03:05 +00:00
"No events found." => "Non se atoparon actividades.",
"Wrong calendar" => "Calendario trabucado",
"You do not have the permissions to edit this event." => "Non ten permiso para editar esta actividade.",
"The file contained either no events or all events are already saved in your calendar." => "Ou ben o ficheiro non ten actividades ou todas elas están anotadas xa no seu calendario.",
"events has been saved in the new calendar" => "gardáronse as actividades no novo calendario",
"Import failed" => "Produciuse un fallo na importación",
"events has been saved in your calendar" => "gardáronse as actividades no seu calendario",
2012-01-16 16:34:42 +00:00
"New Timezone:" => "Novo fuso horario:",
2012-11-20 23:03:36 +00:00
"Timezone changed" => "Cambiouse o fuso horario",
2013-02-12 23:03:05 +00:00
"Invalid request" => "Petición incorrecta",
2012-01-16 16:34:42 +00:00
"Calendar" => "Calendario",
2013-02-12 23:03:05 +00:00
"Deletion failed" => "Produciuse un fallo ao eliminar",
2012-11-20 23:03:36 +00:00
"ddd d MMMM[ yyyy]{ - [ddd d] MMMM yyyy}" => "ddd d MMMM[ yyyy]{ - [ddd d] MMMM yyyy}",
"ddd d MMMM[ yyyy] HH:mm{ - [ ddd d MMMM yyyy] HH:mm}" => "ddd d MMMM[ yyyy] HH:mm{ - [ ddd d MMMM yyyy] HH:mm}",
"group" => "grupo",
2013-11-24 05:10:07 +00:00
"can edit" => "pode editar",
"can share" => "pode compartir",
2012-08-11 00:05:58 +00:00
"ddd" => "ddd",
"ddd M/d" => "ddd M/d",
"dddd M/d" => "dddd M/d",
"MMMM yyyy" => "MMMM yyyy",
2013-09-30 14:02:24 +00:00
"MMM d[ yyyy]{ ''[ MMM] d yyyy}" => "MMM d[ yyyy]{ ''[ MMM] d yyyy}",
2012-08-11 00:05:58 +00:00
"dddd, MMM d, yyyy" => "dddd, MMM d,yyyy",
2013-01-25 23:08:22 +00:00
"Sunday" => "Domingo",
"Monday" => "Luns",
"Tuesday" => "Martes",
"Wednesday" => "Mércores",
"Thursday" => "Xoves",
"Friday" => "Venres",
"Saturday" => "Sábado",
"Sun." => "Dom.",
"Mon." => "Lun.",
"Tue." => "Mar.",
"Wed." => "Mér.",
"Thu." => "Xov.",
"Fri." => "Ven.",
"Sat." => "Sáb.",
2013-02-12 23:03:05 +00:00
"January" => "xaneiro",
"February" => "febreiro",
"March" => "marzo",
"April" => "abril",
"May" => "maio",
"June" => "xuño",
"July" => "xullo",
"August" => "agosto",
"September" => "setembro",
"October" => "outubro",
"November" => "novembro",
"December" => "decembro",
"Jan." => "xan.",
"Feb." => "feb.",
"Mar." => "mar.",
"Apr." => "abr.",
"May." => "mai.",
"Jun." => "xuñ.",
"Jul." => "xul.",
"Aug." => "ago.",
"Sep." => "set.",
"Oct." => "out.",
"Nov." => "nov.",
"Dec." => "dec.",
2013-01-25 23:08:22 +00:00
"All day" => "Todo o dia",
"New Calendar" => "Novo calendario",
2013-02-12 23:03:05 +00:00
"Missing or invalid fields" => "Faltan ou son campos incorrectos",
2013-01-25 23:08:22 +00:00
"Title" => "Título",
"From Date" => "Desde a data",
"From Time" => "Desde a hora",
2013-02-12 23:03:05 +00:00
"To Date" => "Para a data",
"To Time" => "Para a hora",
"The event ends before it starts" => "A actividade remata antes de iniciarse",
2013-01-25 23:08:22 +00:00
"There was a database fail" => "Produciuse un erro na base de datos",
2012-05-09 10:41:01 +00:00
"Birthday" => "Aniversario",
2012-01-16 16:34:42 +00:00
"Business" => "Traballo",
"Call" => "Chamada",
"Clients" => "Clientes",
2012-01-20 17:53:45 +00:00
"Deliverer" => "Remitente",
2012-01-16 16:34:42 +00:00
"Holidays" => "Vacacións",
"Ideas" => "Ideas",
"Journey" => "Viaxe",
2012-05-09 10:41:01 +00:00
"Jubilee" => "Aniversario especial",
2013-02-12 23:03:05 +00:00
"Meeting" => "Xuntanza",
2012-01-16 16:34:42 +00:00
"Other" => "Outro",
2012-05-09 10:41:01 +00:00
"Personal" => "Persoal",
2012-01-16 16:34:42 +00:00
"Projects" => "Proxectos",
"Questions" => "Preguntas",
"Work" => "Traballo",
2012-11-20 23:03:36 +00:00
"by" => "por",
2012-06-05 22:29:28 +00:00
"unnamed" => "sen nome",
2013-02-12 23:03:05 +00:00
"You do not have the permissions to update this calendar." => "Non ten permiso para actualizar este calendario.",
"You do not have the permissions to delete this calendar." => "Non ten permiso para eliminar este calendario.",
"You do not have the permissions to add to this calendar." => "Non ten permiso para engadir este calendario.",
"You do not have the permissions to add events to this calendar." => "Non ten permiso para engadir novas actividades neste calendario.",
2014-02-08 07:16:10 +00:00
"You cannot add non-public events to a shared calendar." => "Non pode engadir actividades que non sexan públicas a un calendario compartido.",
2013-02-12 23:03:05 +00:00
"You do not have the permissions to delete this event." => "Non ten permiso para eliminar esta actividade.",
2013-01-06 23:03:36 +00:00
"Busy" => "Ocupado",
2013-11-24 05:10:07 +00:00
"Show full event" => "Amosar todas actividades",
"Show only busy" => "Amosar só o ocupado",
"Hide event" => "Agochar a actividade",
2012-01-16 16:34:42 +00:00
"Does not repeat" => "Non se repite",
2012-11-20 23:03:36 +00:00
"Daily" => "Diariamente",
2012-01-16 16:34:42 +00:00
"Weekly" => "Semanalmente",
2012-05-09 10:41:01 +00:00
"Every Weekday" => "Todas as semanas",
2012-01-16 16:34:42 +00:00
"Bi-Weekly" => "Cada dúas semanas",
2012-05-09 10:41:01 +00:00
"Monthly" => "Mensual",
2012-01-16 16:34:42 +00:00
"Yearly" => "Anual",
"never" => "nunca",
"by occurrences" => "por acontecementos",
"by date" => "por data",
"by monthday" => "por día do mes",
"by weekday" => "por día da semana",
2013-02-12 23:03:05 +00:00
"events week of month" => "actividades semanais do mes",
2012-01-16 16:34:42 +00:00
"first" => "primeiro",
"second" => "segundo",
"third" => "terceiro",
"fourth" => "cuarto",
"fifth" => "quinto",
"last" => "último",
2013-02-12 23:03:05 +00:00
"by events date" => "por data das actividades",
2012-01-16 16:34:42 +00:00
"by yearday(s)" => "por dia(s) do ano",
"by weeknumber(s)" => "por número(s) de semana",
"by day and month" => "por día e mes",
2013-10-03 12:14:27 +00:00
"Contact birthdays" => "Aniversarios dos contactos",
2012-01-16 16:34:42 +00:00
"Date" => "Data",
"Cal." => "Cal.",
2013-11-24 05:10:07 +00:00
"Day" => "Día",
2012-01-16 16:34:42 +00:00
"Week" => "Semana",
"Month" => "Mes",
"Today" => "Hoxe",
2012-11-20 23:03:36 +00:00
"Settings" => "Configuracións",
2013-02-12 23:03:05 +00:00
"Share Calendar" => "Compartir o calendario",
2013-10-05 14:17:43 +00:00
"CalDav Link" => "Ligazón CalDav",
2012-05-09 10:41:01 +00:00
"Download" => "Descargar",
2012-01-16 16:34:42 +00:00
"Edit" => "Editar",
2013-02-12 23:03:05 +00:00
"Delete" => "Eliminar",
2012-01-16 16:34:42 +00:00
"New calendar" => "Novo calendario",
2013-02-12 23:03:05 +00:00
"Edit calendar" => "Editar o calendario",
"Displayname" => "Amosar o nome",
2012-01-16 16:34:42 +00:00
"Calendar color" => "Cor do calendario",
"Save" => "Gardar",
"Submit" => "Enviar",
"Cancel" => "Cancelar",
2013-11-24 05:10:07 +00:00
"Edit event" => "Editar a actividade",
"Save event" => "Gardar a actividade",
"Delete event" => "Eliminar a actividade",
2013-02-12 23:03:05 +00:00
"Eventinfo" => "Info. da actividade",
2012-06-05 22:29:28 +00:00
"Repeating" => "Repetido",
"Alarm" => "Alarma",
"Attendees" => "Participantes",
"Share" => "Compartir",
2013-02-12 23:03:05 +00:00
"Title of the Event" => "Título da actividade",
2013-11-24 05:10:07 +00:00
"from" => "desde",
"to" => "a",
2013-02-12 23:03:05 +00:00
"All Day Event" => "Actividades de todo o día",
2012-01-16 16:34:42 +00:00
"Advanced options" => "Opcións avanzadas",
2012-11-20 23:03:36 +00:00
"Location" => "Lugar",
2013-11-24 05:10:07 +00:00
"Categories (separate by comma)" => "Categorías (separadas por comas)",
2013-11-22 02:02:57 +00:00
"Edit categories" => "Editar as categorías",
2012-05-09 10:41:01 +00:00
"Description" => "Descrición",
2013-11-24 05:10:07 +00:00
"Export event" => "Exportar a actividade",
2012-01-16 16:34:42 +00:00
"Repeat" => "Repetir",
"Advanced" => "Avanzado",
"Select weekdays" => "Seleccionar días da semana",
"Select days" => "Seleccionar días",
2013-02-12 23:03:05 +00:00
"and the events day of year." => "e as actividades diarias do ano.",
"and the events day of month." => "e as actividades diarias do mes.",
"Select months" => "Seleccionar meses",
2012-05-09 10:41:01 +00:00
"Select weeks" => "Seleccionar semanas",
2013-02-12 23:03:05 +00:00
"and the events week of year." => "e as actividades semanais do ano.",
2012-01-16 16:34:42 +00:00
"Interval" => "Intervalo",
"End" => "Fin",
"occurrences" => "acontecementos",
2013-11-24 05:10:07 +00:00
"Visibility to people shared with" => "Visibilidade da xente que comparte con",
2012-01-16 16:34:42 +00:00
"create a new calendar" => "crear un novo calendario",
2012-05-09 10:41:01 +00:00
"Import a calendar file" => "Importar un ficheiro de calendario",
2013-02-12 23:03:05 +00:00
"Please choose a calendar" => "Escolla un calendario",
2012-01-16 16:34:42 +00:00
"Name of new calendar" => "Nome do novo calendario",
2013-02-12 23:03:05 +00:00
"Take an available name!" => "Escolla un nome dispoñíbel",
2012-11-20 23:03:36 +00:00
"A Calendar with this name already exists. If you continue anyhow, these calendars will be merged." => "Xa hai un calendario con ese nome. Sen lle cambiar o nome xuntaranse os dous calendarios.",
2013-02-12 23:03:05 +00:00
"Remove all events from the selected calendar" => "Eliminar todas as actividades do calendario escollido.",
2012-01-16 16:34:42 +00:00
"Import" => "Importar",
2012-11-20 23:03:36 +00:00
"Close Dialog" => "Pechar o diálogo",
2013-02-12 23:03:05 +00:00
"Create a new event" => "Crear unha nova actividade",
2013-11-24 05:10:07 +00:00
"Create event" => "Crear unha actividade",
"Share with user or group" => "Compartir cun usuario ou grupo",
2012-10-22 00:11:04 +00:00
"Unshare" => "Deixar de compartir",
2013-11-24 05:10:07 +00:00
"Not shared with anyone" => "Non compartido con ninguén",
2013-10-07 15:40:34 +00:00
"Send Email" => "Enviar correo",
2012-11-20 23:03:36 +00:00
"Shared via calendar" => "Compartir por calendario",
2013-11-24 05:10:07 +00:00
"Not shared with anyone via calendar" => "Non compartido con ninguén a través do calendario",
2013-02-12 23:03:05 +00:00
"View an event" => "Ver unha actividade",
2013-11-22 02:02:57 +00:00
"Category" => "Categoría",
2013-02-12 23:03:05 +00:00
"No categories selected" => "Non foi seleccionada ningunha categoría",
2012-06-05 22:29:28 +00:00
"of" => "de",
2013-11-22 02:02:57 +00:00
"Access Class" => "Clase de acceso",
"From" => "Desde",
2012-06-05 22:29:28 +00:00
"at" => "a",
2013-11-22 02:02:57 +00:00
"To" => "a",
2013-10-05 14:17:43 +00:00
"Your calendars" => "Os seus calendarios",
2012-11-20 23:03:36 +00:00
"General" => "Xeral",
2012-01-16 16:34:42 +00:00
"Timezone" => "Fuso horario",
2012-11-20 23:03:36 +00:00
"Update timezone automatically" => "Actualizar o fuso horario automaticamente",
"Time format" => "Formato da hora",
2012-01-16 16:34:42 +00:00
"24h" => "24h",
2012-10-22 00:11:04 +00:00
"12h" => "12h",
2012-11-20 23:03:36 +00:00
"Start week on" => "Comezar a semana o ",
"Cache" => "Caché",
2013-02-12 23:03:05 +00:00
"Clear cache for repeating events" => "Limpar a caché para as actividades que se repiten",
"URLs" => "URL",
"Calendar CalDAV syncing addresses" => "Enderezos de sincronización do calendario CalDAV",
2012-10-22 00:11:04 +00:00
"more info" => "máis información",
"Primary address (Kontact et al)" => "Enderezo primario (Kontact et al)",
2012-11-20 23:03:36 +00:00
"iOS/OS X" => "iOS/OS X",
"Read only iCalendar link(s)" => "Ligazón(s) ao(s) iCalendarios de só lectura"
2012-01-16 16:34:42 +00:00
);