home *** CD-ROM | disk | FTP | other *** search
/ linuxmafia.com 2016 / linuxmafia.com.tar / linuxmafia.com / calendar-2010-08-23.tar.gz / calendar-2010-08-23.tar / calendar / languages / spanish.inc.php < prev    next >
PHP Script  |  2003-10-12  |  8KB  |  197 lines

  1. <?php
  2.  
  3. // Spanish language include
  4. // For version 0.9.4 PHP iCalendar
  5. //
  6. // Translation by Javier Navarro from XIPS (jnavarro@xips.es)
  7.  
  8. $day_lang            = "Día";
  9. $week_lang            = "Semana";
  10. $month_lang            = "Mes";
  11. $year_lang            = "Año";
  12. $calendar_lang        = "Calendario";
  13. $next_day_lang        = "Día siguiente";
  14. $next_month_lang    = "Mes siguiente";
  15. $next_week_lang        = "Semana siguiente";
  16. $next_year_lang        = "Año siguiente";
  17. $last_day_lang        = "Día anterior";
  18. $last_month_lang    = "Mes anterior";
  19. $last_week_lang        = "Semana anterior";
  20. $last_year_lang        = "Año anterior";
  21. $subscribe_lang        = "Suscribir";
  22. $download_lang        = "Descargar";
  23. $powered_by_lang     = "Powered by";
  24. $version_lang        = "0.8";
  25. $event_lang            = 'Evento';
  26. $event_start_lang    = 'Inicio';
  27. $event_end_lang        = 'Fin';
  28. $this_months_lang    = 'Eventos de este mes';
  29. $date_lang            = 'Fecha';
  30. $summary_lang        = 'Descripción';
  31. $all_day_lang        = 'Evento diario';
  32. $notes_lang            = 'Notas';
  33. $this_years_lang    = 'Eventos de este año';
  34. $today_lang            = 'Hoy';
  35. $this_week_lang        = 'Esta semana';
  36. $this_month_lang    = 'Este mes';
  37. $jump_lang            = 'Ir a';
  38. $tomorrows_lang        = 'Eventos de mañana';
  39. $goday_lang            = 'Ir a Hoy';
  40. $goweek_lang        = 'Ir a Esta semana';
  41. $gomonth_lang        = 'Ir a Este Mes';
  42. $goyear_lang        = 'Ir a Este Año';
  43. $search_lang        = 'Buscar'; // the verb
  44. $results_lang        = 'Resultados de búsqueda';
  45. $query_lang            = 'Consulta: '; // will be followed by the search query
  46. $no_results_lang    = 'Ningún evento encontrado';
  47. $goprint_lang        = 'Formato de impresión';
  48. $time_lang            = 'Hora';
  49. $summary_lang        = 'Resumen';
  50. $description_lang    = 'Descripción';
  51. $this_site_is_lang        = 'Esta página es';
  52. $no_events_day_lang        = 'No hay eventos para hoy.';
  53. $no_events_week_lang    = 'No hay eventos para esta semana.';
  54. $no_events_month_lang    = 'No hay eventos para este mes.';
  55. $rss_day_date            = 'g:i A';  // Lists just the time
  56. $rss_week_date            = '%e de %b';  // Lists just the day
  57. $rss_month_date            = '%e de %b';  // Lists just the day
  58. $rss_language            = 'en-us';
  59. $search_took_lang        = 'La busqeda tardó %s segundos';
  60. $recurring_event_lang    = 'Evento peri&ocaute;dico';
  61. $exception_lang            = 'Excepción';
  62. $no_query_lang            = 'Sin consulta';
  63. $preferences_lang        = 'Preferencias';
  64. $printer_lang            = 'Impresora';
  65. $select_lang_lang        = 'Escoja su idioma por defecto:';
  66. $select_cal_lang        = 'Escoja su calendario por defecto:';
  67. $select_view_lang        = 'Elija su vista por defecto:';
  68. $select_time_lang        = 'Elija su hora de inicio por defecto:';
  69. $select_day_lang        = 'Escoja su dia de la semana de inicio:';
  70. $select_style_lang        = 'Seleccione su estilo por defecto:';
  71. $set_prefs_lang            = 'Guardar preferencias';
  72. $completed_date_lang    = 'Finalizado a';
  73. $completed_lang            = 'Finalizado';
  74. $created_lang            = 'Creado:';
  75. $due_lang                = 'Hasta:';
  76. $priority_lang            = 'Prioridad:';
  77. $priority_high_lang        = 'Alta';
  78. $priority_low_lang        = 'Baja';
  79. $priority_medium_lang    = 'Media';
  80. $priority_none_lang        = 'Ninguna';
  81. $status_lang            = 'Estado:';
  82. $todo_lang                = 'Por hacer';
  83. $unfinished_lang        = 'Sin terminar';
  84. $prefs_set_lang         = 'Sus preferencias han sido activadas.';
  85. $prefs_unset_lang         = 'Preferencias no activas. Los cambios se activaran al recargar la página.';
  86. $unset_prefs_lang         = 'Preferencias sin activar:';
  87. $organizer_lang            = 'Organizer';
  88. $attendee_lang            = 'Attendee';
  89. $status_lang            = 'Status';
  90. $location_lang            = 'Location';
  91. $admin_header_lang        = 'PHP iCalendar Administration';
  92. $username_lang            = 'Username';
  93. $password_lang            = 'Password';
  94. $login_lang                = 'Login';
  95. $invalid_login_lang        = 'Wrong username or password.';
  96. $addupdate_cal_lang        = 'Add or Update a Calendar';
  97. $addupdate_desc_lang    = 'Add a calendar by uploading a new file. Update a calendar by uploading a file of the same name.';
  98. $delete_cal_lang        = 'Delete a Calendar';
  99. $logout_lang            = 'Logout';
  100. $cal_file_lang            = 'Calendar File';
  101. $php_error_lang            = 'PHP Error';
  102. $upload_error_gen_lang    = 'There was a problem with your upload.';
  103. $upload_error_lang[0]    = 'There was a problem with your upload.';
  104. $upload_error_lang[1]    = 'The file you are trying to upload is too big.';
  105. $upload_error_lang[2]    = 'The file you are trying to upload is too big.';
  106. $upload_error_lang[3]    = 'The file you are trying upload was only partially uploaded.';
  107. $upload_error_lang[4]    = 'You must select a file for upload.';
  108. $upload_error_type_lang = 'Only .ics files may be uploaded.';
  109. $copy_error_lang        = 'Failed to copy file';
  110. $delete_error_lang        = 'Failed to delete file';
  111. $delete_success_lang    = 'was deleted successfully.';
  112. $action_success_lang    = 'Your action was successful.';
  113. $submit_lang            = 'Submit';
  114. $delete_lang            = 'Delete';
  115.  
  116. // ----- New for 0.9.4
  117. $all_cal_comb_lang        = 'All calendars combined';
  118.  
  119. // - navigation
  120. $back_lang = 'Atrás';
  121. $next_lang = 'Siguiente';
  122. $prev_lang = 'Anterior';
  123. $day_view_lang = 'Vista diaria';
  124. $week_view_lang = 'Vista semanal';
  125. $month_view_lang = 'Vista mensual';
  126. $year_view_lang = 'Vista anual';
  127.  
  128. // ---------------------------------
  129.  
  130. // $format_recur, items enclosed in % will be substituted with variables
  131. $format_recur_lang['delimiter']    = ', ';                                // ie, 'one, two, three'
  132.  
  133. $format_recur_lang['yearly']        = array('año','años');        // for these, put singular
  134. $format_recur_lang['monthly']        = array('mes','meses');        // and plural forms
  135. $format_recur_lang['weekly']        = array('semana','semanas');        // these will be %freq%
  136. $format_recur_lang['daily']            = array('dia','dias');            // in the replacement below
  137. $format_recur_lang['hourly']        = array('hora','horas');
  138. $format_recur_lang['minutely']        = array('minuto','minutos');
  139. $format_recur_lang['secondly']        = array('segundo','segundos');
  140.  
  141. $format_recur_lang['start']            = 'Cada %int% %freq% %for%';    // ie, 'Every 1 day until January 4' or 'Every 1 day for a count of 5'
  142. $format_recur_lang['until']            = 'hasta %date%';                // ie, 'until January 4'
  143. $format_recur_lang['count']            = 'durante %int% veces';        // ie, 'for 5 times'
  144.  
  145. $format_recur_lang['bymonth']        = 'En los meses: %list%';            // ie, 'In months: January, February, March'
  146. $format_recur_lang['bymonthday']    = 'En los dias: %list%';            // ie, 'On dates: 1, 2, 3, 4'
  147. $format_recur_lang['byday']            = 'En los dias de la semana: %list%';            // ie, 'On days: Mon, Tues, Wed, Thurs'
  148.  
  149. // ---------------------------------
  150.  
  151. $daysofweek_lang            = array ('Domingo','Lunes','Martes','Miércoles','Jueves','Viernes','Sábado');
  152. $daysofweekshort_lang        = array ('Dom','Lun','Mar','Mie','Jue','Vie','Sab');
  153. $daysofweekreallyshort_lang    = array ('D','L','M','X','J','V','S');
  154. $monthsofyear_lang            = array ('Enero','Febrero','Marzo','Abril','Mayo','Junio','Julio','Agosto','Septiembre','Octubre','Noviembre','Diciembre');
  155. $monthsofyearshort_lang        = array ('Ene','Feb','Mar','Abr','May','Jun','Jul','Ago','Sep','Oct','Nov','Dic');
  156.  
  157. // For time formatting, check out: http://www.php.net/manual/en/function.date.php
  158. $timeFormat = 'g:i A';
  159. $timeFormat_small = 'g:i';
  160.  
  161. // For date formatting, see note below
  162. $dateFormat_day = '%A, %e de %B';
  163. $dateFormat_week = '%e de %B';
  164. $dateFormat_week_list = '%a, %e de %b';
  165. $dateFormat_week_jump = '%e de %e';
  166. $dateFormat_month = '%B de %Y';
  167. $dateFormat_month_list = '%A, %e de %B';
  168.  
  169. /*
  170. Notes about dateFormat_*
  171.     The pieces are similar to that of the PHP function strftime(), 
  172.     however only the following is supported at this time:
  173.     
  174.     %A - the full week day name as specified in $daysofweek_lang
  175.     %a - the shortened week day name as specified in $daysofweekshort_lang
  176.     %B - the full month name as specified in $monthsofyear_lang
  177.     %b - the shortened month name as specified in $monthsofyearshort_lang
  178.     %e - the day of the month as a decimal number (1 to 31)
  179.     %Y - the 4-digit year
  180.  
  181.     If this causes problems with representing your language accurately, let
  182.     us know. We will be happy to modify this if needed.
  183. */
  184.  
  185. // Error messages - %s will be replaced with a variable
  186. $error_title_lang = '¡Error!';
  187. $error_window_lang = '¡Hubo un error!';
  188. $error_calendar_lang = 'Cuando se produjo este error, se procesaba "%s" del calendario.';
  189. $error_path_lang = 'Incapaz de abrir: "%s"';
  190. $error_back_lang = 'Por favor, use el botón "Atrás" para volver.';
  191. $error_remotecal_lang = 'Este servidor bloquea calendarios remotos que no han sido aceptados.';
  192. $error_restrictedcal_lang = 'Ha intentado llegar a un calendario que tiene el acceso restringido.';
  193. $error_invalidcal_lang = 'Fichero de calendario inválido. Por favor, pruebe con otro calendario.';
  194.  
  195.  
  196. ?>
  197.