Subversion Repositories eFlore/Applications.del

Rev

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

Rev 663 Rev 666
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
 * 	'D:/dev/svn/del/src/org/tela_botanica/del/client/i18n/Vocabulary.properties'.
5
 * 	'/home/greg/web/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 464... Line 464...
464
  @DefaultStringValue("Login")
464
  @DefaultStringValue("Login")
465
  @Key("login")
465
  @Key("login")
466
  String login();
466
  String login();
Line 467... Line 467...
467
 
467
 
-
 
468
  /**
-
 
469
   * Translated "Famille".
-
 
470
   * 
-
 
471
   * @return translated "Famille"
-
 
472
   */
-
 
473
  @DefaultStringValue("Famille")
-
 
474
  @Key("metadonneeFamille")
-
 
475
  String metadonneeFamille();
-
 
476
 
468
  /**
477
  /**
469
   * Translated "Métadonnées".
478
   * Translated "Métadonnées".
470
   * 
479
   * 
471
   * @return translated "Métadonnées"
480
   * @return translated "Métadonnées"
472
   */
481
   */