448ca4133bd1263d6fbca83cbb20ecfc9d37f6cf
[lhc/web/www.git] / www / plugins / gis / lang / gis_en.php
1 <?php
2 // This is a SPIP language file -- Ceci est un fichier langue de SPIP
3 // extrait automatiquement de http://trad.spip.net/tradlang_module/gis?lang_cible=en
4 // ** ne pas modifier le fichier **
5
6 if (!defined('_ECRIRE_INC_VERSION')) {
7 return;
8 }
9
10 $GLOBALS[$GLOBALS['idx_lang']] = array(
11
12 // A
13 'aucun_gis' => 'No point',
14 'aucun_objet' => 'No object',
15
16 // B
17 'bouton_lier' => 'Link this point',
18 'bouton_supprimer_gis' => 'Delete this point permanently',
19 'bouton_supprimer_lien' => 'Remove this link',
20
21 // C
22 'cfg_descr_gis' => 'Geographic Information System.<br /><a href="http://contrib.spip.net/4189" class="spip_out">Link to the documentation</a>.',
23 'cfg_inf_adresse' => 'Displays additional address fields (country, city, state, address ...)',
24 'cfg_inf_bing' => 'The Bing Aerial layer needs a key you can create on <a href=\'@url@\' class="spip_out">the Bing website</a>.',
25 'cfg_inf_cloudmade' => 'This API needs a key you can create on <a href=\'@url@\' class="spip_out">the CloudMade website</a>.',
26 'cfg_inf_geocoder' => 'Enable geocoder functions (search from an address, recovery of the address from the coordinates).',
27 '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.',
28 'cfg_inf_google' => 'This API needs a key you can create on <a href=\'@url@\' class="spip_out">the GoogleMaps website</a>.',
29 'cfg_inf_yandex' => 'This API needs a key you can create on <a href=\'@url@\' class="spip_out">the yandex website</a>.',
30 'cfg_lbl_activer_objets' => 'Enable geotagging of content:',
31 'cfg_lbl_adresse' => 'Show address fields',
32 'cfg_lbl_api' => 'Geolocation API',
33 'cfg_lbl_api_cloudmade' => 'CloudMade',
34 'cfg_lbl_api_google' => 'Google Maps v2',
35 'cfg_lbl_api_googlev3' => 'Google Maps v3',
36 'cfg_lbl_api_key_bing' => 'Bing key',
37 'cfg_lbl_api_key_cloudmade' => 'CloudMade API key',
38 'cfg_lbl_api_key_google' => 'GoogleMaps API key',
39 'cfg_lbl_api_key_yandex' => 'Yandex API key',
40 'cfg_lbl_api_mapquest' => 'MapQuest',
41 'cfg_lbl_api_microsoft' => 'Microsoft Bing',
42 'cfg_lbl_api_openlayers' => 'OpenLayers',
43 'cfg_lbl_api_ovi' => 'Ovi Nokia',
44 'cfg_lbl_api_yandex' => 'Yandex',
45 'cfg_lbl_geocoder' => 'Geocoder',
46 'cfg_lbl_geolocaliser_user_html5' => 'Center the map on the location of the user at the creation step',
47 'cfg_lbl_layer_defaut' => 'Default layer',
48 'cfg_lbl_layers' => 'Proposed layers',
49 'cfg_lbl_maptype' => 'Base map',
50 'cfg_lbl_maptype_carte' => 'Map',
51 'cfg_lbl_maptype_hybride' => 'Hybrid',
52 'cfg_lbl_maptype_relief' => 'Relief',
53 'cfg_lbl_maptype_satellite' => 'Satellite',
54 'cfg_titre_gis' => 'GIS configuration',
55
56 // E
57 'editer_gis_editer' => 'Edit this point',
58 'editer_gis_nouveau' => 'Create a new point',
59 'editer_gis_titre' => 'The location-based points',
60 'erreur_geocoder' => 'No results for your search:',
61 'erreur_recherche_pas_resultats' => 'No point corresponds to the searched text.',
62 'erreur_xmlrpc_lat_lon' => 'Latitude and longitude should be set as arguments',
63 'explication_api_forcee' => 'The is imposed by another plugin or skeleton.',
64 'explication_import' => 'Import a file in GPX or KML format.',
65 'explication_layer_forcee' => 'The layer is imposed by another plugin or skeleton.',
66 'explication_maptype_force' => 'The base map is imposed by another plugin or skeleton.',
67
68 // F
69 'formulaire_creer_gis' => 'Create a new location-based point:',
70 'formulaire_modifier_gis' => 'Modify the location-based point:',
71
72 // G
73 'gis_pluriel' => 'Location-based points',
74 'gis_singulier' => 'Location-based point',
75
76 // I
77 'icone_gis_tous' => 'Location-based points',
78 'info_1_gis' => 'A location-based point',
79 'info_1_objet_gis' => '1 object linked to that point',
80 'info_aucun_gis' => 'No location-based point',
81 'info_aucun_objet_gis' => 'No object linked to that point',
82 'info_geolocalisation' => 'Geolocation',
83 'info_id_objet' => 'N°',
84 'info_liste_gis' => 'Location-based points',
85 'info_nb_gis' => '@nb@ location-based points',
86 'info_nb_objets_gis' => '@nb@ objects linked to that point',
87 'info_numero_gis' => 'Point number',
88 'info_objet' => 'Object',
89 'info_recherche_gis_zero' => 'No result for « @cherche_gis@ ».',
90 'info_supprimer_lien' => 'Unlink',
91 'info_supprimer_liens' => 'Unlink all the points',
92 'info_voir_fiche_objet' => 'Go to page',
93
94 // L
95 'label_adress' => 'Address',
96 'label_code_pays' => 'Country code',
97 'label_code_postal' => 'Postal code',
98 'label_departement' => 'Department',
99 'label_import' => 'Import',
100 'label_inserer_modele_articles' => 'linked to articles',
101 'label_inserer_modele_articles_sites' => 'linked to articles + websites',
102 'label_inserer_modele_auteurs' => 'linked to authors',
103 'label_inserer_modele_centrer_auto' => 'No automatic centring',
104 'label_inserer_modele_centrer_fichier' => 'Do not center the map on the KLM/GPX files',
105 'label_inserer_modele_controle' => 'Hide controls',
106 'label_inserer_modele_controle_type' => 'Hide types',
107 'label_inserer_modele_description' => 'Description',
108 'label_inserer_modele_documents' => 'linked to documents',
109 'label_inserer_modele_echelle' => 'Scale',
110 'label_inserer_modele_fullscreen' => 'Full screen button',
111 'label_inserer_modele_gpx' => 'GPX file to overlay',
112 'label_inserer_modele_hauteur_carte' => 'Map height',
113 'label_inserer_modele_identifiant' => 'ID',
114 'label_inserer_modele_identifiant_opt' => 'ID (optionnal)',
115 'label_inserer_modele_identifiant_placeholder' => 'id_gis',
116 'label_inserer_modele_kml' => 'KML files to overlay',
117 'label_inserer_modele_kml_gpx' => 'id_document or url',
118 'label_inserer_modele_largeur_carte' => 'Map width',
119 'label_inserer_modele_limite' => 'Maximum number of points',
120 'label_inserer_modele_localiser_visiteur' => 'Center on the visitor',
121 'label_inserer_modele_mini_carte' => 'Mini situation map',
122 'label_inserer_modele_molette' => 'Disable the scroll wheel',
123 'label_inserer_modele_mots' => 'Linked to words',
124 'label_inserer_modele_objets' => 'Point(s) category',
125 'label_inserer_modele_point_gis' => 'single point recorded',
126 'label_inserer_modele_point_libre' => 'free single point',
127 'label_inserer_modele_points' => 'Hide points',
128 'label_inserer_modele_rubriques' => 'linked to sections',
129 'label_inserer_modele_sites' => 'linked to websites',
130 'label_inserer_modele_titre_carte' => 'Map title',
131 'label_pays' => 'Country',
132 'label_rechercher_address' => 'Search for an address',
133 'label_rechercher_point' => 'Search for a point',
134 'label_region' => 'Region',
135 'label_ville' => 'Town',
136 'lat' => 'Latitude',
137 'libelle_logo_gis' => 'POINT\\’S LOGO',
138 'lien_ajouter_gis' => 'Add this point',
139 'lon' => 'Longitude',
140
141 // T
142 'telecharger_gis' => 'Download in @format@ format',
143 'texte_ajouter_gis' => 'Add a location-based point',
144 'texte_creer_associer_gis' => 'Create and link a location-based point',
145 'texte_creer_gis' => 'Create a location-based point',
146 'texte_modifier_gis' => 'Modify the location-based point',
147 'texte_voir_gis' => 'Show the location-based point',
148 'titre_bloc_creer_point' => 'Link a new point',
149 'titre_bloc_points_lies' => 'Linked points',
150 'titre_bloc_rechercher_point' => 'Search for a point',
151 'titre_nombre_utilisation' => 'One use',
152 'titre_nombre_utilisations' => '@nb@ uses',
153 'titre_nouveau_point' => 'New point',
154 'titre_objet' => 'Title',
155 'toolbar_actions_title' => 'Cancel the drawing',
156 'toolbar_buttons_marker' => 'Plot a point',
157 'toolbar_buttons_polygon' => 'Draw a polygon',
158 'toolbar_buttons_polyline' => 'Draw a line',
159 'toolbar_handlers_marker_tooltip_start' => 'Click to set marker',
160 'toolbar_handlers_polygon_tooltip_cont' => 'Click to continue drawing the polygon',
161 'toolbar_handlers_polygon_tooltip_end' => 'Click the first point to close the polygon',
162 'toolbar_handlers_polygon_tooltip_start' => 'Click to start drawing the polygon',
163 'toolbar_handlers_polyline_tooltip_cont' => 'Click to continue to draw the line',
164 'toolbar_handlers_polyline_tooltip_end' => 'Click the last point to end line',
165 'toolbar_handlers_polyline_tooltip_start' => 'Click to start drawing the line',
166 'toolbar_undo_text' => 'Delete last point',
167 'toolbar_undo_title' => 'Delete last point drawn',
168
169 // Z
170 'zoom' => 'Zoom'
171 );
172
173 ?>