Subversion Repositories eFlore/Applications.del

Rev

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

Rev 964 Rev 966
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/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 284... Line 284...
284
  @DefaultStringValue("Département (numéro ou nom)")
284
  @DefaultStringValue("Département (numéro ou nom)")
285
  @Key("departement")
285
  @Key("departement")
286
  String departement();
286
  String departement();
Line 287... Line 287...
287
 
287
 
-
 
288
  /**
-
 
289
   * Translated "Détermination la plus probable : ".
-
 
290
   * 
-
 
291
   * @return translated "Détermination la plus probable : "
-
 
292
   */
-
 
293
  @DefaultStringValue("Détermination la plus probable : ")
-
 
294
  @Key("determinationPlusProbable")
-
 
295
  String determinationPlusProbable();
-
 
296
 
288
  /**
297
  /**
289
   * Translated "éléments par page".
298
   * Translated "éléments par page".
290
   * 
299
   * 
291
   * @return translated "éléments par page"
300
   * @return translated "éléments par page"
292
   */
301
   */
Line 336... Line 345...
336
   * @return translated "(jj/mm/aaaa ou aaaa)"
345
   * @return translated "(jj/mm/aaaa ou aaaa)"
337
   */
346
   */
338
  @DefaultStringValue("(jj/mm/aaaa ou aaaa)")
347
  @DefaultStringValue("(jj/mm/aaaa ou aaaa)")
339
  @Key("formatDate")
348
  @Key("formatDate")
340
  String formatDate();
349
  String formatDate();
341
 
350
  
342
  /**
351
  /**
343
   * Translated "Genre".
352
   * Translated "Genre".
344
   * 
353
   * 
345
   * @return translated "Genre"
354
   * @return translated "Genre"
346
   */
355
   */