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,63 @@
; @package JEM
; @subpackage JEM Upcoming Events Basic Module
; @copyright (C) 2013-2024 joomlaeventmanager.net
; @copyright (C) 2005-2009 Christoph Lukes
; @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_EVENTS_IN_MODULE="Events in module"
MOD_JEM_EVENTS_IN_MODULE_DESC="Number of events shown in module."
MOD_JEM_UPCOMING_OR_ARCHIVED="Events Display-Type"
MOD_JEM_UPCOMING_OR_ARCHIVED_DESC="Select if you want to display upcoming, unfinished or archived Events."
MOD_JEM_UPCOMING_EVENTS="Upcoming Events"
MOD_JEM_UNFINISHED_EVENTS="Unfinished Events"
MOD_JEM_ARCHIVED_EVENTS="Archived Events"
MOD_JEM_SHOW_NO_EVENTS="Show 'No events'"
MOD_JEM_SHOW_NO_EVENTS_DESC="Show a text if no events has been found. Otherwise module will not be shown."
MOD_JEM_HIGHLIGHT_FEATURED="Highlight Featured"
MOD_JEM_HIGHLIGHT_FEATURED_DESC="Show a special style for the featured events, by default bold."
MOD_JEM_OFFSET_HOURS="Time offset (in hours)"
MOD_JEM_OFFSET_HOURS_DESC="Moves time into future (positive values) or into past (negative values). Only used to display not archived events. <br>Examples: To show events finished at least two hours ago set type to Unfinished Events and offset to -2. To show events starting in one week or later set type to Upcoming Events and offset to 168 (7 * 24)."
MOD_JEM_TITLE_OR_VENUE="Show Title or Venue"
MOD_JEM_TITLE_OR_VENUE_DESC="Choose if the title of the event or the venue should be displayed."
MOD_JEM_VENUE="Venue"
MOD_JEM_TITLE="Title"
MOD_JEM_MAX_TITLE_LENGTH="Max. Title length"
MOD_JEM_MAX_TITLE_LENGTH_DESC="Max. length of the title."
MOD_JEM_LINK_TO_VENUE="Link to Venue"
MOD_JEM_LINK_TO_VENUE_DESC="Link to the Venue. Only if the Venue was chosen above!"
MOD_JEM_LINK_TO_EVENT="Link to event on"
MOD_JEM_LINK_TO_EVENT_DESC="Link to the event page on Date or Title (if aktivated)."
MOD_JEM_SHOW_ICON_COUNTRY_VENUE="Show icon country"
MOD_JEM_SHOW_ICON_COUNTRY_VENUE_DESC="Show the small icon country of venue for each event."
MOD_JEM_SHOW_FLAG_ICON="Flag icon"
MOD_JEM_DATE="Date"
MOD_JEM_CATEGORY_ID="Categories"
MOD_JEM_CATEGORY_ID_DESC="Choose categories to limit the output to them. Leave blank if you want to show all events."
MOD_JEM_VENUE_ID="Venues"
MOD_JEM_VENUE_ID_DESC="Choose venues to limit the output to them. Leave blank if you want to show all events."
MOD_JEM_DATE_FORMAT="Date format"
MOD_JEM_DATE_FORMAT_DESC="Date format using the PHP date format, for example: \"j. M Y\". For more information <a href=\"https://www.php.net/manual/en/datetime.format.php\" target=\"_blank\">visit the PHP manual</a>."
MOD_JEM_TIME_FORMAT="Time format"
MOD_JEM_TIME_FORMAT_DESC="Time format using the PHP time format, for example: \"H:i\". For more information <a href=\"https://www.php.net/manual/en/datetime.format.php\" target=\"_blank\">visit the PHP manual</a>."
MOD_JEM_MODULE_CLASS_SUFFIX="Module Class Suffix"
MOD_JEM_MODULE_CLASS_SUFFIX_DESC="A suffix to be applied to the css class of the module, this allows individual module styling."
MOD_JEM_CACHING="Caching"
MOD_JEM_CACHING_DESC="Select whether to cache the content of this module."
MOD_JEM_USE_GLOBAL="Use global"
MOD_JEM_NO_CACHING="No caching"
MOD_JEM_CACHE_TIME="Cache Time"
MOD_JEM_CACHE_TIME_DESC="The time before the module is recached."
; MOD_JEM_OCCURING_IN="Events occuring in (days)"
; MOD_JEM_OCCURING_IN_DESC="If set, only events occuring after the specified number of days will be listed."
; MOD_JEM_OPEN_DATE="Open date"
MOD_JEM="JEM - Module-Basic"
MOD_JEM_XML_DESCRIPTION="JEM Basic Module <br>Displays the events in a module position"
; Frontend
MOD_JEM_NO_EVENTS="No events found."

View File

@ -0,0 +1,13 @@
; @package JEM
; @subpackage JEM Upcoming Events Basic Module
; @copyright (C) 2013-2024 joomlaeventmanager.net
; @copyright (C) 2005-2009 Christoph Lukes
; @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="JEM - Basic Module"
MOD_JEM_XML_DESCRIPTION="This module shows a short list of a specified number of events."

View File

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

View File

@ -0,0 +1,53 @@
; @version 2.1.6
; @package JEM
; @subpackage JEM Upcoming Events Basic Module
; @copyright (C) 2005-2009 Christoph Lukes
; @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_EVENTS_IN_MODULE="Eventi nel modulo"
MOD_JEM_EVENTS_IN_MODULE_DESC="Numero di eventi da mostrare nel modulo."
MOD_JEM_UPCOMING_OR_ARCHIVED="Tipo di visualizzazione degli eventi"
MOD_JEM_UPCOMING_OR_ARCHIVED_DESC="Selezionare se si desidera visualizzare i prossimi eventi, quelli non ancora passati o archiviati."
MOD_JEM_UPCOMING_EVENTS="Prossimi eventi"
MOD_JEM_UNFINISHED_EVENTS="Eventi in corso"
MOD_JEM_ARCHIVED_EVENTS="Eventi archiviati"
MOD_JEM_OFFSET_HOURS="Tempo offset (in ore)"
MOD_JEM_OFFSET_HOURS_DESC="Sposta il tempo nel futuro (valori positivi) o nel passato (valori negativi). Utilizzato solo per visualizzare gli eventi non archiviati.<br>Esempi: Per mostrare gli eventi finiti almeno due ore fa, impostare il tipo di eventi "_QQ_"In corso"_QQ_" e offset a -2. Per mostrare gli eventi che inizieranno tra una settimana o piu` tardi, impostare il tipo di eventi "_QQ_"prossimi eventi"_QQ_" e offset a 188."
MOD_JEM_TITLE_OR_VENUE="Mostra titolo o sede"
MOD_JEM_TITLE_OR_VENUE_DESC="Scegli se devono essere visualizzati il titolo dell'evento o la sede."
MOD_JEM_VENUE="Sede"
MOD_JEM_TITLE="Titolo"
MOD_JEM_MAX_TITLE_LENGTH="Lunghezza massima titolo"
MOD_JEM_MAX_TITLE_LENGTH_DESC="Lunghezza massima titolo."
MOD_JEM_LINK_TO_VENUE="Link alla sede"
MOD_JEM_LINK_TO_VENUE_DESC="Link alla sede. Solo se il luogo è stato scelto sopra!"
MOD_JEM_LINK_TO_EVENT="Link all'evento attivo"
MOD_JEM_LINK_TO_EVENT_DESC="Link alla pagina dell'evento sulla data o titolo (se attivato)."
MOD_JEM_DATE="Data"
MOD_JEM_CATEGORY_ID="Categorie"
MOD_JEM_CATEGORY_ID_DESC="Scegli categorie per limitare l'output. Lasciare vuoto se si desidera visualizzare tutti gli eventi."
MOD_JEM_VENUE_ID="Sedi"
MOD_JEM_VENUE_ID_DESC="Scegli categorie per limitare l'output. Lasciare vuoto se si desidera visualizzare tutti gli eventi."
MOD_JEM_DATE_FORMAT="Formato data"
MOD_JEM_DATE_FORMAT_DESC="Formato data utilizzando il formato della data di PHP, per esempio: "_QQ_"j. M Y"_QQ_". Per maggiori informazioni consulta il manuale PHP sui php.net."
MOD_JEM_TIME_FORMAT="Formato ora"
MOD_JEM_TIME_FORMAT_DESC="Formato ora utilizzando il formato PHP strftime, per esempio: "_QQ_"%H:%M. Per maggiori informazioni consulta il manuale PHP sui php.net."
MOD_JEM_MODULE_CLASS_SUFFIX="Suffisso classe del modulo"
MOD_JEM_MODULE_CLASS_SUFFIX_DESC="Un suffisso da applicare alla classe CSS del modulo, che ne permette lo stile indipendente."
MOD_JEM_CACHING="Cache"
MOD_JEM_CACHING_DESC="Selezionare se memorizzare nella cache il contenuto di questo modulo."
MOD_JEM_USE_GLOBAL="Usa globali"
MOD_JEM_NO_CACHING="Nessuna cache"
MOD_JEM_CACHE_TIME="Durata cache"
MOD_JEM_CACHE_TIME_DESC="Il tempo prima che la cache venga ricaricata."
MOD_JEM_OCCURING_IN="Eventi che si verificano in (giorni)"
MOD_JEM_OCCURING_IN_DESC="Se impostato, verranno elencati solo gli eventi che si verificano dopo il numero specificato di giorni."
MOD_JEM_OPEN_DATE="Data di inizio"
MOD_JEM_XML_DESCRIPTION="JEM - Modulo base<BR>Mostra gli eventi in un modulo"

View File

@ -0,0 +1,14 @@
; @version 2.0.0
; @package JEM
; @subpackage JEM Upcoming Events Basic Module
; @copyright (C) 2005-2009 Christoph Lukes
; @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="JEM - Modulo base"
MOD_JEM_XML_DESCRIPTION="Questo modulo mostra uno specifico numero di eventi in una breve lista."