Subversion Repositories eFlore/Applications.del

Rev

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

Rev 564 Rev 578
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/greg/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 275... Line 275...
275
  @DefaultStringValue("Recherchez par espèce, genre, famille, numéro ou nom de département, commune, auteur ou mot-clé.")
275
  @DefaultStringValue("Recherchez par espèce, genre, famille, numéro ou nom de département, commune, auteur ou mot-clé.")
276
  @Key("entrerMotClef")
276
  @Key("entrerMotClef")
277
  String entrerMotClef();
277
  String entrerMotClef();
Line 278... Line 278...
278
 
278
 
279
  /**
279
  /**
280
   * Translated "Famille".
280
   * Translated "Famille (Latin)".
281
   * 
281
   * 
282
   * @return translated "Famille"
282
   * @return translated "Famille (Latin)"
283
   */
283
   */
284
  @DefaultStringValue("Famille")
284
  @DefaultStringValue("Famille (Latin)")
285
  @Key("famille")
285
  @Key("famille")
Line 286... Line 286...
286
  String famille();
286
  String famille();
287
 
287
 
Line 599... Line 599...
599
  @DefaultStringValue("oui")
599
  @DefaultStringValue("oui")
600
  @Key("oui")
600
  @Key("oui")
601
  String oui();
601
  String oui();
Line 602... Line 602...
602
 
602
 
-
 
603
  /**
-
 
604
   * Translated "par".
-
 
605
   * 
-
 
606
   * @return translated "par"
-
 
607
   */
-
 
608
  @DefaultStringValue("par")
-
 
609
  @Key("par")
-
 
610
  String par();
-
 
611
 
603
  /**
612
  /**
604
   * Translated "Prénom".
613
   * Translated "Prénom".
605
   * 
614
   * 
606
   * @return translated "Prénom"
615
   * @return translated "Prénom"
607
   */
616
   */
Line 653... Line 662...
653
  @DefaultStringValue("Identification automatique")
662
  @DefaultStringValue("Identification automatique")
654
  @Key("protocoleIdentificationAuto")
663
  @Key("protocoleIdentificationAuto")
655
  String protocoleIdentificationAuto();
664
  String protocoleIdentificationAuto();
Line 656... Line 665...
656
 
665
 
-
 
666
  /**
-
 
667
   * Translated "Publiée le".
-
 
668
   * 
-
 
669
   * @return translated "Publiée le"
-
 
670
   */
-
 
671
  @DefaultStringValue("Publiée le")
-
 
672
  @Key("publiee")
-
 
673
  String publiee();
-
 
674
 
657
  /**
675
  /**
658
   * Translated "Recherche avancée".
676
   * Translated "Recherche avancée".
659
   * 
677
   * 
660
   * @return translated "Recherche avancée"
678
   * @return translated "Recherche avancée"
661
   */
679
   */
Line 734... Line 752...
734
  @DefaultStringValue("Tag")
752
  @DefaultStringValue("Tag")
735
  @Key("tag")
753
  @Key("tag")
736
  String tag();
754
  String tag();
Line 737... Line 755...
737
 
755
 
738
  /**
756
  /**
739
   * Translated "Taxon".
757
   * Translated "Espèce".
740
   * 
758
   * 
741
   * @return translated "Taxon"
759
   * @return translated "Espèce"
742
   */
760
   */
743
  @DefaultStringValue("Taxon")
761
  @DefaultStringValue("Espèce")
744
  @Key("taxon")
762
  @Key("taxon")
Line 745... Line 763...
745
  String taxon();
763
  String taxon();
746
 
764