Blame view
sources/apps/calendar/l10n/es_MX.php
7.6 KB
|
6d9380f96
|
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 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 |
<?php $TRANSLATIONS = array(
"Not all calendars are completely cached" => "No todos los calendarios se han almacenado completamente",
"Everything seems to be completely cached" => "Todo parece estar completamente almacenado",
"No calendars found." => "No se encuentra calendarios.",
"No events found." => "No se encuentran eventos.",
"Wrong calendar" => "Calendario erróneo",
"You do not have the permissions to edit this event." => "No tiene los permisos para editar este evento.",
"The file contained either no events or all events are already saved in your calendar." => "El archivo no contiene eventos o ya existen en tu calendario.",
"Import failed" => "Importación falló",
"New Timezone:" => "Nueva zona horaria:",
"Timezone changed" => "Zona horaria cambiada",
"Invalid request" => "Petición no válida",
"Calendar" => "Calendario",
"Deletion failed" => "Falló el borrado",
"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",
"can edit" => "puede editar",
"can share" => "puede compartir",
"ddd" => "ddd",
"ddd M/d" => "ddd M/d",
"dddd M/d" => "dddd M/d",
"MMMM yyyy" => "MMMM yyyy",
"MMM d[ yyyy]{ '–'[ MMM] d yyyy}" => "MMM d[ yyyy]{ '–'[ MMM] d yyyy}",
"dddd, MMM d, yyyy" => "dddd, MMM d, yyyy",
"Sunday" => "Domingo",
"Monday" => "Lunes",
"Tuesday" => "Martes",
"Wednesday" => "Miércoles",
"Thursday" => "Jueves",
"Friday" => "Viernes",
"Saturday" => "Sábado",
"Sun." => "Dom.",
"Mon." => "Lun.",
"Tue." => "Mar.",
"Wed." => "Mier.",
"Thu." => "Jue.",
"Fri." => "Vie.",
"Sat." => "Sab.",
"January" => "Enero",
"February" => "Febrero",
"March" => "Marzo",
"April" => "Abril",
"May" => "Mayo",
"June" => "Junio",
"July" => "Julio",
"August" => "Agosto",
"September" => "Septiembre",
"October" => "Octubre",
"November" => "Noviembre",
"December" => "Diciembre",
"Jan." => "Ene.",
"Feb." => "Feb.",
"Mar." => "Mar.",
"Apr." => "Abr.",
"May." => "May.",
"Jun." => "Jun.",
"Jul." => "Jul.",
"Aug." => "Ago.",
"Sep." => "Sep.",
"Oct." => "Oct.",
"Nov." => "Nov.",
"Dec." => "Dic.",
"All day" => "Todo el día",
"New Calendar" => "Nuevo calendario",
"Missing or invalid fields" => "Campos inválidos o faltantes",
"Title" => "Título",
"From Date" => "Desde la fecha",
"From Time" => "Desde la hora",
"To Date" => "Hasta la fecha",
"To Time" => "Hasta la hora",
"The event ends before it starts" => "El evento termina antes de comenzar",
"There was a database fail" => "Se produjo un error en la base de datos",
"Birthday" => "Fecha de nacimiento",
"Business" => "Negocios",
"Call" => "Llamada",
"Clients" => "Clientes",
"Deliverer" => "Repartidor",
"Holidays" => "Vacaciones",
"Ideas" => "Ideas",
"Journey" => "Viaje",
"Jubilee" => "Aniversario",
"Meeting" => "Reunión",
"Other" => "Otro",
"Personal" => "Personal",
"Projects" => "Proyectos",
"Questions" => "Preguntas",
"Work" => "Trabajo",
"by" => "por",
"unnamed" => "Sin nombre",
"You do not have the permissions to update this calendar." => "No tiene los permisos para actualizar este calendario.",
"You do not have the permissions to delete this calendar." => "No tiene permiso para eliminar este calendario.",
"You do not have the permissions to add to this calendar." => "No tiene los permisos para añadir a este calendario.",
"You do not have the permissions to add events to this calendar." => "No tiene los permisos para añadir eventos a este calendario.",
"You do not have the permissions to delete this event." => "No tiene los permisos para eliminar este evento.",
"Busy" => "Ocupado",
"Show full event" => "Mostrar evento completo",
"Show only busy" => "Mostrar solo cuándo estoy ocupado",
"Hide event" => "Ocultar evento",
"Does not repeat" => "No se repite",
"Daily" => "Diariamente",
"Weekly" => "Semanalmente",
"Every Weekday" => "Todos los días laborables",
"Bi-Weekly" => "Cada 2 semanas",
"Monthly" => "Mensualmente",
"Yearly" => "Anualmente",
"never" => "nunca",
"by occurrences" => "por ocurrencias",
"by date" => "por fecha",
"by monthday" => "por día del mes",
"by weekday" => "por día de la semana",
"events week of month" => "eventos de la semana del mes",
"first" => "primero",
"second" => "segundo",
"third" => "tercer",
"fourth" => "cuarto",
"fifth" => "quinto",
"last" => "último",
"by events date" => "por fecha de eventos",
"by yearday(s)" => "por día(s) del año",
"by weeknumber(s)" => "por número(s) de semana",
"by day and month" => "por día y mes",
"Contact birthdays" => "Cumpleaños de los contactos",
"Date" => "Fecha",
"Cal." => "Cal.",
"Day" => "Día",
"Week" => "Semana",
"Month" => "Mes",
"Today" => "Hoy",
"CalDav Link" => "Enlace CalDav",
"Timezone" => "Zona horaria",
"Update timezone automatically" => "Actualizar zona horaria automáticamente",
"Time format" => "Formato de hora",
"24h" => "24h",
"12h" => "12h",
"Start week on" => "Comenzar semana en",
"Cache" => "Caché",
"Clear cache for repeating events" => "Limpiar caché de eventos recurrentes",
"Share Calendar" => "Compartir calendario",
"Download" => "Descargar",
"Edit" => "Editar",
"Delete" => "Eliminar",
"New calendar" => "Nuevo calendario",
"Edit calendar" => "Editar calendario",
"Edit event" => "Editar evento",
"Save event" => "Guardar evento",
"Delete event" => "Eliminar evento",
"Eventinfo" => "Información del evento",
"Repeating" => "Repetición",
"Alarm" => "Alarma",
"Attendees" => "Asistentes",
"Share" => "Compartir",
"Title of the Event" => "Título del evento",
"from" => "de",
"to" => "hasta",
"All Day Event" => "Todo el día",
"Advanced options" => "Opciones avanzadas",
"Location" => "Ubicación",
"Categories (separate by comma)" => "Categorías (separadas por coma)",
"Edit categories" => "Editar categorías",
"Description" => "Descripción",
"Export event" => "Exportar evento",
"Repeat" => "Repetir",
"Advanced" => "Avanzado",
"Select weekdays" => "Seleccionar días de la semana",
"Select days" => "Seleccionar días",
"and the events day of year." => "y el día del año de los eventos.",
"and the events day of month." => "y el día del mes de los eventos.",
"Select months" => "Seleccionar meses",
"Select weeks" => "Seleccionar semanas",
"and the events week of year." => "y la semana del año de los eventos.",
"Interval" => "Intervalo",
"End" => "Fin",
"occurrences" => "ocurrencias",
"Visibility to people shared with" => "Visibilidad de las personas con las que comparto",
"create a new calendar" => "Crear un nuevo calendario",
"Import a calendar file" => "Importar un archivo de calendario",
"Please choose a calendar" => "Por favor, seleccione un calendario",
"Name of new calendar" => "Nombre del nuevo calendario",
"Take an available name!" => "¡Elija un nombre disponible!",
"A Calendar with this name already exists. If you continue anyhow, these calendars will be merged." => "Un calendario con este nombre ya existe. Si aun así continua, estos calendarios se combinarán.",
"Remove all events from the selected calendar" => "Eliminar todos los eventos del calendario seleccionado",
"Import" => "Importar",
"Close Dialog" => "Cerrar diálogo",
"Create a new event" => "Crear un nuevo evento",
"Create event" => "Crear evento",
"Share with user or group" => "Compartir con usuario o grupo",
"Unshare" => "Dejar de compartir",
"Not shared with anyone" => "No compartidos con nadie",
"Send Email" => "Enviar correo",
"Shared via calendar" => "Compartido vía calendario",
"Not shared with anyone via calendar" => "No compartido con nadie por el calendario",
"View an event" => "Ver un evento",
"Category" => "Categoría",
"No categories selected" => "Ninguna categoría seleccionada",
"Access Class" => "Clase de acceso",
"From" => "Desde",
"at" => "a las",
"To" => "Hasta"
);
|