Subversion Repositories eFlore/Applications.del

Rev

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

Rev 210 Rev 223
Line 190... Line 190...
190
			observations.add(observation);
190
			observations.add(observation);
191
		}
191
		}
Line 192... Line 192...
192
 
192
 
Line 193... Line 193...
193
		ajouterVotesAleatoires();
193
		ajouterVotesAleatoires();
194
 
194
 
195
		pourcentagesConfiance.add(I18n.getVocabulary().confiance_simple_suggestion());
195
		pourcentagesConfiance.add(I18n.getVocabulary().confianceSimpleSuggestion());
196
		pourcentagesConfiance.add(I18n.getVocabulary().confiance_probable());
196
		pourcentagesConfiance.add(I18n.getVocabulary().confianceProbable());
Line 197... Line 197...
197
		pourcentagesConfiance.add(I18n.getVocabulary().confiance_sur_cent());
197
		pourcentagesConfiance.add(I18n.getVocabulary().confianceSurCent());
198
	}
198
	}
199
 
199