modulebuilder.lang 1.7 KB

1234567891011121314151617
  1. # Dolibarr language file - Source file is en_US - loan
  2. ModuleBuilderDesc=This tools give you utilites to build or edit your own module.
  3. EnterNameOfModuleDesc=Enter name of the module to create with no spaces. Use uppercase to separate words (For example: MyModule, EcommerceForShop, SyncWithMySystem...)
  4. ModuleBuilderDesc2=Path were modules are generated/edited (first alternative directory defined into %s): <strong>%s</strong>
  5. 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).
  6. NewModule=New module
  7. ModuleKey=Key for new module
  8. ModuleInitialized=Module initialized
  9. ModuleBuilderDescdescription=Enter here all general information that describe your module
  10. ModuleBuilderDescobjects=Define here the new objects you want to manage with your module. A page to list them and a page to create/edit/view a card will be generated.
  11. ModuleBuilderDescmenus=This tab is dedicated to define menu entries provided by your module.
  12. ModuleBuilderDescpermissions=This tab is dedicated to define the new permissions you want to provide with your module.
  13. 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.
  14. 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.
  15. BuildPackage=Build package
  16. ModuleIsNotActive=This module was not activated yet (go into Home-Setup-Module to make it live)
  17. ModuleIsLive=This module has been activated. Any change on it may break a current active feature.