modulebuilder.lang 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. # Dolibarr language file - Source file is en_US - loan
  2. ModuleBuilderDesc=Questo strumento deve essere utilizzato solo da utenti esperti o sviluppatori. Fornisce utilità per creare o modificare il proprio modulo. La documentazione per lo sviluppo <a href="%s" target="_blank" rel="noopener noreferrer">manuale alternativo è qui </a> .
  3. EnterNameOfModuleDesc=Immettere il nome del modulo/applicazione da creare senza spazi. Usa maiuscolo per separare le parole (ad esempio: MyModule, EcommerceForShop, SyncWithMySystem...)
  4. EnterNameOfObjectDesc=Immettere il nome dell'oggetto da creare senza spazi. Usa maiuscolo per separare le parole (ad esempio: MioOggetto, Studente, Insegnante...). Verranno generati il file di classe CRUD, ma anche il file API, le pagine per elencare/aggiungere/modificare/eliminare oggetti e file SQL.
  5. EnterNameOfDictionaryDesc=Immettere il nome del dizionario da creare senza spazi. Usa maiuscolo per separare le parole (ad esempio: MyDico...). Verrà generato il file di classe, ma anche il file SQL.
  6. ModuleBuilderDesc2=Path where modules are generated/edited (first directory for external modules defined into %s): <strong>%s</strong>
  7. ModuleBuilderDesc3=Generated/editable modules found: <strong>%s</strong>
  8. ModuleBuilderDesc4=A module is detected as 'editable' when the file <strong>%s</strong> exists in root of module directory
  9. NewModule=Nuovo modulo
  10. NewObjectInModulebuilder=Nuovo oggetto
  11. NewDictionary=Nuovo dizionario
  12. ModuleKey=Module key
  13. ObjectKey=Object key
  14. DicKey=Chiave del dizionario
  15. ModuleInitialized=Modulo inizializzato
  16. FilesForObjectInitialized=Files for new object '%s' initialized
  17. FilesForObjectUpdated=Files for object '%s' updated (.sql files and .class.php file)
  18. ModuleBuilderDescdescription=Enter here all general information that describe your module.
  19. ModuleBuilderDescspecifications=You can enter here a detailed description of the specifications of your module that is not already structured into other tabs. So you have within easy reach all the rules to develop. Also this text content will be included into the generated documentation (see last tab). You can use Markdown format, but it is recommended to use Asciidoc format (comparison between .md and .asciidoc: http://asciidoctor.org/docs/user-manual/#compared-to-markdown).
  20. ModuleBuilderDescobjects=Define here the objects you want to manage with your module. A CRUD DAO class, SQL files, page to list record of objects, to create/edit/view a record and an API will be generated.
  21. ModuleBuilderDescmenus=Questa scheda è dedicata a definire le voci di menu fornite dal tuo modulo
  22. ModuleBuilderDescpermissions=Questa scheda è dedicata a definire le nuove autorizzazione che vuoi fornire con il modulo
  23. ModuleBuilderDesctriggers=This is the view of triggers provided by your module. To include code executed when a triggered business event is launched, just edit this file.
  24. ModuleBuilderDeschooks=This tab is dedicated to hooks.
  25. ModuleBuilderDescwidgets=This tab is dedicated to manage/build widgets.
  26. ModuleBuilderDescbuildpackage=You can generate here a "ready to distribute" package file (a normalized .zip file) of your module and a "ready to distribute" documentation file. Just click on button to build the package or documentation file.
  27. EnterNameOfModuleToDeleteDesc=You can delete your module. WARNING: All coding files of module (generated or created manually) AND structured data and documentation will be deleted!
  28. EnterNameOfObjectToDeleteDesc=You can delete an object. WARNING: All coding files (generated or created manually) related to object will be deleted!
  29. DangerZone=Danger zone
  30. BuildPackage=Crea pacchetto
  31. BuildPackageDesc=You can generate a zip package of your application so your are ready to distribute it on any Dolibarr. You can also distribute it or sell it on marketplace like <a href="https://www.dolistore.com">DoliStore.com</a>.
  32. BuildDocumentation=Build documentation
  33. ModuleIsNotActive=Questo modulo non è ancora attivato. Vai su %s per renderlo live o fai clic qui
  34. ModuleIsLive=This module has been activated. Any change may break a current live feature.
  35. DescriptionLong=Long description
  36. EditorName=Name of editor
  37. EditorUrl=URL of editor
  38. DescriptorFile=Descriptor file of module
  39. ClassFile=File for PHP DAO CRUD class
  40. ApiClassFile=File for PHP API class
  41. PageForList=PHP page for list of record
  42. PageForCreateEditView=PHP page to create/edit/view a record
  43. PageForAgendaTab=PHP page for event tab
  44. PageForDocumentTab=PHP page for document tab
  45. PageForNoteTab=PHP page for note tab
  46. PageForContactTab=Pagina PHP per la scheda dei contatti
  47. PathToModulePackage=Path to zip of module/application package
  48. PathToModuleDocumentation=Path to file of module/application documentation (%s)
  49. SpaceOrSpecialCharAreNotAllowed=Spaces or special characters are not allowed.
  50. FileNotYetGenerated=File not yet generated
  51. RegenerateClassAndSql=Force update of .class and .sql files
  52. RegenerateMissingFiles=Generate missing files
  53. SpecificationFile=File of documentation
  54. LanguageFile=File for language
  55. ObjectProperties=Object Properties
  56. ConfirmDeleteProperty=Are you sure you want to delete the property <strong>%s</strong>? This will change code in PHP class but also remove column from table definition of object.
  57. NotNull=Not NULL
  58. NotNullDesc=1=Imposta il database su NOT NULL, 0=Consenti valori nulli, -1=Consenti valori null forzando il valore su NULL se vuoto ('' o 0)
  59. SearchAll=Used for 'search all'
  60. DatabaseIndex=Database index
  61. FileAlreadyExists=File %s already exists
  62. TriggersFile=File for triggers code
  63. HooksFile=File for hooks code
  64. ArrayOfKeyValues=Array of key-val
  65. ArrayOfKeyValuesDesc=Array of keys and values if field is a combo list with fixed values
  66. WidgetFile=Widget file
  67. CSSFile=File CSS
  68. JSFile=File Javascript
  69. ReadmeFile=Readme file
  70. ChangeLog=ChangeLog file
  71. TestClassFile=File for PHP Unit Test class
  72. SqlFile=Sql file
  73. PageForLib=File for PHP library
  74. PageForObjLib=File for PHP library dedicated to object
  75. SqlFileExtraFields=File SQL per attributi complementari
  76. SqlFileKey=Sql file for keys
  77. SqlFileKeyExtraFields=File SQL per chiavi di attributi complementari
  78. AnObjectAlreadyExistWithThisNameAndDiffCase=An object already exists with this name and a different case
  79. UseAsciiDocFormat=You can use Markdown format, but it is recommended to use Asciidoc format (omparison between .md and .asciidoc: http://asciidoctor.org/docs/user-manual/#compared-to-markdown)
  80. IsAMeasure=Is a measure
  81. DirScanned=Directory scanned
  82. NoTrigger=No trigger
  83. NoWidget=No widget
  84. GoToApiExplorer=Esplora API
  85. ListOfMenusEntries=List of menu entries
  86. ListOfDictionariesEntries=Elenco voci dizionari
  87. ListOfPermissionsDefined=List of defined permissions
  88. SeeExamples=Vedi esempi qui
  89. EnabledDesc=Condition to have this field active (Examples: 1 or $conf->global->MYMODULE_MYOPTION)
  90. VisibleDesc=Il campo è visibile? (Esempi: 0 = Mai visibile, 1 = Visibile su elenco e crea / aggiorna / visualizza moduli, 2 = Visibile solo su elenco, 3 = Visibile solo su crea / aggiorna / visualizza modulo (non elenco), 4 = Visibile su elenco e aggiorna / visualizza solo modulo (non crea), 5 = Visibile solo sul modulo di visualizzazione fine elenco (non crea, non aggiorna). <br> <br> L'uso di un valore negativo significa che il campo non è mostrato per impostazione predefinita nell'elenco ma può essere selezionato per la visualizzazione). <br> <br> Può essere un'espressione, ad esempio: <br> preg_match('/public/', $_SERVER['PHP_SELF'])?0:1<br>($user->rights->holiday->define_holiday ? 1 : 0)
  91. DisplayOnPdfDesc=Visualizza questo campo su documenti PDF compatibili, puoi gestire la posizione con il campo "Posizione". <br> Attualmente, i modelli PDF compatibili noti sono: eratosthene (ordine), espadon (nave), sponge (fatture), cyan (propal/preventivo), cornas (ordine fornitore) <br><br><strong> Per documento: </strong><br> 0 = non visualizzato<br>1 = visualizzato <br>2 = visualizza solo se non vuoto <br><br><strong>Per le righe del documento:</strong><br>0 = non visualizzato<br> 1= visualizzato nella colonna <br>3 = visualizzato nella colonna in linea dopo la descrizione <br>4 = visualizza la descrizione dopo la colonna descrizione solo se non vuota
  92. DisplayOnPdf=Mostra sul PDF
  93. IsAMeasureDesc=Can the value of field be cumulated to get a total into list? (Examples: 1 or 0)
  94. SearchAllDesc=Il campo è utilizzato per effettuare una ricerca dallo strumento di ricerca rapida? (Esempi: 1 o 0)
  95. SpecDefDesc=Enter here all documentation you want to provide with your module that is not already defined by other tabs. You can use .md or better, the rich .asciidoc syntax.
  96. LanguageDefDesc=Enter in this files, all the key and the translation for each language file.
  97. MenusDefDesc=Define here the menus provided by your module
  98. DictionariesDefDesc=Definisci qui i dizionari forniti dal tuo modulo
  99. PermissionsDefDesc=Define here the new permissions provided by your module
  100. MenusDefDescTooltip=I menu forniti dal modulo/applicazione sono definiti nell'array <strong> $this->menus </strong> nel file di descrizione del modulo. Puoi modificare manualmente questo file o utilizzare l'editor incorporato. <br> <br> Nota: Una volta definiti (e riattivato il modulo), i menu sono visibili anche nell'editor di menu disponibile per gli utenti amministratori su %s.
  101. DictionariesDefDescTooltip=I dizionari forniti dal modulo / applicazione sono definiti nell'array <strong> $this->dictionaries </strong> nel file descrittore del modulo. Puoi modificare manualmente questo file o utilizzare l'editor incorporato. <br> <br> Nota: una volta definiti (e riattivato il modulo), i dizionari sono visibili nell'area di configurazione anche agli utenti amministratori su %s.
  102. PermissionsDefDescTooltip=The permissions provided by your module/application are defined into the array <strong>$this->rights</strong> into the module descriptor file. You can edit manually this file or use the embedded editor.<br><br>Note: Once defined (and module re-activated), permissions are visible into the default permissions setup %s.
  103. HooksDefDesc=Define in the <b>module_parts['hooks']</b> property, in the module descriptor, the context of hooks you want to manage (list of contexts can be found by a search on '<b>initHooks(</b>' in core code).<br>Edit the hook file to add code of your hooked functions (hookable functions can be found by a search on '<b>executeHooks</b>' in core code).
  104. TriggerDefDesc=Definisci nel file trigger il codice che vuoi eseguire quando viene eseguito un evento aziendale esterno al tuo modulo (eventi attivati da altri moduli).
  105. SeeIDsInUse=See IDs in use in your installation
  106. SeeReservedIDsRangeHere=See range of reserved IDs
  107. ToolkitForDevelopers=Toolkit for Dolibarr developers
  108. TryToUseTheModuleBuilder=If you have knowledge of SQL and PHP, you may use the native module builder wizard.<br>Enable the module <strong>%s</strong> and use the wizard by clicking the <span class="fa fa-bug"></span> on the top right menu.<br>Warning: This is an advanced developer feature, do <b>not</b> experiment on your production site!
  109. SeeTopRightMenu=See <span class="fa fa-bug"></span> on the top right menu
  110. AddLanguageFile=Add language file
  111. YouCanUseTranslationKey=You can use here a key that is the translation key found into language file (see tab "Languages")
  112. DropTableIfEmpty=(Distruggi la tabella se vuota)
  113. TableDoesNotExists=The table %s does not exists
  114. TableDropped=Table %s deleted
  115. InitStructureFromExistingTable=Build the structure array string of an existing table
  116. UseAboutPage=Non generare la pagina Informazioni
  117. UseDocFolder=Disable the documentation folder
  118. UseSpecificReadme=Use a specific ReadMe
  119. ContentOfREADMECustomized=Nota: il contenuto del file README.md è stato sostituito con il valore specifico definito nell'installazione di ModuleBuilder.
  120. RealPathOfModule=Real path of module
  121. ContentCantBeEmpty=Content of file can't be empty
  122. WidgetDesc=You can generate and edit here the widgets that will be embedded with your module.
  123. CSSDesc=Puoi generare e modificare qui un file con CSS personalizzato incorporato nel tuo modulo.
  124. JSDesc=Puoi generare e modificare qui un file con Javascript personalizzato incorporato nel tuo modulo.
  125. CLIDesc=You can generate here some command line scripts you want to provide with your module.
  126. CLIFile=CLI File
  127. NoCLIFile=No CLI files
  128. UseSpecificEditorName = Use a specific editor name
  129. UseSpecificEditorURL = Use a specific editor URL
  130. UseSpecificFamily = Use a specific family
  131. UseSpecificAuthor = Use a specific author
  132. UseSpecificVersion = Use a specific initial version
  133. IncludeRefGeneration=Il riferimento dell'oggetto deve essere generato automaticamente da regole di numerazione personalizzate
  134. IncludeRefGenerationHelp=Selezionare questa opzione se si desidera includere il codice per gestire la generazione del riferimento automaticamente utilizzando regole di numerazione personalizzate
  135. IncludeDocGeneration=Voglio generare alcuni documenti da modelli per l'oggetto
  136. IncludeDocGenerationHelp=Se selezioni questa opzione, verrà generato del codice per aggiungere una casella "Genera documento" al record.
  137. ShowOnCombobox=Mostra il valore dentro il combobox
  138. KeyForTooltip=Chiave per tooltip
  139. CSSClass=CSS per modificare/creare modulo
  140. CSSViewClass=CSS per il modulo di lettura
  141. CSSListClass=CSS per l'elenco
  142. NotEditable=Non modificabile
  143. ForeignKey=Chiave esterna
  144. TypeOfFieldsHelp=Tipo di campi: <br> varchar(99), double(24,8), real, text, html, datetime, timestamp, integer, integer:ClassName:relativepath/to/classfile.class.php[:1[:filter]] <br> '1' significa che aggiungiamo un pulsante + dopo la combinazione per creare il record <br> 'filtro' è una condizione sql, esempio: 'status=1 AND fk_user=__USER_ID__ AND entity IN (__SHARED_ENTITIES__)'
  145. AsciiToHtmlConverter=Convertitore da Ascii a HTML
  146. AsciiToPdfConverter=Convertitore da Ascii a PDF
  147. TableNotEmptyDropCanceled=Tabella non vuota. Il rilascio è stato annullato.
  148. ModuleBuilderNotAllowed=Il generatore di moduli è disponibile ma non è consentito all'utente.
  149. ImportExportProfiles=Importa ed esporta profili
  150. ValidateModBuilderDesc=Impostalo a 1 se vuoi che il metodo $this->validateField() dell'oggetto venga chiamato per convalidare il contenuto del campo durante l'inserimento o l'aggiornamento. Impostare 0 se non è richiesta alcuna convalida.
  151. WarningDatabaseIsNotUpdated=Avvertenza: il database non viene aggiornato automaticamente, è necessario distruggere le tabelle e disabilitare il modulo per consentire la ricreazione delle tabelle
  152. LinkToParentMenu=Menu principale (fk_xxxxmenu)
  153. ListOfTabsEntries=Elenco delle voci delle schede
  154. TabsDefDesc=Definisci qui le schede fornite dal tuo modulo
  155. TabsDefDescTooltip=Le schede fornite dal modulo/applicazione sono definite nell'array <strong> $this->tabs </strong> nel file descrittore del modulo. Puoi modificare manualmente questo file o utilizzare l'editor incorporato.
  156. BadValueForType=Valore errato per il tipo %s