Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1004 Rev 1010
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
 * 	'D:/dev/svn/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 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
  /**
-
 
46
   * Translated "Ajouter une image à déterminer".
-
 
47
   * 
-
 
48
   * @return translated "Ajouter une image à déterminer"
-
 
49
   */
-
 
50
  @DefaultStringValue("Ajouter une image à déterminer")
-
 
51
  @Key("ajouterImage")
-
 
52
  String ajouterImage();
-
 
53
 
-
 
54
  /**
-
 
55
   * Translated "Ajouter une observation à déterminer".
-
 
56
   * 
-
 
57
   * @return translated "Ajouter une observation à déterminer"
-
 
58
   */
-
 
59
  @DefaultStringValue("Ajouter une observation à déterminer")
-
 
60
  @Key("ajouterObservation")
-
 
61
  String ajouterObservation();
-
 
62
 
45
  /**
63
  /**
46
   * Translated "Annuler".
64
   * Translated "Annuler".
47
   * 
65
   * 
48
   * @return translated "Annuler"
66
   * @return translated "Annuler"
49
   */
67
   */
Line 491... Line 509...
491
  @DefaultStringValue("Choisir un protocole")
509
  @DefaultStringValue("Choisir un protocole")
492
  @Key("labelProtocole")
510
  @Key("labelProtocole")
493
  String labelProtocole();
511
  String labelProtocole();
Line 494... Line 512...
494
 
512
 
-
 
513
  /**
-
 
514
   * Translated "Cliquez ici pour accéder au formulaire de saisie des observations ".
-
 
515
   * 
-
 
516
   * @return translated "Cliquez ici pour accéder au formulaire de saisie des observations "
-
 
517
   */
-
 
518
  @DefaultStringValue("Cliquez ici pour accéder au formulaire de saisie des observations ")
-
 
519
  @Key("legendeAjouterObservation")
-
 
520
  String legendeAjouterObservation();
-
 
521
 
495
  /**
522
  /**
496
   * Translated "Propositions ".
523
   * Translated "Propositions ".
497
   * 
524
   * 
498
   * @return translated "Propositions "
525
   * @return translated "Propositions "
499
   */
526
   */