aboutsummaryrefslogtreecommitdiffstats
path: root/languages/portuguese.inc.php
blob: 7684d7ccc4da90c7ada33341bbdd5c2da7b70ac0 (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
<?php

// Portuguese language include
// For version 0.8 PHP iCalendar
//
// Translation by Rui Costa (ruicosta@ubi.pt)
//
// Submit new translations to chad@chadsdomain.com



$day_lang               = 'Dia';
$week_lang              = 'Semana';
$month_lang             = 'Mes';
$year_lang              = 'Ano';
$calendar_lang          = 'Calendario';
$next_day_lang          = 'Dia seguinte';
$next_month_lang        = 'Mes seguinte';
$next_week_lang         = 'Proxima semana';
$next_year_lang         = 'Ano Seguinte';
$last_day_lang          = 'Dia anterior';
$last_month_lang        = 'Mes anterior';
$last_week_lang         = 'Semana anterior';
$last_year_lang         = 'Ano anterior';
$subscribe_lang         = 'Assinar';
$download_lang          = 'Download';
$powered_by_lang        = 'Powered by';
$event_lang             = 'Evento';
$event_start_lang       = 'Hora de inicio';
$event_end_lang         = 'Hora de fim';
$this_months_lang       = 'Registos para deste mes';
$date_lang              = 'Data';
$summary_lang           = 'Sumario';
$all_day_lang           = 'Todo dia';
$notes_lang                        = 'Notas';
$this_years_lang        = 'Registos deste ano';
$today_lang                        = 'Hoje';
$this_week_lang                = 'Esta semana';
$this_month_lang        = 'Este mes';
$jump_lang                        = 'Ir para';
$tomorrows_lang                = 'Registos para amanha';
$goday_lang                        = 'Ver Hoje';
$goweek_lang                = 'Ver esta semana';
$gomonth_lang                = 'Ver este mes';
$goyear_lang                = 'Ver este ano';

// new in 0.8 -------------
$search_lang                = 'Procurar'; // the verb
$results_lang                = 'Resultados da pesquisa';
$query_lang                        = 'Pesquisa por: '; // will be followed by the search query
$no_results_lang        = 'Nao foram encontrados registos';

$goprint_lang                = 'Versao para Imprimir';
$time_lang                        = 'Hora';
$summary_lang                = 'Resumo';
$description_lang        = 'Descricao';

// RSS text for 0.8
$this_site_is_lang                = 'Este site e';
$no_events_day_lang                = 'Nao existem registos para hoje.';
$no_events_week_lang        = 'Nao existem registos para esta semana.';
$no_events_month_lang        = 'Nao existem registos para este mes.';
$rss_day_date                        = 'g:i A';  // Lists just the time
$rss_week_date                        = '%e %b';  // Lists just the day
$rss_month_date                        = '%e %b';  // Lists just the day
// -------------------------

$daysofweek_lang                        = array ('Domingo','Segunda','Terca','Quarta','Quinta','Sexta','Sabado');
$daysofweekshort_lang                = array ('Dom','Seg','Ter','Qua','Qui','Sex','Sab');
$daysofweekreallyshort_lang        = array ('D','S','T','Q','Q','S','S');
$monthsofyear_lang                        = array ('Janeiro','Fevereiro','Marco','Abril','Maio','Junho','Julho','Agosto','Setembro','Outubro','Novembro','Dezembro');
$monthsofyearshort_lang                = array ('Jan','Fev','Mar','Abr','Mai','Jun','Jul','Ago','Set','Out','Nov','Dez');

// 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 %B';
$dateFormat_week = '%e %B';
$dateFormat_week_list = '%a, %e %b';
$dateFormat_week_jump = '%e %b';
$dateFormat_month = '%B %Y';
$dateFormat_month_list = '%A, %e %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 = 'Erro!';
$error_window_lang = 'Aconteceu um erro!';
$error_calendar_lang = 'O calendario "%s" estava a ser processado quando ocorreu este erro.';
$error_path_lang = 'Não foi possivel abrir: "%s"';
$error_back_lang = 'Por favor use o botao de "Back" para voltar.';
$error_remotecal_lang = 'Este servidor bloqueia calendarios remotos que nao foram aprovados.';
$error_restrictedcal_lang = 'Tentou aceder a um calendario onde e restricto o acesso neste servidor.';
$error_invalidcal_lang = 'Ficheiro de calendario invalido. Por favor tente usar outro claendario.';

?>

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