Subversion Repositories eFlore/Applications.del

Rev

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

Rev 29 Rev 44
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/benjamin/Documents/dev/workspaces/exchangeformat/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 23... Line 23...
23
  @DefaultStringValue("Annuler")
23
  @DefaultStringValue("Annuler")
24
  @Key("annuler")
24
  @Key("annuler")
25
  String annuler();
25
  String annuler();
Line 26... Line 26...
26
 
26
 
-
 
27
  /**
-
 
28
   * Translated "Auteur".
-
 
29
   * 
-
 
30
   * @return translated "Auteur"
-
 
31
   */
-
 
32
  @DefaultStringValue("Auteur")
-
 
33
  @Key("auteur")
-
 
34
  String auteur();
-
 
35
 
27
  /**
36
  /**
28
   * Translated "Chargement".
37
   * Translated "Chargement".
29
   * 
38
   * 
30
   * @return translated "Chargement"
39
   * @return translated "Chargement"
31
   */
40
   */
Line 41... Line 50...
41
  @DefaultStringValue("Date")
50
  @DefaultStringValue("Date")
42
  @Key("date")
51
  @Key("date")
43
  String date();
52
  String date();
Line 44... Line 53...
44
 
53
 
-
 
54
  /**
-
 
55
   * Translated "\"Date d'observation\"".
-
 
56
   * 
-
 
57
   * @return translated "\"Date d'observation\""
-
 
58
   */
-
 
59
  @DefaultStringValue("\"Date d'observation\"")
-
 
60
  @Key("date_observation")
-
 
61
  String date_observation();
-
 
62
 
45
  /**
63
  /**
46
   * Translated "Entrez un nom de genre ou d'espèce, un nom de commune, un numéro de departement, l'email d'un utilisateur ou un mot-clef".
64
   * Translated "Entrez un nom de genre ou d'espèce, un nom de commune, un numéro de departement, l'email d'un utilisateur ou un mot-clef".
47
   * 
65
   * 
48
   * @return translated "Entrez un nom de genre ou d'espèce, un nom de commune, un numéro de departement, l'email d'un utilisateur ou un mot-clef"
66
   * @return translated "Entrez un nom de genre ou d'espèce, un nom de commune, un numéro de departement, l'email d'un utilisateur ou un mot-clef"
49
   */
67
   */
Line 77... Line 95...
77
  @DefaultStringValue("Moyenne")
95
  @DefaultStringValue("Moyenne")
78
  @Key("moyenne")
96
  @Key("moyenne")
79
  String moyenne();
97
  String moyenne();
Line 80... Line 98...
80
 
98
 
-
 
99
  /**
-
 
100
   * Translated "Nom".
-
 
101
   * 
-
 
102
   * @return translated "Nom"
-
 
103
   */
-
 
104
  @DefaultStringValue("Nom")
-
 
105
  @Key("nom")
-
 
106
  String nom();
-
 
107
 
81
  /**
108
  /**
82
   * Translated "Nom retenu".
109
   * Translated "Nom retenu".
83
   * 
110
   * 
84
   * @return translated "Nom retenu"
111
   * @return translated "Nom retenu"
85
   */
112
   */