Skip to content
Snippets Groups Projects
Select Git revision
  • 44ad41a0b995be7f50403d9230aaf9ef04ac1517
  • master default
  • Project
3 results

customer.class

Blame
  • modulebuilder.lang 1.71 KiB
    # Dolibarr language file - Source file is en_US - loan
    ModuleBuilderDesc=This tools give you utilites to build or edit your own module.
    EnterNameOfModuleDesc=Enter name of the module to create with no spaces. Use uppercase to separate words (For example: MyModule, EcommerceForShop, SyncWithMySystem...)
    ModuleBuilderDesc2=Path were modules are generated/edited (first alternative directory defined into %s): <strong>%s</strong>
    ModuleBuilderDesc3=Generated/editable modules found: <strong>%s</strong> (they are detected as editable when the file <strong>%s</strong> exists in root of module directory). 
    NewModule=New module
    ModuleKey=Key for new module
    ModuleInitialized=Module initialized
    ModuleBuilderDescdescription=Enter here all general information that describe your module
    ModuleBuilderDescobjects=Define here the new objects you want to manage with our module. A page to list them and a page to create/edit/view a card will be generated.
    ModuleBuilderDescmenus=This tab is dedicated to define menu entries provided by your module.
    ModuleBuilderDescpermissions=This tab is dedicated to define the new permissions you want to provide with our module.
    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 with your IDE.
    ModuleBuilderDescbuildpackage=You can generate here a "ready to distribute" package file (a normalized .zip file) of your module. Just click on button to get your module package file.
    BuildPackage=Build package
    ModuleIsNotActive=This module was not activated yet (go into Home-Setup-Module to make it live)
    ModuleIsLive=This module has been activated. Any change on it may break a current active feature.