Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1217 Rev 1254
Line 4... Line 4...
4
 * Interface to represent the constants contained in resource bundle:
4
 * Interface to represent the constants contained in resource bundle:
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
  
-
 
9
	
-
 
10
 /**
-
 
11
   * Translated "Signaler une mauvaise identification".
-
 
12
   * 
-
 
13
   * @return translated "Signaler une mauvaise identification"
-
 
14
   */
-
 
15
  @DefaultStringValue("Signaler une mauvaise identification")
-
 
16
  @Key("signalerIdentification")
-
 
17
  String signalerIdentification();
-
 
18
	  
-
 
19
	  
8
  
20
  /**
9
  /**
21
   * Translated "Etes-vous d'accord ? ".
10
   * Translated "Etes-vous d'accord ? ".
22
   * 
11
   * 
23
   * @return translated "Etes-vous d'accord ? "
12
   * @return translated "Etes-vous d'accord ? "
Line 295... Line 284...
295
  @DefaultStringValue("Êtes vous sur de vouloir supprimer cette détermination ?")
284
  @DefaultStringValue("Êtes vous sur de vouloir supprimer cette détermination ?")
296
  @Key("confirmationSuppressionDetermination")
285
  @Key("confirmationSuppressionDetermination")
297
  String confirmationSuppressionDetermination();
286
  String confirmationSuppressionDetermination();
Line 298... Line 287...
298
 
287
 
-
 
288
  /**
-
 
289
   * Translated "Êtes vous sur de vouloir modifier votre observation pour le nom indiqué par cette proposition ?".
-
 
290
   * 
-
 
291
   * @return translated "Êtes vous sur de vouloir modifier votre observation pour le nom indiqué par cette proposition ?"
-
 
292
   */
-
 
293
  @DefaultStringValue("Êtes vous sur de vouloir modifier votre observation pour le nom indiqué par cette proposition ?")
-
 
294
  @Key("confirmationValidationDetermination")
-
 
295
  String confirmationValidationDetermination();
-
 
296
 
299
  /**
297
  /**
300
   * Translated "Contient les mots".
298
   * Translated "Contient les mots".
301
   * 
299
   * 
302
   * @return translated "Contient les mots"
300
   * @return translated "Contient les mots"
303
   */
301
   */
Line 1042... Line 1040...
1042
  @DefaultStringValue("Se déconnecter")
1040
  @DefaultStringValue("Se déconnecter")
1043
  @Key("seDeconnecter")
1041
  @Key("seDeconnecter")
1044
  String seDeconnecter();
1042
  String seDeconnecter();
Line 1045... Line 1043...
1045
 
1043
 
-
 
1044
  /**
-
 
1045
   * Translated "Signaler une mauvaise identification".
-
 
1046
   * 
-
 
1047
   * @return translated "Signaler une mauvaise identification"
-
 
1048
   */
-
 
1049
  @DefaultStringValue("Signaler une mauvaise identification")
-
 
1050
  @Key("signalerIdentification")
-
 
1051
  String signalerIdentification();
-
 
1052
 
1046
  /**
1053
  /**
1047
   * Translated "Station".
1054
   * Translated "Station".
1048
   * 
1055
   * 
1049
   * @return translated "Station"
1056
   * @return translated "Station"
1050
   */
1057
   */