Version Description
- Changed: mashups no longer automatically focus the search box, since this can cause unwanted scrolling
Download this release
Release Info
Developer | chrisvrichardson |
Plugin | MapPress Easy Google Maps |
Version | 2.53.8 |
Comparing to | |
See all releases |
Code changes from version 2.53.7 to 2.53.8
- js/mappress.min.js +1 -1
- languages/mappress-google-maps-for-wordpress-bg_BG.po +80 -66
- languages/mappress-google-maps-for-wordpress-de_DE.po +29 -40
- languages/mappress-google-maps-for-wordpress-de_DE_formal.po +29 -40
- languages/mappress-google-maps-for-wordpress-es_ES.po +101 -84
- languages/mappress-google-maps-for-wordpress-fi.po +66 -44
- languages/mappress-google-maps-for-wordpress-fr_FR.po +277 -175
- languages/mappress-google-maps-for-wordpress-hr.po +4 -4
- languages/mappress-google-maps-for-wordpress-hu_HU.po +89 -71
- languages/mappress-google-maps-for-wordpress-it_IT.po +328 -220
- languages/mappress-google-maps-for-wordpress-ja.po +73 -59
- languages/mappress-google-maps-for-wordpress-nl_NL.po +163 -125
- languages/mappress-google-maps-for-wordpress-pl_PL.po +3 -3
- languages/mappress-google-maps-for-wordpress-pt_BR.po +7 -5
- languages/mappress-google-maps-for-wordpress-ru_RU.po +82 -70
- languages/mappress-google-maps-for-wordpress-sr_RS.po +322 -205
- languages/mappress-google-maps-for-wordpress-zh_CN.po +27 -18
- languages/mappress-google-maps-for-wordpress-zh_TW.po +27 -18
- languages/mappress-google-maps-for-wordpress.pot +300 -265
- languages/texts.php +5 -5
- mappress.php +2 -2
- readme.txt +6 -3
js/mappress.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
var mapp=window.mapp||{};+function(n){mapp.Map=function(n,t){this.defaults={center:null,editable:null,height:null,initialOpenDirections:null,initialOpenInfo:null,layers:null,mapid:null,mapTypeId:null,metaKey:null,mapOpts:null,name:null,pois:null,postid:null,query:null,sel:null,title:null,width:null,zoom:null};this.highlight=null;this.iw=null;this.places=null;this.poi=null;this.settings=t?t:{};this.templates=null;this.dir_=null;this.div={};this.layers_={};this.map_=null;this.pois_=[];this.xhr_;this.zindex_=0;_.extend(this,this.defaults,n,this.settings)};mapp.Map.prototype={display:function(){var t=this,i;if(this.div.layout=this.sel?n(".mapp-layout",this.sel):n("#"+this.name+"-layout"),n.each(["canvas","controls","dialog","directions","filters","iw","list","menu","search"],function(i,r){t.div[r]=n(".mapp-"+r,t.div.layout)}),this.sanity()===!0){this.templates=this.editable?{loop:"edit-loop",item:"edit-item",popup:"edit-popup"}:this.query?{loop:"map-loop",item:"mashup-item",popup:"mashup-popup"}:{loop:"map-loop",item:"map-item",popup:"map-popup"};mappl10n.options.engine=="leaflet"?(i=_.extend({attribution:'Map data <a href="https://openstreetmap.org">OpenStreetMap<\/a>',minZoom:0,scrollWheelZoom:!1,worldCopyJump:!0,zoomControl:null},this.mapOpts),i.minZoom=isNaN(parseInt(i.minZoom))?0:parseInt(i.minZoom),this.map_=new L.Map(this.div.canvas.get(0),i),L.control.zoom({position:"bottomright",zoomInTitle:"",zoomOutTitle:""}).addTo(this.map_),this.iw=L.popup(),this.iw.setContent(this.div.iw.get(0))):(this.map_=new google.maps.Map(this.div.canvas.get(0),{mapTypeId:"roadmap",zoom:1}),i=_.extend({backgroundColor:"transparent",clickableIcons:!1,fullscreenControl:!1,keyboardShortcuts:!1,mapTypeControl:!0,mapTypeControlOptions:{position:google.maps.ControlPosition.TOP_RIGHT,style:google.maps.MapTypeControlStyle.DROPDOWN_MENU},minZoom:0,scaleControl:!0,scrollwheel:!1,streetViewControl:!this.editable&&!this.query},this.mapOpts),i.minZoom=isNaN(parseInt(i.minZoom))?0:parseInt(i.minZoom),this.map_.setOptions(i),this.iw=mappl10n.options.iwType=="ib"||this.editable?new mapp.InfoBox(this):new google.maps.InfoWindow,this.iw.setContent(this.div.iw.get(0)),this.addLayers());this.addStyles();this.addControls();this.addMenu();this.setMapTypeId(this.mapTypeId,!0);this.places=new mapp.Places(n(".mapp-places",this.div.search),{map:t});n(this.places).on("search.mapp",function(n,i){t.search(i)});this.addEvents("click drag",function(){t.close()});this.toggleView("mini",this.div.layout.width()<mappl10n.options.mini);this.div.layout.on("click","[data-mapp-action]",function(i){var r=n(this).attr("data-mapp-action");i.preventDefault();t.action(r,n(this).attr("data-mapp-"+r),n(this))});this.div.filters.on("change",function(){t.ajaxQuery()});n(window).resize(function(){t.resize()});this.places.parse(this.center,function(n){t.center=n&&n.geometry&&n.geometry.location?{lat:n.geometry.location.lat,lng:n.geometry.location.lng}:null;t.query?t.ajaxQuery(function(){t.initCenter()}):(t.setPois(t.pois),t.initCenter())})}},initCenter:function(){var n=this;this.recenter();this.renderList();this.query&&mappl10n.options.search&&!this.editable&&this.addSearchMove();mappl10n.options.engine=="leaflet"?this.initOpen():mapp.event.addListenerOnce(n.map_,"idle",function(){n.initOpen()})},initOpen:function(){var n=this.pois_.length?this.pois_[0]:null;this.initialOpenDirections?this.openDirections(null,n):n&&this.initialOpenInfo&&n.open()},search:function(n){var i,t,f,u,r;n&&n.geometry&&(i=n.geometry.location?n.geometry.location:null,t=n.geometry.viewport?n.geometry.viewport:null,mappl10n.options.engine=="leaflet"?(f=new L.LatLng(i.lat,i.lng),r=f.toBounds(mappl10n.options.radius*1e3)):(u=new google.maps.Circle({center:i,radius:mappl10n.options.radius*1e3}),r=t?new google.maps.LatLngBounds(new google.maps.LatLng(t.sw.lat,t.sw.lng),new google.maps.LatLng(t.ne.lat,t.ne.lng)).union(u.getBounds()):u.getBounds()),this.fitBounds(r),this.setView(i))},load:function(n){_.extend(this,this.defaults,n,this.settings);this.setMapTypeId(this.mapTypeId,!0);this.setPois(this.pois);this.recenter()},action:function(t,i,r){var f=this,u;switch(t){case"center":this.toggleView("menu",!1);this.close();this.recenter();break;case"dir":this.openDirections(null,this.poi);break;case"dir-from":this.openDirections(this.poi,null);break;case"filters-reset":this.div.filters.find(":input").each(function(){this.type=="checkbox"||this.type=="radio"?n(this).prop("checked",!1):n(this).val("")});this.ajaxQuery();break;case"filters-toggle":this.toggleView("filters");break;case"geolocate":this.places.geolocate(function(n){f.search(n)});break;case"layer":this.toggleLayer(i);this.toggleView("menu",!1);break;case"menu-toggle":this.toggleView("menu");break;case"open":u=r.attr("data-mapp-poi");this.open(this.pois_[u]);break;case"show":this.div.layout.show();this.resize();this.initCenter();break;case"view-map":this.toggleView("list",!1);break;case"view-list":this.toggleView("list",!0);break;default:return!0}},dialog:function(n,t){var i=this;n?(this.div.dialog.html(n),this.div.dialog.show(),t&&(clearTimeout(this.dialog.fade),this.dialog.fade=setTimeout(function(){i.dialog(null)},4e3))):this.div.dialog.hide()},addEvents:function(n,t){n=n.split(" ");for(var i=0;i<n.length;i++)mapp.event.addListener(this.map_,n[i],t)},close:function(){mappl10n.options.engine=="leaflet"?this.map_.closePopup():this.iw.close();this.select(null);n(this).triggerHandler("mapp.close")},openDirections:function(n,t){var i=n?n.getAddress():"",r=t?t.getAddress():"";n?n.open():t&&t.open();this.dir_||(this.dir_=new mapp.Directions(this.div.directions,this));this.dir_.open(i,r)},sanity:function(){if(!this.div.canvas.length)return mapp.lib.log("MapPress: Missing map name or container for map: "+this.name);if(mappl10n.options.autoupdate==="tc")return mapp.lib.log("Maps API missing (800001)");if(typeof _=="undefined")return mapp.lib.alert("ERROR: underscore.js not loaded. Check cacheing / optimizing plugins.");if(mappl10n.options.engine=="leaflet"){if(typeof L=="undefined")return mapp.lib.alert("ERROR: Unable to load Leaflet")}else{if(typeof google=="undefined")return mapp.lib.alert("ERROR: Google Maps API not loaded");n(document).ready(function(){n('script[src*="https://maps.googleapis.com/maps/api/js?v=3"]').length>1&&mapp.lib.alert("ERROR: Google Maps API key loaded multiple times, please see MapPress FAQ.")})}return!0},select:function(t){if(t){var i=n.inArray(t,this.pois_),r=n('[data-mapp-poi="'+i+'"]',this.div.list);mapp.lib.scrollTo(this.div.list,r);t.setZIndex(++this.zindex_)}this.poi=t},setHighlight:function(n){this.highlight&&(mappl10n.options.engine=="leaflet"?this.highlight.remove():this.highlight.setMap(null));n&&(mappl10n.options.engine=="leaflet"?this.highlight=new L.Marker(n.getPosition()).addTo(this.map_):(this.highlight=new google.maps.Marker({position:n.getPosition()}),this.highlight.setMap(this.map_)))},getMap:function(){return this.map_},renderList:function(){var i=this.getBounds(),r=0,u=this,t;if(!this.editable)for(t=0;t<this.pois_.length;t++)this.pois_[t].visible=this.pois_[t].type!="kml",this.query&&i&&!i.contains(this.pois_[t].getPosition())&&(this.pois_[t].visible=!1),r+=this.pois_[t].visible;this.div.list.html(mapp.lib.template(this.templates.loop,{map:this,pois:this.pois_,count:r}));this.editable&&n(".mapp-items",u.sel).sortable({axis:"y",cursor:"move",delay:200,update:function(){u.sortPois(n(this).sortable("toArray",{attribute:"data-mapp-poi"}))}})},getPois:function(){return this.pois_},insertPoi:function(n){var t=this;this.pois_.unshift(n);n.setMap(this);t.renderList();this.select(n)},removePoi:function(t){var r=this,i=n.inArray(t,this.pois_);i!=-1&&(this.pois_[i].setMap(null),this.pois_.splice(i,1),r.renderList())},resetPois:function(){for(i=0;i<this.pois_.length;i++)this.pois_[i].setMap(null);this.pois_=[];this.zindex_=0},setPois:function(n){var t,i;if(this.resetPois(),n){for(t=0;t<n.length;t++)i=new mapp.Poi(n[t]),this.pois_.push(i),i.id=this.pois_.length-1,i.setMap(this),i.setZIndex(this.zindex_+n.length-1-t);this.zindex_+=n.length-1}this.renderList()},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(this.pois_[r])}if(t.length!=this.pois_.length)return!1;this.pois_=t;this.renderList()},open:function(t,i){var r=null,u;if(this.close(),this.select(t),mappl10n.options.mashupClick!="poi"&&t.postid&&t.url){mappl10n.options.mashupClick=="post"?window.location.assign(t.url):window.open(t.url);return}this.toggleView("list",!1);i&&i.featureData?r=i.featureData:i&&i.propagatedFrom&&i.propagatedFrom.feature&&i.propagatedFrom.feature.properties&&(r=i.propagatedFrom.feature.properties);this.div.iw.html(t.render("popup",r));mappl10n.options.engine=="leaflet"?(this.iw.setLatLng(t.getPosition()),this.iw.options.offset=t.getAnchorPoint(),this.map_.openPopup(this.iw)):(u=new google.maps.MVCObject,u.setValues({position:t.getPosition(i),anchorPoint:t.getAnchorPoint(i)}),this.iw.open(this.map_,u));n(this).triggerHandler("mapp.open",t)},renderMenu:function(){var t=this;for(layer in this.layers_)this.layers_[layer].getMap()&&n('[data-mapp-layer="'+layer+'"]',this.div.layout).addClass("mapp-active")},addStyles:function(){var u=this,l,f,r,i;if(mappl10n.options.engine=="leaflet"){if(this.editable){for(l=[],f=L.control.layers(),r=0;r<mappl10n.options.baseLayers.length;r++){var o=mappl10n.options.baseLayers[r],s=mappl10n.options.providers[o.provider],h=n.extend({},s,o);f.addBaseLayer(L.tileLayer(s.url,h),h.label)}mappl10n.options.baseLayers.length>1&&f.addTo(this.map_)}this.map_.on("baselayerchange",function(n){u.mapTypeId=n.layer.options.name})}else{var t=mappl10n.options.styles?mappl10n.options.styles:[],e=mappl10n.options.style,c=["roadmap","satellite","terrain","hybrid"];if(e&&typeof t[e]!="undefined"&&this.map_.setOptions({styles:t[e]}),this.editable){for(i in t)this.map_.mapTypes.set(i,new google.maps.StyledMapType(t[i],{name:i})),c.push(i);this.map_.setOptions({mapTypeControlOptions:{mapTypeIds:c,position:google.maps.ControlPosition.TOP_RIGHT,style:google.maps.MapTypeControlStyle.DROPDOWN_MENU}})}else this.mapTypeId&&typeof t[this.mapTypeId]!="undefined"&&this.map_.setOptions({styles:t[this.mapTypeId]});mapp.event.addListener(this.map_,"maptypeid_changed",function(){u.mapTypeId=u.map_.getMapTypeId()})}},addControls:function(){var n=this;this.div.controls.html(mapp.lib.template("map-controls",{map:this}))},addLayers:function(){var u,i,t,r;for(this.layers_={traffic:new google.maps.TrafficLayer,bicycling:new google.maps.BicyclingLayer,transit:new google.maps.TransitLayer},u=n.makeArray(this.layers),i=0;i<u.length;i++)t=n.trim(u[i]),r=t.split(".").pop(),this.layers_[t]?this.toggleLayer(t):r=="kml"||r=="kmz"?this.layers_[t]=new google.maps.KmlLayer({map:this.map_,preserveViewport:!0,url:t}):r=="json"&&(this.layers_[t]=new google.maps.Data({map:this.map_}).loadGeoJson(t))},addMenu:function(){var t=this;n("body").on("click",function(i){var r=n(i.target),u=r.attr("data-mapp-action");r==t.div.filters||u=="filters-toggle"||r.closest(t.div.filters).length||t.toggleView("filters",!1);r==t.div.menu||u=="menu-toggle"||r.closest(t.div.menu).length||t.toggleView("menu",!1)})},toggleLayer:function(t,i){var r=this;i=typeof i!="undefined"?i:this.layers_[t].getMap()==null;n.each(["traffic","bicycling","transit"],function(n,t){r.layers_[t].setMap(null)});i&&this.layers_[t].setMap(this.map_)},togglePois:function(n){n=!!n;for(var t=0;t<this.pois_.length;t++)this.pois_[t].setVisible(n)},toggleView:function(n,t){t=typeof t=="undefined"?!this.div.layout.hasClass("mapp-view-"+n):t;this.div.layout.toggleClass("mapp-view-"+n,t);n=="menu"&&t&&this.renderMenu();n=="directions"&&this.resize()},resize:function(){var n=this.getCenter();this.toggleView("mini",this.div.layout.width()<mappl10n.options.mini);mappl10n.options.engine=="leaflet"?this.map_.invalidateSize():mapp.event.trigger(this.map_,"resize");n&&this.setView(n)},recenter:function(){var t=this.center&&this.center.lat&&this.center.lng?this.center:null,n=this.zoom&&parseInt(this.zoom)?parseInt(this.zoom):null,i,r;if(t&&!n&&this.query){this.search({geometry:{location:{lat:t.lat,lng:t.lng}}});return}if(t){this.setView(t,n?n:1);return}if(this.pois_.length==0){this.setView({lat:0,lng:0},n?n:1);return}if(this.pois_.length==1){this.pois_[0].center(n);return}for(bounds=mappl10n.options.engine=="leaflet"?new L.LatLngBounds:new google.maps.LatLngBounds,i=0;i<this.pois_.length;i++)r=this.pois_[i].getBounds(),bounds=r?mappl10n.options.engine=="leaflet"?bounds.extend(r):bounds.union(r):bounds.extend(this.pois_[i].getPosition());n?this.setView(bounds.getCenter().toJSON(),n):this.fitBounds(bounds)},toJSON:function(){var n;for(this.pois=[],n=0;n<this.pois_.length;n++)this.pois.push(this.pois_[n].toJSON());return{center:this.center,height:this.height,mapid:this.mapid,mapTypeId:this.mapTypeId,metaKey:this.metaKey,pois:this.pois,title:this.title,width:this.width,zoom:this.zoom}},ajaxSave:function(n){var t=this,i=JSON.stringify(this),r=!this.mapid||!this.postid?mappl10n.options.postid:this.postid;mapp.lib.ajax({type:"POST",data:{action:"mapp_save",map:i,postid:r},callback:function(i){i.status=="OK"&&(t.mapid||(t.mapid=i.data.mapid),n())}})},fitBounds:function(n,t){var t=mappl10n.options.engine=="leaflet"&&t?{paddingTopLeft:[t.left,t.top],paddingBottomRight:[t.right,t.bottom]}:t;return this.map_.fitBounds(n,t)},getBounds:function(){try{return this.map_.getBounds()}catch(n){return null}},getCenter:function(){try{return this.map_.getCenter()}catch(n){return null}},getMapTypeId:function(n){return mappl10n.options.engine=="leaflet"?"roadmap":this.map_.getMapTypeId(n)},setMapTypeId:function(t){var s=this,i,r,e,u,o,f;if(mappl10n.options.engine=="leaflet")for(this.map_.eachLayer(function(n){s.map_.removeLayer(n)}),t=!this.editable&&mappl10n.options.style&&t=="streets"?mappl10n.options.style:t,t=_.findIndex(mappl10n.options.baseLayers,{name:t})>=0?t:mappl10n.options.baseLayers[0].name,i=0;i<mappl10n.options.baseLayers.length;i++)r=mappl10n.options.baseLayers[i],e=mappl10n.options.providers[r.provider],r.name==t&&(u=n.extend({},e,r),o=L.tileLayer(u.url,u),o.addTo(this.map_));else f=n.inArray(t,["roadmap","satellite","terrain","hybrid"])!=-1,t=this.editable?f||typeof mappl10n.options.styles[t]!="undefined"?t:"roadmap":f?t:"roadmap",this.map_.setMapTypeId(t)},setView:function(n,t,i){mappl10n.options.engine=="leaflet"?(t==null&&(t=this.map_.getZoom()?this.map_.getZoom():0),this.map_.setView(n,t,i)):(n=n&&!n.toJSON?{lat:parseFloat(n.lat),lng:parseFloat(n.lng)}:n,t=t?parseInt(t):null,n&&this.map_.setCenter(n),t&&this.map_.setZoom(t))}};mapp.Map.ajaxGet=function(n,t,i){mapp.lib.ajax({type:"GET",data:{action:"mapp_get",mapid:n},callback:function(n){if(n.status=="OK"){var r=new mapp.Map(n.data.map,t);i(r)}}})};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){this.sel=n(t);this.map=i;this.directionsRenderer=null;this.directionsService=null;this.placesService=null;var r=this;this.sel.on("keydown",function(n){n.which==13?(r.getDirections(),n.preventDefault()):n.which==27&&r.close()});this.sel.on("click","[data-mapp-action]",function(t){var i=n(this).attr("data-mapp-action"),u=n(".mapp-dir-daddr",r.sel).val(),f=n(".mapp-dir-saddr",r.sel).val();t.preventDefault();switch(i){case"dir-cancel":r.close();break;case"dir-get":r.getDirections();break;case"dir-myloc":r.map.places.geolocate(function(t){n(".mapp-dir-saddr",r.sel).val(t.name);r.getDirections()});break;case"dir-swap":n(".mapp-dir-saddr",r.sel).val(u);n(".mapp-dir-daddr",r.sel).val(f);r.getDirections()}});this.open=function(t,i){if(mappl10n.options.directions=="google"){this.openGoogle(t,i);return}this.map.toggleView("directions",!0);n(".mapp-dir-addr",this.sel).removeClass("mapp-error");n(".mapp-dir-saddr",this.sel).val(t);n(".mapp-dir-daddr",this.sel).val(i);n(".mapp-dir-get",this.sel).focus();n(".mapp-dir-saddr",this.sel).focus()};this.close=function(){this.map.toggleView("directions",!1);this.directionsRenderer&&(this.directionsRenderer.setPanel(null),this.directionsRenderer.getMap()&&(this.directionsRenderer.setMap(null),this.map.togglePois(!0)))};this.getDirections=function(){this.map.close();this.openGoogle(n(".mapp-dir-saddr",this.sel).val(),n(".mapp-dir-daddr",this.sel).val());return};this.openGoogle=function(n,t){var i=mappl10n.options.directionsServer;i.toLowerCase().indexOf("http")==-1&&(i="https://"+i);i+="?saddr="+encodeURIComponent(n);i+="&daddr="+encodeURIComponent(t);window.open(i)}}}(jQuery);mapp=window.mapp||{};mapp.geocoders={};+function(n){mapp.geocoders.Algolia=function(n){this.map=n;this.places=algoliasearch.initPlaces()};mapp.geocoders.Algolia.prototype={geocode:function(n,t){var i=this;this.getPredictions(n,function(i){i&&i.hits.length?t({formatted_address:i.hits[0].locale_names[0],name:n,geometry:{location:{lat:i.hits[0]._geoloc.lat,lng:i.hits[0]._geoloc.lng}}}):t(null)})},getDetails:function(n,t){if(mappl10n.options.geocoder=="nominatim")return this.getNominatimDetails(n,t);if(mappl10n.options.geocoder=="mapbox"&&mappl10n.options.mapbox)return this.getMapboxDetails(n,t);t({formatted_address:n.value,name:n.name,geometry:{location:n.latlng}});return},getNominatimDetails:function(t,i){url="https://nominatim.openstreetmap.org/search?format=json&limit=1&q="+encodeURIComponent(t.value);url=mappl10n.options.country?url+"&countrycodes="+mappl10n.options.country.toLowerCase():url;url=mappl10n.options.language?url+"&accept-language="+mappl10n.options.language.toLowerCase():url;n.getJSON(url,function(n){if(n&&n.length){var r=n[0],u=r.boundingbox&&r.boundingbox.length==4?{sw:{lat:r.boundingbox[0],lng:r.boundingbox[2]},ne:{lat:r.boundingbox[1],lng:r.boundingbox[3]}}:null;i({formatted_address:r.display_name,name:t.name,geometry:{location:{lat:r.lat,lng:r.lon},viewport:u}})}else i({formatted_address:t.value,name:t.name,geometry:{location:t.latlng}})})},getMapboxDetails:function(t,i){url="https://api.mapbox.com/geocoding/v5/mapbox.places/"+encodeURIComponent(t.value)+".json?access_token="+mappl10n.options.mapbox;url=mappl10n.options.country?url+"&country="+mappl10n.options.country.toLowerCase():url;url=mappl10n.options.language?url+"&language="+mappl10n.options.language.toLowerCase():url;n.getJSON(url,function(n){if(n&&n.features&&n.features.length>0){var r=n.features[0],u=r.bbox&&r.bbox.length==4?{sw:{lat:r.bbox[1],lng:r.bbox[0]},ne:{lat:r.bbox[3],lng:r.bbox[2]}}:null;i({formatted_address:r.place_name,name:t.name,geometry:{location:{lat:r.center[1],lng:r.center[0]},viewport:u}})}else i({formatted_address:t.value,name:t.name,geometry:{location:t.latlng}})})},getPredictions:function(n,t){this.places.search({query:n,language:mappl10n.options.language},function(n,i){n||!i?t(null):t(i)})}}}(jQuery);+function(n){mapp.geocoders.Google=function(t){this.map=t;this.token=null;this.types=this.map.editable?null:["geocode"];var i=n('<div style="display:none">').appendTo("body");this.placesService=new google.maps.places.PlacesService(i.get(0));this.autocompleteService=new google.maps.places.AutocompleteService;i.remove()};mapp.geocoders.Google.prototype={geocode:function(t,i){var r=this;this.getPredictions(t,function(t){t&&n.isArray(t)?r.getDetails(t[0],function(n){i(n)}):i(null)})},getDetails:function(n,t){this.token=this.token?this.token:new google.maps.places.AutocompleteSessionToken;this.token=null;var i={placeId:n.place_id,sessionToken:this.token};this.placesService.getDetails(i,function(n,i){if(i=="OK"&&n&&n.geometry){if(n.geometry.location&&(n.geometry.location=n.geometry.location.toJSON()),n.geometry.viewport){var r=n.geometry.viewport.toJSON();n.geometry.viewport={sw:{lat:r.south,lng:r.west},ne:{lat:r.north,lng:r.east}}}t(n)}else t(null)})},getPredictions:function(n,t){var i,r;this.token=this.token?this.token:new google.maps.places.AutocompleteSessionToken;i=this.map.getMap().getBounds();i=i?i:new google.maps.LatLngBounds(new google.maps.LatLng(85,-180),new google.maps.LatLng(-85,180));r={input:n,bounds:i,sessionToken:this.token,types:this.types};this.autocompleteService.getPlacePredictions(r,function(n,i){i=="OK"&&n&&n.length?t(n):(i==google.maps.places.PlacesServiceStatus.REQUEST_DENIED?alert("Google Maps API Key error: please enable the Places API in the Google Developer Console."):i==google.maps.places.PlacesServiceStatus.OVER_QUERY_LIMIT&&alert("Google Maps API Key has exceeded its query limit"),t(null))})}}}(jQuery);mapp=window.mapp||{};mapp.Icons={};mapp.Icons.get=function(){var n="https://maps.google.com/intl/en_us/mapfiles/ms/micons/red-dot.png";return mappl10n.options.engine=="leaflet"?L.icon({iconUrl:n,iconAnchor:[16,32],iconSize:[32,32],popupAnchor:[0,-32]}):{url:n}};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({border:20},i),u=null,r=null,o,e=this;r=n('<div class="mapp-ib-wrapper" tabindex="0"><div class="mapp-ib" tabindex="0"><\/div><div class="mapp-ib-tip"><\/div><\/div>').appendTo(t.getMap().getDiv());jQuery(window).resize(function(){e.close()});r.on("keydown",function(n){n.which==27&&e.close()});r.on("click",".mapp-close",function(){e.close()});this.getContent=function(){return n(".mapp-ib",r)};this.setContent=function(t){n(".mapp-ib",r).empty().append(t)};this.open=function(n,t){u=t;this.setMap(n)};this.onAdd=function(){o=!1;var t=n(":input",r);r.show();t.length?t.first().focus():r.focus();google.maps.event.trigger(e,"domready")};this.draw=function(){var l=this.getMap(),a=n(".mapp-ib-body",r),s=this.getProjection().fromLatLngToContainerPixel(u.position),t,h,c,i,e;o||(o=!0,t={width:n(":first-child",l.getDiv()).width(),height:n(":first-child",l.getDiv()).height()},r.css({"max-height":"9999px",left:0,bottom:0,top:"auto",right:"auto"}),h=r.outerWidth(!0),c=r.outerHeight(!0),c>t.height+u.anchorPoint.y-2*f.border&&(c=t.height+u.anchorPoint.y-2*f.border,r.css({"max-height":c+2})),i=s.x,e=s.y,i+h/2>t.width&&(i=t.width-h/2),i-h/2<0&&(i=h/2),e-c+u.anchorPoint.y<f.border&&(e=c-u.anchorPoint.y+f.border),e>t.height&&(e=t.height),(s.x-i||s.y-e)&&l.panBy(s.x-i,s.y-e),r.css({left:i-h/2,bottom:t.height-e-u.anchorPoint.y}))};this.close=function(){r.is(":visible")&&(this.setMap(null),google.maps.event.trigger(this,"closed"))};this.onRemove=function(){r.hide()}};mappl10n.options.engine!="leaflet"&&(mapp.InfoBox.prototype=new google.maps.OverlayView)}(jQuery);mapp=window.mapp||{};+function(n){mapp.lib={ajax:function(t){var i=this;return n.extend({type:"GET",data:null,spinner:null,callback:n.noop},t),t.spinner&&t.spinner.show(),n.ajax({type:t.type,url:mappl10n.options.ajaxurl,data:t.data,success:function(n,r,u){if(t.spinner&&t.spinner.hide(),n.status!="OK"){var f=typeof n=="object"?n.status:n;i.alert("AJAX ERROR\r\nResponse="+f+" TextStatus="+r+"\r\nResponseText="+u.responseText)}if(n.output){i.log("AJAX Output\r\n"+n.output);return}t.callback&&t.callback(n,u)},error:function(n,r,u){(t.spinner&&t.spinner.hide(),r!="cancel")&&typeof u!="undefined"&&u!=""&&i.alert("AJAX ERROR\r\nTextStatus="+r+"\r\nError="+u+"\r\nResponseText="+n.responseText)}})},alert:function(n){mappl10n.options.admin||mappl10n.options.debug?alert(n):window.console&&console.error(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.error(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(r.replace(/[\n\r\t]/g,""),null,{evaluate:/<#([\s\S]+?)#>/g,interpolate:/\{\{\{([\s\S]+?)\}\}\}/g,escape:/\{\{([^\}]+?)\}\}(?!\})/g});else return""}return mapp.lib.templates[t](i)}};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-layout",r).each(function(){var i=n(this).find(".mapp-canvas").attr("id"),t=window[i];t.resize();t.recenter()})})}(jQuery);+function(){mappl10n.options.engine=="leaflet"&&(L.LatLng.prototype.toJSON=function(){return{lat:this.lat,lng:this.lng}},L.LatLngBounds.prototype.toJSON=function(){return{south:this.getSouth(),west:this.getWest(),north:this.getNorth(),east:this.getEast()}},L.LatLng.prototype.toUrlValue=function(){return Math.round(this.lat*1e6)/1e6+", "+Math.round(this.lng*1e6)/1e6});mapp.event={addListener:function(n,t,i){if(mappl10n.options.engine=="leaflet")n.on(t,i);else google.maps.event.addListener(n,t,i)},addListenerOnce:function(n,t,i){if(mappl10n.options.engine=="leaflet")n.once(t,i);else google.maps.event.addListenerOnce(n,t,i)},clearInstanceListeners:function(n){mappl10n.options.engine=="leaflet"?n.off():google.maps.event.clearInstanceListeners(n)},clearListeners:function(n,t){mappl10n.options.engine=="leaflet"?n.off(t):google.maps.event.clearListeners(n,"rightclick")},trigger:function(n,t,i){mappl10n.options.engine=="leaflet"?n.fire(t,i):google.maps.event.trigger(n,t,i)}}}(jQuery);mapp=window.mapp||{};jQuery.fn.AlgoliaAutocomplete=jQuery.fn.autocomplete.noConflict();+function(n){mapp.Places=function(t,i){var r=this;this.sel=n(t);this.opts=n.extend({map:null},i);this.geocoder=mappl10n.options.engine=="leaflet"?new mapp.geocoders.Algolia(this.opts.map):new mapp.geocoders.Google(this.opts.map);this.sel.on("keydown",function(t){if(t.which==13){t.preventDefault();var i=r.parseLatLng(r.sel.val());i&&(n(r).triggerHandler("search.mapp",i),r.sel.AlgoliaAutocomplete("close"),t.stopImmediatePropagation());r.sel.val().substring(0,4)=="http"&&(n(r).triggerHandler("search.mapp",r.sel.val()),r.sel.AlgoliaAutocomplete("close"),t.stopImmediatePropagation())}});this.autocomplete();this.sel.focus()};mapp.Places.prototype={parse:function(t,i){var f=this,u=t&&t.name?n.trim(t.name):n.trim(t),r;if(!u){i(null);return}if(u=="user"){this.geolocate(function(n){i(n)});return}if(t&&t.geometry){i(t);return}if(r=this.parseLatLng(t),r){i(r);return}this.geocoder.geocode(t,function(n){i(n)})},parseLatLng:function(t){var i,e,r,u,f;return t.lat&&t.lng?i=t:(e=t&&t.name?n.trim(t.name):n.trim(t),r=e.split(","),r.length==2&&(u=parseFloat(r[0]),f=parseFloat(r[1]),isNaN(u)||isNaN(f)||(i={lat:u,lng:f}))),i?{name:i.lat+", "+i.lng,geometry:{location:i}}:null},geolocate:function(n){var t=this;if(!navigator||!navigator.geolocation){alert(mappl10n.no_geolocate);return}navigator.geolocation.getCurrentPosition(function(t){var i={lat:t.coords.latitude,lng:t.coords.longitude};n({name:i.lat+", "+i.lng,geometry:{location:i}})},function(t){var i=t&&t.message?" : "+t.message:"";alert(mappl10n.no_geolocate+i);n(null)},{timeout:15e3,enableHighAccuracy:!0,maximumAge:3e4})},autocomplete:function(){var t=this,r,i,u;this.sel.on("autocomplete:selected",function(i,r){t.geocoder.getDetails(r,function(i){t.parse(i,function(i){i&&n(t).triggerHandler("search.mapp",i)})})});r={empty:'<div class="list-group search-results-dropdown"><div class="list-group-item">'+mappl10n.no_results+"<\/div><\/div>",header:'<div class="list-group search-results-dropdown">'};mappl10n.options.engine=="leaflet"?(i={algoliasearch:algoliasearch,templates:r},mappl10n.options.country&&(i.countries=[mappl10n.options.country]),mappl10n.options.language&&(i.language=mappl10n.options.language),u=placesAutocompleteDataset(i)):u={display:"description",source:function(n,i){t.geocoder.getPredictions(n,function(n){matches=n;i(matches)})},templates:r};this.sel.AlgoliaAutocomplete({autoselect:!0,cssClasses:{prefix:"mapp-aa"},debug:!1,hint:!0,highlight:!0,minLength:1},u)}}}(jQuery);mapp=window.mapp||{};+function(n){mapp.Poi=function(t){var u,f,r,o,i,e,h,s;if(this.defaults={address:null,body:null,iconid:null,kml:null,map:null,overlay:null,postid:null,props:null,title:"",url:null,type:null,viewport:null},n.extend(this,this.defaults,t),t&&t.correctedAddress&&(this.address=t.correctedAddress),mappl10n.options.engine=="leaflet"&&this.isPoly()&&(this.type=null),t.viewport&&t.viewport.sw&&t.viewport.ne&&(u=t.viewport.sw,f=t.viewport.ne,this.viewport=mappl10n.options.engine=="leaflet"?new L.LatLngBounds(L.latLng(u.lat,u.lng),L.latLng(f.lat,f.lng)):new google.maps.LatLngBounds(new google.maps.LatLng(u.lat,u.lng),new google.maps.LatLng(f.lat,f.lng))),r=[],o=[],!t.overlay)switch(this.type){case"polygon":if(t.poly&&t.poly.paths)for(i=0;i<t.poly.paths.length;i++){for(r=[],e=0;e<t.poly.paths[i].length;e++)r.push(new google.maps.LatLng(t.poly.paths[i][e].lat,t.poly.paths[i][e].lng));o.push(new google.maps.MVCArray(r))}this.overlay=new google.maps.Polygon({paths:new google.maps.MVCArray(o)});this.setColors(t.poly);break;case"polyline":if(t.poly&&t.poly.path)for(i=0;i<t.poly.path.length;i++)r.push(new google.maps.LatLng(t.poly.path[i].lat,t.poly.path[i].lng));this.overlay=new google.maps.Polyline({path:new google.maps.MVCArray(r)});this.setColors(t.poly);break;case"circle":h=new google.maps.LatLng(t.point.lat,t.point.lng);this.overlay=new google.maps.Circle({center:h,radius:parseFloat(t.poly.radius)});this.setColors(t.poly);break;case"rectangle":this.overlay=new google.maps.Rectangle({bounds:this.viewport});this.setColors(t.poly);break;case"kml":s=t.kml&&t.kml.url?t.kml.url:"";this.overlay=mappl10n.options.engine=="leaflet"?omnivore.kml(s):new google.maps.KmlLayer(s,{preserveViewport:!0,suppressInfoWindows:!0});break;case"":default:this.overlay=mappl10n.options.engine=="leaflet"?L.marker([t.point.lat,t.point.lng],{title:t.title}):new google.maps.Marker({position:new google.maps.LatLng(t.point.lat,t.point.lng),title:t.title})}t.type||this.setIcon(t.iconid)};mapp.Poi.prototype={toJSON:function(){var n={address:this.address,body:this.body,iconid:this.iconid,point:null,poly:null,title:this.title,type:this.type,viewport:null},u=this.getPosition(),i,t,r;if(n.point=u.toJSON(),i=this.viewport?this.viewport:this.getBounds(),i&&(t=i.toJSON(),n.viewport={sw:{lat:t.south,lng:t.west},ne:{lat:t.north,lng:t.east}}),this.type=="kml"&&(n.kml=this.kml),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(t.toJSON())});break;case"polygon":n.poly.paths=[];this.overlay.getPaths().forEach(function(t){var i=[];t.forEach(function(n){i.push(n.toJSON())});n.poly.paths.push(i)});break;case"rectangle":r=this.overlay.getBounds();n.viewport={sw:r.getSouthWest().toJSON(),ne:r.getNorthEast().toJSON()}}}return n},setMap:function(n){var t=this;if(this.map=n,mapp.event.clearInstanceListeners(this.overlay),n==null){mappl10n.options.engine=="leaflet"?this.overlay.remove():this.overlay.setMap(null);return}this.type=="kml"&&(mappl10n.options.engine=="leaflet"?(mapp.event.addListenerOnce(this.overlay,"ready",function(){t.viewport=t.overlay.getBounds()}),mapp.event.addListenerOnce(this.overlay,"error",function(){alert(mappl10n.kml_error)})):(mapp.event.addListener(this.overlay,"defaultviewport_changed",function(){t.viewport=t.overlay.getDefaultViewport()}),mapp.event.addListener(this.overlay,"status_changed",function(){var n=t.overlay.getStatus();n!="OK"&&mappl10n.ajaxErrors&&alert(mappl10n.kml_error+":"+n)})));mapp.event.addListener(this.overlay,"click",function(n){t.open(n)});this.setEditable(this.map.editable);mappl10n.options.engine=="leaflet"?this.overlay.addTo(n.getMap()):this.overlay.setMap(n.getMap())},setEditable:function(n){var t=this;this.type!="kml"&&(mappl10n.options.engine=="leaflet"?this.overlay.options.draggable=n:this.overlay.setDraggable(n),this.isPoly()&&this.overlay.setEditable(n),mapp.event.clearListeners(this.overlay,"rightclick"),mapp.event.clearListeners(this.overlay,"dragstart"),n&&(mapp.event.addListener(this.overlay,"dragstart",function(){t.viewport=null;t.map.close()}),(this.type=="polygon"||this.type=="polyline")&&mapp.event.addListener(this.overlay,"rightclick",function(n){n.vertex!=null&&t.overlay.getPath().getLength()>2&&t.overlay.getPath().removeAt(n.vertex)})))},setZIndex:function(n){mappl10n.options.engine=="leaflet"?this.type||this.overlay.setZIndexOffset(n):this.overlay.set("zIndex",n)},setIcon:function(n){this.type||typeof mapp.Icons=="undefined"||(this.iconid=n,mappl10n.options.engine=="leaflet"?this.overlay.setIcon(mapp.Icons.get(n)):(this.overlay.setIcon(null),this.overlay.setIcon(mapp.Icons.get(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)},setTemplateColors:function(n,t,i){var r=this.type=="polyline"?{strokeColor:n,strokeOpacity:t/100,strokeWeight:i}:{fillColor:n,fillOpacity:t/100,strokeColor:n,strokeWeight:i,strokeOpacity:1};this.setColors(r)},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},getTemplateColors:function(){var n=this.getColors();return this.type=="polyline"?{color:n.strokeColor,opacity:n.strokeOpacity*100,weight:n.strokeWeight}:{color:n.fillColor,opacity:n.fillOpacity*100,weight:n.strokeWeight}},center:function(n){var t=this.getBounds();if(typeof n=="number"){this.map.setView(this.getPosition(),n);return}if(!t){this.map.setView(this.getPosition(),parseInt(mappl10n.options.poiZoom));return}this.map.fitBounds(t);this.map.setView(this.getPosition(),n)},open:function(n){this.map.open(this,n)},isPoly:function(){return jQuery.inArray(this.type,["polyline","polygon","circle","rectangle"])!=-1},getBounds:function(){var n;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=mappl10n.options.engine=="leaflet"?this.overlay.getBounds().isValid()?this.overlay.getBounds():null:this.overlay.getDefaultViewport();n=n?n:this.viewport;break;default:return this.viewport}return n},getPosition:function(n){if(!this.type)return mappl10n.options.engine=="leaflet"?this.overlay.getLatLng():this.overlay.getPosition();if(this.type=="kml"&&n&&n.latLng)return n.latLng;var t=this.getBounds();return t?t.getCenter():mappl10n.options.engine=="leaflet"?new L.latLng(0,0):new google.maps.LatLng(0,0)},getAddress:function(){return this.address?this.address:this.getPosition().toUrlValue()},getAnchorPoint:function(n){var t=this.isPoly()?"poly":this.type;switch(t){case"kml":return mappl10n.options.engine=="leaflet"?[0,0]:n&&n.pixelOffset?new google.maps.Point(n.pixelOffset.width,n.pixelOffset.height):new google.maps.Point(0,0);case"poly":return mappl10n.options.engine=="leaflet"?[0,0]:new google.maps.Point(0,0);default:return mappl10n.options.engine=="leaflet"?this.overlay.options.icon.options.popupAnchor?this.overlay.options.icon.options.popupAnchor:[0,-32]:typeof this.overlay.anchorPoint!="undefined"?this.overlay.anchorPoint:new google.maps.Point(0,-32)}},render:function(n,t){var i=_.extend(this,{icon:mapp.Icons.getUrl(this.iconid)});return t&&(i.body=t.description,i.title=t.name),mapp.lib.template(this.map.templates[n],{poi:i,colors:this.getTemplateColors()})}}}(jQuery);mapp=window.mapp||{};mapp.widgets={};+function(n){mapp.widgets.Grid=function(t,i){this.el=n(t);this.options=jQuery.extend({action:null,sortable:!1},i);var r=this;this.table=n("table",this.el);this.template=n("script",this.el).html().replace(new RegExp("'","g"),'"');this.el.on("click",function(t){var u=n(t.target),i=u.attr("data-mapp-action");i&&(r[i](t),t.preventDefault())})};mapp.widgets.Grid.prototype={add:function(){this.table.show();var t=n(this.template).appendTo(this.table);n(":input:eq(0)",t).focus()},remove:function(t){var i=n(t.target).closest("tr").remove();n("tbody > tr",this.table).length||this.table.hide()}}}(jQuery);+function(n){mapp.widgets.Popup=function(t,i){var r,u;if(this.activeToggle=null,this.content=t,this.el=null,r=this,this.options=n.extend({max:!1,modal:!1,position:null,toggle:null},i),this.options.modal?this.el=this.content.addClass("mapp-popup-fixed"):(this.el=n('<div class="mapp-popup">'),this.setContent(t)),this.el.attr("tabindex",0),this.options.max&&this.el.addClass("mapp-popup-max"),this.el.hide(),!this.options.modal)n(document).on("click.mapp.popup",function(t){n.contains(r.el.get(0),t.target)||r.el.get(0)==t.target||r.close()});if(this.options.toggle){u=typeof this.options.toggle=="string"?this.options.toggle:this.options.toggle.selector;n(document).on("click",u,function(t){r.activeToggle=n(this);r.open();t.stopPropagation()})}this.el.on("click",".mapp-close",function(){r.close()});this.el.on("keydown",function(n){n.which==27&&r.close()});return this};mapp.widgets.Popup.prototype={close:function(){this.el&&this.el.is(":visible")&&(this.backdrop&&(this.backdrop.remove(),n("body").removeClass("mapp-popup-modal")),this.el.hide(),this.activeToggle&&this.activeToggle.focus(),this.el.trigger("closed.mapp.popup"))},open:function(){var t=this;this.options.modal||this.el.parent().length||this.el.appendTo("body");this.el.show();this.options.modal?(this.backdrop=n('<div class="mapp-popup-backdrop"><\/div>'),this.el.after(this.backdrop),n("body").addClass("mapp-popup-modal")):this.el.position(n.extend({my:"center bottom",at:"center top-5",of:this.activeToggle,collision:"flipfit"},this.options.position));this.el.focus();this.el.trigger("open.mapp.popup")},setContent:function(n){this.el.empty();this.el.append('<span class="mapp-close">').append(n)},toggle:function(){this.el.is(":visible")?this.close():this.open()}}}(jQuery);+function(){mapp.load=function(){if(typeof mapp!="undefined"&&mapp.data)while(mapp.data.length){var n=mapp.data.pop();window[n.name]=new mapp.Map(n);window[n.name].display()}}}(jQuery);typeof mapp.Media!="undefined"?window.mappEditor=new mapp.Media:mapp.load()
|
1 |
+
var mapp=window.mapp||{};+function(n){mapp.Map=function(n,t){this.defaults={center:null,editable:null,height:null,initialOpenDirections:null,initialOpenInfo:null,layers:null,mapid:null,mapTypeId:null,metaKey:null,mapOpts:null,name:null,pois:null,postid:null,query:null,sel:null,title:null,width:null,zoom:null};this.highlight=null;this.iw=null;this.places=null;this.poi=null;this.settings=t?t:{};this.templates=null;this.dir_=null;this.div={};this.layers_={};this.map_=null;this.pois_=[];this.xhr_;this.zindex_=0;_.extend(this,this.defaults,n,this.settings)};mapp.Map.prototype={display:function(){var t=this,i;if(this.div.layout=this.sel?n(".mapp-layout",this.sel):n("#"+this.name+"-layout"),n.each(["canvas","controls","dialog","directions","filters","iw","list","menu","search"],function(i,r){t.div[r]=n(".mapp-"+r,t.div.layout)}),this.sanity()===!0){this.templates=this.editable?{loop:"edit-loop",item:"edit-item",popup:"edit-popup"}:this.query?{loop:"map-loop",item:"mashup-item",popup:"mashup-popup"}:{loop:"map-loop",item:"map-item",popup:"map-popup"};mappl10n.options.engine=="leaflet"?(i=_.extend({attribution:'Map data <a href="https://openstreetmap.org">OpenStreetMap<\/a>',minZoom:0,scrollWheelZoom:!1,worldCopyJump:!0,zoomControl:null},this.mapOpts),i.minZoom=isNaN(parseInt(i.minZoom))?0:parseInt(i.minZoom),this.map_=new L.Map(this.div.canvas.get(0),i),L.control.zoom({position:"bottomright",zoomInTitle:"",zoomOutTitle:""}).addTo(this.map_),this.iw=L.popup(),this.iw.setContent(this.div.iw.get(0))):(this.map_=new google.maps.Map(this.div.canvas.get(0),{mapTypeId:"roadmap",zoom:1}),i=_.extend({backgroundColor:"transparent",clickableIcons:!1,fullscreenControl:!1,keyboardShortcuts:!1,mapTypeControl:!0,mapTypeControlOptions:{position:google.maps.ControlPosition.TOP_RIGHT,style:google.maps.MapTypeControlStyle.DROPDOWN_MENU},minZoom:0,scaleControl:!0,scrollwheel:!1,streetViewControl:!this.editable&&!this.query},this.mapOpts),i.minZoom=isNaN(parseInt(i.minZoom))?0:parseInt(i.minZoom),this.map_.setOptions(i),this.iw=mappl10n.options.iwType=="ib"||this.editable?new mapp.InfoBox(this):new google.maps.InfoWindow,this.iw.setContent(this.div.iw.get(0)),this.addLayers());this.addStyles();this.addControls();this.addMenu();this.setMapTypeId(this.mapTypeId,!0);this.places=new mapp.Places(n(".mapp-places",this.div.search),{map:t});this.editable&&this.places.sel.focus();n(this.places).on("search.mapp",function(n,i){t.search(i)});this.addEvents("click drag",function(){t.close()});this.toggleView("mini",this.div.layout.width()<mappl10n.options.mini);this.div.layout.on("click","[data-mapp-action]",function(i){var r=n(this).attr("data-mapp-action");i.preventDefault();t.action(r,n(this).attr("data-mapp-"+r),n(this))});this.div.filters.on("change",function(){t.ajaxQuery()});n(window).resize(function(){t.resize()});this.places.parse(this.center,function(n){t.center=n&&n.geometry&&n.geometry.location?{lat:n.geometry.location.lat,lng:n.geometry.location.lng}:null;t.query?t.ajaxQuery(function(){t.initCenter()}):(t.setPois(t.pois),t.initCenter())})}},initCenter:function(){var n=this;this.recenter();this.renderList();this.query&&mappl10n.options.search&&!this.editable&&this.addSearchMove();mappl10n.options.engine=="leaflet"?this.initOpen():mapp.event.addListenerOnce(n.map_,"idle",function(){n.initOpen()})},initOpen:function(){var n=this.pois_.length?this.pois_[0]:null;this.initialOpenDirections?this.openDirections(null,n):n&&this.initialOpenInfo&&n.open()},search:function(n){var i,t,f,u,r;n&&n.geometry&&(i=n.geometry.location?n.geometry.location:null,t=n.geometry.viewport?n.geometry.viewport:null,mappl10n.options.engine=="leaflet"?(f=new L.LatLng(i.lat,i.lng),r=f.toBounds(mappl10n.options.radius*1e3)):(u=new google.maps.Circle({center:i,radius:mappl10n.options.radius*1e3}),r=t?new google.maps.LatLngBounds(new google.maps.LatLng(t.sw.lat,t.sw.lng),new google.maps.LatLng(t.ne.lat,t.ne.lng)).union(u.getBounds()):u.getBounds()),this.fitBounds(r),this.setView(i))},load:function(n){_.extend(this,this.defaults,n,this.settings);this.setMapTypeId(this.mapTypeId,!0);this.setPois(this.pois);this.recenter()},action:function(t,i,r){var f=this,u;switch(t){case"center":this.toggleView("menu",!1);this.close();this.recenter();break;case"dir":this.openDirections(null,this.poi);break;case"dir-from":this.openDirections(this.poi,null);break;case"filters-reset":this.div.filters.find(":input").each(function(){this.type=="checkbox"||this.type=="radio"?n(this).prop("checked",!1):n(this).val("")});this.ajaxQuery();break;case"filters-toggle":this.toggleView("filters");break;case"geolocate":this.places.geolocate(function(n){f.search(n)});break;case"layer":this.toggleLayer(i);this.toggleView("menu",!1);break;case"menu-toggle":this.toggleView("menu");break;case"open":u=r.attr("data-mapp-poi");this.open(this.pois_[u]);break;case"show":this.div.layout.show();this.resize();this.initCenter();break;case"view-map":this.toggleView("list",!1);break;case"view-list":this.toggleView("list",!0);break;default:return!0}},dialog:function(n,t){var i=this;n?(this.div.dialog.html(n),this.div.dialog.show(),t&&(clearTimeout(this.dialog.fade),this.dialog.fade=setTimeout(function(){i.dialog(null)},4e3))):this.div.dialog.hide()},addEvents:function(n,t){n=n.split(" ");for(var i=0;i<n.length;i++)mapp.event.addListener(this.map_,n[i],t)},close:function(){mappl10n.options.engine=="leaflet"?this.map_.closePopup():this.iw.close();this.select(null);n(this).triggerHandler("mapp.close")},openDirections:function(n,t){var i=n?n.getAddress():"",r=t?t.getAddress():"";n?n.open():t&&t.open();this.dir_||(this.dir_=new mapp.Directions(this.div.directions,this));this.dir_.open(i,r)},sanity:function(){if(!this.div.canvas.length)return mapp.lib.log("MapPress: Missing map name or container for map: "+this.name);if(mappl10n.options.autoupdate==="tc")return mapp.lib.log("Maps API missing (800001)");if(typeof _=="undefined")return mapp.lib.alert("ERROR: underscore.js not loaded. Check cacheing / optimizing plugins.");if(mappl10n.options.engine=="leaflet"){if(typeof L=="undefined")return mapp.lib.alert("ERROR: Unable to load Leaflet")}else{if(typeof google=="undefined")return mapp.lib.alert("ERROR: Google Maps API not loaded");n(document).ready(function(){n('script[src*="https://maps.googleapis.com/maps/api/js?v=3"]').length>1&&mapp.lib.alert("ERROR: Google Maps API key loaded multiple times, please see MapPress FAQ.")})}return!0},select:function(t){if(t){var i=n.inArray(t,this.pois_),r=n('[data-mapp-poi="'+i+'"]',this.div.list);mapp.lib.scrollTo(this.div.list,r);t.setZIndex(++this.zindex_)}this.poi=t},setHighlight:function(n){this.highlight&&(mappl10n.options.engine=="leaflet"?this.highlight.remove():this.highlight.setMap(null));n&&(mappl10n.options.engine=="leaflet"?this.highlight=new L.Marker(n.getPosition()).addTo(this.map_):(this.highlight=new google.maps.Marker({position:n.getPosition()}),this.highlight.setMap(this.map_)))},getMap:function(){return this.map_},renderList:function(){var i=this.getBounds(),r=0,u=this,t;if(!this.editable)for(t=0;t<this.pois_.length;t++)this.pois_[t].visible=this.pois_[t].type!="kml",this.query&&i&&!i.contains(this.pois_[t].getPosition())&&(this.pois_[t].visible=!1),r+=this.pois_[t].visible;this.div.list.html(mapp.lib.template(this.templates.loop,{map:this,pois:this.pois_,count:r}));this.editable&&n(".mapp-items",u.sel).sortable({axis:"y",cursor:"move",delay:200,update:function(){u.sortPois(n(this).sortable("toArray",{attribute:"data-mapp-poi"}))}})},getPois:function(){return this.pois_},insertPoi:function(n){var t=this;this.pois_.unshift(n);n.setMap(this);t.renderList();this.select(n)},removePoi:function(t){var r=this,i=n.inArray(t,this.pois_);i!=-1&&(this.pois_[i].setMap(null),this.pois_.splice(i,1),r.renderList())},resetPois:function(){for(i=0;i<this.pois_.length;i++)this.pois_[i].setMap(null);this.pois_=[];this.zindex_=0},setPois:function(n){var t,i;if(this.resetPois(),n){for(t=0;t<n.length;t++)i=new mapp.Poi(n[t]),this.pois_.push(i),i.id=this.pois_.length-1,i.setMap(this),i.setZIndex(this.zindex_+n.length-1-t);this.zindex_+=n.length-1}this.renderList()},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(this.pois_[r])}if(t.length!=this.pois_.length)return!1;this.pois_=t;this.renderList()},open:function(t,i){var r=null,u;if(this.close(),this.select(t),mappl10n.options.mashupClick!="poi"&&t.postid&&t.url){mappl10n.options.mashupClick=="post"?window.location.assign(t.url):window.open(t.url);return}this.toggleView("list",!1);i&&i.featureData?r=i.featureData:i&&i.propagatedFrom&&i.propagatedFrom.feature&&i.propagatedFrom.feature.properties&&(r=i.propagatedFrom.feature.properties);this.div.iw.html(t.render("popup",r));mappl10n.options.engine=="leaflet"?(this.iw.setLatLng(t.getPosition()),this.iw.options.offset=t.getAnchorPoint(),this.map_.openPopup(this.iw)):(u=new google.maps.MVCObject,u.setValues({position:t.getPosition(i),anchorPoint:t.getAnchorPoint(i)}),this.iw.open(this.map_,u));n(this).triggerHandler("mapp.open",t)},renderMenu:function(){var t=this;for(layer in this.layers_)this.layers_[layer].getMap()&&n('[data-mapp-layer="'+layer+'"]',this.div.layout).addClass("mapp-active")},addStyles:function(){var u=this,l,f,r,i;if(mappl10n.options.engine=="leaflet"){if(this.editable){for(l=[],f=L.control.layers(),r=0;r<mappl10n.options.baseLayers.length;r++){var o=mappl10n.options.baseLayers[r],s=mappl10n.options.providers[o.provider],h=n.extend({},s,o);f.addBaseLayer(L.tileLayer(s.url,h),h.label)}mappl10n.options.baseLayers.length>1&&f.addTo(this.map_)}this.map_.on("baselayerchange",function(n){u.mapTypeId=n.layer.options.name})}else{var t=mappl10n.options.styles?mappl10n.options.styles:[],e=mappl10n.options.style,c=["roadmap","satellite","terrain","hybrid"];if(e&&typeof t[e]!="undefined"&&this.map_.setOptions({styles:t[e]}),this.editable){for(i in t)this.map_.mapTypes.set(i,new google.maps.StyledMapType(t[i],{name:i})),c.push(i);this.map_.setOptions({mapTypeControlOptions:{mapTypeIds:c,position:google.maps.ControlPosition.TOP_RIGHT,style:google.maps.MapTypeControlStyle.DROPDOWN_MENU}})}else this.mapTypeId&&typeof t[this.mapTypeId]!="undefined"&&this.map_.setOptions({styles:t[this.mapTypeId]});mapp.event.addListener(this.map_,"maptypeid_changed",function(){u.mapTypeId=u.map_.getMapTypeId()})}},addControls:function(){var n=this;this.div.controls.html(mapp.lib.template("map-controls",{map:this}))},addLayers:function(){var u,i,t,r;for(this.layers_={traffic:new google.maps.TrafficLayer,bicycling:new google.maps.BicyclingLayer,transit:new google.maps.TransitLayer},u=n.makeArray(this.layers),i=0;i<u.length;i++)t=n.trim(u[i]),r=t.split(".").pop(),this.layers_[t]?this.toggleLayer(t):r=="kml"||r=="kmz"?this.layers_[t]=new google.maps.KmlLayer({map:this.map_,preserveViewport:!0,url:t}):r=="json"&&(this.layers_[t]=new google.maps.Data({map:this.map_}).loadGeoJson(t))},addMenu:function(){var t=this;n("body").on("click",function(i){var r=n(i.target),u=r.attr("data-mapp-action");r==t.div.filters||u=="filters-toggle"||r.closest(t.div.filters).length||t.toggleView("filters",!1);r==t.div.menu||u=="menu-toggle"||r.closest(t.div.menu).length||t.toggleView("menu",!1)})},toggleLayer:function(t,i){var r=this;i=typeof i!="undefined"?i:this.layers_[t].getMap()==null;n.each(["traffic","bicycling","transit"],function(n,t){r.layers_[t].setMap(null)});i&&this.layers_[t].setMap(this.map_)},togglePois:function(n){n=!!n;for(var t=0;t<this.pois_.length;t++)this.pois_[t].setVisible(n)},toggleView:function(n,t){t=typeof t=="undefined"?!this.div.layout.hasClass("mapp-view-"+n):t;this.div.layout.toggleClass("mapp-view-"+n,t);n=="menu"&&t&&this.renderMenu();n=="directions"&&this.resize()},resize:function(){var n=this.getCenter();this.toggleView("mini",this.div.layout.width()<mappl10n.options.mini);mappl10n.options.engine=="leaflet"?this.map_.invalidateSize():mapp.event.trigger(this.map_,"resize");n&&this.setView(n)},recenter:function(){var t=this.center&&this.center.lat&&this.center.lng?this.center:null,n=this.zoom&&parseInt(this.zoom)?parseInt(this.zoom):null,i,r;if(t&&!n&&this.query){this.search({geometry:{location:{lat:t.lat,lng:t.lng}}});return}if(t){this.setView(t,n?n:1);return}if(this.pois_.length==0){this.setView({lat:0,lng:0},n?n:1);return}if(this.pois_.length==1){this.pois_[0].center(n);return}for(bounds=mappl10n.options.engine=="leaflet"?new L.LatLngBounds:new google.maps.LatLngBounds,i=0;i<this.pois_.length;i++)r=this.pois_[i].getBounds(),bounds=r?mappl10n.options.engine=="leaflet"?bounds.extend(r):bounds.union(r):bounds.extend(this.pois_[i].getPosition());n?this.setView(bounds.getCenter().toJSON(),n):this.fitBounds(bounds)},toJSON:function(){var n;for(this.pois=[],n=0;n<this.pois_.length;n++)this.pois.push(this.pois_[n].toJSON());return{center:this.center,height:this.height,mapid:this.mapid,mapTypeId:this.mapTypeId,metaKey:this.metaKey,pois:this.pois,title:this.title,width:this.width,zoom:this.zoom}},ajaxSave:function(n){var t=this,i=JSON.stringify(this),r=!this.mapid||!this.postid?mappl10n.options.postid:this.postid;mapp.lib.ajax({type:"POST",data:{action:"mapp_save",map:i,postid:r},callback:function(i){i.status=="OK"&&(t.mapid||(t.mapid=i.data.mapid),n())}})},fitBounds:function(n,t){var t=mappl10n.options.engine=="leaflet"&&t?{paddingTopLeft:[t.left,t.top],paddingBottomRight:[t.right,t.bottom]}:t;return this.map_.fitBounds(n,t)},getBounds:function(){try{return this.map_.getBounds()}catch(n){return null}},getCenter:function(){try{return this.map_.getCenter()}catch(n){return null}},getMapTypeId:function(n){return mappl10n.options.engine=="leaflet"?"roadmap":this.map_.getMapTypeId(n)},setMapTypeId:function(t){var s=this,i,r,e,u,o,f;if(mappl10n.options.engine=="leaflet")for(this.map_.eachLayer(function(n){s.map_.removeLayer(n)}),t=!this.editable&&mappl10n.options.style&&t=="streets"?mappl10n.options.style:t,t=_.findIndex(mappl10n.options.baseLayers,{name:t})>=0?t:mappl10n.options.baseLayers[0].name,i=0;i<mappl10n.options.baseLayers.length;i++)r=mappl10n.options.baseLayers[i],e=mappl10n.options.providers[r.provider],r.name==t&&(u=n.extend({},e,r),o=L.tileLayer(u.url,u),o.addTo(this.map_));else f=n.inArray(t,["roadmap","satellite","terrain","hybrid"])!=-1,t=this.editable?f||typeof mappl10n.options.styles[t]!="undefined"?t:"roadmap":f?t:"roadmap",this.map_.setMapTypeId(t)},setView:function(n,t,i){mappl10n.options.engine=="leaflet"?(t==null&&(t=this.map_.getZoom()?this.map_.getZoom():0),this.map_.setView(n,t,i)):(n=n&&!n.toJSON?{lat:parseFloat(n.lat),lng:parseFloat(n.lng)}:n,t=t?parseInt(t):null,n&&this.map_.setCenter(n),t&&this.map_.setZoom(t))}};mapp.Map.ajaxGet=function(n,t,i){mapp.lib.ajax({type:"GET",data:{action:"mapp_get",mapid:n},callback:function(n){if(n.status=="OK"){var r=new mapp.Map(n.data.map,t);i(r)}}})};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){this.sel=n(t);this.map=i;this.directionsRenderer=null;this.directionsService=null;this.placesService=null;var r=this;this.sel.on("keydown",function(n){n.which==13?(r.getDirections(),n.preventDefault()):n.which==27&&r.close()});this.sel.on("click","[data-mapp-action]",function(t){var i=n(this).attr("data-mapp-action"),u=n(".mapp-dir-daddr",r.sel).val(),f=n(".mapp-dir-saddr",r.sel).val();t.preventDefault();switch(i){case"dir-cancel":r.close();break;case"dir-get":r.getDirections();break;case"dir-myloc":r.map.places.geolocate(function(t){n(".mapp-dir-saddr",r.sel).val(t.name);r.getDirections()});break;case"dir-swap":n(".mapp-dir-saddr",r.sel).val(u);n(".mapp-dir-daddr",r.sel).val(f);r.getDirections()}});this.open=function(t,i){if(mappl10n.options.directions=="google"){this.openGoogle(t,i);return}this.map.toggleView("directions",!0);n(".mapp-dir-addr",this.sel).removeClass("mapp-error");n(".mapp-dir-saddr",this.sel).val(t);n(".mapp-dir-daddr",this.sel).val(i);n(".mapp-dir-get",this.sel).focus();n(".mapp-dir-saddr",this.sel).focus()};this.close=function(){this.map.toggleView("directions",!1);this.directionsRenderer&&(this.directionsRenderer.setPanel(null),this.directionsRenderer.getMap()&&(this.directionsRenderer.setMap(null),this.map.togglePois(!0)))};this.getDirections=function(){this.map.close();this.openGoogle(n(".mapp-dir-saddr",this.sel).val(),n(".mapp-dir-daddr",this.sel).val());return};this.openGoogle=function(n,t){var i=mappl10n.options.directionsServer;i.toLowerCase().indexOf("http")==-1&&(i="https://"+i);i+="?saddr="+encodeURIComponent(n);i+="&daddr="+encodeURIComponent(t);window.open(i)}}}(jQuery);mapp=window.mapp||{};mapp.geocoders={};+function(n){mapp.geocoders.Algolia=function(n){this.map=n;this.places=algoliasearch.initPlaces()};mapp.geocoders.Algolia.prototype={geocode:function(n,t){var i=this;this.getPredictions(n,function(i){i&&i.hits.length?t({formatted_address:i.hits[0].locale_names[0],name:n,geometry:{location:{lat:i.hits[0]._geoloc.lat,lng:i.hits[0]._geoloc.lng}}}):t(null)})},getDetails:function(n,t){if(mappl10n.options.geocoder=="nominatim")return this.getNominatimDetails(n,t);if(mappl10n.options.geocoder=="mapbox"&&mappl10n.options.mapbox)return this.getMapboxDetails(n,t);t({formatted_address:n.value,name:n.name,geometry:{location:n.latlng}});return},getNominatimDetails:function(t,i){url="https://nominatim.openstreetmap.org/search?format=json&limit=1&q="+encodeURIComponent(t.value);url=mappl10n.options.country?url+"&countrycodes="+mappl10n.options.country.toLowerCase():url;url=mappl10n.options.language?url+"&accept-language="+mappl10n.options.language.toLowerCase():url;n.getJSON(url,function(n){if(n&&n.length){var r=n[0],u=r.boundingbox&&r.boundingbox.length==4?{sw:{lat:r.boundingbox[0],lng:r.boundingbox[2]},ne:{lat:r.boundingbox[1],lng:r.boundingbox[3]}}:null;i({formatted_address:r.display_name,name:t.name,geometry:{location:{lat:r.lat,lng:r.lon},viewport:u}})}else i({formatted_address:t.value,name:t.name,geometry:{location:t.latlng}})})},getMapboxDetails:function(t,i){url="https://api.mapbox.com/geocoding/v5/mapbox.places/"+encodeURIComponent(t.value)+".json?access_token="+mappl10n.options.mapbox;url=mappl10n.options.country?url+"&country="+mappl10n.options.country.toLowerCase():url;url=mappl10n.options.language?url+"&language="+mappl10n.options.language.toLowerCase():url;n.getJSON(url,function(n){if(n&&n.features&&n.features.length>0){var r=n.features[0],u=r.bbox&&r.bbox.length==4?{sw:{lat:r.bbox[1],lng:r.bbox[0]},ne:{lat:r.bbox[3],lng:r.bbox[2]}}:null;i({formatted_address:r.place_name,name:t.name,geometry:{location:{lat:r.center[1],lng:r.center[0]},viewport:u}})}else i({formatted_address:t.value,name:t.name,geometry:{location:t.latlng}})})},getPredictions:function(n,t){this.places.search({query:n,language:mappl10n.options.language},function(n,i){n||!i?t(null):t(i)})}}}(jQuery);+function(n){mapp.geocoders.Google=function(t){this.map=t;this.token=null;this.types=this.map.editable?null:["geocode"];var i=n('<div style="display:none">').appendTo("body");this.placesService=new google.maps.places.PlacesService(i.get(0));this.autocompleteService=new google.maps.places.AutocompleteService;i.remove()};mapp.geocoders.Google.prototype={geocode:function(t,i){var r=this;this.getPredictions(t,function(t){t&&n.isArray(t)?r.getDetails(t[0],function(n){i(n)}):i(null)})},getDetails:function(n,t){this.token=this.token?this.token:new google.maps.places.AutocompleteSessionToken;this.token=null;var i={placeId:n.place_id,sessionToken:this.token};this.placesService.getDetails(i,function(n,i){if(i=="OK"&&n&&n.geometry){if(n.geometry.location&&(n.geometry.location=n.geometry.location.toJSON()),n.geometry.viewport){var r=n.geometry.viewport.toJSON();n.geometry.viewport={sw:{lat:r.south,lng:r.west},ne:{lat:r.north,lng:r.east}}}t(n)}else t(null)})},getPredictions:function(n,t){var i,r;this.token=this.token?this.token:new google.maps.places.AutocompleteSessionToken;i=this.map.getMap().getBounds();i=i?i:new google.maps.LatLngBounds(new google.maps.LatLng(85,-180),new google.maps.LatLng(-85,180));r={input:n,bounds:i,sessionToken:this.token,types:this.types};this.autocompleteService.getPlacePredictions(r,function(n,i){i=="OK"&&n&&n.length?t(n):(i==google.maps.places.PlacesServiceStatus.REQUEST_DENIED?alert("Google Maps API Key error: please enable the Places API in the Google Developer Console."):i==google.maps.places.PlacesServiceStatus.OVER_QUERY_LIMIT&&alert("Google Maps API Key has exceeded its query limit"),t(null))})}}}(jQuery);mapp=window.mapp||{};mapp.Icons={};mapp.Icons.get=function(){var n="https://maps.google.com/intl/en_us/mapfiles/ms/micons/red-dot.png";return mappl10n.options.engine=="leaflet"?L.icon({iconUrl:n,iconAnchor:[16,32],iconSize:[32,32],popupAnchor:[0,-32]}):{url:n}};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({border:20},i),u=null,r=null,o,e=this;r=n('<div class="mapp-ib-wrapper" tabindex="0"><div class="mapp-ib" tabindex="0"><\/div><div class="mapp-ib-tip"><\/div><\/div>').appendTo(t.getMap().getDiv());jQuery(window).resize(function(){e.close()});r.on("keydown",function(n){n.which==27&&e.close()});r.on("click",".mapp-close",function(){e.close()});this.getContent=function(){return n(".mapp-ib",r)};this.setContent=function(t){n(".mapp-ib",r).empty().append(t)};this.open=function(n,t){u=t;this.setMap(n)};this.onAdd=function(){o=!1;var t=n(":input",r);r.show();t.length?t.first().focus():r.focus();google.maps.event.trigger(e,"domready")};this.draw=function(){var l=this.getMap(),a=n(".mapp-ib-body",r),s=this.getProjection().fromLatLngToContainerPixel(u.position),t,h,c,i,e;o||(o=!0,t={width:n(":first-child",l.getDiv()).width(),height:n(":first-child",l.getDiv()).height()},r.css({"max-height":"9999px",left:0,bottom:0,top:"auto",right:"auto"}),h=r.outerWidth(!0),c=r.outerHeight(!0),c>t.height+u.anchorPoint.y-2*f.border&&(c=t.height+u.anchorPoint.y-2*f.border,r.css({"max-height":c+2})),i=s.x,e=s.y,i+h/2>t.width&&(i=t.width-h/2),i-h/2<0&&(i=h/2),e-c+u.anchorPoint.y<f.border&&(e=c-u.anchorPoint.y+f.border),e>t.height&&(e=t.height),(s.x-i||s.y-e)&&l.panBy(s.x-i,s.y-e),r.css({left:i-h/2,bottom:t.height-e-u.anchorPoint.y}))};this.close=function(){r.is(":visible")&&(this.setMap(null),google.maps.event.trigger(this,"closed"))};this.onRemove=function(){r.hide()}};mappl10n.options.engine!="leaflet"&&(mapp.InfoBox.prototype=new google.maps.OverlayView)}(jQuery);mapp=window.mapp||{};+function(n){mapp.lib={ajax:function(t){var i=this;return n.extend({type:"GET",data:null,spinner:null,callback:n.noop},t),t.spinner&&t.spinner.show(),n.ajax({type:t.type,url:mappl10n.options.ajaxurl,data:t.data,success:function(n,r,u){if(t.spinner&&t.spinner.hide(),n.status!="OK"){var f=typeof n=="object"?n.status:n;i.alert("AJAX ERROR\r\nResponse="+f+" TextStatus="+r+"\r\nResponseText="+u.responseText)}if(n.output){i.log("AJAX Output\r\n"+n.output);return}t.callback&&t.callback(n,u)},error:function(n,r,u){(t.spinner&&t.spinner.hide(),r!="cancel")&&typeof u!="undefined"&&u!=""&&i.alert("AJAX ERROR\r\nTextStatus="+r+"\r\nError="+u+"\r\nResponseText="+n.responseText)}})},alert:function(n){mappl10n.options.admin||mappl10n.options.debug?alert(n):window.console&&console.error(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.error(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(r.replace(/[\n\r\t]/g,""),null,{evaluate:/<#([\s\S]+?)#>/g,interpolate:/\{\{\{([\s\S]+?)\}\}\}/g,escape:/\{\{([^\}]+?)\}\}(?!\})/g});else return""}return mapp.lib.templates[t](i)}};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-layout",r).each(function(){var i=n(this).find(".mapp-canvas").attr("id"),t=window[i];t.resize();t.recenter()})})}(jQuery);+function(){mappl10n.options.engine=="leaflet"&&(L.LatLng.prototype.toJSON=function(){return{lat:this.lat,lng:this.lng}},L.LatLngBounds.prototype.toJSON=function(){return{south:this.getSouth(),west:this.getWest(),north:this.getNorth(),east:this.getEast()}},L.LatLng.prototype.toUrlValue=function(){return Math.round(this.lat*1e6)/1e6+", "+Math.round(this.lng*1e6)/1e6});mapp.event={addListener:function(n,t,i){if(mappl10n.options.engine=="leaflet")n.on(t,i);else google.maps.event.addListener(n,t,i)},addListenerOnce:function(n,t,i){if(mappl10n.options.engine=="leaflet")n.once(t,i);else google.maps.event.addListenerOnce(n,t,i)},clearInstanceListeners:function(n){mappl10n.options.engine=="leaflet"?n.off():google.maps.event.clearInstanceListeners(n)},clearListeners:function(n,t){mappl10n.options.engine=="leaflet"?n.off(t):google.maps.event.clearListeners(n,"rightclick")},trigger:function(n,t,i){mappl10n.options.engine=="leaflet"?n.fire(t,i):google.maps.event.trigger(n,t,i)}}}(jQuery);mapp=window.mapp||{};jQuery.fn.AlgoliaAutocomplete=jQuery.fn.autocomplete.noConflict();+function(n){mapp.Places=function(t,i){var r=this;this.sel=n(t);this.opts=n.extend({map:null},i);this.geocoder=mappl10n.options.engine=="leaflet"?new mapp.geocoders.Algolia(this.opts.map):new mapp.geocoders.Google(this.opts.map);this.sel.on("keydown",function(t){if(t.which==13){t.preventDefault();var i=r.parseLatLng(r.sel.val());i&&(n(r).triggerHandler("search.mapp",i),r.sel.AlgoliaAutocomplete("close"),t.stopImmediatePropagation());r.sel.val().substring(0,4)=="http"&&(n(r).triggerHandler("search.mapp",r.sel.val()),r.sel.AlgoliaAutocomplete("close"),t.stopImmediatePropagation())}});this.autocomplete()};mapp.Places.prototype={parse:function(t,i){var f=this,u=t&&t.name?n.trim(t.name):n.trim(t),r;if(!u){i(null);return}if(u=="user"){this.geolocate(function(n){i(n)});return}if(t&&t.geometry){i(t);return}if(r=this.parseLatLng(t),r){i(r);return}this.geocoder.geocode(t,function(n){i(n)})},parseLatLng:function(t){var i,e,r,u,f;return t.lat&&t.lng?i=t:(e=t&&t.name?n.trim(t.name):n.trim(t),r=e.split(","),r.length==2&&(u=parseFloat(r[0]),f=parseFloat(r[1]),isNaN(u)||isNaN(f)||(i={lat:u,lng:f}))),i?{name:i.lat+", "+i.lng,geometry:{location:i}}:null},geolocate:function(n){var t=this;if(!navigator||!navigator.geolocation){alert(mappl10n.no_geolocate);return}navigator.geolocation.getCurrentPosition(function(t){var i={lat:t.coords.latitude,lng:t.coords.longitude};n({name:i.lat+", "+i.lng,geometry:{location:i}})},function(t){var i=t&&t.message?" : "+t.message:"";alert(mappl10n.no_geolocate+i);n(null)},{timeout:15e3,enableHighAccuracy:!0,maximumAge:3e4})},autocomplete:function(){var t=this,r,i,u;this.sel.on("autocomplete:selected",function(i,r){t.geocoder.getDetails(r,function(i){t.parse(i,function(i){i&&n(t).triggerHandler("search.mapp",i)})})});r={empty:'<div class="list-group search-results-dropdown"><div class="list-group-item">'+mappl10n.no_results+"<\/div><\/div>",header:'<div class="list-group search-results-dropdown">'};mappl10n.options.engine=="leaflet"?(i={algoliasearch:algoliasearch,templates:r},mappl10n.options.country&&(i.countries=[mappl10n.options.country]),mappl10n.options.language&&(i.language=mappl10n.options.language),u=placesAutocompleteDataset(i)):u={display:"description",source:function(n,i){t.geocoder.getPredictions(n,function(n){matches=n;i(matches)})},templates:r};this.sel.AlgoliaAutocomplete({autoselect:!0,cssClasses:{prefix:"mapp-aa"},debug:!1,hint:!0,highlight:!0,minLength:1},u)}}}(jQuery);mapp=window.mapp||{};+function(n){mapp.Poi=function(t){var u,f,r,o,i,e,h,s;if(this.defaults={address:null,body:null,iconid:null,kml:null,map:null,overlay:null,postid:null,props:null,title:"",url:null,type:null,viewport:null},n.extend(this,this.defaults,t),t&&t.correctedAddress&&(this.address=t.correctedAddress),mappl10n.options.engine=="leaflet"&&this.isPoly()&&(this.type=null),t.viewport&&t.viewport.sw&&t.viewport.ne&&(u=t.viewport.sw,f=t.viewport.ne,this.viewport=mappl10n.options.engine=="leaflet"?new L.LatLngBounds(L.latLng(u.lat,u.lng),L.latLng(f.lat,f.lng)):new google.maps.LatLngBounds(new google.maps.LatLng(u.lat,u.lng),new google.maps.LatLng(f.lat,f.lng))),r=[],o=[],!t.overlay)switch(this.type){case"polygon":if(t.poly&&t.poly.paths)for(i=0;i<t.poly.paths.length;i++){for(r=[],e=0;e<t.poly.paths[i].length;e++)r.push(new google.maps.LatLng(t.poly.paths[i][e].lat,t.poly.paths[i][e].lng));o.push(new google.maps.MVCArray(r))}this.overlay=new google.maps.Polygon({paths:new google.maps.MVCArray(o)});this.setColors(t.poly);break;case"polyline":if(t.poly&&t.poly.path)for(i=0;i<t.poly.path.length;i++)r.push(new google.maps.LatLng(t.poly.path[i].lat,t.poly.path[i].lng));this.overlay=new google.maps.Polyline({path:new google.maps.MVCArray(r)});this.setColors(t.poly);break;case"circle":h=new google.maps.LatLng(t.point.lat,t.point.lng);this.overlay=new google.maps.Circle({center:h,radius:parseFloat(t.poly.radius)});this.setColors(t.poly);break;case"rectangle":this.overlay=new google.maps.Rectangle({bounds:this.viewport});this.setColors(t.poly);break;case"kml":s=t.kml&&t.kml.url?t.kml.url:"";this.overlay=mappl10n.options.engine=="leaflet"?omnivore.kml(s):new google.maps.KmlLayer(s,{preserveViewport:!0,suppressInfoWindows:!0});break;case"":default:this.overlay=mappl10n.options.engine=="leaflet"?L.marker([t.point.lat,t.point.lng],{title:t.title}):new google.maps.Marker({position:new google.maps.LatLng(t.point.lat,t.point.lng),title:t.title})}t.type||this.setIcon(t.iconid)};mapp.Poi.prototype={toJSON:function(){var n={address:this.address,body:this.body,iconid:this.iconid,point:null,poly:null,title:this.title,type:this.type,viewport:null},u=this.getPosition(),i,t,r;if(n.point=u.toJSON(),i=this.viewport?this.viewport:this.getBounds(),i&&(t=i.toJSON(),n.viewport={sw:{lat:t.south,lng:t.west},ne:{lat:t.north,lng:t.east}}),this.type=="kml"&&(n.kml=this.kml),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(t.toJSON())});break;case"polygon":n.poly.paths=[];this.overlay.getPaths().forEach(function(t){var i=[];t.forEach(function(n){i.push(n.toJSON())});n.poly.paths.push(i)});break;case"rectangle":r=this.overlay.getBounds();n.viewport={sw:r.getSouthWest().toJSON(),ne:r.getNorthEast().toJSON()}}}return n},setMap:function(n){var t=this;if(this.map=n,mapp.event.clearInstanceListeners(this.overlay),n==null){mappl10n.options.engine=="leaflet"?this.overlay.remove():this.overlay.setMap(null);return}this.type=="kml"&&(mappl10n.options.engine=="leaflet"?(mapp.event.addListenerOnce(this.overlay,"ready",function(){t.viewport=t.overlay.getBounds()}),mapp.event.addListenerOnce(this.overlay,"error",function(){alert(mappl10n.kml_error)})):(mapp.event.addListener(this.overlay,"defaultviewport_changed",function(){t.viewport=t.overlay.getDefaultViewport()}),mapp.event.addListener(this.overlay,"status_changed",function(){var n=t.overlay.getStatus();n!="OK"&&mappl10n.ajaxErrors&&alert(mappl10n.kml_error+":"+n)})));mapp.event.addListener(this.overlay,"click",function(n){t.open(n)});this.setEditable(this.map.editable);mappl10n.options.engine=="leaflet"?this.overlay.addTo(n.getMap()):this.overlay.setMap(n.getMap())},setEditable:function(n){var t=this;this.type!="kml"&&(mappl10n.options.engine=="leaflet"?this.overlay.options.draggable=n:this.overlay.setDraggable(n),this.isPoly()&&this.overlay.setEditable(n),mapp.event.clearListeners(this.overlay,"rightclick"),mapp.event.clearListeners(this.overlay,"dragstart"),n&&(mapp.event.addListener(this.overlay,"dragstart",function(){t.viewport=null;t.map.close()}),(this.type=="polygon"||this.type=="polyline")&&mapp.event.addListener(this.overlay,"rightclick",function(n){n.vertex!=null&&t.overlay.getPath().getLength()>2&&t.overlay.getPath().removeAt(n.vertex)})))},setZIndex:function(n){mappl10n.options.engine=="leaflet"?this.type||this.overlay.setZIndexOffset(n):this.overlay.set("zIndex",n)},setIcon:function(n){this.type||typeof mapp.Icons=="undefined"||(this.iconid=n,mappl10n.options.engine=="leaflet"?this.overlay.setIcon(mapp.Icons.get(n)):(this.overlay.setIcon(null),this.overlay.setIcon(mapp.Icons.get(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)},setTemplateColors:function(n,t,i){var r=this.type=="polyline"?{strokeColor:n,strokeOpacity:t/100,strokeWeight:i}:{fillColor:n,fillOpacity:t/100,strokeColor:n,strokeWeight:i,strokeOpacity:1};this.setColors(r)},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},getTemplateColors:function(){var n=this.getColors();return this.type=="polyline"?{color:n.strokeColor,opacity:n.strokeOpacity*100,weight:n.strokeWeight}:{color:n.fillColor,opacity:n.fillOpacity*100,weight:n.strokeWeight}},center:function(n){var t=this.getBounds();if(typeof n=="number"){this.map.setView(this.getPosition(),n);return}if(!t){this.map.setView(this.getPosition(),parseInt(mappl10n.options.poiZoom));return}this.map.fitBounds(t);this.map.setView(this.getPosition(),n)},open:function(n){this.map.open(this,n)},isPoly:function(){return jQuery.inArray(this.type,["polyline","polygon","circle","rectangle"])!=-1},getBounds:function(){var n;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=mappl10n.options.engine=="leaflet"?this.overlay.getBounds().isValid()?this.overlay.getBounds():null:this.overlay.getDefaultViewport();n=n?n:this.viewport;break;default:return this.viewport}return n},getPosition:function(n){if(!this.type)return mappl10n.options.engine=="leaflet"?this.overlay.getLatLng():this.overlay.getPosition();if(this.type=="kml"&&n&&n.latLng)return n.latLng;var t=this.getBounds();return t?t.getCenter():mappl10n.options.engine=="leaflet"?new L.latLng(0,0):new google.maps.LatLng(0,0)},getAddress:function(){return this.address?this.address:this.getPosition().toUrlValue()},getAnchorPoint:function(n){var t=this.isPoly()?"poly":this.type;switch(t){case"kml":return mappl10n.options.engine=="leaflet"?[0,0]:n&&n.pixelOffset?new google.maps.Point(n.pixelOffset.width,n.pixelOffset.height):new google.maps.Point(0,0);case"poly":return mappl10n.options.engine=="leaflet"?[0,0]:new google.maps.Point(0,0);default:return mappl10n.options.engine=="leaflet"?this.overlay.options.icon.options.popupAnchor?this.overlay.options.icon.options.popupAnchor:[0,-32]:typeof this.overlay.anchorPoint!="undefined"?this.overlay.anchorPoint:new google.maps.Point(0,-32)}},render:function(n,t){var i=_.extend(this,{icon:mapp.Icons.getUrl(this.iconid)});return t&&(i.body=t.description,i.title=t.name),mapp.lib.template(this.map.templates[n],{poi:i,colors:this.getTemplateColors()})}}}(jQuery);mapp=window.mapp||{};mapp.widgets={};+function(n){mapp.widgets.Grid=function(t,i){this.el=n(t);this.options=jQuery.extend({action:null,sortable:!1},i);var r=this;this.table=n("table",this.el);this.template=n("script",this.el).html().replace(new RegExp("'","g"),'"');this.el.on("click",function(t){var u=n(t.target),i=u.attr("data-mapp-action");i&&(r[i](t),t.preventDefault())})};mapp.widgets.Grid.prototype={add:function(){this.table.show();var t=n(this.template).appendTo(this.table);n(":input:eq(0)",t).focus()},remove:function(t){var i=n(t.target).closest("tr").remove();n("tbody > tr",this.table).length||this.table.hide()}}}(jQuery);+function(n){mapp.widgets.Popup=function(t,i){var r,u;if(this.activeToggle=null,this.content=t,this.el=null,r=this,this.options=n.extend({max:!1,modal:!1,position:null,toggle:null},i),this.options.modal?this.el=this.content.addClass("mapp-popup-fixed"):(this.el=n('<div class="mapp-popup">'),this.setContent(t)),this.el.attr("tabindex",0),this.options.max&&this.el.addClass("mapp-popup-max"),this.el.hide(),!this.options.modal)n(document).on("click.mapp.popup",function(t){n.contains(r.el.get(0),t.target)||r.el.get(0)==t.target||r.close()});if(this.options.toggle){u=typeof this.options.toggle=="string"?this.options.toggle:this.options.toggle.selector;n(document).on("click",u,function(t){r.activeToggle=n(this);r.open();t.stopPropagation()})}this.el.on("click",".mapp-close",function(){r.close()});this.el.on("keydown",function(n){n.which==27&&r.close()});return this};mapp.widgets.Popup.prototype={close:function(){this.el&&this.el.is(":visible")&&(this.backdrop&&(this.backdrop.remove(),n("body").removeClass("mapp-popup-modal")),this.el.hide(),this.activeToggle&&this.activeToggle.focus(),this.el.trigger("closed.mapp.popup"))},open:function(){var t=this;this.options.modal||this.el.parent().length||this.el.appendTo("body");this.el.show();this.options.modal?(this.backdrop=n('<div class="mapp-popup-backdrop"><\/div>'),this.el.after(this.backdrop),n("body").addClass("mapp-popup-modal")):this.el.position(n.extend({my:"center bottom",at:"center top-5",of:this.activeToggle,collision:"flipfit"},this.options.position));this.el.focus();this.el.trigger("open.mapp.popup")},setContent:function(n){this.el.empty();this.el.append('<span class="mapp-close">').append(n)},toggle:function(){this.el.is(":visible")?this.close():this.open()}}}(jQuery);+function(){mapp.load=function(){if(typeof mapp!="undefined"&&mapp.data)while(mapp.data.length){var n=mapp.data.pop();window[n.name]=new mapp.Map(n);window[n.name].display()}}}(jQuery);typeof mapp.Media!="undefined"?window.mappEditor=new mapp.Media:mapp.load()
|
languages/mappress-google-maps-for-wordpress-bg_BG.po
CHANGED
@@ -2,19 +2,18 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: mappress\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2013-08-12 16:44-0800\n"
|
6 |
-
"PO-Revision-Date: 2014-01-31 13:22+0200\n"
|
7 |
"Last-Translator: Nedko Ivanov <cocacoli4ko@gmail.com>\n"
|
8 |
"Language-Team: Nedko Ivanov\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"
|
13 |
-
"
|
|
|
|
|
14 |
"X-Poedit-Basepath: .\n"
|
15 |
"X-Generator: Poedit 1.6.3\n"
|
16 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
17 |
-
"Language: bg_BG\n"
|
18 |
"X-Poedit-SourceCharset: UTF-8\n"
|
19 |
"X-Poedit-SearchPath-0: ..\n"
|
20 |
|
@@ -39,30 +38,19 @@ msgid "Upgrade to MapPress Pro"
|
|
39 |
msgstr "Upgrade до MapPress Pro"
|
40 |
|
41 |
#: ../mappress.php:334
|
42 |
-
msgid ""
|
43 |
-
"
|
44 |
-
"activate it again to fix this."
|
45 |
-
msgstr ""
|
46 |
-
"Липсват таблици в базата даннни на MapPress. Моля деактивирайте и "
|
47 |
-
"реактивирайте plugin-а за да отстраните проблема."
|
48 |
|
49 |
#: ../mappress.php:339
|
50 |
-
msgid ""
|
51 |
-
"
|
52 |
-
"before using MapPress."
|
53 |
-
msgstr ""
|
54 |
-
"ВНИМАНИЕ: MapPress вече изисква WordPress 3.2 или по-висока версия. Моля, "
|
55 |
-
"надстройте WordPress."
|
56 |
|
57 |
#: ../mappress.php:344
|
58 |
-
msgid ""
|
59 |
-
"
|
60 |
-
"deactivate or uninstall WP-Geo before using MapPress."
|
61 |
-
msgstr ""
|
62 |
-
"ВНИМАНИЕ: MapPress не е съвместим с WP-Geo plugin. Моля изключете или "
|
63 |
-
"деинсталирайте WP-Geo."
|
64 |
|
65 |
-
#: ../mappress.php:542
|
|
|
66 |
msgid "Bicycling"
|
67 |
msgstr "Колоездене"
|
68 |
|
@@ -75,19 +63,16 @@ msgid "One of the addresses could not be found."
|
|
75 |
msgstr "Единия от адресите не може да бъде открит."
|
76 |
|
77 |
#: ../mappress.php:545
|
78 |
-
msgid ""
|
79 |
-
"Google
|
80 |
-
"between them or the routing information is not available."
|
81 |
-
msgstr ""
|
82 |
-
"Google не може да предостави упътвания между тези адреси. Не е налична "
|
83 |
-
"достатъчно информация или не съществува маршрут между тях."
|
84 |
|
85 |
#: ../mappress.php:546
|
86 |
msgid "Unknown error, unable to return directions. Status code = "
|
87 |
-
msgstr ""
|
88 |
-
"Неизвестна грешка, невъзможно извличане на упътвания. Код на грешката = "
|
89 |
|
90 |
-
#: ../mappress.php:547
|
|
|
|
|
91 |
#: ../pro/mappress_widget.php:108
|
92 |
msgid "Directions"
|
93 |
msgstr "Упътвания"
|
@@ -108,7 +93,8 @@ msgstr "Адреса не е намерен"
|
|
108 |
msgid "Unable to get your location"
|
109 |
msgstr "Местоположението не може да се определи"
|
110 |
|
111 |
-
#: ../mappress.php:552
|
|
|
112 |
msgid "Traffic"
|
113 |
msgstr "Трафик"
|
114 |
|
@@ -116,8 +102,11 @@ msgstr "Трафик"
|
|
116 |
msgid "Transit"
|
117 |
msgstr "Транспорт"
|
118 |
|
119 |
-
#: ../mappress.php:554
|
120 |
-
#: ../
|
|
|
|
|
|
|
121 |
msgid "Zoom"
|
122 |
msgstr "Мащаб"
|
123 |
|
@@ -133,7 +122,8 @@ msgstr "Кликни & влачи за преместване"
|
|
133 |
msgid "Click to change"
|
134 |
msgstr "Кликни за промяна"
|
135 |
|
136 |
-
#: ../mappress.php:562
|
|
|
137 |
msgid "Delete"
|
138 |
msgstr "Изтриване"
|
139 |
|
@@ -153,7 +143,8 @@ msgstr "Моля, първо запишете картата"
|
|
153 |
msgid "Shape"
|
154 |
msgstr "Сподели"
|
155 |
|
156 |
-
#: ../mappress.php:567
|
|
|
157 |
msgid "Untitled"
|
158 |
msgstr "Неозаглавена"
|
159 |
|
@@ -165,7 +156,8 @@ msgstr "Картата не е открита"
|
|
165 |
msgid "Edit"
|
166 |
msgstr "Редакция"
|
167 |
|
168 |
-
#: ../mappress_map.php:435
|
|
|
169 |
msgid "Insert into post"
|
170 |
msgstr "Вмъкване в публикацията"
|
171 |
|
@@ -173,16 +165,19 @@ msgstr "Вмъкване в публикацията"
|
|
173 |
msgid "Show map"
|
174 |
msgstr "Покажи картата"
|
175 |
|
176 |
-
#: ../mappress_map.php:487
|
|
|
177 |
#: ../forms/map_editor.php:17
|
178 |
msgid "Center map"
|
179 |
msgstr "Центриране"
|
180 |
|
181 |
-
#: ../mappress_map.php:496
|
|
|
182 |
msgid "Reset map"
|
183 |
msgstr "Изчистване"
|
184 |
|
185 |
-
#: ../mappress_map.php:505
|
|
|
186 |
msgid "Bigger map"
|
187 |
msgstr "По-голяма карта"
|
188 |
|
@@ -190,11 +185,13 @@ msgstr "По-голяма карта"
|
|
190 |
msgid "Smaller map"
|
191 |
msgstr "По-малка карта"
|
192 |
|
193 |
-
#: ../mappress_poi.php:246
|
|
|
194 |
msgid "Directions to"
|
195 |
msgstr "Упътвания до"
|
196 |
|
197 |
-
#: ../mappress_poi.php:248
|
|
|
198 |
msgid "Directions from"
|
199 |
msgstr "Упътвания от"
|
200 |
|
@@ -328,9 +325,7 @@ msgstr "Зареди картата накрая"
|
|
328 |
|
329 |
#: ../mappress_settings.php:230
|
330 |
msgid "Use the settings below to automatically create maps from custom fields."
|
331 |
-
msgstr ""
|
332 |
-
"Използвайте опцията по-долу за автоматично създаване на карти от "
|
333 |
-
"потребителски полета"
|
334 |
|
335 |
#: ../mappress_settings.php:236
|
336 |
msgid "Posts"
|
@@ -386,8 +381,10 @@ msgstr "език"
|
|
386 |
msgid "Use a specific %s for map controls and geocoding"
|
387 |
msgstr "Използвай специален %s за управление и geocoding"
|
388 |
|
389 |
-
#: ../mappress_settings.php:292
|
390 |
-
#: ../mappress_settings.php:
|
|
|
|
|
391 |
msgid "Default"
|
392 |
msgstr "По подразбиране"
|
393 |
|
@@ -415,7 +412,8 @@ msgstr "Android"
|
|
415 |
msgid "Open initially"
|
416 |
msgstr "Отвори при зареждане"
|
417 |
|
418 |
-
#: ../mappress_settings.php:314
|
|
|
419 |
#: ../mappress_settings.php:318
|
420 |
msgid "Checked initially"
|
421 |
msgstr "Активирано при зареждане"
|
@@ -428,7 +426,8 @@ msgstr "Управление"
|
|
428 |
msgid "Enable"
|
429 |
msgstr "Включи"
|
430 |
|
431 |
-
#: ../mappress_settings.php:320
|
|
|
432 |
msgid "Style"
|
433 |
msgstr "Стилове"
|
434 |
|
@@ -464,15 +463,18 @@ msgstr "Вело маршрути"
|
|
464 |
msgid "Road map"
|
465 |
msgstr "Пътна карта"
|
466 |
|
467 |
-
#: ../mappress_settings.php:339
|
|
|
468 |
msgid "Satellite"
|
469 |
msgstr "Сателит"
|
470 |
|
471 |
-
#: ../mappress_settings.php:340
|
|
|
472 |
msgid "Terrain"
|
473 |
msgstr "Терен"
|
474 |
|
475 |
-
#: ../mappress_settings.php:341
|
|
|
476 |
msgid "Hybrid"
|
477 |
msgstr "Хибрид"
|
478 |
|
@@ -480,12 +482,14 @@ msgstr "Хибрид"
|
|
480 |
msgid "Inline (in your blog)"
|
481 |
msgstr "Вградени (в блога ви)"
|
482 |
|
483 |
-
#: ../mappress_settings.php:355
|
|
|
484 |
#: ../pro/mappress_widget.php:110
|
485 |
msgid "Google"
|
486 |
msgstr "Google"
|
487 |
|
488 |
-
#: ../mappress_settings.php:356
|
|
|
489 |
msgid "None"
|
490 |
msgstr "Няма"
|
491 |
|
@@ -493,11 +497,13 @@ msgstr "Няма"
|
|
493 |
msgid "Automatically open the first POI when a map is displayed"
|
494 |
msgstr "Автоматично отваряне на първия POI, когато картата се визуализира"
|
495 |
|
496 |
-
#: ../mappress_settings.php:368
|
|
|
497 |
msgid "Show control"
|
498 |
msgstr "Покажи бутони за управление"
|
499 |
|
500 |
-
#: ../mappress_settings.php:372
|
|
|
501 |
msgid "Enabled by default"
|
502 |
msgstr "Включи по подразбиране"
|
503 |
|
@@ -505,7 +511,8 @@ msgstr "Включи по подразбиране"
|
|
505 |
msgid "Show POI titles as a \"tooltip\" on mouse-over"
|
506 |
msgstr "Покажи заглавията на POI като \"tooltip\" на mouse-over"
|
507 |
|
508 |
-
#: ../mappress_settings.php:394
|
|
|
509 |
msgid "Center"
|
510 |
msgstr "Центриране"
|
511 |
|
@@ -545,7 +552,8 @@ msgstr "навътре"
|
|
545 |
msgid "outset"
|
546 |
msgstr "навън"
|
547 |
|
548 |
-
#: ../mappress_settings.php:426
|
|
|
549 |
msgid "Width"
|
550 |
msgstr "Широчина"
|
551 |
|
@@ -644,7 +652,8 @@ msgstr "Ъпдейт на ПРО версията е наличен за ръч
|
|
644 |
msgid "Add POI"
|
645 |
msgstr "Добави POI"
|
646 |
|
647 |
-
#: ../forms/map_editor.php:5
|
|
|
648 |
msgid "My location"
|
649 |
msgstr "Моето местоположение"
|
650 |
|
@@ -660,7 +669,8 @@ msgstr "Ред:"
|
|
660 |
msgid "Weight"
|
661 |
msgstr "Тежест"
|
662 |
|
663 |
-
#: ../forms/map_editor_infobox.php:25
|
|
|
664 |
msgid "Opacity"
|
665 |
msgstr "Плътност"
|
666 |
|
@@ -676,11 +686,13 @@ msgstr "Визуално"
|
|
676 |
msgid "HTML"
|
677 |
msgstr "HTML"
|
678 |
|
679 |
-
#: ../forms/map_editor_infobox.php:45
|
|
|
680 |
msgid "Save"
|
681 |
msgstr "Запис"
|
682 |
|
683 |
-
#: ../forms/map_editor_infobox.php:46
|
|
|
684 |
#: ../pro/mappress_icons.php:71
|
685 |
msgid "Cancel"
|
686 |
msgstr "Отказ"
|
@@ -714,7 +726,8 @@ msgstr "Няма резултати, проверете дали е конфиг
|
|
714 |
msgid "Invalid status: %s, address: %s"
|
715 |
msgstr "Невалиден статус: %s, адрес: %s"
|
716 |
|
717 |
-
#: ../pro/mappress_geocoders.php:94
|
|
|
718 |
#, php-format
|
719 |
msgid "No results for address: %s"
|
720 |
msgstr "Няма резултати за адрес: %s"
|
@@ -946,7 +959,8 @@ msgstr "Тяло"
|
|
946 |
msgid "Map Zoom"
|
947 |
msgstr "Мащабиране на карта"
|
948 |
|
949 |
-
#: ../pro/mappress_pro_settings.php:192
|
|
|
950 |
msgid "Map"
|
951 |
msgstr "Карта"
|
952 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: mappress\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
|
|
|
|
5 |
"Last-Translator: Nedko Ivanov <cocacoli4ko@gmail.com>\n"
|
6 |
"Language-Team: Nedko Ivanov\n"
|
7 |
"MIME-Version: 1.0\n"
|
8 |
"Content-Type: text/plain; charset=UTF-8\n"
|
9 |
"Content-Transfer-Encoding: 8bit\n"
|
10 |
+
"POT-Creation-Date: 2013-08-12 16:44-0800\n"
|
11 |
+
"PO-Revision-Date: 2014-01-31 13:22+0200\n"
|
12 |
+
"Language: bg_BG\n"
|
13 |
+
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;esc_attr_e;esc_attr__;esc_html_e;esc_html__\n"
|
14 |
"X-Poedit-Basepath: .\n"
|
15 |
"X-Generator: Poedit 1.6.3\n"
|
16 |
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
|
|
17 |
"X-Poedit-SourceCharset: UTF-8\n"
|
18 |
"X-Poedit-SearchPath-0: ..\n"
|
19 |
|
38 |
msgstr "Upgrade до MapPress Pro"
|
39 |
|
40 |
#: ../mappress.php:334
|
41 |
+
msgid "MapPress database tables are missing. Please deactivate the plugin and activate it again to fix this."
|
42 |
+
msgstr "Липсват таблици в базата даннни на MapPress. Моля деактивирайте и реактивирайте plugin-а за да отстраните проблема."
|
|
|
|
|
|
|
|
|
43 |
|
44 |
#: ../mappress.php:339
|
45 |
+
msgid "WARNING: MapPress now requires WordPress 3.2 or higher. Please upgrade before using MapPress."
|
46 |
+
msgstr "ВНИМАНИЕ: MapPress вече изисква WordPress 3.2 или по-висока версия. Моля, надстройте WordPress."
|
|
|
|
|
|
|
|
|
47 |
|
48 |
#: ../mappress.php:344
|
49 |
+
msgid "WARNING: MapPress is not compfatible with the WP-Geo plugin. Please deactivate or uninstall WP-Geo before using MapPress."
|
50 |
+
msgstr "ВНИМАНИЕ: MapPress не е съвместим с WP-Geo plugin. Моля изключете или деинсталирайте WP-Geo."
|
|
|
|
|
|
|
|
|
51 |
|
52 |
+
#: ../mappress.php:542
|
53 |
+
#: ../templates/map_directions.php:6
|
54 |
msgid "Bicycling"
|
55 |
msgstr "Колоездене"
|
56 |
|
63 |
msgstr "Единия от адресите не може да бъде открит."
|
64 |
|
65 |
#: ../mappress.php:545
|
66 |
+
msgid "Google cannot return directions between those addresses. There is no route between them or the routing information is not available."
|
67 |
+
msgstr "Google не може да предостави упътвания между тези адреси. Не е налична достатъчно информация или не съществува маршрут между тях."
|
|
|
|
|
|
|
|
|
68 |
|
69 |
#: ../mappress.php:546
|
70 |
msgid "Unknown error, unable to return directions. Status code = "
|
71 |
+
msgstr "Неизвестна грешка, невъзможно извличане на упътвания. Код на грешката = "
|
|
|
72 |
|
73 |
+
#: ../mappress.php:547
|
74 |
+
#: ../mappress_poi.php:281
|
75 |
+
#: ../mappress_settings.php:130
|
76 |
#: ../pro/mappress_widget.php:108
|
77 |
msgid "Directions"
|
78 |
msgstr "Упътвания"
|
93 |
msgid "Unable to get your location"
|
94 |
msgstr "Местоположението не може да се определи"
|
95 |
|
96 |
+
#: ../mappress.php:552
|
97 |
+
#: ../mappress_settings.php:330
|
98 |
msgid "Traffic"
|
99 |
msgstr "Трафик"
|
100 |
|
102 |
msgid "Transit"
|
103 |
msgstr "Транспорт"
|
104 |
|
105 |
+
#: ../mappress.php:554
|
106 |
+
#: ../mappress_poi.php:330
|
107 |
+
#: ../mappress_settings.php:325
|
108 |
+
#: ../mappress_settings.php:465
|
109 |
+
#: ../pro/mappress_widget.php:124
|
110 |
msgid "Zoom"
|
111 |
msgstr "Мащаб"
|
112 |
|
122 |
msgid "Click to change"
|
123 |
msgstr "Кликни за промяна"
|
124 |
|
125 |
+
#: ../mappress.php:562
|
126 |
+
#: ../mappress_map.php:436
|
127 |
msgid "Delete"
|
128 |
msgstr "Изтриване"
|
129 |
|
143 |
msgid "Shape"
|
144 |
msgstr "Сподели"
|
145 |
|
146 |
+
#: ../mappress.php:567
|
147 |
+
#: ../mappress_map.php:53
|
148 |
msgid "Untitled"
|
149 |
msgstr "Неозаглавена"
|
150 |
|
156 |
msgid "Edit"
|
157 |
msgstr "Редакция"
|
158 |
|
159 |
+
#: ../mappress_map.php:435
|
160 |
+
#: ../forms/map_media.php:48
|
161 |
msgid "Insert into post"
|
162 |
msgstr "Вмъкване в публикацията"
|
163 |
|
165 |
msgid "Show map"
|
166 |
msgstr "Покажи картата"
|
167 |
|
168 |
+
#: ../mappress_map.php:487
|
169 |
+
#: ../mappress_settings.php:457
|
170 |
#: ../forms/map_editor.php:17
|
171 |
msgid "Center map"
|
172 |
msgstr "Центриране"
|
173 |
|
174 |
+
#: ../mappress_map.php:496
|
175 |
+
#: ../mappress_settings.php:458
|
176 |
msgid "Reset map"
|
177 |
msgstr "Изчистване"
|
178 |
|
179 |
+
#: ../mappress_map.php:505
|
180 |
+
#: ../mappress_settings.php:456
|
181 |
msgid "Bigger map"
|
182 |
msgstr "По-голяма карта"
|
183 |
|
185 |
msgid "Smaller map"
|
186 |
msgstr "По-малка карта"
|
187 |
|
188 |
+
#: ../mappress_poi.php:246
|
189 |
+
#: ../mappress_settings.php:466
|
190 |
msgid "Directions to"
|
191 |
msgstr "Упътвания до"
|
192 |
|
193 |
+
#: ../mappress_poi.php:248
|
194 |
+
#: ../mappress_settings.php:467
|
195 |
msgid "Directions from"
|
196 |
msgstr "Упътвания от"
|
197 |
|
325 |
|
326 |
#: ../mappress_settings.php:230
|
327 |
msgid "Use the settings below to automatically create maps from custom fields."
|
328 |
+
msgstr "Използвайте опцията по-долу за автоматично създаване на карти от потребителски полета"
|
|
|
|
|
329 |
|
330 |
#: ../mappress_settings.php:236
|
331 |
msgid "Posts"
|
381 |
msgid "Use a specific %s for map controls and geocoding"
|
382 |
msgstr "Използвай специален %s за управление и geocoding"
|
383 |
|
384 |
+
#: ../mappress_settings.php:292
|
385 |
+
#: ../mappress_settings.php:298
|
386 |
+
#: ../mappress_settings.php:393
|
387 |
+
#: ../pro/mappress_pro_settings.php:211
|
388 |
msgid "Default"
|
389 |
msgstr "По подразбиране"
|
390 |
|
412 |
msgid "Open initially"
|
413 |
msgstr "Отвори при зареждане"
|
414 |
|
415 |
+
#: ../mappress_settings.php:314
|
416 |
+
#: ../mappress_settings.php:316
|
417 |
#: ../mappress_settings.php:318
|
418 |
msgid "Checked initially"
|
419 |
msgstr "Активирано при зареждане"
|
426 |
msgid "Enable"
|
427 |
msgstr "Включи"
|
428 |
|
429 |
+
#: ../mappress_settings.php:320
|
430 |
+
#: ../mappress_settings.php:418
|
431 |
msgid "Style"
|
432 |
msgstr "Стилове"
|
433 |
|
463 |
msgid "Road map"
|
464 |
msgstr "Пътна карта"
|
465 |
|
466 |
+
#: ../mappress_settings.php:339
|
467 |
+
#: ../pro/mappress_widget.php:142
|
468 |
msgid "Satellite"
|
469 |
msgstr "Сателит"
|
470 |
|
471 |
+
#: ../mappress_settings.php:340
|
472 |
+
#: ../pro/mappress_widget.php:143
|
473 |
msgid "Terrain"
|
474 |
msgstr "Терен"
|
475 |
|
476 |
+
#: ../mappress_settings.php:341
|
477 |
+
#: ../pro/mappress_widget.php:141
|
478 |
msgid "Hybrid"
|
479 |
msgstr "Хибрид"
|
480 |
|
482 |
msgid "Inline (in your blog)"
|
483 |
msgstr "Вградени (в блога ви)"
|
484 |
|
485 |
+
#: ../mappress_settings.php:355
|
486 |
+
#: ../pro/mappress_pro_settings.php:165
|
487 |
#: ../pro/mappress_widget.php:110
|
488 |
msgid "Google"
|
489 |
msgstr "Google"
|
490 |
|
491 |
+
#: ../mappress_settings.php:356
|
492 |
+
#: ../pro/mappress_widget.php:111
|
493 |
msgid "None"
|
494 |
msgstr "Няма"
|
495 |
|
497 |
msgid "Automatically open the first POI when a map is displayed"
|
498 |
msgstr "Автоматично отваряне на първия POI, когато картата се визуализира"
|
499 |
|
500 |
+
#: ../mappress_settings.php:368
|
501 |
+
#: ../mappress_settings.php:377
|
502 |
msgid "Show control"
|
503 |
msgstr "Покажи бутони за управление"
|
504 |
|
505 |
+
#: ../mappress_settings.php:372
|
506 |
+
#: ../mappress_settings.php:381
|
507 |
msgid "Enabled by default"
|
508 |
msgstr "Включи по подразбиране"
|
509 |
|
511 |
msgid "Show POI titles as a \"tooltip\" on mouse-over"
|
512 |
msgstr "Покажи заглавията на POI като \"tooltip\" на mouse-over"
|
513 |
|
514 |
+
#: ../mappress_settings.php:394
|
515 |
+
#: ../pro/mappress_widget.php:116
|
516 |
msgid "Center"
|
517 |
msgstr "Центриране"
|
518 |
|
552 |
msgid "outset"
|
553 |
msgstr "навън"
|
554 |
|
555 |
+
#: ../mappress_settings.php:426
|
556 |
+
#: ../pro/mappress_pro_settings.php:211
|
557 |
msgid "Width"
|
558 |
msgstr "Широчина"
|
559 |
|
652 |
msgid "Add POI"
|
653 |
msgstr "Добави POI"
|
654 |
|
655 |
+
#: ../forms/map_editor.php:5
|
656 |
+
#: ../templates/map_directions.php:11
|
657 |
msgid "My location"
|
658 |
msgstr "Моето местоположение"
|
659 |
|
669 |
msgid "Weight"
|
670 |
msgstr "Тежест"
|
671 |
|
672 |
+
#: ../forms/map_editor_infobox.php:25
|
673 |
+
#: ../forms/map_editor_infobox.php:31
|
674 |
msgid "Opacity"
|
675 |
msgstr "Плътност"
|
676 |
|
686 |
msgid "HTML"
|
687 |
msgstr "HTML"
|
688 |
|
689 |
+
#: ../forms/map_editor_infobox.php:45
|
690 |
+
#: ../forms/map_media.php:46
|
691 |
msgid "Save"
|
692 |
msgstr "Запис"
|
693 |
|
694 |
+
#: ../forms/map_editor_infobox.php:46
|
695 |
+
#: ../forms/map_media.php:47
|
696 |
#: ../pro/mappress_icons.php:71
|
697 |
msgid "Cancel"
|
698 |
msgstr "Отказ"
|
726 |
msgid "Invalid status: %s, address: %s"
|
727 |
msgstr "Невалиден статус: %s, адрес: %s"
|
728 |
|
729 |
+
#: ../pro/mappress_geocoders.php:94
|
730 |
+
#: ../pro/mappress_geocoders.php:158
|
731 |
#, php-format
|
732 |
msgid "No results for address: %s"
|
733 |
msgstr "Няма резултати за адрес: %s"
|
959 |
msgid "Map Zoom"
|
960 |
msgstr "Мащабиране на карта"
|
961 |
|
962 |
+
#: ../pro/mappress_pro_settings.php:192
|
963 |
+
#: ../pro/mappress_widget.php:140
|
964 |
msgid "Map"
|
965 |
msgstr "Карта"
|
966 |
|
languages/mappress-google-maps-for-wordpress-de_DE.po
CHANGED
@@ -2,14 +2,14 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: MapPress v2.8 Google Maps for WordPress\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2013-01-15 14:26+0100\n"
|
6 |
-
"PO-Revision-Date: 2013-01-15 17:52+0100\n"
|
7 |
"Last-Translator: Michael Busch <busch@seo-traffic-guide.de>\n"
|
8 |
"Language-Team: dewib <dewib@gmx.de>\n"
|
9 |
-
"Language: de_DE\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
|
|
|
13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
|
14 |
"X-Poedit-Basepath: .\n"
|
15 |
"X-Generator: Poedit 1.5.4\n"
|
@@ -36,27 +36,16 @@ msgid "Upgrade to MapPress Pro"
|
|
36 |
msgstr "Upgrade auf MapPress Pro"
|
37 |
|
38 |
#: ../../mappress-google-maps-for-wordpress/mappress.php:326
|
39 |
-
msgid ""
|
40 |
-
"MapPress
|
41 |
-
"activate it again to fix this."
|
42 |
-
msgstr ""
|
43 |
-
"MapPress Datenbanktabellen fehlen. Bitte Plugin deaktivieren und erneut "
|
44 |
-
"aktivieren zur Fehlerbehebung."
|
45 |
|
46 |
#: ../../mappress-google-maps-for-wordpress/mappress.php:331
|
47 |
-
msgid ""
|
48 |
-
"
|
49 |
-
"before using MapPress."
|
50 |
-
msgstr ""
|
51 |
-
"ACHTUNG: MapPress benötigt WordPress 3.2 oder höher. Bitte aktualisieren!"
|
52 |
|
53 |
#: ../../mappress-google-maps-for-wordpress/mappress.php:336
|
54 |
-
msgid ""
|
55 |
-
"
|
56 |
-
"deactivate or uninstall WP-Geo before using MapPress."
|
57 |
-
msgstr ""
|
58 |
-
"WARNUNG: MapPress ist nicht kompatibel mit dem WP-Geo Plugin. Vor der "
|
59 |
-
"Nutzung von MapPress bitte WP-Geo deaktivieren oder entfernen."
|
60 |
|
61 |
#: ../../mappress-google-maps-for-wordpress/mappress.php:529
|
62 |
#: ../../mappress-google-maps-for-wordpress/templates/map_directions.php:6
|
@@ -72,12 +61,8 @@ msgid "One of the addresses could not be found."
|
|
72 |
msgstr "Die Start- oder Zieladresse fehlt."
|
73 |
|
74 |
#: ../../mappress-google-maps-for-wordpress/mappress.php:532
|
75 |
-
msgid ""
|
76 |
-
"Google
|
77 |
-
"between them or the routing information is not available."
|
78 |
-
msgstr ""
|
79 |
-
"Google kann zu diesen Adressen keine Wegbeschreibung liefern. Es gibt keine "
|
80 |
-
"Route zwischen ihnen oder es fehlen Routeninfos dazu."
|
81 |
|
82 |
#: ../../mappress-google-maps-for-wordpress/mappress.php:533
|
83 |
msgid "Unknown error, unable to return directions. Status code = "
|
@@ -165,8 +150,7 @@ msgstr "Karte nicht gefunden"
|
|
165 |
#: ../../mappress-google-maps-for-wordpress/mappress_map.php:196
|
166 |
#: ../../mappress-google-maps-for-wordpress/mappress_map.php:202
|
167 |
msgid "Internal error, your data has not been saved!"
|
168 |
-
msgstr ""
|
169 |
-
"Interner Fehler: Karte wurde nicht gefunden. Daten wurden nicht gespeichert! "
|
170 |
|
171 |
#: ../../mappress-google-maps-for-wordpress/mappress_map.php:427
|
172 |
msgid "Edit"
|
@@ -391,10 +375,9 @@ msgid "language"
|
|
391 |
msgstr "Sprache"
|
392 |
|
393 |
#: ../../mappress-google-maps-for-wordpress/mappress_settings.php:277
|
394 |
-
#, fuzzy,
|
395 |
msgid "Use a specific %s for map controls and geocoding"
|
396 |
-
msgstr ""
|
397 |
-
"Bestimmte %s für Kartensteuerelemente verwenden (Standard: Browsersprache)"
|
398 |
|
399 |
#: ../../mappress-google-maps-for-wordpress/mappress_settings.php:285
|
400 |
#: ../../mappress-google-maps-for-wordpress/mappress_settings.php:291
|
@@ -769,8 +752,9 @@ msgstr "Ort"
|
|
769 |
|
770 |
#~ msgid "Internal error - unable to save map. Your data has not been saved!"
|
771 |
#~ msgstr ""
|
772 |
-
|
773 |
-
|
|
|
774 |
|
775 |
#~ msgid "Marker list"
|
776 |
#~ msgstr "Marker Liste"
|
@@ -794,18 +778,22 @@ msgstr "Ort"
|
|
794 |
#~ msgstr "Größenänderung erzwingen"
|
795 |
|
796 |
#~ msgid ""
|
797 |
-
|
|
|
798 |
#~ msgstr ""
|
799 |
-
|
|
|
800 |
|
801 |
#~ msgid "Display the street view control \"peg man\""
|
802 |
#~ msgstr "Street View Button \"Peg Man\" anzeigen"
|
803 |
|
804 |
#~ msgid ""
|
805 |
-
|
|
|
806 |
#~ msgstr ""
|
807 |
-
|
808 |
-
|
|
|
809 |
|
810 |
#~ msgid "This setting requires %s."
|
811 |
#~ msgstr "Diese Einstellung benötigt %s."
|
@@ -924,8 +912,9 @@ msgstr "Ort"
|
|
924 |
|
925 |
#~ msgid "This setting requires %s. Show a list of markers under each map."
|
926 |
#~ msgstr ""
|
927 |
-
|
928 |
-
|
|
|
929 |
|
930 |
#, fuzzy
|
931 |
#~ msgid "Marker title:"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: MapPress v2.8 Google Maps for WordPress\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
|
|
|
|
5 |
"Last-Translator: Michael Busch <busch@seo-traffic-guide.de>\n"
|
6 |
"Language-Team: dewib <dewib@gmx.de>\n"
|
|
|
7 |
"MIME-Version: 1.0\n"
|
8 |
"Content-Type: text/plain; charset=UTF-8\n"
|
9 |
"Content-Transfer-Encoding: 8bit\n"
|
10 |
+
"POT-Creation-Date: 2013-01-15 14:26+0100\n"
|
11 |
+
"PO-Revision-Date: 2013-01-15 17:52+0100\n"
|
12 |
+
"Language: de_DE\n"
|
13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
|
14 |
"X-Poedit-Basepath: .\n"
|
15 |
"X-Generator: Poedit 1.5.4\n"
|
36 |
msgstr "Upgrade auf MapPress Pro"
|
37 |
|
38 |
#: ../../mappress-google-maps-for-wordpress/mappress.php:326
|
39 |
+
msgid "MapPress database tables are missing. Please deactivate the plugin and activate it again to fix this."
|
40 |
+
msgstr "MapPress Datenbanktabellen fehlen. Bitte Plugin deaktivieren und erneut aktivieren zur Fehlerbehebung."
|
|
|
|
|
|
|
|
|
41 |
|
42 |
#: ../../mappress-google-maps-for-wordpress/mappress.php:331
|
43 |
+
msgid "WARNING: MapPress now requires WordPress 3.2 or higher. Please upgrade before using MapPress."
|
44 |
+
msgstr "ACHTUNG: MapPress benötigt WordPress 3.2 oder höher. Bitte aktualisieren!"
|
|
|
|
|
|
|
45 |
|
46 |
#: ../../mappress-google-maps-for-wordpress/mappress.php:336
|
47 |
+
msgid "WARNING: MapPress is not compfatible with the WP-Geo plugin. Please deactivate or uninstall WP-Geo before using MapPress."
|
48 |
+
msgstr "WARNUNG: MapPress ist nicht kompatibel mit dem WP-Geo Plugin. Vor der Nutzung von MapPress bitte WP-Geo deaktivieren oder entfernen."
|
|
|
|
|
|
|
|
|
49 |
|
50 |
#: ../../mappress-google-maps-for-wordpress/mappress.php:529
|
51 |
#: ../../mappress-google-maps-for-wordpress/templates/map_directions.php:6
|
61 |
msgstr "Die Start- oder Zieladresse fehlt."
|
62 |
|
63 |
#: ../../mappress-google-maps-for-wordpress/mappress.php:532
|
64 |
+
msgid "Google cannot return directions between those addresses. There is no route between them or the routing information is not available."
|
65 |
+
msgstr "Google kann zu diesen Adressen keine Wegbeschreibung liefern. Es gibt keine Route zwischen ihnen oder es fehlen Routeninfos dazu."
|
|
|
|
|
|
|
|
|
66 |
|
67 |
#: ../../mappress-google-maps-for-wordpress/mappress.php:533
|
68 |
msgid "Unknown error, unable to return directions. Status code = "
|
150 |
#: ../../mappress-google-maps-for-wordpress/mappress_map.php:196
|
151 |
#: ../../mappress-google-maps-for-wordpress/mappress_map.php:202
|
152 |
msgid "Internal error, your data has not been saved!"
|
153 |
+
msgstr "Interner Fehler: Karte wurde nicht gefunden. Daten wurden nicht gespeichert! "
|
|
|
154 |
|
155 |
#: ../../mappress-google-maps-for-wordpress/mappress_map.php:427
|
156 |
msgid "Edit"
|
375 |
msgstr "Sprache"
|
376 |
|
377 |
#: ../../mappress-google-maps-for-wordpress/mappress_settings.php:277
|
378 |
+
#, fuzzy,php-format
|
379 |
msgid "Use a specific %s for map controls and geocoding"
|
380 |
+
msgstr "Bestimmte %s für Kartensteuerelemente verwenden (Standard: Browsersprache)"
|
|
|
381 |
|
382 |
#: ../../mappress-google-maps-for-wordpress/mappress_settings.php:285
|
383 |
#: ../../mappress-google-maps-for-wordpress/mappress_settings.php:291
|
752 |
|
753 |
#~ msgid "Internal error - unable to save map. Your data has not been saved!"
|
754 |
#~ msgstr ""
|
755 |
+
"\n"
|
756 |
+
"Fehler: Karte konnte nicht gesichert werden. Daten wurden nicht \"\n"
|
757 |
+
""
|
758 |
|
759 |
#~ msgid "Marker list"
|
760 |
#~ msgstr "Marker Liste"
|
778 |
#~ msgstr "Größenänderung erzwingen"
|
779 |
|
780 |
#~ msgid ""
|
781 |
+
"\n"
|
782 |
+
"your readers to change the map type (street, satellite, or hybrid)\""
|
783 |
#~ msgstr ""
|
784 |
+
"\n"
|
785 |
+
"erlauben den Kartentyp zu ändern (Karte, Satellit, Hybrid)\""
|
786 |
|
787 |
#~ msgid "Display the street view control \"peg man\""
|
788 |
#~ msgstr "Street View Button \"Peg Man\" anzeigen"
|
789 |
|
790 |
#~ msgid ""
|
791 |
+
"\n"
|
792 |
+
"'Google' if directions aren't displaying properly in your theme\""
|
793 |
#~ msgstr ""
|
794 |
+
"\n"
|
795 |
+
"'Google' wenn die Wegbeschreibung im Theme nicht korrekt \"\n"
|
796 |
+
"wird\""
|
797 |
|
798 |
#~ msgid "This setting requires %s."
|
799 |
#~ msgstr "Diese Einstellung benötigt %s."
|
912 |
|
913 |
#~ msgid "This setting requires %s. Show a list of markers under each map."
|
914 |
#~ msgstr ""
|
915 |
+
"\n"
|
916 |
+
"Einstellung benötigt %s. Zeige eine Liste aller Marker unter jeder \"\n"
|
917 |
+
""
|
918 |
|
919 |
#, fuzzy
|
920 |
#~ msgid "Marker title:"
|
languages/mappress-google-maps-for-wordpress-de_DE_formal.po
CHANGED
@@ -2,14 +2,14 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: MapPress v2.8 Google Maps for WordPress\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2013-01-15 14:26+0100\n"
|
6 |
-
"PO-Revision-Date: 2013-01-15 17:52+0100\n"
|
7 |
"Last-Translator: Michael Busch <busch@seo-traffic-guide.de>\n"
|
8 |
"Language-Team: dewib <dewib@gmx.de>\n"
|
9 |
-
"Language: de_DE\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
|
|
|
13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
|
14 |
"X-Poedit-Basepath: .\n"
|
15 |
"X-Generator: Poedit 1.5.4\n"
|
@@ -36,27 +36,16 @@ msgid "Upgrade to MapPress Pro"
|
|
36 |
msgstr "Upgrade auf MapPress Pro"
|
37 |
|
38 |
#: ../../mappress-google-maps-for-wordpress/mappress.php:326
|
39 |
-
msgid ""
|
40 |
-
"MapPress
|
41 |
-
"activate it again to fix this."
|
42 |
-
msgstr ""
|
43 |
-
"MapPress Datenbanktabellen fehlen. Bitte Plugin deaktivieren und erneut "
|
44 |
-
"aktivieren zur Fehlerbehebung."
|
45 |
|
46 |
#: ../../mappress-google-maps-for-wordpress/mappress.php:331
|
47 |
-
msgid ""
|
48 |
-
"
|
49 |
-
"before using MapPress."
|
50 |
-
msgstr ""
|
51 |
-
"ACHTUNG: MapPress benötigt WordPress 3.2 oder höher. Bitte aktualisieren!"
|
52 |
|
53 |
#: ../../mappress-google-maps-for-wordpress/mappress.php:336
|
54 |
-
msgid ""
|
55 |
-
"
|
56 |
-
"deactivate or uninstall WP-Geo before using MapPress."
|
57 |
-
msgstr ""
|
58 |
-
"WARNUNG: MapPress ist nicht kompatibel mit dem WP-Geo Plugin. Vor der "
|
59 |
-
"Nutzung von MapPress bitte WP-Geo deaktivieren oder entfernen."
|
60 |
|
61 |
#: ../../mappress-google-maps-for-wordpress/mappress.php:529
|
62 |
#: ../../mappress-google-maps-for-wordpress/templates/map_directions.php:6
|
@@ -72,12 +61,8 @@ msgid "One of the addresses could not be found."
|
|
72 |
msgstr "Die Start- oder Zieladresse fehlt."
|
73 |
|
74 |
#: ../../mappress-google-maps-for-wordpress/mappress.php:532
|
75 |
-
msgid ""
|
76 |
-
"Google
|
77 |
-
"between them or the routing information is not available."
|
78 |
-
msgstr ""
|
79 |
-
"Google kann zu diesen Adressen keine Wegbeschreibung liefern. Es gibt keine "
|
80 |
-
"Route zwischen ihnen oder es fehlen Routeninfos dazu."
|
81 |
|
82 |
#: ../../mappress-google-maps-for-wordpress/mappress.php:533
|
83 |
msgid "Unknown error, unable to return directions. Status code = "
|
@@ -165,8 +150,7 @@ msgstr "Karte nicht gefunden"
|
|
165 |
#: ../../mappress-google-maps-for-wordpress/mappress_map.php:196
|
166 |
#: ../../mappress-google-maps-for-wordpress/mappress_map.php:202
|
167 |
msgid "Internal error, your data has not been saved!"
|
168 |
-
msgstr ""
|
169 |
-
"Interner Fehler: Karte wurde nicht gefunden. Daten wurden nicht gespeichert! "
|
170 |
|
171 |
#: ../../mappress-google-maps-for-wordpress/mappress_map.php:427
|
172 |
msgid "Edit"
|
@@ -391,10 +375,9 @@ msgid "language"
|
|
391 |
msgstr "Sprache"
|
392 |
|
393 |
#: ../../mappress-google-maps-for-wordpress/mappress_settings.php:277
|
394 |
-
#, fuzzy,
|
395 |
msgid "Use a specific %s for map controls and geocoding"
|
396 |
-
msgstr ""
|
397 |
-
"Bestimmte %s für Kartensteuerelemente verwenden (Standard: Browsersprache)"
|
398 |
|
399 |
#: ../../mappress-google-maps-for-wordpress/mappress_settings.php:285
|
400 |
#: ../../mappress-google-maps-for-wordpress/mappress_settings.php:291
|
@@ -769,8 +752,9 @@ msgstr "Ort"
|
|
769 |
|
770 |
#~ msgid "Internal error - unable to save map. Your data has not been saved!"
|
771 |
#~ msgstr ""
|
772 |
-
|
773 |
-
|
|
|
774 |
|
775 |
#~ msgid "Marker list"
|
776 |
#~ msgstr "Marker Liste"
|
@@ -794,18 +778,22 @@ msgstr "Ort"
|
|
794 |
#~ msgstr "Größenänderung erzwingen"
|
795 |
|
796 |
#~ msgid ""
|
797 |
-
|
|
|
798 |
#~ msgstr ""
|
799 |
-
|
|
|
800 |
|
801 |
#~ msgid "Display the street view control \"peg man\""
|
802 |
#~ msgstr "Street View Button \"Peg Man\" anzeigen"
|
803 |
|
804 |
#~ msgid ""
|
805 |
-
|
|
|
806 |
#~ msgstr ""
|
807 |
-
|
808 |
-
|
|
|
809 |
|
810 |
#~ msgid "This setting requires %s."
|
811 |
#~ msgstr "Diese Einstellung benötigt %s."
|
@@ -924,8 +912,9 @@ msgstr "Ort"
|
|
924 |
|
925 |
#~ msgid "This setting requires %s. Show a list of markers under each map."
|
926 |
#~ msgstr ""
|
927 |
-
|
928 |
-
|
|
|
929 |
|
930 |
#, fuzzy
|
931 |
#~ msgid "Marker title:"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: MapPress v2.8 Google Maps for WordPress\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
|
|
|
|
5 |
"Last-Translator: Michael Busch <busch@seo-traffic-guide.de>\n"
|
6 |
"Language-Team: dewib <dewib@gmx.de>\n"
|
|
|
7 |
"MIME-Version: 1.0\n"
|
8 |
"Content-Type: text/plain; charset=UTF-8\n"
|
9 |
"Content-Transfer-Encoding: 8bit\n"
|
10 |
+
"POT-Creation-Date: 2013-01-15 14:26+0100\n"
|
11 |
+
"PO-Revision-Date: 2013-01-15 17:52+0100\n"
|
12 |
+
"Language: de_DE\n"
|
13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
|
14 |
"X-Poedit-Basepath: .\n"
|
15 |
"X-Generator: Poedit 1.5.4\n"
|
36 |
msgstr "Upgrade auf MapPress Pro"
|
37 |
|
38 |
#: ../../mappress-google-maps-for-wordpress/mappress.php:326
|
39 |
+
msgid "MapPress database tables are missing. Please deactivate the plugin and activate it again to fix this."
|
40 |
+
msgstr "MapPress Datenbanktabellen fehlen. Bitte Plugin deaktivieren und erneut aktivieren zur Fehlerbehebung."
|
|
|
|
|
|
|
|
|
41 |
|
42 |
#: ../../mappress-google-maps-for-wordpress/mappress.php:331
|
43 |
+
msgid "WARNING: MapPress now requires WordPress 3.2 or higher. Please upgrade before using MapPress."
|
44 |
+
msgstr "ACHTUNG: MapPress benötigt WordPress 3.2 oder höher. Bitte aktualisieren!"
|
|
|
|
|
|
|
45 |
|
46 |
#: ../../mappress-google-maps-for-wordpress/mappress.php:336
|
47 |
+
msgid "WARNING: MapPress is not compfatible with the WP-Geo plugin. Please deactivate or uninstall WP-Geo before using MapPress."
|
48 |
+
msgstr "WARNUNG: MapPress ist nicht kompatibel mit dem WP-Geo Plugin. Vor der Nutzung von MapPress bitte WP-Geo deaktivieren oder entfernen."
|
|
|
|
|
|
|
|
|
49 |
|
50 |
#: ../../mappress-google-maps-for-wordpress/mappress.php:529
|
51 |
#: ../../mappress-google-maps-for-wordpress/templates/map_directions.php:6
|
61 |
msgstr "Die Start- oder Zieladresse fehlt."
|
62 |
|
63 |
#: ../../mappress-google-maps-for-wordpress/mappress.php:532
|
64 |
+
msgid "Google cannot return directions between those addresses. There is no route between them or the routing information is not available."
|
65 |
+
msgstr "Google kann zu diesen Adressen keine Wegbeschreibung liefern. Es gibt keine Route zwischen ihnen oder es fehlen Routeninfos dazu."
|
|
|
|
|
|
|
|
|
66 |
|
67 |
#: ../../mappress-google-maps-for-wordpress/mappress.php:533
|
68 |
msgid "Unknown error, unable to return directions. Status code = "
|
150 |
#: ../../mappress-google-maps-for-wordpress/mappress_map.php:196
|
151 |
#: ../../mappress-google-maps-for-wordpress/mappress_map.php:202
|
152 |
msgid "Internal error, your data has not been saved!"
|
153 |
+
msgstr "Interner Fehler: Karte wurde nicht gefunden. Daten wurden nicht gespeichert! "
|
|
|
154 |
|
155 |
#: ../../mappress-google-maps-for-wordpress/mappress_map.php:427
|
156 |
msgid "Edit"
|
375 |
msgstr "Sprache"
|
376 |
|
377 |
#: ../../mappress-google-maps-for-wordpress/mappress_settings.php:277
|
378 |
+
#, fuzzy,php-format
|
379 |
msgid "Use a specific %s for map controls and geocoding"
|
380 |
+
msgstr "Bestimmte %s für Kartensteuerelemente verwenden (Standard: Browsersprache)"
|
|
|
381 |
|
382 |
#: ../../mappress-google-maps-for-wordpress/mappress_settings.php:285
|
383 |
#: ../../mappress-google-maps-for-wordpress/mappress_settings.php:291
|
752 |
|
753 |
#~ msgid "Internal error - unable to save map. Your data has not been saved!"
|
754 |
#~ msgstr ""
|
755 |
+
"\n"
|
756 |
+
"Fehler: Karte konnte nicht gesichert werden. Daten wurden nicht \"\n"
|
757 |
+
""
|
758 |
|
759 |
#~ msgid "Marker list"
|
760 |
#~ msgstr "Marker Liste"
|
778 |
#~ msgstr "Größenänderung erzwingen"
|
779 |
|
780 |
#~ msgid ""
|
781 |
+
"\n"
|
782 |
+
"your readers to change the map type (street, satellite, or hybrid)\""
|
783 |
#~ msgstr ""
|
784 |
+
"\n"
|
785 |
+
"erlauben den Kartentyp zu ändern (Karte, Satellit, Hybrid)\""
|
786 |
|
787 |
#~ msgid "Display the street view control \"peg man\""
|
788 |
#~ msgstr "Street View Button \"Peg Man\" anzeigen"
|
789 |
|
790 |
#~ msgid ""
|
791 |
+
"\n"
|
792 |
+
"'Google' if directions aren't displaying properly in your theme\""
|
793 |
#~ msgstr ""
|
794 |
+
"\n"
|
795 |
+
"'Google' wenn die Wegbeschreibung im Theme nicht korrekt \"\n"
|
796 |
+
"wird\""
|
797 |
|
798 |
#~ msgid "This setting requires %s."
|
799 |
#~ msgstr "Diese Einstellung benötigt %s."
|
912 |
|
913 |
#~ msgid "This setting requires %s. Show a list of markers under each map."
|
914 |
#~ msgstr ""
|
915 |
+
"\n"
|
916 |
+
"Einstellung benötigt %s. Zeige eine Liste aller Marker unter jeder \"\n"
|
917 |
+
""
|
918 |
|
919 |
#, fuzzy
|
920 |
#~ msgid "Marker title:"
|
languages/mappress-google-maps-for-wordpress-es_ES.po
CHANGED
@@ -2,17 +2,17 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2014-04-17 09:45-0800\n"
|
6 |
-
"PO-Revision-Date: 2014-04-17 21:57+0100\n"
|
7 |
"Last-Translator: \n"
|
8 |
"Language-Team: \n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
|
|
|
12 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
|
13 |
"X-Poedit-Basepath: .\n"
|
14 |
-
"X-Poedit-SearchPath-0: C
|
15 |
-
"\\mappress-google-maps-for-wordpress\n"
|
16 |
|
17 |
#: ../mappress.php:122
|
18 |
msgid "Version"
|
@@ -35,31 +35,19 @@ msgid "Upgrade to MapPress Pro"
|
|
35 |
msgstr ""
|
36 |
|
37 |
#: ../mappress.php:334
|
38 |
-
msgid ""
|
39 |
-
"
|
40 |
-
"activate it again to fix this."
|
41 |
-
msgstr ""
|
42 |
-
"No se encuentran las tablas de MapPress. Por favor, desactivar el plugin y "
|
43 |
-
"activarlo de nuevo para solucionar este problema."
|
44 |
|
45 |
#: ../mappress.php:339
|
46 |
-
msgid ""
|
47 |
-
"
|
48 |
-
"before using MapPress."
|
49 |
-
msgstr ""
|
50 |
-
"ADVERTENCIA: MapPress requiere WordPress 3.0 o superior. Por favor, "
|
51 |
-
"actualice antes de usar MapPress."
|
52 |
|
53 |
#: ../mappress.php:344
|
54 |
-
msgid ""
|
55 |
-
"
|
56 |
-
"deactivate or uninstall WP-Geo before using MapPress."
|
57 |
-
msgstr ""
|
58 |
-
"ADVERTENCIA: MapPress no es compatible con el plugin WP-Geo - tus feeds RSS, "
|
59 |
-
"no funcionará. Por favor, desactivar o desinstalar WP-Geo antes de usar "
|
60 |
-
"MapPress."
|
61 |
|
62 |
-
#: ../mappress.php:542
|
|
|
63 |
msgid "Bicycling"
|
64 |
msgstr "En bicicleta"
|
65 |
|
@@ -72,18 +60,16 @@ msgid "One of the addresses could not be found."
|
|
72 |
msgstr "La dirección de inicio o final no se pudo encontrar."
|
73 |
|
74 |
#: ../mappress.php:545
|
75 |
-
msgid ""
|
76 |
-
"Google
|
77 |
-
"between them or the routing information is not available."
|
78 |
-
msgstr ""
|
79 |
-
"Google no puede devolver direcciones entre esas direcciones. No hay una ruta "
|
80 |
-
"entre ellos o la información de enrutamiento no está disponible."
|
81 |
|
82 |
#: ../mappress.php:546
|
83 |
msgid "Unknown error, unable to return directions. Status code = "
|
84 |
msgstr "Error desconocido,imposible devolver ruta. Código de estado ="
|
85 |
|
86 |
-
#: ../mappress.php:547
|
|
|
|
|
87 |
#: ../pro/mappress_widget.php:108
|
88 |
msgid "Directions"
|
89 |
msgstr "Cómo llegar"
|
@@ -104,7 +90,8 @@ msgstr "No se ha encontrado la dirección/es"
|
|
104 |
msgid "Unable to get your location"
|
105 |
msgstr "No ha sido posible encontrar tu ubicación"
|
106 |
|
107 |
-
#: ../mappress.php:552
|
|
|
108 |
msgid "Traffic"
|
109 |
msgstr "Tráfico"
|
110 |
|
@@ -112,8 +99,11 @@ msgstr "Tráfico"
|
|
112 |
msgid "Transit"
|
113 |
msgstr "Tráfico"
|
114 |
|
115 |
-
#: ../mappress.php:554
|
116 |
-
#: ../
|
|
|
|
|
|
|
117 |
msgid "Zoom"
|
118 |
msgstr "Zoom"
|
119 |
|
@@ -129,7 +119,8 @@ msgstr "Haga clic y arrastre para mover el marcador"
|
|
129 |
msgid "Click to change"
|
130 |
msgstr "Hacer clic para cambiar"
|
131 |
|
132 |
-
#: ../mappress.php:562
|
|
|
133 |
msgid "Delete"
|
134 |
msgstr "Borrar"
|
135 |
|
@@ -149,7 +140,8 @@ msgstr ""
|
|
149 |
msgid "Shape"
|
150 |
msgstr ""
|
151 |
|
152 |
-
#: ../mappress.php:567
|
|
|
153 |
msgid "Untitled"
|
154 |
msgstr "Sin título"
|
155 |
|
@@ -161,7 +153,8 @@ msgstr "Mapa no encontrado"
|
|
161 |
msgid "Edit"
|
162 |
msgstr "Editar"
|
163 |
|
164 |
-
#: ../mappress_map.php:439
|
|
|
165 |
msgid "Insert into post"
|
166 |
msgstr "Insertar en el post"
|
167 |
|
@@ -169,16 +162,19 @@ msgstr "Insertar en el post"
|
|
169 |
msgid "Show map"
|
170 |
msgstr "Mostrar mapa"
|
171 |
|
172 |
-
#: ../mappress_map.php:491
|
|
|
173 |
#: ../forms/map_editor.php:17
|
174 |
msgid "Center map"
|
175 |
msgstr "Centrar mapa"
|
176 |
|
177 |
-
#: ../mappress_map.php:500
|
|
|
178 |
msgid "Reset map"
|
179 |
msgstr "Reiniciar mapa"
|
180 |
|
181 |
-
#: ../mappress_map.php:509
|
|
|
182 |
msgid "Bigger map"
|
183 |
msgstr "Agrandar mapa"
|
184 |
|
@@ -186,11 +182,13 @@ msgstr "Agrandar mapa"
|
|
186 |
msgid "Smaller map"
|
187 |
msgstr "Reducir mapa"
|
188 |
|
189 |
-
#: ../mappress_poi.php:246
|
|
|
190 |
msgid "Directions to"
|
191 |
msgstr "Cómo llegar"
|
192 |
|
193 |
-
#: ../mappress_poi.php:248
|
|
|
194 |
msgid "Directions from"
|
195 |
msgstr "Cómo ir desde aquí"
|
196 |
|
@@ -345,8 +343,7 @@ msgstr "código del país"
|
|
345 |
#: ../mappress_settings.php:239
|
346 |
#, php-format
|
347 |
msgid "Enter a %s to use when searching (leave blank for USA)"
|
348 |
-
msgstr ""
|
349 |
-
"Introduzca un %s para el uso en la búsqueda (dejar en blanco para EE.UU.):"
|
350 |
|
351 |
#: ../mappress_settings.php:246
|
352 |
msgid "Enter a google server URL for directions/printing"
|
@@ -383,12 +380,12 @@ msgstr "idioma"
|
|
383 |
#: ../mappress_settings.php:272
|
384 |
#, php-format
|
385 |
msgid "Use a specific %s for map controls and geocoding"
|
386 |
-
msgstr ""
|
387 |
-
"Use un %s específico para los controles del mapa (por defecto es la "
|
388 |
-
"configuración de idioma del navegador):"
|
389 |
|
390 |
-
#: ../mappress_settings.php:280
|
391 |
-
#: ../mappress_settings.php:
|
|
|
|
|
392 |
msgid "Default"
|
393 |
msgstr "Por defecto"
|
394 |
|
@@ -416,7 +413,8 @@ msgstr ""
|
|
416 |
msgid "Open initially"
|
417 |
msgstr ""
|
418 |
|
419 |
-
#: ../mappress_settings.php:302
|
|
|
420 |
#: ../mappress_settings.php:306
|
421 |
msgid "Checked initially"
|
422 |
msgstr ""
|
@@ -429,7 +427,8 @@ msgstr ""
|
|
429 |
msgid "Enable"
|
430 |
msgstr ""
|
431 |
|
432 |
-
#: ../mappress_settings.php:308
|
|
|
433 |
msgid "Style"
|
434 |
msgstr ""
|
435 |
|
@@ -465,15 +464,18 @@ msgstr "Rutas en bicicleta"
|
|
465 |
msgid "Road map"
|
466 |
msgstr "Mapa de carreteras"
|
467 |
|
468 |
-
#: ../mappress_settings.php:327
|
|
|
469 |
msgid "Satellite"
|
470 |
msgstr "Satélite"
|
471 |
|
472 |
-
#: ../mappress_settings.php:328
|
|
|
473 |
msgid "Terrain"
|
474 |
msgstr "Terreno"
|
475 |
|
476 |
-
#: ../mappress_settings.php:329
|
|
|
477 |
msgid "Hybrid"
|
478 |
msgstr "Híbrido"
|
479 |
|
@@ -481,35 +483,37 @@ msgstr "Híbrido"
|
|
481 |
msgid "Inline (in your blog)"
|
482 |
msgstr "En Lína (en tu blog)"
|
483 |
|
484 |
-
#: ../mappress_settings.php:343
|
|
|
485 |
#: ../pro/mappress_widget.php:110
|
486 |
msgid "Google"
|
487 |
msgstr "Google"
|
488 |
|
489 |
-
#: ../mappress_settings.php:344
|
|
|
490 |
msgid "None"
|
491 |
msgstr "Ninguna"
|
492 |
|
493 |
#: ../mappress_settings.php:351
|
494 |
msgid "Automatically open the first POI when a map is displayed"
|
495 |
-
msgstr ""
|
496 |
-
"Abrir automáticamente el marcador por primera vez cuando se muestra un mapa"
|
497 |
|
498 |
-
#: ../mappress_settings.php:356
|
|
|
499 |
msgid "Show control"
|
500 |
msgstr "Muestra el control"
|
501 |
|
502 |
-
#: ../mappress_settings.php:360
|
|
|
503 |
msgid "Enabled by default"
|
504 |
msgstr ""
|
505 |
|
506 |
#: ../mappress_settings.php:373
|
507 |
msgid "Show POI titles as a \"tooltip\" on mouse-over"
|
508 |
-
msgstr ""
|
509 |
-
"Mostrar títulos de marcador como \"descripción \" al pasar el ratón por "
|
510 |
-
"encima"
|
511 |
|
512 |
-
#: ../mappress_settings.php:381
|
|
|
513 |
msgid "Center"
|
514 |
msgstr "Centrar"
|
515 |
|
@@ -549,7 +553,8 @@ msgstr ""
|
|
549 |
msgid "outset"
|
550 |
msgstr ""
|
551 |
|
552 |
-
#: ../mappress_settings.php:413
|
|
|
553 |
msgid "Width"
|
554 |
msgstr ""
|
555 |
|
@@ -656,7 +661,8 @@ msgstr ""
|
|
656 |
msgid "Add POI"
|
657 |
msgstr ""
|
658 |
|
659 |
-
#: ../forms/map_editor.php:5
|
|
|
660 |
msgid "My location"
|
661 |
msgstr "Mi ubicación"
|
662 |
|
@@ -672,7 +678,8 @@ msgstr ""
|
|
672 |
msgid "Weight"
|
673 |
msgstr "Peso"
|
674 |
|
675 |
-
#: ../forms/map_editor_infobox.php:25
|
|
|
676 |
msgid "Opacity"
|
677 |
msgstr ""
|
678 |
|
@@ -688,11 +695,13 @@ msgstr ""
|
|
688 |
msgid "HTML"
|
689 |
msgstr ""
|
690 |
|
691 |
-
#: ../forms/map_editor_infobox.php:45
|
|
|
692 |
msgid "Save"
|
693 |
msgstr "Guardar"
|
694 |
|
695 |
-
#: ../forms/map_editor_infobox.php:46
|
|
|
696 |
#: ../pro/mappress_icons.php:71
|
697 |
msgid "Cancel"
|
698 |
msgstr "Cancelar"
|
@@ -726,7 +735,8 @@ msgstr ""
|
|
726 |
msgid "Invalid status: %s, address: %s"
|
727 |
msgstr ""
|
728 |
|
729 |
-
#: ../pro/mappress_geocoders.php:94
|
|
|
730 |
#, php-format
|
731 |
msgid "No results for address: %s"
|
732 |
msgstr ""
|
@@ -954,7 +964,8 @@ msgstr ""
|
|
954 |
msgid "Map Zoom"
|
955 |
msgstr "Zoom sobre el mapa"
|
956 |
|
957 |
-
#: ../pro/mappress_pro_settings.php:204
|
|
|
958 |
msgid "Map"
|
959 |
msgstr "Map ID"
|
960 |
|
@@ -977,8 +988,7 @@ msgstr ""
|
|
977 |
|
978 |
#: ../pro/mappress_pro_settings.php:227
|
979 |
msgid "Permanently resize existing maps"
|
980 |
-
msgstr ""
|
981 |
-
"Haga clic para cambiar el tamaño de forma permanente de TODOS sus mapas:"
|
982 |
|
983 |
#: ../pro/mappress_pro_settings.php:229
|
984 |
#, php-format
|
@@ -1082,7 +1092,8 @@ msgstr "Localización"
|
|
1082 |
|
1083 |
#~ msgid "Internal error - unable to save map. Your data has not been saved!"
|
1084 |
#~ msgstr ""
|
1085 |
-
|
|
|
1086 |
|
1087 |
#~ msgid "Marker list"
|
1088 |
#~ msgstr "Marker list"
|
@@ -1097,19 +1108,23 @@ msgstr "Localización"
|
|
1097 |
#~ msgstr "CSS personalizado"
|
1098 |
|
1099 |
#~ msgid ""
|
1100 |
-
|
|
|
1101 |
#~ msgstr ""
|
1102 |
-
|
1103 |
-
|
|
|
1104 |
|
1105 |
#~ msgid "Display the street view control \"peg man\""
|
1106 |
#~ msgstr "Mostrar el control de vista de la calle"
|
1107 |
|
1108 |
#~ msgid ""
|
1109 |
-
|
|
|
1110 |
#~ msgstr ""
|
1111 |
-
|
1112 |
-
|
|
|
1113 |
|
1114 |
#~ msgid "Show a button for real-time traffic conditions"
|
1115 |
#~ msgstr "Mostrar un botón para las condiciones del tráfico en tiempo real"
|
@@ -1193,11 +1208,13 @@ msgstr "Localización"
|
|
1193 |
#~ msgstr "Mapa de campo personalizado"
|
1194 |
|
1195 |
#~ msgid ""
|
1196 |
-
|
1197 |
-
|
|
|
1198 |
#~ msgstr ""
|
1199 |
-
|
1200 |
-
|
|
|
1201 |
|
1202 |
#~ msgid "Map addresses from a %s : "
|
1203 |
#~ msgstr "Mapa de direcciones de %s:"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
|
|
|
|
5 |
"Last-Translator: \n"
|
6 |
"Language-Team: \n"
|
7 |
"MIME-Version: 1.0\n"
|
8 |
"Content-Type: text/plain; charset=UTF-8\n"
|
9 |
"Content-Transfer-Encoding: 8bit\n"
|
10 |
+
"POT-Creation-Date: 2014-04-17 09:45-0800\n"
|
11 |
+
"PO-Revision-Date: 2014-04-17 21:57+0100\n"
|
12 |
+
"Language: \n"
|
13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
|
14 |
"X-Poedit-Basepath: .\n"
|
15 |
+
"X-Poedit-SearchPath-0: C:\wamp\www\wordpress\wp-content\plugins\mappress-google-maps-for-wordpress\n"
|
|
|
16 |
|
17 |
#: ../mappress.php:122
|
18 |
msgid "Version"
|
35 |
msgstr ""
|
36 |
|
37 |
#: ../mappress.php:334
|
38 |
+
msgid "MapPress database tables are missing. Please deactivate the plugin and activate it again to fix this."
|
39 |
+
msgstr "No se encuentran las tablas de MapPress. Por favor, desactivar el plugin y activarlo de nuevo para solucionar este problema."
|
|
|
|
|
|
|
|
|
40 |
|
41 |
#: ../mappress.php:339
|
42 |
+
msgid "WARNING: MapPress now requires WordPress 3.2 or higher. Please upgrade before using MapPress."
|
43 |
+
msgstr "ADVERTENCIA: MapPress requiere WordPress 3.0 o superior. Por favor, actualice antes de usar MapPress."
|
|
|
|
|
|
|
|
|
44 |
|
45 |
#: ../mappress.php:344
|
46 |
+
msgid "WARNING: MapPress is not compfatible with the WP-Geo plugin. Please deactivate or uninstall WP-Geo before using MapPress."
|
47 |
+
msgstr "ADVERTENCIA: MapPress no es compatible con el plugin WP-Geo - tus feeds RSS, no funcionará. Por favor, desactivar o desinstalar WP-Geo antes de usar MapPress."
|
|
|
|
|
|
|
|
|
|
|
48 |
|
49 |
+
#: ../mappress.php:542
|
50 |
+
#: ../templates/map_directions.php:6
|
51 |
msgid "Bicycling"
|
52 |
msgstr "En bicicleta"
|
53 |
|
60 |
msgstr "La dirección de inicio o final no se pudo encontrar."
|
61 |
|
62 |
#: ../mappress.php:545
|
63 |
+
msgid "Google cannot return directions between those addresses. There is no route between them or the routing information is not available."
|
64 |
+
msgstr "Google no puede devolver direcciones entre esas direcciones. No hay una ruta entre ellos o la información de enrutamiento no está disponible."
|
|
|
|
|
|
|
|
|
65 |
|
66 |
#: ../mappress.php:546
|
67 |
msgid "Unknown error, unable to return directions. Status code = "
|
68 |
msgstr "Error desconocido,imposible devolver ruta. Código de estado ="
|
69 |
|
70 |
+
#: ../mappress.php:547
|
71 |
+
#: ../mappress_poi.php:281
|
72 |
+
#: ../mappress_settings.php:130
|
73 |
#: ../pro/mappress_widget.php:108
|
74 |
msgid "Directions"
|
75 |
msgstr "Cómo llegar"
|
90 |
msgid "Unable to get your location"
|
91 |
msgstr "No ha sido posible encontrar tu ubicación"
|
92 |
|
93 |
+
#: ../mappress.php:552
|
94 |
+
#: ../mappress_settings.php:318
|
95 |
msgid "Traffic"
|
96 |
msgstr "Tráfico"
|
97 |
|
99 |
msgid "Transit"
|
100 |
msgstr "Tráfico"
|
101 |
|
102 |
+
#: ../mappress.php:554
|
103 |
+
#: ../mappress_poi.php:330
|
104 |
+
#: ../mappress_settings.php:313
|
105 |
+
#: ../mappress_settings.php:452
|
106 |
+
#: ../pro/mappress_widget.php:124
|
107 |
msgid "Zoom"
|
108 |
msgstr "Zoom"
|
109 |
|
119 |
msgid "Click to change"
|
120 |
msgstr "Hacer clic para cambiar"
|
121 |
|
122 |
+
#: ../mappress.php:562
|
123 |
+
#: ../mappress_map.php:440
|
124 |
msgid "Delete"
|
125 |
msgstr "Borrar"
|
126 |
|
140 |
msgid "Shape"
|
141 |
msgstr ""
|
142 |
|
143 |
+
#: ../mappress.php:567
|
144 |
+
#: ../mappress_map.php:53
|
145 |
msgid "Untitled"
|
146 |
msgstr "Sin título"
|
147 |
|
153 |
msgid "Edit"
|
154 |
msgstr "Editar"
|
155 |
|
156 |
+
#: ../mappress_map.php:439
|
157 |
+
#: ../forms/map_media.php:48
|
158 |
msgid "Insert into post"
|
159 |
msgstr "Insertar en el post"
|
160 |
|
162 |
msgid "Show map"
|
163 |
msgstr "Mostrar mapa"
|
164 |
|
165 |
+
#: ../mappress_map.php:491
|
166 |
+
#: ../mappress_settings.php:444
|
167 |
#: ../forms/map_editor.php:17
|
168 |
msgid "Center map"
|
169 |
msgstr "Centrar mapa"
|
170 |
|
171 |
+
#: ../mappress_map.php:500
|
172 |
+
#: ../mappress_settings.php:445
|
173 |
msgid "Reset map"
|
174 |
msgstr "Reiniciar mapa"
|
175 |
|
176 |
+
#: ../mappress_map.php:509
|
177 |
+
#: ../mappress_settings.php:443
|
178 |
msgid "Bigger map"
|
179 |
msgstr "Agrandar mapa"
|
180 |
|
182 |
msgid "Smaller map"
|
183 |
msgstr "Reducir mapa"
|
184 |
|
185 |
+
#: ../mappress_poi.php:246
|
186 |
+
#: ../mappress_settings.php:453
|
187 |
msgid "Directions to"
|
188 |
msgstr "Cómo llegar"
|
189 |
|
190 |
+
#: ../mappress_poi.php:248
|
191 |
+
#: ../mappress_settings.php:454
|
192 |
msgid "Directions from"
|
193 |
msgstr "Cómo ir desde aquí"
|
194 |
|
343 |
#: ../mappress_settings.php:239
|
344 |
#, php-format
|
345 |
msgid "Enter a %s to use when searching (leave blank for USA)"
|
346 |
+
msgstr "Introduzca un %s para el uso en la búsqueda (dejar en blanco para EE.UU.):"
|
|
|
347 |
|
348 |
#: ../mappress_settings.php:246
|
349 |
msgid "Enter a google server URL for directions/printing"
|
380 |
#: ../mappress_settings.php:272
|
381 |
#, php-format
|
382 |
msgid "Use a specific %s for map controls and geocoding"
|
383 |
+
msgstr "Use un %s específico para los controles del mapa (por defecto es la configuración de idioma del navegador):"
|
|
|
|
|
384 |
|
385 |
+
#: ../mappress_settings.php:280
|
386 |
+
#: ../mappress_settings.php:286
|
387 |
+
#: ../mappress_settings.php:380
|
388 |
+
#: ../mappress_settings.php:489
|
389 |
msgid "Default"
|
390 |
msgstr "Por defecto"
|
391 |
|
413 |
msgid "Open initially"
|
414 |
msgstr ""
|
415 |
|
416 |
+
#: ../mappress_settings.php:302
|
417 |
+
#: ../mappress_settings.php:304
|
418 |
#: ../mappress_settings.php:306
|
419 |
msgid "Checked initially"
|
420 |
msgstr ""
|
427 |
msgid "Enable"
|
428 |
msgstr ""
|
429 |
|
430 |
+
#: ../mappress_settings.php:308
|
431 |
+
#: ../mappress_settings.php:405
|
432 |
msgid "Style"
|
433 |
msgstr ""
|
434 |
|
464 |
msgid "Road map"
|
465 |
msgstr "Mapa de carreteras"
|
466 |
|
467 |
+
#: ../mappress_settings.php:327
|
468 |
+
#: ../pro/mappress_widget.php:142
|
469 |
msgid "Satellite"
|
470 |
msgstr "Satélite"
|
471 |
|
472 |
+
#: ../mappress_settings.php:328
|
473 |
+
#: ../pro/mappress_widget.php:143
|
474 |
msgid "Terrain"
|
475 |
msgstr "Terreno"
|
476 |
|
477 |
+
#: ../mappress_settings.php:329
|
478 |
+
#: ../pro/mappress_widget.php:141
|
479 |
msgid "Hybrid"
|
480 |
msgstr "Híbrido"
|
481 |
|
483 |
msgid "Inline (in your blog)"
|
484 |
msgstr "En Lína (en tu blog)"
|
485 |
|
486 |
+
#: ../mappress_settings.php:343
|
487 |
+
#: ../pro/mappress_pro_settings.php:177
|
488 |
#: ../pro/mappress_widget.php:110
|
489 |
msgid "Google"
|
490 |
msgstr "Google"
|
491 |
|
492 |
+
#: ../mappress_settings.php:344
|
493 |
+
#: ../pro/mappress_widget.php:111
|
494 |
msgid "None"
|
495 |
msgstr "Ninguna"
|
496 |
|
497 |
#: ../mappress_settings.php:351
|
498 |
msgid "Automatically open the first POI when a map is displayed"
|
499 |
+
msgstr "Abrir automáticamente el marcador por primera vez cuando se muestra un mapa"
|
|
|
500 |
|
501 |
+
#: ../mappress_settings.php:356
|
502 |
+
#: ../mappress_settings.php:365
|
503 |
msgid "Show control"
|
504 |
msgstr "Muestra el control"
|
505 |
|
506 |
+
#: ../mappress_settings.php:360
|
507 |
+
#: ../mappress_settings.php:369
|
508 |
msgid "Enabled by default"
|
509 |
msgstr ""
|
510 |
|
511 |
#: ../mappress_settings.php:373
|
512 |
msgid "Show POI titles as a \"tooltip\" on mouse-over"
|
513 |
+
msgstr "Mostrar títulos de marcador como \"descripción \" al pasar el ratón por encima"
|
|
|
|
|
514 |
|
515 |
+
#: ../mappress_settings.php:381
|
516 |
+
#: ../pro/mappress_widget.php:116
|
517 |
msgid "Center"
|
518 |
msgstr "Centrar"
|
519 |
|
553 |
msgid "outset"
|
554 |
msgstr ""
|
555 |
|
556 |
+
#: ../mappress_settings.php:413
|
557 |
+
#: ../mappress_settings.php:489
|
558 |
msgid "Width"
|
559 |
msgstr ""
|
560 |
|
661 |
msgid "Add POI"
|
662 |
msgstr ""
|
663 |
|
664 |
+
#: ../forms/map_editor.php:5
|
665 |
+
#: ../templates/map_directions.php:11
|
666 |
msgid "My location"
|
667 |
msgstr "Mi ubicación"
|
668 |
|
678 |
msgid "Weight"
|
679 |
msgstr "Peso"
|
680 |
|
681 |
+
#: ../forms/map_editor_infobox.php:25
|
682 |
+
#: ../forms/map_editor_infobox.php:31
|
683 |
msgid "Opacity"
|
684 |
msgstr ""
|
685 |
|
695 |
msgid "HTML"
|
696 |
msgstr ""
|
697 |
|
698 |
+
#: ../forms/map_editor_infobox.php:45
|
699 |
+
#: ../forms/map_media.php:46
|
700 |
msgid "Save"
|
701 |
msgstr "Guardar"
|
702 |
|
703 |
+
#: ../forms/map_editor_infobox.php:46
|
704 |
+
#: ../forms/map_media.php:47
|
705 |
#: ../pro/mappress_icons.php:71
|
706 |
msgid "Cancel"
|
707 |
msgstr "Cancelar"
|
735 |
msgid "Invalid status: %s, address: %s"
|
736 |
msgstr ""
|
737 |
|
738 |
+
#: ../pro/mappress_geocoders.php:94
|
739 |
+
#: ../pro/mappress_geocoders.php:158
|
740 |
#, php-format
|
741 |
msgid "No results for address: %s"
|
742 |
msgstr ""
|
964 |
msgid "Map Zoom"
|
965 |
msgstr "Zoom sobre el mapa"
|
966 |
|
967 |
+
#: ../pro/mappress_pro_settings.php:204
|
968 |
+
#: ../pro/mappress_widget.php:140
|
969 |
msgid "Map"
|
970 |
msgstr "Map ID"
|
971 |
|
988 |
|
989 |
#: ../pro/mappress_pro_settings.php:227
|
990 |
msgid "Permanently resize existing maps"
|
991 |
+
msgstr "Haga clic para cambiar el tamaño de forma permanente de TODOS sus mapas:"
|
|
|
992 |
|
993 |
#: ../pro/mappress_pro_settings.php:229
|
994 |
#, php-format
|
1092 |
|
1093 |
#~ msgid "Internal error - unable to save map. Your data has not been saved!"
|
1094 |
#~ msgstr ""
|
1095 |
+
"\n"
|
1096 |
+
"interno - no se puede guardar mapa. Sus datos no se ha salvado!\""
|
1097 |
|
1098 |
#~ msgid "Marker list"
|
1099 |
#~ msgstr "Marker list"
|
1108 |
#~ msgstr "CSS personalizado"
|
1109 |
|
1110 |
#~ msgid ""
|
1111 |
+
"\n"
|
1112 |
+
"your readers to change the map type (street, satellite, or hybrid)\""
|
1113 |
#~ msgstr ""
|
1114 |
+
"\n"
|
1115 |
+
"que sus lectores a cambiar el tipo de mapa (calles, satélite o \"\n"
|
1116 |
+
""
|
1117 |
|
1118 |
#~ msgid "Display the street view control \"peg man\""
|
1119 |
#~ msgstr "Mostrar el control de vista de la calle"
|
1120 |
|
1121 |
#~ msgid ""
|
1122 |
+
"\n"
|
1123 |
+
"'Google' if directions aren't displaying properly in your theme\""
|
1124 |
#~ msgstr ""
|
1125 |
+
"\n"
|
1126 |
+
"\"Google\" si las direcciones no se muestran correctamente en \"\n"
|
1127 |
+
"tema\""
|
1128 |
|
1129 |
#~ msgid "Show a button for real-time traffic conditions"
|
1130 |
#~ msgstr "Mostrar un botón para las condiciones del tráfico en tiempo real"
|
1208 |
#~ msgstr "Mapa de campo personalizado"
|
1209 |
|
1210 |
#~ msgid ""
|
1211 |
+
"\n"
|
1212 |
+
"Include your own CSS. You must create a file named %s in the MapPress \"\n"
|
1213 |
+
"sub-directory\""
|
1214 |
#~ msgstr ""
|
1215 |
+
"\n"
|
1216 |
+
"su propio CSS. Debe crear un archivo llamado% s en el directorio% \"\n"
|
1217 |
+
"MapPress subdirectorio\""
|
1218 |
|
1219 |
#~ msgid "Map addresses from a %s : "
|
1220 |
#~ msgstr "Mapa de direcciones de %s:"
|
languages/mappress-google-maps-for-wordpress-fi.po
CHANGED
@@ -1,23 +1,20 @@
|
|
1 |
-
# SOME DESCRIPTIVE TITLE.
|
2 |
-
# This file is put in the public domain.
|
3 |
-
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
4 |
-
#
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: Mappress\n"
|
8 |
"Report-Msgid-Bugs-To: \n"
|
9 |
-
"POT-Creation-Date: 2013-02-15 09:08-0800\n"
|
10 |
-
"PO-Revision-Date: 2013-03-16 00:25+0200\n"
|
11 |
"Last-Translator: Jaakko Kangosjärvi <jaakko@mediamonttu.fi>\n"
|
12 |
"Language-Team: Monttu <info@mediamonttu,fi>\n"
|
13 |
"MIME-Version: 1.0\n"
|
14 |
"Content-Type: text/plain; charset=UTF-8\n"
|
15 |
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
|
|
|
16 |
"X-Poedit-Language: Finnish\n"
|
17 |
"X-Poedit-Country: FINLAND\n"
|
18 |
"X-Poedit-KeywordsList: __;_e\n"
|
19 |
"X-Poedit-Basepath: .\n"
|
20 |
-
"X-Poedit-SearchPath-0: C
|
21 |
|
22 |
#: ../mappress.php:122
|
23 |
msgid "Version"
|
@@ -1090,7 +1087,8 @@ msgstr "Paikka"
|
|
1090 |
|
1091 |
#~ msgid "Internal error - unable to save map. Your data has not been saved!"
|
1092 |
#~ msgstr ""
|
1093 |
-
|
|
|
1094 |
|
1095 |
#~ msgid "Marker list"
|
1096 |
#~ msgstr "Merkitsinluettelo"
|
@@ -1111,18 +1109,22 @@ msgstr "Paikka"
|
|
1111 |
#~ msgstr "Valinnainen tyylitiedosto"
|
1112 |
|
1113 |
#~ msgid ""
|
1114 |
-
|
|
|
1115 |
#~ msgstr ""
|
1116 |
-
|
|
|
1117 |
|
1118 |
#~ msgid "Display the street view control \"peg man\""
|
1119 |
#~ msgstr "Näytä katunäkymän valintapainike \"jalankulkija\""
|
1120 |
|
1121 |
#~ msgid ""
|
1122 |
-
|
|
|
1123 |
#~ msgstr ""
|
1124 |
-
|
1125 |
-
|
|
|
1126 |
|
1127 |
#~ msgid "This setting requires %s."
|
1128 |
#~ msgstr "Tämä asetus vaatii version %s."
|
@@ -1261,8 +1263,9 @@ msgstr "Paikka"
|
|
1261 |
|
1262 |
#~ msgid "This setting requires %s. Show a list of locations under each map."
|
1263 |
#~ msgstr ""
|
1264 |
-
|
1265 |
-
|
|
|
1266 |
|
1267 |
#~ msgid "Please make a donation today!"
|
1268 |
#~ msgstr "Ole hyvä ja lahjoita heti!"
|
@@ -1286,7 +1289,8 @@ msgstr "Paikka"
|
|
1286 |
#~ msgstr "Lähtöpaikan tai määränpään osoite puuttuu."
|
1287 |
|
1288 |
#~ msgid ""
|
1289 |
-
|
|
|
1290 |
#~ msgstr "Google ei voi antaa ajo-ohjeita laki- tai sopimusteknisistä syistä."
|
1291 |
|
1292 |
#~ msgid "Invalid map API key"
|
@@ -1296,9 +1300,11 @@ msgstr "Paikka"
|
|
1296 |
#~ msgstr "Avaimellasi on tehty liikaa päivittäisiä hakuja."
|
1297 |
|
1298 |
#~ msgid ""
|
1299 |
-
|
|
|
1300 |
#~ msgstr ""
|
1301 |
-
|
|
|
1302 |
|
1303 |
#~ msgid "Sorry, no street view data is available for this location"
|
1304 |
#~ msgstr "Sorry, katunäkymää ei ole saatavana tähän osoitteeseen"
|
@@ -1320,14 +1326,17 @@ msgstr "Paikka"
|
|
1320 |
|
1321 |
#~ msgid "Please enter your API key. Need an API key? Get one "
|
1322 |
#~ msgstr ""
|
1323 |
-
|
|
|
1324 |
|
1325 |
#~ msgid ""
|
1326 |
-
|
1327 |
-
|
|
|
1328 |
#~ msgstr ""
|
1329 |
-
|
1330 |
-
|
|
|
1331 |
|
1332 |
#~ msgid "here"
|
1333 |
#~ msgstr "täältä"
|
@@ -1339,9 +1348,11 @@ msgstr "Paikka"
|
|
1339 |
#~ msgstr "Paina esc tai sulje klikkaamalla: "
|
1340 |
|
1341 |
#~ msgid ""
|
1342 |
-
|
|
|
1343 |
#~ msgstr ""
|
1344 |
-
|
|
|
1345 |
|
1346 |
#~ msgid "MapPress options screen."
|
1347 |
#~ msgstr "MapPress Asetusnäkymä"
|
@@ -1356,19 +1367,22 @@ msgstr "Paikka"
|
|
1356 |
#~ msgstr "Esikatselu"
|
1357 |
|
1358 |
#~ msgid ""
|
1359 |
-
|
1360 |
-
|
|
|
1361 |
#~ msgstr ""
|
1362 |
-
|
1363 |
-
|
|
|
1364 |
|
1365 |
#~ msgid "Center/zoom now"
|
1366 |
#~ msgstr "Keskitä/lähennä nyt"
|
1367 |
|
1368 |
#~ msgid "Click on a marker or use the links below to edit or delete markers."
|
1369 |
#~ msgstr ""
|
1370 |
-
|
1371 |
-
|
|
|
1372 |
|
1373 |
#~ msgid "ACCESS DENIED: You don't have permission to do this."
|
1374 |
#~ msgstr "PÄÄSY ESTETTY: Sinulla ei ole oikeuksia tähän."
|
@@ -1392,7 +1406,8 @@ msgstr "Paikka"
|
|
1392 |
#~ msgstr "Hakujen maatunnus"
|
1393 |
|
1394 |
#~ msgid ""
|
1395 |
-
|
|
|
1396 |
#~ msgstr "Anna maatunnus, jota käytetään oletusarvona osoitteita haettaessa."
|
1397 |
|
1398 |
#~ msgid "Force Google to use a specific language for map controls."
|
@@ -1402,10 +1417,12 @@ msgstr "Paikka"
|
|
1402 |
#~ msgstr "Valitse, jos haluat ottaa käyttöön ajo-ohjeiden haun merkitsimeen"
|
1403 |
|
1404 |
#~ msgid ""
|
1405 |
-
|
|
|
1406 |
#~ msgstr ""
|
1407 |
-
|
1408 |
-
|
|
|
1409 |
|
1410 |
#~ msgid "Check to enable the \"map types\" button on the map"
|
1411 |
#~ msgstr "Valitse tämä, jos haluat kartalle Karttatyypit-painikkeen."
|
@@ -1417,18 +1434,21 @@ msgstr "Paikka"
|
|
1417 |
#~ msgstr "Valitse karttatyyppi, jota käytetään karttaa avattaessa."
|
1418 |
|
1419 |
#~ msgid ""
|
1420 |
-
|
|
|
1421 |
#~ msgstr "Valitse tämä, jos haluat näyttää kartalla GoogleBar-hakupalkin."
|
1422 |
|
1423 |
#~ msgid "(click the icon to choose)"
|
1424 |
#~ msgstr "(valitse klikkaamalla kuvaketta)"
|
1425 |
|
1426 |
#~ msgid ""
|
1427 |
-
|
1428 |
-
|
|
|
1429 |
#~ msgstr ""
|
1430 |
-
|
1431 |
-
|
|
|
1432 |
|
1433 |
#~ msgid "(leave blank for default)"
|
1434 |
#~ msgstr "(tyhjä = oletusarvo)"
|
@@ -1452,11 +1472,13 @@ msgstr "Paikka"
|
|
1452 |
#~ msgstr "Lisäasetukset"
|
1453 |
|
1454 |
#~ msgid ""
|
1455 |
-
|
1456 |
-
|
|
|
1457 |
#~ msgstr ""
|
1458 |
-
|
1459 |
-
|
|
|
1460 |
|
1461 |
#~ msgid "Zoom (1-20) "
|
1462 |
#~ msgstr "Zoom (1-20) "
|
|
|
|
|
|
|
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: Mappress\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
|
|
|
|
5 |
"Last-Translator: Jaakko Kangosjärvi <jaakko@mediamonttu.fi>\n"
|
6 |
"Language-Team: Monttu <info@mediamonttu,fi>\n"
|
7 |
"MIME-Version: 1.0\n"
|
8 |
"Content-Type: text/plain; charset=UTF-8\n"
|
9 |
"Content-Transfer-Encoding: 8bit\n"
|
10 |
+
"POT-Creation-Date: 2013-02-15 09:08-0800\n"
|
11 |
+
"PO-Revision-Date: 2013-03-16 00:25+0200\n"
|
12 |
+
"Language: \n"
|
13 |
"X-Poedit-Language: Finnish\n"
|
14 |
"X-Poedit-Country: FINLAND\n"
|
15 |
"X-Poedit-KeywordsList: __;_e\n"
|
16 |
"X-Poedit-Basepath: .\n"
|
17 |
+
"X-Poedit-SearchPath-0: C:\D\Blogit\plugins\mappress-google-maps-for-wordpress\n"
|
18 |
|
19 |
#: ../mappress.php:122
|
20 |
msgid "Version"
|
1087 |
|
1088 |
#~ msgid "Internal error - unable to save map. Your data has not been saved!"
|
1089 |
#~ msgstr ""
|
1090 |
+
"\n"
|
1091 |
+
"virhe - karttaa ei voi tallentaa. Tietojasi ei tallennettu!\""
|
1092 |
|
1093 |
#~ msgid "Marker list"
|
1094 |
#~ msgstr "Merkitsinluettelo"
|
1109 |
#~ msgstr "Valinnainen tyylitiedosto"
|
1110 |
|
1111 |
#~ msgid ""
|
1112 |
+
"\n"
|
1113 |
+
"your readers to change the map type (street, satellite, or hybrid)\""
|
1114 |
#~ msgstr ""
|
1115 |
+
"\n"
|
1116 |
+
"käyttäjien vaihtaa kartan tyyppiä (katu, satelliitti tai hybridi)\""
|
1117 |
|
1118 |
#~ msgid "Display the street view control \"peg man\""
|
1119 |
#~ msgstr "Näytä katunäkymän valintapainike \"jalankulkija\""
|
1120 |
|
1121 |
#~ msgid ""
|
1122 |
+
"\n"
|
1123 |
+
"'Google' if directions aren't displaying properly in your theme\""
|
1124 |
#~ msgstr ""
|
1125 |
+
"\n"
|
1126 |
+
"'Google', jos ajo-ohjeet eivät näy toivomallasi tavalla \"\n"
|
1127 |
+
""
|
1128 |
|
1129 |
#~ msgid "This setting requires %s."
|
1130 |
#~ msgstr "Tämä asetus vaatii version %s."
|
1263 |
|
1264 |
#~ msgid "This setting requires %s. Show a list of locations under each map."
|
1265 |
#~ msgstr ""
|
1266 |
+
"\n"
|
1267 |
+
"asetus vaatii version %s. Näytätä paikkalistan jokaisen kartan \"\n"
|
1268 |
+
""
|
1269 |
|
1270 |
#~ msgid "Please make a donation today!"
|
1271 |
#~ msgstr "Ole hyvä ja lahjoita heti!"
|
1289 |
#~ msgstr "Lähtöpaikan tai määränpään osoite puuttuu."
|
1290 |
|
1291 |
#~ msgid ""
|
1292 |
+
"\n"
|
1293 |
+
"cannot return those directions for legal or contractual reasons\""
|
1294 |
#~ msgstr "Google ei voi antaa ajo-ohjeita laki- tai sopimusteknisistä syistä."
|
1295 |
|
1296 |
#~ msgid "Invalid map API key"
|
1300 |
#~ msgstr "Avaimellasi on tehty liikaa päivittäisiä hakuja."
|
1301 |
|
1302 |
#~ msgid ""
|
1303 |
+
"\n"
|
1304 |
+
"your browser does not seem to support the street view Flash player\""
|
1305 |
#~ msgstr ""
|
1306 |
+
"\n"
|
1307 |
+
"selaimesi ei näytä tukevan katunäkymään tarvittavaa Flash-soitinta\""
|
1308 |
|
1309 |
#~ msgid "Sorry, no street view data is available for this location"
|
1310 |
#~ msgstr "Sorry, katunäkymää ei ole saatavana tähän osoitteeseen"
|
1326 |
|
1327 |
#~ msgid "Please enter your API key. Need an API key? Get one "
|
1328 |
#~ msgstr ""
|
1329 |
+
"\n"
|
1330 |
+
"hyvä ja anna API-avaimesi. Jos sinulla ei ole sellaista, saat omasi\""
|
1331 |
|
1332 |
#~ msgid ""
|
1333 |
+
"\n"
|
1334 |
+
"could not load google maps. Either your browser is incompatible \"\n"
|
1335 |
+
"your API key is invalid. Need an API key? Get one \""
|
1336 |
#~ msgstr ""
|
1337 |
+
"\n"
|
1338 |
+
"ei voinut ladata karttaa. Selaimesi on kelvoton tai API-avaimesi \"\n"
|
1339 |
+
"kelpaa. Saat API-avaimen \""
|
1340 |
|
1341 |
#~ msgid "here"
|
1342 |
#~ msgstr "täältä"
|
1348 |
#~ msgstr "Paina esc tai sulje klikkaamalla: "
|
1349 |
|
1350 |
#~ msgid ""
|
1351 |
+
"\n"
|
1352 |
+
"isn't ready yet. Please enter your Google Maps API Key on the \""
|
1353 |
#~ msgstr ""
|
1354 |
+
"\n"
|
1355 |
+
"ei ole vielä valmis. Ole hyvä ja anna Google Maps API-avaimesi: \""
|
1356 |
|
1357 |
#~ msgid "MapPress options screen."
|
1358 |
#~ msgstr "MapPress Asetusnäkymä"
|
1367 |
#~ msgstr "Esikatselu"
|
1368 |
|
1369 |
#~ msgid ""
|
1370 |
+
"\n"
|
1371 |
+
"center/zoom map when saved (uncheck to display map exactly \"\n"
|
1372 |
+
"shown below)\""
|
1373 |
#~ msgstr ""
|
1374 |
+
"\n"
|
1375 |
+
"ja lähennä kartta automaattisesti tallennettaessa (ilman valintaa \"\n"
|
1376 |
+
"näytetään juuri kuten alla)\""
|
1377 |
|
1378 |
#~ msgid "Center/zoom now"
|
1379 |
#~ msgstr "Keskitä/lähennä nyt"
|
1380 |
|
1381 |
#~ msgid "Click on a marker or use the links below to edit or delete markers."
|
1382 |
#~ msgstr ""
|
1383 |
+
"\n"
|
1384 |
+
"merkitsintä tai käytä alla olevia linkkejä, jos haluat muokata \"\n"
|
1385 |
+
"poistaa merkitsimiä.\""
|
1386 |
|
1387 |
#~ msgid "ACCESS DENIED: You don't have permission to do this."
|
1388 |
#~ msgstr "PÄÄSY ESTETTY: Sinulla ei ole oikeuksia tähän."
|
1406 |
#~ msgstr "Hakujen maatunnus"
|
1407 |
|
1408 |
#~ msgid ""
|
1409 |
+
"\n"
|
1410 |
+
"a country code to use as a default when searching for an address.\""
|
1411 |
#~ msgstr "Anna maatunnus, jota käytetään oletusarvona osoitteita haettaessa."
|
1412 |
|
1413 |
#~ msgid "Force Google to use a specific language for map controls."
|
1417 |
#~ msgstr "Valitse, jos haluat ottaa käyttöön ajo-ohjeiden haun merkitsimeen"
|
1418 |
|
1419 |
#~ msgid ""
|
1420 |
+
"\n"
|
1421 |
+
"to show large map controls; uncheck for a small zoom control instead\""
|
1422 |
#~ msgstr ""
|
1423 |
+
"\n"
|
1424 |
+
"tämä, jos haluat näyttää kaikki kartan valitsimet (tyhjä = vain \"\n"
|
1425 |
+
"zoomaustyökalu)\""
|
1426 |
|
1427 |
#~ msgid "Check to enable the \"map types\" button on the map"
|
1428 |
#~ msgstr "Valitse tämä, jos haluat kartalle Karttatyypit-painikkeen."
|
1434 |
#~ msgstr "Valitse karttatyyppi, jota käytetään karttaa avattaessa."
|
1435 |
|
1436 |
#~ msgid ""
|
1437 |
+
"\n"
|
1438 |
+
"to show the \"GoogleBar\" search box for local business listings.\""
|
1439 |
#~ msgstr "Valitse tämä, jos haluat näyttää kartalla GoogleBar-hakupalkin."
|
1440 |
|
1441 |
#~ msgid "(click the icon to choose)"
|
1442 |
#~ msgstr "(valitse klikkaamalla kuvaketta)"
|
1443 |
|
1444 |
#~ msgid ""
|
1445 |
+
"\n"
|
1446 |
+
"starting or ending address could not be found. Please check that the \"\n"
|
1447 |
+
"is correct and completely entered.\""
|
1448 |
#~ msgstr ""
|
1449 |
+
"\n"
|
1450 |
+
"tai määränpään osoitetta ei löydy. Ole hyvä ja tarkista, että \"\n"
|
1451 |
+
"on oikea ja kirjoitettu oikein.\""
|
1452 |
|
1453 |
#~ msgid "(leave blank for default)"
|
1454 |
#~ msgstr "(tyhjä = oletusarvo)"
|
1472 |
#~ msgstr "Lisäasetukset"
|
1473 |
|
1474 |
#~ msgid ""
|
1475 |
+
"\n"
|
1476 |
+
"has changed with this version. You must re-enter your maps. \"\n"
|
1477 |
+
"see the note on the %1$sMapPress options screen%2$s\""
|
1478 |
#~ msgstr ""
|
1479 |
+
"\n"
|
1480 |
+
"on muuttunut. Sinun täytyy luoda karttasi uudelleen. Ole hyvä ja \"\n"
|
1481 |
+
"huomautus %1$sMapPress Asetusnäkymästä%2$s\""
|
1482 |
|
1483 |
#~ msgid "Zoom (1-20) "
|
1484 |
#~ msgstr "Zoom (1-20) "
|
languages/mappress-google-maps-for-wordpress-fr_FR.po
CHANGED
@@ -2,112 +2,137 @@ 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"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
|
|
|
13 |
"Plural-Forms: nplurals=2; plural=n>1;\n"
|
14 |
"X-Poedit-SourceCharset: UTF-8\n"
|
15 |
-
"X-Poedit-KeywordsList: __;esc_attr_e;esc_html_e;_e;__ngettext:1,2;_n:1,2;"
|
16 |
-
"__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
|
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
|
|
|
24 |
msgid "Add POI"
|
25 |
msgstr "Ajouter un point d’intérêt"
|
26 |
|
27 |
-
#: forms/map_editor.php:12
|
|
|
28 |
msgid "My location"
|
29 |
msgstr "Mon emplacement"
|
30 |
|
31 |
-
#: forms/map_editor.php:26
|
|
|
|
|
32 |
#: templates/map_controls.php:4
|
33 |
msgid "Center map"
|
34 |
msgstr "Centrer"
|
35 |
|
36 |
-
#: forms/map_editor.php:27
|
|
|
37 |
msgid "Click map for lat/lng: "
|
38 |
msgstr "Cliquez sur la carte pour lat/lng :"
|
39 |
|
40 |
-
#: forms/map_editor.php:50
|
|
|
41 |
#: languages/texts.php:6
|
42 |
msgid "Visual"
|
43 |
msgstr "Visuel"
|
44 |
|
45 |
-
#: forms/map_editor.php:50
|
|
|
46 |
#: languages/texts.php:7
|
47 |
msgid "HTML"
|
48 |
msgstr "HTML"
|
49 |
|
50 |
-
#: forms/map_editor.php:56
|
51 |
-
#: forms/
|
|
|
|
|
52 |
msgid "Save"
|
53 |
msgstr "Enregistrer"
|
54 |
|
55 |
-
#: forms/map_editor.php:57
|
56 |
-
#: forms/
|
|
|
|
|
57 |
msgid "Cancel"
|
58 |
msgstr "Annuler"
|
59 |
|
60 |
-
#: forms/map_editor.php:58
|
61 |
-
#:
|
|
|
|
|
|
|
62 |
msgid "Delete"
|
63 |
msgstr "Supprimer"
|
64 |
|
65 |
-
#: forms/map_editor_infobox.php:20
|
|
|
66 |
msgid "Color"
|
67 |
msgstr "Couleur"
|
68 |
|
69 |
-
#: forms/map_editor_infobox.php:22
|
|
|
70 |
#: languages/texts.php:12
|
71 |
msgid "Opacity"
|
72 |
msgstr "Opacité"
|
73 |
|
74 |
-
#: forms/map_editor_infobox.php:24
|
|
|
75 |
msgid "Line"
|
76 |
msgstr "Ligne"
|
77 |
|
78 |
-
#: forms/map_editor_infobox.php:25
|
|
|
79 |
msgid "Weight"
|
80 |
msgstr "Poids"
|
81 |
|
82 |
-
#: forms/map_media.php:4
|
|
|
83 |
msgid "Maps for This Post"
|
84 |
msgstr "Cartes pour cet article"
|
85 |
|
86 |
-
#: forms/map_media.php:5
|
|
|
87 |
msgid "New Map"
|
88 |
msgstr "Nouvelle carte"
|
89 |
|
90 |
-
#: forms/map_media.php:14
|
|
|
91 |
msgid "Map ID"
|
92 |
msgstr "ID de la carte"
|
93 |
|
94 |
-
#: forms/map_media.php:19
|
|
|
95 |
msgid "Map Title"
|
96 |
msgstr "Titre de la carte"
|
97 |
|
98 |
-
#: forms/map_media.php:24
|
|
|
99 |
msgid "Display Size"
|
100 |
msgstr "Taille d’affichage"
|
101 |
|
102 |
-
#: forms/map_media.php:36
|
|
|
103 |
msgid "Viewport"
|
104 |
msgstr "Fenêtre d’affichage"
|
105 |
|
106 |
-
#: forms/map_media.php:37
|
|
|
107 |
msgid "Save center and zoom"
|
108 |
msgstr "Enregistrer le centre et le zoom"
|
109 |
|
110 |
-
#: forms/map_media.php:43
|
|
|
|
|
111 |
msgid "Insert into post"
|
112 |
msgstr "Insérer dans l’article"
|
113 |
|
@@ -115,59 +140,58 @@ msgstr "Insérer dans l’article"
|
|
115 |
msgid "Size"
|
116 |
msgstr "Taille"
|
117 |
|
118 |
-
#: languages/texts.php:24
|
|
|
119 |
msgid "Version"
|
120 |
msgstr "Version"
|
121 |
|
122 |
-
#: languages/texts.php:25
|
|
|
123 |
msgid "Documentation"
|
124 |
msgstr "Documentation"
|
125 |
|
126 |
-
#: languages/texts.php:26
|
|
|
127 |
msgid "Support"
|
128 |
msgstr "Support"
|
129 |
|
130 |
-
#: languages/texts.php:27
|
|
|
131 |
msgid "Upgrade to MapPress Pro"
|
132 |
msgstr "Mise à niveau vers MapPress Pro"
|
133 |
|
134 |
-
#: languages/texts.php:28
|
135 |
-
|
136 |
-
"MapPress database tables are missing. Please deactivate the plugin and "
|
137 |
-
"
|
138 |
-
msgstr ""
|
139 |
-
"Les tables de la base de données MapPress sont manquantes. Veuillez "
|
140 |
-
"désactiver l’extension et l’activer à nouveau pour résoudre ce problème."
|
141 |
|
142 |
-
#: languages/texts.php:29
|
143 |
-
|
144 |
-
"WARNING: MapPress now requires WordPress 3.2 or higher. Please upgrade "
|
145 |
-
"
|
146 |
-
msgstr ""
|
147 |
-
"AVERTISSEMENT : MapPress nécessite WordPress 3.2 ou suivantes. Veuillez la "
|
148 |
-
"mettre à niveau avant d’utiliser MapPress."
|
149 |
|
150 |
-
#: languages/texts.php:30
|
151 |
-
|
152 |
-
"WARNING: MapPress is not compfatible with the WP-Geo plugin. Please "
|
153 |
-
"
|
154 |
-
msgstr ""
|
155 |
-
"AVERTISSEMENT : MapPress n’est pas compatible avec l’extension WP-Geo. "
|
156 |
-
"Veuillez la désactiver avant d’utiliser MapPress."
|
157 |
|
158 |
-
#: languages/texts.php:31
|
|
|
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
|
|
|
163 |
msgid "Please update your"
|
164 |
msgstr "Veuillez mettre à jour votre"
|
165 |
|
166 |
-
#: languages/texts.php:33
|
|
|
167 |
msgid "MapPress Settings"
|
168 |
msgstr "Réglages MapPress"
|
169 |
|
170 |
-
#: languages/texts.php:34
|
|
|
171 |
#: templates/map_directions.php:6
|
172 |
msgid "Bicycling"
|
173 |
msgstr "A vélo"
|
@@ -176,84 +200,102 @@ msgstr "A vélo"
|
|
176 |
msgid "Bike"
|
177 |
msgstr "Cycles"
|
178 |
|
179 |
-
#: languages/texts.php:36
|
|
|
180 |
msgid "One of the addresses could not be found."
|
181 |
msgstr "Une des adresses n’a pu être trouvée."
|
182 |
|
183 |
-
#: languages/texts.php:37
|
184 |
-
|
185 |
-
"Google cannot return directions between those addresses. There is no route "
|
186 |
-
"
|
187 |
-
msgstr ""
|
188 |
-
"Google ne peut afficher l’itinéraire. Il n’y a pas de route ou les "
|
189 |
-
"informations sont indisponibles."
|
190 |
|
191 |
-
#: languages/texts.php:38
|
|
|
192 |
msgid "Unknown error, unable to return directions. Status code = "
|
193 |
msgstr "Erreur inconnue, impossible de définir l’itinéraire. Code d’état ="
|
194 |
|
195 |
-
#: languages/texts.php:39
|
196 |
-
#:
|
|
|
|
|
|
|
197 |
msgid "Directions"
|
198 |
msgstr "Itinéraires"
|
199 |
|
200 |
-
#: languages/texts.php:40
|
|
|
201 |
msgid "Error reading KML file"
|
202 |
msgstr "Erreur de lecture fichier KML"
|
203 |
|
204 |
-
#: languages/texts.php:41
|
|
|
205 |
msgid "Loading..."
|
206 |
msgstr "Chargement..."
|
207 |
|
208 |
-
#: languages/texts.php:42
|
|
|
209 |
msgid "No matching address"
|
210 |
msgstr "Aucune adresse trouvée"
|
211 |
|
212 |
-
#: languages/texts.php:43
|
|
|
213 |
msgid "Unable to get your location"
|
214 |
msgstr "Impossible de trouver votre emplacement"
|
215 |
|
216 |
-
#: languages/texts.php:44
|
|
|
217 |
msgid "Traffic"
|
218 |
msgstr "Circulation"
|
219 |
|
220 |
-
#: languages/texts.php:45
|
|
|
221 |
msgid "Transit"
|
222 |
msgstr "Transports"
|
223 |
|
224 |
-
#: languages/texts.php:46
|
|
|
225 |
msgid "Zoom"
|
226 |
msgstr "Zoom"
|
227 |
|
228 |
-
#: languages/texts.php:47
|
|
|
|
|
229 |
msgid "Add"
|
230 |
msgstr "Ajouter"
|
231 |
|
232 |
-
#: languages/texts.php:48
|
|
|
233 |
msgid "Click & drag to move"
|
234 |
msgstr "Cliquez & glissez pour déplacer"
|
235 |
|
236 |
-
#: languages/texts.php:49
|
|
|
237 |
msgid "Click to change"
|
238 |
msgstr "Cliquez pour changer"
|
239 |
|
240 |
-
#: languages/texts.php:50
|
|
|
241 |
msgid "Delete this POI?"
|
242 |
msgstr "Effacer ce point d’intérêt"
|
243 |
|
244 |
-
#: languages/texts.php:51
|
|
|
245 |
msgid "Delete this map?"
|
246 |
msgstr "Supprimer cette carte ?"
|
247 |
|
248 |
-
#: languages/texts.php:52
|
|
|
249 |
msgid "Please save the map first"
|
250 |
msgstr "Veuillez d’abord enregistrer la carte"
|
251 |
|
252 |
-
#: languages/texts.php:53
|
|
|
253 |
msgid "Shape"
|
254 |
msgstr "Forme"
|
255 |
|
256 |
-
#: languages/texts.php:54
|
|
|
257 |
msgid "Untitled"
|
258 |
msgstr "Sans titre"
|
259 |
|
@@ -261,27 +303,33 @@ msgstr "Sans titre"
|
|
261 |
msgid "New"
|
262 |
msgstr "Nouveau"
|
263 |
|
264 |
-
#: languages/texts.php:56
|
|
|
265 |
msgid "Map not found"
|
266 |
msgstr "Carte non trouvée"
|
267 |
|
268 |
-
#: languages/texts.php:57
|
|
|
269 |
msgid "Edit"
|
270 |
msgstr "Modifier"
|
271 |
|
272 |
-
#: languages/texts.php:58
|
|
|
273 |
msgid "Show map"
|
274 |
msgstr "Afficher la carte"
|
275 |
|
276 |
-
#: languages/texts.php:59
|
|
|
277 |
msgid "Reset map"
|
278 |
msgstr "Réinitialiser"
|
279 |
|
280 |
-
#: languages/texts.php:60
|
|
|
281 |
msgid "Bigger map"
|
282 |
msgstr "Agrandir"
|
283 |
|
284 |
-
#: languages/texts.php:61
|
|
|
285 |
msgid "Smaller map"
|
286 |
msgstr "Rétrécir"
|
287 |
|
@@ -293,11 +341,13 @@ msgstr "Itinéraires vers"
|
|
293 |
msgid "Directions from"
|
294 |
msgstr "Itinéraires de"
|
295 |
|
296 |
-
#: languages/texts.php:64
|
|
|
297 |
msgid "Basic Settings"
|
298 |
msgstr "Réglages de base"
|
299 |
|
300 |
-
#: languages/texts.php:65
|
|
|
301 |
msgid "Post types"
|
302 |
msgstr "Types de contenu"
|
303 |
|
@@ -337,7 +387,8 @@ msgstr "Type de carte"
|
|
337 |
msgid "Map controls"
|
338 |
msgstr "Contrôles de carte"
|
339 |
|
340 |
-
#: languages/texts.php:75
|
|
|
341 |
msgid "Map Settings"
|
342 |
msgstr "Réglages de la carte"
|
343 |
|
@@ -345,15 +396,19 @@ msgstr "Réglages de la carte"
|
|
345 |
msgid "Map links"
|
346 |
msgstr "Liens sur la carte"
|
347 |
|
348 |
-
#: languages/texts.php:77
|
|
|
349 |
msgid "Map alignment"
|
350 |
msgstr "Alignement de la carte"
|
351 |
|
352 |
-
#: languages/texts.php:78
|
|
|
|
|
353 |
msgid "Open first POI"
|
354 |
msgstr "Ouvrir le premier point d’intérêt"
|
355 |
|
356 |
-
#: languages/texts.php:79
|
|
|
357 |
msgid "POI Settings"
|
358 |
msgstr "Réglages du point d’intérêt"
|
359 |
|
@@ -365,39 +420,49 @@ msgstr "Liens du point d’intérêt"
|
|
365 |
msgid "Tooltips"
|
366 |
msgstr "Infobulles"
|
367 |
|
368 |
-
#: languages/texts.php:82
|
|
|
369 |
msgid "Default zoom"
|
370 |
msgstr "Zoom par défaut"
|
371 |
|
372 |
-
#: languages/texts.php:83
|
|
|
373 |
msgid "Mashups"
|
374 |
msgstr "Agrégations"
|
375 |
|
376 |
-
#: languages/texts.php:84
|
|
|
377 |
msgid "Icons"
|
378 |
msgstr "Icônes"
|
379 |
|
380 |
-
#: languages/texts.php:85
|
|
|
381 |
msgid "Styled Maps"
|
382 |
msgstr "Styles de cartes"
|
383 |
|
384 |
-
#: languages/texts.php:86
|
|
|
385 |
msgid "Geocoding"
|
386 |
msgstr "Géolocalisation"
|
387 |
|
388 |
-
#: languages/texts.php:87
|
|
|
389 |
msgid "Localization"
|
390 |
msgstr "Localisation"
|
391 |
|
392 |
-
#: languages/texts.php:88
|
|
|
|
|
393 |
msgid "Language"
|
394 |
msgstr "Langue"
|
395 |
|
396 |
-
#: languages/texts.php:89
|
|
|
397 |
msgid "Country"
|
398 |
msgstr "Pays"
|
399 |
|
400 |
-
#: languages/texts.php:90
|
|
|
401 |
msgid "Directions server"
|
402 |
msgstr "Serveur d’itinéraires"
|
403 |
|
@@ -405,15 +470,18 @@ msgstr "Serveur d’itinéraires"
|
|
405 |
msgid "Directions units"
|
406 |
msgstr "Unités d’itinéraires"
|
407 |
|
408 |
-
#: languages/texts.php:92
|
|
|
409 |
msgid "Miscellaneous"
|
410 |
msgstr "Divers"
|
411 |
|
412 |
-
#: languages/texts.php:93
|
|
|
413 |
msgid "Map sizes"
|
414 |
msgstr "Tailles de carte"
|
415 |
|
416 |
-
#: languages/texts.php:94
|
|
|
417 |
msgid "Scripts"
|
418 |
msgstr "Scripts"
|
419 |
|
@@ -427,23 +495,25 @@ 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
|
|
|
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
|
|
|
439 |
msgid "more info"
|
440 |
msgstr "plus d’informations"
|
441 |
|
442 |
-
#: languages/texts.php:100
|
|
|
443 |
msgid "Required to display maps"
|
444 |
msgstr "Nécessaire pour afficher les cartes"
|
445 |
|
446 |
-
#: languages/texts.php:101
|
|
|
447 |
msgid "Output scripts in footer"
|
448 |
msgstr "Déplacer les scripts en pied de page"
|
449 |
|
@@ -454,9 +524,7 @@ msgstr "Code pays"
|
|
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 d’adresse. "
|
459 |
-
"(Laisser vide pour les USA)"
|
460 |
|
461 |
#: languages/texts.php:104
|
462 |
msgid "Enter a google server URL for directions/printing"
|
@@ -493,10 +561,10 @@ msgstr "Langue"
|
|
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
|
|
|
500 |
msgid "Default"
|
501 |
msgstr "Défaut"
|
502 |
|
@@ -584,22 +652,25 @@ msgstr "Reliefs"
|
|
584 |
msgid "Hybrid"
|
585 |
msgstr "Hybride"
|
586 |
|
587 |
-
#: languages/texts.php:135
|
|
|
588 |
msgid "Google"
|
589 |
msgstr "Google"
|
590 |
|
591 |
-
#: languages/texts.php:136
|
|
|
592 |
msgid "Inline"
|
593 |
msgstr "En ligne"
|
594 |
|
595 |
-
#: languages/texts.php:137
|
|
|
|
|
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 à l’affichage d’une carte"
|
603 |
|
604 |
#: languages/texts.php:139
|
605 |
msgid "Show control"
|
@@ -611,35 +682,39 @@ 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
|
|
|
623 |
msgid "Center"
|
624 |
msgstr "Centre"
|
625 |
|
626 |
-
#: languages/texts.php:144
|
|
|
627 |
msgid "Left"
|
628 |
msgstr "Gauche"
|
629 |
|
630 |
-
#: languages/texts.php:145
|
|
|
631 |
msgid "Right"
|
632 |
msgstr "Droite"
|
633 |
|
634 |
-
#: languages/texts.php:146
|
|
|
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
|
|
|
639 |
msgid "Top of post"
|
640 |
msgstr "En haut de l’article"
|
641 |
|
642 |
-
#: languages/texts.php:148
|
|
|
643 |
msgid "Bottom of post"
|
644 |
msgstr "En bas de l’article"
|
645 |
|
@@ -652,7 +727,8 @@ msgstr "Pas d’affichage automatique"
|
|
652 |
msgid "Load %s"
|
653 |
msgstr "Charger %s"
|
654 |
|
655 |
-
#: languages/texts.php:151
|
|
|
656 |
msgid "Default size"
|
657 |
msgstr "Taille par défaut"
|
658 |
|
@@ -677,31 +753,38 @@ msgstr "Noter 5 étoiles"
|
|
677 |
msgid "%s on WordPress.org"
|
678 |
msgstr "%s sur WordPress.org"
|
679 |
|
680 |
-
#: languages/texts.php:157
|
|
|
681 |
msgid "Thanks for your support!"
|
682 |
msgstr "Merci de votre soutien !"
|
683 |
|
684 |
-
#: languages/texts.php:158
|
|
|
685 |
msgid "Easy Google Maps"
|
686 |
msgstr "Easy Google Maps"
|
687 |
|
688 |
-
#: languages/texts.php:159
|
|
|
689 |
msgid "Like this plugin?"
|
690 |
msgstr "Vous aimez cette extension ?"
|
691 |
|
692 |
-
#: languages/texts.php:160
|
|
|
693 |
msgid "Sample Map"
|
694 |
msgstr "Carte exemple"
|
695 |
|
696 |
-
#: languages/texts.php:161
|
|
|
697 |
msgid "Save Changes"
|
698 |
msgstr "Enregistrer les modifications"
|
699 |
|
700 |
-
#: languages/texts.php:162
|
|
|
701 |
msgid "Reset Defaults"
|
702 |
msgstr "Réinitialiser"
|
703 |
|
704 |
-
#: languages/texts.php:163
|
|
|
705 |
msgid "Settings"
|
706 |
msgstr "Réglages"
|
707 |
|
@@ -881,9 +964,7 @@ 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: "
|
@@ -1035,96 +1116,116 @@ msgstr "Autres réglages"
|
|
1035 |
msgid "Example: traffic=\"false\" maplinks=\"\""
|
1036 |
msgstr "Exemple : traffic=\"false\" maplinks=\"\""
|
1037 |
|
1038 |
-
#: languages/texts.php:244
|
|
|
1039 |
msgid "By car"
|
1040 |
msgstr "En voiture"
|
1041 |
|
1042 |
-
#: languages/texts.php:245
|
|
|
1043 |
msgid "Public Transit"
|
1044 |
msgstr "Transports Publics"
|
1045 |
|
1046 |
-
#: languages/texts.php:246
|
|
|
1047 |
msgid "Walking"
|
1048 |
msgstr "A pied"
|
1049 |
|
1050 |
-
#: languages/texts.php:247
|
|
|
1051 |
msgid "Swap start and end"
|
1052 |
msgstr "Inverser Début et Fin"
|
1053 |
|
1054 |
-
#: languages/texts.php:248
|
|
|
1055 |
msgid "Get Directions"
|
1056 |
msgstr "Itinéraires"
|
1057 |
|
1058 |
-
#: languages/texts.php:249
|
|
|
1059 |
msgid "Print"
|
1060 |
msgstr "Imprimer"
|
1061 |
|
1062 |
-
#: languages/texts.php:250
|
|
|
1063 |
msgid "Close"
|
1064 |
msgstr "Fermer"
|
1065 |
|
1066 |
-
#: languages/texts.php:251
|
|
|
1067 |
msgid "MapPress Easy Google Maps"
|
1068 |
msgstr "MapPress Easy Google Maps"
|
1069 |
|
1070 |
-
#: languages/texts.php:252
|
|
|
|
|
1071 |
msgid "http://www.wphostreviews.com/mappress"
|
1072 |
msgstr "http://www.wphostreviews.com/mappress"
|
1073 |
|
1074 |
-
#: languages/texts.php:253
|
1075 |
-
|
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
|
|
|
1082 |
msgid "Chris Richardson"
|
1083 |
msgstr "Chris Richardson"
|
1084 |
|
1085 |
-
#: languages/texts.php:255
|
|
|
1086 |
msgid "License"
|
1087 |
msgstr "Licence"
|
1088 |
|
1089 |
-
#: languages/texts.php:256
|
|
|
1090 |
msgid "Google API key"
|
1091 |
msgstr "Clé API Google"
|
1092 |
|
1093 |
-
#: languages/texts.php:257
|
|
|
1094 |
msgid "Automatic display"
|
1095 |
msgstr "Affichage automatique"
|
1096 |
|
1097 |
-
#: languages/texts.php:258
|
|
|
1098 |
msgid "Google Server API key"
|
1099 |
msgstr "Clé API du serveur Google"
|
1100 |
|
1101 |
-
#: languages/texts.php:259
|
|
|
1102 |
msgid "Country code"
|
1103 |
msgstr "Code pays"
|
1104 |
|
1105 |
-
#: languages/texts.php:260
|
|
|
1106 |
#, php-format
|
1107 |
msgid "%s for searching"
|
1108 |
msgstr "%s pour la recherche"
|
1109 |
|
1110 |
-
#: languages/texts.php:261
|
|
|
1111 |
#, php-format
|
1112 |
msgid "%s for map controls"
|
1113 |
msgstr "%s pour les contrôles de carte"
|
1114 |
|
1115 |
-
#: languages/texts.php:262
|
|
|
1116 |
msgid "Width (px or %)"
|
1117 |
msgstr "Largeur (px ou %)"
|
1118 |
|
1119 |
-
#: languages/texts.php:263
|
|
|
1120 |
msgid "Height (px)"
|
1121 |
msgstr "Hauteur (px)"
|
1122 |
|
1123 |
-
#: languages/texts.php:264
|
|
|
1124 |
msgid "rate it 5 Stars"
|
1125 |
msgstr "évaluez-la 5 étoiles"
|
1126 |
|
1127 |
-
#: languages/texts.php:265
|
|
|
1128 |
#, php-format
|
1129 |
msgid "Please %s on WordPress.org."
|
1130 |
msgstr "S’il vous plaît %s sur WordPress.org."
|
@@ -1234,6 +1335,7 @@ msgstr "ou "
|
|
1234 |
msgid "Example: initialopeninfo=\"true\""
|
1235 |
msgstr "Exemple: initialopeninfo=\"true\""
|
1236 |
|
1237 |
-
#: languages/texts.php:292
|
|
|
1238 |
msgid "Menu"
|
1239 |
msgstr "Menu"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: MapPress Easy Google Maps v2.45.4\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
|
|
|
|
5 |
"Last-Translator: BONALDI <bonaldi.fr>\n"
|
6 |
"Language-Team: Bonaldi <bonaldi.fr>\n"
|
|
|
7 |
"MIME-Version: 1.0\n"
|
8 |
"Content-Type: text/plain; charset=UTF-8\n"
|
9 |
"Content-Transfer-Encoding: 8bit\n"
|
10 |
+
"POT-Creation-Date: 2017-09-03 16:44+0200\n"
|
11 |
+
"PO-Revision-Date: 2017-09-03 16:44+0200\n"
|
12 |
+
"Language: fr_FR\n"
|
13 |
"Plural-Forms: nplurals=2; plural=n>1;\n"
|
14 |
"X-Poedit-SourceCharset: UTF-8\n"
|
15 |
+
"X-Poedit-KeywordsList: __;esc_attr_e;esc_html_e;_e;__ngettext:1,2;_n:1,2;__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;_nx_noop:4c,1,2\n"
|
|
|
|
|
16 |
"X-Poedit-Basepath: ..\n"
|
17 |
"X-Textdomain-Support: yes\n"
|
18 |
"X-Generator: Poedit 1.8.7.1\n"
|
19 |
"X-Poedit-SearchPath-0: .\n"
|
20 |
|
21 |
+
#: forms/map_editor.php:5
|
22 |
+
#: languages/texts.php:2
|
23 |
msgid "Add POI"
|
24 |
msgstr "Ajouter un point d’intérêt"
|
25 |
|
26 |
+
#: forms/map_editor.php:12
|
27 |
+
#: languages/texts.php:3
|
28 |
msgid "My location"
|
29 |
msgstr "Mon emplacement"
|
30 |
|
31 |
+
#: forms/map_editor.php:26
|
32 |
+
#: languages/texts.php:4
|
33 |
+
#: mappress_map.php:504
|
34 |
#: templates/map_controls.php:4
|
35 |
msgid "Center map"
|
36 |
msgstr "Centrer"
|
37 |
|
38 |
+
#: forms/map_editor.php:27
|
39 |
+
#: languages/texts.php:5
|
40 |
msgid "Click map for lat/lng: "
|
41 |
msgstr "Cliquez sur la carte pour lat/lng :"
|
42 |
|
43 |
+
#: forms/map_editor.php:50
|
44 |
+
#: forms/map_editor_infobox.php:33
|
45 |
#: languages/texts.php:6
|
46 |
msgid "Visual"
|
47 |
msgstr "Visuel"
|
48 |
|
49 |
+
#: forms/map_editor.php:50
|
50 |
+
#: forms/map_editor_infobox.php:33
|
51 |
#: languages/texts.php:7
|
52 |
msgid "HTML"
|
53 |
msgstr "HTML"
|
54 |
|
55 |
+
#: forms/map_editor.php:56
|
56 |
+
#: forms/map_editor_infobox.php:38
|
57 |
+
#: forms/map_media.php:41
|
58 |
+
#: languages/texts.php:8
|
59 |
msgid "Save"
|
60 |
msgstr "Enregistrer"
|
61 |
|
62 |
+
#: forms/map_editor.php:57
|
63 |
+
#: forms/map_editor_infobox.php:39
|
64 |
+
#: forms/map_media.php:42
|
65 |
+
#: languages/texts.php:9
|
66 |
msgid "Cancel"
|
67 |
msgstr "Annuler"
|
68 |
|
69 |
+
#: forms/map_editor.php:58
|
70 |
+
#: languages/texts.php:10
|
71 |
+
#: mappress.php:586
|
72 |
+
#: mappress_controls.php:88
|
73 |
+
#: mappress_map.php:470
|
74 |
msgid "Delete"
|
75 |
msgstr "Supprimer"
|
76 |
|
77 |
+
#: forms/map_editor_infobox.php:20
|
78 |
+
#: languages/texts.php:11
|
79 |
msgid "Color"
|
80 |
msgstr "Couleur"
|
81 |
|
82 |
+
#: forms/map_editor_infobox.php:22
|
83 |
+
#: forms/map_editor_infobox.php:23
|
84 |
#: languages/texts.php:12
|
85 |
msgid "Opacity"
|
86 |
msgstr "Opacité"
|
87 |
|
88 |
+
#: forms/map_editor_infobox.php:24
|
89 |
+
#: languages/texts.php:13
|
90 |
msgid "Line"
|
91 |
msgstr "Ligne"
|
92 |
|
93 |
+
#: forms/map_editor_infobox.php:25
|
94 |
+
#: languages/texts.php:14
|
95 |
msgid "Weight"
|
96 |
msgstr "Poids"
|
97 |
|
98 |
+
#: forms/map_media.php:4
|
99 |
+
#: languages/texts.php:15
|
100 |
msgid "Maps for This Post"
|
101 |
msgstr "Cartes pour cet article"
|
102 |
|
103 |
+
#: forms/map_media.php:5
|
104 |
+
#: languages/texts.php:16
|
105 |
msgid "New Map"
|
106 |
msgstr "Nouvelle carte"
|
107 |
|
108 |
+
#: forms/map_media.php:14
|
109 |
+
#: languages/texts.php:17
|
110 |
msgid "Map ID"
|
111 |
msgstr "ID de la carte"
|
112 |
|
113 |
+
#: forms/map_media.php:19
|
114 |
+
#: languages/texts.php:18
|
115 |
msgid "Map Title"
|
116 |
msgstr "Titre de la carte"
|
117 |
|
118 |
+
#: forms/map_media.php:24
|
119 |
+
#: languages/texts.php:19
|
120 |
msgid "Display Size"
|
121 |
msgstr "Taille d’affichage"
|
122 |
|
123 |
+
#: forms/map_media.php:36
|
124 |
+
#: languages/texts.php:20
|
125 |
msgid "Viewport"
|
126 |
msgstr "Fenêtre d’affichage"
|
127 |
|
128 |
+
#: forms/map_media.php:37
|
129 |
+
#: languages/texts.php:21
|
130 |
msgid "Save center and zoom"
|
131 |
msgstr "Enregistrer le centre et le zoom"
|
132 |
|
133 |
+
#: forms/map_media.php:43
|
134 |
+
#: languages/texts.php:22
|
135 |
+
#: mappress_map.php:469
|
136 |
msgid "Insert into post"
|
137 |
msgstr "Insérer dans l’article"
|
138 |
|
140 |
msgid "Size"
|
141 |
msgstr "Taille"
|
142 |
|
143 |
+
#: languages/texts.php:24
|
144 |
+
#: mappress.php:130
|
145 |
msgid "Version"
|
146 |
msgstr "Version"
|
147 |
|
148 |
+
#: languages/texts.php:25
|
149 |
+
#: mappress.php:138
|
150 |
msgid "Documentation"
|
151 |
msgstr "Documentation"
|
152 |
|
153 |
+
#: languages/texts.php:26
|
154 |
+
#: mappress.php:139
|
155 |
msgid "Support"
|
156 |
msgstr "Support"
|
157 |
|
158 |
+
#: languages/texts.php:27
|
159 |
+
#: mappress.php:141
|
160 |
msgid "Upgrade to MapPress Pro"
|
161 |
msgstr "Mise à niveau vers MapPress Pro"
|
162 |
|
163 |
+
#: languages/texts.php:28
|
164 |
+
#: mappress.php:415
|
165 |
+
msgid "MapPress database tables are missing. Please deactivate the plugin and activate it again to fix this."
|
166 |
+
msgstr "Les tables de la base de données MapPress sont manquantes. Veuillez désactiver l’extension et l’activer à nouveau pour résoudre ce problème."
|
|
|
|
|
|
|
167 |
|
168 |
+
#: languages/texts.php:29
|
169 |
+
#: mappress.php:420
|
170 |
+
msgid "WARNING: MapPress now requires WordPress 3.2 or higher. Please upgrade before using MapPress."
|
171 |
+
msgstr "AVERTISSEMENT : MapPress nécessite WordPress 3.2 ou suivantes. Veuillez la mettre à niveau avant d’utiliser MapPress."
|
|
|
|
|
|
|
172 |
|
173 |
+
#: languages/texts.php:30
|
174 |
+
#: mappress.php:425
|
175 |
+
msgid "WARNING: MapPress is not compfatible with the WP-Geo plugin. Please deactivate or uninstall WP-Geo before using MapPress."
|
176 |
+
msgstr "AVERTISSEMENT : MapPress n’est pas compatible avec l’extension WP-Geo. Veuillez la désactiver avant d’utiliser MapPress."
|
|
|
|
|
|
|
177 |
|
178 |
+
#: languages/texts.php:31
|
179 |
+
#: mappress.php:432
|
180 |
msgid "A Google Maps API key is required"
|
181 |
msgstr "Une clé API Google Maps est nécessaire"
|
182 |
|
183 |
+
#: languages/texts.php:32
|
184 |
+
#: mappress.php:432
|
185 |
msgid "Please update your"
|
186 |
msgstr "Veuillez mettre à jour votre"
|
187 |
|
188 |
+
#: languages/texts.php:33
|
189 |
+
#: mappress.php:432
|
190 |
msgid "MapPress Settings"
|
191 |
msgstr "Réglages MapPress"
|
192 |
|
193 |
+
#: languages/texts.php:34
|
194 |
+
#: templates/map_controls.php:8
|
195 |
#: templates/map_directions.php:6
|
196 |
msgid "Bicycling"
|
197 |
msgstr "A vélo"
|
200 |
msgid "Bike"
|
201 |
msgstr "Cycles"
|
202 |
|
203 |
+
#: languages/texts.php:36
|
204 |
+
#: mappress.php:570
|
205 |
msgid "One of the addresses could not be found."
|
206 |
msgstr "Une des adresses n’a pu être trouvée."
|
207 |
|
208 |
+
#: languages/texts.php:37
|
209 |
+
#: mappress.php:571
|
210 |
+
msgid "Google cannot return directions between those addresses. There is no route between them or the routing information is not available."
|
211 |
+
msgstr "Google ne peut afficher l’itinéraire. Il n’y a pas de route ou les informations sont indisponibles."
|
|
|
|
|
|
|
212 |
|
213 |
+
#: languages/texts.php:38
|
214 |
+
#: mappress.php:572
|
215 |
msgid "Unknown error, unable to return directions. Status code = "
|
216 |
msgstr "Erreur inconnue, impossible de définir l’itinéraire. Code d’état ="
|
217 |
|
218 |
+
#: languages/texts.php:39
|
219 |
+
#: mappress.php:573
|
220 |
+
#: mappress_poi.php:180
|
221 |
+
#: mappress_poi.php:201
|
222 |
+
#: mappress_settings.php:104
|
223 |
msgid "Directions"
|
224 |
msgstr "Itinéraires"
|
225 |
|
226 |
+
#: languages/texts.php:40
|
227 |
+
#: mappress.php:574
|
228 |
msgid "Error reading KML file"
|
229 |
msgstr "Erreur de lecture fichier KML"
|
230 |
|
231 |
+
#: languages/texts.php:41
|
232 |
+
#: mappress.php:575
|
233 |
msgid "Loading..."
|
234 |
msgstr "Chargement..."
|
235 |
|
236 |
+
#: languages/texts.php:42
|
237 |
+
#: mappress.php:576
|
238 |
msgid "No matching address"
|
239 |
msgstr "Aucune adresse trouvée"
|
240 |
|
241 |
+
#: languages/texts.php:43
|
242 |
+
#: mappress.php:577
|
243 |
msgid "Unable to get your location"
|
244 |
msgstr "Impossible de trouver votre emplacement"
|
245 |
|
246 |
+
#: languages/texts.php:44
|
247 |
+
#: templates/map_controls.php:7
|
248 |
msgid "Traffic"
|
249 |
msgstr "Circulation"
|
250 |
|
251 |
+
#: languages/texts.php:45
|
252 |
+
#: templates/map_controls.php:9
|
253 |
msgid "Transit"
|
254 |
msgstr "Transports"
|
255 |
|
256 |
+
#: languages/texts.php:46
|
257 |
+
#: mappress.php:578
|
258 |
msgid "Zoom"
|
259 |
msgstr "Zoom"
|
260 |
|
261 |
+
#: languages/texts.php:47
|
262 |
+
#: mappress.php:583
|
263 |
+
#: mappress_controls.php:81
|
264 |
msgid "Add"
|
265 |
msgstr "Ajouter"
|
266 |
|
267 |
+
#: languages/texts.php:48
|
268 |
+
#: mappress.php:584
|
269 |
msgid "Click & drag to move"
|
270 |
msgstr "Cliquez & glissez pour déplacer"
|
271 |
|
272 |
+
#: languages/texts.php:49
|
273 |
+
#: mappress.php:585
|
274 |
msgid "Click to change"
|
275 |
msgstr "Cliquez pour changer"
|
276 |
|
277 |
+
#: languages/texts.php:50
|
278 |
+
#: mappress.php:587
|
279 |
msgid "Delete this POI?"
|
280 |
msgstr "Effacer ce point d’intérêt"
|
281 |
|
282 |
+
#: languages/texts.php:51
|
283 |
+
#: mappress.php:588
|
284 |
msgid "Delete this map?"
|
285 |
msgstr "Supprimer cette carte ?"
|
286 |
|
287 |
+
#: languages/texts.php:52
|
288 |
+
#: mappress.php:589
|
289 |
msgid "Please save the map first"
|
290 |
msgstr "Veuillez d’abord enregistrer la carte"
|
291 |
|
292 |
+
#: languages/texts.php:53
|
293 |
+
#: mappress.php:590
|
294 |
msgid "Shape"
|
295 |
msgstr "Forme"
|
296 |
|
297 |
+
#: languages/texts.php:54
|
298 |
+
#: mappress.php:591
|
299 |
msgid "Untitled"
|
300 |
msgstr "Sans titre"
|
301 |
|
303 |
msgid "New"
|
304 |
msgstr "Nouveau"
|
305 |
|
306 |
+
#: languages/texts.php:56
|
307 |
+
#: mappress_map.php:114
|
308 |
msgid "Map not found"
|
309 |
msgstr "Carte non trouvée"
|
310 |
|
311 |
+
#: languages/texts.php:57
|
312 |
+
#: mappress_map.php:468
|
313 |
msgid "Edit"
|
314 |
msgstr "Modifier"
|
315 |
|
316 |
+
#: languages/texts.php:58
|
317 |
+
#: mappress_map.php:494
|
318 |
msgid "Show map"
|
319 |
msgstr "Afficher la carte"
|
320 |
|
321 |
+
#: languages/texts.php:59
|
322 |
+
#: mappress_map.php:510
|
323 |
msgid "Reset map"
|
324 |
msgstr "Réinitialiser"
|
325 |
|
326 |
+
#: languages/texts.php:60
|
327 |
+
#: mappress_map.php:516
|
328 |
msgid "Bigger map"
|
329 |
msgstr "Agrandir"
|
330 |
|
331 |
+
#: languages/texts.php:61
|
332 |
+
#: mappress_map.php:517
|
333 |
msgid "Smaller map"
|
334 |
msgstr "Rétrécir"
|
335 |
|
341 |
msgid "Directions from"
|
342 |
msgstr "Itinéraires de"
|
343 |
|
344 |
+
#: languages/texts.php:64
|
345 |
+
#: mappress_settings.php:97
|
346 |
msgid "Basic Settings"
|
347 |
msgstr "Réglages de base"
|
348 |
|
349 |
+
#: languages/texts.php:65
|
350 |
+
#: mappress_settings.php:99
|
351 |
msgid "Post types"
|
352 |
msgstr "Types de contenu"
|
353 |
|
387 |
msgid "Map controls"
|
388 |
msgstr "Contrôles de carte"
|
389 |
|
390 |
+
#: languages/texts.php:75
|
391 |
+
#: mappress_settings.php:102
|
392 |
msgid "Map Settings"
|
393 |
msgstr "Réglages de la carte"
|
394 |
|
396 |
msgid "Map links"
|
397 |
msgstr "Liens sur la carte"
|
398 |
|
399 |
+
#: languages/texts.php:77
|
400 |
+
#: mappress_settings.php:103
|
401 |
msgid "Map alignment"
|
402 |
msgstr "Alignement de la carte"
|
403 |
|
404 |
+
#: languages/texts.php:78
|
405 |
+
#: mappress_settings.php:108
|
406 |
+
#: mappress_settings.php:234
|
407 |
msgid "Open first POI"
|
408 |
msgstr "Ouvrir le premier point d’intérêt"
|
409 |
|
410 |
+
#: languages/texts.php:79
|
411 |
+
#: mappress_settings.php:106
|
412 |
msgid "POI Settings"
|
413 |
msgstr "Réglages du point d’intérêt"
|
414 |
|
420 |
msgid "Tooltips"
|
421 |
msgstr "Infobulles"
|
422 |
|
423 |
+
#: languages/texts.php:82
|
424 |
+
#: mappress_settings.php:107
|
425 |
msgid "Default zoom"
|
426 |
msgstr "Zoom par défaut"
|
427 |
|
428 |
+
#: languages/texts.php:83
|
429 |
+
#: mappress_settings.php:111
|
430 |
msgid "Mashups"
|
431 |
msgstr "Agrégations"
|
432 |
|
433 |
+
#: languages/texts.php:84
|
434 |
+
#: mappress_settings.php:112
|
435 |
msgid "Icons"
|
436 |
msgstr "Icônes"
|
437 |
|
438 |
+
#: languages/texts.php:85
|
439 |
+
#: mappress_settings.php:113
|
440 |
msgid "Styled Maps"
|
441 |
msgstr "Styles de cartes"
|
442 |
|
443 |
+
#: languages/texts.php:86
|
444 |
+
#: mappress_settings.php:114
|
445 |
msgid "Geocoding"
|
446 |
msgstr "Géolocalisation"
|
447 |
|
448 |
+
#: languages/texts.php:87
|
449 |
+
#: mappress_settings.php:118
|
450 |
msgid "Localization"
|
451 |
msgstr "Localisation"
|
452 |
|
453 |
+
#: languages/texts.php:88
|
454 |
+
#: mappress_settings.php:119
|
455 |
+
#: mappress_settings.php:238
|
456 |
msgid "Language"
|
457 |
msgstr "Langue"
|
458 |
|
459 |
+
#: languages/texts.php:89
|
460 |
+
#: mappress_settings.php:120
|
461 |
msgid "Country"
|
462 |
msgstr "Pays"
|
463 |
|
464 |
+
#: languages/texts.php:90
|
465 |
+
#: mappress_settings.php:121
|
466 |
msgid "Directions server"
|
467 |
msgstr "Serveur d’itinéraires"
|
468 |
|
470 |
msgid "Directions units"
|
471 |
msgstr "Unités d’itinéraires"
|
472 |
|
473 |
+
#: languages/texts.php:92
|
474 |
+
#: mappress_settings.php:123
|
475 |
msgid "Miscellaneous"
|
476 |
msgstr "Divers"
|
477 |
|
478 |
+
#: languages/texts.php:93
|
479 |
+
#: mappress_settings.php:124
|
480 |
msgid "Map sizes"
|
481 |
msgstr "Tailles de carte"
|
482 |
|
483 |
+
#: languages/texts.php:94
|
484 |
+
#: mappress_settings.php:125
|
485 |
msgid "Scripts"
|
486 |
msgstr "Scripts"
|
487 |
|
495 |
|
496 |
#: languages/texts.php:97
|
497 |
msgid "Use the settings below to automatically create maps from custom fields."
|
498 |
+
msgstr "Utilisez les paramètres ci-dessous pour créer automatiquement des cartes de champs personnalisés."
|
|
|
|
|
499 |
|
500 |
+
#: languages/texts.php:98
|
501 |
+
#: mappress_settings.php:180
|
502 |
msgid "Recenter maps when window is resized"
|
503 |
msgstr "Recentrer la carte lorsque la fenêtre est redimensionnée"
|
504 |
|
505 |
+
#: languages/texts.php:99
|
506 |
+
#: mappress_settings.php:196
|
507 |
msgid "more info"
|
508 |
msgstr "plus d’informations"
|
509 |
|
510 |
+
#: languages/texts.php:100
|
511 |
+
#: mappress_settings.php:197
|
512 |
msgid "Required to display maps"
|
513 |
msgstr "Nécessaire pour afficher les cartes"
|
514 |
|
515 |
+
#: languages/texts.php:101
|
516 |
+
#: mappress_settings.php:230
|
517 |
msgid "Output scripts in footer"
|
518 |
msgstr "Déplacer les scripts en pied de page"
|
519 |
|
524 |
#: languages/texts.php:103
|
525 |
#, php-format
|
526 |
msgid "Enter a %s to use when searching (leave blank for USA)"
|
527 |
+
msgstr "Saisissez un %s à utiliser par défaut pour les recherches d’adresse. (Laisser vide pour les USA)"
|
|
|
|
|
528 |
|
529 |
#: languages/texts.php:104
|
530 |
msgid "Enter a google server URL for directions/printing"
|
561 |
#: languages/texts.php:112
|
562 |
#, php-format
|
563 |
msgid "Use a specific %s for map controls and geocoding"
|
564 |
+
msgstr "Utilisez une %s spécifique pour les contrôles de carte et la géolocalisation"
|
|
|
565 |
|
566 |
+
#: languages/texts.php:113
|
567 |
+
#: mappress_settings.php:185
|
568 |
msgid "Default"
|
569 |
msgstr "Défaut"
|
570 |
|
652 |
msgid "Hybrid"
|
653 |
msgstr "Hybride"
|
654 |
|
655 |
+
#: languages/texts.php:135
|
656 |
+
#: mappress_settings.php:219
|
657 |
msgid "Google"
|
658 |
msgstr "Google"
|
659 |
|
660 |
+
#: languages/texts.php:136
|
661 |
+
#: mappress_settings.php:218
|
662 |
msgid "Inline"
|
663 |
msgstr "En ligne"
|
664 |
|
665 |
+
#: languages/texts.php:137
|
666 |
+
#: mappress_settings.php:204
|
667 |
+
#: mappress_settings.php:220
|
668 |
msgid "None"
|
669 |
msgstr "Aucun"
|
670 |
|
671 |
#: languages/texts.php:138
|
672 |
msgid "Automatically open the first POI when a map is displayed"
|
673 |
+
msgstr "Ouvrir automatiquement le premier point d’intérêt à l’affichage d’une carte"
|
|
|
674 |
|
675 |
#: languages/texts.php:139
|
676 |
msgid "Show control"
|
682 |
|
683 |
#: languages/texts.php:141
|
684 |
msgid "Show POI titles as a \"tooltip\" on mouse-over"
|
685 |
+
msgstr "Afficher les titres de points d’intérêts en « infobulles » au survol de la souris"
|
|
|
|
|
686 |
|
687 |
#: languages/texts.php:142
|
688 |
msgid "Default alignment"
|
689 |
msgstr "Alignement par défaut"
|
690 |
|
691 |
+
#: languages/texts.php:143
|
692 |
+
#: mappress_settings.php:186
|
693 |
msgid "Center"
|
694 |
msgstr "Centre"
|
695 |
|
696 |
+
#: languages/texts.php:144
|
697 |
+
#: mappress_settings.php:187
|
698 |
msgid "Left"
|
699 |
msgstr "Gauche"
|
700 |
|
701 |
+
#: languages/texts.php:145
|
702 |
+
#: mappress_settings.php:188
|
703 |
msgid "Right"
|
704 |
msgstr "Droite"
|
705 |
|
706 |
+
#: languages/texts.php:146
|
707 |
+
#: mappress_settings.php:246
|
708 |
msgid "Default zoom for POIs entered by lat/lng"
|
709 |
msgstr "Zoom par défaut des points d’intérêts entrés par lat/lng"
|
710 |
|
711 |
+
#: languages/texts.php:147
|
712 |
+
#: mappress_settings.php:202
|
713 |
msgid "Top of post"
|
714 |
msgstr "En haut de l’article"
|
715 |
|
716 |
+
#: languages/texts.php:148
|
717 |
+
#: mappress_settings.php:203
|
718 |
msgid "Bottom of post"
|
719 |
msgstr "En bas de l’article"
|
720 |
|
727 |
msgid "Load %s"
|
728 |
msgstr "Charger %s"
|
729 |
|
730 |
+
#: languages/texts.php:151
|
731 |
+
#: mappress_settings.php:256
|
732 |
msgid "Default size"
|
733 |
msgstr "Taille par défaut"
|
734 |
|
753 |
msgid "%s on WordPress.org"
|
754 |
msgstr "%s sur WordPress.org"
|
755 |
|
756 |
+
#: languages/texts.php:157
|
757 |
+
#: mappress_settings.php:290
|
758 |
msgid "Thanks for your support!"
|
759 |
msgstr "Merci de votre soutien !"
|
760 |
|
761 |
+
#: languages/texts.php:158
|
762 |
+
#: mappress_settings.php:297
|
763 |
msgid "Easy Google Maps"
|
764 |
msgstr "Easy Google Maps"
|
765 |
|
766 |
+
#: languages/texts.php:159
|
767 |
+
#: mappress_settings.php:288
|
768 |
msgid "Like this plugin?"
|
769 |
msgstr "Vous aimez cette extension ?"
|
770 |
|
771 |
+
#: languages/texts.php:160
|
772 |
+
#: mappress_settings.php:309
|
773 |
msgid "Sample Map"
|
774 |
msgstr "Carte exemple"
|
775 |
|
776 |
+
#: languages/texts.php:161
|
777 |
+
#: mappress_settings.php:330
|
778 |
msgid "Save Changes"
|
779 |
msgstr "Enregistrer les modifications"
|
780 |
|
781 |
+
#: languages/texts.php:162
|
782 |
+
#: mappress_settings.php:331
|
783 |
msgid "Reset Defaults"
|
784 |
msgstr "Réinitialiser"
|
785 |
|
786 |
+
#: languages/texts.php:163
|
787 |
+
#: mappress.php:124
|
788 |
msgid "Settings"
|
789 |
msgstr "Réglages"
|
790 |
|
964 |
|
965 |
#: languages/texts.php:206
|
966 |
msgid "Show featured image thumbnails in mashup POIs"
|
967 |
+
msgstr "Afficher les miniatures d’image mise en avant dans l’agrégation de points d’intérêts"
|
|
|
|
|
968 |
|
969 |
#: languages/texts.php:207
|
970 |
msgid "Use existing size: "
|
1116 |
msgid "Example: traffic=\"false\" maplinks=\"\""
|
1117 |
msgstr "Exemple : traffic=\"false\" maplinks=\"\""
|
1118 |
|
1119 |
+
#: languages/texts.php:244
|
1120 |
+
#: templates/map_directions.php:3
|
1121 |
msgid "By car"
|
1122 |
msgstr "En voiture"
|
1123 |
|
1124 |
+
#: languages/texts.php:245
|
1125 |
+
#: templates/map_directions.php:4
|
1126 |
msgid "Public Transit"
|
1127 |
msgstr "Transports Publics"
|
1128 |
|
1129 |
+
#: languages/texts.php:246
|
1130 |
+
#: templates/map_directions.php:5
|
1131 |
msgid "Walking"
|
1132 |
msgstr "A pied"
|
1133 |
|
1134 |
+
#: languages/texts.php:247
|
1135 |
+
#: templates/map_directions.php:16
|
1136 |
msgid "Swap start and end"
|
1137 |
msgstr "Inverser Début et Fin"
|
1138 |
|
1139 |
+
#: languages/texts.php:248
|
1140 |
+
#: templates/map_directions.php:25
|
1141 |
msgid "Get Directions"
|
1142 |
msgstr "Itinéraires"
|
1143 |
|
1144 |
+
#: languages/texts.php:249
|
1145 |
+
#: templates/map_directions.php:26
|
1146 |
msgid "Print"
|
1147 |
msgstr "Imprimer"
|
1148 |
|
1149 |
+
#: languages/texts.php:250
|
1150 |
+
#: templates/map_directions.php:27
|
1151 |
msgid "Close"
|
1152 |
msgstr "Fermer"
|
1153 |
|
1154 |
+
#: languages/texts.php:251
|
1155 |
+
#: languages/texts.php:293
|
1156 |
msgid "MapPress Easy Google Maps"
|
1157 |
msgstr "MapPress Easy Google Maps"
|
1158 |
|
1159 |
+
#: languages/texts.php:252
|
1160 |
+
#: languages/texts.php:294
|
1161 |
+
#: languages/texts.php:297
|
1162 |
msgid "http://www.wphostreviews.com/mappress"
|
1163 |
msgstr "http://www.wphostreviews.com/mappress"
|
1164 |
|
1165 |
+
#: languages/texts.php:253
|
1166 |
+
#: languages/texts.php:295
|
1167 |
+
msgid "MapPress makes it easy to insert Google Maps in WordPress posts and pages."
|
1168 |
+
msgstr "MapPress rend facile l’insertion de cartes Google Maps dans les articles et pages de WordPress."
|
|
|
|
|
1169 |
|
1170 |
+
#: languages/texts.php:254
|
1171 |
+
#: languages/texts.php:296
|
1172 |
msgid "Chris Richardson"
|
1173 |
msgstr "Chris Richardson"
|
1174 |
|
1175 |
+
#: languages/texts.php:255
|
1176 |
+
#: mappress_settings.php:95
|
1177 |
msgid "License"
|
1178 |
msgstr "Licence"
|
1179 |
|
1180 |
+
#: languages/texts.php:256
|
1181 |
+
#: mappress_settings.php:98
|
1182 |
msgid "Google API key"
|
1183 |
msgstr "Clé API Google"
|
1184 |
|
1185 |
+
#: languages/texts.php:257
|
1186 |
+
#: mappress_settings.php:100
|
1187 |
msgid "Automatic display"
|
1188 |
msgstr "Affichage automatique"
|
1189 |
|
1190 |
+
#: languages/texts.php:258
|
1191 |
+
#: mappress_settings.php:115
|
1192 |
msgid "Google Server API key"
|
1193 |
msgstr "Clé API du serveur Google"
|
1194 |
|
1195 |
+
#: languages/texts.php:259
|
1196 |
+
#: mappress_settings.php:211
|
1197 |
msgid "Country code"
|
1198 |
msgstr "Code pays"
|
1199 |
|
1200 |
+
#: languages/texts.php:260
|
1201 |
+
#: mappress_settings.php:213
|
1202 |
#, php-format
|
1203 |
msgid "%s for searching"
|
1204 |
msgstr "%s pour la recherche"
|
1205 |
|
1206 |
+
#: languages/texts.php:261
|
1207 |
+
#: mappress_settings.php:240
|
1208 |
#, php-format
|
1209 |
msgid "%s for map controls"
|
1210 |
msgstr "%s pour les contrôles de carte"
|
1211 |
|
1212 |
+
#: languages/texts.php:262
|
1213 |
+
#: mappress_settings.php:256
|
1214 |
msgid "Width (px or %)"
|
1215 |
msgstr "Largeur (px ou %)"
|
1216 |
|
1217 |
+
#: languages/texts.php:263
|
1218 |
+
#: mappress_settings.php:256
|
1219 |
msgid "Height (px)"
|
1220 |
msgstr "Hauteur (px)"
|
1221 |
|
1222 |
+
#: languages/texts.php:264
|
1223 |
+
#: mappress_settings.php:287
|
1224 |
msgid "rate it 5 Stars"
|
1225 |
msgstr "évaluez-la 5 étoiles"
|
1226 |
|
1227 |
+
#: languages/texts.php:265
|
1228 |
+
#: mappress_settings.php:289
|
1229 |
#, php-format
|
1230 |
msgid "Please %s on WordPress.org."
|
1231 |
msgstr "S’il vous plaît %s sur WordPress.org."
|
1335 |
msgid "Example: initialopeninfo=\"true\""
|
1336 |
msgstr "Exemple: initialopeninfo=\"true\""
|
1337 |
|
1338 |
+
#: languages/texts.php:292
|
1339 |
+
#: templates/map_controls.php:2
|
1340 |
msgid "Menu"
|
1341 |
msgstr "Menu"
|
languages/mappress-google-maps-for-wordpress-hr.po
CHANGED
@@ -2,17 +2,17 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2012-12-21 20:40-0800\n"
|
6 |
-
"PO-Revision-Date: 2012-12-23 22:55+0100\n"
|
7 |
"Last-Translator: Vinko Prelac <vinko.prelac@gmail.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
-
"Language: \n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
|
|
|
13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
|
14 |
"X-Poedit-Basepath: .\n"
|
15 |
-
"X-Poedit-SearchPath-0: C
|
16 |
|
17 |
#: ../mappress.php:118
|
18 |
msgid "Version"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
|
|
|
|
5 |
"Last-Translator: Vinko Prelac <vinko.prelac@gmail.com>\n"
|
6 |
"Language-Team: \n"
|
|
|
7 |
"MIME-Version: 1.0\n"
|
8 |
"Content-Type: text/plain; charset=UTF-8\n"
|
9 |
"Content-Transfer-Encoding: 8bit\n"
|
10 |
+
"POT-Creation-Date: 2012-12-21 20:40-0800\n"
|
11 |
+
"PO-Revision-Date: 2012-12-23 22:55+0100\n"
|
12 |
+
"Language: \n"
|
13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
|
14 |
"X-Poedit-Basepath: .\n"
|
15 |
+
"X-Poedit-SearchPath-0: C:\wamp\www\wordpress\wp-content\plugins\mappress-google-maps-for-wordpress\n"
|
16 |
|
17 |
#: ../mappress.php:118
|
18 |
msgid "Version"
|
languages/mappress-google-maps-for-wordpress-hu_HU.po
CHANGED
@@ -2,19 +2,18 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: MapPress Hungarian Translation\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2013-02-15 09:08-0800\n"
|
6 |
-
"PO-Revision-Date: 2013-02-16 23:56+0100\n"
|
7 |
"Last-Translator: Zsolt Acsai <zsolt.acsai@visitszeged.com>\n"
|
8 |
"Language-Team: Visit Szeged <zsolt.acsai@visitszeged.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
|
|
|
12 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
|
13 |
"X-Poedit-Basepath: .\n"
|
14 |
"X-Generator: Poedit 1.5.4\n"
|
15 |
-
"
|
16 |
-
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress\\wp-content\\plugins"
|
17 |
-
"\\mappress-google-maps-for-wordpress\n"
|
18 |
|
19 |
#: ../mappress.php:122
|
20 |
msgid "Version"
|
@@ -37,30 +36,19 @@ msgid "Upgrade to MapPress Pro"
|
|
37 |
msgstr "Frissítés MapPress Pro-ra"
|
38 |
|
39 |
#: ../mappress.php:330
|
40 |
-
msgid ""
|
41 |
-
"MapPress
|
42 |
-
"activate it again to fix this."
|
43 |
-
msgstr ""
|
44 |
-
"Hiányoznak a MapPress táblák az adatbázisból. Kérem kapcsolja ki majd be a "
|
45 |
-
"bővítményt a probléma megoldásához."
|
46 |
|
47 |
#: ../mappress.php:335
|
48 |
-
msgid ""
|
49 |
-
"
|
50 |
-
"before using MapPress."
|
51 |
-
msgstr ""
|
52 |
-
"FIGYELEM: a MapPress működéséhez legalább WordPress 3.2 szükséges. Kérem "
|
53 |
-
"frissítsen a MapPress használata előtt."
|
54 |
|
55 |
#: ../mappress.php:340
|
56 |
-
msgid ""
|
57 |
-
"
|
58 |
-
"deactivate or uninstall WP-Geo before using MapPress."
|
59 |
-
msgstr ""
|
60 |
-
"FIGYELEM: A MapPress nem kompatibilis a WP-Geo bővítménnyel. Kérem kapcsolja "
|
61 |
-
"ki, vagy távolítsa el a WP-Geo bővítményt a MapPress használata előtt."
|
62 |
|
63 |
-
#: ../mappress.php:533
|
|
|
64 |
msgid "Bicycling"
|
65 |
msgstr "Kerékpárral"
|
66 |
|
@@ -73,18 +61,16 @@ msgid "One of the addresses could not be found."
|
|
73 |
msgstr "A kiindulási- vagy célcím nem található."
|
74 |
|
75 |
#: ../mappress.php:536
|
76 |
-
msgid ""
|
77 |
-
"Google
|
78 |
-
"between them or the routing information is not available."
|
79 |
-
msgstr ""
|
80 |
-
"A Google nem talált útvonalat a két cím között. Vagy nincs ilyen útvonal, "
|
81 |
-
"vagy az információ nem érhető el."
|
82 |
|
83 |
#: ../mappress.php:537
|
84 |
msgid "Unknown error, unable to return directions. Status code = "
|
85 |
msgstr "Ismeretlen hiba, nem jeleníthető meg az útvonal. Állapot kód: "
|
86 |
|
87 |
-
#: ../mappress.php:538
|
|
|
|
|
88 |
#: ../pro/mappress_widget.php:108
|
89 |
msgid "Directions"
|
90 |
msgstr "Útvonaltervezés"
|
@@ -105,7 +91,8 @@ msgstr "Nincs egyező cím"
|
|
105 |
msgid "Unable to get your location"
|
106 |
msgstr "Nem sikerült meghatározni a jelenlegi pozíciót"
|
107 |
|
108 |
-
#: ../mappress.php:543
|
|
|
109 |
msgid "Traffic"
|
110 |
msgstr "Forgalom"
|
111 |
|
@@ -113,8 +100,11 @@ msgstr "Forgalom"
|
|
113 |
msgid "Transit"
|
114 |
msgstr "Tranzit"
|
115 |
|
116 |
-
#: ../mappress.php:545
|
117 |
-
#: ../
|
|
|
|
|
|
|
118 |
msgid "Zoom"
|
119 |
msgstr "Nagyítás"
|
120 |
|
@@ -130,7 +120,8 @@ msgstr "Fogd-és-vidd"
|
|
130 |
msgid "Click to change"
|
131 |
msgstr "Kattintás a változtatáshoz"
|
132 |
|
133 |
-
#: ../mappress.php:553
|
|
|
134 |
msgid "Delete"
|
135 |
msgstr "Törlés"
|
136 |
|
@@ -162,7 +153,8 @@ msgstr "Térkép nem található"
|
|
162 |
msgid "Edit"
|
163 |
msgstr "Szerkesztés"
|
164 |
|
165 |
-
#: ../mappress_map.php:427
|
|
|
166 |
msgid "Insert into post"
|
167 |
msgstr "Beszúrás a bejegyzésbe"
|
168 |
|
@@ -170,16 +162,19 @@ msgstr "Beszúrás a bejegyzésbe"
|
|
170 |
msgid "Show map"
|
171 |
msgstr "Térképen"
|
172 |
|
173 |
-
#: ../mappress_map.php:479
|
|
|
174 |
#: ../forms/map_editor.php:17
|
175 |
msgid "Center map"
|
176 |
msgstr "Középre"
|
177 |
|
178 |
-
#: ../mappress_map.php:488
|
|
|
179 |
msgid "Reset map"
|
180 |
msgstr "Térkép visszaállítása"
|
181 |
|
182 |
-
#: ../mappress_map.php:497
|
|
|
183 |
msgid "Bigger map"
|
184 |
msgstr "Nagyobb térkép"
|
185 |
|
@@ -187,11 +182,13 @@ msgstr "Nagyobb térkép"
|
|
187 |
msgid "Smaller map"
|
188 |
msgstr "Kicsi"
|
189 |
|
190 |
-
#: ../mappress_poi.php:247
|
|
|
191 |
msgid "Directions to"
|
192 |
msgstr "Útvonaltervezés"
|
193 |
|
194 |
-
#: ../mappress_poi.php:249
|
|
|
195 |
msgid "Directions from"
|
196 |
msgstr "Útvonaltervezés"
|
197 |
|
@@ -325,8 +322,7 @@ msgstr "Térképek betöltése"
|
|
325 |
|
326 |
#: ../mappress_settings.php:221
|
327 |
msgid "Use the settings below to automatically create maps from custom fields."
|
328 |
-
msgstr ""
|
329 |
-
"Használja az alábbi beállításokat a térképek létrehozásához egyedi mezőből."
|
330 |
|
331 |
#: ../mappress_settings.php:227
|
332 |
msgid "Posts"
|
@@ -382,7 +378,8 @@ msgstr "nyelv"
|
|
382 |
msgid "Use a specific %s for map controls and geocoding"
|
383 |
msgstr "Egyedi %s használata a vezérlőkhöz"
|
384 |
|
385 |
-
#: ../mappress_settings.php:283
|
|
|
386 |
#: ../mappress_settings.php:384
|
387 |
msgid "Default"
|
388 |
msgstr "Alapérték"
|
@@ -411,7 +408,8 @@ msgstr "Android"
|
|
411 |
msgid "Open initially"
|
412 |
msgstr "Először nyissa meg"
|
413 |
|
414 |
-
#: ../mappress_settings.php:305
|
|
|
415 |
#: ../mappress_settings.php:309
|
416 |
msgid "Checked initially"
|
417 |
msgstr "Először ellenőrizzen"
|
@@ -424,7 +422,8 @@ msgstr "Menü"
|
|
424 |
msgid "Enable"
|
425 |
msgstr "Bekapcsolás"
|
426 |
|
427 |
-
#: ../mappress_settings.php:311
|
|
|
428 |
msgid "Style"
|
429 |
msgstr "Stílus"
|
430 |
|
@@ -460,15 +459,18 @@ msgstr "Kerékpárutak"
|
|
460 |
msgid "Road map"
|
461 |
msgstr "Utitérkép"
|
462 |
|
463 |
-
#: ../mappress_settings.php:330
|
|
|
464 |
msgid "Satellite"
|
465 |
msgstr "Műholdas"
|
466 |
|
467 |
-
#: ../mappress_settings.php:331
|
|
|
468 |
msgid "Terrain"
|
469 |
msgstr "Domborzati"
|
470 |
|
471 |
-
#: ../mappress_settings.php:332
|
|
|
472 |
msgid "Hybrid"
|
473 |
msgstr "Hibrid"
|
474 |
|
@@ -476,12 +478,14 @@ msgstr "Hibrid"
|
|
476 |
msgid "Inline (in your blog)"
|
477 |
msgstr "Sorban (térkép után)"
|
478 |
|
479 |
-
#: ../mappress_settings.php:346
|
|
|
480 |
#: ../pro/mappress_widget.php:110
|
481 |
msgid "Google"
|
482 |
msgstr "Google"
|
483 |
|
484 |
-
#: ../mappress_settings.php:347
|
|
|
485 |
msgid "None"
|
486 |
msgstr "Nincs"
|
487 |
|
@@ -489,20 +493,22 @@ msgstr "Nincs"
|
|
489 |
msgid "Automatically open the first POI when a map is displayed"
|
490 |
msgstr "Automatikusan nyissa meg az első POI-t, amikor a térkép megjelenik"
|
491 |
|
492 |
-
#: ../mappress_settings.php:359
|
|
|
493 |
msgid "Show control"
|
494 |
msgstr "Irányító megjelenítése"
|
495 |
|
496 |
-
#: ../mappress_settings.php:363
|
|
|
497 |
msgid "Enabled by default"
|
498 |
msgstr "Alapértelmezettként bekapcsolva"
|
499 |
|
500 |
#: ../mappress_settings.php:377
|
501 |
msgid "Show POI titles as a \"tooltip\" on mouse-over"
|
502 |
-
msgstr ""
|
503 |
-
"Jelölő POI megjelenítése magyarázó szövegként, ha fölé visszük az egeret."
|
504 |
|
505 |
-
#: ../mappress_settings.php:385
|
|
|
506 |
msgid "Center"
|
507 |
msgstr "Középre"
|
508 |
|
@@ -641,7 +647,8 @@ msgstr "PRO verzió frissítés érhető el: %s"
|
|
641 |
msgid "Add POI"
|
642 |
msgstr "POI hozzáadása"
|
643 |
|
644 |
-
#: ../forms/map_editor.php:5
|
|
|
645 |
msgid "My location"
|
646 |
msgstr "Jelenlegi pozíció"
|
647 |
|
@@ -657,7 +664,8 @@ msgstr "Sor:"
|
|
657 |
msgid "Weight"
|
658 |
msgstr "Súly"
|
659 |
|
660 |
-
#: ../forms/map_editor_infobox.php:25
|
|
|
661 |
msgid "Opacity"
|
662 |
msgstr "Áttetszőség"
|
663 |
|
@@ -673,11 +681,13 @@ msgstr "Látvány"
|
|
673 |
msgid "HTML"
|
674 |
msgstr "HTML"
|
675 |
|
676 |
-
#: ../forms/map_editor_infobox.php:45
|
|
|
677 |
msgid "Save"
|
678 |
msgstr "Mentés"
|
679 |
|
680 |
-
#: ../forms/map_editor_infobox.php:46
|
|
|
681 |
#: ../pro/mappress_icons.php:64
|
682 |
msgid "Cancel"
|
683 |
msgstr "Mégsem"
|
@@ -711,7 +721,8 @@ msgstr "Nincs eredmény, a helymeghatározás beállítása ellenőrzésre szoru
|
|
711 |
msgid "Invalid status: %s, address: %s"
|
712 |
msgstr "Érvénytelen állapot: %s, cím: %s"
|
713 |
|
714 |
-
#: ../pro/mappress_geocoders.php:85
|
|
|
715 |
#, php-format
|
716 |
msgid "No results for address: %s"
|
717 |
msgstr "Nincs találat a következő címre: %s"
|
@@ -935,7 +946,8 @@ msgstr "Test"
|
|
935 |
msgid "Map Zoom"
|
936 |
msgstr "Nagyítás"
|
937 |
|
938 |
-
#: ../pro/mappress_pro_settings.php:190
|
|
|
939 |
msgid "Map"
|
940 |
msgstr "Térkép"
|
941 |
|
@@ -1075,7 +1087,8 @@ msgstr "Helyszín"
|
|
1075 |
|
1076 |
#~ msgid "Internal error - unable to save map. Your data has not been saved!"
|
1077 |
#~ msgstr ""
|
1078 |
-
|
|
|
1079 |
|
1080 |
#~ msgid "Marker list"
|
1081 |
#~ msgstr "Jelölő címe"
|
@@ -1093,17 +1106,20 @@ msgstr "Helyszín"
|
|
1093 |
#~ msgstr "Egyedi CSS"
|
1094 |
|
1095 |
#~ msgid ""
|
1096 |
-
|
|
|
1097 |
#~ msgstr "Az olvasók módosíthassák a térkép típusát (utca, szatelit, vegyes)"
|
1098 |
|
1099 |
#~ msgid "Display the street view control \"peg man\""
|
1100 |
#~ msgstr "Utca nézet vezérlő megjelenítése (\"peg man\")"
|
1101 |
|
1102 |
#~ msgid ""
|
1103 |
-
|
|
|
1104 |
#~ msgstr ""
|
1105 |
-
|
1106 |
-
|
|
|
1107 |
|
1108 |
#~ msgid "Show a button for real-time traffic conditions"
|
1109 |
#~ msgstr "Valós idejű forgalmi állapotok gomb megjelenítése"
|
@@ -1187,11 +1203,13 @@ msgstr "Helyszín"
|
|
1187 |
#~ msgstr "Térkép egyedi mező"
|
1188 |
|
1189 |
#~ msgid ""
|
1190 |
-
|
1191 |
-
|
|
|
1192 |
#~ msgstr ""
|
1193 |
-
|
1194 |
-
|
|
|
1195 |
|
1196 |
#~ msgid "Map addresses from a %s : "
|
1197 |
#~ msgstr "Térkép címek innen %s:"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: MapPress Hungarian Translation\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
|
|
|
|
5 |
"Last-Translator: Zsolt Acsai <zsolt.acsai@visitszeged.com>\n"
|
6 |
"Language-Team: Visit Szeged <zsolt.acsai@visitszeged.com>\n"
|
7 |
"MIME-Version: 1.0\n"
|
8 |
"Content-Type: text/plain; charset=UTF-8\n"
|
9 |
"Content-Transfer-Encoding: 8bit\n"
|
10 |
+
"POT-Creation-Date: 2013-02-15 09:08-0800\n"
|
11 |
+
"PO-Revision-Date: 2013-02-16 23:56+0100\n"
|
12 |
+
"Language: Hungarian\n"
|
13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
|
14 |
"X-Poedit-Basepath: .\n"
|
15 |
"X-Generator: Poedit 1.5.4\n"
|
16 |
+
"X-Poedit-SearchPath-0: C:\wamp\www\wordpress\wp-content\plugins\mappress-google-maps-for-wordpress\n"
|
|
|
|
|
17 |
|
18 |
#: ../mappress.php:122
|
19 |
msgid "Version"
|
36 |
msgstr "Frissítés MapPress Pro-ra"
|
37 |
|
38 |
#: ../mappress.php:330
|
39 |
+
msgid "MapPress database tables are missing. Please deactivate the plugin and activate it again to fix this."
|
40 |
+
msgstr "Hiányoznak a MapPress táblák az adatbázisból. Kérem kapcsolja ki majd be a bővítményt a probléma megoldásához."
|
|
|
|
|
|
|
|
|
41 |
|
42 |
#: ../mappress.php:335
|
43 |
+
msgid "WARNING: MapPress now requires WordPress 3.2 or higher. Please upgrade before using MapPress."
|
44 |
+
msgstr "FIGYELEM: a MapPress működéséhez legalább WordPress 3.2 szükséges. Kérem frissítsen a MapPress használata előtt."
|
|
|
|
|
|
|
|
|
45 |
|
46 |
#: ../mappress.php:340
|
47 |
+
msgid "WARNING: MapPress is not compfatible with the WP-Geo plugin. Please deactivate or uninstall WP-Geo before using MapPress."
|
48 |
+
msgstr "FIGYELEM: A MapPress nem kompatibilis a WP-Geo bővítménnyel. Kérem kapcsolja ki, vagy távolítsa el a WP-Geo bővítményt a MapPress használata előtt."
|
|
|
|
|
|
|
|
|
49 |
|
50 |
+
#: ../mappress.php:533
|
51 |
+
#: ../templates/map_directions.php:6
|
52 |
msgid "Bicycling"
|
53 |
msgstr "Kerékpárral"
|
54 |
|
61 |
msgstr "A kiindulási- vagy célcím nem található."
|
62 |
|
63 |
#: ../mappress.php:536
|
64 |
+
msgid "Google cannot return directions between those addresses. There is no route between them or the routing information is not available."
|
65 |
+
msgstr "A Google nem talált útvonalat a két cím között. Vagy nincs ilyen útvonal, vagy az információ nem érhető el."
|
|
|
|
|
|
|
|
|
66 |
|
67 |
#: ../mappress.php:537
|
68 |
msgid "Unknown error, unable to return directions. Status code = "
|
69 |
msgstr "Ismeretlen hiba, nem jeleníthető meg az útvonal. Állapot kód: "
|
70 |
|
71 |
+
#: ../mappress.php:538
|
72 |
+
#: ../mappress_poi.php:282
|
73 |
+
#: ../mappress_settings.php:129
|
74 |
#: ../pro/mappress_widget.php:108
|
75 |
msgid "Directions"
|
76 |
msgstr "Útvonaltervezés"
|
91 |
msgid "Unable to get your location"
|
92 |
msgstr "Nem sikerült meghatározni a jelenlegi pozíciót"
|
93 |
|
94 |
+
#: ../mappress.php:543
|
95 |
+
#: ../mappress_settings.php:321
|
96 |
msgid "Traffic"
|
97 |
msgstr "Forgalom"
|
98 |
|
100 |
msgid "Transit"
|
101 |
msgstr "Tranzit"
|
102 |
|
103 |
+
#: ../mappress.php:545
|
104 |
+
#: ../mappress_poi.php:331
|
105 |
+
#: ../mappress_settings.php:316
|
106 |
+
#: ../mappress_settings.php:455
|
107 |
+
#: ../pro/mappress_widget.php:124
|
108 |
msgid "Zoom"
|
109 |
msgstr "Nagyítás"
|
110 |
|
120 |
msgid "Click to change"
|
121 |
msgstr "Kattintás a változtatáshoz"
|
122 |
|
123 |
+
#: ../mappress.php:553
|
124 |
+
#: ../mappress_map.php:428
|
125 |
msgid "Delete"
|
126 |
msgstr "Törlés"
|
127 |
|
153 |
msgid "Edit"
|
154 |
msgstr "Szerkesztés"
|
155 |
|
156 |
+
#: ../mappress_map.php:427
|
157 |
+
#: ../forms/map_media.php:48
|
158 |
msgid "Insert into post"
|
159 |
msgstr "Beszúrás a bejegyzésbe"
|
160 |
|
162 |
msgid "Show map"
|
163 |
msgstr "Térképen"
|
164 |
|
165 |
+
#: ../mappress_map.php:479
|
166 |
+
#: ../mappress_settings.php:447
|
167 |
#: ../forms/map_editor.php:17
|
168 |
msgid "Center map"
|
169 |
msgstr "Középre"
|
170 |
|
171 |
+
#: ../mappress_map.php:488
|
172 |
+
#: ../mappress_settings.php:448
|
173 |
msgid "Reset map"
|
174 |
msgstr "Térkép visszaállítása"
|
175 |
|
176 |
+
#: ../mappress_map.php:497
|
177 |
+
#: ../mappress_settings.php:446
|
178 |
msgid "Bigger map"
|
179 |
msgstr "Nagyobb térkép"
|
180 |
|
182 |
msgid "Smaller map"
|
183 |
msgstr "Kicsi"
|
184 |
|
185 |
+
#: ../mappress_poi.php:247
|
186 |
+
#: ../mappress_settings.php:456
|
187 |
msgid "Directions to"
|
188 |
msgstr "Útvonaltervezés"
|
189 |
|
190 |
+
#: ../mappress_poi.php:249
|
191 |
+
#: ../mappress_settings.php:457
|
192 |
msgid "Directions from"
|
193 |
msgstr "Útvonaltervezés"
|
194 |
|
322 |
|
323 |
#: ../mappress_settings.php:221
|
324 |
msgid "Use the settings below to automatically create maps from custom fields."
|
325 |
+
msgstr "Használja az alábbi beállításokat a térképek létrehozásához egyedi mezőből."
|
|
|
326 |
|
327 |
#: ../mappress_settings.php:227
|
328 |
msgid "Posts"
|
378 |
msgid "Use a specific %s for map controls and geocoding"
|
379 |
msgstr "Egyedi %s használata a vezérlőkhöz"
|
380 |
|
381 |
+
#: ../mappress_settings.php:283
|
382 |
+
#: ../mappress_settings.php:289
|
383 |
#: ../mappress_settings.php:384
|
384 |
msgid "Default"
|
385 |
msgstr "Alapérték"
|
408 |
msgid "Open initially"
|
409 |
msgstr "Először nyissa meg"
|
410 |
|
411 |
+
#: ../mappress_settings.php:305
|
412 |
+
#: ../mappress_settings.php:307
|
413 |
#: ../mappress_settings.php:309
|
414 |
msgid "Checked initially"
|
415 |
msgstr "Először ellenőrizzen"
|
422 |
msgid "Enable"
|
423 |
msgstr "Bekapcsolás"
|
424 |
|
425 |
+
#: ../mappress_settings.php:311
|
426 |
+
#: ../mappress_settings.php:409
|
427 |
msgid "Style"
|
428 |
msgstr "Stílus"
|
429 |
|
459 |
msgid "Road map"
|
460 |
msgstr "Utitérkép"
|
461 |
|
462 |
+
#: ../mappress_settings.php:330
|
463 |
+
#: ../pro/mappress_widget.php:142
|
464 |
msgid "Satellite"
|
465 |
msgstr "Műholdas"
|
466 |
|
467 |
+
#: ../mappress_settings.php:331
|
468 |
+
#: ../pro/mappress_widget.php:143
|
469 |
msgid "Terrain"
|
470 |
msgstr "Domborzati"
|
471 |
|
472 |
+
#: ../mappress_settings.php:332
|
473 |
+
#: ../pro/mappress_widget.php:141
|
474 |
msgid "Hybrid"
|
475 |
msgstr "Hibrid"
|
476 |
|
478 |
msgid "Inline (in your blog)"
|
479 |
msgstr "Sorban (térkép után)"
|
480 |
|
481 |
+
#: ../mappress_settings.php:346
|
482 |
+
#: ../pro/mappress_pro_settings.php:165
|
483 |
#: ../pro/mappress_widget.php:110
|
484 |
msgid "Google"
|
485 |
msgstr "Google"
|
486 |
|
487 |
+
#: ../mappress_settings.php:347
|
488 |
+
#: ../pro/mappress_widget.php:111
|
489 |
msgid "None"
|
490 |
msgstr "Nincs"
|
491 |
|
493 |
msgid "Automatically open the first POI when a map is displayed"
|
494 |
msgstr "Automatikusan nyissa meg az első POI-t, amikor a térkép megjelenik"
|
495 |
|
496 |
+
#: ../mappress_settings.php:359
|
497 |
+
#: ../mappress_settings.php:368
|
498 |
msgid "Show control"
|
499 |
msgstr "Irányító megjelenítése"
|
500 |
|
501 |
+
#: ../mappress_settings.php:363
|
502 |
+
#: ../mappress_settings.php:372
|
503 |
msgid "Enabled by default"
|
504 |
msgstr "Alapértelmezettként bekapcsolva"
|
505 |
|
506 |
#: ../mappress_settings.php:377
|
507 |
msgid "Show POI titles as a \"tooltip\" on mouse-over"
|
508 |
+
msgstr "Jelölő POI megjelenítése magyarázó szövegként, ha fölé visszük az egeret."
|
|
|
509 |
|
510 |
+
#: ../mappress_settings.php:385
|
511 |
+
#: ../pro/mappress_widget.php:116
|
512 |
msgid "Center"
|
513 |
msgstr "Középre"
|
514 |
|
647 |
msgid "Add POI"
|
648 |
msgstr "POI hozzáadása"
|
649 |
|
650 |
+
#: ../forms/map_editor.php:5
|
651 |
+
#: ../templates/map_directions.php:11
|
652 |
msgid "My location"
|
653 |
msgstr "Jelenlegi pozíció"
|
654 |
|
664 |
msgid "Weight"
|
665 |
msgstr "Súly"
|
666 |
|
667 |
+
#: ../forms/map_editor_infobox.php:25
|
668 |
+
#: ../forms/map_editor_infobox.php:31
|
669 |
msgid "Opacity"
|
670 |
msgstr "Áttetszőség"
|
671 |
|
681 |
msgid "HTML"
|
682 |
msgstr "HTML"
|
683 |
|
684 |
+
#: ../forms/map_editor_infobox.php:45
|
685 |
+
#: ../forms/map_media.php:46
|
686 |
msgid "Save"
|
687 |
msgstr "Mentés"
|
688 |
|
689 |
+
#: ../forms/map_editor_infobox.php:46
|
690 |
+
#: ../forms/map_media.php:47
|
691 |
#: ../pro/mappress_icons.php:64
|
692 |
msgid "Cancel"
|
693 |
msgstr "Mégsem"
|
721 |
msgid "Invalid status: %s, address: %s"
|
722 |
msgstr "Érvénytelen állapot: %s, cím: %s"
|
723 |
|
724 |
+
#: ../pro/mappress_geocoders.php:85
|
725 |
+
#: ../pro/mappress_geocoders.php:149
|
726 |
#, php-format
|
727 |
msgid "No results for address: %s"
|
728 |
msgstr "Nincs találat a következő címre: %s"
|
946 |
msgid "Map Zoom"
|
947 |
msgstr "Nagyítás"
|
948 |
|
949 |
+
#: ../pro/mappress_pro_settings.php:190
|
950 |
+
#: ../pro/mappress_widget.php:140
|
951 |
msgid "Map"
|
952 |
msgstr "Térkép"
|
953 |
|
1087 |
|
1088 |
#~ msgid "Internal error - unable to save map. Your data has not been saved!"
|
1089 |
#~ msgstr ""
|
1090 |
+
"\n"
|
1091 |
+
"hiba, nem lehet menteni a térképet. Az adatok nem lettek mentve!\""
|
1092 |
|
1093 |
#~ msgid "Marker list"
|
1094 |
#~ msgstr "Jelölő címe"
|
1106 |
#~ msgstr "Egyedi CSS"
|
1107 |
|
1108 |
#~ msgid ""
|
1109 |
+
"\n"
|
1110 |
+
"your readers to change the map type (street, satellite, or hybrid)\""
|
1111 |
#~ msgstr "Az olvasók módosíthassák a térkép típusát (utca, szatelit, vegyes)"
|
1112 |
|
1113 |
#~ msgid "Display the street view control \"peg man\""
|
1114 |
#~ msgstr "Utca nézet vezérlő megjelenítése (\"peg man\")"
|
1115 |
|
1116 |
#~ msgid ""
|
1117 |
+
"\n"
|
1118 |
+
"'Google' if directions aren't displaying properly in your theme\""
|
1119 |
#~ msgstr ""
|
1120 |
+
"\n"
|
1121 |
+
"a 'Google' lehetőséget, ha az irány információk nem jól jelennek \"\n"
|
1122 |
+
"az oldalon\""
|
1123 |
|
1124 |
#~ msgid "Show a button for real-time traffic conditions"
|
1125 |
#~ msgstr "Valós idejű forgalmi állapotok gomb megjelenítése"
|
1203 |
#~ msgstr "Térkép egyedi mező"
|
1204 |
|
1205 |
#~ msgid ""
|
1206 |
+
"\n"
|
1207 |
+
"Include your own CSS. You must create a file named %s in the MapPress \"\n"
|
1208 |
+
"sub-directory\""
|
1209 |
#~ msgstr ""
|
1210 |
+
"\n"
|
1211 |
+
"saját CSS fájlt is. Készítsen egy %s nevű fájlt a MapPress %s \"\n"
|
1212 |
+
""
|
1213 |
|
1214 |
#~ msgid "Map addresses from a %s : "
|
1215 |
#~ msgstr "Térkép címek innen %s:"
|
languages/mappress-google-maps-for-wordpress-it_IT.po
CHANGED
@@ -1,19 +1,15 @@
|
|
1 |
-
# SOME DESCRIPTIVE TITLE.
|
2 |
-
# This file is put in the public domain.
|
3 |
-
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
4 |
-
#
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: MapPress Easy Google Maps in italiano\n"
|
8 |
"Report-Msgid-Bugs-To: \n"
|
9 |
-
"POT-Creation-Date: 2014-01-26 13:33+0100\n"
|
10 |
-
"PO-Revision-Date: 2014-01-26 14:45+0100\n"
|
11 |
"Last-Translator: Roberto Scano <mail@robertoscano.info>\n"
|
12 |
"Language-Team: Gianni Diurno | gidibao.net & charmingpress.com\n"
|
13 |
-
"Language: it_IT\n"
|
14 |
"MIME-Version: 1.0\n"
|
15 |
"Content-Type: text/plain; charset=UTF-8\n"
|
16 |
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
|
|
|
17 |
"X-Poedit-KeywordsList: __;_e;esc_attr__;esc_attr_e;esc_html__;esc_html_e\n"
|
18 |
"X-Poedit-Basepath: ../\n"
|
19 |
"X-Poedit-SourceCharset: utf-8\n"
|
@@ -24,7 +20,9 @@ msgstr ""
|
|
24 |
msgid "Version"
|
25 |
msgstr " Versione"
|
26 |
|
27 |
-
#: mappress.php:130
|
|
|
|
|
28 |
msgid "Documentation"
|
29 |
msgstr "Documentazione"
|
30 |
|
@@ -41,30 +39,20 @@ msgid "Upgrade to MapPress Pro"
|
|
41 |
msgstr "Passa a MapPress Pro"
|
42 |
|
43 |
#: mappress.php:334
|
44 |
-
msgid ""
|
45 |
-
"
|
46 |
-
"activate it again to fix this."
|
47 |
-
msgstr ""
|
48 |
-
"Non sono presenti le tabelle del database di MapPress. Disattiva il plugin "
|
49 |
-
"quindi, riattivalo nuovamente per correggere il problema."
|
50 |
|
51 |
#: mappress.php:339
|
52 |
-
msgid ""
|
53 |
-
"
|
54 |
-
"before using MapPress."
|
55 |
-
msgstr ""
|
56 |
-
"ATTENZIONE: MapPress richiede WordPress 3.2 o superiore. Effettua "
|
57 |
-
"l'aggiornamento prima di utilizzare MapPress."
|
58 |
|
59 |
#: mappress.php:344
|
60 |
-
msgid ""
|
61 |
-
"
|
62 |
-
"deactivate or uninstall WP-Geo before using MapPress."
|
63 |
-
msgstr ""
|
64 |
-
"ATTENZIONE: MapPress non é compatibile con il plugin WP-Geo. Disattiva o "
|
65 |
-
"disinstalla WP-Geo prima di usare MapPress."
|
66 |
|
67 |
-
#: mappress.php:542
|
|
|
|
|
68 |
msgid "Bicycling"
|
69 |
msgstr "In bicicletta"
|
70 |
|
@@ -76,21 +64,22 @@ msgstr "Bicicletta"
|
|
76 |
msgid "One of the addresses could not be found."
|
77 |
msgstr "Uno degli indirizzi non è stato trovato."
|
78 |
|
79 |
-
#: mappress.php:545
|
80 |
-
|
81 |
-
"Google cannot return directions between those addresses. There is no route "
|
82 |
-
"
|
83 |
-
msgstr ""
|
84 |
-
"Google non può mostrare i percorsi tra questi indirizzi. Non esiste tra "
|
85 |
-
"loro una strada oppure l'informazione sulla strada non é disponibile."
|
86 |
|
87 |
-
#: mappress.php:546
|
|
|
88 |
msgid "Unknown error, unable to return directions. Status code = "
|
89 |
-
msgstr ""
|
90 |
-
|
91 |
-
|
92 |
-
#:
|
93 |
-
#:
|
|
|
|
|
|
|
94 |
msgid "Directions"
|
95 |
msgstr "Percorsi"
|
96 |
|
@@ -102,7 +91,8 @@ msgstr "Errore nella lettura del file KML"
|
|
102 |
msgid "Loading..."
|
103 |
msgstr "Caricamento..."
|
104 |
|
105 |
-
#: mappress.php:550
|
|
|
106 |
msgid "No matching address"
|
107 |
msgstr "Nessun indirizzo corrispondente"
|
108 |
|
@@ -110,7 +100,9 @@ msgstr "Nessun indirizzo corrispondente"
|
|
110 |
msgid "Unable to get your location"
|
111 |
msgstr "Impossibile identificare la tua posizione"
|
112 |
|
113 |
-
#: mappress.php:552
|
|
|
|
|
114 |
msgid "Traffic"
|
115 |
msgstr "Traffico"
|
116 |
|
@@ -118,13 +110,17 @@ msgstr "Traffico"
|
|
118 |
msgid "Transit"
|
119 |
msgstr "Trasporti"
|
120 |
|
121 |
-
#: mappress.php:554
|
122 |
-
#:
|
|
|
|
|
|
|
123 |
#: pro/mappress_widget.php:124
|
124 |
msgid "Zoom"
|
125 |
msgstr "Zoom"
|
126 |
|
127 |
-
#: mappress.php:559
|
|
|
128 |
msgid "Add"
|
129 |
msgstr "Aggiungere"
|
130 |
|
@@ -136,7 +132,9 @@ msgstr "Clicca e trascina per muovere"
|
|
136 |
msgid "Click to change"
|
137 |
msgstr "Clicca per modificare"
|
138 |
|
139 |
-
#: mappress.php:562
|
|
|
|
|
140 |
#: mappress_map.php:440
|
141 |
msgid "Delete"
|
142 |
msgstr "Annulla"
|
@@ -145,7 +143,8 @@ msgstr "Annulla"
|
|
145 |
msgid "Delete this POI?"
|
146 |
msgstr "Cancello questo POI?"
|
147 |
|
148 |
-
#: mappress.php:564
|
|
|
149 |
msgid "Delete this map?"
|
150 |
msgstr "Desideri cancellare questa mappa?"
|
151 |
|
@@ -157,7 +156,9 @@ msgstr "Per cortesia prima salva la mappa"
|
|
157 |
msgid "Shape"
|
158 |
msgstr "Forma"
|
159 |
|
160 |
-
#: mappress.php:567
|
|
|
|
|
161 |
msgid "Untitled"
|
162 |
msgstr "Senza nome"
|
163 |
|
@@ -180,11 +181,13 @@ msgstr "Nessun risultato geocodifica per l'indirizzo: %s"
|
|
180 |
msgid "FAQ"
|
181 |
msgstr "FAQ"
|
182 |
|
183 |
-
#: mappress_api.php:552
|
|
|
184 |
msgid "Report a bug"
|
185 |
msgstr "Segnalazione bug"
|
186 |
|
187 |
-
#: mappress_api.php:567
|
|
|
188 |
msgid "Location"
|
189 |
msgstr "Luogo"
|
190 |
|
@@ -192,25 +195,35 @@ msgstr "Luogo"
|
|
192 |
msgid "Current Maps"
|
193 |
msgstr "Mappe in uso"
|
194 |
|
195 |
-
#: mappress_api.php:583
|
|
|
196 |
msgid "New Map"
|
197 |
msgstr "Nuova mappa"
|
198 |
|
199 |
-
#: mappress_api.php:592
|
|
|
|
|
200 |
msgid "Map ID"
|
201 |
msgstr "ID mappa"
|
202 |
|
203 |
-
#: mappress_api.php:595
|
|
|
|
|
204 |
msgid "Title"
|
205 |
msgstr "Nome"
|
206 |
|
207 |
-
#: mappress_api.php:608
|
|
|
|
|
208 |
#: forms/map_media.php:46
|
209 |
msgid "Save"
|
210 |
msgstr "Salva"
|
211 |
|
212 |
-
#: mappress_api.php:609
|
213 |
-
#:
|
|
|
|
|
|
|
214 |
msgid "Center"
|
215 |
msgstr "al centro"
|
216 |
|
@@ -238,11 +251,14 @@ msgstr "Inserire indirizzo"
|
|
238 |
msgid "Did you mean: "
|
239 |
msgstr "Intendevi?"
|
240 |
|
241 |
-
#: mappress_api.php:668
|
|
|
242 |
msgid "Edit"
|
243 |
msgstr "Modifica"
|
244 |
|
245 |
-
#: mappress_api.php:670
|
|
|
|
|
246 |
#: pro/mappress_icons.php:71
|
247 |
msgid "Cancel"
|
248 |
msgstr "Cancella"
|
@@ -255,7 +271,9 @@ msgstr "Visualizza"
|
|
255 |
msgid "Back"
|
256 |
msgstr "Indietro"
|
257 |
|
258 |
-
#: mappress_api.php:674
|
|
|
|
|
259 |
msgid "Insert into post"
|
260 |
msgstr "Inserisci nell'articolo"
|
261 |
|
@@ -291,11 +309,13 @@ msgstr "Icone standard"
|
|
291 |
msgid "My icons"
|
292 |
msgstr "Le mie icone"
|
293 |
|
294 |
-
#: mappress_api.php:737
|
|
|
295 |
msgid "By car"
|
296 |
msgstr "In auto"
|
297 |
|
298 |
-
#: mappress_api.php:738
|
|
|
299 |
msgid "Walking"
|
300 |
msgstr "A piedi"
|
301 |
|
@@ -303,7 +323,8 @@ msgstr "A piedi"
|
|
303 |
msgid "Start"
|
304 |
msgstr "Avvio"
|
305 |
|
306 |
-
#: mappress_api.php:752
|
|
|
307 |
msgid "Swap start and end"
|
308 |
msgstr "Swap start and end"
|
309 |
|
@@ -311,7 +332,8 @@ msgstr "Swap start and end"
|
|
311 |
msgid "End"
|
312 |
msgstr "Fine"
|
313 |
|
314 |
-
#: mappress_api.php:767
|
|
|
315 |
msgid "Get Directions"
|
316 |
msgstr "Ottieni i Percorsi"
|
317 |
|
@@ -319,7 +341,8 @@ msgstr "Ottieni i Percorsi"
|
|
319 |
msgid "Print Directions"
|
320 |
msgstr "Stampa il percorso"
|
321 |
|
322 |
-
#: mappress_api.php:769
|
|
|
323 |
msgid "Close"
|
324 |
msgstr "Chiudi"
|
325 |
|
@@ -331,15 +354,19 @@ msgstr "Mappa non trovata"
|
|
331 |
msgid "Show map"
|
332 |
msgstr "Mostra mappa"
|
333 |
|
334 |
-
#: mappress_map.php:491
|
|
|
|
|
335 |
msgid "Center map"
|
336 |
msgstr "Centra mappa"
|
337 |
|
338 |
-
#: mappress_map.php:500
|
|
|
339 |
msgid "Reset map"
|
340 |
msgstr "Ripristina mappa"
|
341 |
|
342 |
-
#: mappress_map.php:509
|
|
|
343 |
msgid "Bigger map"
|
344 |
msgstr "Mappa più grande"
|
345 |
|
@@ -347,19 +374,23 @@ msgstr "Mappa più grande"
|
|
347 |
msgid "Smaller map"
|
348 |
msgstr "Mappa più piccola"
|
349 |
|
350 |
-
#: mappress_options.php:99
|
|
|
351 |
msgid "Basic Settings"
|
352 |
msgstr "Impostazioni"
|
353 |
|
354 |
-
#: mappress_options.php:100
|
|
|
355 |
msgid "Show a sample map on this page"
|
356 |
msgstr "Mostra una mappa semplice in questa pagina"
|
357 |
|
358 |
-
#: mappress_options.php:101
|
|
|
359 |
msgid "Automatic map display"
|
360 |
msgstr "Visualizzazione mappa"
|
361 |
|
362 |
-
#: mappress_options.php:102
|
|
|
363 |
msgid "Post types"
|
364 |
msgstr "Tipo di articoli"
|
365 |
|
@@ -367,7 +398,8 @@ msgstr "Tipo di articoli"
|
|
367 |
msgid "Marker list"
|
368 |
msgstr "Lista marker"
|
369 |
|
370 |
-
#: mappress_options.php:105
|
|
|
371 |
msgid "Map types"
|
372 |
msgstr "Tipo di mappa"
|
373 |
|
@@ -375,11 +407,13 @@ msgstr "Tipo di mappa"
|
|
375 |
msgid "Street View"
|
376 |
msgstr "Street view"
|
377 |
|
378 |
-
#: mappress_options.php:107
|
|
|
379 |
msgid "Scroll wheel zoom"
|
380 |
msgstr "Scroll wheel zoom"
|
381 |
|
382 |
-
#: mappress_options.php:108
|
|
|
383 |
msgid "Keyboard shortcuts"
|
384 |
msgstr "Scorciatoie da tastiera"
|
385 |
|
@@ -391,11 +425,13 @@ msgstr "Apertura primo marker"
|
|
391 |
msgid "Show traffic button"
|
392 |
msgstr "Mostra pulsante traffico"
|
393 |
|
394 |
-
#: mappress_options.php:111
|
|
|
395 |
msgid "Tooltips"
|
396 |
msgstr "Strumenti"
|
397 |
|
398 |
-
#: mappress_options.php:112
|
|
|
399 |
msgid "Overview map"
|
400 |
msgstr "Mappa panoramica"
|
401 |
|
@@ -403,27 +439,33 @@ msgstr "Mappa panoramica"
|
|
403 |
msgid "CSS Settings"
|
404 |
msgstr "Impostazioni CSS"
|
405 |
|
406 |
-
#: mappress_options.php:115
|
|
|
407 |
msgid "Map alignment"
|
408 |
msgstr "Allineamento mappa"
|
409 |
|
410 |
-
#: mappress_options.php:116
|
|
|
411 |
msgid "Map border"
|
412 |
msgstr "Bordo mappa"
|
413 |
|
414 |
-
#: mappress_options.php:126
|
|
|
415 |
msgid "Localization"
|
416 |
msgstr "Località"
|
417 |
|
418 |
-
#: mappress_options.php:127
|
|
|
419 |
msgid "Language"
|
420 |
msgstr "Lingua"
|
421 |
|
422 |
-
#: mappress_options.php:128
|
|
|
423 |
msgid "Country"
|
424 |
msgstr "Paese"
|
425 |
|
426 |
-
#: mappress_options.php:129
|
|
|
427 |
msgid "Directions server"
|
428 |
msgstr "Server direzioni"
|
429 |
|
@@ -447,11 +489,13 @@ msgstr "Campi personalizzati"
|
|
447 |
msgid "Micsellaneous"
|
448 |
msgstr "Varie"
|
449 |
|
450 |
-
#: mappress_options.php:141
|
|
|
451 |
msgid "Map sizes"
|
452 |
msgstr "Dimensioni mappa"
|
453 |
|
454 |
-
#: mappress_options.php:142
|
|
|
455 |
msgid "Force resize"
|
456 |
msgstr "Imponi resize"
|
457 |
|
@@ -459,73 +503,77 @@ msgstr "Imponi resize"
|
|
459 |
msgid "MapPress link"
|
460 |
msgstr "Link MapPress"
|
461 |
|
462 |
-
#: mappress_options.php:188
|
|
|
463 |
msgid "country code"
|
464 |
msgstr "codice paese"
|
465 |
|
466 |
-
#: mappress_options.php:190
|
|
|
467 |
#, php-format
|
468 |
msgid "Enter a %s to use when searching (leave blank for USA)"
|
469 |
-
msgstr ""
|
470 |
-
"Inserisci il %s da utilizzare durante la ricerca (lascia in bianco per USA)"
|
471 |
|
472 |
-
#: mappress_options.php:197
|
|
|
473 |
msgid "Enter a google server URL for directions/printing"
|
474 |
-
msgstr ""
|
475 |
-
"Inserisci un URL di server google da utilizzare per i percorsi / stampa"
|
476 |
|
477 |
-
#: mappress_options.php:203
|
|
|
478 |
msgid "Enable zoom with the mouse scroll wheel"
|
479 |
msgstr "Attiva lo zoom con la rotellina del mouse"
|
480 |
|
481 |
-
#: mappress_options.php:208
|
|
|
482 |
msgid "Enable keyboard panning and zooming"
|
483 |
msgstr "Attivare tastiera panoramica e zoom"
|
484 |
|
485 |
-
#: mappress_options.php:213
|
|
|
486 |
msgid "language"
|
487 |
msgstr "lingua"
|
488 |
|
489 |
#: mappress_options.php:215
|
490 |
#, php-format
|
491 |
msgid "Use a specific %s for map controls (defaults to browser language)"
|
492 |
-
msgstr ""
|
493 |
-
"Utilizza una specifica %s per i controlli della mappa (predefinite per la "
|
494 |
-
"lingua del browser)"
|
495 |
|
496 |
#: mappress_options.php:222
|
497 |
-
msgid ""
|
498 |
-
"
|
499 |
-
msgstr ""
|
500 |
-
"Permetti agli utenti di cambiare il tipo di mappa (stradale, satellite o "
|
501 |
-
"ibrida)"
|
502 |
|
503 |
#: mappress_options.php:227
|
504 |
msgid "Display the street view control \"peg man\""
|
505 |
msgstr "Mostra il controllo visualizzazione stradale \"peg man\""
|
506 |
|
507 |
-
#: mappress_options.php:234
|
|
|
508 |
msgid "Inline (in your blog)"
|
509 |
msgstr "Inline (nel tuo blog)"
|
510 |
|
511 |
-
#: mappress_options.php:238
|
512 |
-
#:
|
|
|
|
|
513 |
msgid "Google"
|
514 |
msgstr "Google"
|
515 |
|
516 |
-
#: mappress_options.php:242
|
|
|
517 |
#: pro/mappress_widget.php:111
|
518 |
msgid "None"
|
519 |
msgstr "Nessuno"
|
520 |
|
521 |
#: mappress_options.php:244
|
522 |
msgid "Select 'Google' if directions aren't displaying properly in your theme"
|
523 |
-
msgstr ""
|
524 |
-
"Seleziona 'Google' qualora i percorsi non venissero mostrati correttamente "
|
525 |
-
"nel tema"
|
526 |
|
527 |
-
#: mappress_options.php:250
|
528 |
-
#: mappress_options.php:
|
|
|
|
|
|
|
529 |
#, php-format
|
530 |
msgid "This setting requires %s."
|
531 |
msgstr "Questa impostazione richiede %s."
|
@@ -552,78 +600,91 @@ msgstr "Visualizza i titoli dei punti come \"tooltip\" al passaggio del mouse"
|
|
552 |
|
553 |
#: mappress_options.php:275
|
554 |
msgid "Show an overview map control in the bottom-right corner of the main map"
|
555 |
-
msgstr ""
|
556 |
-
"Mostra un controllo per la mappa panoramica nell'angolo in basso a destra "
|
557 |
-
"della pagina principale"
|
558 |
|
559 |
#: mappress_options.php:279
|
560 |
msgid "Automatically open the overview map"
|
561 |
msgstr "Apri automaticamente la mappa generale"
|
562 |
|
563 |
-
#: mappress_options.php:286
|
564 |
-
#: mappress_settings.php:
|
|
|
|
|
565 |
#: mappress_settings.php:489
|
566 |
msgid "Default"
|
567 |
msgstr "predefinito"
|
568 |
|
569 |
-
#: mappress_options.php:295
|
|
|
|
|
570 |
msgid "Left"
|
571 |
msgstr "a sinistra"
|
572 |
|
573 |
-
#: mappress_options.php:300
|
|
|
|
|
574 |
msgid "Right"
|
575 |
msgstr "a destra"
|
576 |
|
577 |
#: mappress_options.php:303
|
578 |
#, php-format
|
579 |
msgid "Choose 'default' to override this with CSS class %s in your theme's %s"
|
580 |
-
msgstr ""
|
581 |
-
"Scegli 'predefinito' per sovrascrivere con le classi CSS %s nel tuo %s del "
|
582 |
-
"tema"
|
583 |
|
584 |
-
#: mappress_options.php:311
|
|
|
585 |
msgid "solid"
|
586 |
msgstr "continua"
|
587 |
|
588 |
-
#: mappress_options.php:312
|
|
|
589 |
msgid "dashed"
|
590 |
msgstr "tratteggiata"
|
591 |
|
592 |
-
#: mappress_options.php:313
|
|
|
593 |
msgid "dotted"
|
594 |
msgstr "punteggiata"
|
595 |
|
596 |
-
#: mappress_options.php:314
|
|
|
597 |
msgid "double"
|
598 |
msgstr "doppia"
|
599 |
|
600 |
-
#: mappress_options.php:315
|
|
|
601 |
msgid "groove"
|
602 |
msgstr "scanalata"
|
603 |
|
604 |
-
#: mappress_options.php:316
|
|
|
605 |
msgid "inset"
|
606 |
msgstr "inset"
|
607 |
|
608 |
-
#: mappress_options.php:317
|
|
|
609 |
msgid "outset"
|
610 |
msgstr "outset"
|
611 |
|
612 |
-
#: mappress_options.php:321
|
|
|
613 |
#: mappress_settings.php:405
|
614 |
msgid "Style"
|
615 |
msgstr "Stile"
|
616 |
|
617 |
-
#: mappress_options.php:329
|
|
|
618 |
#: mappress_settings.php:489
|
619 |
msgid "Width"
|
620 |
msgstr "Larghezza"
|
621 |
|
622 |
-
#: mappress_options.php:337
|
|
|
623 |
msgid "Corner radius"
|
624 |
msgstr "Radio angoli"
|
625 |
|
626 |
-
#: mappress_options.php:341
|
|
|
627 |
msgid "Color"
|
628 |
msgstr "Colore"
|
629 |
|
@@ -634,9 +695,7 @@ msgstr "Ombra"
|
|
634 |
#: mappress_options.php:348
|
635 |
#, php-format
|
636 |
msgid "Choose -none- to override settings with CSS class %s in your theme's %s"
|
637 |
-
msgstr ""
|
638 |
-
"Scegli - nessuno - per sovrascrivere le impostazioni con la classe CSS %s "
|
639 |
-
"all'interno del %s del tuo tema"
|
640 |
|
641 |
#: mappress_options.php:366
|
642 |
msgid "Show the user's location on the map"
|
@@ -650,15 +709,18 @@ msgstr "Apri il puntatore dell'utente quando la mappa è visualizzata"
|
|
650 |
msgid "Center the map on the user's location"
|
651 |
msgstr "Centra la mappa nella posizione dell'utente"
|
652 |
|
653 |
-
#: mappress_options.php:398
|
|
|
654 |
msgid "Top of post"
|
655 |
msgstr "in cima all'articolo"
|
656 |
|
657 |
-
#: mappress_options.php:402
|
|
|
658 |
msgid "Bottom of post"
|
659 |
msgstr "al fondo dell'articolo"
|
660 |
|
661 |
-
#: mappress_options.php:406
|
|
|
662 |
msgid "No automatic display"
|
663 |
msgstr "nessuna visualizzazione automatica"
|
664 |
|
@@ -683,12 +745,14 @@ msgstr "pagina"
|
|
683 |
msgid "Permanently resize existing maps:"
|
684 |
msgstr "Ridimensiona permanentemente le mappe esistenti:"
|
685 |
|
686 |
-
#: mappress_options.php:438
|
|
|
687 |
#, php-format
|
688 |
msgid "from %s to %s"
|
689 |
msgstr "da %s a %s"
|
690 |
|
691 |
-
#: mappress_options.php:439
|
|
|
692 |
msgid "Force Resize"
|
693 |
msgstr "imponi resize"
|
694 |
|
@@ -717,7 +781,8 @@ msgstr "semplice GeoRSS"
|
|
717 |
msgid "Enable %s for your RSS feeds"
|
718 |
msgstr "Abilita %s per il tuo feed RSS"
|
719 |
|
720 |
-
#: mappress_options.php:492
|
|
|
721 |
msgid "No new items"
|
722 |
msgstr "Nessun nuovo termine"
|
723 |
|
@@ -746,15 +811,18 @@ msgstr "* Votalo %s su WordPress.org"
|
|
746 |
msgid "* Make a donation"
|
747 |
msgstr "* Effettua una donazione!"
|
748 |
|
749 |
-
#: mappress_options.php:532
|
|
|
750 |
msgid "Thanks for your support!"
|
751 |
msgstr "Grazie per il tuo supporto!"
|
752 |
|
753 |
-
#: mappress_options.php:559
|
|
|
754 |
msgid "MapPress"
|
755 |
msgstr "MapPress"
|
756 |
|
757 |
-
#: mappress_options.php:613
|
|
|
758 |
msgid "Like this plugin?"
|
759 |
msgstr "Ti piace questo plugin?"
|
760 |
|
@@ -762,23 +830,28 @@ msgstr "Ti piace questo plugin?"
|
|
762 |
msgid "MapPress News"
|
763 |
msgstr "Notizie MapPress"
|
764 |
|
765 |
-
#: mappress_options.php:618
|
|
|
766 |
msgid "Sample Map"
|
767 |
msgstr "Mappa esempio"
|
768 |
|
769 |
-
#: mappress_options.php:638
|
|
|
770 |
msgid "Save Changes"
|
771 |
msgstr "Salva le modifiche"
|
772 |
|
773 |
-
#: mappress_options.php:639
|
|
|
774 |
msgid "Reset Defaults"
|
775 |
msgstr "Ripristina i valori predefiniti"
|
776 |
|
777 |
-
#: mappress_poi.php:246
|
|
|
778 |
msgid "Directions to"
|
779 |
msgstr "Percorsi verso"
|
780 |
|
781 |
-
#: mappress_poi.php:248
|
|
|
782 |
msgid "Directions from"
|
783 |
msgstr "Percorsi da"
|
784 |
|
@@ -864,9 +937,7 @@ msgstr "Carica dopo le mappe"
|
|
864 |
|
865 |
#: mappress_settings.php:218
|
866 |
msgid "Use the settings below to automatically create maps from custom fields."
|
867 |
-
msgstr ""
|
868 |
-
"Utilizza le seguenti impostazioni per creare automaticamente delle mappe dai "
|
869 |
-
"campi personalizzati."
|
870 |
|
871 |
#: mappress_settings.php:224
|
872 |
msgid "Posts"
|
@@ -895,8 +966,7 @@ msgstr "Abilita trascinamento mappe con il mouse"
|
|
895 |
#: mappress_settings.php:272
|
896 |
#, php-format
|
897 |
msgid "Use a specific %s for map controls and geocoding"
|
898 |
-
msgstr ""
|
899 |
-
"Usa una specifica %s per i controlli della mappa e la georeferenziazione"
|
900 |
|
901 |
#: mappress_settings.php:281
|
902 |
msgid "Horizontal"
|
@@ -922,7 +992,8 @@ msgstr "Android"
|
|
922 |
msgid "Open initially"
|
923 |
msgstr "Apri all'avvio"
|
924 |
|
925 |
-
#: mappress_settings.php:302
|
|
|
926 |
#: mappress_settings.php:306
|
927 |
msgid "Checked initially"
|
928 |
msgstr "Selezionato all'avvio"
|
@@ -959,15 +1030,18 @@ msgstr "Percorsi ciclabili"
|
|
959 |
msgid "Road map"
|
960 |
msgstr "Percorso"
|
961 |
|
962 |
-
#: mappress_settings.php:327
|
|
|
963 |
msgid "Satellite"
|
964 |
msgstr "Satellite"
|
965 |
|
966 |
-
#: mappress_settings.php:328
|
|
|
967 |
msgid "Terrain"
|
968 |
msgstr "Rilievo"
|
969 |
|
970 |
-
#: mappress_settings.php:329
|
|
|
971 |
msgid "Hybrid"
|
972 |
msgstr "Ibrida"
|
973 |
|
@@ -975,11 +1049,13 @@ msgstr "Ibrida"
|
|
975 |
msgid "Automatically open the first POI when a map is displayed"
|
976 |
msgstr "Apri automaticamente il primo POI quando la mappa è visualizzata"
|
977 |
|
978 |
-
#: mappress_settings.php:356
|
|
|
979 |
msgid "Show control"
|
980 |
msgstr "Visualizza controlli"
|
981 |
|
982 |
-
#: mappress_settings.php:360
|
|
|
983 |
msgid "Enabled by default"
|
984 |
msgstr "Abilitato in modo predefinito"
|
985 |
|
@@ -1040,15 +1116,14 @@ msgstr "scarica ora"
|
|
1040 |
#: mappress_updater.php:46
|
1041 |
#, php-format
|
1042 |
msgid "A PRO Version update is available for manual installation: %s"
|
1043 |
-
msgstr ""
|
1044 |
-
"Un aggiornamento della versione PRO è disponibile per installazione manuale: "
|
1045 |
-
"%s"
|
1046 |
|
1047 |
#: forms/map_editor.php:2
|
1048 |
msgid "Add POI"
|
1049 |
msgstr "Aggiungi POI"
|
1050 |
|
1051 |
-
#: forms/map_editor.php:5
|
|
|
1052 |
msgid "My location"
|
1053 |
msgstr "La mia posizione"
|
1054 |
|
@@ -1064,7 +1139,8 @@ msgstr "Linea:"
|
|
1064 |
msgid "Weight"
|
1065 |
msgstr "Peso"
|
1066 |
|
1067 |
-
#: forms/map_editor_infobox.php:25
|
|
|
1068 |
msgid "Opacity"
|
1069 |
msgstr "Opacità"
|
1070 |
|
@@ -1101,7 +1177,8 @@ msgstr "Nessun risultato, verifica che il geocoder sia configurato"
|
|
1101 |
msgid "Invalid status: %s, address: %s"
|
1102 |
msgstr "Status non valido: %s, indirizzo: %s"
|
1103 |
|
1104 |
-
#: pro/mappress_geocoders.php:94
|
|
|
1105 |
#, php-format
|
1106 |
msgid "No results for address: %s"
|
1107 |
msgstr "Nessun risultato per l'indirizzo: %s"
|
@@ -1238,8 +1315,7 @@ msgstr "InfoBox (può essere personalizzata ed estesa furoi dalla mappa)"
|
|
1238 |
|
1239 |
#: pro/mappress_pro_settings.php:111
|
1240 |
msgid "Disable map panning when infoWindow / infoBox is opened"
|
1241 |
-
msgstr ""
|
1242 |
-
"Disabilita il panning della mappa quando è aperto infoWindows / infoBox"
|
1243 |
|
1244 |
#: pro/mappress_pro_settings.php:115
|
1245 |
msgid "Show featured image thumbnails in mashup POIs"
|
@@ -1322,7 +1398,8 @@ msgstr "Corpo"
|
|
1322 |
msgid "Map Zoom"
|
1323 |
msgstr "Ingrandimento"
|
1324 |
|
1325 |
-
#: pro/mappress_pro_settings.php:204
|
|
|
1326 |
msgid "Map"
|
1327 |
msgstr "Mappa"
|
1328 |
|
@@ -1417,12 +1494,14 @@ msgstr "Abilita javascript per visualizzare questa mappa."
|
|
1417 |
|
1418 |
#~ msgid "Internal error, map was missing. Your data has not been saved!"
|
1419 |
#~ msgstr ""
|
1420 |
-
|
|
|
1421 |
|
1422 |
#~ msgid "Internal error - unable to save map. Your data has not been saved!"
|
1423 |
#~ msgstr ""
|
1424 |
-
|
1425 |
-
|
|
|
1426 |
|
1427 |
#~ msgid "Custom CSS"
|
1428 |
#~ msgstr "CSS personalizzato"
|
@@ -1456,7 +1535,8 @@ msgstr "Abilita javascript per visualizzare questa mappa."
|
|
1456 |
|
1457 |
#~ msgid "Update map when address is changed by a program"
|
1458 |
#~ msgstr ""
|
1459 |
-
|
|
|
1460 |
|
1461 |
#~ msgid "Display powered by link"
|
1462 |
#~ msgstr "Attiva il link \"fornito da\"."
|
@@ -1481,8 +1561,9 @@ msgstr "Abilita javascript per visualizzare questa mappa."
|
|
1481 |
|
1482 |
#~ msgid "This setting requires %s. Show a list of markers under each map."
|
1483 |
#~ msgstr ""
|
1484 |
-
|
1485 |
-
|
|
|
1486 |
|
1487 |
#~ msgid "Donate"
|
1488 |
#~ msgstr "Donazioni"
|
@@ -1511,11 +1592,13 @@ msgstr "Abilita javascript per visualizzare questa mappa."
|
|
1511 |
#~ msgstr "Campo personalizzato mappa"
|
1512 |
|
1513 |
#~ msgid ""
|
1514 |
-
|
1515 |
-
|
|
|
1516 |
#~ msgstr ""
|
1517 |
-
|
1518 |
-
|
|
|
1519 |
|
1520 |
#~ msgid "Map addresses from a %s : "
|
1521 |
#~ msgstr "Indirizzi mappa da un %s : "
|
@@ -1551,9 +1634,11 @@ msgstr "Abilita javascript per visualizzare questa mappa."
|
|
1551 |
#~ msgstr "Manca l'indirizzo di partenza o arrivo."
|
1552 |
|
1553 |
#~ msgid ""
|
1554 |
-
|
|
|
1555 |
#~ msgstr ""
|
1556 |
-
|
|
|
1557 |
|
1558 |
#~ msgid "Invalid map API key"
|
1559 |
#~ msgstr "Chiave API non valida"
|
@@ -1562,17 +1647,20 @@ msgstr "Abilita javascript per visualizzare questa mappa."
|
|
1562 |
#~ msgstr "La tua chiave ha inoltrato in un solo giorno troppe richieste."
|
1563 |
|
1564 |
#~ msgid ""
|
1565 |
-
|
|
|
1566 |
#~ msgstr ""
|
1567 |
-
|
|
|
1568 |
|
1569 |
#~ msgid "Sorry, no street view data is available for this location"
|
1570 |
#~ msgstr "nessuna visualizzazione stradale per questa località"
|
1571 |
|
1572 |
#~ msgid "Sorry, Google was unable to display the street view in your browser"
|
1573 |
#~ msgstr ""
|
1574 |
-
|
1575 |
-
|
|
|
1576 |
|
1577 |
#~ msgid "Get directions"
|
1578 |
#~ msgstr "Ottieni i percorsi"
|
@@ -1590,12 +1678,14 @@ msgstr "Abilita javascript per visualizzare questa mappa."
|
|
1590 |
#~ msgstr "Inserisci la tua chiave API. Non hai una chiave API? Vai qui "
|
1591 |
|
1592 |
#~ msgid ""
|
1593 |
-
|
1594 |
-
|
|
|
1595 |
#~ msgstr ""
|
1596 |
-
|
1597 |
-
|
1598 |
-
|
|
|
1599 |
|
1600 |
#~ msgid "here"
|
1601 |
#~ msgstr "qui"
|
@@ -1610,10 +1700,12 @@ msgstr "Abilita javascript per visualizzare questa mappa."
|
|
1610 |
#~ msgstr "Premi esci oppure clicca qui per cancellare:"
|
1611 |
|
1612 |
#~ msgid ""
|
1613 |
-
|
|
|
1614 |
#~ msgstr ""
|
1615 |
-
|
1616 |
-
|
|
|
1617 |
|
1618 |
#~ msgid "MapPress options screen."
|
1619 |
#~ msgstr "MapPress - opzioni schermo."
|
@@ -1629,13 +1721,15 @@ msgstr "Abilita javascript per visualizzare questa mappa."
|
|
1629 |
|
1630 |
#~ msgid "Click on a marker or use the links below to edit or delete markers."
|
1631 |
#~ msgstr ""
|
1632 |
-
|
1633 |
-
|
|
|
1634 |
|
1635 |
#~ msgid "ACCESS DENIED: You don't have permission to do this."
|
1636 |
#~ msgstr ""
|
1637 |
-
|
1638 |
-
|
|
|
1639 |
|
1640 |
#~ msgid "supported languages"
|
1641 |
#~ msgstr "lingue disponibili"
|
@@ -1644,9 +1738,11 @@ msgstr "Abilita javascript per visualizzare questa mappa."
|
|
1644 |
#~ msgstr "Opzioni MapPress"
|
1645 |
|
1646 |
#~ msgid ""
|
1647 |
-
|
|
|
1648 |
#~ msgstr ""
|
1649 |
-
|
|
|
1650 |
|
1651 |
#~ msgid "Address format"
|
1652 |
#~ msgstr "Formato indirizzo"
|
@@ -1661,24 +1757,29 @@ msgstr "Abilita javascript per visualizzare questa mappa."
|
|
1661 |
#~ msgstr "Codice paese (ricerche)"
|
1662 |
|
1663 |
#~ msgid ""
|
1664 |
-
|
|
|
1665 |
#~ msgstr ""
|
1666 |
-
|
1667 |
-
|
|
|
1668 |
|
1669 |
#~ msgid "Force Google to use a specific language for map controls."
|
1670 |
#~ msgstr ""
|
1671 |
-
|
1672 |
-
|
|
|
1673 |
|
1674 |
#~ msgid "Check to enable directions to/from map markers"
|
1675 |
#~ msgstr "Seleziona per attivare (marker della mappa) i percorsi da/a"
|
1676 |
|
1677 |
#~ msgid ""
|
1678 |
-
|
|
|
1679 |
#~ msgstr ""
|
1680 |
-
|
1681 |
-
|
|
|
1682 |
|
1683 |
#~ msgid "Check to enable the \"map types\" button on the map"
|
1684 |
#~ msgstr "Seleziona per attivare sulla mappa il pulsante \"tipi di mappa\""
|
@@ -1688,18 +1789,21 @@ msgstr "Abilita javascript per visualizzare questa mappa."
|
|
1688 |
|
1689 |
#~ msgid "Choose the map type to use when the map is first displayed"
|
1690 |
#~ msgstr ""
|
1691 |
-
|
1692 |
-
|
|
|
1693 |
|
1694 |
#~ msgid "(click the icon to choose)"
|
1695 |
#~ msgstr "(clicca sulla icona per scegliere)"
|
1696 |
|
1697 |
#~ msgid ""
|
1698 |
-
|
1699 |
-
|
|
|
1700 |
#~ msgstr ""
|
1701 |
-
|
1702 |
-
|
|
|
1703 |
|
1704 |
#~ msgid "(leave blank for default)"
|
1705 |
#~ msgstr "(lascia in bianco per le predefinite)"
|
@@ -1723,17 +1827,21 @@ msgstr "Abilita javascript per visualizzare questa mappa."
|
|
1723 |
#~ msgstr "Impostazioni avanzate"
|
1724 |
|
1725 |
#~ msgid ""
|
1726 |
-
|
|
|
1727 |
#~ msgstr ""
|
1728 |
-
|
1729 |
-
|
|
|
1730 |
|
1731 |
#~ msgid ""
|
1732 |
-
|
1733 |
-
|
|
|
1734 |
#~ msgstr ""
|
1735 |
-
|
1736 |
-
|
|
|
1737 |
|
1738 |
#~ msgid "Center/zoom now"
|
1739 |
#~ msgstr "Centratura/zoom"
|
|
|
|
|
|
|
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: MapPress Easy Google Maps in italiano\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
|
|
|
|
5 |
"Last-Translator: Roberto Scano <mail@robertoscano.info>\n"
|
6 |
"Language-Team: Gianni Diurno | gidibao.net & charmingpress.com\n"
|
|
|
7 |
"MIME-Version: 1.0\n"
|
8 |
"Content-Type: text/plain; charset=UTF-8\n"
|
9 |
"Content-Transfer-Encoding: 8bit\n"
|
10 |
+
"POT-Creation-Date: 2014-01-26 13:33+0100\n"
|
11 |
+
"PO-Revision-Date: 2014-01-26 14:45+0100\n"
|
12 |
+
"Language: it_IT\n"
|
13 |
"X-Poedit-KeywordsList: __;_e;esc_attr__;esc_attr_e;esc_html__;esc_html_e\n"
|
14 |
"X-Poedit-Basepath: ../\n"
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
20 |
msgid "Version"
|
21 |
msgstr " Versione"
|
22 |
|
23 |
+
#: mappress.php:130
|
24 |
+
#: mappress_api.php:550
|
25 |
+
#: mappress_options.php:603
|
26 |
msgid "Documentation"
|
27 |
msgstr "Documentazione"
|
28 |
|
39 |
msgstr "Passa a MapPress Pro"
|
40 |
|
41 |
#: mappress.php:334
|
42 |
+
msgid "MapPress database tables are missing. Please deactivate the plugin and activate it again to fix this."
|
43 |
+
msgstr "Non sono presenti le tabelle del database di MapPress. Disattiva il plugin quindi, riattivalo nuovamente per correggere il problema."
|
|
|
|
|
|
|
|
|
44 |
|
45 |
#: mappress.php:339
|
46 |
+
msgid "WARNING: MapPress now requires WordPress 3.2 or higher. Please upgrade before using MapPress."
|
47 |
+
msgstr "ATTENZIONE: MapPress richiede WordPress 3.2 o superiore. Effettua l'aggiornamento prima di utilizzare MapPress."
|
|
|
|
|
|
|
|
|
48 |
|
49 |
#: mappress.php:344
|
50 |
+
msgid "WARNING: MapPress is not compfatible with the WP-Geo plugin. Please deactivate or uninstall WP-Geo before using MapPress."
|
51 |
+
msgstr "ATTENZIONE: MapPress non é compatibile con il plugin WP-Geo. Disattiva o disinstalla WP-Geo prima di usare MapPress."
|
|
|
|
|
|
|
|
|
52 |
|
53 |
+
#: mappress.php:542
|
54 |
+
#: mappress_api.php:739
|
55 |
+
#: templates/map_directions.php:6
|
56 |
msgid "Bicycling"
|
57 |
msgstr "In bicicletta"
|
58 |
|
64 |
msgid "One of the addresses could not be found."
|
65 |
msgstr "Uno degli indirizzi non è stato trovato."
|
66 |
|
67 |
+
#: mappress.php:545
|
68 |
+
#: mappress_api.php:662
|
69 |
+
msgid "Google cannot return directions between those addresses. There is no route between them or the routing information is not available."
|
70 |
+
msgstr "Google non può mostrare i percorsi tra questi indirizzi. Non esiste tra loro una strada oppure l'informazione sulla strada non é disponibile."
|
|
|
|
|
|
|
71 |
|
72 |
+
#: mappress.php:546
|
73 |
+
#: mappress_api.php:663
|
74 |
msgid "Unknown error, unable to return directions. Status code = "
|
75 |
+
msgstr "Errore sconosciuto, impossibile ritornare ai percorsi. Codice status = "
|
76 |
+
|
77 |
+
#: mappress.php:547
|
78 |
+
#: mappress_api.php:667
|
79 |
+
#: mappress_options.php:103
|
80 |
+
#: mappress_poi.php:281
|
81 |
+
#: mappress_settings.php:130
|
82 |
+
#: pro/mappress_widget.php:108
|
83 |
msgid "Directions"
|
84 |
msgstr "Percorsi"
|
85 |
|
91 |
msgid "Loading..."
|
92 |
msgstr "Caricamento..."
|
93 |
|
94 |
+
#: mappress.php:550
|
95 |
+
#: mappress_api.php:665
|
96 |
msgid "No matching address"
|
97 |
msgstr "Nessun indirizzo corrispondente"
|
98 |
|
100 |
msgid "Unable to get your location"
|
101 |
msgstr "Impossibile identificare la tua posizione"
|
102 |
|
103 |
+
#: mappress.php:552
|
104 |
+
#: mappress_api.php:685
|
105 |
+
#: mappress_settings.php:318
|
106 |
msgid "Traffic"
|
107 |
msgstr "Traffico"
|
108 |
|
110 |
msgid "Transit"
|
111 |
msgstr "Trasporti"
|
112 |
|
113 |
+
#: mappress.php:554
|
114 |
+
#: mappress_api.php:684
|
115 |
+
#: mappress_poi.php:330
|
116 |
+
#: mappress_settings.php:313
|
117 |
+
#: mappress_settings.php:452
|
118 |
#: pro/mappress_widget.php:124
|
119 |
msgid "Zoom"
|
120 |
msgstr "Zoom"
|
121 |
|
122 |
+
#: mappress.php:559
|
123 |
+
#: mappress_api.php:563
|
124 |
msgid "Add"
|
125 |
msgstr "Aggiungere"
|
126 |
|
132 |
msgid "Click to change"
|
133 |
msgstr "Clicca per modificare"
|
134 |
|
135 |
+
#: mappress.php:562
|
136 |
+
#: mappress_api.php:671
|
137 |
+
#: mappress_api.php:679
|
138 |
#: mappress_map.php:440
|
139 |
msgid "Delete"
|
140 |
msgstr "Annulla"
|
143 |
msgid "Delete this POI?"
|
144 |
msgstr "Cancello questo POI?"
|
145 |
|
146 |
+
#: mappress.php:564
|
147 |
+
#: mappress_api.php:678
|
148 |
msgid "Delete this map?"
|
149 |
msgstr "Desideri cancellare questa mappa?"
|
150 |
|
156 |
msgid "Shape"
|
157 |
msgstr "Forma"
|
158 |
|
159 |
+
#: mappress.php:567
|
160 |
+
#: mappress_api.php:660
|
161 |
+
#: mappress_map.php:53
|
162 |
msgid "Untitled"
|
163 |
msgstr "Senza nome"
|
164 |
|
181 |
msgid "FAQ"
|
182 |
msgstr "FAQ"
|
183 |
|
184 |
+
#: mappress_api.php:552
|
185 |
+
#: mappress_options.php:604
|
186 |
msgid "Report a bug"
|
187 |
msgstr "Segnalazione bug"
|
188 |
|
189 |
+
#: mappress_api.php:567
|
190 |
+
#: templates/map_poi_list.php:5
|
191 |
msgid "Location"
|
192 |
msgstr "Luogo"
|
193 |
|
195 |
msgid "Current Maps"
|
196 |
msgstr "Mappe in uso"
|
197 |
|
198 |
+
#: mappress_api.php:583
|
199 |
+
#: forms/map_media.php:12
|
200 |
msgid "New Map"
|
201 |
msgstr "Nuova mappa"
|
202 |
|
203 |
+
#: mappress_api.php:592
|
204 |
+
#: mappress_api.php:659
|
205 |
+
#: forms/map_media.php:22
|
206 |
msgid "Map ID"
|
207 |
msgstr "ID mappa"
|
208 |
|
209 |
+
#: mappress_api.php:595
|
210 |
+
#: mappress_api.php:676
|
211 |
+
#: pro/mappress_pro_settings.php:199
|
212 |
msgid "Title"
|
213 |
msgstr "Nome"
|
214 |
|
215 |
+
#: mappress_api.php:608
|
216 |
+
#: mappress_api.php:669
|
217 |
+
#: forms/map_editor_infobox.php:45
|
218 |
#: forms/map_media.php:46
|
219 |
msgid "Save"
|
220 |
msgstr "Salva"
|
221 |
|
222 |
+
#: mappress_api.php:609
|
223 |
+
#: mappress_options.php:290
|
224 |
+
#: mappress_options.php:291
|
225 |
+
#: mappress_settings.php:381
|
226 |
+
#: pro/mappress_widget.php:116
|
227 |
msgid "Center"
|
228 |
msgstr "al centro"
|
229 |
|
251 |
msgid "Did you mean: "
|
252 |
msgstr "Intendevi?"
|
253 |
|
254 |
+
#: mappress_api.php:668
|
255 |
+
#: mappress_map.php:438
|
256 |
msgid "Edit"
|
257 |
msgstr "Modifica"
|
258 |
|
259 |
+
#: mappress_api.php:670
|
260 |
+
#: forms/map_editor_infobox.php:46
|
261 |
+
#: forms/map_media.php:47
|
262 |
#: pro/mappress_icons.php:71
|
263 |
msgid "Cancel"
|
264 |
msgstr "Cancella"
|
271 |
msgid "Back"
|
272 |
msgstr "Indietro"
|
273 |
|
274 |
+
#: mappress_api.php:674
|
275 |
+
#: mappress_map.php:439
|
276 |
+
#: forms/map_media.php:48
|
277 |
msgid "Insert into post"
|
278 |
msgstr "Inserisci nell'articolo"
|
279 |
|
309 |
msgid "My icons"
|
310 |
msgstr "Le mie icone"
|
311 |
|
312 |
+
#: mappress_api.php:737
|
313 |
+
#: templates/map_directions.php:3
|
314 |
msgid "By car"
|
315 |
msgstr "In auto"
|
316 |
|
317 |
+
#: mappress_api.php:738
|
318 |
+
#: templates/map_directions.php:5
|
319 |
msgid "Walking"
|
320 |
msgstr "A piedi"
|
321 |
|
323 |
msgid "Start"
|
324 |
msgstr "Avvio"
|
325 |
|
326 |
+
#: mappress_api.php:752
|
327 |
+
#: templates/map_directions.php:16
|
328 |
msgid "Swap start and end"
|
329 |
msgstr "Swap start and end"
|
330 |
|
332 |
msgid "End"
|
333 |
msgstr "Fine"
|
334 |
|
335 |
+
#: mappress_api.php:767
|
336 |
+
#: templates/map_directions.php:29
|
337 |
msgid "Get Directions"
|
338 |
msgstr "Ottieni i Percorsi"
|
339 |
|
341 |
msgid "Print Directions"
|
342 |
msgstr "Stampa il percorso"
|
343 |
|
344 |
+
#: mappress_api.php:769
|
345 |
+
#: templates/map_directions.php:31
|
346 |
msgid "Close"
|
347 |
msgstr "Chiudi"
|
348 |
|
354 |
msgid "Show map"
|
355 |
msgstr "Mostra mappa"
|
356 |
|
357 |
+
#: mappress_map.php:491
|
358 |
+
#: mappress_settings.php:444
|
359 |
+
#: forms/map_editor.php:17
|
360 |
msgid "Center map"
|
361 |
msgstr "Centra mappa"
|
362 |
|
363 |
+
#: mappress_map.php:500
|
364 |
+
#: mappress_settings.php:445
|
365 |
msgid "Reset map"
|
366 |
msgstr "Ripristina mappa"
|
367 |
|
368 |
+
#: mappress_map.php:509
|
369 |
+
#: mappress_settings.php:443
|
370 |
msgid "Bigger map"
|
371 |
msgstr "Mappa più grande"
|
372 |
|
374 |
msgid "Smaller map"
|
375 |
msgstr "Mappa più piccola"
|
376 |
|
377 |
+
#: mappress_options.php:99
|
378 |
+
#: mappress_settings.php:127
|
379 |
msgid "Basic Settings"
|
380 |
msgstr "Impostazioni"
|
381 |
|
382 |
+
#: mappress_options.php:100
|
383 |
+
#: mappress_options.php:391
|
384 |
msgid "Show a sample map on this page"
|
385 |
msgstr "Mostra una mappa semplice in questa pagina"
|
386 |
|
387 |
+
#: mappress_options.php:101
|
388 |
+
#: mappress_settings.php:129
|
389 |
msgid "Automatic map display"
|
390 |
msgstr "Visualizzazione mappa"
|
391 |
|
392 |
+
#: mappress_options.php:102
|
393 |
+
#: mappress_settings.php:128
|
394 |
msgid "Post types"
|
395 |
msgstr "Tipo di articoli"
|
396 |
|
398 |
msgid "Marker list"
|
399 |
msgstr "Lista marker"
|
400 |
|
401 |
+
#: mappress_options.php:105
|
402 |
+
#: mappress_settings.php:311
|
403 |
msgid "Map types"
|
404 |
msgstr "Tipo di mappa"
|
405 |
|
407 |
msgid "Street View"
|
408 |
msgstr "Street view"
|
409 |
|
410 |
+
#: mappress_options.php:107
|
411 |
+
#: mappress_settings.php:135
|
412 |
msgid "Scroll wheel zoom"
|
413 |
msgstr "Scroll wheel zoom"
|
414 |
|
415 |
+
#: mappress_options.php:108
|
416 |
+
#: mappress_settings.php:134
|
417 |
msgid "Keyboard shortcuts"
|
418 |
msgstr "Scorciatoie da tastiera"
|
419 |
|
425 |
msgid "Show traffic button"
|
426 |
msgstr "Mostra pulsante traffico"
|
427 |
|
428 |
+
#: mappress_options.php:111
|
429 |
+
#: mappress_settings.php:148
|
430 |
msgid "Tooltips"
|
431 |
msgstr "Strumenti"
|
432 |
|
433 |
+
#: mappress_options.php:112
|
434 |
+
#: mappress_settings.php:316
|
435 |
msgid "Overview map"
|
436 |
msgstr "Mappa panoramica"
|
437 |
|
439 |
msgid "CSS Settings"
|
440 |
msgstr "Impostazioni CSS"
|
441 |
|
442 |
+
#: mappress_options.php:115
|
443 |
+
#: mappress_settings.php:141
|
444 |
msgid "Map alignment"
|
445 |
msgstr "Allineamento mappa"
|
446 |
|
447 |
+
#: mappress_options.php:116
|
448 |
+
#: mappress_settings.php:142
|
449 |
msgid "Map border"
|
450 |
msgstr "Bordo mappa"
|
451 |
|
452 |
+
#: mappress_options.php:126
|
453 |
+
#: mappress_settings.php:158
|
454 |
msgid "Localization"
|
455 |
msgstr "Località"
|
456 |
|
457 |
+
#: mappress_options.php:127
|
458 |
+
#: mappress_settings.php:159
|
459 |
msgid "Language"
|
460 |
msgstr "Lingua"
|
461 |
|
462 |
+
#: mappress_options.php:128
|
463 |
+
#: mappress_settings.php:160
|
464 |
msgid "Country"
|
465 |
msgstr "Paese"
|
466 |
|
467 |
+
#: mappress_options.php:129
|
468 |
+
#: mappress_settings.php:161
|
469 |
msgid "Directions server"
|
470 |
msgstr "Server direzioni"
|
471 |
|
489 |
msgid "Micsellaneous"
|
490 |
msgstr "Varie"
|
491 |
|
492 |
+
#: mappress_options.php:141
|
493 |
+
#: mappress_settings.php:165
|
494 |
msgid "Map sizes"
|
495 |
msgstr "Dimensioni mappa"
|
496 |
|
497 |
+
#: mappress_options.php:142
|
498 |
+
#: pro/mappress_pro_settings.php:33
|
499 |
msgid "Force resize"
|
500 |
msgstr "Imponi resize"
|
501 |
|
503 |
msgid "MapPress link"
|
504 |
msgstr "Link MapPress"
|
505 |
|
506 |
+
#: mappress_options.php:188
|
507 |
+
#: mappress_settings.php:237
|
508 |
msgid "country code"
|
509 |
msgstr "codice paese"
|
510 |
|
511 |
+
#: mappress_options.php:190
|
512 |
+
#: mappress_settings.php:239
|
513 |
#, php-format
|
514 |
msgid "Enter a %s to use when searching (leave blank for USA)"
|
515 |
+
msgstr "Inserisci il %s da utilizzare durante la ricerca (lascia in bianco per USA)"
|
|
|
516 |
|
517 |
+
#: mappress_options.php:197
|
518 |
+
#: mappress_settings.php:246
|
519 |
msgid "Enter a google server URL for directions/printing"
|
520 |
+
msgstr "Inserisci un URL di server google da utilizzare per i percorsi / stampa"
|
|
|
521 |
|
522 |
+
#: mappress_options.php:203
|
523 |
+
#: mappress_settings.php:260
|
524 |
msgid "Enable zoom with the mouse scroll wheel"
|
525 |
msgstr "Attiva lo zoom con la rotellina del mouse"
|
526 |
|
527 |
+
#: mappress_options.php:208
|
528 |
+
#: mappress_settings.php:264
|
529 |
msgid "Enable keyboard panning and zooming"
|
530 |
msgstr "Attivare tastiera panoramica e zoom"
|
531 |
|
532 |
+
#: mappress_options.php:213
|
533 |
+
#: mappress_settings.php:270
|
534 |
msgid "language"
|
535 |
msgstr "lingua"
|
536 |
|
537 |
#: mappress_options.php:215
|
538 |
#, php-format
|
539 |
msgid "Use a specific %s for map controls (defaults to browser language)"
|
540 |
+
msgstr "Utilizza una specifica %s per i controlli della mappa (predefinite per la lingua del browser)"
|
|
|
|
|
541 |
|
542 |
#: mappress_options.php:222
|
543 |
+
msgid "Allow your readers to change the map type (street, satellite, or hybrid)"
|
544 |
+
msgstr "Permetti agli utenti di cambiare il tipo di mappa (stradale, satellite o ibrida)"
|
|
|
|
|
|
|
545 |
|
546 |
#: mappress_options.php:227
|
547 |
msgid "Display the street view control \"peg man\""
|
548 |
msgstr "Mostra il controllo visualizzazione stradale \"peg man\""
|
549 |
|
550 |
+
#: mappress_options.php:234
|
551 |
+
#: mappress_settings.php:342
|
552 |
msgid "Inline (in your blog)"
|
553 |
msgstr "Inline (nel tuo blog)"
|
554 |
|
555 |
+
#: mappress_options.php:238
|
556 |
+
#: mappress_settings.php:343
|
557 |
+
#: pro/mappress_pro_settings.php:177
|
558 |
+
#: pro/mappress_widget.php:110
|
559 |
msgid "Google"
|
560 |
msgstr "Google"
|
561 |
|
562 |
+
#: mappress_options.php:242
|
563 |
+
#: mappress_settings.php:344
|
564 |
#: pro/mappress_widget.php:111
|
565 |
msgid "None"
|
566 |
msgstr "Nessuno"
|
567 |
|
568 |
#: mappress_options.php:244
|
569 |
msgid "Select 'Google' if directions aren't displaying properly in your theme"
|
570 |
+
msgstr "Seleziona 'Google' qualora i percorsi non venissero mostrati correttamente nel tema"
|
|
|
|
|
571 |
|
572 |
+
#: mappress_options.php:250
|
573 |
+
#: mappress_options.php:444
|
574 |
+
#: mappress_options.php:451
|
575 |
+
#: mappress_options.php:458
|
576 |
+
#: mappress_options.php:465
|
577 |
#, php-format
|
578 |
msgid "This setting requires %s."
|
579 |
msgstr "Questa impostazione richiede %s."
|
600 |
|
601 |
#: mappress_options.php:275
|
602 |
msgid "Show an overview map control in the bottom-right corner of the main map"
|
603 |
+
msgstr "Mostra un controllo per la mappa panoramica nell'angolo in basso a destra della pagina principale"
|
|
|
|
|
604 |
|
605 |
#: mappress_options.php:279
|
606 |
msgid "Automatically open the overview map"
|
607 |
msgstr "Apri automaticamente la mappa generale"
|
608 |
|
609 |
+
#: mappress_options.php:286
|
610 |
+
#: mappress_settings.php:280
|
611 |
+
#: mappress_settings.php:286
|
612 |
+
#: mappress_settings.php:380
|
613 |
#: mappress_settings.php:489
|
614 |
msgid "Default"
|
615 |
msgstr "predefinito"
|
616 |
|
617 |
+
#: mappress_options.php:295
|
618 |
+
#: mappress_options.php:296
|
619 |
+
#: mappress_settings.php:382
|
620 |
msgid "Left"
|
621 |
msgstr "a sinistra"
|
622 |
|
623 |
+
#: mappress_options.php:300
|
624 |
+
#: mappress_options.php:301
|
625 |
+
#: mappress_settings.php:383
|
626 |
msgid "Right"
|
627 |
msgstr "a destra"
|
628 |
|
629 |
#: mappress_options.php:303
|
630 |
#, php-format
|
631 |
msgid "Choose 'default' to override this with CSS class %s in your theme's %s"
|
632 |
+
msgstr "Scegli 'predefinito' per sovrascrivere con le classi CSS %s nel tuo %s del tema"
|
|
|
|
|
633 |
|
634 |
+
#: mappress_options.php:311
|
635 |
+
#: mappress_settings.php:395
|
636 |
msgid "solid"
|
637 |
msgstr "continua"
|
638 |
|
639 |
+
#: mappress_options.php:312
|
640 |
+
#: mappress_settings.php:396
|
641 |
msgid "dashed"
|
642 |
msgstr "tratteggiata"
|
643 |
|
644 |
+
#: mappress_options.php:313
|
645 |
+
#: mappress_settings.php:397
|
646 |
msgid "dotted"
|
647 |
msgstr "punteggiata"
|
648 |
|
649 |
+
#: mappress_options.php:314
|
650 |
+
#: mappress_settings.php:398
|
651 |
msgid "double"
|
652 |
msgstr "doppia"
|
653 |
|
654 |
+
#: mappress_options.php:315
|
655 |
+
#: mappress_settings.php:399
|
656 |
msgid "groove"
|
657 |
msgstr "scanalata"
|
658 |
|
659 |
+
#: mappress_options.php:316
|
660 |
+
#: mappress_settings.php:400
|
661 |
msgid "inset"
|
662 |
msgstr "inset"
|
663 |
|
664 |
+
#: mappress_options.php:317
|
665 |
+
#: mappress_settings.php:401
|
666 |
msgid "outset"
|
667 |
msgstr "outset"
|
668 |
|
669 |
+
#: mappress_options.php:321
|
670 |
+
#: mappress_settings.php:308
|
671 |
#: mappress_settings.php:405
|
672 |
msgid "Style"
|
673 |
msgstr "Stile"
|
674 |
|
675 |
+
#: mappress_options.php:329
|
676 |
+
#: mappress_settings.php:413
|
677 |
#: mappress_settings.php:489
|
678 |
msgid "Width"
|
679 |
msgstr "Larghezza"
|
680 |
|
681 |
+
#: mappress_options.php:337
|
682 |
+
#: mappress_settings.php:419
|
683 |
msgid "Corner radius"
|
684 |
msgstr "Radio angoli"
|
685 |
|
686 |
+
#: mappress_options.php:341
|
687 |
+
#: mappress_settings.php:428
|
688 |
msgid "Color"
|
689 |
msgstr "Colore"
|
690 |
|
695 |
#: mappress_options.php:348
|
696 |
#, php-format
|
697 |
msgid "Choose -none- to override settings with CSS class %s in your theme's %s"
|
698 |
+
msgstr "Scegli - nessuno - per sovrascrivere le impostazioni con la classe CSS %s all'interno del %s del tuo tema"
|
|
|
|
|
699 |
|
700 |
#: mappress_options.php:366
|
701 |
msgid "Show the user's location on the map"
|
709 |
msgid "Center the map on the user's location"
|
710 |
msgstr "Centra la mappa nella posizione dell'utente"
|
711 |
|
712 |
+
#: mappress_options.php:398
|
713 |
+
#: mappress_settings.php:468
|
714 |
msgid "Top of post"
|
715 |
msgstr "in cima all'articolo"
|
716 |
|
717 |
+
#: mappress_options.php:402
|
718 |
+
#: mappress_settings.php:469
|
719 |
msgid "Bottom of post"
|
720 |
msgstr "al fondo dell'articolo"
|
721 |
|
722 |
+
#: mappress_options.php:406
|
723 |
+
#: mappress_settings.php:470
|
724 |
msgid "No automatic display"
|
725 |
msgstr "nessuna visualizzazione automatica"
|
726 |
|
745 |
msgid "Permanently resize existing maps:"
|
746 |
msgstr "Ridimensiona permanentemente le mappe esistenti:"
|
747 |
|
748 |
+
#: mappress_options.php:438
|
749 |
+
#: pro/mappress_pro_settings.php:229
|
750 |
#, php-format
|
751 |
msgid "from %s to %s"
|
752 |
msgstr "da %s a %s"
|
753 |
|
754 |
+
#: mappress_options.php:439
|
755 |
+
#: pro/mappress_pro_settings.php:230
|
756 |
msgid "Force Resize"
|
757 |
msgstr "imponi resize"
|
758 |
|
781 |
msgid "Enable %s for your RSS feeds"
|
782 |
msgstr "Abilita %s per il tuo feed RSS"
|
783 |
|
784 |
+
#: mappress_options.php:492
|
785 |
+
#: mappress_options.php:501
|
786 |
msgid "No new items"
|
787 |
msgstr "Nessun nuovo termine"
|
788 |
|
811 |
msgid "* Make a donation"
|
812 |
msgstr "* Effettua una donazione!"
|
813 |
|
814 |
+
#: mappress_options.php:532
|
815 |
+
#: mappress_settings.php:513
|
816 |
msgid "Thanks for your support!"
|
817 |
msgstr "Grazie per il tuo supporto!"
|
818 |
|
819 |
+
#: mappress_options.php:559
|
820 |
+
#: mappress_settings.php:540
|
821 |
msgid "MapPress"
|
822 |
msgstr "MapPress"
|
823 |
|
824 |
+
#: mappress_options.php:613
|
825 |
+
#: mappress_settings.php:590
|
826 |
msgid "Like this plugin?"
|
827 |
msgstr "Ti piace questo plugin?"
|
828 |
|
830 |
msgid "MapPress News"
|
831 |
msgstr "Notizie MapPress"
|
832 |
|
833 |
+
#: mappress_options.php:618
|
834 |
+
#: mappress_settings.php:592
|
835 |
msgid "Sample Map"
|
836 |
msgstr "Mappa esempio"
|
837 |
|
838 |
+
#: mappress_options.php:638
|
839 |
+
#: mappress_settings.php:611
|
840 |
msgid "Save Changes"
|
841 |
msgstr "Salva le modifiche"
|
842 |
|
843 |
+
#: mappress_options.php:639
|
844 |
+
#: mappress_settings.php:612
|
845 |
msgid "Reset Defaults"
|
846 |
msgstr "Ripristina i valori predefiniti"
|
847 |
|
848 |
+
#: mappress_poi.php:246
|
849 |
+
#: mappress_settings.php:453
|
850 |
msgid "Directions to"
|
851 |
msgstr "Percorsi verso"
|
852 |
|
853 |
+
#: mappress_poi.php:248
|
854 |
+
#: mappress_settings.php:454
|
855 |
msgid "Directions from"
|
856 |
msgstr "Percorsi da"
|
857 |
|
937 |
|
938 |
#: mappress_settings.php:218
|
939 |
msgid "Use the settings below to automatically create maps from custom fields."
|
940 |
+
msgstr "Utilizza le seguenti impostazioni per creare automaticamente delle mappe dai campi personalizzati."
|
|
|
|
|
941 |
|
942 |
#: mappress_settings.php:224
|
943 |
msgid "Posts"
|
966 |
#: mappress_settings.php:272
|
967 |
#, php-format
|
968 |
msgid "Use a specific %s for map controls and geocoding"
|
969 |
+
msgstr "Usa una specifica %s per i controlli della mappa e la georeferenziazione"
|
|
|
970 |
|
971 |
#: mappress_settings.php:281
|
972 |
msgid "Horizontal"
|
992 |
msgid "Open initially"
|
993 |
msgstr "Apri all'avvio"
|
994 |
|
995 |
+
#: mappress_settings.php:302
|
996 |
+
#: mappress_settings.php:304
|
997 |
#: mappress_settings.php:306
|
998 |
msgid "Checked initially"
|
999 |
msgstr "Selezionato all'avvio"
|
1030 |
msgid "Road map"
|
1031 |
msgstr "Percorso"
|
1032 |
|
1033 |
+
#: mappress_settings.php:327
|
1034 |
+
#: pro/mappress_widget.php:142
|
1035 |
msgid "Satellite"
|
1036 |
msgstr "Satellite"
|
1037 |
|
1038 |
+
#: mappress_settings.php:328
|
1039 |
+
#: pro/mappress_widget.php:143
|
1040 |
msgid "Terrain"
|
1041 |
msgstr "Rilievo"
|
1042 |
|
1043 |
+
#: mappress_settings.php:329
|
1044 |
+
#: pro/mappress_widget.php:141
|
1045 |
msgid "Hybrid"
|
1046 |
msgstr "Ibrida"
|
1047 |
|
1049 |
msgid "Automatically open the first POI when a map is displayed"
|
1050 |
msgstr "Apri automaticamente il primo POI quando la mappa è visualizzata"
|
1051 |
|
1052 |
+
#: mappress_settings.php:356
|
1053 |
+
#: mappress_settings.php:365
|
1054 |
msgid "Show control"
|
1055 |
msgstr "Visualizza controlli"
|
1056 |
|
1057 |
+
#: mappress_settings.php:360
|
1058 |
+
#: mappress_settings.php:369
|
1059 |
msgid "Enabled by default"
|
1060 |
msgstr "Abilitato in modo predefinito"
|
1061 |
|
1116 |
#: mappress_updater.php:46
|
1117 |
#, php-format
|
1118 |
msgid "A PRO Version update is available for manual installation: %s"
|
1119 |
+
msgstr "Un aggiornamento della versione PRO è disponibile per installazione manuale: %s"
|
|
|
|
|
1120 |
|
1121 |
#: forms/map_editor.php:2
|
1122 |
msgid "Add POI"
|
1123 |
msgstr "Aggiungi POI"
|
1124 |
|
1125 |
+
#: forms/map_editor.php:5
|
1126 |
+
#: templates/map_directions.php:11
|
1127 |
msgid "My location"
|
1128 |
msgstr "La mia posizione"
|
1129 |
|
1139 |
msgid "Weight"
|
1140 |
msgstr "Peso"
|
1141 |
|
1142 |
+
#: forms/map_editor_infobox.php:25
|
1143 |
+
#: forms/map_editor_infobox.php:31
|
1144 |
msgid "Opacity"
|
1145 |
msgstr "Opacità"
|
1146 |
|
1177 |
msgid "Invalid status: %s, address: %s"
|
1178 |
msgstr "Status non valido: %s, indirizzo: %s"
|
1179 |
|
1180 |
+
#: pro/mappress_geocoders.php:94
|
1181 |
+
#: pro/mappress_geocoders.php:158
|
1182 |
#, php-format
|
1183 |
msgid "No results for address: %s"
|
1184 |
msgstr "Nessun risultato per l'indirizzo: %s"
|
1315 |
|
1316 |
#: pro/mappress_pro_settings.php:111
|
1317 |
msgid "Disable map panning when infoWindow / infoBox is opened"
|
1318 |
+
msgstr "Disabilita il panning della mappa quando è aperto infoWindows / infoBox"
|
|
|
1319 |
|
1320 |
#: pro/mappress_pro_settings.php:115
|
1321 |
msgid "Show featured image thumbnails in mashup POIs"
|
1398 |
msgid "Map Zoom"
|
1399 |
msgstr "Ingrandimento"
|
1400 |
|
1401 |
+
#: pro/mappress_pro_settings.php:204
|
1402 |
+
#: pro/mappress_widget.php:140
|
1403 |
msgid "Map"
|
1404 |
msgstr "Mappa"
|
1405 |
|
1494 |
|
1495 |
#~ msgid "Internal error, map was missing. Your data has not been saved!"
|
1496 |
#~ msgstr ""
|
1497 |
+
"\n"
|
1498 |
+
"interno: la mappa é stata smarrita. I dati non sono stati salvati!\""
|
1499 |
|
1500 |
#~ msgid "Internal error - unable to save map. Your data has not been saved!"
|
1501 |
#~ msgstr ""
|
1502 |
+
"\n"
|
1503 |
+
"interno - non é possibile salvare la mappa. I dati non sono stati \"\n"
|
1504 |
+
""
|
1505 |
|
1506 |
#~ msgid "Custom CSS"
|
1507 |
#~ msgstr "CSS personalizzato"
|
1535 |
|
1536 |
#~ msgid "Update map when address is changed by a program"
|
1537 |
#~ msgstr ""
|
1538 |
+
"\n"
|
1539 |
+
"la mappa quando un indirizzo é stato modificato da un programma\""
|
1540 |
|
1541 |
#~ msgid "Display powered by link"
|
1542 |
#~ msgstr "Attiva il link \"fornito da\"."
|
1561 |
|
1562 |
#~ msgid "This setting requires %s. Show a list of markers under each map."
|
1563 |
#~ msgstr ""
|
1564 |
+
"\n"
|
1565 |
+
"impostazione richiede %s. Mostra una lista di marker sotto ogni \"\n"
|
1566 |
+
""
|
1567 |
|
1568 |
#~ msgid "Donate"
|
1569 |
#~ msgstr "Donazioni"
|
1592 |
#~ msgstr "Campo personalizzato mappa"
|
1593 |
|
1594 |
#~ msgid ""
|
1595 |
+
"\n"
|
1596 |
+
"Include your own CSS. You must create a file named %s in the MapPress \"\n"
|
1597 |
+
"sub-directory\""
|
1598 |
#~ msgstr ""
|
1599 |
+
"\n"
|
1600 |
+
"Includi CSS personalizzato. Crea un file a nome %s nella sotto-cartella \"\n"
|
1601 |
+
"di MapPress\""
|
1602 |
|
1603 |
#~ msgid "Map addresses from a %s : "
|
1604 |
#~ msgstr "Indirizzi mappa da un %s : "
|
1634 |
#~ msgstr "Manca l'indirizzo di partenza o arrivo."
|
1635 |
|
1636 |
#~ msgid ""
|
1637 |
+
"\n"
|
1638 |
+
"cannot return those directions for legal or contractual reasons\""
|
1639 |
#~ msgstr ""
|
1640 |
+
"\n"
|
1641 |
+
"non può mostrare questi percorsi per ragioni contrattuali o legali\""
|
1642 |
|
1643 |
#~ msgid "Invalid map API key"
|
1644 |
#~ msgstr "Chiave API non valida"
|
1647 |
#~ msgstr "La tua chiave ha inoltrato in un solo giorno troppe richieste."
|
1648 |
|
1649 |
#~ msgid ""
|
1650 |
+
"\n"
|
1651 |
+
"your browser does not seem to support the street view Flash player\""
|
1652 |
#~ msgstr ""
|
1653 |
+
"\n"
|
1654 |
+
"pare che il tuo browser non supporti lo street view Flash player\""
|
1655 |
|
1656 |
#~ msgid "Sorry, no street view data is available for this location"
|
1657 |
#~ msgstr "nessuna visualizzazione stradale per questa località"
|
1658 |
|
1659 |
#~ msgid "Sorry, Google was unable to display the street view in your browser"
|
1660 |
#~ msgstr ""
|
1661 |
+
"\n"
|
1662 |
+
"non é in grado di potere mostrare nel tuo browser la \"\n"
|
1663 |
+
"stradale\""
|
1664 |
|
1665 |
#~ msgid "Get directions"
|
1666 |
#~ msgstr "Ottieni i percorsi"
|
1678 |
#~ msgstr "Inserisci la tua chiave API. Non hai una chiave API? Vai qui "
|
1679 |
|
1680 |
#~ msgid ""
|
1681 |
+
"\n"
|
1682 |
+
"could not load google maps. Either your browser is incompatible \"\n"
|
1683 |
+
"your API key is invalid. Need an API key? Get one \""
|
1684 |
#~ msgstr ""
|
1685 |
+
"\n"
|
1686 |
+
"non può caricare le mappe di Google. Il problema potrebbe \"\n"
|
1687 |
+
"dalla incompatibilità del tuo browser oppure da una chiave API \"\n"
|
1688 |
+
"valida. Non hai una chiave API? Vai \""
|
1689 |
|
1690 |
#~ msgid "here"
|
1691 |
#~ msgstr "qui"
|
1700 |
#~ msgstr "Premi esci oppure clicca qui per cancellare:"
|
1701 |
|
1702 |
#~ msgid ""
|
1703 |
+
"\n"
|
1704 |
+
"isn't ready yet. Please enter your Google Maps API Key on the \""
|
1705 |
#~ msgstr ""
|
1706 |
+
"\n"
|
1707 |
+
"non é ancora pronto. Inserisci la tua chiave API di Google Maps \"\n"
|
1708 |
+
""
|
1709 |
|
1710 |
#~ msgid "MapPress options screen."
|
1711 |
#~ msgstr "MapPress - opzioni schermo."
|
1721 |
|
1722 |
#~ msgid "Click on a marker or use the links below to edit or delete markers."
|
1723 |
#~ msgstr ""
|
1724 |
+
"\n"
|
1725 |
+
"su di un marker oppure utilizza i link qui sotto per modificare o \"\n"
|
1726 |
+
"i marker.\""
|
1727 |
|
1728 |
#~ msgid "ACCESS DENIED: You don't have permission to do this."
|
1729 |
#~ msgstr ""
|
1730 |
+
"\n"
|
1731 |
+
"NEGATO: non hai i permessi necessari per compiere questa \"\n"
|
1732 |
+
""
|
1733 |
|
1734 |
#~ msgid "supported languages"
|
1735 |
#~ msgstr "lingue disponibili"
|
1738 |
#~ msgstr "Opzioni MapPress"
|
1739 |
|
1740 |
#~ msgid ""
|
1741 |
+
"\n"
|
1742 |
+
"spend many hours working on MapPress. Please donate to keep me going!\""
|
1743 |
#~ msgstr ""
|
1744 |
+
"\n"
|
1745 |
+
"dedicato molto tempo allo sviluppo di MapPress. Effettua una donazione!\""
|
1746 |
|
1747 |
#~ msgid "Address format"
|
1748 |
#~ msgstr "Formato indirizzo"
|
1757 |
#~ msgstr "Codice paese (ricerche)"
|
1758 |
|
1759 |
#~ msgid ""
|
1760 |
+
"\n"
|
1761 |
+
"a country code to use as a default when searching for an address.\""
|
1762 |
#~ msgstr ""
|
1763 |
+
"\n"
|
1764 |
+
"il codice paese da utilizzare come predefinito durante la \"\n"
|
1765 |
+
"di un indirizzo.\""
|
1766 |
|
1767 |
#~ msgid "Force Google to use a specific language for map controls."
|
1768 |
#~ msgstr ""
|
1769 |
+
"\n"
|
1770 |
+
"a Google l'utilizzo specifico di una lingua per i controlli della \"\n"
|
1771 |
+
""
|
1772 |
|
1773 |
#~ msgid "Check to enable directions to/from map markers"
|
1774 |
#~ msgstr "Seleziona per attivare (marker della mappa) i percorsi da/a"
|
1775 |
|
1776 |
#~ msgid ""
|
1777 |
+
"\n"
|
1778 |
+
"to show large map controls; uncheck for a small zoom control instead\""
|
1779 |
#~ msgstr ""
|
1780 |
+
"\n"
|
1781 |
+
"per mostrare in esteso i controlli per la mappa; deseleziona \"\n"
|
1782 |
+
"il solo controllo sullo zoom \""
|
1783 |
|
1784 |
#~ msgid "Check to enable the \"map types\" button on the map"
|
1785 |
#~ msgstr "Seleziona per attivare sulla mappa il pulsante \"tipi di mappa\""
|
1789 |
|
1790 |
#~ msgid "Choose the map type to use when the map is first displayed"
|
1791 |
#~ msgstr ""
|
1792 |
+
"\n"
|
1793 |
+
"quale tipologia di mappa mostrare alla visualizzazione di \"\n"
|
1794 |
+
""
|
1795 |
|
1796 |
#~ msgid "(click the icon to choose)"
|
1797 |
#~ msgstr "(clicca sulla icona per scegliere)"
|
1798 |
|
1799 |
#~ msgid ""
|
1800 |
+
"\n"
|
1801 |
+
"starting or ending address could not be found. Please check that the \"\n"
|
1802 |
+
"is correct and completely entered.\""
|
1803 |
#~ msgstr ""
|
1804 |
+
"\n"
|
1805 |
+
"é stato possibile trovare l'indirizzo di partenza o arrivo. Verifica \"\n"
|
1806 |
+
"l'indirizzo sia valido nonché sia stato inserito correttamente.\""
|
1807 |
|
1808 |
#~ msgid "(leave blank for default)"
|
1809 |
#~ msgstr "(lascia in bianco per le predefinite)"
|
1827 |
#~ msgstr "Impostazioni avanzate"
|
1828 |
|
1829 |
#~ msgid ""
|
1830 |
+
"\n"
|
1831 |
+
"to show the \"GoogleBar\" search box for local business listings.\""
|
1832 |
#~ msgstr ""
|
1833 |
+
"\n"
|
1834 |
+
"per mostrare la casella di ricerca \"GoogleBar\" per l'elenco \"\n"
|
1835 |
+
"attività commerciali locali.\""
|
1836 |
|
1837 |
#~ msgid ""
|
1838 |
+
"\n"
|
1839 |
+
"center/zoom map when saved (uncheck to display map exactly \"\n"
|
1840 |
+
"shown below)\""
|
1841 |
#~ msgstr ""
|
1842 |
+
"\n"
|
1843 |
+
"in automatico al salvataggio della mappa (deseleziona per \"\n"
|
1844 |
+
"la mappa esattamente come qui sotto)\""
|
1845 |
|
1846 |
#~ msgid "Center/zoom now"
|
1847 |
#~ msgstr "Centratura/zoom"
|
languages/mappress-google-maps-for-wordpress-ja.po
CHANGED
@@ -2,15 +2,15 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2013-02-15 09:08-0800\n"
|
6 |
-
"PO-Revision-Date: 2013-06-05 17:44+0900\n"
|
7 |
"Last-Translator: Osamu Satoh <osamus@connectworks.jp>\n"
|
8 |
"Language-Team: \n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"
|
13 |
-
"
|
|
|
|
|
14 |
"X-Poedit-Basepath: .\n"
|
15 |
"X-Generator: Poedit 1.5.5\n"
|
16 |
"X-Poedit-SearchPath-0: ..\n"
|
@@ -36,30 +36,19 @@ msgid "Upgrade to MapPress Pro"
|
|
36 |
msgstr "MapPress Proへアップグレード"
|
37 |
|
38 |
#: ../mappress.php:330
|
39 |
-
msgid ""
|
40 |
-
"MapPress
|
41 |
-
"activate it again to fix this."
|
42 |
-
msgstr ""
|
43 |
-
"MapPressのデータベーステーブルがありません。この問題を解決するには、プラグイ"
|
44 |
-
"ンを無効にした後、再度有効にして下さい。"
|
45 |
|
46 |
#: ../mappress.php:335
|
47 |
-
msgid ""
|
48 |
-
"
|
49 |
-
"before using MapPress."
|
50 |
-
msgstr ""
|
51 |
-
"注意:MapPressにはWordPress 3.2以上が必要です。MapPressを使用する前に更新して"
|
52 |
-
"下さい。"
|
53 |
|
54 |
#: ../mappress.php:340
|
55 |
-
msgid ""
|
56 |
-
"
|
57 |
-
"deactivate or uninstall WP-Geo before using MapPress."
|
58 |
-
msgstr ""
|
59 |
-
"注意:MapPressはWP-Geo pluginとの互換性がありません。MapPressを使用する前に"
|
60 |
-
"WP-Geoを無効にするか、アンインストールして下さい。"
|
61 |
|
62 |
-
#: ../mappress.php:533
|
|
|
63 |
msgid "Bicycling"
|
64 |
msgstr "自転車で行く"
|
65 |
|
@@ -72,19 +61,16 @@ msgid "One of the addresses could not be found."
|
|
72 |
msgstr "住所の一つが見つかりませんでした。"
|
73 |
|
74 |
#: ../mappress.php:536
|
75 |
-
msgid ""
|
76 |
-
"Google
|
77 |
-
"between them or the routing information is not available."
|
78 |
-
msgstr ""
|
79 |
-
"Googleはこれらの住所間のルート・乗換案内を見つけられませんでした。ルートがな"
|
80 |
-
"いか、ルート情報が利用できません。"
|
81 |
|
82 |
#: ../mappress.php:537
|
83 |
msgid "Unknown error, unable to return directions. Status code = "
|
84 |
-
msgstr ""
|
85 |
-
"不明なエラーです。ルート・乗換案内を表示できません。ステータスコード = "
|
86 |
|
87 |
-
#: ../mappress.php:538
|
|
|
|
|
88 |
#: ../pro/mappress_widget.php:108
|
89 |
msgid "Directions"
|
90 |
msgstr "ルート・乗換案内"
|
@@ -105,7 +91,8 @@ msgstr "合致する住所がありません。"
|
|
105 |
msgid "Unable to get your location"
|
106 |
msgstr "あなたの位置が確認できません。"
|
107 |
|
108 |
-
#: ../mappress.php:543
|
|
|
109 |
msgid "Traffic"
|
110 |
msgstr "交通状況"
|
111 |
|
@@ -113,8 +100,11 @@ msgstr "交通状況"
|
|
113 |
msgid "Transit"
|
114 |
msgstr "乗換"
|
115 |
|
116 |
-
#: ../mappress.php:545
|
117 |
-
#: ../
|
|
|
|
|
|
|
118 |
msgid "Zoom"
|
119 |
msgstr "ズーム"
|
120 |
|
@@ -130,7 +120,8 @@ msgstr "クリック&ドラッグで移動"
|
|
130 |
msgid "Click to change"
|
131 |
msgstr "クリックで変更"
|
132 |
|
133 |
-
#: ../mappress.php:553
|
|
|
134 |
msgid "Delete"
|
135 |
msgstr "削除"
|
136 |
|
@@ -162,7 +153,8 @@ msgstr "マップが見つかりません"
|
|
162 |
msgid "Edit"
|
163 |
msgstr "編集"
|
164 |
|
165 |
-
#: ../mappress_map.php:427
|
|
|
166 |
msgid "Insert into post"
|
167 |
msgstr "記事へ挿入"
|
168 |
|
@@ -170,16 +162,19 @@ msgstr "記事へ挿入"
|
|
170 |
msgid "Show map"
|
171 |
msgstr "マップを表示"
|
172 |
|
173 |
-
#: ../mappress_map.php:479
|
|
|
174 |
#: ../forms/map_editor.php:17
|
175 |
msgid "Center map"
|
176 |
msgstr "地図の中心へ"
|
177 |
|
178 |
-
#: ../mappress_map.php:488
|
|
|
179 |
msgid "Reset map"
|
180 |
msgstr "地図のリセット"
|
181 |
|
182 |
-
#: ../mappress_map.php:497
|
|
|
183 |
msgid "Bigger map"
|
184 |
msgstr "大きな地図"
|
185 |
|
@@ -187,11 +182,13 @@ msgstr "大きな地図"
|
|
187 |
msgid "Smaller map"
|
188 |
msgstr "小さな地図"
|
189 |
|
190 |
-
#: ../mappress_poi.php:247
|
|
|
191 |
msgid "Directions to"
|
192 |
msgstr "行き先に設定"
|
193 |
|
194 |
-
#: ../mappress_poi.php:249
|
|
|
195 |
msgid "Directions from"
|
196 |
msgstr "出発地に設定"
|
197 |
|
@@ -381,7 +378,8 @@ msgstr "言語"
|
|
381 |
msgid "Use a specific %s for map controls and geocoding"
|
382 |
msgstr "マップコントロールとGeocodingに特定の%sを使用する"
|
383 |
|
384 |
-
#: ../mappress_settings.php:283
|
|
|
385 |
#: ../mappress_settings.php:384
|
386 |
msgid "Default"
|
387 |
msgstr "初期設定"
|
@@ -410,7 +408,8 @@ msgstr ""
|
|
410 |
msgid "Open initially"
|
411 |
msgstr "最初から開く"
|
412 |
|
413 |
-
#: ../mappress_settings.php:305
|
|
|
414 |
#: ../mappress_settings.php:309
|
415 |
msgid "Checked initially"
|
416 |
msgstr "最初からチェック"
|
@@ -423,7 +422,8 @@ msgstr "コントロール"
|
|
423 |
msgid "Enable"
|
424 |
msgstr ""
|
425 |
|
426 |
-
#: ../mappress_settings.php:311
|
|
|
427 |
msgid "Style"
|
428 |
msgstr "スタイル"
|
429 |
|
@@ -459,15 +459,18 @@ msgstr "自転車のルート"
|
|
459 |
msgid "Road map"
|
460 |
msgstr "地図"
|
461 |
|
462 |
-
#: ../mappress_settings.php:330
|
|
|
463 |
msgid "Satellite"
|
464 |
msgstr "衛星写真"
|
465 |
|
466 |
-
#: ../mappress_settings.php:331
|
|
|
467 |
msgid "Terrain"
|
468 |
msgstr "地形"
|
469 |
|
470 |
-
#: ../mappress_settings.php:332
|
|
|
471 |
msgid "Hybrid"
|
472 |
msgstr "ハイブリッド"
|
473 |
|
@@ -475,12 +478,14 @@ msgstr "ハイブリッド"
|
|
475 |
msgid "Inline (in your blog)"
|
476 |
msgstr "インライン(ブログ上)"
|
477 |
|
478 |
-
#: ../mappress_settings.php:346
|
|
|
479 |
#: ../pro/mappress_widget.php:110
|
480 |
msgid "Google"
|
481 |
msgstr ""
|
482 |
|
483 |
-
#: ../mappress_settings.php:347
|
|
|
484 |
msgid "None"
|
485 |
msgstr "なし"
|
486 |
|
@@ -488,11 +493,13 @@ msgstr "なし"
|
|
488 |
msgid "Automatically open the first POI when a map is displayed"
|
489 |
msgstr "地図の表示時に最初のPOIを自動で開く"
|
490 |
|
491 |
-
#: ../mappress_settings.php:359
|
|
|
492 |
msgid "Show control"
|
493 |
msgstr ""
|
494 |
|
495 |
-
#: ../mappress_settings.php:363
|
|
|
496 |
msgid "Enabled by default"
|
497 |
msgstr ""
|
498 |
|
@@ -500,7 +507,8 @@ msgstr ""
|
|
500 |
msgid "Show POI titles as a \"tooltip\" on mouse-over"
|
501 |
msgstr "\"ツールチップ\"のマウスオーバーでPOIのタイトルを表示する"
|
502 |
|
503 |
-
#: ../mappress_settings.php:385
|
|
|
504 |
msgid "Center"
|
505 |
msgstr "中央"
|
506 |
|
@@ -639,7 +647,8 @@ msgstr "手動インストールでPROバージョンへ更新出来ます: %s"
|
|
639 |
msgid "Add POI"
|
640 |
msgstr "POIを追加"
|
641 |
|
642 |
-
#: ../forms/map_editor.php:5
|
|
|
643 |
msgid "My location"
|
644 |
msgstr "現在地"
|
645 |
|
@@ -655,7 +664,8 @@ msgstr ""
|
|
655 |
msgid "Weight"
|
656 |
msgstr ""
|
657 |
|
658 |
-
#: ../forms/map_editor_infobox.php:25
|
|
|
659 |
msgid "Opacity"
|
660 |
msgstr ""
|
661 |
|
@@ -671,11 +681,13 @@ msgstr "リッチテキスト"
|
|
671 |
msgid "HTML"
|
672 |
msgstr "HTMLの編集"
|
673 |
|
674 |
-
#: ../forms/map_editor_infobox.php:45
|
|
|
675 |
msgid "Save"
|
676 |
msgstr "保存"
|
677 |
|
678 |
-
#: ../forms/map_editor_infobox.php:46
|
|
|
679 |
#: ../pro/mappress_icons.php:64
|
680 |
msgid "Cancel"
|
681 |
msgstr "キャンセル"
|
@@ -709,7 +721,8 @@ msgstr ""
|
|
709 |
msgid "Invalid status: %s, address: %s"
|
710 |
msgstr ""
|
711 |
|
712 |
-
#: ../pro/mappress_geocoders.php:85
|
|
|
713 |
#, php-format
|
714 |
msgid "No results for address: %s"
|
715 |
msgstr ""
|
@@ -933,7 +946,8 @@ msgstr "ボディ"
|
|
933 |
msgid "Map Zoom"
|
934 |
msgstr "マップズーム"
|
935 |
|
936 |
-
#: ../pro/mappress_pro_settings.php:190
|
|
|
937 |
msgid "Map"
|
938 |
msgstr "マップ"
|
939 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
|
|
|
|
5 |
"Last-Translator: Osamu Satoh <osamus@connectworks.jp>\n"
|
6 |
"Language-Team: \n"
|
7 |
"MIME-Version: 1.0\n"
|
8 |
"Content-Type: text/plain; charset=UTF-8\n"
|
9 |
"Content-Transfer-Encoding: 8bit\n"
|
10 |
+
"POT-Creation-Date: 2013-02-15 09:08-0800\n"
|
11 |
+
"PO-Revision-Date: 2013-06-05 17:44+0900\n"
|
12 |
+
"Language: \n"
|
13 |
+
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;esc_attr_e;esc_attr__;esc_html_e;esc_html__\n"
|
14 |
"X-Poedit-Basepath: .\n"
|
15 |
"X-Generator: Poedit 1.5.5\n"
|
16 |
"X-Poedit-SearchPath-0: ..\n"
|
36 |
msgstr "MapPress Proへアップグレード"
|
37 |
|
38 |
#: ../mappress.php:330
|
39 |
+
msgid "MapPress database tables are missing. Please deactivate the plugin and activate it again to fix this."
|
40 |
+
msgstr "MapPressのデータベーステーブルがありません。この問題を解決するには、プラグインを無効にした後、再度有効にして下さい。"
|
|
|
|
|
|
|
|
|
41 |
|
42 |
#: ../mappress.php:335
|
43 |
+
msgid "WARNING: MapPress now requires WordPress 3.2 or higher. Please upgrade before using MapPress."
|
44 |
+
msgstr "注意:MapPressにはWordPress 3.2以上が必要です。MapPressを使用する前に更新して下さい。"
|
|
|
|
|
|
|
|
|
45 |
|
46 |
#: ../mappress.php:340
|
47 |
+
msgid "WARNING: MapPress is not compfatible with the WP-Geo plugin. Please deactivate or uninstall WP-Geo before using MapPress."
|
48 |
+
msgstr "注意:MapPressはWP-Geo pluginとの互換性がありません。MapPressを使用する前にWP-Geoを無効にするか、アンインストールして下さい。"
|
|
|
|
|
|
|
|
|
49 |
|
50 |
+
#: ../mappress.php:533
|
51 |
+
#: ../templates/map_directions.php:6
|
52 |
msgid "Bicycling"
|
53 |
msgstr "自転車で行く"
|
54 |
|
61 |
msgstr "住所の一つが見つかりませんでした。"
|
62 |
|
63 |
#: ../mappress.php:536
|
64 |
+
msgid "Google cannot return directions between those addresses. There is no route between them or the routing information is not available."
|
65 |
+
msgstr "Googleはこれらの住所間のルート・乗換案内を見つけられませんでした。ルートがないか、ルート情報が利用できません。"
|
|
|
|
|
|
|
|
|
66 |
|
67 |
#: ../mappress.php:537
|
68 |
msgid "Unknown error, unable to return directions. Status code = "
|
69 |
+
msgstr "不明なエラーです。ルート・乗換案内を表示できません。ステータスコード = "
|
|
|
70 |
|
71 |
+
#: ../mappress.php:538
|
72 |
+
#: ../mappress_poi.php:282
|
73 |
+
#: ../mappress_settings.php:129
|
74 |
#: ../pro/mappress_widget.php:108
|
75 |
msgid "Directions"
|
76 |
msgstr "ルート・乗換案内"
|
91 |
msgid "Unable to get your location"
|
92 |
msgstr "あなたの位置が確認できません。"
|
93 |
|
94 |
+
#: ../mappress.php:543
|
95 |
+
#: ../mappress_settings.php:321
|
96 |
msgid "Traffic"
|
97 |
msgstr "交通状況"
|
98 |
|
100 |
msgid "Transit"
|
101 |
msgstr "乗換"
|
102 |
|
103 |
+
#: ../mappress.php:545
|
104 |
+
#: ../mappress_poi.php:331
|
105 |
+
#: ../mappress_settings.php:316
|
106 |
+
#: ../mappress_settings.php:455
|
107 |
+
#: ../pro/mappress_widget.php:124
|
108 |
msgid "Zoom"
|
109 |
msgstr "ズーム"
|
110 |
|
120 |
msgid "Click to change"
|
121 |
msgstr "クリックで変更"
|
122 |
|
123 |
+
#: ../mappress.php:553
|
124 |
+
#: ../mappress_map.php:428
|
125 |
msgid "Delete"
|
126 |
msgstr "削除"
|
127 |
|
153 |
msgid "Edit"
|
154 |
msgstr "編集"
|
155 |
|
156 |
+
#: ../mappress_map.php:427
|
157 |
+
#: ../forms/map_media.php:48
|
158 |
msgid "Insert into post"
|
159 |
msgstr "記事へ挿入"
|
160 |
|
162 |
msgid "Show map"
|
163 |
msgstr "マップを表示"
|
164 |
|
165 |
+
#: ../mappress_map.php:479
|
166 |
+
#: ../mappress_settings.php:447
|
167 |
#: ../forms/map_editor.php:17
|
168 |
msgid "Center map"
|
169 |
msgstr "地図の中心へ"
|
170 |
|
171 |
+
#: ../mappress_map.php:488
|
172 |
+
#: ../mappress_settings.php:448
|
173 |
msgid "Reset map"
|
174 |
msgstr "地図のリセット"
|
175 |
|
176 |
+
#: ../mappress_map.php:497
|
177 |
+
#: ../mappress_settings.php:446
|
178 |
msgid "Bigger map"
|
179 |
msgstr "大きな地図"
|
180 |
|
182 |
msgid "Smaller map"
|
183 |
msgstr "小さな地図"
|
184 |
|
185 |
+
#: ../mappress_poi.php:247
|
186 |
+
#: ../mappress_settings.php:456
|
187 |
msgid "Directions to"
|
188 |
msgstr "行き先に設定"
|
189 |
|
190 |
+
#: ../mappress_poi.php:249
|
191 |
+
#: ../mappress_settings.php:457
|
192 |
msgid "Directions from"
|
193 |
msgstr "出発地に設定"
|
194 |
|
378 |
msgid "Use a specific %s for map controls and geocoding"
|
379 |
msgstr "マップコントロールとGeocodingに特定の%sを使用する"
|
380 |
|
381 |
+
#: ../mappress_settings.php:283
|
382 |
+
#: ../mappress_settings.php:289
|
383 |
#: ../mappress_settings.php:384
|
384 |
msgid "Default"
|
385 |
msgstr "初期設定"
|
408 |
msgid "Open initially"
|
409 |
msgstr "最初から開く"
|
410 |
|
411 |
+
#: ../mappress_settings.php:305
|
412 |
+
#: ../mappress_settings.php:307
|
413 |
#: ../mappress_settings.php:309
|
414 |
msgid "Checked initially"
|
415 |
msgstr "最初からチェック"
|
422 |
msgid "Enable"
|
423 |
msgstr ""
|
424 |
|
425 |
+
#: ../mappress_settings.php:311
|
426 |
+
#: ../mappress_settings.php:409
|
427 |
msgid "Style"
|
428 |
msgstr "スタイル"
|
429 |
|
459 |
msgid "Road map"
|
460 |
msgstr "地図"
|
461 |
|
462 |
+
#: ../mappress_settings.php:330
|
463 |
+
#: ../pro/mappress_widget.php:142
|
464 |
msgid "Satellite"
|
465 |
msgstr "衛星写真"
|
466 |
|
467 |
+
#: ../mappress_settings.php:331
|
468 |
+
#: ../pro/mappress_widget.php:143
|
469 |
msgid "Terrain"
|
470 |
msgstr "地形"
|
471 |
|
472 |
+
#: ../mappress_settings.php:332
|
473 |
+
#: ../pro/mappress_widget.php:141
|
474 |
msgid "Hybrid"
|
475 |
msgstr "ハイブリッド"
|
476 |
|
478 |
msgid "Inline (in your blog)"
|
479 |
msgstr "インライン(ブログ上)"
|
480 |
|
481 |
+
#: ../mappress_settings.php:346
|
482 |
+
#: ../pro/mappress_pro_settings.php:165
|
483 |
#: ../pro/mappress_widget.php:110
|
484 |
msgid "Google"
|
485 |
msgstr ""
|
486 |
|
487 |
+
#: ../mappress_settings.php:347
|
488 |
+
#: ../pro/mappress_widget.php:111
|
489 |
msgid "None"
|
490 |
msgstr "なし"
|
491 |
|
493 |
msgid "Automatically open the first POI when a map is displayed"
|
494 |
msgstr "地図の表示時に最初のPOIを自動で開く"
|
495 |
|
496 |
+
#: ../mappress_settings.php:359
|
497 |
+
#: ../mappress_settings.php:368
|
498 |
msgid "Show control"
|
499 |
msgstr ""
|
500 |
|
501 |
+
#: ../mappress_settings.php:363
|
502 |
+
#: ../mappress_settings.php:372
|
503 |
msgid "Enabled by default"
|
504 |
msgstr ""
|
505 |
|
507 |
msgid "Show POI titles as a \"tooltip\" on mouse-over"
|
508 |
msgstr "\"ツールチップ\"のマウスオーバーでPOIのタイトルを表示する"
|
509 |
|
510 |
+
#: ../mappress_settings.php:385
|
511 |
+
#: ../pro/mappress_widget.php:116
|
512 |
msgid "Center"
|
513 |
msgstr "中央"
|
514 |
|
647 |
msgid "Add POI"
|
648 |
msgstr "POIを追加"
|
649 |
|
650 |
+
#: ../forms/map_editor.php:5
|
651 |
+
#: ../templates/map_directions.php:11
|
652 |
msgid "My location"
|
653 |
msgstr "現在地"
|
654 |
|
664 |
msgid "Weight"
|
665 |
msgstr ""
|
666 |
|
667 |
+
#: ../forms/map_editor_infobox.php:25
|
668 |
+
#: ../forms/map_editor_infobox.php:31
|
669 |
msgid "Opacity"
|
670 |
msgstr ""
|
671 |
|
681 |
msgid "HTML"
|
682 |
msgstr "HTMLの編集"
|
683 |
|
684 |
+
#: ../forms/map_editor_infobox.php:45
|
685 |
+
#: ../forms/map_media.php:46
|
686 |
msgid "Save"
|
687 |
msgstr "保存"
|
688 |
|
689 |
+
#: ../forms/map_editor_infobox.php:46
|
690 |
+
#: ../forms/map_media.php:47
|
691 |
#: ../pro/mappress_icons.php:64
|
692 |
msgid "Cancel"
|
693 |
msgstr "キャンセル"
|
721 |
msgid "Invalid status: %s, address: %s"
|
722 |
msgstr ""
|
723 |
|
724 |
+
#: ../pro/mappress_geocoders.php:85
|
725 |
+
#: ../pro/mappress_geocoders.php:149
|
726 |
#, php-format
|
727 |
msgid "No results for address: %s"
|
728 |
msgstr ""
|
946 |
msgid "Map Zoom"
|
947 |
msgstr "マップズーム"
|
948 |
|
949 |
+
#: ../pro/mappress_pro_settings.php:190
|
950 |
+
#: ../pro/mappress_widget.php:140
|
951 |
msgid "Map"
|
952 |
msgstr "マップ"
|
953 |
|
languages/mappress-google-maps-for-wordpress-nl_NL.po
CHANGED
@@ -2,14 +2,14 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2012-07-12 11:36-0800\n"
|
6 |
-
"PO-Revision-Date: \n"
|
7 |
"Last-Translator: Age de Jong <age@multiweb.nl>\n"
|
8 |
"Language-Team: \n"
|
9 |
-
"Language: nl_NL\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
|
|
|
13 |
"X-Generator: Poedit 1.5.4\n"
|
14 |
|
15 |
#: ../mappress.php:118
|
@@ -38,34 +38,22 @@ msgstr "Interne foutmelding, kaart ontbrak. Uw dat is niet opgeslagen!"
|
|
38 |
|
39 |
#: ../mappress.php:151
|
40 |
msgid "Internal error - unable to save map. Your data has not been saved!"
|
41 |
-
msgstr ""
|
42 |
-
"Interne foutmelding - kon kaart niet opslaan. Uw data is niet opgeslagen!"
|
43 |
|
44 |
#: ../mappress.php:372
|
45 |
-
msgid ""
|
46 |
-
"MapPress database
|
47 |
-
"activate it again to fix this."
|
48 |
-
msgstr ""
|
49 |
-
"Er ontbreken MapPress database tabellen. Deactiveer de plugin en activeer "
|
50 |
-
"deze opnieuw om dit op te lossen."
|
51 |
|
52 |
#: ../mappress.php:377
|
53 |
-
msgid ""
|
54 |
-
"
|
55 |
-
"before using MapPress."
|
56 |
-
msgstr ""
|
57 |
-
"WAARSCHUWING: MapPress heeft WordPress 3.2 of hoger nodig. Werk uw WordPress "
|
58 |
-
"installatie bij om MapPress te kunnen gebruiken."
|
59 |
|
60 |
#: ../mappress.php:382
|
61 |
-
msgid ""
|
62 |
-
"
|
63 |
-
"deactivate or uninstall WP-Geo before using MapPress."
|
64 |
-
msgstr ""
|
65 |
-
"WAARSCHUWING: MapPress kan niet samen werken met de WP-Geo plugin. "
|
66 |
-
"Deactiveer of verwijder WP-Geo voordat je MapPress gebruikt."
|
67 |
|
68 |
-
#: ../mappress.php:591
|
|
|
69 |
#: ../pro/templates/map_directions.php:5
|
70 |
msgid "Bicycling"
|
71 |
msgstr "Fietsend"
|
@@ -79,19 +67,16 @@ msgid "One of the addresses could not be found."
|
|
79 |
msgstr "Één van de adressen kon niet gevonden worden."
|
80 |
|
81 |
#: ../mappress.php:594
|
82 |
-
msgid ""
|
83 |
-
"Google
|
84 |
-
"between them or the routing information is not available."
|
85 |
-
msgstr ""
|
86 |
-
"Google kan geen route calculeren tussen deze adressen. Er is geen route "
|
87 |
-
"mogelijk of routeinformatie is niet beschikbaar."
|
88 |
|
89 |
#: ../mappress.php:595
|
90 |
msgid "Unknown error, unable to return directions. Status code = "
|
91 |
-
msgstr ""
|
92 |
-
"Onbekende fout, niet mogelijk om een route weer te geven. Status code = "
|
93 |
|
94 |
-
#: ../mappress.php:596
|
|
|
|
|
95 |
#: ../pro/mappress_widget.php:94
|
96 |
msgid "Directions"
|
97 |
msgstr "Route"
|
@@ -108,8 +93,10 @@ msgstr "Fout met het lezen van het KML bestand"
|
|
108 |
msgid "Loading..."
|
109 |
msgstr "Aan het laden..."
|
110 |
|
111 |
-
#: ../mappress.php:600
|
112 |
-
#: ../forms/
|
|
|
|
|
113 |
msgid "My location"
|
114 |
msgstr "Mijn locatie"
|
115 |
|
@@ -121,11 +108,14 @@ msgstr "Onbekend adres."
|
|
121 |
msgid "Unable to get your location"
|
122 |
msgstr "Was niet in staat uw lokatie te achterhalen"
|
123 |
|
124 |
-
#: ../mappress.php:603
|
|
|
125 |
msgid "Traffic"
|
126 |
msgstr "Verkeer knop"
|
127 |
|
128 |
-
#: ../mappress.php:604
|
|
|
|
|
129 |
#: ../pro/mappress_widget.php:110
|
130 |
msgid "Zoom"
|
131 |
msgstr "Inzoomen"
|
@@ -138,7 +128,8 @@ msgstr "Fout: AJAX mislukt!"
|
|
138 |
msgid "Back"
|
139 |
msgstr "TerugTerug"
|
140 |
|
141 |
-
#: ../mappress.php:611
|
|
|
142 |
msgid "Cancel"
|
143 |
msgstr "Annuleren"
|
144 |
|
@@ -174,7 +165,8 @@ msgstr "Bewerken"
|
|
174 |
msgid "Insert into post"
|
175 |
msgstr "Neem op in post"
|
176 |
|
177 |
-
#: ../mappress.php:620
|
|
|
178 |
msgid "Map ID"
|
179 |
msgstr "Kaart ID"
|
180 |
|
@@ -202,12 +194,14 @@ msgstr "Geen titel"
|
|
202 |
msgid "Show map"
|
203 |
msgstr "Kaart weergeven"
|
204 |
|
205 |
-
#: ../mappress_map.php:388
|
|
|
206 |
#: ../forms/map_editor.php:45
|
207 |
msgid "Center map"
|
208 |
msgstr "Kaart in het midden plaatsen"
|
209 |
|
210 |
-
#: ../mappress_map.php:397
|
|
|
211 |
msgid "Bigger map"
|
212 |
msgstr "Grotere kaart"
|
213 |
|
@@ -242,7 +236,8 @@ msgstr "Automatische kaart weergave"
|
|
242 |
msgid "Post types"
|
243 |
msgstr "Post typen"
|
244 |
|
245 |
-
#: ../mappress_settings.php:110
|
|
|
246 |
msgid "POI list"
|
247 |
msgstr "POI lijst"
|
248 |
|
@@ -302,16 +297,19 @@ msgstr "Kaart koppelingen"
|
|
302 |
msgid "POI links"
|
303 |
msgstr "POI koppelingen"
|
304 |
|
305 |
-
#: ../mappress_settings.php:127
|
|
|
306 |
#: ../pro/mappress_pro_settings.php:16
|
307 |
msgid "Default icon"
|
308 |
msgstr "Standaard pictogram"
|
309 |
|
310 |
-
#: ../mappress_settings.php:128
|
|
|
311 |
msgid "Use datatables"
|
312 |
msgstr "Maak gebruik van gegevenstabellen"
|
313 |
|
314 |
-
#: ../mappress_settings.php:129
|
|
|
315 |
msgid "Thumbnails"
|
316 |
msgstr "Miniaturen"
|
317 |
|
@@ -323,12 +321,14 @@ msgstr "Miniatuur grootte"
|
|
323 |
msgid "Styled Maps"
|
324 |
msgstr "Gestileerde kaarten"
|
325 |
|
326 |
-
#: ../mappress_settings.php:133
|
|
|
327 |
#: ../mappress_settings.php:365
|
328 |
msgid "Style"
|
329 |
msgstr "Stijl"
|
330 |
|
331 |
-
#: ../mappress_settings.php:134
|
|
|
332 |
msgid "Default style"
|
333 |
msgstr "Standaard stijl"
|
334 |
|
@@ -356,19 +356,23 @@ msgstr "Route eenheden"
|
|
356 |
msgid "Geocoding"
|
357 |
msgstr "Geocoding"
|
358 |
|
359 |
-
#: ../mappress_settings.php:143
|
|
|
360 |
msgid "Address fields"
|
361 |
msgstr "Adres velden"
|
362 |
|
363 |
-
#: ../mappress_settings.php:144
|
|
|
364 |
msgid "Lat/lng fields"
|
365 |
msgstr "Breedte/lengtegraad velden"
|
366 |
|
367 |
-
#: ../mappress_settings.php:145
|
|
|
368 |
msgid "Errors field"
|
369 |
msgstr "Foutmeldingen veld"
|
370 |
|
371 |
-
#: ../mappress_settings.php:146
|
|
|
372 |
msgid "Update on publish"
|
373 |
msgstr "Bijwerken bij publicatie"
|
374 |
|
@@ -376,21 +380,19 @@ msgstr "Bijwerken bij publicatie"
|
|
376 |
msgid "Miscellaneous"
|
377 |
msgstr "Diverse"
|
378 |
|
379 |
-
#: ../mappress_settings.php:151
|
|
|
380 |
msgid "Map sizes"
|
381 |
msgstr "Kaart maten"
|
382 |
|
383 |
-
#: ../mappress_settings.php:152
|
|
|
384 |
msgid "Force resize"
|
385 |
msgstr "Forceer vergroten/verkleinen"
|
386 |
|
387 |
#: ../mappress_settings.php:192
|
388 |
-
msgid ""
|
389 |
-
"
|
390 |
-
"containing addresses or lat/lng data."
|
391 |
-
msgstr ""
|
392 |
-
"Gebruik de instellingen hieronder om automatisch kaarten aan te maken van "
|
393 |
-
"vrije velden welke adressen of breedte- en lengtedata bevatten."
|
394 |
|
395 |
#: ../mappress_settings.php:198
|
396 |
msgid "country code"
|
@@ -403,8 +405,7 @@ msgstr "Geef een %s op om te gebruiken tijdens zoeken (laat leeg voor USA)"
|
|
403 |
|
404 |
#: ../mappress_settings.php:207
|
405 |
msgid "Enter a google server URL for directions/printing"
|
406 |
-
msgstr ""
|
407 |
-
"Geef de google server op om te gebruiken voor routebeschrijvingen & printen"
|
408 |
|
409 |
#: ../mappress_settings.php:212
|
410 |
msgid "(Default)"
|
@@ -435,7 +436,8 @@ msgstr "taal"
|
|
435 |
msgid "Use a specific %s for map controls and geocoding"
|
436 |
msgstr "Gebruik een specifieke %s voor kaart bedieningen en geocoding"
|
437 |
|
438 |
-
#: ../mappress_settings.php:237
|
|
|
439 |
#: ../mappress_settings.php:340
|
440 |
msgid "Default"
|
441 |
msgstr "Standaard"
|
@@ -464,7 +466,8 @@ msgstr "Android"
|
|
464 |
msgid "Open initially"
|
465 |
msgstr "In eerste instantie openen"
|
466 |
|
467 |
-
#: ../mappress_settings.php:259
|
|
|
468 |
msgid "Checked initially"
|
469 |
msgstr "In eerste instantie aanvinken"
|
470 |
|
@@ -508,15 +511,18 @@ msgstr "Fiets routes"
|
|
508 |
msgid "Road map"
|
509 |
msgstr "Wegenkaart"
|
510 |
|
511 |
-
#: ../mappress_settings.php:281
|
|
|
512 |
msgid "Satellite"
|
513 |
msgstr "Satelliet"
|
514 |
|
515 |
-
#: ../mappress_settings.php:282
|
|
|
516 |
msgid "Terrain"
|
517 |
msgstr "Terrein"
|
518 |
|
519 |
-
#: ../mappress_settings.php:283
|
|
|
520 |
msgid "Hybrid"
|
521 |
msgstr "Hybride"
|
522 |
|
@@ -524,29 +530,31 @@ msgstr "Hybride"
|
|
524 |
msgid "Inline (in your blog)"
|
525 |
msgstr "Inline (in je blog)"
|
526 |
|
527 |
-
#: ../mappress_settings.php:297
|
|
|
528 |
msgid "Google"
|
529 |
msgstr "Google"
|
530 |
|
531 |
-
#: ../mappress_settings.php:298
|
|
|
532 |
msgid "None"
|
533 |
msgstr "Geen"
|
534 |
|
535 |
#: ../mappress_settings.php:302
|
536 |
msgid "Select 'Google' if directions aren't displaying properly in your theme"
|
537 |
-
msgstr ""
|
538 |
-
"Selecteer 'Google' als routebeschrijvingen niet juist worden weergegeven in "
|
539 |
-
"je thema"
|
540 |
|
541 |
#: ../mappress_settings.php:306
|
542 |
msgid "Automatically open the first POI when a map is displayed"
|
543 |
msgstr "Automatisch de eerste POI openen als de kaart wordt weergegeven"
|
544 |
|
545 |
-
#: ../mappress_settings.php:311
|
|
|
546 |
msgid "Show control"
|
547 |
msgstr "Toon kaartbedieningen"
|
548 |
|
549 |
-
#: ../mappress_settings.php:315
|
|
|
550 |
msgid "Enabled by default"
|
551 |
msgstr "Standaard aan"
|
552 |
|
@@ -559,7 +567,8 @@ msgstr "Geef POI titels weer als een \"tooltip\" bij een mouse-over."
|
|
559 |
msgid "Don't load the %s stylesheet"
|
560 |
msgstr "Niet de %s stylesheet laden."
|
561 |
|
562 |
-
#: ../mappress_settings.php:341
|
|
|
563 |
msgid "Center"
|
564 |
msgstr "Midden"
|
565 |
|
@@ -648,7 +657,8 @@ msgstr "Pagina's"
|
|
648 |
msgid "This setting requires %s"
|
649 |
msgstr "Deze instellingen hebben %s nodig"
|
650 |
|
651 |
-
#: ../mappress_settings.php:458
|
|
|
652 |
msgid "No new items"
|
653 |
msgstr "Geen nieuwe items"
|
654 |
|
@@ -712,30 +722,35 @@ msgstr "nu downloaden"
|
|
712 |
#: ../mappress_updater.php:50
|
713 |
#, php-format
|
714 |
msgid "A PRO Version update is available for manual installation: %s"
|
715 |
-
msgstr ""
|
716 |
-
"Er is een PRO versie update is beschikbaar voor handmatige installatie: %s"
|
717 |
|
718 |
-
#: ../forms/map_directions.php:3
|
|
|
719 |
msgid "By car"
|
720 |
msgstr "Per auto"
|
721 |
|
722 |
-
#: ../forms/map_directions.php:4
|
|
|
723 |
msgid "Walking"
|
724 |
msgstr "Lopend"
|
725 |
|
726 |
-
#: ../forms/map_directions.php:17
|
|
|
727 |
msgid "Swap start and end"
|
728 |
msgstr "Verwissel start- en eind adres"
|
729 |
|
730 |
-
#: ../forms/map_directions.php:30
|
|
|
731 |
msgid "Get Directions"
|
732 |
msgstr "Bereken route"
|
733 |
|
734 |
-
#: ../forms/map_directions.php:31
|
|
|
735 |
msgid "Print"
|
736 |
msgstr "Afdrukken"
|
737 |
|
738 |
-
#: ../forms/map_directions.php:32
|
|
|
739 |
msgid "Close"
|
740 |
msgstr "Sluiten"
|
741 |
|
@@ -747,7 +762,8 @@ msgstr "Titel"
|
|
747 |
msgid "Size"
|
748 |
msgstr "Formaat"
|
749 |
|
750 |
-
#: ../forms/map_editor.php:44
|
|
|
751 |
msgid "Done"
|
752 |
msgstr "Klaar"
|
753 |
|
@@ -779,7 +795,8 @@ msgstr "Lijn:"
|
|
779 |
msgid "Weight"
|
780 |
msgstr "Belang"
|
781 |
|
782 |
-
#: ../forms/map_editor.php:100
|
|
|
783 |
msgid "Opacity"
|
784 |
msgstr "Opaciteit"
|
785 |
|
@@ -817,9 +834,7 @@ msgstr "Werk kaart telkens bij als het bericht wordt gepubliceerd "
|
|
817 |
|
818 |
#: ../pro/mappress_pro_settings.php:91
|
819 |
msgid "Update map every time a custom field value changes"
|
820 |
-
msgstr ""
|
821 |
-
"Werk elke keer een kaart bij als de waarde van een op maat gemaakt veld "
|
822 |
-
"veranderd"
|
823 |
|
824 |
#: ../pro/mappress_pro_settings.php:95
|
825 |
msgid "Show a list of POIs under each map"
|
@@ -965,20 +980,23 @@ msgstr "Locatie"
|
|
965 |
#~ msgstr "Bijwerken bij wijzigingen"
|
966 |
|
967 |
#~ msgid ""
|
968 |
-
|
969 |
-
|
|
|
970 |
#~ msgstr ""
|
971 |
-
|
972 |
-
|
973 |
-
|
|
|
974 |
|
975 |
#~ msgid "Field for geocoding error messages"
|
976 |
#~ msgstr "Veld voor geocoding fout meldingen"
|
977 |
|
978 |
#~ msgid "To use existing latitude / longitude fields, enter them below"
|
979 |
#~ msgstr ""
|
980 |
-
|
981 |
-
|
|
|
982 |
|
983 |
#~ msgid "Marker list"
|
984 |
#~ msgstr "Markeerpunten lijst"
|
@@ -1002,10 +1020,12 @@ msgstr "Locatie"
|
|
1002 |
#~ msgstr "Vrije CSS"
|
1003 |
|
1004 |
#~ msgid ""
|
1005 |
-
|
|
|
1006 |
#~ msgstr ""
|
1007 |
-
|
1008 |
-
|
|
|
1009 |
|
1010 |
#, fuzzy
|
1011 |
#~ msgid "Display the street view control \"peg man\""
|
@@ -1034,8 +1054,9 @@ msgstr "Locatie"
|
|
1034 |
|
1035 |
#~ msgid "Take a moment to rate it %s on WordPress.org - or make a donation"
|
1036 |
#~ msgstr ""
|
1037 |
-
|
1038 |
-
|
|
|
1039 |
|
1040 |
#~ msgid "Report a bug"
|
1041 |
#~ msgstr "Rapporteer een fout"
|
@@ -1117,16 +1138,20 @@ msgstr "Locatie"
|
|
1117 |
#~ msgstr "Interne Google fout, probeer het later nog eens."
|
1118 |
|
1119 |
#~ msgid ""
|
1120 |
-
|
1121 |
-
|
|
|
1122 |
#~ msgstr ""
|
1123 |
-
|
1124 |
-
|
|
|
1125 |
|
1126 |
#~ msgid ""
|
1127 |
-
|
|
|
1128 |
#~ msgstr ""
|
1129 |
-
|
|
|
1130 |
|
1131 |
#~ msgid "Invalid map API key"
|
1132 |
#~ msgstr "Ongeldige map APIkey"
|
@@ -1135,10 +1160,12 @@ msgstr "Locatie"
|
|
1135 |
#~ msgstr "Uw API key is vandaag te vaak gebruikt."
|
1136 |
|
1137 |
#~ msgid ""
|
1138 |
-
|
|
|
1139 |
#~ msgstr ""
|
1140 |
-
|
1141 |
-
|
|
|
1142 |
|
1143 |
#~ msgid "Sorry, no street view data is available for this location"
|
1144 |
#~ msgstr "Sorry, er is geen street view data beschikbaar voor deze lokatie."
|
@@ -1159,11 +1186,13 @@ msgstr "Locatie"
|
|
1159 |
#~ msgstr "Geef alsublieft uw API key in. API key nodig? Maak er één aan "
|
1160 |
|
1161 |
#~ msgid ""
|
1162 |
-
|
1163 |
-
|
|
|
1164 |
#~ msgstr ""
|
1165 |
-
|
1166 |
-
|
|
|
1167 |
|
1168 |
#~ msgid "here"
|
1169 |
#~ msgstr "Hier"
|
@@ -1172,10 +1201,12 @@ msgstr "Locatie"
|
|
1172 |
#~ msgstr "Dat adres staat reeds op de map"
|
1173 |
|
1174 |
#~ msgid ""
|
1175 |
-
|
|
|
1176 |
#~ msgstr ""
|
1177 |
-
|
1178 |
-
|
|
|
1179 |
|
1180 |
#~ msgid "MapPress options screen."
|
1181 |
#~ msgstr "MapPress optiescherm."
|
@@ -1223,14 +1254,18 @@ msgstr "Locatie"
|
|
1223 |
#~ msgstr "Landcode voor zoekopdrachten"
|
1224 |
|
1225 |
#~ msgid ""
|
1226 |
-
|
|
|
1227 |
#~ msgstr ""
|
1228 |
-
|
|
|
1229 |
|
1230 |
#~ msgid ""
|
1231 |
-
|
|
|
1232 |
#~ msgstr ""
|
1233 |
-
|
|
|
1234 |
|
1235 |
#~ msgid "Check to enable the \"map types\" button on the map"
|
1236 |
#~ msgstr "Selecteer om de \"map types\" knop op de map te laten zien"
|
@@ -1240,8 +1275,9 @@ msgstr "Locatie"
|
|
1240 |
|
1241 |
#~ msgid "Choose the map type to use when the map is first displayed"
|
1242 |
#~ msgstr ""
|
1243 |
-
|
1244 |
-
|
|
|
1245 |
|
1246 |
#~ msgid "Check to enable the real-time traffic button on the map"
|
1247 |
#~ msgstr "Selecteer om de live verkeersknop op de map te laten zien"
|
@@ -1250,10 +1286,12 @@ msgstr "Locatie"
|
|
1250 |
#~ msgstr "Selecteer om de \"street view\" link weer te geven"
|
1251 |
|
1252 |
#~ msgid ""
|
1253 |
-
|
|
|
1254 |
#~ msgstr ""
|
1255 |
-
|
1256 |
-
|
|
|
1257 |
|
1258 |
#~ msgid "Icons URL"
|
1259 |
#~ msgstr "Iconen URL"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
|
|
|
|
5 |
"Last-Translator: Age de Jong <age@multiweb.nl>\n"
|
6 |
"Language-Team: \n"
|
|
|
7 |
"MIME-Version: 1.0\n"
|
8 |
"Content-Type: text/plain; charset=UTF-8\n"
|
9 |
"Content-Transfer-Encoding: 8bit\n"
|
10 |
+
"POT-Creation-Date: 2012-07-12 11:36-0800\n"
|
11 |
+
"PO-Revision-Date: \n"
|
12 |
+
"Language: nl_NL\n"
|
13 |
"X-Generator: Poedit 1.5.4\n"
|
14 |
|
15 |
#: ../mappress.php:118
|
38 |
|
39 |
#: ../mappress.php:151
|
40 |
msgid "Internal error - unable to save map. Your data has not been saved!"
|
41 |
+
msgstr "Interne foutmelding - kon kaart niet opslaan. Uw data is niet opgeslagen!"
|
|
|
42 |
|
43 |
#: ../mappress.php:372
|
44 |
+
msgid "MapPress database tables are missing. Please deactivate the plugin and activate it again to fix this."
|
45 |
+
msgstr "Er ontbreken MapPress database tabellen. Deactiveer de plugin en activeer deze opnieuw om dit op te lossen."
|
|
|
|
|
|
|
|
|
46 |
|
47 |
#: ../mappress.php:377
|
48 |
+
msgid "WARNING: MapPress now requires WordPress 3.2 or higher. Please upgrade before using MapPress."
|
49 |
+
msgstr "WAARSCHUWING: MapPress heeft WordPress 3.2 of hoger nodig. Werk uw WordPress installatie bij om MapPress te kunnen gebruiken."
|
|
|
|
|
|
|
|
|
50 |
|
51 |
#: ../mappress.php:382
|
52 |
+
msgid "WARNING: MapPress is not compatible with the WP-Geo plugin. Please deactivate or uninstall WP-Geo before using MapPress."
|
53 |
+
msgstr "WAARSCHUWING: MapPress kan niet samen werken met de WP-Geo plugin. Deactiveer of verwijder WP-Geo voordat je MapPress gebruikt."
|
|
|
|
|
|
|
|
|
54 |
|
55 |
+
#: ../mappress.php:591
|
56 |
+
#: ../forms/map_directions.php:5
|
57 |
#: ../pro/templates/map_directions.php:5
|
58 |
msgid "Bicycling"
|
59 |
msgstr "Fietsend"
|
67 |
msgstr "Één van de adressen kon niet gevonden worden."
|
68 |
|
69 |
#: ../mappress.php:594
|
70 |
+
msgid "Google cannot return directions between those addresses. There is no route between them or the routing information is not available."
|
71 |
+
msgstr "Google kan geen route calculeren tussen deze adressen. Er is geen route mogelijk of routeinformatie is niet beschikbaar."
|
|
|
|
|
|
|
|
|
72 |
|
73 |
#: ../mappress.php:595
|
74 |
msgid "Unknown error, unable to return directions. Status code = "
|
75 |
+
msgstr "Onbekende fout, niet mogelijk om een route weer te geven. Status code = "
|
|
|
76 |
|
77 |
+
#: ../mappress.php:596
|
78 |
+
#: ../mappress_poi.php:246
|
79 |
+
#: ../mappress_settings.php:109
|
80 |
#: ../pro/mappress_widget.php:94
|
81 |
msgid "Directions"
|
82 |
msgstr "Route"
|
93 |
msgid "Loading..."
|
94 |
msgstr "Aan het laden..."
|
95 |
|
96 |
+
#: ../mappress.php:600
|
97 |
+
#: ../forms/map_directions.php:11
|
98 |
+
#: ../forms/map_editor.php:53
|
99 |
+
#: ../pro/templates/map_directions.php:11
|
100 |
msgid "My location"
|
101 |
msgstr "Mijn locatie"
|
102 |
|
108 |
msgid "Unable to get your location"
|
109 |
msgstr "Was niet in staat uw lokatie te achterhalen"
|
110 |
|
111 |
+
#: ../mappress.php:603
|
112 |
+
#: ../mappress_settings.php:272
|
113 |
msgid "Traffic"
|
114 |
msgstr "Verkeer knop"
|
115 |
|
116 |
+
#: ../mappress.php:604
|
117 |
+
#: ../mappress_poi.php:296
|
118 |
+
#: ../mappress_settings.php:410
|
119 |
#: ../pro/mappress_widget.php:110
|
120 |
msgid "Zoom"
|
121 |
msgstr "Inzoomen"
|
128 |
msgid "Back"
|
129 |
msgstr "TerugTerug"
|
130 |
|
131 |
+
#: ../mappress.php:611
|
132 |
+
#: ../forms/map_editor.php:118
|
133 |
msgid "Cancel"
|
134 |
msgstr "Annuleren"
|
135 |
|
165 |
msgid "Insert into post"
|
166 |
msgstr "Neem op in post"
|
167 |
|
168 |
+
#: ../mappress.php:620
|
169 |
+
#: ../forms/map_editor.php:22
|
170 |
msgid "Map ID"
|
171 |
msgstr "Kaart ID"
|
172 |
|
194 |
msgid "Show map"
|
195 |
msgstr "Kaart weergeven"
|
196 |
|
197 |
+
#: ../mappress_map.php:388
|
198 |
+
#: ../mappress_settings.php:403
|
199 |
#: ../forms/map_editor.php:45
|
200 |
msgid "Center map"
|
201 |
msgstr "Kaart in het midden plaatsen"
|
202 |
|
203 |
+
#: ../mappress_map.php:397
|
204 |
+
#: ../mappress_settings.php:402
|
205 |
msgid "Bigger map"
|
206 |
msgstr "Grotere kaart"
|
207 |
|
236 |
msgid "Post types"
|
237 |
msgstr "Post typen"
|
238 |
|
239 |
+
#: ../mappress_settings.php:110
|
240 |
+
#: ../pro/mappress_pro_settings.php:10
|
241 |
msgid "POI list"
|
242 |
msgstr "POI lijst"
|
243 |
|
297 |
msgid "POI links"
|
298 |
msgstr "POI koppelingen"
|
299 |
|
300 |
+
#: ../mappress_settings.php:127
|
301 |
+
#: ../pro/mappress_icons.php:46
|
302 |
#: ../pro/mappress_pro_settings.php:16
|
303 |
msgid "Default icon"
|
304 |
msgstr "Standaard pictogram"
|
305 |
|
306 |
+
#: ../mappress_settings.php:128
|
307 |
+
#: ../pro/mappress_pro_settings.php:17
|
308 |
msgid "Use datatables"
|
309 |
msgstr "Maak gebruik van gegevenstabellen"
|
310 |
|
311 |
+
#: ../mappress_settings.php:129
|
312 |
+
#: ../pro/mappress_pro_settings.php:18
|
313 |
msgid "Thumbnails"
|
314 |
msgstr "Miniaturen"
|
315 |
|
321 |
msgid "Styled Maps"
|
322 |
msgstr "Gestileerde kaarten"
|
323 |
|
324 |
+
#: ../mappress_settings.php:133
|
325 |
+
#: ../mappress_settings.php:263
|
326 |
#: ../mappress_settings.php:365
|
327 |
msgid "Style"
|
328 |
msgstr "Stijl"
|
329 |
|
330 |
+
#: ../mappress_settings.php:134
|
331 |
+
#: ../pro/mappress_pro_settings.php:22
|
332 |
msgid "Default style"
|
333 |
msgstr "Standaard stijl"
|
334 |
|
356 |
msgid "Geocoding"
|
357 |
msgstr "Geocoding"
|
358 |
|
359 |
+
#: ../mappress_settings.php:143
|
360 |
+
#: ../pro/mappress_pro_settings.php:11
|
361 |
msgid "Address fields"
|
362 |
msgstr "Adres velden"
|
363 |
|
364 |
+
#: ../mappress_settings.php:144
|
365 |
+
#: ../pro/mappress_pro_settings.php:12
|
366 |
msgid "Lat/lng fields"
|
367 |
msgstr "Breedte/lengtegraad velden"
|
368 |
|
369 |
+
#: ../mappress_settings.php:145
|
370 |
+
#: ../pro/mappress_pro_settings.php:14
|
371 |
msgid "Errors field"
|
372 |
msgstr "Foutmeldingen veld"
|
373 |
|
374 |
+
#: ../mappress_settings.php:146
|
375 |
+
#: ../pro/mappress_pro_settings.php:13
|
376 |
msgid "Update on publish"
|
377 |
msgstr "Bijwerken bij publicatie"
|
378 |
|
380 |
msgid "Miscellaneous"
|
381 |
msgstr "Diverse"
|
382 |
|
383 |
+
#: ../mappress_settings.php:151
|
384 |
+
#: ../pro/mappress_pro_settings.php:24
|
385 |
msgid "Map sizes"
|
386 |
msgstr "Kaart maten"
|
387 |
|
388 |
+
#: ../mappress_settings.php:152
|
389 |
+
#: ../pro/mappress_pro_settings.php:25
|
390 |
msgid "Force resize"
|
391 |
msgstr "Forceer vergroten/verkleinen"
|
392 |
|
393 |
#: ../mappress_settings.php:192
|
394 |
+
msgid "Use the settings below to automatically create maps from custom fields containing addresses or lat/lng data."
|
395 |
+
msgstr "Gebruik de instellingen hieronder om automatisch kaarten aan te maken van vrije velden welke adressen of breedte- en lengtedata bevatten."
|
|
|
|
|
|
|
|
|
396 |
|
397 |
#: ../mappress_settings.php:198
|
398 |
msgid "country code"
|
405 |
|
406 |
#: ../mappress_settings.php:207
|
407 |
msgid "Enter a google server URL for directions/printing"
|
408 |
+
msgstr "Geef de google server op om te gebruiken voor routebeschrijvingen & printen"
|
|
|
409 |
|
410 |
#: ../mappress_settings.php:212
|
411 |
msgid "(Default)"
|
436 |
msgid "Use a specific %s for map controls and geocoding"
|
437 |
msgstr "Gebruik een specifieke %s voor kaart bedieningen en geocoding"
|
438 |
|
439 |
+
#: ../mappress_settings.php:237
|
440 |
+
#: ../mappress_settings.php:243
|
441 |
#: ../mappress_settings.php:340
|
442 |
msgid "Default"
|
443 |
msgstr "Standaard"
|
466 |
msgid "Open initially"
|
467 |
msgstr "In eerste instantie openen"
|
468 |
|
469 |
+
#: ../mappress_settings.php:259
|
470 |
+
#: ../mappress_settings.php:261
|
471 |
msgid "Checked initially"
|
472 |
msgstr "In eerste instantie aanvinken"
|
473 |
|
511 |
msgid "Road map"
|
512 |
msgstr "Wegenkaart"
|
513 |
|
514 |
+
#: ../mappress_settings.php:281
|
515 |
+
#: ../pro/mappress_widget.php:128
|
516 |
msgid "Satellite"
|
517 |
msgstr "Satelliet"
|
518 |
|
519 |
+
#: ../mappress_settings.php:282
|
520 |
+
#: ../pro/mappress_widget.php:129
|
521 |
msgid "Terrain"
|
522 |
msgstr "Terrein"
|
523 |
|
524 |
+
#: ../mappress_settings.php:283
|
525 |
+
#: ../pro/mappress_widget.php:127
|
526 |
msgid "Hybrid"
|
527 |
msgstr "Hybride"
|
528 |
|
530 |
msgid "Inline (in your blog)"
|
531 |
msgstr "Inline (in je blog)"
|
532 |
|
533 |
+
#: ../mappress_settings.php:297
|
534 |
+
#: ../pro/mappress_widget.php:96
|
535 |
msgid "Google"
|
536 |
msgstr "Google"
|
537 |
|
538 |
+
#: ../mappress_settings.php:298
|
539 |
+
#: ../pro/mappress_widget.php:97
|
540 |
msgid "None"
|
541 |
msgstr "Geen"
|
542 |
|
543 |
#: ../mappress_settings.php:302
|
544 |
msgid "Select 'Google' if directions aren't displaying properly in your theme"
|
545 |
+
msgstr "Selecteer 'Google' als routebeschrijvingen niet juist worden weergegeven in je thema"
|
|
|
|
|
546 |
|
547 |
#: ../mappress_settings.php:306
|
548 |
msgid "Automatically open the first POI when a map is displayed"
|
549 |
msgstr "Automatisch de eerste POI openen als de kaart wordt weergegeven"
|
550 |
|
551 |
+
#: ../mappress_settings.php:311
|
552 |
+
#: ../mappress_settings.php:320
|
553 |
msgid "Show control"
|
554 |
msgstr "Toon kaartbedieningen"
|
555 |
|
556 |
+
#: ../mappress_settings.php:315
|
557 |
+
#: ../mappress_settings.php:324
|
558 |
msgid "Enabled by default"
|
559 |
msgstr "Standaard aan"
|
560 |
|
567 |
msgid "Don't load the %s stylesheet"
|
568 |
msgstr "Niet de %s stylesheet laden."
|
569 |
|
570 |
+
#: ../mappress_settings.php:341
|
571 |
+
#: ../pro/mappress_widget.php:102
|
572 |
msgid "Center"
|
573 |
msgstr "Midden"
|
574 |
|
657 |
msgid "This setting requires %s"
|
658 |
msgstr "Deze instellingen hebben %s nodig"
|
659 |
|
660 |
+
#: ../mappress_settings.php:458
|
661 |
+
#: ../mappress_settings.php:467
|
662 |
msgid "No new items"
|
663 |
msgstr "Geen nieuwe items"
|
664 |
|
722 |
#: ../mappress_updater.php:50
|
723 |
#, php-format
|
724 |
msgid "A PRO Version update is available for manual installation: %s"
|
725 |
+
msgstr "Er is een PRO versie update is beschikbaar voor handmatige installatie: %s"
|
|
|
726 |
|
727 |
+
#: ../forms/map_directions.php:3
|
728 |
+
#: ../pro/templates/map_directions.php:3
|
729 |
msgid "By car"
|
730 |
msgstr "Per auto"
|
731 |
|
732 |
+
#: ../forms/map_directions.php:4
|
733 |
+
#: ../pro/templates/map_directions.php:4
|
734 |
msgid "Walking"
|
735 |
msgstr "Lopend"
|
736 |
|
737 |
+
#: ../forms/map_directions.php:17
|
738 |
+
#: ../pro/templates/map_directions.php:17
|
739 |
msgid "Swap start and end"
|
740 |
msgstr "Verwissel start- en eind adres"
|
741 |
|
742 |
+
#: ../forms/map_directions.php:30
|
743 |
+
#: ../pro/templates/map_directions.php:30
|
744 |
msgid "Get Directions"
|
745 |
msgstr "Bereken route"
|
746 |
|
747 |
+
#: ../forms/map_directions.php:31
|
748 |
+
#: ../pro/templates/map_directions.php:31
|
749 |
msgid "Print"
|
750 |
msgstr "Afdrukken"
|
751 |
|
752 |
+
#: ../forms/map_directions.php:32
|
753 |
+
#: ../pro/templates/map_directions.php:32
|
754 |
msgid "Close"
|
755 |
msgstr "Sluiten"
|
756 |
|
762 |
msgid "Size"
|
763 |
msgstr "Formaat"
|
764 |
|
765 |
+
#: ../forms/map_editor.php:44
|
766 |
+
#: ../forms/map_editor.php:117
|
767 |
msgid "Done"
|
768 |
msgstr "Klaar"
|
769 |
|
795 |
msgid "Weight"
|
796 |
msgstr "Belang"
|
797 |
|
798 |
+
#: ../forms/map_editor.php:100
|
799 |
+
#: ../forms/map_editor.php:106
|
800 |
msgid "Opacity"
|
801 |
msgstr "Opaciteit"
|
802 |
|
834 |
|
835 |
#: ../pro/mappress_pro_settings.php:91
|
836 |
msgid "Update map every time a custom field value changes"
|
837 |
+
msgstr "Werk elke keer een kaart bij als de waarde van een op maat gemaakt veld veranderd"
|
|
|
|
|
838 |
|
839 |
#: ../pro/mappress_pro_settings.php:95
|
840 |
msgid "Show a list of POIs under each map"
|
980 |
#~ msgstr "Bijwerken bij wijzigingen"
|
981 |
|
982 |
#~ msgid ""
|
983 |
+
"\n"
|
984 |
+
"one or more address fields to use for maps. Multiple fields are \"\n"
|
985 |
+
"with commas (for example city, state,zip)\""
|
986 |
#~ msgstr ""
|
987 |
+
"\n"
|
988 |
+
"één of meerdere adresvelen op om te gebruiken voor de kaarten. \"\n"
|
989 |
+
"velden moeten gescheiden worden met een komma (bijvoorbeeld \"\n"
|
990 |
+
"postcode, straat)\""
|
991 |
|
992 |
#~ msgid "Field for geocoding error messages"
|
993 |
#~ msgstr "Veld voor geocoding fout meldingen"
|
994 |
|
995 |
#~ msgid "To use existing latitude / longitude fields, enter them below"
|
996 |
#~ msgstr ""
|
997 |
+
"\n"
|
998 |
+
"hieronder bestaande breedte/lengtegraden velden op om deze te \"\n"
|
999 |
+
""
|
1000 |
|
1001 |
#~ msgid "Marker list"
|
1002 |
#~ msgstr "Markeerpunten lijst"
|
1020 |
#~ msgstr "Vrije CSS"
|
1021 |
|
1022 |
#~ msgid ""
|
1023 |
+
"\n"
|
1024 |
+
"your readers to change the map type (street, satellite, or hybrid)\""
|
1025 |
#~ msgstr ""
|
1026 |
+
"\n"
|
1027 |
+
"de lezers toe om het kaart type te veranderen (straat, satteliet, of \"\n"
|
1028 |
+
""
|
1029 |
|
1030 |
#, fuzzy
|
1031 |
#~ msgid "Display the street view control \"peg man\""
|
1054 |
|
1055 |
#~ msgid "Take a moment to rate it %s on WordPress.org - or make a donation"
|
1056 |
#~ msgstr ""
|
1057 |
+
"\n"
|
1058 |
+
"een moment om uw waardering te geven %s op WordPress.org - of geef \"\n"
|
1059 |
+
"donatie\""
|
1060 |
|
1061 |
#~ msgid "Report a bug"
|
1062 |
#~ msgstr "Rapporteer een fout"
|
1138 |
#~ msgstr "Interne Google fout, probeer het later nog eens."
|
1139 |
|
1140 |
#~ msgid ""
|
1141 |
+
"\n"
|
1142 |
+
"starting or ending address could not be found. Please check that the \"\n"
|
1143 |
+
"is correct and completely entered.\""
|
1144 |
#~ msgstr ""
|
1145 |
+
"\n"
|
1146 |
+
"begin of eindpunt ontbreekt. Controleer aub of de adressen correct \"\n"
|
1147 |
+
"en compleet zijn ingevuld.\""
|
1148 |
|
1149 |
#~ msgid ""
|
1150 |
+
"\n"
|
1151 |
+
"cannot return those directions for legal or contractual reasons\""
|
1152 |
#~ msgstr ""
|
1153 |
+
"\n"
|
1154 |
+
"kan geen route weergeven wegens wettelijke of contractuele redenen.\""
|
1155 |
|
1156 |
#~ msgid "Invalid map API key"
|
1157 |
#~ msgstr "Ongeldige map APIkey"
|
1160 |
#~ msgstr "Uw API key is vandaag te vaak gebruikt."
|
1161 |
|
1162 |
#~ msgid ""
|
1163 |
+
"\n"
|
1164 |
+
"your browser does not seem to support the street view Flash player\""
|
1165 |
#~ msgstr ""
|
1166 |
+
"\n"
|
1167 |
+
"het lijkt erop dat uw browser de street view Flash Player niet \"\n"
|
1168 |
+
""
|
1169 |
|
1170 |
#~ msgid "Sorry, no street view data is available for this location"
|
1171 |
#~ msgstr "Sorry, er is geen street view data beschikbaar voor deze lokatie."
|
1186 |
#~ msgstr "Geef alsublieft uw API key in. API key nodig? Maak er één aan "
|
1187 |
|
1188 |
#~ msgid ""
|
1189 |
+
"\n"
|
1190 |
+
"could not load google maps. Either your browser is incompatible \"\n"
|
1191 |
+
"your API key is invalid. Need an API key? Get one \""
|
1192 |
#~ msgstr ""
|
1193 |
+
"\n"
|
1194 |
+
"kan Google Maps niet laden. Uw browser is niet geschikt of de \"\n"
|
1195 |
+
"sleutel is niet valide. API Sleutel nodig? Maak er één aan\""
|
1196 |
|
1197 |
#~ msgid "here"
|
1198 |
#~ msgstr "Hier"
|
1201 |
#~ msgstr "Dat adres staat reeds op de map"
|
1202 |
|
1203 |
#~ msgid ""
|
1204 |
+
"\n"
|
1205 |
+
"isn't ready yet. Please enter your Google Maps API Key on the \""
|
1206 |
#~ msgstr ""
|
1207 |
+
"\n"
|
1208 |
+
"is nog niet klaar. Geef alstublieft uw Google Maps API key op in \"\n"
|
1209 |
+
""
|
1210 |
|
1211 |
#~ msgid "MapPress options screen."
|
1212 |
#~ msgstr "MapPress optiescherm."
|
1254 |
#~ msgstr "Landcode voor zoekopdrachten"
|
1255 |
|
1256 |
#~ msgid ""
|
1257 |
+
"\n"
|
1258 |
+
"a country code to use as a default when searching for an address.\""
|
1259 |
#~ msgstr ""
|
1260 |
+
"\n"
|
1261 |
+
"een landcode in die standaard gebruikt wordt bij zoekopdrachten\""
|
1262 |
|
1263 |
#~ msgid ""
|
1264 |
+
"\n"
|
1265 |
+
"to show large map controls; uncheck for a small zoom control instead\""
|
1266 |
#~ msgstr ""
|
1267 |
+
"\n"
|
1268 |
+
"voor grote mapbediening; de-selecteer voor een kleine zoomknop.\""
|
1269 |
|
1270 |
#~ msgid "Check to enable the \"map types\" button on the map"
|
1271 |
#~ msgstr "Selecteer om de \"map types\" knop op de map te laten zien"
|
1275 |
|
1276 |
#~ msgid "Choose the map type to use when the map is first displayed"
|
1277 |
#~ msgstr ""
|
1278 |
+
"\n"
|
1279 |
+
"het maptype dat gebruikt moet worden als de map de eerste keer \"\n"
|
1280 |
+
"wordt.\""
|
1281 |
|
1282 |
#~ msgid "Check to enable the real-time traffic button on the map"
|
1283 |
#~ msgstr "Selecteer om de live verkeersknop op de map te laten zien"
|
1286 |
#~ msgstr "Selecteer om de \"street view\" link weer te geven"
|
1287 |
|
1288 |
#~ msgid ""
|
1289 |
+
"\n"
|
1290 |
+
"to show the \"GoogleBar\" search box for local business listings.\""
|
1291 |
#~ msgstr ""
|
1292 |
+
"\n"
|
1293 |
+
"om de \"GoogleBar\" zoekknop voor lokale bedrijven weer te \"\n"
|
1294 |
+
""
|
1295 |
|
1296 |
#~ msgid "Icons URL"
|
1297 |
#~ msgstr "Iconen URL"
|
languages/mappress-google-maps-for-wordpress-pl_PL.po
CHANGED
@@ -2,17 +2,17 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: polish-1.0\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2013-05-08 13:34+0100\n"
|
6 |
-
"PO-Revision-Date: 2013-05-08 13:35+0100\n"
|
7 |
"Last-Translator: Michał Mleczko <mleczakm91@gmail.com>\n"
|
8 |
"Language-Team: Michał Mleczko <mleczakm91@gmail.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
|
|
|
12 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;esc_attr_e;esc_attr__;esc_html_e;esc_html__;__();_n()\n"
|
13 |
"X-Poedit-Basepath: .\n"
|
14 |
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
15 |
-
"Language: Polish\n"
|
16 |
"X-Generator: Poedit 1.5.5\n"
|
17 |
"X-Poedit-SearchPath-0: ..\n"
|
18 |
"X-Poedit-SearchPath-1: ..\n"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: polish-1.0\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
|
|
|
|
5 |
"Last-Translator: Michał Mleczko <mleczakm91@gmail.com>\n"
|
6 |
"Language-Team: Michał Mleczko <mleczakm91@gmail.com>\n"
|
7 |
"MIME-Version: 1.0\n"
|
8 |
"Content-Type: text/plain; charset=UTF-8\n"
|
9 |
"Content-Transfer-Encoding: 8bit\n"
|
10 |
+
"POT-Creation-Date: 2013-05-08 13:34+0100\n"
|
11 |
+
"PO-Revision-Date: 2013-05-08 13:35+0100\n"
|
12 |
+
"Language: Polish\n"
|
13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;esc_attr_e;esc_attr__;esc_html_e;esc_html__;__();_n()\n"
|
14 |
"X-Poedit-Basepath: .\n"
|
15 |
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
|
|
16 |
"X-Generator: Poedit 1.5.5\n"
|
17 |
"X-Poedit-SearchPath-0: ..\n"
|
18 |
"X-Poedit-SearchPath-1: ..\n"
|
languages/mappress-google-maps-for-wordpress-pt_BR.po
CHANGED
@@ -2,19 +2,20 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: MapPress Easy Google Maps 2.28\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2011-04-07 18:21-0800\n"
|
6 |
-
"PO-Revision-Date: 2011-04-07 18:23-0800\n"
|
7 |
"Last-Translator: Plugin Author <donotreply@gmail.com>\n"
|
8 |
"Language-Team: Caio Bleggi <caio_bleggi@hotmail.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
|
|
|
12 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
|
13 |
"X-Poedit-Basepath: .\n"
|
14 |
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
|
15 |
"X-Poedit-Language: Portuguese\n"
|
16 |
"X-Poedit-Country: BRAZIL\n"
|
17 |
-
"X-Poedit-SearchPath-0:
|
18 |
|
19 |
#: C:\wamp\www\wordpress\wp-content\plugins\mappress-google-maps-for-wordpress/mappress.php:127
|
20 |
msgid "Version"
|
@@ -658,8 +659,9 @@ msgstr "Mostrar lista de marcadores"
|
|
658 |
|
659 |
#~ msgid "This setting requires %s. Show a list of markers under each map."
|
660 |
#~ msgstr ""
|
661 |
-
|
662 |
-
|
|
|
663 |
|
664 |
#~ msgid "Donate"
|
665 |
#~ msgstr "Doação"
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: MapPress Easy Google Maps 2.28\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
|
|
|
|
5 |
"Last-Translator: Plugin Author <donotreply@gmail.com>\n"
|
6 |
"Language-Team: Caio Bleggi <caio_bleggi@hotmail.com>\n"
|
7 |
"MIME-Version: 1.0\n"
|
8 |
"Content-Type: text/plain; charset=UTF-8\n"
|
9 |
"Content-Transfer-Encoding: 8bit\n"
|
10 |
+
"POT-Creation-Date: 2011-04-07 18:21-0800\n"
|
11 |
+
"PO-Revision-Date: 2011-04-07 18:23-0800\n"
|
12 |
+
"Language: \n"
|
13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
|
14 |
"X-Poedit-Basepath: .\n"
|
15 |
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
|
16 |
"X-Poedit-Language: Portuguese\n"
|
17 |
"X-Poedit-Country: BRAZIL\n"
|
18 |
+
"X-Poedit-SearchPath-0: \GUSTAVO-PC\htdocs\portaljoinville\wp-content\plugins\mappress-google-maps-for-wordpress\n"
|
19 |
|
20 |
#: C:\wamp\www\wordpress\wp-content\plugins\mappress-google-maps-for-wordpress/mappress.php:127
|
21 |
msgid "Version"
|
659 |
|
660 |
#~ msgid "This setting requires %s. Show a list of markers under each map."
|
661 |
#~ msgstr ""
|
662 |
+
"\n"
|
663 |
+
"configuração requer %s. Ela mostra uma lista de marcadores abaixo de \"\n"
|
664 |
+
"mapa.\""
|
665 |
|
666 |
#~ msgid "Donate"
|
667 |
#~ msgstr "Doação"
|
languages/mappress-google-maps-for-wordpress-ru_RU.po
CHANGED
@@ -2,20 +2,18 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AG translate RU\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date: 2014-04-12 15:45-0800\n"
|
6 |
-
"PO-Revision-Date: 2014-09-03 15:45+0400\n"
|
7 |
"Last-Translator: AG <helirexi@gmail.com>\n"
|
8 |
"Language-Team: helirexi <helirexi@gmail.com>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"
|
13 |
-
"
|
|
|
|
|
14 |
"X-Poedit-Basepath: .\n"
|
15 |
"X-Generator: Poedit 1.6.7\n"
|
16 |
-
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
|
17 |
-
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
18 |
-
"Language: ru_RU\n"
|
19 |
"X-Poedit-SourceCharset: UTF-8\n"
|
20 |
"X-Poedit-SearchPath-0: ..\n"
|
21 |
|
@@ -40,30 +38,19 @@ msgid "Upgrade to MapPress Pro"
|
|
40 |
msgstr "обновить до MapPress Pro"
|
41 |
|
42 |
#: ../mappress.php:333
|
43 |
-
msgid ""
|
44 |
-
"MapPress
|
45 |
-
"activate it again to fix this."
|
46 |
-
msgstr ""
|
47 |
-
"Таблицы БД MapPress не найдены. Пожалуйста деактивируйте плагин и "
|
48 |
-
"активируйте снова чтобы исправить это."
|
49 |
|
50 |
#: ../mappress.php:338
|
51 |
-
msgid ""
|
52 |
-
"
|
53 |
-
"before using MapPress."
|
54 |
-
msgstr ""
|
55 |
-
"ВНИМАНИЕ: MapPress требует WordPress 3.2 и выше. Обновитесь перед "
|
56 |
-
"использованием MapPress."
|
57 |
|
58 |
#: ../mappress.php:343
|
59 |
-
msgid ""
|
60 |
-
"
|
61 |
-
"deactivate or uninstall WP-Geo before using MapPress."
|
62 |
-
msgstr ""
|
63 |
-
"ВНИМАНИЕ: MapPress не совместим с WP-Geo плагином. Удалите или "
|
64 |
-
"деактивируйте WP-Geo перед использованием MapPress."
|
65 |
|
66 |
-
#: ../mappress.php:547
|
|
|
67 |
msgid "Bicycling"
|
68 |
msgstr "На велосипеде"
|
69 |
|
@@ -76,18 +63,16 @@ msgid "One of the addresses could not be found."
|
|
76 |
msgstr "Один из адресов не может быть найден"
|
77 |
|
78 |
#: ../mappress.php:550
|
79 |
-
msgid ""
|
80 |
-
"Google
|
81 |
-
"between them or the routing information is not available."
|
82 |
-
msgstr ""
|
83 |
-
"Google не может вернуть маршруты между этими адресами. Нет маршрутов между "
|
84 |
-
"ними или информация о маршрутах недоступна."
|
85 |
|
86 |
#: ../mappress.php:551
|
87 |
msgid "Unknown error, unable to return directions. Status code = "
|
88 |
msgstr "Неизвестная ошибка, невозможно получить направления. Код статуса ="
|
89 |
|
90 |
-
#: ../mappress.php:552
|
|
|
|
|
91 |
#: ../pro/mappress_widget.php:108
|
92 |
msgid "Directions"
|
93 |
msgstr "Направления"
|
@@ -108,7 +93,8 @@ msgstr "Нет подходящего адреса"
|
|
108 |
msgid "Unable to get your location"
|
109 |
msgstr "Невозможно определить ваше местонахождение"
|
110 |
|
111 |
-
#: ../mappress.php:557
|
|
|
112 |
msgid "Traffic"
|
113 |
msgstr "Движение"
|
114 |
|
@@ -116,8 +102,11 @@ msgstr "Движение"
|
|
116 |
msgid "Transit"
|
117 |
msgstr "Проездом"
|
118 |
|
119 |
-
#: ../mappress.php:559
|
120 |
-
#: ../
|
|
|
|
|
|
|
121 |
msgid "Zoom"
|
122 |
msgstr "Масштаб"
|
123 |
|
@@ -133,7 +122,8 @@ msgstr "Кликните и удерживайте для перемещения
|
|
133 |
msgid "Click to change"
|
134 |
msgstr "Изменить"
|
135 |
|
136 |
-
#: ../mappress.php:567
|
|
|
137 |
msgid "Delete"
|
138 |
msgstr "Удалить"
|
139 |
|
@@ -153,7 +143,8 @@ msgstr "Сохраните карту вначале"
|
|
153 |
msgid "Shape"
|
154 |
msgstr "Форма"
|
155 |
|
156 |
-
#: ../mappress.php:572
|
|
|
157 |
msgid "Untitled"
|
158 |
msgstr "Без заголовка"
|
159 |
|
@@ -165,7 +156,8 @@ msgstr "Карта не найдена"
|
|
165 |
msgid "Edit"
|
166 |
msgstr "Редактировать"
|
167 |
|
168 |
-
#: ../mappress_map.php:443
|
|
|
169 |
msgid "Insert into post"
|
170 |
msgstr "Вставить в публикацию"
|
171 |
|
@@ -173,16 +165,19 @@ msgstr "Вставить в публикацию"
|
|
173 |
msgid "Show map"
|
174 |
msgstr "Показать карту"
|
175 |
|
176 |
-
#: ../mappress_map.php:495
|
|
|
177 |
#: ../forms/map_editor.php:17
|
178 |
msgid "Center map"
|
179 |
msgstr "Центрировать карту"
|
180 |
|
181 |
-
#: ../mappress_map.php:504
|
|
|
182 |
msgid "Reset map"
|
183 |
msgstr "Сброс карты"
|
184 |
|
185 |
-
#: ../mappress_map.php:513
|
|
|
186 |
msgid "Bigger map"
|
187 |
msgstr "Увеличить карту"
|
188 |
|
@@ -190,11 +185,13 @@ msgstr "Увеличить карту"
|
|
190 |
msgid "Smaller map"
|
191 |
msgstr "Уменьшить карту"
|
192 |
|
193 |
-
#: ../mappress_poi.php:216
|
|
|
194 |
msgid "Directions to"
|
195 |
msgstr "Конечная точка"
|
196 |
|
197 |
-
#: ../mappress_poi.php:218
|
|
|
198 |
msgid "Directions from"
|
199 |
msgstr "Начальная точка"
|
200 |
|
@@ -336,9 +333,7 @@ msgstr "Загрузка карт последними"
|
|
336 |
|
337 |
#: ../mappress_settings.php:222
|
338 |
msgid "Use the settings below to automatically create maps from custom fields."
|
339 |
-
msgstr ""
|
340 |
-
"Используйте настройки ниже для автоматического создания карт из "
|
341 |
-
"пользовательских полей."
|
342 |
|
343 |
#: ../mappress_settings.php:228
|
344 |
msgid "Posts"
|
@@ -392,11 +387,12 @@ msgstr "язык"
|
|
392 |
#: ../mappress_settings.php:276
|
393 |
#, php-format
|
394 |
msgid "Use a specific %s for map controls and geocoding"
|
395 |
-
msgstr ""
|
396 |
-
"Использовать специальные %s для управления картой и гео позиционирования"
|
397 |
|
398 |
-
#: ../mappress_settings.php:284
|
399 |
-
#: ../mappress_settings.php:
|
|
|
|
|
400 |
msgid "Default"
|
401 |
msgstr "По умолчанию"
|
402 |
|
@@ -424,7 +420,8 @@ msgstr ""
|
|
424 |
msgid "Open initially"
|
425 |
msgstr "Открыть вначале"
|
426 |
|
427 |
-
#: ../mappress_settings.php:306
|
|
|
428 |
#: ../mappress_settings.php:310
|
429 |
msgid "Checked initially"
|
430 |
msgstr "Отмеченный изначально"
|
@@ -437,7 +434,8 @@ msgstr "Управление"
|
|
437 |
msgid "Enable"
|
438 |
msgstr "Включить"
|
439 |
|
440 |
-
#: ../mappress_settings.php:312
|
|
|
441 |
msgid "Style"
|
442 |
msgstr "Стиль"
|
443 |
|
@@ -473,15 +471,18 @@ msgstr "Велодорожки"
|
|
473 |
msgid "Road map"
|
474 |
msgstr "Дороги"
|
475 |
|
476 |
-
#: ../mappress_settings.php:331
|
|
|
477 |
msgid "Satellite"
|
478 |
msgstr "Со спутника"
|
479 |
|
480 |
-
#: ../mappress_settings.php:332
|
|
|
481 |
msgid "Terrain"
|
482 |
msgstr "Поверхность"
|
483 |
|
484 |
-
#: ../mappress_settings.php:333
|
|
|
485 |
msgid "Hybrid"
|
486 |
msgstr "Гибрид"
|
487 |
|
@@ -489,12 +490,14 @@ msgstr "Гибрид"
|
|
489 |
msgid "Inline (in your blog)"
|
490 |
msgstr "Вложенный (в вашем блоге)"
|
491 |
|
492 |
-
#: ../mappress_settings.php:347
|
|
|
493 |
#: ../pro/mappress_widget.php:110
|
494 |
msgid "Google"
|
495 |
msgstr ""
|
496 |
|
497 |
-
#: ../mappress_settings.php:348
|
|
|
498 |
msgid "None"
|
499 |
msgstr "Ничего"
|
500 |
|
@@ -502,20 +505,22 @@ msgstr "Ничего"
|
|
502 |
msgid "Automatically open the first POI when a map is displayed"
|
503 |
msgstr "Автоматически открыть первую Точку при отображении карты"
|
504 |
|
505 |
-
#: ../mappress_settings.php:360
|
|
|
506 |
msgid "Show control"
|
507 |
msgstr "Показать управление"
|
508 |
|
509 |
-
#: ../mappress_settings.php:364
|
|
|
510 |
msgid "Enabled by default"
|
511 |
msgstr "Включено по умолчанию"
|
512 |
|
513 |
#: ../mappress_settings.php:377
|
514 |
msgid "Show POI titles as a \"tooltip\" on mouse-over"
|
515 |
-
msgstr ""
|
516 |
-
"Показать всплывающее описание точки \"tooltip\" при наведении курсора мыши"
|
517 |
|
518 |
-
#: ../mappress_settings.php:385
|
|
|
519 |
msgid "Center"
|
520 |
msgstr "По центру"
|
521 |
|
@@ -555,7 +560,8 @@ msgstr "утопленный"
|
|
555 |
msgid "outset"
|
556 |
msgstr "выступающий"
|
557 |
|
558 |
-
#: ../mappress_settings.php:417
|
|
|
559 |
msgid "Width"
|
560 |
msgstr "Ширина"
|
561 |
|
@@ -666,7 +672,8 @@ msgstr ""
|
|
666 |
msgid "Add POI"
|
667 |
msgstr "Добавить Точку"
|
668 |
|
669 |
-
#: ../forms/map_editor.php:5
|
|
|
670 |
msgid "My location"
|
671 |
msgstr "Моё местоположение"
|
672 |
|
@@ -682,7 +689,8 @@ msgstr "Линия: "
|
|
682 |
msgid "Weight"
|
683 |
msgstr "Толщина"
|
684 |
|
685 |
-
#: ../forms/map_editor_infobox.php:25
|
|
|
686 |
msgid "Opacity"
|
687 |
msgstr "Прозрачность"
|
688 |
|
@@ -698,11 +706,13 @@ msgstr "Визуально"
|
|
698 |
msgid "HTML"
|
699 |
msgstr ""
|
700 |
|
701 |
-
#: ../forms/map_editor_infobox.php:45
|
|
|
702 |
msgid "Save"
|
703 |
msgstr "Сохранить"
|
704 |
|
705 |
-
#: ../forms/map_editor_infobox.php:46
|
|
|
706 |
#: ../pro/mappress_icons.php:71
|
707 |
msgid "Cancel"
|
708 |
msgstr "Отменить"
|
@@ -736,7 +746,8 @@ msgstr "Нет результатов, проверьте конфигураци
|
|
736 |
msgid "Invalid status: %s, address: %s"
|
737 |
msgstr "Неверный статус: %s, адрес: %s"
|
738 |
|
739 |
-
#: ../pro/mappress_geocoders.php:95
|
|
|
740 |
#, php-format
|
741 |
msgid "No results for address: %s"
|
742 |
msgstr "Нет результатов для адреса: %s"
|
@@ -964,7 +975,8 @@ msgstr "Описание"
|
|
964 |
msgid "Map Zoom"
|
965 |
msgstr "Масштаб"
|
966 |
|
967 |
-
#: ../pro/mappress_pro_settings.php:206
|
|
|
968 |
msgid "Map"
|
969 |
msgstr "Карта"
|
970 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: AG translate RU\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
|
|
|
|
5 |
"Last-Translator: AG <helirexi@gmail.com>\n"
|
6 |
"Language-Team: helirexi <helirexi@gmail.com>\n"
|
7 |
"MIME-Version: 1.0\n"
|
8 |
"Content-Type: text/plain; charset=UTF-8\n"
|
9 |
"Content-Transfer-Encoding: 8bit\n"
|
10 |
+
"POT-Creation-Date: 2014-04-12 15:45-0800\n"
|
11 |
+
"PO-Revision-Date: 2014-09-03 15:45+0400\n"
|
12 |
+
"Language: ru_RU\n"
|
13 |
+
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;esc_attr_e;esc_attr__;esc_html_e;esc_html__\n"
|
14 |
"X-Poedit-Basepath: .\n"
|
15 |
"X-Generator: Poedit 1.6.7\n"
|
16 |
+
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
|
|
|
|
17 |
"X-Poedit-SourceCharset: UTF-8\n"
|
18 |
"X-Poedit-SearchPath-0: ..\n"
|
19 |
|
38 |
msgstr "обновить до MapPress Pro"
|
39 |
|
40 |
#: ../mappress.php:333
|
41 |
+
msgid "MapPress database tables are missing. Please deactivate the plugin and activate it again to fix this."
|
42 |
+
msgstr "Таблицы БД MapPress не найдены. Пожалуйста деактивируйте плагин и активируйте снова чтобы исправить это."
|
|
|
|
|
|
|
|
|
43 |
|
44 |
#: ../mappress.php:338
|
45 |
+
msgid "WARNING: MapPress now requires WordPress 3.2 or higher. Please upgrade before using MapPress."
|
46 |
+
msgstr "ВНИМАНИЕ: MapPress требует WordPress 3.2 и выше. Обновитесь перед использованием MapPress."
|
|
|
|
|
|
|
|
|
47 |
|
48 |
#: ../mappress.php:343
|
49 |
+
msgid "WARNING: MapPress is not compfatible with the WP-Geo plugin. Please deactivate or uninstall WP-Geo before using MapPress."
|
50 |
+
msgstr "ВНИМАНИЕ: MapPress не совместим с WP-Geo плагином. Удалите или деактивируйте WP-Geo перед использованием MapPress."
|
|
|
|
|
|
|
|
|
51 |
|
52 |
+
#: ../mappress.php:547
|
53 |
+
#: ../templates/map_directions.php:6
|
54 |
msgid "Bicycling"
|
55 |
msgstr "На велосипеде"
|
56 |
|
63 |
msgstr "Один из адресов не может быть найден"
|
64 |
|
65 |
#: ../mappress.php:550
|
66 |
+
msgid "Google cannot return directions between those addresses. There is no route between them or the routing information is not available."
|
67 |
+
msgstr "Google не может вернуть маршруты между этими адресами. Нет маршрутов между ними или информация о маршрутах недоступна."
|
|
|
|
|
|
|
|
|
68 |
|
69 |
#: ../mappress.php:551
|
70 |
msgid "Unknown error, unable to return directions. Status code = "
|
71 |
msgstr "Неизвестная ошибка, невозможно получить направления. Код статуса ="
|
72 |
|
73 |
+
#: ../mappress.php:552
|
74 |
+
#: ../mappress_poi.php:251
|
75 |
+
#: ../mappress_settings.php:133
|
76 |
#: ../pro/mappress_widget.php:108
|
77 |
msgid "Directions"
|
78 |
msgstr "Направления"
|
93 |
msgid "Unable to get your location"
|
94 |
msgstr "Невозможно определить ваше местонахождение"
|
95 |
|
96 |
+
#: ../mappress.php:557
|
97 |
+
#: ../mappress_settings.php:322
|
98 |
msgid "Traffic"
|
99 |
msgstr "Движение"
|
100 |
|
102 |
msgid "Transit"
|
103 |
msgstr "Проездом"
|
104 |
|
105 |
+
#: ../mappress.php:559
|
106 |
+
#: ../mappress_poi.php:300
|
107 |
+
#: ../mappress_settings.php:317
|
108 |
+
#: ../mappress_settings.php:456
|
109 |
+
#: ../pro/mappress_widget.php:124
|
110 |
msgid "Zoom"
|
111 |
msgstr "Масштаб"
|
112 |
|
122 |
msgid "Click to change"
|
123 |
msgstr "Изменить"
|
124 |
|
125 |
+
#: ../mappress.php:567
|
126 |
+
#: ../mappress_map.php:444
|
127 |
msgid "Delete"
|
128 |
msgstr "Удалить"
|
129 |
|
143 |
msgid "Shape"
|
144 |
msgstr "Форма"
|
145 |
|
146 |
+
#: ../mappress.php:572
|
147 |
+
#: ../mappress_map.php:55
|
148 |
msgid "Untitled"
|
149 |
msgstr "Без заголовка"
|
150 |
|
156 |
msgid "Edit"
|
157 |
msgstr "Редактировать"
|
158 |
|
159 |
+
#: ../mappress_map.php:443
|
160 |
+
#: ../forms/map_media.php:48
|
161 |
msgid "Insert into post"
|
162 |
msgstr "Вставить в публикацию"
|
163 |
|
165 |
msgid "Show map"
|
166 |
msgstr "Показать карту"
|
167 |
|
168 |
+
#: ../mappress_map.php:495
|
169 |
+
#: ../mappress_settings.php:448
|
170 |
#: ../forms/map_editor.php:17
|
171 |
msgid "Center map"
|
172 |
msgstr "Центрировать карту"
|
173 |
|
174 |
+
#: ../mappress_map.php:504
|
175 |
+
#: ../mappress_settings.php:449
|
176 |
msgid "Reset map"
|
177 |
msgstr "Сброс карты"
|
178 |
|
179 |
+
#: ../mappress_map.php:513
|
180 |
+
#: ../mappress_settings.php:447
|
181 |
msgid "Bigger map"
|
182 |
msgstr "Увеличить карту"
|
183 |
|
185 |
msgid "Smaller map"
|
186 |
msgstr "Уменьшить карту"
|
187 |
|
188 |
+
#: ../mappress_poi.php:216
|
189 |
+
#: ../mappress_settings.php:457
|
190 |
msgid "Directions to"
|
191 |
msgstr "Конечная точка"
|
192 |
|
193 |
+
#: ../mappress_poi.php:218
|
194 |
+
#: ../mappress_settings.php:458
|
195 |
msgid "Directions from"
|
196 |
msgstr "Начальная точка"
|
197 |
|
333 |
|
334 |
#: ../mappress_settings.php:222
|
335 |
msgid "Use the settings below to automatically create maps from custom fields."
|
336 |
+
msgstr "Используйте настройки ниже для автоматического создания карт из пользовательских полей."
|
|
|
|
|
337 |
|
338 |
#: ../mappress_settings.php:228
|
339 |
msgid "Posts"
|
387 |
#: ../mappress_settings.php:276
|
388 |
#, php-format
|
389 |
msgid "Use a specific %s for map controls and geocoding"
|
390 |
+
msgstr "Использовать специальные %s для управления картой и гео позиционирования"
|
|
|
391 |
|
392 |
+
#: ../mappress_settings.php:284
|
393 |
+
#: ../mappress_settings.php:290
|
394 |
+
#: ../mappress_settings.php:384
|
395 |
+
#: ../mappress_settings.php:497
|
396 |
msgid "Default"
|
397 |
msgstr "По умолчанию"
|
398 |
|
420 |
msgid "Open initially"
|
421 |
msgstr "Открыть вначале"
|
422 |
|
423 |
+
#: ../mappress_settings.php:306
|
424 |
+
#: ../mappress_settings.php:308
|
425 |
#: ../mappress_settings.php:310
|
426 |
msgid "Checked initially"
|
427 |
msgstr "Отмеченный изначально"
|
434 |
msgid "Enable"
|
435 |
msgstr "Включить"
|
436 |
|
437 |
+
#: ../mappress_settings.php:312
|
438 |
+
#: ../mappress_settings.php:409
|
439 |
msgid "Style"
|
440 |
msgstr "Стиль"
|
441 |
|
471 |
msgid "Road map"
|
472 |
msgstr "Дороги"
|
473 |
|
474 |
+
#: ../mappress_settings.php:331
|
475 |
+
#: ../pro/mappress_widget.php:142
|
476 |
msgid "Satellite"
|
477 |
msgstr "Со спутника"
|
478 |
|
479 |
+
#: ../mappress_settings.php:332
|
480 |
+
#: ../pro/mappress_widget.php:143
|
481 |
msgid "Terrain"
|
482 |
msgstr "Поверхность"
|
483 |
|
484 |
+
#: ../mappress_settings.php:333
|
485 |
+
#: ../pro/mappress_widget.php:141
|
486 |
msgid "Hybrid"
|
487 |
msgstr "Гибрид"
|
488 |
|
490 |
msgid "Inline (in your blog)"
|
491 |
msgstr "Вложенный (в вашем блоге)"
|
492 |
|
493 |
+
#: ../mappress_settings.php:347
|
494 |
+
#: ../pro/mappress_pro_settings.php:179
|
495 |
#: ../pro/mappress_widget.php:110
|
496 |
msgid "Google"
|
497 |
msgstr ""
|
498 |
|
499 |
+
#: ../mappress_settings.php:348
|
500 |
+
#: ../pro/mappress_widget.php:111
|
501 |
msgid "None"
|
502 |
msgstr "Ничего"
|
503 |
|
505 |
msgid "Automatically open the first POI when a map is displayed"
|
506 |
msgstr "Автоматически открыть первую Точку при отображении карты"
|
507 |
|
508 |
+
#: ../mappress_settings.php:360
|
509 |
+
#: ../mappress_settings.php:369
|
510 |
msgid "Show control"
|
511 |
msgstr "Показать управление"
|
512 |
|
513 |
+
#: ../mappress_settings.php:364
|
514 |
+
#: ../mappress_settings.php:373
|
515 |
msgid "Enabled by default"
|
516 |
msgstr "Включено по умолчанию"
|
517 |
|
518 |
#: ../mappress_settings.php:377
|
519 |
msgid "Show POI titles as a \"tooltip\" on mouse-over"
|
520 |
+
msgstr "Показать всплывающее описание точки \"tooltip\" при наведении курсора мыши"
|
|
|
521 |
|
522 |
+
#: ../mappress_settings.php:385
|
523 |
+
#: ../pro/mappress_widget.php:116
|
524 |
msgid "Center"
|
525 |
msgstr "По центру"
|
526 |
|
560 |
msgid "outset"
|
561 |
msgstr "выступающий"
|
562 |
|
563 |
+
#: ../mappress_settings.php:417
|
564 |
+
#: ../mappress_settings.php:497
|
565 |
msgid "Width"
|
566 |
msgstr "Ширина"
|
567 |
|
672 |
msgid "Add POI"
|
673 |
msgstr "Добавить Точку"
|
674 |
|
675 |
+
#: ../forms/map_editor.php:5
|
676 |
+
#: ../templates/map_directions.php:11
|
677 |
msgid "My location"
|
678 |
msgstr "Моё местоположение"
|
679 |
|
689 |
msgid "Weight"
|
690 |
msgstr "Толщина"
|
691 |
|
692 |
+
#: ../forms/map_editor_infobox.php:25
|
693 |
+
#: ../forms/map_editor_infobox.php:31
|
694 |
msgid "Opacity"
|
695 |
msgstr "Прозрачность"
|
696 |
|
706 |
msgid "HTML"
|
707 |
msgstr ""
|
708 |
|
709 |
+
#: ../forms/map_editor_infobox.php:45
|
710 |
+
#: ../forms/map_media.php:46
|
711 |
msgid "Save"
|
712 |
msgstr "Сохранить"
|
713 |
|
714 |
+
#: ../forms/map_editor_infobox.php:46
|
715 |
+
#: ../forms/map_media.php:47
|
716 |
#: ../pro/mappress_icons.php:71
|
717 |
msgid "Cancel"
|
718 |
msgstr "Отменить"
|
746 |
msgid "Invalid status: %s, address: %s"
|
747 |
msgstr "Неверный статус: %s, адрес: %s"
|
748 |
|
749 |
+
#: ../pro/mappress_geocoders.php:95
|
750 |
+
#: ../pro/mappress_geocoders.php:159
|
751 |
#, php-format
|
752 |
msgid "No results for address: %s"
|
753 |
msgstr "Нет результатов для адреса: %s"
|
975 |
msgid "Map Zoom"
|
976 |
msgstr "Масштаб"
|
977 |
|
978 |
+
#: ../pro/mappress_pro_settings.php:206
|
979 |
+
#: ../pro/mappress_widget.php:140
|
980 |
msgid "Map"
|
981 |
msgstr "Карта"
|
982 |
|
languages/mappress-google-maps-for-wordpress-sr_RS.po
CHANGED
@@ -1,19 +1,15 @@
|
|
1 |
-
# SOME DESCRIPTIVE TITLE.
|
2 |
-
# This file is put in the public domain.
|
3 |
-
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
4 |
-
#
|
5 |
msgid ""
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: MapPress Easy Google Maps in italiano\n"
|
8 |
"Report-Msgid-Bugs-To: \n"
|
9 |
-
"POT-Creation-Date: 2014-01-26 13:33+0100\n"
|
10 |
-
"PO-Revision-Date: 2015-09-11 10:38+0100\n"
|
11 |
"Last-Translator: Borisa Djuraskovic <borisad@webhostinghub.com>\n"
|
12 |
"Language-Team: Gianni Diurno | gidibao.net & charmingpress.com\n"
|
13 |
-
"Language: it_IT\n"
|
14 |
"MIME-Version: 1.0\n"
|
15 |
"Content-Type: text/plain; charset=UTF-8\n"
|
16 |
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
|
|
|
17 |
"X-Poedit-KeywordsList: __;_e;esc_attr__;esc_attr_e;esc_html__;esc_html_e\n"
|
18 |
"X-Poedit-Basepath: ../\n"
|
19 |
"X-Poedit-SourceCharset: utf-8\n"
|
@@ -24,7 +20,9 @@ msgstr ""
|
|
24 |
msgid "Version"
|
25 |
msgstr "Verzija"
|
26 |
|
27 |
-
#: mappress.php:130
|
|
|
|
|
28 |
msgid "Documentation"
|
29 |
msgstr "Dokumentacija"
|
30 |
|
@@ -41,30 +39,20 @@ msgid "Upgrade to MapPress Pro"
|
|
41 |
msgstr "Nadogradnja na MapPress Pro"
|
42 |
|
43 |
#: mappress.php:334
|
44 |
-
msgid ""
|
45 |
-
"
|
46 |
-
"activate it again to fix this."
|
47 |
-
msgstr ""
|
48 |
-
"Nedostaju tabele baze podataka MapPress-a. Molimo deaktivirajte plugin i "
|
49 |
-
"aktivirajte ga ponovo da biste ovo popravili."
|
50 |
|
51 |
#: mappress.php:339
|
52 |
-
msgid ""
|
53 |
-
"
|
54 |
-
"before using MapPress."
|
55 |
-
msgstr ""
|
56 |
-
"UPOZORENJE: MapPress sada zahteva WordPress 3.2 ili bolji. Molimo "
|
57 |
-
"nadogradite pre upotrebe MapPress-a."
|
58 |
|
59 |
#: mappress.php:344
|
60 |
-
msgid ""
|
61 |
-
"
|
62 |
-
"deactivate or uninstall WP-Geo before using MapPress."
|
63 |
-
msgstr ""
|
64 |
-
"UPOZORENJE: MapPress nije kompatibilan sa WP-Geo plugin-om. Molimo "
|
65 |
-
"deaktivirajte ili deinstalirajte WP-Geo pre upotrebe MapPress-a."
|
66 |
|
67 |
-
#: mappress.php:542
|
|
|
|
|
68 |
msgid "Bicycling"
|
69 |
msgstr "Biciklizam"
|
70 |
|
@@ -76,20 +64,22 @@ msgstr "Bicikl"
|
|
76 |
msgid "One of the addresses could not be found."
|
77 |
msgstr "Jedna od adresi nije mogla biti pronađena."
|
78 |
|
79 |
-
#: mappress.php:545
|
80 |
-
|
81 |
-
"Google cannot return directions between those addresses. There is no route "
|
82 |
-
"
|
83 |
-
msgstr ""
|
84 |
-
"Google ne može da vrati uputstva između tih adresa. Ne postoji ruta među "
|
85 |
-
"njima, niti su dostupne informacije o ruti."
|
86 |
|
87 |
-
#: mappress.php:546
|
|
|
88 |
msgid "Unknown error, unable to return directions. Status code = "
|
89 |
msgstr "Nepoznata greška, ne može da vrati uputstva. Kod statusa ="
|
90 |
|
91 |
-
#: mappress.php:547
|
92 |
-
#:
|
|
|
|
|
|
|
|
|
93 |
msgid "Directions"
|
94 |
msgstr "Uputstva"
|
95 |
|
@@ -101,7 +91,8 @@ msgstr "Greška u iščitavanju KML fajla"
|
|
101 |
msgid "Loading..."
|
102 |
msgstr "Učitavanje..."
|
103 |
|
104 |
-
#: mappress.php:550
|
|
|
105 |
msgid "No matching address"
|
106 |
msgstr "Nema adresa koje se poklapaju"
|
107 |
|
@@ -109,7 +100,9 @@ msgstr "Nema adresa koje se poklapaju"
|
|
109 |
msgid "Unable to get your location"
|
110 |
msgstr "Ne može da pribavi vašu lokaciju"
|
111 |
|
112 |
-
#: mappress.php:552
|
|
|
|
|
113 |
msgid "Traffic"
|
114 |
msgstr "Saobraćaj"
|
115 |
|
@@ -117,13 +110,17 @@ msgstr "Saobraćaj"
|
|
117 |
msgid "Transit"
|
118 |
msgstr "Tranzit"
|
119 |
|
120 |
-
#: mappress.php:554
|
121 |
-
#:
|
|
|
|
|
|
|
122 |
#: pro/mappress_widget.php:124
|
123 |
msgid "Zoom"
|
124 |
msgstr "Zoom"
|
125 |
|
126 |
-
#: mappress.php:559
|
|
|
127 |
msgid "Add"
|
128 |
msgstr "Dodavanje"
|
129 |
|
@@ -135,7 +132,9 @@ msgstr "Kliknite & prevucite za pomeranje"
|
|
135 |
msgid "Click to change"
|
136 |
msgstr "Kliknite za izmenu"
|
137 |
|
138 |
-
#: mappress.php:562
|
|
|
|
|
139 |
#: mappress_map.php:440
|
140 |
msgid "Delete"
|
141 |
msgstr "Obrišite"
|
@@ -144,7 +143,8 @@ msgstr "Obrišite"
|
|
144 |
msgid "Delete this POI?"
|
145 |
msgstr "Obrisati ovaj POI?"
|
146 |
|
147 |
-
#: mappress.php:564
|
|
|
148 |
msgid "Delete this map?"
|
149 |
msgstr "Obrisati ovu mapu?"
|
150 |
|
@@ -156,7 +156,9 @@ msgstr "Molimo, prvo sačuvajte mapu"
|
|
156 |
msgid "Shape"
|
157 |
msgstr "Oblik"
|
158 |
|
159 |
-
#: mappress.php:567
|
|
|
|
|
160 |
msgid "Untitled"
|
161 |
msgstr "Bez naslova"
|
162 |
|
@@ -179,11 +181,13 @@ msgstr "Nema rezultata geo-kodiranja za adresu: %s"
|
|
179 |
msgid "FAQ"
|
180 |
msgstr "FAQ"
|
181 |
|
182 |
-
#: mappress_api.php:552
|
|
|
183 |
msgid "Report a bug"
|
184 |
msgstr "Prijavite kvar"
|
185 |
|
186 |
-
#: mappress_api.php:567
|
|
|
187 |
msgid "Location"
|
188 |
msgstr "Lokacija"
|
189 |
|
@@ -191,25 +195,35 @@ msgstr "Lokacija"
|
|
191 |
msgid "Current Maps"
|
192 |
msgstr "Trenutne mape"
|
193 |
|
194 |
-
#: mappress_api.php:583
|
|
|
195 |
msgid "New Map"
|
196 |
msgstr "Nova mapa"
|
197 |
|
198 |
-
#: mappress_api.php:592
|
|
|
|
|
199 |
msgid "Map ID"
|
200 |
msgstr "Identifikacija mape"
|
201 |
|
202 |
-
#: mappress_api.php:595
|
|
|
|
|
203 |
msgid "Title"
|
204 |
msgstr "Naslov"
|
205 |
|
206 |
-
#: mappress_api.php:608
|
|
|
|
|
207 |
#: forms/map_media.php:46
|
208 |
msgid "Save"
|
209 |
msgstr "Sačuvati"
|
210 |
|
211 |
-
#: mappress_api.php:609
|
212 |
-
#:
|
|
|
|
|
|
|
213 |
msgid "Center"
|
214 |
msgstr "Centar"
|
215 |
|
@@ -237,11 +251,14 @@ msgstr "Unesite adresu"
|
|
237 |
msgid "Did you mean: "
|
238 |
msgstr "Da li ste mislili:"
|
239 |
|
240 |
-
#: mappress_api.php:668
|
|
|
241 |
msgid "Edit"
|
242 |
msgstr "Izmena"
|
243 |
|
244 |
-
#: mappress_api.php:670
|
|
|
|
|
245 |
#: pro/mappress_icons.php:71
|
246 |
msgid "Cancel"
|
247 |
msgstr "Otkažite"
|
@@ -254,7 +271,9 @@ msgstr "Pregledajte"
|
|
254 |
msgid "Back"
|
255 |
msgstr "Nazad"
|
256 |
|
257 |
-
#: mappress_api.php:674
|
|
|
|
|
258 |
msgid "Insert into post"
|
259 |
msgstr "Ubacite u post"
|
260 |
|
@@ -290,11 +309,13 @@ msgstr "Standardne ikonice"
|
|
290 |
msgid "My icons"
|
291 |
msgstr "Moje ikonice"
|
292 |
|
293 |
-
#: mappress_api.php:737
|
|
|
294 |
msgid "By car"
|
295 |
msgstr "Kolima"
|
296 |
|
297 |
-
#: mappress_api.php:738
|
|
|
298 |
msgid "Walking"
|
299 |
msgstr "Peške"
|
300 |
|
@@ -302,7 +323,8 @@ msgstr "Peške"
|
|
302 |
msgid "Start"
|
303 |
msgstr "Početak"
|
304 |
|
305 |
-
#: mappress_api.php:752
|
|
|
306 |
msgid "Swap start and end"
|
307 |
msgstr "Zamenite početak i kraj "
|
308 |
|
@@ -310,7 +332,8 @@ msgstr "Zamenite početak i kraj "
|
|
310 |
msgid "End"
|
311 |
msgstr "Kraj"
|
312 |
|
313 |
-
#: mappress_api.php:767
|
|
|
314 |
msgid "Get Directions"
|
315 |
msgstr "Pribavite uputstva"
|
316 |
|
@@ -318,7 +341,8 @@ msgstr "Pribavite uputstva"
|
|
318 |
msgid "Print Directions"
|
319 |
msgstr "Odštampajte uputstva"
|
320 |
|
321 |
-
#: mappress_api.php:769
|
|
|
322 |
msgid "Close"
|
323 |
msgstr "Zatvorite"
|
324 |
|
@@ -330,15 +354,19 @@ msgstr "Mapa nije nađena"
|
|
330 |
msgid "Show map"
|
331 |
msgstr "Prikazati mapu"
|
332 |
|
333 |
-
#: mappress_map.php:491
|
|
|
|
|
334 |
msgid "Center map"
|
335 |
msgstr "Centralna mapa"
|
336 |
|
337 |
-
#: mappress_map.php:500
|
|
|
338 |
msgid "Reset map"
|
339 |
msgstr "Resetujte mapu"
|
340 |
|
341 |
-
#: mappress_map.php:509
|
|
|
342 |
msgid "Bigger map"
|
343 |
msgstr "Veća mapa"
|
344 |
|
@@ -346,19 +374,23 @@ msgstr "Veća mapa"
|
|
346 |
msgid "Smaller map"
|
347 |
msgstr "Manja mapa"
|
348 |
|
349 |
-
#: mappress_options.php:99
|
|
|
350 |
msgid "Basic Settings"
|
351 |
msgstr "Osnovna podešavanja"
|
352 |
|
353 |
-
#: mappress_options.php:100
|
|
|
354 |
msgid "Show a sample map on this page"
|
355 |
msgstr "Prikazati mapu uzorak na ovoj stranici"
|
356 |
|
357 |
-
#: mappress_options.php:101
|
|
|
358 |
msgid "Automatic map display"
|
359 |
msgstr "Automatski prikaz mape"
|
360 |
|
361 |
-
#: mappress_options.php:102
|
|
|
362 |
msgid "Post types"
|
363 |
msgstr "Tipovi posta"
|
364 |
|
@@ -366,7 +398,8 @@ msgstr "Tipovi posta"
|
|
366 |
msgid "Marker list"
|
367 |
msgstr "Lista markera"
|
368 |
|
369 |
-
#: mappress_options.php:105
|
|
|
370 |
msgid "Map types"
|
371 |
msgstr "Tipovi mapa"
|
372 |
|
@@ -374,11 +407,13 @@ msgstr "Tipovi mapa"
|
|
374 |
msgid "Street View"
|
375 |
msgstr "Pregled ulica"
|
376 |
|
377 |
-
#: mappress_options.php:107
|
|
|
378 |
msgid "Scroll wheel zoom"
|
379 |
msgstr "Zumiranje točkića za skrolovanje"
|
380 |
|
381 |
-
#: mappress_options.php:108
|
|
|
382 |
msgid "Keyboard shortcuts"
|
383 |
msgstr "Prečice za tastaturu"
|
384 |
|
@@ -390,11 +425,13 @@ msgstr "Otvorite prvi marker"
|
|
390 |
msgid "Show traffic button"
|
391 |
msgstr "Prikazati dugme za saobraćaj"
|
392 |
|
393 |
-
#: mappress_options.php:111
|
|
|
394 |
msgid "Tooltips"
|
395 |
msgstr "Saveti za alatke"
|
396 |
|
397 |
-
#: mappress_options.php:112
|
|
|
398 |
msgid "Overview map"
|
399 |
msgstr "Pregled mape"
|
400 |
|
@@ -402,27 +439,33 @@ msgstr "Pregled mape"
|
|
402 |
msgid "CSS Settings"
|
403 |
msgstr "CSS podešavanja"
|
404 |
|
405 |
-
#: mappress_options.php:115
|
|
|
406 |
msgid "Map alignment"
|
407 |
msgstr "Poravnanje mape"
|
408 |
|
409 |
-
#: mappress_options.php:116
|
|
|
410 |
msgid "Map border"
|
411 |
msgstr "Ivica mape"
|
412 |
|
413 |
-
#: mappress_options.php:126
|
|
|
414 |
msgid "Localization"
|
415 |
msgstr "Lokalizacija"
|
416 |
|
417 |
-
#: mappress_options.php:127
|
|
|
418 |
msgid "Language"
|
419 |
msgstr "Jezik"
|
420 |
|
421 |
-
#: mappress_options.php:128
|
|
|
422 |
msgid "Country"
|
423 |
msgstr "Zemlja"
|
424 |
|
425 |
-
#: mappress_options.php:129
|
|
|
426 |
msgid "Directions server"
|
427 |
msgstr "Server za uputstva"
|
428 |
|
@@ -446,11 +489,13 @@ msgstr "Uobičajena polja"
|
|
446 |
msgid "Micsellaneous"
|
447 |
msgstr "Mešano"
|
448 |
|
449 |
-
#: mappress_options.php:141
|
|
|
450 |
msgid "Map sizes"
|
451 |
msgstr "Veličine mapa"
|
452 |
|
453 |
-
#: mappress_options.php:142
|
|
|
454 |
msgid "Force resize"
|
455 |
msgstr "Prinudna promena veličine"
|
456 |
|
@@ -458,70 +503,77 @@ msgstr "Prinudna promena veličine"
|
|
458 |
msgid "MapPress link"
|
459 |
msgstr "Link za MapPress"
|
460 |
|
461 |
-
#: mappress_options.php:188
|
|
|
462 |
msgid "country code"
|
463 |
msgstr "poštanski broj zemlje"
|
464 |
|
465 |
-
#: mappress_options.php:190
|
|
|
466 |
#, php-format
|
467 |
msgid "Enter a %s to use when searching (leave blank for USA)"
|
468 |
-
msgstr ""
|
469 |
-
"Unesite %s da biste koristili prilikom pretrage (ostavite prazno za SAD)"
|
470 |
|
471 |
-
#: mappress_options.php:197
|
|
|
472 |
msgid "Enter a google server URL for directions/printing"
|
473 |
msgstr "Unesite URL Google servera za uputstva/štampanje"
|
474 |
|
475 |
-
#: mappress_options.php:203
|
|
|
476 |
msgid "Enable zoom with the mouse scroll wheel"
|
477 |
msgstr "Omogućite zumiranje uz pomoć skrolovanja mišem"
|
478 |
|
479 |
-
#: mappress_options.php:208
|
|
|
480 |
msgid "Enable keyboard panning and zooming"
|
481 |
msgstr "Omogućite pomeranje i zumiranje tastature"
|
482 |
|
483 |
-
#: mappress_options.php:213
|
|
|
484 |
msgid "language"
|
485 |
msgstr "jezik"
|
486 |
|
487 |
#: mappress_options.php:215
|
488 |
#, php-format
|
489 |
msgid "Use a specific %s for map controls (defaults to browser language)"
|
490 |
-
msgstr ""
|
491 |
-
"Koristite određeni %s za kontrolu mapa (uobičajeno za jezik pretraživača)"
|
492 |
|
493 |
#: mappress_options.php:222
|
494 |
-
msgid ""
|
495 |
-
"
|
496 |
-
msgstr ""
|
497 |
-
"Dopustite vašim čitaovima da izmene tip mape (ulične, satelitske ili "
|
498 |
-
"hibridne)"
|
499 |
|
500 |
#: mappress_options.php:227
|
501 |
msgid "Display the street view control \"peg man\""
|
502 |
msgstr "Prikažite kontrolu \"peg man\" pregleda ulica"
|
503 |
|
504 |
-
#: mappress_options.php:234
|
|
|
505 |
msgid "Inline (in your blog)"
|
506 |
msgstr "U liniji (u vašem blogu)"
|
507 |
|
508 |
-
#: mappress_options.php:238
|
509 |
-
#:
|
|
|
|
|
510 |
msgid "Google"
|
511 |
msgstr "Google"
|
512 |
|
513 |
-
#: mappress_options.php:242
|
|
|
514 |
#: pro/mappress_widget.php:111
|
515 |
msgid "None"
|
516 |
msgstr "Ništa"
|
517 |
|
518 |
#: mappress_options.php:244
|
519 |
msgid "Select 'Google' if directions aren't displaying properly in your theme"
|
520 |
-
msgstr ""
|
521 |
-
"Odaberite ‘Google’ ukoliko se uputstva ne prikazuju ispravno na vašu temu "
|
522 |
|
523 |
-
#: mappress_options.php:250
|
524 |
-
#: mappress_options.php:
|
|
|
|
|
|
|
525 |
#, php-format
|
526 |
msgid "This setting requires %s."
|
527 |
msgstr "Ovo podešavanje zahteva %s."
|
@@ -554,70 +606,85 @@ msgstr "Prikazati pregled kontrole mape u donjem desnom uglu glavne mape"
|
|
554 |
msgid "Automatically open the overview map"
|
555 |
msgstr "Automatski otvoriti pregled mape"
|
556 |
|
557 |
-
#: mappress_options.php:286
|
558 |
-
#: mappress_settings.php:
|
|
|
|
|
559 |
#: mappress_settings.php:489
|
560 |
msgid "Default"
|
561 |
msgstr "Uobičajeno"
|
562 |
|
563 |
-
#: mappress_options.php:295
|
|
|
|
|
564 |
msgid "Left"
|
565 |
msgstr "Levo"
|
566 |
|
567 |
-
#: mappress_options.php:300
|
|
|
|
|
568 |
msgid "Right"
|
569 |
msgstr "Desno"
|
570 |
|
571 |
#: mappress_options.php:303
|
572 |
#, php-format
|
573 |
msgid "Choose 'default' to override this with CSS class %s in your theme's %s"
|
574 |
-
msgstr ""
|
575 |
-
"Odaberite ‘default’(uobičajeno) da biste prešli preko ovoga sa CSS klasom %s "
|
576 |
-
"u %s vaše teme"
|
577 |
|
578 |
-
#: mappress_options.php:311
|
|
|
579 |
msgid "solid"
|
580 |
msgstr "solidno"
|
581 |
|
582 |
-
#: mappress_options.php:312
|
|
|
583 |
msgid "dashed"
|
584 |
msgstr "isprekidano"
|
585 |
|
586 |
-
#: mappress_options.php:313
|
|
|
587 |
msgid "dotted"
|
588 |
msgstr "tačkasto"
|
589 |
|
590 |
-
#: mappress_options.php:314
|
|
|
591 |
msgid "double"
|
592 |
msgstr "duplo"
|
593 |
|
594 |
-
#: mappress_options.php:315
|
|
|
595 |
msgid "groove"
|
596 |
msgstr "žleb"
|
597 |
|
598 |
-
#: mappress_options.php:316
|
|
|
599 |
msgid "inset"
|
600 |
msgstr "umetak"
|
601 |
|
602 |
-
#: mappress_options.php:317
|
|
|
603 |
msgid "outset"
|
604 |
msgstr "polatzna tačka"
|
605 |
|
606 |
-
#: mappress_options.php:321
|
|
|
607 |
#: mappress_settings.php:405
|
608 |
msgid "Style"
|
609 |
msgstr "Stil"
|
610 |
|
611 |
-
#: mappress_options.php:329
|
|
|
612 |
#: mappress_settings.php:489
|
613 |
msgid "Width"
|
614 |
msgstr "Širina"
|
615 |
|
616 |
-
#: mappress_options.php:337
|
|
|
617 |
msgid "Corner radius"
|
618 |
msgstr "Prečnik ugla"
|
619 |
|
620 |
-
#: mappress_options.php:341
|
|
|
621 |
msgid "Color"
|
622 |
msgstr "Boja"
|
623 |
|
@@ -628,9 +695,7 @@ msgstr "Senka"
|
|
628 |
#: mappress_options.php:348
|
629 |
#, php-format
|
630 |
msgid "Choose -none- to override settings with CSS class %s in your theme's %s"
|
631 |
-
msgstr ""
|
632 |
-
"Odaberite -nijedno- da pređete preko podešavanja putem CSS klase %s u %s "
|
633 |
-
"vaše teme"
|
634 |
|
635 |
#: mappress_options.php:366
|
636 |
msgid "Show the user's location on the map"
|
@@ -644,15 +709,18 @@ msgstr "Otvorite marker korisnika prilikom prikazivanja mape"
|
|
644 |
msgid "Center the map on the user's location"
|
645 |
msgstr "Centrirajte mapu na lokaciju korisnika"
|
646 |
|
647 |
-
#: mappress_options.php:398
|
|
|
648 |
msgid "Top of post"
|
649 |
msgstr "Vrh posta"
|
650 |
|
651 |
-
#: mappress_options.php:402
|
|
|
652 |
msgid "Bottom of post"
|
653 |
msgstr "Dno posta"
|
654 |
|
655 |
-
#: mappress_options.php:406
|
|
|
656 |
msgid "No automatic display"
|
657 |
msgstr "Nema automatskog prikaza"
|
658 |
|
@@ -677,12 +745,14 @@ msgstr "stranica"
|
|
677 |
msgid "Permanently resize existing maps:"
|
678 |
msgstr "Trajno promenite veličinu postojećim mapama:"
|
679 |
|
680 |
-
#: mappress_options.php:438
|
|
|
681 |
#, php-format
|
682 |
msgid "from %s to %s"
|
683 |
msgstr "da %s a %s"
|
684 |
|
685 |
-
#: mappress_options.php:439
|
|
|
686 |
msgid "Force Resize"
|
687 |
msgstr "Prinudna promena veličine"
|
688 |
|
@@ -711,7 +781,8 @@ msgstr "jednostavan GeoRSS"
|
|
711 |
msgid "Enable %s for your RSS feeds"
|
712 |
msgstr "Omogućite %s za vaše RSS snabdevanje"
|
713 |
|
714 |
-
#: mappress_options.php:492
|
|
|
715 |
msgid "No new items"
|
716 |
msgstr "Nema novih stavki"
|
717 |
|
@@ -740,15 +811,18 @@ msgstr "*Rangirajte ga %s na WordPress.org"
|
|
740 |
msgid "* Make a donation"
|
741 |
msgstr "*Dajte donaciju"
|
742 |
|
743 |
-
#: mappress_options.php:532
|
|
|
744 |
msgid "Thanks for your support!"
|
745 |
msgstr "Hvala Vam na podršci!"
|
746 |
|
747 |
-
#: mappress_options.php:559
|
|
|
748 |
msgid "MapPress"
|
749 |
msgstr "MapPress"
|
750 |
|
751 |
-
#: mappress_options.php:613
|
|
|
752 |
msgid "Like this plugin?"
|
753 |
msgstr "Dopada vam se ovaj plugin?"
|
754 |
|
@@ -756,23 +830,28 @@ msgstr "Dopada vam se ovaj plugin?"
|
|
756 |
msgid "MapPress News"
|
757 |
msgstr "MapPress novosti"
|
758 |
|
759 |
-
#: mappress_options.php:618
|
|
|
760 |
msgid "Sample Map"
|
761 |
msgstr "Mapa uzorak"
|
762 |
|
763 |
-
#: mappress_options.php:638
|
|
|
764 |
msgid "Save Changes"
|
765 |
msgstr "Sačuvajte promene"
|
766 |
|
767 |
-
#: mappress_options.php:639
|
|
|
768 |
msgid "Reset Defaults"
|
769 |
msgstr "Resetujte deafault-ove"
|
770 |
|
771 |
-
#: mappress_poi.php:246
|
|
|
772 |
msgid "Directions to"
|
773 |
msgstr "Uputstva za"
|
774 |
|
775 |
-
#: mappress_poi.php:248
|
|
|
776 |
msgid "Directions from"
|
777 |
msgstr "Uputstva od"
|
778 |
|
@@ -858,9 +937,7 @@ msgstr "Mape učitajte poslednje"
|
|
858 |
|
859 |
#: mappress_settings.php:218
|
860 |
msgid "Use the settings below to automatically create maps from custom fields."
|
861 |
-
msgstr ""
|
862 |
-
"Koristite podešavanje ispod za automatsko kreiranje mapa iz uobičajenih "
|
863 |
-
"polja."
|
864 |
|
865 |
#: mappress_settings.php:224
|
866 |
msgid "Posts"
|
@@ -915,7 +992,8 @@ msgstr "Android"
|
|
915 |
msgid "Open initially"
|
916 |
msgstr "Prvobitno otvoreno"
|
917 |
|
918 |
-
#: mappress_settings.php:302
|
|
|
919 |
#: mappress_settings.php:306
|
920 |
msgid "Checked initially"
|
921 |
msgstr "Prvobitno provereno"
|
@@ -952,15 +1030,18 @@ msgstr "Biciklističke rute"
|
|
952 |
msgid "Road map"
|
953 |
msgstr "Mapa puteva"
|
954 |
|
955 |
-
#: mappress_settings.php:327
|
|
|
956 |
msgid "Satellite"
|
957 |
msgstr "Satelit"
|
958 |
|
959 |
-
#: mappress_settings.php:328
|
|
|
960 |
msgid "Terrain"
|
961 |
msgstr "Teren"
|
962 |
|
963 |
-
#: mappress_settings.php:329
|
|
|
964 |
msgid "Hybrid"
|
965 |
msgstr "Hibrid"
|
966 |
|
@@ -968,11 +1049,13 @@ msgstr "Hibrid"
|
|
968 |
msgid "Automatically open the first POI when a map is displayed"
|
969 |
msgstr "Automatski otvorite prvi POI prilikom prikazivanja mape"
|
970 |
|
971 |
-
#: mappress_settings.php:356
|
|
|
972 |
msgid "Show control"
|
973 |
msgstr "Prikazati kontrolu"
|
974 |
|
975 |
-
#: mappress_settings.php:360
|
|
|
976 |
msgid "Enabled by default"
|
977 |
msgstr "Omogućeno po default-u"
|
978 |
|
@@ -1039,7 +1122,8 @@ msgstr "Ažuriranje PRO verzije je dostupno za manuelnu instalaciju: %s "
|
|
1039 |
msgid "Add POI"
|
1040 |
msgstr "Add POI"
|
1041 |
|
1042 |
-
#: forms/map_editor.php:5
|
|
|
1043 |
msgid "My location"
|
1044 |
msgstr "Moja lokacija"
|
1045 |
|
@@ -1055,7 +1139,8 @@ msgstr "Linija:"
|
|
1055 |
msgid "Weight"
|
1056 |
msgstr "Težina"
|
1057 |
|
1058 |
-
#: forms/map_editor_infobox.php:25
|
|
|
1059 |
msgid "Opacity"
|
1060 |
msgstr "Neprozirnost"
|
1061 |
|
@@ -1092,7 +1177,8 @@ msgstr "Nema rezultata, proverite da li je geo-koder konfigurisan"
|
|
1092 |
msgid "Invalid status: %s, address: %s"
|
1093 |
msgstr "Nevažeći status: %s, adresa: %s"
|
1094 |
|
1095 |
-
#: pro/mappress_geocoders.php:94
|
|
|
1096 |
#, php-format
|
1097 |
msgid "No results for address: %s"
|
1098 |
msgstr "Nema rezultata za adresu: %s"
|
@@ -1229,8 +1315,7 @@ msgstr "Info kutija (može se stilizovati i produžiti izvan mape)"
|
|
1229 |
|
1230 |
#: pro/mappress_pro_settings.php:111
|
1231 |
msgid "Disable map panning when infoWindow / infoBox is opened"
|
1232 |
-
msgstr ""
|
1233 |
-
"Onemogućite “panoramisanje” mape kada su Info prozor / Info kutija otvoreni"
|
1234 |
|
1235 |
#: pro/mappress_pro_settings.php:115
|
1236 |
msgid "Show featured image thumbnails in mashup POIs"
|
@@ -1313,7 +1398,8 @@ msgstr "Telo"
|
|
1313 |
msgid "Map Zoom"
|
1314 |
msgstr "Zum mape"
|
1315 |
|
1316 |
-
#: pro/mappress_pro_settings.php:204
|
|
|
1317 |
msgid "Map"
|
1318 |
msgstr "Mapa"
|
1319 |
|
@@ -1408,12 +1494,14 @@ msgstr "Molimo omogućite javascript radi pregleda ove mape"
|
|
1408 |
|
1409 |
#~ msgid "Internal error, map was missing. Your data has not been saved!"
|
1410 |
#~ msgstr ""
|
1411 |
-
|
|
|
1412 |
|
1413 |
#~ msgid "Internal error - unable to save map. Your data has not been saved!"
|
1414 |
#~ msgstr ""
|
1415 |
-
|
1416 |
-
|
|
|
1417 |
|
1418 |
#~ msgid "Custom CSS"
|
1419 |
#~ msgstr "CSS personalizzato"
|
@@ -1447,7 +1535,8 @@ msgstr "Molimo omogućite javascript radi pregleda ove mape"
|
|
1447 |
|
1448 |
#~ msgid "Update map when address is changed by a program"
|
1449 |
#~ msgstr ""
|
1450 |
-
|
|
|
1451 |
|
1452 |
#~ msgid "Display powered by link"
|
1453 |
#~ msgstr "Attiva il link \"fornito da\"."
|
@@ -1472,8 +1561,9 @@ msgstr "Molimo omogućite javascript radi pregleda ove mape"
|
|
1472 |
|
1473 |
#~ msgid "This setting requires %s. Show a list of markers under each map."
|
1474 |
#~ msgstr ""
|
1475 |
-
|
1476 |
-
|
|
|
1477 |
|
1478 |
#~ msgid "Donate"
|
1479 |
#~ msgstr "Donazioni"
|
@@ -1502,11 +1592,13 @@ msgstr "Molimo omogućite javascript radi pregleda ove mape"
|
|
1502 |
#~ msgstr "Campo personalizzato mappa"
|
1503 |
|
1504 |
#~ msgid ""
|
1505 |
-
|
1506 |
-
|
|
|
1507 |
#~ msgstr ""
|
1508 |
-
|
1509 |
-
|
|
|
1510 |
|
1511 |
#~ msgid "Map addresses from a %s : "
|
1512 |
#~ msgstr "Indirizzi mappa da un %s : "
|
@@ -1542,9 +1634,11 @@ msgstr "Molimo omogućite javascript radi pregleda ove mape"
|
|
1542 |
#~ msgstr "Manca l'indirizzo di partenza o arrivo."
|
1543 |
|
1544 |
#~ msgid ""
|
1545 |
-
|
|
|
1546 |
#~ msgstr ""
|
1547 |
-
|
|
|
1548 |
|
1549 |
#~ msgid "Invalid map API key"
|
1550 |
#~ msgstr "Chiave API non valida"
|
@@ -1553,17 +1647,20 @@ msgstr "Molimo omogućite javascript radi pregleda ove mape"
|
|
1553 |
#~ msgstr "La tua chiave ha inoltrato in un solo giorno troppe richieste."
|
1554 |
|
1555 |
#~ msgid ""
|
1556 |
-
|
|
|
1557 |
#~ msgstr ""
|
1558 |
-
|
|
|
1559 |
|
1560 |
#~ msgid "Sorry, no street view data is available for this location"
|
1561 |
#~ msgstr "nessuna visualizzazione stradale per questa località"
|
1562 |
|
1563 |
#~ msgid "Sorry, Google was unable to display the street view in your browser"
|
1564 |
#~ msgstr ""
|
1565 |
-
|
1566 |
-
|
|
|
1567 |
|
1568 |
#~ msgid "Get directions"
|
1569 |
#~ msgstr "Ottieni i percorsi"
|
@@ -1581,12 +1678,14 @@ msgstr "Molimo omogućite javascript radi pregleda ove mape"
|
|
1581 |
#~ msgstr "Inserisci la tua chiave API. Non hai una chiave API? Vai qui "
|
1582 |
|
1583 |
#~ msgid ""
|
1584 |
-
|
1585 |
-
|
|
|
1586 |
#~ msgstr ""
|
1587 |
-
|
1588 |
-
|
1589 |
-
|
|
|
1590 |
|
1591 |
#~ msgid "here"
|
1592 |
#~ msgstr "qui"
|
@@ -1601,10 +1700,12 @@ msgstr "Molimo omogućite javascript radi pregleda ove mape"
|
|
1601 |
#~ msgstr "Premi esci oppure clicca qui per cancellare:"
|
1602 |
|
1603 |
#~ msgid ""
|
1604 |
-
|
|
|
1605 |
#~ msgstr ""
|
1606 |
-
|
1607 |
-
|
|
|
1608 |
|
1609 |
#~ msgid "MapPress options screen."
|
1610 |
#~ msgstr "MapPress - opzioni schermo."
|
@@ -1620,13 +1721,15 @@ msgstr "Molimo omogućite javascript radi pregleda ove mape"
|
|
1620 |
|
1621 |
#~ msgid "Click on a marker or use the links below to edit or delete markers."
|
1622 |
#~ msgstr ""
|
1623 |
-
|
1624 |
-
|
|
|
1625 |
|
1626 |
#~ msgid "ACCESS DENIED: You don't have permission to do this."
|
1627 |
#~ msgstr ""
|
1628 |
-
|
1629 |
-
|
|
|
1630 |
|
1631 |
#~ msgid "supported languages"
|
1632 |
#~ msgstr "lingue disponibili"
|
@@ -1635,9 +1738,11 @@ msgstr "Molimo omogućite javascript radi pregleda ove mape"
|
|
1635 |
#~ msgstr "Opzioni MapPress"
|
1636 |
|
1637 |
#~ msgid ""
|
1638 |
-
|
|
|
1639 |
#~ msgstr ""
|
1640 |
-
|
|
|
1641 |
|
1642 |
#~ msgid "Address format"
|
1643 |
#~ msgstr "Formato indirizzo"
|
@@ -1652,24 +1757,29 @@ msgstr "Molimo omogućite javascript radi pregleda ove mape"
|
|
1652 |
#~ msgstr "Codice paese (ricerche)"
|
1653 |
|
1654 |
#~ msgid ""
|
1655 |
-
|
|
|
1656 |
#~ msgstr ""
|
1657 |
-
|
1658 |
-
|
|
|
1659 |
|
1660 |
#~ msgid "Force Google to use a specific language for map controls."
|
1661 |
#~ msgstr ""
|
1662 |
-
|
1663 |
-
|
|
|
1664 |
|
1665 |
#~ msgid "Check to enable directions to/from map markers"
|
1666 |
#~ msgstr "Seleziona per attivare (marker della mappa) i percorsi da/a"
|
1667 |
|
1668 |
#~ msgid ""
|
1669 |
-
|
|
|
1670 |
#~ msgstr ""
|
1671 |
-
|
1672 |
-
|
|
|
1673 |
|
1674 |
#~ msgid "Check to enable the \"map types\" button on the map"
|
1675 |
#~ msgstr "Seleziona per attivare sulla mappa il pulsante \"tipi di mappa\""
|
@@ -1679,18 +1789,21 @@ msgstr "Molimo omogućite javascript radi pregleda ove mape"
|
|
1679 |
|
1680 |
#~ msgid "Choose the map type to use when the map is first displayed"
|
1681 |
#~ msgstr ""
|
1682 |
-
|
1683 |
-
|
|
|
1684 |
|
1685 |
#~ msgid "(click the icon to choose)"
|
1686 |
#~ msgstr "(clicca sulla icona per scegliere)"
|
1687 |
|
1688 |
#~ msgid ""
|
1689 |
-
|
1690 |
-
|
|
|
1691 |
#~ msgstr ""
|
1692 |
-
|
1693 |
-
|
|
|
1694 |
|
1695 |
#~ msgid "(leave blank for default)"
|
1696 |
#~ msgstr "(lascia in bianco per le predefinite)"
|
@@ -1714,17 +1827,21 @@ msgstr "Molimo omogućite javascript radi pregleda ove mape"
|
|
1714 |
#~ msgstr "Impostazioni avanzate"
|
1715 |
|
1716 |
#~ msgid ""
|
1717 |
-
|
|
|
1718 |
#~ msgstr ""
|
1719 |
-
|
1720 |
-
|
|
|
1721 |
|
1722 |
#~ msgid ""
|
1723 |
-
|
1724 |
-
|
|
|
1725 |
#~ msgstr ""
|
1726 |
-
|
1727 |
-
|
|
|
1728 |
|
1729 |
#~ msgid "Center/zoom now"
|
1730 |
#~ msgstr "Centratura/zoom"
|
|
|
|
|
|
|
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: MapPress Easy Google Maps in italiano\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
|
|
|
|
5 |
"Last-Translator: Borisa Djuraskovic <borisad@webhostinghub.com>\n"
|
6 |
"Language-Team: Gianni Diurno | gidibao.net & charmingpress.com\n"
|
|
|
7 |
"MIME-Version: 1.0\n"
|
8 |
"Content-Type: text/plain; charset=UTF-8\n"
|
9 |
"Content-Transfer-Encoding: 8bit\n"
|
10 |
+
"POT-Creation-Date: 2014-01-26 13:33+0100\n"
|
11 |
+
"PO-Revision-Date: 2015-09-11 10:38+0100\n"
|
12 |
+
"Language: it_IT\n"
|
13 |
"X-Poedit-KeywordsList: __;_e;esc_attr__;esc_attr_e;esc_html__;esc_html_e\n"
|
14 |
"X-Poedit-Basepath: ../\n"
|
15 |
"X-Poedit-SourceCharset: utf-8\n"
|
20 |
msgid "Version"
|
21 |
msgstr "Verzija"
|
22 |
|
23 |
+
#: mappress.php:130
|
24 |
+
#: mappress_api.php:550
|
25 |
+
#: mappress_options.php:603
|
26 |
msgid "Documentation"
|
27 |
msgstr "Dokumentacija"
|
28 |
|
39 |
msgstr "Nadogradnja na MapPress Pro"
|
40 |
|
41 |
#: mappress.php:334
|
42 |
+
msgid "MapPress database tables are missing. Please deactivate the plugin and activate it again to fix this."
|
43 |
+
msgstr "Nedostaju tabele baze podataka MapPress-a. Molimo deaktivirajte plugin i aktivirajte ga ponovo da biste ovo popravili."
|
|
|
|
|
|
|
|
|
44 |
|
45 |
#: mappress.php:339
|
46 |
+
msgid "WARNING: MapPress now requires WordPress 3.2 or higher. Please upgrade before using MapPress."
|
47 |
+
msgstr "UPOZORENJE: MapPress sada zahteva WordPress 3.2 ili bolji. Molimo nadogradite pre upotrebe MapPress-a."
|
|
|
|
|
|
|
|
|
48 |
|
49 |
#: mappress.php:344
|
50 |
+
msgid "WARNING: MapPress is not compfatible with the WP-Geo plugin. Please deactivate or uninstall WP-Geo before using MapPress."
|
51 |
+
msgstr "UPOZORENJE: MapPress nije kompatibilan sa WP-Geo plugin-om. Molimo deaktivirajte ili deinstalirajte WP-Geo pre upotrebe MapPress-a."
|
|
|
|
|
|
|
|
|
52 |
|
53 |
+
#: mappress.php:542
|
54 |
+
#: mappress_api.php:739
|
55 |
+
#: templates/map_directions.php:6
|
56 |
msgid "Bicycling"
|
57 |
msgstr "Biciklizam"
|
58 |
|
64 |
msgid "One of the addresses could not be found."
|
65 |
msgstr "Jedna od adresi nije mogla biti pronađena."
|
66 |
|
67 |
+
#: mappress.php:545
|
68 |
+
#: mappress_api.php:662
|
69 |
+
msgid "Google cannot return directions between those addresses. There is no route between them or the routing information is not available."
|
70 |
+
msgstr "Google ne može da vrati uputstva između tih adresa. Ne postoji ruta među njima, niti su dostupne informacije o ruti."
|
|
|
|
|
|
|
71 |
|
72 |
+
#: mappress.php:546
|
73 |
+
#: mappress_api.php:663
|
74 |
msgid "Unknown error, unable to return directions. Status code = "
|
75 |
msgstr "Nepoznata greška, ne može da vrati uputstva. Kod statusa ="
|
76 |
|
77 |
+
#: mappress.php:547
|
78 |
+
#: mappress_api.php:667
|
79 |
+
#: mappress_options.php:103
|
80 |
+
#: mappress_poi.php:281
|
81 |
+
#: mappress_settings.php:130
|
82 |
+
#: pro/mappress_widget.php:108
|
83 |
msgid "Directions"
|
84 |
msgstr "Uputstva"
|
85 |
|
91 |
msgid "Loading..."
|
92 |
msgstr "Učitavanje..."
|
93 |
|
94 |
+
#: mappress.php:550
|
95 |
+
#: mappress_api.php:665
|
96 |
msgid "No matching address"
|
97 |
msgstr "Nema adresa koje se poklapaju"
|
98 |
|
100 |
msgid "Unable to get your location"
|
101 |
msgstr "Ne može da pribavi vašu lokaciju"
|
102 |
|
103 |
+
#: mappress.php:552
|
104 |
+
#: mappress_api.php:685
|
105 |
+
#: mappress_settings.php:318
|
106 |
msgid "Traffic"
|
107 |
msgstr "Saobraćaj"
|
108 |
|
110 |
msgid "Transit"
|
111 |
msgstr "Tranzit"
|
112 |
|
113 |
+
#: mappress.php:554
|
114 |
+
#: mappress_api.php:684
|
115 |
+
#: mappress_poi.php:330
|
116 |
+
#: mappress_settings.php:313
|
117 |
+
#: mappress_settings.php:452
|
118 |
#: pro/mappress_widget.php:124
|
119 |
msgid "Zoom"
|
120 |
msgstr "Zoom"
|
121 |
|
122 |
+
#: mappress.php:559
|
123 |
+
#: mappress_api.php:563
|
124 |
msgid "Add"
|
125 |
msgstr "Dodavanje"
|
126 |
|
132 |
msgid "Click to change"
|
133 |
msgstr "Kliknite za izmenu"
|
134 |
|
135 |
+
#: mappress.php:562
|
136 |
+
#: mappress_api.php:671
|
137 |
+
#: mappress_api.php:679
|
138 |
#: mappress_map.php:440
|
139 |
msgid "Delete"
|
140 |
msgstr "Obrišite"
|
143 |
msgid "Delete this POI?"
|
144 |
msgstr "Obrisati ovaj POI?"
|
145 |
|
146 |
+
#: mappress.php:564
|
147 |
+
#: mappress_api.php:678
|
148 |
msgid "Delete this map?"
|
149 |
msgstr "Obrisati ovu mapu?"
|
150 |
|
156 |
msgid "Shape"
|
157 |
msgstr "Oblik"
|
158 |
|
159 |
+
#: mappress.php:567
|
160 |
+
#: mappress_api.php:660
|
161 |
+
#: mappress_map.php:53
|
162 |
msgid "Untitled"
|
163 |
msgstr "Bez naslova"
|
164 |
|
181 |
msgid "FAQ"
|
182 |
msgstr "FAQ"
|
183 |
|
184 |
+
#: mappress_api.php:552
|
185 |
+
#: mappress_options.php:604
|
186 |
msgid "Report a bug"
|
187 |
msgstr "Prijavite kvar"
|
188 |
|
189 |
+
#: mappress_api.php:567
|
190 |
+
#: templates/map_poi_list.php:5
|
191 |
msgid "Location"
|
192 |
msgstr "Lokacija"
|
193 |
|
195 |
msgid "Current Maps"
|
196 |
msgstr "Trenutne mape"
|
197 |
|
198 |
+
#: mappress_api.php:583
|
199 |
+
#: forms/map_media.php:12
|
200 |
msgid "New Map"
|
201 |
msgstr "Nova mapa"
|
202 |
|
203 |
+
#: mappress_api.php:592
|
204 |
+
#: mappress_api.php:659
|
205 |
+
#: forms/map_media.php:22
|
206 |
msgid "Map ID"
|
207 |
msgstr "Identifikacija mape"
|
208 |
|
209 |
+
#: mappress_api.php:595
|
210 |
+
#: mappress_api.php:676
|
211 |
+
#: pro/mappress_pro_settings.php:199
|
212 |
msgid "Title"
|
213 |
msgstr "Naslov"
|
214 |
|
215 |
+
#: mappress_api.php:608
|
216 |
+
#: mappress_api.php:669
|
217 |
+
#: forms/map_editor_infobox.php:45
|
218 |
#: forms/map_media.php:46
|
219 |
msgid "Save"
|
220 |
msgstr "Sačuvati"
|
221 |
|
222 |
+
#: mappress_api.php:609
|
223 |
+
#: mappress_options.php:290
|
224 |
+
#: mappress_options.php:291
|
225 |
+
#: mappress_settings.php:381
|
226 |
+
#: pro/mappress_widget.php:116
|
227 |
msgid "Center"
|
228 |
msgstr "Centar"
|
229 |
|
251 |
msgid "Did you mean: "
|
252 |
msgstr "Da li ste mislili:"
|
253 |
|
254 |
+
#: mappress_api.php:668
|
255 |
+
#: mappress_map.php:438
|
256 |
msgid "Edit"
|
257 |
msgstr "Izmena"
|
258 |
|
259 |
+
#: mappress_api.php:670
|
260 |
+
#: forms/map_editor_infobox.php:46
|
261 |
+
#: forms/map_media.php:47
|
262 |
#: pro/mappress_icons.php:71
|
263 |
msgid "Cancel"
|
264 |
msgstr "Otkažite"
|
271 |
msgid "Back"
|
272 |
msgstr "Nazad"
|
273 |
|
274 |
+
#: mappress_api.php:674
|
275 |
+
#: mappress_map.php:439
|
276 |
+
#: forms/map_media.php:48
|
277 |
msgid "Insert into post"
|
278 |
msgstr "Ubacite u post"
|
279 |
|
309 |
msgid "My icons"
|
310 |
msgstr "Moje ikonice"
|
311 |
|
312 |
+
#: mappress_api.php:737
|
313 |
+
#: templates/map_directions.php:3
|
314 |
msgid "By car"
|
315 |
msgstr "Kolima"
|
316 |
|
317 |
+
#: mappress_api.php:738
|
318 |
+
#: templates/map_directions.php:5
|
319 |
msgid "Walking"
|
320 |
msgstr "Peške"
|
321 |
|
323 |
msgid "Start"
|
324 |
msgstr "Početak"
|
325 |
|
326 |
+
#: mappress_api.php:752
|
327 |
+
#: templates/map_directions.php:16
|
328 |
msgid "Swap start and end"
|
329 |
msgstr "Zamenite početak i kraj "
|
330 |
|
332 |
msgid "End"
|
333 |
msgstr "Kraj"
|
334 |
|
335 |
+
#: mappress_api.php:767
|
336 |
+
#: templates/map_directions.php:29
|
337 |
msgid "Get Directions"
|
338 |
msgstr "Pribavite uputstva"
|
339 |
|
341 |
msgid "Print Directions"
|
342 |
msgstr "Odštampajte uputstva"
|
343 |
|
344 |
+
#: mappress_api.php:769
|
345 |
+
#: templates/map_directions.php:31
|
346 |
msgid "Close"
|
347 |
msgstr "Zatvorite"
|
348 |
|
354 |
msgid "Show map"
|
355 |
msgstr "Prikazati mapu"
|
356 |
|
357 |
+
#: mappress_map.php:491
|
358 |
+
#: mappress_settings.php:444
|
359 |
+
#: forms/map_editor.php:17
|
360 |
msgid "Center map"
|
361 |
msgstr "Centralna mapa"
|
362 |
|
363 |
+
#: mappress_map.php:500
|
364 |
+
#: mappress_settings.php:445
|
365 |
msgid "Reset map"
|
366 |
msgstr "Resetujte mapu"
|
367 |
|
368 |
+
#: mappress_map.php:509
|
369 |
+
#: mappress_settings.php:443
|
370 |
msgid "Bigger map"
|
371 |
msgstr "Veća mapa"
|
372 |
|
374 |
msgid "Smaller map"
|
375 |
msgstr "Manja mapa"
|
376 |
|
377 |
+
#: mappress_options.php:99
|
378 |
+
#: mappress_settings.php:127
|
379 |
msgid "Basic Settings"
|
380 |
msgstr "Osnovna podešavanja"
|
381 |
|
382 |
+
#: mappress_options.php:100
|
383 |
+
#: mappress_options.php:391
|
384 |
msgid "Show a sample map on this page"
|
385 |
msgstr "Prikazati mapu uzorak na ovoj stranici"
|
386 |
|
387 |
+
#: mappress_options.php:101
|
388 |
+
#: mappress_settings.php:129
|
389 |
msgid "Automatic map display"
|
390 |
msgstr "Automatski prikaz mape"
|
391 |
|
392 |
+
#: mappress_options.php:102
|
393 |
+
#: mappress_settings.php:128
|
394 |
msgid "Post types"
|
395 |
msgstr "Tipovi posta"
|
396 |
|
398 |
msgid "Marker list"
|
399 |
msgstr "Lista markera"
|
400 |
|
401 |
+
#: mappress_options.php:105
|
402 |
+
#: mappress_settings.php:311
|
403 |
msgid "Map types"
|
404 |
msgstr "Tipovi mapa"
|
405 |
|
407 |
msgid "Street View"
|
408 |
msgstr "Pregled ulica"
|
409 |
|
410 |
+
#: mappress_options.php:107
|
411 |
+
#: mappress_settings.php:135
|
412 |
msgid "Scroll wheel zoom"
|
413 |
msgstr "Zumiranje točkića za skrolovanje"
|
414 |
|
415 |
+
#: mappress_options.php:108
|
416 |
+
#: mappress_settings.php:134
|
417 |
msgid "Keyboard shortcuts"
|
418 |
msgstr "Prečice za tastaturu"
|
419 |
|
425 |
msgid "Show traffic button"
|
426 |
msgstr "Prikazati dugme za saobraćaj"
|
427 |
|
428 |
+
#: mappress_options.php:111
|
429 |
+
#: mappress_settings.php:148
|
430 |
msgid "Tooltips"
|
431 |
msgstr "Saveti za alatke"
|
432 |
|
433 |
+
#: mappress_options.php:112
|
434 |
+
#: mappress_settings.php:316
|
435 |
msgid "Overview map"
|
436 |
msgstr "Pregled mape"
|
437 |
|
439 |
msgid "CSS Settings"
|
440 |
msgstr "CSS podešavanja"
|
441 |
|
442 |
+
#: mappress_options.php:115
|
443 |
+
#: mappress_settings.php:141
|
444 |
msgid "Map alignment"
|
445 |
msgstr "Poravnanje mape"
|
446 |
|
447 |
+
#: mappress_options.php:116
|
448 |
+
#: mappress_settings.php:142
|
449 |
msgid "Map border"
|
450 |
msgstr "Ivica mape"
|
451 |
|
452 |
+
#: mappress_options.php:126
|
453 |
+
#: mappress_settings.php:158
|
454 |
msgid "Localization"
|
455 |
msgstr "Lokalizacija"
|
456 |
|
457 |
+
#: mappress_options.php:127
|
458 |
+
#: mappress_settings.php:159
|
459 |
msgid "Language"
|
460 |
msgstr "Jezik"
|
461 |
|
462 |
+
#: mappress_options.php:128
|
463 |
+
#: mappress_settings.php:160
|
464 |
msgid "Country"
|
465 |
msgstr "Zemlja"
|
466 |
|
467 |
+
#: mappress_options.php:129
|
468 |
+
#: mappress_settings.php:161
|
469 |
msgid "Directions server"
|
470 |
msgstr "Server za uputstva"
|
471 |
|
489 |
msgid "Micsellaneous"
|
490 |
msgstr "Mešano"
|
491 |
|
492 |
+
#: mappress_options.php:141
|
493 |
+
#: mappress_settings.php:165
|
494 |
msgid "Map sizes"
|
495 |
msgstr "Veličine mapa"
|
496 |
|
497 |
+
#: mappress_options.php:142
|
498 |
+
#: pro/mappress_pro_settings.php:33
|
499 |
msgid "Force resize"
|
500 |
msgstr "Prinudna promena veličine"
|
501 |
|
503 |
msgid "MapPress link"
|
504 |
msgstr "Link za MapPress"
|
505 |
|
506 |
+
#: mappress_options.php:188
|
507 |
+
#: mappress_settings.php:237
|
508 |
msgid "country code"
|
509 |
msgstr "poštanski broj zemlje"
|
510 |
|
511 |
+
#: mappress_options.php:190
|
512 |
+
#: mappress_settings.php:239
|
513 |
#, php-format
|
514 |
msgid "Enter a %s to use when searching (leave blank for USA)"
|
515 |
+
msgstr "Unesite %s da biste koristili prilikom pretrage (ostavite prazno za SAD)"
|
|
|
516 |
|
517 |
+
#: mappress_options.php:197
|
518 |
+
#: mappress_settings.php:246
|
519 |
msgid "Enter a google server URL for directions/printing"
|
520 |
msgstr "Unesite URL Google servera za uputstva/štampanje"
|
521 |
|
522 |
+
#: mappress_options.php:203
|
523 |
+
#: mappress_settings.php:260
|
524 |
msgid "Enable zoom with the mouse scroll wheel"
|
525 |
msgstr "Omogućite zumiranje uz pomoć skrolovanja mišem"
|
526 |
|
527 |
+
#: mappress_options.php:208
|
528 |
+
#: mappress_settings.php:264
|
529 |
msgid "Enable keyboard panning and zooming"
|
530 |
msgstr "Omogućite pomeranje i zumiranje tastature"
|
531 |
|
532 |
+
#: mappress_options.php:213
|
533 |
+
#: mappress_settings.php:270
|
534 |
msgid "language"
|
535 |
msgstr "jezik"
|
536 |
|
537 |
#: mappress_options.php:215
|
538 |
#, php-format
|
539 |
msgid "Use a specific %s for map controls (defaults to browser language)"
|
540 |
+
msgstr "Koristite određeni %s za kontrolu mapa (uobičajeno za jezik pretraživača)"
|
|
|
541 |
|
542 |
#: mappress_options.php:222
|
543 |
+
msgid "Allow your readers to change the map type (street, satellite, or hybrid)"
|
544 |
+
msgstr "Dopustite vašim čitaovima da izmene tip mape (ulične, satelitske ili hibridne)"
|
|
|
|
|
|
|
545 |
|
546 |
#: mappress_options.php:227
|
547 |
msgid "Display the street view control \"peg man\""
|
548 |
msgstr "Prikažite kontrolu \"peg man\" pregleda ulica"
|
549 |
|
550 |
+
#: mappress_options.php:234
|
551 |
+
#: mappress_settings.php:342
|
552 |
msgid "Inline (in your blog)"
|
553 |
msgstr "U liniji (u vašem blogu)"
|
554 |
|
555 |
+
#: mappress_options.php:238
|
556 |
+
#: mappress_settings.php:343
|
557 |
+
#: pro/mappress_pro_settings.php:177
|
558 |
+
#: pro/mappress_widget.php:110
|
559 |
msgid "Google"
|
560 |
msgstr "Google"
|
561 |
|
562 |
+
#: mappress_options.php:242
|
563 |
+
#: mappress_settings.php:344
|
564 |
#: pro/mappress_widget.php:111
|
565 |
msgid "None"
|
566 |
msgstr "Ništa"
|
567 |
|
568 |
#: mappress_options.php:244
|
569 |
msgid "Select 'Google' if directions aren't displaying properly in your theme"
|
570 |
+
msgstr "Odaberite ‘Google’ ukoliko se uputstva ne prikazuju ispravno na vašu temu "
|
|
|
571 |
|
572 |
+
#: mappress_options.php:250
|
573 |
+
#: mappress_options.php:444
|
574 |
+
#: mappress_options.php:451
|
575 |
+
#: mappress_options.php:458
|
576 |
+
#: mappress_options.php:465
|
577 |
#, php-format
|
578 |
msgid "This setting requires %s."
|
579 |
msgstr "Ovo podešavanje zahteva %s."
|
606 |
msgid "Automatically open the overview map"
|
607 |
msgstr "Automatski otvoriti pregled mape"
|
608 |
|
609 |
+
#: mappress_options.php:286
|
610 |
+
#: mappress_settings.php:280
|
611 |
+
#: mappress_settings.php:286
|
612 |
+
#: mappress_settings.php:380
|
613 |
#: mappress_settings.php:489
|
614 |
msgid "Default"
|
615 |
msgstr "Uobičajeno"
|
616 |
|
617 |
+
#: mappress_options.php:295
|
618 |
+
#: mappress_options.php:296
|
619 |
+
#: mappress_settings.php:382
|
620 |
msgid "Left"
|
621 |
msgstr "Levo"
|
622 |
|
623 |
+
#: mappress_options.php:300
|
624 |
+
#: mappress_options.php:301
|
625 |
+
#: mappress_settings.php:383
|
626 |
msgid "Right"
|
627 |
msgstr "Desno"
|
628 |
|
629 |
#: mappress_options.php:303
|
630 |
#, php-format
|
631 |
msgid "Choose 'default' to override this with CSS class %s in your theme's %s"
|
632 |
+
msgstr "Odaberite ‘default’(uobičajeno) da biste prešli preko ovoga sa CSS klasom %s u %s vaše teme"
|
|
|
|
|
633 |
|
634 |
+
#: mappress_options.php:311
|
635 |
+
#: mappress_settings.php:395
|
636 |
msgid "solid"
|
637 |
msgstr "solidno"
|
638 |
|
639 |
+
#: mappress_options.php:312
|
640 |
+
#: mappress_settings.php:396
|
641 |
msgid "dashed"
|
642 |
msgstr "isprekidano"
|
643 |
|
644 |
+
#: mappress_options.php:313
|
645 |
+
#: mappress_settings.php:397
|
646 |
msgid "dotted"
|
647 |
msgstr "tačkasto"
|
648 |
|
649 |
+
#: mappress_options.php:314
|
650 |
+
#: mappress_settings.php:398
|
651 |
msgid "double"
|
652 |
msgstr "duplo"
|
653 |
|
654 |
+
#: mappress_options.php:315
|
655 |
+
#: mappress_settings.php:399
|
656 |
msgid "groove"
|
657 |
msgstr "žleb"
|
658 |
|
659 |
+
#: mappress_options.php:316
|
660 |
+
#: mappress_settings.php:400
|
661 |
msgid "inset"
|
662 |
msgstr "umetak"
|
663 |
|
664 |
+
#: mappress_options.php:317
|
665 |
+
#: mappress_settings.php:401
|
666 |
msgid "outset"
|
667 |
msgstr "polatzna tačka"
|
668 |
|
669 |
+
#: mappress_options.php:321
|
670 |
+
#: mappress_settings.php:308
|
671 |
#: mappress_settings.php:405
|
672 |
msgid "Style"
|
673 |
msgstr "Stil"
|
674 |
|
675 |
+
#: mappress_options.php:329
|
676 |
+
#: mappress_settings.php:413
|
677 |
#: mappress_settings.php:489
|
678 |
msgid "Width"
|
679 |
msgstr "Širina"
|
680 |
|
681 |
+
#: mappress_options.php:337
|
682 |
+
#: mappress_settings.php:419
|
683 |
msgid "Corner radius"
|
684 |
msgstr "Prečnik ugla"
|
685 |
|
686 |
+
#: mappress_options.php:341
|
687 |
+
#: mappress_settings.php:428
|
688 |
msgid "Color"
|
689 |
msgstr "Boja"
|
690 |
|
695 |
#: mappress_options.php:348
|
696 |
#, php-format
|
697 |
msgid "Choose -none- to override settings with CSS class %s in your theme's %s"
|
698 |
+
msgstr "Odaberite -nijedno- da pređete preko podešavanja putem CSS klase %s u %s vaše teme"
|
|
|
|
|
699 |
|
700 |
#: mappress_options.php:366
|
701 |
msgid "Show the user's location on the map"
|
709 |
msgid "Center the map on the user's location"
|
710 |
msgstr "Centrirajte mapu na lokaciju korisnika"
|
711 |
|
712 |
+
#: mappress_options.php:398
|
713 |
+
#: mappress_settings.php:468
|
714 |
msgid "Top of post"
|
715 |
msgstr "Vrh posta"
|
716 |
|
717 |
+
#: mappress_options.php:402
|
718 |
+
#: mappress_settings.php:469
|
719 |
msgid "Bottom of post"
|
720 |
msgstr "Dno posta"
|
721 |
|
722 |
+
#: mappress_options.php:406
|
723 |
+
#: mappress_settings.php:470
|
724 |
msgid "No automatic display"
|
725 |
msgstr "Nema automatskog prikaza"
|
726 |
|
745 |
msgid "Permanently resize existing maps:"
|
746 |
msgstr "Trajno promenite veličinu postojećim mapama:"
|
747 |
|
748 |
+
#: mappress_options.php:438
|
749 |
+
#: pro/mappress_pro_settings.php:229
|
750 |
#, php-format
|
751 |
msgid "from %s to %s"
|
752 |
msgstr "da %s a %s"
|
753 |
|
754 |
+
#: mappress_options.php:439
|
755 |
+
#: pro/mappress_pro_settings.php:230
|
756 |
msgid "Force Resize"
|
757 |
msgstr "Prinudna promena veličine"
|
758 |
|
781 |
msgid "Enable %s for your RSS feeds"
|
782 |
msgstr "Omogućite %s za vaše RSS snabdevanje"
|
783 |
|
784 |
+
#: mappress_options.php:492
|
785 |
+
#: mappress_options.php:501
|
786 |
msgid "No new items"
|
787 |
msgstr "Nema novih stavki"
|
788 |
|
811 |
msgid "* Make a donation"
|
812 |
msgstr "*Dajte donaciju"
|
813 |
|
814 |
+
#: mappress_options.php:532
|
815 |
+
#: mappress_settings.php:513
|
816 |
msgid "Thanks for your support!"
|
817 |
msgstr "Hvala Vam na podršci!"
|
818 |
|
819 |
+
#: mappress_options.php:559
|
820 |
+
#: mappress_settings.php:540
|
821 |
msgid "MapPress"
|
822 |
msgstr "MapPress"
|
823 |
|
824 |
+
#: mappress_options.php:613
|
825 |
+
#: mappress_settings.php:590
|
826 |
msgid "Like this plugin?"
|
827 |
msgstr "Dopada vam se ovaj plugin?"
|
828 |
|
830 |
msgid "MapPress News"
|
831 |
msgstr "MapPress novosti"
|
832 |
|
833 |
+
#: mappress_options.php:618
|
834 |
+
#: mappress_settings.php:592
|
835 |
msgid "Sample Map"
|
836 |
msgstr "Mapa uzorak"
|
837 |
|
838 |
+
#: mappress_options.php:638
|
839 |
+
#: mappress_settings.php:611
|
840 |
msgid "Save Changes"
|
841 |
msgstr "Sačuvajte promene"
|
842 |
|
843 |
+
#: mappress_options.php:639
|
844 |
+
#: mappress_settings.php:612
|
845 |
msgid "Reset Defaults"
|
846 |
msgstr "Resetujte deafault-ove"
|
847 |
|
848 |
+
#: mappress_poi.php:246
|
849 |
+
#: mappress_settings.php:453
|
850 |
msgid "Directions to"
|
851 |
msgstr "Uputstva za"
|
852 |
|
853 |
+
#: mappress_poi.php:248
|
854 |
+
#: mappress_settings.php:454
|
855 |
msgid "Directions from"
|
856 |
msgstr "Uputstva od"
|
857 |
|
937 |
|
938 |
#: mappress_settings.php:218
|
939 |
msgid "Use the settings below to automatically create maps from custom fields."
|
940 |
+
msgstr "Koristite podešavanje ispod za automatsko kreiranje mapa iz uobičajenih polja."
|
|
|
|
|
941 |
|
942 |
#: mappress_settings.php:224
|
943 |
msgid "Posts"
|
992 |
msgid "Open initially"
|
993 |
msgstr "Prvobitno otvoreno"
|
994 |
|
995 |
+
#: mappress_settings.php:302
|
996 |
+
#: mappress_settings.php:304
|
997 |
#: mappress_settings.php:306
|
998 |
msgid "Checked initially"
|
999 |
msgstr "Prvobitno provereno"
|
1030 |
msgid "Road map"
|
1031 |
msgstr "Mapa puteva"
|
1032 |
|
1033 |
+
#: mappress_settings.php:327
|
1034 |
+
#: pro/mappress_widget.php:142
|
1035 |
msgid "Satellite"
|
1036 |
msgstr "Satelit"
|
1037 |
|
1038 |
+
#: mappress_settings.php:328
|
1039 |
+
#: pro/mappress_widget.php:143
|
1040 |
msgid "Terrain"
|
1041 |
msgstr "Teren"
|
1042 |
|
1043 |
+
#: mappress_settings.php:329
|
1044 |
+
#: pro/mappress_widget.php:141
|
1045 |
msgid "Hybrid"
|
1046 |
msgstr "Hibrid"
|
1047 |
|
1049 |
msgid "Automatically open the first POI when a map is displayed"
|
1050 |
msgstr "Automatski otvorite prvi POI prilikom prikazivanja mape"
|
1051 |
|
1052 |
+
#: mappress_settings.php:356
|
1053 |
+
#: mappress_settings.php:365
|
1054 |
msgid "Show control"
|
1055 |
msgstr "Prikazati kontrolu"
|
1056 |
|
1057 |
+
#: mappress_settings.php:360
|
1058 |
+
#: mappress_settings.php:369
|
1059 |
msgid "Enabled by default"
|
1060 |
msgstr "Omogućeno po default-u"
|
1061 |
|
1122 |
msgid "Add POI"
|
1123 |
msgstr "Add POI"
|
1124 |
|
1125 |
+
#: forms/map_editor.php:5
|
1126 |
+
#: templates/map_directions.php:11
|
1127 |
msgid "My location"
|
1128 |
msgstr "Moja lokacija"
|
1129 |
|
1139 |
msgid "Weight"
|
1140 |
msgstr "Težina"
|
1141 |
|
1142 |
+
#: forms/map_editor_infobox.php:25
|
1143 |
+
#: forms/map_editor_infobox.php:31
|
1144 |
msgid "Opacity"
|
1145 |
msgstr "Neprozirnost"
|
1146 |
|
1177 |
msgid "Invalid status: %s, address: %s"
|
1178 |
msgstr "Nevažeći status: %s, adresa: %s"
|
1179 |
|
1180 |
+
#: pro/mappress_geocoders.php:94
|
1181 |
+
#: pro/mappress_geocoders.php:158
|
1182 |
#, php-format
|
1183 |
msgid "No results for address: %s"
|
1184 |
msgstr "Nema rezultata za adresu: %s"
|
1315 |
|
1316 |
#: pro/mappress_pro_settings.php:111
|
1317 |
msgid "Disable map panning when infoWindow / infoBox is opened"
|
1318 |
+
msgstr "Onemogućite “panoramisanje” mape kada su Info prozor / Info kutija otvoreni"
|
|
|
1319 |
|
1320 |
#: pro/mappress_pro_settings.php:115
|
1321 |
msgid "Show featured image thumbnails in mashup POIs"
|
1398 |
msgid "Map Zoom"
|
1399 |
msgstr "Zum mape"
|
1400 |
|
1401 |
+
#: pro/mappress_pro_settings.php:204
|
1402 |
+
#: pro/mappress_widget.php:140
|
1403 |
msgid "Map"
|
1404 |
msgstr "Mapa"
|
1405 |
|
1494 |
|
1495 |
#~ msgid "Internal error, map was missing. Your data has not been saved!"
|
1496 |
#~ msgstr ""
|
1497 |
+
"\n"
|
1498 |
+
"interno: la mappa é stata smarrita. I dati non sono stati salvati!\""
|
1499 |
|
1500 |
#~ msgid "Internal error - unable to save map. Your data has not been saved!"
|
1501 |
#~ msgstr ""
|
1502 |
+
"\n"
|
1503 |
+
"interno - non é possibile salvare la mappa. I dati non sono stati \"\n"
|
1504 |
+
""
|
1505 |
|
1506 |
#~ msgid "Custom CSS"
|
1507 |
#~ msgstr "CSS personalizzato"
|
1535 |
|
1536 |
#~ msgid "Update map when address is changed by a program"
|
1537 |
#~ msgstr ""
|
1538 |
+
"\n"
|
1539 |
+
"la mappa quando un indirizzo é stato modificato da un programma\""
|
1540 |
|
1541 |
#~ msgid "Display powered by link"
|
1542 |
#~ msgstr "Attiva il link \"fornito da\"."
|
1561 |
|
1562 |
#~ msgid "This setting requires %s. Show a list of markers under each map."
|
1563 |
#~ msgstr ""
|
1564 |
+
"\n"
|
1565 |
+
"impostazione richiede %s. Mostra una lista di marker sotto ogni \"\n"
|
1566 |
+
""
|
1567 |
|
1568 |
#~ msgid "Donate"
|
1569 |
#~ msgstr "Donazioni"
|
1592 |
#~ msgstr "Campo personalizzato mappa"
|
1593 |
|
1594 |
#~ msgid ""
|
1595 |
+
"\n"
|
1596 |
+
"Include your own CSS. You must create a file named %s in the MapPress \"\n"
|
1597 |
+
"sub-directory\""
|
1598 |
#~ msgstr ""
|
1599 |
+
"\n"
|
1600 |
+
"Includi CSS personalizzato. Crea un file a nome %s nella sotto-cartella \"\n"
|
1601 |
+
"di MapPress\""
|
1602 |
|
1603 |
#~ msgid "Map addresses from a %s : "
|
1604 |
#~ msgstr "Indirizzi mappa da un %s : "
|
1634 |
#~ msgstr "Manca l'indirizzo di partenza o arrivo."
|
1635 |
|
1636 |
#~ msgid ""
|
1637 |
+
"\n"
|
1638 |
+
"cannot return those directions for legal or contractual reasons\""
|
1639 |
#~ msgstr ""
|
1640 |
+
"\n"
|
1641 |
+
"non può mostrare questi percorsi per ragioni contrattuali o legali\""
|
1642 |
|
1643 |
#~ msgid "Invalid map API key"
|
1644 |
#~ msgstr "Chiave API non valida"
|
1647 |
#~ msgstr "La tua chiave ha inoltrato in un solo giorno troppe richieste."
|
1648 |
|
1649 |
#~ msgid ""
|
1650 |
+
"\n"
|
1651 |
+
"your browser does not seem to support the street view Flash player\""
|
1652 |
#~ msgstr ""
|
1653 |
+
"\n"
|
1654 |
+
"pare che il tuo browser non supporti lo street view Flash player\""
|
1655 |
|
1656 |
#~ msgid "Sorry, no street view data is available for this location"
|
1657 |
#~ msgstr "nessuna visualizzazione stradale per questa località"
|
1658 |
|
1659 |
#~ msgid "Sorry, Google was unable to display the street view in your browser"
|
1660 |
#~ msgstr ""
|
1661 |
+
"\n"
|
1662 |
+
"non é in grado di potere mostrare nel tuo browser la \"\n"
|
1663 |
+
"stradale\""
|
1664 |
|
1665 |
#~ msgid "Get directions"
|
1666 |
#~ msgstr "Ottieni i percorsi"
|
1678 |
#~ msgstr "Inserisci la tua chiave API. Non hai una chiave API? Vai qui "
|
1679 |
|
1680 |
#~ msgid ""
|
1681 |
+
"\n"
|
1682 |
+
"could not load google maps. Either your browser is incompatible \"\n"
|
1683 |
+
"your API key is invalid. Need an API key? Get one \""
|
1684 |
#~ msgstr ""
|
1685 |
+
"\n"
|
1686 |
+
"non può caricare le mappe di Google. Il problema potrebbe \"\n"
|
1687 |
+
"dalla incompatibilità del tuo browser oppure da una chiave API \"\n"
|
1688 |
+
"valida. Non hai una chiave API? Vai \""
|
1689 |
|
1690 |
#~ msgid "here"
|
1691 |
#~ msgstr "qui"
|
1700 |
#~ msgstr "Premi esci oppure clicca qui per cancellare:"
|
1701 |
|
1702 |
#~ msgid ""
|
1703 |
+
"\n"
|
1704 |
+
"isn't ready yet. Please enter your Google Maps API Key on the \""
|
1705 |
#~ msgstr ""
|
1706 |
+
"\n"
|
1707 |
+
"non é ancora pronto. Inserisci la tua chiave API di Google Maps \"\n"
|
1708 |
+
""
|
1709 |
|
1710 |
#~ msgid "MapPress options screen."
|
1711 |
#~ msgstr "MapPress - opzioni schermo."
|
1721 |
|
1722 |
#~ msgid "Click on a marker or use the links below to edit or delete markers."
|
1723 |
#~ msgstr ""
|
1724 |
+
"\n"
|
1725 |
+
"su di un marker oppure utilizza i link qui sotto per modificare o \"\n"
|
1726 |
+
"i marker.\""
|
1727 |
|
1728 |
#~ msgid "ACCESS DENIED: You don't have permission to do this."
|
1729 |
#~ msgstr ""
|
1730 |
+
"\n"
|
1731 |
+
"NEGATO: non hai i permessi necessari per compiere questa \"\n"
|
1732 |
+
""
|
1733 |
|
1734 |
#~ msgid "supported languages"
|
1735 |
#~ msgstr "lingue disponibili"
|
1738 |
#~ msgstr "Opzioni MapPress"
|
1739 |
|
1740 |
#~ msgid ""
|
1741 |
+
"\n"
|
1742 |
+
"spend many hours working on MapPress. Please donate to keep me going!\""
|
1743 |
#~ msgstr ""
|
1744 |
+
"\n"
|
1745 |
+
"dedicato molto tempo allo sviluppo di MapPress. Effettua una donazione!\""
|
1746 |
|
1747 |
#~ msgid "Address format"
|
1748 |
#~ msgstr "Formato indirizzo"
|
1757 |
#~ msgstr "Codice paese (ricerche)"
|
1758 |
|
1759 |
#~ msgid ""
|
1760 |
+
"\n"
|
1761 |
+
"a country code to use as a default when searching for an address.\""
|
1762 |
#~ msgstr ""
|
1763 |
+
"\n"
|
1764 |
+
"il codice paese da utilizzare come predefinito durante la \"\n"
|
1765 |
+
"di un indirizzo.\""
|
1766 |
|
1767 |
#~ msgid "Force Google to use a specific language for map controls."
|
1768 |
#~ msgstr ""
|
1769 |
+
"\n"
|
1770 |
+
"a Google l'utilizzo specifico di una lingua per i controlli della \"\n"
|
1771 |
+
""
|
1772 |
|
1773 |
#~ msgid "Check to enable directions to/from map markers"
|
1774 |
#~ msgstr "Seleziona per attivare (marker della mappa) i percorsi da/a"
|
1775 |
|
1776 |
#~ msgid ""
|
1777 |
+
"\n"
|
1778 |
+
"to show large map controls; uncheck for a small zoom control instead\""
|
1779 |
#~ msgstr ""
|
1780 |
+
"\n"
|
1781 |
+
"per mostrare in esteso i controlli per la mappa; deseleziona \"\n"
|
1782 |
+
"il solo controllo sullo zoom \""
|
1783 |
|
1784 |
#~ msgid "Check to enable the \"map types\" button on the map"
|
1785 |
#~ msgstr "Seleziona per attivare sulla mappa il pulsante \"tipi di mappa\""
|
1789 |
|
1790 |
#~ msgid "Choose the map type to use when the map is first displayed"
|
1791 |
#~ msgstr ""
|
1792 |
+
"\n"
|
1793 |
+
"quale tipologia di mappa mostrare alla visualizzazione di \"\n"
|
1794 |
+
""
|
1795 |
|
1796 |
#~ msgid "(click the icon to choose)"
|
1797 |
#~ msgstr "(clicca sulla icona per scegliere)"
|
1798 |
|
1799 |
#~ msgid ""
|
1800 |
+
"\n"
|
1801 |
+
"starting or ending address could not be found. Please check that the \"\n"
|
1802 |
+
"is correct and completely entered.\""
|
1803 |
#~ msgstr ""
|
1804 |
+
"\n"
|
1805 |
+
"é stato possibile trovare l'indirizzo di partenza o arrivo. Verifica \"\n"
|
1806 |
+
"l'indirizzo sia valido nonché sia stato inserito correttamente.\""
|
1807 |
|
1808 |
#~ msgid "(leave blank for default)"
|
1809 |
#~ msgstr "(lascia in bianco per le predefinite)"
|
1827 |
#~ msgstr "Impostazioni avanzate"
|
1828 |
|
1829 |
#~ msgid ""
|
1830 |
+
"\n"
|
1831 |
+
"to show the \"GoogleBar\" search box for local business listings.\""
|
1832 |
#~ msgstr ""
|
1833 |
+
"\n"
|
1834 |
+
"per mostrare la casella di ricerca \"GoogleBar\" per l'elenco \"\n"
|
1835 |
+
"attività commerciali locali.\""
|
1836 |
|
1837 |
#~ msgid ""
|
1838 |
+
"\n"
|
1839 |
+
"center/zoom map when saved (uncheck to display map exactly \"\n"
|
1840 |
+
"shown below)\""
|
1841 |
#~ msgstr ""
|
1842 |
+
"\n"
|
1843 |
+
"in automatico al salvataggio della mappa (deseleziona per \"\n"
|
1844 |
+
"la mappa esattamente come qui sotto)\""
|
1845 |
|
1846 |
#~ msgid "Center/zoom now"
|
1847 |
#~ msgstr "Centratura/zoom"
|
languages/mappress-google-maps-for-wordpress-zh_CN.po
CHANGED
@@ -1,16 +1,15 @@
|
|
1 |
-
# MAPPRESS
|
2 |
-
#
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: MapPress\n"
|
6 |
"Report-Msgid-Bugs-To: \n"
|
7 |
-
"POT-Creation-Date: 2010-11-12 09:45-0800\n"
|
8 |
-
"PO-Revision-Date: 2010-11-17 06:34-0800\n"
|
9 |
"Last-Translator: Plugin Author <donotreply@gmail.com>\n"
|
10 |
"Language-Team: My Team <LL@li.org>\n"
|
11 |
"MIME-Version: 1.0\n"
|
12 |
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
|
|
|
14 |
"X-Poedit-Language: Chinese\n"
|
15 |
"X-Poedit-Country: CHINA\n"
|
16 |
"X-Poedit-KeywordsList: __;_e\n"
|
@@ -652,8 +651,9 @@ msgid "Show list of markers"
|
|
652 |
msgstr ""
|
653 |
|
654 |
#~ msgid ""
|
655 |
-
|
656 |
-
|
|
|
657 |
#~ msgstr "MapPress已有新版本,请重新输入你的地图.详情请阅读MapPress选项页面."
|
658 |
|
659 |
#~ msgid "Google error: BAD REQUEST"
|
@@ -663,12 +663,14 @@ msgstr ""
|
|
663 |
#~ msgstr "Google内部错误.请稍后再试."
|
664 |
|
665 |
#~ msgid ""
|
666 |
-
|
667 |
-
|
|
|
668 |
#~ msgstr "找不到起始或终点地址.请重新确认正确地址."
|
669 |
|
670 |
#~ msgid ""
|
671 |
-
|
|
|
672 |
#~ msgstr "基于法令或合约因素,Google无法提供相关资讯."
|
673 |
|
674 |
#~ msgid "Invalid map API key"
|
@@ -678,7 +680,8 @@ msgstr ""
|
|
678 |
#~ msgstr "你的查询次数已超过Google的当日限制."
|
679 |
|
680 |
#~ msgid ""
|
681 |
-
|
|
|
682 |
#~ msgstr "错误:你的浏览器并不支持街景图的Flash player."
|
683 |
|
684 |
#~ msgid "Sorry, no street view data is available for this location"
|
@@ -697,11 +700,13 @@ msgstr ""
|
|
697 |
#~ msgstr "请输入你的API键.若无API键,请向Google申请."
|
698 |
|
699 |
#~ msgid ""
|
700 |
-
|
701 |
-
|
|
|
702 |
#~ msgstr ""
|
703 |
-
|
704 |
-
|
|
|
705 |
|
706 |
#~ msgid "here"
|
707 |
#~ msgstr "这里"
|
@@ -713,7 +718,8 @@ msgstr ""
|
|
713 |
#~ msgstr "请输入地址"
|
714 |
|
715 |
#~ msgid ""
|
716 |
-
|
|
|
717 |
#~ msgstr "MapPress还未准备好,请重新输入你的Google地图API键在"
|
718 |
|
719 |
#~ msgid "MapPress options screen."
|
@@ -768,14 +774,16 @@ msgstr ""
|
|
768 |
#~ msgstr "国码查询"
|
769 |
|
770 |
#~ msgid ""
|
771 |
-
|
|
|
772 |
#~ msgstr "搜寻地址时请输入内定国码"
|
773 |
|
774 |
#~ msgid "Big map controls"
|
775 |
#~ msgstr "大图控制"
|
776 |
|
777 |
#~ msgid ""
|
778 |
-
|
|
|
779 |
#~ msgstr "打勾以显示大地图控制,不打勾则使用小变焦控制"
|
780 |
|
781 |
#~ msgid "Check to enable the \"map types\" button on the map"
|
@@ -788,7 +796,8 @@ msgstr ""
|
|
788 |
#~ msgstr "当地图刚显示时,请选择欲使用的地图类型"
|
789 |
|
790 |
#~ msgid ""
|
791 |
-
|
|
|
792 |
#~ msgstr "寻找当地店家目录请打勾以显示\"GoogleBar\"搜寻工具箱"
|
793 |
|
794 |
#~ msgid "Disable MapPress link"
|
|
|
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: MapPress\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
|
|
|
|
5 |
"Last-Translator: Plugin Author <donotreply@gmail.com>\n"
|
6 |
"Language-Team: My Team <LL@li.org>\n"
|
7 |
"MIME-Version: 1.0\n"
|
8 |
"Content-Type: text/plain; charset=UTF-8\n"
|
9 |
"Content-Transfer-Encoding: 8bit\n"
|
10 |
+
"POT-Creation-Date: 2010-11-12 09:45-0800\n"
|
11 |
+
"PO-Revision-Date: 2010-11-17 06:34-0800\n"
|
12 |
+
"Language: \n"
|
13 |
"X-Poedit-Language: Chinese\n"
|
14 |
"X-Poedit-Country: CHINA\n"
|
15 |
"X-Poedit-KeywordsList: __;_e\n"
|
651 |
msgstr ""
|
652 |
|
653 |
#~ msgid ""
|
654 |
+
"\n"
|
655 |
+
"has changed with this version. You must re-enter your maps. \"\n"
|
656 |
+
"see the note on the %1$sMapPress options screen%2$s\""
|
657 |
#~ msgstr "MapPress已有新版本,请重新输入你的地图.详情请阅读MapPress选项页面."
|
658 |
|
659 |
#~ msgid "Google error: BAD REQUEST"
|
663 |
#~ msgstr "Google内部错误.请稍后再试."
|
664 |
|
665 |
#~ msgid ""
|
666 |
+
"\n"
|
667 |
+
"starting or ending address could not be found. Please check that the \"\n"
|
668 |
+
"is correct and completely entered.\""
|
669 |
#~ msgstr "找不到起始或终点地址.请重新确认正确地址."
|
670 |
|
671 |
#~ msgid ""
|
672 |
+
"\n"
|
673 |
+
"cannot return those directions for legal or contractual reasons\""
|
674 |
#~ msgstr "基于法令或合约因素,Google无法提供相关资讯."
|
675 |
|
676 |
#~ msgid "Invalid map API key"
|
680 |
#~ msgstr "你的查询次数已超过Google的当日限制."
|
681 |
|
682 |
#~ msgid ""
|
683 |
+
"\n"
|
684 |
+
"your browser does not seem to support the street view Flash player\""
|
685 |
#~ msgstr "错误:你的浏览器并不支持街景图的Flash player."
|
686 |
|
687 |
#~ msgid "Sorry, no street view data is available for this location"
|
700 |
#~ msgstr "请输入你的API键.若无API键,请向Google申请."
|
701 |
|
702 |
#~ msgid ""
|
703 |
+
"\n"
|
704 |
+
"could not load google maps. Either your browser is incompatible \"\n"
|
705 |
+
"your API key is invalid. Need an API key? Get one \""
|
706 |
#~ msgstr ""
|
707 |
+
"\n"
|
708 |
+
"\n"
|
709 |
+
""
|
710 |
|
711 |
#~ msgid "here"
|
712 |
#~ msgstr "这里"
|
718 |
#~ msgstr "请输入地址"
|
719 |
|
720 |
#~ msgid ""
|
721 |
+
"\n"
|
722 |
+
"isn't ready yet. Please enter your Google Maps API Key on the \""
|
723 |
#~ msgstr "MapPress还未准备好,请重新输入你的Google地图API键在"
|
724 |
|
725 |
#~ msgid "MapPress options screen."
|
774 |
#~ msgstr "国码查询"
|
775 |
|
776 |
#~ msgid ""
|
777 |
+
"\n"
|
778 |
+
"a country code to use as a default when searching for an address.\""
|
779 |
#~ msgstr "搜寻地址时请输入内定国码"
|
780 |
|
781 |
#~ msgid "Big map controls"
|
782 |
#~ msgstr "大图控制"
|
783 |
|
784 |
#~ msgid ""
|
785 |
+
"\n"
|
786 |
+
"to show large map controls; uncheck for a small zoom control instead\""
|
787 |
#~ msgstr "打勾以显示大地图控制,不打勾则使用小变焦控制"
|
788 |
|
789 |
#~ msgid "Check to enable the \"map types\" button on the map"
|
796 |
#~ msgstr "当地图刚显示时,请选择欲使用的地图类型"
|
797 |
|
798 |
#~ msgid ""
|
799 |
+
"\n"
|
800 |
+
"to show the \"GoogleBar\" search box for local business listings.\""
|
801 |
#~ msgstr "寻找当地店家目录请打勾以显示\"GoogleBar\"搜寻工具箱"
|
802 |
|
803 |
#~ msgid "Disable MapPress link"
|
languages/mappress-google-maps-for-wordpress-zh_TW.po
CHANGED
@@ -1,16 +1,15 @@
|
|
1 |
-
# MAPPRESS
|
2 |
-
#
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
"Project-Id-Version: PACKAGE VERSION\n"
|
6 |
"Report-Msgid-Bugs-To: \n"
|
7 |
-
"POT-Creation-Date: 2010-11-12 09:45-0800\n"
|
8 |
-
"PO-Revision-Date: 2010-11-17 06:34-0800\n"
|
9 |
"Last-Translator: Plugin Author <donotreply@gmail.com>\n"
|
10 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
11 |
"MIME-Version: 1.0\n"
|
12 |
"Content-Type: text/plain; charset=UTF-8\n"
|
13 |
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
|
|
|
14 |
|
15 |
#: C:\wamp\www\wordpress\wp-content\plugins\mappress-google-maps-for-wordpress/mappress.php:139
|
16 |
msgid " Version: "
|
@@ -646,8 +645,9 @@ msgid "Show list of markers"
|
|
646 |
msgstr ""
|
647 |
|
648 |
#~ msgid ""
|
649 |
-
|
650 |
-
|
|
|
651 |
#~ msgstr "MapPress已有新版本,請重新輸入你的地圖.詳情請閱讀MapPress選項畫面."
|
652 |
|
653 |
#~ msgid "Google error: BAD REQUEST"
|
@@ -657,12 +657,14 @@ msgstr ""
|
|
657 |
#~ msgstr "Google內部錯誤.請稍後再試."
|
658 |
|
659 |
#~ msgid ""
|
660 |
-
|
661 |
-
|
|
|
662 |
#~ msgstr "找不到起始或終點地址.請重新確認正確地址."
|
663 |
|
664 |
#~ msgid ""
|
665 |
-
|
|
|
666 |
#~ msgstr "基於法令或合約因素,Google無法提供相關資訊."
|
667 |
|
668 |
#~ msgid "Invalid map API key"
|
@@ -672,7 +674,8 @@ msgstr ""
|
|
672 |
#~ msgstr "你的查詢次數已超過Google的當日限制."
|
673 |
|
674 |
#~ msgid ""
|
675 |
-
|
|
|
676 |
#~ msgstr "錯誤:你的瀏覽器並不支援街頭觀的Flash player."
|
677 |
|
678 |
#~ msgid "Sorry, no street view data is available for this location"
|
@@ -691,11 +694,13 @@ msgstr ""
|
|
691 |
#~ msgstr "請輸入你的API鍵.若無API鍵,請向Google申請."
|
692 |
|
693 |
#~ msgid ""
|
694 |
-
|
695 |
-
|
|
|
696 |
#~ msgstr ""
|
697 |
-
|
698 |
-
|
|
|
699 |
|
700 |
#~ msgid "here"
|
701 |
#~ msgstr "這裏"
|
@@ -707,7 +712,8 @@ msgstr ""
|
|
707 |
#~ msgstr "請輸入地址"
|
708 |
|
709 |
#~ msgid ""
|
710 |
-
|
|
|
711 |
#~ msgstr "MapPress還未準備好,請重新輸入你的Google地圖API鍵在"
|
712 |
|
713 |
#~ msgid "MapPress options screen."
|
@@ -762,14 +768,16 @@ msgstr ""
|
|
762 |
#~ msgstr "國碼查詢"
|
763 |
|
764 |
#~ msgid ""
|
765 |
-
|
|
|
766 |
#~ msgstr "搜尋地址時請輸入內定國碼"
|
767 |
|
768 |
#~ msgid "Big map controls"
|
769 |
#~ msgstr "大圖控制"
|
770 |
|
771 |
#~ msgid ""
|
772 |
-
|
|
|
773 |
#~ msgstr "打勾以顯示大地圖控制,不打勾則使用小变焦控制"
|
774 |
|
775 |
#~ msgid "Check to enable the \"map types\" button on the map"
|
@@ -782,7 +790,8 @@ msgstr ""
|
|
782 |
#~ msgstr "當地圖剛顯示時,請選擇欲使用之地圖類型"
|
783 |
|
784 |
#~ msgid ""
|
785 |
-
|
|
|
786 |
#~ msgstr "尋找當地店家目錄請打勾以顯示\"GoogleBar\"搜尋工具箱"
|
787 |
|
788 |
#~ msgid "Disable MapPress link"
|
|
|
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: PACKAGE VERSION\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
|
|
|
|
5 |
"Last-Translator: Plugin Author <donotreply@gmail.com>\n"
|
6 |
"Language-Team: LANGUAGE <LL@li.org>\n"
|
7 |
"MIME-Version: 1.0\n"
|
8 |
"Content-Type: text/plain; charset=UTF-8\n"
|
9 |
"Content-Transfer-Encoding: 8bit\n"
|
10 |
+
"POT-Creation-Date: 2010-11-12 09:45-0800\n"
|
11 |
+
"PO-Revision-Date: 2010-11-17 06:34-0800\n"
|
12 |
+
"Language: \n"
|
13 |
|
14 |
#: C:\wamp\www\wordpress\wp-content\plugins\mappress-google-maps-for-wordpress/mappress.php:139
|
15 |
msgid " Version: "
|
645 |
msgstr ""
|
646 |
|
647 |
#~ msgid ""
|
648 |
+
"\n"
|
649 |
+
"has changed with this version. You must re-enter your maps. \"\n"
|
650 |
+
"see the note on the %1$sMapPress options screen%2$s\""
|
651 |
#~ msgstr "MapPress已有新版本,請重新輸入你的地圖.詳情請閱讀MapPress選項畫面."
|
652 |
|
653 |
#~ msgid "Google error: BAD REQUEST"
|
657 |
#~ msgstr "Google內部錯誤.請稍後再試."
|
658 |
|
659 |
#~ msgid ""
|
660 |
+
"\n"
|
661 |
+
"starting or ending address could not be found. Please check that the \"\n"
|
662 |
+
"is correct and completely entered.\""
|
663 |
#~ msgstr "找不到起始或終點地址.請重新確認正確地址."
|
664 |
|
665 |
#~ msgid ""
|
666 |
+
"\n"
|
667 |
+
"cannot return those directions for legal or contractual reasons\""
|
668 |
#~ msgstr "基於法令或合約因素,Google無法提供相關資訊."
|
669 |
|
670 |
#~ msgid "Invalid map API key"
|
674 |
#~ msgstr "你的查詢次數已超過Google的當日限制."
|
675 |
|
676 |
#~ msgid ""
|
677 |
+
"\n"
|
678 |
+
"your browser does not seem to support the street view Flash player\""
|
679 |
#~ msgstr "錯誤:你的瀏覽器並不支援街頭觀的Flash player."
|
680 |
|
681 |
#~ msgid "Sorry, no street view data is available for this location"
|
694 |
#~ msgstr "請輸入你的API鍵.若無API鍵,請向Google申請."
|
695 |
|
696 |
#~ msgid ""
|
697 |
+
"\n"
|
698 |
+
"could not load google maps. Either your browser is incompatible \"\n"
|
699 |
+
"your API key is invalid. Need an API key? Get one \""
|
700 |
#~ msgstr ""
|
701 |
+
"\n"
|
702 |
+
"\n"
|
703 |
+
""
|
704 |
|
705 |
#~ msgid "here"
|
706 |
#~ msgstr "這裏"
|
712 |
#~ msgstr "請輸入地址"
|
713 |
|
714 |
#~ msgid ""
|
715 |
+
"\n"
|
716 |
+
"isn't ready yet. Please enter your Google Maps API Key on the \""
|
717 |
#~ msgstr "MapPress還未準備好,請重新輸入你的Google地圖API鍵在"
|
718 |
|
719 |
#~ msgid "MapPress options screen."
|
768 |
#~ msgstr "國碼查詢"
|
769 |
|
770 |
#~ msgid ""
|
771 |
+
"\n"
|
772 |
+
"a country code to use as a default when searching for an address.\""
|
773 |
#~ msgstr "搜尋地址時請輸入內定國碼"
|
774 |
|
775 |
#~ msgid "Big map controls"
|
776 |
#~ msgstr "大圖控制"
|
777 |
|
778 |
#~ msgid ""
|
779 |
+
"\n"
|
780 |
+
"to show large map controls; uncheck for a small zoom control instead\""
|
781 |
#~ msgstr "打勾以顯示大地圖控制,不打勾則使用小变焦控制"
|
782 |
|
783 |
#~ msgid "Check to enable the \"map types\" button on the map"
|
790 |
#~ msgstr "當地圖剛顯示時,請選擇欲使用之地圖類型"
|
791 |
|
792 |
#~ msgid ""
|
793 |
+
"\n"
|
794 |
+
"to show the \"GoogleBar\" search box for local business listings.\""
|
795 |
#~ msgstr "尋找當地店家目錄請打勾以顯示\"GoogleBar\"搜尋工具箱"
|
796 |
|
797 |
#~ msgid "Disable MapPress link"
|
languages/mappress-google-maps-for-wordpress.pot
CHANGED
@@ -1,973 +1,1008 @@
|
|
1 |
-
|
2 |
-
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: MapPress Maps for WordPress 2.53.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mappress-google-maps-for-wordpress\n"
|
7 |
-
"
|
|
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
-
"
|
12 |
-
"
|
13 |
-
"
|
14 |
|
15 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
msgid "Add KML"
|
17 |
msgstr ""
|
18 |
|
19 |
-
|
20 |
msgid "Visual"
|
21 |
msgstr ""
|
22 |
|
23 |
-
|
24 |
msgid "HTML"
|
25 |
msgstr ""
|
26 |
|
27 |
-
|
|
|
|
|
28 |
msgid "Save"
|
29 |
msgstr ""
|
30 |
|
31 |
-
|
|
|
|
|
32 |
msgid "Cancel"
|
33 |
msgstr ""
|
34 |
|
35 |
-
|
36 |
-
|
|
|
|
|
37 |
msgid "Delete"
|
38 |
msgstr ""
|
39 |
|
40 |
-
|
41 |
msgid "New Map"
|
42 |
msgstr ""
|
43 |
|
44 |
-
|
45 |
msgid "This post"
|
46 |
msgstr ""
|
47 |
|
48 |
-
|
|
|
49 |
msgid "All posts"
|
50 |
msgstr ""
|
51 |
|
52 |
-
|
53 |
msgid "Filter by title"
|
54 |
msgstr ""
|
55 |
|
56 |
-
|
57 |
msgid "Map ID"
|
58 |
msgstr ""
|
59 |
|
60 |
-
|
61 |
msgid "Map Title"
|
62 |
msgstr ""
|
63 |
|
64 |
-
|
|
|
|
|
|
|
65 |
msgid "Untitled"
|
66 |
msgstr ""
|
67 |
|
68 |
-
|
69 |
msgid "Display Size"
|
70 |
msgstr ""
|
71 |
|
72 |
-
|
73 |
msgid "Save center / zoom"
|
74 |
msgstr ""
|
75 |
|
76 |
-
|
|
|
77 |
msgid "Insert into post"
|
78 |
msgstr ""
|
79 |
|
80 |
-
|
|
|
|
|
81 |
msgid "Edit"
|
82 |
msgstr ""
|
83 |
|
84 |
-
|
85 |
msgid "No maps found"
|
86 |
msgstr ""
|
87 |
|
88 |
-
|
89 |
msgid "New"
|
90 |
msgstr ""
|
91 |
|
92 |
-
|
93 |
msgid "Custom"
|
94 |
msgstr ""
|
95 |
|
96 |
-
|
97 |
msgid "Editor"
|
98 |
msgstr ""
|
99 |
|
100 |
-
|
101 |
-
|
|
|
102 |
msgid "Default"
|
103 |
msgstr ""
|
104 |
|
105 |
-
|
106 |
msgid "MapPress database tables are missing. Please deactivate the plugin and activate it again to fix this."
|
107 |
msgstr ""
|
108 |
|
109 |
-
|
110 |
msgid "WARNING: MapPress is not compatible with the WP-Geo plugin. Please deactivate or uninstall WP-Geo before using MapPress."
|
111 |
msgstr ""
|
112 |
|
113 |
-
|
114 |
msgid "A Google Maps API key is required"
|
115 |
msgstr ""
|
116 |
|
117 |
-
|
118 |
msgid "Please update your"
|
119 |
msgstr ""
|
120 |
|
121 |
-
|
122 |
msgid "MapPress Settings"
|
123 |
msgstr ""
|
124 |
|
125 |
-
|
|
|
126 |
msgid "Version"
|
127 |
msgstr ""
|
128 |
|
129 |
-
|
130 |
msgid "Documentation"
|
131 |
msgstr ""
|
132 |
|
133 |
-
|
134 |
msgid "Support"
|
135 |
msgstr ""
|
136 |
|
137 |
-
|
138 |
msgid "Upgrade to MapPress Pro"
|
139 |
msgstr ""
|
140 |
|
141 |
-
|
142 |
msgid "Are you sure you want to delete?"
|
143 |
msgstr ""
|
144 |
|
145 |
-
|
146 |
msgid "Delete this map?"
|
147 |
msgstr ""
|
148 |
|
149 |
-
|
150 |
msgid "Google cannot return directions between those addresses. There is no route between them or the routing information is not available."
|
151 |
msgstr ""
|
152 |
|
153 |
-
|
154 |
msgid "Error reading KML file"
|
155 |
msgstr ""
|
156 |
|
157 |
-
|
158 |
msgid "URL for KML file"
|
159 |
msgstr ""
|
160 |
|
161 |
-
|
162 |
msgid "Loading"
|
163 |
msgstr ""
|
164 |
|
165 |
-
|
166 |
msgid "%d of %d shown"
|
167 |
msgstr ""
|
168 |
|
169 |
-
|
170 |
msgid "Unable to get your location"
|
171 |
msgstr ""
|
172 |
|
173 |
-
|
174 |
msgid "No results"
|
175 |
msgstr ""
|
176 |
|
177 |
-
|
178 |
msgid "Save changes?"
|
179 |
msgstr ""
|
180 |
|
181 |
-
|
182 |
msgid "Shape"
|
183 |
msgstr ""
|
184 |
|
185 |
-
|
186 |
msgid "Improve this map"
|
187 |
msgstr ""
|
188 |
|
189 |
-
|
|
|
190 |
msgid "Streets"
|
191 |
msgstr ""
|
192 |
|
193 |
-
|
194 |
msgid "Outdoors"
|
195 |
msgstr ""
|
196 |
|
197 |
-
|
198 |
msgid "Light"
|
199 |
msgstr ""
|
200 |
|
201 |
-
|
202 |
msgid "Dark"
|
203 |
msgstr ""
|
204 |
|
205 |
-
|
206 |
msgid "Satellite"
|
207 |
msgstr ""
|
208 |
|
209 |
-
|
210 |
msgid "Satellite Streets"
|
211 |
msgstr ""
|
212 |
|
213 |
-
|
214 |
msgid "Settings"
|
215 |
msgstr ""
|
216 |
|
217 |
-
|
218 |
msgid "Add"
|
219 |
msgstr ""
|
220 |
|
221 |
-
|
|
|
222 |
msgid "MapPress"
|
223 |
msgstr ""
|
224 |
|
225 |
-
|
226 |
msgid "Map not found"
|
227 |
msgstr ""
|
228 |
|
229 |
-
|
|
|
230 |
msgid "Filter"
|
231 |
msgstr ""
|
232 |
|
233 |
-
|
234 |
msgid "Show map"
|
235 |
msgstr ""
|
236 |
|
237 |
-
|
238 |
msgid "Map"
|
239 |
msgstr ""
|
240 |
|
241 |
-
|
242 |
msgid "List"
|
243 |
msgstr ""
|
244 |
|
245 |
-
|
246 |
msgid "Sample Map"
|
247 |
msgstr ""
|
248 |
|
249 |
-
|
250 |
msgid "Basic Settings"
|
251 |
msgstr ""
|
252 |
|
253 |
-
|
254 |
msgid "Mapping Engine"
|
255 |
msgstr ""
|
256 |
|
257 |
-
|
258 |
msgid "Mapbox access token"
|
259 |
msgstr ""
|
260 |
|
261 |
-
|
262 |
msgid "Google API key"
|
263 |
msgstr ""
|
264 |
|
265 |
-
|
266 |
msgid "License"
|
267 |
msgstr ""
|
268 |
|
269 |
-
|
270 |
msgid "Map Settings"
|
271 |
msgstr ""
|
272 |
|
273 |
-
|
274 |
msgid "Post types"
|
275 |
msgstr ""
|
276 |
|
277 |
-
|
278 |
msgid "Automatic display"
|
279 |
msgstr ""
|
280 |
|
281 |
-
|
282 |
msgid "Map alignment"
|
283 |
msgstr ""
|
284 |
|
285 |
-
|
286 |
-
|
|
|
287 |
msgid "Directions"
|
288 |
msgstr ""
|
289 |
|
290 |
-
|
291 |
msgid "POI Settings"
|
292 |
msgstr ""
|
293 |
|
294 |
-
|
295 |
msgid "Default zoom"
|
296 |
msgstr ""
|
297 |
|
298 |
-
|
|
|
299 |
msgid "Open first POI"
|
300 |
msgstr ""
|
301 |
|
302 |
-
|
303 |
msgid "Mashups"
|
304 |
msgstr ""
|
305 |
|
306 |
-
|
307 |
msgid "Icons"
|
308 |
msgstr ""
|
309 |
|
310 |
-
|
311 |
msgid "Styled Maps"
|
312 |
msgstr ""
|
313 |
|
314 |
-
|
315 |
msgid "Geocoding"
|
316 |
msgstr ""
|
317 |
|
318 |
-
|
319 |
msgid "Templates"
|
320 |
msgstr ""
|
321 |
|
322 |
-
|
323 |
msgid "Localization"
|
324 |
msgstr ""
|
325 |
|
326 |
-
|
327 |
msgid "Language"
|
328 |
msgstr ""
|
329 |
|
330 |
-
|
331 |
msgid "Country"
|
332 |
msgstr ""
|
333 |
|
334 |
-
|
335 |
msgid "Directions server"
|
336 |
msgstr ""
|
337 |
|
338 |
-
|
339 |
msgid "Miscellaneous"
|
340 |
msgstr ""
|
341 |
|
342 |
-
|
343 |
msgid "Compatiblity"
|
344 |
msgstr ""
|
345 |
|
346 |
-
|
347 |
msgid "Scripts"
|
348 |
msgstr ""
|
349 |
|
350 |
-
|
351 |
msgid "Map sizes"
|
352 |
msgstr ""
|
353 |
|
354 |
-
|
355 |
msgid "Center"
|
356 |
msgstr ""
|
357 |
|
358 |
-
|
359 |
msgid "Left"
|
360 |
msgstr ""
|
361 |
|
362 |
-
|
363 |
msgid "Right"
|
364 |
msgstr ""
|
365 |
|
366 |
-
|
367 |
msgid "Top of post"
|
368 |
msgstr ""
|
369 |
|
370 |
-
|
371 |
msgid "Bottom of post"
|
372 |
msgstr ""
|
373 |
|
374 |
-
|
375 |
msgid "None"
|
376 |
msgstr ""
|
377 |
|
378 |
-
|
|
|
379 |
msgid "(list)"
|
380 |
msgstr ""
|
381 |
|
382 |
-
|
383 |
msgid "Country code for searches"
|
384 |
msgstr ""
|
385 |
|
386 |
-
|
387 |
msgid "Prevent other plugins/themes from loading the Google Maps API"
|
388 |
msgstr ""
|
389 |
|
390 |
-
|
|
|
391 |
msgid "Google"
|
392 |
msgstr ""
|
393 |
|
394 |
-
|
395 |
msgid "Inline"
|
396 |
msgstr ""
|
397 |
|
398 |
-
|
399 |
msgid "Leaflet"
|
400 |
msgstr ""
|
401 |
|
402 |
-
|
403 |
msgid "Leaflet is free and requires no API key. Google requires an API key and has strict usage limits."
|
404 |
msgstr ""
|
405 |
|
406 |
-
|
|
|
407 |
msgid "Output scripts in footer"
|
408 |
msgstr ""
|
409 |
|
410 |
-
|
411 |
msgid "Disabled because Jetpack Infinite Scroll is active"
|
412 |
msgstr ""
|
413 |
|
414 |
-
|
415 |
msgid "disable if maps are output using AJAX"
|
416 |
msgstr ""
|
417 |
|
418 |
-
|
419 |
msgid "Language for map controls"
|
420 |
msgstr ""
|
421 |
|
422 |
-
|
423 |
msgid "Enter token to use Mapbox map tiles"
|
424 |
msgstr ""
|
425 |
|
426 |
-
|
427 |
msgid "Default zoom when displaying a single POI"
|
428 |
msgstr ""
|
429 |
|
430 |
-
|
431 |
msgid "Easy Google Maps"
|
432 |
msgstr ""
|
433 |
|
434 |
-
|
435 |
msgid "Width (px or %)"
|
436 |
msgstr ""
|
437 |
|
438 |
-
|
439 |
msgid "Height (px)"
|
440 |
msgstr ""
|
441 |
|
442 |
-
|
443 |
msgid "Default size"
|
444 |
msgstr ""
|
445 |
|
446 |
-
|
|
|
447 |
msgid "Save Changes"
|
448 |
msgstr ""
|
449 |
|
450 |
-
|
|
|
451 |
msgid "Reset Defaults"
|
452 |
msgstr ""
|
453 |
|
454 |
-
|
455 |
msgid "address"
|
456 |
msgstr ""
|
457 |
|
458 |
-
|
459 |
msgid "body"
|
460 |
msgstr ""
|
461 |
|
462 |
-
|
463 |
msgid "icon"
|
464 |
msgstr ""
|
465 |
|
466 |
-
|
467 |
msgid "thumbnail"
|
468 |
msgstr ""
|
469 |
|
470 |
-
|
471 |
msgid "title"
|
472 |
msgstr ""
|
473 |
|
474 |
-
|
475 |
msgid "url"
|
476 |
msgstr ""
|
477 |
|
478 |
-
|
479 |
msgid "custom field"
|
480 |
msgstr ""
|
481 |
|
482 |
-
|
483 |
-
|
|
|
484 |
msgid "Post type"
|
485 |
msgstr ""
|
486 |
|
487 |
-
|
488 |
msgid "Taxonomy"
|
489 |
msgstr ""
|
490 |
|
491 |
-
|
492 |
msgid "Post field"
|
493 |
msgstr ""
|
494 |
|
495 |
-
|
|
|
496 |
msgid "Custom Field"
|
497 |
msgstr ""
|
498 |
|
499 |
-
|
500 |
msgid "Invalid geocoder: %s"
|
501 |
msgstr ""
|
502 |
|
503 |
-
|
504 |
-
|
|
|
|
|
505 |
msgid "No results for address: %s"
|
506 |
msgstr ""
|
507 |
|
508 |
-
|
509 |
msgid "Server API Key is missing - see MapPress Settings"
|
510 |
msgstr ""
|
511 |
|
512 |
-
|
513 |
msgid "Invalid status: %s, %s Address: %s"
|
514 |
msgstr ""
|
515 |
|
516 |
-
|
517 |
msgid "Error: %s %s"
|
518 |
msgstr ""
|
519 |
|
520 |
-
|
521 |
msgid "Invalid JSON from Geocoding service: %s"
|
522 |
msgstr ""
|
523 |
|
524 |
-
|
525 |
msgid "Use default icon"
|
526 |
msgstr ""
|
527 |
|
528 |
-
|
529 |
msgid "Opacity"
|
530 |
msgstr ""
|
531 |
|
532 |
-
|
533 |
msgid "Weight"
|
534 |
msgstr ""
|
535 |
|
536 |
-
|
537 |
msgid "Automatic"
|
538 |
msgstr ""
|
539 |
|
540 |
-
|
541 |
msgid "MapPress license key"
|
542 |
msgstr ""
|
543 |
|
544 |
-
|
545 |
msgid "Beta versions"
|
546 |
msgstr ""
|
547 |
|
548 |
-
|
549 |
msgid "Geocoder"
|
550 |
msgstr ""
|
551 |
|
552 |
-
|
553 |
msgid "POI list"
|
554 |
msgstr ""
|
555 |
|
556 |
-
|
557 |
msgid "POI list layout"
|
558 |
msgstr ""
|
559 |
|
560 |
-
|
561 |
msgid "Sort"
|
562 |
msgstr ""
|
563 |
|
564 |
-
|
565 |
msgid "Popup type"
|
566 |
msgstr ""
|
567 |
|
568 |
-
|
569 |
msgid "Default icon"
|
570 |
msgstr ""
|
571 |
|
572 |
-
|
573 |
msgid "Icon directory"
|
574 |
msgstr ""
|
575 |
|
576 |
-
|
577 |
msgid "Icon scaling"
|
578 |
msgstr ""
|
579 |
|
580 |
-
|
581 |
msgid "Automatic icons"
|
582 |
msgstr ""
|
583 |
|
584 |
-
|
|
|
585 |
msgid "Search"
|
586 |
msgstr ""
|
587 |
|
588 |
-
|
589 |
msgid "POI content"
|
590 |
msgstr ""
|
591 |
|
592 |
-
|
593 |
msgid "POI click"
|
594 |
msgstr ""
|
595 |
|
596 |
-
|
597 |
msgid "KMLs"
|
598 |
msgstr ""
|
599 |
|
600 |
-
|
601 |
msgid "Thumbnails"
|
602 |
msgstr ""
|
603 |
|
604 |
-
|
605 |
msgid "Thumbnail size"
|
606 |
msgstr ""
|
607 |
|
608 |
-
|
|
|
609 |
msgid "Styled maps"
|
610 |
msgstr ""
|
611 |
|
612 |
-
|
613 |
msgid "Default style"
|
614 |
msgstr ""
|
615 |
|
616 |
-
|
617 |
msgid "Geocoding fields"
|
618 |
msgstr ""
|
619 |
|
620 |
-
|
621 |
msgid "Overwrite"
|
622 |
msgstr ""
|
623 |
|
624 |
-
|
625 |
msgid "Geocoding errors"
|
626 |
msgstr ""
|
627 |
|
628 |
-
|
629 |
msgid "Google Server API key"
|
630 |
msgstr ""
|
631 |
|
632 |
-
|
633 |
msgid "Custom templates"
|
634 |
msgstr ""
|
635 |
|
636 |
-
|
637 |
msgid "Force resize"
|
638 |
msgstr ""
|
639 |
|
640 |
-
|
641 |
msgid "more info"
|
642 |
msgstr ""
|
643 |
|
644 |
-
|
645 |
msgid "API key secured by IP address for geocoding (optional)"
|
646 |
msgstr ""
|
647 |
|
648 |
-
|
649 |
msgid "Value"
|
650 |
msgstr ""
|
651 |
|
652 |
-
|
|
|
653 |
msgid "Icon"
|
654 |
msgstr ""
|
655 |
|
656 |
-
|
657 |
msgid "Enable updates for beta versions"
|
658 |
msgstr ""
|
659 |
|
660 |
-
|
661 |
msgid "Checkboxes"
|
662 |
msgstr ""
|
663 |
|
664 |
-
|
665 |
msgid "Select"
|
666 |
msgstr ""
|
667 |
|
668 |
-
|
669 |
msgid "Key"
|
670 |
msgstr ""
|
671 |
|
672 |
-
|
673 |
msgid "Format"
|
674 |
msgstr ""
|
675 |
|
676 |
-
|
677 |
msgid "Permanently resize existing maps"
|
678 |
msgstr ""
|
679 |
|
680 |
-
|
681 |
msgid "from %s to %s"
|
682 |
msgstr ""
|
683 |
|
684 |
-
|
685 |
msgid "Force Resize"
|
686 |
msgstr ""
|
687 |
|
688 |
-
|
689 |
msgid "Algolia"
|
690 |
msgstr ""
|
691 |
|
692 |
-
|
693 |
msgid "Nominatim"
|
694 |
msgstr ""
|
695 |
|
696 |
-
|
697 |
msgid "MapBox"
|
698 |
msgstr ""
|
699 |
|
700 |
-
|
701 |
msgid "Standard"
|
702 |
msgstr ""
|
703 |
|
704 |
-
|
705 |
msgid "InfoBox"
|
706 |
msgstr ""
|
707 |
|
708 |
-
|
709 |
msgid "Left of map"
|
710 |
msgstr ""
|
711 |
|
712 |
-
|
713 |
msgid "Below map"
|
714 |
msgstr ""
|
715 |
|
716 |
-
|
717 |
msgid "Enter license to enable automatic updates"
|
718 |
msgstr ""
|
719 |
|
720 |
-
|
721 |
msgid "Active"
|
722 |
msgstr ""
|
723 |
|
724 |
-
|
725 |
msgid "Check Now"
|
726 |
msgstr ""
|
727 |
|
728 |
-
|
729 |
msgid "Communication error, please try again later"
|
730 |
msgstr ""
|
731 |
|
732 |
-
|
733 |
msgid "License is invalid or expired"
|
734 |
msgstr ""
|
735 |
|
736 |
-
|
737 |
msgid "POI title + body"
|
738 |
msgstr ""
|
739 |
|
740 |
-
|
741 |
msgid "Post title + excerpt"
|
742 |
msgstr ""
|
743 |
|
744 |
-
|
745 |
msgid "Open POI"
|
746 |
msgstr ""
|
747 |
|
748 |
-
|
749 |
msgid "Open post"
|
750 |
msgstr ""
|
751 |
|
752 |
-
|
753 |
msgid "Open post in new tab"
|
754 |
msgstr ""
|
755 |
|
756 |
-
|
757 |
msgid "Include KML POIs in mashups"
|
758 |
msgstr ""
|
759 |
|
760 |
-
|
761 |
msgid "%d Errors"
|
762 |
msgstr ""
|
763 |
|
764 |
-
|
765 |
msgid "Address line "
|
766 |
msgstr ""
|
767 |
|
768 |
-
|
769 |
msgid "Latitude"
|
770 |
msgstr ""
|
771 |
|
772 |
-
|
773 |
msgid "Longitude"
|
774 |
msgstr ""
|
775 |
|
776 |
-
|
777 |
msgid "Title"
|
778 |
msgstr ""
|
779 |
|
780 |
-
|
781 |
msgid "Body"
|
782 |
msgstr ""
|
783 |
|
784 |
-
|
785 |
msgid "Zoom"
|
786 |
msgstr ""
|
787 |
|
788 |
-
|
789 |
msgid "Map Field"
|
790 |
msgstr ""
|
791 |
|
792 |
-
|
793 |
msgid "Overwrite maps when posts are saved"
|
794 |
msgstr ""
|
795 |
|
796 |
-
|
797 |
msgid "Show a list of POIs with each map"
|
798 |
msgstr ""
|
799 |
|
800 |
-
|
801 |
msgid "Enable search"
|
802 |
msgstr ""
|
803 |
|
804 |
-
|
805 |
msgid "Sort POI list by title"
|
806 |
msgstr ""
|
807 |
|
808 |
-
|
809 |
msgid "No styles have been defined yet"
|
810 |
msgstr ""
|
811 |
|
812 |
-
|
813 |
msgid "Styled Maps Wizard"
|
814 |
msgstr ""
|
815 |
|
816 |
-
|
817 |
msgid "JSON from Google's %s"
|
818 |
msgstr ""
|
819 |
|
820 |
-
|
|
|
821 |
msgid "Style name"
|
822 |
msgstr ""
|
823 |
|
824 |
-
|
825 |
msgid "Mapbox Studio"
|
826 |
msgstr ""
|
827 |
|
828 |
-
|
829 |
msgid "Enter styles from %s"
|
830 |
msgstr ""
|
831 |
|
832 |
-
|
833 |
msgid "Only admins or multisite super-admins can edit templates"
|
834 |
msgstr ""
|
835 |
|
836 |
-
|
837 |
msgid "WordPress 4.9 or higher is needed to use the template editor."
|
838 |
msgstr ""
|
839 |
|
840 |
-
|
841 |
msgid "Map popup"
|
842 |
msgstr ""
|
843 |
|
844 |
-
|
845 |
msgid "Map list item"
|
846 |
msgstr ""
|
847 |
|
848 |
-
|
849 |
msgid "Mashup popup"
|
850 |
msgstr ""
|
851 |
|
852 |
-
|
853 |
msgid "Mashup list item"
|
854 |
msgstr ""
|
855 |
|
856 |
-
|
857 |
msgid "or "
|
858 |
msgstr ""
|
859 |
|
860 |
-
|
861 |
msgid "Show featured image thumbnails in mashup POIs"
|
862 |
msgstr ""
|
863 |
|
864 |
-
|
865 |
msgid "Communication error"
|
866 |
msgstr ""
|
867 |
|
868 |
-
|
869 |
msgid "JSON error"
|
870 |
msgstr ""
|
871 |
|
872 |
-
|
873 |
msgid "Widget title"
|
874 |
msgstr ""
|
875 |
|
876 |
-
|
877 |
msgid "Map size"
|
878 |
msgstr ""
|
879 |
|
880 |
-
|
881 |
msgid "Show"
|
882 |
msgstr ""
|
883 |
|
884 |
-
|
885 |
msgid "Current posts"
|
886 |
msgstr ""
|
887 |
|
888 |
-
|
889 |
msgid "Hide if empty"
|
890 |
msgstr ""
|
891 |
|
892 |
-
|
893 |
msgid "Custom query"
|
894 |
msgstr ""
|
895 |
|
896 |
-
|
897 |
msgid "Learn about queries"
|
898 |
msgstr ""
|
899 |
|
900 |
-
|
901 |
msgid "Show POI list"
|
902 |
msgstr ""
|
903 |
|
904 |
-
|
905 |
msgid "Other Settings"
|
906 |
msgstr ""
|
907 |
|
908 |
-
|
909 |
msgid "Example: initialopeninfo=\"true\""
|
910 |
msgstr ""
|
911 |
|
912 |
-
|
913 |
msgid "Menu"
|
914 |
msgstr ""
|
915 |
|
916 |
-
|
917 |
msgid "Center map"
|
918 |
msgstr ""
|
919 |
|
920 |
-
|
921 |
msgid "Traffic"
|
922 |
msgstr ""
|
923 |
|
924 |
-
|
925 |
msgid "Bicycling"
|
926 |
msgstr ""
|
927 |
|
928 |
-
|
929 |
msgid "Transit"
|
930 |
msgstr ""
|
931 |
|
932 |
-
|
933 |
msgid "My location"
|
934 |
msgstr ""
|
935 |
|
936 |
-
|
937 |
msgid "Get Directions"
|
938 |
msgstr ""
|
939 |
|
940 |
-
|
941 |
msgid "Done"
|
942 |
msgstr ""
|
943 |
|
944 |
-
|
945 |
msgid "Reset"
|
946 |
msgstr ""
|
947 |
|
948 |
-
|
949 |
msgid "Results"
|
950 |
msgstr ""
|
951 |
|
952 |
-
|
953 |
msgid "Your Location"
|
954 |
msgstr ""
|
955 |
-
'#. 'Plugin Name of the plugin/theme
|
956 |
-
msgid "MapPress Maps for WordPress"
|
957 |
-
msgstr ""
|
958 |
-
|
959 |
-
'#. 'Plugin URI of the plugin/theme
|
960 |
-
msgid "https://www.mappresspro.com/mappress"
|
961 |
-
msgstr ""
|
962 |
-
|
963 |
-
'#. 'Description of the plugin/theme
|
964 |
-
msgid "MapPress makes it easy to add Google and Leaflet Maps to WordPress"
|
965 |
-
msgstr ""
|
966 |
-
|
967 |
-
'#. 'Author of the plugin/theme
|
968 |
-
msgid "Chris Richardson"
|
969 |
-
msgstr ""
|
970 |
-
|
971 |
-
'#. 'Author URI of the plugin/theme
|
972 |
-
msgid "https://www.mappresspro.com/chris-contact"
|
973 |
-
msgstr ""
|
1 |
+
# Copyright (C) 2020 Chris Richardson
|
2 |
+
# This file is distributed under the same license as the MapPress Maps for WordPress plugin.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: MapPress Maps for WordPress 2.53.8\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mappress-google-maps-for-wordpress\n"
|
7 |
+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
8 |
+
"Language-Team: LANGUAGE <LL@li.org>\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"POT-Creation-Date: 2020-03-29T22:09:32+00:00\n"
|
13 |
+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
14 |
+
"X-Generator: WP-CLI 2.4.0\n"
|
15 |
|
16 |
+
#. Plugin Name of the plugin
|
17 |
+
msgid "MapPress Maps for WordPress"
|
18 |
+
msgstr ""
|
19 |
+
|
20 |
+
#. Plugin URI of the plugin
|
21 |
+
msgid "https://www.mappresspro.com/mappress"
|
22 |
+
msgstr ""
|
23 |
+
|
24 |
+
#. Description of the plugin
|
25 |
+
msgid "MapPress makes it easy to add Google and Leaflet Maps to WordPress"
|
26 |
+
msgstr ""
|
27 |
+
|
28 |
+
#. Author of the plugin
|
29 |
+
msgid "Chris Richardson"
|
30 |
+
msgstr ""
|
31 |
+
|
32 |
+
#. Author URI of the plugin
|
33 |
+
msgid "https://www.mappresspro.com/chris-contact"
|
34 |
+
msgstr ""
|
35 |
+
|
36 |
+
#: forms/editor.php:11
|
37 |
msgid "Add KML"
|
38 |
msgstr ""
|
39 |
|
40 |
+
#: forms/editor.php:47
|
41 |
msgid "Visual"
|
42 |
msgstr ""
|
43 |
|
44 |
+
#: forms/editor.php:47
|
45 |
msgid "HTML"
|
46 |
msgstr ""
|
47 |
|
48 |
+
#: forms/editor.php:53
|
49 |
+
#: forms/media.php:49
|
50 |
+
#: forms/settings.php:41
|
51 |
msgid "Save"
|
52 |
msgstr ""
|
53 |
|
54 |
+
#: forms/editor.php:54
|
55 |
+
#: forms/media.php:50
|
56 |
+
#: forms/settings.php:42
|
57 |
msgid "Cancel"
|
58 |
msgstr ""
|
59 |
|
60 |
+
#: forms/editor.php:55
|
61 |
+
#: forms/media.php:72
|
62 |
+
#: forms/settings.php:44
|
63 |
+
#: mappress_controls.php:102
|
64 |
msgid "Delete"
|
65 |
msgstr ""
|
66 |
|
67 |
+
#: forms/media.php:7
|
68 |
msgid "New Map"
|
69 |
msgstr ""
|
70 |
|
71 |
+
#: forms/media.php:9
|
72 |
msgid "This post"
|
73 |
msgstr ""
|
74 |
|
75 |
+
#: forms/media.php:10
|
76 |
+
#: pro/mappress_widget.php:84
|
77 |
msgid "All posts"
|
78 |
msgstr ""
|
79 |
|
80 |
+
#: forms/media.php:12
|
81 |
msgid "Filter by title"
|
82 |
msgstr ""
|
83 |
|
84 |
+
#: forms/media.php:21
|
85 |
msgid "Map ID"
|
86 |
msgstr ""
|
87 |
|
88 |
+
#: forms/media.php:26
|
89 |
msgid "Map Title"
|
90 |
msgstr ""
|
91 |
|
92 |
+
#: forms/media.php:27
|
93 |
+
#: forms/media.php:63
|
94 |
+
#: forms/media.php:67
|
95 |
+
#: mappress.php:415
|
96 |
msgid "Untitled"
|
97 |
msgstr ""
|
98 |
|
99 |
+
#: forms/media.php:31
|
100 |
msgid "Display Size"
|
101 |
msgstr ""
|
102 |
|
103 |
+
#: forms/media.php:44
|
104 |
msgid "Save center / zoom"
|
105 |
msgstr ""
|
106 |
|
107 |
+
#: forms/media.php:51
|
108 |
+
#: forms/media.php:71
|
109 |
msgid "Insert into post"
|
110 |
msgstr ""
|
111 |
|
112 |
+
#: forms/media.php:70
|
113 |
+
#: forms/settings.php:4
|
114 |
+
#: forms/settings.php:18
|
115 |
msgid "Edit"
|
116 |
msgstr ""
|
117 |
|
118 |
+
#: forms/media.php:79
|
119 |
msgid "No maps found"
|
120 |
msgstr ""
|
121 |
|
122 |
+
#: forms/settings.php:24
|
123 |
msgid "New"
|
124 |
msgstr ""
|
125 |
|
126 |
+
#: forms/settings.php:24
|
127 |
msgid "Custom"
|
128 |
msgstr ""
|
129 |
|
130 |
+
#: forms/settings.php:27
|
131 |
msgid "Editor"
|
132 |
msgstr ""
|
133 |
|
134 |
+
#: forms/settings.php:28
|
135 |
+
#: mappress_settings.php:184
|
136 |
+
#: pro/mappress_pro_settings.php:219
|
137 |
msgid "Default"
|
138 |
msgstr ""
|
139 |
|
140 |
+
#: mappress.php:153
|
141 |
msgid "MapPress database tables are missing. Please deactivate the plugin and activate it again to fix this."
|
142 |
msgstr ""
|
143 |
|
144 |
+
#: mappress.php:158
|
145 |
msgid "WARNING: MapPress is not compatible with the WP-Geo plugin. Please deactivate or uninstall WP-Geo before using MapPress."
|
146 |
msgstr ""
|
147 |
|
148 |
+
#: mappress.php:163
|
149 |
msgid "A Google Maps API key is required"
|
150 |
msgstr ""
|
151 |
|
152 |
+
#: mappress.php:163
|
153 |
msgid "Please update your"
|
154 |
msgstr ""
|
155 |
|
156 |
+
#: mappress.php:163
|
157 |
msgid "MapPress Settings"
|
158 |
msgstr ""
|
159 |
|
160 |
+
#: mappress.php:314
|
161 |
+
#: mappress.php:765
|
162 |
msgid "Version"
|
163 |
msgstr ""
|
164 |
|
165 |
+
#: mappress.php:315
|
166 |
msgid "Documentation"
|
167 |
msgstr ""
|
168 |
|
169 |
+
#: mappress.php:316
|
170 |
msgid "Support"
|
171 |
msgstr ""
|
172 |
|
173 |
+
#: mappress.php:318
|
174 |
msgid "Upgrade to MapPress Pro"
|
175 |
msgstr ""
|
176 |
|
177 |
+
#: mappress.php:404
|
178 |
msgid "Are you sure you want to delete?"
|
179 |
msgstr ""
|
180 |
|
181 |
+
#: mappress.php:405
|
182 |
msgid "Delete this map?"
|
183 |
msgstr ""
|
184 |
|
185 |
+
#: mappress.php:406
|
186 |
msgid "Google cannot return directions between those addresses. There is no route between them or the routing information is not available."
|
187 |
msgstr ""
|
188 |
|
189 |
+
#: mappress.php:407
|
190 |
msgid "Error reading KML file"
|
191 |
msgstr ""
|
192 |
|
193 |
+
#: mappress.php:408
|
194 |
msgid "URL for KML file"
|
195 |
msgstr ""
|
196 |
|
197 |
+
#: mappress.php:409
|
198 |
msgid "Loading"
|
199 |
msgstr ""
|
200 |
|
201 |
+
#: mappress.php:410
|
202 |
msgid "%d of %d shown"
|
203 |
msgstr ""
|
204 |
|
205 |
+
#: mappress.php:411
|
206 |
msgid "Unable to get your location"
|
207 |
msgstr ""
|
208 |
|
209 |
+
#: mappress.php:412
|
210 |
msgid "No results"
|
211 |
msgstr ""
|
212 |
|
213 |
+
#: mappress.php:413
|
214 |
msgid "Save changes?"
|
215 |
msgstr ""
|
216 |
|
217 |
+
#: mappress.php:414
|
218 |
msgid "Shape"
|
219 |
msgstr ""
|
220 |
|
221 |
+
#: mappress.php:439
|
222 |
msgid "Improve this map"
|
223 |
msgstr ""
|
224 |
|
225 |
+
#: mappress.php:455
|
226 |
+
#: mappress.php:474
|
227 |
msgid "Streets"
|
228 |
msgstr ""
|
229 |
|
230 |
+
#: mappress.php:456
|
231 |
msgid "Outdoors"
|
232 |
msgstr ""
|
233 |
|
234 |
+
#: mappress.php:457
|
235 |
msgid "Light"
|
236 |
msgstr ""
|
237 |
|
238 |
+
#: mappress.php:458
|
239 |
msgid "Dark"
|
240 |
msgstr ""
|
241 |
|
242 |
+
#: mappress.php:459
|
243 |
msgid "Satellite"
|
244 |
msgstr ""
|
245 |
|
246 |
+
#: mappress.php:460
|
247 |
msgid "Satellite Streets"
|
248 |
msgstr ""
|
249 |
|
250 |
+
#: mappress.php:548
|
251 |
msgid "Settings"
|
252 |
msgstr ""
|
253 |
|
254 |
+
#: mappress_controls.php:93
|
255 |
msgid "Add"
|
256 |
msgstr ""
|
257 |
|
258 |
+
#: mappress_map.php:91
|
259 |
+
#: mappress_settings.php:306
|
260 |
msgid "MapPress"
|
261 |
msgstr ""
|
262 |
|
263 |
+
#: mappress_map.php:163
|
264 |
msgid "Map not found"
|
265 |
msgstr ""
|
266 |
|
267 |
+
#: mappress_map.php:423
|
268 |
+
#: pro/mappress_pro_settings.php:37
|
269 |
msgid "Filter"
|
270 |
msgstr ""
|
271 |
|
272 |
+
#: mappress_map.php:456
|
273 |
msgid "Show map"
|
274 |
msgstr ""
|
275 |
|
276 |
+
#: mappress_map.php:460
|
277 |
msgid "Map"
|
278 |
msgstr ""
|
279 |
|
280 |
+
#: mappress_map.php:461
|
281 |
msgid "List"
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: mappress_settings.php:84
|
285 |
msgid "Sample Map"
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: mappress_settings.php:86
|
289 |
msgid "Basic Settings"
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: mappress_settings.php:87
|
293 |
msgid "Mapping Engine"
|
294 |
msgstr ""
|
295 |
|
296 |
+
#: mappress_settings.php:90
|
297 |
msgid "Mapbox access token"
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: mappress_settings.php:92
|
301 |
msgid "Google API key"
|
302 |
msgstr ""
|
303 |
|
304 |
+
#: mappress_settings.php:97
|
305 |
msgid "License"
|
306 |
msgstr ""
|
307 |
|
308 |
+
#: mappress_settings.php:99
|
309 |
msgid "Map Settings"
|
310 |
msgstr ""
|
311 |
|
312 |
+
#: mappress_settings.php:100
|
313 |
msgid "Post types"
|
314 |
msgstr ""
|
315 |
|
316 |
+
#: mappress_settings.php:101
|
317 |
msgid "Automatic display"
|
318 |
msgstr ""
|
319 |
|
320 |
+
#: mappress_settings.php:102
|
321 |
msgid "Map alignment"
|
322 |
msgstr ""
|
323 |
|
324 |
+
#: mappress_settings.php:103
|
325 |
+
#: templates/map-popup.php:3
|
326 |
+
#: templates/mashup-popup.php:6
|
327 |
msgid "Directions"
|
328 |
msgstr ""
|
329 |
|
330 |
+
#: mappress_settings.php:105
|
331 |
msgid "POI Settings"
|
332 |
msgstr ""
|
333 |
|
334 |
+
#: mappress_settings.php:106
|
335 |
msgid "Default zoom"
|
336 |
msgstr ""
|
337 |
|
338 |
+
#: mappress_settings.php:107
|
339 |
+
#: mappress_settings.php:249
|
340 |
msgid "Open first POI"
|
341 |
msgstr ""
|
342 |
|
343 |
+
#: mappress_settings.php:110
|
344 |
msgid "Mashups"
|
345 |
msgstr ""
|
346 |
|
347 |
+
#: mappress_settings.php:111
|
348 |
msgid "Icons"
|
349 |
msgstr ""
|
350 |
|
351 |
+
#: mappress_settings.php:112
|
352 |
msgid "Styled Maps"
|
353 |
msgstr ""
|
354 |
|
355 |
+
#: mappress_settings.php:113
|
356 |
msgid "Geocoding"
|
357 |
msgstr ""
|
358 |
|
359 |
+
#: mappress_settings.php:114
|
360 |
msgid "Templates"
|
361 |
msgstr ""
|
362 |
|
363 |
+
#: mappress_settings.php:117
|
364 |
msgid "Localization"
|
365 |
msgstr ""
|
366 |
|
367 |
+
#: mappress_settings.php:118
|
368 |
msgid "Language"
|
369 |
msgstr ""
|
370 |
|
371 |
+
#: mappress_settings.php:119
|
372 |
msgid "Country"
|
373 |
msgstr ""
|
374 |
|
375 |
+
#: mappress_settings.php:120
|
376 |
msgid "Directions server"
|
377 |
msgstr ""
|
378 |
|
379 |
+
#: mappress_settings.php:122
|
380 |
msgid "Miscellaneous"
|
381 |
msgstr ""
|
382 |
|
383 |
+
#: mappress_settings.php:124
|
384 |
msgid "Compatiblity"
|
385 |
msgstr ""
|
386 |
|
387 |
+
#: mappress_settings.php:125
|
388 |
msgid "Scripts"
|
389 |
msgstr ""
|
390 |
|
391 |
+
#: mappress_settings.php:126
|
392 |
msgid "Map sizes"
|
393 |
msgstr ""
|
394 |
|
395 |
+
#: mappress_settings.php:185
|
396 |
msgid "Center"
|
397 |
msgstr ""
|
398 |
|
399 |
+
#: mappress_settings.php:186
|
400 |
msgid "Left"
|
401 |
msgstr ""
|
402 |
|
403 |
+
#: mappress_settings.php:187
|
404 |
msgid "Right"
|
405 |
msgstr ""
|
406 |
|
407 |
+
#: mappress_settings.php:201
|
408 |
msgid "Top of post"
|
409 |
msgstr ""
|
410 |
|
411 |
+
#: mappress_settings.php:202
|
412 |
msgid "Bottom of post"
|
413 |
msgstr ""
|
414 |
|
415 |
+
#: mappress_settings.php:203
|
416 |
msgid "None"
|
417 |
msgstr ""
|
418 |
|
419 |
+
#: mappress_settings.php:210
|
420 |
+
#: mappress_settings.php:254
|
421 |
msgid "(list)"
|
422 |
msgstr ""
|
423 |
|
424 |
+
#: mappress_settings.php:215
|
425 |
msgid "Country code for searches"
|
426 |
msgstr ""
|
427 |
|
428 |
+
#: mappress_settings.php:219
|
429 |
msgid "Prevent other plugins/themes from loading the Google Maps API"
|
430 |
msgstr ""
|
431 |
|
432 |
+
#: mappress_settings.php:223
|
433 |
+
#: mappress_settings.php:232
|
434 |
msgid "Google"
|
435 |
msgstr ""
|
436 |
|
437 |
+
#: mappress_settings.php:223
|
438 |
msgid "Inline"
|
439 |
msgstr ""
|
440 |
|
441 |
+
#: mappress_settings.php:232
|
442 |
msgid "Leaflet"
|
443 |
msgstr ""
|
444 |
|
445 |
+
#: mappress_settings.php:234
|
446 |
msgid "Leaflet is free and requires no API key. Google requires an API key and has strict usage limits."
|
447 |
msgstr ""
|
448 |
|
449 |
+
#: mappress_settings.php:240
|
450 |
+
#: mappress_settings.php:243
|
451 |
msgid "Output scripts in footer"
|
452 |
msgstr ""
|
453 |
|
454 |
+
#: mappress_settings.php:241
|
455 |
msgid "Disabled because Jetpack Infinite Scroll is active"
|
456 |
msgstr ""
|
457 |
|
458 |
+
#: mappress_settings.php:244
|
459 |
msgid "disable if maps are output using AJAX"
|
460 |
msgstr ""
|
461 |
|
462 |
+
#: mappress_settings.php:257
|
463 |
msgid "Language for map controls"
|
464 |
msgstr ""
|
465 |
|
466 |
+
#: mappress_settings.php:261
|
467 |
msgid "Enter token to use Mapbox map tiles"
|
468 |
msgstr ""
|
469 |
|
470 |
+
#: mappress_settings.php:268
|
471 |
msgid "Default zoom when displaying a single POI"
|
472 |
msgstr ""
|
473 |
|
474 |
+
#: mappress_settings.php:281
|
475 |
msgid "Easy Google Maps"
|
476 |
msgstr ""
|
477 |
|
478 |
+
#: mappress_settings.php:289
|
479 |
msgid "Width (px or %)"
|
480 |
msgstr ""
|
481 |
|
482 |
+
#: mappress_settings.php:289
|
483 |
msgid "Height (px)"
|
484 |
msgstr ""
|
485 |
|
486 |
+
#: mappress_settings.php:289
|
487 |
msgid "Default size"
|
488 |
msgstr ""
|
489 |
|
490 |
+
#: mappress_settings.php:311
|
491 |
+
#: mappress_settings.php:319
|
492 |
msgid "Save Changes"
|
493 |
msgstr ""
|
494 |
|
495 |
+
#: mappress_settings.php:312
|
496 |
+
#: mappress_settings.php:320
|
497 |
msgid "Reset Defaults"
|
498 |
msgstr ""
|
499 |
|
500 |
+
#: mappress_template.php:25
|
501 |
msgid "address"
|
502 |
msgstr ""
|
503 |
|
504 |
+
#: mappress_template.php:26
|
505 |
msgid "body"
|
506 |
msgstr ""
|
507 |
|
508 |
+
#: mappress_template.php:27
|
509 |
msgid "icon"
|
510 |
msgstr ""
|
511 |
|
512 |
+
#: mappress_template.php:28
|
513 |
msgid "thumbnail"
|
514 |
msgstr ""
|
515 |
|
516 |
+
#: mappress_template.php:29
|
517 |
msgid "title"
|
518 |
msgstr ""
|
519 |
|
520 |
+
#: mappress_template.php:30
|
521 |
msgid "url"
|
522 |
msgstr ""
|
523 |
|
524 |
+
#: mappress_template.php:31
|
525 |
msgid "custom field"
|
526 |
msgstr ""
|
527 |
|
528 |
+
#: pro/mappress_filter.php:93
|
529 |
+
#: pro/mappress_filter.php:142
|
530 |
+
#: pro/mappress_pro_settings.php:155
|
531 |
msgid "Post type"
|
532 |
msgstr ""
|
533 |
|
534 |
+
#: pro/mappress_filter.php:129
|
535 |
msgid "Taxonomy"
|
536 |
msgstr ""
|
537 |
|
538 |
+
#: pro/mappress_filter.php:129
|
539 |
msgid "Post field"
|
540 |
msgstr ""
|
541 |
|
542 |
+
#: pro/mappress_filter.php:129
|
543 |
+
#: pro/mappress_pro_settings.php:314
|
544 |
msgid "Custom Field"
|
545 |
msgstr ""
|
546 |
|
547 |
+
#: pro/mappress_geocoder.php:29
|
548 |
msgid "Invalid geocoder: %s"
|
549 |
msgstr ""
|
550 |
|
551 |
+
#: pro/mappress_geocoder.php:59
|
552 |
+
#: pro/mappress_geocoder.php:110
|
553 |
+
#: pro/mappress_geocoder.php:147
|
554 |
+
#: pro/mappress_geocoder.php:183
|
555 |
msgid "No results for address: %s"
|
556 |
msgstr ""
|
557 |
|
558 |
+
#: pro/mappress_geocoder.php:82
|
559 |
msgid "Server API Key is missing - see MapPress Settings"
|
560 |
msgstr ""
|
561 |
|
562 |
+
#: pro/mappress_geocoder.php:100
|
563 |
msgid "Invalid status: %s, %s Address: %s"
|
564 |
msgstr ""
|
565 |
|
566 |
+
#: pro/mappress_geocoder.php:212
|
567 |
msgid "Error: %s %s"
|
568 |
msgstr ""
|
569 |
|
570 |
+
#: pro/mappress_geocoder.php:217
|
571 |
msgid "Invalid JSON from Geocoding service: %s"
|
572 |
msgstr ""
|
573 |
|
574 |
+
#: pro/mappress_icons.php:47
|
575 |
msgid "Use default icon"
|
576 |
msgstr ""
|
577 |
|
578 |
+
#: pro/mappress_icons.php:57
|
579 |
msgid "Opacity"
|
580 |
msgstr ""
|
581 |
|
582 |
+
#: pro/mappress_icons.php:58
|
583 |
msgid "Weight"
|
584 |
msgstr ""
|
585 |
|
586 |
+
#: pro/mappress_meta.php:109
|
587 |
msgid "Automatic"
|
588 |
msgstr ""
|
589 |
|
590 |
+
#: pro/mappress_pro_settings.php:16
|
591 |
msgid "MapPress license key"
|
592 |
msgstr ""
|
593 |
|
594 |
+
#: pro/mappress_pro_settings.php:17
|
595 |
msgid "Beta versions"
|
596 |
msgstr ""
|
597 |
|
598 |
+
#: pro/mappress_pro_settings.php:21
|
599 |
msgid "Geocoder"
|
600 |
msgstr ""
|
601 |
|
602 |
+
#: pro/mappress_pro_settings.php:23
|
603 |
msgid "POI list"
|
604 |
msgstr ""
|
605 |
|
606 |
+
#: pro/mappress_pro_settings.php:24
|
607 |
msgid "POI list layout"
|
608 |
msgstr ""
|
609 |
|
610 |
+
#: pro/mappress_pro_settings.php:25
|
611 |
msgid "Sort"
|
612 |
msgstr ""
|
613 |
|
614 |
+
#: pro/mappress_pro_settings.php:28
|
615 |
msgid "Popup type"
|
616 |
msgstr ""
|
617 |
|
618 |
+
#: pro/mappress_pro_settings.php:30
|
619 |
msgid "Default icon"
|
620 |
msgstr ""
|
621 |
|
622 |
+
#: pro/mappress_pro_settings.php:31
|
623 |
msgid "Icon directory"
|
624 |
msgstr ""
|
625 |
|
626 |
+
#: pro/mappress_pro_settings.php:32
|
627 |
msgid "Icon scaling"
|
628 |
msgstr ""
|
629 |
|
630 |
+
#: pro/mappress_pro_settings.php:33
|
631 |
msgid "Automatic icons"
|
632 |
msgstr ""
|
633 |
|
634 |
+
#: pro/mappress_pro_settings.php:35
|
635 |
+
#: templates/map-search.php:2
|
636 |
msgid "Search"
|
637 |
msgstr ""
|
638 |
|
639 |
+
#: pro/mappress_pro_settings.php:38
|
640 |
msgid "POI content"
|
641 |
msgstr ""
|
642 |
|
643 |
+
#: pro/mappress_pro_settings.php:39
|
644 |
msgid "POI click"
|
645 |
msgstr ""
|
646 |
|
647 |
+
#: pro/mappress_pro_settings.php:40
|
648 |
msgid "KMLs"
|
649 |
msgstr ""
|
650 |
|
651 |
+
#: pro/mappress_pro_settings.php:41
|
652 |
msgid "Thumbnails"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: pro/mappress_pro_settings.php:42
|
656 |
msgid "Thumbnail size"
|
657 |
msgstr ""
|
658 |
|
659 |
+
#: pro/mappress_pro_settings.php:45
|
660 |
+
#: pro/mappress_pro_settings.php:47
|
661 |
msgid "Styled maps"
|
662 |
msgstr ""
|
663 |
|
664 |
+
#: pro/mappress_pro_settings.php:48
|
665 |
msgid "Default style"
|
666 |
msgstr ""
|
667 |
|
668 |
+
#: pro/mappress_pro_settings.php:51
|
669 |
msgid "Geocoding fields"
|
670 |
msgstr ""
|
671 |
|
672 |
+
#: pro/mappress_pro_settings.php:52
|
673 |
msgid "Overwrite"
|
674 |
msgstr ""
|
675 |
|
676 |
+
#: pro/mappress_pro_settings.php:53
|
677 |
msgid "Geocoding errors"
|
678 |
msgstr ""
|
679 |
|
680 |
+
#: pro/mappress_pro_settings.php:56
|
681 |
msgid "Google Server API key"
|
682 |
msgstr ""
|
683 |
|
684 |
+
#: pro/mappress_pro_settings.php:58
|
685 |
msgid "Custom templates"
|
686 |
msgstr ""
|
687 |
|
688 |
+
#: pro/mappress_pro_settings.php:60
|
689 |
msgid "Force resize"
|
690 |
msgstr ""
|
691 |
|
692 |
+
#: pro/mappress_pro_settings.php:142
|
693 |
msgid "more info"
|
694 |
msgstr ""
|
695 |
|
696 |
+
#: pro/mappress_pro_settings.php:143
|
697 |
msgid "API key secured by IP address for geocoding (optional)"
|
698 |
msgstr ""
|
699 |
|
700 |
+
#: pro/mappress_pro_settings.php:162
|
701 |
msgid "Value"
|
702 |
msgstr ""
|
703 |
|
704 |
+
#: pro/mappress_pro_settings.php:162
|
705 |
+
#: pro/mappress_pro_settings.php:309
|
706 |
msgid "Icon"
|
707 |
msgstr ""
|
708 |
|
709 |
+
#: pro/mappress_pro_settings.php:177
|
710 |
msgid "Enable updates for beta versions"
|
711 |
msgstr ""
|
712 |
|
713 |
+
#: pro/mappress_pro_settings.php:190
|
714 |
msgid "Checkboxes"
|
715 |
msgstr ""
|
716 |
|
717 |
+
#: pro/mappress_pro_settings.php:190
|
718 |
msgid "Select"
|
719 |
msgstr ""
|
720 |
|
721 |
+
#: pro/mappress_pro_settings.php:197
|
722 |
msgid "Key"
|
723 |
msgstr ""
|
724 |
|
725 |
+
#: pro/mappress_pro_settings.php:197
|
726 |
msgid "Format"
|
727 |
msgstr ""
|
728 |
|
729 |
+
#: pro/mappress_pro_settings.php:212
|
730 |
msgid "Permanently resize existing maps"
|
731 |
msgstr ""
|
732 |
|
733 |
+
#: pro/mappress_pro_settings.php:214
|
734 |
msgid "from %s to %s"
|
735 |
msgstr ""
|
736 |
|
737 |
+
#: pro/mappress_pro_settings.php:215
|
738 |
msgid "Force Resize"
|
739 |
msgstr ""
|
740 |
|
741 |
+
#: pro/mappress_pro_settings.php:219
|
742 |
msgid "Algolia"
|
743 |
msgstr ""
|
744 |
|
745 |
+
#: pro/mappress_pro_settings.php:220
|
746 |
msgid "Nominatim"
|
747 |
msgstr ""
|
748 |
|
749 |
+
#: pro/mappress_pro_settings.php:221
|
750 |
msgid "MapBox"
|
751 |
msgstr ""
|
752 |
|
753 |
+
#: pro/mappress_pro_settings.php:235
|
754 |
msgid "Standard"
|
755 |
msgstr ""
|
756 |
|
757 |
+
#: pro/mappress_pro_settings.php:236
|
758 |
msgid "InfoBox"
|
759 |
msgstr ""
|
760 |
|
761 |
+
#: pro/mappress_pro_settings.php:243
|
762 |
msgid "Left of map"
|
763 |
msgstr ""
|
764 |
|
765 |
+
#: pro/mappress_pro_settings.php:244
|
766 |
msgid "Below map"
|
767 |
msgstr ""
|
768 |
|
769 |
+
#: pro/mappress_pro_settings.php:250
|
770 |
msgid "Enter license to enable automatic updates"
|
771 |
msgstr ""
|
772 |
|
773 |
+
#: pro/mappress_pro_settings.php:261
|
774 |
msgid "Active"
|
775 |
msgstr ""
|
776 |
|
777 |
+
#: pro/mappress_pro_settings.php:266
|
778 |
msgid "Check Now"
|
779 |
msgstr ""
|
780 |
|
781 |
+
#: pro/mappress_pro_settings.php:270
|
782 |
msgid "Communication error, please try again later"
|
783 |
msgstr ""
|
784 |
|
785 |
+
#: pro/mappress_pro_settings.php:272
|
786 |
msgid "License is invalid or expired"
|
787 |
msgstr ""
|
788 |
|
789 |
+
#: pro/mappress_pro_settings.php:276
|
790 |
msgid "POI title + body"
|
791 |
msgstr ""
|
792 |
|
793 |
+
#: pro/mappress_pro_settings.php:276
|
794 |
msgid "Post title + excerpt"
|
795 |
msgstr ""
|
796 |
|
797 |
+
#: pro/mappress_pro_settings.php:281
|
798 |
msgid "Open POI"
|
799 |
msgstr ""
|
800 |
|
801 |
+
#: pro/mappress_pro_settings.php:281
|
802 |
msgid "Open post"
|
803 |
msgstr ""
|
804 |
|
805 |
+
#: pro/mappress_pro_settings.php:281
|
806 |
msgid "Open post in new tab"
|
807 |
msgstr ""
|
808 |
|
809 |
+
#: pro/mappress_pro_settings.php:286
|
810 |
msgid "Include KML POIs in mashups"
|
811 |
msgstr ""
|
812 |
|
813 |
+
#: pro/mappress_pro_settings.php:298
|
814 |
msgid "%d Errors"
|
815 |
msgstr ""
|
816 |
|
817 |
+
#: pro/mappress_pro_settings.php:308
|
818 |
msgid "Address line "
|
819 |
msgstr ""
|
820 |
|
821 |
+
#: pro/mappress_pro_settings.php:309
|
822 |
msgid "Latitude"
|
823 |
msgstr ""
|
824 |
|
825 |
+
#: pro/mappress_pro_settings.php:309
|
826 |
msgid "Longitude"
|
827 |
msgstr ""
|
828 |
|
829 |
+
#: pro/mappress_pro_settings.php:309
|
830 |
msgid "Title"
|
831 |
msgstr ""
|
832 |
|
833 |
+
#: pro/mappress_pro_settings.php:309
|
834 |
msgid "Body"
|
835 |
msgstr ""
|
836 |
|
837 |
+
#: pro/mappress_pro_settings.php:309
|
838 |
msgid "Zoom"
|
839 |
msgstr ""
|
840 |
|
841 |
+
#: pro/mappress_pro_settings.php:314
|
842 |
msgid "Map Field"
|
843 |
msgstr ""
|
844 |
|
845 |
+
#: pro/mappress_pro_settings.php:327
|
846 |
msgid "Overwrite maps when posts are saved"
|
847 |
msgstr ""
|
848 |
|
849 |
+
#: pro/mappress_pro_settings.php:331
|
850 |
msgid "Show a list of POIs with each map"
|
851 |
msgstr ""
|
852 |
|
853 |
+
#: pro/mappress_pro_settings.php:339
|
854 |
msgid "Enable search"
|
855 |
msgstr ""
|
856 |
|
857 |
+
#: pro/mappress_pro_settings.php:343
|
858 |
msgid "Sort POI list by title"
|
859 |
msgstr ""
|
860 |
|
861 |
+
#: pro/mappress_pro_settings.php:349
|
862 |
msgid "No styles have been defined yet"
|
863 |
msgstr ""
|
864 |
|
865 |
+
#: pro/mappress_pro_settings.php:358
|
866 |
msgid "Styled Maps Wizard"
|
867 |
msgstr ""
|
868 |
|
869 |
+
#: pro/mappress_pro_settings.php:359
|
870 |
msgid "JSON from Google's %s"
|
871 |
msgstr ""
|
872 |
|
873 |
+
#: pro/mappress_pro_settings.php:363
|
874 |
+
#: pro/mappress_pro_settings.php:379
|
875 |
msgid "Style name"
|
876 |
msgstr ""
|
877 |
|
878 |
+
#: pro/mappress_pro_settings.php:375
|
879 |
msgid "Mapbox Studio"
|
880 |
msgstr ""
|
881 |
|
882 |
+
#: pro/mappress_pro_settings.php:376
|
883 |
msgid "Enter styles from %s"
|
884 |
msgstr ""
|
885 |
|
886 |
+
#: pro/mappress_pro_settings.php:394
|
887 |
msgid "Only admins or multisite super-admins can edit templates"
|
888 |
msgstr ""
|
889 |
|
890 |
+
#: pro/mappress_pro_settings.php:399
|
891 |
msgid "WordPress 4.9 or higher is needed to use the template editor."
|
892 |
msgstr ""
|
893 |
|
894 |
+
#: pro/mappress_pro_settings.php:405
|
895 |
msgid "Map popup"
|
896 |
msgstr ""
|
897 |
|
898 |
+
#: pro/mappress_pro_settings.php:406
|
899 |
msgid "Map list item"
|
900 |
msgstr ""
|
901 |
|
902 |
+
#: pro/mappress_pro_settings.php:407
|
903 |
msgid "Mashup popup"
|
904 |
msgstr ""
|
905 |
|
906 |
+
#: pro/mappress_pro_settings.php:408
|
907 |
msgid "Mashup list item"
|
908 |
msgstr ""
|
909 |
|
910 |
+
#: pro/mappress_pro_settings.php:422
|
911 |
msgid "or "
|
912 |
msgstr ""
|
913 |
|
914 |
+
#: pro/mappress_pro_settings.php:430
|
915 |
msgid "Show featured image thumbnails in mashup POIs"
|
916 |
msgstr ""
|
917 |
|
918 |
+
#: pro/mappress_updater.php:117
|
919 |
msgid "Communication error"
|
920 |
msgstr ""
|
921 |
|
922 |
+
#: pro/mappress_updater.php:123
|
923 |
msgid "JSON error"
|
924 |
msgstr ""
|
925 |
|
926 |
+
#: pro/mappress_widget.php:69
|
927 |
msgid "Widget title"
|
928 |
msgstr ""
|
929 |
|
930 |
+
#: pro/mappress_widget.php:74
|
931 |
msgid "Map size"
|
932 |
msgstr ""
|
933 |
|
934 |
+
#: pro/mappress_widget.php:80
|
935 |
msgid "Show"
|
936 |
msgstr ""
|
937 |
|
938 |
+
#: pro/mappress_widget.php:81
|
939 |
msgid "Current posts"
|
940 |
msgstr ""
|
941 |
|
942 |
+
#: pro/mappress_widget.php:82
|
943 |
msgid "Hide if empty"
|
944 |
msgstr ""
|
945 |
|
946 |
+
#: pro/mappress_widget.php:85
|
947 |
msgid "Custom query"
|
948 |
msgstr ""
|
949 |
|
950 |
+
#: pro/mappress_widget.php:88
|
951 |
msgid "Learn about queries"
|
952 |
msgstr ""
|
953 |
|
954 |
+
#: pro/mappress_widget.php:93
|
955 |
msgid "Show POI list"
|
956 |
msgstr ""
|
957 |
|
958 |
+
#: pro/mappress_widget.php:99
|
959 |
msgid "Other Settings"
|
960 |
msgstr ""
|
961 |
|
962 |
+
#: pro/mappress_widget.php:102
|
963 |
msgid "Example: initialopeninfo=\"true\""
|
964 |
msgstr ""
|
965 |
|
966 |
+
#: templates/map-controls.php:1
|
967 |
msgid "Menu"
|
968 |
msgstr ""
|
969 |
|
970 |
+
#: templates/map-controls.php:3
|
971 |
msgid "Center map"
|
972 |
msgstr ""
|
973 |
|
974 |
+
#: templates/map-controls.php:6
|
975 |
msgid "Traffic"
|
976 |
msgstr ""
|
977 |
|
978 |
+
#: templates/map-controls.php:7
|
979 |
msgid "Bicycling"
|
980 |
msgstr ""
|
981 |
|
982 |
+
#: templates/map-controls.php:8
|
983 |
msgid "Transit"
|
984 |
msgstr ""
|
985 |
|
986 |
+
#: templates/map-directions.php:4
|
987 |
msgid "My location"
|
988 |
msgstr ""
|
989 |
|
990 |
+
#: templates/map-directions.php:16
|
991 |
msgid "Get Directions"
|
992 |
msgstr ""
|
993 |
|
994 |
+
#: templates/map-filters.php:9
|
995 |
msgid "Done"
|
996 |
msgstr ""
|
997 |
|
998 |
+
#: templates/map-filters.php:10
|
999 |
msgid "Reset"
|
1000 |
msgstr ""
|
1001 |
|
1002 |
+
#: templates/map-loop.php:3
|
1003 |
msgid "Results"
|
1004 |
msgstr ""
|
1005 |
|
1006 |
+
#: templates/map-search.php:4
|
1007 |
msgid "Your Location"
|
1008 |
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
languages/texts.php
CHANGED
@@ -1,4 +1,9 @@
|
|
1 |
<?php
|
|
|
|
|
|
|
|
|
|
|
2 |
__("Add KML");
|
3 |
__("Visual");
|
4 |
__("HTML");
|
@@ -233,9 +238,4 @@ __("Done");
|
|
233 |
__("Reset");
|
234 |
__("Results");
|
235 |
__("Your Location");
|
236 |
-
__("MapPress Maps for WordPress");
|
237 |
-
__("https://www.mappresspro.com/mappress");
|
238 |
-
__("MapPress makes it easy to add Google and Leaflet Maps to WordPress");
|
239 |
-
__("Chris Richardson");
|
240 |
-
__("https://www.mappresspro.com/chris-contact");
|
241 |
?>
|
1 |
<?php
|
2 |
+
__("MapPress Maps for WordPress");
|
3 |
+
__("https://www.mappresspro.com/mappress");
|
4 |
+
__("MapPress makes it easy to add Google and Leaflet Maps to WordPress");
|
5 |
+
__("Chris Richardson");
|
6 |
+
__("https://www.mappresspro.com/chris-contact");
|
7 |
__("Add KML");
|
8 |
__("Visual");
|
9 |
__("HTML");
|
238 |
__("Reset");
|
239 |
__("Results");
|
240 |
__("Your Location");
|
|
|
|
|
|
|
|
|
|
|
241 |
?>
|
mappress.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: MapPress Maps for WordPress
|
|
4 |
Plugin URI: https://www.mappresspro.com/mappress
|
5 |
Author URI: https://www.mappresspro.com/chris-contact
|
6 |
Description: MapPress makes it easy to add Google and Leaflet Maps to WordPress
|
7 |
-
Version: 2.53.
|
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/)
|
@@ -35,7 +35,7 @@ if (is_dir(dirname( __FILE__ ) . '/pro')) {
|
|
35 |
}
|
36 |
|
37 |
class Mappress {
|
38 |
-
const VERSION = '2.53.
|
39 |
|
40 |
static
|
41 |
$baseurl,
|
4 |
Plugin URI: https://www.mappresspro.com/mappress
|
5 |
Author URI: https://www.mappresspro.com/chris-contact
|
6 |
Description: MapPress makes it easy to add Google and Leaflet Maps to WordPress
|
7 |
+
Version: 2.53.8
|
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/)
|
35 |
}
|
36 |
|
37 |
class Mappress {
|
38 |
+
const VERSION = '2.53.8';
|
39 |
|
40 |
static
|
41 |
$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: leaflet, openstreetmap, osm, mapbox, map box, 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: 4.5
|
6 |
Tested up to: 5.2
|
7 |
-
Stable tag: 2.53.
|
8 |
|
9 |
== Description ==
|
10 |
MapPress adds beautiful, interactive Google or Leaflet maps to WordPress.
|
@@ -86,8 +86,11 @@ Please see the plugin documentation pages:
|
|
86 |
|
87 |
== Changelog ==
|
88 |
|
89 |
-
= 2.53.
|
90 |
-
*
|
|
|
|
|
|
|
91 |
|
92 |
= 2.53.6 =
|
93 |
* Changed: additional CSS changes to migrate layout to flex
|
4 |
Tags: leaflet, openstreetmap, osm, mapbox, map box, 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: 4.5
|
6 |
Tested up to: 5.2
|
7 |
+
Stable tag: 2.53.8
|
8 |
|
9 |
== Description ==
|
10 |
MapPress adds beautiful, interactive Google or Leaflet maps to WordPress.
|
86 |
|
87 |
== Changelog ==
|
88 |
|
89 |
+
= 2.53.8 =
|
90 |
+
* Changed: mashups no longer automatically focus the search box, since this can cause unwanted scrolling
|
91 |
+
|
92 |
+
= 2.53.7 =
|
93 |
+
* Fixed: change in build process delivered version with missing .js files
|
94 |
|
95 |
= 2.53.6 =
|
96 |
* Changed: additional CSS changes to migrate layout to flex
|