aboutsummaryrefslogtreecommitdiffstats
path: root/languages/italian.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-11-30 22:05:51 +0000
committerChad Little <clittle@users.sourceforge.net>2002-11-30 22:05:51 +0000
commitb70c78b47df74a7c33972caf70eb084353a3c3a0 (patch)
tree105fbb4e246912674a5a32a33d3d62256259b9c4 /languages/italian.inc.php
parentda11334d9d325f3be588f1b17969ba5c44ed248c (diff)
downloadphpicalendar-b70c78b47df74a7c33972caf70eb084353a3c3a0.tar.gz
phpicalendar-b70c78b47df74a7c33972caf70eb084353a3c3a0.tar.bz2
phpicalendar-b70c78b47df74a7c33972caf70eb084353a3c3a0.zip
Language checkins for 0.9. Minor tweeks to TODO popups.
Diffstat (limited to 'languages/italian.inc.php')
-rw-r--r--languages/italian.inc.php59
1 files changed, 51 insertions, 8 deletions
diff --git a/languages/italian.inc.php b/languages/italian.inc.php
index 95df0cc..ba4ae90 100644
--- a/languages/italian.inc.php
+++ b/languages/italian.inc.php
@@ -1,7 +1,7 @@
<?php
// Italian language include
-// For version 0.8 PHP iCalendar
+// For version 0.9 PHP iCalendar
//
// First translation by Luca Cacciagrano (clooka@clac.it)
// Updated translation by Daniele Nicolucci (jollino@discussioni.org)
@@ -26,7 +26,6 @@ $last_year_lang = 'Anno Precedente';
$subscribe_lang = 'Sottoscrivi';
$download_lang = 'Scarica';
$powered_by_lang = 'Powered by';
-$version_lang = '0.8';
$event_lang = 'Evento';
$event_start_lang = 'Inizio';
$event_end_lang = 'Fine';
@@ -45,19 +44,14 @@ $goday_lang = 'Vai a oggi';
$goweek_lang = 'Vai a questa settimana';
$gomonth_lang = 'Vai a questo mese';
$goyear_lang = 'Vai a quest\'anno';
-
-// new in 0.8 -------------
$search_lang = 'Ricerca'; // the verb
$results_lang = 'Risultati ricerca';
$query_lang = 'Cerca: '; // will be followed by the search query
$no_results_lang = 'Nessun evento trovato';
-
$goprint_lang = 'Printer Friendly';
$time_lang = 'Ora';
$summary_lang = 'Sommario';
$description_lang = 'Descrizione';
-
-// RSS text for 0.8
$this_site_is_lang = 'Questo sito &egrave;';
$no_events_day_lang = 'Nessun evento per oggi.';
$no_events_week_lang = 'Nessun evento per questa settimana.';
@@ -66,7 +60,55 @@ $rss_day_date = 'G:i'; // Lists just the time
$rss_week_date = '%e %B'; // Lists just the day
$rss_month_date = '%e %B'; // Lists just the day
$rss_language = 'en-us';
-// -------------------------
+
+// new in 0.9 ----------------------
+
+$search_took_lang = 'Search took %s seconds';
+$recurring_event_lang = 'Recurring event';
+$exception_lang = 'Exception';
+$no_query_lang = 'No query given';
+$preferences_lang = 'Preferences';
+$printer_lang = 'Printer';
+$select_lang_lang = 'Select your default language:';
+$select_cal_lang = 'Select your default calendar:';
+$select_view_lang = 'Select your default view:';
+$select_time_lang = 'Select your default start time:';
+$select_day_lang = 'Select your default start day of week:';
+$select_style_lang = 'Select your default style:';
+$set_prefs_lang = 'Set preferences';
+$completed_date_lang = 'Completed on';
+$completed_lang = 'Completed';
+$created_lang = 'Created:';
+$due_lang = 'Due:';
+$priority_lang = 'Priority:';
+$priority_high_lang = 'High';
+$priority_low_lang = 'Low';
+$priority_medium_lang = 'Medium';
+$priority_none_lang = 'None';
+$status_lang = 'Status:';
+$todo_lang = 'To do items';
+$unfinished_lang = 'Unfinished';
+
+// $format_recur, items enclosed in % will be substituted with variables
+$format_recur_lang['delimiter'] = ', '; // ie, 'one, two, three'
+
+$format_recur_lang['yearly'] = array('year','years'); // for these, put singular
+$format_recur_lang['monthly'] = array('month','months'); // and plural forms
+$format_recur_lang['weekly'] = array('week','weeks'); // these will be %freq%
+$format_recur_lang['daily'] = array('day','days'); // in the replacement below
+$format_recur_lang['hourly'] = array('hour','hours');
+$format_recur_lang['minutely'] = array('minute','minutes');
+$format_recur_lang['secondly'] = array('second','seconds');
+
+$format_recur_lang['start'] = 'Every %int% %freq% %for%'; // ie, 'Every 1 day until January 4' or 'Every 1 day for a count of 5'
+$format_recur_lang['until'] = 'until %date%'; // ie, 'until January 4'
+$format_recur_lang['count'] = 'for a count of %int%'; // ie, 'for 5 times'
+
+$format_recur_lang['bymonth'] = 'In months: %list%'; // ie, 'In months: January, February, March'
+$format_recur_lang['bymonthday'] = 'On dates: %list%'; // ie, 'On dates: 1, 2, 3, 4'
+$format_recur_lang['byday'] = 'On days: %list%'; // ie, 'On days: Mon, Tues, Wed, Thurs'
+
+// ---------------------------------
// Date display since setlocale isnt perfect. // new since last translation
$daysofweek_lang = array ('Domenica','Luned&iacute;','Marted&igrave;','Mercoled&igrave;','Gioved&igrave;','Venerd&igrave;','Sabato');
@@ -77,6 +119,7 @@ $monthsofyearshort_lang = array ('Gen','Feb','Mar','Apr','Mag','Giu','Lug','Ago
// For time formatting, check out: http://www.php.net/manual/en/function.date.php
$timeFormat = 'G:i';
+$timeFormat_small = 'G:i';
// For date formatting, see note below
$dateFormat_day = '%A, %e %B';

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