MapPress Easy Google Maps - Version 2.46.1

Version Description

  • Added: updated French translation, thank you to Serge
  • Fixed: directions were showing 'null' if empty
Download this release

Release Info

Developer chrisvrichardson
Plugin Icon 128x128 MapPress Easy Google Maps
Version 2.46.1
Comparing to
See all releases

Code changes from version 2.46 to 2.46.1

js/mappress.min.js CHANGED
@@ -1 +1 @@
1
- var mapp=window.mapp||{};+function(n){mapp.Map=function(t){function c(n,t){n=n.split(" ");for(var i=0;i<n.length;i++)google.maps.event.addListener(r,n[i],t)}function l(){var u,t;n("[data-mapp-type]",i.menu).removeClass("mapp-active");n('[data-mapp-type="'+r.getMapTypeId()+'"]',i.menu).addClass("mapp-active");for(layer in e)u=!!e[layer].getMap(),n('[data-mapp-layer="'+layer+'"]',i.menu).toggleClass("mapp-active",u);t=!!(f.center&&f.zoom);n('[data-mapp-action="viewport-set"]',i.menu).toggle(!t);n('[data-mapp-action="viewport-reset"]',i.menu).toggle(t)}function a(){var n=mappl10n.options.styles,i=mappl10n.options.style,u=["roadmap","satellite","terrain","hybrid"],t;if(i&&typeof n[i]!="undefined"&&r.setOptions({styles:n[i]}),f.editable){for(t in n)r.mapTypes.set(t,new google.maps.StyledMapType(n[t],{name:t})),u.push(t);r.setOptions({mapTypeControlOptions:{mapTypeIds:u,position:google.maps.ControlPosition.TOP_RIGHT,style:google.maps.MapTypeControlStyle.DROPDOWN_MENU}})}else typeof n[f.mapTypeId]!="undefined"&&r.setOptions({styles:n[f.mapTypeId]})}function v(){i.controls.children("[data-mapp-position]").each(function(){var t=n(this).attr("data-mapp-position"),i;t=t?google.maps.ControlPosition[t]:google.maps.ControlPosition.TOP_RIGHT;i=n(this);i.get(0).index=0;r.controls[t].push(i.get(0))})}function y(){var o,i,t,u;for(e={traffic:new google.maps.TrafficLayer,bicycling:new google.maps.BicyclingLayer,transit:new google.maps.TransitLayer},o=n.makeArray(f.options.layers),i=0;i<o.length;i++)t=n.trim(o[i]),u=t.split(".").pop(),e[t]?h(t):u=="kml"||u=="kmz"?e[t]=new google.maps.KmlLayer({map:r,preserveViewport:!0,url:t}):u=="json"&&(e[t]=new google.maps.Data({map:r}).loadGeoJson(t))}function h(t,i){i=typeof i!="undefined"?i:e[t].getMap()==null;n.each(["traffic","bicycling","transit"],function(n,t){e[t].setMap(null)});t&&e[t].setMap(i?r:null)}function p(t,i){var u=n.inArray(t,["roadmap","satellite","terrain","hybrid"])!=-1;i=typeof i!="undefined"?i:!(r.getMapTypeId()==t);t=f.editable?i&&(u||mappl10n.options.styles[t]!="undefined")?t:"roadmap":u?t:"roadmap";r.setMapTypeId(t)}this.center=t.center;this.height=t.height;this.mapid=t.mapid;this.mapTypeId=t.mapTypeId?t.mapTypeId:"roadmap";this.metaKey=t.metaKey;this.name=t.name;this.options=t.options;this.query=t.query;this.title=t.title;this.width=t.width;this.zoom=t.zoom?parseInt(t.zoom,10):null;this.editable=t.options.editable;this.iw=null;this.layers=t.options.layers;this.places=null;this.poi=null;var f=this,o=null,i={},r=null,e={},w=t.options,u=[],s;this.display=function(){if(i.layout=n("#"+this.name),i.canvas=n(".mapp-canvas",i.layout),i.controls=n(".mapp-controls",i.layout),i.dialog=n(".mapp-dialog",i.layout),i.dir=n(".mapp-directions",i.layout),i.filters=n(".mapp-filters",i.layout),i.list=n(".mapp-list",i.layout),i.menu=n(".mapp-menu",i.controls),!i.canvas.length)return mapp.lib.log("MapPress: Missing map name or container for map: "+this.name);r=new google.maps.Map(i.canvas.get(0),{mapTypeId:"roadmap",zoom:1});s=google.maps.Marker.MAX_ZINDEX;var u={backgroundColor:"transparent",fullscreenControl:!1,keyboardShortcuts:!1,mapTypeControl:!0,mapTypeControlOptions:{position:google.maps.ControlPosition.TOP_RIGHT,style:google.maps.MapTypeControlStyle.DROPDOWN_MENU},scaleControl:!0,scrollwheel:!1,streetViewControl:!(this.editable||this.query)};r.setOptions(u);a();v();y();p(this.mapTypeId,!0);this.places=new mapp.Places(null,{gmap:r});google.maps.event.addListener(this.places,"search",function(n){f.search(n)});i.layout.on("click","[data-mapp-action]",function(t){var i=n(this).attr("data-mapp-action");t.preventDefault();f.action(i,n(this).attr("data-mapp-"+i),n(this))});i.filters.on("change",function(){f.ajaxQuery(r.getBounds())});c("click drag",function(){f.closeInfoWindow()});i.layout.on("click",function(t){var r=n(t.target),u=r.attr("data-mapp-action");r==i.filters||u=="filters-toggle"||r.closest(i.filters).length||f.toggleView("filters",!1);r==i.menu||u=="menu-toggle"||r.closest(i.menu).length||f.toggleView("menu",!1)});if(n(window).resize(function(){f.resize()}),this.iw=this.iw=mappl10n.options.iwType=="ib"||this.editable?new mapp.InfoBox(this):new google.maps.InfoWindow,mappl10n.options.directions!="none"&&(o=new mapp.Directions(i.dir,{map:f,directions:mappl10n.options.directions})),this.query){this.options.search?this.places.parse(this.options.search):this.ajaxQuery();return}google.maps.event.addListenerOnce(r,"idle",function(){f.initCenter()});this.setPois(t.pois);this.renderList()};this.action=function(t,f,e){switch(t){case"center":this.toggleView("menu",!1);this.closeInfoWindow();this.recenter();break;case"dir":this.openDirections(null,this.poi);break;case"dir-from":this.openDirections(this.poi,null);break;case"filters-reset":i.filters.find(":input").each(function(){this.type=="checkbox"||this.type=="radio"?n(this).prop("checked",!1):n(this).val("")});this.ajaxQuery(r.getBounds());break;case"filters-toggle":this.toggleView("filters");break;case"geolocate":this.places.geolocate();break;case"layer":h(f);this.toggleView("menu",!1);break;case"menu-toggle":this.toggleView("menu");break;case"open":var o=e.attr("data-mapp-poi");this.openInfoWindow(u[o]);break;case"show":i.layout.show();this.resize();this.initCenter();break;case"viewport-set":this.center=r.getCenter().toJSON();this.zoom=r.getZoom();this.toggleView("menu",!1);break;case"viewport-reset":this.center=null;this.zoom=null;this.toggleView("menu",!1);break;default:return!0}};this.closeInfoWindow=function(){this.iw.close();this.poiSelect(null)};this.openDirections=function(n,t){var i=n?n.getAddress():null,r=t?t.getAddress():null;o.open(i,r)};this.poiSelect=function(t){if(this.poi=t,n("[data-mapp-poi]",i.list).removeClass("mapp-selected"),t){var f=n.inArray(t,u),r=n('[data-mapp-poi="'+f+'"]',i.list);r.addClass("mapp-selected");mapp.lib.scrollTo(i.list,r);s++;t.setZIndex(s)}};this.getMap=function(){return r};this.renderList=function(){this.editable&&(i.list.html(mapp.lib.template("poi-list",{pois:u})),google.maps.event.trigger(this,"rendered"))};this.getPoi=function(n){return n=typeof n=="string"?parseInt(n,10):n,u[n]};this.getPoiById=function(n){for(var t=0;t<u.length;t++)if(u[t].postid==n)return u[t];return null};this.getPois=function(){return u};this.addPoi=function(n){u.unshift(n);n.setMap(this);f.renderList();this.poiSelect(n)};this.removePoi=function(t){var i=n.inArray(t,u);i!=-1&&(u[i].setMap(null),u.splice(i,1),f.renderList())};this.setPois=function(n){for(var i,t=0;t<u.length;t++)u[t].setMap(null);if(u=[],n){for(t=0;t<n.length;t++)i=new mapp.Poi,i.fromJSON(n[t]),u.push(i),i.setMap(this),i.setZIndex(s+n.length-1-t);s+=n.length-1}};this.sortPois=function(n){for(var r,t=Array(),i=0;i<n.length;i++){if(r=parseInt(n[i]),isNaN(r))return!1;t.push(u[r])}if(t.length!=u.length)return!1;u=t;this.renderList()};this.openInfoWindow=function(n,t){if(this.iw){if(o&&o.close(),this.iw.close(),this.poiSelect(n),!this.editable){if(this.options.mashupClick=="post"&&n.postid&&n.url){window.location.assign(n.url);return}this.iw.setContent(n.html)}google.maps.event.addListenerOnce(this.iw,"domready",function(){google.maps.event.trigger(f,"poidomready",n)});google.maps.event.trigger(f,"open",n);var i=new google.maps.MVCObject;i.setValues({position:n.getPosition(t),anchorPoint:n.getAnchorPoint(t)});this.iw.open(r,i)}};this.togglePois=function(n){n=!!n;for(var t=0;t<u.length;t++)u[t].setVisible(n)};this.toggleView=function(n,t){t=typeof t=="undefined"?!i.layout.hasClass("mapp-view-"+n):t;i.layout.toggleClass("mapp-view-"+n,t);n=="menu"&&t&&l()};this.resize=function(){var n=r.getCenter();google.maps.event.trigger(r,"resize");r.setCenter(n);return};this.initCenter=function(){var n=u.length?u[0]:null;google.maps.event.addListenerOnce(r,"idle",function(){if(o&&f.options.initialOpenDirections){f.openDirections(null,n);return}f.options.initialOpenInfo&&n.open()});this.recenter()};this.recenter=function(){var f=!this.query&&this.center?new google.maps.LatLng(this.center.lat,this.center.lng):null,t=!this.query&&this.zoom&&parseInt(this.zoom)?parseInt(this.zoom):null,n,i;if(f){r.setCenter(f);r.setZoom(t?t:1);return}if(u.length==0){r.setCenter(new google.maps.LatLng(0,0));r.setZoom(1);return}if(u.length==1){u[0].center(t);return}for(bounds=new google.maps.LatLngBounds,n=0;n<u.length;n++)i=u[n].getBounds(),bounds=i?bounds.union(i):bounds.extend(u[n].getPosition());r.fitBounds(bounds)};this.toJSON=function(){for(var t={center:this.center,height:this.height,mapid:this.mapid,mapTypeId:r.getMapTypeId(),metaKey:this.metaKey,pois:[],title:this.title,width:this.width,zoom:this.zoom},n=0;n<u.length;n++)t.pois.push(u[n].toJSON());return t};this.ajaxSave=function(n){mapp.lib.ajax({type:"POST",data:{action:"mapp_save",map:JSON.stringify(this),postid:mappl10n.options.postid},callback:function(t){t.status=="OK"&&(f.mapid=t.data.mapid,n(t.data))}})}};mapp.Map.ajaxCreate=function(t,i,r){mapp.lib.ajax({type:"GET",data:{action:"mapp_create"},callback:function(u){if(u.status=="OK"){n.extend(u.data.map.options,i);u.data.map.name=t;var f=new mapp.Map(u.data.map);r(f)}}})};mapp.Map.ajaxGet=function(t,i,r,u){mapp.lib.ajax({type:"GET",data:{action:"mapp_get",mapid:t},callback:function(t){if(t.status=="OK"){n.extend(t.data.map.options,r);t.data.map.name=i;var f=new mapp.Map(t.data.map);u(f)}}})};mapp.Map.ajaxDelete=function(n,t){mapp.lib.ajax({type:"POST",data:{action:"mapp_delete",mapid:n},callback:function(n){n.status=="OK"&&t&&t()}})}}(jQuery);mapp=window.mapp||{};+function(n){mapp.Directions=function(t,i){function h(t,i,o){var c=n(".mapp-travelmode-on > span",r).hasClass("mapp-dir-walk")?google.maps.DirectionsTravelMode.WALKING:n(".mapp-travelmode-on > span",r).hasClass("mapp-dir-transit")?google.maps.DirectionsTravelMode.TRANSIT:n(".mapp-travelmode-on > span",r).hasClass("mapp-dir-bike")?google.maps.DirectionsTravelMode.BICYCLING:google.maps.DirectionsTravelMode.DRIVING;var l={travelMode:c,transitOptions:{departureTime:null},provideRouteAlternatives:!0,origin:t,destination:i},h=n(".mapp-dir-renderer",r).get(0);n(".mapp-dir-renderer",r).empty();s||(s=new google.maps.DirectionsService);s.route(l,function(n,t){switch(t){case google.maps.DirectionsStatus.OK:f.opts.map.togglePois(!1);u?(u.setDirections(n),u.setMap(e),u.setPanel(h)):u=new google.maps.DirectionsRenderer({map:e,panel:h,directions:n,hideRouteList:!1,draggable:!0});break;case google.maps.DirectionsStatus.NOT_FOUND:alert(mappl10n.dir_error);break;case google.maps.DirectionsStatus.ZERO_RESULTS:alert(mappl10n.dir_error);break;default:alert(mappl10n.dir_error+t)}o()})}this.opts=n.extend({map:null,directions:null},i);var r=n(t),e,o,u,s,f=this;e=this.opts.map.getMap();o=new mapp.Geocoder(e);r.on("keydown",function(t){t.which==13?(f.getDirections(n(".mapp-dir-saddr",r).val(),n(".mapp-dir-daddr",r).val()),t.preventDefault()):t.which==27&&f.close()});r.on("click","[data-mapp-action]",function(t){var h=n(this).attr("data-mapp-action"),i,u,e,s;t.preventDefault();switch(h){case"dir-cancel":f.close();break;case"dir-get":f.getDirections();break;case"dir-google":i=n(".mapp-dir-saddr",r).val();u=n(".mapp-dir-daddr",r).val();f.openGoogle(i,u);f.close();break;case"dir-myloc":o.geolocate(function(t){t?n(".mapp-dir-saddr",r).val(t.coords.latitude+", "+t.coords.longitude):alert(mappl10n.no_geolocate)});break;case"dir-swap":e=n(".mapp-dir-daddr",r).val();s=n(".mapp-dir-saddr",r).val();n(".mapp-dir-saddr",r).val(e);n(".mapp-dir-daddr",r).val(s)}});this.open=function(t,i){if(this.opts.directions=="google"){this.openGoogle(t,i);return}this.opts.map.toggleView("directions",!0);n(".mapp-dir-saddr",r).val(t);n(".mapp-dir-daddr",r).val(i);n(".mapp-dir-get",r).focus();n(".mapp-dir-saddr",r).focus()};this.close=function(){this.opts.map.toggleView("directions",!1);u&&(u.setPanel(null),u.getMap()&&(u.setMap(null),this.opts.map.togglePois(!0)))};this.getDirections=function(){this.opts.map.closeInfoWindow();n(".mapp-spinner",r).show();var t=n(".mapp-dir-saddr",r),i=n(".mapp-dir-daddr",r),u=n(".mapp-dir-saddr-err",r),f=n(".mapp-dir-daddr-err",r);o.geocodeField(t,u,function(t){o.geocodeField(i,f,function(i){t&&i?h(t,i,function(){n(".mapp-spinner",r).hide();return}):n(".mapp-spinner",r).hide()})})};this.printDirections=function(){var i,t=n(".mapp-travelmode-on > span",r);i=t.hasClass("mapp-dir-walk")?"w":t.hasClass("mapp-dir-bike")?"b":t.hasClass("mapp-dir-transit")?"r":"d";this.openGoogle(n(".mapp-dir-saddr",r).val(),n(".mapp-dir-daddr",r).val(),i)};this.openGoogle=function(n,t,i){var r=mappl10n.options.directionsServer;r.toLowerCase().indexOf("http")==-1&&(r="https://"+r);r+="?saddr="+encodeURIComponent(n);r+="&daddr="+encodeURIComponent(t);i&&(r+="&dirflg="+i);window.open(r)}}}(jQuery);mapp=window.mapp||{};mapp.Geocoder=function(n){function r(n,t){jQuery(n).removeClass("mapp-error");jQuery(t).hide()}function u(n,t,i){jQuery(n).addClass("mapp-error");jQuery(t).html(i);jQuery(t).show()}var t,f,i=this;f=n;this.geocode=function(i,r){typeof i=="string"&&i.substring(0,1)=="("&&(split=i.replace(/\(|\)/g,"").split(","),i=new google.maps.LatLng(split[0],split[1]));var u=i instanceof google.maps.LatLng?{location:i}:{address:i,region:mappl10n.options.country,bounds:n.getBounds()};t||(t=new google.maps.Geocoder);t.geocode(u,function(n,t){if(n){for(var i=0;i<n.length;i++)n[i].formatted_address==""&&n.splice(i,1);r(n[0],t)}else r(null,t)})};this.geolocate=function(n){if(!navigator||!navigator.geolocation)return null;navigator.geolocation.getCurrentPosition(function(t){n(t)},function(){n(null)},{timeout:1e4,enableHighAccuracy:!0,maximumAge:3e4})};this.stringToLatLng=function(n){var t=n.split(",",2),i=Number(t[0]),r=Number(t[1]);return isNaN(i)||isNaN(r)?!1:new google.maps.LatLng(i,r)};this.geocodeField=function(n,t,i){r(n,t);checkAddress(n,t,jQuery(n).val(),function(r){if(!r){u(n,t,mappl10n.no_address);i(null);return}if(r&&r.formatted_address){jQuery(n).val(r.formatted_address);i(r.formatted_address);return}i(r);return})};this.autocompleteField=function(n,t,f,e,o){jQuery(n).keypress(function(i){i.which==13&&(checkAddress(n,t,jQuery(n).val(),o),i.preventDefault())});jQuery(f).click(function(){return checkAddress(n,t,jQuery(n).val(),o),!1});jQuery(e).click(function(){return r(n,t),i.geolocate(function(i){if(i){var r="("+i.coords.latitude+", "+i.coords.longitude+")";jQuery(n).val("");checkAddress(n,t,r,o)}else u(n,t,mappl10n.no_geolocate);return}),!1})};checkAddress=function(n,t,f,e){if(r(n,t),f=jQuery.trim(f),f==""){e(null);return}var o=i.stringToLatLng(f);if(o){e(o);return}if(f.substring(0,4)=="http"){e(f);return}i.geocode(f,function(i,r){if(!i||r!=google.maps.GeocoderStatus.OK){u(n,t,mappl10n.no_address);e(null);return}e(i);return})}};mapp.Geocoder.parseAddress=function(n){return!n||n==""?{firstLine:"",secondLine:""}:(n.lastIndexOf(", USA")>0||n.lastIndexOf(", United States")>0)&&(n.lastIndexOf(", USA")>0&&(n=n.slice(0,n.lastIndexOf(", USA"))),n.lastIndexOf(", United States")>0&&(n=n.slice(0,n.lastIndexOf(", United States"))),n.indexOf(",")==n.lastIndexOf(","))?{firstLine:n,secondLine:""}:n.indexOf(",")==-1?{firstLine:n,secondLine:""}:{firstLine:n.slice(0,n.indexOf(",")),secondLine:n.slice(n.indexOf(", ")+2)}};mapp=window.mapp||{};mapp.Icons={};mapp.Icons.get=function(){return"https://maps.google.com/intl/en_us/mapfiles/ms/micons/red-dot.png"};mapp.Icons.getUrl=function(){return"https://maps.google.com/intl/en_us/mapfiles/ms/micons/red-dot.png"};mapp=window.mapp||{};+function(n){mapp.InfoBox=function(t,i){var f=n.extend({disableAutoPan:!1,border:20},i),u=null,r=null,e=null,o=this;r=n('<div class="mapp-ib" tabindex="0">').appendTo(t.getMap().getDiv());e=n('<div class="mapp-ib-tip">').appendTo(t.getMap().getDiv());jQuery(window).resize(function(){o.close()});r.on("keydown",function(n){n.which==27&&o.close()});r.on("click",".mapp-close",function(){o.close()});this.getContent=function(){return r};this.setContent=function(n){r.empty().append(n)};this.open=function(n,t){u=t;this.setMap(n)};this.onAdd=function(){r.show();e.show();var t=n(":input",r);t.length?t.first().focus():r.focus();google.maps.event.trigger(o,"domready")};this.draw=function(){var l=this.getMap(),c=this.getProjection().fromLatLngToContainerPixel(u.position),t={width:n(l.getDiv()).width(),height:n(l.getDiv()).height()},v=n(".mapp-ib-body",r);if(!f.disableAutoPan){r.css({"max-height":"9999px",left:0,bottom:0,top:"auto",right:"auto"});var s=r.outerWidth(!0),h=r.outerHeight(!0),a=e.outerHeight(!0),i=c.x,o=c.y;i+s/2>t.width&&(i=t.width-s/2);i-s/2<0&&(i=s/2);o-h+u.anchorPoint.y-a<f.border&&(o=h-u.anchorPoint.y+f.border+a);o>t.height&&(o=t.height);l.panBy(c.x-i,c.y-o);h>t.height+u.anchorPoint.y-2*f.border&&(h=t.height+u.anchorPoint.y-2*f.border,r.css({"max-height":h+2}));r.css({left:i-s/2,bottom:t.height-o-u.anchorPoint.y+a});e.css({left:i,bottom:t.height-o-u.anchorPoint.y})}};this.close=function(){r.is(":visible")&&(this.setMap(null),google.maps.event.trigger(this,"closed"))};this.onRemove=function(){r.hide();e.hide()}};mapp.InfoBox.prototype=new google.maps.OverlayView}(jQuery);mapp=window.mapp||{};+function(n){if(mapp.lib={ajax:function(t){var r=this,u,i;if(n.extend({type:"GET",cache:!1,data:null,spinner:null,callback:n.noop},t),t.cache)for(typeof mapp.lib.ajax.cache=="undefined"&&(mapp.lib.ajax.cache=[]),u=JSON.stringify(t.data),i=0;i<mapp.lib.ajax.cache.length;i++)if(mapp.lib.ajax.cache[i].hash==u){t.callback(mapp.lib.ajax.cache[i].response);return}return t.spinner&&t.spinner.show(),n.ajax({type:t.type,cache:!1,url:mappl10n.options.ajaxurl,data:t.data,success:function(n,i,u){if(t.spinner&&t.spinner.hide(),n.output){r.alert("AJAX Error\r\n"+n.output);return}if(n.status=="OK"){t.cache&&mapp.lib.ajax.cache.push({hash:JSON.stringify(t.data),response:n});t.callback&&t.callback(n,u);return}var f=typeof n=="object"?n.status:n;r.alert("AJAX ERROR\r\nResponse="+f+" TextStatus="+i+"\r\nResponseText="+u.responseText)},error:function(n,i,u){(t.spinner&&t.spinner.hide(),i!="cancel")&&typeof u!="undefined"&&u!=""&&r.alert("AJAX ERROR\r\nTextStatus="+i+"\r\nError="+u+"\r\nResponseText="+n.responseText)}})},alert:function(n){mappl10n.options.admin||mappl10n.options.debug?alert(n):window.console&&console.log(n)},jqVersionCheck:function(t){if(typeof n=="undefined"||typeof t=="undefined")return!1;for(t=t.split("."),v=n.fn.jquery.split("."),i=0;i<t.length;i++){var r=parseInt(t[i]),u=typeof v[i]!="undefined"?parseInt(v[i]):0;if(u!=r)return u>r}return!0},log:function(n){window.console&&console.log(n)},scrollTo:function(n,t){if(n&&t&&n.length&&t.length){var i=n.scrollTop(),u=n.height(),r=i+t.position().top,f=r+t.outerHeight(!0);r<i?n.scrollTop(r):f>i+u&&n.scrollTop(f-u)}},template:function(t,i){if(mapp.lib.templates=mapp.lib.templates?mapp.lib.templates:{},!mapp.lib.templates[t]){var r=mappl10n.options.templates?mappl10n.options.template[t]:n("#mapp-tmpl-"+t).html();if(r)mapp.lib.templates[t]=_.template(n.trim(r),null,{evaluate:/<#([\s\S]+?)#>/g,interpolate:/\{\{\{([\s\S]+?)\}\}\}/g,escape:/\{\{([^\}]+?)\}\}(?!\})/g});else return""}return mapp.lib.templates[t](i)}},typeof google=="undefined")return mapp.lib.alert("ERROR: Google Maps API not loaded");if(!mappl10n.options.apiKey)return mapp.lib.alert("ERROR: Google Maps API Key missing, please check MapPress settings and FAQ");n(document).ready(function(){n('script[src*="https://maps.googleapis.com/maps/api/js"]').length>1&&mapp.lib.alert("ERROR: Google Maps API key loaded multiple times, please see MapPress FAQ.")});mapp.lib.jqVersionCheck("1.7")||mapp.lib.alert("jQuery version is too old: "+n.fn.jquery);n("body").on("tabsactivate tabsshow",function(t,i){var r=i.newPanel?i.newPanel:i.panel;r&&n(".mapp-canvas",r).each(function(){var i=n(this).attr("id"),t=window[i];t.resize();t.initCenter()})})}(jQuery);mapp=window.mapp||{};+function(n){mapp.Places=function(t,i){var u=this,r;if(this.sel=n(t),this.opts=n.extend({map:null,types:[]},i),r=n('<div style="display:none">').appendTo("body"),this.placesService=new google.maps.places.PlacesService(r.get(0)),this.autocompleteService=new google.maps.places.AutocompleteService,this.sel.length){this.opts.types||(this.opts.types=[]);this.autocomplete=new google.maps.places.Autocomplete(this.sel.get(0),{types:this.opts.types});this.autocomplete.bindTo("bounds",this.opts.map.getMap());this.sel.on("keydown",function(n){if(n.which==13)return!1});google.maps.event.addListener(this.autocomplete,"place_changed",function(){u.parse(this.getPlace())})}};mapp.Places.prototype={parse:function(t){var u,i=this,r;if(this.error(!1),r=t&&t.name?n.trim(t.name):n.trim(t),!r)return this.error(!0);if(r=="geolocate")return this.geolocate();if(r.substring(0,4)=="http"||r.substring(0,3)=="kml"&&typeof typenow!="undefined"&&typenow=="mappress_map"){google.maps.event.trigger(i,"search",r=="kml"?"http://googlemaps.github.io/js-v2-samples/ggeoxml/cta.kml":r);return}if(t&&t.geometry){t.formatted_address&&this.set(t.formatted_address);google.maps.event.trigger(i,"search",t);return}if(latLngLoc=this.parseLatLng(t)){google.maps.event.trigger(i,"search",latLngLoc);return}this.autocompleteService.getPlacePredictions({input:r,types:this.opts.types,bounds:this.opts.map.getMap().getBounds()},function(n,t){if(t!="OK"||n==null||n.length==0)return i.error(!0);u=typeof n[0].description!="undefined"?n[0].description:null;i.placesService.getDetails({placeId:n[0].place_id},function(n,t){if(t!="OK"||!n||!n.geometry)return i.error(!0);u=u?u:n.formatted_address;i.set(u);google.maps.event.trigger(i,"search",n)})})},parseLatLng:function(t){var i,r;return t instanceof google.maps.LatLng?i=t:t&&t.lat&&t.lng?i=new google.maps.LatLng(t.lat,t.lng):(name=t&&t.name?n.trim(t.name):n.trim(t),r=name.split(","),r.length!=2||isNaN(r[0])||isNaN(r[1])||(i=new google.maps.LatLng(r[0],r[1]))),i?{name:i.toUrlValue(),geometry:{location:i}}:null},geolocate:function(){var n=this;if(!navigator||!navigator.geolocation){alert(mappl10n.no_geolocate);return}navigator.geolocation.getCurrentPosition(function(t){n.set("");var i=new google.maps.LatLng(t.coords.latitude,t.coords.longitude),r={name:i.toUrlValue(),geometry:{location:i}};google.maps.event.trigger(n,"search",r)},function(){alert(mappl10n.no_geolocate)},{timeout:1e4,enableHighAccuracy:!0,maximumAge:3e4})},set:function(n){n=n.replace(", United States of America","").replace(", USA","").replace(", United States","");this.sel.blur();this.sel.val(n);this.sel.blur();this.error(!1)},get:function(){return n.trim(this.sel.val())},focus:function(){this.sel.focus()},error:function(n){this.sel.toggleClass("mapp-error",!!n)}}}(jQuery);mapp=window.mapp||{};+function(n){mapp.Poi=function(){this.address=null;this.body=null;this.html=null;this.iconid=null;this.kml=null;this.map=null;this.overlay=null;this.postid=null;this.title="";this.url=null;this.type=null;this.viewport=null;for(var n in arguments[0])typeof arguments[0][n]!="undefined"&&(this[n]=arguments[0][n])};mapp.Poi.prototype={fromJSON:function(n){var u,f,i,o,t,r,s,e;this.address=n.correctedAddress;this.body=n.body;this.correctedAddress=n.correctedAddress;this.html=n.html;this.iconid=n.iconid;this.kml=n.kml;this.postid=n.postid;this.title=n.title;this.type=n.type;this.url=n.url;n.viewport&&n.viewport.sw&&n.viewport.ne&&(u=new google.maps.LatLng(n.viewport.sw.lat,n.viewport.sw.lng),f=new google.maps.LatLng(n.viewport.ne.lat,n.viewport.ne.lng),this.viewport=u.lat()==0&&u.lng()==0&&f.lat()==0&&f.lng()==0?null:new google.maps.LatLngBounds(u,f));i=[];o=[];switch(this.type){case"polygon":if(n.poly&&n.poly.paths)for(t=0;t<n.poly.paths.length;t++){for(i=[],r=0;r<n.poly.paths[t].length;r++)i.push(new google.maps.LatLng(n.poly.paths[t][r].lat,n.poly.paths[t][r].lng));o.push(new google.maps.MVCArray(i))}this.overlay=new google.maps.Polygon({paths:new google.maps.MVCArray(o)});this.setColors(n.poly);break;case"polyline":if(n.poly&&n.poly.path)for(t=0;t<n.poly.path.length;t++)i.push(new google.maps.LatLng(n.poly.path[t].lat,n.poly.path[t].lng));this.overlay=new google.maps.Polyline({path:new google.maps.MVCArray(i)});this.setColors(n.poly);break;case"circle":e=new google.maps.LatLng(n.point.lat,n.point.lng);this.overlay=new google.maps.Circle({center:e,radius:parseFloat(n.poly.radius)});this.setColors(n.poly);break;case"rectangle":this.overlay=new google.maps.Rectangle({bounds:this.viewport});this.setColors(n.poly);break;case"kml":s=n.kml&&n.kml.url?n.kml.url:"";this.overlay=new google.maps.KmlLayer(s,{preserveViewport:!0,suppressInfoWindows:!0});break;case"":default:e=new google.maps.LatLng(n.point.lat,n.point.lng);this.overlay=new google.maps.Marker({position:e})}},toJSON:function(){var n={address:this.address,body:this.body,correctedAddress:this.address,iconid:this.iconid,point:null,poly:null,title:this.title,type:this.type,viewport:null},r=this.getPosition(),t,i;if(n.point={lat:r.lat(),lng:r.lng()},t=this.viewport?this.viewport:this.getBounds(),t&&(n.viewport={sw:{lat:t.getSouthWest().lat(),lng:t.getSouthWest().lng()},ne:{lat:t.getNorthEast().lat(),lng:t.getNorthEast().lng()}}),this.type=="kml"&&(n.kml={url:this.overlay.getUrl()}),this.isPoly()){n.poly=this.getColors();switch(this.type){case"circle":n.poly.radius=this.overlay.getRadius();break;case"polyline":n.poly.path=[];this.overlay.getPath().forEach(function(t){n.poly.path.push({lat:t.lat(),lng:t.lng()})});break;case"polygon":n.poly.paths=[];this.overlay.getPaths().forEach(function(t){var i=[];t.forEach(function(n){i.push({lat:n.lat(),lng:n.lng()})});n.poly.paths.push(i)});break;case"rectangle":i=this.overlay.getBounds();n.viewport={sw:{lat:i.getSouthWest().lat(),lng:i.getSouthWest().lng()},ne:{lat:i.getNorthEast().lat(),lng:i.getNorthEast().lng()}}}}return n},setMap:function(t){var i=this;if(google.maps.event.clearInstanceListeners(this.overlay),t==null){this.overlay.setMap(null);return}this.type=="kml"&&(google.maps.event.addListener(this.overlay,"defaultviewport_changed",function(){i.viewport=i.overlay.getDefaultViewport()}),google.maps.event.addListener(this.overlay,"status_changed",function(){var n=i.overlay.getStatus();n!="OK"&&mappl10n.ajaxErrors&&alert(mappl10n.kml_error+":"+n)}));this.map=t;this.overlay.setMap(t.getMap());this.setEditable(this.map.editable);this.setIcon(this.iconid);this.type||this.overlay.setTitle(n("<div>").html(this.title).text());google.maps.event.addListener(this.overlay,"click",function(n){i.open(n)})},setEditable:function(n){var t=this;this.type!="kml"&&(this.overlay.setDraggable(n),this.isPoly()&&this.overlay.setEditable(n),google.maps.event.clearListeners(this.overlay,"rightclick"),google.maps.event.clearListeners(this.overlay,"dragstart"),n&&(google.maps.event.addListener(this.overlay,"dragstart",function(){t.viewport=null;t.map.closeInfoWindow()}),(this.type=="polygon"||this.type=="polyline")&&google.maps.event.addListener(this.overlay,"rightclick",function(n){n.vertex!=null&&t.overlay.getPath().getLength()>2&&t.overlay.getPath().removeAt(n.vertex)})))},getZIndex:function(){return this.type?this.overlay.zIndex:this.overlay.getZIndex()},setZIndex:function(n){this.type?this.overlay.zIndex=n:this.overlay.setZIndex(n)},setIcon:function(n){this.type||typeof mapp.Icons=="undefined"||(this.overlay.setIcon(null),this.overlay.setIcon(mapp.Icons.get(n)),this.iconid=n)},setVisible:function(n){typeof this.overlay.setVisible!="undefined"&&this.overlay.setVisible(n)},setColors:function(n){var i={};for(var t in{strokeColor:"",strokeOpacity:"",strokeWeight:"",fillColor:"",fillOpacity:""})n&&typeof n[t]!="undefined"&&(i[t]=n[t]);this.overlay.setOptions(i)},getColors:function(){var t={};for(var n in{strokeColor:"",strokeOpacity:"",strokeWeight:"",fillColor:"",fillOpacity:""})typeof this.overlay[n]!="undefined"&&(t[n]=this.overlay[n]);return t},center:function(n){var t=this.map.getMap(),i=this.getBounds();if(typeof n=="number"){t.setCenter(this.getPosition());t.setZoom(n);return}i?(t.fitBounds(i),t.setCenter(this.getPosition())):(t.setCenter(this.getPosition()),t.setZoom(parseInt(mappl10n.options.poiZoom)))},open:function(n){this.map.openInfoWindow(this,n)},isPoly:function(){return jQuery.inArray(this.type,["polyline","polygon","circle","rectangle"])!=-1},getBounds:function(){var n;if(!this.map.editable&&this.viewport)return this.viewport;switch(this.type){case"polyline":n=new google.maps.LatLngBounds;this.overlay.getPath().forEach(function(t){n.extend(t)});break;case"polygon":n=new google.maps.LatLngBounds;this.overlay.getPaths().forEach(function(t){t.forEach(function(t){n.extend(t)})});break;case"rectangle":case"circle":n=this.overlay.getBounds();break;case"kml":n=this.overlay.getDefaultViewport();n=n?n:this.viewport;break;default:return this.viewport?this.viewport:null}return n},getPosition:function(n){if(!this.type)return this.overlay.getPosition();if(this.type=="kml"&&n&&n.latLng)return n.latLng;var t=this.getBounds();return t?t.getCenter():new google.maps.LatLng(0,0)},click:function(){google.maps.event.trigger(this.overlay,"click")},getAddress:function(){return this.address?this.address:this.type=="kml"?this.kml.url:this.getPosition().toUrlValue()},getAnchorPoint:function(n){return this.type=="kml"?n&&n.pixelOffset?new google.maps.Point(n.pixelOffset.width,n.pixelOffset.height):new google.maps.Point(0,0):this.type?new google.maps.Point(0,0):typeof this.overlay.anchorPoint!="undefined"?this.overlay.anchorPoint:new google.maps.Point(0,-32)}}}(jQuery);mapp=window.mapp||{};mapp.widgets={};+function(){mapp.load=function(){if(typeof mapp!="undefined"&&mapp.data)while(mapp.data.length){var n=mapp.data.pop(),t=new mapp.Map(n);window[n.name]=t;t.display()}}}(jQuery);typeof mapp.Media!="undefined"?window.mappEditor=new mapp.Media:mapp.load()
1
+ var mapp=window.mapp||{};+function(n){mapp.Map=function(t){function c(n,t){n=n.split(" ");for(var i=0;i<n.length;i++)google.maps.event.addListener(r,n[i],t)}function l(){var u,t;n("[data-mapp-type]",i.menu).removeClass("mapp-active");n('[data-mapp-type="'+r.getMapTypeId()+'"]',i.menu).addClass("mapp-active");for(layer in e)u=!!e[layer].getMap(),n('[data-mapp-layer="'+layer+'"]',i.menu).toggleClass("mapp-active",u);t=!!(f.center&&f.zoom);n('[data-mapp-action="viewport-set"]',i.menu).toggle(!t);n('[data-mapp-action="viewport-reset"]',i.menu).toggle(t)}function a(){var n=mappl10n.options.styles,i=mappl10n.options.style,u=["roadmap","satellite","terrain","hybrid"],t;if(i&&typeof n[i]!="undefined"&&r.setOptions({styles:n[i]}),f.editable){for(t in n)r.mapTypes.set(t,new google.maps.StyledMapType(n[t],{name:t})),u.push(t);r.setOptions({mapTypeControlOptions:{mapTypeIds:u,position:google.maps.ControlPosition.TOP_RIGHT,style:google.maps.MapTypeControlStyle.DROPDOWN_MENU}})}else typeof n[f.mapTypeId]!="undefined"&&r.setOptions({styles:n[f.mapTypeId]})}function v(){i.controls.children("[data-mapp-position]").each(function(){var t=n(this).attr("data-mapp-position"),i;t=t?google.maps.ControlPosition[t]:google.maps.ControlPosition.TOP_RIGHT;i=n(this);i.get(0).index=0;r.controls[t].push(i.get(0))})}function y(){var o,i,t,u;for(e={traffic:new google.maps.TrafficLayer,bicycling:new google.maps.BicyclingLayer,transit:new google.maps.TransitLayer},o=n.makeArray(f.options.layers),i=0;i<o.length;i++)t=n.trim(o[i]),u=t.split(".").pop(),e[t]?h(t):u=="kml"||u=="kmz"?e[t]=new google.maps.KmlLayer({map:r,preserveViewport:!0,url:t}):u=="json"&&(e[t]=new google.maps.Data({map:r}).loadGeoJson(t))}function h(t,i){i=typeof i!="undefined"?i:e[t].getMap()==null;n.each(["traffic","bicycling","transit"],function(n,t){e[t].setMap(null)});t&&e[t].setMap(i?r:null)}function p(t,i){var u=n.inArray(t,["roadmap","satellite","terrain","hybrid"])!=-1;i=typeof i!="undefined"?i:!(r.getMapTypeId()==t);t=f.editable?i&&(u||mappl10n.options.styles[t]!="undefined")?t:"roadmap":u?t:"roadmap";r.setMapTypeId(t)}this.center=t.center;this.height=t.height;this.mapid=t.mapid;this.mapTypeId=t.mapTypeId?t.mapTypeId:"roadmap";this.metaKey=t.metaKey;this.name=t.name;this.options=t.options;this.query=t.query;this.title=t.title;this.width=t.width;this.zoom=t.zoom?parseInt(t.zoom,10):null;this.editable=t.options.editable;this.iw=null;this.layers=t.options.layers;this.places=null;this.poi=null;var f=this,o=null,i={},r=null,e={},w=t.options,u=[],s;this.display=function(){if(i.layout=n("#"+this.name),i.canvas=n(".mapp-canvas",i.layout),i.controls=n(".mapp-controls",i.layout),i.dialog=n(".mapp-dialog",i.layout),i.dir=n(".mapp-directions",i.layout),i.filters=n(".mapp-filters",i.layout),i.list=n(".mapp-list",i.layout),i.menu=n(".mapp-menu",i.controls),!i.canvas.length)return mapp.lib.log("MapPress: Missing map name or container for map: "+this.name);r=new google.maps.Map(i.canvas.get(0),{mapTypeId:"roadmap",zoom:1});s=google.maps.Marker.MAX_ZINDEX;var u={backgroundColor:"transparent",fullscreenControl:!1,keyboardShortcuts:!1,mapTypeControl:!0,mapTypeControlOptions:{position:google.maps.ControlPosition.TOP_RIGHT,style:google.maps.MapTypeControlStyle.DROPDOWN_MENU},scaleControl:!0,scrollwheel:!1,streetViewControl:!(this.editable||this.query)};r.setOptions(u);a();v();y();p(this.mapTypeId,!0);this.places=new mapp.Places(null,{gmap:r});google.maps.event.addListener(this.places,"search",function(n){f.search(n)});i.layout.on("click","[data-mapp-action]",function(t){var i=n(this).attr("data-mapp-action");t.preventDefault();f.action(i,n(this).attr("data-mapp-"+i),n(this))});i.filters.on("change",function(){f.ajaxQuery(r.getBounds())});c("click drag",function(){f.closeInfoWindow()});i.layout.on("click",function(t){var r=n(t.target),u=r.attr("data-mapp-action");r==i.filters||u=="filters-toggle"||r.closest(i.filters).length||f.toggleView("filters",!1);r==i.menu||u=="menu-toggle"||r.closest(i.menu).length||f.toggleView("menu",!1)});if(n(window).resize(function(){f.resize()}),this.iw=this.iw=mappl10n.options.iwType=="ib"||this.editable?new mapp.InfoBox(this):new google.maps.InfoWindow,mappl10n.options.directions!="none"&&(o=new mapp.Directions(i.dir,{map:f,directions:mappl10n.options.directions})),this.query){this.options.search?this.places.parse(this.options.search):this.ajaxQuery();return}google.maps.event.addListenerOnce(r,"idle",function(){f.initCenter()});this.setPois(t.pois);this.renderList()};this.action=function(t,f,e){switch(t){case"center":this.toggleView("menu",!1);this.closeInfoWindow();this.recenter();break;case"dir":this.openDirections(null,this.poi);break;case"dir-from":this.openDirections(this.poi,null);break;case"filters-reset":i.filters.find(":input").each(function(){this.type=="checkbox"||this.type=="radio"?n(this).prop("checked",!1):n(this).val("")});this.ajaxQuery(r.getBounds());break;case"filters-toggle":this.toggleView("filters");break;case"geolocate":this.places.geolocate();break;case"layer":h(f);this.toggleView("menu",!1);break;case"menu-toggle":this.toggleView("menu");break;case"open":var o=e.attr("data-mapp-poi");this.openInfoWindow(u[o]);break;case"show":i.layout.show();this.resize();this.initCenter();break;case"viewport-set":this.center=r.getCenter().toJSON();this.zoom=r.getZoom();this.toggleView("menu",!1);break;case"viewport-reset":this.center=null;this.zoom=null;this.toggleView("menu",!1);break;default:return!0}};this.closeInfoWindow=function(){this.iw.close();this.poiSelect(null)};this.openDirections=function(n,t){var i=n?n.getAddress():"",r=t?t.getAddress():"";o.open(i,r)};this.poiSelect=function(t){if(this.poi=t,n("[data-mapp-poi]",i.list).removeClass("mapp-selected"),t){var f=n.inArray(t,u),r=n('[data-mapp-poi="'+f+'"]',i.list);r.addClass("mapp-selected");mapp.lib.scrollTo(i.list,r);s++;t.setZIndex(s)}};this.getMap=function(){return r};this.renderList=function(){this.editable&&(i.list.html(mapp.lib.template("poi-list",{pois:u})),google.maps.event.trigger(this,"rendered"))};this.getPoi=function(n){return n=typeof n=="string"?parseInt(n,10):n,u[n]};this.getPoiById=function(n){for(var t=0;t<u.length;t++)if(u[t].postid==n)return u[t];return null};this.getPois=function(){return u};this.addPoi=function(n){u.unshift(n);n.setMap(this);f.renderList();this.poiSelect(n)};this.removePoi=function(t){var i=n.inArray(t,u);i!=-1&&(u[i].setMap(null),u.splice(i,1),f.renderList())};this.setPois=function(n){for(var i,t=0;t<u.length;t++)u[t].setMap(null);if(u=[],n){for(t=0;t<n.length;t++)i=new mapp.Poi,i.fromJSON(n[t]),u.push(i),i.setMap(this),i.setZIndex(s+n.length-1-t);s+=n.length-1}};this.sortPois=function(n){for(var r,t=Array(),i=0;i<n.length;i++){if(r=parseInt(n[i]),isNaN(r))return!1;t.push(u[r])}if(t.length!=u.length)return!1;u=t;this.renderList()};this.openInfoWindow=function(n,t){if(this.iw){if(o&&o.close(),this.iw.close(),this.poiSelect(n),!this.editable){if(this.options.mashupClick=="post"&&n.postid&&n.url){window.location.assign(n.url);return}this.iw.setContent(n.html)}google.maps.event.addListenerOnce(this.iw,"domready",function(){google.maps.event.trigger(f,"poidomready",n)});google.maps.event.trigger(f,"open",n);var i=new google.maps.MVCObject;i.setValues({position:n.getPosition(t),anchorPoint:n.getAnchorPoint(t)});this.iw.open(r,i)}};this.togglePois=function(n){n=!!n;for(var t=0;t<u.length;t++)u[t].setVisible(n)};this.toggleView=function(n,t){t=typeof t=="undefined"?!i.layout.hasClass("mapp-view-"+n):t;i.layout.toggleClass("mapp-view-"+n,t);n=="menu"&&t&&l()};this.resize=function(){var n=r.getCenter();google.maps.event.trigger(r,"resize");r.setCenter(n);return};this.initCenter=function(){var n=u.length?u[0]:null;google.maps.event.addListenerOnce(r,"idle",function(){if(o&&f.options.initialOpenDirections){f.openDirections(null,n);return}f.options.initialOpenInfo&&n.open()});this.recenter()};this.recenter=function(){var f=!this.query&&this.center?new google.maps.LatLng(this.center.lat,this.center.lng):null,t=!this.query&&this.zoom&&parseInt(this.zoom)?parseInt(this.zoom):null,n,i;if(f){r.setCenter(f);r.setZoom(t?t:1);return}if(u.length==0){r.setCenter(new google.maps.LatLng(0,0));r.setZoom(1);return}if(u.length==1){u[0].center(t);return}for(bounds=new google.maps.LatLngBounds,n=0;n<u.length;n++)i=u[n].getBounds(),bounds=i?bounds.union(i):bounds.extend(u[n].getPosition());r.fitBounds(bounds)};this.toJSON=function(){for(var t={center:this.center,height:this.height,mapid:this.mapid,mapTypeId:r.getMapTypeId(),metaKey:this.metaKey,pois:[],title:this.title,width:this.width,zoom:this.zoom},n=0;n<u.length;n++)t.pois.push(u[n].toJSON());return t};this.ajaxSave=function(n){mapp.lib.ajax({type:"POST",data:{action:"mapp_save",map:JSON.stringify(this),postid:mappl10n.options.postid},callback:function(t){t.status=="OK"&&(f.mapid=t.data.mapid,n(t.data))}})}};mapp.Map.ajaxCreate=function(t,i,r){mapp.lib.ajax({type:"GET",data:{action:"mapp_create"},callback:function(u){if(u.status=="OK"){n.extend(u.data.map.options,i);u.data.map.name=t;var f=new mapp.Map(u.data.map);r(f)}}})};mapp.Map.ajaxGet=function(t,i,r,u){mapp.lib.ajax({type:"GET",data:{action:"mapp_get",mapid:t},callback:function(t){if(t.status=="OK"){n.extend(t.data.map.options,r);t.data.map.name=i;var f=new mapp.Map(t.data.map);u(f)}}})};mapp.Map.ajaxDelete=function(n,t){mapp.lib.ajax({type:"POST",data:{action:"mapp_delete",mapid:n},callback:function(n){n.status=="OK"&&t&&t()}})}}(jQuery);mapp=window.mapp||{};+function(n){mapp.Directions=function(t,i){function h(t,i,o){var c=n(".mapp-travelmode-on > span",r).hasClass("mapp-dir-walk")?google.maps.DirectionsTravelMode.WALKING:n(".mapp-travelmode-on > span",r).hasClass("mapp-dir-transit")?google.maps.DirectionsTravelMode.TRANSIT:n(".mapp-travelmode-on > span",r).hasClass("mapp-dir-bike")?google.maps.DirectionsTravelMode.BICYCLING:google.maps.DirectionsTravelMode.DRIVING;var l={travelMode:c,transitOptions:{departureTime:null},provideRouteAlternatives:!0,origin:t,destination:i},h=n(".mapp-dir-renderer",r).get(0);n(".mapp-dir-renderer",r).empty();s||(s=new google.maps.DirectionsService);s.route(l,function(n,t){switch(t){case google.maps.DirectionsStatus.OK:f.opts.map.togglePois(!1);u?(u.setDirections(n),u.setMap(e),u.setPanel(h)):u=new google.maps.DirectionsRenderer({map:e,panel:h,directions:n,hideRouteList:!1,draggable:!0});break;case google.maps.DirectionsStatus.NOT_FOUND:alert(mappl10n.dir_error);break;case google.maps.DirectionsStatus.ZERO_RESULTS:alert(mappl10n.dir_error);break;default:alert(mappl10n.dir_error+t)}o()})}this.opts=n.extend({map:null,directions:null},i);var r=n(t),e,o,u,s,f=this;e=this.opts.map.getMap();o=new mapp.Geocoder(e);r.on("keydown",function(t){t.which==13?(f.getDirections(n(".mapp-dir-saddr",r).val(),n(".mapp-dir-daddr",r).val()),t.preventDefault()):t.which==27&&f.close()});r.on("click","[data-mapp-action]",function(t){var h=n(this).attr("data-mapp-action"),i,u,e,s;t.preventDefault();switch(h){case"dir-cancel":f.close();break;case"dir-get":f.getDirections();break;case"dir-google":i=n(".mapp-dir-saddr",r).val();u=n(".mapp-dir-daddr",r).val();f.openGoogle(i,u);f.close();break;case"dir-myloc":o.geolocate(function(t){t?n(".mapp-dir-saddr",r).val(t.coords.latitude+", "+t.coords.longitude):alert(mappl10n.no_geolocate)});break;case"dir-swap":e=n(".mapp-dir-daddr",r).val();s=n(".mapp-dir-saddr",r).val();n(".mapp-dir-saddr",r).val(e);n(".mapp-dir-daddr",r).val(s)}});this.open=function(t,i){if(this.opts.directions=="google"){this.openGoogle(t,i);return}this.opts.map.toggleView("directions",!0);n(".mapp-dir-saddr",r).val(t);n(".mapp-dir-daddr",r).val(i);n(".mapp-dir-get",r).focus();n(".mapp-dir-saddr",r).focus()};this.close=function(){this.opts.map.toggleView("directions",!1);u&&(u.setPanel(null),u.getMap()&&(u.setMap(null),this.opts.map.togglePois(!0)))};this.getDirections=function(){this.opts.map.closeInfoWindow();n(".mapp-spinner",r).show();var t=n(".mapp-dir-saddr",r),i=n(".mapp-dir-daddr",r),u=n(".mapp-dir-saddr-err",r),f=n(".mapp-dir-daddr-err",r);o.geocodeField(t,u,function(t){o.geocodeField(i,f,function(i){t&&i?h(t,i,function(){n(".mapp-spinner",r).hide();return}):n(".mapp-spinner",r).hide()})})};this.printDirections=function(){var i,t=n(".mapp-travelmode-on > span",r);i=t.hasClass("mapp-dir-walk")?"w":t.hasClass("mapp-dir-bike")?"b":t.hasClass("mapp-dir-transit")?"r":"d";this.openGoogle(n(".mapp-dir-saddr",r).val(),n(".mapp-dir-daddr",r).val(),i)};this.openGoogle=function(n,t,i){var r=mappl10n.options.directionsServer;r.toLowerCase().indexOf("http")==-1&&(r="https://"+r);r+="?saddr="+encodeURIComponent(n);r+="&daddr="+encodeURIComponent(t);i&&(r+="&dirflg="+i);window.open(r)}}}(jQuery);mapp=window.mapp||{};mapp.Geocoder=function(n){function r(n,t){jQuery(n).removeClass("mapp-error");jQuery(t).hide()}function u(n,t,i){jQuery(n).addClass("mapp-error");jQuery(t).html(i);jQuery(t).show()}var t,f,i=this;f=n;this.geocode=function(i,r){typeof i=="string"&&i.substring(0,1)=="("&&(split=i.replace(/\(|\)/g,"").split(","),i=new google.maps.LatLng(split[0],split[1]));var u=i instanceof google.maps.LatLng?{location:i}:{address:i,region:mappl10n.options.country,bounds:n.getBounds()};t||(t=new google.maps.Geocoder);t.geocode(u,function(n,t){if(n){for(var i=0;i<n.length;i++)n[i].formatted_address==""&&n.splice(i,1);r(n[0],t)}else r(null,t)})};this.geolocate=function(n){if(!navigator||!navigator.geolocation)return null;navigator.geolocation.getCurrentPosition(function(t){n(t)},function(){n(null)},{timeout:1e4,enableHighAccuracy:!0,maximumAge:3e4})};this.stringToLatLng=function(n){var t=n.split(",",2),i=Number(t[0]),r=Number(t[1]);return isNaN(i)||isNaN(r)?!1:new google.maps.LatLng(i,r)};this.geocodeField=function(n,t,i){r(n,t);checkAddress(n,t,jQuery(n).val(),function(r){if(!r){u(n,t,mappl10n.no_address);i(null);return}if(r&&r.formatted_address){jQuery(n).val(r.formatted_address);i(r.formatted_address);return}i(r);return})};this.autocompleteField=function(n,t,f,e,o){jQuery(n).keypress(function(i){i.which==13&&(checkAddress(n,t,jQuery(n).val(),o),i.preventDefault())});jQuery(f).click(function(){return checkAddress(n,t,jQuery(n).val(),o),!1});jQuery(e).click(function(){return r(n,t),i.geolocate(function(i){if(i){var r="("+i.coords.latitude+", "+i.coords.longitude+")";jQuery(n).val("");checkAddress(n,t,r,o)}else u(n,t,mappl10n.no_geolocate);return}),!1})};checkAddress=function(n,t,f,e){if(r(n,t),f=jQuery.trim(f),f==""){e(null);return}var o=i.stringToLatLng(f);if(o){e(o);return}if(f.substring(0,4)=="http"){e(f);return}i.geocode(f,function(i,r){if(!i||r!=google.maps.GeocoderStatus.OK){u(n,t,mappl10n.no_address);e(null);return}e(i);return})}};mapp.Geocoder.parseAddress=function(n){return!n||n==""?{firstLine:"",secondLine:""}:(n.lastIndexOf(", USA")>0||n.lastIndexOf(", United States")>0)&&(n.lastIndexOf(", USA")>0&&(n=n.slice(0,n.lastIndexOf(", USA"))),n.lastIndexOf(", United States")>0&&(n=n.slice(0,n.lastIndexOf(", United States"))),n.indexOf(",")==n.lastIndexOf(","))?{firstLine:n,secondLine:""}:n.indexOf(",")==-1?{firstLine:n,secondLine:""}:{firstLine:n.slice(0,n.indexOf(",")),secondLine:n.slice(n.indexOf(", ")+2)}};mapp=window.mapp||{};mapp.Icons={};mapp.Icons.get=function(){return"https://maps.google.com/intl/en_us/mapfiles/ms/micons/red-dot.png"};mapp.Icons.getUrl=function(){return"https://maps.google.com/intl/en_us/mapfiles/ms/micons/red-dot.png"};mapp=window.mapp||{};+function(n){mapp.InfoBox=function(t,i){var f=n.extend({disableAutoPan:!1,border:20},i),u=null,r=null,e=null,o=this;r=n('<div class="mapp-ib" tabindex="0">').appendTo(t.getMap().getDiv());e=n('<div class="mapp-ib-tip">').appendTo(t.getMap().getDiv());jQuery(window).resize(function(){o.close()});r.on("keydown",function(n){n.which==27&&o.close()});r.on("click",".mapp-close",function(){o.close()});this.getContent=function(){return r};this.setContent=function(n){r.empty().append(n)};this.open=function(n,t){u=t;this.setMap(n)};this.onAdd=function(){r.show();e.show();var t=n(":input",r);t.length?t.first().focus():r.focus();google.maps.event.trigger(o,"domready")};this.draw=function(){var l=this.getMap(),c=this.getProjection().fromLatLngToContainerPixel(u.position),t={width:n(l.getDiv()).width(),height:n(l.getDiv()).height()},v=n(".mapp-ib-body",r);if(!f.disableAutoPan){r.css({"max-height":"9999px",left:0,bottom:0,top:"auto",right:"auto"});var s=r.outerWidth(!0),h=r.outerHeight(!0),a=e.outerHeight(!0),i=c.x,o=c.y;i+s/2>t.width&&(i=t.width-s/2);i-s/2<0&&(i=s/2);o-h+u.anchorPoint.y-a<f.border&&(o=h-u.anchorPoint.y+f.border+a);o>t.height&&(o=t.height);l.panBy(c.x-i,c.y-o);h>t.height+u.anchorPoint.y-2*f.border&&(h=t.height+u.anchorPoint.y-2*f.border,r.css({"max-height":h+2}));r.css({left:i-s/2,bottom:t.height-o-u.anchorPoint.y+a});e.css({left:i,bottom:t.height-o-u.anchorPoint.y})}};this.close=function(){r.is(":visible")&&(this.setMap(null),google.maps.event.trigger(this,"closed"))};this.onRemove=function(){r.hide();e.hide()}};mapp.InfoBox.prototype=new google.maps.OverlayView}(jQuery);mapp=window.mapp||{};+function(n){if(mapp.lib={ajax:function(t){var r=this,u,i;if(n.extend({type:"GET",cache:!1,data:null,spinner:null,callback:n.noop},t),t.cache)for(typeof mapp.lib.ajax.cache=="undefined"&&(mapp.lib.ajax.cache=[]),u=JSON.stringify(t.data),i=0;i<mapp.lib.ajax.cache.length;i++)if(mapp.lib.ajax.cache[i].hash==u){t.callback(mapp.lib.ajax.cache[i].response);return}return t.spinner&&t.spinner.show(),n.ajax({type:t.type,cache:!1,url:mappl10n.options.ajaxurl,data:t.data,success:function(n,i,u){if(t.spinner&&t.spinner.hide(),n.output){r.alert("AJAX Error\r\n"+n.output);return}if(n.status=="OK"){t.cache&&mapp.lib.ajax.cache.push({hash:JSON.stringify(t.data),response:n});t.callback&&t.callback(n,u);return}var f=typeof n=="object"?n.status:n;r.alert("AJAX ERROR\r\nResponse="+f+" TextStatus="+i+"\r\nResponseText="+u.responseText)},error:function(n,i,u){(t.spinner&&t.spinner.hide(),i!="cancel")&&typeof u!="undefined"&&u!=""&&r.alert("AJAX ERROR\r\nTextStatus="+i+"\r\nError="+u+"\r\nResponseText="+n.responseText)}})},alert:function(n){mappl10n.options.admin||mappl10n.options.debug?alert(n):window.console&&console.log(n)},jqVersionCheck:function(t){if(typeof n=="undefined"||typeof t=="undefined")return!1;for(t=t.split("."),v=n.fn.jquery.split("."),i=0;i<t.length;i++){var r=parseInt(t[i]),u=typeof v[i]!="undefined"?parseInt(v[i]):0;if(u!=r)return u>r}return!0},log:function(n){window.console&&console.log(n)},scrollTo:function(n,t){if(n&&t&&n.length&&t.length){var i=n.scrollTop(),u=n.height(),r=i+t.position().top,f=r+t.outerHeight(!0);r<i?n.scrollTop(r):f>i+u&&n.scrollTop(f-u)}},template:function(t,i){if(mapp.lib.templates=mapp.lib.templates?mapp.lib.templates:{},!mapp.lib.templates[t]){var r=mappl10n.options.templates?mappl10n.options.template[t]:n("#mapp-tmpl-"+t).html();if(r)mapp.lib.templates[t]=_.template(n.trim(r),null,{evaluate:/<#([\s\S]+?)#>/g,interpolate:/\{\{\{([\s\S]+?)\}\}\}/g,escape:/\{\{([^\}]+?)\}\}(?!\})/g});else return""}return mapp.lib.templates[t](i)}},typeof google=="undefined")return mapp.lib.alert("ERROR: Google Maps API not loaded");if(!mappl10n.options.apiKey)return mapp.lib.alert("ERROR: Google Maps API Key missing, please check MapPress settings and FAQ");n(document).ready(function(){n('script[src*="https://maps.googleapis.com/maps/api/js"]').length>1&&mapp.lib.alert("ERROR: Google Maps API key loaded multiple times, please see MapPress FAQ.")});mapp.lib.jqVersionCheck("1.7")||mapp.lib.alert("jQuery version is too old: "+n.fn.jquery);n("body").on("tabsactivate tabsshow",function(t,i){var r=i.newPanel?i.newPanel:i.panel;r&&n(".mapp-canvas",r).each(function(){var i=n(this).attr("id"),t=window[i];t.resize();t.initCenter()})})}(jQuery);mapp=window.mapp||{};+function(n){mapp.Places=function(t,i){var u=this,r;if(this.sel=n(t),this.opts=n.extend({map:null,types:[]},i),r=n('<div style="display:none">').appendTo("body"),this.placesService=new google.maps.places.PlacesService(r.get(0)),this.autocompleteService=new google.maps.places.AutocompleteService,this.sel.length){this.opts.types||(this.opts.types=[]);this.autocomplete=new google.maps.places.Autocomplete(this.sel.get(0),{types:this.opts.types});this.autocomplete.bindTo("bounds",this.opts.map.getMap());this.sel.on("keydown",function(n){if(n.which==13)return!1});google.maps.event.addListener(this.autocomplete,"place_changed",function(){u.parse(this.getPlace())})}};mapp.Places.prototype={parse:function(t){var u,i=this,r;if(this.error(!1),r=t&&t.name?n.trim(t.name):n.trim(t),!r)return this.error(!0);if(r=="geolocate")return this.geolocate();if(r.substring(0,4)=="http"||r.substring(0,3)=="kml"&&typeof typenow!="undefined"&&typenow=="mappress_map"){google.maps.event.trigger(i,"search",r=="kml"?"http://googlemaps.github.io/js-v2-samples/ggeoxml/cta.kml":r);return}if(t&&t.geometry){t.formatted_address&&this.set(t.formatted_address);google.maps.event.trigger(i,"search",t);return}if(latLngLoc=this.parseLatLng(t)){google.maps.event.trigger(i,"search",latLngLoc);return}this.autocompleteService.getPlacePredictions({input:r,types:this.opts.types,bounds:this.opts.map.getMap().getBounds()},function(n,t){if(t!="OK"||n==null||n.length==0)return i.error(!0);u=typeof n[0].description!="undefined"?n[0].description:null;i.placesService.getDetails({placeId:n[0].place_id},function(n,t){if(t!="OK"||!n||!n.geometry)return i.error(!0);u=u?u:n.formatted_address;i.set(u);google.maps.event.trigger(i,"search",n)})})},parseLatLng:function(t){var i,r;return t instanceof google.maps.LatLng?i=t:t&&t.lat&&t.lng?i=new google.maps.LatLng(t.lat,t.lng):(name=t&&t.name?n.trim(t.name):n.trim(t),r=name.split(","),r.length!=2||isNaN(r[0])||isNaN(r[1])||(i=new google.maps.LatLng(r[0],r[1]))),i?{name:i.toUrlValue(),geometry:{location:i}}:null},geolocate:function(){var n=this;if(!navigator||!navigator.geolocation){alert(mappl10n.no_geolocate);return}navigator.geolocation.getCurrentPosition(function(t){n.set("");var i=new google.maps.LatLng(t.coords.latitude,t.coords.longitude),r={name:i.toUrlValue(),geometry:{location:i}};google.maps.event.trigger(n,"search",r)},function(){alert(mappl10n.no_geolocate)},{timeout:1e4,enableHighAccuracy:!0,maximumAge:3e4})},set:function(n){n=n.replace(", United States of America","").replace(", USA","").replace(", United States","");this.sel.blur();this.sel.val(n);this.sel.blur();this.error(!1)},get:function(){return n.trim(this.sel.val())},focus:function(){this.sel.focus()},error:function(n){this.sel.toggleClass("mapp-error",!!n)}}}(jQuery);mapp=window.mapp||{};+function(n){mapp.Poi=function(){this.address=null;this.body=null;this.html=null;this.iconid=null;this.kml=null;this.map=null;this.overlay=null;this.postid=null;this.title="";this.url=null;this.type=null;this.viewport=null;for(var n in arguments[0])typeof arguments[0][n]!="undefined"&&(this[n]=arguments[0][n])};mapp.Poi.prototype={fromJSON:function(n){var u,f,i,o,t,r,s,e;this.address=n.correctedAddress;this.body=n.body;this.correctedAddress=n.correctedAddress;this.html=n.html;this.iconid=n.iconid;this.kml=n.kml;this.postid=n.postid;this.title=n.title;this.type=n.type;this.url=n.url;n.viewport&&n.viewport.sw&&n.viewport.ne&&(u=new google.maps.LatLng(n.viewport.sw.lat,n.viewport.sw.lng),f=new google.maps.LatLng(n.viewport.ne.lat,n.viewport.ne.lng),this.viewport=u.lat()==0&&u.lng()==0&&f.lat()==0&&f.lng()==0?null:new google.maps.LatLngBounds(u,f));i=[];o=[];switch(this.type){case"polygon":if(n.poly&&n.poly.paths)for(t=0;t<n.poly.paths.length;t++){for(i=[],r=0;r<n.poly.paths[t].length;r++)i.push(new google.maps.LatLng(n.poly.paths[t][r].lat,n.poly.paths[t][r].lng));o.push(new google.maps.MVCArray(i))}this.overlay=new google.maps.Polygon({paths:new google.maps.MVCArray(o)});this.setColors(n.poly);break;case"polyline":if(n.poly&&n.poly.path)for(t=0;t<n.poly.path.length;t++)i.push(new google.maps.LatLng(n.poly.path[t].lat,n.poly.path[t].lng));this.overlay=new google.maps.Polyline({path:new google.maps.MVCArray(i)});this.setColors(n.poly);break;case"circle":e=new google.maps.LatLng(n.point.lat,n.point.lng);this.overlay=new google.maps.Circle({center:e,radius:parseFloat(n.poly.radius)});this.setColors(n.poly);break;case"rectangle":this.overlay=new google.maps.Rectangle({bounds:this.viewport});this.setColors(n.poly);break;case"kml":s=n.kml&&n.kml.url?n.kml.url:"";this.overlay=new google.maps.KmlLayer(s,{preserveViewport:!0,suppressInfoWindows:!0});break;case"":default:e=new google.maps.LatLng(n.point.lat,n.point.lng);this.overlay=new google.maps.Marker({position:e})}},toJSON:function(){var n={address:this.address,body:this.body,correctedAddress:this.address,iconid:this.iconid,point:null,poly:null,title:this.title,type:this.type,viewport:null},r=this.getPosition(),t,i;if(n.point={lat:r.lat(),lng:r.lng()},t=this.viewport?this.viewport:this.getBounds(),t&&(n.viewport={sw:{lat:t.getSouthWest().lat(),lng:t.getSouthWest().lng()},ne:{lat:t.getNorthEast().lat(),lng:t.getNorthEast().lng()}}),this.type=="kml"&&(n.kml={url:this.overlay.getUrl()}),this.isPoly()){n.poly=this.getColors();switch(this.type){case"circle":n.poly.radius=this.overlay.getRadius();break;case"polyline":n.poly.path=[];this.overlay.getPath().forEach(function(t){n.poly.path.push({lat:t.lat(),lng:t.lng()})});break;case"polygon":n.poly.paths=[];this.overlay.getPaths().forEach(function(t){var i=[];t.forEach(function(n){i.push({lat:n.lat(),lng:n.lng()})});n.poly.paths.push(i)});break;case"rectangle":i=this.overlay.getBounds();n.viewport={sw:{lat:i.getSouthWest().lat(),lng:i.getSouthWest().lng()},ne:{lat:i.getNorthEast().lat(),lng:i.getNorthEast().lng()}}}}return n},setMap:function(t){var i=this;if(google.maps.event.clearInstanceListeners(this.overlay),t==null){this.overlay.setMap(null);return}this.type=="kml"&&(google.maps.event.addListener(this.overlay,"defaultviewport_changed",function(){i.viewport=i.overlay.getDefaultViewport()}),google.maps.event.addListener(this.overlay,"status_changed",function(){var n=i.overlay.getStatus();n!="OK"&&mappl10n.ajaxErrors&&alert(mappl10n.kml_error+":"+n)}));this.map=t;this.overlay.setMap(t.getMap());this.setEditable(this.map.editable);this.setIcon(this.iconid);this.type||this.overlay.setTitle(n("<div>").html(this.title).text());google.maps.event.addListener(this.overlay,"click",function(n){i.open(n)})},setEditable:function(n){var t=this;this.type!="kml"&&(this.overlay.setDraggable(n),this.isPoly()&&this.overlay.setEditable(n),google.maps.event.clearListeners(this.overlay,"rightclick"),google.maps.event.clearListeners(this.overlay,"dragstart"),n&&(google.maps.event.addListener(this.overlay,"dragstart",function(){t.viewport=null;t.map.closeInfoWindow()}),(this.type=="polygon"||this.type=="polyline")&&google.maps.event.addListener(this.overlay,"rightclick",function(n){n.vertex!=null&&t.overlay.getPath().getLength()>2&&t.overlay.getPath().removeAt(n.vertex)})))},getZIndex:function(){return this.type?this.overlay.zIndex:this.overlay.getZIndex()},setZIndex:function(n){this.type?this.overlay.zIndex=n:this.overlay.setZIndex(n)},setIcon:function(n){this.type||typeof mapp.Icons=="undefined"||(this.overlay.setIcon(null),this.overlay.setIcon(mapp.Icons.get(n)),this.iconid=n)},setVisible:function(n){typeof this.overlay.setVisible!="undefined"&&this.overlay.setVisible(n)},setColors:function(n){var i={};for(var t in{strokeColor:"",strokeOpacity:"",strokeWeight:"",fillColor:"",fillOpacity:""})n&&typeof n[t]!="undefined"&&(i[t]=n[t]);this.overlay.setOptions(i)},getColors:function(){var t={};for(var n in{strokeColor:"",strokeOpacity:"",strokeWeight:"",fillColor:"",fillOpacity:""})typeof this.overlay[n]!="undefined"&&(t[n]=this.overlay[n]);return t},center:function(n){var t=this.map.getMap(),i=this.getBounds();if(typeof n=="number"){t.setCenter(this.getPosition());t.setZoom(n);return}i?(t.fitBounds(i),t.setCenter(this.getPosition())):(t.setCenter(this.getPosition()),t.setZoom(parseInt(mappl10n.options.poiZoom)))},open:function(n){this.map.openInfoWindow(this,n)},isPoly:function(){return jQuery.inArray(this.type,["polyline","polygon","circle","rectangle"])!=-1},getBounds:function(){var n;if(!this.map.editable&&this.viewport)return this.viewport;switch(this.type){case"polyline":n=new google.maps.LatLngBounds;this.overlay.getPath().forEach(function(t){n.extend(t)});break;case"polygon":n=new google.maps.LatLngBounds;this.overlay.getPaths().forEach(function(t){t.forEach(function(t){n.extend(t)})});break;case"rectangle":case"circle":n=this.overlay.getBounds();break;case"kml":n=this.overlay.getDefaultViewport();n=n?n:this.viewport;break;default:return this.viewport?this.viewport:null}return n},getPosition:function(n){if(!this.type)return this.overlay.getPosition();if(this.type=="kml"&&n&&n.latLng)return n.latLng;var t=this.getBounds();return t?t.getCenter():new google.maps.LatLng(0,0)},click:function(){google.maps.event.trigger(this.overlay,"click")},getAddress:function(){return this.address?this.address:this.type=="kml"?this.kml.url:this.getPosition().toUrlValue()},getAnchorPoint:function(n){return this.type=="kml"?n&&n.pixelOffset?new google.maps.Point(n.pixelOffset.width,n.pixelOffset.height):new google.maps.Point(0,0):this.type?new google.maps.Point(0,0):typeof this.overlay.anchorPoint!="undefined"?this.overlay.anchorPoint:new google.maps.Point(0,-32)}}}(jQuery);mapp=window.mapp||{};mapp.widgets={};+function(){mapp.load=function(){if(typeof mapp!="undefined"&&mapp.data)while(mapp.data.length){var n=mapp.data.pop(),t=new mapp.Map(n);window[n.name]=t;t.display()}}}(jQuery);typeof mapp.Media!="undefined"?window.mappEditor=new mapp.Media:mapp.load()
languages/mappress-google-maps-for-wordpress-fr_FR.mo CHANGED
Binary file
languages/mappress-google-maps-for-wordpress-fr_FR.po CHANGED
@@ -1,10 +1,10 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: MapPress Easy Google Maps v2.42.1\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2014-04-18 18:10+0100\n"
6
- "PO-Revision-Date: 2014-04-18 18:11+0100\n"
7
- "Last-Translator: BONALDI <nomail@nomail.fr>\n"
8
  "Language-Team: Bonaldi <bonaldi.fr>\n"
9
  "Language: fr_FR\n"
10
  "MIME-Version: 1.0\n"
@@ -17,913 +17,1223 @@ msgstr ""
17
  "_nx_noop:4c,1,2\n"
18
  "X-Poedit-Basepath: ..\n"
19
  "X-Textdomain-Support: yes\n"
20
- "X-Generator: Poedit 1.5.4\n"
21
  "X-Poedit-SearchPath-0: .\n"
22
 
23
- # @ mappress
24
- #: mappress_poi.php:214 mappress_settings.php:457
25
- msgid "Directions to"
26
- msgstr "Itinéraires vers"
27
 
28
- # @ default
29
- # @ mappress
30
- #: mappress_poi.php:216 mappress_settings.php:458
31
- msgid "Directions from"
32
- msgstr "Itinéraires de"
33
 
34
- # @ mappress
35
- #: mappress_poi.php:249 mappress.php:552 mappress_settings.php:133
36
- msgid "Directions"
37
- msgstr "Itinéraires"
38
 
39
- # @ mappress
40
- #: mappress_poi.php:298 mappress.php:559 mappress_settings.php:317
41
- #: mappress_settings.php:456
42
- msgid "Zoom"
43
- msgstr "Zoom"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
44
 
45
- # @ mappress
46
- #: mappress.php:122
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47
  msgid "Version"
48
  msgstr "Version"
49
 
50
- # @ mappress
51
- #: mappress.php:130
52
  msgid "Documentation"
53
  msgstr "Documentation"
54
 
55
- # @ mappress
56
- #: mappress.php:131
57
  msgid "Support"
58
  msgstr "Support"
59
 
60
- # @ mappress
61
- #: mappress.php:132
62
- msgid "Contact"
63
- msgstr "Contact"
64
-
65
- # @ mappress
66
- #: mappress.php:135
67
  msgid "Upgrade to MapPress Pro"
68
  msgstr "Mise à niveau vers MapPress Pro"
69
 
70
- # @ mappress
71
- #: mappress.php:333
72
  msgid ""
73
  "MapPress database tables are missing. Please deactivate the plugin and "
74
  "activate it again to fix this."
75
  msgstr ""
76
- "Les tables de la base de données MapPress sont manquantes. S'il vous plaît "
77
- "désactiver l'extension et l'activer à nouveau pour résoudre ce problème."
78
 
79
- # @ mappress
80
- #: mappress.php:338
81
  msgid ""
82
  "WARNING: MapPress now requires WordPress 3.2 or higher. Please upgrade "
83
  "before using MapPress."
84
  msgstr ""
85
- "ATTENTION: MapPress requiers WordPress 3.2 ou suivants. Svp, mettez-vous à "
86
- "niveau avant d'utiliser MapPress."
87
 
88
- # @ mappress
89
- #: mappress.php:343
90
  msgid ""
91
  "WARNING: MapPress is not compfatible with the WP-Geo plugin. Please "
92
  "deactivate or uninstall WP-Geo before using MapPress."
93
  msgstr ""
94
- "ATTENTION: MapPress n'est pas compatible avec l'extension WP-Geo. Svp, "
95
- "désactivez-la avant d'utiliser MapPress."
 
 
 
 
 
 
 
 
96
 
97
- # @ mappress
98
- #: mappress.php:547 templates/map_directions.php:6
 
 
 
 
99
  msgid "Bicycling"
100
  msgstr "A vélo"
101
 
102
- # @ mappress
103
- #: mappress.php:548
104
  msgid "Bike"
105
  msgstr "Cycles"
106
 
107
- # @ mappress
108
- #: mappress.php:549
109
  msgid "One of the addresses could not be found."
110
- msgstr "Une des adresses n'a pu être trouvée."
111
 
112
- # @ mappress
113
- #: mappress.php:550
114
  msgid ""
115
  "Google cannot return directions between those addresses. There is no route "
116
  "between them or the routing information is not available."
117
  msgstr ""
118
- "Google ne peut afficher l'itinéraire. Il n'y a pas de route ou les "
119
  "informations sont indisponibles."
120
 
121
- # @ mappress
122
- #: mappress.php:551
123
  msgid "Unknown error, unable to return directions. Status code = "
124
- msgstr "Erreur inconnue, impossible de définir l'itinéraire. Code de statut ="
 
 
 
 
 
125
 
126
- # @ mappress
127
- #: mappress.php:553
128
  msgid "Error reading KML file"
129
  msgstr "Erreur de lecture fichier KML"
130
 
131
- # @ mappress
132
- #: mappress.php:554
133
  msgid "Loading..."
134
- msgstr "Charge..."
135
 
136
- # @ mappress
137
- #: mappress.php:555
138
  msgid "No matching address"
139
  msgstr "Aucune adresse trouvée"
140
 
141
- # @ mappress
142
- #: mappress.php:556
143
  msgid "Unable to get your location"
144
  msgstr "Impossible de trouver votre emplacement"
145
 
146
- # @ mappress
147
- #: mappress.php:557 mappress_settings.php:322
148
  msgid "Traffic"
149
  msgstr "Circulation"
150
 
151
- # @ mappress
152
- #: mappress.php:558
153
  msgid "Transit"
154
  msgstr "Transports"
155
 
156
- # @ mappress
157
- #: mappress.php:564
 
 
 
158
  msgid "Add"
159
  msgstr "Ajouter"
160
 
161
- # @ mappress
162
- #: mappress.php:565
163
  msgid "Click & drag to move"
164
  msgstr "Cliquez & glissez pour déplacer"
165
 
166
- # @ mappress
167
- #: mappress.php:566
168
  msgid "Click to change"
169
  msgstr "Cliquez pour changer"
170
 
171
- # @ mappress
172
- #: mappress.php:567 mappress_map.php:444
173
- msgid "Delete"
174
- msgstr "Supprimer"
175
-
176
- # @ mappress
177
- #: mappress.php:568
178
  msgid "Delete this POI?"
179
- msgstr "Effacer ce POI"
180
 
181
- # @ mappress
182
- #: mappress.php:569
183
  msgid "Delete this map?"
184
- msgstr "Supprimer cette carte?"
185
 
186
- # @ mappress
187
- #: mappress.php:570
188
  msgid "Please save the map first"
189
- msgstr "Svp, enregistrez d'abord la carte"
190
 
191
- # @ mappress
192
- #: mappress.php:571
193
  msgid "Shape"
194
  msgstr "Forme"
195
 
196
- # @ mappress
197
- #: mappress.php:572 mappress_map.php:55
198
  msgid "Untitled"
199
  msgstr "Sans titre"
200
 
201
- # @ default
202
- #: mappress_updater.php:19
203
- msgid "Settings"
204
- msgstr "Réglages"
205
 
206
- # @ mappress
207
- #: mappress_updater.php:41
208
- msgid "download it now"
209
- msgstr "téléchargez le maintenant"
210
 
211
- # @ mappress
212
- #: mappress_updater.php:46
213
- #, php-format
214
- msgid "A PRO Version update is available for manual installation: %s"
215
- msgstr "Une version PRO est disponible pour installation manuelle: %s"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
216
 
217
- # @ mappress
218
- #: mappress_settings.php:130
 
 
 
 
 
 
 
219
  msgid "Basic Settings"
220
- msgstr "Paramètres"
221
 
222
- # @ mappress
223
- #: mappress_settings.php:131
224
  msgid "Post types"
225
- msgstr "Types d'article"
226
 
227
- # @ mappress
228
- #: mappress_settings.php:132
229
  msgid "Automatic map display"
230
  msgstr "Affichage de la carte automatique"
231
 
232
- # @ mappress
233
- #: mappress_settings.php:135
 
 
 
 
 
 
 
234
  msgid "Map Controls"
235
- msgstr "Contrôles carte"
236
 
237
- # @ mappress
238
- #: mappress_settings.php:136
239
  msgid "Draggable"
240
  msgstr "Glissable"
241
 
242
- # @ mappress
243
- #: mappress_settings.php:137
244
  msgid "Keyboard shortcuts"
245
  msgstr "Raccourcis clavier"
246
 
247
- # @ mappress
248
- #: mappress_settings.php:138
249
  msgid "Scroll wheel zoom"
250
  msgstr "Zoomer avec la roulette de souris"
251
 
252
- # @ mappress
253
- #: mappress_settings.php:139
254
  msgid "Map Types"
255
- msgstr "Type carte"
256
 
257
- # @ mappress
258
- #: mappress_settings.php:140
259
  msgid "Map controls"
260
- msgstr "Contrôles carte"
261
 
262
- # @ mappress
263
- #: mappress_settings.php:142
264
  msgid "Map Settings"
265
- msgstr "Réglages carte"
266
 
267
- # @ mappress
268
- #: mappress_settings.php:143
269
  msgid "Map links"
270
- msgstr "Liens sur carte"
271
 
272
- # @ mappress
273
- #: mappress_settings.php:144
274
  msgid "Map alignment"
275
- msgstr "Plan d'alignement"
276
-
277
- # @ mappress
278
- #: mappress_settings.php:145
279
- msgid "Map border"
280
- msgstr "Bordure carte"
281
 
282
- # @ mappress
283
- #: mappress_settings.php:146
284
- msgid "Map border color"
285
- msgstr "Couleur bordure carte"
286
-
287
- # @ mappress
288
- #: mappress_settings.php:147
289
  msgid "Open first POI"
290
- msgstr "Ouvrir le premier POI"
291
 
292
- # @ mappress
293
- #: mappress_settings.php:149
294
  msgid "POI Settings"
295
- msgstr "Réglages POI"
296
 
297
- # @ mappress
298
- #: mappress_settings.php:150
299
  msgid "POI links"
300
- msgstr "Liens POI"
301
 
302
- # @ mappress
303
- #: mappress_settings.php:151
304
  msgid "Tooltips"
305
  msgstr "Infobulles"
306
 
307
- # @ mappress
308
- #: mappress_settings.php:152
309
  msgid "Default zoom"
310
- msgstr "Zoom défaut"
311
 
312
- # @ mappress
313
- #: mappress_settings.php:155
314
  msgid "Mashups"
315
  msgstr "Agrégations"
316
 
317
- # @ mappress
318
- #: mappress_settings.php:156
319
  msgid "Icons"
320
  msgstr "Icônes"
321
 
322
- # @ mappress
323
- #: mappress_settings.php:157
324
  msgid "Styled Maps"
325
- msgstr "Cartes stylées"
326
 
327
- # @ mappress
328
- #: mappress_settings.php:158
329
  msgid "Geocoding"
330
  msgstr "Géolocalisation"
331
 
332
- # @ mappress
333
- #: mappress_settings.php:161
334
  msgid "Localization"
335
  msgstr "Localisation"
336
 
337
- # @ mappress
338
- #: mappress_settings.php:162
339
  msgid "Language"
340
  msgstr "Langue"
341
 
342
- # @ mappress
343
- #: mappress_settings.php:163
344
  msgid "Country"
345
  msgstr "Pays"
346
 
347
- # @ mappress
348
- #: mappress_settings.php:164
349
  msgid "Directions server"
350
- msgstr "Serveur adresses"
351
 
352
- # @ mappress
353
- #: mappress_settings.php:165
354
  msgid "Directions units"
355
- msgstr "Unités itinéraires"
356
 
357
- # @ mappress
358
- #: mappress_settings.php:167
359
  msgid "Miscellaneous"
360
  msgstr "Divers"
361
 
362
- # @ mappress
363
- #: mappress_settings.php:168
364
  msgid "Map sizes"
365
- msgstr "Tailles carte"
366
-
367
- #: mappress_settings.php:169
368
- msgid "Fix Scrollbars"
369
- msgstr "Ascenseurs"
370
 
371
- # @ mappress
372
- #: mappress_settings.php:170
373
- msgid "Turn off CSS"
374
- msgstr "Désactiver CSS"
375
 
376
- # @ mappress
377
- #: mappress_settings.php:171
378
  msgid "Adaptive display"
379
  msgstr "Affichage adaptatif"
380
 
381
- # @ mappress
382
- #: mappress_settings.php:172
383
- msgid "Load maps last"
384
- msgstr "Charger cartes en dernier"
385
 
386
- # @ default
387
- #: mappress_settings.php:222
388
  msgid "Use the settings below to automatically create maps from custom fields."
389
  msgstr ""
390
  "Utilisez les paramètres ci-dessous pour créer automatiquement des cartes de "
391
  "champs personnalisés."
392
 
393
- # @ mappress
394
- #: mappress_settings.php:228
395
- msgid "Posts"
396
- msgstr "Articles"
 
 
 
 
 
 
 
397
 
398
- # @ mappress
399
- #: mappress_settings.php:229
400
- msgid "Pages"
401
- msgstr "Pages"
402
 
403
- # @ mappress
404
- #: mappress_settings.php:241
405
  msgid "country code"
406
  msgstr "Code pays"
407
 
408
- # @ mappress
409
- #: mappress_settings.php:243
410
  #, php-format
411
  msgid "Enter a %s to use when searching (leave blank for USA)"
412
  msgstr ""
413
- "Entrer un %s à utiliser par défaut pour les recherches d'adresse. (laisser "
414
- "vide pour les USA)"
415
 
416
- # @ mappress
417
- #: mappress_settings.php:250
418
  msgid "Enter a google server URL for directions/printing"
419
- msgstr "Entrez URL du serveur Google pour itinéraires / impression"
420
 
421
- # @ mappress
422
- #: mappress_settings.php:255
423
  msgid "(Default)"
424
  msgstr "(Défaut)"
425
 
426
- # @ mappress
427
- #: mappress_settings.php:255
428
  msgid "Metric (kilometers)"
429
  msgstr "Métrique (kilomètres)"
430
 
431
- # @ mappress
432
- #: mappress_settings.php:255
433
  msgid "Imperial (miles)"
434
  msgstr "Impérial (miles)"
435
 
436
- # @ mappress
437
- #: mappress_settings.php:260
438
  msgid "Enable map dragging with the mouse"
439
  msgstr "Autoriser le glissement de la carte avec la souris"
440
 
441
- # @ mappress
442
- #: mappress_settings.php:264
443
  msgid "Enable zoom with the mouse scroll wheel"
444
  msgstr "Activer le zoom avec la roulette de la souris"
445
 
446
- # @ mappress
447
- #: mappress_settings.php:268
448
  msgid "Enable keyboard panning and zooming"
449
  msgstr "Activer déplacement et zoom clavier"
450
 
451
- # @ mappress
452
- #: mappress_settings.php:274
453
  msgid "language"
454
  msgstr "Langue"
455
 
456
- # @ mappress
457
- #: mappress_settings.php:276
458
  #, php-format
459
  msgid "Use a specific %s for map controls and geocoding"
460
- msgstr "Utilisez un %s spécifique pour contrôles de carte et géolocalisation"
 
461
 
462
- # @ mappress
463
- #: mappress_settings.php:284 mappress_settings.php:290
464
- #: mappress_settings.php:384 mappress_settings.php:497
465
  msgid "Default"
466
  msgstr "Défaut"
467
 
468
- # @ mappress
469
- #: mappress_settings.php:285
470
  msgid "Horizontal"
471
  msgstr "Horizontal"
472
 
473
- # @ mappress
474
- #: mappress_settings.php:286
475
  msgid "Dropdown"
476
  msgstr "Déroulant"
477
 
478
- # @ mappress
479
- #: mappress_settings.php:291
480
  msgid "Small"
481
  msgstr "Petit"
482
 
483
- # @ mappress
484
- #: mappress_settings.php:292
485
  msgid "Large"
486
  msgstr "Grand"
487
 
488
- # @ mappress
489
- #: mappress_settings.php:293
490
  msgid "Android"
491
  msgstr "Android"
492
 
493
- # @ mappress
494
- #: mappress_settings.php:304
495
  msgid "Open initially"
496
  msgstr "Activé initialement"
497
 
498
- # @ mappress
499
- #: mappress_settings.php:306 mappress_settings.php:308
500
- #: mappress_settings.php:310
501
  msgid "Checked initially"
502
  msgstr "Coché initialement"
503
 
504
- # @ mappress
505
- #: mappress_settings.php:312
506
  msgid "Control"
507
  msgstr "Contrôle"
508
 
509
- # @ default
510
- #: mappress_settings.php:312
511
  msgid "Enable"
512
  msgstr "Activer"
513
 
514
- # @ mappress
515
- #: mappress_settings.php:312 mappress_settings.php:409
516
  msgid "Style"
517
  msgstr "Style"
518
 
519
- # @ mappress
520
- #: mappress_settings.php:315
521
  msgid "Map types"
522
  msgstr "Types de carte"
523
 
524
- # @ mappress
525
- #: mappress_settings.php:316
526
  msgid "Pan"
527
  msgstr "Déplacement"
528
 
529
- # @ mappress
530
- #: mappress_settings.php:318
531
  msgid "Street view"
532
  msgstr "Vue rue"
533
 
534
- # @ mappress
535
- #: mappress_settings.php:319
536
  msgid "Scale"
537
  msgstr "Echelle"
538
 
539
- # @ mappress
540
- #: mappress_settings.php:320
541
  msgid "Overview map"
542
  msgstr "Vue générale"
543
 
544
- # @ mappress
545
- #: mappress_settings.php:321
546
  msgid "Public transit"
547
  msgstr "Transports publiques"
548
 
549
- # @ mappress
550
- #: mappress_settings.php:323
551
  msgid "Bike routes"
552
  msgstr "Pistes cyclables"
553
 
554
- # @ mappress
555
- #: mappress_settings.php:330
556
  msgid "Road map"
557
  msgstr "Carte routière"
558
 
559
- # @ mappress
560
- #: mappress_settings.php:331
561
  msgid "Satellite"
562
  msgstr "Satellite"
563
 
564
- # @ mappress
565
- #: mappress_settings.php:332
566
  msgid "Terrain"
567
  msgstr "Reliefs"
568
 
569
- # @ mappress
570
- #: mappress_settings.php:333
571
  msgid "Hybrid"
572
  msgstr "Hybride"
573
 
574
- # @ mappress
575
- #: mappress_settings.php:346
576
- msgid "Inline (in your blog)"
577
- msgstr "Incorporé (dans votre blog)"
578
-
579
- # @ mappress
580
- #: mappress_settings.php:347
581
  msgid "Google"
582
  msgstr "Google"
583
 
584
- # @ mappress
585
- #: mappress_settings.php:348
 
 
 
586
  msgid "None"
587
  msgstr "Aucun"
588
 
589
- # @ mappress
590
- #: mappress_settings.php:355
591
  msgid "Automatically open the first POI when a map is displayed"
592
  msgstr ""
593
- "Ouvrir automatiquement le premier POI à l'affichage d'une carte (Point Of "
594
- "Interest)"
595
 
596
- # @ mappress
597
- #: mappress_settings.php:360 mappress_settings.php:369
598
  msgid "Show control"
599
- msgstr "Voir contrôle"
600
 
601
- # @ mappress
602
- #: mappress_settings.php:364 mappress_settings.php:373
603
  msgid "Enabled by default"
604
  msgstr "Activé par défaut"
605
 
606
- # @ mappress
607
- #: mappress_settings.php:377
608
  msgid "Show POI titles as a \"tooltip\" on mouse-over"
609
- msgstr "Voir titres POI en \"infobulles\" au survol de la souris"
 
 
610
 
611
- # @ mappress
612
- #: mappress_settings.php:385
 
 
 
613
  msgid "Center"
614
  msgstr "Centre"
615
 
616
- # @ mappress
617
- #: mappress_settings.php:386
618
  msgid "Left"
619
  msgstr "Gauche"
620
 
621
- # @ mappress
622
- #: mappress_settings.php:387
623
  msgid "Right"
624
  msgstr "Droite"
625
 
626
- # @ mappress
627
- #: mappress_settings.php:399
628
- msgid "solid"
629
- msgstr "solide"
630
-
631
- # @ mappress
632
- #: mappress_settings.php:400
633
- msgid "dashed"
634
- msgstr "tirets"
635
-
636
- # @ mappress
637
- #: mappress_settings.php:401
638
- msgid "dotted"
639
- msgstr "pointillés"
640
-
641
- # @ mappress
642
- #: mappress_settings.php:402
643
- msgid "double"
644
- msgstr "double"
645
-
646
- # @ mappress
647
- #: mappress_settings.php:403
648
- msgid "groove"
649
- msgstr "rainuré"
650
-
651
- # @ mappress
652
- #: mappress_settings.php:404
653
- msgid "inset"
654
- msgstr "interne"
655
-
656
- # @ mappress
657
- #: mappress_settings.php:405
658
- msgid "outset"
659
- msgstr "externe"
660
-
661
- # @ mappress
662
- #: mappress_settings.php:417 mappress_settings.php:497
663
- msgid "Width"
664
- msgstr "Largeur"
665
-
666
- # @ mappress
667
- #: mappress_settings.php:423
668
- msgid "Corner radius"
669
- msgstr "Arrondis"
670
-
671
- # @ mappress
672
- #: mappress_settings.php:432
673
- msgid "Color"
674
- msgstr "Couleur"
675
-
676
- # @ mappress
677
- #: mappress_settings.php:442
678
- msgid "Display shadow"
679
- msgstr "Afficher ombre"
680
-
681
- # @ mappress
682
- #: mappress_settings.php:447 mappress_map.php:513
683
- msgid "Bigger map"
684
- msgstr "Agrandir"
685
-
686
- # @ mappress
687
- #: mappress_settings.php:448 mappress_map.php:495 forms/map_editor.php:17
688
- msgid "Center map"
689
- msgstr "Centrer"
690
-
691
- # @ mappress
692
- #: mappress_settings.php:449 mappress_map.php:504
693
- msgid "Reset map"
694
- msgstr "Réinitialiser"
695
-
696
- # @ mappress
697
- #: mappress_settings.php:466
698
  msgid "Default zoom for POIs entered by lat/lng"
699
- msgstr "Zoom par défaut des POI entrés par lat/lng"
700
 
701
- # @ mappress
702
- #: mappress_settings.php:472
703
  msgid "Top of post"
704
- msgstr "Haut de l'article"
705
 
706
- # @ mappress
707
- #: mappress_settings.php:473
708
  msgid "Bottom of post"
709
- msgstr "Bas de l'article"
710
 
711
- # @ mappress
712
- #: mappress_settings.php:474
713
  msgid "No automatic display"
714
- msgstr "Pas d'affichage automatique"
715
 
716
- #: mappress_settings.php:481
717
- msgid "Fix InfoWindow Scrollbars"
718
- msgstr "Réglage Ascenseurs Fenêtre Info"
719
-
720
- # @ mappress
721
- #: mappress_settings.php:485
722
- msgid "Recenter maps when window is resized"
723
- msgstr "Recentre la carte lorsque la fenêtre est redimensionnée"
724
-
725
- # @ mappress
726
- #: mappress_settings.php:489
727
  #, php-format
728
- msgid "Don't load the %s stylesheet"
729
- msgstr "Ne charge pas la feuille de style %s"
730
 
731
- # @ mappress
732
- #: mappress_settings.php:493
733
- msgid "Load maps in window 'load' event"
734
- msgstr "Charge la carte dans un événement window 'load'"
735
 
736
- # @ mappress
737
- #: mappress_settings.php:497
 
 
 
738
  msgid "Height"
739
  msgstr "Hauteur"
740
 
741
- #: mappress_settings.php:508
742
  msgid "Enter sizes in px or %"
743
- msgstr "Entrer tailles en px ou %"
744
 
745
- # @ mappress
746
- #: mappress_settings.php:518
747
  msgid "Rate it 5 Stars"
748
  msgstr "Noter 5 étoiles"
749
 
750
- # @ mappress
751
- #: mappress_settings.php:520
752
  #, php-format
753
  msgid "%s on WordPress.org"
754
  msgstr "%s sur WordPress.org"
755
 
756
- # @ mappress
757
- #: mappress_settings.php:521
758
  msgid "Thanks for your support!"
759
- msgstr "Merci de votre soutien!"
760
-
761
- # @ mappress
762
- #: mappress_settings.php:548
763
- msgid "MapPress"
764
- msgstr "MapPress"
765
 
766
- # @ mappress
767
- #: mappress_settings.php:549
768
  msgid "Easy Google Maps"
769
  msgstr "Easy Google Maps"
770
 
771
- # @ mappress
772
- #: mappress_settings.php:598
773
  msgid "Like this plugin?"
774
- msgstr "Vous aimez cette extension?"
775
 
776
- # @ mappress
777
- #: mappress_settings.php:600
778
  msgid "Sample Map"
779
  msgstr "Carte exemple"
780
 
781
- # @ mappress
782
- #: mappress_settings.php:619
783
  msgid "Save Changes"
784
- msgstr "Sauvergarder les modifications"
785
 
786
- # @ mappress
787
- #: mappress_settings.php:620
788
  msgid "Reset Defaults"
789
  msgstr "Réinitialiser"
790
 
791
- # @ mappress
792
- #: mappress_map.php:122
793
- msgid "Map not found"
794
- msgstr "Carte non trouvée"
795
 
796
- # @ mappress
797
- #: mappress_map.php:442
798
- msgid "Edit"
799
- msgstr "Editer"
800
 
801
- # @ mappress
802
- #: mappress_map.php:443 forms/map_media.php:48
803
- msgid "Insert into post"
804
- msgstr "Insérer dans l'article"
805
 
806
- # @ mappress
807
- #: mappress_map.php:483
808
- msgid "Show map"
809
- msgstr "Voir carte"
810
 
811
- # @ mappress
812
- #: mappress_map.php:514
813
- msgid "Smaller map"
814
- msgstr "Rétrécir"
815
 
816
- # @ mappress
817
- #: forms/map_media.php:11
818
- msgid "Maps for This Post"
819
- msgstr "Cartes pour Cet article"
820
 
821
- #: forms/map_media.php:12
822
- msgid "New Map"
823
- msgstr "Nouvelle Carte"
 
824
 
825
- # @ mappress
826
- #: forms/map_media.php:22
827
- msgid "Map ID"
828
- msgstr "ID de la carte"
829
 
830
- # @ default
831
- #: forms/map_media.php:27
832
- msgid "Map Title"
833
- msgstr "Titre carte"
834
 
835
- # @ mappress
836
- #: forms/map_media.php:32
837
- msgid "Size"
838
- msgstr "Taille"
839
 
840
- #: forms/map_media.php:46 forms/map_editor_infobox.php:45
841
- msgid "Save"
842
- msgstr "Enregistrer"
843
 
844
- #: forms/map_media.php:47 forms/map_editor_infobox.php:46
845
- msgid "Cancel"
846
- msgstr "Annuler"
847
 
848
- # @ mappress
849
- #: forms/map_editor_infobox.php:22
850
- msgid "Line: "
851
- msgstr "Ligne: "
852
 
853
- # @ mappress
854
- #: forms/map_editor_infobox.php:24
855
- msgid "Weight"
856
- msgstr "Poids"
857
 
858
- # @ mappress
859
- #: forms/map_editor_infobox.php:25 forms/map_editor_infobox.php:31
860
- msgid "Opacity"
861
- msgstr "Opacité"
862
 
863
- # @ mappress
864
- #: forms/map_editor_infobox.php:29
865
- msgid "Fill: "
866
- msgstr "Remplissage: "
867
 
868
- # @ mappress
869
- #: forms/map_editor_infobox.php:40
870
- msgid "Visual"
871
- msgstr "Visuel"
872
 
873
- # @ mappress
874
- #: forms/map_editor_infobox.php:40
875
- msgid "HTML"
876
- msgstr "HTML"
877
 
878
- # @ mappress
879
- #: forms/map_editor.php:2
880
- msgid "Add POI"
881
- msgstr "Ajouter POI"
882
 
883
- # @ mappress
884
- #: forms/map_editor.php:5
885
- msgid "My location"
886
- msgstr "Mon emplacement"
887
 
888
- # @ mappress
889
- #: forms/map_editor.php:18
890
- msgid "Click map for lat/lng: "
891
- msgstr "Cliquez sur la carte pour lat/lng"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
892
 
893
- # @ mappress
894
- #: templates/map_poi_list.php:5
895
- msgid "Location"
896
- msgstr "Emplacement"
897
 
898
- #: templates/map_directions.php:3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
899
  msgid "By car"
900
  msgstr "En voiture"
901
 
902
- # @ mappress
903
- #: templates/map_directions.php:4
904
  msgid "Public Transit"
905
  msgstr "Transports Publics"
906
 
907
- #: templates/map_directions.php:5
908
  msgid "Walking"
909
  msgstr "A pied"
910
 
911
- # @ mappress
912
- #: templates/map_directions.php:15
913
  msgid "Swap start and end"
914
  msgstr "Inverser Début et Fin"
915
 
916
- # @ mappress
917
- #: templates/map_directions.php:25
918
  msgid "Get Directions"
919
  msgstr "Itinéraires"
920
 
921
- # @ mappress
922
- #: templates/map_directions.php:26
923
  msgid "Print"
924
  msgstr "Imprimer"
925
 
926
- # @ mappress
927
- #: templates/map_directions.php:27
928
  msgid "Close"
929
  msgstr "Fermer"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: MapPress Easy Google Maps v2.45.4\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-09-03 16:44+0200\n"
6
+ "PO-Revision-Date: 2017-09-03 16:44+0200\n"
7
+ "Last-Translator: BONALDI <bonaldi.fr>\n"
8
  "Language-Team: Bonaldi <bonaldi.fr>\n"
9
  "Language: fr_FR\n"
10
  "MIME-Version: 1.0\n"
17
  "_nx_noop:4c,1,2\n"
18
  "X-Poedit-Basepath: ..\n"
19
  "X-Textdomain-Support: yes\n"
20
+ "X-Generator: Poedit 1.8.7.1\n"
21
  "X-Poedit-SearchPath-0: .\n"
22
 
23
+ #: forms/map_editor.php:5 languages/texts.php:2
24
+ msgid "Add POI"
25
+ msgstr "Ajouter un point d’intérêt"
 
26
 
27
+ #: forms/map_editor.php:12 languages/texts.php:3
28
+ msgid "My location"
29
+ msgstr "Mon emplacement"
 
 
30
 
31
+ #: forms/map_editor.php:26 languages/texts.php:4 mappress_map.php:504
32
+ #: templates/map_controls.php:4
33
+ msgid "Center map"
34
+ msgstr "Centrer"
35
 
36
+ #: forms/map_editor.php:27 languages/texts.php:5
37
+ msgid "Click map for lat/lng: "
38
+ msgstr "Cliquez sur la carte pour lat/lng :"
39
+
40
+ #: forms/map_editor.php:50 forms/map_editor_infobox.php:33
41
+ #: languages/texts.php:6
42
+ msgid "Visual"
43
+ msgstr "Visuel"
44
+
45
+ #: forms/map_editor.php:50 forms/map_editor_infobox.php:33
46
+ #: languages/texts.php:7
47
+ msgid "HTML"
48
+ msgstr "HTML"
49
+
50
+ #: forms/map_editor.php:56 forms/map_editor_infobox.php:38
51
+ #: forms/map_media.php:41 languages/texts.php:8
52
+ msgid "Save"
53
+ msgstr "Enregistrer"
54
+
55
+ #: forms/map_editor.php:57 forms/map_editor_infobox.php:39
56
+ #: forms/map_media.php:42 languages/texts.php:9
57
+ msgid "Cancel"
58
+ msgstr "Annuler"
59
+
60
+ #: forms/map_editor.php:58 languages/texts.php:10 mappress.php:586
61
+ #: mappress_controls.php:88 mappress_map.php:470
62
+ msgid "Delete"
63
+ msgstr "Supprimer"
64
+
65
+ #: forms/map_editor_infobox.php:20 languages/texts.php:11
66
+ msgid "Color"
67
+ msgstr "Couleur"
68
+
69
+ #: forms/map_editor_infobox.php:22 forms/map_editor_infobox.php:23
70
+ #: languages/texts.php:12
71
+ msgid "Opacity"
72
+ msgstr "Opacité"
73
+
74
+ #: forms/map_editor_infobox.php:24 languages/texts.php:13
75
+ msgid "Line"
76
+ msgstr "Ligne"
77
 
78
+ #: forms/map_editor_infobox.php:25 languages/texts.php:14
79
+ msgid "Weight"
80
+ msgstr "Poids"
81
+
82
+ #: forms/map_media.php:4 languages/texts.php:15
83
+ msgid "Maps for This Post"
84
+ msgstr "Cartes pour cet article"
85
+
86
+ #: forms/map_media.php:5 languages/texts.php:16
87
+ msgid "New Map"
88
+ msgstr "Nouvelle carte"
89
+
90
+ #: forms/map_media.php:14 languages/texts.php:17
91
+ msgid "Map ID"
92
+ msgstr "ID de la carte"
93
+
94
+ #: forms/map_media.php:19 languages/texts.php:18
95
+ msgid "Map Title"
96
+ msgstr "Titre de la carte"
97
+
98
+ #: forms/map_media.php:24 languages/texts.php:19
99
+ msgid "Display Size"
100
+ msgstr "Taille d’affichage"
101
+
102
+ #: forms/map_media.php:36 languages/texts.php:20
103
+ msgid "Viewport"
104
+ msgstr "Fenêtre d’affichage"
105
+
106
+ #: forms/map_media.php:37 languages/texts.php:21
107
+ msgid "Save center and zoom"
108
+ msgstr "Enregistrer le centre et le zoom"
109
+
110
+ #: forms/map_media.php:43 languages/texts.php:22 mappress_map.php:469
111
+ msgid "Insert into post"
112
+ msgstr "Insérer dans l’article"
113
+
114
+ #: languages/texts.php:23
115
+ msgid "Size"
116
+ msgstr "Taille"
117
+
118
+ #: languages/texts.php:24 mappress.php:130
119
  msgid "Version"
120
  msgstr "Version"
121
 
122
+ #: languages/texts.php:25 mappress.php:138
 
123
  msgid "Documentation"
124
  msgstr "Documentation"
125
 
126
+ #: languages/texts.php:26 mappress.php:139
 
127
  msgid "Support"
128
  msgstr "Support"
129
 
130
+ #: languages/texts.php:27 mappress.php:141
 
 
 
 
 
 
131
  msgid "Upgrade to MapPress Pro"
132
  msgstr "Mise à niveau vers MapPress Pro"
133
 
134
+ #: languages/texts.php:28 mappress.php:415
 
135
  msgid ""
136
  "MapPress database tables are missing. Please deactivate the plugin and "
137
  "activate it again to fix this."
138
  msgstr ""
139
+ "Les tables de la base de données MapPress sont manquantes. Veuillez "
140
+ "désactiver lextension et lactiver à nouveau pour résoudre ce problème."
141
 
142
+ #: languages/texts.php:29 mappress.php:420
 
143
  msgid ""
144
  "WARNING: MapPress now requires WordPress 3.2 or higher. Please upgrade "
145
  "before using MapPress."
146
  msgstr ""
147
+ "AVERTISSEMENT : MapPress nécessite WordPress 3.2 ou suivantes. Veuillez la "
148
+ "mettre à niveau avant dutiliser MapPress."
149
 
150
+ #: languages/texts.php:30 mappress.php:425
 
151
  msgid ""
152
  "WARNING: MapPress is not compfatible with the WP-Geo plugin. Please "
153
  "deactivate or uninstall WP-Geo before using MapPress."
154
  msgstr ""
155
+ "AVERTISSEMENT : MapPress nest pas compatible avec lextension WP-Geo. "
156
+ "Veuillez la désactiver avant dutiliser MapPress."
157
+
158
+ #: languages/texts.php:31 mappress.php:432
159
+ msgid "A Google Maps API key is required"
160
+ msgstr "Une clé API Google Maps est nécessaire"
161
+
162
+ #: languages/texts.php:32 mappress.php:432
163
+ msgid "Please update your"
164
+ msgstr "Veuillez mettre à jour votre"
165
 
166
+ #: languages/texts.php:33 mappress.php:432
167
+ msgid "MapPress Settings"
168
+ msgstr "Réglages MapPress"
169
+
170
+ #: languages/texts.php:34 templates/map_controls.php:8
171
+ #: templates/map_directions.php:6
172
  msgid "Bicycling"
173
  msgstr "A vélo"
174
 
175
+ #: languages/texts.php:35
 
176
  msgid "Bike"
177
  msgstr "Cycles"
178
 
179
+ #: languages/texts.php:36 mappress.php:570
 
180
  msgid "One of the addresses could not be found."
181
+ msgstr "Une des adresses na pu être trouvée."
182
 
183
+ #: languages/texts.php:37 mappress.php:571
 
184
  msgid ""
185
  "Google cannot return directions between those addresses. There is no route "
186
  "between them or the routing information is not available."
187
  msgstr ""
188
+ "Google ne peut afficher litinéraire. Il ny a pas de route ou les "
189
  "informations sont indisponibles."
190
 
191
+ #: languages/texts.php:38 mappress.php:572
 
192
  msgid "Unknown error, unable to return directions. Status code = "
193
+ msgstr "Erreur inconnue, impossible de définir litinéraire. Code d’état ="
194
+
195
+ #: languages/texts.php:39 mappress.php:573 mappress_poi.php:180
196
+ #: mappress_poi.php:201 mappress_settings.php:104
197
+ msgid "Directions"
198
+ msgstr "Itinéraires"
199
 
200
+ #: languages/texts.php:40 mappress.php:574
 
201
  msgid "Error reading KML file"
202
  msgstr "Erreur de lecture fichier KML"
203
 
204
+ #: languages/texts.php:41 mappress.php:575
 
205
  msgid "Loading..."
206
+ msgstr "Chargement..."
207
 
208
+ #: languages/texts.php:42 mappress.php:576
 
209
  msgid "No matching address"
210
  msgstr "Aucune adresse trouvée"
211
 
212
+ #: languages/texts.php:43 mappress.php:577
 
213
  msgid "Unable to get your location"
214
  msgstr "Impossible de trouver votre emplacement"
215
 
216
+ #: languages/texts.php:44 templates/map_controls.php:7
 
217
  msgid "Traffic"
218
  msgstr "Circulation"
219
 
220
+ #: languages/texts.php:45 templates/map_controls.php:9
 
221
  msgid "Transit"
222
  msgstr "Transports"
223
 
224
+ #: languages/texts.php:46 mappress.php:578
225
+ msgid "Zoom"
226
+ msgstr "Zoom"
227
+
228
+ #: languages/texts.php:47 mappress.php:583 mappress_controls.php:81
229
  msgid "Add"
230
  msgstr "Ajouter"
231
 
232
+ #: languages/texts.php:48 mappress.php:584
 
233
  msgid "Click & drag to move"
234
  msgstr "Cliquez & glissez pour déplacer"
235
 
236
+ #: languages/texts.php:49 mappress.php:585
 
237
  msgid "Click to change"
238
  msgstr "Cliquez pour changer"
239
 
240
+ #: languages/texts.php:50 mappress.php:587
 
 
 
 
 
 
241
  msgid "Delete this POI?"
242
+ msgstr "Effacer ce point d’intérêt"
243
 
244
+ #: languages/texts.php:51 mappress.php:588
 
245
  msgid "Delete this map?"
246
+ msgstr "Supprimer cette carte ?"
247
 
248
+ #: languages/texts.php:52 mappress.php:589
 
249
  msgid "Please save the map first"
250
+ msgstr "Veuillez dabord enregistrer la carte"
251
 
252
+ #: languages/texts.php:53 mappress.php:590
 
253
  msgid "Shape"
254
  msgstr "Forme"
255
 
256
+ #: languages/texts.php:54 mappress.php:591
 
257
  msgid "Untitled"
258
  msgstr "Sans titre"
259
 
260
+ #: languages/texts.php:55
261
+ msgid "New"
262
+ msgstr "Nouveau"
 
263
 
264
+ #: languages/texts.php:56 mappress_map.php:114
265
+ msgid "Map not found"
266
+ msgstr "Carte non trouvée"
 
267
 
268
+ #: languages/texts.php:57 mappress_map.php:468
269
+ msgid "Edit"
270
+ msgstr "Modifier"
271
+
272
+ #: languages/texts.php:58 mappress_map.php:494
273
+ msgid "Show map"
274
+ msgstr "Afficher la carte"
275
+
276
+ #: languages/texts.php:59 mappress_map.php:510
277
+ msgid "Reset map"
278
+ msgstr "Réinitialiser"
279
+
280
+ #: languages/texts.php:60 mappress_map.php:516
281
+ msgid "Bigger map"
282
+ msgstr "Agrandir"
283
+
284
+ #: languages/texts.php:61 mappress_map.php:517
285
+ msgid "Smaller map"
286
+ msgstr "Rétrécir"
287
 
288
+ #: languages/texts.php:62
289
+ msgid "Directions to"
290
+ msgstr "Itinéraires vers"
291
+
292
+ #: languages/texts.php:63
293
+ msgid "Directions from"
294
+ msgstr "Itinéraires de"
295
+
296
+ #: languages/texts.php:64 mappress_settings.php:97
297
  msgid "Basic Settings"
298
+ msgstr "Réglages de base"
299
 
300
+ #: languages/texts.php:65 mappress_settings.php:99
 
301
  msgid "Post types"
302
+ msgstr "Types de contenu"
303
 
304
+ #: languages/texts.php:66
 
305
  msgid "Automatic map display"
306
  msgstr "Affichage de la carte automatique"
307
 
308
+ #: languages/texts.php:67
309
+ msgid "Browser API key"
310
+ msgstr "Clé API navigateur"
311
+
312
+ #: languages/texts.php:68
313
+ msgid "Server API key"
314
+ msgstr "Clé API serveur"
315
+
316
+ #: languages/texts.php:69
317
  msgid "Map Controls"
318
+ msgstr "Contrôles de carte"
319
 
320
+ #: languages/texts.php:70
 
321
  msgid "Draggable"
322
  msgstr "Glissable"
323
 
324
+ #: languages/texts.php:71
 
325
  msgid "Keyboard shortcuts"
326
  msgstr "Raccourcis clavier"
327
 
328
+ #: languages/texts.php:72
 
329
  msgid "Scroll wheel zoom"
330
  msgstr "Zoomer avec la roulette de souris"
331
 
332
+ #: languages/texts.php:73
 
333
  msgid "Map Types"
334
+ msgstr "Type de carte"
335
 
336
+ #: languages/texts.php:74
 
337
  msgid "Map controls"
338
+ msgstr "Contrôles de carte"
339
 
340
+ #: languages/texts.php:75 mappress_settings.php:102
 
341
  msgid "Map Settings"
342
+ msgstr "Réglages de la carte"
343
 
344
+ #: languages/texts.php:76
 
345
  msgid "Map links"
346
+ msgstr "Liens sur la carte"
347
 
348
+ #: languages/texts.php:77 mappress_settings.php:103
 
349
  msgid "Map alignment"
350
+ msgstr "Alignement de la carte"
 
 
 
 
 
351
 
352
+ #: languages/texts.php:78 mappress_settings.php:108 mappress_settings.php:234
 
 
 
 
 
 
353
  msgid "Open first POI"
354
+ msgstr "Ouvrir le premier point d’intérêt"
355
 
356
+ #: languages/texts.php:79 mappress_settings.php:106
 
357
  msgid "POI Settings"
358
+ msgstr "Réglages du point d’intérêt"
359
 
360
+ #: languages/texts.php:80
 
361
  msgid "POI links"
362
+ msgstr "Liens du point d’intérêt"
363
 
364
+ #: languages/texts.php:81
 
365
  msgid "Tooltips"
366
  msgstr "Infobulles"
367
 
368
+ #: languages/texts.php:82 mappress_settings.php:107
 
369
  msgid "Default zoom"
370
+ msgstr "Zoom par défaut"
371
 
372
+ #: languages/texts.php:83 mappress_settings.php:111
 
373
  msgid "Mashups"
374
  msgstr "Agrégations"
375
 
376
+ #: languages/texts.php:84 mappress_settings.php:112
 
377
  msgid "Icons"
378
  msgstr "Icônes"
379
 
380
+ #: languages/texts.php:85 mappress_settings.php:113
 
381
  msgid "Styled Maps"
382
+ msgstr "Styles de cartes"
383
 
384
+ #: languages/texts.php:86 mappress_settings.php:114
 
385
  msgid "Geocoding"
386
  msgstr "Géolocalisation"
387
 
388
+ #: languages/texts.php:87 mappress_settings.php:118
 
389
  msgid "Localization"
390
  msgstr "Localisation"
391
 
392
+ #: languages/texts.php:88 mappress_settings.php:119 mappress_settings.php:238
 
393
  msgid "Language"
394
  msgstr "Langue"
395
 
396
+ #: languages/texts.php:89 mappress_settings.php:120
 
397
  msgid "Country"
398
  msgstr "Pays"
399
 
400
+ #: languages/texts.php:90 mappress_settings.php:121
 
401
  msgid "Directions server"
402
+ msgstr "Serveur d’itinéraires"
403
 
404
+ #: languages/texts.php:91
 
405
  msgid "Directions units"
406
+ msgstr "Unités d’itinéraires"
407
 
408
+ #: languages/texts.php:92 mappress_settings.php:123
 
409
  msgid "Miscellaneous"
410
  msgstr "Divers"
411
 
412
+ #: languages/texts.php:93 mappress_settings.php:124
 
413
  msgid "Map sizes"
414
+ msgstr "Tailles de carte"
 
 
 
 
415
 
416
+ #: languages/texts.php:94 mappress_settings.php:125
417
+ msgid "Scripts"
418
+ msgstr "Scripts"
 
419
 
420
+ #: languages/texts.php:95
 
421
  msgid "Adaptive display"
422
  msgstr "Affichage adaptatif"
423
 
424
+ #: languages/texts.php:96
425
+ msgid "CSS"
426
+ msgstr "CSS"
 
427
 
428
+ #: languages/texts.php:97
 
429
  msgid "Use the settings below to automatically create maps from custom fields."
430
  msgstr ""
431
  "Utilisez les paramètres ci-dessous pour créer automatiquement des cartes de "
432
  "champs personnalisés."
433
 
434
+ #: languages/texts.php:98 mappress_settings.php:180
435
+ msgid "Recenter maps when window is resized"
436
+ msgstr "Recentrer la carte lorsque la fenêtre est redimensionnée"
437
+
438
+ #: languages/texts.php:99 mappress_settings.php:196
439
+ msgid "more info"
440
+ msgstr "plus d’informations"
441
+
442
+ #: languages/texts.php:100 mappress_settings.php:197
443
+ msgid "Required to display maps"
444
+ msgstr "Nécessaire pour afficher les cartes"
445
 
446
+ #: languages/texts.php:101 mappress_settings.php:230
447
+ msgid "Output scripts in footer"
448
+ msgstr "Déplacer les scripts en pied de page"
 
449
 
450
+ #: languages/texts.php:102
 
451
  msgid "country code"
452
  msgstr "Code pays"
453
 
454
+ #: languages/texts.php:103
 
455
  #, php-format
456
  msgid "Enter a %s to use when searching (leave blank for USA)"
457
  msgstr ""
458
+ "Saisissez un %s à utiliser par défaut pour les recherches dadresse. "
459
+ "(Laisser vide pour les USA)"
460
 
461
+ #: languages/texts.php:104
 
462
  msgid "Enter a google server URL for directions/printing"
463
+ msgstr "Saisissez l’URL du serveur Google pour les itinéraires/impression"
464
 
465
+ #: languages/texts.php:105
 
466
  msgid "(Default)"
467
  msgstr "(Défaut)"
468
 
469
+ #: languages/texts.php:106
 
470
  msgid "Metric (kilometers)"
471
  msgstr "Métrique (kilomètres)"
472
 
473
+ #: languages/texts.php:107
 
474
  msgid "Imperial (miles)"
475
  msgstr "Impérial (miles)"
476
 
477
+ #: languages/texts.php:108
 
478
  msgid "Enable map dragging with the mouse"
479
  msgstr "Autoriser le glissement de la carte avec la souris"
480
 
481
+ #: languages/texts.php:109
 
482
  msgid "Enable zoom with the mouse scroll wheel"
483
  msgstr "Activer le zoom avec la roulette de la souris"
484
 
485
+ #: languages/texts.php:110
 
486
  msgid "Enable keyboard panning and zooming"
487
  msgstr "Activer déplacement et zoom clavier"
488
 
489
+ #: languages/texts.php:111
 
490
  msgid "language"
491
  msgstr "Langue"
492
 
493
+ #: languages/texts.php:112
 
494
  #, php-format
495
  msgid "Use a specific %s for map controls and geocoding"
496
+ msgstr ""
497
+ "Utilisez une %s spécifique pour les contrôles de carte et la géolocalisation"
498
 
499
+ #: languages/texts.php:113 mappress_settings.php:185
 
 
500
  msgid "Default"
501
  msgstr "Défaut"
502
 
503
+ #: languages/texts.php:114
 
504
  msgid "Horizontal"
505
  msgstr "Horizontal"
506
 
507
+ #: languages/texts.php:115
 
508
  msgid "Dropdown"
509
  msgstr "Déroulant"
510
 
511
+ #: languages/texts.php:116
 
512
  msgid "Small"
513
  msgstr "Petit"
514
 
515
+ #: languages/texts.php:117
 
516
  msgid "Large"
517
  msgstr "Grand"
518
 
519
+ #: languages/texts.php:118
 
520
  msgid "Android"
521
  msgstr "Android"
522
 
523
+ #: languages/texts.php:119
 
524
  msgid "Open initially"
525
  msgstr "Activé initialement"
526
 
527
+ #: languages/texts.php:120
 
 
528
  msgid "Checked initially"
529
  msgstr "Coché initialement"
530
 
531
+ #: languages/texts.php:121
 
532
  msgid "Control"
533
  msgstr "Contrôle"
534
 
535
+ #: languages/texts.php:122
 
536
  msgid "Enable"
537
  msgstr "Activer"
538
 
539
+ #: languages/texts.php:123
 
540
  msgid "Style"
541
  msgstr "Style"
542
 
543
+ #: languages/texts.php:124
 
544
  msgid "Map types"
545
  msgstr "Types de carte"
546
 
547
+ #: languages/texts.php:125
 
548
  msgid "Pan"
549
  msgstr "Déplacement"
550
 
551
+ #: languages/texts.php:126
 
552
  msgid "Street view"
553
  msgstr "Vue rue"
554
 
555
+ #: languages/texts.php:127
 
556
  msgid "Scale"
557
  msgstr "Echelle"
558
 
559
+ #: languages/texts.php:128
 
560
  msgid "Overview map"
561
  msgstr "Vue générale"
562
 
563
+ #: languages/texts.php:129
 
564
  msgid "Public transit"
565
  msgstr "Transports publiques"
566
 
567
+ #: languages/texts.php:130
 
568
  msgid "Bike routes"
569
  msgstr "Pistes cyclables"
570
 
571
+ #: languages/texts.php:131
 
572
  msgid "Road map"
573
  msgstr "Carte routière"
574
 
575
+ #: languages/texts.php:132
 
576
  msgid "Satellite"
577
  msgstr "Satellite"
578
 
579
+ #: languages/texts.php:133
 
580
  msgid "Terrain"
581
  msgstr "Reliefs"
582
 
583
+ #: languages/texts.php:134
 
584
  msgid "Hybrid"
585
  msgstr "Hybride"
586
 
587
+ #: languages/texts.php:135 mappress_settings.php:219
 
 
 
 
 
 
588
  msgid "Google"
589
  msgstr "Google"
590
 
591
+ #: languages/texts.php:136 mappress_settings.php:218
592
+ msgid "Inline"
593
+ msgstr "En ligne"
594
+
595
+ #: languages/texts.php:137 mappress_settings.php:204 mappress_settings.php:220
596
  msgid "None"
597
  msgstr "Aucun"
598
 
599
+ #: languages/texts.php:138
 
600
  msgid "Automatically open the first POI when a map is displayed"
601
  msgstr ""
602
+ "Ouvrir automatiquement le premier point d’intérêt à laffichage dune carte"
 
603
 
604
+ #: languages/texts.php:139
 
605
  msgid "Show control"
606
+ msgstr "Afficher le contrôle"
607
 
608
+ #: languages/texts.php:140
 
609
  msgid "Enabled by default"
610
  msgstr "Activé par défaut"
611
 
612
+ #: languages/texts.php:141
 
613
  msgid "Show POI titles as a \"tooltip\" on mouse-over"
614
+ msgstr ""
615
+ "Afficher les titres de points d’intérêts en « infobulles » au survol de la "
616
+ "souris"
617
 
618
+ #: languages/texts.php:142
619
+ msgid "Default alignment"
620
+ msgstr "Alignement par défaut"
621
+
622
+ #: languages/texts.php:143 mappress_settings.php:186
623
  msgid "Center"
624
  msgstr "Centre"
625
 
626
+ #: languages/texts.php:144 mappress_settings.php:187
 
627
  msgid "Left"
628
  msgstr "Gauche"
629
 
630
+ #: languages/texts.php:145 mappress_settings.php:188
 
631
  msgid "Right"
632
  msgstr "Droite"
633
 
634
+ #: languages/texts.php:146 mappress_settings.php:246
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
635
  msgid "Default zoom for POIs entered by lat/lng"
636
+ msgstr "Zoom par défaut des points d’intérêts entrés par lat/lng"
637
 
638
+ #: languages/texts.php:147 mappress_settings.php:202
 
639
  msgid "Top of post"
640
+ msgstr "En haut de larticle"
641
 
642
+ #: languages/texts.php:148 mappress_settings.php:203
 
643
  msgid "Bottom of post"
644
+ msgstr "En bas de larticle"
645
 
646
+ #: languages/texts.php:149
 
647
  msgid "No automatic display"
648
+ msgstr "Pas daffichage automatique"
649
 
650
+ #: languages/texts.php:150
 
 
 
 
 
 
 
 
 
 
651
  #, php-format
652
+ msgid "Load %s"
653
+ msgstr "Charger %s"
654
 
655
+ #: languages/texts.php:151 mappress_settings.php:256
656
+ msgid "Default size"
657
+ msgstr "Taille par défaut"
 
658
 
659
+ #: languages/texts.php:152
660
+ msgid "Width"
661
+ msgstr "Largeur"
662
+
663
+ #: languages/texts.php:153
664
  msgid "Height"
665
  msgstr "Hauteur"
666
 
667
+ #: languages/texts.php:154
668
  msgid "Enter sizes in px or %"
669
+ msgstr "Saisissez les tailles en px ou %"
670
 
671
+ #: languages/texts.php:155
 
672
  msgid "Rate it 5 Stars"
673
  msgstr "Noter 5 étoiles"
674
 
675
+ #: languages/texts.php:156
 
676
  #, php-format
677
  msgid "%s on WordPress.org"
678
  msgstr "%s sur WordPress.org"
679
 
680
+ #: languages/texts.php:157 mappress_settings.php:290
 
681
  msgid "Thanks for your support!"
682
+ msgstr "Merci de votre soutien !"
 
 
 
 
 
683
 
684
+ #: languages/texts.php:158 mappress_settings.php:297
 
685
  msgid "Easy Google Maps"
686
  msgstr "Easy Google Maps"
687
 
688
+ #: languages/texts.php:159 mappress_settings.php:288
 
689
  msgid "Like this plugin?"
690
+ msgstr "Vous aimez cette extension ?"
691
 
692
+ #: languages/texts.php:160 mappress_settings.php:309
 
693
  msgid "Sample Map"
694
  msgstr "Carte exemple"
695
 
696
+ #: languages/texts.php:161 mappress_settings.php:330
 
697
  msgid "Save Changes"
698
+ msgstr "Enregistrer les modifications"
699
 
700
+ #: languages/texts.php:162 mappress_settings.php:331
 
701
  msgid "Reset Defaults"
702
  msgstr "Réinitialiser"
703
 
704
+ #: languages/texts.php:163 mappress.php:124
705
+ msgid "Settings"
706
+ msgstr "Réglages"
 
707
 
708
+ #: languages/texts.php:164
709
+ msgid "download it now"
710
+ msgstr "téléchargez le maintenant"
 
711
 
712
+ #: languages/texts.php:165
713
+ #, php-format
714
+ msgid "A PRO Version update is available for manual installation: %s"
715
+ msgstr "Une version PRO est disponible pour installation manuelle : %s"
716
 
717
+ #: languages/texts.php:166
718
+ msgid "Server API Key is missing - see MapPress Settings"
719
+ msgstr "La clé API du serveur est manquante - consultez les réglages MapPress"
 
720
 
721
+ #: languages/texts.php:167
722
+ #, php-format
723
+ msgid "Invalid status: %s, %s Address: %s"
724
+ msgstr "État invalide %s %s, adresse : %s"
725
 
726
+ #: languages/texts.php:168
727
+ #, php-format
728
+ msgid "No results for address: %s"
729
+ msgstr "Aucun résultat pour l’adresse : %s"
730
 
731
+ #: languages/texts.php:169
732
+ #, php-format
733
+ msgid "Error: %s %s"
734
+ msgstr "Erreur : %s %s"
735
 
736
+ #: languages/texts.php:170
737
+ #, php-format
738
+ msgid "Invalid JSON from Google: %s"
739
+ msgstr "JSON Google invalide : %s"
740
 
741
+ #: languages/texts.php:171
742
+ msgid "Use default icon"
743
+ msgstr "Utiliser l’icône par défaut"
 
744
 
745
+ #: languages/texts.php:172
746
+ msgid "Automatic"
747
+ msgstr "Automatique"
 
748
 
749
+ #: languages/texts.php:173
750
+ msgid "POI list"
751
+ msgstr "Liste des points d’intérêts"
752
 
753
+ #: languages/texts.php:174
754
+ msgid "InfoWindow type"
755
+ msgstr "Type d’InfoWindow"
756
 
757
+ #: languages/texts.php:175
758
+ msgid "Default icon"
759
+ msgstr "Icône par défaut"
 
760
 
761
+ #: languages/texts.php:176
762
+ msgid "Custom icons directory"
763
+ msgstr "Dossier des icônes personnalisés"
 
764
 
765
+ #: languages/texts.php:177
766
+ msgid "Icon scaling"
767
+ msgstr "Mise à l’échelle de l’icône"
 
768
 
769
+ #: languages/texts.php:178
770
+ msgid "Mashup POI title"
771
+ msgstr "Titre de l’agrégation de points d’intérêts"
 
772
 
773
+ #: languages/texts.php:179
774
+ msgid "Mashup POI body"
775
+ msgstr "Contenu de l’agrégation de points d’intérêts"
 
776
 
777
+ #: languages/texts.php:180
778
+ msgid "Mashup POI click"
779
+ msgstr "Clic de l’agrégation de points d’intérêts"
 
780
 
781
+ #: languages/texts.php:181
782
+ msgid "Link title"
783
+ msgstr "Titre du lien"
 
784
 
785
+ #: languages/texts.php:182
786
+ msgid "Mashup Thumbnails"
787
+ msgstr "Miniatures de l’agrégation"
 
788
 
789
+ #: languages/texts.php:183
790
+ msgid "Thumbnail Size"
791
+ msgstr "Taille des miniatures"
792
+
793
+ #: languages/texts.php:184
794
+ msgid "Automatic icons"
795
+ msgstr "Icônes automatiques"
796
+
797
+ #: languages/texts.php:185
798
+ msgid "Styled maps"
799
+ msgstr "Carte stylisée"
800
+
801
+ #: languages/texts.php:186
802
+ msgid "Default style"
803
+ msgstr "Style par défaut"
804
+
805
+ #: languages/texts.php:187
806
+ msgid "Geocoding fields"
807
+ msgstr "Champs de géolocalisation"
808
+
809
+ #: languages/texts.php:188
810
+ msgid "Force resize"
811
+ msgstr "Forcer le redimensionnement"
812
+
813
+ #: languages/texts.php:189
814
+ msgid "Optional - for geocoding only"
815
+ msgstr "Facultatif - pour géolocalisation uniquement"
816
+
817
+ #: languages/texts.php:190
818
+ msgid "Post type"
819
+ msgstr "Type de contenu"
820
+
821
+ #: languages/texts.php:191
822
+ msgid "Key"
823
+ msgstr "Clé"
824
+
825
+ #: languages/texts.php:192
826
+ msgid "Value"
827
+ msgstr "Valeur"
828
+
829
+ #: languages/texts.php:193
830
+ msgid "Icon"
831
+ msgstr "Icône"
832
+
833
+ #: languages/texts.php:194
834
+ msgid "Show a list of POIs under each map"
835
+ msgstr "Affichez une liste de points d’intérêts sous chaque carte"
836
+
837
+ #: languages/texts.php:195
838
+ #, php-format
839
+ msgid "Show the POI list as a sortable %s"
840
+ msgstr "Affichez la liste des points d’intérêts comme %s triable"
841
+
842
+ #: languages/texts.php:196
843
+ msgid "POI title"
844
+ msgstr "Titre du point d’intérêt"
845
+
846
+ #: languages/texts.php:197
847
+ msgid "Post title"
848
+ msgstr "Titre de l’article"
849
+
850
+ #: languages/texts.php:198
851
+ msgid "POI body"
852
+ msgstr "Contenu du point d’intérêt"
853
+
854
+ #: languages/texts.php:199
855
+ msgid "Address"
856
+ msgstr "Adresse"
857
+
858
+ #: languages/texts.php:200
859
+ msgid "Post excerpt"
860
+ msgstr "Extrait de l’article"
861
+
862
+ #: languages/texts.php:201
863
+ msgid "Link POI titles to the underlying post"
864
+ msgstr "Lier les titres de points d’intérêts à l’article attaché"
865
+
866
+ #: languages/texts.php:202
867
+ msgid "Open the POI"
868
+ msgstr "Ouvrir le point d’intérêt"
869
+
870
+ #: languages/texts.php:203
871
+ msgid "Go directly to the post"
872
+ msgstr "Aller directement à l’article"
873
+
874
+ #: languages/texts.php:204
875
+ msgid "Google InfoWindow"
876
+ msgstr "InfoWindow Google"
877
+
878
+ #: languages/texts.php:205
879
+ msgid "InfoBox"
880
+ msgstr "InfoBox"
881
+
882
+ #: languages/texts.php:206
883
+ msgid "Show featured image thumbnails in mashup POIs"
884
+ msgstr ""
885
+ "Afficher les miniatures d’image mise en avant dans l’agrégation de points "
886
+ "d’intérêts"
887
+
888
+ #: languages/texts.php:207
889
+ msgid "Use existing size: "
890
+ msgstr "Utiliser les tailles existantes :"
891
+
892
+ #: languages/texts.php:208
893
+ msgid "or resize to (px): "
894
+ msgstr "ou redimensionner les à (px) :"
895
+
896
+ #: languages/texts.php:209
897
+ msgid "styled maps"
898
+ msgstr "cartes stylisées"
899
+
900
+ #: languages/texts.php:210
901
+ msgid "styled maps wizard"
902
+ msgstr "Assistant de cartes stylisées"
903
+
904
+ #: languages/texts.php:211
905
+ #, php-format
906
+ msgid "Enter JSON for %s from Google's %s"
907
+ msgstr "Saisissez le JSON des %s depuis l’%s de Google"
908
+
909
+ #: languages/texts.php:212
910
+ msgid "Style name"
911
+ msgstr "Nom du style"
912
+
913
+ #: languages/texts.php:213
914
+ msgid "No styles have been defined yet"
915
+ msgstr "Aucun style n’a encore été défini pour l’instant"
916
+
917
+ #: languages/texts.php:214
918
+ msgid "Address Line 1"
919
+ msgstr "Ligne d’adresse 1"
920
+
921
+ #: languages/texts.php:215
922
+ msgid "Address Line 2"
923
+ msgstr "Ligne d’adresse 2"
924
+
925
+ #: languages/texts.php:216
926
+ msgid "Address Line 3"
927
+ msgstr "Ligne d’adresse 3"
928
+
929
+ #: languages/texts.php:217
930
+ msgid "Address Line 4"
931
+ msgstr "Ligne d’adresse 4"
932
+
933
+ #: languages/texts.php:218
934
+ msgid "Address Line 5"
935
+ msgstr "Ligne d’adresse 5"
936
+
937
+ #: languages/texts.php:219
938
+ msgid "Address Line 6"
939
+ msgstr "Ligne d’adresse 6"
940
+
941
+ #: languages/texts.php:220
942
+ msgid "Latitude"
943
+ msgstr "Latitude"
944
+
945
+ #: languages/texts.php:221
946
+ msgid "Longitude"
947
+ msgstr "Longitude"
948
 
949
+ #: languages/texts.php:222
950
+ msgid "Title"
951
+ msgstr "Titre"
 
952
 
953
+ #: languages/texts.php:223
954
+ msgid "Body"
955
+ msgstr "Contenu"
956
+
957
+ #: languages/texts.php:224
958
+ msgid "Map Zoom"
959
+ msgstr "Zoom de carte"
960
+
961
+ #: languages/texts.php:225
962
+ msgid "Map"
963
+ msgstr "Carte"
964
+
965
+ #: languages/texts.php:226
966
+ msgid "Custom Field"
967
+ msgstr "Champs personnalisé"
968
+
969
+ #: languages/texts.php:227
970
+ msgid "Overwrite existing maps when updating"
971
+ msgstr "Remplacer les cartes existantes lors de l’actualisation"
972
+
973
+ #: languages/texts.php:228
974
+ msgid "Permanently resize existing maps"
975
+ msgstr "Redimensionnez de façon permanente les cartes existantes"
976
+
977
+ #: languages/texts.php:229
978
+ #, php-format
979
+ msgid "from %s to %s"
980
+ msgstr "de %s à %s"
981
+
982
+ #: languages/texts.php:230
983
+ msgid "Force Resize"
984
+ msgstr "Forcer le redimensionnement"
985
+
986
+ #: languages/texts.php:231
987
+ msgid "Widget title"
988
+ msgstr "Titre du widget"
989
+
990
+ #: languages/texts.php:232
991
+ msgid "Map size"
992
+ msgstr "Taille de la carte"
993
+
994
+ #: languages/texts.php:233
995
+ msgid "Show"
996
+ msgstr "Afficher"
997
+
998
+ #: languages/texts.php:234
999
+ msgid "Current posts"
1000
+ msgstr "Articles courants"
1001
+
1002
+ #: languages/texts.php:235
1003
+ msgid "Hide if empty"
1004
+ msgstr "Masquer si vide"
1005
+
1006
+ #: languages/texts.php:236
1007
+ msgid "All posts"
1008
+ msgstr "Tous les articles"
1009
+
1010
+ #: languages/texts.php:237
1011
+ msgid "Custom query"
1012
+ msgstr "Requête personnalisée"
1013
+
1014
+ #: languages/texts.php:238
1015
+ msgid "Learn about queries"
1016
+ msgstr "En savoir plus sur les requêtes"
1017
+
1018
+ #: languages/texts.php:239
1019
+ msgid "Show POI list"
1020
+ msgstr "Afficher la liste des points d’intérêts"
1021
+
1022
+ #: languages/texts.php:240
1023
+ msgid "Link POIs to posts"
1024
+ msgstr "Lier les points d’intérêts aux articles"
1025
+
1026
+ #: languages/texts.php:241
1027
+ msgid "Map type"
1028
+ msgstr "Type de carte"
1029
+
1030
+ #: languages/texts.php:242
1031
+ msgid "Other Settings"
1032
+ msgstr "Autres réglages"
1033
+
1034
+ #: languages/texts.php:243
1035
+ msgid "Example: traffic=\"false\" maplinks=\"\""
1036
+ msgstr "Exemple : traffic=\"false\" maplinks=\"\""
1037
+
1038
+ #: languages/texts.php:244 templates/map_directions.php:3
1039
  msgid "By car"
1040
  msgstr "En voiture"
1041
 
1042
+ #: languages/texts.php:245 templates/map_directions.php:4
 
1043
  msgid "Public Transit"
1044
  msgstr "Transports Publics"
1045
 
1046
+ #: languages/texts.php:246 templates/map_directions.php:5
1047
  msgid "Walking"
1048
  msgstr "A pied"
1049
 
1050
+ #: languages/texts.php:247 templates/map_directions.php:16
 
1051
  msgid "Swap start and end"
1052
  msgstr "Inverser Début et Fin"
1053
 
1054
+ #: languages/texts.php:248 templates/map_directions.php:25
 
1055
  msgid "Get Directions"
1056
  msgstr "Itinéraires"
1057
 
1058
+ #: languages/texts.php:249 templates/map_directions.php:26
 
1059
  msgid "Print"
1060
  msgstr "Imprimer"
1061
 
1062
+ #: languages/texts.php:250 templates/map_directions.php:27
 
1063
  msgid "Close"
1064
  msgstr "Fermer"
1065
+
1066
+ #: languages/texts.php:251 languages/texts.php:293
1067
+ msgid "MapPress Easy Google Maps"
1068
+ msgstr "MapPress Easy Google Maps"
1069
+
1070
+ #: languages/texts.php:252 languages/texts.php:294 languages/texts.php:297
1071
+ msgid "http://www.wphostreviews.com/mappress"
1072
+ msgstr "http://www.wphostreviews.com/mappress"
1073
+
1074
+ #: languages/texts.php:253 languages/texts.php:295
1075
+ msgid ""
1076
+ "MapPress makes it easy to insert Google Maps in WordPress posts and pages."
1077
+ msgstr ""
1078
+ "MapPress rend facile l’insertion de cartes Google Maps dans les articles et "
1079
+ "pages de WordPress."
1080
+
1081
+ #: languages/texts.php:254 languages/texts.php:296
1082
+ msgid "Chris Richardson"
1083
+ msgstr "Chris Richardson"
1084
+
1085
+ #: languages/texts.php:255 mappress_settings.php:95
1086
+ msgid "License"
1087
+ msgstr "Licence"
1088
+
1089
+ #: languages/texts.php:256 mappress_settings.php:98
1090
+ msgid "Google API key"
1091
+ msgstr "Clé API Google"
1092
+
1093
+ #: languages/texts.php:257 mappress_settings.php:100
1094
+ msgid "Automatic display"
1095
+ msgstr "Affichage automatique"
1096
+
1097
+ #: languages/texts.php:258 mappress_settings.php:115
1098
+ msgid "Google Server API key"
1099
+ msgstr "Clé API du serveur Google"
1100
+
1101
+ #: languages/texts.php:259 mappress_settings.php:211
1102
+ msgid "Country code"
1103
+ msgstr "Code pays"
1104
+
1105
+ #: languages/texts.php:260 mappress_settings.php:213
1106
+ #, php-format
1107
+ msgid "%s for searching"
1108
+ msgstr "%s pour la recherche"
1109
+
1110
+ #: languages/texts.php:261 mappress_settings.php:240
1111
+ #, php-format
1112
+ msgid "%s for map controls"
1113
+ msgstr "%s pour les contrôles de carte"
1114
+
1115
+ #: languages/texts.php:262 mappress_settings.php:256
1116
+ msgid "Width (px or %)"
1117
+ msgstr "Largeur (px ou %)"
1118
+
1119
+ #: languages/texts.php:263 mappress_settings.php:256
1120
+ msgid "Height (px)"
1121
+ msgstr "Hauteur (px)"
1122
+
1123
+ #: languages/texts.php:264 mappress_settings.php:287
1124
+ msgid "rate it 5 Stars"
1125
+ msgstr "évaluez-la 5 étoiles"
1126
+
1127
+ #: languages/texts.php:265 mappress_settings.php:289
1128
+ #, php-format
1129
+ msgid "Please %s on WordPress.org."
1130
+ msgstr "S’il vous plaît %s sur WordPress.org."
1131
+
1132
+ #: languages/texts.php:266
1133
+ msgid "MapPress license key"
1134
+ msgstr "Clé de licence MapPress"
1135
+
1136
+ #: languages/texts.php:267
1137
+ msgid "Beta versions"
1138
+ msgstr "Versions bêta"
1139
+
1140
+ #: languages/texts.php:268
1141
+ msgid "Sort"
1142
+ msgstr "Tri"
1143
+
1144
+ #: languages/texts.php:269
1145
+ msgid "Icon directory"
1146
+ msgstr "Dossier d’icône"
1147
+
1148
+ #: languages/texts.php:270
1149
+ msgid "POI click"
1150
+ msgstr "Clic de POI"
1151
+
1152
+ #: languages/texts.php:271
1153
+ msgid "Thumbnails"
1154
+ msgstr "Miniatures"
1155
+
1156
+ #: languages/texts.php:272
1157
+ msgid "Thumbnail size"
1158
+ msgstr "Taille de miniature"
1159
+
1160
+ #: languages/texts.php:273
1161
+ msgid "Overwrite"
1162
+ msgstr "Écraser"
1163
+
1164
+ #: languages/texts.php:274
1165
+ msgid "Automatic updates"
1166
+ msgstr "Mises à jour automatiques"
1167
+
1168
+ #: languages/texts.php:275
1169
+ msgid "API key secured by IP address for geocoding (optional)"
1170
+ msgstr "Clé API sécurisée par adresse IP pour le géocodage (optionnel)"
1171
+
1172
+ #: languages/texts.php:276
1173
+ msgid "Enable settings for automatic updates (experimental)"
1174
+ msgstr "Activer les réglages pour les mises à jour automatiques (expérimental)"
1175
+
1176
+ #: languages/texts.php:277
1177
+ msgid "Enable automatic updates for beta versions"
1178
+ msgstr "Autoriser les mises à jour automatiques des versions beta"
1179
+
1180
+ #: languages/texts.php:278
1181
+ msgid "Enter your license key"
1182
+ msgstr "Saisissez votre clé de licence"
1183
+
1184
+ #: languages/texts.php:279
1185
+ msgid "Communication error, please try again later"
1186
+ msgstr "Erreur de communication, s'il vous plaît essayez un peu plus tard"
1187
+
1188
+ #: languages/texts.php:280
1189
+ msgid "Active"
1190
+ msgstr "Actif"
1191
+
1192
+ #: languages/texts.php:281
1193
+ msgid "License is invalid or expired"
1194
+ msgstr "La licence est invalide ou expirée"
1195
+
1196
+ #: languages/texts.php:282
1197
+ msgid "Open POI"
1198
+ msgstr "Ouvrir le POI"
1199
+
1200
+ #: languages/texts.php:283
1201
+ msgid "Go to post"
1202
+ msgstr "Aller à l’article"
1203
+
1204
+ #: languages/texts.php:284
1205
+ msgid "Address line "
1206
+ msgstr "Ligne d’adresse"
1207
+
1208
+ #: languages/texts.php:285
1209
+ msgid "Map Field"
1210
+ msgstr "Champ de carte"
1211
+
1212
+ #: languages/texts.php:286
1213
+ msgid "Overwrite maps when posts are saved"
1214
+ msgstr "Ecraser les cartes lorsque les articles sont enregistrés"
1215
+
1216
+ #: languages/texts.php:287
1217
+ msgid "Sort POI list by title"
1218
+ msgstr "Tri des listes de POI par titre"
1219
+
1220
+ #: languages/texts.php:288
1221
+ msgid "Styled Maps Wizard"
1222
+ msgstr "Assistant de cartes de style"
1223
+
1224
+ #: languages/texts.php:289
1225
+ #, php-format
1226
+ msgid "JSON from Google's %s"
1227
+ msgstr "JSON de %s Google"
1228
+
1229
+ #: languages/texts.php:290
1230
+ msgid "or "
1231
+ msgstr "ou "
1232
+
1233
+ #: languages/texts.php:291
1234
+ msgid "Example: initialopeninfo=\"true\""
1235
+ msgstr "Exemple: initialopeninfo=\"true\""
1236
+
1237
+ #: languages/texts.php:292 templates/map_controls.php:2
1238
+ msgid "Menu"
1239
+ msgstr "Menu"
languages/mappress-google-maps-for-wordpress.pot CHANGED
@@ -2,9 +2,9 @@
2
  # This file is distributed under the same license as the MapPress Easy Google Maps package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: MapPress Easy Google Maps 2.46\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mappress-google-maps-for-wordpress\n"
7
- "POT-Creation-Date: 2017-09-05 16:26:38+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
2
  # This file is distributed under the same license as the MapPress Easy Google Maps package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: MapPress Easy Google Maps 2.46.1\n"
6
  "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mappress-google-maps-for-wordpress\n"
7
+ "POT-Creation-Date: 2017-09-06 15:07:25+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=UTF-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
mappress.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: MapPress Easy Google Maps
4
  Plugin URI: http://www.wphostreviews.com/mappress
5
  Author URI: http://www.wphostreviews.com/mappress
6
  Description: MapPress makes it easy to insert Google Maps in WordPress posts and pages.
7
- Version: 2.46
8
  Author: Chris Richardson
9
  Text Domain: mappress-google-maps-for-wordpress
10
  Thanks to all the translators and to Matthias Stasiak for his wonderful icons (http://code.google.com/p/google-maps-icons/)
@@ -34,7 +34,7 @@ if (is_dir(dirname( __FILE__ ) . '/pro')) {
34
  }
35
 
36
  class Mappress {
37
- const VERSION = '2.46';
38
 
39
  static
40
  $baseurl,
4
  Plugin URI: http://www.wphostreviews.com/mappress
5
  Author URI: http://www.wphostreviews.com/mappress
6
  Description: MapPress makes it easy to insert Google Maps in WordPress posts and pages.
7
+ Version: 2.46.1
8
  Author: Chris Richardson
9
  Text Domain: mappress-google-maps-for-wordpress
10
  Thanks to all the translators and to Matthias Stasiak for his wonderful icons (http://code.google.com/p/google-maps-icons/)
34
  }
35
 
36
  class Mappress {
37
+ const VERSION = '2.46.1';
38
 
39
  static
40
  $baseurl,
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_i
4
  Tags: google maps,google,map,maps,easy,poi,mapping,mapper,gps,lat,lon,latitude,longitude,geocoder,geocoding,georss,geo rss,geo,v3,marker,mashup,mash,api,v3,buddypress,mashup,geo,wp-geo,geo mashup,simplemap,simple,wpml
5
  Requires at least: 3.5
6
  Tested up to: 4.9
7
- Stable tag: 2.46
8
 
9
  MapPress is the most popular and easiest way to create great-looking Google Maps and driving directions in your blog.
10
 
@@ -86,6 +86,10 @@ Please see the plugin documentation pages:
86
 
87
  == Changelog ==
88
 
 
 
 
 
89
  = 2.46 =
90
  * Added: NEW TEMPLATES - this release includes all new template files - please update any custom templates to match the new versions.
91
  * Added: mashup results can now be filtered by taxonomies, see the MapPress settings screen
4
  Tags: google maps,google,map,maps,easy,poi,mapping,mapper,gps,lat,lon,latitude,longitude,geocoder,geocoding,georss,geo rss,geo,v3,marker,mashup,mash,api,v3,buddypress,mashup,geo,wp-geo,geo mashup,simplemap,simple,wpml
5
  Requires at least: 3.5
6
  Tested up to: 4.9
7
+ Stable tag: 2.46.1
8
 
9
  MapPress is the most popular and easiest way to create great-looking Google Maps and driving directions in your blog.
10
 
86
 
87
  == Changelog ==
88
 
89
+ = 2.46.1 =
90
+ * Added: updated French translation, thank you to Serge
91
+ * Fixed: directions were showing 'null' if empty
92
+
93
  = 2.46 =
94
  * Added: NEW TEMPLATES - this release includes all new template files - please update any custom templates to match the new versions.
95
  * Added: mashup results can now be filtered by taxonomies, see the MapPress settings screen