Subversion Repositories eFlore/Applications.del

Rev

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

Rev 514 Rev 531
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
 * 	'/home/jpm/web/gwt/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 167... Line 167...
167
  @DefaultStringValue("Sûr à 100%")
167
  @DefaultStringValue("Sûr à 100%")
168
  @Key("confianceSurCent")
168
  @Key("confianceSurCent")
169
  String confianceSurCent();
169
  String confianceSurCent();
Line 170... Line 170...
170
 
170
 
-
 
171
  /**
-
 
172
   * Translated "Contient les mots".
-
 
173
   * 
-
 
174
   * @return translated "Contient les mots"
-
 
175
   */
-
 
176
  @DefaultStringValue("Contient les mots")
-
 
177
  @Key("contientMots")
-
 
178
  String contientMots();
-
 
179
 
171
  /**
180
  /**
172
   * Translated "Contributeur".
181
   * Translated "Contributeur".
173
   * 
182
   * 
174
   * @return translated "Contributeur"
183
   * @return translated "Contributeur"
175
   */
184
   */