Subversion Repositories eFlore/Applications.cel

Rev

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

Rev 2568 Rev 2627
Line 1... Line 1...
1
package org.tela_botanica.client.vues.observation;
1
package org.tela_botanica.client.vues.observation;
Line 2... Line 2...
2
 
2
 
3
import org.tela_botanica.client.cel2;
3
import org.tela_botanica.client.i18n.Msg;
4
import org.tela_botanica.client.interfaces.Rafraichissable;
4
import org.tela_botanica.client.interfaces.Rafraichissable;
5
import org.tela_botanica.client.modeles.objets.EntiteGeographiqueObservation;
5
import org.tela_botanica.client.modeles.objets.EntiteGeographiqueObservation;
6
import org.tela_botanica.client.observation.ObservationMediateur;
6
import org.tela_botanica.client.observation.ObservationMediateur;
Line 49... Line 49...
49
	String codeLoc = "";
49
	String codeLoc = "";
50
	String pays = "";
50
	String pays = "";
Line 51... Line 51...
51
 
51
 
Line 52... Line 52...
52
	int niveauZoom = 6;
52
	int niveauZoom = 6;
53
 
-
 
Line 54... Line 53...
54
	Label panneauExplication = new Label(
53
 
55
			"Précisez le lieu de votre observation et cliquez sur OK. Les coordonnées sont données en degrés décimaux, comptés positivement vers le Nord pour la latitude, et vers l'Est pour la longitude");
54
	Label panneauExplication = new Label(Msg.get("explication-panneau-carto"));
Line 56... Line 55...
56
 
55