aboutsummaryrefslogtreecommitdiffstats
path: root/languages/italian.inc.php
diff options
context:
space:
mode:
authorjwangen <jwangen>2002-09-25 21:54:13 +0000
committerjwangen <jwangen>2002-09-25 21:54:13 +0000
commitaf86e13fd3d9be51561ab4685129fd841b7bf39b (patch)
treebb6645e0a49e1f062a1b97deec9ae2cec0ee5cdc /languages/italian.inc.php
parent8a587b7052a1a53ecb153bc295639ed2b3e735fc (diff)
downloadphpicalendar-af86e13fd3d9be51561ab4685129fd841b7bf39b.tar.gz
phpicalendar-af86e13fd3d9be51561ab4685129fd841b7bf39b.tar.bz2
phpicalendar-af86e13fd3d9be51561ab4685129fd841b7bf39b.zip
Added variable in language files, $all_day_lang, for occurrences of the
English string "All day event." Needs to be translated.
Diffstat (limited to 'languages/italian.inc.php')
-rw-r--r--languages/italian.inc.php51
1 files changed, 50 insertions, 1 deletions
diff --git a/languages/italian.inc.php b/languages/italian.inc.php
index 035b6a3..a763d68 100644
--- a/languages/italian.inc.php
+++ b/languages/italian.inc.php
@@ -1 +1,50 @@
-<? // Italian language include // For version 0.5 PHP iCalendar // // Translation by Luca Cacciagrano (clooka@clac.it) // // Submit new translations to chad@chadsdomain.com $day_lang = "Giorno"; $week_lang = "Settimana"; $month_lang = "Mese"; $year_lang = "Anno"; $calendar_lang = "Calendario"; $next_day_lang = "Giorno Successivo"; $next_month_lang = "Mese Successivo"; $next_week_lang = "Settimana Successiva"; $next_year_lang = "Anno Successivo"; $last_day_lang = "Giorno Precedente"; $last_month_lang = "Mese Precedente"; $last_week_lang = "Settimana Precedente"; $last_year_lang = "Anno Precedente"; $subscribe_lang = "Sottoscrivi"; $download_lang = "Scarica"; $powered_by_lang = "Powered by"; $version_lang = "0.5"; $event_lang = "Evento"; $event_start_lang = "Inizio"; $event_end_lang = "Fine"; $this_months_lang = "Eventi di questo mese"; $date_lang = "Data"; $summary_lang = "Sommario"; // Set Location for date formatting, check out: http://www.php.net/manual/en/function.setlocale.php setlocale (LC_TIME, 'it_IT'); // For time formatting, check out: http://www.php.net/manual/en/function.date.php $timeFormat = "G:i"; // For date formatting, cehck out: http://www.php.net/manual/en/function.strftime.php $dateFormat_day = "%A, %e %B"; $dateFormat_week = "%e %B"; $dateFormat_week_list = "%a, %e %b"; $dateFormat_month = "%B %Y"; $dateFormat_month_list = "%A, %e %B"; ?> \ No newline at end of file
+<?
+
+// Italian language include
+// For version 0.5 PHP iCalendar
+//
+// Translation by Luca Cacciagrano (clooka@clac.it)
+//
+// Submit new translations to chad@chadsdomain.com
+
+
+
+$day_lang = "Giorno";
+$week_lang = "Settimana";
+$month_lang = "Mese";
+$year_lang = "Anno";
+$calendar_lang = "Calendario";
+$next_day_lang = "Giorno Successivo";
+$next_month_lang = "Mese Successivo";
+$next_week_lang = "Settimana Successiva";
+$next_year_lang = "Anno Successivo";
+$last_day_lang = "Giorno Precedente";
+$last_month_lang = "Mese Precedente";
+$last_week_lang = "Settimana Precedente";
+$last_year_lang = "Anno Precedente";
+$subscribe_lang = "Sottoscrivi";
+$download_lang = "Scarica";
+$powered_by_lang = "Powered by";
+$version_lang = "0.5";
+$event_lang = "Evento";
+$event_start_lang = "Inizio";
+$event_end_lang = "Fine";
+$this_months_lang = "Eventi di questo mese";
+$date_lang = "Data";
+$summary_lang = "Sommario";
+$all_day_lang = "All day event";
+
+// Set Location for date formatting, check out: http://www.php.net/manual/en/function.setlocale.php
+setlocale (LC_TIME, 'it_IT');
+
+// For time formatting, check out: http://www.php.net/manual/en/function.date.php
+$timeFormat = "G:i";
+
+// For date formatting, cehck out: http://www.php.net/manual/en/function.strftime.php
+$dateFormat_day = "%A, %e %B";
+$dateFormat_week = "%e %B";
+$dateFormat_week_list = "%a, %e %b";
+$dateFormat_month = "%B %Y";
+$dateFormat_month_list = "%A, %e %B";
+
+?> \ No newline at end of file

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