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 / brazilian.inc.php next >
PHP Script  |  2003-10-12  |  9KB  |  197 lines

  1. <?php
  2.  
  3. // Brazilian Portuguese language include
  4. // For version 0.9.4 PHP iCalendar
  5. //
  6. // Translation by Wilton, Bennet (suporte@bennetworks.com.br) 
  7. // 01-nov-2002 02:42 PM
  8. // Submit new translations to chad@chadsdomain.com
  9.  
  10. $day_lang                 = 'Dia';
  11. $week_lang                = 'Semana';
  12. $month_lang                = 'Mês';
  13. $year_lang                = 'Ano';
  14. $calendar_lang          = 'Calendário';
  15. $next_day_lang          = 'Dia seguinte';
  16. $next_month_lang        = 'Mês seguinte';
  17. $next_week_lang         = 'Próxima semana';
  18. $next_year_lang         = 'Ano Seguinte';
  19. $last_day_lang          = 'Dia anterior';
  20. $last_month_lang        = 'Mês anterior';
  21. $last_week_lang         = 'Semana anterior';
  22. $last_year_lang         = 'Ano anterior';
  23. $subscribe_lang         = 'Assinar';
  24. $download_lang          = 'Download';
  25. $powered_by_lang        = 'Powered by';
  26. $event_lang             = 'Evento';
  27. $event_start_lang       = 'Hora de início';
  28. $event_end_lang         = 'Hora de fim';
  29. $this_months_lang       = 'Eventos deste mês';
  30. $date_lang              = 'Data';
  31. $summary_lang           = 'Sumário';
  32. $all_day_lang           = 'Evento dia todo';
  33. $notes_lang             = 'Notas';
  34. $this_years_lang        = 'Eventos deste ano';
  35. $today_lang             = 'Hoje';
  36. $this_week_lang         = 'Esta semana';
  37. $this_month_lang        = 'Este mês';
  38. $jump_lang              = 'Ir para';
  39. $tomorrows_lang         = 'Eventos para amanha';
  40. $goday_lang             = 'Ir para Hoje';
  41. $goweek_lang            = 'Ir para este semana';
  42. $gomonth_lang           = 'Ir para este mês';
  43. $goyear_lang               = 'Ir para este ano';
  44. $search_lang            = 'Buscar'; // the verb
  45. $results_lang            = 'Buscar Resultados';
  46. $query_lang                = 'Questão: '; // will be followed by the search query
  47. $no_results_lang        = 'Eventos não encontrados';
  48. $goprint_lang            = 'Versão para imprimir';
  49. $time_lang                = 'Hora';
  50. $summary_lang            = 'Resumo';
  51. $description_lang        = 'Descrição';
  52. $this_site_is_lang        = 'Esse site é';
  53. $no_events_day_lang        = 'Não há eventos para hoje.';
  54. $no_events_week_lang    = 'Não há eventos para esta semana.';
  55. $no_events_month_lang    = 'Não há eventos para esse mês.';
  56. $rss_day_date            = 'g:i A';  // Lists just the time
  57. $rss_week_date            = '%b %e';  // Lists just the day
  58. $rss_month_date            = '%b %e';  // Lists just the day
  59. $rss_language            = 'en-us';
  60. $search_took_lang        = 'Search took %s seconds';
  61. $recurring_event_lang    = 'Recurring event';
  62. $exception_lang            = 'Exception';
  63. $no_query_lang            = 'No query given';
  64. $preferences_lang        = 'Preferences';
  65. $printer_lang            = 'Printer';
  66. $select_lang_lang        = 'Select your default language:';
  67. $select_cal_lang        = 'Select your default calendar:';
  68. $select_view_lang        = 'Select your default view:';
  69. $select_time_lang        = 'Select your default start time:';
  70. $select_day_lang        = 'Select your default start day of week:';
  71. $select_style_lang        = 'Select your default style:';
  72. $set_prefs_lang            = 'Set preferences';
  73. $completed_date_lang    = 'Completed on';
  74. $completed_lang            = 'Completed';
  75. $created_lang            = 'Created:';
  76. $due_lang                = 'Due:';
  77. $priority_lang            = 'Priority:';
  78. $priority_high_lang        = 'High';
  79. $priority_low_lang        = 'Low';
  80. $priority_medium_lang    = 'Medium';
  81. $priority_none_lang        = 'None';
  82. $status_lang            = 'Status:';
  83. $todo_lang                = 'To do items';
  84. $unfinished_lang        = 'Unfinished';
  85. $prefs_set_lang         = 'Your preferences have been set.';
  86. $prefs_unset_lang         = 'Preferences unset. Changes will take place next page load.';
  87. $unset_prefs_lang         = 'Unset preferences:';
  88. $organizer_lang            = 'Organizer';
  89. $attendee_lang            = 'Attendee';
  90. $status_lang            = 'Status';
  91. $location_lang            = 'Location';
  92. $admin_header_lang        = 'PHP iCalendar Administration';
  93. $username_lang            = 'Username';
  94. $password_lang            = 'Password';
  95. $login_lang                = 'Login';
  96. $invalid_login_lang        = 'Wrong username or password.';
  97. $addupdate_cal_lang        = 'Add or Update a Calendar';
  98. $addupdate_desc_lang    = 'Add a calendar by uploading a new file. Update a calendar by uploading a file of the same name.';
  99. $delete_cal_lang        = 'Delete a Calendar';
  100. $logout_lang            = 'Logout';
  101. $cal_file_lang            = 'Calendar File';
  102. $php_error_lang            = 'PHP Error';
  103. $upload_error_gen_lang    = 'There was a problem with your upload.';
  104. $upload_error_lang[0]    = 'There was a problem with your upload.';
  105. $upload_error_lang[1]    = 'The file you are trying to upload is too big.';
  106. $upload_error_lang[2]    = 'The file you are trying to upload is too big.';
  107. $upload_error_lang[3]    = 'The file you are trying upload was only partially uploaded.';
  108. $upload_error_lang[4]    = 'You must select a file for upload.';
  109. $upload_error_type_lang = 'Only .ics files may be uploaded.';
  110. $copy_error_lang        = 'Failed to copy file';
  111. $delete_error_lang        = 'Failed to delete file';
  112. $delete_success_lang    = 'was deleted successfully.';
  113. $action_success_lang    = 'Your action was successful.';
  114. $submit_lang            = 'Submit';
  115. $delete_lang            = 'Delete';
  116.  
  117. // ----- New for 0.9.4
  118. $all_cal_comb_lang        = 'All calendars combined';
  119.  
  120. // - navigation
  121. $back_lang = 'Back';
  122. $next_lang = 'Next';
  123. $prev_lang = 'Prev';
  124. $day_view_lang = 'Day View';
  125. $week_view_lang = 'Week View';
  126. $month_view_lang = 'Month View';
  127. $year_view_lang = 'Year View';
  128.  
  129. // ---------------------------------
  130.  
  131. // $format_recur, items enclosed in % will be substituted with variables
  132. $format_recur_lang['delimiter']    = ', ';                                // ie, 'one, two, three'
  133.  
  134. $format_recur_lang['yearly']        = array('year','years');        // for these, put singular
  135. $format_recur_lang['monthly']        = array('month','months');        // and plural forms
  136. $format_recur_lang['weekly']        = array('week','weeks');        // these will be %freq%
  137. $format_recur_lang['daily']            = array('day','days');            // in the replacement below
  138. $format_recur_lang['hourly']        = array('hour','hours');
  139. $format_recur_lang['minutely']        = array('minute','minutes');
  140. $format_recur_lang['secondly']        = array('second','seconds');
  141.  
  142. $format_recur_lang['start']            = 'Every %int% %freq% %for%';    // ie, 'Every 1 day until January 4' or 'Every 1 day for a count of 5'
  143. $format_recur_lang['until']            = 'until %date%';                // ie, 'until January 4'
  144. $format_recur_lang['count']            = 'for a count of %int%';        // ie, 'for 5 times'
  145.  
  146. $format_recur_lang['bymonth']        = 'In months: %list%';            // ie, 'In months: January, February, March'
  147. $format_recur_lang['bymonthday']    = 'On dates: %list%';            // ie, 'On dates: 1, 2, 3, 4'
  148. $format_recur_lang['byday']            = 'On days: %list%';            // ie, 'On days: Mon, Tues, Wed, Thurs'
  149.  
  150. // ---------------------------------
  151.  
  152. $daysofweek_lang                        = array ('Domingo','Segunda-Feira','Terca-Feira','Quarta-Feira','Quinta-Feira','Sexta-Feira','Sábado');
  153. $daysofweekshort_lang                = array ('Dom','Seg','Ter','Qua','Qui','Sex','Sßb');
  154. $daysofweekreallyshort_lang        = array ('D','S','T','Q','Q','S','S');
  155. $monthsofyear_lang                        = array ('Janeiro','Fevereiro','Marτo','Abril','Maio','Junho','Julho','Agosto','Setembro','Outubro','Novembro','Dezembro');
  156. $monthsofyearshort_lang                = array ('Jan','Fev','Mar','Abr','Mai','Jun','Jul','Ago','Set','Out','Nov','Dez');
  157.  
  158. // For time formatting, check out: http://www.php.net/manual/en/function.date.php
  159. $timeFormat = 'g:i A';
  160. $timeFormat_small = 'g:i';
  161.  
  162. // For date formatting, see note below
  163. $dateFormat_day = '%A,%e %B';
  164. $dateFormat_week = '%e %B';
  165. $dateFormat_week_list = '%a, %e %b';
  166. $dateFormat_week_jump = '%e %b';
  167. $dateFormat_month = '%B %Y';
  168. $dateFormat_month_list = '%A, %e %B';
  169.  
  170. /*
  171. Notes about dateFormat_*
  172.         The pieces are similar to that of the PHP function strftime(),
  173.         however only the following is supported at this time:
  174.  
  175.         %A - the full week day name as specified in $daysofweek_lang
  176.         %a - the shortened week day name as specified in $daysofweekshort_lang
  177.         %B - the full month name as specified in $monthsofyear_lang
  178.         %b - the shortened month name as specified in $monthsofyearshort_lang
  179.         %e - the day of the month as a decimal number (1 to 31)
  180.         %Y - the 4-digit year
  181.  
  182.         If this causes problems with representing your language accurately, let
  183.         us know. We will be happy to modify this if needed.
  184. */
  185.  
  186. // Error messages - %s will be replaced with a variable
  187. $error_title_lang = 'Erro!';
  188. $error_window_lang = 'Aconteceu um erro!';
  189. $error_calendar_lang = 'O calendário "%s" estava sendo processado quando ocorreu este erro.';
  190. $error_path_lang = 'Não foi possível abrir: "%s"';
  191. $error_back_lang = 'Por favor use o botão de "Back" para voltar.';
  192. $error_remotecal_lang = 'Este servidor bloqueia calendários remotos que nao foram aprovados.';
  193. $error_restrictedcal_lang = 'Tentou acessar um calendário o qual é restrito o acesso neste servidor.';
  194. $error_invalidcal_lang = 'Arquivo de calendário inválido. Por favor tente usar outro calendário.';
  195.  
  196. ?>
  197.