Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1037 Rev 1070
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 14... Line 14...
14
  @DefaultStringValue("Etes-vous d'accord ? ")
14
  @DefaultStringValue("Etes-vous d'accord ? ")
15
  @Key("EtesVousDaccord")
15
  @Key("EtesVousDaccord")
16
  String EtesVousDaccord();
16
  String EtesVousDaccord();
Line 17... Line 17...
17
 
17
 
-
 
18
  /**
-
 
19
   * Translated "Je ne suis pas d'accord".
-
 
20
   * 
-
 
21
   * @return translated "Je ne suis pas d'accord"
-
 
22
   */
-
 
23
  @DefaultStringValue("Je ne suis pas d'accord")
-
 
24
  @Key("JeNeSuisPasDaccord")
-
 
25
  String JeNeSuisPasDaccord();
-
 
26
 
-
 
27
  /**
-
 
28
   * Translated "Je suis d'accord".
-
 
29
   * 
-
 
30
   * @return translated "Je suis d'accord"
-
 
31
   */
-
 
32
  @DefaultStringValue("Je suis d'accord")
-
 
33
  @Key("JeSuisDaccord")
-
 
34
  String JeSuisDaccord();
-
 
35
 
18
  /**
36
  /**
19
   * Translated "Valider".
37
   * Translated "Valider".
20
   * 
38
   * 
21
   * @return translated "Valider"
39
   * @return translated "Valider"
22
   */
40
   */
Line 410... Line 428...
410
  @DefaultStringValue("Identifié")
428
  @DefaultStringValue("Identifié")
411
  @Key("identifie")
429
  @Key("identifie")
412
  String identifie();
430
  String identifie();
Line 413... Line 431...
413
 
431
 
414
  /**
432
  /**
415
   * Translated "Photos d'eFlore".
433
   * Translated "Photos du Carnet en Ligne".
416
   * 
434
   * 
417
   * @return translated "Photos d'eFlore"
435
   * @return translated "Photos du Carnet en Ligne"
418
   */
436
   */
419
  @DefaultStringValue("Photos d'eFlore")
437
  @DefaultStringValue("Photos du Carnet en Ligne")
420
  @Key("imageEflore")
438
  @Key("imageEflore")
Line 421... Line 439...
421
  String imageEflore();
439
  String imageEflore();
422
 
440