Revision 1344
tmp/org.txm.rcp/src/main/java/org/txm/rcp/messages/messages.properties (revision 1344) | ||
---|---|---|
361 | 361 |
|
362 | 362 |
error_invalidRegularExpression = Invalid regular expression: {0} |
363 | 363 |
|
364 |
execDDot = Exec: |
|
364 |
execDDot = Exec: {0}.
|
|
365 | 365 |
|
366 | 366 |
executeScript = Execute script |
367 | 367 |
|
... | ... | |
513 | 513 |
|
514 | 514 |
invalidQuery = Invalid query |
515 | 515 |
|
516 |
jobDDot = Job: |
|
516 |
jobDDot = Job: {0}.
|
|
517 | 517 |
|
518 | 518 |
lastCQPErrorDDot = Last CQP error: {0}. |
519 | 519 |
|
tmp/org.txm.rcp/src/main/java/org/txm/rcp/messages/messages_ru.properties (revision 1344) | ||
---|---|---|
291 | 291 |
|
292 | 292 |
error_invalidRegularExpression = Некорректное регулярное выражение: {0} |
293 | 293 |
|
294 |
execDDot = Exec:
|
|
294 |
execDDot = |
|
295 | 295 |
|
296 | 296 |
executeScript = Выполнение скрипта |
297 | 297 |
|
... | ... | |
417 | 417 |
|
418 | 418 |
invalidQuery = Некорректный запрос |
419 | 419 |
|
420 |
jobDDot = Job:
|
|
420 |
jobDDot = |
|
421 | 421 |
|
422 | 422 |
lastCQPErrorDDot = Последняя ошибка CQP: {0}. |
423 | 423 |
|
tmp/org.txm.rcp/src/main/java/org/txm/rcp/messages/messages_fr.properties (revision 1344) | ||
---|---|---|
331 | 331 |
|
332 | 332 |
error_invalidRegularExpression = Expression régulière invalide : {0} |
333 | 333 |
|
334 |
execDDot = Exec : |
|
334 |
execDDot = Exec : {0}.
|
|
335 | 335 |
|
336 | 336 |
executeScript = Exécution du script |
337 | 337 |
|
... | ... | |
469 | 469 |
|
470 | 470 |
invalidQuery = Requête invalide |
471 | 471 |
|
472 |
jobDDot = Job : |
|
472 |
jobDDot = Job : {0}.
|
|
473 | 473 |
|
474 | 474 |
lastCQPErrorDDot = Dernière erreur CQP : {0}. |
475 | 475 |
|
tmp/org.txm.rcp/src/main/java/org/txm/rcp/JobsTimer.java (revision 1344) | ||
---|---|---|
3 | 3 |
import java.util.Date; |
4 | 4 |
|
5 | 5 |
import org.eclipse.osgi.util.NLS; |
6 |
import org.txm.core.messages.TXMCoreMessages; |
|
6 | 7 |
import org.txm.core.preferences.TBXPreferences; |
7 | 8 |
import org.txm.core.preferences.TXMPreferences; |
8 | 9 |
import org.txm.rcp.messages.TXMUIMessages; |
... | ... | |
66 | 67 |
Thread.sleep(1000); |
67 | 68 |
JobsTimer.start(); |
68 | 69 |
Thread.sleep(1000); |
69 |
System.out.println(TXMUIMessages.jobDDot+JobsTimer.stop());
|
|
70 |
System.out.println(TXMUIMessages.execDDot+ExecTimer.stop());
|
|
70 |
System.out.println(TXMCoreMessages.bind(TXMUIMessages.jobDDot, JobsTimer.stop()));
|
|
71 |
System.out.println(TXMCoreMessages.bind(TXMUIMessages.execDDot, ExecTimer.stop()));
|
|
71 | 72 |
} |
72 | 73 |
} |
Also available in: Unified diff