Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1175 Rev 1183
Line 3... Line 3...
3
/**
3
/**
4
 * Interface to represent the constants contained in resource bundle:
4
 * Interface to represent the constants contained in resource bundle:
5
 * 	'/home/aurelien/web/del/src/org/tela_botanica/del/client/i18n/Vocabulary.properties'.
5
 * 	'/home/aurelien/web/del/src/org/tela_botanica/del/client/i18n/Vocabulary.properties'.
6
 */
6
 */
7
public interface Vocabulary extends com.google.gwt.i18n.client.Constants {
7
public interface Vocabulary extends com.google.gwt.i18n.client.Constants {
8
  
8
	
-
 
9
	@DefaultStringValue("Devenez telabotaniste et partagez votre passion pour le végétal !")
-
 
10
	@Key("texteConnexion")
-
 
11
	String texteConnexion();
-
 
12
	
9
  /**
13
  /**
10
   * Translated "Etes-vous d'accord ? ".
14
   * Translated "Etes-vous d'accord ? ".
11
   * 
15
   * 
12
   * @return translated "Etes-vous d'accord ? "
16
   * @return translated "Etes-vous d'accord ? "
13
   */
17
   */
Line 982... Line 986...
982
   * Translated "Se connecter".
986
   * Translated "Se connecter".
983
   * 
987
   * 
984
   * @return translated "Se connecter"
988
   * @return translated "Se connecter"
985
   */
989
   */
986
  @DefaultStringValue("Se connecter")
990
  @DefaultStringValue("Se connecter")
987
  @Key("seConnecter")
991
  @Key("titreSeConnecter")
988
  String seConnecter();
992
  String titreSeConnecter();
-
 
993
  
-
 
994
 
-
 
995
  /**
-
 
996
   * Translated "Se connecter".
-
 
997
   * 
-
 
998
   * @return translated "Se connecter"
-
 
999
   */
-
 
1000
  @DefaultStringValue("Bienvenue")
-
 
1001
  @Key("titreEstIdentife")
-
 
1002
  String titreEstIdentifie();
Line 989... Line 1003...
989
 
1003
 
990
  /**
1004
  /**
991
   * Translated "Se déconnecter".
1005
   * Translated "Se déconnecter".
992
   * 
1006
   *