Subversion Repositories eFlore/Applications.del

Rev

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

Rev 431 Rev 447
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 347... Line 347...
347
  @DefaultStringValue("Propositions ")
347
  @DefaultStringValue("Propositions ")
348
  @Key("lesPropositions")
348
  @Key("lesPropositions")
349
  String lesPropositions();
349
  String lesPropositions();
Line 350... Line 350...
350
 
350
 
-
 
351
  /**
-
 
352
   * Translated "Lieu dit".
-
 
353
   * 
-
 
354
   * @return translated "Lieu dit"
-
 
355
   */
-
 
356
  @DefaultStringValue("Lieu dit")
-
 
357
  @Key("lieuDit")
-
 
358
  String lieuDit();
-
 
359
 
351
  /**
360
  /**
352
   * Translated "Localite".
361
   * Translated "Localite".
353
   * 
362
   * 
354
   * @return translated "Localite"
363
   * @return translated "Localite"
355
   */
364
   */
Line 365... Line 374...
365
  @DefaultStringValue("Meta-donnees de la photo")
374
  @DefaultStringValue("Meta-donnees de la photo")
366
  @Key("metadonneesPhoto")
375
  @Key("metadonneesPhoto")
367
  String metadonneesPhoto();
376
  String metadonneesPhoto();
Line 368... Line 377...
368
 
377
 
-
 
378
  /**
-
 
379
   * Translated "Milieu".
-
 
380
   * 
-
 
381
   * @return translated "Milieu"
-
 
382
   */
-
 
383
  @DefaultStringValue("Milieu")
-
 
384
  @Key("milieu")
-
 
385
  String milieu();
-
 
386
 
369
  /**
387
  /**
370
   * Translated "Mon vote".
388
   * Translated "Mon vote".
371
   * 
389
   * 
372
   * @return translated "Mon vote"
390
   * @return translated "Mon vote"
373
   */
391
   */
Line 419... Line 437...
419
  @DefaultStringValue("Nom")
437
  @DefaultStringValue("Nom")
420
  @Key("nom")
438
  @Key("nom")
421
  String nom();
439
  String nom();
Line 422... Line 440...
422
 
440
 
-
 
441
  /**
-
 
442
   * Translated "Nom commun".
-
 
443
   * 
-
 
444
   * @return translated "Nom commun"
-
 
445
   */
-
 
446
  @DefaultStringValue("Nom commun")
-
 
447
  @Key("nomCommun")
-
 
448
  String nomCommun();
-
 
449
 
423
  /**
450
  /**
424
   * Translated "Nom retenu".
451
   * Translated "Nom retenu".
425
   * 
452
   * 
426
   * @return translated "Nom retenu"
453
   * @return translated "Nom retenu"
427
   */
454
   */