Subversion Repositories eFlore/Applications.del

Rev

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

Rev 973 Rev 980
Line 5... Line 5...
5
 * 	'/home/aurelien/web/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
 */
7
public interface Vocabulary extends com.google.gwt.i18n.client.Constants {
7
public interface Vocabulary extends com.google.gwt.i18n.client.Constants {
Line 8... Line 8...
8
  
8
  
-
 
9
  /**
-
 
10
   * Translated "Etes-vous d'accord ? ".
-
 
11
   * 
-
 
12
   * @return translated "Etes-vous d'accord ? "
-
 
13
   */
-
 
14
  @DefaultStringValue("Etes-vous d'accord ? ")
-
 
15
  @Key("EtesVousDaccord")
-
 
16
  String EtesVousDaccord();
-
 
17
 
9
  /**
18
  /**
10
   * Translated "Valider".
19
   * Translated "Valider".
11
   * 
20
   * 
12
   * @return translated "Valider"
21
   * @return translated "Valider"
13
   */
22
   */
Line 203... Line 212...
203
  @DefaultStringValue("Sûr à 100%")
212
  @DefaultStringValue("Sûr à 100%")
204
  @Key("confianceSurCent")
213
  @Key("confianceSurCent")
205
  String confianceSurCent();
214
  String confianceSurCent();
Line 206... Line 215...
206
 
215
 
-
 
216
  /**
-
 
217
   * Translated "Êtes vous sur de vouloir supprimer ce commentaire ?".
-
 
218
   * 
-
 
219
   * @return translated "Êtes vous sur de vouloir supprimer ce commentaire ?"
-
 
220
   */
-
 
221
  @DefaultStringValue("Êtes vous sur de vouloir supprimer ce commentaire ?")
-
 
222
  @Key("confirmationSuppressionCommentaire")
-
 
223
  String confirmationSuppressionCommentaire();
-
 
224
 
-
 
225
  /**
-
 
226
   * Translated "Êtes vous sur de vouloir supprimer cette détermination ?".
-
 
227
   * 
-
 
228
   * @return translated "Êtes vous sur de vouloir supprimer cette détermination ?"
-
 
229
   */
-
 
230
  @DefaultStringValue("Êtes vous sur de vouloir supprimer cette détermination ?")
-
 
231
  @Key("confirmationSuppressionDetermination")
-
 
232
  String confirmationSuppressionDetermination();
-
 
233
 
207
  /**
234
  /**
208
   * Translated "Contient les mots".
235
   * Translated "Contient les mots".
209
   * 
236
   * 
210
   * @return translated "Contient les mots"
237
   * @return translated "Contient les mots"
211
   */
238
   */