Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 672 → Rev 673

/trunk/src/org/tela_botanica/del/client/composants/votes/barrerepartition/BarreRepartitionVoteVue.ui.xml
12,7 → 12,7
<g:HTMLPanel ui:field="barreNon" styleName="{style.barreNon} droite"/>
</g:HTMLPanel>
<g:PushButton ui:field="boutonOui" text="+" styleName="{style.boutonOui}"/>
<g:HTMLPanel ui:field="votePrisEnCompte"><g:Label>Vote pris en compte</g:Label></g:HTMLPanel>
<g:HTMLPanel ui:field="votePrisEnCompte"><g:Label text="{constants.votePrisEnCompte}"></g:Label></g:HTMLPanel>
</g:HTMLPanel>
</g:HTMLPanel>
</ui:UiBinder>
/trunk/src/org/tela_botanica/del/client/i18n/Vocabulary.properties
44,6 → 44,7
aucunResultat = Aucun resultat trouvé
par = par
publiee = Publiée le
votePrisEnCompte = Vote pris en compte
 
#ecran recherche image
rechercherImage = Rechercher une image
/trunk/src/org/tela_botanica/del/client/i18n/Vocabulary.java
907,6 → 907,15
String voirFicheIndividu();
 
/**
* Translated "Vote pris en compte".
*
* @return translated "Vote pris en compte"
*/
@DefaultStringValue("Vote pris en compte")
@Key("votePrisEnCompte")
String votePrisEnCompte();
 
/**
* Translated "Moyenne des votes".
*
* @return translated "Moyenne des votes"