Subversion Repositories eFlore/Applications.del

Rev

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

Rev 962 Rev 963
Line 230... Line 230...
230
  @DefaultStringValue("Courriel")
230
  @DefaultStringValue("Courriel")
231
  @Key("courriel")
231
  @Key("courriel")
232
  String courriel();
232
  String courriel();
Line 233... Line 233...
233
 
233
 
234
  /**
234
  /**
235
   * Translated "Date (jj/mm/aaaa) ou aaaa".
235
   * Translated "Date (jj/mm/aaaa ou aaaa)".
236
   * 
236
   * 
237
   * @return translated "Date (jj/mm/aaaa) ou aaaa"
237
   * @return translated "Date (jj/mm/aaaa ou aaaa)"
238
   */
238
   */
239
  @DefaultStringValue("Date (jj/mm/aaaa) ou aaaa")
239
  @DefaultStringValue("Date (jj/mm/aaaa ou aaaa)")
240
  @Key("date")
240
  @Key("date")
Line 241... Line 241...
241
  String date();
241
  String date();
242
 
242