Trans
This commit is contained in:
parent
a8ecec68e7
commit
1a1219ee2a
@ -1063,7 +1063,7 @@ if ($mode == 'develop')
|
|||||||
//print '<img border="0" class="imgautosize imgmaxwidth180" src="'.DOL_URL_ROOT.'/theme/dolibarr_preferred_partner_int.png">';
|
//print '<img border="0" class="imgautosize imgmaxwidth180" src="'.DOL_URL_ROOT.'/theme/dolibarr_preferred_partner_int.png">';
|
||||||
print '<div class="imgmaxheight50 logo_setup"></div>';
|
print '<div class="imgmaxheight50 logo_setup"></div>';
|
||||||
print '</td>';
|
print '</td>';
|
||||||
print '<td>'.$langs->trans("TryToUseTheModuleBuilder").'</td>';
|
print '<td>'.$langs->trans("TryToUseTheModuleBuilder", $langs->transnoentitiesnoconv("ModuleBuilder")).'</td>';
|
||||||
print '<td>'.$langs->trans("SeeTopRightMenu").'</td>';
|
print '<td>'.$langs->trans("SeeTopRightMenu").'</td>';
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
|
|
||||||
|
|||||||
@ -88,7 +88,7 @@ TriggerDefDesc=Define in the trigger file the code you want to execute for each
|
|||||||
SeeIDsInUse=See IDs in use in your installation
|
SeeIDsInUse=See IDs in use in your installation
|
||||||
SeeReservedIDsRangeHere=See range of reserved IDs
|
SeeReservedIDsRangeHere=See range of reserved IDs
|
||||||
ToolkitForDevelopers=Toolkit for Dolibarr developers
|
ToolkitForDevelopers=Toolkit for Dolibarr developers
|
||||||
TryToUseTheModuleBuilder=If you have knowledge of SQL and PHP, you may use the native module builder wizard.<br>Enable the module (Setup->Other Setup->MAIN_FEATURES_LEVEL = 2) 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!
|
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!
|
||||||
SeeTopRightMenu=See <span class="fa fa-bug"></span> on the top right menu
|
SeeTopRightMenu=See <span class="fa fa-bug"></span> on the top right menu
|
||||||
AddLanguageFile=Add language file
|
AddLanguageFile=Add language file
|
||||||
YouCanUseTranslationKey=You can use here a key that is the translation key found into language file (see tab "Languages")
|
YouCanUseTranslationKey=You can use here a key that is the translation key found into language file (see tab "Languages")
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user