Révision 1886
tmp/org.txm.rcp/src/main/java/org/txm/rcp/messages/messages_fr.properties (revision 1886) | ||
---|---|---|
1000 | 1000 |
iAcceptTheLicenceAndAgreeToQuoteTXMInMyWork=J'accepte les termes de la licence et je m'engage à citer TXM dans mes publications |
1001 | 1001 |
seeTheQuoteSectionIn=(voir la section 'Citer le logiciel TXM' de la page d'accueil du site |
1002 | 1002 |
selectWorkingDirectoryP0=Répertoire de travail |
1003 |
options=Options... |
|
1003 |
options=Options... |
|
1004 |
firstLaunchOfTXM=Premier lancement de TXM |
tmp/org.txm.rcp/src/main/java/org/txm/rcp/messages/TXMUIMessages.java (revision 1886) | ||
---|---|---|
536 | 536 |
public static String TXMisDistributedUnderLicence; |
537 | 537 |
|
538 | 538 |
public static String selectWorkingDirectoryP0; |
539 |
|
|
540 |
public static String firstLaunchOfTXM; |
|
539 | 541 |
|
540 | 542 |
static { |
541 | 543 |
// initialize resource bundle |
tmp/org.txm.rcp/src/main/java/org/txm/rcp/messages/messages.properties (revision 1886) | ||
---|---|---|
1004 | 1004 |
iAcceptTheLicenceAndAgreeToQuoteTXMInMyWork=I accept TXM license terms and I accept to quote TXM in my publications. |
1005 | 1005 |
seeTheQuoteSectionIn=(see the "How to Cite the Textometry project" section in the textometrie.org web site: |
1006 | 1006 |
selectWorkingDirectoryP0=Working directory |
1007 |
options=Options... |
|
1007 |
options=Options... |
|
1008 |
firstLaunchOfTXM=First launch of TXM |
tmp/org.txm.rcp/src/main/java/org/txm/rcp/swt/dialog/CGUMessageDialog.java (revision 1886) | ||
---|---|---|
49 | 49 |
|
50 | 50 |
protected void configureShell(Shell newShell) { |
51 | 51 |
super.configureShell(newShell); |
52 |
newShell.setText("Premier lancement de TXM/First launch of TXM");
|
|
52 |
newShell.setText(TXMUIMessages.firstLaunchOfTXM);
|
|
53 | 53 |
} |
54 | 54 |
|
55 | 55 |
@Override |
... | ... | |
130 | 130 |
|
131 | 131 |
final String txmDownloadLink = "http://www.textometrie.org"; //$NON-NLS-1$ |
132 | 132 |
Label txmDownload = new Label(seeComposite, SWT.NONE); |
133 |
txmDownload.setText("http://www.textometrie.org");
|
|
133 |
txmDownload.setText(txmDownloadLink);
|
|
134 | 134 |
txmDownload.setToolTipText(txmDownloadLink); |
135 | 135 |
txmDownload.setForeground(blue); |
136 | 136 |
txmDownload.setCursor(cursor); |
... | ... | |
164 | 164 |
|
165 | 165 |
// "Options" |
166 | 166 |
ExpandItem item1 = new ExpandItem (bar, SWT.NONE); |
167 |
item1.setText("Options...");
|
|
167 |
item1.setText(TXMUIMessages.options);
|
|
168 | 168 |
item1.setHeight(w.computeSize(SWT.DEFAULT, SWT.DEFAULT).y); |
169 | 169 |
item1.setControl(w); |
170 | 170 |
item1.setExpanded(false); |
Formats disponibles : Unified diff