aboutsummaryrefslogtreecommitdiffstats
path: root/languages/portuguese.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-10-27 16:37:46 +0000
committerChad Little <clittle@users.sourceforge.net>2002-10-27 16:37:46 +0000
commit6df3fbe1e9eeb9cae52a49d80314a0d99e52d207 (patch)
tree08a0e42f5995f26f66acb8a4fafd8b3f7085fef7 /languages/portuguese.inc.php
parent2c0300bb311d928ae4109a5d0786b01b2405558a (diff)
downloadphpicalendar-6df3fbe1e9eeb9cae52a49d80314a0d99e52d207.tar.gz
phpicalendar-6df3fbe1e9eeb9cae52a49d80314a0d99e52d207.tar.bz2
phpicalendar-6df3fbe1e9eeb9cae52a49d80314a0d99e52d207.zip
Added Portuguese langugae file.
Diffstat (limited to 'languages/portuguese.inc.php')
-rw-r--r--languages/portuguese.inc.php92
1 files changed, 92 insertions, 0 deletions
diff --git a/languages/portuguese.inc.php b/languages/portuguese.inc.php
new file mode 100644
index 0000000..056b72c
--- /dev/null
+++ b/languages/portuguese.inc.php
@@ -0,0 +1,92 @@
+<?php
+
+// English language include
+// For version 0.7 PHP iCalendar
+//
+// Translation by Chad Little (chad@chadsdomain.com)
+//
+// 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';
+$version_lang = '0.8';
+$event_lang = 'Evento';
+$event_start_lang = 'Hora de inicio';
+$event_end_lang = 'Hora de fim';
+$this_months_lang = 'Eventos deste mes';
+$date_lang = 'Data';
+$summary_lang = 'Sumario';
+$all_day_lang = 'Evento dia todo';
+$notes_lang = 'Notas';
+$this_years_lang = 'Eventos deste ano';
+$today_lang = 'Hoje';
+$this_week_lang = 'Esta semana';
+$this_month_lang = 'Este mes';
+$jump_lang = 'Ir para';
+$tomorrows_lang = 'Eventos para amanha';
+$goday_lang = 'Ir para Hoje';
+$goweek_lang = 'Ir para este semana';
+$gomonth_lang = 'Ir para este mes';
+$goyear_lang = 'Ir para este ano';
+
+$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