Subversion Repositories eFlore/Applications.del

Compare Revisions

No changes between revisions

Ignore whitespace Rev 28 → Rev 29

/src/org/tela_botanica/del/client/i18n/Messages.java
New file
0,0 → 1,17
package org.tela_botanica.del.client.i18n;
 
/**
* Interface to represent the constants contained in resource bundle:
* 'D:/dev/svn/del/src/org/tela_botanica/del/client/i18n/Messages.properties'.
*/
public interface Messages extends com.google.gwt.i18n.client.Constants {
/**
* Translated "Rechercher le taxon {0}".
*
* @return translated "Rechercher le taxon {0}"
*/
@DefaultStringValue("Rechercher le taxon {0}")
@Key("rechercher_taxon")
String rechercher_taxon();
}
/src/org/tela_botanica/del/client/i18n/Vocabulary.java
New file
0,0 → 1,161
package org.tela_botanica.del.client.i18n;
 
/**
* Interface to represent the constants contained in resource bundle:
* 'D:/dev/svn/del/src/org/tela_botanica/del/client/i18n/Vocabulary.properties'.
*/
public interface Vocabulary extends com.google.gwt.i18n.client.Constants {
/**
* Translated "Valider".
*
* @return translated "Valider"
*/
@DefaultStringValue("Valider")
@Key("accepter")
String accepter();
 
/**
* Translated "Annuler".
*
* @return translated "Annuler"
*/
@DefaultStringValue("Annuler")
@Key("annuler")
String annuler();
 
/**
* Translated "Chargement".
*
* @return translated "Chargement"
*/
@DefaultStringValue("Chargement")
@Key("chargement")
String chargement();
 
/**
* Translated "Date".
*
* @return translated "Date"
*/
@DefaultStringValue("Date")
@Key("date")
String date();
 
/**
* Translated "Entrez un nom de genre ou d'espèce, un nom de commune, un numéro de departement, l'email d'un utilisateur ou un mot-clef".
*
* @return translated "Entrez un nom de genre ou d'espèce, un nom de commune, un numéro de departement, l'email d'un utilisateur ou un mot-clef"
*/
@DefaultStringValue("Entrez un nom de genre ou d'espèce, un nom de commune, un numéro de departement, l'email d'un utilisateur ou un mot-clef")
@Key("entrer_mot_clef")
String entrer_mot_clef();
 
/**
* Translated "Famille".
*
* @return translated "Famille"
*/
@DefaultStringValue("Famille")
@Key("famille")
String famille();
 
/**
* Translated "Localite".
*
* @return translated "Localite"
*/
@DefaultStringValue("Localite")
@Key("localite")
String localite();
 
/**
* Translated "Moyenne".
*
* @return translated "Moyenne"
*/
@DefaultStringValue("Moyenne")
@Key("moyenne")
String moyenne();
 
/**
* Translated "Nom retenu".
*
* @return translated "Nom retenu"
*/
@DefaultStringValue("Nom retenu")
@Key("nom_retenu")
String nom_retenu();
 
/**
* Translated "Nb votes".
*
* @return translated "Nb votes"
*/
@DefaultStringValue("Nb votes")
@Key("nombre_votes")
String nombre_votes();
 
/**
* Translated "non".
*
* @return translated "non"
*/
@DefaultStringValue("non")
@Key("non")
String non();
 
/**
* Translated "Observateur".
*
* @return translated "Observateur"
*/
@DefaultStringValue("Observateur")
@Key("observateur")
String observateur();
 
/**
* Translated "oui".
*
* @return translated "oui"
*/
@DefaultStringValue("oui")
@Key("oui")
String oui();
 
/**
* Translated "Pas de validation actuellement".
*
* @return translated "Pas de validation actuellement"
*/
@DefaultStringValue("Pas de validation actuellement")
@Key("pas_de_validation_actuellement")
String pas_de_validation_actuellement();
 
/**
* Translated "Cliquez ici pour proposer votre validation".
*
* @return translated "Cliquez ici pour proposer votre validation"
*/
@DefaultStringValue("Cliquez ici pour proposer votre validation")
@Key("proposer_validation")
String proposer_validation();
 
/**
* Translated "Rechercher une image".
*
* @return translated "Rechercher une image"
*/
@DefaultStringValue("Rechercher une image")
@Key("rechercher_image")
String rechercher_image();
 
/**
* Translated "Rechercher le taxon ".
*
* @return translated "Rechercher le taxon "
*/
@DefaultStringValue("Rechercher le taxon ")
@Key("rechercher_taxon")
String rechercher_taxon();
}
/src/org/tela_botanica/del/client/i18n/Messages.properties
New file
0,0 → 1,0
rechercher_taxon=Rechercher le taxon {0}
/src/org/tela_botanica/del/client/i18n/Vocabulary.properties
New file
0,0 → 1,18
#sample constant property to be translated in language specific versions of this property file
oui=oui
non=non
accepter=Valider
annuler=Annuler
chargement=Chargement
proposer_validation=Cliquez ici pour proposer votre validation
pas_de_validation_actuellement=Pas de validation actuellement
rechercher_image=Rechercher une image
entrer_mot_clef=Entrez un nom de genre ou d'espèce, un nom de commune, un numéro de departement, l'email d'un utilisateur ou un mot-clef
rechercher_taxon=Rechercher le taxon
moyenne=Moyenne
nombre_votes=Nb votes
observateur=Observateur
nom_retenu=Nom retenu
date=Date
famille=Famille
localite=Localite
/src/org/tela_botanica/del/client/i18n/VocabularyConsumer.java
New file
0,0 → 1,18
package org.tela_botanica.del.client.i18n;
 
import com.google.gwt.core.client.GWT;
 
public class VocabularyConsumer {
public VocabularyConsumer() {
}
 
public static Vocabulary getVocabulary() {
return (Vocabulary) GWT.create(Vocabulary.class);
}
 
public static Messages getMessages() {
return (Messages) GWT.create(Messages.class);
}
 
}
/src/org/tela_botanica/del/client/i18n/Messages_en.properties
--- Vocabulary_en.properties (revision 0)
+++ Vocabulary_en.properties (revision 29)
@@ -0,0 +1,3 @@
+#sample constant property to be translated in language specific versions of this property file
+
+