Révision 2925

tmp/org.txm.core/src/java/org/txm/core/messages/TXMCoreMessages.java (revision 2925)
319 319
	
320 320
	public static String updatingCorpus;
321 321
	
322
	public static String computingParentsOfP0;
323
	
322 324
	/**
323 325
	 * Binds the given message's substitution locations with the given string values.
324 326
	 * 
tmp/org.txm.core/src/java/org/txm/core/messages/messages_fr.properties (revision 2925)
13 13
catalogFileNotFoundP0 = ** Fichier de catalogue introuvable {0}.
14 14

  
15 15
checkingBinaryFormat = Vérification du format du corpus binaire…
16

  
17
computingParentsOfP0=Calculs des parents de ''{1}''...
16 18

  
17 19
common_P0ItemsForP1Occurrences   = {0} items pour {1} occurrences.
18 20
common_P0Occurrences             = {0} occurrences.
......
162 164
in = \ dans\	\	\	\	\	\	\	\	
163 165

  
164 166
info_cancelingComputingOfP0P1 = Abandon du calcul de : {0} ({1})...
165
info_computingChildrenOfP0P1  = Calcul des enfants de {0} ({1})...
167
info_computingChildrenOfP0P1  = Calcul des enfants de ''{0}'' ({1})...
166 168
info_p0P1Deleted              = {0} "{1}" supprimé(e).
167 169

  
168 170
initializationOfGroovyImportScriptRunner = Initialisation de GroovyImportScriptRunner
tmp/org.txm.core/src/java/org/txm/core/messages/messages.properties (revision 2925)
15 15
catalogFileNotFoundP0 = ** Catalog file {0} not found.
16 16

  
17 17
checkingBinaryFormat = Checking binary corpus format...
18
computingParentsOfP0=Computing parents branch of ''{1}''...
18 19

  
19 20
common_P0ItemsForP1Occurrences   = {0} item for {1} occurrences.
20 21
common_P0Occurrences             = {0} occurrences.
......
166 167
in = \ in \	\	\	\	\	\	\	\	
167 168

  
168 169
info_cancelingComputingOfP0P1 = Canceling computing of {0} ({1})...
169
info_computingChildrenOfP0P1  = Computing children of {0} ({1})...
170
info_computingChildrenOfP0P1  = Computing children of ''{0}'' ({1})...
170 171
info_p0P1Deleted              = {0} "{1}" deleted.
171 172

  
172 173
initializationOfGroovyImportScriptRunner = Initialization of GroovyImportScriptRunner
tmp/org.txm.core/src/java/org/txm/core/results/TXMResult.java (revision 2925)
2379 2379
			if (this.parent != null && !(this.parent instanceof Project) && !(this.parent instanceof Workspace)
2380 2380
					&& !this.parent.isComputing()) {
2381 2381
				
2382
				mainSubMonitor.setTaskName("Computing parents branch...");
2382
				mainSubMonitor.setTaskName(NLS.bind(TXMCoreMessages.computingParentsOfP0, parent.getName()));
2383 2383
				
2384 2384
				Log.finest("TXMResult.compute(): " + this.getClass().getSimpleName() + ": starting parent (" + this.parent.getClass().getSimpleName() + ") computing process...");
2385 2385
				
......
2618 2618
	 */
2619 2619
	protected abstract boolean _compute(TXMProgressMonitor monitor) throws Exception;
2620 2620
	
2621
	
2622 2621
	/***
2623 2622
	 * Checks if the result must be persisted according to the persistence global preference or the user persistable state.
2624 2623
	 * 
......
2658 2657
	
2659 2658
	
2660 2659
	
2661
	// 
2660
	//
2662 2661
	/**
2663 2662
	 * @Deprecated
2664
	 * FIXME: SJ: should be moved in an exporter extension
2663
	 * 			FIXME: SJ: should be moved in an exporter extension
2665 2664
	 * 
2666
	 * wrapper to ensure the result is ready to be computed (not computing, computed)
2665
	 *             wrapper to ensure the result is ready to be computed (not computing, computed)
2667 2666
	 * 
2668 2667
	 * @param outfile
2669 2668
	 * @param encoding
......
2686 2685
	
2687 2686
	/**
2688 2687
	 * @Deprecated
2689
	// FIXME: SJ: should be moved in an exporter extension
2688
	 * 			// FIXME: SJ: should be moved in an exporter extension
2690 2689
	 * 
2691
	 * TXMResults must implement this method to be exported.
2690
	 *             TXMResults must implement this method to be exported.
2692 2691
	 * 
2693 2692
	 * @param outfile
2694 2693
	 * @param encoding

Formats disponibles : Unified diff