Subversion Repositories eFlore/Applications.del

Rev

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

Rev 1537 Rev 1548
Line 1461... Line 1461...
1461
   * @return translated "Vous"
1461
   * @return translated "Vous"
1462
   */
1462
   */
1463
  @DefaultStringValue("Vous")
1463
  @DefaultStringValue("Vous")
1464
  @Key("vous")
1464
  @Key("vous")
1465
  String vous();
1465
  String vous();
-
 
1466
  
-
 
1467
  /**
-
 
1468
   * Translated "aideLiaisonMotCle".
-
 
1469
   * 
-
 
1470
   * @return translated "aideLiaisonMotCle"
-
 
1471
   */
-
 
1472
  @DefaultStringValue("aideLiaisonMotCle")
-
 
1473
  @Key("Aide liaison mot-clés")
-
 
1474
  String aideLiaisonMotCle();
1466
}
1475
}