aboutsummaryrefslogtreecommitdiffstats
path: root/languages/spanish.inc.php
blob: 0bed6f406d3b54faf7ffca09b48153a73e676562 (plain) (blame)
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
<?php

// Spanish language include
// For version 1.0 PHP iCalendar
//
// Translation by Javier Navarro from XIPS (jnavarro@xips.es)

$day_lang			= "D&iacute;a";
$week_lang			= "Semana";
$month_lang			= "Mes";
$year_lang			= "A&ntilde;o";
$calendar_lang		= "Calendario";
$next_day_lang		= "D&iacute;a siguiente";
$next_month_lang	= "Mes siguiente";
$next_week_lang		= "Semana siguiente";
$next_year_lang		= "A&ntilde;o siguiente";
$last_day_lang		= "D&iacute;a anterior";
$last_month_lang	= "Mes anterior";
$last_week_lang		= "Semana anterior";
$last_year_lang		= "A&ntilde;o anterior";
$subscribe_lang		= "Suscribir";
$download_lang		= "Descargar";
$powered_by_lang 	= "Powered by";
$version_lang		= "0.8";
$event_lang			= 'Evento';
$event_start_lang	= 'Inicio';
$event_end_lang		= 'Fin';
$this_months_lang	= 'Eventos de este mes';
$date_lang			= 'Fecha';
$summary_lang		= 'Descripci&oacute;n';
$all_day_lang		= 'Evento diario';
$notes_lang			= 'Notas';
$this_years_lang	= 'Eventos de este a&ntilde;o';
$today_lang			= 'Hoy';
$this_week_lang		= 'Esta semana';
$this_month_lang	= 'Este mes';
$jump_lang			= 'Ir a';
$tomorrows_lang		= 'Eventos de ma&ntilde;ana';
$goday_lang			= 'Ir a Hoy';
$goweek_lang		= 'Ir a Esta semana';
$gomonth_lang		= 'Ir a Este Mes';
$goyear_lang		= 'Ir a Este A&ntilde;o';
$search_lang		= 'Buscar'; // the verb
$results_lang		= 'Resultados de b&uacute;squeda';
$query_lang			= 'Consulta: '; // will be followed by the search query
$no_results_lang	= 'Ning&uacute;n evento encontrado';
$goprint_lang		= 'Formato de impresi&oacute;n';
$time_lang			= 'Hora';
$summary_lang		= 'Resumen';
$description_lang	= 'Descripci&oacute;n';
$this_site_is_lang		= 'Esta p&aacute;gina es';
$no_events_day_lang		= 'No hay eventos para hoy.';
$no_events_week_lang	= 'No hay eventos para esta semana.';
$no_events_month_lang	= 'No hay eventos para este mes.';
$rss_day_date			= 'g:i A';  // Lists just the time
$rss_week_date			= '%e de %b';  // Lists just the day
$rss_month_date			= '%e de %b';  // Lists just the day
$rss_language			= 'es-es';
$search_took_lang		= 'La busqeda tard&oacute; %s segundos';
$recurring_event_lang	= 'Evento peri&ocaute;dico';
$exception_lang			= 'Excepci&oacute;n';
$no_query_lang			= 'Sin consulta';
$preferences_lang		= 'Preferencias';
$printer_lang			= 'Impresora';
$select_lang_lang		= 'Escoja su idioma por defecto:';
$select_cal_lang		= 'Escoja su calendario por defecto:';
$select_view_lang		= 'Elija su vista por defecto:';
$select_time_lang		= 'Elija su hora de inicio por defecto:';
$select_day_lang		= 'Escoja su dia de la semana de inicio:';
$select_style_lang		= 'Seleccione su estilo por defecto:';
$set_prefs_lang			= 'Guardar preferencias';
$completed_date_lang	= 'Finalizado el';
$completed_lang			= 'Finalizado';
$created_lang			= 'Creado:';
$due_lang				= 'Hasta:';
$priority_lang			= 'Prioridad:';
$priority_high_lang		= 'Alta';
$priority_low_lang		= 'Baja';
$priority_medium_lang	= 'Media';
$priority_none_lang		= 'Ninguna';
$status_lang			= 'Estado:';
$todo_lang				= 'Por hacer';
$unfinished_lang		= 'Sin terminar';
$prefs_set_lang 		= 'Sus preferencias han sido guardadas.';
$prefs_unset_lang 		= 'Preferencias no activas. Los cambios se activaran al recargar la p&aacute;gina.';
$unset_prefs_lang 		= 'Preferencias sin activar:';
$organizer_lang			= 'Organizador';
$attendee_lang			= 'Invitado';
$status_lang			= 'Estado';
$location_lang			= 'Lugar';
$admin_header_lang		= 'Administraci&oacute;n de PHP iCalendar';
$username_lang			= 'Usuario';
$password_lang			= 'Contrase&ntilde;a';
$login_lang				= 'Registro';
$invalid_login_lang		= 'Usuario o contrase&ntilde;a incorrectos.';
$addupdate_cal_lang		= 'A&ntilde;adir o actualizar un calendario';
$addupdate_desc_lang	= 'A&ntilde;ade un calendario enviando un nuevo fichero. Actualiza un calendario enviando un fichero existente.';
$delete_cal_lang		= 'Borra un calendario';
$logout_lang			= 'Salir';
$cal_file_lang			= 'Fichero de Calendario';
$php_error_lang			= 'Error PHP';
$upload_error_gen_lang	= 'Hubo un problema con su env&iacute;o.';
$upload_error_lang[0]	= 'Hubo un problema con su env&iacute;o.';
$upload_error_lang[1]	= 'El fichero que intenta enviar es demasiado grande.';
$upload_error_lang[2]	= 'El fichero que intenta enviar es demasiado grande.';
$upload_error_lang[3]	= 'Solo se ha recibido una parte del fichero que intentaba enviar.';
$upload_error_lang[4]	= 'Debe elegir un fichero para enviar.';
$upload_error_type_lang = 'Solo se aceptan ficheros de calendario (.ics).';
$copy_error_lang		= 'Fall&oacute; la copia del fichero';
$delete_error_lang		= 'Fall&oacute; el borrado del fichero';
$delete_success_lang	= 'se borr&oacute; correctamente.';
$action_success_lang	= 'Su acci&oacute;n fu&eacute; correcta.';
$submit_lang			= 'Enviar';
$delete_lang			= 'Borrar';

// ----- New for 0.9.5
$all_cal_comb_lang		= 'Todos los calendarios combinados';

// - navigation
$back_lang = 'Atr&aacute;s';
$next_lang = 'Siguiente';
$prev_lang = 'Anterior';
$day_view_lang = 'Vista diaria';
$week_view_lang = 'Vista semanal';
$month_view_lang = 'Vista mensual';
$year_view_lang = 'Vista anual';

// ---------------------------------

// $format_recur, items enclosed in % will be substituted with variables
$format_recur_lang['delimiter']	= ', ';								// ie, 'one, two, three'

$format_recur_lang['yearly']		= array('a&ntilde;o','a&ntilde;os');		// for these, put singular
$format_recur_lang['monthly']		= array('mes','meses');		// and plural forms
$format_recur_lang['weekly']		= array('semana','semanas');		// these will be %freq%
$format_recur_lang['daily']			= array('dia','dias');			// in the replacement below
$format_recur_lang['hourly']		= array('hora','horas');
$format_recur_lang['minutely']		= array('minuto','minutos');
$format_recur_lang['secondly']		= array('segundo','segundos');

$format_recur_lang['start']			= 'Cada %int% %freq% %for%';	// ie, 'Every 1 day until January 4' or 'Every 1 day for a count of 5'
$format_recur_lang['until']			= 'hasta %date%';				// ie, 'until January 4'
$format_recur_lang['count']			= 'durante %int% veces';		// ie, 'for 5 times'

$format_recur_lang['bymonth']		= 'En los meses: %list%';			// ie, 'In months: January, February, March'
$format_recur_lang['bymonthday']	= 'En los dias: %list%';			// ie, 'On dates: 1, 2, 3, 4'
$format_recur_lang['byday']			= 'En los dias de la semana: %list%';			// ie, 'On days: Mon, Tues, Wed, Thurs'

// ---------------------------------

$daysofweek_lang			= array ('Domingo','Lunes','Martes','Mi&eacute;rcoles','Jueves','Viernes','S&aacute;bado');
$daysofweekshort_lang		= array ('Dom','Lun','Mar','Mie','Jue','Vie','Sab');
$daysofweekreallyshort_lang	= array ('D','L','M','X','J','V','S');
$monthsofyear_lang			= array ('Enero','Febrero','Marzo','Abril','Mayo','Junio','Julio','Agosto','Septiembre','Octubre','Noviembre','Diciembre');
$monthsofyearshort_lang		= array ('Ene','Feb','Mar','Abr','May','Jun','Jul','Ago','Sep','Oct','Nov','Dic');

// For time formatting, check out: http://www.php.net/manual/en/function.date.php
$timeFormat = 'g:i A';
$timeFormat_small = 'g:i';

// For date formatting, see note below
$dateFormat_day = '%A, %e de %B';
$dateFormat_week = '%e de %B';
$dateFormat_week_list = '%a, %e de %b';
$dateFormat_week_jump = '%e de %e';
$dateFormat_month = '%B de %Y';
$dateFormat_month_list = '%A, %e de %B';

/*
Notes about dateFormat_*
	The pieces are similar to that of the PHP function strftime(), 
	however only the following is supported at this time:
	
	%A - the full week day name as specified in $daysofweek_lang
	%a - the shortened week day name as specified in $daysofweekshort_lang
	%B - the full month name as specified in $monthsofyear_lang
	%b - the shortened month name as specified in $monthsofyearshort_lang
	%e - the day of the month as a decimal number (1 to 31)
	%Y - the 4-digit year

	If this causes problems with representing your language accurately, let
	us know. We will be happy to modify this if needed.
*/

// Error messages - %s will be replaced with a variable
$error_title_lang = '&iexcl;Error!';
$error_window_lang = '&iexcl;Hubo un error!';
$error_calendar_lang = 'Cuando se produjo este error, se procesaba "%s" del calendario.';
$error_path_lang = 'Incapaz de abrir: "%s"';
$error_back_lang = 'Por favor, use el bot&oacute;n "Atr&aacute;s" para volver.';
$error_remotecal_lang = 'Este servidor bloquea calendarios remotos que no han sido aceptados.';
$error_restrictedcal_lang = 'Ha intentado llegar a un calendario que tiene el acceso restringido.';
$error_invalidcal_lang = 'Fichero de calendario inv&aacute;lido. Por favor, pruebe con otro calendario.';


?>

© 2014-2024 Faster IT GmbH | imprint | privacy policy