Subversion Repositories eFlore/Applications.del

Rev

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

Rev 591 Rev 597
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 {
8
  
8
  
Line 779... Line 779...
779
  @DefaultStringValue("Transmis le")
779
  @DefaultStringValue("Transmis le")
780
  @Key("transmisLe")
780
  @Key("transmisLe")
781
  String transmisLe();
781
  String transmisLe();
Line 782... Line 782...
782
 
782
 
783
  /**
783
  /**
784
   * Translated "Tri ".
784
   * Translated "Tri : ".
785
   * 
785
   * 
786
   * @return translated "Tri "
786
   * @return translated "Tri : "
787
   */
787
   */
788
  @DefaultStringValue("Tri ")
788
  @DefaultStringValue("Tri : ")
789
  @Key("tri")
789
  @Key("tri")
Line 790... Line 790...
790
  String tri();
790
  String tri();
791
 
791