Subversion Repositories eFlore/Applications.del

Rev

Rev 135 | Rev 210 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 135 Rev 178
Line 1... Line 1...
1
package org.tela_botanica.del.client.i18n;
1
package org.tela_botanica.del.client.i18n;
Line 2... Line 2...
2
 
2
 
3
/**
3
/**
4
 * Interface to represent the constants contained in resource bundle:
4
 * Interface to represent the constants contained in resource bundle:
5
 * 	'/home/benjamin/Documents/dev/workspaces/exchangeformat/del/src/org/tela_botanica/del/client/i18n/Vocabulary.properties'.
5
 * 	'D:/dev/svn/del/src/org/tela_botanica/del/client/i18n/Vocabulary.properties'.
6
 */
6
 */
Line 7... Line 7...
7
public interface Vocabulary extends com.google.gwt.i18n.client.Constants {
7
public interface Vocabulary extends com.google.gwt.i18n.client.Constants {
8
  
8
  
Line 428... Line 428...
428
  @DefaultStringValue("Cliquez ici pour proposer votre validation")
428
  @DefaultStringValue("Cliquez ici pour proposer votre validation")
429
  @Key("proposer_validation")
429
  @Key("proposer_validation")
430
  String proposer_validation();
430
  String proposer_validation();
Line 431... Line 431...
431
 
431
 
-
 
432
  /**
-
 
433
   * Translated "Protocole".
-
 
434
   * 
-
 
435
   * @return translated "Protocole"
-
 
436
   */
-
 
437
  @DefaultStringValue("Protocole")
-
 
438
  @Key("protocole")
-
 
439
  String protocole();
-
 
440
 
432
  /**
441
  /**
433
   * Translated "Esthetisme".
442
   * Translated "Esthetisme".
434
   * 
443
   * 
435
   * @return translated "Esthetisme"
444
   * @return translated "Esthetisme"
436
   */
445
   */