Subversion Repositories eFlore/Applications.del

Rev

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

Rev 116 Rev 129
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 104... Line 104...
104
  @DefaultStringValue("Commentaires")
104
  @DefaultStringValue("Commentaires")
105
  @Key("commentaires")
105
  @Key("commentaires")
106
  String commentaires();
106
  String commentaires();
Line 107... Line 107...
107
 
107
 
-
 
108
  /**
-
 
109
   * Translated "Probable".
-
 
110
   * 
-
 
111
   * @return translated "Probable"
-
 
112
   */
-
 
113
  @DefaultStringValue("Probable")
-
 
114
  @Key("confiance_probable")
-
 
115
  String confiance_probable();
-
 
116
 
-
 
117
  /**
-
 
118
   * Translated "Simple Suggestion".
-
 
119
   * 
-
 
120
   * @return translated "Simple Suggestion"
-
 
121
   */
-
 
122
  @DefaultStringValue("Simple Suggestion")
-
 
123
  @Key("confiance_simple_suggestion")
-
 
124
  String confiance_simple_suggestion();
-
 
125
 
-
 
126
  /**
-
 
127
   * Translated "Sur à 100%".
-
 
128
   * 
-
 
129
   * @return translated "Sur à 100%"
-
 
130
   */
-
 
131
  @DefaultStringValue("Sur à 100%")
-
 
132
  @Key("confiance_sur_cent")
-
 
133
  String confiance_sur_cent();
-
 
134
 
108
  /**
135
  /**
109
   * Translated "Contributeur".
136
   * Translated "Contributeur".
110
   * 
137
   * 
111
   * @return translated "Contributeur"
138
   * @return translated "Contributeur"
112
   */
139
   */
Line 140... Line 167...
140
  @DefaultStringValue("Date de derniere validation")
167
  @DefaultStringValue("Date de derniere validation")
141
  @Key("date_validation")
168
  @Key("date_validation")
142
  String date_validation();
169
  String date_validation();
Line 143... Line 170...
143
 
170
 
144
  /**
171
  /**
145
   * 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".
172
   * 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".
146
   * 
173
   * 
147
   * @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"
174
   * @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"
148
   */
175
   */
149
  @DefaultStringValue("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")
176
  @DefaultStringValue("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")
150
  @Key("entrer_mot_clef")
177
  @Key("entrer_mot_clef")
Line 151... Line 178...
151
  String entrer_mot_clef();
178
  String entrer_mot_clef();
152
 
179