primo commit

This commit is contained in:
2024-12-17 17:34:10 +01:00
commit e650f8df99
16435 changed files with 2451012 additions and 0 deletions

View File

@ -0,0 +1 @@
<!DOCTYPE html><title></title>

View File

@ -0,0 +1,74 @@
; @package JEM
; @subpackage JEM Calendar Module
; @copyright (C) 2013-2024 joomlaeventmanager.net
; @copyright (C) 2008 Toni Smillie www.qivva.com
; @license https://www.gnu.org/licenses/gpl-3.0 GNU/GPL
;
; All translations can be found at https://app.transifex.com/jemproject/
; Please join the translation team if you want to contribute your changes to the translations
;
; Note: All ini files need to be saved as UTF-8, no BOM
MOD_JEM_CAL="JEM - Calendar Module"
MOD_JEM_CAL_XML_DESCRIPTION="Displays events as a month calendar in a module position."
MOD_JEM_CAL_SHOW_TOOLTIPS="Show Tooltips"
MOD_JEM_CAL_SHOW_TOOLTIPS_DESC="Choose to show tooltips on mouse rollover on calendar dates."
MOD_JEM_CAL_SHOW_TOOLTIPS_TITLE="Show Tooltips Title"
MOD_JEM_CAL_SHOW_TOOLTIPS_TITLE_DESC="Choose to show the tooltips title."
MOD_JEM_CAL_TOOLTIPS_TITLE_SINGULAR="Tooltips Title (Singular)"
MOD_JEM_CAL_TOOLTIPS_TITLE_SINGULAR_DESC="Define the tooltips title to show if tooltip contains a single event."
MOD_JEM_CAL_TOOLTIPS_TITLE_PLURAL="Tooltips Title (Plural)"
MOD_JEM_CAL_TOOLTIPS_TITLE_PLURAL_DESC="Define the tooltips title to show if tooltip contains multiple events."
MOD_JEM_CAL_TOOLTIPS_MAX_EVENTS="Max. Events in Tooltip"
MOD_JEM_CAL_TOOLTIPS_MAX_EVENTS_DESC="Limits the number of Events shown in the tooltip, keep empty for no limit."
MOD_JEM_CAL_TOOLTIPS_MAX_EVENT_TITLE_LENGTH="Max. Event Title Length"
MOD_JEM_CAL_TOOLTIPS_MAX_EVENT_TITLE_LENGTH_DESC="Limits the length of event titles shown in tooltips, keep empty for no limit."
MOD_JEM_CAL_SHOW_TOOLTIPS_CATEGORY="Show Category in Tooltip"
MOD_JEM_CAL_SHOW_TOOLTIPS_CATEGORY_DESC="Display the event's category/ies in tooltips."
MOD_JEM_CAL_SHOW_TOOLTIPS_VENUE="Show Venue in Tooltip"
MOD_JEM_CAL_SHOW_TOOLTIPS_VENUE_DESC="Display the event's venue in the tooltips."
MOD_JEM_CAL_DAYNAME_LENGTH="Length of Day Names"
MOD_JEM_CAL_DAYNAME_LENGTH_DESC="Select if you want to display the full day name or a short version."
MOD_JEM_CAL_DAYNAME_DONT_DISPLAY="Don't display"
MOD_JEM_CAL_DAYNAME_ONE_LETTER="Single character"
MOD_JEM_CAL_DAYNAME_TWO_LETTERS="Two characters"
MOD_JEM_CAL_DAYNAME_THREE_LETTERS="Three characters"
MOD_JEM_CAL_DAYNAME_FULL="Full name"
MOD_JEM_CAL_FIRST_DAY_OF_WEEK="Start Week on"
MOD_JEM_CAL_FIRST_DAY_OF_WEEK_DESC="Specify the first day of week."
MOD_JEM_CAL_YEAR_LENGTH="Year Length"
MOD_JEM_CAL_YEAR_LENGTH_DESC="Select to show 2 or 4 digits."
MOD_JEM_CAL_TWO_DIGITS="Two digits"
MOD_JEM_CAL_FOUR_DIGITS="Four digits"
MOD_JEM_CAL_SHORT_MONTHNAME="Short Month Names"
MOD_JEM_CAL_SHORT_MONTHNAME_DESC="Select if you wish to display abbreviated or full month names."
MOD_JEM_CAL_MONTH_OFFSET="Month Offset"
MOD_JEM_CAL_MONTH_OFFSET_DESC="Initial offset. Instead of current month (offset 0) e.g. next month (offset 1) or previous month (offset -1) will be shown."
MOD_JEM_CAL_TIME_OFFSET="Time Offset (Hours)"
MOD_JEM_CAL_TIME_OFFSET_DESC="Use this ONLY if you need to offset your time from the server settings."
MOD_JEM_CAL_REMEMBER="Remember"
MOD_JEM_CAL_REMEMBER_DESC="Remember which month/year is selected on page change, no jumping back to current month."
MOD_JEM_CAL_USE_AJAX="Use AJAX"
MOD_JEM_CAL_USE_AJAX_DESC="If set to Yes month navigation will request module content only instead of complete page reload. Also it will fallback to complete page reload if Javascript is disabled on user's browser."
MOD_JEM_CAL_SHOW_CURRENT_EVENTS="Show Current Events"
MOD_JEM_CAL_SHOW_CURRENT_EVENTS_DESC="Show current events. Do not set both this and Show Archived Events to No otherwise NO events will be shown."
MOD_JEM_CAL_SHOW_ARCHIVED_EVENTS="Show Archived Events"
MOD_JEM_CAL_SHOW_ARCHIVED_EVENTS_DESC="Show archive events. Do not set both this and Show Current Events to No otherwise NO events will be shown."
MOD_JEM_CAL_LIMIT_TO_CATEGORY_IDS="Limit to Categories"
MOD_JEM_CAL_LIMIT_TO_CATEGORY_IDS_DESC="Display a calendar only for the category/ies choosen. Keep empty for no limitation."
MOD_JEM_CAL_LIMIT_TO_VENUE_IDS="Limit to Venues"
MOD_JEM_CAL_LIMIT_TO_VENUE_IDS_DESC="Display a calendar only for the venue(s) choosen. Keep empty for no limitation."
MOD_JEM_CAL_STRAIGHT_TO_DETAILS="Go Straight to Details"
MOD_JEM_CAL_STRAIGHT_TO_DETAILS_DESC="Go straight to the details page when there is only one event to choose from."
MOD_JEM_CAL_DEFAULT_CSS="Use Default CSS"
MOD_JEM_CAL_DEFAULT_CSS_DESC="Use the default stylesheet modules/mod_jem_cal/mod_jemcal.css"
MOD_JEM_CAL_USER_CSS="Use Alternative CSS"
MOD_JEM_CAL_USER_CSS_DESC="Use an alternative stylesheet, e.g. modules/mod_jem_cal/mystylesheet.css. Please fill in the full path to your css file, like in the example!"
MOD_JEM_CAL_MODULE_CLASS_SUFFIX="Module Class Suffix"
MOD_JEM_CAL_MODULE_CLASS_SUFFIX_DESC="A suffix to be applied to the css class of the module (table.moduletable), this allows individual module styling."
MOD_JEM_CAL_DEFAULT_ITEM_ID="Default Menu ItemID"
MOD_JEM_CAL_DEFAULT_ITEM_ID_DESC="Override the ItemID used when calendar link goes straight to details to a menu item of your choice."
MOD_JEM_CAL_EVENT="Event"
MOD_JEM_CAL_EVENTS="Events"

View File

@ -0,0 +1,13 @@
; @package JEM
; @subpackage JEM Calendar Module
; @copyright (C) 2013-2024 joomlaeventmanager.net
; @copyright (C) 2008 Toni Smillie www.qivva.com
; @license https://www.gnu.org/licenses/gpl-3.0 GNU/GPL
;
; All translations can be found at https://app.transifex.com/jemproject/
; Please join the translation team if you want to contribute your changes to the translations
;
; Note: All ini files need to be saved as UTF-8, no BOM
MOD_JEM_CAL="JEM - Calendar Module"
MOD_JEM_CAL_XML_DESCRIPTION="This module shows events on a small monthly calendar."

View File

@ -0,0 +1 @@
<!DOCTYPE html><title></title>

View File

@ -0,0 +1,81 @@
; @version 2.1.6
; @package JEM
; @subpackage JEM Calendar Module
; @copyright (C) 2008 Toni Smillie www.qivva.com
; @copyright (C) 2013-2016 joomlaeventmanager.net
; @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
;
; All translations can be found at https://www.transifex.com/projects/p/JEM/
; Please join the translation team if you want to contribute your changes to the translations
;
; Note : All ini files need to be saved as UTF-8 - No BOM
MOD_JEM_CAL_DONTDISPLAYDAYS="Non mostrare i giorni"
MOD_JEM_CAL_ONELETTER="Singolo carattere"
MOD_JEM_CAL_TWOLETTERS="Due caratteri"
MOD_JEM_CAL_THREELETTERS="Tre caratteri"
MOD_JEM_CAL_FULLNAME="Nome intero"
MOD_JEM_CAL="JEM - Modulo Calendario"
MOD_JEM_CAL_TWO="Due cifre"
MOD_JEM_CAL_FOUR="Quattro cifre"
MOD_JEM_CALENDAR_XML_DESCRIPTION="JEM Modulo Calendario. Mostra gli eventi in un calendario posizionabile come modulo"
MOD_JEM_CAL_DEFAULTSTYLESHEET="Utilizzare foglio di stile predefinito"
MOD_JEM_CAL_DEFAULTSTYLESHEET_DESC="Utilizzare il foglio di stile predefinito modules/mod_jem_cal/mod_jemcal.css"
MOD_JEM_CAL_USERSTYLESHEET="Foglio di stile dell'utente"
MOD_JEM_CAL_USERSTYLESHEET_DESC="Utilizzare un foglio di stile alternativo per esempio modules/mod_jem_cal/mystylesheet.css. Non dimenticare di compilare il percorso completo del foglio di stile, come nell'esempio!"
MOD_JEM_CAL_SHOWTOOLTIPS="Mostrare suggerimenti?"
MOD_JEM_CAL_SHOWTOOLTIPS_DESC="Scegliere di visualizzare i suggerimenti con effetto rollover del mouse sulle date di calendario."
MOD_JEM_CAL_SHOWTOOLTIPSTITLE="Mostrare titolo del suggerimento?"
MOD_JEM_CAL_SHOWTOOLTIPSTITLE_DESC="Scegli se mostrare il titolo dell'evento nel suggerimento."
MOD_JEM_CAL_TOOLTIPSTITLE="Titolo evento nel suggerimento (singolare)"
MOD_JEM_CAL_TOOLTIPSTITLE_DESC="Definire il titolo evento nel suggerimento (singolare, un evento)"
MOD_JEM_CAL_TOOLTIPSTITLEPL="Titolo evento nel suggerimento (plurale)"
MOD_JEM_CAL_TOOLTIPSTITLEPL_DESC="Definire il titolo evento nel suggerimento (Plurale, zero o piu` eventi)"
MOD_JEM_CAL_TOOLTIPSMAXEVENTS="Numero massimo di eventi nel suggerimento"
MOD_JEM_CAL_TOOLTIPSMAXEVENTS_DESC="Limita il numero di eventi riportati nel suggerimento, vuoto per nessun limite."
MOD_JEM_CAL_DISPLAYCAT="Mostrare categoria nel suggerimento?"
MOD_JEM_CAL_DISPLAYCAT_DESC="Mostrare la/le categorie degli eventi nel suggerimento"
MOD_JEM_CAL_DISPLAYVENUE="Mostrare sede nel suggerimento?"
MOD_JEM_CAL_DISPLAYVENUE_DESC="Visualizzare la sede della manifestazione nel suggerimento"
MOD_JEM_CAL_USEJOOMLALANGUAGE="Utilizzare giorni/mesi di Joomla?"
MOD_JEM_CAL_USEJOOMLALANGUAGE_DESC="Utilizza il file di lingua usato di default da joomla per i nomi dei giorni e dei mesi?"
MOD_JEM_CAL_DAYNAMELENGTH="Lunghezza del nome del giorno"
MOD_JEM_CAL_DAYNAMELENGTH_DESC="Scegli se visualizzare il nome dei giorni per esteso oppure ridotto"
MOD_JEM_CAL_FIRSTDAY="Primo giorno della settimana"
MOD_JEM_CAL_FIRSTDAY_DESC="La settimana inizia di domenica o lunedi`"
MOD_JEM_CAL_YEARLENGTH="Lunghezza anno"
MOD_JEM_CAL_YEARLENGTH_DESC="Scegli se utilizzare 2 o 4 lettere"
MOD_JEM_CAL_MONTHLENGTH="Nome corto del mese?"
MOD_JEM_CAL_MONTHLENGTH_DESC="Scegli se visualizzare il nome dei mesi per esteso oppure ridotto"
MOD_JEM_CAL_MONTHOFFSET="Ritardo mese"
MOD_JEM_CAL_MONTHOFFSET_DESC="Compensare il mese in modo da inserire 1 per un mese prima, -1 per un mese dopo ecc"
MOD_JEM_CAL_TIMEOFFSET="Ritardo orario (ore)"
MOD_JEM_CAL_TIMEOFFSET_DESC="Utilizzare solo se si vuole impostare un offset temporale rispetto ai settaggi del server"
MOD_JEM_CAL_REMEMBER="Ricorda?"
MOD_JEM_CAL_REMEMBER_DESC="Ricorda quale mese/anno e' selezionato quando cambia la pagina, senza ritorno nella giornata attuale."
MOD_JEM_CAL_CURRENTEVENTS="Mostra eventi attuali"
MOD_JEM_CAL_CURRENTEVENTS_DESC="Mostra eventi attuali. Non impostare "_QQ_"NO"_QQ_" anche su eventi archiviati altrimenti non verrà mostrato alcun evento"
MOD_JEM_CAL_ARCHIVEDEVENTS="Mostra eventi archiviati"
MOD_JEM_CAL_ARCHIVEDEVENTS_DESC="Mostra eventi archiviati. Non impostare "_QQ_"NO"_QQ_" anche su eventi attuali altrimenti non verrà mostrato alcun evento"
MOD_JEM_CAL_STRAIGHTTODETAILS="Proseguire per i dettagli?"
MOD_JEM_CAL_STRAIGHTTODETAILS_DESC="Vai direttamente alla pagina dettagli se è presente un solo evento in lista"
MOD_JEM_CAL_MODULECLASSSFX="Suffisso classe del modulo"
MOD_JEM_CAL_MODULECLASSSFX_DESC="Un suffisso da applicare alla classe CSS del modulo (table.moduletable), questo permette di modificare lo stile individuale del modulo"
MOD_JEM_CAL_LOCALEOVERRIDE="Sostituzione locale"
MOD_JEM_CAL_LOCALEOVERRIDE_DESC="Definire le impostazioni del server che si desidera usare per il calendario per ignorare l'impostazione predefinita - questa puo` essere utilizzata solo se NON si utilizza la lingua predefinita di Joomla"
MOD_JEM_CAL_CATID="Categorie"
MOD_JEM_CAL_CATID_DESC="Scegli categorie per limitare l'output. Lasciare vuoto se si desidera visualizzare tutti gli eventi."
MOD_JEM_CAL_VENID="Sedi"
MOD_JEM_CAL_VENID_DESC="Scegli categorie per limitare l'output. Lasciare vuoto se si desidera visualizzare tutti gli eventi."
MOD_JEM_CAL_FIXEDITEMID="Sostituzione ItemID"
MOD_JEM_CAL_FIXEDITEMID_DESC="Sostituisci l'ID oggetto utilizzato quando il collegamento del calendario va direttamente ai dettagli di una voce di menu fisso"
MOD_JEM_CAL_EVENT="Evento"
MOD_JEM_CAL_EVENTS="Eventi"
MOD_JEM_CAL_SUNDAY="Domenica"
MOD_JEM_CAL_MONDAY="Lunedi`"
MOD_JEM_CAL_XML_DESCRIPTION="JEM - Modulo calendario<BR>Mostra gli eventi in un calendario posizionabile come modulo"

View File

@ -0,0 +1,14 @@
; @version 2.0.0
; @package JEM
; @subpackage JEM Calendar Module
; @copyright (C) 2008 Toni Smillie www.qivva.com
; @copyright (C) 2013-2014 joomlaeventmanager.net
; @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
;
; All translations can be found at https://www.transifex.com/projects/p/JEM/
; Please join the translation team if you want to contribute your changes to the translations
;
; Note : All ini files need to be saved as UTF-8 - No BOM
MOD_JEM_CAL="JEM - Modulo calendario"
MOD_JEM_CAL_XML_DESCRIPTION="Questo modulo mostra un piccolo calendario mensile degli eventi."