Subversion Repositories eFlore/Applications.del

Rev

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

Rev 44 Rev 57
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/benjamin/Documents/dev/workspaces/exchangeformat/del/src/org/tela_botanica/del/client/i18n/Vocabulary.properties'.
5
 * 	'D:/dev/svn/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 50... Line 50...
50
  @DefaultStringValue("Date")
50
  @DefaultStringValue("Date")
51
  @Key("date")
51
  @Key("date")
52
  String date();
52
  String date();
Line 53... Line 53...
53
 
53
 
54
  /**
54
  /**
55
   * Translated "\"Date d'observation\"".
55
   * Translated "Date d'observation".
56
   * 
56
   * 
57
   * @return translated "\"Date d'observation\""
57
   * @return translated "Date d'observation"
58
   */
58
   */
59
  @DefaultStringValue("\"Date d'observation\"")
59
  @DefaultStringValue("Date d'observation")
60
  @Key("date_observation")
60
  @Key("date_observation")
Line 61... Line 61...
61
  String date_observation();
61
  String date_observation();
62
 
62
 
Line 77... Line 77...
77
  @DefaultStringValue("Famille")
77
  @DefaultStringValue("Famille")
78
  @Key("famille")
78
  @Key("famille")
79
  String famille();
79
  String famille();
Line 80... Line 80...
80
 
80
 
-
 
81
  /**
-
 
82
   * Translated "Photos d'eFlore".
-
 
83
   * 
-
 
84
   * @return translated "Photos d'eFlore"
-
 
85
   */
-
 
86
  @DefaultStringValue("Photos d'eFlore")
-
 
87
  @Key("image_eflore")
-
 
88
  String image_eflore();
-
 
89
 
81
  /**
90
  /**
82
   * Translated "Localite".
91
   * Translated "Localite".
83
   * 
92
   * 
84
   * @return translated "Localite"
93
   * @return translated "Localite"
85
   */
94
   */
Line 183... Line 192...
183
   * @return translated "Rechercher le taxon "
192
   * @return translated "Rechercher le taxon "
184
   */
193
   */
185
  @DefaultStringValue("Rechercher le taxon ")
194
  @DefaultStringValue("Rechercher le taxon ")
186
  @Key("rechercher_taxon")
195
  @Key("rechercher_taxon")
187
  String rechercher_taxon();
196
  String rechercher_taxon();
-
 
197
 
-
 
198
  /**
-
 
199
   * Translated "Taxon a determiner".
-
 
200
   * 
-
 
201
   * @return translated "Taxon a determiner"
-
 
202
   */
-
 
203
  @DefaultStringValue("Taxon a determiner")
-
 
204
  @Key("taxon_a_determiner")
-
 
205
  String taxon_a_determiner();
188
}
206
}