Changeset 48996 in spip-zone
- Timestamp:
- Jun 22, 2011, 4:49:49 PM (10 years ago)
- Location:
- _plugins_/gis/trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/gis/trunk/gis_pipelines.php
r48696 r48996 109 109 // on recupere les coords definies dans les exif du document s'il y en a 110 110 if ($exifs = @exif_read_data($fichier,'GPS')) { 111 if(!function_exists('dms_to_dec')) 112 include_spip('gis_fonctions'); 111 113 spip_log("GIS EXIFS : Récuperation des coordonnees du fichier $fichier","gis"); 112 114 -
_plugins_/gis/trunk/lang/gis_en.php
r48696 r48996 2 2 3 3 $GLOBALS[$GLOBALS['idx_lang']] = array( 4 //A 5 'aucun_gis' => 'No point', 6 'aucun_objet' => 'No object', 7 4 8 // B 5 9 'bouton_lier' => 'Link this point', … … 46 50 "info_numero_gis" => "Point number", 47 51 "info_id_objet" => "N°", 52 "info_liste_gis_objet" => "Linked points to this object", 48 53 "info_liste_objets_gis" => "Objects attached to this point", 49 54 "info_objet" => "Object", … … 62 67 "lon" => "Longitude", 63 68 69 // T 70 'titre_bloc_creer_point' => 'Link a new point', 71 'titre_bloc_points_lies' => 'Linked points', 72 'titre_bloc_rechercher_point' => 'Search for a point', 73 'titre_nombre_utilisation' => 'One use', 74 'titre_nombre_utilisations' => '@nb@ uses', 75 76 // Z 64 77 "zoom" => "Zoom" 65 78 -
_plugins_/gis/trunk/lang/gis_fr.php
r48865 r48996 67 67 "lon" => "Longitude", 68 68 69 // T69 // T 70 70 'titre_bloc_creer_point' => 'Lier un nouveau point', 71 71 'titre_bloc_points_lies' => 'Points liés', 72 72 'titre_bloc_rechercher_point' => 'Rechercher un point', 73 'titre_nombre_utilisation' => ' @nb@utilisation',73 'titre_nombre_utilisation' => 'Une utilisation', 74 74 'titre_nombre_utilisations' => '@nb@ utilisations', 75 75 76 // Z 76 77 "zoom" => "Zoom" 77 78 -
_plugins_/gis/trunk/plugin.xml
r48700 r48996 2 2 <nom>GIS</nom> 3 3 <auteur>b_b, kent1</auteur> 4 <version>2.0. 3</version>4 <version>2.0.4</version> 5 5 <version_base>2.0.1</version_base> 6 6 <licence>GNU/GPL</licence>
Note: See TracChangeset
for help on using the changeset viewer.