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,12 @@
; Joomla! Project
; (C) 2007 Open Source Matters, Inc. <https://www.joomla.org>
; License GNU General Public License version 2 or later; see LICENSE.txt
; Note : All ini files need to be saved as UTF-8
PLG_CACHE_FIELD_BROWSERCACHE_LABEL="Usa cache Browser"
PLG_CACHE_FIELD_EXCLUDE_DESC="Specifica quali URL escludere dalla cache, ciascuno separato da una linea. Sono supportate le espressioni regulari, es. <br /><strong>about\-[a-z]+</strong> - escluderà tutti gli URL che contengono 'about-', ad esempio 'about-us', 'about-me', 'about-joomla' ecc.<br /><strong>/component/users/</strong> - escluderà tutti gli URL che contengono /component/users/. <br /><strong>com_users</strong> - escluderà tutte le pagine del componente Utenti."
PLG_CACHE_FIELD_EXCLUDE_LABEL="Escludi URL"
PLG_CACHE_FIELD_EXCLUDE_MENU_ITEMS_LABEL="Escludi voci di menu"
PLG_CACHE_XML_DESCRIPTION="Fornisce la cache delle pagine. È adatta solo ai siti con contenuti statici o che non cambiano frequentemente."
PLG_SYSTEM_CACHE="Sistema - Cache pagina"