1 | <?php |
---|
2 | // This is a SPIP language file -- Ceci est un fichier langue de SPIP |
---|
3 | // extrait automatiquement de http://www.spip.net/trad-lang/ |
---|
4 | // ** ne pas modifier le fichier ** |
---|
5 | |
---|
6 | if (!defined('_ECRIRE_INC_VERSION')) return; |
---|
7 | |
---|
8 | $GLOBALS[$GLOBALS['idx_lang']] = array( |
---|
9 | |
---|
10 | // A |
---|
11 | 'aucun_gis' => 'No point', |
---|
12 | 'aucun_objet' => 'No object', |
---|
13 | |
---|
14 | // B |
---|
15 | 'bouton_lier' => 'Link this point', |
---|
16 | 'bouton_supprimer_gis' => 'Delete this point permanently', |
---|
17 | 'bouton_supprimer_lien' => 'Remove this link', |
---|
18 | |
---|
19 | // C |
---|
20 | 'cfg_descr_gis' => 'Geographic Information System.<br />Link to the documentation.', |
---|
21 | 'cfg_inf_adresse' => 'Displays additional address fields (country, city, state, address ...)', |
---|
22 | 'cfg_inf_cloudmade' => 'This API needs a key you can create on <a href=\'@url@\'>the CloudMade website</a>.', |
---|
23 | 'cfg_inf_geocoder' => 'Enable search function in form.', # MODIF |
---|
24 | '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.', |
---|
25 | 'cfg_inf_google' => 'This API needs a key you can create on <a href=\'@url@\'>the GoogleMaps website</a>.', |
---|
26 | 'cfg_lbl_adresse' => 'Show address fields', |
---|
27 | 'cfg_lbl_api' => 'Geolocation API', |
---|
28 | 'cfg_lbl_api_cloudmade' => 'CloudMade', |
---|
29 | 'cfg_lbl_api_google' => 'Google Maps v2', |
---|
30 | 'cfg_lbl_api_googlev3' => 'Google Maps v3', |
---|
31 | 'cfg_lbl_api_key_cloudmade' => 'CloudMade API key', |
---|
32 | 'cfg_lbl_api_key_google' => 'GoogleMaps API key', |
---|
33 | 'cfg_lbl_api_mapquest' => 'MapQuest', |
---|
34 | 'cfg_lbl_api_microsoft' => 'Microsoft Bing', |
---|
35 | 'cfg_lbl_api_multimap' => 'MultiMap', |
---|
36 | 'cfg_lbl_api_openlayers' => 'OpenLayers', |
---|
37 | 'cfg_lbl_api_openspace' => 'OpenSpace', |
---|
38 | 'cfg_lbl_api_yahoo' => 'Yahoo', |
---|
39 | 'cfg_lbl_geocoder' => 'Geocoder', |
---|
40 | 'cfg_lbl_geolocaliser_user_html5' => 'At the creation step, center the map on the location of the user', |
---|
41 | 'cfg_titre_gis' => 'GIS', |
---|
42 | |
---|
43 | // E |
---|
44 | 'editer_gis_editer' => 'Edit this point', |
---|
45 | 'editer_gis_explication' => 'This page lists the whole geolocated points of the website.', |
---|
46 | 'editer_gis_nouveau' => 'Create a new point', |
---|
47 | 'editer_gis_titre' => 'The geolocated points', |
---|
48 | 'erreur_recherche_pas_resultats' => 'No point corresponds to the searched text.', |
---|
49 | |
---|
50 | // F |
---|
51 | 'formulaire_creer_gis' => 'Create a new geolocated point :', |
---|
52 | 'formulaire_modifier_gis' => 'Modify the geolocated point :', |
---|
53 | |
---|
54 | // I |
---|
55 | 'icone_gis_tous' => 'Geolocated points', |
---|
56 | 'info_id_objet' => 'N°', |
---|
57 | 'info_liste_gis' => 'Points géolocalisés', # NEW |
---|
58 | 'info_liste_gis_objet' => 'Linked points to this object', |
---|
59 | 'info_liste_objets_gis' => 'Objects attached to this point', |
---|
60 | 'info_numero_gis' => 'Point number', |
---|
61 | 'info_objet' => 'Object', |
---|
62 | 'info_supprimer_lien' => 'Detach', |
---|
63 | 'info_voir_fiche_objet' => 'Go to page', |
---|
64 | |
---|
65 | // L |
---|
66 | 'label_adress' => 'Addresse', |
---|
67 | 'label_code_postal' => 'Postal code', |
---|
68 | 'label_pays' => 'Country', |
---|
69 | 'label_rechercher_address' => 'Search for an address', |
---|
70 | 'label_rechercher_point' => 'Search for a point', |
---|
71 | 'label_region' => 'Region', |
---|
72 | 'label_ville' => 'Town', |
---|
73 | 'lat' => 'Latitude', |
---|
74 | 'libelle_logo_gis' => 'POINT\\\'S LOGO', |
---|
75 | 'lon' => 'Longitude', |
---|
76 | |
---|
77 | // T |
---|
78 | 'titre_bloc_creer_point' => 'Link a new point', |
---|
79 | 'titre_bloc_points_lies' => 'Linked points', |
---|
80 | 'titre_bloc_rechercher_point' => 'Search for a point', |
---|
81 | 'titre_nombre_utilisation' => 'One use', |
---|
82 | 'titre_nombre_utilisations' => '@nb@ uses', |
---|
83 | |
---|
84 | // Z |
---|
85 | 'zoom' => 'Zoom' |
---|
86 | ); |
---|
87 | |
---|
88 | ?> |
---|