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,15 @@
; Joomla! Italian Translation
; (C) 2013 Open Source Matters, Inc. <https://www.joomla.org>
; Copyright (C) Translation 2008 - 2017 joomla.it ì
; Copyright (C) Translation 2018 - 2021 Italian Translation Team
; License GNU General Public License version 2 or later; see LICENSE.txt
; Note : All ini files need to be saved as UTF-8
COM_AJAX="Interfaccia Ajax"
COM_AJAX_XML_DESCRIPTION="Un'interfaccia Ajax estensibile per Joomla"
COM_AJAX_SPECIFY_FORMAT="Specifica un formato di risposta valido, diverso da quello di HTML, come ad esempio json, raw, debug, ecc..."
COM_AJAX_METHOD_NOT_EXISTS="Il metodo %s non esiste"
COM_AJAX_FILE_NOT_EXISTS="Il file %s non esiste"
COM_AJAX_MODULE_NOT_ACCESSIBLE="Il modulo %s non è pubblicato, o non hai accesso ad esso, oppure non è assegnato alla voce di menu corrente"
COM_AJAX_TEMPLATE_NOT_ACCESSIBLE="Il template %s non è assegnato alla voce di menu corrente."