Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1214 Rev 1217
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 {
Line 583... Line 583...
583
  @DefaultStringValue("Choisir un protocole")
583
  @DefaultStringValue("Choisir un protocole")
584
  @Key("labelProtocole")
584
  @Key("labelProtocole")
585
  String labelProtocole();
585
  String labelProtocole();
Line 586... Line 586...
586
 
586
 
587
  /**
587
  /**
588
   * Translated "Soumettez au réseau une image à déterminer \n Si vous avez déjà un carnet en ligne, ajoutez votre observation dans le projet \"Adeterminer\"".
588
   * Translated "Soumettez au réseau une image à déterminer \n Si vous avez déjà un carnet en ligne, ajoutez votre observation dans le projet \"aDeterminer\"".
589
   * 
589
   * 
590
   * @return translated "Soumettez au réseau une image à déterminer \n Si vous avez déjà un carnet en ligne, ajoutez votre observation dans le projet \"Adeterminer\""
590
   * @return translated "Soumettez au réseau une image à déterminer \n Si vous avez déjà un carnet en ligne, ajoutez votre observation dans le projet \"aDeterminer\""
591
   */
591
   */
592
  @DefaultStringValue("Soumettez au réseau une image à déterminer \n Si vous avez déjà un carnet en ligne, ajoutez votre observation dans le projet \"Adeterminer\"")
592
  @DefaultStringValue("Soumettez au réseau une image à déterminer \n Si vous avez déjà un carnet en ligne, ajoutez votre observation dans le projet \"aDeterminer\"")
593
  @Key("legendeAjouterObservation")
593
  @Key("legendeAjouterObservation")
Line 594... Line 594...
594
  String legendeAjouterObservation();
594
  String legendeAjouterObservation();
595
 
595
 
Line 628... Line 628...
628
  @DefaultStringValue("http://www.tela-botanica.org/widget:cel:saisie?tag-img=aDeterminer&tag-obs=aDeterminer ")
628
  @DefaultStringValue("http://www.tela-botanica.org/widget:cel:saisie?tag-img=aDeterminer&tag-obs=aDeterminer ")
629
  @Key("lienAppliSaisie")
629
  @Key("lienAppliSaisie")
630
  String lienAppliSaisie();
630
  String lienAppliSaisie();
Line 631... Line 631...
631
 
631
 
-
 
632
  /**
-
 
633
   * Translated "http://www.tela-botanica.org/widget:cel:saisie?tag-img={projet}&tag-obs={projet}".
-
 
634
   * 
-
 
635
   * @return translated "http://www.tela-botanica.org/widget:cel:saisie?tag-img={projet}&tag-obs={projet}"
-
 
636
   */
-
 
637
  @DefaultStringValue("http://www.tela-botanica.org/widget:cel:saisie?tag-img={projet}&tag-obs={projet}")
-
 
638
  @Key("lienAppliSaisieProjetUrl")
-
 
639
  String lienAppliSaisieProjetUrl();
-
 
640
 
632
  /**
641
  /**
633
   * Translated "Lieu-dit".
642
   * Translated "Lieu-dit".
634
   * 
643
   * 
635
   * @return translated "Lieu-dit"
644
   * @return translated "Lieu-dit"
636
   */
645
   */