[PLUGINS] +maj gis4
[lhc/web/www.git] / www / plugins / gis / lang / gis_en.php
index 71c3699..448ca41 100644 (file)
@@ -3,7 +3,9 @@
 // extrait automatiquement de http://trad.spip.net/tradlang_module/gis?lang_cible=en
 // ** ne pas modifier le fichier **
 
-if (!defined('_ECRIRE_INC_VERSION')) return;
+if (!defined('_ECRIRE_INC_VERSION')) {
+       return;
+}
 
 $GLOBALS[$GLOBALS['idx_lang']] = array(
 
@@ -17,12 +19,12 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        'bouton_supprimer_lien' => 'Remove this link',
 
        // C
-       'cfg_descr_gis' => 'Geographic Information System.<br /><a href="http://www.spip-contrib.net/3887" class="spip_out">Link to the documentation</a>.',
+       'cfg_descr_gis' => 'Geographic Information System.<br /><a href="http://contrib.spip.net/4189" class="spip_out">Link to the documentation</a>.',
        'cfg_inf_adresse' => 'Displays additional address fields (country, city, state, address ...)',
        'cfg_inf_bing' => 'The Bing Aerial layer needs a key you can create on <a href=\'@url@\' class="spip_out">the Bing website</a>.',
        'cfg_inf_cloudmade' => 'This API needs a key you can create on <a href=\'@url@\' class="spip_out">the CloudMade website</a>.',
        'cfg_inf_geocoder' => 'Enable geocoder functions (search from an address, recovery of the address from the coordinates).',
-       'cfg_inf_geolocaliser_user_html5' => 'If the user\'s browser allows it, its approximate geographic location is retrieved to give the default position when creating a new point.',
+       'cfg_inf_geolocaliser_user_html5' => 'If the users browser allows it, its approximate geographic location is retrieved to give the default position when creating a new point.',
        'cfg_inf_google' => 'This API needs a key you can create on <a href=\'@url@\' class="spip_out">the GoogleMaps website</a>.',
        'cfg_inf_yandex' => 'This API needs a key you can create on <a href=\'@url@\' class="spip_out">the yandex website</a>.',
        'cfg_lbl_activer_objets' => 'Enable geotagging of content:',
@@ -49,13 +51,13 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        'cfg_lbl_maptype_hybride' => 'Hybrid',
        'cfg_lbl_maptype_relief' => 'Relief',
        'cfg_lbl_maptype_satellite' => 'Satellite',
-       'cfg_titre_gis' => 'GIS',
+       'cfg_titre_gis' => 'GIS configuration',
 
        // E
        'editer_gis_editer' => 'Edit this point',
-       'editer_gis_explication' => 'This page lists the whole location-based points of the website.',
        'editer_gis_nouveau' => 'Create a new point',
        'editer_gis_titre' => 'The location-based points',
+       'erreur_geocoder' => 'No results for your search:',
        'erreur_recherche_pas_resultats' => 'No point corresponds to the searched text.',
        'erreur_xmlrpc_lat_lon' => 'Latitude and longitude should be set as arguments',
        'explication_api_forcee' => 'The is imposed by another plugin or skeleton.',
@@ -64,8 +66,8 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        'explication_maptype_force' => 'The base map is imposed by another plugin or skeleton.',
 
        // F
-       'formulaire_creer_gis' => 'Create a new location-based point :',
-       'formulaire_modifier_gis' => 'Modify the location-based point :',
+       'formulaire_creer_gis' => 'Create a new location-based point:',
+       'formulaire_modifier_gis' => 'Modify the location-based point:',
 
        // G
        'gis_pluriel' => 'Location-based points',
@@ -91,7 +93,9 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
 
        // L
        'label_adress' => 'Address',
+       'label_code_pays' => 'Country code',
        'label_code_postal' => 'Postal code',
+       'label_departement' => 'Department',
        'label_import' => 'Import',
        'label_inserer_modele_articles' => 'linked to articles',
        'label_inserer_modele_articles_sites' => 'linked to articles + websites',
@@ -130,7 +134,7 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        'label_region' => 'Region',
        'label_ville' => 'Town',
        'lat' => 'Latitude',
-       'libelle_logo_gis' => 'POINT\\\'S LOGO',
+       'libelle_logo_gis' => 'POINT\\S LOGO',
        'lien_ajouter_gis' => 'Add this point',
        'lon' => 'Longitude',
 
@@ -148,6 +152,19 @@ $GLOBALS[$GLOBALS['idx_lang']] = array(
        'titre_nombre_utilisations' => '@nb@ uses',
        'titre_nouveau_point' => 'New point',
        'titre_objet' => 'Title',
+       'toolbar_actions_title' => 'Cancel the drawing',
+       'toolbar_buttons_marker' => 'Plot a point',
+       'toolbar_buttons_polygon' => 'Draw a polygon',
+       'toolbar_buttons_polyline' => 'Draw a line',
+       'toolbar_handlers_marker_tooltip_start' => 'Click to set marker',
+       'toolbar_handlers_polygon_tooltip_cont' => 'Click to continue drawing the polygon',
+       'toolbar_handlers_polygon_tooltip_end' => 'Click the first point to close the polygon',
+       'toolbar_handlers_polygon_tooltip_start' => 'Click to start drawing the polygon',
+       'toolbar_handlers_polyline_tooltip_cont' => 'Click to continue to draw the line',
+       'toolbar_handlers_polyline_tooltip_end' => 'Click the last point to end line',
+       'toolbar_handlers_polyline_tooltip_start' => 'Click to start drawing the line',
+       'toolbar_undo_text' => 'Delete last point',
+       'toolbar_undo_title' => 'Delete last point drawn',
 
        // Z
        'zoom' => 'Zoom'