|
|
|
|
@@ -60,6 +60,8 @@ HooksFile=File for hooks code
|
|
|
|
|
ArrayOfKeyValues=Array of key-val
|
|
|
|
|
ArrayOfKeyValuesDesc=Array of keys and values if field is a combo list with fixed values
|
|
|
|
|
WidgetFile=Widget file
|
|
|
|
|
CSSFile=CSS file
|
|
|
|
|
JSFile=Javascript file
|
|
|
|
|
ReadmeFile=Readme file
|
|
|
|
|
ChangeLog=ChangeLog file
|
|
|
|
|
TestClassFile=File for PHP Unit Test class
|
|
|
|
|
@@ -77,6 +79,7 @@ NoTrigger=No trigger
|
|
|
|
|
NoWidget=No widget
|
|
|
|
|
GoToApiExplorer=Go to API explorer
|
|
|
|
|
ListOfMenusEntries=List of menu entries
|
|
|
|
|
ListOfDictionariesEntries=List of dictionaries entries
|
|
|
|
|
ListOfPermissionsDefined=List of defined permissions
|
|
|
|
|
SeeExamples=See examples here
|
|
|
|
|
EnabledDesc=Condition to have this field active (Examples: 1 or $conf->global->MYMODULE_MYOPTION)
|
|
|
|
|
@@ -86,8 +89,10 @@ SearchAllDesc=Is the field used to make a search from the quick search tool? (Ex
|
|
|
|
|
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.
|
|
|
|
|
LanguageDefDesc=Enter in this files, all the key and the translation for each language file.
|
|
|
|
|
MenusDefDesc=Define here the menus provided by your module
|
|
|
|
|
DictionariesDefDesc=Define here the dictionaries provided by your module
|
|
|
|
|
PermissionsDefDesc=Define here the new permissions provided by your module
|
|
|
|
|
MenusDefDescTooltip=The menus provided by your module/application are defined into the array <strong>$this->menus</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), menus are also visible into the menu editor available to administrator users on %s.
|
|
|
|
|
DictionariesDefDescTooltip=The dictionaries provided by your module/application are defined into the array <strong>$this->dictionaries</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), dictionaries are also visible into the setup area to administrator users on %s.
|
|
|
|
|
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.
|
|
|
|
|
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).
|
|
|
|
|
TriggerDefDesc=Define in the trigger file the code you want to execute for each business event executed.
|
|
|
|
|
@@ -109,6 +114,8 @@ ContentOfREADMECustomized=Note: The content of the README.md file has been repla
|
|
|
|
|
RealPathOfModule=Real path of module
|
|
|
|
|
ContentCantBeEmpty=Content of file can't be empty
|
|
|
|
|
WidgetDesc=You can generate and edit here the widgets that will be embedded with your module.
|
|
|
|
|
CSSDesc=You can generate and edit here a file with personalized CSS embedded with your module.
|
|
|
|
|
JSDesc=You can generate and edit here a file with personalized Javascript embedded with your module.
|
|
|
|
|
CLIDesc=You can generate here some command line scripts you want to provide with your module.
|
|
|
|
|
CLIFile=CLI File
|
|
|
|
|
NoCLIFile=No CLI files
|
|
|
|
|
|