Subversion Repositories eFlore/Applications.cel

Rev

Rev 3240 | Rev 3249 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3240 Rev 3248
Line 111... Line 111...
111
 
111
 
112
 
112
 
113
	private function executerSaisie() {
113
	private function executerSaisie() {
-
 
114
		$retour = array();
-
 
115
		$retour['squelette'] = 'saisie';
114
		$retour = array();
116
		$retour['donnees']['general'] = I18n::get('General');
115
		$retour['squelette'] = 'saisie';
117
		$retour['donnees']['aide'] = I18n::get('Aide');
116
		$retour['donnees']['observateur'] = I18n::get('Observateur');
118
		$retour['donnees']['observateur'] = I18n::get('Observateur');
117
        $retour['donnees']['observation'] = I18n::get('Observation');
119
		$retour['donnees']['observation'] = I18n::get('Observation');
118
        $retour['donnees']['image'] = I18n::get('Image');
120
		$retour['donnees']['image'] = I18n::get('Image');