home *** CD-ROM | disk | FTP | other *** search
/ linuxmafia.com 2016 / linuxmafia.com.tar / linuxmafia.com / calendar-2010-08-23.tar.gz / calendar-2010-08-23.tar / calendar / languages / italian.inc.php < prev    next >
PHP Script  |  2003-10-12  |  9KB  |  199 lines

  1. <?php
  2.  
  3. // Italian language include
  4. // For version 0.9.4 PHP iCalendar
  5. //
  6. // First translation by Luca Cacciagrano (clooka@clac.it)
  7. // Updated translation by Daniele Nicolucci (jollino@discussioni.org)
  8. //
  9. // Submit new translations to chad@chadsdomain.com
  10.  
  11. $day_lang            = 'Giorno';
  12. $week_lang            = 'Settimana';
  13. $month_lang            = 'Mese';
  14. $year_lang            = 'Anno';
  15. $calendar_lang        = 'Calendario';
  16. $next_day_lang        = 'Giorno Successivo';
  17. $next_month_lang    = 'Mese Successivo';
  18. $next_week_lang        = 'Settimana Successiva';
  19. $next_year_lang        = 'Anno Successivo';
  20. $last_day_lang        = 'Giorno Precedente';
  21. $last_month_lang    = 'Mese Precedente';
  22. $last_week_lang        = 'Settimana Precedente';
  23. $last_year_lang        = 'Anno Precedente';
  24. $subscribe_lang        = 'Sottoscrivi';
  25. $download_lang        = 'Scarica';
  26. $powered_by_lang     = 'Powered by';
  27. $event_lang            = 'Evento';
  28. $event_start_lang    = 'Inizio';
  29. $event_end_lang        = 'Fine';
  30. $this_months_lang    = 'Eventi di questo mese';
  31. $date_lang            = 'Data';
  32. $summary_lang        = 'Sommario';
  33. $all_day_lang        = 'Eventi giornalieri';
  34. $notes_lang            = 'Note';
  35. $this_years_lang    = 'Eventi di quest\'anno';
  36. $today_lang            = 'Oggi';
  37. $this_week_lang        = 'Questa settimana';
  38. $this_month_lang    = 'Questo mese';
  39. $jump_lang            = 'Vai a';
  40. $tomorrows_lang        = 'Eventi di domani';
  41. $goday_lang            = 'Vai a oggi';
  42. $goweek_lang        = 'Vai a questa settimana';
  43. $gomonth_lang        = 'Vai a questo mese';
  44. $goyear_lang        = 'Vai a quest\'anno';
  45. $search_lang        = 'Ricerca'; // the verb
  46. $results_lang        = 'Risultati ricerca';
  47. $query_lang            = 'Cerca: '; // will be followed by the search query
  48. $no_results_lang    = 'Nessun evento trovato';
  49. $goprint_lang        = 'Versione stampabile';
  50. $time_lang            = 'Ora';
  51. $summary_lang        = 'Sommario';
  52. $description_lang    = 'Descrizione';
  53. $this_site_is_lang        = 'Questo sito è';
  54. $no_events_day_lang        = 'Nessun evento per oggi.';
  55. $no_events_week_lang    = 'Nessun evento per questa settimana.';
  56. $no_events_month_lang    = 'Nessun evento per questo mese.';
  57. $rss_day_date            = 'G:i';  // Lists just the time
  58. $rss_week_date            = '%e %B';  // Lists just the day
  59. $rss_month_date            = '%e %B';  // Lists just the day
  60. $rss_language            = 'it-it';
  61. $search_took_lang        = 'La ricerca ha impiegato %s secondi';
  62. $recurring_event_lang    = 'Evento ricorrente';
  63. $exception_lang            = 'Eccezione';
  64. $no_query_lang            = 'Nessuna ricerca specificata';
  65. $preferences_lang        = 'Preferenze';
  66. $printer_lang            = 'Stampante';
  67. $select_lang_lang        = 'Seleziona la lingua di default:';
  68. $select_cal_lang        = 'Seleziona il calendario di default:';
  69. $select_view_lang        = 'Seleziona la vista di default:';
  70. $select_time_lang        = 'Seleziona l\'ora di inizio:';
  71. $select_day_lang        = 'Seleziona il primo giorno della settimana:';
  72. $select_style_lang        = 'Seleziona lo stile di default:';
  73. $set_prefs_lang            = 'Imposta preferenze';
  74. $completed_date_lang    = 'Completato il';
  75. $completed_lang            = 'Completato';
  76. $created_lang            = 'Creato:';
  77. $due_lang                = 'Fatto:';
  78. $priority_lang            = 'Priorità:';
  79. $priority_high_lang        = 'Alta';
  80. $priority_low_lang        = 'Bassa';
  81. $priority_medium_lang    = 'Media';
  82. $priority_none_lang        = 'Nessuna';
  83. $status_lang            = 'Stato:';
  84. $todo_lang                = 'Attività';
  85. $unfinished_lang        = 'Non terminato';
  86. $prefs_set_lang         = 'Le tue preferenze sono state registrate.';
  87. $prefs_unset_lang         = 'Preferenze non impostate. Le modifiche avranno effetto al caricamento della prossima pagina.';
  88. $unset_prefs_lang         = 'Preferenze non impostate:';
  89. $organizer_lang            = 'Organizer';
  90. $attendee_lang            = 'Attendee';
  91. $status_lang            = 'Status';
  92. $location_lang            = 'Location';
  93. $admin_header_lang        = 'PHP iCalendar Administration';
  94. $username_lang            = 'Username';
  95. $password_lang            = 'Password';
  96. $login_lang                = 'Login';
  97. $invalid_login_lang        = 'Wrong username or password.';
  98. $addupdate_cal_lang        = 'Add or Update a Calendar';
  99. $addupdate_desc_lang    = 'Add a calendar by uploading a new file. Update a calendar by uploading a file of the same name.';
  100. $delete_cal_lang        = 'Delete a Calendar';
  101. $logout_lang            = 'Logout';
  102. $cal_file_lang            = 'Calendar File';
  103. $php_error_lang            = 'PHP Error';
  104. $upload_error_gen_lang    = 'There was a problem with your upload.';
  105. $upload_error_lang[0]    = 'There was a problem with your upload.';
  106. $upload_error_lang[1]    = 'The file you are trying to upload is too big.';
  107. $upload_error_lang[2]    = 'The file you are trying to upload is too big.';
  108. $upload_error_lang[3]    = 'The file you are trying upload was only partially uploaded.';
  109. $upload_error_lang[4]    = 'You must select a file for upload.';
  110. $upload_error_type_lang = 'Only .ics files may be uploaded.';
  111. $copy_error_lang        = 'Failed to copy file';
  112. $delete_error_lang        = 'Failed to delete file';
  113. $delete_success_lang    = 'was deleted successfully.';
  114. $action_success_lang    = 'Your action was successful.';
  115. $submit_lang            = 'Submit';
  116. $delete_lang            = 'Delete';
  117.  
  118. // ----- New for 0.9.4
  119. $all_cal_comb_lang        = 'All calendars combined';
  120.  
  121. // - navigation
  122. $back_lang = 'Indietro';
  123. $next_lang = 'Avanti';
  124. $prev_lang = 'Precedente';
  125. $day_view_lang = 'Vista giornaliera';
  126. $week_view_lang = 'Vista settimanale';
  127. $month_view_lang = 'Vista mensile';
  128. $year_view_lang = 'Vista annuale';
  129.  
  130. // ---------------------------------
  131.  
  132. // $format_recur, items enclosed in % will be substituted with variables
  133. $format_recur_lang['delimiter']    = ', ';                                // ie, 'one, two, three'
  134.  
  135. $format_recur_lang['yearly']        = array('anno','anni');        // for these, put singular
  136. $format_recur_lang['monthly']        = array('mese','mesi');        // and plural forms
  137. $format_recur_lang['weekly']        = array('settimana','settimane');        // these will be %freq%
  138. $format_recur_lang['daily']            = array('giorno','giorni');            // in the replacement below
  139. $format_recur_lang['hourly']        = array('ora','ore');
  140. $format_recur_lang['minutely']        = array('minuto','minuti');
  141. $format_recur_lang['secondly']        = array('secondo','secondi');
  142.  
  143. $format_recur_lang['start']            = 'Ogni %int% %freq% %for%';    // ie, 'Every 1 day until January 4' or 'Every 1 day for a count of 5'
  144. $format_recur_lang['until']            = 'fino %date%';                // ie, 'until January 4'
  145. $format_recur_lang['count']            = 'per %int% volte';        // ie, 'for 5 times'
  146.  
  147. $format_recur_lang['bymonth']        = 'Nei mesi: %list%';            // ie, 'In months: January, February, March'
  148. $format_recur_lang['bymonthday']    = 'Nei giorni: %list%';            // ie, 'On dates: 1, 2, 3, 4'
  149. $format_recur_lang['byday']            = 'Nei giorni: %list%';            // ie, 'On days: Mon, Tues, Wed, Thurs'
  150.  
  151. // ---------------------------------
  152.  
  153. // Date display since setlocale isnt perfect. // new since last translation
  154. $daysofweek_lang            = array ('Domenica','Lunedí','Martedì','Mercoledì','Giovedì','Venerdì','Sabato');
  155. $daysofweekshort_lang        = array ('Dom','Lun','Mar','Mer','Gio','Ven','Sab');
  156. $daysofweekreallyshort_lang    = array ('D','L','M','M','G','V','S');
  157. $monthsofyear_lang            = array ('Gennaio','Febbraio','Marzo','Aprile','Maggio','Giugno','Luglio','Agosto','Settembre','Ottobre','Novembre','Dicembre');
  158. $monthsofyearshort_lang        = array ('Gen','Feb','Mar','Apr','Mag','Giu','Lug','Ago','Set','Ott','Nov','Dic');
  159.  
  160. // For time formatting, check out: http://www.php.net/manual/en/function.date.php
  161. $timeFormat = 'G:i';
  162. $timeFormat_small = 'G:i';
  163.  
  164. // For date formatting, see note below
  165. $dateFormat_day = '%A, %e %B';
  166. $dateFormat_week = '%e %B';
  167. $dateFormat_week_list = '%a, %e %b';
  168. $dateFormat_week_jump = '%e %B';
  169. $dateFormat_month = '%B %Y';
  170. $dateFormat_month_list = '%A, %e %B';
  171.  
  172. /*
  173. Notes about dateFormat_*
  174.     The pieces are similar to that of the PHP function strftime(), 
  175.     however only the following is supported at this time:
  176.     
  177.     %A - the full week day name as specified in $daysofweek_lang
  178.     %a - the shortened week day name as specified in $daysofweekshort_lang
  179.     %B - the full month name as specified in $monthsofyear_lang
  180.     %b - the shortened month name as specified in $monthsofyearshort_lang
  181.     %e - the day of the month as a decimal number (1 to 31)
  182.     %Y - the 4-digit year
  183.  
  184.     If this causes problems with representing your language accurately, let
  185.     us know. We will be happy to modify this if needed.
  186. */
  187.  
  188. // Error messages - %s will be replaced with a variable
  189. $error_title_lang = 'Errore!';
  190. $error_window_lang = 'C\'è un errore!';
  191. $error_calendar_lang = 'L\'errore si è verificato con il calendario "%s" in esecuzione.';
  192. $error_path_lang = 'Impossibile aprire il percorso: "%s"';
  193. $error_back_lang = 'Usa il tasto "Indietro" per tornare alla pagina precedente.';
  194. $error_remotecal_lang = 'Questo server blocca calendari che non sono stati approvati.';
  195. $error_restrictedcal_lang = 'Hai tentato di accedere ad un calendario protetto su questo server.';
  196. $error_invalidcal_lang = 'File di calendario non valido. Prova un altro calendario.';
  197.  
  198.  
  199. ?>