diff --git a/language/it/modules/portal_clendar_module.php b/language/it/modules/portal_clendar_module.php new file mode 100644 index 00000000..2a3a416c --- /dev/null +++ b/language/it/modules/portal_clendar_module.php @@ -0,0 +1,131 @@ + 'Calendario', + 'VIEW_NEXT_MONTH' => 'mese successivo', + 'VIEW_PREVIOUS_MONTH' => 'Mese precedente', + 'EVENT_START' => 'Da', + 'EVENT_END' => 'a', + 'EVENT_TIME' => 'Tempo', + 'EVENT_ALL_DAY' => 'Tutta la giornata', + 'CURRENT_EVENTS' => 'Eventi correnti', + 'NO_CUR_EVENTS' => 'Nessun evento corrente', + 'UPCOMING_EVENTS' => 'Eventi in arrivo', + 'NO_UPCOMING_EVENTS' => 'Nessun evento in arrivo', + + 'mini_cal' => array( + 'day' => array( + '1' => 'Do', + '2' => 'Lu', + '3' => 'Ma', + '4' => 'Me', + '5' => 'Gi', + '6' => 'Ve', + '7' => 'Sa', + ), + + 'month' => array( + '1' => 'Gen', + '2' => 'Feb', + '3' => 'Mar', + '4' => 'Apr', + '5' => 'Mag', + '6' => 'Giu', + '7' => 'Lug', + '8' => 'Ago', + '9' => 'Set', + '10'=> 'Ott', + '11'=> 'Nov', + '12'=> 'Dic', + ), + + 'long_month'=> array( + '1' => 'Gennaio', + '2' => 'Febbraio', + '3' => 'Marzo', + '4' => 'Aprile', + '5' => 'Maggio', + '6' => 'Giugno', + '7' => 'Luglio', + '8' => 'Agosto', + '9' => 'Settembre', + '10'=> 'Ottobre', + '11'=> 'Novembre', + '12'=> 'Dicembre', + ), + ), + + // ACP + 'ACP_PORTAL_CALENDAR' => 'Calendar settings', + 'ACP_PORTAL_CALENDAR_EXP' => 'This is where you customize the calendar block.', + 'ACP_PORTAL_EVENTS' => 'Calendar events', + 'PORTAL_CALENDAR_TODAY_COLOR' => 'Active day color', + 'PORTAL_CALENDAR_TODAY_COLOR_EXP' => 'HEX or named colors are allowed such as #FFFFFF for white, or color names like violet.', + 'PORTAL_CALENDAR_SUNDAY_COLOR' => 'Color for sunday', + 'PORTAL_CALENDAR_SUNDAY_COLOR_EXP' => 'HEX or named colors are allowed such as #FFFFFF for white, or color names like violet.', + 'PORTAL_LONG_MONTH' => 'Show full month names', + 'PORTAL_LONG_MONTH_EXP' => 'If disabled the months will be shortened e.g. Aug. instead of August.', + 'PORTAL_SUNDAY_FIRST' => 'First day of the week', + 'PORTAL_SUNDAY_FIRST_EXP' => 'If disabled the calendar will show Mo. --> Su., else Su. --> Sa.', + 'PORTAL_DISPLAY_EVENTS' => 'Display events', + 'PORTAL_DISPLAY_EVENTS_EXP' => 'Display events that have been created in the calendar block', + 'PORTAL_EVENTS_MANAGE' => 'Manage events', + 'NO_EVENT_TITLE' => 'You haven’t specified a title for the event.', + 'NO_EVENT_START' => 'You haven’t specified a start time for the event.', + 'ADD_EVENT' => 'Add new event', + 'EVENT_UPDATED' => 'Event updated successfully.', + 'EVENT_ADDED' => 'Event added successfully.', + 'NO_EVENT' => 'No event specified.', + 'EVENT_TITLE' => 'Event title', + 'EVENT_DESC' => 'Event description', + 'EVENT_LINK' => 'Event link', + 'EVENT_LINK_EXP' => 'Enter the link to a topic or website with the announcement or discussion topic of the event.', + 'NO_EVENTS' => 'No events', + 'ACP_PORTAL_CALENDAR_START_INCORRECT' => 'The start time you entered was incorrect. Please follow the instructions carefully.', + 'ACP_PORTAL_CALENDAR_END_INCORRECT' => 'The end time you entered was incorrect. Please follow the instructions carefully.', + 'ACP_PORTAL_CALENDAR_EVENT_PAST' => 'The event start time needs to be in the future.', + 'ACP_PORTAL_EVENT_START_DATE' => 'Event start date', + 'ACP_PORTAL_EVENT_START_DATE_EXP' => 'Enter the date and time the event starts. The date has to be in a similar format: MM/DD/YYYY 3:00 PM', + 'ACP_PORTAL_EVENT_END_DATE' => 'Event end date', + 'ACP_PORTAL_EVENT_END_DATE_EXP' => 'Enter the date and time the event ends. The date has to be in a similar format: MM/DD/YYYY 3:00 PM', + 'ACP_PORTAL_CALENDAR_EVENT_START_FIRST' => 'The end of the event has to be after the start of the event.', + 'ACP_PORTAL_CALENDAR_PERMISSION' => 'Event permissions', + 'ACP_PORTAL_CALENDAR_PERMISSION_EXP' => 'Select the groups that should be authorized to view the event. If you want all users to be able to view the event, don’t select anything.
Select/Deselect multiple groups by holding CTRL and clicking.', + 'PORTAL_EVENTS_URL_NEW_WINDOW' => 'Open external event links in a new window', + + // Logs + 'LOG_PORTAL_EVENT_UPDATED' => 'Evento aggiornato
» %s', + 'LOG_PORTAL_EVENT_ADDED' => 'Evento aggiunto
» %s', + 'LOG_PORTAL_EVENT_REMOVED' => 'Evento rimosso
» %s', +));