Subversion Repositories eFlore/Applications.del

Rev

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

Rev 980 Rev 1004
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/aurelien/web/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 1004... Line 1004...
1004
  @DefaultStringValue("Voir la fiche")
1004
  @DefaultStringValue("Voir la fiche")
1005
  @Key("voirFicheIndividu")
1005
  @Key("voirFicheIndividu")
1006
  String voirFicheIndividu();
1006
  String voirFicheIndividu();
Line 1007... Line 1007...
1007
 
1007
 
-
 
1008
  /**
-
 
1009
   * Translated "Vote modifié".
-
 
1010
   * 
-
 
1011
   * @return translated "Vote modifié"
-
 
1012
   */
-
 
1013
  @DefaultStringValue("Vote modifié")
-
 
1014
  @Key("voteModifie")
-
 
1015
  String voteModifie();
-
 
1016
 
1008
  /**
1017
  /**
1009
   * Translated "Vote pris en compte".
1018
   * Translated "Vote pris en compte".
1010
   * 
1019
   * 
1011
   * @return translated "Vote pris en compte"
1020
   * @return translated "Vote pris en compte"
1012
   */
1021
   */