Révision 3842

TXM/trunk/bundles/org.txm.lexicaltable.rcp/src/org/txm/lexicaltable/rcp/messages/LexicalTableUIMessages.java (revision 3842)
52 52
	public static String vocabulariesMustShareTheSamePartitionColonP0;
53 53
	
54 54
	public static String tP0vP1fminP2fmaxP3;
55

  
56
	public static String WarningTheNumberofColumnsExceedsP0P1TheTableHasBeenCut;
55 57
	
56 58
	
57 59
	
TXM/trunk/bundles/org.txm.lexicaltable.rcp/src/org/txm/lexicaltable/rcp/messages/messages.properties (revision 3842)
20 20
userIndexOccurrences=Calculate the margins only from the frequencies of the elements of the index
21 21
vocabulariesMustShareTheSamePartitionColonP0=** Vocabularies must share the same partition\: {0}.
22 22
vocabulariesMustShareTheSamePropertiesColonP0=** Vocabularies must share the same properties\: {0}.
23
WarningTheNumberofColumnsExceedsP0P1TheTableHasBeenCut=Warning The number of columns exceeds {0} ({1}). the table has been cut. You can, change the maximum in the TXM > User preference page
TXM/trunk/bundles/org.txm.lexicaltable.rcp/src/org/txm/lexicaltable/rcp/editors/LexicalTableEditor.java (revision 3842)
546 546
			for (int i = 0; i < colNames.length; i++) {
547 547

  
548 548
				if (i >= MAX_NUMBER_OF_COLUMNS) {
549
					Log.warning(NLS.bind("Warning The number of columns exceeds {0} ({1}). the table has been cut. You can, change the maximum in the TXM > User preference page", MAX_NUMBER_OF_COLUMNS, colNames.length));
549
					Log.warning(NLS.bind(LexicalTableUIMessages.WarningTheNumberofColumnsExceedsP0P1TheTableHasBeenCut, MAX_NUMBER_OF_COLUMNS, colNames.length));
550 550
					break;
551 551
				}
552 552
				TableViewerColumn column = new TableViewerColumn(viewer, SWT.RIGHT);

Formats disponibles : Unified diff