Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1104 Rev 1152
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
 * 	'/opt/www/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 50... Line 50...
50
  @DefaultStringValue("Afficher")
50
  @DefaultStringValue("Afficher")
51
  @Key("afficher")
51
  @Key("afficher")
52
  String afficher();
52
  String afficher();
Line 53... Line 53...
53
 
53
 
-
 
54
  /**
-
 
55
   * Translated "Saisissez des mots clés pour décrire l'image".
-
 
56
   * 
-
 
57
   * @return translated "Saisissez des mots clés pour décrire l'image"
-
 
58
   */
-
 
59
  @DefaultStringValue("Saisissez des mots clés pour décrire l'image")
-
 
60
  @Key("aideSaisieMotCle")
-
 
61
  String aideSaisieMotCle();
-
 
62
 
54
  /**
63
  /**
55
   * Translated "Ajouter un commentaire".
64
   * Translated "Ajouter un commentaire".
56
   * 
65
   * 
57
   * @return translated "Ajouter un commentaire"
66
   * @return translated "Ajouter un commentaire"
58
   */
67
   */
Line 662... Line 671...
662
  @DefaultStringValue("Mots-clés")
671
  @DefaultStringValue("Mots-clés")
663
  @Key("motsClefs")
672
  @Key("motsClefs")
664
  String motsClefs();
673
  String motsClefs();
Line 665... Line 674...
665
 
674
 
-
 
675
  /**
-
 
676
   * Translated "Mots Clés".
-
 
677
   * 
-
 
678
   * @return translated "Mots Clés"
-
 
679
   */
-
 
680
  @DefaultStringValue("Mots Clés")
-
 
681
  @Key("motsCles")
-
 
682
  String motsCles();
-
 
683
 
666
  /**
684
  /**
667
   * Translated "Moyenne".
685
   * Translated "Moyenne".
668
   * 
686
   * 
669
   * @return translated "Moyenne"
687
   * @return translated "Moyenne"
670
   */
688
   */
Line 1112... Line 1130...
1112
  @DefaultStringValue("Voir la date, le lieu et l'auteur de l'image")
1130
  @DefaultStringValue("Voir la date, le lieu et l'auteur de l'image")
1113
  @Key("voirMetadonnees")
1131
  @Key("voirMetadonnees")
1114
  String voirMetadonnees();
1132
  String voirMetadonnees();
Line 1115... Line 1133...
1115
 
1133
 
-
 
1134
  /**
-
 
1135
   * Translated "Voir et modifier les mots clés associés à l'image".
-
 
1136
   * 
-
 
1137
   * @return translated "Voir et modifier les mots clés associés à l'image"
-
 
1138
   */
-
 
1139
  @DefaultStringValue("Voir et modifier les mots clés associés à l'image")
-
 
1140
  @Key("voirMotsCles")
-
 
1141
  String voirMotsCles();
-
 
1142
 
1116
  /**
1143
  /**
1117
   * Translated "Vote modifié".
1144
   * Translated "Vote modifié".
1118
   * 
1145
   * 
1119
   * @return translated "Vote modifié"
1146
   * @return translated "Vote modifié"
1120
   */
1147
   */