Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1010 Rev 1026
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 41... Line 41...
41
  @DefaultStringValue("Ajouter un commentaire")
41
  @DefaultStringValue("Ajouter un commentaire")
42
  @Key("ajouterCommentaire")
42
  @Key("ajouterCommentaire")
43
  String ajouterCommentaire();
43
  String ajouterCommentaire();
Line 44... Line 44...
44
 
44
 
45
  /**
45
  /**
46
   * Translated "Ajouter une image à déterminer".
46
   * Translated "Ajouter une image".
47
   * 
47
   * 
48
   * @return translated "Ajouter une image à déterminer"
48
   * @return translated "Ajouter une image"
49
   */
49
   */
50
  @DefaultStringValue("Ajouter une image à déterminer")
50
  @DefaultStringValue("Ajouter une image")
51
  @Key("ajouterImage")
51
  @Key("ajouterImage")
Line 52... Line 52...
52
  String ajouterImage();
52
  String ajouterImage();
53
 
53
 
54
  /**
54
  /**
55
   * Translated "Ajouter une observation à déterminer".
55
   * Translated "Ajouter une plante à déterminer".
56
   * 
56
   * 
57
   * @return translated "Ajouter une observation à déterminer"
57
   * @return translated "Ajouter une plante à déterminer"
58
   */
58
   */
59
  @DefaultStringValue("Ajouter une observation à déterminer")
59
  @DefaultStringValue("Ajouter une plante à déterminer")
Line 60... Line 60...
60
  @Key("ajouterObservation")
60
  @Key("ajouterObservation")
61
  String ajouterObservation();
61
  String ajouterObservation();
Line 536... Line 536...
536
  @DefaultStringValue("Lieu dit")
536
  @DefaultStringValue("Lieu dit")
537
  @Key("lieuDit")
537
  @Key("lieuDit")
538
  String lieuDit();
538
  String lieuDit();
Line 539... Line 539...
539
 
539
 
-
 
540
  /**
-
 
541
   * Translated "Lieu du relevé".
-
 
542
   * 
-
 
543
   * @return translated "Lieu du relevé"
-
 
544
   */
-
 
545
  @DefaultStringValue("Lieu du relevé")
-
 
546
  @Key("lieuDuReleve")
-
 
547
  String lieuDuReleve();
-
 
548
 
540
  /**
549
  /**
541
   * Translated "Localite".
550
   * Translated "Localite".
542
   * 
551
   * 
543
   * @return translated "Localite"
552
   * @return translated "Localite"
544
   */
553
   */
Line 698... Line 707...
698
  @DefaultStringValue("Observateur")
707
  @DefaultStringValue("Observateur")
699
  @Key("observateur")
708
  @Key("observateur")
700
  String observateur();
709
  String observateur();
Line 701... Line 710...
701
 
710
 
-
 
711
  /**
-
 
712
   * Translated "Observée le".
-
 
713
   * 
-
 
714
   * @return translated "Observée le"
-
 
715
   */
-
 
716
  @DefaultStringValue("Observée le")
-
 
717
  @Key("observeLe")
-
 
718
  String observeLe();
-
 
719
 
702
  /**
720
  /**
703
   * Translated "ok".
721
   * Translated "ok".
704
   * 
722
   * 
705
   * @return translated "ok"
723
   * @return translated "ok"
706
   */
724
   */