FCLT#60044 veldafhankelijke hint-teksten versie 0

svn path=/Database/trunk/; revision=45449
This commit is contained in:
Peter Feij
2020-01-15 13:59:09 +00:00
parent 8a4619099d
commit 3106519f34
2 changed files with 14 additions and 14 deletions

View File

@@ -7047,8 +7047,7 @@ FAC_LCL('lcl_WEB_BGTORD_info', 'Om opdrachten en facturen (uitnutting) te regist
COMMIT;
// helpteksten per veld, borduurt (bewust) voort met LCLMODULE 'ASP' of aparte HLP?
//#define LCLMODULE 'HLP'
// helpteksten per veld, borduurt bewust voort met LCLMODULE 'ASP'
#include "fac_lclhints.src"
COMMIT;

View File

@@ -19,19 +19,20 @@
*
*/
#define xLCLMODULE LCLMODULE
#define LCLMODULE 'HLP'
FAC_LCL('hint.mld_afmeldtekst.name', 'Een korte tekst die in de keuzelijst wordt getoond als identificatie voor deze standaardtekst.', 'A short description that is presented to the user as identifier for this standard text.')
FAC_LCL('hint.mld_afmeldtekst.description', 'De standaardtekst die wordt geplakt. Na het plakken kan deze tekst nog specifiek worden aangepast, je kunt dus bv ... gebruiken op plekken waar een specifieke aanduiding moet komen.', 'The standard text that is presented. This text can be edited after it is selected, so you may use indications like ... for parts that need more detail after use.' )
FAC_LCL('hint.mld_afmeldtekst.issuediscipline', 'De vakgroep waarbij deze standaardtekst van toepassing is.', 'The discipline this standard text applies for' )
FAC_LCL('hint.mld_afmeldtekst.issuetype', 'De standaardmelding waarbij deze standaardtekst van toepassing is.', 'The issue type this standard text applies for' )
FAC_LCL('hint.mld_afmeldtekst.forclose', 'Of deze standaardtekst aangeboden moet worden bij het afsluiten van een melding of niet', 'Whether this standard text is offered at the closing of a call or not')
FAC_LCL('hint.mld_afmeldtekst.forreject', 'Of deze standaardtekst aangeboden moet worden bij het afwijzen van een melding of niet', 'Whether this standard text is offered at the rejection of a call or not')
FAC_LCL('hint.mld_afmeldtekst.fororder', 'Of deze standaardtekst aangeboden moet worden bij het afsluiten van een opdracht of niet', 'Whether this standard text is offered at the closing of an order or not')
FAC_LCL('hint.mld_afmeldtekst.forresponse', 'Of deze standaardtekst aangeboden moet worden bij een reactie in een melding of niet', 'Whether this standard text is offered as a reaction of a call or not')
FAC_LCL('hint.mld_afmeldtekst.forresorder', 'Of deze standaardtekst aangeboden moet worden bij een reactie in een opdracht of niet', 'Whether this standard text is offered as a reaction of an order or not')
FAC_LCL('lcl_hint_select_field', 'Selecteer een veld voor specifieke uitleg daarover.', 'You can select a field for a specific explanation.')
FAC_LCL('hint.mld_afmeldtekst.name', 'Een duidelijke benaming die in de keuzelijst wordt getoond als identificatie voor deze standaardtekst.', 'A short description that is presented to the user as identifier for this standard text.')
FAC_LCL('hint.mld_afmeldtekst.description', 'De complete standaardtekst die wordt geplakt. Na het plakken kan deze tekst nog specifiek worden aangepast, je kunt dus bv ... gebruiken op plekken waar een specifieke aanduiding moet komen.', 'The standard text that is presented. This text can be edited after it is selected, so you may use indications like ... for parts that need more detail after use.' )
FAC_LCL('hint.mld_afmeldtekst.issuediscipline', 'De vakgroep waarvoor deze standaardtekst van toepassing is.', 'The discipline this standard text applies for.' )
FAC_LCL('hint.mld_afmeldtekst.issuetype', 'De standaardmelding waarvoor deze standaardtekst van toepassing is.', 'The issue type this standard text applies for.')
FAC_LCL('hint.mld_afmeldtekst.forclose', 'Of deze standaardtekst aangeboden moet worden bij het afsluiten van een melding of niet.', 'Whether this standard text is offered at the closing of a call or not.')
FAC_LCL('hint.mld_afmeldtekst.forreject', 'Of deze standaardtekst aangeboden moet worden bij het afwijzen van een melding of niet.', 'Whether this standard text is offered at the rejection of a call or not.')
FAC_LCL('hint.mld_afmeldtekst.fororder', 'Of deze standaardtekst aangeboden moet worden bij het afsluiten van een opdracht of niet.', 'Whether this standard text is offered at the closing of an order or not.')
FAC_LCL('hint.mld_afmeldtekst.forresponse', 'Of deze standaardtekst aangeboden moet worden bij een reactie in een melding of niet.', 'Whether this standard text is offered as a reaction of a call or not.')
FAC_LCL('hint.mld_afmeldtekst.forresorder', 'Of deze standaardtekst aangeboden moet worden bij een reactie in een opdracht of niet.', 'Whether this standard text is offered as a reaction of an order or not.')
-- much more to come
COMMIT;
#define LCLMODULE xLCLMODULE
REGISTERONCE('$Id$')