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

// 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";
$notes_lang			= "Notes";

// 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";

?>

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