Subversion Repositories eFlore/Applications.del

Rev

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

Rev 423 Rev 431
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/greg/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
 */
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 14... Line 14...
14
  @DefaultStringValue("Valider")
14
  @DefaultStringValue("Valider")
15
  @Key("accepter")
15
  @Key("accepter")
16
  String accepter();
16
  String accepter();
Line 17... Line 17...
17
 
17
 
-
 
18
  /**
-
 
19
   * Translated "Afficher".
-
 
20
   * 
-
 
21
   * @return translated "Afficher"
-
 
22
   */
-
 
23
  @DefaultStringValue("Afficher")
-
 
24
  @Key("afficher")
-
 
25
  String afficher();
-
 
26
 
18
  /**
27
  /**
19
   * Translated "Annuler".
28
   * Translated "Annuler".
20
   * 
29
   * 
21
   * @return translated "Annuler"
30
   * @return translated "Annuler"
22
   */
31
   */
Line 194... Line 203...
194
  @DefaultStringValue("Departement")
203
  @DefaultStringValue("Departement")
195
  @Key("departement")
204
  @Key("departement")
196
  String departement();
205
  String departement();
Line 197... Line 206...
197
 
206
 
-
 
207
  /**
-
 
208
   * Translated "éléments par page".
-
 
209
   * 
-
 
210
   * @return translated "éléments par page"
-
 
211
   */
-
 
212
  @DefaultStringValue("éléments par page")
-
 
213
  @Key("elements_par_page")
-
 
214
  String elements_par_page();
-
 
215
 
198
  /**
216
  /**
199
   * Translated "Entrez un nom de genre ou d'espèce, un nom de commune, un numéro de département, l'email d'un utilisateur ou un mot-clef".
217
   * Translated "Entrez un nom de genre ou d'espèce, un nom de commune, un numéro de département, l'email d'un utilisateur ou un mot-clef".
200
   * 
218
   * 
201
   * @return translated "Entrez un nom de genre ou d'espèce, un nom de commune, un numéro de département, l'email d'un utilisateur ou un mot-clef"
219
   * @return translated "Entrez un nom de genre ou d'espèce, un nom de commune, un numéro de département, l'email d'un utilisateur ou un mot-clef"
202
   */
220
   */