Subversion Repositories eFlore/Applications.del

Rev

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

Rev 538 Rev 546
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/greg/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
 */
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 239... Line 239...
239
  @DefaultStringValue("Date de dernière validation")
239
  @DefaultStringValue("Date de dernière validation")
240
  @Key("dateValidation")
240
  @Key("dateValidation")
241
  String dateValidation();
241
  String dateValidation();
Line 242... Line 242...
242
 
242
 
243
  /**
243
  /**
244
   * Translated "Département".
244
   * Translated "Département (numéro ou nom)".
245
   * 
245
   * 
246
   * @return translated "Département"
246
   * @return translated "Département (numéro ou nom)"
247
   */
247
   */
248
  @DefaultStringValue("Département")
248
  @DefaultStringValue("Département (numéro ou nom)")
249
  @Key("departement")
249
  @Key("departement")
Line 250... Line 250...
250
  String departement();
250
  String departement();
251
 
251
 
Line 257... Line 257...
257
  @DefaultStringValue("éléments par page")
257
  @DefaultStringValue("éléments par page")
258
  @Key("elements_par_page")
258
  @Key("elements_par_page")
259
  String elements_par_page();
259
  String elements_par_page();
Line 260... Line 260...
260
 
260
 
261
  /**
261
  /**
262
   * Translated "Entrez un nom de genre ou d'espèce, un nom de commune, un numéro de département, l'email d'un utilisateur ou un mot-clé".
262
   * Translated "Entrez un nom de genre ou d'espèce, un nom de commune, un numéro ou un nom de département, l'email d'un utilisateur ou un mot-clé".
263
   * 
263
   * 
264
   * @return translated "Entrez un nom de genre ou d'espèce, un nom de commune, un numéro de département, l'email d'un utilisateur ou un mot-clé"
264
   * @return translated "Entrez un nom de genre ou d'espèce, un nom de commune, un numéro ou un nom de département, l'email d'un utilisateur ou un mot-clé"
265
   */
265
   */
266
  @DefaultStringValue("Entrez un nom de genre ou d'espèce, un nom de commune, un numéro de département, l'email d'un utilisateur ou un mot-clé")
266
  @DefaultStringValue("Entrez un nom de genre ou d'espèce, un nom de commune, un numéro ou un nom de département, l'email d'un utilisateur ou un mot-clé")
267
  @Key("entrerMotClef")
267
  @Key("entrerMotClef")
Line 268... Line 268...
268
  String entrerMotClef();
268
  String entrerMotClef();
269
 
269