Import, default references pattern interface
In the “commands >concordance” section, add the default reference pattern widgets :
- SWT Label: “Default references” / “Références par défaut”
- SWT Text:
- title: “Pattern” / “Pattern”
- content: the reference pattern in printf format
- tooltip:
EN:
Type your pattern by inserting "%s" where each property listed below should be displayed (as many "%s" as there are properties to display).
For example, the pattern "%s, %s %s" associated with the property list "text_id,div_type,div_n" will display :
- "My novel, chapter 1"
- "My novel, chapter 2"
- etc.
FR:
Tapez votre pattern en insérant "%s" là où chaque propriété listée ci-dessous doit être affichée (autant de "%s" que de propriété à afficher).
Par exemple, le pattern "%s, %s %s" associé à la liste de propriétés "text_id,div_type,div_n" affichera :
- "Mon roman, chapitre 1"
- "Mon roman, chapitre 2"
- etc.
SWT Text:
title: “Properties” / “Propriétés”
content: list of properties fullname comma “,” separated
tooltip:
EN:
Properties of the compound form "text_id" for structure properties, and of the simple form "id" for word properties.
FR:
Propriétés de la forme composée "text_id" pour les propriétés de structures, et de la forme simple "id" pour les propriétés de mots.
* property
* structure_property
(from redmine: issue id 3109, created on 2021/06/24 by Matthieu Decorde)
- Relations:
- relates #3115
- Changesets:
- Revision 3756 by Matthieu Decorde on 2023/05/02 10:55:32 +0200:
update messages refs #3109