MapPress Easy Google Maps - Version 2.74.3

Version Description

  • Fixed: removed import menu from free version
  • Fixed: removed french translation from plugin directory
Download this release

Release Info

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

Code changes from version 2.73.15 to 2.74.3

Files changed (38) hide show
  1. build/index_mappress.js +1 -1
  2. build/index_mappress_admin.js +1 -1
  3. css/mappress.css +108 -75
  4. css/mappress_admin.css +181 -8
  5. languages/mappress-google-maps-for-wordpress-bg_BG-4cfebd0e75a430fc3eb311e0637a25c6.json +1 -0
  6. languages/mappress-google-maps-for-wordpress-bg_BG.po +173 -386
  7. languages/mappress-google-maps-for-wordpress-de_DE-4cfebd0e75a430fc3eb311e0637a25c6.json +1 -0
  8. languages/mappress-google-maps-for-wordpress-de_DE.po +185 -396
  9. languages/mappress-google-maps-for-wordpress-de_DE_formal-4cfebd0e75a430fc3eb311e0637a25c6.json +1 -0
  10. languages/mappress-google-maps-for-wordpress-de_DE_formal.po +185 -396
  11. languages/mappress-google-maps-for-wordpress-es_ES-4cfebd0e75a430fc3eb311e0637a25c6.json +1 -0
  12. languages/mappress-google-maps-for-wordpress-es_ES.po +195 -382
  13. languages/mappress-google-maps-for-wordpress-fi-4cfebd0e75a430fc3eb311e0637a25c6.json +1 -0
  14. languages/mappress-google-maps-for-wordpress-fi.po +239 -459
  15. languages/mappress-google-maps-for-wordpress-fr_FR.mo +0 -0
  16. languages/mappress-google-maps-for-wordpress-fr_FR.po +0 -1422
  17. languages/mappress-google-maps-for-wordpress-hr-4cfebd0e75a430fc3eb311e0637a25c6.json +1 -0
  18. languages/mappress-google-maps-for-wordpress-hr.po +172 -403
  19. languages/mappress-google-maps-for-wordpress-hu_HU-4cfebd0e75a430fc3eb311e0637a25c6.json +1 -0
  20. languages/mappress-google-maps-for-wordpress-hu_HU.po +189 -411
  21. languages/mappress-google-maps-for-wordpress-it_IT-4cfebd0e75a430fc3eb311e0637a25c6.json +1 -0
  22. languages/mappress-google-maps-for-wordpress-it_IT.po +294 -482
  23. languages/mappress-google-maps-for-wordpress-ja-4cfebd0e75a430fc3eb311e0637a25c6.json +1 -0
  24. languages/mappress-google-maps-for-wordpress-ja.po +170 -387
  25. languages/mappress-google-maps-for-wordpress-nl_NL-4cfebd0e75a430fc3eb311e0637a25c6.json +1 -0
  26. languages/mappress-google-maps-for-wordpress-nl_NL.po +246 -453
  27. languages/mappress-google-maps-for-wordpress-pl_PL-4cfebd0e75a430fc3eb311e0637a25c6.json +1 -0
  28. languages/mappress-google-maps-for-wordpress-pl_PL.po +169 -393
  29. languages/mappress-google-maps-for-wordpress-pt_BR-4cfebd0e75a430fc3eb311e0637a25c6.json +1 -0
  30. languages/mappress-google-maps-for-wordpress-pt_BR.po +192 -398
  31. languages/mappress-google-maps-for-wordpress-ru_RU-4cfebd0e75a430fc3eb311e0637a25c6.json +1 -0
  32. languages/mappress-google-maps-for-wordpress-ru_RU.po +176 -387
  33. languages/mappress-google-maps-for-wordpress-sr_RS-4cfebd0e75a430fc3eb311e0637a25c6.json +1 -0
  34. languages/mappress-google-maps-for-wordpress-sr_RS.po +278 -472
  35. languages/mappress-google-maps-for-wordpress-zh_CN-4cfebd0e75a430fc3eb311e0637a25c6.json +1 -0
  36. languages/mappress-google-maps-for-wordpress-zh_CN.po +171 -317
  37. languages/mappress-google-maps-for-wordpress-zh_TW-4cfebd0e75a430fc3eb311e0637a25c6.json +1 -0
  38. languages/mappress-google-maps-for-wordpress-zh_TW.po +134 -100
build/index_mappress.js CHANGED
@@ -1 +1 @@
1
- (()=>{var t={658:(t,e,i)=>{"use strict";i.r(e);const o=wp.element.createElement,{Fragment:n,useEffect:s,useLayoutEffect:a,useRef:l,useState:p}=wp.element,__=t=>wp.i18n.__(t,"mappress-google-maps-for-wordpress");function r(t){const[e,i]=p({saddr:t.saddr?t.saddr:"",daddr:t.daddr?t.daddr:""});function n(t){i((e=>({...e,...t})))}function s(i,o){switch(i){case"close":t.onClose&&t.onClose();break;case"get-directions":a();break;case"keydown":13==o?s("get-directions"):27==o&&s("close");break;case"swap":n({saddr:e.daddr,daddr:e.saddr})}}function a(){let t=mappl10n.options.directionsServer;const i=e.saddr.trim(),o=e.daddr.trim();t="https://maps.google.com"==t?"https://www.google.com":t,-1==t.toLowerCase().indexOf("http")&&(t="https://"+t),t+="/maps/dir/?api=1&origin="+encodeURIComponent(i)+"&destination="+encodeURIComponent(o),window.open(t),s("close")}return"google"==mappl10n.options.directions?(a(),null):o("div",{className:"mapp-directions-component"},o("div",{className:"mapp-close",onClick:()=>s("close")}),o("div",null,o("input",{className:"mapp-dir-saddr",onChange:t=>n({saddr:t.target.value}),onKeyPress:t=>s("keydown",t.which),tabIndex:"1",placeholder:__("My location"),value:e.saddr}),o("div",{className:"mapp-dir-arrows",onClick:()=>s("swap")})),o("div",null,o("input",{className:"mapp-dir-daddr",onChange:t=>n({daddr:t.target.value}),onKeyPress:t=>s("keydown",t.which),tabIndex:"2",value:e.daddr})),o("div",{className:"mapp-dir-toolbar"},o("div",{className:"mapp-submit-button",onClick:()=>s("get-directions")},__("Get Directions"))))}wp.element.createElement;const{Fragment:c,useCallback:h,useEffect:d,useLayoutEffect:g,useMemo:u,useRef:m,useState:f}=wp.element;const v=wp.element.createElement,{Fragment:y,useCallback:w,useEffect:b,useLayoutEffect:k,useMemo:x,useRef:P,useState:C}=wp.element;function O(t){t={buttonLabel:null,className:"",delay:null,focus:!1,onFetch:null,onSelect:null,placeholder:"",selected:null,suggestions:[],title:"",...t};const e=P(null),i=P(null),o=t.delay?function(t,e){const i=React.useRef(t);return React.useLayoutEffect((()=>{i.current=t})),React.useMemo((()=>_.debounce((function(){return i.current(...arguments)}),e)),[e])}(t.onFetch,t.delay):t.onFetch,[n,s]=C({isOpen:!1,value:""});function a(t){s((e=>({...e,...t})))}function l(e){switch(e.stopPropagation(),e.code){case"Backspace":a({isOpen:n.value.length>1});break;case"Enter":!function(){if(a({isOpen:!1}),t.suggestions){let e=null==n.selected?t.suggestions[0]:t.suggestions[n.selected];e&&t.onSelect(n.value,e)}}();break;case"Escape":a({isOpen:!1});break;case"ArrowUp":if(e.preventDefault(),t.suggestions&&0!=n.selected){const e=null==n.selected?t.suggestions.length-1:n.selected-1;t.suggestions[e]&&a({isOpen:!0,selected:e})}else a({selected:null});break;case"ArrowDown":if(t.suggestions&&n.selected<t.suggestions.length-1){const e=null==n.selected?0:n.selected+1;t.suggestions[e]&&a({isOpen:!0,selected:e})}else a({selected:null});break;case"Tab":case"AltLeft":case"AltRight":case"ControlLeft":case"ControlRight":case"MetaLeft":case"MetaRight":break;default:a({isOpen:!0})}}!function(t,e){const i=i=>{t.current&&!t.current.contains(i.target)&&e()};document.addEventListener("mousedown",i),document.addEventListener("touchstart",i)}(e,(()=>{n.isOpen&&a({isOpen:!1})})),b((()=>{t.focus&&i.current&&i.current.focus()}),[i.current]),b((()=>{n.map&&setMapTypeId(t.mapTypeId)}),[t.mapTypeId,n.map]);const p=n.selected>=0&&t.suggestions&&t.suggestions[n.selected]?t.suggestions[n.selected].value:n.value;return v("div",{className:"mapp-autocomplete",ref:e},v("div",{className:"mapp-autocomplete-wrapper"},v("input",{className:t.className,onChange:function(t){a({value:t.target.value,selected:null}),o(t.target.value.trim())},onKeyDownCapture:t=>l(t),placeholder:t.placeholder,ref:i,title:t.title,type:"text",value:p}),n.isOpen&&v("div",{className:"mapp-autocomplete-list"},_.map(t.suggestions,((e,i)=>{const o="mapp-autocomplete-item"+(n.selected==i?" mapp-selected":"");return v("div",{className:o,key:i,onClick:()=>function(e,i){a({isOpen:!1,selected:i}),t.onSelect(n.value,e)}(e,i)},e.value)})))),t.buttonLabel&&v("div",{className:"mapp-submit-button",onClick:()=>onSelect()},t.buttonLabel))}wp.element.createElement;const{Fragment:S,useCallback:M,useEffect:I,useLayoutEffect:E,useRef:T,useState:A}=wp.element,D={google:function(){this.token=null;const t=document.createElement("div");this.placesService=new google.maps.places.PlacesService(t),this.autocompleteService=new google.maps.places.AutocompleteService}};D.google.prototype={getDetails:function(t){let{suggestion:e,callback:i}=t;this.token=this.token?this.token:new google.maps.places.AutocompleteSessionToken,this.token=null;var o={fields:["formatted_address","name","geometry"],placeId:e.place_id,sessionToken:this.token};this.placesService.getDetails(o,(function(t,e){if("OK"==e&&t&&t.geometry){if(t.geometry.location&&(t.geometry.location=t.geometry.location.toJSON()),t.geometry.viewport){var o=t.geometry.viewport.toJSON();t.geometry.viewport={sw:{lat:o.south,lng:o.west},ne:{lat:o.north,lng:o.east}}}i(t)}else i(null)}))},getFirstPrediction:function(t){let{map:e,value:i,callback:o}=t;this.getPredictions({map:e,value:i,callback:t=>{t&&Array.isArray(t)?this.getDetails({suggestion:t[0],callback:t=>o(t)}):o(null)}})},getPredictions:function(t){let{map:e,value:i,includeBusinesses:o,callback:n}=t;this.token=this.token?this.token:new google.maps.places.AutocompleteSessionToken;var s=e?e.getBounds():null;"leaflet"==mappl10n.options.engine&&(s=new google.maps.LatLngBounds(new google.maps.LatLng(s.getSouthWest().lat,s.getSouthWest().lng),new google.maps.LatLng(s.getNorthEast().lat,s.getNorthEast().lng)));var a={input:i,bounds:s=s||new google.maps.LatLngBounds(new google.maps.LatLng(85,-180),new google.maps.LatLng(-85,180)),sessionToken:this.token,types:o?null:["geocode"]};this.autocompleteService.getPlacePredictions(a,(function(t,e){"OK"==e&&t&&t.length?(t=(t=t.map((t=>(t.value=t.description,t)))).filter((t=>t.place_id)),n(t)):(e==google.maps.places.PlacesServiceStatus.REQUEST_DENIED?alert("Google Maps API Key error: please enable the Places API in the Google Developer Console."):e==google.maps.places.PlacesServiceStatus.OVER_QUERY_LIMIT&&alert("Google Maps API Key has exceeded its query limit"),n(null))}))}},D.mapbox=function(){},D.mapbox.prototype={getDetails:function(t){let{suggestion:e,callback:i}=t,o=e.place_name,n=o.indexOf(","),s=o.indexOf(",",n+1);n>0&&(o=parseInt(o.substr(0,n))?o.substr(0,s).replace(",",""):o.substr(0,n));let a=e.bbox&&4==e.bbox.length?{sw:{lat:e.bbox[1],lng:e.bbox[0]},ne:{lat:e.bbox[3],lng:e.bbox[2]}}:null;i({formatted_address:e.place_name,name:o,geometry:{location:{lat:e.center[1],lng:e.center[0]},viewport:a}})},getFirstPrediction:function(t){let{map:e,value:i,callback:o}=t;this.getPredictions({map:e,value:i,callback:t=>{t&&t.length?this.getDetails({suggestion:t[0],callback:t=>o(t)}):o(null)}})},getPredictions:function(t){let{map:e,value:i,callback:o}=t;var n="https://api.mapbox.com/geocoding/v5/mapbox.places/"+i+".json?access_token="+mappl10n.options.mapbox;n=mappl10n.options.country?n+"&country="+mappl10n.options.country.toLowerCase():n,n=mappl10n.options.language?n+"&language="+mappl10n.options.language.toLowerCase():n;var s=e?e.getMap().getCenter():null;s&&(n+="&proximity="+s.lng+","+s.lat),mappl10n.options.searchBox&&(n+="&bbox="+mappl10n.options.searchBox),fetch(n).then((t=>t.json())).then((t=>{t&&t.features&&t.features.length>0?(t.features=t.features.map((t=>(t.value=t.label=t.place_name,t))),o(t.features)):o(null)}))}},D.nominatim=function(){},D.nominatim.prototype={getDetails:function(t){let{suggestion:e,callback:i}=t,o=e.display_name,n=o.indexOf(","),s=o.indexOf(",",n+1);n>0&&(o=parseInt(o.substr(0,n))?o.substr(0,s).replace(",",""):o.substr(0,n));let a=e.boundingbox&&4==e.boundingbox.length?{sw:{lat:e.boundingbox[0],lng:e.boundingbox[2]},ne:{lat:e.boundingbox[1],lng:e.boundingbox[3]}}:null;i({formatted_address:e.display_name,name:o,geometry:{location:{lat:e.lat,lng:e.lon},viewport:a}})},getFirstPrediction:function(t){let{map:e,value:i,callback:o}=t;this.getPredictions({map:e,value:i,callback:t=>{t&&t.length?this.getDetails({suggestion:t[0],callback:t=>o(t)}):o(null)}})},getPredictions:function(t){let{map:e,value:i,callback:o}=t;var n="https://nominatim.openstreetmap.org/search?format=json&dedupe=1&limit=5&q="+encodeURIComponent(i);if(n=mappl10n.options.country?n+"&countrycodes="+mappl10n.options.country.toLowerCase():n,n=mappl10n.options.language?n+"&accept-language="+mappl10n.options.language.toLowerCase():n,mappl10n.options.searchBox)n+="&viewbox="+mappl10n.options.searchBox,n+="&bounded=1";else{var s=e?e.getMap().getBounds():null;if(s){let t=s.getSouthWest(),e=s.getNorthEast();n+="&viewbox="+t.lng+","+t.lat+","+e.lng+","+e.lat}}fetch(n).then((t=>t.json())).then((t=>{t&&t.length?(t=t.map((t=>(t.value=t.display_name,t))),o(t)):o(null)}))}};const V=t=>{let{includeBusinesses:e}=t;function i(){let t="";return t="leaflet"!=mappl10n.options.engine?"google":mappl10n.options.geocoder?mappl10n.options.geocoder:"nominatim",new D[t]}function o(t,e){navigator&&navigator.geolocation?navigator.geolocation.getCurrentPosition((function(e){var i={lat:e.coords.latitude,lng:e.coords.longitude};t({name:i.lat+", "+i.lng,geometry:{location:i}})}),(function(i){if(!e){var o=i&&i.message?" : "+i.message:"";alert(mappl10n.no_geolocate+o)}t(null)}),{timeout:15e3,enableHighAccuracy:!0,maximumAge:3e4}):alert(mappl10n.no_geolocate)}return{geocode:function(t){let{map:n,suggestion:s,value:a,callback:l}=t;const p=i();a="string"==typeof a?a.trim():"",function(t){let{map:e,value:i,suggestion:n,callback:s}=t;if("string"==typeof name&&"http"==name.substring(0,4))return void s(name);if("user"==name)return void o((function(t){s(t)}));const a=name.split(",");if(2==a.length){const t=parseFloat(a[0]),e=parseFloat(a[1]);if(!isNaN(t)&&!isNaN(e))return void s({name:t+", "+e,geometry:{location:{lat:t,lng:e}}})}s(null)}({map:n,suggestion:s,value:a,callback:t=>{t?l(t):s?p.getDetails({suggestion:s,callback:l}):a?p.getFirstPrediction({map:n,suggestion:s,value:a,includeBusinesses:e,callback:l}):l(null)}})},geolocate:o,getPredictions:function(t){let{map:e,value:o,callback:n}=t;i().getPredictions({map:e,value:o,callback:n})}}},N=wp.element.createElement,{Fragment:j,useCallback:B,useEffect:R,useLayoutEffect:z,useRef:F,useState:q}=wp.element,G=t=>wp.i18n.__(t,"mappress-google-maps-for-wordpress");function J(t){t={buttonLabel:null,focus:!1,includeBusinesses:!1,map:null,onSearch:null,...t};const{geocode:e,getPredictions:i}=V({map:t.map,includeBusinesses:t.includeBusinesses}),[o,n]=q({suggestions:[]});return N(O,{buttonLabel:t.buttonLabel,className:"mapp-places",debounce:"nominatim"===mappl10n.options.geocoder?500:300,delay:"nominatim"==mappl10n.options.geocoder?500:10,focus:t.focus,onFetch:function(e){i({map:t.map,value:e,callback:t=>{var e;e={suggestions:t},n((t=>({...t,...e})))}})},onSelect:function(i,o){e({map:t.map,value:i,suggestion:o,callback:e=>{e&&t.onSearch(e)}})},placeholder:G("Search"),suggestions:o.suggestions,title:G("Enter an address, place, KML file URL, or lat,lng")})}window.mapp=window.mapp||{};const H=wp.element.createElement,U=t=>wp.i18n.__(t,"mappress-google-maps-for-wordpress"),_n=wp.i18n._n;var Z;Z=jQuery,mapp.Map=function(t,e){this.defaults={alignment:null,center:null,classname:null,editable:null,embed:null,height:null,initialOpenInfo:null,layers:null,layout:null,mapid:null,mapTypeId:null,metaKey:null,mapOpts:null,name:null,poiList:null,poiListOpen:null,poiListPageSize:null,pois:null,postid:null,query:null,search:null,sel:null,title:null,width:null,zoom:null},this.dirty=!1,this.hovered=null,this.isFullscreen=!1,this.iw=null,this.mapdata=t,this.opened=null,this.pagination={count:0,page:1},this.selected=null,this.settings=e||{},this.templates=null,this.clusterer=null,this.dir_=null,this.div={},this.layers_={},this.map_=null,this.modal_=null,this.pois_=[],this.user_=null,this.xhr_,_.extend(this,this.defaults,this.mapdata,this.settings),this.poiList=void 0!==this.poiList&&null!=this.poiList?this.poiList:mappl10n.options.poiList,this.layout=this.layout?this.layout:mappl10n.options.layout,this.postid=this.postid?this.postid:mappl10n.options.postid},mapp.Map.prototype={display:function(){const{geocode:t}=V({withBusinesses:this.editable});if(this.render(),!this.div||!this.div.layout)return;if(this.sanity(),this.editable?this.templates={loop:"edit-loop",item:"edit-item",popup:"edit-popup"}:this.query?this.templates={loop:"map-loop",item:"mashup-item",popup:"mashup-popup"}:this.templates={loop:"map-loop",item:"map-item",popup:"map-popup"},"leaflet"==mappl10n.options.engine?this.mapOpts=_.extend({attribution:'Map data <a href="https://openstreetmap.org">OpenStreetMap</a>',minZoom:0,scrollWheelZoom:mappl10n.options.scrollWheel,worldCopyJump:!0,zoomControl:null},this.mapOpts):this.mapOpts=_.extend({backgroundColor:"transparent",clickableIcons:!1,fullscreenControl:!1,mapTypeControl:!1,minZoom:0,scaleControl:!0,streetViewControl:!this.query,streetViewControlOptions:{position:google.maps.ControlPosition.LEFT_BOTTOM}},this.mapOpts),this.mapOpts.minZoom=isNaN(parseInt(this.mapOpts.minZoom))?0:parseInt(this.mapOpts.minZoom),!this.div||!this.div.canvas)return;"leaflet"==mappl10n.options.engine?(this.map_=new L.Map(this.div.canvas.get(0),this.mapOpts),L.control.zoom({position:"bottomright",zoomInTitle:"",zoomOutTitle:""}).addTo(this.map_)):(this.map_=new google.maps.Map(this.div.canvas.get(0),{mapTypeId:"roadmap",zoom:1}),this.map_.setOptions(this.mapOpts),this.addLayers()),this.addGeolocateControl(),this.addMenu(),this.addPopup(),this.isFilterable()&&this.addFilters(),this.setMapTypeId(this.mapTypeId),this.clustering(),"postmodal"==mappl10n.options.mashupClick&&(this.modal_=new mapp.lib.Modal);const e=Z(".mapp-search-container",this.div.layout);e.length&&wp.element.render(H(J,{buttonLabel:this.editable?U("Add to map"):H("img",{src:mappl10n.options.baseurl+"/images/search.png"}),focus:this.editable,includeBusinesses:this.editable,map:this,onSearch:t=>{this.onSearch(t)}}),e.get(0)),this.addUserLocation(),this.addEvents("click dragstart zoom_changed zoomstart",(t=>{"leaflet"==mappl10n.options.engine&&"click"==t.type&&t.originalEvent&&!t.originalEvent.target.matches(".mapp-canvas")||this.poiClose()})),this.div.layout.on("click","[data-mapp-action]",(t=>{if(this.div.list&&this.div.list.length&&Z.contains(this.div.list.get(0),t.target))return;const e=Z(t.currentTarget),i=e.attr("data-mapp-action"),o=e.attr("data-mapp-"+i);t.preventDefault(),this.onAction(i,o,e)})),this.div.list.on("click","[data-mapp-action]",(t=>{const e=Z(t.currentTarget),i=e.attr("data-mapp-action"),o=e.attr("data-mapp-"+i);this.onAction(i,o,e)})),new ResizeObserver(((t,e)=>{document.fullscreenElement?this.isFullscreen=!0:(this.isFullscreen?this.isFullscreen=!1:this.poiClose(),this.toggleView("mini"),this.resize())})).observe(this.div.layout.get(0)),mapp.event.addListener(this.map_,"maptypeid_changed baselayerchange",(()=>{this.set({dirty:!0})})),t({map:null,value:this.center,callback:t=>{this.center=t&&t.geometry&&t.geometry.location?{lat:t.geometry.location.lat,lng:t.geometry.location.lng}:null,this.setPois(this.pois),this.initCenter()}}),this.div.list.on("mouseenter","[data-mapp-poi]",(t=>{var e=Z(t.currentTarget).attr("data-mapp-poi");this.poiHover(this.pois_[e])})),this.div.list.on("mouseleave","[data-mapp-poi]",(t=>{this.poiHover(null)}))},initCenter:function(){setTimeout((()=>{this.recenter(),this.renderList(),this.isSearchable&&!this.editable&&this.addSearchMove(),"leaflet"==mappl10n.options.engine?this.initOpen():mapp.event.addListenerOnce(this.map_,"idle",(()=>this.initOpen()))}),100)},initOpen:function(){const t=this.pois_.length?this.pois_[0]:null,e=null!=this.initialOpenInfo?this.initialOpenInfo:mappl10n.options.initialOpenInfo;t&&e&&!this.editable&&t.open()},addEvents:function(t,e){t=t.split(" ");for(var i=0;i<t.length;i++)mapp.event.addListener(this.map_,t[i],e)},addFilters:function(){Z("body").on("click",(t=>{var e=Z(t.target);e.hasClass("mapp-filters-toggle")||0!=e.closest(".mapp-filters-wrapper").length||this.div.layout.removeClass("mapp-view-filters")})),this.div.filters.on("change",(()=>{this.fetchPois()})),"top"==mappl10n.options.filtersPos&&new ResizeObserver(((t,e)=>{t.forEach((t=>{const e=this.div.canvas.get(0).clientHeight;Z(".mapp-filters-body",this.div.layout).css({"max-height":e})}))})).observe(this.div.layout.get(0))},addGeolocateControl:function(){if(!mappl10n.options.ssl)return;const t=Z(".mapp-geolocate-control-wrapper",this.div.layout).get(0);"google"==mappl10n.options.engine?this.map_.controls[google.maps.ControlPosition.RIGHT_BOTTOM].push(t):(L.Control.Geolocate=L.Control.extend({onAdd:e=>t,onRemove:()=>{}}),new L.Control.Geolocate({position:"bottomright"}).addTo(this.map_))},addLayers:function(){this.layers_={traffic:new google.maps.TrafficLayer,bicycling:new google.maps.BicyclingLayer,transit:new google.maps.TransitLayer};for(var t=Z.makeArray(this.layers),e=0;e<t.length;e++){var i=t[e].trim(),o=i.split(".").pop();this.layers_[i]?this.toggleLayer(i):"kml"==o||"kmz"==o?this.layers_[i]=new google.maps.KmlLayer({map:this.map_,preserveViewport:!0,url:i}):"json"==o&&(this.layers_[i]=new google.maps.Data({map:this.map_}).loadGeoJson(i))}},addMenu:function(){Z("body").on("click",(t=>{var e=Z(t.target),i=e.attr("data-mapp-action");e==this.div.menu||"menu-toggle"==i||e.closest(this.div.menu).length||this.toggleView("menu",!1)}))},addPopup:function(){var t=this.editable?"mapp-iw-edit":"mapp-iw";this.editable||(t+=" mapp-"+this.templates.popup),this.div.iw=Z('<div class="'+t+'">').appendTo(this.div.canvas),this.iw=new mapp.Infobox(this.map_,{className:this.editable?"mapp-ib-edit":""}),this.iw.setContent(this.div.iw.get(0)),this.div.iw.on("click",".mapp-close",(()=>{this.poiClose()}))},addSearchMove:function(){},addUserLocation:function(){const{geolocate:t}=V({withBusinesses:this.editable});mappl10n.options.userLocation&&mappl10n.options.ssl&&t((t=>{if(t&&t.geometry&&t.geometry.location){const e=t.geometry.location,i=mapp.Icons.get("geolocation");"leaflet"==mappl10n.options.engine?this.user_=L.marker([e.lat,e.lng],{icon:i}).addTo(this.map_):(this.user_=new mapp.Marker({icon:i,position:new google.maps.LatLng(e.lat,e.lng)}),this.user_.setMap(this.map_))}}),!0)},clusterGetLatLng:function(t){if(this.clusterer){if("leaflet"==mappl10n.options.engine){var e=this.clusterer.getVisibleParent(t.overlay);return e?e.getLatLng():null}for(var i=this.clusterer.getClusters(),o=0;o<i.length;o++){var n=i[o].markers_;if(n.length>1)for(var s=0;s<n.length;s++)if(n[s]==t.overlay)return i[o].center_}}},clustering:function(){if(mappl10n.options.clustering&&!this.editable){let t=mappl10n.options.clusteringOptions?mappl10n.options.clusteringOptions:{};void 0!==t.disableClusteringAtZoom&&""==t.disableClusteringAtZoom&&(t.disableClusteringAtZoom=null),"leaflet"==mappl10n.options.engine?this.clusterer=L.markerClusterGroup(t):(t=_.extend(t,{imagePath:mappl10n.options.baseurl+"/lib/js-markerclustererplus-main/images/m"}),this.clusterer=new MarkerClusterer(this.map_,[],t))}},clustersReset:function(){this.clusterer&&("leaflet"==mappl10n.options.engine?this.clusterer.clearLayers():this.clusterer.clearMarkers())},clustersSet:function(){if(this.clusterer){var t=[];for(let e=0;e<this.pois_.length;e++)this.pois_[e].type||t.push(this.pois_[e].overlay);"leaflet"==mappl10n.options.engine?(this.clusterer.addLayers(t),this.map_.addLayer(this.clusterer)):this.clusterer.addMarkers(t)}},fetchPois:function(t){var e=new Date;this.poiClose();var i={action:"mapp_query",filters:Z(":input",this.div.filters).serialize(),list:!!this.div.list.length,query:this.query,url:{href:window.location.href,search:window.location.search},debug:mappl10n.options.debug};this.xhr_&&this.xhr_.abort("cancel"),this.spinner(!0),this.xhr_=mapp.lib.ajax({data:i,callback:(i,o)=>{this.spinner(!1),i&&"OK"==i.status&&(this.setPois(i.data.pois),this.renderList(),mappl10n.options.debug&&mapp.lib.log("Results: "+i.data.pois.length+" ("+o.responseText.length/1e3+"K) AJAX: "+(new Date-e)+(i.data.timing?i.data.timing:"")),t&&t())}})},fitBounds:function(t){return this.map_.fitBounds(t)},getBounds:function(){try{return this.map_.getBounds()}catch(t){return null}},getCenter:function(){try{return this.map_.getCenter()}catch(t){return null}},getMap:function(){return this.map_},getPois:function(){return this.pois_},getZoom:function(){try{return this.map_.getZoom()}catch(t){return null}},isFilterable:function(){return mappl10n.options.pro&&mappl10n.options.filters&&mappl10n.options.filters.length>0&&!this.editable&&this.query},isSearchable:function(){return!!this.editable},onAction:function(t,e,i){switch(t){case"center":this.toggleView("menu",!1),this.poiClose(),this.recenter();break;case"dir":this.renderDirections({isOpen:!0,from:null,to:this.opened});break;case"dir-from":this.renderDirections({isOpen:!0,from:this.opened,to:null});break;case"filters-reset":this.div.filters.find(":input").each(((t,e)=>{"hidden"!=e.type&&("checkbox"==e.type||"radio"==e.type?Z(e).prop("checked",!1):Z(e).val(""))})),this.fetchPois();break;case"filters-toggle":this.toggleView("filters");break;case"geolocate":const{geolocate:t}=V({withBusinesses:this.editable});t((t=>{t&&t.geometry&&t.geometry.location&&this.setView(t.geometry.location,parseInt(mappl10n.options.poiZoom))}),!1);break;case"layer":this.toggleLayer(e),this.toggleView("menu",!1);break;case"menu-toggle":this.toggleView("menu");break;case"open":var o=i.attr("data-mapp-poi");this.poiOpen(this.pois_[o]);break;case"page":var n=parseInt(i.attr("data-mapp-page"));this.pagination.page=n,this.renderList();break;case"sidebar-toggle":this.toggleSidebar();break;case"view-map":this.toggleSidebar(!1);break;case"view-list":this.toggleSidebar(!0);break;default:return!0}},onSearch:function(t){if(t&&t.geometry){var e=t.geometry.location?t.geometry.location:null,i=t.geometry.viewport?t.geometry.viewport:null;if("leaflet"==mappl10n.options.engine)var o=new L.LatLng(e.lat,e.lng),n=i?new L.LatLngBounds(new L.LatLng(i.sw.lat,i.sw.lng),new L.LatLng(i.ne.lat,i.ne.lng)):o.toBounds(1e3*mappl10n.options.radius);else{var s=new google.maps.Circle({center:e,radius:1e3*mappl10n.options.radius});n=i?new google.maps.LatLngBounds(new google.maps.LatLng(i.sw.lat,i.sw.lng),new google.maps.LatLng(i.ne.lat,i.ne.lng)).union(s.getBounds()):s.getBounds()}n&&this.fitBounds(n),this.setView(e)}},poiClose:function(){this.poiHighlight(null),this.selected=null,this.opened=null,this.hovered=null,this.iw.close(),this.renderDirections({isOpen:!1}),Z(this).triggerHandler("mapp.close")},poiHighlight:function(t){if("icon"!=mappl10n.options.highlight||"leaflet"!=mappl10n.options.engine||!this.editable){if(Z("[data-mapp-poi]",this.div.list).removeClass("mapp-selected"),this.hovered&&this.hovered.highlight(!1),t){var e=Z.inArray(t,this.pois_);Z('[data-mapp-poi="'+e+'"]',this.div.list),t.highlight(!0)}this.selected&&(e=Z.inArray(this.selected,this.pois_),Z('[data-mapp-poi="'+e+'"]',this.div.list).addClass("mapp-selected"))}},poiHover:function(t){t&&this.opened==t||(mappl10n.options.tooltips||(this.poiHighlight(null),this.hovered=null),t&&(this.poiHighlight(t),this.hovered=t,mappl10n.options.tooltips&&!this.editable&&this.popupOpen(t,null,"popup")))},poiInsert:function(t){this.pois_.unshift(t),t.setMap(this),this.renderList(),this.set({dirty:!0})},poiOpen:function(t,e){if(this.poiClose(),this.selected=t,this.poiHighlight(t),this.query&&t.postid&&t.url&&!this.editable)switch(mappl10n.options.mashupClick){case"post":return void window.location.assign(t.url);case"postnew":return void window.open(t.url);case"postmodal":return this.modal_.open(),this.modal_.setContent('<div class="mapp-modal-spinner">'),void t.fetchPost((()=>this.modal_.setContent(t.html)))}this.div.layout.hasClass("mapp-view-mini")&&this.toggleSidebar(!1),this.popupOpen(t,e,"popup"),Z(this).triggerHandler("mapp.open",t)},poiRemove:function(t){var e=Z.inArray(t,this.pois_);-1!=e&&(this.pois_[e].setMap(null),this.pois_.splice(e,1),this.renderList()),this.set({dirty:!0})},popupClose:function(){"icon"==mappl10n.options.highlight&&"leaflet"==mappl10n.options.engine&&this.editable||(this.iw.close(),this.renderDirections({isOpen:!1}),this.opened=null,Z(this).triggerHandler("mapp.close"))},popupOpen:function(t,e){let i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"popup",o=null;this.popupClose(),e&&e.featureData?o=e.featureData:e&&e.propagatedFrom&&e.propagatedFrom.feature&&e.propagatedFrom.feature.properties&&(o=e.propagatedFrom.feature.properties),this.div.iw.html(t.render(i,o)),this.div.iw.toggleClass(" mapp-thumb-"+mappl10n.options.thumbsPopup,!!t.thumbnail);var n=this.clusterGetLatLng(t),s=n||t.getPosition(e);this.iw.open({position:s,anchorPoint:t.getAnchorPoint(e)}),this.opened=t},recenter:function(){var t=this.center&&this.center.hasOwnProperty("lat")&&this.center.hasOwnProperty("lng")?this.center:null,e=this.zoom&&parseInt(this.zoom)?parseInt(this.zoom):null;if(t&&!e&&this.query)return void this.onSearch({geometry:{location:{lat:t.lat,lng:t.lng}}});if(t)return void this.setView(t,e||1);if(0==this.pois_.length)return void this.setView({lat:0,lng:0},e||1);if(1==this.pois_.length)return void this.pois_[0].center(e);let i="leaflet"==mappl10n.options.engine?new L.LatLngBounds:new google.maps.LatLngBounds;for(var o=0;o<this.pois_.length;o++){var n=this.pois_[o].getBounds(),s=this.pois_[o].getPosition();i=n?"leaflet"==mappl10n.options.engine?i.extend(n):i.union(n):i.extend(s)}e?this.setView(i.getCenter().toJSON(),e):this.fitBounds(i)},render:function(){let t=this.name?this.name+"-layout":"",e="mapp-layout",i=this.layout&&window.parent==window?this.layout:"left";if(e+="left"==i?" mapp-list-left":" mapp-inline",e+="leaflet"==mappl10n.options.engine?" mapp-leaflet ":" mapp-google ",e+=this.classname?" "+this.classname:"",!document.body.classList.contains("block-editor-page")){let t=this.alignment?this.alignment:mappl10n.options.alignment;if(t){let i=" align"+t+" mapp-align-"+t;window.parent==window?e+=i:Z(window.frameElement).parent().parent().addClass(i)}}var o=mapp.lib.template("map",{map:this,layout:i});if(this.sel){if(this.div.layout=Z(this.sel),this.div.layout.html(o),this.div.layout.addClass(e),this.div.layout.attr("id",t),!this.div.layout.length)return mapp.lib.log("MapPress: Missing map name or container for map: "+this.name)}else{let i=Z('<div id="'+t+'" class="'+e+'">');i.html(o);let n=Z("#"+this.name+"-layout");if(!n.length)return mapp.lib.log("MapPress: Missing map name or container for map: "+this.name);n.replaceWith(i),this.div.layout=i}Z.each(["canvas","content","controls","directions","filters","header","list","menu","search","sidebar","wrapper"],((t,e)=>{this.div[e]=Z(".mapp-"+e,this.div.layout)})),this.setSize({width:this.width,height:this.height}),this.set({poiList:this.poiList})},renderDirections:function(t){let{isOpen:e,from:i,to:o}=t;if(e){const t=o?o.getAddress():"",e=i?i.getAddress():"";this.toggleView("directions",!0),wp.element.render(H(r,{saddr:e,daddr:t,onClose:()=>{wp.element.unmountComponentAtNode(this.div.directions.get(0)),this.toggleView("directions",!1)}}),this.div.directions.get(0))}else this.div.directions.length&&wp.element.unmountComponentAtNode(this.div.directions.get(0)),this.toggleView("directions",!1)},renderList:function(){var t=this.getBounds(),e=0;if(this.editable)return void this.div.layout.trigger("mapp.render");if(!this.poiList)return;let i=parseInt(mappl10n.options.poiListPageSize);i=isNaN(i)?20:i;const o=i*(this.pagination.page-1),n=o+i;if(!this.editable)for(var s=0;s<this.pois_.length;s++){let i=this.pois_[s];i.visible=!1,this.isSearchable()?t&&t.contains(i.getPosition())&&(i.visible=!0,e++):(i.visible=!0,e++),i.visible=e>=o&&e<=n&&i.visible}this.pagination.count=e,this.pagination.countString=sprintf(_n(U("%d Result"),U("%d Results"),this.pagination.count),this.pagination.count),this.div.list.html(mapp.lib.template(this.templates.loop,{map:this,pois:this.pois_,pageSize:i,pagination:this.pagination})),Z(".mapp-filters-count",this.filters).html(this.pagination.countString),mappl10n.options.thumbsList&&this.div.list.addClass(" mapp-thumb-"+mappl10n.options.thumbsList)},renderMenu:function(){for(var t in this.layers_)Z('[data-mapp-layer="'+t+'"]',this.div.layout).toggleClass("mapp-active",null!=this.layers_[t].getMap())},resetPois:function(){for(var t=0;t<this.pois_.length;t++)this.pois_[t].setMap(null);this.pois_=[],this.clustersReset()},resize:function(){this.map_&&("leaflet"==mappl10n.options.engine?this.map_.invalidateSize():mapp.event.trigger(this.map_,"resize"),this.toggleView("mini"))},sanity:function(){const t="<a href='"+mappl10n.options.adminurl+"/admin.php?page=mappress'>"+U("MapPress Settings")+"</a>",e="<a href ='http://mappresspro.com/mappress-faq' target='_blank'>"+U("MapPress FAQ")+"</a>",i="<a href='http://mappresspro.com/chris-contact', target='_blank'>"+U("contact support")+"</a>",o="<br/>"+sprintf(U("Please see the %s for help, or %s and provide this error message."),e,i),n=sprintf("<div class='mapp-errors-toolbar'><div class='mapp-errors-apikey'>%s</a></div>",U("Get an API Key"));this.div.layout.on("click",".mapp-errors-apikey",(()=>{window.open("https://mappresspro.com/how-to-get-a-google-maps-api-key")}));let s=[{condition:"leaflet"==mappl10n.options.engine&&"undefined"==typeof L,title:U("Leaflet library not loaded"),text:U("A theme or plugin is preventing the Leaflet library from loading.")+o},{condition:"google"==mappl10n.options.engine&&"undefined"==typeof google,title:U("Google Maps API not loaded"),text:U("A theme or plugin is preventing Google Maps from loading.")+o},{condition:"google"==mappl10n.options.engine&&!mappl10n.options.apikey,title:U("Google Maps API key required"),text:sprintf(U("Please enter a Google Maps API key in the %s, or switch to Leaflet maps."),t)+n},{condition:Z('script[src*="https://maps.googleapis.com/maps/api/js?v=3"]').length>1,title:U("Google Maps API loaded multiple times"),text:U("A theme or plugin has loaded Google Maps twice")+o},{condition:"undefined"==typeof _,title:U("Underscore library not loaded"),text:U("A theme or plugin is preventing the underscore.js library from loading.")+o}];_.map(s,(t=>{if(t.condition){mappl10n.options.admin&&this.sanityOutput({title:t.title,text:t.text?t.text:""});let e=jQuery("<span>"+t.text.replace("<br/>","\n")+"</span>").text();console.error(U("Map error")+": "+t.title+" - "+e)}}))},sanityOutput(t){if(!Z(".mapp-errors-overlay",this.div.content).length){let t="<div class='mapp-errors-overlay'></div><div class='mapp-errors'><div class='mapp-errors-header'>"+U("Oops! Something went wrong.")+"</div><div class='mapp-errors-list'></div></div>";this.div.content.prepend(t)}Z(".mapp-errors-list",this.div.content).append("<div class='mapp-errors-title'>"+t.title+"</div><div class='mapp-errors-text'>"+t.text+"</div>")},set:function(t){for(let i in t){var e=t[i];switch(i){case"dirty":this.dirty=e;break;case"mapTypeId":this.mapTypeId=e,this.setMapTypeId(e);break;case"poiList":this.poiList=null==e?mappl10n.options.poiList:e,this.toggleSidebar(mappl10n.options.poiListOpen),this.toggleView("mini");break;case"search":this.search=e;break;case"style":this.setStyle(e);break;case"title":this.title=e;break;default:this[i]=e}}},setMapTypeId:function(t){const e=mappl10n.options.standardStyles.concat(mappl10n.options.userStyles),i=_.find(e,(e=>e.id==t));!mappl10n.options.style||"roadmap"!=t&&"streets"!=t&&i||(t=mappl10n.options.style);let o=_.find(e,(e=>e.id==t));o=o||e[0],this.setStyle(o)},setPois:function(t){if(this.resetPois(),t)for(var e=0;e<t.length;e++){var i=new mapp.Poi(t[e]);this.pois_.push(i),i.id=this.pois_.length-1,i.setMap(this)}this.clustersSet()},setSize:function(t){var e=mappl10n.options.sizes[mappl10n.options.size]?mappl10n.options.sizes[mappl10n.options.size]:mappl10n.options.sizes[0];let i={},o={};if(t&&t.hasOwnProperty("width")&&(i={width:t.width?t.width:e.width}),t&&t.hasOwnProperty("height")){let i=t.height?t.height:e.height;o="string"==typeof i&&i.includes("%")?{"padding-bottom":i,height:"auto"}:{"padding-bottom":0,height:i}}window.frameElement&&window.frameElement.classList.contains("mapp-iframe")?(Z(window.frameElement).parent().parent().css(i),Z(window.frameElement).parent().css(o)):this.embed?(i={height:"100%"},o={"padding-bottom":0,height:"100%"}):(this.div.layout.css(i),this.div.wrapper.css(o)),this.resize()},setStyle:function(t){if("leaflet"==mappl10n.options.engine){let e={mapbox:{accessToken:mappl10n.options.mapbox,attribution:['<a href="https://www.mappresspro.com" target="_blank">MapPress</a>','<a href="https://www.mapbox.com/about/maps" target="_blank">&copy; Mapbox<a/>','<a href="https://www.openstreetmap.org/about/" target="_blank">&copy; OpenStreetMap</a>'],url:"https://api.mapbox.com/styles/v1/{user}/{mapboxid}/tiles/256/{z}/{x}/{y}{r}?access_token={accessToken}&fresh=true",zoomOffset:0},osm:{attribution:['<a href="https://www.mappresspro.com" target="_blank">MapPress</a>','<a href="https://openstreetmap.org" target="_blank">Map data (c) OpenStreetMap</a>'],url:"https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"}}[t.provider],i=Z.extend({},e,t);L.tileLayer(e.url,i).addTo(this.map_)}else if(this.map_.setMapTypeId("standard"==t.type?t.id:"roadmap"),t.json){let e=null;try{e=JSON.parse(t.json)}catch(t){mapp.lib.log("Invalid JSON in map style")}this.map_.setOptions({styles:e||null})}else this.map_.setOptions({styles:null})},setView:function(t,e,i){"leaflet"==mappl10n.options.engine?(null==e&&(e=this.map_.getZoom()?this.map_.getZoom():0),this.map_.setView(t,e,i)):(t=t&&!t.toJSON?{lat:parseFloat(t.lat),lng:parseFloat(t.lng)}:t,e=e?parseInt(e):null,t&&this.map_.setCenter(t),e&&this.map_.setZoom(e))},spinner:function(t){this.div.layout.toggleClass("mapp-busy",t)},toggleLayer:function(t,e){e=void 0!==e?e:null==this.layers_[t].getMap(),Z.each(["traffic","bicycling","transit"],((t,e)=>{this.layers_[e].setMap(null)})),e&&this.layers_[t].setMap(this.map_)},toggleSidebar:function(t){this.div.layout.toggleClass("mapp-sidebar-open",t),this.isSidebarOpen=t,setTimeout((()=>this.resize()),100)},togglePois:function(t){t=!!t;for(var e=0;e<this.pois_.length;e++)this.pois_[e].setVisible(t)},toggleView:function(t,e){if("mini"==t){let t=this.div.layout.hasClass("mapp-view-mini"),e=!("inline"==this.layout||!this.poiList)&&this.div.layout.width()<mappl10n.options.mini;return this.div.layout.toggleClass("mapp-view-mini",e),void(e!=t&&this.toggleSidebar(!e))}e=void 0===e?!this.div.layout.hasClass("mapp-view-"+t):e,this.div.layout.toggleClass("mapp-view-"+t,e),"list"==t&&e&&this.renderList(),"menu"==t&&e&&this.renderMenu(),"directions"==t&&this.resize()},toJSON:function(){this.pois=[];for(var t=0;t<this.pois_.length;t++)this.pois.push(this.pois_[t].toJSON());return{center:this.center,height:this.height,mapid:this.mapid,mapTypeId:this.mapTypeId,metaKey:this.metaKey,pois:this.pois,postid:this.postid,search:this.search,title:this.title,width:this.width,zoom:this.zoom}}}},397:()=>{var t;window.mapp=window.mapp||{},t=jQuery,mapp.Directions=function(e,i){this.sel=t(e),this.map=i;var o=this;this.sel.on("keydown",(function(t){13==t.which?(o.getDirections(),t.preventDefault()):27==t.which&&o.close()})),this.sel.on("click","[data-mapp-action]",(function(e){var i=t(this).attr("data-mapp-action"),n=t(".mapp-dir-daddr",o.sel).val(),s=t(".mapp-dir-saddr",o.sel).val();switch(e.preventDefault(),i){case"dir-cancel":o.close();break;case"dir-get":o.getDirections();break;case"dir-swap":t(".mapp-dir-saddr",o.sel).val(n),t(".mapp-dir-daddr",o.sel).val(s)}})),this.open=function(e,i){"google"!=mappl10n.options.directions?(this.map.toggleView("directions",!0),t(".mapp-dir-saddr",this.sel).val(e),t(".mapp-dir-daddr",this.sel).val(i)):this.openGoogle(e,i)},this.close=function(){this.map.toggleView("directions",!1)},this.getDirections=function(){var e=t(".mapp-dir-saddr",this.sel).val().trim(),i=t(".mapp-dir-daddr",this.sel).val().trim();this.map.poiClose(),this.openGoogle(e,i)},this.openGoogle=function(t,e){var i=mappl10n.options.directionsServer;-1==(i="https://maps.google.com"==i?"https://www.google.com":i).toLowerCase().indexOf("http")&&(i="https://"+i),i+="/maps/dir/?api=1&origin="+encodeURIComponent(t)+"&destination="+encodeURIComponent(e),window.open(i)}}},442:(t,e,i)=>{"use strict";i.r(e);var o,n=i(991),s=i(574);window.mapp=window.mapp||{},mapp.geocoders={},o=jQuery,mapp.geocoders.algolia=function(t){this.map=t},mapp.geocoders.algolia.prototype={getDetails:function(t,e){e({formatted_address:t.value,name:t.name,geometry:{location:t.latlng}})},getFirstPrediction(t,e){this.getPredictions(t,(t=>{t&&t.length?this.getDetails(t[0],(t=>e(t))):e(null)}))},getPredictions:function(t,e){var i="https://places-dsn.algolia.net/1/places/query?query="+encodeURIComponent(t)+"&hitsPerPage=5";i=mappl10n.options.country?i+"&countries="+mappl10n.options.country.toLowerCase():i,i=mappl10n.options.language?i+"&language="+mappl10n.options.language.toLowerCase():i+"&language=en";var a=this.map.getMap().getCenter();a&&(i+="&aroundLatLng="+a.lat+","+a.lng),o.getJSON(i,(function(i){if(i&&i.hits&&i.hits.length>0){var o=i.hits.map((function(e,o){return(0,n.Z)({formatInputValue:s.Z,hit:e,hitIndex:o,query:t,rawAnswer:i})}));e(o)}else e(null)}))}},function(t){mapp.geocoders.google=function(e){this.map=e,this.token=null;var i=t('<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={getDetails:function(t,e){this.token=this.token?this.token:new google.maps.places.AutocompleteSessionToken,this.token=null;var i={fields:["formatted_address","name","geometry"],placeId:t.place_id,sessionToken:this.token};this.placesService.getDetails(i,(function(t,i){if("OK"==i&&t&&t.geometry){if(t.geometry.location&&(t.geometry.location=t.geometry.location.toJSON()),t.geometry.viewport){var o=t.geometry.viewport.toJSON();t.geometry.viewport={sw:{lat:o.south,lng:o.west},ne:{lat:o.north,lng:o.east}}}e(t)}else e(null)}))},getFirstPrediction:function(e,i){this.getPredictions(e,(e=>{e&&t.isArray(e)?this.getDetails(e[0],(t=>i(t))):i(null)}))},getPredictions:function(t,e){this.token=this.token?this.token:new google.maps.places.AutocompleteSessionToken;var i=this.map.getMap().getBounds();"leaflet"==mappl10n.options.engine&&(i=new google.maps.LatLngBounds(new google.maps.LatLng(i.getSouthWest().lat,i.getSouthWest().lng),new google.maps.LatLng(i.getNorthEast().lat,i.getNorthEast().lng)));var o={input:t,bounds:i=i||new google.maps.LatLngBounds(new google.maps.LatLng(85,-180),new google.maps.LatLng(-85,180)),sessionToken:this.token,types:this.map.editable?null:["geocode"]};this.autocompleteService.getPlacePredictions(o,(function(t,i){"OK"==i&&t&&t.length?(t=(t=t.map((t=>(t.value=t.description,t)))).filter((t=>t.place_id)),e(t)):(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"),e(null))}))}}}(jQuery),function(t){mapp.geocoders.mapbox=function(t){this.map=t},mapp.geocoders.mapbox.prototype={getDetails:function(t,e){let i=t.place_name,o=i.indexOf(","),n=i.indexOf(",",o+1);o>0&&(i=parseInt(i.substr(0,o))?i.substr(0,n).replace(",",""):i.substr(0,o));let s=t.bbox&&4==t.bbox.length?{sw:{lat:t.bbox[1],lng:t.bbox[0]},ne:{lat:t.bbox[3],lng:t.bbox[2]}}:null;e({formatted_address:t.place_name,name:i,geometry:{location:{lat:t.center[1],lng:t.center[0]},viewport:s}})},getFirstPrediction(t,e){this.getPredictions(t,(t=>{t&&t.length?this.getDetails(t[0],(t=>e(t))):e(null)}))},getPredictions:function(e,i){var o="https://api.mapbox.com/geocoding/v5/mapbox.places/"+e+".json?access_token="+mappl10n.options.mapbox;o=mappl10n.options.country?o+"&country="+mappl10n.options.country.toLowerCase():o,o=mappl10n.options.language?o+"&language="+mappl10n.options.language.toLowerCase():o;var n=this.map.getMap().getCenter();n&&(o+="&proximity="+n.lng+","+n.lat),mappl10n.options.searchBox&&(o+="&bbox="+mappl10n.options.searchBox),t.getJSON(o,(t=>{t&&t.features&&t.features.length>0?(t.features=t.features.map((t=>(t.value=t.label=t.place_name,t))),i(t.features)):i(null)}))}}}(jQuery),function(t){mapp.geocoders.nominatim=function(t){this.map=t},mapp.geocoders.nominatim.prototype={getDetails:function(t,e){let i=t.display_name,o=i.indexOf(","),n=i.indexOf(",",o+1);o>0&&(i=parseInt(i.substr(0,o))?i.substr(0,n).replace(",",""):i.substr(0,o));let s=t.boundingbox&&4==t.boundingbox.length?{sw:{lat:t.boundingbox[0],lng:t.boundingbox[2]},ne:{lat:t.boundingbox[1],lng:t.boundingbox[3]}}:null;e({formatted_address:t.display_name,name:i,geometry:{location:{lat:t.lat,lng:t.lon},viewport:s}})},getFirstPrediction(t,e){this.getPredictions(t,(t=>{t&&t.length?this.getDetails(t[0],(t=>e(t))):e(null)}))},getPredictions:function(e,i){var o="https://nominatim.openstreetmap.org/search?format=json&dedupe=1&limit=5&q="+encodeURIComponent(e);if(o=mappl10n.options.country?o+"&countrycodes="+mappl10n.options.country.toLowerCase():o,o=mappl10n.options.language?o+"&accept-language="+mappl10n.options.language.toLowerCase():o,mappl10n.options.searchBox)o+="&viewbox="+mappl10n.options.searchBox,o+="&bounded=1";else{var n=this.map.getMap().getBounds();if(n){let t=n.getSouthWest(),e=n.getNorthEast();o+="&viewbox="+t.lng+","+t.lat+","+e.lng+","+e.lat}}t.getJSON(o,(function(t){t&&t.length?(t=t.map((t=>(t.value=t.display_name,t))),i(t)):i(null)}))}}}(jQuery)},282:()=>{window.mapp=window.mapp||{},mapp.Icons={},mapp.Icons.get=function(t){var e=mapp.Icons.getUrl(t);return"leaflet"==mappl10n.options.engine?L.icon({iconUrl:e,iconAnchor:[16,32],iconSize:[32,32],popupAnchor:[0,-32]}):{url:e}},mapp.Icons.getUrl=function(t){return"https://maps.google.com/intl/en_us/mapfiles/ms/micons/red-dot.png"}},689:()=>{var t;window.mapp=window.mapp||{},t=jQuery,mapp.Infobox=function(e,i){this.map=e,this.anchorPoint=null,this.fudge=30,this.isOpen=!1,this.mapDiv="leaflet"==mappl10n.options.engine?e.getContainer():e.getDiv(),this.node=null,this.opts=_.extend({clip:!0,pan:!0},i),this.overlayView=null,this.position=null,this.size=null,this.wrapper=null,this.wrapper=t('<div class="mapp-ib-wrapper" tabindex="0"><div class="mapp-ib-content"><div class="mapp-ib" tabindex="0"></div><div class="mapp-ib-tip"></div></div></div>'),this.wrapper.addClass(i.className),this.node=t(".mapp-ib-content",this.wrapper),"leaflet"==mappl10n.options.engine?mapp.event.addListener(this.map,"move",(t=>{this.isOpen&&this.draw()})):(this.overlayView=new google.maps.OverlayView,this.overlayView.onAdd=function(){},this.overlayView.setMap(this.map),this.overlayView.draw=()=>{this.isOpen&&this.draw()}),this.node.get(0).addEventListener("load",(()=>{"leaflet"==mappl10n.options.engine?this.open({position:this.position,anchorPoint:this.anchorPoint}):mapp.event.addListenerOnce(this.map,"panend",(t=>{this.open({position:this.position,anchorPoint:this.anchorPoint})}))}),{capture:!0});var o="leaflet"==mappl10n.options.engine?this.map.getContainer():this.map.getDiv();this.wrapper.appendTo(o),"leaflet"==mappl10n.options.engine&&e.on("load",(()=>{L.DomEvent.disableClickPropagation(this.wrapper.get(0))}))},mapp.Infobox.prototype={close:function(){this.isOpen=!1,this.wrapper&&this.wrapper.removeClass("mapp-open")},draw:function(){if(document.fullscreenElement||this.map.isFullscreen)return;if(!this.position)return;let t,e,i;if(t=this.node.outerWidth(),e=this.node.outerHeight(),"leaflet"==mappl10n.options.engine)i=this.map.latLngToContainerPoint(this.position);else{const t=this.overlayView.getProjection();if(!t)return;i=t.fromLatLngToContainerPixel(this.position)}this.wrapper.css({left:i.x-t/2+this.anchorPoint.x,bottom:this.mapDiv.clientHeight-i.y-this.anchorPoint.y})},getContent:function(){return t(".mapp-ib",this.node)},open:function(t){this.position=t.position,this.anchorPoint=t.anchorPoint?t.anchorPoint:{x:0,y:0},this.wrapper.addClass("mapp-open"),this.wrapper.css({left:0,bottom:0,width:"auto",height:"auto"}),this.wrapper.css({width:this.node.outerWidth(),height:this.node.outerHeight()}),this.draw(),this.pan(),this.isOpen=!0},pan:function(){const e=this.node.outerWidth(),i=this.node.outerHeight(),o=t(this.mapDiv).width(),n=t(this.mapDiv).height();if("leaflet"==mappl10n.options.engine)var s=this.map.latLngToContainerPoint(this.position);else{var a=this.overlayView.getProjection();s=a?a.fromLatLngToContainerPixel(this.position):null}if(!s)return;var l={x:s.x,y:s.y};s.x+e/2+this.anchorPoint.x>o-this.fudge?l.x=Math.max(o-e/2-this.anchorPoint.x-this.fudge,o/2-this.anchorPoint.x):s.x-e/2+this.anchorPoint.x<this.fudge&&(l.x=Math.min(e/2+this.anchorPoint.x+this.fudge,o/2-this.anchorPoint.x)),s.y+this.anchorPoint.y-i<this.fudge&&(l.y=i-this.anchorPoint.y+this.fudge),l.y>=n&&(l.y=n-this.fudge);const p={x:s.x-l.x,y:s.y-l.y};p.x<=-1||p.x>=1||p.y<=-1||p.y>=1?"leaflet"==mappl10n.options.engine?this.map.panBy([p.x,p.y]):(mapp.event.addListenerOnce(this.map,"idle",(t=>{mapp.event.trigger(this.map,"panend")})),this.map.panBy(p.x,p.y)):mapp.event.trigger(this.map,"panend")},setContent:function(e){t(".mapp-ib",this.node).empty().append(e)}}},628:()=>{var t;window.mapp=window.mapp||{},t=jQuery,mapp.lib={ajax:function(e){var i=this,o={callback:null,data:null,dataType:"json",silent:!1,type:"GET",url:mappl10n.options.ajaxurl,success:function(t,o,n){"json"==e.dataType&&e.url==mappl10n.options.ajaxurl&&"OK"!=t.status&&i.alert(t.status),"json"==e.dataType&&t.output?i.alert("AJAX Invalid Output\r\n"+t.output):e.callback&&e.callback(t,n)},error:function(t,o,n){"cancel"!=o&&(void 0!==n&&""!=n&&i.alert("AJAX ERROR\r\nTextStatus="+o+"\r\nError="+n+"\r\nResponseText="+t.responseText),e.callback&&e.callback(null))}};return e=t.extend(o,e),t.ajax(e)},alert:function(t){mappl10n.options.admin||mappl10n.options.debug?alert(t):window.console&&console.error(t)},jqVersionCheck:function(e){if(void 0===t||void 0===e)return!1;e=e.split("."),v=t.fn.jquery.split(".");for(var i=0;i<e.length;i++){var o=parseInt(e[i]),n=void 0!==v[i]?parseInt(v[i]):0;if(n!=o)return n>o}return!0},log:function(t){window.console&&console.error(t)},scrollTo:function(t,e,i){if(t&&e&&t.length&&e.length){var o=t.height(),n=e.outerHeight(!0),s=t.scrollTop(),a=s+e.position().top,l=a+n;a=a-o/2-n/2,i&&(a-=i.outerHeight(!0)),(a<s||l>s+o)&&t.scrollTop(a)}},template:function(e,i){if(mapp.lib.templates=mapp.lib.templates?mapp.lib.templates:{},!mapp.lib.templates[e]){var o=mappl10n.options.templates?mappl10n.options.template[e]:t("#mapp-tmpl-"+e).html();if(!o)return"";mapp.lib.templates[e]=_.template(o,{evaluate:/<#([\s\S]+?)#>/g,interpolate:/\{\{\{([\s\S]+?)\}\}\}/g,escape:/\{\{([^\}]+?)\}\}(?!\})/g})}return mapp.lib.templates[e](i)},uniqid:function(){return void 0===mapp.lib.uniqidCounter?mapp.lib.uniqidCounter=0:mapp.lib.uniqidCounter++,mapp.lib.uniqidCounter}},mapp.lib.jqVersionCheck("1.7")||mapp.lib.alert("jQuery version is too old: "+t.fn.jquery),jQuery,"leaflet"==mappl10n.options.engine&&"undefined"!=typeof L&&(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(1e6*this.lat)/1e6+", "+Math.round(1e6*this.lng)/1e6}),mapp.event={addListener:function(t,e,i){e=e.split(" ");for(var o=0;o<e.length;o++)"leaflet"==mappl10n.options.engine?t.on(e[o],i):google.maps.event.addListener(t,e[o],i)},addListenerOnce:function(t,e,i){e=e.split(" ");for(var o=0;o<e.length;o++)"leaflet"==mappl10n.options.engine?t.once(e[o],i):google.maps.event.addListenerOnce(t,e[o],i)},clearInstanceListeners:function(t){"leaflet"==mappl10n.options.engine?t.off():google.maps.event.clearInstanceListeners(t)},clearListeners:function(t,e){e=e.split(" ");for(var i=0;i<e.length;i++)"leaflet"==mappl10n.options.engine?t.off(e[i]):google.maps.event.clearListeners(t,e[i])},trigger:function(t,e,i){"leaflet"==mappl10n.options.engine?t.fire(e,i):google.maps.event.trigger(t,e,i)}},function(t){mapp.lib.Modal=function(){this.el=null;var e=this;this.el=t('<div class="mapp-modal" tabindex="0">').append('<div class="mapp-modal-backdrop">').append('<div class="mapp-modal-content" tabindex="1">'),this.el.hide(),this.el.on("click",".mapp-modal-backdrop",(function(){e.close()})),this.el.on("click",".mapp-modal-close",(function(){e.close()})),this.el.on("keydown",(function(t){27==t.which&&e.close()}))},mapp.lib.Modal.prototype={close:function(){this.el&&this.el.is(":visible")&&(this.el.hide(),t("body").removeClass("mapp-modal-noscroll"))},focus:function(){t(".mapp-modal-focus",this.el).attr("tabindex",0),t(".mapp-modal-focus",this.el).focus()},open:function(){if(!this.el.parent().length){const e=t("body",window.parent.document);this.el.appendTo(e)}this.el.show(),t("body").addClass("mapp-modal-noscroll"),this.focus()},setContent:function(e){t(".mapp-modal-content",this.el).empty(),t(".mapp-modal-content",this.el).append('<div class="mapp-modal-close">&times;').append(e),this.focus()}}}(jQuery)},692:()=>{window.mapp=window.mapp||{},jQuery,mapp.load=function(){if("undefined"!=typeof mapp&&mapp.data)for(;mapp.data.length;){var t=mapp.data.pop();window[t.name]=new mapp.Map(t),window[t.name].display()}},mapp.load()},436:()=>{var t;window.mapp=window.mapp||{},t=jQuery,mapp.Marker=function(t){this.anchorPoint=null,this.div=null,this.draggable=null,this.icon=null,this.map=null,this.position=null,this.visible=null,this.zIndex=0,this.setValues(t),this.overlayView=new google.maps.OverlayView,this.overlayView.draw=()=>this.draw(),this.overlayView.onAdd=()=>this.onAdd(),this.overlayView.onRemove=()=>this.onRemove()},mapp.Marker.prototype={draw:function(){if(!this.div||!this.icon)return;let e=this.overlayView.getProjection();if(e){let i=e.fromLatLngToDivPixel(this.position),o=this.icon.scaledSize?this.icon.scaledSize:{width:32,height:32};t(this.div).css({left:i.x-o.width/2,top:i.y-o.height})}},getDiv:function(){return this.div},getDraggable:function(){return this.draggable},getMap:function(){return this.map},getPosition:function(){return this.position},getVisible:function(){return this.visible},handleEvent:function(t){let e="on"+t.type[0].toUpperCase()+t.type.slice(1);this[e]&&this[e](t)},onAdd:function(){let e=this.overlayView.getPanes();e&&(this.div=t('<div class="mapp-marker">'),this.div.appendTo(e.overlayMouseTarget),this.icon&&this.setIcon(),google.maps.OverlayView.preventMapHitsAndGesturesFrom(this.div.get(0)),this.div.get(0).addEventListener("click",(()=>{(!this.dragging||this.dragging&&!this.dragging.moved)&&mapp.event.trigger(this,"click"),this.dragging=null})),this.div.get(0).addEventListener("mouseenter",this),this.div.get(0).addEventListener("mouseleave",this),this.setDraggable(this.draggable))},onMouseenter:function(t){mapp.event.trigger(this,"mouseover")},onMouseleave:function(t){mapp.event.trigger(this,"mouseout")},onPointerdown:function(t){const e=this.map.getDiv().getBoundingClientRect(),i=this.overlayView.getProjection().fromLatLngToContainerPixel(this.position);this.dragging={moved:!1,startPixel:{x:t.clientX,y:t.clientY},offset:{x:i.x-(t.clientX-e.left),y:i.y-(t.clientY-e.top)}},this.toggleDragEvents(!0)},onPointermove:function(t){if(Math.abs(t.clientX-this.dragging.startPixel.x)+Math.abs(t.clientY-this.dragging.startPixel.y)<3)return;const e=this.map.getDiv().getBoundingClientRect();let i={x:t.clientX-e.left+this.dragging.offset.x,y:t.clientY-e.top+this.dragging.offset.y};this.setPosition(this.overlayView.getProjection().fromContainerPixelToLatLng(i)),this.draw(),this.dragging.moved=!0,mapp.event.trigger(this,"dragstart")},onPointercancel:function(t){this.onPointerup(t)},onPointerup:function(t){this.dragging&&this.dragging.moved&&mapp.event.trigger(this,"dragend"),this.toggleDragEvents(!1)},onRemove:function(){this.div&&(this.toggleDragEvents(!1),this.div.remove(),this.div=null)},set:function(t,e){let i="set"+t[0].toUpperCase()+t.slice(1);this[i]&&this[i](e)},setDraggable:function(t){this.draggable=t,this.map&&(this.div.get(0).removeEventListener("pointerdown",this,{passive:!0}),t&&this.div.get(0).addEventListener("pointerdown",this,{passive:!0}))},setIcon:function(t){if(void 0!==t&&(this.icon=t),this.icon&&this.div){let t='<img draggable="false" src="'+this.icon.url+'">';this.div.html(t);let e=this.icon.scaledSize?this.icon.scaledSize:{width:32,height:32};this.div.css({width:e.width,height:e.height}),this.setZIndex(),this.draw()}},setMap:function(t){this.map=t,this.overlayView.setMap(t)},setPosition:function(t){this.position=t},setValues:function(t){for(const e in t)this.set(e,t[e])},setVisible:function(t){this.visible=t,this.div&&this.div.css("visibility",t?"visible":"hidden")},setZIndex:function(t){this.zIndex=void 0!==t?t:this.zIndex,this.div&&this.div.css("z-index",t)},toggleDragEvents(t){document.removeEventListener("pointermove",this,{passive:!0}),document.removeEventListener("pointerup",this,{passive:!0}),document.removeEventListener("pointercancel",this,{passive:!0}),t&&(document.addEventListener("pointermove",this,{passive:!0}),document.addEventListener("pointerup",this,{passive:!0}),document.addEventListener("pointercancel",this,{passive:!0}))}}},510:()=>{var t;window.mapp=window.mapp||{},t=jQuery,mapp.Places=function(e,i){var o=this;this.sel=t(e),this.opts=t.extend({map:null},i);let n="";n="leaflet"!=mappl10n.options.engine?"google":mappl10n.options.geocoder?mappl10n.options.geocoder:"algolia",this.geocoder=new mapp.geocoders[n](this.opts.map),this.sel.on("keydown",(function(e){13==e.which&&(e.preventDefault(),e.stopImmediatePropagation(),o.sel.autocomplete("close"),o.parse(o.sel.val(),(function(e){e&&t(o).triggerHandler("search.mapp",e)})))})),t(".mapp-search-button",this.sel.parent()).on("click",(function(){o.parse(o.sel.val(),(function(e){e&&(o.sel.autocomplete("close"),t(o).triggerHandler("search.mapp",e))}))})),this.initAutocomplete()},mapp.Places.prototype={parse:function(t,e){var i="";if(t&&(i="string"==typeof(i=t&&t.name?t.name:t)?i.trim():i),i)if("string"!=typeof i||"http"!=i.substring(0,4))if("user"!=i)if(t&&t.geometry)e(t);else{var o=this.parseLatLng(t);o?e(o):this.geocoder.getFirstPrediction(t,(function(t){e(t)}))}else this.geolocate((function(t){e(t)}));else e(i);else e(null)},parseLatLng:function(t){var e;if(t.hasOwnProperty("lat")&&t.hasOwnProperty("lng"))e=t;else{var i=t&&t.name?t.name:t,o=(i="string"==typeof i?i.trim():i).split(",");if(2==o.length){var n=parseFloat(o[0]),s=parseFloat(o[1]);isNaN(n)||isNaN(s)||(e={lat:n,lng:s})}}return e?{name:e.lat+", "+e.lng,geometry:{location:e}}:null},geolocate:function(t,e){var i=this;navigator&&navigator.geolocation?navigator.geolocation.getCurrentPosition((function(e){var o={lat:e.coords.latitude,lng:e.coords.longitude};t({name:o.lat+", "+o.lng,geometry:{location:o}}),i.sel.val("")}),(function(i){if(!e){var o=i&&i.message?" : "+i.message:"";alert(mappl10n.no_geolocate+o)}t(null)}),{timeout:15e3,enableHighAccuracy:!0,maximumAge:3e4}):alert(mappl10n.no_geolocate)},initAutocomplete:function(){var e=this;this.sel&&this.sel.length&&(this.sel.on("autocompleteselect",(function(i,o){e.geocoder.getDetails(o.item,(function(i){e.parse(i,(function(i){i&&t(e).triggerHandler("search.mapp",i)}))}))})),this.sel.autocomplete({appendTo:this.sel.parent(),autoFocus:!0,minLength:1,delay:"nominatim"===mappl10n.options.geocoder?500:0,source:(t,i)=>{e.geocoder.getPredictions(t.term,(function(t){i(t)}))}}))}}},548:()=>{var t;window.mapp=window.mapp||{},t=jQuery,mapp.Poi=function(e){if(this.defaults={address:null,body:null,html:null,iconid:null,kml:null,map:null,overlay:null,postid:null,props:null,title:"",url:null,type:null,viewport:null},t.extend(this,this.defaults,e),e&&e.correctedAddress&&(this.address=e.correctedAddress),"leaflet"==mappl10n.options.engine&&this.isPoly()&&(this.type=null),e.viewport&&e.viewport.sw&&e.viewport.ne&&e.viewport.sw.lat){var i=e.viewport.sw,o=e.viewport.ne;"leaflet"==mappl10n.options.engine?this.viewport=new L.LatLngBounds(L.latLng(i.lat,i.lng),L.latLng(o.lat,o.lng)):this.viewport=new google.maps.LatLngBounds(new google.maps.LatLng(i.lat,i.lng),new google.maps.LatLng(o.lat,o.lng))}var n=[],s=[];if(!e.overlay)switch(this.type){case"polygon":if(e.poly&&e.poly.paths)for(var a=0;a<e.poly.paths.length;a++){n=[];for(var l=0;l<e.poly.paths[a].length;l++)n.push(new google.maps.LatLng(e.poly.paths[a][l].lat,e.poly.paths[a][l].lng));s.push(new google.maps.MVCArray(n))}this.overlay=new google.maps.Polygon({paths:new google.maps.MVCArray(s)}),this.setColors(e.poly);break;case"polyline":if(e.poly&&e.poly.path)for(a=0;a<e.poly.path.length;a++)n.push(new google.maps.LatLng(e.poly.path[a].lat,e.poly.path[a].lng));this.overlay=new google.maps.Polyline({path:new google.maps.MVCArray(n)}),this.setColors(e.poly);break;case"circle":var p=new google.maps.LatLng(e.point.lat,e.point.lng);this.overlay=new google.maps.Circle({center:p,radius:parseFloat(e.poly.radius)}),this.setColors(e.poly);break;case"rectangle":this.overlay=new google.maps.Rectangle({bounds:this.viewport}),this.setColors(e.poly);break;case"kml":var r=e.kml&&e.kml.url?e.kml.url:"";this.overlay="leaflet"==mappl10n.options.engine?omnivore.kml(r):new google.maps.KmlLayer({url:r,preserveViewport:!0,suppressInfoWindows:!0});break;default:"leaflet"==mappl10n.options.engine?this.overlay=L.marker([e.point.lat,e.point.lng]):this.overlay=new mapp.Marker({position:new google.maps.LatLng(e.point.lat,e.point.lng)})}e.type||this.set({iconid:e.iconid})},mapp.Poi.prototype={center:function(t){var e=this.getBounds();if("number"!=typeof t)if(e){var i=e.getNorthEast().toJSON().lng-e.getSouthWest().toJSON().lng;i<0&&(i+=360),t=Math.round(Math.log(360*this.map.div.canvas.width()/i/256)/Math.LN2),this.map.setView(this.getPosition(),t,{animate:!1})}else this.map.setView(this.getPosition(),parseInt(mappl10n.options.poiZoom));else this.map.setView(this.getPosition(),t)},getAddress:function(){return this.address?this.address:this.getPosition().toUrlValue()},getAnchorPoint:function(t){switch(this.isPoly()?"poly":this.type){case"kml":return t&&t.pixelOffset?{x:t.pixelOffset.width,y:t.pixelOffset.height}:{x:0,y:0};case"poly":return{x:0,y:0};default:return mappl10n.options.iconScale&&mappl10n.options.iconScale[0]&&mappl10n.options.iconScale[1]?{x:0,y:0-mappl10n.options.iconScale[1]}:{x:0,y:-32}}},getBounds:function(){var t;switch(this.type){case"polyline":t=new google.maps.LatLngBounds,this.overlay.getPath().forEach((function(e){t.extend(e)}));break;case"polygon":t=new google.maps.LatLngBounds,this.overlay.getPaths().forEach((function(e){e.forEach((function(e){t.extend(e)}))}));break;case"rectangle":case"circle":t=this.overlay.getBounds();break;case"kml":t=(t="leaflet"==mappl10n.options.engine?this.overlay.getBounds().isValid()?this.overlay.getBounds():null:this.overlay.getDefaultViewport())||this.viewport;break;default:return this.viewport}return t},getColors:function(){var t={};for(var e in{strokeColor:"",strokeOpacity:"",strokeWeight:"",fillColor:"",fillOpacity:""})void 0!==this.overlay[e]&&(t[e]=this.overlay[e]);return t},getPosition:function(t){if(!this.type)return"leaflet"==mappl10n.options.engine?this.overlay.getLatLng():this.overlay.getPosition();if("kml"==this.type&&t&&t.latLng)return t.latLng;var e=this.getBounds();return e?e.getCenter():"leaflet"==mappl10n.options.engine?new L.latLng(0,0):new google.maps.LatLng(0,0)},getTemplateColors:function(){var t=this.getColors();return"polyline"==this.type?{color:t.strokeColor,opacity:100*t.strokeOpacity,weight:t.strokeWeight}:{color:t.fillColor,opacity:100*t.fillOpacity,weight:t.strokeWeight}},highlight:function(e){if(!this.type){var i="leaflet"==mappl10n.options.engine?t(this.overlay._icon):this.overlay.getDiv();if(i){switch(this.editable?"circle":mappl10n.options.highlight){case"circle":i.toggleClass("mapp-marker-circle",e);break;case"icon":var o=e?mapp.Icons.get(mappl10n.options.highlightIcon):mapp.Icons.get(this.iconid);if("leaflet"==mappl10n.options.engine&&this.overlay.getIcon().options.iconUrl==o.options.iconUrl)return;this.overlay.setIcon(o);break;case"scale":i.addClass("mapp-marker"),i.toggleClass("mapp-marker-scale",e)}this.setZIndex(e?1e4:0)}}},isPoly:function(){return-1!=jQuery.inArray(this.type,["polyline","polygon","circle","rectangle"])},open:function(t){this.map.poiOpen(this,t)},fetchPost:function(t){this.html?t():mapp.lib.ajax({type:"GET",data:{action:"mapp_get_post",postid:this.postid,nonce:mappl10n.options.nonce},dataType:"html",callback:e=>{this.html=e,t()}})},render:function(t,e){var i={};return i=_.extend(i,this,{icon:mapp.Icons.getUrl(this.iconid)}),e&&(i.body=e.description,i.title=e.name),i.thumbnail=mappl10n.options.thumbsPopup&&"popup"==t||mappl10n.options.thumbsList&&"item"==t?i.thumbnail:null,mapp.lib.template(this.map.templates[t],{poi:i,colors:this.getTemplateColors()})},set:function(t){for(var e in t){var i=t[e];switch(e){case"dirty":this.map.set({dirty:i});break;case"iconid":this.type||(this.iconid=i,this.overlay.setIcon(mapp.Icons.get(i)));break;default:this[e]=i}}this.map&&"undefined"!=typeof dirty&&this.map.set({dirty})},setColors:function(t){var e={};for(var i in{strokeColor:"",strokeOpacity:"",strokeWeight:"",fillColor:"",fillOpacity:""})t&&void 0!==t[i]&&(e[i]=t[i]);this.overlay.setOptions(e)},setEditable:function(t){var e=this;"kml"!=this.type&&("leaflet"==mappl10n.options.engine?this.overlay.options.draggable=t:this.overlay.setDraggable(t),this.isPoly()&&this.overlay.setEditable(t),mapp.event.clearListeners(this.overlay,"rightclick"),mapp.event.clearListeners(this.overlay,"dragstart"),t&&(mapp.event.addListener(this.overlay,"dragstart",(function(){e.viewport=null,e.map.poiClose()})),mapp.event.addListener(this.overlay,"dragend",(function(){e.map.set({dirty:!0})})),"polygon"!=this.type&&"polyline"!=this.type||"leaflet"!=mappl10n.options.engine&&(mapp.event.addListener(this.overlay,"rightclick",(function(t){null!=t.vertex&&e.overlay.getPath().getLength()>2&&e.overlay.getPath().removeAt(t.vertex)})),mapp.event.clearListeners(this.overlay.getPath(),"insert_at remove_at set_at"),mapp.event.addListener(this.overlay.getPath(),"insert_at remove_at set_at",(function(){e.map.set({dirty:!0})})))))},setMap:function(t){var e=this;this.map=t,mapp.event.clearInstanceListeners(this.overlay),null!=t?("kml"==this.type&&("leaflet"==mappl10n.options.engine?(mapp.event.addListenerOnce(this.overlay,"ready",(function(){e.viewport=e.overlay.getBounds()})),mapp.event.addListenerOnce(this.overlay,"error",(function(){alert(mappl10n.kml_error)}))):(mapp.event.addListener(this.overlay,"defaultviewport_changed",(function(){e.viewport=e.overlay.getDefaultViewport()})),mapp.event.addListener(this.overlay,"status_changed",(function(){var t=e.overlay.getStatus();"OK"!=t&&alert(mappl10n.kml_error+":"+t)})))),this.setEditable(this.map.editable),!this.type&&this.map.clusterer||("leaflet"==mappl10n.options.engine?this.overlay.addTo(t.getMap()):this.overlay.setMap(t.getMap())),mapp.event.addListener(this.overlay,"click",(function(t){e.open(t)})),mapp.event.addListener(this.overlay,"mouseover",(function(t){e.map.poiHover(e)})),mapp.event.addListener(this.overlay,"mouseout",(function(t){e.map.poiHover(null)}))):"leaflet"==mappl10n.options.engine?this.overlay.remove():this.overlay.setMap(null)},setTemplateColors:function(t){let{color:e,opacity:i,weight:o}=t;i=i?i/100:void 0;var n="polyline"==this.type?{strokeColor:e,strokeOpacity:i,strokeWeight:o}:{fillColor:e,fillOpacity:i,strokeColor:e,strokeWeight:o,strokeOpacity:1};this.setColors(n)},setVisible:function(t){void 0!==this.overlay.setVisible&&this.overlay.setVisible(t)},setZIndex:function(t){"leaflet"==mappl10n.options.engine?this.type||this.overlay.setZIndexOffset(t):this.overlay.set("zIndex",t)},toJSON:function(){var t={address:this.address,body:this.body,iconid:this.iconid,point:null,poly:null,title:this.title,type:this.type,viewport:null},e=this.getPosition();t.point=e.toJSON();var i=this.viewport?this.viewport:this.getBounds();if(i){var o=i.toJSON();t.viewport={sw:{lat:o.south,lng:o.west},ne:{lat:o.north,lng:o.east}}}if("kml"==this.type&&(t.kml=this.kml),this.isPoly())switch(t.poly=this.getColors(),this.type){case"circle":t.poly.radius=this.overlay.getRadius();break;case"polyline":t.poly.path=[],this.overlay.getPath().forEach((function(e){t.poly.path.push(e.toJSON())}));break;case"polygon":t.poly.paths=[],this.overlay.getPaths().forEach((function(e){var i=[];e.forEach((function(t){i.push(t.toJSON())})),t.poly.paths.push(i)}));break;case"rectangle":var n=this.overlay.getBounds();t.viewport={sw:n.getSouthWest().toJSON(),ne:n.getNorthEast().toJSON()}}return t}}},675:(t,e)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(t){for(var e=0;e<t.length;e++){var i=t[e].match(/country\/(.*)?/);if(i)return i[1]}return}},892:(t,e)=>{"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=function(t){var e={country:"country",city:"city","amenity/bus_station":"busStop","amenity/townhall":"townhall","railway/station":"trainStation","aeroway/aerodrome":"airport","aeroway/terminal":"airport","aeroway/gate":"airport"};for(var i in e)if(-1!==t.indexOf(i))return e[i];return"address"}},991:(t,e,i)=>{"use strict";e.Z=function(t){var e=t.formatInputValue,i=t.hit,s=t.hitIndex,a=t.query,p=t.rawAnswer;try{var c=i.locale_names[0],h=i.country,d=i.administrative&&i.administrative[0]!==c?i.administrative[0]:void 0,g=i.city&&i.city[0]!==c?i.city[0]:void 0,u=i.suburb&&i.suburb[0]!==c?i.suburb[0]:void 0,m=i.county&&i.county[0]!==c?i.county[0]:void 0,f=i.postcode&&i.postcode.length?function(t,e){for(var i=e[0].value,o=[],n=1;n<e.length;++n)"none"!==e[n].matchLevel&&o.push({index:n,words:e[n].matchedWords});if(0===o.length)return{postcode:t[0],highlightedPostcode:i};return o.sort((function(t,e){return t.words>e.words?-1:t.words<e.words?1:t.index-e.index})),{postcode:t[o[0].index],highlightedPostcode:e[o[0].index].value}}(i.postcode,i._highlightResult.postcode):{postcode:void 0,highlightedPostcode:void 0},v=f.postcode,y=f.highlightedPostcode,w={name:r(i._highlightResult.locale_names),city:g?r(i._highlightResult.city):void 0,administrative:d?r(i._highlightResult.administrative):void 0,country:h?i._highlightResult.country.value:void 0,suburb:u?r(i._highlightResult.suburb):void 0,county:m?r(i._highlightResult.county):void 0,postcode:y},b={name:c,administrative:d,county:m,city:g,suburb:u,country:h,countryCode:(0,o.default)(i._tags),type:(0,n.default)(i._tags),latlng:{lat:i._geoloc.lat,lng:i._geoloc.lng},postcode:v,postcodes:i.postcode&&i.postcode.length?i.postcode:void 0},L=e(b);return l(l({},b),{},{highlight:w,hit:i,hitIndex:s,query:a,rawAnswer:p,value:L})}catch(t){return console.error("Could not parse object",i),console.error(t),{value:"Could not parse object"}}};var o=s(i(675)),n=s(i(892));function s(t){return t&&t.__esModule?t:{default:t}}function a(t,e){var i=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),i.push.apply(i,o)}return i}function l(t){for(var e=1;e<arguments.length;e++){var i=null!=arguments[e]?arguments[e]:{};e%2?a(Object(i),!0).forEach((function(e){p(t,e,i[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(i)):a(Object(i)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(i,e))}))}return t}function p(t,e,i){return e in t?Object.defineProperty(t,e,{value:i,enumerable:!0,configurable:!0,writable:!0}):t[e]=i,t}function r(t){for(var e=t[0].value,i=[],o=1;o<t.length;++o)"none"!==t[o].matchLevel&&i.push({index:o,words:t[o].matchedWords});return 0===i.length?e:(i.sort((function(t,e){return t.words>e.words?-1:t.words<e.words?1:t.index-e.index})),0===i[0].index?"".concat(e," (").concat(t[i[1].index].value,")"):"".concat(t[i[0].index].value," (").concat(e,")"))}},574:(t,e)=>{"use strict";e.Z=function(t){var e=t.administrative,i=t.city,o=t.country,n=t.name,s=t.type;return"".concat(n).concat("country"!==s&&void 0!==o?",":"","\n ").concat(i?"".concat(i,","):"","\n ").concat(e?"".concat(e,","):"","\n ").concat(o||"").replace(/\s*\n\s*/g," ").trim()}}},e={};function i(o){var n=e[o];if(void 0!==n)return n.exports;var s=e[o]={exports:{}};return t[o](s,s.exports,i),s.exports}i.r=t=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},i(628),i(658),i(397),i(442),i(282),i(689),i(436),i(510),i(548),i(692)})();
1
+ (()=>{var e={117:(e,t,i)=>{"use strict";i.r(t),i.d(t,{MappAutocomplete:()=>u});var n=i(326);const s=wp.element.createElement,{Fragment:o,useCallback:a,useEffect:l,useLayoutEffect:p,useMemo:r,useRef:c,useState:h}=wp.element;function u(e){e={buttonLabel:null,className:"",delay:null,focus:!1,onFetch:null,onSelect:null,placeholder:"",selected:null,suggestions:[],title:"",...e};const t=c(null),i=c(null),[o,a]=h({isOpen:!1,value:""});function p(e){a((t=>({...t,...e})))}(0,n.O)(t,(()=>{o.isOpen&&p({isOpen:!1})})),l((()=>{e.focus&&i.current&&i.current.focus()}),[i.current]),l((()=>{o.map&&setMapTypeId(e.mapTypeId)}),[e.mapTypeId,o.map]);const r=(0,n.N)((t=>{e.onFetch&&e.onFetch(t)}),e.delay);function u(){let t;p({isOpen:!1}),e.suggestions&&(t=null==o.selected?e.suggestions[0]:e.suggestions[o.selected]),e.onSelect({suggestion:t,value:m})}const m=o.selected>=0&&e.suggestions&&e.suggestions[o.selected]?e.suggestions[o.selected].value:o.value;return s("div",{className:"mapp-autocomplete",ref:t},s("div",{className:"mapp-autocomplete-wrapper"},s("input",{className:e.className,onChange:e=>{!function(e){p({value:e,selected:null}),r(e)}(e.target.value)},onKeyDownCapture:t=>function(t){switch(t.stopPropagation(),t.code){case"Backspace":p({isOpen:o.value.length>1});break;case"Enter":u();break;case"Escape":p({isOpen:!1});break;case"ArrowUp":if(t.preventDefault(),e.suggestions&&0!=o.selected){const t=null==o.selected?e.suggestions.length-1:o.selected-1;e.suggestions[t]&&p({isOpen:!0,selected:t})}else p({selected:null});break;case"ArrowDown":if(e.suggestions&&o.selected<e.suggestions.length-1){const t=null==o.selected?0:o.selected+1;e.suggestions[t]&&p({isOpen:!0,selected:t})}else p({selected:null});break;case"Tab":case"AltLeft":case"AltRight":case"ControlLeft":case"ControlRight":case"MetaLeft":case"MetaRight":break;default:p({isOpen:!0})}}(t),placeholder:e.placeholder,ref:i,title:e.title,type:"text",value:m}),o.isOpen&&s("div",{className:"mapp-autocomplete-list"},_.map(e.suggestions,((t,i)=>{const n="mapp-autocomplete-item"+(o.selected==i?" mapp-selected":"");return s("div",{className:n,key:i,onClick:()=>function(t,i){p({isOpen:!1,selected:i}),e.onSelect({suggestion:t})}(t,i)},t.value)})))),e.buttonLabel&&s("div",{className:"mapp-submit-button",onClick:()=>u()},e.buttonLabel))}},715:(e,t,i)=>{"use strict";i.r(t),i.d(t,{MappDirections:()=>r});const n=wp.element.createElement,{Fragment:s,useEffect:o,useLayoutEffect:a,useRef:l,useState:p}=wp.element,__=e=>wp.i18n.__(e,"mappress-google-maps-for-wordpress");function r(e){const[t,i]=p({saddr:e.saddr?e.saddr:"",daddr:e.daddr?e.daddr:""});function s(e){i((t=>({...t,...e})))}function o(i,n){switch(i){case"close":e.onClose&&e.onClose();break;case"get-directions":a();break;case"keydown":13==n?o("get-directions"):27==n&&o("close");break;case"swap":s({saddr:t.daddr,daddr:t.saddr})}}function a(){let e=mappl10n.options.directionsServer;const i=t.saddr.trim(),n=t.daddr.trim();e="https://maps.google.com"==e?"https://www.google.com":e,-1==e.toLowerCase().indexOf("http")&&(e="https://"+e),e+="/maps/dir/?api=1&origin="+encodeURIComponent(i)+"&destination="+encodeURIComponent(n),window.open(e),o("close")}return"google"==mappl10n.options.directions?(a(),null):n("div",{className:"mapp-directions-component"},n("div",{className:"mapp-close",onClick:()=>o("close")}),n("div",null,n("input",{className:"mapp-dir-saddr",onChange:e=>s({saddr:e.target.value}),onKeyPress:e=>o("keydown",e.which),tabIndex:"1",placeholder:__("My location"),value:t.saddr}),n("div",{className:"mapp-dir-arrows",onClick:()=>o("swap")})),n("div",null,n("input",{className:"mapp-dir-daddr",onChange:e=>s({daddr:e.target.value}),onKeyPress:e=>o("keydown",e.which),tabIndex:"2",value:t.daddr})),n("div",{className:"mapp-dir-toolbar"},n("div",{className:"mapp-submit-button",onClick:()=>o("get-directions")},__("Get Directions"))))}},817:(e,t,i)=>{"use strict";i.r(t),i.d(t,{MappFilters:()=>h});var n=i(939),s=i(326);const o=wp.element.createElement,{Fragment:a,useEffect:l,useLayoutEffect:p,useRef:r,useState:c}=wp.element,__=e=>wp.i18n.__(e,"mappress-google-maps-for-wordpress"),sprintf=wp.i18n.sprintf,h=e=>{e={onFilterChange:null,otype:"post",poiCount:0,...e};const t=(0,s.N)(e.onFilterChange,500),i=r(null),[a,p]=c({filters:null,formData:{},isBusy:!0,isOpen:!1});function h(e){p((t=>({...t,...e})))}function u(e,i){let n=a.formData[e.key]?a.formData[e.key].values:null;if("checkbox"==e.format){var s;const e=null===(s=n)||void 0===s?void 0:s.indexOf(i);e>-1?n.splice(e,1):(n=n||[],n.push(i))}else n=i?[i]:[];let o={...a.formData};n.length?o[e.key]={key:e.key,values:n,meta_key:e.meta_key,meta_values:e.meta_values}:delete o[e.key],h({formData:o}),t(o)}function m(){h({formData:{}}),t()}function d(e){h({isOpen:e=void 0!==e?e:!a.isOpen})}function g(e){return o("div",{className:"mapp-filter",key:e.key},o("div",{className:"mapp-filter-label"},e.label),o("div",{className:"mapp-filter-values"},function(e){e.key;const t=[...e.values];let i=a.formData[e.key]?a.formData[e.key].values:"";switch(e.format){case"input":return o("input",{type:"text",value:i?i[0]:"",onChange:t=>u(e,t.target.value)});case"checkbox":return _.map(t,(t=>o("label",{key:t.value},o("input",{checked:null==i?void 0:i.includes(t.value),key:t.value,onChange:t=>u(e,t.target.value),type:e.format,value:t.value}),t.iconid&&o("img",{className:"mapp-icon",src:n.mappLib.getIconUrl(t.iconid)}),t.label)));case"radio":return"radio"==e.format&&t.unshift({value:"",label:__("All")}),_.map(t,(t=>o("label",{key:t.value},o("input",{checked:i==t.value||""==t.value&&!i,key:t.value,onChange:t=>u(e,t.target.value),type:e.format,value:t.value}),t.iconid&&o("img",{className:"mapp-icon",src:n.mappLib.getIconUrl(t.iconid)}),t.label)));case"select":return t.unshift({value:"",label:""}),o("select",{value:i[0],onChange:t=>u(e,t.target.value)},_.map(t,(e=>o("option",{key:e.value,value:e.value},e.label))))}}(e)))}return(0,s.O)(i,(()=>{a.isOpen&&d(!1)})),l((()=>{h({isBusy:!0}),n.mappLib.ajax({data:{action:"mapp_filters_get",nonce:mappl10n.options.nonce,otype:e.otype},callback:e=>{h({isBusy:!1}),e&&"OK"==e.status?h({filters:e.data}):console.error("MapPress: unable to fetch filter data")}})}),[]),o("div",{className:"mapp-filters-component",ref:i},function(){const e="mapp-button mapp-filters-toggle mapp-button-caret"+(a.isBusy?" mapp-button-disabled":"");return o("div",{className:e,onClick:()=>{a.isBusy||d()}},__("Filter"))}(),a.isOpen&&null!==a.filters&&o("div",{className:"mapp-filters-wrapper"},o("div",{className:"mapp-filters-list"},_.map(a.filters,(e=>g(e)))),function(){const t=sprintf((i="%s Result",n="%s Results",s=e.poiCount,wp.i18n._n(i,n,s,"mappress-google-maps-for-wordpress")),e.poiCount);var i,n,s;return o("div",{className:"mapp-filters-toolbar"},o("div",{className:"mapp-link-button",onClick:m},__("Reset")),o("div",{className:"mapp-filters-count"},t),o("div",{className:"mapp-submit-button",onClick:()=>d(!1)},__("Done")))}()))}},10:(e,t,i)=>{"use strict";i.r(t),i.d(t,{useGeocoding:()=>c});wp.element.createElement;const{Fragment:n,useCallback:s,useEffect:o,useLayoutEffect:a,useRef:l,useState:p}=wp.element,r={google:function(){this.token=null;const e=document.createElement("div");this.placesService=new google.maps.places.PlacesService(e),this.autocompleteService=new google.maps.places.AutocompleteService}};r.google.prototype={getDetails:function(e){let{suggestion:t,callback:i}=e;this.token=this.token?this.token:new google.maps.places.AutocompleteSessionToken,this.token=null;var n={fields:["formatted_address","name","geometry"],placeId:t.place_id,sessionToken:this.token};this.placesService.getDetails(n,(function(e,t){if("OK"==t&&e&&e.geometry){if(e.geometry.location&&(e.geometry.location=e.geometry.location.toJSON()),e.geometry.viewport){var n=e.geometry.viewport.toJSON();e.geometry.viewport={sw:{lat:n.south,lng:n.west},ne:{lat:n.north,lng:n.east}}}i(e)}else i(null)}))},getFirstPrediction:function(e){let{map:t,value:i,callback:n}=e;this.getPredictions({map:t,value:i,callback:e=>{e&&Array.isArray(e)?this.getDetails({suggestion:e[0],callback:e=>n(e)}):n(null)}})},getPredictions:function(e){let{map:t,value:i,includeBusinesses:n,callback:s}=e;this.token=this.token?this.token:new google.maps.places.AutocompleteSessionToken;var o=t?t.getBounds():null;"leaflet"==mappl10n.options.engine&&(o=new google.maps.LatLngBounds(new google.maps.LatLng(o.getSouthWest().lat,o.getSouthWest().lng),new google.maps.LatLng(o.getNorthEast().lat,o.getNorthEast().lng)));var a={input:i,bounds:o=o||new google.maps.LatLngBounds(new google.maps.LatLng(85,-180),new google.maps.LatLng(-85,180)),sessionToken:this.token,types:n?null:["geocode"]};this.autocompleteService.getPlacePredictions(a,(function(e,t){"OK"==t&&e&&e.length?(e=(e=e.map((e=>(e.value=e.description,e)))).filter((e=>e.place_id)),s(e)):(t==google.maps.places.PlacesServiceStatus.REQUEST_DENIED?alert("Google Maps API Key error: please enable the Places API in the Google Developer Console."):t==google.maps.places.PlacesServiceStatus.OVER_QUERY_LIMIT&&alert("Google Maps API Key has exceeded its query limit"),s(null))}))}},r.mapbox=function(){},r.mapbox.prototype={getDetails:function(e){let{suggestion:t,callback:i}=e,n=t.place_name,s=n.indexOf(","),o=n.indexOf(",",s+1);s>0&&(n=parseInt(n.substr(0,s))?n.substr(0,o).replace(",",""):n.substr(0,s));let a=t.bbox&&4==t.bbox.length?{sw:{lat:t.bbox[1],lng:t.bbox[0]},ne:{lat:t.bbox[3],lng:t.bbox[2]}}:null;i({formatted_address:t.place_name,name:n,geometry:{location:{lat:t.center[1],lng:t.center[0]},viewport:a}})},getFirstPrediction:function(e){let{map:t,value:i,callback:n}=e;this.getPredictions({map:t,value:i,callback:e=>{e&&e.length?this.getDetails({suggestion:e[0],callback:e=>n(e)}):n(null)}})},getPredictions:function(e){let{map:t,value:i,callback:n}=e;var s="https://api.mapbox.com/geocoding/v5/mapbox.places/"+i+".json?access_token="+mappl10n.options.mapbox;s=mappl10n.options.country?s+"&country="+mappl10n.options.country.toLowerCase():s,s=mappl10n.options.language?s+"&language="+mappl10n.options.language.toLowerCase():s;var o=t?t.getCenter():null;o&&(s+="&proximity="+o.lng+","+o.lat),mappl10n.options.searchBox&&(s+="&bbox="+mappl10n.options.searchBox),fetch(s).then((e=>e.json())).then((e=>{e&&e.features&&e.features.length>0?(e.features=e.features.map((e=>(e.value=e.label=e.place_name,e))),n(e.features)):n(null)}))}},r.nominatim=function(){},r.nominatim.prototype={getDetails:function(e){let{suggestion:t,callback:i}=e,n=t.display_name,s=n.indexOf(","),o=n.indexOf(",",s+1);s>0&&(n=parseInt(n.substr(0,s))?n.substr(0,o).replace(",",""):n.substr(0,s));let a=t.boundingbox&&4==t.boundingbox.length?{sw:{lat:t.boundingbox[0],lng:t.boundingbox[2]},ne:{lat:t.boundingbox[1],lng:t.boundingbox[3]}}:null;i({formatted_address:t.display_name,name:n,geometry:{location:{lat:t.lat,lng:t.lon},viewport:a}})},getFirstPrediction:function(e){let{map:t,value:i,callback:n}=e;this.getPredictions({map:t,value:i,callback:e=>{e&&e.length?this.getDetails({suggestion:e[0],callback:e=>n(e)}):n(null)}})},getPredictions:function(e){let{map:t,value:i,callback:n}=e;var s="https://nominatim.openstreetmap.org/search?format=json&dedupe=1&limit=5&q="+encodeURIComponent(i);if(s=mappl10n.options.country?s+"&countrycodes="+mappl10n.options.country.toLowerCase():s,s=mappl10n.options.language?s+"&accept-language="+mappl10n.options.language.toLowerCase():s,mappl10n.options.searchBox)s+="&viewbox="+mappl10n.options.searchBox,s+="&bounded=1";else{var o=t?t.getMap().getBounds():null;if(o){let e=o.getSouthWest(),t=o.getNorthEast();s+="&viewbox="+e.lng+","+e.lat+","+t.lng+","+t.lat}}fetch(s).then((e=>e.json())).then((e=>{e&&e.length?(e=e.map((e=>(e.value=e.display_name,e))),n(e)):n(null)}))}};const c=e=>{let{includeBusinesses:t}=e;function i(){let e="";return e="leaflet"!=mappl10n.options.engine?"google":mappl10n.options.geocoder?mappl10n.options.geocoder:"nominatim",new r[e]}function n(e,t){navigator&&navigator.geolocation?navigator.geolocation.getCurrentPosition((function(t){var i={lat:t.coords.latitude,lng:t.coords.longitude};e({name:i.lat+", "+i.lng,geometry:{location:i}})}),(function(i){if(!t){var n=i&&i.message?" : "+i.message:"";alert(mappl10n.no_geolocate+n)}e(null)}),{timeout:15e3,enableHighAccuracy:!0,maximumAge:3e4}):alert(mappl10n.no_geolocate)}return{geocode:function(e){let{map:s,suggestion:o,value:a,callback:l}=e;const p=i();a="string"==typeof a?a.trim():a,o||a?function(e){let{map:t,value:i,callback:s}=e;if(!i)return void s(null);if("string"!=typeof i){const e=i.lat&&i.lng?{geometry:{location:{lat:i.lat,lng:i.lng}}}:null;return void s(e)}if("http"==i.substring(0,4))return void s(i);if("user"==i)return void n((function(e){s(e)}));const o=i.split(",");if(2==o.length){const e=parseFloat(o[0]),t=parseFloat(o[1]);if(!isNaN(e)&&!isNaN(t))return void s({name:e+", "+t,geometry:{location:{lat:e,lng:t}}})}s(null)}({map:s,value:a,callback:e=>{e?l(e):o?p.getDetails({suggestion:o,callback:l}):p.getFirstPrediction({map:s,value:a,includeBusinesses:t,callback:l})}}):l(null)},geolocate:n,getPredictions:function(e){let{map:t,value:n,callback:s}=e;i().getPredictions({map:t,value:n,callback:s})}}}},326:(e,t,i)=>{"use strict";i.d(t,{N:()=>c,O:()=>h});wp.element.createElement;const{Fragment:n,useCallback:s,useEffect:o,useLayoutEffect:a,useMemo:l,useRef:p,useState:r}=wp.element;function c(e,t){const i=React.useRef(e);return React.useLayoutEffect((()=>{i.current=e})),React.useMemo((()=>_.debounce((function(){return i.current(...arguments)}),t)),[t])}function h(e,t){const i=i=>{e.current&&!e.current.contains(i.target)&&t()};return document.addEventListener("mousedown",i),document.addEventListener("touchstart",i),()=>{document.removeEventListener("mousedown",i),document.removeEventListener("touchstart",i)}}},939:(e,t,i)=>{"use strict";i.r(t),i.d(t,{mappLib:()=>c});wp.element.createElement;const{Fragment:n,useCallback:s,useEffect:o,useLayoutEffect:a,useMemo:l,useRef:p,useState:r}=wp.element,c={ajax:function(e){const t={callback:null,data:null,dataType:"json",silent:!1,type:"GET",url:mappl10n.options.ajaxurl,success:function(t,i,n){"json"==e.dataType&&e.url==mappl10n.options.ajaxurl&&"OK"!=t.status&&c.alert(t.status),"json"==e.dataType&&t.output?c.alert("AJAX Invalid Output\r\n"+t.output):e.callback&&e.callback(t,n)},error:function(t,i,n){"cancel"!=i&&(void 0!==n&&""!=n&&c.alert("AJAX ERROR\r\nTextStatus="+i+"\r\nError="+n+"\r\nResponseText="+t.responseText),e.callback&&e.callback(null))}};return e={...t,...e},jQuery.ajax(e)},alert:function(e){mappl10n.options.admin||mappl10n.options.debug?alert(e):window.console&&console.error(e)},getIcon:function(e){{const t=this.getIconUrl(e);return"leaflet"==mappl10n.options.engine?L.icon({iconUrl:t,iconAnchor:[16,32],iconSize:[32,32],popupAnchor:[0,-32]}):{url:t}}},getIconUrl:function(e){return"https://maps.google.com/intl/en_us/mapfiles/ms/micons/red-dot.png"},nanoid:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:21;const t="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";let i="",n=e;for(;n--;)i+=t[64*Math.random()|0];return i},template:function(e,t){if(c.templates=c.templates?c.templates:{},!c.templates[e]){var i=mappl10n.options.templates?mappl10n.options.template[e]:document.getElementById("mapp-tmpl-"+e).innerHTML;if(!i)return"";c.templates[e]=_.template(i,{evaluate:/<#([\s\S]+?)#>/g,interpolate:/\{\{\{([\s\S]+?)\}\}\}/g,escape:/\{\{([^\}]+?)\}\}(?!\})/g})}return c.templates[e](t)}}},443:(e,t,i)=>{"use strict";i.r(t),i.d(t,{MappPaginate:()=>r});const n=wp.element.createElement,{Fragment:s,useEffect:o,useLayoutEffect:a,useRef:l,useState:p}=wp.element,{sprintf}=wp.i18n;function r(e){function t(t,i){const n=Math.ceil(e.count/e.pageSize);switch(t){case"first":e.onChange(1);break;case"last":e.onChange(n);break;case"next":e.page<n&&e.onChange(e.page+1);break;case"prev":e.page>1&&e.onChange(e.page-1)}}return function(){const i=Math.ceil(e.count/e.pageSize),s=(e.page,e.page,e.isBusy||e.page<=1?"mapp-paginate-button mapp-disabled":"mapp-paginate-button"),o=e.isBusy||e.page>=i?"mapp-paginate-button mapp-disabled":"mapp-paginate-button";return n("div",{className:"mapp-paginate"},n("div",{className:s,onClick:()=>t("first")},"«"),n("div",{className:s,onClick:()=>t("prev")},"‹"),n("div",{className:"mapp-paginate-count"},sprintf((a="%d of %d",wp.i18n.__(a,"mappress-google-maps-for-wordpress")),e.page,i)),n("div",{className:o,onClick:()=>t("next")},"›"),n("div",{className:o,onClick:()=>t("last")},"»"));var a}()}},818:(e,t,i)=>{"use strict";i.r(t),i.d(t,{MappPlaces:()=>u});var n=i(117),s=i(10);const o=wp.element.createElement,{Fragment:a,useCallback:l,useEffect:p,useLayoutEffect:r,useRef:c,useState:h}=wp.element,__=e=>wp.i18n.__(e,"mappress-google-maps-for-wordpress");function u(e){e={buttonLabel:null,focus:!1,includeBusinesses:!1,map:null,onSearch:null,...e};const{geocode:t,getPredictions:i}=(0,s.useGeocoding)({map:e.map,includeBusinesses:e.includeBusinesses}),[a,l]=h({suggestions:[]});return o(n.MappAutocomplete,{buttonLabel:e.buttonLabel,className:"mapp-places",debounce:"nominatim"===mappl10n.options.geocoder?500:300,delay:"nominatim"==mappl10n.options.geocoder?500:50,focus:e.focus,onFetch:function(t){i({map:e.map,value:t,callback:e=>{var t;t={suggestions:e},l((e=>({...e,...t})))}})},onSelect:function(i){let{suggestion:n,value:s}=i;t({map:e.map,suggestion:n,value:s,callback:t=>{t&&e.onSearch(t)}})},placeholder:__("Search"),suggestions:a.suggestions,title:__("Enter an address, place, KML file URL, or lat,lng")})}},293:(e,t,i)=>{"use strict";i.r(t);var n=i(715),s=i(817),o=i(939),a=i(818);const l=wp.element.createElement,p=wp.element.createPortal,{Fragment:r,useEffect:c,useLayoutEffect:h,useRef:u,useState:m}=wp.element;function d(e){e={onClose:null,poi:null,...e};const[t,i]=m({isBusy:!1,html:null});function n(e){i((t=>({...t,...e})))}const s=React.createRef();function a(t){27==t.keyCode&&e.onClose()}return c((()=>(document.body.classList.add("mapp-modal-noscroll"),()=>document.body.classList.remove("mapp-modal-noscroll"))),[]),c((()=>{e.poi.postid&&(n({isBusy:!0}),o.mappLib.ajax({data:{action:"mapp_get_post",postid:e.poi.postid,nonce:mappl10n.options.nonce},dataType:"HTML",type:"GET",success:e=>{n({isBusy:!1,html:e})}}))}),[e.poi.postid]),c((()=>{s.current&&s.current.focus(),console.log("focus"+document.activeElement)}),[s.current]),p(l("div",{className:"mapp-modal"},l("div",{className:"mapp-modal-backdrop",onClick:e.onClose,onKeyDown:a},l("div",{className:"mapp-modal-close",onClick:e.onClose},"×")),l("div",{className:"mapp-modal-content-wrapper",ref:s,onKeyDown:a,tabIndex:0},l("div",{className:"mapp-modal-content"},t.isBusy&&l("div",{className:"mapp-modal-spinner"}),!t.isBusy&&l("div",{dangerouslySetInnerHTML:{__html:t.html}}),l("div",{className:"mapp-modal-close",onClick:e.onClose},"X")))),document.body)}var g=i(10);window.mapp=window.mapp||{};const f=wp.element.createElement,v=e=>wp.i18n.__(e,"mappress-google-maps-for-wordpress");wp.i18n._n;var y;y=jQuery,mapp.Map=function(e,t){this.defaults={alignment:null,center:null,classname:null,editable:null,embed:null,height:null,initialOpenInfo:null,layers:null,layout:null,lines:null,mapid:null,mapTypeId:null,metaKey:null,mapOpts:null,name:null,onSearch:null,poiList:null,poiListOpen:null,poiListPageSize:null,pois:null,postid:null,query:null,search:null,sel:null,title:null,width:null,zoom:null},this.dirty=!1,this.filters=null,this.hovered=null,this.isFullscreen=!1,this.iw=null,this.mapdata=e,this.opened=null,this.pagination={count:0,page:1},this.polyline=null,this.settings=t||{},this.templates=null,this.clusterer=null,this.dir_=null,this.div={},this.layers_={},this.map_=null,this.pois_=[],this.user_=null,this.xhr_,_.extend(this,this.defaults,this.mapdata,this.settings),this.poiList=void 0!==this.poiList&&null!=this.poiList?this.poiList:mappl10n.options.poiList,this.layout=this.layout?this.layout:mappl10n.options.layout,this.postid=this.postid?this.postid:mappl10n.options.postid},mapp.Map.prototype={display:function(){const{geocode:e}=(0,g.useGeocoding)({withBusinesses:this.editable});if(this.render(),!this.div||!this.div.layout)return;if(this.sanity(),this.editable?this.templates={loop:"edit-loop",item:"edit-item",popup:"edit-popup"}:this.query?this.templates={loop:"map-loop",item:"mashup-item",popup:"mashup-popup"}:this.templates={loop:"map-loop",item:"map-item",popup:"map-popup"},"leaflet"==mappl10n.options.engine?this.mapOpts=_.extend({attribution:'Map data <a href="https://openstreetmap.org">OpenStreetMap</a>',minZoom:0,scrollWheelZoom:mappl10n.options.scrollWheel,worldCopyJump:!0,zoomControl:null},this.mapOpts):this.mapOpts=_.extend({backgroundColor:"transparent",clickableIcons:!1,fullscreenControl:!1,mapTypeControl:!1,minZoom:0,scaleControl:!0,streetViewControl:!this.query,streetViewControlOptions:{position:google.maps.ControlPosition.LEFT_BOTTOM}},this.mapOpts),this.mapOpts.minZoom=isNaN(parseInt(this.mapOpts.minZoom))?0:parseInt(this.mapOpts.minZoom),!this.div||!this.div.canvas)return;"leaflet"==mappl10n.options.engine?(this.map_=new L.Map(this.div.canvas.get(0),this.mapOpts),L.control.zoom({position:"bottomright",zoomInTitle:"",zoomOutTitle:""}).addTo(this.map_)):(this.map_=new google.maps.Map(this.div.canvas.get(0),{mapTypeId:"roadmap",zoom:1}),this.map_.setOptions(this.mapOpts),this.addLayers()),this.addGeolocateControl(),this.addMenu(),this.addPopup(),this.isFilterable()&&this.renderFilters(),this.setMapTypeId(this.mapTypeId),this.clustering();const t=y(".mapp-search-container",this.div.layout);t.length&&wp.element.render(f(a.MappPlaces,{buttonLabel:this.editable?v("Add to map"):f("img",{src:mappl10n.options.baseurl+"/images/search.png"}),focus:this.editable,includeBusinesses:this.editable,map:this,onSearch:e=>{this.onSearch?this.onSearch(e):this.doSearch(e)}}),t.get(0)),this.addUserLocation(),this.addEvents("click dragstart zoom_changed zoomstart",(e=>{"leaflet"==mappl10n.options.engine&&"click"==e.type&&e.originalEvent&&!e.originalEvent.target.matches(".mapp-canvas")||this.poiClose()})),this.div.layout.on("click","[data-mapp-action]",(e=>{if(this.div.list&&this.div.list.length&&y.contains(this.div.list.get(0),e.target))return;const t=y(e.currentTarget),i=t.attr("data-mapp-action"),n=t.attr("data-mapp-"+i);e.preventDefault(),this.onAction(i,n,t)})),this.div.list.on("click","[data-mapp-action]",(e=>{const t=y(e.currentTarget),i=t.attr("data-mapp-action"),n=t.attr("data-mapp-"+i);this.onAction(i,n,t)})),new ResizeObserver(((e,t)=>{this.toggleView("mini"),this.resize()})).observe(this.div.layout.get(0)),mapp.event.addListener(this.map_,"maptypeid_changed baselayerchange",(()=>{this.set({dirty:!0})})),e({map:null,value:this.center,callback:e=>{this.center=e&&e.geometry&&e.geometry.location?{lat:e.geometry.location.lat,lng:e.geometry.location.lng}:null,this.setPois(this.pois),this.initCenter()}}),this.div.list.on("mouseenter","[data-mapp-poi]",(e=>{var t=y(e.currentTarget).attr("data-mapp-poi");this.poiHover(this.pois_[t])})),this.div.list.on("mouseleave","[data-mapp-poi]",(e=>{this.poiHover(null)}))},initCenter:function(){setTimeout((()=>{this.recenter(),this.renderList(),this.isSearchable&&!this.editable&&this.addSearchMove(),"leaflet"==mappl10n.options.engine?this.initOpen():mapp.event.addListenerOnce(this.map_,"idle",(()=>this.initOpen()))}),100)},initOpen:function(){const e=this.pois_.length?this.pois_[0]:null,t=null!=this.initialOpenInfo?this.initialOpenInfo:mappl10n.options.initialOpenInfo;e&&t&&!this.editable&&this.poiOpen(e)},addEvents:function(e,t){e=e.split(" ");for(var i=0;i<e.length;i++)mapp.event.addListener(this.map_,e[i],t)},addGeolocateControl:function(){if(!mappl10n.options.ssl)return;const e=y(".mapp-geolocate-control-wrapper",this.div.layout).get(0);"google"==mappl10n.options.engine?this.map_.controls[google.maps.ControlPosition.RIGHT_BOTTOM].push(e):(L.Control.Geolocate=L.Control.extend({onAdd:t=>e,onRemove:()=>{}}),new L.Control.Geolocate({position:"bottomright"}).addTo(this.map_))},addLayers:function(){this.layers_={traffic:new google.maps.TrafficLayer,bicycling:new google.maps.BicyclingLayer,transit:new google.maps.TransitLayer};for(var e=y.makeArray(this.layers),t=0;t<e.length;t++){var i=e[t].trim(),n=i.split(".").pop();this.layers_[i]?this.toggleLayer(i):"kml"==n||"kmz"==n?this.layers_[i]=new google.maps.KmlLayer({map:this.map_,preserveViewport:!0,url:i}):"json"==n&&(this.layers_[i]=new google.maps.Data({map:this.map_}).loadGeoJson(i))}},addMenu:function(){y("body").on("click",(e=>{var t=y(e.target),i=t.attr("data-mapp-action");t==this.div.menu||"menu-toggle"==i||t.closest(this.div.menu).length||this.toggleView("menu",!1)}))},addPopup:function(){var e=this.editable?"mapp-iw-edit":"mapp-iw";this.editable||(e+=" mapp-"+this.templates.popup),this.div.iw=y('<div class="'+e+'">').appendTo(this.div.canvas),this.iw=new mapp.Infobox(this.map_,{className:this.editable?"mapp-ib-edit":""}),this.iw.setContent(this.div.iw.get(0)),this.div.iw.on("click",".mapp-close",(()=>{this.poiClose()}))},addSearchMove:function(){},addUserLocation:function(){const{geolocate:e}=(0,g.useGeocoding)({withBusinesses:this.editable});mappl10n.options.userLocation&&mappl10n.options.ssl&&e((e=>{if(e&&e.geometry&&e.geometry.location){const t=e.geometry.location,i=o.mappLib.getIcon("geolocation");"leaflet"==mappl10n.options.engine?this.user_=L.marker([t.lat,t.lng],{icon:i}).addTo(this.map_):(this.user_=new mapp.Marker({icon:i,position:new google.maps.LatLng(t.lat,t.lng)}),this.user_.setMap(this.map_))}}),!0)},clusterGetLatLng:function(e){if(this.clusterer){if("leaflet"==mappl10n.options.engine){var t=this.clusterer.getVisibleParent(e.overlay);return t?t.getLatLng():null}for(var i=this.clusterer.getClusters(),n=0;n<i.length;n++){var s=i[n].markers_;if(s.length>1)for(var o=0;o<s.length;o++)if(s[o]==e.overlay)return i[n].center_}}},clustering:function(){if(mappl10n.options.clustering&&!this.editable){let e=mappl10n.options.clusteringOptions?mappl10n.options.clusteringOptions:{};void 0!==e.disableClusteringAtZoom&&""==e.disableClusteringAtZoom&&(e.disableClusteringAtZoom=null),"leaflet"==mappl10n.options.engine?this.clusterer=L.markerClusterGroup(e):(e=_.extend(e,{imagePath:mappl10n.options.baseurl+"/lib/js-markerclustererplus-main/images/m"}),this.clusterer=new MarkerClusterer(this.map_,[],e))}},clustersReset:function(){this.clusterer&&("leaflet"==mappl10n.options.engine?this.clusterer.clearLayers():this.clusterer.clearMarkers())},clustersSet:function(){if(this.clusterer){var e=[];for(let t=0;t<this.pois_.length;t++)this.pois_[t].type||e.push(this.pois_[t].overlay);"leaflet"==mappl10n.options.engine?(this.clusterer.addLayers(e),this.map_.addLayer(this.clusterer)):this.clusterer.addMarkers(e)}},fetchPois:function(e){var t=new Date;this.poiClose();var i={action:"mapp_query",filters:this.filters,list:!!this.div.list.length,query:this.query,url:{href:window.location.href,search:window.location.search},debug:mappl10n.options.debug};this.xhr_&&this.xhr_.abort("cancel"),this.spinner(!0),this.xhr_=mapp.lib.ajax({data:i,callback:(i,n)=>{this.spinner(!1),i&&"OK"==i.status&&(this.setPois(i.data.pois),this.renderList(),mappl10n.options.debug&&mapp.lib.log("Results: "+i.data.pois.length+" ("+n.responseText.length/1e3+"K) AJAX: "+(new Date-t)+(i.data.timing?i.data.timing:"")),e&&e())}})},fitBounds:function(e){return this.map_.fitBounds(e)},getBounds:function(){try{return this.map_.getBounds()}catch(e){return null}},getCenter:function(){try{return this.map_.getCenter()}catch(e){return null}},getMap:function(){return this.map_},getPois:function(){return this.pois_},getZoom:function(){try{return this.map_.getZoom()}catch(e){return null}},isFilterable:function(){return mappl10n.options.pro&&mappl10n.options.filters&&mappl10n.options.filters.length>0&&!this.editable&&this.query},isSearchable:function(){return!!this.editable},onAction:function(e,t,i){switch(e){case"center":this.toggleView("menu",!1),this.poiClose(),this.recenter();break;case"dir":this.renderDirections({isOpen:!0,from:null,to:this.opened});break;case"dir-from":this.renderDirections({isOpen:!0,from:this.opened,to:null});break;case"geolocate":const{geolocate:e}=(0,g.useGeocoding)({withBusinesses:this.editable});e((e=>{e&&e.geometry&&e.geometry.location&&this.setView(e.geometry.location,parseInt(mappl10n.options.poiZoom))}),!1);break;case"layer":this.toggleLayer(t),this.toggleView("menu",!1);break;case"menu-toggle":this.toggleView("menu");break;case"open":var n=i.attr("data-mapp-poi");this.poiClick(this.pois_[n]);break;case"page":var s=parseInt(i.attr("data-mapp-page"));this.pagination.page=s,this.renderList();break;case"sidebar-toggle":this.toggleSidebar();break;case"view-map":this.toggleSidebar(!1);break;case"view-list":this.toggleSidebar(!0);break;default:return!0}},doSearch:function(e){if(e&&e.geometry){var t=e.geometry.location?e.geometry.location:null,i=e.geometry.viewport?e.geometry.viewport:null;if("leaflet"==mappl10n.options.engine)var n=new L.LatLng(t.lat,t.lng),s=i?new L.LatLngBounds(new L.LatLng(i.sw.lat,i.sw.lng),new L.LatLng(i.ne.lat,i.ne.lng)):n.toBounds(1e3*mappl10n.options.radius);else{var o=new google.maps.Circle({center:t,radius:1e3*mappl10n.options.radius});s=i?new google.maps.LatLngBounds(new google.maps.LatLng(i.sw.lat,i.sw.lng),new google.maps.LatLng(i.ne.lat,i.ne.lng)).union(o.getBounds()):o.getBounds()}s&&this.fitBounds(s),this.setView(t)}},poiClick:function(e){if(this.poiHighlight(e,!0),this.query&&e.postid&&e.url&&!this.editable)switch(mappl10n.options.mashupClick){case"post":return void window.location.assign(e.url);case"postnew":return void window.open(e.url);case"postmodal":const t=document.createElement("div");return document.body.appendChild(t),wp.element.render(f(d,{onClose:()=>{wp.element.unmountComponentAtNode(t),t.remove()},poi:e}),t)}this.poiOpen(e)},poiClose:function(){this.opened&&this.poiHighlight(this.opened,!1),this.opened=null,this.iw.close(),this.renderDirections({isOpen:!1}),y(this).triggerHandler("mapp.close")},poiHighlight:function(e,t){if("icon"==mappl10n.options.highlight&&"leaflet"==mappl10n.options.engine&&this.editable)return;const i=y.inArray(e,this.pois_),n=y('[data-mapp-poi="'+i+'"]',this.div.list);t?(n.addClass("mapp-selected"),e.highlight(!0)):(n.removeClass("mapp-selected"),e.highlight(!1))},poiHover:function(e){e&&this.opened==e||(this.hovered&&this.hovered!=this.opened&&this.poiHighlight(this.hovered,!1),e?(this.hovered=e,this.poiHighlight(this.hovered,!0),mappl10n.options.tooltips&&!this.editable?(this.poiClose(),this.poiOpen(e,null,"popup")):this.poiHighlight(e,!0)):this.hovered=null)},poiInsert:function(e){this.pois_.unshift(e),e.setMap(this),this.renderList(),this.set({dirty:!0})},poiOpen:function(e,t){this.poiClose(),this.div.layout.hasClass("mapp-view-mini")&&this.toggleSidebar(!1),this.popupOpen(e,t,"popup"),this.poiHighlight(e,!0),y(this).triggerHandler("mapp.open",e)},poiRemove:function(e){var t=y.inArray(e,this.pois_);-1!=t&&(this.pois_[t].setMap(null),this.pois_.splice(t,1),this.renderList()),this.set({dirty:!0})},popupClose:function(){"icon"==mappl10n.options.highlight&&"leaflet"==mappl10n.options.engine&&this.editable||(this.iw.close(),this.renderDirections({isOpen:!1}),y(this).triggerHandler("mapp.close"))},popupOpen:function(e,t){let i=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"popup",n=null;this.popupClose(),t&&t.featureData?n=t.featureData:t&&t.propagatedFrom&&t.propagatedFrom.feature&&t.propagatedFrom.feature.properties&&(n=t.propagatedFrom.feature.properties),this.div.iw.html(e.render(i,n)),this.div.iw.toggleClass(" mapp-thumb-"+mappl10n.options.thumbsPopup,!!e.thumbnail);var s=this.clusterGetLatLng(e),o=s||e.getPosition(t);this.iw.open({position:o,anchorPoint:e.getAnchorPoint(t)}),this.opened=e},recenter:function(){var e=this.center&&this.center.hasOwnProperty("lat")&&this.center.hasOwnProperty("lng")?this.center:null,t=this.zoom&&parseInt(this.zoom)?parseInt(this.zoom):null;if(e&&!t&&this.query)return void this.doSearch({geometry:{location:{lat:e.lat,lng:e.lng}}});if(e)return void this.setView(e,t||1);if(0==this.pois_.length)return void this.setView({lat:0,lng:0},t||1);if(1==this.pois_.length)return void this.pois_[0].center(t);let i="leaflet"==mappl10n.options.engine?new L.LatLngBounds:new google.maps.LatLngBounds;for(var n=0;n<this.pois_.length;n++){var s=this.pois_[n].getBounds(),o=this.pois_[n].getPosition();i=s?"leaflet"==mappl10n.options.engine?i.extend(s):i.union(s):i.extend(o)}t?this.setView(i.getCenter().toJSON(),t):this.fitBounds(i)},render:function(){let e=this.name?this.name+"-layout":"",t="mapp-layout",i=this.layout&&window.parent==window?this.layout:"left";if(t+="left"==i?" mapp-list-left":" mapp-inline",t+="leaflet"==mappl10n.options.engine?" mapp-leaflet ":" mapp-google ",t+=this.classname?" "+this.classname:"",!document.body.classList.contains("block-editor-page")){let e=this.alignment?this.alignment:mappl10n.options.alignment;if(e){let i=" align"+e+" mapp-align-"+e;window.parent==window?t+=i:y(window.frameElement).parent().parent().addClass(i)}}var n=mapp.lib.template("map",{map:this,layout:i});if(this.sel){if(this.div.layout=y(this.sel),this.div.layout.html(n),this.div.layout.addClass(t),this.div.layout.attr("id",e),!this.div.layout.length)return mapp.lib.log("MapPress: Missing map name or container for map: "+this.name)}else{let i=y('<div id="'+e+'" class="'+t+'">');i.html(n);let s=y("#"+this.name+"-layout");if(!s.length)return mapp.lib.log("MapPress: Missing map name or container for map: "+this.name);s.replaceWith(i),this.div.layout=i}y.each(["canvas","content","controls","directions","filters","header","list","menu","search","sidebar","wrapper"],((e,t)=>{this.div[t]=y(".mapp-"+t,this.div.layout)})),this.setSize({width:this.width,height:this.height}),this.set({poiList:this.poiList})},renderDirections:function(e){let{isOpen:t,from:i,to:s}=e;if(this.toggleView("directions",t),t){const e=s?s.getAddress():"",t=i?i.getAddress():"";wp.element.render(f(n.MappDirections,{saddr:t,daddr:e,onClose:()=>{wp.element.unmountComponentAtNode(this.div.directions.get(0)),this.toggleView("directions",!1)}}),this.div.directions.get(0))}else this.div.directions.length&&wp.element.unmountComponentAtNode(this.div.directions.get(0))},renderFilters:function(){this.div.filters&&this.div.filters.length&&wp.element.render(f(s.MappFilters,{onFilterChange:e=>{this.filters=e,this.fetchPois()},poiCount:this.pagination.count}),this.div.filters.get(0))},renderList:function(){var e=this.getBounds(),t=0;if(this.editable)return void this.div.layout.trigger("mapp.render");if(!this.poiList)return;let i=parseInt(mappl10n.options.poiListPageSize);i=isNaN(i)?20:i;const n=i*(this.pagination.page-1),s=n+i;if(!this.editable)for(var o=0;o<this.pois_.length;o++){let i=this.pois_[o];i.visible=!1,this.isSearchable()?e&&e.contains(i.getPosition())&&(i.visible=!0,t++):(i.visible=!0,t++),i.visible=t>=n&&t<=s&&i.visible}this.pagination.count=t,this.div.list.html(mapp.lib.template(this.templates.loop,{map:this,pois:this.pois_,pageSize:i,pagination:this.pagination})),this.renderFilters(),mappl10n.options.thumbsList&&this.div.list.addClass(" mapp-thumb-"+mappl10n.options.thumbsList)},renderMenu:function(){for(var e in this.layers_)y('[data-mapp-layer="'+e+'"]',this.div.layout).toggleClass("mapp-active",null!=this.layers_[e].getMap())},resetPois:function(){for(var e=0;e<this.pois_.length;e++)this.pois_[e].setMap(null);this.pois_=[],this.clustersReset()},resize:function(){this.map_&&("leaflet"==mappl10n.options.engine?this.map_.invalidateSize():mapp.event.trigger(this.map_,"resize"),this.toggleView("mini"))},sanity:function(){const e="<a href='"+mappl10n.options.adminurl+"/admin.php?page=mappress'>"+v("MapPress Settings")+"</a>",t="<a href ='http://mappresspro.com/mappress-faq' target='_blank'>"+v("MapPress FAQ")+"</a>",i="<a href='http://mappresspro.com/chris-contact', target='_blank'>"+v("contact support")+"</a>",n="<br/>"+sprintf(v("Please see the %s for help, or %s and provide this error message."),t,i),s=sprintf("<div class='mapp-errors-toolbar'><div class='mapp-errors-apikey'>%s</a></div>",v("Get an API Key"));this.div.layout.on("click",".mapp-errors-apikey",(()=>{window.open("https://mappresspro.com/how-to-get-a-google-maps-api-key")}));let o=[{condition:"leaflet"==mappl10n.options.engine&&"undefined"==typeof L,title:v("Leaflet library not loaded"),text:v("A theme or plugin is preventing the Leaflet library from loading.")+n},{condition:"google"==mappl10n.options.engine&&"undefined"==typeof google,title:v("Google Maps API not loaded"),text:v("A theme or plugin is preventing Google Maps from loading.")+n},{condition:"google"==mappl10n.options.engine&&!mappl10n.options.apikey,title:v("Google Maps API key required"),text:sprintf(v("Please enter a Google Maps API key in the %s, or switch to Leaflet maps."),e)+s},{condition:y('script[src*="https://maps.googleapis.com/maps/api/js?v=3"]').length>1,title:v("Google Maps API loaded multiple times"),text:v("A theme or plugin has loaded Google Maps twice")+n},{condition:"undefined"==typeof _,title:v("Underscore library not loaded"),text:v("A theme or plugin is preventing the underscore.js library from loading.")+n}];_.map(o,(e=>{if(e.condition){mappl10n.options.admin&&this.sanityOutput({title:e.title,text:e.text?e.text:""});let t=jQuery("<span>"+e.text.replace("<br/>","\n")+"</span>").text();console.error(v("Map error")+": "+e.title+" - "+t)}}))},sanityOutput(e){if(!y(".mapp-errors-overlay",this.div.content).length){let e="<div class='mapp-errors-overlay'></div><div class='mapp-errors'><div class='mapp-errors-header'>"+v("Oops! Something went wrong.")+"</div><div class='mapp-errors-list'></div></div>";this.div.content.prepend(e)}y(".mapp-errors-list",this.div.content).append("<div class='mapp-errors-title'>"+e.title+"</div><div class='mapp-errors-text'>"+e.text+"</div>")},set:function(e){for(let i in e){var t=e[i];switch(i){case"dirty":this.dirty=t;break;case"mapTypeId":this.mapTypeId=t,this.setMapTypeId(t);break;case"poiList":this.poiList=null==t?mappl10n.options.poiList:t,this.toggleSidebar(mappl10n.options.poiListOpen),this.toggleView("mini");break;case"search":this.search=t;break;case"style":this.setStyle(t);break;case"title":this.title=t;break;default:this[i]=t}}},setMapTypeId:function(e){const t=mappl10n.options.standardStyles.concat(mappl10n.options.userStyles),i=_.find(t,(t=>t.id==e));!mappl10n.options.style||"roadmap"!=e&&"streets"!=e&&i||(e=mappl10n.options.style);let n=_.find(t,(t=>t.id==e));n=n||t[0],this.setStyle(n)},setPois:function(e){if(this.resetPois(),e)for(var t=0;t<e.length;t++){var i=new mapp.Poi(e[t]);this.pois_.push(i),i.id=this.pois_.length-1,i.setMap(this)}this.clustersSet(),this.setLines()},setSize:function(e){var t=mappl10n.options.sizes[mappl10n.options.size]?mappl10n.options.sizes[mappl10n.options.size]:mappl10n.options.sizes[0];let i={},n={};if(e&&e.hasOwnProperty("width")&&(i={width:e.width?e.width:t.width}),e&&e.hasOwnProperty("height")){let i=e.height?e.height:t.height;n="string"==typeof i&&i.includes("%")?{"padding-bottom":i,height:"auto"}:{"padding-bottom":0,height:i}}window.frameElement&&window.frameElement.classList.contains("mapp-iframe")?(y(window.frameElement).parent().parent().css(i),y(window.frameElement).parent().css(n)):this.embed?(i={height:"100%"},n={"padding-bottom":0,height:"100%"}):(this.div.layout.css(i),this.div.wrapper.css(n)),this.resize()},setStyle:function(e){if("leaflet"==mappl10n.options.engine){let t={mapbox:{accessToken:mappl10n.options.mapbox,attribution:['<a href="https://www.mappresspro.com" target="_blank">MapPress</a>','<a href="https://www.mapbox.com/about/maps" target="_blank">&copy; Mapbox<a/>','<a href="https://www.openstreetmap.org/about/" target="_blank">&copy; OpenStreetMap</a>'],url:"https://api.mapbox.com/styles/v1/{user}/{mapboxid}/tiles/256/{z}/{x}/{y}{r}?access_token={accessToken}&fresh=true",zoomOffset:0},osm:{attribution:['<a href="https://www.mappresspro.com" target="_blank">MapPress</a>','<a href="https://openstreetmap.org" target="_blank">Map data (c) OpenStreetMap</a>'],url:"https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"}}[e.provider],i=y.extend({},t,e);L.tileLayer(t.url,i).addTo(this.map_)}else if(this.map_.setMapTypeId("standard"==e.type?e.id:"roadmap"),e.json){let t=null;try{t=JSON.parse(e.json)}catch(e){mapp.lib.log("Invalid JSON in map style")}this.map_.setOptions({styles:t||null})}else this.map_.setOptions({styles:null})},setLines:function(){if(this.editable||this.pois_.length<2||!this.lines&&!mappl10n.options.lines)return;const e={...mappl10n.options.lineOpts},t=[];if(_.map(this.pois_,(e=>{t.push(e.getPosition())})),"leaflet"==mappl10n.options.engine)this.polyline&&this.polyline.remove(),this.polyline=new L.Polyline(t,e).addTo(this.map_);else{this.polyline&&this.polyline.setMap(null);const i={strokeColor:e.color,strokeWeight:e.weight,strokeOpacity:e.opacity};e.icons&&(_.map(e.icons,(e=>{e.icon.path=parseInt(e.icon.path)})),e.icons[0].repeat="50px"),this.polyline=new google.maps.Polyline({map:this.map_,path:t,...e,...i}),e.animate&&e.icons&&e.icons.length&&this.setLinesAnimation()}},setLinesAnimation:function(){let e=0;const t=this.polyline.get("icons");t[0].repeat.replace("%","").replace("px",""),window.setInterval((()=>{e+=1,t[0].offset=e+(t[0].repeat.indexOf("%")>=0?"%":"px"),this.polyline.set("icons",t)}),20)},setView:function(e,t,i){"leaflet"==mappl10n.options.engine?(null==t&&(t=this.map_.getZoom()?this.map_.getZoom():0),this.map_.setView(e,t,i)):(e=e&&!e.toJSON?{lat:parseFloat(e.lat),lng:parseFloat(e.lng)}:e,t=t?parseInt(t):null,e&&this.map_.setCenter(e),t&&this.map_.setZoom(t))},spinner:function(e){this.div.layout.toggleClass("mapp-busy",e)},toggleLayer:function(e,t){t=void 0!==t?t:null==this.layers_[e].getMap(),y.each(["traffic","bicycling","transit"],((e,t)=>{this.layers_[t].setMap(null)})),t&&this.layers_[e].setMap(this.map_)},toggleSidebar:function(e){this.div.layout.toggleClass("mapp-sidebar-open",e),this.isSidebarOpen=e,setTimeout((()=>this.resize()),100)},togglePois:function(e){e=!!e;for(var t=0;t<this.pois_.length;t++)this.pois_[t].setVisible(e)},toggleView:function(e,t){if("mini"==e){let e=this.div.layout.hasClass("mapp-view-mini"),t=!("inline"==this.layout||!this.poiList)&&this.div.layout.width()<mappl10n.options.mini;return this.div.layout.toggleClass("mapp-view-mini",t),void(t!=e&&this.toggleSidebar(!t))}t=void 0===t?!this.div.layout.hasClass("mapp-view-"+e):t,this.div.layout.toggleClass("mapp-view-"+e,t),"list"==e&&t&&this.renderList(),"menu"==e&&t&&this.renderMenu(),"directions"==e&&this.resize()},toJSON:function(){this.pois=[];for(var e=0;e<this.pois_.length;e++)this.pois.push(this.pois_[e].toJSON());return{center:this.center,height:this.height,mapid:this.mapid,mapTypeId:this.mapTypeId,metaKey:this.metaKey,pois:this.pois,postid:this.postid,search:this.search,title:this.title,width:this.width,zoom:this.zoom}}}},689:()=>{var e;window.mapp=window.mapp||{},e=jQuery,mapp.Infobox=function(t,i){this.map=t,this.anchorPoint=null,this.fudge=30,this.isOpen=!1,this.mapDiv="leaflet"==mappl10n.options.engine?t.getContainer():t.getDiv(),this.node=null,this.opts=_.extend({clip:!0,pan:!0},i),this.overlayView=null,this.position=null,this.size=null,this.wrapper=null,this.wrapper=e('<div class="mapp-ib-wrapper" tabindex="0"><div class="mapp-ib-content"><div class="mapp-ib" tabindex="0"></div><div class="mapp-ib-tip"></div></div></div>'),i&&i.className&&this.wrapper.addClass(i.className),this.node=e(".mapp-ib-content",this.wrapper),"leaflet"==mappl10n.options.engine?mapp.event.addListener(this.map,"move",(e=>{this.isOpen&&this.draw()})):(this.overlayView=new google.maps.OverlayView,this.overlayView.onAdd=function(){},this.overlayView.setMap(this.map),this.overlayView.draw=()=>{this.isOpen&&this.draw()}),this.node.get(0).addEventListener("load",(()=>{"leaflet"==mappl10n.options.engine?this.open({position:this.position,anchorPoint:this.anchorPoint}):mapp.event.addListenerOnce(this.map,"panend",(e=>{this.open({position:this.position,anchorPoint:this.anchorPoint})}))}),{capture:!0});var n="leaflet"==mappl10n.options.engine?this.map.getContainer():this.map.getDiv();this.wrapper.appendTo(n),"leaflet"==mappl10n.options.engine&&t.on("load",(()=>{L.DomEvent.disableClickPropagation(this.wrapper.get(0))}))},mapp.Infobox.prototype={close:function(){this.isOpen=!1,this.wrapper&&this.wrapper.removeClass("mapp-open")},draw:function(){if(document.fullscreenElement||this.map.isFullscreen)return;if(!this.position)return;let e,t,i;if(e=this.node.outerWidth(),t=this.node.outerHeight(),"leaflet"==mappl10n.options.engine)i=this.map.latLngToContainerPoint(this.position);else{const e=this.overlayView.getProjection();if(!e)return;i=e.fromLatLngToContainerPixel(this.position)}this.wrapper.css({left:i.x-e/2+this.anchorPoint.x,bottom:this.mapDiv.clientHeight-i.y-this.anchorPoint.y})},getContent:function(){return e(".mapp-ib",this.node)},open:function(e){this.position=e.position,this.anchorPoint=e.anchorPoint?e.anchorPoint:{x:0,y:0},this.wrapper.addClass("mapp-open"),this.wrapper.css({left:0,bottom:0,width:"auto",height:"auto"}),this.wrapper.css({width:this.node.outerWidth(),height:this.node.outerHeight()}),"leaflet"==mappl10n.options.engine&&this.map.stop(),this.isOpen=!0,this.draw(),this.pan()},pan:function(){const t=this.node.outerWidth(),i=this.node.outerHeight(),n=e(this.mapDiv).width(),s=e(this.mapDiv).height();if("leaflet"==mappl10n.options.engine)var o=this.map.latLngToContainerPoint(this.position);else{var a=this.overlayView.getProjection();o=a?a.fromLatLngToContainerPixel(this.position):null}if(!o)return;var l={x:o.x,y:o.y};o.x+t/2+this.anchorPoint.x>n-this.fudge?l.x=Math.max(n-t/2-this.anchorPoint.x-this.fudge,n/2-this.anchorPoint.x):o.x-t/2+this.anchorPoint.x<this.fudge&&(l.x=Math.min(t/2+this.anchorPoint.x+this.fudge,n/2-this.anchorPoint.x)),o.y+this.anchorPoint.y-i<this.fudge&&(l.y=i-this.anchorPoint.y+this.fudge),l.y>=s&&(l.y=s-this.fudge);const p={x:o.x-l.x,y:o.y-l.y};p.x<=-1||p.x>=1||p.y<=-1||p.y>=1?"leaflet"==mappl10n.options.engine?this.map.panBy([p.x,p.y]):(mapp.event.addListenerOnce(this.map,"idle",(e=>{mapp.event.trigger(this.map,"panend")})),this.map.panBy(p.x,p.y)):mapp.event.trigger(this.map,"panend")},setContent:function(t){e(".mapp-ib",this.node).empty().append(t)}}},628:()=>{var e;window.mapp=window.mapp||{},e=jQuery,mapp.lib={ajax:function(t){var i=this,n={callback:null,data:null,dataType:"json",silent:!1,type:"GET",url:mappl10n.options.ajaxurl,success:function(e,n,s){"json"==t.dataType&&t.url==mappl10n.options.ajaxurl&&"OK"!=e.status&&i.alert(e.status),"json"==t.dataType&&e.output?i.alert("AJAX Invalid Output\r\n"+e.output):t.callback&&t.callback(e,s)},error:function(e,n,s){"cancel"!=n&&(void 0!==s&&""!=s&&i.alert("AJAX ERROR\r\nTextStatus="+n+"\r\nError="+s+"\r\nResponseText="+e.responseText),t.callback&&t.callback(null))}};return t=e.extend(n,t),e.ajax(t)},alert:function(e){mappl10n.options.admin||mappl10n.options.debug?alert(e):window.console&&console.error(e)},jqVersionCheck:function(t){if(void 0===e||void 0===t)return!1;t=t.split("."),v=e.fn.jquery.split(".");for(var i=0;i<t.length;i++){var n=parseInt(t[i]),s=void 0!==v[i]?parseInt(v[i]):0;if(s!=n)return s>n}return!0},log:function(e){window.console&&console.error(e)},scrollTo:function(e,t,i){if(e&&t&&e.length&&t.length){var n=e.height(),s=t.outerHeight(!0),o=e.scrollTop(),a=o+t.position().top,l=a+s;a=a-n/2-s/2,i&&(a-=i.outerHeight(!0)),(a<o||l>o+n)&&e.scrollTop(a)}},template:function(t,i){if(mapp.lib.templates=mapp.lib.templates?mapp.lib.templates:{},!mapp.lib.templates[t]){var n=mappl10n.options.templates?mappl10n.options.template[t]:e("#mapp-tmpl-"+t).html();if(!n)return"";mapp.lib.templates[t]=_.template(n,{evaluate:/<#([\s\S]+?)#>/g,interpolate:/\{\{\{([\s\S]+?)\}\}\}/g,escape:/\{\{([^\}]+?)\}\}(?!\})/g})}return mapp.lib.templates[t](i)},uniqid:function(){return void 0===mapp.lib.uniqidCounter?mapp.lib.uniqidCounter=0:mapp.lib.uniqidCounter++,mapp.lib.uniqidCounter}},mapp.lib.jqVersionCheck("1.7")||mapp.lib.alert("jQuery version is too old: "+e.fn.jquery),jQuery,"leaflet"==mappl10n.options.engine&&"undefined"!=typeof L&&(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(1e6*this.lat)/1e6+", "+Math.round(1e6*this.lng)/1e6}),mapp.event={addListener:function(e,t,i){t=t.split(" ");for(var n=0;n<t.length;n++)"leaflet"==mappl10n.options.engine?e.on(t[n],i):google.maps.event.addListener(e,t[n],i)},addListenerOnce:function(e,t,i){t=t.split(" ");for(var n=0;n<t.length;n++)"leaflet"==mappl10n.options.engine?e.once(t[n],i):google.maps.event.addListenerOnce(e,t[n],i)},clearInstanceListeners:function(e){"leaflet"==mappl10n.options.engine?e.off():google.maps.event.clearInstanceListeners(e)},clearListeners:function(e,t){t=t.split(" ");for(var i=0;i<t.length;i++)"leaflet"==mappl10n.options.engine?e.off(t[i]):google.maps.event.clearListeners(e,t[i])},trigger:function(e,t,i){"leaflet"==mappl10n.options.engine?e.fire(t,i):google.maps.event.trigger(e,t,i)}}},692:()=>{window.mapp=window.mapp||{},jQuery,mapp.load=function(){if("undefined"!=typeof mapp&&mapp.data)for(;mapp.data.length;){var e=mapp.data.pop();window[e.name]=new mapp.Map(e),window[e.name].display()}},mapp.load()},436:()=>{var e;window.mapp=window.mapp||{},e=jQuery,mapp.Marker=function(e){this.anchorPoint=null,this.div=null,this.draggable=null,this.icon=null,this.map=null,this.position=null,this.visible=null,this.zIndex=0,this.setValues(e),this.overlayView=new google.maps.OverlayView,this.overlayView.draw=()=>this.draw(),this.overlayView.onAdd=()=>this.onAdd(),this.overlayView.onRemove=()=>this.onRemove()},mapp.Marker.prototype={draw:function(){if(!this.div||!this.icon)return;let t=this.overlayView.getProjection();if(t){let i=t.fromLatLngToDivPixel(this.position),n=this.icon.scaledSize?this.icon.scaledSize:{width:32,height:32};e(this.div).css({left:i.x-n.width/2,top:i.y-n.height})}},getDiv:function(){return this.div},getDraggable:function(){return this.draggable},getMap:function(){return this.map},getPosition:function(){return this.position},getVisible:function(){return this.visible},handleEvent:function(e){let t="on"+e.type[0].toUpperCase()+e.type.slice(1);this[t]&&this[t](e)},onAdd:function(){let t=this.overlayView.getPanes();t&&(this.div=e('<div class="mapp-marker">'),this.div.appendTo(t.overlayMouseTarget),this.icon&&this.setIcon(),google.maps.OverlayView.preventMapHitsAndGesturesFrom(this.div.get(0)),this.div.get(0).addEventListener("click",(()=>{(!this.dragging||this.dragging&&!this.dragging.moved)&&mapp.event.trigger(this,"click"),this.dragging=null})),this.div.get(0).addEventListener("mouseenter",this),this.div.get(0).addEventListener("mouseleave",this),this.setDraggable(this.draggable))},onMouseenter:function(e){mapp.event.trigger(this,"mouseover")},onMouseleave:function(e){mapp.event.trigger(this,"mouseout")},onPointerdown:function(e){const t=this.map.getDiv().getBoundingClientRect(),i=this.overlayView.getProjection().fromLatLngToContainerPixel(this.position);this.dragging={moved:!1,startPixel:{x:e.clientX,y:e.clientY},offset:{x:i.x-(e.clientX-t.left),y:i.y-(e.clientY-t.top)}},this.toggleDragEvents(!0)},onPointermove:function(e){if(Math.abs(e.clientX-this.dragging.startPixel.x)+Math.abs(e.clientY-this.dragging.startPixel.y)<3)return;const t=this.map.getDiv().getBoundingClientRect();let i={x:e.clientX-t.left+this.dragging.offset.x,y:e.clientY-t.top+this.dragging.offset.y};this.setPosition(this.overlayView.getProjection().fromContainerPixelToLatLng(i)),this.draw(),this.dragging.moved=!0,mapp.event.trigger(this,"dragstart")},onPointercancel:function(e){this.onPointerup(e)},onPointerup:function(e){this.dragging&&this.dragging.moved&&mapp.event.trigger(this,"dragend"),this.toggleDragEvents(!1)},onRemove:function(){this.div&&(this.toggleDragEvents(!1),this.div.remove(),this.div=null)},set:function(e,t){let i="set"+e[0].toUpperCase()+e.slice(1);this[i]&&this[i](t)},setDraggable:function(e){this.draggable=e,this.map&&(this.div.get(0).removeEventListener("pointerdown",this,{passive:!0}),e&&this.div.get(0).addEventListener("pointerdown",this,{passive:!0}))},setIcon:function(e){if(void 0!==e&&(this.icon=e),this.icon&&this.div){let e='<img draggable="false" src="'+this.icon.url+'">';this.div.html(e);let t=this.icon.scaledSize?this.icon.scaledSize:{width:32,height:32};this.div.css({width:t.width,height:t.height}),this.setZIndex(),this.draw()}},setMap:function(e){this.map=e,this.overlayView.setMap(e)},setPosition:function(e){this.position=e},setValues:function(e){for(const t in e)this.set(t,e[t])},setVisible:function(e){this.visible=e,this.div&&this.div.css("visibility",e?"visible":"hidden")},setZIndex:function(e){this.zIndex=void 0!==e?e:this.zIndex,this.div&&this.div.css("z-index",e)},toggleDragEvents(e){document.removeEventListener("pointermove",this,{passive:!0}),document.removeEventListener("pointerup",this,{passive:!0}),document.removeEventListener("pointercancel",this,{passive:!0}),e&&(document.addEventListener("pointermove",this,{passive:!0}),document.addEventListener("pointerup",this,{passive:!0}),document.addEventListener("pointercancel",this,{passive:!0}))}}},548:(e,t,i)=>{"use strict";i.r(t);var n,s=i(939);window.mapp=window.mapp||{},n=jQuery,mapp.Poi=function(e){if(this.defaults={address:null,body:null,html: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,e),e&&e.correctedAddress&&(this.address=e.correctedAddress),"leaflet"==mappl10n.options.engine&&this.isPoly()&&(this.type=null),e.viewport&&e.viewport.sw&&e.viewport.ne&&e.viewport.sw.lat){var t=e.viewport.sw,i=e.viewport.ne;"leaflet"==mappl10n.options.engine?this.viewport=new L.LatLngBounds(L.latLng(t.lat,t.lng),L.latLng(i.lat,i.lng)):this.viewport=new google.maps.LatLngBounds(new google.maps.LatLng(t.lat,t.lng),new google.maps.LatLng(i.lat,i.lng))}var s=[],o=[];if(!e.overlay)switch(this.type){case"polygon":if(e.poly&&e.poly.paths)for(var a=0;a<e.poly.paths.length;a++){s=[];for(var l=0;l<e.poly.paths[a].length;l++)s.push(new google.maps.LatLng(e.poly.paths[a][l].lat,e.poly.paths[a][l].lng));o.push(new google.maps.MVCArray(s))}this.overlay=new google.maps.Polygon({paths:new google.maps.MVCArray(o)}),this.setColors(e.poly);break;case"polyline":if(e.poly&&e.poly.path)for(a=0;a<e.poly.path.length;a++)s.push(new google.maps.LatLng(e.poly.path[a].lat,e.poly.path[a].lng));this.overlay=new google.maps.Polyline({path:new google.maps.MVCArray(s)}),this.setColors(e.poly);break;case"circle":var p=new google.maps.LatLng(e.point.lat,e.point.lng);this.overlay=new google.maps.Circle({center:p,radius:parseFloat(e.poly.radius)}),this.setColors(e.poly);break;case"rectangle":this.overlay=new google.maps.Rectangle({bounds:this.viewport}),this.setColors(e.poly);break;case"kml":var r=e.kml&&e.kml.url?e.kml.url:"";this.overlay="leaflet"==mappl10n.options.engine?omnivore.kml(r):new google.maps.KmlLayer({url:r,preserveViewport:!0,suppressInfoWindows:!0});break;default:"leaflet"==mappl10n.options.engine?this.overlay=L.marker([e.point.lat,e.point.lng]):this.overlay=new mapp.Marker({position:new google.maps.LatLng(e.point.lat,e.point.lng)})}e.type||this.set({iconid:e.iconid})},mapp.Poi.prototype={center:function(e){var t=this.getBounds();if("number"!=typeof e)if(t){var i=t.getNorthEast().toJSON().lng-t.getSouthWest().toJSON().lng;i<0&&(i+=360),e=Math.round(Math.log(360*this.map.div.canvas.width()/i/256)/Math.LN2),this.map.setView(this.getPosition(),e,{animate:!1})}else this.map.setView(this.getPosition(),parseInt(mappl10n.options.poiZoom));else this.map.setView(this.getPosition(),e)},getAddress:function(){return this.address?this.address:this.getPosition().toUrlValue()},getAnchorPoint:function(e){switch(this.isPoly()?"poly":this.type){case"kml":return e&&e.pixelOffset?{x:e.pixelOffset.width,y:e.pixelOffset.height}:{x:0,y:0};case"poly":return{x:0,y:0};default:return mappl10n.options.iconScale&&mappl10n.options.iconScale[0]&&mappl10n.options.iconScale[1]?{x:0,y:0-mappl10n.options.iconScale[1]}:{x:0,y:-32}}},getBounds:function(){var e;switch(this.type){case"polyline":e=new google.maps.LatLngBounds,this.overlay.getPath().forEach((function(t){e.extend(t)}));break;case"polygon":e=new google.maps.LatLngBounds,this.overlay.getPaths().forEach((function(t){t.forEach((function(t){e.extend(t)}))}));break;case"rectangle":case"circle":e=this.overlay.getBounds();break;case"kml":e=(e="leaflet"==mappl10n.options.engine?this.overlay.getBounds().isValid()?this.overlay.getBounds():null:this.overlay.getDefaultViewport())||this.viewport;break;default:return this.viewport}return e},getColors:function(){var e={};for(var t in{strokeColor:"",strokeOpacity:"",strokeWeight:"",fillColor:"",fillOpacity:""})void 0!==this.overlay[t]&&(e[t]=this.overlay[t]);return e},getPosition:function(e){if(!this.type)return"leaflet"==mappl10n.options.engine?this.overlay.getLatLng():this.overlay.getPosition();if("kml"==this.type&&e&&e.latLng)return e.latLng;const t=this.getBounds();return"leaflet"==mappl10n.options.engine?t&&t.isValid()?t.getCenter():new L.latLng(0,0):t?t.getCenter():new google.maps.LatLng(0,0)},getTemplateColors:function(){var e=this.getColors();return"polyline"==this.type?{color:e.strokeColor,opacity:e.strokeOpacity,weight:e.strokeWeight}:{color:e.fillColor,opacity:e.fillOpacity,weight:e.strokeWeight}},highlight:function(e){if(!this.type){var t="leaflet"==mappl10n.options.engine?n(this.overlay._icon):this.overlay.getDiv();if(t){switch(this.editable?"circle":mappl10n.options.highlight){case"circle":t.toggleClass("mapp-marker-circle",e);break;case"icon":var i=e?s.mappLib.getIcon(mappl10n.options.highlightIcon):s.mappLib.getIcon(this.iconid);if("leaflet"==mappl10n.options.engine&&this.overlay.getIcon().options.iconUrl==i.options.iconUrl)return;this.overlay.setIcon(i);break;case"scale":t.addClass("mapp-marker"),t.toggleClass("mapp-marker-scale",e)}this.setZIndex(e?1e4:0)}}},isPoly:function(){return-1!=jQuery.inArray(this.type,["polyline","polygon","circle","rectangle"])},onClick:function(){this.map.poiClick(this)},open:function(e){this.map.poiOpen(this,e)},render:function(e,t){var i={};return i=_.extend(i,this,{icon:s.mappLib.getIconUrl(this.iconid)}),t&&(i.body=t.description,i.title=t.name),i.thumbnail=mappl10n.options.thumbsPopup&&"popup"==e||mappl10n.options.thumbsList&&"item"==e?i.thumbnail:null,mapp.lib.template(this.map.templates[e],{poi:i,colors:this.getTemplateColors()})},set:function(e){for(var t in e){var i=e[t];switch(t){case"dirty":this.map.set({dirty:i});break;case"iconid":this.type||(this.iconid=i,this.overlay.setIcon(s.mappLib.getIcon(i)));break;default:this[t]=i}}this.map&&"undefined"!=typeof dirty&&this.map.set({dirty})},setColors:function(e){var t={};for(var i in{strokeColor:"",strokeOpacity:"",strokeWeight:"",fillColor:"",fillOpacity:""})e&&void 0!==e[i]&&(t[i]=e[i]);this.overlay.setOptions(t)},setEditable:function(e){var t=this;"kml"!=this.type&&("leaflet"==mappl10n.options.engine?this.overlay.options.draggable=e:this.overlay.setDraggable(e),this.isPoly()&&this.overlay.setEditable(e),mapp.event.clearListeners(this.overlay,"rightclick"),mapp.event.clearListeners(this.overlay,"dragstart"),e&&(mapp.event.addListener(this.overlay,"dragstart",(function(){t.viewport=null,t.map.poiClose()})),mapp.event.addListener(this.overlay,"dragend",(function(){t.map.set({dirty:!0})})),"polygon"!=this.type&&"polyline"!=this.type||"leaflet"!=mappl10n.options.engine&&(mapp.event.addListener(this.overlay,"rightclick",(function(e){null!=e.vertex&&t.overlay.getPath().getLength()>2&&t.overlay.getPath().removeAt(e.vertex)})),mapp.event.clearListeners(this.overlay.getPath(),"insert_at remove_at set_at"),mapp.event.addListener(this.overlay.getPath(),"insert_at remove_at set_at",(function(){t.map.set({dirty:!0})})))))},setMap:function(e){var t=this;this.map=e,mapp.event.clearInstanceListeners(this.overlay),null!=e?("kml"==this.type&&("leaflet"==mappl10n.options.engine?(mapp.event.addListenerOnce(this.overlay,"ready",(()=>{this.viewport=this.overlay.getBounds()})),mapp.event.addListenerOnce(this.overlay,"error",(()=>{alert(mappl10n.kml_error+" : "+this.kml.url)}))):(mapp.event.addListener(this.overlay,"defaultviewport_changed",(()=>{this.viewport=this.overlay.getDefaultViewport()})),mapp.event.addListener(this.overlay,"status_changed",(()=>{"OK"!=this.overlay.getStatus()&&alert(mappl10n.kml_error+" : "+this.kml.url)})))),this.setEditable(this.map.editable),!this.type&&this.map.clusterer||("leaflet"==mappl10n.options.engine?this.overlay.addTo(e.getMap()):this.overlay.setMap(e.getMap())),mapp.event.addListener(this.overlay,"click",(function(e){t.onClick(e)})),mapp.event.addListener(this.overlay,"mouseover",(function(e){t.map.poiHover(t)})),mapp.event.addListener(this.overlay,"mouseout",(function(e){t.map.poiHover(null)}))):"leaflet"==mappl10n.options.engine?this.overlay.remove():this.overlay.setMap(null)},setTemplateColors:function(e){let{color:t,opacity:i,weight:n}=e;var s="polyline"==this.type?{strokeColor:t,strokeOpacity:i,strokeWeight:n}:{fillColor:t,fillOpacity:i,strokeColor:t,strokeWeight:n,strokeOpacity:1};this.setColors(s)},setVisible:function(e){void 0!==this.overlay.setVisible&&this.overlay.setVisible(e)},setZIndex:function(e){"leaflet"==mappl10n.options.engine?this.type||this.overlay.setZIndexOffset(e):this.overlay.set("zIndex",e)},toJSON:function(){var e={address:this.address,body:this.body,iconid:this.iconid,point:null,poly:null,title:this.title,type:this.type,viewport:null},t=this.getPosition();e.point=t.toJSON();var i=this.viewport?this.viewport:this.getBounds();if(i){var n=i.toJSON();e.viewport={sw:{lat:n.south,lng:n.west},ne:{lat:n.north,lng:n.east}}}if("kml"==this.type&&(e.kml=this.kml),this.isPoly())switch(e.poly=this.getColors(),this.type){case"circle":e.poly.radius=this.overlay.getRadius();break;case"polyline":e.poly.path=[],this.overlay.getPath().forEach((function(t){e.poly.path.push(t.toJSON())}));break;case"polygon":e.poly.paths=[],this.overlay.getPaths().forEach((function(t){var i=[];t.forEach((function(e){i.push(e.toJSON())})),e.poly.paths.push(i)}));break;case"rectangle":var s=this.overlay.getBounds();e.viewport={sw:s.getSouthWest().toJSON(),ne:s.getNorthEast().toJSON()}}return e}}}},t={};function i(n){var s=t[n];if(void 0!==s)return s.exports;var o=t[n]={exports:{}};return e[n](o,o.exports,i),o.exports}i.d=(e,t)=>{for(var n in t)i.o(t,n)&&!i.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},i.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),i.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i(117),i(715),i(817),i(10),i(939),i(443),i(818),i(628),i(293),i(689),i(436),i(548),i(692)})();
build/index_mappress_admin.js CHANGED
@@ -1 +1 @@
1
- (()=>{var e={844:()=>{const e=wp.element.createElement,{Fragment:t,useEffect:a,useLayoutEffect:o,useRef:i,useState:n}=wp.element,{Button:s,Modal:l}=wp.components,__=e=>wp.i18n.__(e,"mappress-google-maps-for-wordpress");function r(t){const[o,i]=n({isOpen:!1,reason:"",reasonText:"",redirectUrl:null});function r(e){i((t=>({...t,...e})))}function p(e,t){switch(e){case"cancel":r({isOpen:!1});break;case"submit":r({isOpen:!1}),window.location.href=o.redirectUrl+"&mapp_reason="+o.reason+"&mapp_reason_text="+encodeURIComponent(o.reasonText.trim())}}return a((()=>{const e=jQuery("#deactivate-mappress-google-maps-for-wordpress");e.length&&(e.off("click.mapp"),e.on("click.mapp",(function(){return function(e){const t=e?jQuery(e).attr("href"):null;t&&r({isOpen:!0,redirectUrl:t})}(this),!1})))}),[]),o.isOpen?e(l,{isDismissible:!0,onRequestClose:()=>p("cancel"),shouldCloseOnEsc:!0,shouldCloseOnClickOutside:!0,title:__("Feedback")},function(){const t=!o.reason||"other"==o.reason&&!o.reasonText;return sprintf("<a href='https://mappresspro.com/chris-contact' target='_blank'>%s</a>",__("contact me")),e("div",{className:"mapp-deactivate"},e("div",{className:"mapp-deactivate-content"},e("h2",null,__("Sorry to see you go! Need help?"),e(s,{className:"mapp-deactivate-help",isSecondary:!0,href:"https://mappresspro.com/chris-contact",target:"_blank"},__("Contact me"))),e("h2",null,__("If not, I'd really appreciate some feedback:")),function(){const t=[{value:"badday",label:__("I'm just having a bad day")},{value:"notworking",label:__("The plugin isn't working"),placeholder:__("What didn't work? Was there an error message?")},{value:"toohard",label:__("Too hard to use"),placeholder:__("How can I make it easier?")},{value:"feature",label:__("Missing feature"),placeholder:__("What's missing?")},{value:"other",label:__("Other"),placeholder:__("Can you provide any details?")}];return e("div",{className:"mapp-deactivate-reasons"},_.map(t,(t=>{const a=t.value==o.reason;return e("div",{className:"mapp-deactivate-reason",key:t.value},e("label",null,e("input",{checked:a,onChange:e=>r({reason:e.target.value}),type:"radio",value:t.value}),t.label),a&&t.placeholder&&e("div",null,e("textarea",{onChange:e=>r({reasonText:e.target.value}),placeholder:t.placeholder,value:o.reasonText})))})))}()),e("div",{className:"mapp-deactivate-footer"},e(s,{isSecondary:!0,disabled:t,onClick:()=>p("submit")},__("Deactivate")),e(s,{isPrimary:!0,onClick:()=>p("cancel")},__("Cancel"))))}()):null}jQuery(document).ready((function(){const t=jQuery("<div></div>").appendTo("body").get(0);wp.element.render(e(r),t)}))},215:(e,t,a)=>{"use strict";a.r(t);var o=a(525),i=a(143);window.mapp=window.mapp||{};const n=wp.element.createElement;var s;s=jQuery,mapp.Editor=function(e){this.drawingManager=null,this.map=e,this.poiEditor=null;var t=this;this.initialize=function(){this.map.display(),this.poiEditor=new mapp.PoiEditor(this.map),this.initDrawingManager(),s(this.map.places).off("search.mapp"),s(this.map.places).on("search.mapp",(function(e,a){t.insert(a)}))},this.insert=function(e){if(e)if(this.drawingManager&&this.drawingManager.setDrawingMode(null),this.map.poiClose(),e.geometry){var a=e.formatted_address?e.formatted_address.replace(/, United States of America/i,"").replace(/, United States/i,"").replace(/, USA/i,""):null,o=e.name==a?"":a,i=new mapp.Poi({address:a,body:o,iconid:this.poiEditor.lastIcon,point:e.geometry.location,title:e.name,viewport:e.geometry.viewport?e.geometry.viewport:null});this.map.poiInsert(i),i.center()}else e.overlay?(this.map.poiHover(null),"marker"==e.type?(i=new mapp.Poi({body:"",iconid:null,overlay:null,point:e.overlay.getPosition().toJSON(),title:e.overlay.getPosition().toUrlValue(6),type:null}),e.overlay.setMap(null)):i=new mapp.Poi({body:"",iconid:null,overlay:e.overlay,title:mappl10n.shape,type:e.type}),this.map.poiInsert(i)):"string"==typeof e&&"http"==e.substring(0,4)&&(i=new mapp.Poi({iconid:this.poiEditor.lastIcon,kml:{url:e},title:"KML",type:"kml"}),t.map.poiInsert(i),mapp.event.addListenerOnce(i.overlay,"ready defaultviewport_changed",(function(){i.center()})))},this.initDrawingManager=function(){var e={fillColor:"#0000FF",fillOpacity:.4,strokeColor:"#0000FF",strokeOpacity:1,strokeWeight:2};"leaflet"==mappl10n.options.engine||google.maps.drawing&&(this.drawingManager=new google.maps.drawing.DrawingManager({drawingControlOptions:{position:google.maps.ControlPosition.TOP_CENTER,drawingModes:[google.maps.drawing.OverlayType.MARKER,google.maps.drawing.OverlayType.POLYGON,google.maps.drawing.OverlayType.POLYLINE,google.maps.drawing.OverlayType.RECTANGLE,google.maps.drawing.OverlayType.CIRCLE]},circleOptions:e,polygonOptions:e,polylineOptions:e,rectangleOptions:e}),this.drawingManager.setMap(this.map.getMap()),mapp.event.addListener(this.drawingManager,"overlaycomplete",(function(e){t.drawingManager.get("drawingMode")&&t.insert(e)})))},this.initialize.apply(this)},mapp.PoiEditor=function(e){this.map=e,this.poi=null,this.sel=null,this.lastIcon=null;var t=this;this.initialize=function(){this.sel=s(this.map.iw.getContent()),s(this.map).on("mapp.open",(function(e,a){t.render(a)})),s(this.map).on("mapp.close",(function(){t.mce(!1)})),this.sel.on("click","[data-mapp-poi]",(function(e){e.preventDefault();var a=s(this).attr("data-mapp-poi");t[a]()})),this.sel.on("click",".mapp-poi-visual, .mapp-poi-html",(function(e){var a=s(this).hasClass("mapp-poi-visual");t.mce(a)})),this.sel.on("keydown",(function(e){13==e.which&&"mapp-poi-body"!=e.target.id&&(e.preventDefault(),t.save())}))},this.cancel=function(){this.map.poiClose()},this.initMCE=function(){if("undefined"!=typeof tinyMCE&&void 0!==tinyMCE.init){var e="en";if(void 0!==window.tinyMCEPreInit&&void 0!==window.tinyMCEPreInit.mceInit&&void 0!==window.tinyMCEPreInit.mceInit.content){var t=window.tinyMCEPreInit.mceInit.content;e=void 0!==t.language?t.language:"en"}var a={mode:"none",height:"100%",convert_urls:!1,language:e,menubar:!1,plugins:"image,paste,textcolor,wordpress,wpeditimage,wplink,wpview",relative_urls:!1,remove_script_host:!1,statusbar:!1,theme:"modern",toolbar1:"bold,italic,link",toolbar2:"",toolbar3:"",toolbar4:""};tinyMCE.init(a),this.mce(!0)}},this.mce=function(e){var a=e?"mceAddEditor":"mceRemoveEditor";"undefined"!=typeof tinyMCE&&tinyMCE.execCommand(a,!1,"mapp-poi-body"),s(".mapp-poi-visual, .mapp-poi-html",t.sel).removeClass("mapp-active"),e?s(".mapp-poi-visual",t.sel).addClass("mapp-active"):s(".mapp-poi-html",t.sel).addClass("mapp-active")},this.remove=function(){confirm(mappl10n.delete_prompt)&&(this.map.poiClose(),this.map.poiRemove(this.poi))},this.render=function(e){this.poi=e,this.renderColorPicker(this.poi),this.renderIconPicker(this.poi),this.initMCE()},this.renderColorPicker=function(e){document.getElementById("mapp-poi-colorpicker")&&wp.element.render(n(o.MappColorPicker,{...e.getTemplateColors(),isExtended:!0,onChange:t=>{e.set({dirty:!0}),e.setTemplateColors(t),this.map.renderList(),this.renderColorPicker(e)}}),document.getElementById("mapp-poi-colorpicker"))},this.renderIconPicker=function(e){document.getElementById("mapp-poi-iconpicker")&&wp.element.render(n(i.MappIconPicker,{iconid:e.iconid,onChange:t=>{e.set({dirty:!0,iconid:t}),this.lastIcon=t,this.map.renderList(),this.renderIconPicker(e)}}),document.getElementById("mapp-poi-iconpicker"))},this.save=function(){"undefined"!=typeof tinyMCE&&tinyMCE.get("mapp-poi-body")&&tinyMCE.get("mapp-poi-body").save(),this.poi.set({dirty:!0,title:s(".mapp-poi-title").val(),body:s(".mapp-poi-body").val()}),this.map.renderList(),this.map.poiClose()},this.initialize.apply(this)}},713:(e,t,a)=>{"use strict";a.r(t),a.d(t,{default:()=>m});const o=wp.element.createElement,{addQueryArgs:i}=wp.url,{useCallback:n,useEffect:s,useState:l}=wp.element,{Button:r,Dropdown:p,Spinner:c,TextControl:d}=wp.components,__=e=>wp.i18n.__(e,"mappress-google-maps-for-wordpress");function m(e){const[t,a]=l({isFetching:!1,results:[],search:"",searchTerm:""});function r(e){a((t=>({...t,...e})))}s((()=>{t.isOpen&&(r({isFetching:!0}),wp.apiFetch({path:i("/wp/v2/search",{search:t.search,per_page:20})}).then((e=>{r({results:e,isFetching:!1})})))}),[t.search,t.isOpen]);const m=n(_.debounce((function(e){r({search:e})}),1e3),[]);function u(a,i){return o("div",{className:"mapp-attach-control"},o("div",{className:"mapp-attach-control-toolbar"},o(d,{autoComplete:"false",value:t.searchTerm,onChange:e=>{r({searchTerm:e}),m(e)},placeholder:__("Search")})),function(){if(t.isFetching)return o(c,null);if(t.results)return t.results.length?o("div",{className:"mapp-attach-items"},t.results.map((t=>o("div",{key:t.id,className:"mapp-attach-item",onClick:()=>{e.onChange(t.id,t.title)}},o("div",{className:"mapp-attach-item-title"},t.title?t.title:__("Untitled")),o("div",{className:"mapp-attach-item-type"},t.subtype))))):o("div",{},__("No posts found"))}())}return o("div",{onClick:e=>e.stopPropagation()},o(p,{onToggle:e=>r({isOpen:e}),renderToggle:e=>{let{isOpen:t,onToggle:a}=e;return o("a",{href:"#",onClick:a},__("Attach"))},renderContent:e=>{let{isOpen:t,onToggle:a}=e;return u()}}))}},525:(e,t,a)=>{"use strict";a.r(t),a.d(t,{MappColorPicker:()=>M});var o=a(824);const i=wp.element.createElement,{Fragment:n,useEffect:s,useLayoutEffect:l,useCallback:r,useRef:p,useState:c}=wp.element,{useSelect:d}=wp.data,{withState:m}=wp.compose,{Button:u,ColorPalette:h,ColorPicker:g,Dashicon:f,Dropdown:b,ExternalLink:y,Modal:v,Panel:k,PanelBody:w,PanelRow:C,Popover:x,RadioControl:S,Spinner:N,TabPanel:O}=wp.components,__=e=>wp.i18n.__(e,"mappress-google-maps-for-wordpress");function M(e){const[t,a]=c({isCustomOpen:!1,isOpen:!1});function l(e){a((t=>({...t,...e})))}function r(t,a){switch(t){case"close":l({isOpen:!1});break;case"open":l({isOpen:!0});break;case"select":e.onChange(a),r("close");break;case"set":e.onChange(a)}}return s((()=>{}),[]),i(n,null,i("span",{className:"mapp-colors-toggle",onClick:()=>r("open",null),style:{backgroundColor:e.color,border:e.isExtended?"1px solid "+e.color:"1px solid gray",opacity:e.isExtended&&e.opacity?e.opacity/100:1},tabIndex:0}),function(){if(!t.isOpen)return null;const a=_.map([100,90,80,70,60,50,40,30,20,10,0],(e=>({label:e+"%",value:e}))),n=_.map([1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20],(e=>({label:e+"px",value:e})));return i(v,{title:__("Select a color"),className:"mapp-colors-modal",onRequestClose:e=>r("close")},i("div",{className:"mapp-colors"},i("div",{className:"mapp-colors-list"},_.map([["yellow","yellowgreen","green","seagreen","blue","cornflowerblue","darkslateblue","purple","firebrick","red","darkorange","orange","saddlebrown"],["lightyellow","greenyellow","lightgreen","darkseagreen","lightblue","skyblue","slateblue","orchid","plum","pink","sandybrown","goldenrod","peru"],["white","lightgray","gray","black"]],((t,a)=>i("div",{key:a},_.map(t,(t=>i("span",{className:"mapp-color"+(t==e.color?" mapp-selected":""),key:t,onClick:()=>{l({isCustomOpen:!1}),r("select",{color:t})},style:{backgroundColor:t},title:t}))))))),t.isCustomOpen&&i(g,{color:e.color,onChangeComplete:e=>r("set",{color:e.hex}),disableAlpha:!0}),e.isExtended&&i(o.Select,{label:__("Opacity"),options:a,value:e.opacity?e.opacity:"",onChange:e=>r("set",{opacity:e})}),e.isExtended&&i(o.Select,{label:__("Stroke"),options:n,value:e.weight?e.weight:"",onChange:e=>r("set",{weight:e})}),i("div",{className:"mapp-colors-toolbar"},i(u,{isPrimary:!0,onClick:()=>r("close")},__("Done")),i(u,{onClick:()=>l({isCustomOpen:!t.isCustomOpen})},__("Custom color")))))}())}},371:(e,t,a)=>{"use strict";a.r(t);var o=a(477);wp&&wp.plugins&&wp.plugins.registerPlugin&&wp.editPost&&wp.plugins.registerPlugin("mappress-document-settings-panel",{render:function(){const{PluginDocumentSettingPanel:e}=wp.editPost,t=wp.element.createElement,{Fragment:a,useEffect:i,useLayoutEffect:n,useRef:s,useState:l}=wp.element,{Button:r,Spinner:p}=wp.components,__=e=>wp.i18n.__(e,"mappress-google-maps-for-wordpress"),[c,d]=l({isFetchingItems:!0,isPickerOpen:!1,items:null,pickerMapid:null,pickerMode:"list"});function m(e){d((t=>({...t,...e})))}function u(e,t){switch(e){case"open-library":m({isPickerOpen:!0,pickerMode:"list"});break;case"edit":m({isPickerOpen:!0,pickerMapid:t,pickerMode:"edit"});break;case"pick-close":m({isPickerOpen:!1,pickerMapid:null});break;case"pick-insert":const e=wp.blocks.createBlock("mappress/map",{mapid:t});wp.data.dispatch("core/block-editor").insertBlock(e,0),m({isPickerOpen:!1,pickerMapid:null})}}function h(e){let a=e.map_title?e.map_title:__("Untitled");return t("div",{className:"mapp-document-item",key:e.mapid+e.postid},t("a",{className:"mapp-document-col-map_title",href:"#",onClick:t=>u("edit",e.mapid)},a),t("div",{className:"mapp-document-col-mapid"},e.mapid))}return i((()=>{const e=e=>{m({isFetchingItems:e.isFetchingItems,isSavingMap:e.isSavingMap,items:e.items})};return mapp.store.subscribe(e),()=>mapp.store.unsubscribe(e)})),i((()=>{mapp.store.fetchItems()}),[]),t(e,{title:"MapPress",className:"mapp-document-panel"},function(){const e=_.filter(c.items,(e=>e.postid==mappl10n.options.postid));let o;return o=c.isFetchingItems?t(p,null):e.length?t(a,null,t("div",{className:"mapp-document-header"},t("div",{className:"mapp-document-col-map_title"},__("Map title")),t("div",{className:"mapp-document-col-mapid"},null,__("Map ID"))),_.map(e,h)):t("div",{className:"mapp-document-message"},__("No maps found")),t("div",null,t("div",{className:"mapp-document-list"},o))}(),t(r,{icon:"portfolio",isSecondary:!0,onClick:()=>u("open-library")},__("Open map library")),function(){if(c.isPickerOpen)return t(o.default,{mapid:c.pickerMapid,mode:c.pickerMode,onAction:u,type:"post"})}())},icon:null})},999:(e,t,a)=>{"use strict";a.r(t),a.d(t,{default:()=>v});var o=a(429),i=a(710);window.mapp=window.mapp||{};const n=wp.element.createElement,{Fragment:s,useEffect:l,useLayoutEffect:r,useRef:p,useState:c}=wp.element,{Button:d,Dropdown:m,Modal:u,Panel:h,PanelBody:g,Popover:f,Spinner:b,TextControl:y}=wp.components,__=e=>wp.i18n.__(e,"mappress-google-maps-for-wordpress");function v(e){const[t,a]=c({dragging:null,dragover:null,isFetchingMap:!!e.mapid,isPoiListOpen:!0,isSavingMap:!1,map:null,mapdata:null}),s=p(null);function r(e){a((t=>({...t,...e})))}function m(e){r({map:t.map})}function u(a,o){switch(a){case"change-settings":t.map.set(o),r({map:t.map});break;case"change-title":t.map.set({title:o}),r({map:t.map});break;case"close":e.onAction("edit-close");break;case"trash":confirm(mappl10n.delete_map_prompt)&&(mapp.store.trashMap({mapid:e.mapid}),e.onAction("edit-trash"));break;case"save":mapp.store.saveMap({mapdata:t.map.toJSON(),success:t=>{e.onAction("edit-save",t.mapid)}})}}return l((()=>{t.map&&(jQuery(t.map.div.layout).off("mapp.render",m),jQuery(t.map.div.layout).on("mapp.render",(e=>m())))}),[t.map]),l((()=>{const t=t=>{r({isFetchingMap:t.isFetchingMap,isSavingMap:t.isSavingMap,mapdata:t.maps[e.mapid]})};return mapp.store.subscribe(t),()=>mapp.store.unsubscribe(t)})),l((()=>{e.mapid&&mapp.store.fetchMap({mapid:e.mapid})}),[e.mapid]),l((()=>{if(t.isFetchingMap)return;let a={editable:!0,embed:!0,layout:"left",mapOpts:{streetViewControl:!1},menu:!1,name:"media-map",poiList:!1,sel:jQuery(s.current)};"map"!=e.context&&"mashup"!=e.context||(a.center=null,a.zoom=null);const o=new mapp.Map(t.mapdata,a);new mapp.Editor(o);r({map:o})}),[t.mapdata]),l((()=>{t.map&&setTimeout((()=>t.map.resize()),100)}),[t.isPoiListOpen]),n("div",{className:"mapp-edit"},function(){let e=t.map&&!t.isFetchingMap&&t.map.title?t.map.title:"",a=t.map&&!t.isFetchingMap?__("Untitled"):"";return n("div",{className:"mapp-gt-modal-header"},n(y,{className:"mapp-edit-title",placeholder:a,value:e,onChange:e=>u("change-title",e)}))}(),n("div",{className:"mapp-edit-main"},n("div",{className:"mapp-sidebar"+(t.isPoiListOpen?" mapp-sidebar-open":"")},n("div",{className:"mapp-sidebar-toggle",onClick:()=>r({isPoiListOpen:!t.isPoiListOpen})}),n("div",{className:"mapp-list mapp-edit-list"},n("div",{className:"mapp-edit-list-wrapper"},function(){if("mce"!=e.context&&"library"!=e.context)return null;if(!t.map)return null;const{center:a,height:i,poiList:s,search:l,width:r,zoom:p}=t.map;return n("div",{className:"mapp-gt-inspector"},n(o.MappSettings,{map:t.map,context:e.context,onAction:u,center:a,height:i,poiList:s,search:l,width:r,zoom:p}))}(),function(){if(!t.map)return;const e=function(e,a){let o=t.dragging,i=a;t.map.pois_.splice(i,0,t.map.pois_.splice(o,1)[0]),r({map:t.map,dragover:null})};return n("div",{className:"mapp-items"},_.map(t.map.pois_,((a,o)=>n("div",{className:t.dragover==o?"mapp-item mapp-edit-dragover":"mapp-item",draggable:!0,key:o,onClick:()=>t.map.poiOpen(t.map.pois_[o]),onDragOver:e=>e.preventDefault(),onDragStart:e=>r({dragging:o}),onDragEnter:e=>r({dragover:o}),onDragEnd:e=>r({dragging:null,dragover:null}),onDrop:t=>e(t,o)},n("img",{className:"mapp-icon",src:mapp.Icons.getUrl(a.iconid)}),n("div",{className:"mapp-title"},a.title)))))}()))),n("div",{className:"mapp-edit-map",key:e.mapid,ref:s,onKeyDown:e=>e.stopPropagation(),tabIndex:-1}),s.current&&t.map?n(i.m,{map:t.map,selected:t.map.mapTypeId,onChange:e=>u("change-settings",{mapTypeId:e})}):null),n("div",{className:"mapp-edit-toolbar",tabIndex:-1,onKeyDown:e=>e.stopPropagation()},n(d,{isPrimary:!0,isBusy:t.isSavingMap,onClick:()=>u("save")},__("Save")),n(d,{disabled:t.isSavingMap,onClick:()=>u("close")},__("Cancel")),n(d,{disabled:!e.mapid||t.isSavingMap,isDestructive:!0,className:"mapp-edit-delete",onClick:()=>u("trash")},__("Trash"))))}},143:(e,t,a)=>{"use strict";a.r(t),a.d(t,{MappIconPicker:()=>O});var o=a(525),i=a(824);const n=wp.element.createElement,{Fragment:s,useEffect:l,useLayoutEffect:r,useCallback:p,useRef:c,useState:d}=wp.element,{useSelect:m}=wp.data,{withState:u}=wp.compose,{Button:h,ColorPicker:g,DropZone:f,DropZoneProvider:b,FormFileUpload:y,Modal:v,Popover:k,RangeControl:w,Spinner:C,TabPanel:x}=wp.components,__=e=>wp.i18n.__(e,"mappress-google-maps-for-wordpress"),S=[{id:"mapp-shapes",fontFamily:"Marker Shapes",glyphs:[{name:"circle",center:[16,16]},{name:"widepin",center:[16,14]},{name:"route",center:[16,16]},{name:"shield",center:[16,16]},{name:"squarepin",center:[16,15]},{name:"square",center:[16,16]},{name:"squarerounded",center:[16,16]},{name:"roundpin",center:[16,13]},{name:"pin",center:null},{name:"pindot",center:null}]}],N=[{id:"mapp-icons",className:"mapp-marker-icons",filePrefix:"mp",fontFamily:"Marker Icons",label:"Map icons",glyphs:["airport","amusement-park","aquarium","archery","art-gallery","assistive-listening","atm","audio-description","bakery","bank","bar","baseball","beauty-salon","bicycle-store","bicycling","boat-ramp","boat-tour","boating","book-store","bowling-alley","braille","bus-station","cafe","campground","canoe","car-dealer","car-rental","car-repair","car-wash","casino","cemetery","chairlift","church","city-hall","closed-captioning","clothing-store","compass","convenience-store","courthouse","cross-country-skiing","crosshairs","dentist","department-store","diving","doctor","electrician","electronics-store","embassy","expand","female","finance","fire-station","fish-cleaning","fishing-pier","fishing","florist","food","fullscreen","funeral-home","furniture-store","gas-station","contractor","golf","grocery","gym","hair-care","hang-gliding","hardware-store","health","hindu-temple","horse-riding","hospital","ice-fishing","ice-skating","inline-skating","insurance-agency","jet-skiing","jewelry-store","kayaking","laundry","lawyer","library","liquor-store","local-government","location-arrow","locksmith","lodging","low-vision-access","male","marina","mosque","motobike-trail","movie-rental","movie-theater","moving-company","museum","natural-feature","night-club","open-captioning","painter","park","parking","pet-store","pharmacy","physiotherapist","place-of-worship","playground","plumber","point-of-interest","police","political","post-box","post-office","rafting","real-estate-agency","restaurant","roofing-contractor","route","rv-park","sailing","school","scuba-diving","search","shopping-mall","sign-language","skateboarding","ski-jumping","skiing","sledding","snow-shoeing","snow","snowboarding","snowmobile","spa","stadium","storage","store","subway-station","surfing","swimming","synagogue","taxi-stand","tennis","toilet","trail-walking","train-station","transit-station","travel-agency","unisex","university","veterinary-care","viewing","volume-control-telephone","walking","waterskiing","whale-watching","wheelchair","wind-surfing","zoo"]},{id:"material-icons",className:"material-icons",filePrefix:"mi",fontFamily:"Material Icons",label:"Material Icons",glyphs:["ac_unit","access_alarm","access_alarms","access_time","access_time_filled","accessibility","accessibility_new","accessible","accessible_forward","account_balance","account_balance_wallet","account_box","account_circle","account_tree","ad_units","adb","add","add_a_photo","add_alarm","add_alert","add_box","add_business","add_chart","add_circle","add_circle_outline","add_comment","add_ic_call","add_link","add_location","add_location_alt","add_moderator","add_photo_alternate","add_reaction","add_road","add_shopping_cart","add_task","add_to_drive","add_to_home_screen","add_to_photos","add_to_queue","addchart","adjust","admin_panel_settings","ads_click","agriculture","air","airline_seat_flat","airline_seat_flat_angled","airline_seat_individual_suite","airline_seat_legroom_extra","airline_seat_legroom_normal","airline_seat_legroom_reduced","airline_seat_recline_extra","airline_seat_recline_normal","airplane_ticket","airplanemode_active","airplanemode_inactive","airplanemode_off","airplanemode_on","airplay","airport_shuttle","alarm","alarm_add","alarm_off","alarm_on","album","align_horizontal_center","align_horizontal_left","align_horizontal_right","align_vertical_bottom","align_vertical_center","align_vertical_top","all_inbox","all_inclusive","all_out","alt_route","alternate_email","amp_stories","analytics","anchor","android","animation","announcement","aod","apartment","api","app_blocking","app_registration","app_settings_alt","approval","apps","architecture","archive","area_chart","arrow_back","arrow_back_ios","arrow_back_ios_new","arrow_circle_down","arrow_circle_up","arrow_downward","arrow_drop_down","arrow_drop_down_circle","arrow_drop_up","arrow_forward","arrow_forward_ios","arrow_left","arrow_right","arrow_right_alt","arrow_upward","art_track","article","aspect_ratio","assessment","assignment","assignment_ind","assignment_late","assignment_return","assignment_returned","assignment_turned_in","assistant","assistant_direction","assistant_photo","atm","attach_email","attach_file","attach_money","attachment","attractions","attribution","audiotrack","auto_awesome","auto_awesome_mosaic","auto_awesome_motion","auto_delete","auto_fix_high","auto_fix_normal","auto_fix_off","auto_graph","auto_stories","autofps_select","autorenew","av_timer","baby_changing_station","back_hand","backpack","backspace","backup","backup_table","badge","bakery_dining","balcony","ballot","bar_chart","batch_prediction","bathroom","bathtub","battery_alert","battery_charging_full","battery_full","battery_saver","battery_std","battery_unknown","beach_access","bed","bedroom_baby","bedroom_child","bedroom_parent","bedtime","beenhere","bento","bike_scooter","biotech","blender","block","bloodtype","bluetooth","bluetooth_audio","bluetooth_connected","bluetooth_disabled","bluetooth_drive","bluetooth_searching","blur_circular","blur_linear","blur_off","blur_on","bolt","book","book_online","bookmark","bookmark_add","bookmark_added","bookmark_border","bookmark_outline","bookmark_remove","bookmarks","border_all","border_bottom","border_clear","border_color","border_horizontal","border_inner","border_left","border_outer","border_right","border_style","border_top","border_vertical","branding_watermark","breakfast_dining","brightness_1","brightness_2","brightness_3","brightness_4","brightness_5","brightness_6","brightness_7","brightness_auto","brightness_high","brightness_low","brightness_medium","broken_image","browser_not_supported","brunch_dining","brush","bubble_chart","bug_report","build","build_circle","bungalow","burst_mode","bus_alert","business","business_center","cabin","cable","cached","cake","calculate","calendar_today","calendar_view_day","calendar_view_month","calendar_view_week","call","call_end","call_made","call_merge","call_missed","call_missed_outgoing","call_received","call_split","call_to_action","camera","camera_alt","camera_enhance","camera_front","camera_indoor","camera_outdoor","camera_rear","camera_roll","cameraswitch","campaign","cancel","cancel_presentation","cancel_schedule_send","car_rental","car_repair","card_giftcard","card_membership","card_travel","carpenter","cases","casino","cast","cast_connected","cast_for_education","catching_pokemon","category","celebration","cell_wifi","center_focus_strong","center_focus_weak","chair","chair_alt","chalet","change_circle","change_history","charging_station","chat","chat_bubble","chat_bubble_outline","check","check_box","check_box_outline_blank","check_circle","check_circle_outline","checklist","checklist_rtl","checkroom","chevron_left","chevron_right","child_care","child_friendly","chrome_reader_mode","circle","circle_notifications","class","clean_hands","cleaning_services","clear","clear_all","close","close_fullscreen","closed_caption","closed_caption_disabled","closed_caption_off","cloud","cloud_circle","cloud_done","cloud_download","cloud_off","cloud_queue","cloud_upload","code","code_off","coffee","coffee_maker","collections","collections_bookmark","color_lens","colorize","comment","comment_bank","commute","compare","compare_arrows","compass_calibration","compost","compress","computer","confirmation_num","confirmation_number","connect_without_contact","connected_tv","construction","contact_mail","contact_page","contact_phone","contact_support","contactless","contacts","content_copy","content_cut","content_paste","content_paste_off","control_camera","control_point","control_point_duplicate","copy","copy_all","copyright","coronavirus","corporate_fare","cottage","countertops","create","create_new_folder","credit_card","credit_card_off","credit_score","crib","crop","crop_16_9","crop_3_2","crop_5_4","crop_7_5","crop_din","crop_free","crop_landscape","crop_original","crop_portrait","crop_rotate","crop_square","cruelty_free","cut","dangerous","dark_mode","dashboard","dashboard_customize","data_exploration","data_saver_off","data_saver_on","data_usage","date_range","deck","dehaze","delete","delete_forever","delete_outline","delete_sweep","delivery_dining","departure_board","description","design_services","desktop_access_disabled","desktop_mac","desktop_windows","details","developer_board","developer_board_off","developer_mode","device_hub","device_thermostat","device_unknown","devices","devices_other","dialer_sip","dialpad","dining","dinner_dining","directions","directions_bike","directions_boat","directions_boat_filled","directions_bus","directions_bus_filled","directions_car","directions_car_filled","directions_ferry","directions_off","directions_railway","directions_railway_filled","directions_run","directions_subway","directions_subway_filled","directions_train","directions_transit","directions_transit_filled","directions_walk","dirty_lens","disabled_by_default","disabled_visible","disc_full","dnd_forwardslash","dns","do_disturb","do_disturb_alt","do_disturb_off","do_disturb_on","do_not_disturb","do_not_disturb_alt","do_not_disturb_off","do_not_disturb_on","do_not_disturb_on_total_silence","do_not_step","do_not_touch","dock","document_scanner","domain","domain_disabled","domain_verification","done","done_all","done_outline","donut_large","donut_small","door_back","door_front","door_sliding","doorbell","double_arrow","downhill_skiing","download","download_done","download_for_offline","downloading","drafts","drag_handle","drag_indicator","draw","drive_eta","drive_file_move","drive_file_move_rtl","drive_file_rename_outline","drive_folder_upload","dry","dry_cleaning","duo","dvr","dynamic_feed","dynamic_form","e_mobiledata","earbuds","earbuds_battery","east","eco","edgesensor_high","edgesensor_low","edit","edit_attributes","edit_calendar","edit_location","edit_location_alt","edit_note","edit_notifications","edit_off","edit_road","eject","elderly","electric_bike","electric_car","electric_moped","electric_rickshaw","electric_scooter","electrical_services","elevator","email","emergency","emoji_emotions","emoji_events","emoji_flags","emoji_food_beverage","emoji_nature","emoji_objects","emoji_people","emoji_symbols","emoji_transportation","engineering","enhance_photo_translate","enhanced_encryption","equalizer","error","error_outline","escalator","escalator_warning","euro","euro_symbol","ev_station","event","event_available","event_busy","event_note","event_seat","exit_to_app","expand","expand_less","expand_more","explicit","explore","explore_off","exposure","exposure_minus_1","exposure_minus_2","exposure_neg_1","exposure_neg_2","exposure_plus_1","exposure_plus_2","exposure_zero","extension","extension_off","face","face_retouching_natural","face_retouching_off","face_unlock","facebook","fact_check","family_restroom","fast_forward","fast_rewind","fastfood","favorite","favorite_border","favorite_outline","featured_play_list","featured_video","feed","feedback","female","fence","festival","fiber_dvr","fiber_manual_record","fiber_new","fiber_pin","fiber_smart_record","file_copy","file_download","file_download_done","file_download_off","file_present","file_upload","filter","filter_1","filter_2","filter_3","filter_4","filter_5","filter_6","filter_7","filter_8","filter_9","filter_9_plus","filter_alt","filter_b_and_w","filter_center_focus","filter_drama","filter_frames","filter_hdr","filter_list","filter_none","filter_tilt_shift","filter_vintage","find_in_page","find_replace","fingerprint","fire_extinguisher","fireplace","first_page","fit_screen","fitness_center","flag","flaky","flare","flash_auto","flash_off","flash_on","flashlight_off","flashlight_on","flatware","flight","flight_land","flight_takeoff","flip","flip_camera_android","flip_camera_ios","flip_to_back","flip_to_front","flourescent","flutter_dash","fmd_bad","fmd_good","folder","folder_open","folder_shared","folder_special","follow_the_signs","font_download","font_download_off","food_bank","format_align_center","format_align_justify","format_align_left","format_align_right","format_bold","format_clear","format_color_fill","format_color_reset","format_color_text","format_indent_decrease","format_indent_increase","format_italic","format_line_spacing","format_list_bulleted","format_list_numbered","format_list_numbered_rtl","format_paint","format_quote","format_shapes","format_size","format_strikethrough","format_textdirection_l_to_r","format_textdirection_r_to_l","format_underline","format_underlined","forum","forward","forward_10","forward_30","forward_5","forward_to_inbox","foundation","free_breakfast","free_cancellation","front_hand","fullscreen","fullscreen_exit","functions","g_mobiledata","g_translate","gamepad","games","garage","gavel","generating_tokens","gesture","get_app","gif","gite","golf_course","gpp_bad","gpp_good","gpp_maybe","gps_fixed","gps_not_fixed","gps_off","grade","gradient","grading","grain","graphic_eq","grass","grid_3x3","grid_4x4","grid_goldenratio","grid_off","grid_on","grid_view","group","group_add","group_off","group_work","groups","h_mobiledata","h_plus_mobiledata","hail","handyman","hardware","hd","hdr_auto","hdr_auto_select","hdr_enhanced_select","hdr_off","hdr_off_select","hdr_on","hdr_on_select","hdr_plus","hdr_strong","hdr_weak","headphones","headphones_battery","headset","headset_mic","headset_off","healing","health_and_safety","hearing","hearing_disabled","height","help","help_center","help_outline","hevc","hide_image","hide_source","high_quality","highlight","highlight_alt","highlight_off","highlight_remove","hiking","history","history_edu","history_toggle_off","holiday_village","home","home_max","home_mini","home_repair_service","home_work","horizontal_distribute","horizontal_rule","horizontal_split","hot_tub","hotel","hotel_class","hourglass_bottom","hourglass_disabled","hourglass_empty","hourglass_full","hourglass_top","house","house_siding","houseboat","how_to_reg","how_to_vote","http","https","hvac","ice_skating","icecream","image","image_aspect_ratio","image_not_supported","image_search","imagesearch_roller","import_contacts","import_export","important_devices","inbox","incomplete_circle","indeterminate_check_box","info","input","insert_chart","insert_chart_outlined","insert_comment","insert_drive_file","insert_emoticon","insert_invitation","insert_link","insert_photo","insights","integration_instructions","inventory","inventory_2","invert_colors","invert_colors_off","invert_colors_on","ios_share","iron","iso","kayaking","keyboard","keyboard_alt","keyboard_arrow_down","keyboard_arrow_left","keyboard_arrow_right","keyboard_arrow_up","keyboard_backspace","keyboard_capslock","keyboard_control","keyboard_hide","keyboard_return","keyboard_tab","keyboard_voice","king_bed","kitchen","kitesurfing","label","label_important","label_off","landscape","language","laptop","laptop_chromebook","laptop_mac","laptop_windows","last_page","launch","layers","layers_clear","leaderboard","leak_add","leak_remove","leave_bags_at_home","legend_toggle","lens","lens_blur","library_add","library_add_check","library_books","library_music","light","light_mode","lightbulb","line_style","line_weight","linear_scale","link","link_off","linked_camera","liquor","list","list_alt","live_help","live_tv","living","local_activity","local_airport","local_atm","local_attraction","local_bar","local_cafe","local_car_wash","local_convenience_store","local_dining","local_drink","local_fire_department","local_florist","local_gas_station","local_grocery_store","local_hospital","local_hotel","local_laundry_service","local_library","local_mall","local_movies","local_offer","local_parking","local_pharmacy","local_phone","local_pizza","local_play","local_police","local_post_office","local_print_shop","local_printshop","local_restaurant","local_see","local_shipping","local_taxi","location_city","location_disabled","location_history","location_off","location_on","location_searching","lock","lock_clock","lock_open","login","logout","looks","looks_3","looks_4","looks_5","looks_6","looks_one","looks_two","loop","loupe","low_priority","loyalty","lte_mobiledata","lte_plus_mobiledata","luggage","lunch_dining","mail","mail_outline","male","manage_accounts","manage_search","map","maps_home_work","maps_ugc","margin","mark_as_unread","mark_chat_read","mark_chat_unread","mark_email_read","mark_email_unread","markunread","markunread_mailbox","masks","maximize","media_bluetooth_off","media_bluetooth_on","mediation","medical_services","medication","meeting_room","memory","menu","menu_book","menu_open","merge_type","message","messenger","messenger_outline","mic","mic_external_off","mic_external_on","mic_none","mic_off","microwave","military_tech","minimize","miscellaneous_services","missed_video_call","mms","mobile_friendly","mobile_off","mobile_screen_share","mobiledata_off","mode","mode_comment","mode_edit","mode_edit_outline","mode_night","mode_standby","model_training","monetization_on","money","money_off","money_off_csred","monitor","monitor_weight","monochrome_photos","mood","mood_bad","moped","more","more_horiz","more_time","more_vert","motion_photos_auto","motion_photos_off","motion_photos_on","motion_photos_pause","motion_photos_paused","motorcycle","mouse","move_to_inbox","movie","movie_creation","movie_filter","moving","mp","multiline_chart","multiple_stop","multitrack_audio","museum","music_note","music_off","music_video","my_library_add","my_library_books","my_library_music","my_location","nat","nature","nature_people","navigate_before","navigate_next","navigation","near_me","near_me_disabled","nearby_error","nearby_off","network_cell","network_check","network_locked","network_wifi","new_label","new_releases","next_plan","next_week","nfc","night_shelter","nightlife","nightlight","nightlight_round","nights_stay","no_accounts","no_backpack","no_cell","no_drinks","no_encryption","no_encryption_gmailerrorred","no_flash","no_food","no_luggage","no_meals","no_meeting_room","no_photography","no_sim","no_stroller","no_transfer","nordic_walking","north","north_east","north_west","not_accessible","not_interested","not_listed_location","not_started","note","note_add","note_alt","notes","notification_add","notification_important","notifications","notifications_active","notifications_none","notifications_off","notifications_on","notifications_paused","now_wallpaper","now_widgets","offline_bolt","offline_pin","offline_share","ondemand_video","online_prediction","opacity","open_in_browser","open_in_full","open_in_new","open_in_new_off","open_with","other_houses","outbond","outbound","outbox","outdoor_grill","outlet","outlined_flag","padding","pages","pageview","paid","palette","pan_tool","panorama","panorama_fish_eye","panorama_fisheye","panorama_horizontal","panorama_horizontal_select","panorama_photosphere","panorama_photosphere_select","panorama_vertical","panorama_vertical_select","panorama_wide_angle","panorama_wide_angle_select","paragliding","park","party_mode","password","paste","pattern","pause","pause_circle","pause_circle_filled","pause_circle_outline","pause_presentation","payment","payments","pedal_bike","pending","pending_actions","people","people_alt","people_outline","perm_camera_mic","perm_contact_cal","perm_contact_calendar","perm_data_setting","perm_device_info","perm_device_information","perm_identity","perm_media","perm_phone_msg","perm_scan_wifi","person","person_add","person_add_alt","person_add_alt_1","person_add_disabled","person_off","person_outline","person_pin","person_pin_circle","person_remove","person_remove_alt_1","person_search","personal_injury","personal_video","pest_control","pest_control_rodent","pets","phone","phone_android","phone_bluetooth_speaker","phone_callback","phone_disabled","phone_enabled","phone_forwarded","phone_in_talk","phone_iphone","phone_locked","phone_missed","phone_paused","phonelink","phonelink_erase","phonelink_lock","phonelink_off","phonelink_ring","phonelink_setup","photo","photo_album","photo_camera","photo_camera_back","photo_camera_front","photo_filter","photo_library","photo_size_select_actual","photo_size_select_large","photo_size_select_small","piano","piano_off","picture_as_pdf","picture_in_picture","picture_in_picture_alt","pie_chart","pie_chart_outline","pin","pin_drop","pin_end","pin_invoke","pivot_table_chart","place","plagiarism","play_arrow","play_circle","play_circle_fill","play_circle_filled","play_circle_outline","play_disabled","play_for_work","play_lesson","playlist_add","playlist_add_check","playlist_play","plumbing","plus_one","podcasts","point_of_sale","policy","poll","polymer","pool","portable_wifi_off","portrait","post_add","power","power_input","power_off","power_settings_new","precision_manufacturing","pregnant_woman","present_to_all","preview","price_change","price_check","print","print_disabled","priority_high","privacy_tip","private_connectivity","production_quantity_limits","psychology","public","public_off","publish","published_with_changes","push_pin","qr_code","qr_code_2","qr_code_scanner","query_builder","query_stats","question_answer","queue","queue_music","queue_play_next","quick_contacts_dialer","quick_contacts_mail","quickreply","quiz","r_mobiledata","radar","radio","radio_button_checked","radio_button_off","radio_button_on","radio_button_unchecked","railway_alert","ramen_dining","rate_review","raw_off","raw_on","read_more","real_estate_agent","receipt","receipt_long","recent_actors","recommend","record_voice_over","recycling","redeem","redo","reduce_capacity","refresh","remember_me","remove","remove_circle","remove_circle_outline","remove_done","remove_from_queue","remove_moderator","remove_red_eye","remove_shopping_cart","reorder","repeat","repeat_on","repeat_one","repeat_one_on","replay","replay_10","replay_30","replay_5","replay_circle_filled","reply","reply_all","report","report_gmailerrorred","report_off","report_problem","request_page","request_quote","reset_tv","restart_alt","restaurant","restaurant_menu","restore","restore_from_trash","restore_page","reviews","rice_bowl","ring_volume","roofing","room","room_preferences","room_service","rotate_90_degrees_ccw","rotate_left","rotate_right","rounded_corner","router","rowing","rss_feed","rsvp","rtt","rule","rule_folder","run_circle","running_with_errors","rv_hookup","safety_divider","sailing","sanitizer","satellite","save","save_alt","saved_search","savings","scanner","scatter_plot","schedule","schedule_send","schema","school","science","score","screen_lock_landscape","screen_lock_portrait","screen_lock_rotation","screen_rotation","screen_search_desktop","screen_share","screenshot","sd","sd_card","sd_card_alert","sd_storage","search","search_off","security","security_update","security_update_good","security_update_warning","segment","select_all","self_improvement","sell","send","send_and_archive","send_to_mobile","sensor_door","sensor_window","sensors","sensors_off","sentiment_dissatisfied","sentiment_neutral","sentiment_satisfied","sentiment_satisfied_alt","sentiment_very_dissatisfied","sentiment_very_satisfied","set_meal","settings","settings_accessibility","settings_applications","settings_backup_restore","settings_bluetooth","settings_brightness","settings_cell","settings_display","settings_ethernet","settings_input_antenna","settings_input_component","settings_input_composite","settings_input_hdmi","settings_input_svideo","settings_overscan","settings_phone","settings_power","settings_remote","settings_suggest","settings_system_daydream","settings_voice","share","share_arrival_time","share_location","shield","shop","shop_2","shop_two","shopping_bag","shopping_basket","shopping_cart","short_text","shortcut","show_chart","shower","shuffle","shuffle_on","shutter_speed","sick","signal_cellular_0_bar","signal_cellular_4_bar","signal_cellular_alt","signal_cellular_connected_no_internet_0_bar","signal_cellular_connected_no_internet_4_bar","signal_cellular_no_sim","signal_cellular_nodata","signal_cellular_null","signal_cellular_off","signal_wifi_0_bar","signal_wifi_4_bar","signal_wifi_4_bar_lock","signal_wifi_bad","signal_wifi_connected_no_internet_4","signal_wifi_off","signal_wifi_statusbar_4_bar","signal_wifi_statusbar_connected_no_internet_4","signal_wifi_statusbar_null","sim_card","sim_card_alert","sim_card_download","single_bed","sip","skateboarding","skip_next","skip_previous","sledding","slideshow","slow_motion_video","smart_button","smart_display","smart_screen","smart_toy","smartphone","smoke_free","smoking_rooms","sms","sms_failed","snippet_folder","snooze","snowboarding","snowmobile","snowshoeing","soap","social_distance","sort","sort_by_alpha","source","south","south_east","south_west","spa","space_bar","space_dashboard","speaker","speaker_group","speaker_notes","speaker_notes_off","speaker_phone","speed","spellcheck","splitscreen","sports","sports_bar","sports_baseball","sports_basketball","sports_cricket","sports_esports","sports_football","sports_golf","sports_handball","sports_hockey","sports_kabaddi","sports_mma","sports_motorsports","sports_rugby","sports_score","sports_soccer","sports_tennis","sports_volleyball","square_foot","stacked_bar_chart","stacked_line_chart","stairs","star","star_border","star_border_purple500","star_half","star_outline","star_purple500","star_rate","stars","stay_current_landscape","stay_current_portrait","stay_primary_landscape","stay_primary_portrait","sticky_note_2","stop","stop_circle","stop_screen_share","storage","store","store_mall_directory","storefront","storm","straighten","stream","streetview","strikethrough_s","stroller","style","subdirectory_arrow_left","subdirectory_arrow_right","subject","subscript","subscriptions","subtitles","subtitles_off","subway","summarize","superscript","supervised_user_circle","supervisor_account","support","support_agent","surfing","surround_sound","swap_calls","swap_horiz","swap_horizontal_circle","swap_vert","swap_vert_circle","swap_vertical_circle","swipe","switch_account","switch_camera","switch_left","switch_right","switch_video","sync","sync_alt","sync_disabled","sync_problem","system_security_update","system_security_update_good","system_security_update_warning","system_update","system_update_alt","system_update_tv","tab","tab_unselected","table_chart","table_rows","table_view","tablet","tablet_android","tablet_mac","tag","tag_faces","takeout_dining","tap_and_play","tapas","task","task_alt","taxi_alert","terrain","text_fields","text_format","text_rotate_up","text_rotate_vertical","text_rotation_angledown","text_rotation_angleup","text_rotation_down","text_rotation_none","text_snippet","textsms","texture","theater_comedy","theaters","thermostat","thermostat_auto","thumb_down","thumb_down_alt","thumb_down_off_alt","thumb_up","thumb_up_alt","thumb_up_off_alt","thumbs_up_down","time_to_leave","timelapse","timeline","timer","timer_10","timer_10_select","timer_3","timer_3_select","timer_off","tips_and_updates","title","toc","today","toggle_off","toggle_on","toll","tonality","topic","touch_app","tour","toys","track_changes","traffic","train","tram","transfer_within_a_station","transform","transgender","transit_enterexit","translate","travel_explore","trending_down","trending_flat","trending_neutral","trending_up","trip_origin","try","tty","tune","tungsten","turned_in","turned_in_not","tv","tv_off","two_wheeler","umbrella","unarchive","undo","unfold_less","unfold_more","unpublished","unsubscribe","upcoming","update","update_disabled","upgrade","upload","upload_file","usb","usb_off","verified","verified_user","vertical_align_bottom","vertical_align_center","vertical_align_top","vertical_distribute","vertical_split","vibration","video_call","video_camera_back","video_camera_front","video_collection","video_label","video_library","video_settings","video_stable","videocam","videocam_off","videogame_asset","videogame_asset_off","view_agenda","view_array","view_carousel","view_column","view_comfortable","view_comfy","view_compact","view_day","view_headline","view_in_ar","view_list","view_module","view_quilt","view_sidebar","view_stream","view_week","vignette","villa","visibility","visibility_off","voice_chat","voice_over_off","voicemail","volume_down","volume_mute","volume_off","volume_up","volunteer_activism","vpn_key","vpn_lock","vrpano","wallet_giftcard","wallet_membership","wallet_travel","wallpaper","warning","warning_amber","wash","watch","watch_later","water","water_damage","water_drop","waterfall_chart","waves","waving_hand","wb_auto","wb_cloudy","wb_incandescent","wb_iridescent","wb_shade","wb_sunny","wb_twilight","wc","web","web_asset","web_asset_off","weekend","west","whatshot","wheelchair_pickup","where_to_vote","widgets","wifi","wifi_calling","wifi_calling_3","wifi_lock","wifi_off","wifi_protected_setup","wifi_tethering","wifi_tethering_error_rounded","wifi_tethering_off","window","wine_bar","work","work_off","work_outline","workspaces","wrap_text","wrong_location","wysiwyg","yard","youtube_searched_for","zoom_in","zoom_out","zoom_out_map"]}];function O(e){const[t,a]=d({defaultIcon:mappl10n.options.defaultIcon,filename:null,filter:"",glyph:"",glyphColor:"white",glyphFont:N[0],glyphSize:20,isOpen:!1,mode:"list",shape:"circle",shapeColor:"gray",shapeFont:S[0],toDelete:[],userIcons:mappl10n.options.userIcons});function r(e){a((t=>({...t,...e})))}function p(a,o){switch(a){case"bulk-select":let a=[...t.toDelete],i=t.toDelete.indexOf(o.iconid);i>=0?a.splice(i,1):a.push(o.iconid),r({toDelete:a});break;case"close":r({isOpen:!1});break;case"delete":confirm(mappl10n.delete_prompt)&&mapp.lib.ajax({type:"POST",data:{action:"mapp_icon_delete",iconids:t.toDelete,nonce:mappl10n.options.nonce},callback:function(a){a&&"OK"==a.status?(t.toDelete.indexOf(e.iconid)>=0&&!function(e){if(!e)return!1;let t=e.replace(/.png|.gif|.jpg/gi,"").toLowerCase();return mappl10n.options.standardIcons.indexOf(t)>=0}(e.iconid)&&e.onChange(null),mappl10n.options.userIcons=a.data,r({toDelete:[],mode:"list",userIcons:mappl10n.options.userIcons})):alert("Delete error: "+a.status)}});break;case"edit-cancel":r({mode:"list"});break;case"edit-save":!function(e){const a=32,o=2;let i=document.createElement("canvas");i.width=a*o,i.height=a*o,i.style.imageRendering="pixelated";let n=i.getContext("2d");n.font=a*o+"px "+t.shapeFont.fontFamily,n.fillStyle=t.shapeColor,n.textBaseline="bottom",n.fillText(t.shape,0,a*o),n.strokeStyle="white",n.strokeText(t.shape,1,a*o);const s=_.findWhere(t.shapeFont.glyphs,{name:t.shape});if(t.glyph&&s.center){n.imageSmoothingEnabled=!1,n.font=t.glyphSize*o+"px "+t.glyphFont.fontFamily,n.fillStyle=t.glyphColor;const e=[s.center[0]*o,s.center[1]*o];n.fillText(t.glyph,e[0]-t.glyphSize,e[1]+t.glyphSize)}"undefined"!=typeof debug?document.getElementById("mapp-edit-debug").append(i):i.toBlob((e=>{let a=new FormData;a.append("image0",e,t.filename),m(a)}),"image/png",100)}();break;case"edit-upload":!function(e){let t=new FormData;_.map(e,((e,a)=>{e.type.match("image.*")?t.append("image"+a,e):alert("File "+e.name+" is not an image.")})),m(t)}(o);break;case"list-select":e.onChange&&e.onChange(o),p("close");break;case"mode":r("bulk"==o?{mode:o,toDelete:[]}:{mode:o});break;case"open":r({isOpen:!0})}}function c(a){const o="user"==a?mappl10n.options.userIcons:mappl10n.options.standardIcons;return _.map(o,(o=>{if("standard"==a&&function(e){return mappl10n.options.userIcons.indexOf(e)>=0}(o+".png"))return"";let i="mapp-icon-wrapper";return"bulk"==t.mode&&t.toDelete.indexOf(o)>=0?i+=" mapp-bulk-selected":"list"!=t.mode||e.iconid!=o&&e.iconid+".png"!=o||(i+=" mapp-selected"),n("div",{alt:o,className:i,key:o,onClick:()=>{"list"==t.mode?p("list-select",o):"user"==a&&p("bulk-select",{iconid:o,type:a})}},n("img",{className:"mapp-icon",src:mapp.Icons.getUrl(o),title:o}))}))}function m(t){t.append("action","mapp_icon_save"),t.append("nonce",mappl10n.options.nonce),mapp.lib.ajax({type:"POST",contentType:!1,processData:!1,data:t,success:t=>{t&&"OK"==t.status?(mappl10n.options.userIcons=t.data.icons,r({userIcons:mappl10n.options.userIcons}),r({mode:"list"}),e.onChange&&e.onChange(t.data.filename)):alert("Upload error: "+t.status)}})}return l((()=>{let e=t.glyph?t.glyph:t.shape;e+=".png",r({filename:e})}),[t.shape,t.shapeColor,t.glyphFont,t.glyph,t.glyphColor,t.glyphSize]),n(s,null,n("img",{className:"mapp-icon",onClick:()=>p("open",null),src:mapp.Icons.getUrl(e.iconid)}),"list"==t.mode&&t.isOpen&&n(v,{title:n("div",{className:"mapp-icons-title"},__("Select icon"),n(h,{disabled:"bulk"==t.mode,isPrimary:!0,onClick:()=>p("mode","edit")},__("New icon"))),className:"mapp-icons-modal",onRequestClose:()=>p("close")},n("div",{className:"mapp-icons"},n("div",{className:"mapp-icons-list"},mappl10n.options.userIcons.length>0&&n("div",{className:"mapp-icons-list-title"},__("Custom icons")),n("div",{className:"mapp-icons-user"},c("user")),mappl10n.options.userIcons.length>0&&n("div",{className:"mapp-icons-list-title"},__("Standard icons")),n("div",{className:"mapp-icons-standard"},c("standard"))),n("div",{className:"mapp-icons-toolbar"},n("div",null,n(h,{disabled:"bulk"==t.mode,isSecondary:!0,onClick:()=>p("list-select",null)},__("Use default icon")),mappl10n.options.userIcons.length>0&&n(h,{isTertiary:!0,onClick:()=>p("mode","bulk")},__("Edit list"))),n("div",{className:"mapp-icons-filename"},e.iconid?e.iconid:__("No icon selected"))))),"bulk"==t.mode&&t.isOpen&&n(v,{title:n("div",{className:"mapp-icons-title"},__("Select icons to delete")),className:"mapp-icons-modal",onRequestClose:()=>p("close")},n("div",{className:"mapp-icons"},n("div",{className:"mapp-icons-list"},n("div",{className:"mapp-icons-user"},c("user"))),n("div",{className:"mapp-icons-toolbar"},n("div",null,n(h,{isDestructive:!0,disabled:t.toDelete.length<1,onClick:()=>p("delete")},__("Delete")),n(h,{isSecondary:!0,onClick:()=>p("mode","list")},__("Cancel")))))),"edit"==t.mode&&n(v,{title:__("Create new icon"),className:"mapp-icons-edit-modal",onRequestClose:()=>p("edit-cancel"),shouldCloseOnClickOutside:!1},n("div",{className:"mapp-icons-edit"},n("div",{id:"mapp-edit-debug"}),n("section",null,n("h2",null,__("Shape")),n("span",{className:"mapp-icons-edit-shapes",style:{color:t.shapeColor,fontFamily:t.shapeFont.fontFamily}},_.map(t.shapeFont.glyphs,((e,a)=>{const o=t.shape==e.name;return n("span",{className:"mapp-icons-edit-shape-wrapper"+(o?" mapp-selected":""),key:e.name,onClick:()=>r({shape:e.name}),title:e.name},n("span",{className:"mapp-icons-edit-shape"},e.name,e.center&&t.glyph&&n("div",{className:"mapp-icons-edit-shape-glyph "+t.glyphFont.className,style:{left:e.center[0],top:e.center[1],color:t.glyphColor,fontSize:t.glyphSize,width:t.glyphSize}},t.glyph)))})))),n("section",{className:"mapp-icons-edit-font"},n("h2",null,__("Font")),n(i.Select,{value:t.glyphFont.id,options:_.map(N,(e=>({value:e.id,label:e.label}))),onChange:e=>r({glyphFont:_.findWhere(N,{id:e}),glyph:null})}),n("span",null,__("Font size")),n(w,{initialPosition:20,min:16,max:24,value:t.glyphSize,onChange:e=>r({glyphSize:e})})),n("section",null,n("h2",null,__("Color")),n("span",{className:"mapp-icons-edit-colors"},n(o.MappColorPicker,{color:t.shapeColor,isExtended:!1,onChange:e=>r({shapeColor:e.color})}),n("span",null,__("Fill")),n(o.MappColorPicker,{color:t.glyphColor,isExtended:!1,onChange:e=>r({glyphColor:e.color})}),n("span",null,__("Stroke")))),function(){const e=_.filter(t.glyphFont.glyphs,(e=>!t.filter||e.includes(t.filter)));return n("div",{className:"mapp-icons-edit-glyphs"},n("section",{className:"mapp-icons-edit-search"},n("h2",null,__("Search")),n(i.Input,{value:t.filter,onChange:e=>r({filter:e})})),n("div",{className:"mapp-icons-edit-glyph-list",style:{color:t.glyphColor}},_.map(e,((e,a)=>n("div",{tabIndex:0,className:"mapp-icons-edit-glyph-wrapper"+(t.glyph==e?" mapp-selected":""),key:a,onClick:()=>r({glyph:t.glyph==e?null:e})},n("span",{className:"mapp-icons-edit-glyph "+t.glyphFont.className},e),n("div",{className:"mapp-icons-edit-glyph-title"},e.replaceAll("_"," ")))))))}(),n("div",{className:"mapp-icons-edit-toolbar"},n("div",{className:"mapp-icons-edit-toolbar-left"},n(h,{isPrimary:!0,onClick:()=>p("edit-save")},__("Save")),n(h,{isSecondary:!0,onClick:()=>p("edit-cancel")},__("Cancel")),n(i.Input,{className:"mapp-icons-filename",value:t.filename,onChange:e=>r({filename:e})})),n("div",null,n(y,{accept:"image/*",icon:"upload",multiple:!0,onChange:e=>{p("edit-upload",e.target.files)}},__("Upload icons")))))))}},816:(e,t,a)=>{"use strict";a.r(t);var o=a(429),i=a(477);window.mapp=window.mapp||{};const n=wp.element.createElement,{Fragment:s,useEffect:l,useLayoutEffect:r,useRef:p,useState:c}=wp.element,__=e=>wp.i18n.__(e,"mappress-google-maps-for-wordpress");function d(e){const{BaseControl:t,Button:a,ButtonGroup:r,CheckboxControl:d,Dropdown:m,Modal:u,Panel:_,PanelBody:h,PanelRow:g,Placeholder:f,RadioControl:b,SelectControl:y,TextControl:v,ToggleControl:k,Toolbar:w,ToolbarButton:C,ToolbarGroup:x}=wp.components,{BlockControls:S,InspectorControls:N}=wp.blockEditor,[O,M]=c({isOpen:!1,map:null,mapdata:void 0,pickerMode:"list",pickerMapid:null}),P=p(null);function I(e){M((t=>({...t,...e})))}function z(t,a){switch(t){case"add":I({isOpen:!0,pickerMapid:null,pickerMode:"edit"}),e.setAttributes({center:void 0,zoom:void 0});break;case"change-settings":e.setAttributes(a);break;case"edit":I({isOpen:!0,pickerMapid:e.attributes.mapid,pickerMode:"edit"});break;case"edit-close":case"pick-close":I({isOpen:!1});break;case"pick-trash":e.setAttributes({mapid:void 0,center:void 0,zoom:void 0,width:void 0,height:void 0}),I({isOpen:!1});break;case"pick-insert":case"pick-duplicate":a!=e.attributes.mapid&&e.setAttributes({center:void 0,mapid:a,zoom:void 0}),I({isOpen:!1});break;case"open":I({isOpen:!0,pickerMapid:e.attributes.mapid,pickerMode:"list"})}}function E(){return n(S,null,n(void 0!==x?x:w,null,e.attributes.mapid&&n(C,{icon:"edit",label:__("Edit map"),onClick:()=>z("edit")}),n(C,{icon:"portfolio",label:__("Map Library"),onClick:()=>z("open")})))}function T(){if(O.isOpen)return n(i.default,{mapid:O.pickerMapid,mode:O.pickerMode,onAction:z,type:"post"})}return l((()=>{const t=t=>{I({mapdata:t.maps[e.attributes.mapid]})};return mapp.store.subscribe(t),()=>mapp.store.unsubscribe(t)})),l((()=>{e.attributes.mapid&&mapp.store.fetchMap({mapid:e.attributes.mapid})}),[e.attributes.mapid]),l((()=>{e.attributes.mapid&&P.current&&O.mapdata&&function(){let t=new mapp.Map(O.mapdata,{alignment:e.attributes.align,center:e.attributes.center,height:e.attributes.height,mapOpts:{mapTypeControl:!1,streetViewControl:!1},poiList:e.attributes.poiList,search:e.attributes.search,sel:jQuery(P.current),width:e.attributes.width,zoom:e.attributes.zoom});t.display(),I({map:t})}()}),[O.mapdata,e.attributes.search]),l((()=>{"wide"!=e.attributes.align&&"full"!=e.attributes.align||(e.setAttributes({width:"100%"}),O.map&&O.map.setSize({width:"100%"}))}),[e.attributes.align]),e.attributes.preview?n("img",{className:"mapp-gt-preview",src:mappl10n.options.baseurl+"/images/preview.png",width:"100%"}):e.attributes.mapid&&null!==O.mapdata?n(s,null,E(),function(){if(!O.map)return null;const{align:t,center:a,height:i,poiList:s,search:l,width:r,zoom:p}=e.attributes;return n(N,null,n("div",{className:"mapp-gt-inspector"},n(o.MappSettings,{map:O.map,alignment:t,context:"map",onAction:z,center:a,height:i,poiList:s,search:l,width:r,zoom:p})))}(),n("div",{className:"mapp-gt",ref:P}),T()):n(s,null,n(s,null,E(),n(f,{className:"mapp-gt-placeholder",icon:"location",label:__("MapPress Map"),instructions:__("Use the map library to create a new map or insert an existing map.")},n(a,{icon:"portfolio",isSecondary:!0,onClick:()=>z("open")},__("Map Library")))),T())}mappl10n.options.postid&&wp.blocks.registerBlockType("mappress/map",{title:__("MapPress Map"),icon:"location",description:__("Insert a map"),category:mappl10n.options.blockCategory,attributes:{center:{type:"string"},height:{type:"string",default:""},initialOpenDirections:{type:"boolean"},mapid:{type:"string"},mapOpts:{type:"object"},poiList:{type:"boolean"},preview:{type:"boolean",default:!1},search:{type:"boolean"},width:{type:"string",default:""},zoom:{type:"number"}},supports:{align:["full","wide","center","left","right"]},transforms:{from:[{type:"shortcode",tag:"mappress",attributes:{center:{type:"string",shortcode:e=>e.named.center},height:{type:"string",shortcode:e=>e.named.height},initialOpenDirections:{type:"boolean",shortcode:e=>"true"==e.named.initialOpenDirections||"true"==e.named.initialopendirections||void 0},mapid:{type:"string",shortcode:e=>e.named.mapid},poiList:{type:"boolean",shortcode:e=>"true"==e.named.poiList||"true"==e.named.poilist||void 0},search:{type:"boolean",shortcode:e=>"true"==e.named.search||"true"==e.named.search||void 0},width:{type:"string",shortcode:e=>e.named.width},zoom:{type:"number",shortcode:e=>parseInt(e.named.zoom)?parseInt(e.named.zoom):null}}},{type:"block",blocks:["core/shortcode"],isMatch:e=>{let{text:t}=e;var a=wp.shortcode.regexp("mappress");return a.lastIndex=0,a.test(t)},transform:e=>{let{text:t}=e;return wp.blocks.rawHandler({HTML:"<p>"+t+"</p>",mode:"BLOCKS"})}}]},edit:function(e){return n(d,e)},save:function(e){return e},example:{attributes:{preview:!0}}})},378:(e,t,a)=>{"use strict";a.r(t);a(429),a(670),a(308);window.mapp=window.mapp||{};wp.element.createElement;const{Fragment:o,useEffect:i,useLayoutEffect:n,useRef:s,useState:l}=wp.element,{BaseControl:r,Button:p,ButtonGroup:c,Card:d,CardBody:m,CardFooter:u,CardHeader:_,CheckboxControl:h,ExternalLink:g,HorizontalRule:f,Panel:b,PanelBody:y,PanelRow:v,Placeholder:k,RadioControl:w,SelectControl:C,TabPanel:x,TextControl:S,TextareaControl:N,ToggleControl:O,Toolbar:M}=wp.components,{useSelect:P}=wp.data},498:(e,t,a)=>{"use strict";a.r(t);var o=a(477);window.mapp=window.mapp||{};const i=wp.element.createElement,{Fragment:n,useEffect:s,useLayoutEffect:l,useRef:r,useState:p}=wp.element,{Button:c,Dashicon:d,Modal:m}=wp.components,__=e=>wp.i18n.__(e,"mappress-google-maps-for-wordpress");function u(e){const[t,a]=p({isOpen:!0,mapid:null});function s(e){a((t=>({...t,...e})))}function l(e,t){switch(e){case"pick-close":s({isOpen:!1,mapid:null});break;case"pick-insert":s({isOpen:!1});var a='[mappress mapid="'+t+'"]';"undefined"==typeof wpActiveEditor?__("Please select the post content to insert the map into."):send_to_editor(a);break;case"open":s({isOpen:!0,mapid:r()})}}function r(){const e="undefined"!=typeof tinyMCE&&tinyMCE?tinyMCE.get("content"):null,t=e&&e.selection?e.selection.getSel():null;if(!t||void 0===t.anchorOffset||!t.anchorNode||!t.anchorNode.data)return null;let a=null,o=t.anchorNode.data,i=-1;for(let e=t.anchorOffset-1;e>=0;e--){let t=o[e];if("["==t){i=e;break}if("]"==t||"<"==t||">"==t)break}return i>=0&&(a=wp.shortcode.next("mappress",o,i),a)?a.shortcode.attrs.named.mapid:null}return i(n,null,i("button",{className:"button",type:"button",onClick:e=>{e.preventDefault(),l("open")}},i(d,{className:"wp-media-buttons-icon",icon:"location"}),__("MapPress")),t.isOpen&&i(o.default,{context:"mce",mapid:t.mapid,onAction:l}))}jQuery(document).on("click",".mapp-mce-button",(e=>{const t=e.currentTarget.parentElement;wp.element.render(i(u),t)}))},670:(e,t,a)=>{"use strict";a.r(t),a.d(t,{MappMultiSelect:()=>b});const o=wp.element.createElement,{Fragment:i,useEffect:n,useLayoutEffect:s,useRef:l,useState:r}=wp.element,{BaseControl:p,Button:c,CheckboxControl:d,Panel:m,PanelBody:u,PanelRow:h,Spinner:g,TextControl:f}=wp.components,__=e=>wp.i18n.__(e,"mappress-google-maps-for-wordpress");function b(e){const t=l(null),a=l(null),[i,s]=r({isOpen:!1,filter:"",filteredOptions:[]});function c(e){s((t=>({...t,...e})))}function m(t){let a=_.findWhere(e.options,{value:t});return a?a.label:t}function u(){let t;return e.values instanceof Array?t=[...e.values]:e.values&&(t=[e.values]),t||[]}function h(t,a){let o=u(),i=o.indexOf(t);(a=void 0!==a?a:-1==i)?o.push(t):o.splice(i,1),e.onChange(o)}function g(){return i.isOpen?o("div",{className:"mapp-select-dropdown-wrapper"},o("div",{className:"mapp-select-dropdown"},!i.isOpen||!e.options||e.options.length<10?null:o("div",{className:"mapp-select-filter",ref:a},o(f,{autoComplete:"off",placeholder:__("Search"),value:i.filter,onChange:e=>c({filter:e})})),o("div",{className:"mapp-select-dropdown-list"},function(){const e=u();if(0==i.filteredOptions.length)return o("div",{className:"mapp-select-dropdown-item"},__("No results"));return i.filteredOptions.map((t=>o(d,{className:"mapp-select-dropdown-item",checked:e.includes(t.value),key:t.value,onChange:e=>h(t.value,e),label:t.label})))}()))):null}return n((()=>{if(e.options)if(i.filter){let t=i.filter.toUpperCase();c({filteredOptions:e.options.filter((e=>0==e.label.toUpperCase().indexOf(t)))})}else c({filteredOptions:e.options})}),[e.options,i.filter]),n((()=>{i.isOpen&&a.current&&(jQuery("input",jQuery(a.current)).focus(),c({filter:""}))}),[i.isOpen]),o(p,{className:"mapp-select",label:e.label},o("div",{ref:t,tabIndex:0,onBlur:e=>function(e){event.relatedTarget||document.activeElement,t.current.contains(e.relatedTarget)||c({isOpen:!1})}(e)},function(){const t=u();return t instanceof Array&&t.map((e=>m(e))),void 0===e.options?o("div",{className:"mapp-select-input"},o("div",{className:"mapp-select-tokens"}),o("span",{className:"dashicons dashicons-arrow-down-alt2"})):o("div",{className:"mapp-select-input",onClick:()=>c({isOpen:!i.isOpen})},o("div",{className:"mapp-select-tokens"},t.map((e=>o("span",{className:"mapp-select-token",key:e,onClick:t=>{t.stopPropagation(),h(e,!1)}},m(e))))),o("span",{className:"dashicons "+(i.isOpen?"dashicons-arrow-up-alt2":"dashicons-arrow-down-alt2")}))}(),g()))}},218:(e,t,a)=>{"use strict";a.r(t),a.d(t,{default:()=>y});var o=a(824),i=a(143),n=a(710);const s=wp.element.createElement,{Fragment:l,useEffect:r,useLayoutEffect:p,useCallback:c,useRef:d,useState:m}=wp.element,{useSelect:u}=wp.data,{Button:h,Dashicon:g,FormTokenField:f,Modal:b}=wp.components,{sprintf}=wp.i18n,__=e=>wp.i18n.__(e,"mappress-google-maps-for-wordpress");function y(e){const[t,a]=m({...e,isCheckingLicense:!1,isSaving:!1}),p=d(null);function c(e){a((t=>({...t,...e})))}function b(e){return _.map(e,((e,t)=>({value:t,label:e})))}function y(e,t){return e&&Array.isArray(e)&&e.length?(_.map(e,(e=>{for(let t in e)"string"==typeof e[t]&&(e[t]=e[t].trim())})),t?e.filter((e=>{for(let t in e)if(!e[t]||0==e[t].length)return!1;return!0})):e.filter((e=>!(e.hasOwnProperty("key")&&!e.key)))):[]}function v(e,a){switch(e){case"license-check":c({isCheckingLicense:!0}),mapp.lib.ajax({type:"POST",data:{action:"mapp_license_check",nonce:mappl10n.options.nonce,license:t.license},callback:e=>{if(c({isCheckingLicense:!1}),e&&"OK"==e.status){let a={...t.helpers};a.license_status=e.data,c({helpers:a})}}});break;case"reset":c({isSaving:!0}),mapp.lib.ajax({type:"POST",data:{action:"mapp_options_reset",nonce:mappl10n.options.nonce},callback:e=>{c({isSaving:!1}),e&&"OK"==e.status&&window.location.reload()}});break;case"save":let e={...t};delete e.helpers,e.filters=y(e.filters,!1),e.metaKeys=y(e.metaKeys,!0),e.sizes=y(e.sizes,!0),e.autoicons&&e.autoicons.values&&(e.autoicons.values=y(e.autoicons.values,!0)),c({isSaving:!0}),mapp.lib.ajax({type:"POST",data:{action:"mapp_options_save",nonce:mappl10n.options.nonce,settings:JSON.stringify(e)},callback:e=>{c({isSaving:!1}),e&&"OK"==e.status&&window.location.reload()}})}}return r((()=>{if(p.current){new mapp.Map(t.helpers.demo_map,{sel:jQuery(p.current)}).display()}}),[]),r((()=>{mappl10n.options.engine!=t.engine&&v("save")}),[t.engine]),s("div",{className:"mapp-options"},s("form",{onSubmit:e=>{e.preventDefault(),v("save")}},s(o.Section,{title:__("Sample Map"),className:"mapp-demo-section"},s("div",{className:"mapp-options-demo",ref:p})),mappl10n.options.pro&&(!t.helpers.is_multisite||t.helpers.is_super_admin||t.helpers.is_main_site)&&s(o.Section,{title:__("License")},s(o.Option,{title:__("MapPress license key"),className:"mapp-option-license"},s(o.Input,{value:t.license,name:"license",onChange:e=>{let a={...t.helpers};a.license_status="",c({license:e,helpers:a})},size:37,placeholder:__("Enter license to enable automatic updates")}),function(){const e=t.helpers.license_status,a=s(h,{isSecondary:!0,href:"https://mappresspro.com/mappress"},__("Get license")),o=s(h,{isBusy:t.isCheckingLicense,isSecondary:!0,onClick:()=>v("license-check")},__("Check now")),i=s(h,{isLink:!0,target:"_blank",href:"https://mappresspro.com/account"},__("Your account"));return t.license?"active"==e?s("span",{className:"mapp-license-status"},s(g,{icon:"yes"}),__("Active")):s(l,null,o,i,e&&!t.isCheckingLicense&&s("div",null,s(g,{icon:"no"}),"inactive"==e?__("License is invalid or expired"):e)):a}()),s(o.Option,{title:__("Beta versions")},s(o.Checkbox,{label:__("Enable updates for beta versions"),checked:t.betas,onChange:e=>c({betas:e})}))),s(o.Section,{title:__("Basic Settings")},s(o.Option,{title:__("Mapping API")},s(o.Radios,{options:[{label:"Leaflet",value:"leaflet"},{label:"Google",value:"google"}],onChange:e=>{c({engine:e,geocoder:"google"==e?"google":""})},checked:t.engine,help:{href:"#toc-picking-a-mapping-api",text:__("Leaflet is free and requires no API key. Google requires an API key and has usage limits.")}})),"leaflet"==t.engine&&function(){const e=[{value:"nominatim",label:"Nominatim",disabled:t.mapbox,hide:!!t.mapbox},{value:"mapbox",label:"MapBox",disabled:!t.mapbox},{value:"google",label:"Google",disabled:!t.apiKey}];let a={};return"nominatim"==t.geocoder&&(a={text:__("Nominatim is free but inaccurate. Consider using Mapbox or Google instead."),type:"warning"}),a.href="#toc-picking-a-geocoder",s(o.Option,{title:__("Geocoder")},s(o.Radios,{options:e,checked:t.geocoder,onChange:e=>c({geocoder:e}),help:a}))}(),"leaflet"==t.engine&&function(){const e=s(h,{isSecondary:!0,href:"https://account.mapbox.com/access-tokens/",target:"_blank"},__("Get an Access Token"));return s(o.Option,{title:__("Mapbox access token")},s("div",{className:"mapp-option-mapbox"},s(o.Input,{name:"mapbox",value:t.mapbox,onChange:e=>{c({mapbox:e}),c({geocoder:e?"mapbox":"nominatim"})},placeholder:__("Enter token to use Mapbox"),size:50}),e),s("div",{className:"mapp-help-text"},__("Mapbox makes Leaflet maps look great and provides an excellent geocoder.")))}(),function(){const e=s(h,{isSecondary:!0,href:"https://mappresspro.com/how-to-get-a-google-maps-api-key",target:"_blank"},__("Get an API Key"));return s(o.Option,{title:__("Google API key"),className:"mapp-option-apikey"},s(o.Input,{name:"apiKey",value:t.apiKey,onChange:e=>{c({apiKey:e})},placeholder:"google"==t.engine?__("Enter API key to use Google maps"):__("Enter API key to use Google geocoder"),size:50}),e)}()),s(o.Section,{title:__("Map Settings")},s(o.Option,{title:__("Automatic display")},s(o.Radios,{options:[{value:"",label:__("None")},{value:"top",label:__("Top of post")},{value:"bottom",label:__("Bottom of post")}],checked:t.autodisplay,onChange:e=>c({autodisplay:e})})),s(o.Option,{title:__("Map alignment")},s(o.Radios,{options:[{value:"",label:__("Default")},{value:"center",label:__("Center")},{value:"left",label:__("Left")},{value:"right",label:__("Right")}],checked:t.alignment,onChange:e=>c({alignment:e})})),s(o.Option,{title:__("Directions")},s(o.Radios,{checked:t.directions,options:[{value:"google",label:"Google"},{value:"inline",label:__("Inline")}],onChange:e=>c({directions:e})})),s(o.Option,{title:__("Mini width")},s(o.Input,{value:t.mini,onChange:e=>c({mini:e}),size:3,label:__("Width (px) to use map/list toggle buttons")})),"leaflet"==mappl10n.options.engine&&s(o.Option,{title:__("Scroll wheel zoom")},s(o.Checkbox,{checked:t.scrollWheel,label:__("Enable map zoom with mouse scroll wheel"),onChange:e=>c({scrollWheel:e})}))),s(o.Section,{title:__("POIs")},s(o.Option,{title:__("Default zoom")},s(o.Select,{label:__("Default zoom when displaying a single POI"),value:t.poiZoom,options:_.map([1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18],(e=>({value:e,label:e}))),onChange:e=>c({poiZoom:e})})),s(o.Option,{title:__("Hover")},s(o.Checkbox,{checked:t.tooltips,label:__("Open POIs on hover"),onChange:e=>c({tooltips:e})})),s(o.Option,{title:__("Open first POI")},s(o.Checkbox,{checked:t.initialOpenInfo,onChange:e=>c({initialOpenInfo:e}),label:__("Open first POI when a map is displayed")}))),s(o.Section,{title:__("POI List")},s(o.Option,{title:__("Display")},s(o.Checkbox,{checked:t.poiList,label:__("Show a list of POIs with each map"),onChange:e=>c({poiList:e})})),s(o.Option,{title:__("Position")},s("div",{className:"mapp-option-poilist-radios"},s(o.Radios,{checked:t.layout,options:[{value:"left",label:__("Left of map")},{value:"inline",label:__("Below map")}],onChange:e=>c({layout:e})}))),"left"==t.layout&&s(o.Option,{title:__("Initial open")},s("div",{className:"mapp-option-poilist-open"},s(o.Checkbox,{checked:t.poiListOpen,label:__("Open list when map is displayed"),onChange:e=>c({poiListOpen:e})}))),s(o.Option,{title:__("Paging")},s("div",{className:"mapp-option-poilist-page-size"},s(o.Input,{labelRight:__("POIs per page"),max:999,min:1,onChange:e=>c({poiListPageSize:e}),size:3,type:"number",value:t.poiListPageSize}))),s(o.Option,{title:__("Sort")},s(o.Checkbox,{checked:t.sort,label:__("Sort POI list by title"),onChange:e=>c({sort:e})}))),s(o.Section,{title:__("Styled Maps")},s(o.Option,{title:__("Default style")},s("div",{className:"mapp-option-style"},s(n.m,{selected:t.style,onChange:e=>{c({style:e}),mappl10n.options.style=e}}),s("div",null,__('Replace the default "roadmap" or "streets" style'))))),mappl10n.options.pro&&s(o.Section,{title:__("Icons")},s(o.Option,{title:__("Default icon")},s(i.MappIconPicker,{iconid:t.defaultIcon,onChange:e=>{mappl10n.options.defaultIcon=e,c({defaultIcon:e})}})),s(o.Option,{title:__("Icon directory")},s("code",null,t.helpers.icon_directory)),s(o.Option,{title:__("Highlight selected POI")},s(o.Radios,{checked:t.highlight,options:[{value:"",label:__("None")},{value:"circle",label:__("Circle")},{value:"scale",label:__("Scale")},{value:"icon",label:__("Icon")}],onChange:e=>c({highlight:e})}),"icon"==t.highlight&&s(i.MappIconPicker,{defaultIcon:t.defaultIcon,iconid:t.highlightIcon,onChange:e=>c({highlightIcon:e})})),function(){let e=t.iconScale&&Array.isArray(t.iconScale)?[...t.iconScale]:[0,0];return s(o.Option,{title:__("Icon size")},s(o.Input,{min:0,max:64,onChange:t=>{t<=64&&(e[0]=t>0?t:"",c({iconScale:e}))},size:3,type:"number",value:e[0]?e[0]:""}),s("span",null," X "),s(o.Input,{min:0,max:64,onChange:t=>{t<=64&&(e[1]=t>0?t:"",c({iconScale:e}))},size:3,type:"number",value:e[1]?e[1]:""}),s("span",null," (px) "))}(),function(){let e=b(t.helpers.taxonomies);e.unshift({value:"post_type",label:__("Post type")});const a=u((e=>{if("post_type"==t.autoicons.key)return b(t.helpers.post_types);const a=wp.data.select("core").getEntityRecords("taxonomy",t.autoicons.key,{per_page:-1,_fields:"id,name,slug"});return a?a.map((e=>({value:e.slug,label:e.name}))):[]}),[t.autoicons.key]);return s(o.Option,{title:__("Automatic icons")},s(o.Select,{label:__('Be sure to set "Show in REST API" for custom taxonomies'),value:t.autoicons?t.autoicons.key:null,options:e,onChange:e=>{let a=t.autoicons?{...t.autoicons}:[];a.key=e,a.values=[],c({autoicons:a})},placeholder:""}),s(o.MappGrid,{cols:[{id:"key",label:__("Key"),type:"select",options:a},{id:"value",label:__("Icon"),type:"icon"}],data:t.autoicons.values,onChange:e=>{let a=t.autoicons?{...t.autoicons}:[];a.values=e,c({autoicons:a})}}))}()),s(o.Section,{title:__("Clustering")},s(o.Option,{title:__("Clustering")},s(o.Checkbox,{checked:t.clustering,label:__("Enable marker clustering"),onChange:e=>c({clustering:e})})),function(){let e=t.clusteringOptions?t.clusteringOptions:{};const a=(t,a)=>{e[t]=a,c({clusteringOptions:e})};if("google"==t.engine){const t="https://github.com/googlemaps/v3-utility-library/blob/3fca406/packages/markerclustererplus/src/markerclusterer.ts",i=[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18];return s("div",{className:"mapp-option-clustering-options"},s(o.Option,{title:__("Max zoom")},s(o.Select,{help:{href:t},label:s(l,null,__("Disable clustering at zoom"),s("code",null,"maxZoom")),onChange:e=>a("maxZoom",e),options:_.map(i,(e=>({value:e,label:e}))),placeholder:__("None"),value:e.maxZoom})))}{const t="https://github.com/Leaflet/Leaflet.markercluster#all-options",i=[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18];return s("div",{className:"mapp-option-clustering-options"},s(o.Option,{title:__("Max zoom")},s(o.Select,{help:{href:t},label:s(l,null,__("Disable clustering at zoom"),s("code",null,"disableClusteringAtZoom")),onChange:e=>a("disableClusteringAtZoom",e),options:_.map(i,(e=>({value:e,label:e}))),placeholder:__("Auto"),value:e.disableClusteringAtZoom})),s(o.Option,{title:__("Spiderfy")},s(o.Checkbox,{checked:e.spiderfyOnMaxZoom,help:{href:t},label:s(l,null,__("Spiderfy"),s("code",null,"spiderfyOnMaxZoom")),onChange:e=>a("spiderfyOnMaxZoom",e)})))}}()),mappl10n.options.pro&&s(o.Section,{title:__("Mashups")},function(){const e=[{value:"poi",label:__("Open popup")},{value:"post",label:__("Open post")},{value:"postnew",label:__("Post in new tab")},{value:"postmodal",label:__("Post in modal")}];return s(o.Option,{title:__("Marker click")},s(o.Radios,{checked:t.mashupClick,options:e,onChange:e=>c({mashupClick:e})}))}(),s(o.Option,{title:__("Popup content")},s(o.Radios,{checked:t.mashupBody,options:[{value:"poi",label:__("POI title + POI body")},{value:"post",label:__("Post title + post excerpt")}],onChange:e=>c({mashupBody:e})})),s(o.Option,{title:__("KMLs")},s(o.Checkbox,{checked:t.mashupKml,label:__("Include KML POIs in mashups"),onChange:e=>c({mashupKml:e})}))),mappl10n.options.pro&&s(o.Section,{title:__("Search")},s(o.Option,{title:__("Search")},s(o.Checkbox,{checked:t.search,label:__("Enable search for mashups"),onChange:e=>c({search:e})})),s(o.Option,{title:__("Search radius")},s(o.Select,{help:{href:"https://mappresspro.com/mappress-documentation/#toc-mashup-search"},label:__("Minimum search radius (km)"),value:t.radius,options:_.map([1,5,10,15,25,50,75,100,200,300],(e=>({value:e,label:e}))),onChange:e=>c({radius:e})})),s(o.Option,{title:__("Search country")},s(o.Select,{label:__("Country code for searches"),value:t.country,options:_.map(["","AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","VG","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CK","CR","HR","CU","CW","CY","CZ","CD","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","CI","JM","JP","JE","JO","KZ","KE","KI","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","AN","NC","NZ","NI","NE","NG","NU","NF","KP","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","CG","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","KR","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","VI","UG","UA","AE","GB","US","UM","UY","UZ","VU","VA","VE","VN","WF","EH","YE","ZM","ZW"],(e=>({value:e,label:e}))),onChange:e=>c({country:e}),help:{href:"https://en.wikipedia.org/wiki/ISO_3166-1#Officially_assigned_code_elements"}})),mappl10n.options.ssl?s(o.Option,{title:__("User location")},s(o.Checkbox,{checked:t.userLocation,label:__("Show user location on map"),onChange:e=>c({userLocation:e})})):null,function(){if("google"!=t.engine)return s(o.Option,{title:__("Bounding box")},s(o.Input,{onChange:e=>c({searchBox:e}),help:{text:__("Restrict searches to a bounding box (optional)"),href:"https://mappresspro.com/mappress-documentation/#toc-mashup-search"},placeholder:"SW lon, SW lat, NE lng, NE lat",size:45,value:t.searchBox}))}()),mappl10n.options.pro&&s(o.Section,{title:__("Filter")},s(o.Option,{title:__("Filters position")},s(o.Radios,{options:[{value:"top",label:__("Top")},{value:"list",label:__("POI list")}],checked:t.filtersPos,onChange:e=>c({filtersPos:e})})),s(o.Option,{className:"mapp-option-filters",title:__("Filters")},s(o.MappCrudList,{data:t.filters,isDraggable:!0,onChangeData:e=>{c({filters:e})},onRender:e=>function(e){let{row:a,rowId:i,onChange:n,onDelete:l,...r}=e,p=b(t.helpers.taxonomies);const c=[{label:__("Post type"),value:"post"},{label:__("Text search"),value:"text"},{label:"──────────",value:"",disabled:!0},...p],d=function(e){const t=_.findWhere(c,{value:e.key});return t?t.label:__("New filter")},m="text"==a.key?[{value:"input",label:__("Input")}]:[{value:"checkbox",label:__("Checkboxes")},{value:"radio",label:__("Radio buttons")},{value:"select",label:__("Select")}];return s(o.MappExpand,{actions:s("div",null,s(h,{icon:"trash",onClick:()=>l(),title:__("Delete")})),className:"mapp-option-filter",initialOpen:!a.key,showToggle:!0,title:d(a)},s("div",{className:"mapp-option-filter-row"},s(o.Select,{labelTop:__("Filter type"),value:a.key,options:c,onChange:e=>n({key:e,format:"text"==e?"input":"checkbox"}),placeholder:""}),s(o.Select,{labelTop:__("Format"),value:a.format,options:m,placeholder:"",onChange:e=>n({format:e})}),s(o.Input,{labelTop:__("Label"),placeholder:d(a),value:a.label,onChange:e=>n({label:e})}),"post"!=a.key&&"meta"!=a.key&&"text"!=a.key&&s(o.Select,{labelTop:__("Sort"),value:a.sort,options:[{value:"name",label:__("Name")},{value:"slug",label:__("Slug")}],onChange:e=>n({sort:e})})),a.key&&"meta"!=a.key&&"text"!=a.key&&s("div",{className:"mapp-option-filter-row mapp-option-filter-tokens"},s(f,{label:__("Include"),value:a.include,onChange:e=>n({include:e}),__experimentalShowHowTo:!1}),s(f,{label:__("Exclude"),value:a.exclude,onChange:e=>n({exclude:e})})))}(e)}))),mappl10n.options.pro&&s(o.Section,{title:__("Generate Maps from Custom Fields")},s(o.Option,{title:__("Post types")},s(o.Checkboxes,{values:t.postTypes,options:b(t.helpers.post_types),onChange:e=>c({postTypes:e})})),s(o.Option,{title:__("Custom fields")},s(o.MappGrid,{cols:[{id:"key",label:__("Map field"),type:"select",options:b(t.helpers.meta_fields)},{id:"value",label:__("Custom field"),type:"select",options:b(t.helpers.meta_keys)}],data:t.metaKeys,onChange:e=>{c({metaKeys:e})}})),s(o.Option,{title:__("Overwrite")},s(o.Checkbox,{label:__("Overwrite maps when posts are saved"),checked:t.metaSyncSave,onChange:e=>{c({metaSyncSave:e})}})),"google"==t.engine&&s(o.Option,{title:__("Google Server API key")},s(o.Input,{name:"apiKeyServer",value:t.apiKeyServer,onChange:e=>c({apiKeyServer:e}),size:50,help:{text:__("Server API key for geocoding. Only required if client key is restricted by referrer."),href:"https://mappresspro.com/mappress-documentation/#toc-google-api-keys"}})),function(){let e=__("No errors found");return t.helpers.geocoding_errors&&t.helpers.geocoding_errors.length>0&&(e=_.map(t.helpers.geocoding_errors,(e=>s("div",{key:e.ID},s("a",{href:mappl10n.options.editurl+"?post="+e.ID+"&action=edit"},e.post_title),s("span",null," : "+e.error))))),s(o.Option,{title:__("Geocoding errors")},e)}()),mappl10n.options.pro&&mappl10n.options.acfActive&&s(o.Section,{title:__("Frontend Forms")},s(o.Option,{title:__("Advanced Custom Fields")},s(o.Input,{className:"mapp-option-acf",name:"acf",value:t.acf,onChange:e=>{c({acf:e})},placeholder:__("ACF field"),size:20}),__("ACF map field to include on MapPress mashups"),s(o.Help,{text:__("To generate MapPress maps from ACF fields, leave this blank and use the Geocoding section"),href:"https://mappresspro.com/mappress-documentation/#toc-frontend-forms"}))),mappl10n.options.pro&&s(o.Section,{title:__("Templates")},s(o.Option,{title:__("Custom templates")},s(o.MappTemplateEditor)),s(o.Option,{title:__("Mashup thumbnails")},s(o.Select,{label:__("Popups"),onChange:e=>c({thumbsPopup:e}),options:[{value:"",label:__("None")},{value:"top",label:__("Top")},{value:"left",label:__("Left")},{value:"right",label:__("Right")}],value:t.thumbsPopup}),s(o.Select,{label:__("POI lists"),onChange:e=>c({thumbsList:e}),options:[{value:"",label:__("None")},{value:"top",label:__("Top")},{value:"left",label:__("Left")},{value:"right",label:__("Right")}],value:t.thumbsList})),s(o.Option,{title:__("Thumbnail size")},s(o.Select,{onChange:e=>c({thumbSize:e}),options:b(t.helpers.thumbnail_sizes),value:t.thumbSize}),s("span",null," "+__("or")+" "),s(o.Input,{value:t.thumbWidth,onChange:e=>c({thumbWidth:e}),type:"number",min:0,max:9999}),s("span",null," X "),s(o.Input,{value:t.thumbHeight,onChange:e=>c({thumbHeight:e}),type:"number",min:0,max:9999}),s("span",null," (px) "))),s(o.Section,{title:__("Localization")},function(){const e="leaflet"==t.engine?"https://en.wikipedia.org/wiki/ISO_639-1":"http://code.google.com/apis/maps/faq.html#languagesupport";return s(o.Option,{title:__("Language")},s(o.Select,{value:t.language,options:b(t.helpers.languages),onChange:e=>c({language:e}),help:{href:e,text:__("Language for searches and Google map controls")}}))}(),s(o.Option,{title:__("Directions server")},s(o.Input,{value:t.directionsServer,onChange:e=>c({directionsServer:e}),size:25}))),s(o.Section,{title:__("Miscellaneous")},s(o.Option,{title:__("Map sizes")},s(o.MappGrid,{cols:[{id:"width",label:__("Width")+" (px, %, vw)",size:4},{id:"height",label:__("Height")+" (px, %, vh)"}],data:t.sizes,onChange:(e,t)=>c({sizes:e,size:t}),selectionColumn:"rowid",selected:t.size})),t.helpers.jetpack?null:s(o.Option,{title:__("Scripts")},s(o.Checkbox,{checked:t.footer,label:__("Output scripts in footer"),onChange:e=>c({footer:e}),help:{text:__("Disable footer scripts if maps are output using AJAX")}})),s(o.Option,{title:"WPML"},s(o.Checkbox,{checked:t.wpml,label:__("Copy maps when overwriting a translation"),onChange:e=>c({wpml:e}),help:{href:"https://mappresspro.com/mappress-documentation#wpml"}})),s(o.Option,{title:__("Compatibility")},s("div",null,s(o.Checkbox,{checked:t.deregister,label:__("Prevent loading Google Maps multiple times"),onChange:e=>c({deregister:e})})),s("div",null,s(o.Checkbox,{checked:t.iframes,label:__("Output maps in iframes to prevent compatibility issues"),onChange:e=>c({iframes:e})})))),s("div",{className:"mapp-options-toolbar"},s(h,{isBusy:t.isSaving,className:"mapp-options-save",type:"submit",isPrimary:!0},__("Save")),s(h,{isBusy:t.isSaving,isSecondary:!0,onClick:()=>v("reset")},__("Reset Defaults")))))}window.addEventListener("DOMContentLoaded",(e=>{document.getElementById("mapp-options-settings")&&wp.element.render(s(y,mappress_options_state),document.getElementById("mapp-options-settings"))}))},824:(e,t,a)=>{"use strict";a.r(t),a.d(t,{Control:()=>f,Help:()=>b,Checkbox:()=>y,Checkboxes:()=>v,Input:()=>k,Radios:()=>C,Select:()=>x,Textarea:()=>S,Section:()=>N,Option:()=>O,MappGrid:()=>M,MappCrudList:()=>P,MappExpand:()=>I,MappTemplateEditor:()=>z});var o=a(143);const i=wp.element.createElement,{Fragment:n,useEffect:s,useLayoutEffect:l,useCallback:r,useRef:p,useState:c}=wp.element,{useSelect:d}=wp.data,{Button:m,Dashicon:u,Modal:h,TabPanel:g}=wp.components,__=e=>wp.i18n.__(e,"mappress-google-maps-for-wordpress");function f(e){let{className:t,help:a,type:o,...s}=e;const l=Array.isArray(s.children)?n:"label";let r="mapp-control";return o&&(r+=" mapp-control-"+o),t&&(r+=" "+t),i("div",{className:r},s.labelTop&&i("div",{className:"mapp-label-top"},s.labelTop),i(l,null,s.labelLeft&&i("span",null,s.labelLeft),s.children,(s.label||s.labelRight)&&i("span",null,s.label||s.labelRight)),a&&i(b,a))}function b(e){let t="mapp-help-text";e.type&&(t+=" mapp-help-"+e.type);let a=null;return e.href&&(a="#"==e.href.substr(0,1)?"https://mappresspro.com/mappress-documentation/"+e.href:e.href),i(n,null,a&&i("a",{className:"mapp-help-link",href:a,target:"_blank"},i(u,{icon:"editor-help"})),e.text&&i("div",{className:t},e.text))}function y(e){let{checked:t,className:a,disabled:o,onChange:n,value:s,...l}=e;return i(f,{type:"checkbox",...l},i("input",{checked:void 0!==t&&t,className:a,disabled:o,onChange:e=>n(e.target.checked),type:"checkbox",value:s}))}function v(e){let{label:t,onChange:a,options:o,values:n,...s}=e;return i(f,{type:"checkboxes",...s},_.map(o,((e,t)=>{let o=n?n.indexOf(e.value):-1;return i(y,{key:t,label:e.label,value:e.value,checked:o>=0,disabled:e.disabled,onChange:t=>{let i=[...n];t&&-1==o&&a(i.concat(e.value)),!t&&o>=0&&(i.splice(o,1),a(i))}})})))}function k(e){let{autoFocus:t,disabled:a,max:o,min:n,name:s,onChange:l,placeholder:r,size:p,trim:c,type:d,value:m,...u}=e;return l?i(f,{type:"input",...u},i("input",{autoFocus:t,disabled:a,max:o,min:n,name:s,onChange:e=>l(c?e.target.value.trim():e.target.value),placeholder:r,size:p,type:d||"text",value:null!==m?m:""})):"Missing onChange handler in Input Control"}const w=function(e){let{checked:t,className:a,disabled:o,onChange:n,value:s,...l}=e;return i(f,{type:"radio",...l},i("input",{checked:t,className:a,disabled:o,onChange:e=>n(e.target.value),type:"radio",value:s}))};function C(e){let{checked:t,label:a,onChange:o,options:n,...s}=e;return i(f,{type:"radios",...s},_.map(n,((e,a)=>{if(!e.hide)return i(w,{key:a,value:e.value,checked:t==e.value||null==t&&""==e.value,onChange:e=>o(e),disabled:e.disabled,label:e.label})})))}function x(e){let{className:t,onChange:a,options:o,placeholder:n,value:s,...l}=e,r=[...o];return void 0!==n&&r.unshift({value:"",label:n}),i(f,{type:"select",...l},i("select",{className:t,value:null!=s?s:"",onChange:e=>a(e.target.value)},_.map(r,((e,t)=>i("option",{key:t,value:e.value,disabled:e.disabled},e.label)))))}function S(e){let{className:t,onChange:a,...o}=e;return i(f,{type:"textarea",...o},i("textarea",{className:t,onChange:e=>a(e.target.value)}))}function N(e){let t=e.className?" "+e.className:"";return i("div",{className:"mapp-option-section"+t},i("h2",null,e.title),e.children)}function O(e){const t=e.className?"mapp-option "+e.className:"mapp-option";return i("div",{className:t},i("div",{className:"mapp-option-title"},e.title),i("div",{className:"mapp-option-value"},e.children))}function M(e){const[t,a]=c({dragging:null,dragover:null});function n(e){a((t=>({...t,...e})))}function s(a,o){let i=[...e.data];switch(a){case"add":let a={};_.map(e.cols,(e=>{a[e.id]=""})),i.push(a),e.onChange(i,e.selected);break;case"change":i[o.i][o.id]=o.value,e.onChange(i,e.selected);break;case"delete":let s;i.splice(o,1),s=o==e.selected?null:o<e.selected?e.selected-1:e.selected,e.onChange(i,s);break;case"select":n({selected:o}),e.onChange(i,o);break;case"sort":let l=t.dragging,r=l<o?o-1:o;i.splice(r,0,i.splice(l,1)[0]),e.onChange(i,r),n({dragover:null})}}return i("div",{className:e.className?"mapp-grid "+e.className:"mapp-grid"},e.data&&!!e.data.length&&i("div",{className:"mapp-grid-table"},function(){const t=e.selectionColumn?i("div",{className:"mapp-grid-cell",key:"select"},__("Default")):null,a=i("div",{className:"mapp-grid-cell",key:"actions"},"");return i("div",{className:"mapp-grid-header"},i("div",{className:"mapp-grid-row"},t,_.map(e.cols,(e=>i("div",{className:"mapp-grid-cell",key:e.id},e.label))),a))}(),i("div",{className:"mapp-grid-body"},_.map(e.data,((a,l)=>function(a,l){return i("div",{className:"mapp-grid-row"+(t.dragover==l?" mapp-dragover":""),draggable:!0,key:l,onDragOver:e=>e.preventDefault(),onDragStart:e=>n({dragging:l}),onDragEnter:e=>n({dragover:l}),onDragEnd:e=>n({dragging:null,dragover:null}),onDrop:e=>s("sort",l)},function(t,a){if(!e.selectionColumn)return null;let o,n;return"rowid"==e.selectionColumn?o=a:t[e.selectionColumn]?o=t[e.selectionColumn]:n=!0,"checkbox"===e.selectionType?i("div",{className:"mapp-grid-cell"},i(y,{value:o,checked:e.selected==o,disabled:n,onChange:e=>{s("select",e?o:null)}})):i("div",{className:"mapp-grid-cell"},i(w,{checked:e.selected==o,onChange:()=>s("select",o)}))}(a,l),_.map(e.cols,((t,a)=>i("div",{className:"mapp-grid-cell mapp-grid-cell-"+t.id,key:l+"-"+a},function(t,a){if(a.onRender)return a.onRender({id:a.id,value:e.data[t][a.id],onChange:e=>s("change",{i:t,id:a.id,value:e})});switch(a.type){case"icon":return i(o.MappIconPicker,{iconid:e.data[t][a.id],onChange:e=>s("change",{i:t,id:a.id,value:e})});default:return i(k,{size:e.data[t][a.size],value:e.data[t][a.id],onChange:e=>s("change",{i:t,id:a.id,value:e})});case"select":return i(x,{value:e.data[t][a.id],options:a.options,onChange:e=>{s("change",{i:t,id:a.id,value:e})},placeholder:""})}}(l,t)))),function(e){return i("div",{className:"mapp-grid-cell",key:"delete"},i(m,{icon:"trash",onClick:()=>s("delete",e)}))}(l))}(a,l))))),i("div",{className:"mapp-grid-toolbar"},i(m,{isSecondary:!0,onClick:()=>s("add")},__("Add"))))}function P(e){let{data:t,isDraggable:a,onAdd:o,onChangeData:n,onRender:l,...r}=e;const[p,d]=c({dragging:null,dragover:null,isDraggable:!1});function u(e){d((t=>({...t,...e})))}function h(e,a,i){let s=[...t];switch(e){case"add":const e=o?o():{};s.push(e),n(s);break;case"change":s[i]={...t[i],...a},n(s);break;case"delete":confirm(mappl10n.delete_prompt)&&(s.splice(a,1),n(s));break;case"sort":let l=p.dragging,r=l<a?a-1:a;s.splice(r,0,s.splice(l,1)[0]),n(s),u({dragover:null})}}return s((()=>{}),[]),i("div",{className:"mapp-crud-list"},_.map(t,((e,t)=>i("div",{className:"mapp-crud-row"+(p.dragover==t?" mapp-dragover":""),draggable:a,key:t,onDragOver:e=>e.preventDefault(),onDragStart:e=>u({dragging:t}),onDragEnter:e=>u({dragover:t}),onDragEnd:e=>u({dragging:null,dragover:null}),onDrop:e=>h("sort",t)},l({row:e,rowId:t,onChange:e=>h("change",e,t),onDelete:()=>h("delete",t)})))),i("div",{className:"mapp-crud-toolbar"},i(m,{isSecondary:!0,onClick:()=>h("add")},__("Add"))))}function I(e){let{actions:t,initialOpen:a,showToggle:o,subTitle:n,title:s,...l}=e;const[r,p]=c({isOpen:!o||a});function d(e,t){if("toggle"===e)o&&(a={isOpen:!r.isOpen},p((e=>({...e,...a}))));var a}let m="mapp-expand";return m+=r.isOpen?"":" mapp-expand-closed",m+=l.className?" "+l.className:"",i("div",{className:m},i("div",{className:"mapp-expand-header",onClick:()=>d("toggle")},i("div",null,s,n),o&&i("div",null,i(u,{icon:r.isOpen?"arrow-up":"arrow-down"}))),i("div",{className:"mapp-expand-body"},l.children),t&&i("div",{className:"mapp-expand-footer"},t))}function z(e){const[t,a]=c({codeEditor:null,isOpen:!1,name:null,tab:"editor",template:null,tokens:null});function o(e){a((t=>({...t,...e})))}const s=r((e=>{if(null!=e){let a=wp.codeEditor.initialize(e);a.codemirror.setSize("auto","auto"),a.codemirror.setOption("readOnly","editor"!=t.tab),o({codeEditor:a})}}),[]);function l(e,a){switch(e){case"close":o({isOpen:!1});break;case"delete":confirm(mappl10n.delete_prompt)&&(mapp.lib.ajax({type:"POST",data:{action:"mapp_tpl_delete",name:t.template.name,nonce:mappl10n.options.nonce}}),o({isOpen:!1}));break;case"insert":let e=t.codeEditor.codemirror.getDoc(),i=e.getCursor();e.replaceRange("{{{poi."+a+"}}}",i);break;case"open":mapp.lib.ajax({type:"GET",data:{action:"mapp_tpl_get",name:a,nonce:mappl10n.options.nonce},callback:e=>{e&&"OK"==e.status&&o({isOpen:!0,name:a,tab:"editor",template:e.data.template,tokens:e.data.tokens})}});break;case"save":let n="editor"==t.tab?t.codeEditor.codemirror.getValue():t.template.content;mapp.lib.ajax({type:"POST",data:{action:"mapp_tpl_save",content:n,name:t.template.name,nonce:mappl10n.options.nonce},callback:function(e){e&&"OK"==e.status&&o({isOpen:!1,template:null,tokens:null})}});break;case"tab-select":if("editor"!=a){let e={...t.template};e.content=t.codeEditor.codemirror.getValue(),o({template:e})}o({tab:a})}}function p(){const e=t.template.name+" ("+(t.template.exists?__("Custom"):__("New"))+")";return i("div",{className:"mapp-templates-name"},e)}return i("div",{className:"mapp-templates"},function(){const e=[{name:"map-popup",label:__("Map popup")},{name:"map-item",label:__("Map list item")},{name:"mashup-popup",label:__("Mashup popup")},{name:"mashup-item",label:__("Mashup list item")}];return i("div",{className:"mapp-templates-list"},_.map(e,((e,t)=>i("a",{href:"#",key:e.name,className:"mapp-templates-item",onClick:t=>{t.preventDefault(),l("open",e.name)}},e.label))))}(),t.isOpen&&t.template?i(h,{title:p(),className:"mapp-templates-modal",onRequestClose:()=>l("close"),shouldCloseOnClickOutside:!1},i(g,{className:"mapp-templates-tabs",onSelect:e=>l("tab-select",e),tabs:[{name:"editor",title:__("Editor")},{name:"standard",title:__("Default")}]},(e=>function(){const e=i("div",{className:"mapp-templates-tokens"},_.map(t.tokens,((e,t)=>i("code",{onClick:()=>l("insert",e.token),key:t,title:e.label},e.label)))),a=i("div",{className:"mapp-templates-path"},t.template.path);return i(n,null,"editor"==t.tab&&a,"editor"==t.tab&&e,i("div",{className:"editor"==t.tab?"mapp-templates-editor":"mapp-templates-standard"},i("textarea",{ref:s,defaultValue:"editor"==t.tab?t.template.content:t.template.standard})))}())),i("div",{className:"mapp-templates-toolbar"},i(m,{isPrimary:!0,onClick:()=>l("save")},__("Save")),i(m,{isSecondary:!0,onClick:()=>l("close")},__("Cancel")),t.template.exists&&i("a",{onClick:e=>{e.preventDefault(),l("delete")}},__("Delete")))):null)}},149:(e,t,a)=>{"use strict";a.d(t,{S:()=>b});const o=wp.element.createElement,{select:i}=wp.data,{Fragment:n,useEffect:s,useLayoutEffect:l,useRef:r,useState:p}=wp.element,{BaseControl:c,Button:d,Dashicon:m,Modal:u,PanelBody:_,RadioControl:h,Spinner:g,TextControl:f}=wp.components,{sprintf}=wp.i18n;function b(e){function t(t,a){const o=Math.ceil(e.count/e.pageSize);switch(t){case"first":e.onChange(1);break;case"last":e.onChange(o);break;case"next":e.onChange(e.page+1);break;case"prev":e.onChange(e.page-1)}}return function(){const a=Math.ceil(e.count/e.pageSize),i=e.page<=1,n=e.page>=a;return o("div",{className:"mapp-paginate"},o(d,{disabled:i,onClick:()=>t("first"),isSecondary:!0},"«"),o(d,{disabled:i,onClick:()=>t("prev"),isSecondary:!0},"‹"),o("div",{className:"mapp-paginate-count"},sprintf((s="%d of %d",wp.i18n.__(s,"mappress-google-maps-for-wordpress")),e.page,a)),o(d,{disabled:n,onClick:()=>t("next"),isSecondary:!0},"›"),o(d,{disabled:n,onClick:()=>t("last"),isSecondary:!0},"»"));var s}()}},477:(e,t,a)=>{"use strict";a.r(t),a.d(t,{default:()=>C});var o=a(713),i=a(999),n=a(149),s=a(677);window.mapp=window.mapp||{};const l=wp.element.createElement,{select:r}=wp.data,{Fragment:p,useEffect:c,useLayoutEffect:d,useRef:m,useState:u}=wp.element,{BaseControl:h,Button:g,Dashicon:f,Icon:b,Modal:y,PanelBody:v,Spinner:k,TextControl:w}=wp.components,__=e=>wp.i18n.__(e,"mappress-google-maps-for-wordpress");function C(e){const[t,a]=u({counts:{all:null,trashed:null,post:null},filter:"all",isFetchingItems:!0,items:null,mode:e.mode?e.mode:"list",mapid:e.mapid?e.mapid:null,page:1,search:""}),{addSnackbar:p,renderSnackbar:d}=(0,s.D)(),h=m(null),v=m(null),C=m(null);function x(e){a((t=>({...t,...e})))}function S(a,o){switch(a){case"attach":mapp.store.mutateMap(o.mapid,o.mapdata);break;case"add-new":x({mode:"edit",mapid:null});break;case"close":e.onAction("pick-close");break;case"destroy":confirm(mappl10n.delete_map_prompt)&&(mapp.store.destroyMap(o),p(__("Map deleted"))),v.current&&v.current.focus();break;case"detach":mapp.store.mutateMap(o,{postid:0});break;case"duplicate":mapp.store.duplicateMap({mapid:o,success:e=>{p(__("Map copied")),x({mapid:e.mapid}),h.current&&(h.current.scrollTop=0)}});break;case"edit":if("trash"==t.filter)return;x({mode:"edit",mapid:o});break;case"edit-close":"edit"==e.mode?e.onAction("pick-close"):x({mode:"list"});break;case"edit-save":"edit"==e.mode?e.onAction("pick-close",o):(x({mode:"list",mapid:o}),p(sprintf(__("Map %d saved"),o)));break;case"filter":x({filter:o});break;case"insert":e.onAction("pick-insert",o);break;case"page":x({page:o}),h.current&&(h.current.scrollTop=0);break;case"restore":mapp.store.mutateMap(o,{status:"",postid:0}),p(__("Map restored"));break;case"shortcode":let a=jQuery("<input>");jQuery("body").append(a),a.val('[mappress mapid="'+o+'"]').select(),document.execCommand("copy"),a.remove(),p(__("Shortcode copied"));break;case"sort":mapp.store.setSort({sortBy:o,sortAsc:mapp.store.state.sortBy!=o||!mapp.store.state.sortAsc});break;case"trash":case"edit-trash":mapp.store.mutateMap(o,{status:"trashed"}),p(__("Map moved to trash")),t.mapid&&o==t.mapid&&e.onAction("pick-trash",o)}}function N(a){let i,n=a.mapid==t.mapid;i=a.map_title?a.map_title:__("Untitled");let s,p=function(t){let a;return a="map"==e.context||"mashup"==e.context&&t.postid==mappl10n.options.postid?r("core/editor").getEditedPostAttribute("title"):t.post_title,a=a||__("Untitled"),t.postid>0&&t.postid==mappl10n.options.postid&&(a=__("Current post")),t.postid>0?t.postid==mappl10n.options.postid?a:l("a",{href:mappl10n.options.editurl+"?post="+t.postid+"&action=edit",target:"_blank",title:__("Edit post")},a):__("Unattached")}(a);s="trash"==t.filter?[{action:"restore",label:__("Restore")},{action:"destroy",label:__("Delete Permanently"),isDestructive:!0}]:[{action:"edit",label:__("Edit")},{action:"insert",label:__("Insert into post"),hide:"library"==e.context},{action:"duplicate",label:__("Copy")},{action:"trash",label:__("Trash")}],s=l("div",{className:"mapp-pick-actions"},s.map((e=>!e.hide&&l("a",{className:e.isDestructive?"mapp-destructive":"",href:"#",key:e.action,onClick:t=>{t.stopPropagation(),t.preventDefault(),S(e.action,a.mapid)}},e.label))));let c=null;return c=a.postid>0?l("a",{href:"#",onClick:()=>S("detach",a.mapid)},__("Detach")):"library"==e.context?l(o.default,{onChange:(e,t)=>S("attach",{mapid:a.mapid,mapdata:{postid:e,post_title:t}})},__("Attach")):l("a",{href:"#",onClick:()=>S("attach",{mapid:a.mapid,mapdata:{postid:mappl10n.options.postid,post_title:null}})},__("Attach")),l("div",{className:"mapp-pick-item"+(n?" mapp-selected":""),key:a.mapid+"|"+a.postid,ref:n?C:null},l("div",{className:"mapp-pick-col-mapid",onClick:e=>S("edit",a.mapid)},a.mapid),l("div",{className:"mapp-pick-col-map_title",onClick:e=>S("edit",a.mapid)},l("div",null,i),l("div",null,s)),l("div",{className:"mapp-pick-col-post_title"},p,l("div",null,c)),"library"==e.context&&l("div",{className:"mapp-pick-col-shortcode"},l(g,{isSmall:!0,isSecondary:!0,onClick:e=>{e.stopPropagation(),e.preventDefault(),S("shortcode",a.mapid)}},__("Copy"))))}c((()=>{const e=e=>{if(!e.isFetchingItems){let t={all:0,post:0,trash:0};_.map(e.items,(e=>{"trashed"==e.status?t.trash++:(t.all++,e.postid==mappl10n.options.postid&&t.post++)})),x({counts:t})}x({isFetchingItems:e.isFetchingItems,isSavingMap:e.isSavingMap,items:e.items})};return mapp.store.subscribe(e),()=>mapp.store.unsubscribe(e)})),c((()=>{mapp.store.fetchItems()}),[]),c((()=>{x({page:1})}),[t.filter,t.search]),c((()=>{"list"==t.mode&&v.current&&v.current.focus()}),[t.mode]);const O=_.filter(t.items,(function(a){if("trash"==t.filter)return"trashed"==a.status;if("trashed"==a.status)return!1;if("post"==t.filter&&a.postid!=mappl10n.options.postid)return!1;if("current"==t.filter&&a.mapid!=e.mapid)return!1;var o=t.search.toLowerCase();return!o||(a.mapid.indexOf(o)>=0||(!!(a.post_title&&a.post_title.toLowerCase().indexOf(o)>=0)||!!(a.map_title&&a.map_title.toLowerCase().indexOf(o)>=0)))}));let M=l("div",{className:"mapp-list-panel"},l("div",{className:"mapp-gt-modal-header"},l("div",{className:"mapp-gt-modal-header-title"},l("h1",null,__("Maps")),l(g,{isPrimary:!0,onClick:()=>S("add-new")},__("Add New"))),l(g,{onClick:()=>S("close"),icon:"no-alt"})),function(){let a=[{label:__("All"),value:"all"},{label:__("Attached to post"),value:"post",hide:"library"==e.context},{label:__("Selected"),value:"current",hide:"library"==e.context||!e.mapid},{label:__("Trash"),value:"trash"}];return l("div",{className:"mapp-pick-filter-wrapper"},l("div",{className:"mapp-pick-filter-tabs"},_.map(a,((e,a)=>{const o="mapp-pick-filter-tab"+(t.filter==e.value?" mapp-active":""),i="current"!=e.value?t.counts[e.value]:null;if(!e.hide)return l("div",{className:o,href:"#",key:a,onClick:()=>S("filter",e.value)},e.label,null!=i&&l("span",{className:"mapp-pick-filter-count"},i))}))),function(){if("trash"!=t.filter)return l("div",{className:"mapp-pick-search-wrapper"},l(w,{ref:v,className:"mapp-pick-search",tabIndex:1,placeholder:__("post title, map title, or map id"),onChange:e=>x({search:e}),size:50,value:t.search}),l(b,{icon:"search"}),(t.isFetchingItems||t.isAttaching&&"library"!=e.context)&&l(k,null))}())}(),function(a){if(a){const e=20*(t.page-1),o=e+20;a=a.slice(e,o)}let o="";return o=t.isFetchingItems?null:a.length?_.map(a,N):l("div",{className:"mapp-pick-message"},__("No maps found")),l("div",{className:"mapp-pick-items-section"},l("div",{className:"mapp-pick-items",ref:h},function(){let t=[{id:"mapid",label:__("ID"),sortable:!0},{id:"map_title",label:__("Map title"),sortable:!0},{id:"post_title",label:__("Attached to"),sortable:!0}];"library"==e.context&&t.push({id:"shortcode",label:__("Shortcode"),sortable:!1});return l("div",{className:"mapp-pick-items-header"},_.map(t,(e=>l("div",{className:"mapp-pick-col-"+e.id,onClick:()=>S("sort",e.id),key:e.id},e.label,e.sortable&&mapp.store.state.sortBy==e.id&&l(f,{icon:mapp.store.state.sortAsc?"arrow-up":"arrow-down"}),e.sortable&&mapp.store.state.sortBy!=e.id&&l(f,{icon:"leftright"})))))}(),o))}(O),function(e){return l("div",{className:"mapp-pick-toolbar"},function(e){return e&&e.length?l(n.S,{count:e?e.length:0,onChange:e=>S("page",e),page:t.page,pageSize:20}):null}(e))}(O)),P=null;if("edit"==t.mode){let a=l("div",{className:"mapp-edit-panel"},l(i.default,{context:e.context,mapid:t.mapid,onAction:S}));P="library"==e.context?l(y,{className:"mapp-gt-modal",isDismissible:!1},a):a}const I="mapp-pick mapp-mode-"+t.mode+" mapp-context-"+e.context;return"library"==e.context?l("div",{className:I},M,P,d()):l(y,{className:"mapp-gt-modal "+I,isDismissible:"list"==t.mode,onRequestClose:()=>S("close"),shouldCloseOnEsc:"list"==t.mode,shouldCloseOnClickOutside:"list"==t.mode},M,P,d())}window.addEventListener("DOMContentLoaded",(e=>{document.getElementById("mapp-library")&&(mappl10n.options.postid=0,wp.element.render(l(C,{context:"library"}),document.getElementById("mapp-library")))}))},429:(e,t,a)=>{"use strict";a.r(t),a.d(t,{MappSettings:()=>y});var o=a(710),i=a(677),n=a(824);window.mapp=window.mapp||{};const s=wp.element.createElement,{Fragment:l,useEffect:r,useLayoutEffect:p,useRef:c,useState:d}=wp.element,{BaseControl:m,Button:u,ButtonGroup:_,Dashicon:h,Dropdown:g,Panel:f,PanelBody:b}=wp.components,__=e=>wp.i18n.__(e,"mappress-google-maps-for-wordpress");function y(e){const[t,a]=d({});const{addSnackbar:r,renderSnackbar:p}=(0,i.D)();function c(e){if(!e||"string"!=typeof e)return e;const t={px:2048,vw:100,vh:100,"%":100};let a=parseInt(e),o=2048,i="";for(var n in t)e.includes(n)&&(i=n,o=t[n]);return a>o?o+i:e}function m(t,a){let o=null;switch(t){case"poiList":e.map.set({poiList:a}),o={poiList:a};break;case"search":e.map.set({search:a}),o={search:a};break;case"size":a.hasOwnProperty("height")&&(a.height=c(a.height)),a.hasOwnProperty("width")&&(a.width=c(a.width)),e.map.setSize(a),o=a;break;case"style-set-maptypeid":e.map&&e.map.set({mapTypeId:a}),o={mapTypeId:a};break;case"viewport-reset":e.map.center=e.map.zoom=null,e.map.recenter(),o={center:void 0,zoom:void 0},r(__("Viewport automatic"));break;case"viewport-set":let t=e.map.getCenter().toJSON();e.map.center=t,e.map.zoom=e.map.getZoom(),o={center:t.lat+","+t.lng,zoom:e.map.getZoom()},r(__("Viewport set"))}o&&e.onAction("change-settings",o)}const h="mce"!=e.context&&"library"!=e.context;return s("div",{className:"mapp-settings"},s(b,{title:__("Map settings"),initialOpen:h},"map"==e.context&&function(){const t=e.map.title?e.map.title:__("Untitled");return s("div",{className:"mapp-settings-row mapp-settings-title"},s(n.Control,{labelTop:__("Title")},t),s(n.Control,{labelTop:__("Map ID")},e.map.mapid))}(),function(){if("mashup"==e.context)return s("div",{className:"mapp-settings-row mapp-style-toggle"},s("div",null,__("Style")),s(o.m,{map:e.map,selected:e.map.mapTypeId,onChange:e=>m("style-set-maptypeid",e)}))}(),function(){mappl10n.options.sizes[mappl10n.options.size]?mappl10n.options.sizes[mappl10n.options.size]:mappl10n.options.sizes[0];var t=mappl10n.options.sizes.map(((e,t)=>({label:e.width+" X "+e.height,height:e.height,width:e.width,value:t+1})));t.unshift({height:"",label:__("Default"),value:0,width:""}),t.push({label:__("Custom"),value:"custom",disabled:!0});for(var a="custom",o=0;o<t.length-1;o++)t[o].width==e.width&&t[o].height==e.height&&(a=o);return s(l,null,s("div",{className:"mapp-settings-row"},s(n.Select,{className:"mapp-settings-dims-select",help:"",labelTop:__("Size"),value:a,options:t,onChange:e=>m("size",{width:t[e].width,height:t[e].height})})),s("div",{className:"mapp-settings-row"},s(n.Input,{className:"mapp-settings-dims-custom",help:{text:__("px, %, vw")},labelTop:__("Width"),onChange:e=>m("size",{width:e}),value:e.width?e.width:""}),s(n.Input,{className:"mapp-settings-dims-custom",help:{text:__("px, %, vh")},labelTop:__("Height"),onChange:e=>m("size",{height:e}),value:e.height?e.height:""})))}(),s("div",{className:"mapp-settings-row"},s(n.Control,{className:"mapp-settings-viewport",labelTop:__("Center/Zoom")},s(_,{label:__("Center/Zoom")},s(u,{onClick:()=>m("viewport-reset"),isPressed:!e.center,isSmall:!0},__("Automatic")),s(u,{onClick:()=>m("viewport-set"),isPressed:e.center,isSmall:!0},__("Set"))))),void 0,p()))}},677:(e,t,a)=>{"use strict";a.d(t,{D:()=>l});const{useEffect:o,useState:i}=wp.element,{createContext:n}=React,s=wp.element.createElement,l=()=>{const[e,t]=i({snackbars:[]});function a(e){t((t=>({...t,...e})))}o((()=>{if(e.snackbars.length){const t=setTimeout((()=>{let t=[...e.snackbars];t.shift(),a({snackbars:t})}),5e3);return()=>clearTimeout(t)}}),[e.snackbars]);return{addSnackbar:t=>a({snackbars:[...e.snackbars,t]}),renderSnackbar:()=>s("div",{className:"mapp-snackbars"},e.snackbars.map(((e,t)=>s("div",{className:"mapp-snackbar mapp-snackbar-show",key:t},e))))}}},787:()=>{window.mapp=window.mapp||{};mapp.Store=function(){this.subs=new Set,this.state={isFetchingMap:!1,isFetchingItems:!1,isSavingMap:!1,itemsFetched:!1,sortBy:"mapid",sortAsc:!1,maps:{},items:[]}},mapp.Store.prototype={createMap:function(){let{success:e=(()=>{})}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.state.isFetchingMap=!1,this.publish(),e()},destroyMap:function(e){mapp.lib.ajax({type:"POST",data:{action:"mapp_delete",mapid:e,nonce:mappl10n.options.nonce},callback:t=>{t&&"OK"==t.status&&(delete this.state.maps[e],this.destroyItem(e)),this.publish()}})},duplicateMap:function(){let{mapid:e,success:t=(()=>{}),failure:a=(()=>{})}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.state.isSavingMap=!0,this.publish(),mapp.lib.ajax({type:"POST",data:{action:"mapp_duplicate",mapid:e,postid:mappl10n.options.postid,nonce:mappl10n.options.nonce},callback:e=>{if(e&&"OK"==e.status){let a=e.data,o=a.mapid;this.state.maps[o]=a,this.saveItem(o,a),t(a)}else a();this.state.isSavingMap=!1,this.publish()}})},fetchMap:function(e){let{mapid:t,success:a=(()=>{}),failure:o=(()=>{})}=e;if(void 0!==this.state.maps[t])return this.publish(),void a(this.state.maps[t]);this.state.isFetchingMap=!0,this.publish(),mapp.lib.ajax({type:"GET",data:{action:"mapp_get",mapid:t,nonce:mappl10n.options.nonce},callback:e=>{e&&"OK"==e.status?(this.state.maps[t]=e.data,a(e.data)):this.state.maps[t]=null,this.state.isFetchingMap=!1,this.publish()}})},mutateMap:function(e,t){this.state.isSavingMap=!0,this.saveItem(e,t),this.publish(),mapp.lib.ajax({type:"POST",data:{action:"mapp_mutate",mapid:e,mapdata:t,nonce:mappl10n.options.nonce},callback:e=>{this.state.isSavingMap=!1,this.publish()}})},saveMap:function(){let{mapdata:e,success:t=(()=>{}),failure:a=(()=>{})}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.state.isSavingMap=!0,this.publish(),mapp.lib.ajax({type:"POST",data:{action:"mapp_save",mapdata:JSON.stringify(e),nonce:mappl10n.options.nonce},callback:o=>{if(o&&"OK"==o.status){const a=o.data;e.mapid=a,this.state.maps[a]=e,this.saveItem(a,e),t(e)}else a();this.state.isSavingMap=!1,this.publish()}})},destroyItem:function(e){let t=this.state.items?this.state.items:[],a=_.findIndex(t,{mapid:e});a>-1&&t.splice(a,1),this.state.items=[...t],this.publish()},fetchItems(){let{success:e=(()=>{}),failure:t=(()=>{})}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(this.state.itemsFetched)return e(this.state.items),void this.publish();this.state.isFetchingItems=!0,this.publish(),mapp.lib.ajax({type:"GET",data:{action:"mapp_find",nonce:mappl10n.options.nonce},callback:a=>{a&&"OK"==a.status?(this.state.items=a.data,this.sort(),e(this.state.items),this.state.itemsFetched=!0):t(),this.state.isFetchingItems=!1,this.sort(),this.publish()}})},saveItem:function(e,t){let a=this.state.items?this.state.items:[],o=_.findWhere(a,{mapid:e});o?(_.map(["mapid","title","postid","post_title","status"],(e=>{void 0!==t[e]&&(o[e]=t[e])})),o={...o}):(o={mapid:e,map_title:t.title,postid:mappl10n.options.postid,post_title:null},a.unshift(o))},setSort:function(e){e.sortBy&&(this.state.sortBy=e.sortBy),void 0!==e.sortAsc&&(this.state.sortAsc=e.sortAsc),this.sort(),this.publish()},sort:function(e,t){const a=(o="untitled",wp.i18n.__(o,"mappress-google-maps-for-wordpress"));var o;this.state.items.sort(((e,t)=>function(e,t,o,i){if(i=i?1:-1,"mapid"==o)return i*(Number(e.mapid)-Number(t.mapid));let n=e[o]?e[o]:a,s=t[o]?t[o]:a,l=i*n.localeCompare(s);return 0==l?Number(e.mapid)-Number(t.mapid):l}(e,t,this.state.sortBy,this.state.sortAsc)))},subscribe:function(e){this.subs.add(e)},unsubscribe:function(e){this.subs.delete(e)},publish:function(){let e=[...this.subs];for(let t of e)t(this.state)}},mapp.store=new mapp.Store},710:(e,t,a)=>{"use strict";a.d(t,{m:()=>k});var o=a(824),i=a(149);const n=wp.element.createElement,{Fragment:s,useEffect:l,useLayoutEffect:r,useRef:p,useState:c}=wp.element,{Button:d,Dashicon:m,ExternalLink:u,Icon:h,Modal:g,Panel:f,PanelBody:b,PanelRow:y,Spinner:v}=wp.components,__=e=>wp.i18n.__(e,"mappress-google-maps-for-wordpress");function k(e){const[t,a]=c({apiKey:"6a0cfe9e-3670-4598-a63e-f1627b5c9e56",isOpen:!1,isBusy:!1,isSearching:!1,mapboxError:"",mapboxId:"",mapboxName:"",mapboxUser:"",mapboxUrl:"",mapboxParsedUrl:"",mode:"pick",page:1,snazzyPagination:null,snazzySearch:"",snazzySelected:null,snazzyStyles:null,standardStyles:mappl10n.options.standardStyles,userStyles:mappl10n.options.userStyles});function l(e){a((t=>({...t,...e})))}function r(a){let o=arguments.length>1&&void 0!==arguments[1]&&arguments[1];const i=_.findIndex(t.userStyles,{id:a.id});i>=0&&!o&&!confirm(__("Style already exists, overwrite?"))||(l({isBusy:!0}),mapp.lib.ajax({type:"POST",data:{action:"mapp_style_save",style:a,nonce:mappl10n.options.nonce},callback:t=>{l({isBusy:!1}),t&&"OK"==t.status&&(mappl10n.options.userStyles=t.data,l({mode:"pick",userStyles:t.data}),e.onChange(a.id))}}))}function p(e){l({isSearching:!0,snazzyStyles:null}),mapp.lib.ajax({type:"GET",data:{sort:"popular",page:e,pageSize:20,text:t.snazzySearch,key:t.apiKey},url:"https://snazzymaps.com/explore.json",callback:function(e){if(l({isSearching:!1,snazzyPagination:e&&e.pagination?e.pagination:null}),e&&e.styles){l({snazzyStyles:_.map(e.styles,((e,t)=>(e.id=e.id+"",e)))})}else alert("Error: unable to fetch styles")}})}function m(e,t){t="large"==t||"small"==t?t:"small",t=800;let a=mappl10n.options.baseurl+"/images/json_style.png";if("leaflet"==mappl10n.options.engine?mappl10n.options.mapbox?e.user&&e.mapboxid&&(a="https://api.mapbox.com/styles/v1/"+e.user+"/"+e.mapboxid+"/static/-122.4194,37.7749,10,0/800x800?access_token="+mappl10n.options.mapbox):a=mappl10n.options.baseurl+"/images/osm.png":e.imageUrl&&(a=e.imageUrl),a)return n("img",{src:a,title:e.name})}function f(a,o){switch(a){case"close":case"pick-cancel":l({isOpen:!1});break;case"json-add":l({mode:"json-add"});break;case"json-cancel":case"mapbox-cancel":case"snazzy-cancel":l({mode:"pick"});break;case"json-edit":e.onChange(o.id),l({mode:"json-edit"});break;case"json-save":r(o,!0);break;case"mapbox-add":case"snazzy-add":alert(__("Please upgrade to MapPress Pro to use custom styles"));break;case"mapbox-change-url":{let e,t,a;e=o.trim().toLowerCase(),e=e.replace(".html","").replace("https://api.mapbox.com/styles/v1/","").replace("mapbox://styles/",""),e=e.split("?")[0];let i=e.split("/");2==i.length&&(t=i[0],a=i[1]),l({mapboxUrl:o,mapboxUser:t,mapboxId:a});break}case"mapbox-edit":e.onChange(o.id),l({mode:"mapbox",mapboxId:o.mapboxid,mapboxName:o.name,mapboxUrl:o.url,mapboxUser:o.user});break;case"mapbox-save":t.mapboxName&&t.mapboxUser&&r({id:t.mapboxId,name:t.mapboxName,mapboxid:t.mapboxId,provider:"mapbox",url:t.mapboxUrl,user:t.mapboxUser});break;case"mode":l({mode:o});break;case"open":"leaflet"!=mappl10n.options.engine||mappl10n.options.mapbox?l({isOpen:!0}):alert(__("Please enter a Mapbox access token in the MapPress settings screen to use styled maps."));break;case"pick-delete":confirm(mappl10n.delete_prompt)&&(i=o,_.findIndex(t.userStyles,{id:i})<0?mapp.lib.alert("Invalid delete"):(l({isBusy:!0}),mapp.lib.ajax({type:"POST",data:{action:"mapp_style_delete",id:i,nonce:mappl10n.options.nonce},callback:t=>{l({isBusy:!1}),t&&"OK"==t.status&&(mappl10n.options.userStyles=t.data,l({userStyles:t.data}),e.selected==i&&e.onChange(null))}})));break;case"pick-select":e.onChange(o),l({isOpen:!1});break;case"snazzy-save":{let e=_.findWhere(t.snazzyStyles,{id:o});e&&r({id:o,imageUrl:e.imageUrl,json:e.json,name:e.name});break}case"snazzy-search":p()}var i}function b(){let a;return"json-add"==t.mode?a={id:null,name:"",json:""}:"json-edit"==t.mode&&(a=e.selected?_.findWhere(t.userStyles,{id:e.selected}):null),n(w,{style:a,onSave:e=>f("json-save",e),onCancel:()=>f("json-cancel")})}function y(e){let a;return a=e.styles&&e.styles.length?_.map(e.styles,((t,a)=>function(e,t){let a,o="mapp-style"+(t.selected==e.id?" mapp-selected":"");(t.onEdit||t.onDelete)&&(a=n("div",{className:"mapp-style-actions"},n("a",{onClick:()=>t.onEdit(e)},__("Edit")),n(h,{icon:"trash",onClick:()=>t.onDelete(e.id)})));return n("div",{className:o,key:e.id},n("div",{className:"mapp-style-image",onClick:()=>t.onSelect(e.id)},m(e)),n("div",{className:"mapp-style-details"},n("div",{className:"mapp-style-title"},e.name),a))}(t,e))):t.isSearching?"":n("div",{className:"mapp-style-list-msg"},__("No results")),n("div",{className:"mapp-style-list-wrapper"},n("div",{className:"mapp-style-list-header"},e.title),n("div",{className:"mapp-style-list"},a))}return n(s,null,function(){const a=t.standardStyles.concat(t.userStyles);let o=!mappl10n.options.style||"roadmap"!=e.selected&&"streets"!=e.selected&&e.selected?e.selected:mappl10n.options.style,i=_.findWhere(a,{id:o});return i=i||t.standardStyles[0],n(d,{className:"mapp-style-toggle",icon:m(i),iconSize:75,isSecondary:!0,onClick:()=>f("open",null),title:i.name})}(),"edit"==t.mode&&t.isOpen&&renderEdit(),"json-add"==t.mode&&t.isOpen&&b(),"json-edit"==t.mode&&t.isOpen&&b(),"mapbox"==t.mode&&t.isOpen&&function(){let e=t.mapboxUser&&t.mapboxId?m({user:t.mapboxUser,mapboxid:t.mapboxId,name:t.mapboxName},"large"):null;const a=!t.mapboxUser||!t.mapboxId||!t.mapboxName;return n(g,{title:__("Add style"),className:"mapp-style-modal",onRequestClose:()=>f("mapbox-cancel"),shouldCloseOnClickOutside:!0},n("div",{className:"mapp-style-mapbox-title"},__("Enter style from Mapbox Studio"),n(u,{href:"https://studio.mapbox.com"})),n("form",{className:"mapp-style-mapbox-form",onSubmit:e=>{e.stopPropagation(),e.preventDefault(),f("mapbox-save")}},n("label",null,n(o.Input,{autoFocus:!0,className:"mapp-style-mapbox-url",labelTop:n(s,null,__("MapBox Share URL"),n(o.Help,{href:"#toc-mapbox-studio-styles"})),onChange:e=>f("mapbox-change-url",e),value:t.mapboxUrl})),n("label",null,n("div",{className:"mapp-style-mapbox-label"},__("Style name")),n(o.Input,{className:"mapp-style-mapbox-name",value:t.mapboxName,onChange:e=>l({mapboxName:e})})),n("div",{className:"mapp-style-mapbox-preview"},e),n("div",{className:"mapp-style-toolbar"},n("div",null,n(d,{isBusy:t.isBusy,isPrimary:!0,disabled:a,type:"submit"},__("Save")),n(d,{isBusy:t.isBusy,onClick:()=>f("mapbox-cancel")},__("Cancel"))))))}(),"pick"==t.mode&&t.isOpen&&function(){let a="";return t.userStyles&&t.userStyles.length&&(a=y({selected:e.selected,onEdit:e=>"leaflet"==mappl10n.options.engine?f("mapbox-edit"):f("json-edit",e),onDelete:e=>f("pick-delete",e),onSelect:e=>f("pick-select",e),styles:t.userStyles,title:__("Custom styles")})),n(g,{title:n("div",{className:"mapp-style-header"},__("Select a style")),className:"mapp-style-modal",onRequestClose:()=>f("close")},n("div",{className:"mapp-style-list-wrapper"},y({onSelect:e=>f("pick-select",e),selected:e.selected,styles:t.standardStyles,title:__("Standard styles")}),a),n("div",{className:"mapp-style-toolbar"},n("div",null,n(d,{isBusy:t.isBusy,isPrimary:!0,onClick:()=>"leaflet"==mappl10n.options.engine?f("mapbox-add"):f("json-add")},__("New style")),"google"==mappl10n.options.engine&&n(d,{isBusy:t.isBusy,isSecondary:!0,onClick:()=>f("snazzy-add")},__("Download style")),n(d,{isBusy:t.isBusy,onClick:()=>f("pick-cancel")},__("Cancel")))))}(),"snazzy"==t.mode&&t.isOpen&&(t.snazzySelected,n(g,{title:__("Download style"),className:"mapp-style-modal mapp-style-modal-snazzy",onRequestClose:()=>f("snazzy-cancel"),shouldCloseOnClickOutside:!0},n("form",{className:"mapp-style-snazzy-form",onSubmit:e=>{f("snazzy-search"),e.preventDefault()}},n(o.Input,{className:"mapp-style-snazzy-search",value:t.search,placeholder:__("Search"),onChange:e=>l({snazzySearch:e})}),t.isSearching&&n(v,null),!t.isSearching&&n(d,{isPrimary:!0,icon:"search",onClick:()=>f("snazzy-search")})),y({selected:t.snazzySelected,styles:t.snazzyStyles,onSelect:e=>l({snazzySelected:e})}),n("div",{className:"mapp-style-toolbar"},n("div",null,n(d,{isBusy:t.isBusy,isPrimary:!0,onClick:()=>f("snazzy-save",t.snazzySelected)},__("Save")),n(d,{isBusy:t.isBusy,onClick:()=>f("snazzy-cancel")},__("Cancel"))),function(){const e=t.snazzyPagination;return e&&t.snazzyStyles&&t.snazzyStyles.length?n(i.S,{count:e.totalItems,onChange:e=>p(e),page:e.currentPage,pageSize:e.pageSize}):null}()))))}function w(e){const[t,a]=c((()=>{let t={...e.style},a="";try{a=JSON.stringify(JSON.parse(t.json),null,2)}catch(e){}return t.json=a,{style:t}}));function i(e){a((t=>({...t,...e})))}function s(a,o){let n={...t.style};switch(a){case"cancel":e.onCancel();break;case"change-json":n.json=o,i({style:n});break;case"change-name":n.name=o,i({style:n});break;case"save":n.json=n.json?JSON.stringify(JSON.parse(n.json)):"",e.onSave(n)}}let l;if(t.style.json)try{JSON.parse(t.style.json)}catch(e){l=e.toString()}let r=l?"mapp-json mapp-json-error":"mapp-json";return n(g,{title:n(o.Input,{value:t.style.name,onChange:e=>s("change-name",e),placeholder:__("Enter style name")}),className:"mapp-style-modal mapp-json-modal",onRequestClose:()=>s("cancel"),shouldCloseOnClickOutside:!0},n("div",null,__("JSON")),n("div",{className:r},n("textarea",{value:t.style.json,spellCheck:!1,onChange:e=>s("change-json",e.target.value)})),n("div",{className:"mapp-json-error"},l||""),n("div",{className:"mapp-json-toolbar"},n("div",null,n(d,{disabled:l,isBusy:t.isBusy,isPrimary:!0,onClick:()=>s("save")},__("Save")),n(d,{isBusy:t.isBusy,onClick:()=>s("cancel")},__("Cancel")))))}},214:(e,t,a)=>{"use strict";a.r(t),a.d(t,{MappCard:()=>g});a(824);const o=wp.element.createElement,{Fragment:i,useEffect:n,useLayoutEffect:s,useCallback:l,useRef:r,useState:p}=wp.element,{useSelect:c}=wp.data,{Button:d,Dashicon:m,ExternalLink:u,Guide:_,Modal:h}=wp.components,__=e=>wp.i18n.__(e,"mappress-google-maps-for-wordpress");function g(e){let{icon:t,title:a,...i}=e;return o("div",{className:"mapp-support-card"},a&&o("div",{className:"mapp-support-card-title"},o("h3",null,t&&o(m,{icon:t}),a)),o("div",{className:"mapp-support-card-content"},i.children))}document.getElementById("mapp-support-page")&&wp.element.render(o((function(e){const[t,a]=p({engine:e.engine?e.engine:"leaflet",isOpen:e.isOpen,apiKey:e.apiKey,mapbox:e.mapbox});function s(e){a((t=>({...t,...e})))}function l(e){return o("div",{className:"mapp-guide-engine"+(e.selected?" mapp-selected":""),onClick:()=>e.onClick()},o("h2",{className:"mapp-guide-engine-title"},e.title),o("div",{className:"mapp-guide-engine-content"},e.content))}return r(null),n((()=>{}),[]),o("div",{className:"mapp-support"},o(i,null,o("div",{className:"mapp-support-section"},o("div",{className:"mapp-support-header"},o("img",{src:mappl10n.options.baseurl+"/images/icon-128x128.png"}),o("h1",null,__("MapPress Support")),o("i",null,__("Build amazing maps with the easiest and most powerful mapping plugin available")),o("div",null,o(d,{className:"mapp-support-guide-toggle",isPrimary:!0,onClick:()=>s({isOpen:!0})},__("Open Setup Wizard"))))),o("div",{className:"mapp-support-section"},o("div",{className:"mapp-support-cards"},o(g,{icon:"book",title:__("Documentation")},o("p",null,__("Detailed plugin documentation:")),o(u,{href:"https://mappresspro.com/mappress-documentation/"},__("Documentation")),o(u,{href:"https://mappresspro.com/whats-new/"},__("What's new")),o(u,{href:"https://mappresspro.com/mappress-documentation/#toc-map-library-and-map-editors"},__("Creating your first map"))),o(g,{icon:"warning",title:__("Troubleshooting")},o("p",null,o("b",null,__("Check for a plugin or theme conflict:"))),o("ol",null,o("li",null,__("Deactivate ALL other plugins")),o("li",null,__("Switch to a standard WordPress theme")),o("li",null,__("If the maps are working, reactivate one by one to find the conflict."))),o("p",null,__("For more info:")),o(u,{href:"https://mappresspro.com/mappress-faq/"},__("MapPress FAQ"))),o(g,{icon:"megaphone",title:__("Support")},o("p",null,__("Need some help?")),o(u,{href:"https://mappresspro.com/forums/forum/mappress-support/"},__("Support forum")),o(u,{href:"https://mappresspro.com/chris-contact/"},__("Contact")))))),function(){if(t.isOpen)return o(_,{className:"mapp-guide",onFinish:()=>function(e,a){if("save"===e){let e;s({isOpen:!1}),e="google"==t.engine?"google":t.mapbox?"mapbox":"nominatim",mapp.lib.ajax({type:"POST",data:{action:"mapp_option_save",nonce:mappl10n.options.nonce,settings:{engine:t.engine,apiKey:t.apiKey,mapbox:t.mapbox,geocoder:e}},callback:e=>{"OK"!=e.status&&alert("Unable to save settings. Please check the support troubleshooting guide.")}})}}("save"),pages:[{content:o("div",{className:"mapp-guide-page mapp-guide-engines"},o("h1",null,__("Please Choose a Mapping API")),o("p",null,__("MapPress supports both Leaflet and Google mapping APIs."),o(u,{href:"https://mappresspro.com/mappress-documentation/#toc-picking-a-mapping-api"},__("Learn more"))),o("div",{className:"mapp-guide-engines"},l({onClick:()=>s({engine:"leaflet"}),selected:"leaflet"==t.engine,title:"Leaflet",content:o("ul",null,o("li",null,__("No API key")),o("li",null,__("Free unlimited usage")),o("li",null,__("Good functionality")),o("li",null,__("Best for high traffic sites")))}),l({onClick:()=>s({engine:"google"}),selected:"google"==t.engine,title:"Google",content:o("ul",null,o("li",null,__("API key required")),o("li",null,__("Limited free usage")),o("li",null,__("Excellent functionality")),o("li",null,__("Best for low traffic sites")))}))),image:o("div",{className:"mapp-guide-header mapp-guide-image-small"},o("img",{src:mappl10n.options.baseurl+"/images/icon-128x128.png"}),o("h1",null,__("Welcome to MapPress!")))},{content:"google"==t.engine?o("div",{className:"mapp-guide-page mapp-guide-apikey"},o("h1",null,__("Google API Key")),o("p",null,__("Google requires an API key to use Google Maps. Please enter your key below.")),o(d,{isPrimary:!0,href:"https://mappresspro.com/how-to-get-a-google-maps-api-key/",target:"_blank"},__("Get an API Key")),o("input",{className:"mapp-guide-apikey",onChange:e=>s({apiKey:e.target.value}),placeholder:__("Enter your API key here"),value:t.apiKey})):o("div",{className:"mapp-guide-page mapp-guide-apikey"},o("h1",null,__("Sign up with Mapbox")),o("p",null,__("Mapbox makes Leaflet better with great-looking map tiles, styled maps, and a powerful geocoder.")," "+__("A generous free tier means it's free for most sites."),o(u,{href:"https://mappresspro.com/mappress-documentation/#toc-using-mapbox-with-leaflet"},__("Learn more"))),o(d,{isPrimary:!0,href:"https://account.mapbox.com/auth/signup/",target:"_blank"},__("Get Mapbox Access Token")),o("input",{className:"mapp-guide-apikey",onChange:e=>s({mapbox:e.target.value}),placeholder:__("Enter your access token here"),value:t.mapbox})),image:o("div",{className:"mapp-guide-header mapp-guide-image-small"},"google"==t.engine&&o("img",{src:mappl10n.options.baseurl+"/images/google_logo.png"}),"leaflet"==t.engine&&o("img",{src:mappl10n.options.baseurl+"/images/mapbox_logo_white.png"}))},{content:o("div",{className:"mapp-guide-page mapp-guide-gutenberg"},o("h1",null,__("Maps in the Block Editor")),o("p",null,__("MapPress provides custom block types for the Gutenberg editor.")),o("p",null,__("Just insert a MapPress Map block to get started."),o(u,{href:"https://mappresspro.com/mappress-documentation/#toc-create-a-map-with-the-gutenberg-block-editor"},__("Learn more")))),image:o("div",{className:"mapp-guide-header"},o("img",{src:mappl10n.options.baseurl+"/images/gutenberg_map_block.gif"}))},{content:o("div",{className:"mapp-guide-page mapp-guide-classic"},o("h1",null,__("Maps in the Classic Editor")),o("p",null,__('MapPress also supports the "classic" editor. Just click the MapPress button to open the map library.')),o("p",null,o(u,{href:"https://mappresspro.com/mappress-documentation/#toc-create-a-map-with-the-classic-editor"},__("Learn more")))),image:o("div",{className:"mapp-guide-header"},o("img",{src:mappl10n.options.baseurl+"/images/classic_map.gif"}))},{content:o("div",{className:"mapp-guide-page mapp-guide-library"},o("h1",null,__("Map Library")),o("p",null,__("The Map Library provides an easy way to see and edit all of your maps. The library can be opened in the post editor or from the MapPress menu.")),o("p",null,o(u,{href:"https://mappresspro.com/mappress-documentation/#toc-map-library-and-map-editors"},__("Learn more")))),image:o("div",{className:"mapp-guide-header"},o("img",{src:mappl10n.options.baseurl+"/images/library_menu.gif"}))},{content:o("div",{className:"mapp-guide-page mapp-guide-end"},o("h1",null,__("Happy Mapping")),o("p",null,__("Enjoy the plugin! Replay this guide any time from the MapPress support menu."))),image:o("div",{className:"mapp-guide-header"},o("img",{src:mappl10n.options.baseurl+"/images/icon-128x128"}))}]})}())}),mappress_support_state),document.getElementById("mapp-support-page"))},308:(e,t,a)=>{"use strict";e.exports=function(e,t){var o=String(e).replace(/^&/,"").replace(/&$/,"").split("&"),i=o.length,n=void 0,s=void 0,l=void 0,r=void 0,p=void 0,c=void 0,d=void 0,m=void 0,u=void 0,_=void 0,h=void 0,g=void 0,f=void 0,b=function(e){return decodeURIComponent(e.replace(/\+/g,"%20"))},y="undefined"!=typeof window?window:a.g;y.$locutus=y.$locutus||{};var v=y.$locutus;for(v.php=v.php||{},t||(t=y),n=0;n<i&&(u=b((m=o[n].split("="))[0]),_=m.length<2?"":b(m[1]),!(u.includes("__proto__")||u.includes("constructor")||u.includes("prototype")));n++){for(;" "===u.charAt(0);)u=u.slice(1);if(u.indexOf("\0")>-1&&(u=u.slice(0,u.indexOf("\0"))),u&&"["!==u.charAt(0)){for(g=[],h=0,s=0;s<u.length;s++)if("["!==u.charAt(s)||h){if("]"===u.charAt(s)&&h&&(g.length||g.push(u.slice(0,h-1)),g.push(u.substr(h,s-h)),h=0,"["!==u.charAt(s+1)))break}else h=s+1;for(g.length||(g=[u]),s=0;s<g[0].length&&(" "!==(d=g[0].charAt(s))&&"."!==d&&"["!==d||(g[0]=g[0].substr(0,s)+"_"+g[0].substr(s+1)),"["!==d);s++);for(c=t,s=0,f=g.length;s<f;s++){if(p=c,(""===(u=g[s].replace(/^['"]/,"").replace(/['"]$/,""))||" "===u)&&0!==s){for(r in l=-1,c)c.hasOwnProperty(r)&&+r>l&&r.match(/^\d+$/g)&&(l=+r);u=l+1}Object(c[u])!==c[u]&&(c[u]={}),c=c[u]}p[u]=_}}}}},t={};function a(o){var i=t[o];if(void 0!==i)return i.exports;var n=t[o]={exports:{}};return e[o](n,n.exports,a),n.exports}a.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return a.d(t,{a:t}),t},a.d=(e,t)=>{for(var o in t)a.o(t,o)&&!a.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},a.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),a.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),a.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a(787),a(844),a(215),a(713),a(525),a(371),a(999),a(143),a(816),a(378),a(498),a(670),a(218),a(824),a(477),a(429),a(214)})();
1
+ (()=>{var e={939:(e,t,a)=>{"use strict";a.d(t,{mappLib:()=>c});wp.element.createElement;const{Fragment:o,useCallback:i,useEffect:n,useLayoutEffect:s,useMemo:l,useRef:r,useState:p}=wp.element,c={ajax:function(e){const t={callback:null,data:null,dataType:"json",silent:!1,type:"GET",url:mappl10n.options.ajaxurl,success:function(t,a,o){"json"==e.dataType&&e.url==mappl10n.options.ajaxurl&&"OK"!=t.status&&c.alert(t.status),"json"==e.dataType&&t.output?c.alert("AJAX Invalid Output\r\n"+t.output):e.callback&&e.callback(t,o)},error:function(t,a,o){"cancel"!=a&&(void 0!==o&&""!=o&&c.alert("AJAX ERROR\r\nTextStatus="+a+"\r\nError="+o+"\r\nResponseText="+t.responseText),e.callback&&e.callback(null))}};return e={...t,...e},jQuery.ajax(e)},alert:function(e){mappl10n.options.admin||mappl10n.options.debug?alert(e):window.console&&console.error(e)},getIcon:function(e){{const t=this.getIconUrl(e);return"leaflet"==mappl10n.options.engine?L.icon({iconUrl:t,iconAnchor:[16,32],iconSize:[32,32],popupAnchor:[0,-32]}):{url:t}}},getIconUrl:function(e){return"https://maps.google.com/intl/en_us/mapfiles/ms/micons/red-dot.png"},nanoid:function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:21;const t="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict";let a="",o=e;for(;o--;)a+=t[64*Math.random()|0];return a},template:function(e,t){if(c.templates=c.templates?c.templates:{},!c.templates[e]){var a=mappl10n.options.templates?mappl10n.options.template[e]:document.getElementById("mapp-tmpl-"+e).innerHTML;if(!a)return"";c.templates[e]=_.template(a,{evaluate:/<#([\s\S]+?)#>/g,interpolate:/\{\{\{([\s\S]+?)\}\}\}/g,escape:/\{\{([^\}]+?)\}\}(?!\})/g})}return c.templates[e](t)}}},844:()=>{const e=wp.element.createElement,{Fragment:t,useEffect:a,useLayoutEffect:o,useRef:i,useState:n}=wp.element,{Button:s,Modal:l}=wp.components,__=e=>wp.i18n.__(e,"mappress-google-maps-for-wordpress");function r(t){const[o,i]=n({isOpen:!1,reason:"",reasonText:"",redirectUrl:null});function r(e){i((t=>({...t,...e})))}function p(e,t){switch(e){case"cancel":r({isOpen:!1});break;case"submit":r({isOpen:!1}),window.location.href=o.redirectUrl+"&mapp_reason="+o.reason+"&mapp_reason_text="+encodeURIComponent(o.reasonText.trim())}}return a((()=>{const e=jQuery("#deactivate-mappress-google-maps-for-wordpress");e.length&&(e.off("click.mapp"),e.on("click.mapp",(function(){return function(e){const t=e?jQuery(e).attr("href"):null;t&&r({isOpen:!0,redirectUrl:t})}(this),!1})))}),[]),o.isOpen?e(l,{isDismissible:!0,onRequestClose:()=>p("cancel"),shouldCloseOnEsc:!0,shouldCloseOnClickOutside:!0,title:__("Feedback")},function(){const t=!o.reason||"other"==o.reason&&!o.reasonText;return sprintf("<a href='https://mappresspro.com/chris-contact' target='_blank'>%s</a>",__("contact me")),e("div",{className:"mapp-deactivate"},e("div",{className:"mapp-deactivate-content"},e("h2",null,__("Sorry to see you go! Need help?"),e(s,{className:"mapp-deactivate-help",isSecondary:!0,href:"https://mappresspro.com/chris-contact",target:"_blank"},__("Contact me"))),e("h2",null,__("If not, I'd really appreciate some feedback:")),function(){const t=[{value:"badday",label:__("I'm just having a bad day")},{value:"notworking",label:__("The plugin isn't working"),placeholder:__("What didn't work? Was there an error message?")},{value:"toohard",label:__("Too hard to use"),placeholder:__("How can I make it easier?")},{value:"feature",label:__("Missing feature"),placeholder:__("What's missing?")},{value:"other",label:__("Other"),placeholder:__("Can you provide any details?")}];return e("div",{className:"mapp-deactivate-reasons"},_.map(t,(t=>{const a=t.value==o.reason;return e("div",{className:"mapp-deactivate-reason",key:t.value},e("label",null,e("input",{checked:a,onChange:e=>r({reason:e.target.value}),type:"radio",value:t.value}),t.label),a&&t.placeholder&&e("div",null,e("textarea",{onChange:e=>r({reasonText:e.target.value}),placeholder:t.placeholder,value:o.reasonText})))})))}()),e("div",{className:"mapp-deactivate-footer"},e(s,{isSecondary:!0,disabled:t,onClick:()=>p("submit")},__("Deactivate")),e(s,{isPrimary:!0,onClick:()=>p("cancel")},__("Cancel"))))}()):null}jQuery(document).ready((function(){const t=jQuery("<div></div>").appendTo("body").get(0);wp.element.render(e(r),t)}))},215:(e,t,a)=>{"use strict";a.r(t);var o=a(123),i=a(805);window.mapp=window.mapp||{};const n=wp.element.createElement;var s;s=jQuery,mapp.Editor=function(e){this.drawingManager=null,this.map=e,this.poiEditor=null;var t=this;this.initialize=function(){this.map.display(),this.poiEditor=new mapp.PoiEditor(this.map),this.initDrawingManager(),this.map.onSearch=e=>{this.insert(e)}},this.insert=function(e){if(e)if(this.drawingManager&&this.drawingManager.setDrawingMode(null),this.map.poiClose(),e.geometry){var a=e.formatted_address?e.formatted_address.replace(/, United States of America/i,"").replace(/, United States/i,"").replace(/, USA/i,""):null,o=e.name==a?"":a,i=new mapp.Poi({address:a,body:o,iconid:this.poiEditor.lastIcon,point:e.geometry.location,title:e.name,viewport:e.geometry.viewport?e.geometry.viewport:null});this.map.poiInsert(i),i.center()}else e.overlay?(this.map.poiHover(null),"marker"==e.type?(i=new mapp.Poi({body:"",iconid:null,overlay:null,point:e.overlay.getPosition().toJSON(),title:e.overlay.getPosition().toUrlValue(6),type:null}),e.overlay.setMap(null)):i=new mapp.Poi({body:"",iconid:null,overlay:e.overlay,title:mappl10n.shape,type:e.type}),this.map.poiInsert(i)):"string"==typeof e&&"http"==e.substring(0,4)&&(i=new mapp.Poi({iconid:this.poiEditor.lastIcon,kml:{url:e},title:"KML",type:"kml"}),t.map.poiInsert(i),mapp.event.addListenerOnce(i.overlay,"ready defaultviewport_changed",(function(){i.center()})))},this.initDrawingManager=function(){var e={fillColor:"#0000FF",fillOpacity:.4,strokeColor:"#0000FF",strokeOpacity:1,strokeWeight:2};"leaflet"==mappl10n.options.engine||google.maps.drawing&&(this.drawingManager=new google.maps.drawing.DrawingManager({drawingControlOptions:{position:google.maps.ControlPosition.TOP_CENTER,drawingModes:[google.maps.drawing.OverlayType.MARKER,google.maps.drawing.OverlayType.POLYGON,google.maps.drawing.OverlayType.POLYLINE,google.maps.drawing.OverlayType.RECTANGLE,google.maps.drawing.OverlayType.CIRCLE]},circleOptions:e,polygonOptions:e,polylineOptions:e,rectangleOptions:e}),this.drawingManager.setMap(this.map.getMap()),mapp.event.addListener(this.drawingManager,"overlaycomplete",(function(e){t.drawingManager.get("drawingMode")&&t.insert(e)})))},this.initialize.apply(this)},mapp.PoiEditor=function(e){this.map=e,this.poi=null,this.sel=null,this.lastIcon=null;var t=this;this.initialize=function(){this.sel=s(this.map.iw.getContent()),s(this.map).on("mapp.open",(function(e,a){t.render(a)})),s(this.map).on("mapp.close",(function(){t.mce(!1)})),this.sel.on("click","[data-mapp-poi]",(function(e){e.preventDefault();var a=s(this).attr("data-mapp-poi");t[a]()})),this.sel.on("click",".mapp-poi-visual, .mapp-poi-html",(function(e){var a=s(this).hasClass("mapp-poi-visual");t.mce(a)})),this.sel.on("keydown",(function(e){13==e.which&&"mapp-poi-body"!=e.target.id&&(e.preventDefault(),t.save())}))},this.cancel=function(){this.map.poiClose()},this.initMCE=function(){if("undefined"!=typeof tinyMCE&&void 0!==tinyMCE.init){var e="en";if(void 0!==window.tinyMCEPreInit&&void 0!==window.tinyMCEPreInit.mceInit&&void 0!==window.tinyMCEPreInit.mceInit.content){var t=window.tinyMCEPreInit.mceInit.content;e=void 0!==t.language?t.language:"en"}var a={mode:"none",height:"100%",convert_urls:!1,language:e,menubar:!1,plugins:"image,paste,textcolor,wordpress,wpeditimage,wplink,wpview",relative_urls:!1,remove_script_host:!1,statusbar:!1,theme:"modern",toolbar1:"bold,italic,link",toolbar2:"",toolbar3:"",toolbar4:""};tinyMCE.init(a),this.mce(!0)}},this.mce=function(e){var a=e?"mceAddEditor":"mceRemoveEditor";"undefined"!=typeof tinyMCE&&tinyMCE.execCommand(a,!1,"mapp-poi-body"),s(".mapp-poi-visual, .mapp-poi-html",t.sel).removeClass("mapp-active"),e?s(".mapp-poi-visual",t.sel).addClass("mapp-active"):s(".mapp-poi-html",t.sel).addClass("mapp-active")},this.remove=function(){confirm(mappl10n.delete_prompt)&&(this.map.poiClose(),this.map.poiRemove(this.poi))},this.render=function(e){this.poi=e,this.renderColorPicker(this.poi),this.renderIconPicker(this.poi),this.initMCE()},this.renderColorPicker=function(e){document.getElementById("mapp-poi-colorpicker")&&wp.element.render(n(o.MappColorPicker,{...e.getTemplateColors(),isExtended:!0,onChange:t=>{e.set({dirty:!0}),e.setTemplateColors(t),this.map.renderList(),this.renderColorPicker(e)}}),document.getElementById("mapp-poi-colorpicker"))},this.renderIconPicker=function(e){document.getElementById("mapp-poi-iconpicker")&&wp.element.render(n(i.MappIconPicker,{iconid:e.iconid,onChange:t=>{e.set({dirty:!0,iconid:t}),this.lastIcon=t,this.map.renderList(),this.renderIconPicker(e)}}),document.getElementById("mapp-poi-iconpicker"))},this.save=function(){"undefined"!=typeof tinyMCE&&tinyMCE.get("mapp-poi-body")&&tinyMCE.get("mapp-poi-body").save(),this.poi.set({dirty:!0,title:s(".mapp-poi-title").val(),body:s(".mapp-poi-body").val()}),this.map.renderList(),this.map.poiClose()},this.initialize.apply(this)}},713:(e,t,a)=>{"use strict";a.r(t),a.d(t,{default:()=>m});const o=wp.element.createElement,{addQueryArgs:i}=wp.url,{useCallback:n,useEffect:s,useState:l}=wp.element,{Button:r,Dropdown:p,Spinner:c,TextControl:d}=wp.components,__=e=>wp.i18n.__(e,"mappress-google-maps-for-wordpress");function m(e){const[t,a]=l({isFetching:!1,results:[],search:"",searchTerm:""});function r(e){a((t=>({...t,...e})))}s((()=>{t.isOpen&&(r({isFetching:!0}),wp.apiFetch({path:i("/wp/v2/search",{search:t.search,per_page:20})}).then((e=>{r({results:e,isFetching:!1})})))}),[t.search,t.isOpen]);const m=n(_.debounce((function(e){r({search:e})}),1e3),[]);function u(a,i){return o("div",{className:"mapp-attach-control"},o("div",{className:"mapp-attach-control-toolbar"},o(d,{autoComplete:"false",value:t.searchTerm,onChange:e=>{r({searchTerm:e}),m(e)},placeholder:__("Search")})),function(){if(t.isFetching)return o(c,null);if(t.results)return t.results.length?o("div",{className:"mapp-attach-items"},t.results.map((t=>o("div",{key:t.id,className:"mapp-attach-item",onClick:()=>{e.onChange(t.id,t.title)}},o("div",{className:"mapp-attach-item-title"},t.title?t.title:__("Untitled")),o("div",{className:"mapp-attach-item-type"},t.subtype))))):o("div",{},__("No posts found"))}())}return o("div",{onClick:e=>e.stopPropagation()},o(p,{onToggle:e=>r({isOpen:e}),renderToggle:e=>{let{isOpen:t,onToggle:a}=e;return o("a",{href:"#",onClick:a},__("Attach"))},renderContent:e=>{let{isOpen:t,onToggle:a}=e;return u()}}))}},371:(e,t,a)=>{"use strict";a.r(t);var o=a(477);window.mapp=window.mapp||{};const i=wp.element.createElement,{Fragment:n,useEffect:s,useLayoutEffect:l,useRef:r,useState:p}=wp.element,{Button:c,Dashicon:d,Modal:m}=wp.components,__=e=>wp.i18n.__(e,"mappress-google-maps-for-wordpress");function u(e){const[t,a]=p({isOpen:!0,mapid:null});function s(e){a((t=>({...t,...e})))}function l(e,t){switch(e){case"pick-close":s({isOpen:!1,mapid:null});break;case"pick-insert":s({isOpen:!1});var a='[mappress mapid="'+t+'"]';"undefined"==typeof wpActiveEditor?__("Please select the post content to insert the map into."):send_to_editor(a);break;case"open":s({isOpen:!0,mapid:r()})}}function r(){const e="undefined"!=typeof tinyMCE&&tinyMCE?tinyMCE.get("content"):null,t=e&&e.selection?e.selection.getSel():null;if(!t||void 0===t.anchorOffset||!t.anchorNode||!t.anchorNode.data)return null;let a=null,o=t.anchorNode.data,i=-1;for(let e=t.anchorOffset-1;e>=0;e--){let t=o[e];if("["==t){i=e;break}if("]"==t||"<"==t||">"==t)break}return i>=0&&(a=wp.shortcode.next("mappress",o,i),a)?a.shortcode.attrs.named.mapid:null}return i(n,null,i("button",{className:"button",type:"button",onClick:e=>{e.preventDefault(),l("open")}},i(d,{className:"wp-media-buttons-icon",icon:"location"}),__("MapPress")),t.isOpen&&i(o.default,{context:"mce",mapid:t.mapid,onAction:l}))}jQuery(document).on("click",".mapp-mce-button",(e=>{const t=e.currentTarget.parentElement;wp.element.render(i(u),t)}))},123:(e,t,a)=>{"use strict";a.r(t),a.d(t,{MappColorPicker:()=>M});var o=a(824);const i=wp.element.createElement,{Fragment:n,useEffect:s,useLayoutEffect:l,useCallback:r,useRef:p,useState:c}=wp.element,{useSelect:d}=wp.data,{withState:m}=wp.compose,{Button:u,ColorPalette:h,ColorPicker:g,Dashicon:f,Dropdown:b,ExternalLink:y,Modal:v,Panel:k,PanelBody:w,PanelRow:C,Popover:x,RadioControl:S,Spinner:N,TabPanel:O}=wp.components,__=e=>wp.i18n.__(e,"mappress-google-maps-for-wordpress");function M(e){e={isExtended:null,onChange:null,color:null,opacity:null,weight:null,...e};const[t,a]=c({color:e.color,isCustomOpen:!1,isOpen:!1,opacity:e.opacity,weight:e.weight});function l(e){a((t=>({...t,...e})))}function r(){l({isOpen:!1})}function p(a){l({color:a,isOpen:!1}),e.onChange({color:a,opacity:t.opacity,weight:t.weight})}return s((()=>{}),[]),i(n,null,i("span",{className:"mapp-colors-toggle",onClick:()=>{l({isOpen:!0})},style:{backgroundColor:e.color,border:e.isExtended?"1px solid "+e.color:"1px solid gray",opacity:e.isExtended&&e.opacity?e.opacity:1},tabIndex:0}),function(){if(!t.isOpen)return null;const a=_.map([1,.9,.8,.7,.6,.5,.4,.3,.2,.1,0],(e=>({label:100*e+"%",value:e}))),n=_.map([1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20],(e=>({label:e+"px",value:e})));return i(v,{title:__("Select a color"),className:"mapp-colors-modal",onRequestClose:()=>r()},i("div",{className:"mapp-colors"},i("div",{className:"mapp-colors-list"},_.map([["yellow","yellowgreen","green","seagreen","blue","cornflowerblue","darkslateblue","purple","firebrick","red","darkorange","orange","saddlebrown"],["lightyellow","greenyellow","lightgreen","darkseagreen","lightblue","skyblue","slateblue","orchid","plum","pink","sandybrown","goldenrod","peru"],["white","lightgray","gray","black"]],((t,a)=>i("div",{key:a},_.map(t,(t=>i("span",{className:"mapp-color"+(t==e.color?" mapp-selected":""),key:t,onClick:()=>{l({isCustomOpen:!1}),p(t)},style:{backgroundColor:t},title:t}))))))),t.isCustomOpen&&i(g,{color:e.color,onChangeComplete:e=>p(e.hex),disableAlpha:!0}),e.isExtended&&i(o.Select,{label:__("Opacity"),options:a,value:t.opacity,onChange:a=>{return l({opacity:o=a}),void e.onChange({color:t.color,opacity:o,weight:t.weight});var o}}),e.isExtended&&i(o.Select,{label:__("Stroke"),options:n,value:e.weight?e.weight:"",onChange:a=>{return l({weight:o=a}),void e.onChange({color:t.color,opacity:t.opacity,weight:o});var o}}),i("div",{className:"mapp-colors-toolbar"},i(u,{isPrimary:!0,onClick:()=>r()},__("Done")),i(u,{onClick:()=>l({isCustomOpen:!t.isCustomOpen})},__("Custom color")))))}())}},521:(e,t,a)=>{"use strict";a.r(t);var o=a(477);wp&&wp.plugins&&wp.plugins.registerPlugin&&wp.editPost&&wp.plugins.registerPlugin("mappress-document-settings-panel",{render:function(){const{PluginDocumentSettingPanel:e}=wp.editPost,t=wp.element.createElement,{Fragment:a,useEffect:i,useLayoutEffect:n,useRef:s,useState:l}=wp.element,{Button:r,Spinner:p}=wp.components,__=e=>wp.i18n.__(e,"mappress-google-maps-for-wordpress"),[c,d]=l({isFetchingItems:!0,isPickerOpen:!1,items:null,pickerMapid:null,pickerMode:"list"});function m(e){d((t=>({...t,...e})))}function u(e,t){switch(e){case"open-library":m({isPickerOpen:!0,pickerMode:"list"});break;case"edit":m({isPickerOpen:!0,pickerMapid:t,pickerMode:"edit"});break;case"pick-close":m({isPickerOpen:!1,pickerMapid:null});break;case"pick-insert":const e=wp.blocks.createBlock("mappress/map",{mapid:t});wp.data.dispatch("core/block-editor").insertBlock(e,0),m({isPickerOpen:!1,pickerMapid:null})}}function h(e){let a=e.map_title?e.map_title:__("Untitled");return t("div",{className:"mapp-document-item",key:e.mapid+e.postid},t("a",{className:"mapp-document-col-map_title",href:"#",onClick:t=>u("edit",e.mapid)},a),t("div",{className:"mapp-document-col-mapid"},e.mapid))}return i((()=>{const e=e=>{m({isFetchingItems:e.isFetchingItems,isSavingMap:e.isSavingMap,items:e.items})};return mapp.store.subscribe(e),()=>mapp.store.unsubscribe(e)})),i((()=>{mapp.store.fetchItems()}),[]),t(e,{title:"MapPress",className:"mapp-document-panel"},function(){const e=_.filter(c.items,(e=>e.postid==mappl10n.options.postid));let o;return o=c.isFetchingItems?t(p,null):e.length?t(a,null,t("div",{className:"mapp-document-header"},t("div",{className:"mapp-document-col-map_title"},__("Map title")),t("div",{className:"mapp-document-col-mapid"},null,__("Map ID"))),_.map(e,h)):t("div",{className:"mapp-document-message"},__("No maps found")),t("div",null,t("div",{className:"mapp-document-list"},o))}(),t(r,{icon:"portfolio",isSecondary:!0,onClick:()=>u("open-library")},__("Open map library")),function(){if(c.isPickerOpen)return t(o.default,{mapid:c.pickerMapid,mode:c.pickerMode,onAction:u,type:"post"})}())},icon:null})},999:(e,t,a)=>{"use strict";a.r(t),a.d(t,{default:()=>k});var o=a(939),i=a(429),n=a(710);window.mapp=window.mapp||{};const s=wp.element.createElement,{Fragment:l,useEffect:r,useLayoutEffect:p,useRef:c,useState:d}=wp.element,{Button:m,Dropdown:u,Modal:h,Panel:g,PanelBody:f,Popover:b,Spinner:y,TextControl:v}=wp.components,__=e=>wp.i18n.__(e,"mappress-google-maps-for-wordpress");function k(e){const[t,a]=d({dragging:null,dragover:null,isFetchingMap:!!e.mapid,isPoiListOpen:!0,isSavingMap:!1,map:null,mapdata:null}),l=c(null);function p(e){a((t=>({...t,...e})))}function u(e){p({map:t.map})}function h(a,o){switch(a){case"change-settings":t.map.set(o),p({map:t.map});break;case"change-title":t.map.set({title:o}),p({map:t.map});break;case"close":e.onAction("edit-close");break;case"trash":confirm(mappl10n.delete_map_prompt)&&(mapp.store.trashMap({mapid:e.mapid}),e.onAction("edit-trash"));break;case"save":mapp.store.saveMap({mapdata:t.map.toJSON(),success:t=>{e.onAction("edit-save",t.mapid)}})}}return r((()=>{t.map&&(jQuery(t.map.div.layout).off("mapp.render",u),jQuery(t.map.div.layout).on("mapp.render",(e=>u())))}),[t.map]),r((()=>{const t=t=>{p({isFetchingMap:t.isFetchingMap,isSavingMap:t.isSavingMap,mapdata:t.maps[e.mapid]})};return mapp.store.subscribe(t),()=>mapp.store.unsubscribe(t)})),r((()=>{e.mapid&&mapp.store.fetchMap({mapid:e.mapid})}),[e.mapid]),r((()=>{if(t.isFetchingMap)return;let a={editable:!0,embed:!0,layout:"left",mapOpts:{streetViewControl:!1},menu:!1,name:"media-map",poiList:!1,sel:jQuery(l.current)};"map"!=e.context&&"mashup"!=e.context||(a.center=null,a.zoom=null);const o=new mapp.Map(t.mapdata,a);new mapp.Editor(o);p({map:o})}),[t.mapdata]),r((()=>{t.map&&setTimeout((()=>t.map.resize()),100)}),[t.isPoiListOpen]),s("div",{className:"mapp-edit"},function(){let e=t.map&&!t.isFetchingMap&&t.map.title?t.map.title:"",a=t.map&&!t.isFetchingMap?__("Untitled"):"";return s("div",{className:"mapp-gt-modal-header"},s(v,{className:"mapp-edit-title",placeholder:a,value:e,onChange:e=>h("change-title",e)}))}(),s("div",{className:"mapp-edit-main"},s("div",{className:"mapp-sidebar"+(t.isPoiListOpen?" mapp-sidebar-open":"")},s("div",{className:"mapp-sidebar-toggle",onClick:()=>p({isPoiListOpen:!t.isPoiListOpen})}),s("div",{className:"mapp-list mapp-edit-list"},s("div",{className:"mapp-edit-list-wrapper"},function(){if("mce"!=e.context&&"library"!=e.context)return null;if(!t.map)return null;const{center:a,height:o,poiList:n,search:l,width:r,zoom:p}=t.map;return s("div",{className:"mapp-gt-inspector"},s(i.MappSettings,{map:t.map,context:e.context,onAction:h,center:a,height:o,poiList:n,search:l,width:r,zoom:p}))}(),function(){if(!t.map)return;const e=function(e,a){let o=t.dragging,i=a;t.map.pois_.splice(i,0,t.map.pois_.splice(o,1)[0]),p({map:t.map,dragover:null})};return s("div",{className:"mapp-items"},_.map(t.map.pois_,((a,i)=>s("div",{className:t.dragover==i?"mapp-item mapp-edit-dragover":"mapp-item",draggable:!0,key:i,onClick:()=>t.map.poiOpen(t.map.pois_[i]),onDragOver:e=>e.preventDefault(),onDragStart:e=>p({dragging:i}),onDragEnter:e=>p({dragover:i}),onDragEnd:e=>p({dragging:null,dragover:null}),onDrop:t=>e(t,i)},s("img",{className:"mapp-icon",src:o.mappLib.getIconUrl(a.iconid)}),s("div",{className:"mapp-title"},a.title)))))}()))),s("div",{className:"mapp-edit-map",key:e.mapid,ref:l,onKeyDown:e=>e.stopPropagation(),tabIndex:-1}),l.current&&t.map?s(n.m,{map:t.map,selected:t.map.mapTypeId,onChange:e=>h("change-settings",{mapTypeId:e})}):null),s("div",{className:"mapp-edit-toolbar",tabIndex:-1,onKeyDown:e=>e.stopPropagation()},s(m,{isPrimary:!0,isBusy:t.isSavingMap,onClick:()=>h("save")},__("Save")),s(m,{disabled:t.isSavingMap,onClick:()=>h("close")},__("Cancel")),s(m,{disabled:!e.mapid||t.isSavingMap,isDestructive:!0,className:"mapp-edit-delete",onClick:()=>h("trash")},__("Trash"))))}},805:(e,t,a)=>{"use strict";a.r(t),a.d(t,{MappIconPicker:()=>M});var o=a(939),i=a(123),n=a(824);const s=wp.element.createElement,{Fragment:l,useEffect:r,useLayoutEffect:p,useCallback:c,useRef:d,useState:m}=wp.element,{useSelect:u}=wp.data,{withState:h}=wp.compose,{Button:g,ColorPicker:f,DropZone:b,DropZoneProvider:y,FormFileUpload:v,Modal:k,Popover:w,RangeControl:C,Spinner:x,TabPanel:S}=wp.components,__=e=>wp.i18n.__(e,"mappress-google-maps-for-wordpress"),N=[{id:"mapp-shapes",fontFamily:"Marker Shapes",glyphs:[{name:"circle",center:[16,16]},{name:"widepin",center:[16,14]},{name:"route",center:[16,16]},{name:"shield",center:[16,16]},{name:"squarepin",center:[16,15]},{name:"square",center:[16,16]},{name:"squarerounded",center:[16,16]},{name:"roundpin",center:[16,13]},{name:"pin",center:null},{name:"pindot",center:null}]}],O=[{id:"mapp-icons",className:"mapp-marker-icons",filePrefix:"mp",fontFamily:"Marker Icons",label:"Map icons",glyphs:["airport","amusement-park","aquarium","archery","art-gallery","assistive-listening","atm","audio-description","bakery","bank","bar","baseball","beauty-salon","bicycle-store","bicycling","boat-ramp","boat-tour","boating","book-store","bowling-alley","braille","bus-station","cafe","campground","canoe","car-dealer","car-rental","car-repair","car-wash","casino","cemetery","chairlift","church","city-hall","closed-captioning","clothing-store","compass","convenience-store","courthouse","cross-country-skiing","crosshairs","dentist","department-store","diving","doctor","electrician","electronics-store","embassy","expand","female","finance","fire-station","fish-cleaning","fishing-pier","fishing","florist","food","fullscreen","funeral-home","furniture-store","gas-station","contractor","golf","grocery","gym","hair-care","hang-gliding","hardware-store","health","hindu-temple","horse-riding","hospital","ice-fishing","ice-skating","inline-skating","insurance-agency","jet-skiing","jewelry-store","kayaking","laundry","lawyer","library","liquor-store","local-government","location-arrow","locksmith","lodging","low-vision-access","male","marina","mosque","motobike-trail","movie-rental","movie-theater","moving-company","museum","natural-feature","night-club","open-captioning","painter","park","parking","pet-store","pharmacy","physiotherapist","place-of-worship","playground","plumber","point-of-interest","police","political","post-box","post-office","rafting","real-estate-agency","restaurant","roofing-contractor","route","rv-park","sailing","school","scuba-diving","search","shopping-mall","sign-language","skateboarding","ski-jumping","skiing","sledding","snow-shoeing","snow","snowboarding","snowmobile","spa","stadium","storage","store","subway-station","surfing","swimming","synagogue","taxi-stand","tennis","toilet","trail-walking","train-station","transit-station","travel-agency","unisex","university","veterinary-care","viewing","volume-control-telephone","walking","waterskiing","whale-watching","wheelchair","wind-surfing","zoo"]},{id:"material-icons",className:"material-icons",filePrefix:"mi",fontFamily:"Material Icons",label:"Material Icons",glyphs:["ac_unit","access_alarm","access_alarms","access_time","access_time_filled","accessibility","accessibility_new","accessible","accessible_forward","account_balance","account_balance_wallet","account_box","account_circle","account_tree","ad_units","adb","add","add_a_photo","add_alarm","add_alert","add_box","add_business","add_chart","add_circle","add_circle_outline","add_comment","add_ic_call","add_link","add_location","add_location_alt","add_moderator","add_photo_alternate","add_reaction","add_road","add_shopping_cart","add_task","add_to_drive","add_to_home_screen","add_to_photos","add_to_queue","addchart","adjust","admin_panel_settings","ads_click","agriculture","air","airline_seat_flat","airline_seat_flat_angled","airline_seat_individual_suite","airline_seat_legroom_extra","airline_seat_legroom_normal","airline_seat_legroom_reduced","airline_seat_recline_extra","airline_seat_recline_normal","airplane_ticket","airplanemode_active","airplanemode_inactive","airplanemode_off","airplanemode_on","airplay","airport_shuttle","alarm","alarm_add","alarm_off","alarm_on","album","align_horizontal_center","align_horizontal_left","align_horizontal_right","align_vertical_bottom","align_vertical_center","align_vertical_top","all_inbox","all_inclusive","all_out","alt_route","alternate_email","amp_stories","analytics","anchor","android","animation","announcement","aod","apartment","api","app_blocking","app_registration","app_settings_alt","approval","apps","architecture","archive","area_chart","arrow_back","arrow_back_ios","arrow_back_ios_new","arrow_circle_down","arrow_circle_up","arrow_downward","arrow_drop_down","arrow_drop_down_circle","arrow_drop_up","arrow_forward","arrow_forward_ios","arrow_left","arrow_right","arrow_right_alt","arrow_upward","art_track","article","aspect_ratio","assessment","assignment","assignment_ind","assignment_late","assignment_return","assignment_returned","assignment_turned_in","assistant","assistant_direction","assistant_photo","atm","attach_email","attach_file","attach_money","attachment","attractions","attribution","audiotrack","auto_awesome","auto_awesome_mosaic","auto_awesome_motion","auto_delete","auto_fix_high","auto_fix_normal","auto_fix_off","auto_graph","auto_stories","autofps_select","autorenew","av_timer","baby_changing_station","back_hand","backpack","backspace","backup","backup_table","badge","bakery_dining","balcony","ballot","bar_chart","batch_prediction","bathroom","bathtub","battery_alert","battery_charging_full","battery_full","battery_saver","battery_std","battery_unknown","beach_access","bed","bedroom_baby","bedroom_child","bedroom_parent","bedtime","beenhere","bento","bike_scooter","biotech","blender","block","bloodtype","bluetooth","bluetooth_audio","bluetooth_connected","bluetooth_disabled","bluetooth_drive","bluetooth_searching","blur_circular","blur_linear","blur_off","blur_on","bolt","book","book_online","bookmark","bookmark_add","bookmark_added","bookmark_border","bookmark_outline","bookmark_remove","bookmarks","border_all","border_bottom","border_clear","border_color","border_horizontal","border_inner","border_left","border_outer","border_right","border_style","border_top","border_vertical","branding_watermark","breakfast_dining","brightness_1","brightness_2","brightness_3","brightness_4","brightness_5","brightness_6","brightness_7","brightness_auto","brightness_high","brightness_low","brightness_medium","broken_image","browser_not_supported","brunch_dining","brush","bubble_chart","bug_report","build","build_circle","bungalow","burst_mode","bus_alert","business","business_center","cabin","cable","cached","cake","calculate","calendar_today","calendar_view_day","calendar_view_month","calendar_view_week","call","call_end","call_made","call_merge","call_missed","call_missed_outgoing","call_received","call_split","call_to_action","camera","camera_alt","camera_enhance","camera_front","camera_indoor","camera_outdoor","camera_rear","camera_roll","cameraswitch","campaign","cancel","cancel_presentation","cancel_schedule_send","car_rental","car_repair","card_giftcard","card_membership","card_travel","carpenter","cases","casino","cast","cast_connected","cast_for_education","catching_pokemon","category","celebration","cell_wifi","center_focus_strong","center_focus_weak","chair","chair_alt","chalet","change_circle","change_history","charging_station","chat","chat_bubble","chat_bubble_outline","check","check_box","check_box_outline_blank","check_circle","check_circle_outline","checklist","checklist_rtl","checkroom","chevron_left","chevron_right","child_care","child_friendly","chrome_reader_mode","circle","circle_notifications","class","clean_hands","cleaning_services","clear","clear_all","close","close_fullscreen","closed_caption","closed_caption_disabled","closed_caption_off","cloud","cloud_circle","cloud_done","cloud_download","cloud_off","cloud_queue","cloud_upload","code","code_off","coffee","coffee_maker","collections","collections_bookmark","color_lens","colorize","comment","comment_bank","commute","compare","compare_arrows","compass_calibration","compost","compress","computer","confirmation_num","confirmation_number","connect_without_contact","connected_tv","construction","contact_mail","contact_page","contact_phone","contact_support","contactless","contacts","content_copy","content_cut","content_paste","content_paste_off","control_camera","control_point","control_point_duplicate","copy","copy_all","copyright","coronavirus","corporate_fare","cottage","countertops","create","create_new_folder","credit_card","credit_card_off","credit_score","crib","crop","crop_16_9","crop_3_2","crop_5_4","crop_7_5","crop_din","crop_free","crop_landscape","crop_original","crop_portrait","crop_rotate","crop_square","cruelty_free","cut","dangerous","dark_mode","dashboard","dashboard_customize","data_exploration","data_saver_off","data_saver_on","data_usage","date_range","deck","dehaze","delete","delete_forever","delete_outline","delete_sweep","delivery_dining","departure_board","description","design_services","desktop_access_disabled","desktop_mac","desktop_windows","details","developer_board","developer_board_off","developer_mode","device_hub","device_thermostat","device_unknown","devices","devices_other","dialer_sip","dialpad","dining","dinner_dining","directions","directions_bike","directions_boat","directions_boat_filled","directions_bus","directions_bus_filled","directions_car","directions_car_filled","directions_ferry","directions_off","directions_railway","directions_railway_filled","directions_run","directions_subway","directions_subway_filled","directions_train","directions_transit","directions_transit_filled","directions_walk","dirty_lens","disabled_by_default","disabled_visible","disc_full","dnd_forwardslash","dns","do_disturb","do_disturb_alt","do_disturb_off","do_disturb_on","do_not_disturb","do_not_disturb_alt","do_not_disturb_off","do_not_disturb_on","do_not_disturb_on_total_silence","do_not_step","do_not_touch","dock","document_scanner","domain","domain_disabled","domain_verification","done","done_all","done_outline","donut_large","donut_small","door_back","door_front","door_sliding","doorbell","double_arrow","downhill_skiing","download","download_done","download_for_offline","downloading","drafts","drag_handle","drag_indicator","draw","drive_eta","drive_file_move","drive_file_move_rtl","drive_file_rename_outline","drive_folder_upload","dry","dry_cleaning","duo","dvr","dynamic_feed","dynamic_form","e_mobiledata","earbuds","earbuds_battery","east","eco","edgesensor_high","edgesensor_low","edit","edit_attributes","edit_calendar","edit_location","edit_location_alt","edit_note","edit_notifications","edit_off","edit_road","eject","elderly","electric_bike","electric_car","electric_moped","electric_rickshaw","electric_scooter","electrical_services","elevator","email","emergency","emoji_emotions","emoji_events","emoji_flags","emoji_food_beverage","emoji_nature","emoji_objects","emoji_people","emoji_symbols","emoji_transportation","engineering","enhance_photo_translate","enhanced_encryption","equalizer","error","error_outline","escalator","escalator_warning","euro","euro_symbol","ev_station","event","event_available","event_busy","event_note","event_seat","exit_to_app","expand","expand_less","expand_more","explicit","explore","explore_off","exposure","exposure_minus_1","exposure_minus_2","exposure_neg_1","exposure_neg_2","exposure_plus_1","exposure_plus_2","exposure_zero","extension","extension_off","face","face_retouching_natural","face_retouching_off","face_unlock","facebook","fact_check","family_restroom","fast_forward","fast_rewind","fastfood","favorite","favorite_border","favorite_outline","featured_play_list","featured_video","feed","feedback","female","fence","festival","fiber_dvr","fiber_manual_record","fiber_new","fiber_pin","fiber_smart_record","file_copy","file_download","file_download_done","file_download_off","file_present","file_upload","filter","filter_1","filter_2","filter_3","filter_4","filter_5","filter_6","filter_7","filter_8","filter_9","filter_9_plus","filter_alt","filter_b_and_w","filter_center_focus","filter_drama","filter_frames","filter_hdr","filter_list","filter_none","filter_tilt_shift","filter_vintage","find_in_page","find_replace","fingerprint","fire_extinguisher","fireplace","first_page","fit_screen","fitness_center","flag","flaky","flare","flash_auto","flash_off","flash_on","flashlight_off","flashlight_on","flatware","flight","flight_land","flight_takeoff","flip","flip_camera_android","flip_camera_ios","flip_to_back","flip_to_front","flourescent","flutter_dash","fmd_bad","fmd_good","folder","folder_open","folder_shared","folder_special","follow_the_signs","font_download","font_download_off","food_bank","format_align_center","format_align_justify","format_align_left","format_align_right","format_bold","format_clear","format_color_fill","format_color_reset","format_color_text","format_indent_decrease","format_indent_increase","format_italic","format_line_spacing","format_list_bulleted","format_list_numbered","format_list_numbered_rtl","format_paint","format_quote","format_shapes","format_size","format_strikethrough","format_textdirection_l_to_r","format_textdirection_r_to_l","format_underline","format_underlined","forum","forward","forward_10","forward_30","forward_5","forward_to_inbox","foundation","free_breakfast","free_cancellation","front_hand","fullscreen","fullscreen_exit","functions","g_mobiledata","g_translate","gamepad","games","garage","gavel","generating_tokens","gesture","get_app","gif","gite","golf_course","gpp_bad","gpp_good","gpp_maybe","gps_fixed","gps_not_fixed","gps_off","grade","gradient","grading","grain","graphic_eq","grass","grid_3x3","grid_4x4","grid_goldenratio","grid_off","grid_on","grid_view","group","group_add","group_off","group_work","groups","h_mobiledata","h_plus_mobiledata","hail","handyman","hardware","hd","hdr_auto","hdr_auto_select","hdr_enhanced_select","hdr_off","hdr_off_select","hdr_on","hdr_on_select","hdr_plus","hdr_strong","hdr_weak","headphones","headphones_battery","headset","headset_mic","headset_off","healing","health_and_safety","hearing","hearing_disabled","height","help","help_center","help_outline","hevc","hide_image","hide_source","high_quality","highlight","highlight_alt","highlight_off","highlight_remove","hiking","history","history_edu","history_toggle_off","holiday_village","home","home_max","home_mini","home_repair_service","home_work","horizontal_distribute","horizontal_rule","horizontal_split","hot_tub","hotel","hotel_class","hourglass_bottom","hourglass_disabled","hourglass_empty","hourglass_full","hourglass_top","house","house_siding","houseboat","how_to_reg","how_to_vote","http","https","hvac","ice_skating","icecream","image","image_aspect_ratio","image_not_supported","image_search","imagesearch_roller","import_contacts","import_export","important_devices","inbox","incomplete_circle","indeterminate_check_box","info","input","insert_chart","insert_chart_outlined","insert_comment","insert_drive_file","insert_emoticon","insert_invitation","insert_link","insert_photo","insights","integration_instructions","inventory","inventory_2","invert_colors","invert_colors_off","invert_colors_on","ios_share","iron","iso","kayaking","keyboard","keyboard_alt","keyboard_arrow_down","keyboard_arrow_left","keyboard_arrow_right","keyboard_arrow_up","keyboard_backspace","keyboard_capslock","keyboard_control","keyboard_hide","keyboard_return","keyboard_tab","keyboard_voice","king_bed","kitchen","kitesurfing","label","label_important","label_off","landscape","language","laptop","laptop_chromebook","laptop_mac","laptop_windows","last_page","launch","layers","layers_clear","leaderboard","leak_add","leak_remove","leave_bags_at_home","legend_toggle","lens","lens_blur","library_add","library_add_check","library_books","library_music","light","light_mode","lightbulb","line_style","line_weight","linear_scale","link","link_off","linked_camera","liquor","list","list_alt","live_help","live_tv","living","local_activity","local_airport","local_atm","local_attraction","local_bar","local_cafe","local_car_wash","local_convenience_store","local_dining","local_drink","local_fire_department","local_florist","local_gas_station","local_grocery_store","local_hospital","local_hotel","local_laundry_service","local_library","local_mall","local_movies","local_offer","local_parking","local_pharmacy","local_phone","local_pizza","local_play","local_police","local_post_office","local_print_shop","local_printshop","local_restaurant","local_see","local_shipping","local_taxi","location_city","location_disabled","location_history","location_off","location_on","location_searching","lock","lock_clock","lock_open","login","logout","looks","looks_3","looks_4","looks_5","looks_6","looks_one","looks_two","loop","loupe","low_priority","loyalty","lte_mobiledata","lte_plus_mobiledata","luggage","lunch_dining","mail","mail_outline","male","manage_accounts","manage_search","map","maps_home_work","maps_ugc","margin","mark_as_unread","mark_chat_read","mark_chat_unread","mark_email_read","mark_email_unread","markunread","markunread_mailbox","masks","maximize","media_bluetooth_off","media_bluetooth_on","mediation","medical_services","medication","meeting_room","memory","menu","menu_book","menu_open","merge_type","message","messenger","messenger_outline","mic","mic_external_off","mic_external_on","mic_none","mic_off","microwave","military_tech","minimize","miscellaneous_services","missed_video_call","mms","mobile_friendly","mobile_off","mobile_screen_share","mobiledata_off","mode","mode_comment","mode_edit","mode_edit_outline","mode_night","mode_standby","model_training","monetization_on","money","money_off","money_off_csred","monitor","monitor_weight","monochrome_photos","mood","mood_bad","moped","more","more_horiz","more_time","more_vert","motion_photos_auto","motion_photos_off","motion_photos_on","motion_photos_pause","motion_photos_paused","motorcycle","mouse","move_to_inbox","movie","movie_creation","movie_filter","moving","mp","multiline_chart","multiple_stop","multitrack_audio","museum","music_note","music_off","music_video","my_library_add","my_library_books","my_library_music","my_location","nat","nature","nature_people","navigate_before","navigate_next","navigation","near_me","near_me_disabled","nearby_error","nearby_off","network_cell","network_check","network_locked","network_wifi","new_label","new_releases","next_plan","next_week","nfc","night_shelter","nightlife","nightlight","nightlight_round","nights_stay","no_accounts","no_backpack","no_cell","no_drinks","no_encryption","no_encryption_gmailerrorred","no_flash","no_food","no_luggage","no_meals","no_meeting_room","no_photography","no_sim","no_stroller","no_transfer","nordic_walking","north","north_east","north_west","not_accessible","not_interested","not_listed_location","not_started","note","note_add","note_alt","notes","notification_add","notification_important","notifications","notifications_active","notifications_none","notifications_off","notifications_on","notifications_paused","now_wallpaper","now_widgets","offline_bolt","offline_pin","offline_share","ondemand_video","online_prediction","opacity","open_in_browser","open_in_full","open_in_new","open_in_new_off","open_with","other_houses","outbond","outbound","outbox","outdoor_grill","outlet","outlined_flag","padding","pages","pageview","paid","palette","pan_tool","panorama","panorama_fish_eye","panorama_fisheye","panorama_horizontal","panorama_horizontal_select","panorama_photosphere","panorama_photosphere_select","panorama_vertical","panorama_vertical_select","panorama_wide_angle","panorama_wide_angle_select","paragliding","park","party_mode","password","paste","pattern","pause","pause_circle","pause_circle_filled","pause_circle_outline","pause_presentation","payment","payments","pedal_bike","pending","pending_actions","people","people_alt","people_outline","perm_camera_mic","perm_contact_cal","perm_contact_calendar","perm_data_setting","perm_device_info","perm_device_information","perm_identity","perm_media","perm_phone_msg","perm_scan_wifi","person","person_add","person_add_alt","person_add_alt_1","person_add_disabled","person_off","person_outline","person_pin","person_pin_circle","person_remove","person_remove_alt_1","person_search","personal_injury","personal_video","pest_control","pest_control_rodent","pets","phone","phone_android","phone_bluetooth_speaker","phone_callback","phone_disabled","phone_enabled","phone_forwarded","phone_in_talk","phone_iphone","phone_locked","phone_missed","phone_paused","phonelink","phonelink_erase","phonelink_lock","phonelink_off","phonelink_ring","phonelink_setup","photo","photo_album","photo_camera","photo_camera_back","photo_camera_front","photo_filter","photo_library","photo_size_select_actual","photo_size_select_large","photo_size_select_small","piano","piano_off","picture_as_pdf","picture_in_picture","picture_in_picture_alt","pie_chart","pie_chart_outline","pin","pin_drop","pin_end","pin_invoke","pivot_table_chart","place","plagiarism","play_arrow","play_circle","play_circle_fill","play_circle_filled","play_circle_outline","play_disabled","play_for_work","play_lesson","playlist_add","playlist_add_check","playlist_play","plumbing","plus_one","podcasts","point_of_sale","policy","poll","polymer","pool","portable_wifi_off","portrait","post_add","power","power_input","power_off","power_settings_new","precision_manufacturing","pregnant_woman","present_to_all","preview","price_change","price_check","print","print_disabled","priority_high","privacy_tip","private_connectivity","production_quantity_limits","psychology","public","public_off","publish","published_with_changes","push_pin","qr_code","qr_code_2","qr_code_scanner","query_builder","query_stats","question_answer","queue","queue_music","queue_play_next","quick_contacts_dialer","quick_contacts_mail","quickreply","quiz","r_mobiledata","radar","radio","radio_button_checked","radio_button_off","radio_button_on","radio_button_unchecked","railway_alert","ramen_dining","rate_review","raw_off","raw_on","read_more","real_estate_agent","receipt","receipt_long","recent_actors","recommend","record_voice_over","recycling","redeem","redo","reduce_capacity","refresh","remember_me","remove","remove_circle","remove_circle_outline","remove_done","remove_from_queue","remove_moderator","remove_red_eye","remove_shopping_cart","reorder","repeat","repeat_on","repeat_one","repeat_one_on","replay","replay_10","replay_30","replay_5","replay_circle_filled","reply","reply_all","report","report_gmailerrorred","report_off","report_problem","request_page","request_quote","reset_tv","restart_alt","restaurant","restaurant_menu","restore","restore_from_trash","restore_page","reviews","rice_bowl","ring_volume","roofing","room","room_preferences","room_service","rotate_90_degrees_ccw","rotate_left","rotate_right","rounded_corner","router","rowing","rss_feed","rsvp","rtt","rule","rule_folder","run_circle","running_with_errors","rv_hookup","safety_divider","sailing","sanitizer","satellite","save","save_alt","saved_search","savings","scanner","scatter_plot","schedule","schedule_send","schema","school","science","score","screen_lock_landscape","screen_lock_portrait","screen_lock_rotation","screen_rotation","screen_search_desktop","screen_share","screenshot","sd","sd_card","sd_card_alert","sd_storage","search","search_off","security","security_update","security_update_good","security_update_warning","segment","select_all","self_improvement","sell","send","send_and_archive","send_to_mobile","sensor_door","sensor_window","sensors","sensors_off","sentiment_dissatisfied","sentiment_neutral","sentiment_satisfied","sentiment_satisfied_alt","sentiment_very_dissatisfied","sentiment_very_satisfied","set_meal","settings","settings_accessibility","settings_applications","settings_backup_restore","settings_bluetooth","settings_brightness","settings_cell","settings_display","settings_ethernet","settings_input_antenna","settings_input_component","settings_input_composite","settings_input_hdmi","settings_input_svideo","settings_overscan","settings_phone","settings_power","settings_remote","settings_suggest","settings_system_daydream","settings_voice","share","share_arrival_time","share_location","shield","shop","shop_2","shop_two","shopping_bag","shopping_basket","shopping_cart","short_text","shortcut","show_chart","shower","shuffle","shuffle_on","shutter_speed","sick","signal_cellular_0_bar","signal_cellular_4_bar","signal_cellular_alt","signal_cellular_connected_no_internet_0_bar","signal_cellular_connected_no_internet_4_bar","signal_cellular_no_sim","signal_cellular_nodata","signal_cellular_null","signal_cellular_off","signal_wifi_0_bar","signal_wifi_4_bar","signal_wifi_4_bar_lock","signal_wifi_bad","signal_wifi_connected_no_internet_4","signal_wifi_off","signal_wifi_statusbar_4_bar","signal_wifi_statusbar_connected_no_internet_4","signal_wifi_statusbar_null","sim_card","sim_card_alert","sim_card_download","single_bed","sip","skateboarding","skip_next","skip_previous","sledding","slideshow","slow_motion_video","smart_button","smart_display","smart_screen","smart_toy","smartphone","smoke_free","smoking_rooms","sms","sms_failed","snippet_folder","snooze","snowboarding","snowmobile","snowshoeing","soap","social_distance","sort","sort_by_alpha","source","south","south_east","south_west","spa","space_bar","space_dashboard","speaker","speaker_group","speaker_notes","speaker_notes_off","speaker_phone","speed","spellcheck","splitscreen","sports","sports_bar","sports_baseball","sports_basketball","sports_cricket","sports_esports","sports_football","sports_golf","sports_handball","sports_hockey","sports_kabaddi","sports_mma","sports_motorsports","sports_rugby","sports_score","sports_soccer","sports_tennis","sports_volleyball","square_foot","stacked_bar_chart","stacked_line_chart","stairs","star","star_border","star_border_purple500","star_half","star_outline","star_purple500","star_rate","stars","stay_current_landscape","stay_current_portrait","stay_primary_landscape","stay_primary_portrait","sticky_note_2","stop","stop_circle","stop_screen_share","storage","store","store_mall_directory","storefront","storm","straighten","stream","streetview","strikethrough_s","stroller","style","subdirectory_arrow_left","subdirectory_arrow_right","subject","subscript","subscriptions","subtitles","subtitles_off","subway","summarize","superscript","supervised_user_circle","supervisor_account","support","support_agent","surfing","surround_sound","swap_calls","swap_horiz","swap_horizontal_circle","swap_vert","swap_vert_circle","swap_vertical_circle","swipe","switch_account","switch_camera","switch_left","switch_right","switch_video","sync","sync_alt","sync_disabled","sync_problem","system_security_update","system_security_update_good","system_security_update_warning","system_update","system_update_alt","system_update_tv","tab","tab_unselected","table_chart","table_rows","table_view","tablet","tablet_android","tablet_mac","tag","tag_faces","takeout_dining","tap_and_play","tapas","task","task_alt","taxi_alert","terrain","text_fields","text_format","text_rotate_up","text_rotate_vertical","text_rotation_angledown","text_rotation_angleup","text_rotation_down","text_rotation_none","text_snippet","textsms","texture","theater_comedy","theaters","thermostat","thermostat_auto","thumb_down","thumb_down_alt","thumb_down_off_alt","thumb_up","thumb_up_alt","thumb_up_off_alt","thumbs_up_down","time_to_leave","timelapse","timeline","timer","timer_10","timer_10_select","timer_3","timer_3_select","timer_off","tips_and_updates","title","toc","today","toggle_off","toggle_on","toll","tonality","topic","touch_app","tour","toys","track_changes","traffic","train","tram","transfer_within_a_station","transform","transgender","transit_enterexit","translate","travel_explore","trending_down","trending_flat","trending_neutral","trending_up","trip_origin","try","tty","tune","tungsten","turned_in","turned_in_not","tv","tv_off","two_wheeler","umbrella","unarchive","undo","unfold_less","unfold_more","unpublished","unsubscribe","upcoming","update","update_disabled","upgrade","upload","upload_file","usb","usb_off","verified","verified_user","vertical_align_bottom","vertical_align_center","vertical_align_top","vertical_distribute","vertical_split","vibration","video_call","video_camera_back","video_camera_front","video_collection","video_label","video_library","video_settings","video_stable","videocam","videocam_off","videogame_asset","videogame_asset_off","view_agenda","view_array","view_carousel","view_column","view_comfortable","view_comfy","view_compact","view_day","view_headline","view_in_ar","view_list","view_module","view_quilt","view_sidebar","view_stream","view_week","vignette","villa","visibility","visibility_off","voice_chat","voice_over_off","voicemail","volume_down","volume_mute","volume_off","volume_up","volunteer_activism","vpn_key","vpn_lock","vrpano","wallet_giftcard","wallet_membership","wallet_travel","wallpaper","warning","warning_amber","wash","watch","watch_later","water","water_damage","water_drop","waterfall_chart","waves","waving_hand","wb_auto","wb_cloudy","wb_incandescent","wb_iridescent","wb_shade","wb_sunny","wb_twilight","wc","web","web_asset","web_asset_off","weekend","west","whatshot","wheelchair_pickup","where_to_vote","widgets","wifi","wifi_calling","wifi_calling_3","wifi_lock","wifi_off","wifi_protected_setup","wifi_tethering","wifi_tethering_error_rounded","wifi_tethering_off","window","wine_bar","work","work_off","work_outline","workspaces","wrap_text","wrong_location","wysiwyg","yard","youtube_searched_for","zoom_in","zoom_out","zoom_out_map"]}];function M(e){const[t,a]=m({defaultIcon:mappl10n.options.defaultIcon,filename:null,filter:"",glyph:"",glyphColor:"white",glyphFont:O[0],glyphSize:20,isOpen:!1,mode:"list",shape:"circle",shapeColor:"gray",shapeFont:N[0],toDelete:[],userIcons:mappl10n.options.userIcons});function p(e){a((t=>({...t,...e})))}function c(a,o){switch(a){case"bulk-select":let a=[...t.toDelete],i=t.toDelete.indexOf(o.iconid);i>=0?a.splice(i,1):a.push(o.iconid),p({toDelete:a});break;case"close":p({isOpen:!1});break;case"delete":confirm(mappl10n.delete_prompt)&&mapp.lib.ajax({type:"POST",data:{action:"mapp_icon_delete",iconids:t.toDelete,nonce:mappl10n.options.nonce},callback:function(a){a&&"OK"==a.status?(t.toDelete.indexOf(e.iconid)>=0&&!function(e){if(!e)return!1;let t=e.replace(/.png|.gif|.jpg/gi,"").toLowerCase();return mappl10n.options.standardIcons.indexOf(t)>=0}(e.iconid)&&e.onChange(null),mappl10n.options.userIcons=a.data,p({toDelete:[],mode:"list",userIcons:mappl10n.options.userIcons})):alert("Delete error: "+a.status)}});break;case"edit-cancel":p({mode:"list"});break;case"edit-save":!function(e){const a=32,o=2;let i=document.createElement("canvas");i.width=a*o,i.height=a*o,i.style.imageRendering="pixelated";let n=i.getContext("2d");n.font=a*o+"px "+t.shapeFont.fontFamily,n.fillStyle=t.shapeColor,n.textBaseline="bottom",n.fillText(t.shape,0,a*o),n.strokeStyle="white",n.strokeText(t.shape,1,a*o);const s=_.findWhere(t.shapeFont.glyphs,{name:t.shape});if(t.glyph&&s.center){n.imageSmoothingEnabled=!1,n.font=t.glyphSize*o+"px "+t.glyphFont.fontFamily,n.fillStyle=t.glyphColor;const e=[s.center[0]*o,s.center[1]*o];n.fillText(t.glyph,e[0]-t.glyphSize,e[1]+t.glyphSize)}"undefined"!=typeof debug?document.getElementById("mapp-edit-debug").append(i):i.toBlob((e=>{let a=new FormData;a.append("image0",e,t.filename),u(a)}),"image/png",100)}();break;case"edit-upload":!function(e){let t=new FormData;_.map(e,((e,a)=>{e.type.match("image.*")?t.append("image"+a,e):alert("File "+e.name+" is not an image.")})),u(t)}(o);break;case"list-select":e.onChange&&e.onChange(o),c("close");break;case"mode":p("bulk"==o?{mode:o,toDelete:[]}:{mode:o});break;case"open":p({isOpen:!0})}}function d(a){const i="user"==a?mappl10n.options.userIcons:mappl10n.options.standardIcons;return _.map(i,(i=>{if("standard"==a&&function(e){return mappl10n.options.userIcons.indexOf(e)>=0}(i+".png"))return"";let n="mapp-icon-wrapper";return"bulk"==t.mode&&t.toDelete.indexOf(i)>=0?n+=" mapp-bulk-selected":"list"!=t.mode||e.iconid!=i&&e.iconid+".png"!=i||(n+=" mapp-selected"),s("div",{alt:i,className:n,key:i,onClick:()=>{"list"==t.mode?c("list-select",i):"user"==a&&c("bulk-select",{iconid:i,type:a})}},s("img",{className:"mapp-icon",src:o.mappLib.getIconUrl(i),title:i}))}))}function u(t){t.append("action","mapp_icon_save"),t.append("nonce",mappl10n.options.nonce),mapp.lib.ajax({type:"POST",contentType:!1,processData:!1,data:t,success:t=>{t&&"OK"==t.status?(mappl10n.options.userIcons=t.data.icons,p({userIcons:mappl10n.options.userIcons}),p({mode:"list"}),e.onChange&&e.onChange(t.data.filename)):alert("Upload error: "+t.status)}})}return r((()=>{let e=t.glyph?t.glyph:t.shape;e+=".png",p({filename:e})}),[t.shape,t.shapeColor,t.glyphFont,t.glyph,t.glyphColor,t.glyphSize]),s(l,null,s("img",{className:"mapp-icon",onClick:()=>c("open",null),src:o.mappLib.getIconUrl(e.iconid)}),"list"==t.mode&&t.isOpen&&s(k,{title:s("div",{className:"mapp-icons-title"},__("Select icon"),s(g,{disabled:"bulk"==t.mode,isPrimary:!0,onClick:()=>c("mode","edit")},__("New icon"))),className:"mapp-icons-modal",onRequestClose:()=>c("close")},s("div",{className:"mapp-icons"},s("div",{className:"mapp-icons-list"},mappl10n.options.userIcons.length>0&&s("div",{className:"mapp-icons-list-title"},__("Custom icons")),s("div",{className:"mapp-icons-user"},d("user")),mappl10n.options.userIcons.length>0&&s("div",{className:"mapp-icons-list-title"},__("Standard icons")),s("div",{className:"mapp-icons-standard"},d("standard"))),s("div",{className:"mapp-icons-toolbar"},s("div",null,s(g,{disabled:"bulk"==t.mode,isSecondary:!0,onClick:()=>c("list-select",null)},__("Use default icon")),mappl10n.options.userIcons.length>0&&s(g,{isTertiary:!0,onClick:()=>c("mode","bulk")},__("Edit list"))),s("div",{className:"mapp-icons-filename"},e.iconid?e.iconid:__("No icon selected"))))),"bulk"==t.mode&&t.isOpen&&s(k,{title:s("div",{className:"mapp-icons-title"},__("Select icons to delete")),className:"mapp-icons-modal",onRequestClose:()=>c("close")},s("div",{className:"mapp-icons"},s("div",{className:"mapp-icons-list"},s("div",{className:"mapp-icons-user"},d("user"))),s("div",{className:"mapp-icons-toolbar"},s("div",null,s(g,{isDestructive:!0,disabled:t.toDelete.length<1,onClick:()=>c("delete")},__("Delete")),s(g,{isSecondary:!0,onClick:()=>c("mode","list")},__("Cancel")))))),"edit"==t.mode&&s(k,{title:__("Create new icon"),className:"mapp-icons-edit-modal",onRequestClose:()=>c("edit-cancel"),shouldCloseOnClickOutside:!1},s("div",{className:"mapp-icons-edit"},s("div",{id:"mapp-edit-debug"}),s("section",null,s("h2",null,__("Shape")),s("span",{className:"mapp-icons-edit-shapes",style:{color:t.shapeColor,fontFamily:t.shapeFont.fontFamily}},_.map(t.shapeFont.glyphs,((e,a)=>{const o=t.shape==e.name;return s("span",{className:"mapp-icons-edit-shape-wrapper"+(o?" mapp-selected":""),key:e.name,onClick:()=>p({shape:e.name}),title:e.name},s("span",{className:"mapp-icons-edit-shape"},e.name,e.center&&t.glyph&&s("div",{className:"mapp-icons-edit-shape-glyph "+t.glyphFont.className,style:{left:e.center[0],top:e.center[1],color:t.glyphColor,fontSize:t.glyphSize,width:t.glyphSize}},t.glyph)))})))),s("section",{className:"mapp-icons-edit-font"},s("h2",null,__("Font")),s(n.Select,{value:t.glyphFont.id,options:_.map(O,(e=>({value:e.id,label:e.label}))),onChange:e=>p({glyphFont:_.findWhere(O,{id:e}),glyph:null})}),s("span",null,__("Font size")),s(C,{initialPosition:20,min:16,max:24,value:t.glyphSize,onChange:e=>p({glyphSize:e})})),s("section",null,s("h2",null,__("Color")),s("span",{className:"mapp-icons-edit-colors"},s(i.MappColorPicker,{color:t.shapeColor,isExtended:!1,onChange:e=>p({shapeColor:e.color})}),s("span",null,__("Fill")),s(i.MappColorPicker,{color:t.glyphColor,isExtended:!1,onChange:e=>p({glyphColor:e.color})}),s("span",null,__("Stroke")))),function(){const e=_.filter(t.glyphFont.glyphs,(e=>!t.filter||e.includes(t.filter)));return s("div",{className:"mapp-icons-edit-glyphs"},s("section",{className:"mapp-icons-edit-search"},s("h2",null,__("Search")),s(n.Input,{value:t.filter,onChange:e=>p({filter:e})})),s("div",{className:"mapp-icons-edit-glyph-list",style:{color:t.glyphColor}},_.map(e,((e,a)=>s("div",{tabIndex:0,className:"mapp-icons-edit-glyph-wrapper"+(t.glyph==e?" mapp-selected":""),key:a,onClick:()=>p({glyph:t.glyph==e?null:e})},s("span",{className:"mapp-icons-edit-glyph "+t.glyphFont.className},e),s("div",{className:"mapp-icons-edit-glyph-title"},e.replaceAll("_"," ")))))))}(),s("div",{className:"mapp-icons-edit-toolbar"},s("div",{className:"mapp-icons-edit-toolbar-left"},s(g,{isPrimary:!0,onClick:()=>c("edit-save")},__("Save")),s(g,{isSecondary:!0,onClick:()=>c("edit-cancel")},__("Cancel")),s(n.Input,{className:"mapp-icons-filename",value:t.filename,onChange:e=>p({filename:e})})),s("div",null,s(v,{accept:"image/*",icon:"upload",multiple:!0,onChange:e=>{c("edit-upload",e.target.files)}},__("Upload icons")))))))}},24:(e,t,a)=>{"use strict";a.r(t),a.d(t,{MappImport:()=>y});var o=a(939),i=a(824);const n=wp.element.createElement,{Fragment:s,useEffect:l,useLayoutEffect:r,useCallback:p,useRef:c,useState:d}=wp.element,{useSelect:m}=wp.data,{withState:u}=wp.compose,{Button:h,FormFileUpload:g,Modal:f,ToggleControl:b}=wp.components,__=e=>wp.i18n.__(e,"mappress-google-maps-for-wordpress");function y(e){const[t,a]=d({isBusy:!1,isFetching:!1,file:null,isMapModalOpen:!1,mapid:null,mapdata:null,overwrite:!1,response:null,tab:"sheet",url:""}),r=c(null);function p(e){a((t=>({...t,...e})))}l((()=>{t.mapid&&(p({isFetching:!0,mapdata:null}),o.mappLib.ajax({type:"GET",data:{action:"mapp_get",mapid:t.mapid,nonce:mappl10n.options.nonce},callback:e=>{e&&"OK"==e.status?p({mapdata:e.data}):alert(e.status),p({isFetching:!1})}}))}),[t.mapid]),l((()=>{if(t.isMapModalOpen&&!t.isFetching&&t.mapdata&&r.current){new mapp.Map(t.mapdata,{height:"50vh",mapOpts:{mapTypeControl:!1,streetViewControl:!1},poiList:!0,search:!1,sel:jQuery(r.current),width:"50vw"}).display()}}),[t.isMapModalOpen,t.isFetching,t.mapdata,r.current]);const m=t.isBusy||"file"==t.tab&&!t.file||"sheet"==t.tab&&0==t.url.trim().length;return n("div",{className:"mapp-import"},n("form",{onSubmit:e=>{e.preventDefault(),function(){p({isBusy:!0,response:null});let e={type:"POST",data:{url:t.url,action:"mapp_import",nonce:mappl10n.options.nonce,overwrite:t.overwrite},success:e=>{p({isBusy:!1}),e&&"OK"==e.status?p({response:e.data}):alert(e.status)},error:()=>{alert("Import error"),p({isBusy:!1})}};if("file"==t.tab){let a=new FormData;_.map(e.data,((e,t)=>a.append(t,e))),a.append("file",t.file),e={...e,data:a,contentType:!1,processData:!1}}o.mappLib.ajax(e)}()}},n(s,null,n("h2",null,__("Source")),n(i.MappTabs,{tabs:[{name:"sheet",label:__("Google Sheets")},{name:"file",label:__("File")}],initialTab:t.tab,onRender:e=>"sheet"==e?function(){const e=n("div",{className:"mapp-import-help"},__("Google sheets must be shared before importing:"),n("ol",null,n("li",null,__("File -> Share -> Publish to web")),n("li",null,__("Select 'Entire Document' and 'Comma-Separated Values (.csv)")),n("li",null,__("Copy the URL and paste it here"))));return n("div",{className:"mapp-import-tab-sheet"},n("label",{className:"mapp-import-sheet-name"},n("span",null,"URL"),n("input",{onChange:e=>{p({url:e.target.value})},type:"text",value:t.url})),e)}():"file"==e?function(){const e=n("div",{className:"mapp-import-help"},__("File must be in CSV format:"),n("ol",null,n("li",null,__("Excel: File -> Save As -> 'CSV' or 'CSV UTF-8' (for special characters)'")),n("li",null,__("Google sheets: File -> Download -> Comma Separated Values (.csv)"))));return n("div",{className:"mapp-import-tab-file"},n("div",{className:"mapp-import-file-name"},n(g,{accept:"text/csv",isSecondary:!0,multiple:!1,onChange:e=>{p({file:e.target.files[0]})}},__("Select file")),n("input",{disabled:!0,type:"text",value:t.file?t.file.name:""})),e)}():void 0,onSelect:e=>p({tab:e})})),n(b,{checked:t.overwrite,label:__("Use map IDs from file"),onChange:e=>p({overwrite:e})}),t.overwrite&&n("div",{className:"mapp-import-overwrite-warning"},__("WARNING: this will overwrite any existing maps with the same IDs")),n(h,{disabled:m,isBusy:t.isBusy,isPrimary:!0,type:"submit"},__("Import"))),function(){if(t.response&&t.response.results)return n("div",{className:"mapp-import-log"},n("h2",null,__("Results")),_.map(t.response.results,((e,a)=>n("div",{key:a},function(e){let a=t.response.headers;return n("div",{className:"mapp-import-table"},n("div",{className:"mapp-import-table-header"},n("div",{key:"line",className:"mapp-import-cell"},__("Line")),_.map(a,((e,t)=>n("div",{key:t,className:"mapp-import-cell"},e))),n("div",{key:"msg",className:"mapp-import-cell"},__("Result"))),_.map(e.logs,((e,t)=>{let o="mapp-import-cell";return e.msg&&(o+="e"==e.msg.msgtype?" mapp-import-cell-error":" mapp-import-cell-info"),n("div",{className:"mapp-import-row",key:t},n("div",{key:"col_rowid",className:"mapp-import-cell"},e.rowid),_.map(a,((t,a)=>n("div",{key:a,className:"mapp-import-cell"},e[t]?e[t]:" "))),n("div",{key:"error",className:o},e.msg.msg))})))}(e),function(e){return _.map(e.msgs,((e,a)=>{const o="e"==e.msgtype?"mapp-import-error":"mapp-import-info";return n("div",{className:o,key:a},e.msg,e.mapid&&n(h,{onClick:()=>{p({mapid:e.mapid,isMapModalOpen:!0})},disabled:t.isFetching||t.isMapModalOpen,isBusy:t.isFetching&&t.mapid==e.mapid,isSecondary:!0},__("Show map")))}))}(e)))))}(),t.isMapModalOpen&&!t.isFetching&&n(f,{title:__("Map")+" "+t.mapid,onRequestClose:()=>p({isMapModalOpen:!1})},n("div",{className:"mapp-import-map"},n("div",{ref:r}))))}document.getElementById("mapp-import-container")&&wp.element.render(n(y,null),document.getElementById("mapp-import-container"))},816:(e,t,a)=>{"use strict";a.r(t);var o=a(429),i=a(477);window.mapp=window.mapp||{};const n=wp.element.createElement,{Fragment:s,useEffect:l,useLayoutEffect:r,useRef:p,useState:c}=wp.element,__=e=>wp.i18n.__(e,"mappress-google-maps-for-wordpress");function d(e){const{BaseControl:t,Button:a,ButtonGroup:r,CheckboxControl:d,Dropdown:m,Modal:u,Panel:_,PanelBody:h,PanelRow:g,Placeholder:f,RadioControl:b,SelectControl:y,TextControl:v,ToggleControl:k,Toolbar:w,ToolbarButton:C,ToolbarGroup:x}=wp.components,{BlockControls:S,InspectorControls:N}=wp.blockEditor,[O,M]=c({isOpen:!1,map:null,mapdata:void 0,pickerMode:"list",pickerMapid:null}),P=p(null);function I(e){M((t=>({...t,...e})))}function E(t,a){switch(t){case"add":I({isOpen:!0,pickerMapid:null,pickerMode:"edit"}),e.setAttributes({center:void 0,zoom:void 0});break;case"change-settings":e.setAttributes(a);break;case"edit":I({isOpen:!0,pickerMapid:e.attributes.mapid,pickerMode:"edit"});break;case"edit-close":case"pick-close":I({isOpen:!1});break;case"pick-trash":e.setAttributes({mapid:void 0,center:void 0,zoom:void 0,width:void 0,height:void 0}),I({isOpen:!1});break;case"pick-insert":case"pick-duplicate":a!=e.attributes.mapid&&e.setAttributes({center:void 0,mapid:a,zoom:void 0}),I({isOpen:!1});break;case"open":I({isOpen:!0,pickerMapid:e.attributes.mapid,pickerMode:"list"})}}function z(){return n(S,null,n(void 0!==x?x:w,null,e.attributes.mapid&&n(C,{icon:"edit",label:__("Edit map"),onClick:()=>E("edit")}),n(C,{icon:"portfolio",label:__("Map Library"),onClick:()=>E("open")})))}function T(){if(O.isOpen)return n(i.default,{mapid:O.pickerMapid,mode:O.pickerMode,onAction:E,type:"post"})}return l((()=>{const t=t=>{I({mapdata:t.maps[e.attributes.mapid]})};return mapp.store.subscribe(t),()=>mapp.store.unsubscribe(t)})),l((()=>{e.attributes.mapid&&mapp.store.fetchMap({mapid:e.attributes.mapid})}),[e.attributes.mapid]),l((()=>{e.attributes.mapid&&P.current&&O.mapdata&&function(){let t=new mapp.Map(O.mapdata,{alignment:e.attributes.align,center:e.attributes.center,height:e.attributes.height,mapOpts:{mapTypeControl:!1,streetViewControl:!1},poiList:e.attributes.poiList,search:e.attributes.search,sel:jQuery(P.current),width:e.attributes.width,zoom:e.attributes.zoom});t.display(),I({map:t})}()}),[O.mapdata,e.attributes.search]),l((()=>{"wide"!=e.attributes.align&&"full"!=e.attributes.align||(e.setAttributes({width:"100%"}),O.map&&O.map.setSize({width:"100%"}))}),[e.attributes.align]),e.attributes.preview?n("img",{className:"mapp-gt-preview",src:mappl10n.options.baseurl+"/images/preview.png",width:"100%"}):e.attributes.mapid&&null!==O.mapdata?n(s,null,z(),function(){if(!O.map)return null;const{align:t,center:a,height:i,poiList:s,search:l,width:r,zoom:p}=e.attributes;return n(N,null,n("div",{className:"mapp-gt-inspector"},n(o.MappSettings,{map:O.map,alignment:t,context:"map",onAction:E,center:a,height:i,poiList:s,search:l,width:r,zoom:p})))}(),n("div",{className:"mapp-gt",ref:P}),T()):n(s,null,n(s,null,z(),n(f,{className:"mapp-gt-placeholder",icon:"location",label:__("MapPress Map"),instructions:__("Use the map library to create a new map or insert an existing map.")},n(a,{icon:"portfolio",isSecondary:!0,onClick:()=>E("open")},__("Map Library")))),T())}mappl10n.options.postid&&wp.blocks.registerBlockType("mappress/map",{title:__("MapPress Map"),icon:"location",description:__("Insert a map"),category:mappl10n.options.blockCategory,attributes:{center:{type:"string"},height:{type:"string",default:""},initialOpenDirections:{type:"boolean"},mapid:{type:"string"},mapOpts:{type:"object"},poiList:{type:"boolean"},preview:{type:"boolean",default:!1},search:{type:"boolean"},width:{type:"string",default:""},zoom:{type:"number"}},supports:{align:["full","wide","center","left","right"]},transforms:{from:[{type:"shortcode",tag:"mappress",attributes:{center:{type:"string",shortcode:e=>e.named.center},height:{type:"string",shortcode:e=>e.named.height},initialOpenDirections:{type:"boolean",shortcode:e=>"true"==e.named.initialOpenDirections||"true"==e.named.initialopendirections||void 0},mapid:{type:"string",shortcode:e=>e.named.mapid},poiList:{type:"boolean",shortcode:e=>"true"==e.named.poiList||"true"==e.named.poilist||void 0},search:{type:"boolean",shortcode:e=>"true"==e.named.search||"true"==e.named.search||void 0},width:{type:"string",shortcode:e=>e.named.width},zoom:{type:"number",shortcode:e=>parseInt(e.named.zoom)?parseInt(e.named.zoom):null}}},{type:"block",blocks:["core/shortcode"],isMatch:e=>{let{text:t}=e;var a=wp.shortcode.regexp("mappress");return a.lastIndex=0,a.test(t)},transform:e=>{let{text:t}=e;return wp.blocks.rawHandler({HTML:"<p>"+t+"</p>",mode:"BLOCKS"})}}]},edit:function(e){return n(d,e)},save:function(e){return e},example:{attributes:{preview:!0}}})},378:(e,t,a)=>{"use strict";a.r(t);a(429),a(670),a(308);window.mapp=window.mapp||{};wp.element.createElement;const{Fragment:o,useEffect:i,useLayoutEffect:n,useRef:s,useState:l}=wp.element,{BaseControl:r,Button:p,ButtonGroup:c,Card:d,CardBody:m,CardFooter:u,CardHeader:_,CheckboxControl:h,ExternalLink:g,HorizontalRule:f,Panel:b,PanelBody:y,PanelRow:v,Placeholder:k,RadioControl:w,SelectControl:C,TabPanel:x,TextControl:S,TextareaControl:N,ToggleControl:O,Toolbar:M}=wp.components,{useSelect:P}=wp.data},670:(e,t,a)=>{"use strict";a.r(t),a.d(t,{MappMultiSelect:()=>b});const o=wp.element.createElement,{Fragment:i,useEffect:n,useLayoutEffect:s,useRef:l,useState:r}=wp.element,{BaseControl:p,Button:c,CheckboxControl:d,Panel:m,PanelBody:u,PanelRow:h,Spinner:g,TextControl:f}=wp.components,__=e=>wp.i18n.__(e,"mappress-google-maps-for-wordpress");function b(e){const t=l(null),a=l(null),[i,s]=r({isOpen:!1,filter:"",filteredOptions:[]});function c(e){s((t=>({...t,...e})))}function m(t){let a=_.findWhere(e.options,{value:t});return a?a.label:t}function u(){let t;return e.values instanceof Array?t=[...e.values]:e.values&&(t=[e.values]),t||[]}function h(t,a){let o=u(),i=o.indexOf(t);(a=void 0!==a?a:-1==i)?o.push(t):o.splice(i,1),e.onChange(o)}function g(){return i.isOpen?o("div",{className:"mapp-select-dropdown-wrapper"},o("div",{className:"mapp-select-dropdown"},!i.isOpen||!e.options||e.options.length<10?null:o("div",{className:"mapp-select-filter",ref:a},o(f,{autoComplete:"off",placeholder:__("Search"),value:i.filter,onChange:e=>c({filter:e})})),o("div",{className:"mapp-select-dropdown-list"},function(){const e=u();if(0==i.filteredOptions.length)return o("div",{className:"mapp-select-dropdown-item"},__("No results"));return i.filteredOptions.map((t=>o(d,{className:"mapp-select-dropdown-item",checked:e.includes(t.value),key:t.value,onChange:e=>h(t.value,e),label:t.label})))}()))):null}return n((()=>{if(e.options)if(i.filter){let t=i.filter.toUpperCase();c({filteredOptions:e.options.filter((e=>0==e.label.toUpperCase().indexOf(t)))})}else c({filteredOptions:e.options})}),[e.options,i.filter]),n((()=>{i.isOpen&&a.current&&(jQuery("input",jQuery(a.current)).focus(),c({filter:""}))}),[i.isOpen]),o(p,{className:"mapp-select",label:e.label},o("div",{ref:t,tabIndex:0,onBlur:e=>function(e){event.relatedTarget||document.activeElement,t.current.contains(e.relatedTarget)||c({isOpen:!1})}(e)},function(){const t=u();return t instanceof Array&&t.map((e=>m(e))),void 0===e.options?o("div",{className:"mapp-select-input"},o("div",{className:"mapp-select-tokens"}),o("span",{className:"dashicons dashicons-arrow-down-alt2"})):o("div",{className:"mapp-select-input",onClick:()=>c({isOpen:!i.isOpen})},o("div",{className:"mapp-select-tokens"},t.map((e=>o("span",{className:"mapp-select-token",key:e,onClick:t=>{t.stopPropagation(),h(e,!1)}},m(e))))),o("span",{className:"dashicons "+(i.isOpen?"dashicons-arrow-up-alt2":"dashicons-arrow-down-alt2")}))}(),g()))}},218:(e,t,a)=>{"use strict";a.r(t),a.d(t,{default:()=>v});var o=a(824),i=a(123),n=a(805),s=a(710);const l=wp.element.createElement,{Fragment:r,useEffect:p,useLayoutEffect:c,useCallback:d,useRef:m,useState:u}=wp.element,{useSelect:h}=wp.data,{Button:g,Dashicon:f,FormTokenField:b,Modal:y}=wp.components,{sprintf}=wp.i18n,__=e=>wp.i18n.__(e,"mappress-google-maps-for-wordpress");function v(e){const[t,a]=u({...e,isCheckingLicense:!1,isSaving:!1}),c=m(null);function d(e){a((t=>({...t,...e})))}function y(e){return _.map(e,((e,t)=>({value:t,label:e})))}function v(e,t){return e&&Array.isArray(e)&&e.length?(_.map(e,(e=>{for(let t in e)"string"==typeof e[t]&&(e[t]=e[t].trim())})),t?e.filter((e=>{for(let t in e)if(!e[t]||0==e[t].length)return!1;return!0})):e.filter((e=>!(e.hasOwnProperty("key")&&!e.key)))):[]}function k(e,a){switch(e){case"license-check":d({isCheckingLicense:!0}),mapp.lib.ajax({type:"POST",data:{action:"mapp_license_check",nonce:mappl10n.options.nonce,license:t.license},callback:e=>{if(d({isCheckingLicense:!1}),e&&"OK"==e.status){let a={...t.helpers};a.license_status=e.data,d({helpers:a})}}});break;case"reset":d({isSaving:!0}),mapp.lib.ajax({type:"POST",data:{action:"mapp_options_reset",nonce:mappl10n.options.nonce},callback:e=>{d({isSaving:!1}),e&&"OK"==e.status&&window.location.reload()}});break;case"save":let e={...t};delete e.helpers,e.filters=v(e.filters,!1),e.metaKeys=v(e.metaKeys,!0),e.sizes=v(e.sizes,!0),e.autoicons&&e.autoicons.values&&(e.autoicons.values=v(e.autoicons.values,!0)),d({isSaving:!0}),mapp.lib.ajax({type:"POST",data:{action:"mapp_options_save",nonce:mappl10n.options.nonce,settings:JSON.stringify(e)},callback:e=>{d({isSaving:!1}),e&&"OK"==e.status&&window.location.reload()}})}}return p((()=>{if(c.current){new mapp.Map(t.helpers.demo_map,{sel:jQuery(c.current)}).display()}}),[]),p((()=>{mappl10n.options.engine!=t.engine&&k("save")}),[t.engine]),l("div",{className:"mapp-options"},l("form",{onSubmit:e=>{e.preventDefault(),k("save")}},l(o.Section,{title:__("Sample Map"),className:"mapp-demo-section"},l("div",{className:"mapp-options-demo",ref:c})),mappl10n.options.pro&&(!t.helpers.is_multisite||t.helpers.is_super_admin||t.helpers.is_main_site)&&l(o.Section,{title:__("License")},l(o.Option,{title:__("MapPress license key"),className:"mapp-option-license"},l(o.Input,{value:t.license,name:"license",onChange:e=>{let a={...t.helpers};a.license_status="",d({license:e,helpers:a})},size:37,placeholder:__("Enter license to enable automatic updates")}),function(){const e=t.helpers.license_status,a=l(g,{isSecondary:!0,href:"https://mappresspro.com/mappress"},__("Get license")),o=l(g,{isBusy:t.isCheckingLicense,isSecondary:!0,onClick:()=>k("license-check")},__("Check now")),i=l(g,{isLink:!0,target:"_blank",href:"https://mappresspro.com/account"},__("Your account"));return t.license?"active"==e?l("span",{className:"mapp-license-status"},l(f,{icon:"yes"}),__("Active")):l(r,null,o,i,e&&!t.isCheckingLicense&&l("div",null,l(f,{icon:"no"}),"inactive"==e?__("License is invalid or expired"):e)):a}()),l(o.Option,{title:__("Beta versions")},l(o.Checkbox,{label:__("Enable updates for beta versions"),checked:t.betas,onChange:e=>d({betas:e})}))),l(o.Section,{title:__("Basic Settings")},l(o.Option,{title:__("Mapping API")},l(o.Radios,{options:[{label:"Leaflet",value:"leaflet"},{label:"Google",value:"google"}],onChange:e=>{d({engine:e,geocoder:"google"==e?"google":""})},checked:t.engine,help:{href:"#toc-picking-a-mapping-api",text:__("Leaflet is free and requires no API key. Google requires an API key and has usage limits.")}})),"leaflet"==t.engine&&function(){const e=[{value:"nominatim",label:"Nominatim",disabled:t.mapbox,hide:!!t.mapbox},{value:"mapbox",label:"MapBox",disabled:!t.mapbox},{value:"google",label:"Google",disabled:!t.apiKey}];let a={};return"nominatim"==t.geocoder&&(a={text:__("Nominatim is free but inaccurate. Consider using Mapbox or Google instead."),type:"warning"}),a.href="#toc-picking-a-geocoder",l(o.Option,{title:__("Geocoder")},l(o.Radios,{options:e,checked:t.geocoder,onChange:e=>d({geocoder:e}),help:a}))}(),"leaflet"==t.engine&&function(){const e=l(g,{isSecondary:!0,href:"https://account.mapbox.com/access-tokens/",target:"_blank"},__("Get an Access Token"));return l(o.Option,{title:__("Mapbox access token")},l("div",{className:"mapp-option-mapbox"},l(o.Input,{name:"mapbox",value:t.mapbox,onChange:e=>{d({mapbox:e}),d({geocoder:e?"mapbox":"nominatim"})},placeholder:__("Enter token to use Mapbox"),size:50}),e),l("div",{className:"mapp-help-text"},__("Mapbox makes Leaflet maps look great and provides an excellent geocoder.")))}(),function(){const e=l(g,{isSecondary:!0,href:"https://mappresspro.com/how-to-get-a-google-maps-api-key",target:"_blank"},__("Get an API Key"));return l(o.Option,{title:__("Google API key"),className:"mapp-option-apikey"},l(o.Input,{name:"apiKey",value:t.apiKey,onChange:e=>{d({apiKey:e})},placeholder:"google"==t.engine?__("Enter API key to use Google maps"):__("Enter API key to use Google geocoder"),size:50}),e)}()),l(o.Section,{title:__("Map Settings")},l(o.Option,{title:__("Automatic display")},l(o.Radios,{options:[{value:"",label:__("None")},{value:"top",label:__("Top of post")},{value:"bottom",label:__("Bottom of post")}],checked:t.autodisplay,onChange:e=>d({autodisplay:e})})),l(o.Option,{title:__("Map alignment")},l(o.Radios,{options:[{value:"",label:__("Default")},{value:"center",label:__("Center")},{value:"left",label:__("Left")},{value:"right",label:__("Right")}],checked:t.alignment,onChange:e=>d({alignment:e})})),l(o.Option,{title:__("Directions")},l(o.Radios,{checked:t.directions,options:[{value:"google",label:"Google"},{value:"inline",label:__("Inline")}],onChange:e=>d({directions:e})})),l(o.Option,{title:__("Mini width")},l(o.Input,{value:t.mini,onChange:e=>d({mini:e}),size:3,label:__("Width (px) to use map/list toggle buttons")})),"leaflet"==mappl10n.options.engine&&l(o.Option,{title:__("Scroll wheel zoom")},l(o.Checkbox,{checked:t.scrollWheel,label:__("Enable map zoom with mouse scroll wheel"),onChange:e=>d({scrollWheel:e})}))),l(o.Section,{title:__("POIs")},l(o.Option,{title:__("Default zoom")},l(o.Select,{label:__("Default zoom when displaying a single POI"),value:t.poiZoom,options:_.map([1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18],(e=>({value:e,label:e}))),onChange:e=>d({poiZoom:e})})),l(o.Option,{title:__("Hover")},l(o.Checkbox,{checked:t.tooltips,label:__("Open POIs on hover"),onChange:e=>d({tooltips:e})})),l(o.Option,{title:__("Open first POI")},l(o.Checkbox,{checked:t.initialOpenInfo,onChange:e=>d({initialOpenInfo:e}),label:__("Open first POI when a map is displayed")})),l(o.Option,{title:__("Travel lines")},l(o.Checkbox,{label:__("Connect POIs with lines"),checked:t.lines,onChange:e=>d({lines:e})})),function(){const e=e=>d({lineOpts:{...t.lineOpts,...e}}),a=t.lineOpts,n=l(o.Select,{label:__("Icon"),onChange:t=>{e(t?{icons:[{icon:{path:t}}]}:{icons:null})},options:[{value:0,label:__("Circle")},{value:1,label:__("Arrow")},{value:2,label:__("Open arrow")}],placeholder:__("None"),value:a.icons?a.icons[0].icon.path:null}),s=l(o.Checkbox,{label:__("Geodesic (curved) lines"),checked:!!a.geodesic,onChange:t=>e({geodesic:t})}),r=l(o.Checkbox,{label:__("Animate icon"),checked:!!a.animate,onChange:t=>e({animate:t})});return l(o.Option,{title:__("Travel line options"),className:"mapp-option-line-options"},l(o.Control,{labelRight:__("Color")},l(i.MappColorPicker,{color:a.color,weight:a.weight,opacity:a.opacity,isExtended:!0,onChange:t=>e(t)})),"google"==t.engine&&s,"google"==t.engine&&n,"google"==t.engine&&r)}()),l(o.Section,{title:__("POI List")},l(o.Option,{title:__("Display")},l(o.Checkbox,{checked:t.poiList,label:__("Show a list of POIs with each map"),onChange:e=>d({poiList:e})})),l(o.Option,{title:__("Position")},l("div",{className:"mapp-option-poilist-radios"},l(o.Radios,{checked:t.layout,options:[{value:"left",label:__("Left of map")},{value:"inline",label:__("Below map")}],onChange:e=>d({layout:e})}))),"left"==t.layout&&l(o.Option,{title:__("Initial open")},l("div",{className:"mapp-option-poilist-open"},l(o.Checkbox,{checked:t.poiListOpen,label:__("Open list when map is displayed"),onChange:e=>d({poiListOpen:e})}))),l(o.Option,{title:__("Paging")},l("div",{className:"mapp-option-poilist-page-size"},l(o.Input,{labelRight:__("POIs per page"),max:999,min:1,onChange:e=>d({poiListPageSize:e}),size:3,type:"number",value:t.poiListPageSize}))),l(o.Option,{title:__("Sort")},l(o.Checkbox,{checked:t.sort,label:__("Sort POI list by title"),onChange:e=>d({sort:e})}))),l(o.Section,{title:__("Styled Maps")},l(o.Option,{title:__("Default style")},l("div",{className:"mapp-option-style"},l(s.m,{selected:t.style,onChange:e=>{d({style:e}),mappl10n.options.style=e}}),l("div",null,__('Replace the default "roadmap" or "streets" style'))))),mappl10n.options.pro&&l(o.Section,{title:__("Icons")},l(o.Option,{title:__("Default icon")},l(n.MappIconPicker,{iconid:t.defaultIcon,onChange:e=>{mappl10n.options.defaultIcon=e,d({defaultIcon:e})}})),l(o.Option,{title:__("Icon directory")},l("code",null,t.helpers.icon_directory)),l(o.Option,{title:__("Highlight selected POI")},l(o.Radios,{checked:t.highlight,options:[{value:"",label:__("None")},{value:"circle",label:__("Circle")},{value:"scale",label:__("Scale")},{value:"icon",label:__("Icon")}],onChange:e=>d({highlight:e})}),"icon"==t.highlight&&l(n.MappIconPicker,{defaultIcon:t.defaultIcon,iconid:t.highlightIcon,onChange:e=>d({highlightIcon:e})})),function(){let e=t.iconScale&&Array.isArray(t.iconScale)?[...t.iconScale]:[0,0];return l(o.Option,{title:__("Icon size")},l(o.Input,{min:0,max:64,onChange:t=>{t<=64&&(e[0]=t>0?t:"",d({iconScale:e}))},size:3,type:"number",value:e[0]?e[0]:""}),l("span",null," X "),l(o.Input,{min:0,max:64,onChange:t=>{t<=64&&(e[1]=t>0?t:"",d({iconScale:e}))},size:3,type:"number",value:e[1]?e[1]:""}),l("span",null," (px) "))}(),function(){let e=y(t.helpers.taxonomies);e.unshift({value:"post_type",label:__("Post type")});const a=h((e=>{if("post_type"==t.autoicons.key)return y(t.helpers.post_types);const a=wp.data.select("core").getEntityRecords("taxonomy",t.autoicons.key,{per_page:-1,_fields:"id,name,slug"});return a?a.map((e=>({value:e.slug,label:e.name}))):[]}),[t.autoicons.key]);return l(o.Option,{title:__("Automatic icons")},l(o.Select,{label:__('Be sure to set "Show in REST API" for custom taxonomies'),value:t.autoicons?t.autoicons.key:null,options:e,onChange:e=>{let a=t.autoicons?{...t.autoicons}:[];a.key=e,a.values=[],d({autoicons:a})},placeholder:""}),l(o.MappGrid,{cols:[{id:"key",label:__("Key"),type:"select",options:a},{id:"value",label:__("Icon"),type:"icon"}],data:t.autoicons.values,onChange:e=>{let a=t.autoicons?{...t.autoicons}:[];a.values=e,d({autoicons:a})}}))}()),l(o.Section,{title:__("Clustering")},l(o.Option,{title:__("Clustering")},l(o.Checkbox,{checked:t.clustering,label:__("Enable marker clustering"),onChange:e=>d({clustering:e})})),function(){let e=t.clusteringOptions?t.clusteringOptions:{};const a=(t,a)=>{e[t]=a,d({clusteringOptions:e})};if("google"==t.engine){const t="https://github.com/googlemaps/v3-utility-library/blob/3fca406/packages/markerclustererplus/src/markerclusterer.ts",i=[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18];return l("div",{className:"mapp-option-clustering-options"},l(o.Option,{title:__("Max zoom")},l(o.Select,{help:{href:t},label:l(r,null,__("Disable clustering at zoom"),l("code",null,"maxZoom")),onChange:e=>a("maxZoom",e),options:_.map(i,(e=>({value:e,label:e}))),placeholder:__("None"),value:e.maxZoom})))}{const t="https://github.com/Leaflet/Leaflet.markercluster#all-options",i=[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18];return l("div",{className:"mapp-option-clustering-options"},l(o.Option,{title:__("Max zoom")},l(o.Select,{help:{href:t},label:l(r,null,__("Disable clustering at zoom"),l("code",null,"disableClusteringAtZoom")),onChange:e=>a("disableClusteringAtZoom",e),options:_.map(i,(e=>({value:e,label:e}))),placeholder:__("Auto"),value:e.disableClusteringAtZoom})),l(o.Option,{title:__("Spiderfy")},l(o.Checkbox,{checked:e.spiderfyOnMaxZoom,help:{href:t},label:l(r,null,__("Spiderfy"),l("code",null,"spiderfyOnMaxZoom")),onChange:e=>a("spiderfyOnMaxZoom",e)})))}}()),mappl10n.options.pro&&l(o.Section,{title:__("Mashups")},function(){const e=[{value:"poi",label:__("Open popup")},{value:"post",label:__("Open post")},{value:"postnew",label:__("Post in new tab")},{value:"postmodal",label:__("Post in modal")}];return l(o.Option,{title:__("Marker click")},l(o.Radios,{checked:t.mashupClick,options:e,onChange:e=>d({mashupClick:e})}))}(),l(o.Option,{title:__("Popup content")},l(o.Radios,{checked:t.mashupBody,options:[{value:"poi",label:__("POI title + POI body")},{value:"post",label:__("Post title + post excerpt")}],onChange:e=>d({mashupBody:e})})),l(o.Option,{title:__("KMLs")},l(o.Checkbox,{checked:t.mashupKml,label:__("Include KML POIs in mashups"),onChange:e=>d({mashupKml:e})}))),mappl10n.options.pro&&l(o.Section,{title:__("Search")},l(o.Option,{title:__("Search")},l(o.Checkbox,{checked:t.search,label:__("Enable search for mashups"),onChange:e=>d({search:e})})),l(o.Option,{title:__("Search radius")},l(o.Select,{help:{href:"https://mappresspro.com/mappress-documentation/#toc-mashup-search"},label:__("Minimum search radius (km)"),value:t.radius,options:_.map([1,5,10,15,25,50,75,100,200,300],(e=>({value:e,label:e}))),onChange:e=>d({radius:e})})),l(o.Option,{title:__("Search country")},l(o.Select,{label:__("Country code for searches"),value:t.country,options:_.map(["","AF","AX","AL","DZ","AS","AD","AO","AI","AQ","AG","AR","AM","AW","AU","AT","AZ","BS","BH","BD","BB","BY","BE","BZ","BJ","BM","BT","BO","BQ","BA","BW","BV","BR","IO","VG","BN","BG","BF","BI","KH","CM","CA","CV","KY","CF","TD","CL","CN","CX","CC","CO","KM","CK","CR","HR","CU","CW","CY","CZ","CD","DK","DJ","DM","DO","EC","EG","SV","GQ","ER","EE","ET","FK","FO","FJ","FI","FR","GF","PF","TF","GA","GM","GE","DE","GH","GI","GR","GL","GD","GP","GU","GT","GG","GN","GW","GY","HT","HM","HN","HK","HU","IS","IN","ID","IR","IQ","IE","IM","IL","IT","CI","JM","JP","JE","JO","KZ","KE","KI","XK","KW","KG","LA","LV","LB","LS","LR","LY","LI","LT","LU","MO","MK","MG","MW","MY","MV","ML","MT","MH","MQ","MR","MU","YT","MX","FM","MD","MC","MN","ME","MS","MA","MZ","MM","NA","NR","NP","NL","AN","NC","NZ","NI","NE","NG","NU","NF","KP","MP","NO","OM","PK","PW","PS","PA","PG","PY","PE","PH","PN","PL","PT","PR","QA","CG","RE","RO","RU","RW","BL","SH","KN","LC","MF","PM","VC","WS","SM","ST","SA","SN","RS","SC","SL","SG","SX","SK","SI","SB","SO","ZA","GS","KR","SS","ES","LK","SD","SR","SJ","SZ","SE","CH","SY","TW","TJ","TZ","TH","TL","TG","TK","TO","TT","TN","TR","TM","TC","TV","VI","UG","UA","AE","GB","US","UM","UY","UZ","VU","VA","VE","VN","WF","EH","YE","ZM","ZW"],(e=>({value:e,label:e}))),onChange:e=>d({country:e}),help:{href:"https://en.wikipedia.org/wiki/ISO_3166-1#Officially_assigned_code_elements"}})),mappl10n.options.ssl?l(o.Option,{title:__("User location")},l(o.Checkbox,{checked:t.userLocation,label:__("Show user location on map"),onChange:e=>d({userLocation:e})})):null,function(){if("google"!=t.engine)return l(o.Option,{title:__("Bounding box")},l(o.Input,{onChange:e=>d({searchBox:e}),help:{text:__("Restrict searches to a bounding box (optional)"),href:"https://mappresspro.com/mappress-documentation/#toc-mashup-search"},placeholder:"SW lon, SW lat, NE lng, NE lat",size:45,value:t.searchBox}))}()),mappl10n.options.pro&&l(o.Section,{title:__("Filter")},l(o.Option,{title:__("Filters position")},l(o.Radios,{options:[{value:"top",label:__("Top")},{value:"list",label:__("POI list")}],checked:t.filtersPos,onChange:e=>d({filtersPos:e})})),l(o.Option,{className:"mapp-option-filters",title:__("Filters")},l(o.MappCrudList,{data:t.filters,isDraggable:!0,onChangeData:e=>{d({filters:e})},onRender:e=>function(e){let{row:a,rowId:i,onChange:n,onDelete:s,...r}=e,p=y(t.helpers.taxonomies);const c=[{label:__("Post type"),value:"post"},{label:__("Text search"),value:"text"},{label:"──────────",value:"",disabled:!0},...p],d=function(e){const t=_.findWhere(c,{value:e.key});return t?t.label:__("New filter")},m="text"==a.key?[{value:"input",label:__("Input")}]:[{value:"checkbox",label:__("Checkboxes")},{value:"radio",label:__("Radio buttons")},{value:"select",label:__("Select")}];return l(o.MappExpand,{actions:l("div",null,l(g,{icon:"trash",onClick:()=>s(),title:__("Delete")})),className:"mapp-option-filter",initialOpen:!a.key,showToggle:!0,title:d(a)},l("div",{className:"mapp-option-filter-row"},l(o.Select,{labelTop:__("Filter type"),value:a.key,options:c,onChange:e=>n({key:e,format:"text"==e?"input":"checkbox"}),placeholder:""}),l(o.Select,{labelTop:__("Format"),value:a.format,options:m,placeholder:"",onChange:e=>n({format:e})}),l(o.Input,{labelTop:__("Label"),placeholder:d(a),value:a.label,onChange:e=>n({label:e})}),"post"!=a.key&&"meta"!=a.key&&"text"!=a.key&&l(o.Select,{labelTop:__("Sort"),value:a.sort,options:[{value:"name",label:__("Name")},{value:"slug",label:__("Slug")}],onChange:e=>n({sort:e})})),a.key&&"meta"!=a.key&&"text"!=a.key&&l("div",{className:"mapp-option-filter-row mapp-option-filter-tokens"},l(b,{label:__("Include"),value:a.include,onChange:e=>n({include:e}),__experimentalShowHowTo:!1}),l(b,{label:__("Exclude"),value:a.exclude,onChange:e=>n({exclude:e})})))}(e)}))),mappl10n.options.pro&&l(o.Section,{title:__("Generate Maps from Custom Fields")},l(o.Option,{title:__("Post types")},l(o.Checkboxes,{values:t.postTypes,options:y(t.helpers.post_types),onChange:e=>d({postTypes:e})})),l(o.Option,{title:__("Custom fields")},l(o.MappGrid,{cols:[{id:"key",label:__("Map field"),type:"select",options:y(t.helpers.meta_fields)},{id:"value",label:__("Custom field"),type:"combobox",options:y(t.helpers.meta_keys)}],data:t.metaKeys,onChange:e=>{d({metaKeys:e})}})),l(o.Option,{title:__("Overwrite")},l(o.Checkbox,{label:__("Overwrite maps when posts are saved"),checked:t.metaSyncSave,onChange:e=>{d({metaSyncSave:e})}})),"google"==t.engine&&l(o.Option,{title:__("Google Server API key")},l(o.Input,{name:"apiKeyServer",value:t.apiKeyServer,onChange:e=>d({apiKeyServer:e}),size:50,help:{text:__("Server API key for geocoding. Only required if client key is restricted by referrer."),href:"https://mappresspro.com/mappress-documentation/#toc-google-api-keys"}})),function(){let e=__("No errors found");return t.helpers.geocoding_errors&&t.helpers.geocoding_errors.length>0&&(e=_.map(t.helpers.geocoding_errors,(e=>l("div",{key:e.ID},l("a",{href:mappl10n.options.editurl+"?post="+e.ID+"&action=edit"},e.post_title),l("span",null," : "+e.error))))),l(o.Option,{title:__("Geocoding errors")},e)}()),mappl10n.options.pro&&mappl10n.options.acfActive&&l(o.Section,{title:__("Frontend Forms")},l(o.Option,{title:__("Advanced Custom Fields")},l(o.Input,{className:"mapp-option-acf",name:"acf",value:t.acf,onChange:e=>{d({acf:e})},placeholder:__("ACF field"),size:20}),__("ACF map field to include on MapPress mashups"),l(o.Help,{text:__("To generate MapPress maps from ACF fields, leave this blank and use the Geocoding section"),href:"https://mappresspro.com/mappress-documentation/#toc-frontend-forms"}))),mappl10n.options.pro&&l(o.Section,{title:__("Templates")},l(o.Option,{title:__("Custom templates")},l(o.MappTemplateEditor)),l(o.Option,{title:__("Mashup thumbnails")},l(o.Select,{label:__("Popups"),onChange:e=>d({thumbsPopup:e}),options:[{value:"",label:__("None")},{value:"top",label:__("Top")},{value:"left",label:__("Left")},{value:"right",label:__("Right")}],value:t.thumbsPopup}),l(o.Select,{label:__("POI lists"),onChange:e=>d({thumbsList:e}),options:[{value:"",label:__("None")},{value:"top",label:__("Top")},{value:"left",label:__("Left")},{value:"right",label:__("Right")}],value:t.thumbsList})),l(o.Option,{title:__("Thumbnail size")},l(o.Select,{onChange:e=>d({thumbSize:e}),options:y(t.helpers.thumbnail_sizes),value:t.thumbSize}),l("span",null," "+__("or")+" "),l(o.Input,{value:t.thumbWidth,onChange:e=>d({thumbWidth:e}),type:"number",min:0,max:9999}),l("span",null," X "),l(o.Input,{value:t.thumbHeight,onChange:e=>d({thumbHeight:e}),type:"number",min:0,max:9999}),l("span",null," (px) "))),l(o.Section,{title:__("Localization")},function(){const e="leaflet"==t.engine?"https://en.wikipedia.org/wiki/ISO_639-1":"http://code.google.com/apis/maps/faq.html#languagesupport";return l(o.Option,{title:__("Language")},l(o.Select,{value:t.language,options:y(t.helpers.languages),onChange:e=>d({language:e}),help:{href:e,text:__("Language for searches and Google map controls")}}))}(),l(o.Option,{title:__("Directions server")},l(o.Input,{value:t.directionsServer,onChange:e=>d({directionsServer:e}),size:25}))),l(o.Section,{title:__("Miscellaneous")},l(o.Option,{title:__("Map sizes")},l(o.MappGrid,{cols:[{id:"width",label:__("Width")+" (px, %, vw)",size:4},{id:"height",label:__("Height")+" (px, %, vh)"}],data:t.sizes,onChange:(e,t)=>d({sizes:e,size:t}),selectionColumn:"rowid",selected:t.size})),t.helpers.jetpack?null:l(o.Option,{title:__("Scripts")},l(o.Checkbox,{checked:t.footer,label:__("Output scripts in footer"),onChange:e=>d({footer:e}),help:{text:__("Disable footer scripts if maps are output using AJAX")}})),l(o.Option,{title:"WPML"},l(o.Checkbox,{checked:t.wpml,label:__("Copy maps when overwriting a translation"),onChange:e=>d({wpml:e}),help:{href:"https://mappresspro.com/mappress-documentation#wpml"}})),l(o.Option,{title:__("Compatibility")},l("div",null,l(o.Checkbox,{checked:t.deregister,label:__("Prevent loading Google Maps multiple times"),onChange:e=>d({deregister:e})})),l("div",null,l(o.Checkbox,{checked:t.iframes,label:__("Output maps in iframes to prevent compatibility issues"),onChange:e=>d({iframes:e})})))),l("div",{className:"mapp-options-toolbar"},l(g,{isBusy:t.isSaving,className:"mapp-options-save",type:"submit",isPrimary:!0},__("Save")),l(g,{isBusy:t.isSaving,isSecondary:!0,onClick:()=>k("reset")},__("Reset Defaults")))))}window.addEventListener("DOMContentLoaded",(e=>{document.getElementById("mapp-options-settings")&&wp.element.render(l(v,mappress_options_state),document.getElementById("mapp-options-settings"))}))},824:(e,t,a)=>{"use strict";a.r(t),a.d(t,{Control:()=>f,Help:()=>b,Checkbox:()=>y,Checkboxes:()=>v,Datalist:()=>k,Input:()=>w,Radios:()=>x,Select:()=>S,Textarea:()=>N,Section:()=>O,Option:()=>M,MappGrid:()=>P,MappCrudList:()=>I,MappExpand:()=>E,MappTabs:()=>z,MappTemplateEditor:()=>T});var o=a(805);a(939);const i=wp.element.createElement,{Fragment:n,useEffect:s,useLayoutEffect:l,useCallback:r,useRef:p,useState:c}=wp.element,{useSelect:d}=wp.data,{Button:m,Dashicon:u,Modal:h,TabPanel:g}=wp.components,__=e=>wp.i18n.__(e,"mappress-google-maps-for-wordpress");function f(e){let{className:t,help:a,type:o,...s}=e;const l=Array.isArray(s.children)?n:"label";let r="mapp-control";return o&&(r+=" mapp-control-"+o),t&&(r+=" "+t),i("div",{className:r},s.labelTop&&i("div",{className:"mapp-label-top"},s.labelTop),i(l,null,s.labelLeft&&i("span",null,s.labelLeft),s.children,(s.label||s.labelRight)&&i("span",null,s.label||s.labelRight)),a&&i(b,a))}function b(e){let t="mapp-help-text";e.type&&(t+=" mapp-help-"+e.type);let a=null;return e.href&&(a="#"==e.href.substr(0,1)?"https://mappresspro.com/mappress-documentation/"+e.href:e.href),i(n,null,a&&i("a",{className:"mapp-help-link",href:a,target:"_blank"},i(u,{icon:"editor-help"})),e.text&&i("div",{className:t},e.text))}function y(e){let{checked:t,className:a,disabled:o,onChange:n,value:s,...l}=e;return i(f,{type:"checkbox",...l},i("input",{checked:void 0!==t&&t,className:a,disabled:o,onChange:e=>n(e.target.checked),type:"checkbox",value:s}))}function v(e){let{label:t,onChange:a,options:o,values:n,...s}=e;return i(f,{type:"checkboxes",...s},_.map(o,((e,t)=>{let o=n?n.indexOf(e.value):-1;return i(y,{key:t,label:e.label,value:e.value,checked:o>=0,disabled:e.disabled,onChange:t=>{let i=[...n];t&&-1==o&&a(i.concat(e.value)),!t&&o>=0&&(i.splice(o,1),a(i))}})})))}function k(e){let{className:t,list:a,onChange:o,options:n,value:s,...l}=e;return i(f,{type:"select",...l},i("span",{className:t},i("input",{list:a,value:null!=s?s:"",onChange:e=>o(e.target.value)}),i("datalist",{id:a},_.map(n,((e,t)=>i("option",{key:t,value:e.value,disabled:e.disabled},e.label))))))}function w(e){let{autoFocus:t,disabled:a,max:o,min:n,name:s,onChange:l,placeholder:r,size:p,trim:c,type:d,value:m,...u}=e;return i(f,{type:"input",...u},i("input",{autoFocus:t,disabled:a,max:o,min:n,name:s,onChange:e=>{if(l){const t=c?e.target.value.trim():e.target.value;l(t)}},placeholder:r,size:p,type:d||"text",value:null!==m?m:""}))}const C=function(e){let{checked:t,className:a,disabled:o,onChange:n,value:s,...l}=e;return i(f,{type:"radio",...l},i("input",{checked:t,className:a,disabled:o,onChange:e=>n(e.target.value),type:"radio",value:s}))};function x(e){let{checked:t,label:a,onChange:o,options:n,...s}=e;return i(f,{type:"radios",...s},_.map(n,((e,a)=>{if(!e.hide)return i(C,{key:a,value:e.value,checked:t==e.value||null==t&&""==e.value,onChange:e=>o(e),disabled:e.disabled,label:e.label})})))}function S(e){let{className:t,onChange:a,options:o,placeholder:n,value:s,...l}=e,r=[...o];return void 0!==n&&r.unshift({value:"",label:n}),i(f,{type:"select",...l},i("select",{className:t,value:null!=s?s:"",onChange:e=>a(e.target.value)},_.map(r,((e,t)=>i("option",{key:t,value:e.value,disabled:e.disabled},e.label)))))}function N(e){let{className:t,onChange:a,...o}=e;return i(f,{type:"textarea",...o},i("textarea",{className:t,onChange:e=>a(e.target.value)}))}function O(e){let t=e.className?" "+e.className:"";return i("div",{className:"mapp-option-section"+t},i("h2",null,e.title),e.children)}function M(e){const t=e.className?"mapp-option "+e.className:"mapp-option";return i("div",{className:t},i("div",{className:"mapp-option-title"},e.title),i("div",{className:"mapp-option-value"},e.children))}function P(e){const[t,a]=c({dragging:null,dragover:null});function n(e){a((t=>({...t,...e})))}function s(a,o){let i=[...e.data];switch(a){case"add":let a={};_.map(e.cols,(e=>{a[e.id]=""})),i.push(a),e.onChange(i,e.selected);break;case"change":i[o.i][o.id]=o.value,e.onChange(i,e.selected);break;case"delete":let s;i.splice(o,1),s=o==e.selected?null:o<e.selected?e.selected-1:e.selected,e.onChange(i,s);break;case"select":n({selected:o}),e.onChange(i,o);break;case"sort":let l=t.dragging,r=l<o?o-1:o;i.splice(r,0,i.splice(l,1)[0]),e.onChange(i,r),n({dragover:null})}}return i("div",{className:e.className?"mapp-grid "+e.className:"mapp-grid"},e.data&&!!e.data.length&&i("div",{className:"mapp-grid-table"},function(){const t=e.selectionColumn?i("div",{className:"mapp-grid-cell",key:"select"},__("Default")):null,a=i("div",{className:"mapp-grid-cell",key:"actions"},"");return i("div",{className:"mapp-grid-header"},i("div",{className:"mapp-grid-row"},t,_.map(e.cols,(e=>i("div",{className:"mapp-grid-cell",key:e.id},e.label))),a))}(),i("div",{className:"mapp-grid-body"},_.map(e.data,((a,l)=>function(a,l){return i("div",{className:"mapp-grid-row"+(t.dragover==l?" mapp-dragover":""),draggable:!0,key:l,onDragOver:e=>e.preventDefault(),onDragStart:e=>n({dragging:l}),onDragEnter:e=>n({dragover:l}),onDragEnd:e=>n({dragging:null,dragover:null}),onDrop:e=>s("sort",l)},function(t,a){if(!e.selectionColumn)return null;let o,n;return"rowid"==e.selectionColumn?o=a:t[e.selectionColumn]?o=t[e.selectionColumn]:n=!0,"checkbox"===e.selectionType?i("div",{className:"mapp-grid-cell"},i(y,{value:o,checked:e.selected==o,disabled:n,onChange:e=>{s("select",e?o:null)}})):i("div",{className:"mapp-grid-cell"},i(C,{checked:e.selected==o,onChange:()=>s("select",o)}))}(a,l),_.map(e.cols,((t,a)=>i("div",{className:"mapp-grid-cell mapp-grid-cell-"+t.id,key:l+"-"+a},function(t,a){if(a.onRender)return a.onRender({id:a.id,value:e.data[t][a.id],onChange:e=>s("change",{i:t,id:a.id,value:e})});switch(a.type){case"combobox":return i(k,{list:a.id+"_"+t,options:a.options,value:e.data[t][a.id],onChange:e=>s("change",{i:t,id:a.id,value:e})});case"icon":return i(o.MappIconPicker,{iconid:e.data[t][a.id],onChange:e=>s("change",{i:t,id:a.id,value:e})});default:return i(w,{size:e.data[t][a.size],value:e.data[t][a.id],onChange:e=>s("change",{i:t,id:a.id,value:e})});case"select":return i(S,{value:e.data[t][a.id],options:a.options,onChange:e=>s("change",{i:t,id:a.id,value:e}),placeholder:""})}}(l,t)))),function(e){return i("div",{className:"mapp-grid-cell",key:"delete"},i(m,{icon:"trash",onClick:()=>s("delete",e)}))}(l))}(a,l))))),i("div",{className:"mapp-grid-toolbar"},i(m,{isSecondary:!0,onClick:()=>s("add")},__("Add"))))}function I(e){let{data:t,isDraggable:a,onAdd:o,onChangeData:n,onRender:l,...r}=e;const[p,d]=c({dragging:null,dragover:null,isDraggable:!1});function u(e){d((t=>({...t,...e})))}function h(e,a,i){let s=[...t];switch(e){case"add":const e=o?o():{};s.push(e),n(s);break;case"change":s[i]={...t[i],...a},n(s);break;case"delete":confirm(mappl10n.delete_prompt)&&(s.splice(a,1),n(s));break;case"sort":let l=p.dragging,r=l<a?a-1:a;s.splice(r,0,s.splice(l,1)[0]),n(s),u({dragover:null})}}return s((()=>{}),[]),i("div",{className:"mapp-crud-list"},_.map(t,((e,t)=>i("div",{className:"mapp-crud-row"+(p.dragover==t?" mapp-dragover":""),draggable:a,key:t,onDragOver:e=>e.preventDefault(),onDragStart:e=>u({dragging:t}),onDragEnter:e=>u({dragover:t}),onDragEnd:e=>u({dragging:null,dragover:null}),onDrop:e=>h("sort",t)},l({row:e,rowId:t,onChange:e=>h("change",e,t),onDelete:()=>h("delete",t)})))),i("div",{className:"mapp-crud-toolbar"},i(m,{isSecondary:!0,onClick:()=>h("add")},__("Add"))))}function E(e){let{actions:t,initialOpen:a,showToggle:o,subTitle:n,title:s,...l}=e;const[r,p]=c({isOpen:!o||a});function d(e,t){if("toggle"===e)o&&(a={isOpen:!r.isOpen},p((e=>({...e,...a}))));var a}let m="mapp-expand";return m+=r.isOpen?"":" mapp-expand-closed",m+=l.className?" "+l.className:"",i("div",{className:m},i("div",{className:"mapp-expand-header",onClick:()=>d("toggle")},i("div",null,s,n),o&&i("div",null,i(u,{icon:r.isOpen?"arrow-up":"arrow-down"}))),i("div",{className:"mapp-expand-body"},l.children),t&&i("div",{className:"mapp-expand-footer"},t))}function z(e){e={onRender:null,onSelect:null,initialTab:null,tabs:[],...e};const[t,a]=c({tab:e.initialTab?e.initialTab:e.tabs[0].name});function o(t){var o;o={tab:t},a((e=>({...e,...o}))),e.onSelect&&e.onSelect(t)}const{className:n="",style:s={}}=e;return i("div",{className:"mapp-tabs "+n,style:s},i("div",{className:"mapp-tabs-nav"},_.map(e.tabs,(e=>i("div",{className:e.name==t.tab?"mapp-tab mapp-active":"mapp-tab",key:e.name,onClick:()=>o(e.name)},e.label)))),i("div",{className:"mapp-tab-content"},e.onRender(t.tab)))}function T(e){const[t,a]=c({codeEditor:null,isOpen:!1,name:null,tab:"editor",template:null,tokens:null});function o(e){a((t=>({...t,...e})))}const s=r((e=>{if(null!=e){let a=wp.codeEditor.initialize(e);a.codemirror.setSize("auto","auto"),a.codemirror.setOption("readOnly","editor"!=t.tab),o({codeEditor:a})}}),[]);function l(e,a){switch(e){case"close":o({isOpen:!1});break;case"delete":confirm(mappl10n.delete_prompt)&&(mapp.lib.ajax({type:"POST",data:{action:"mapp_tpl_delete",name:t.template.name,nonce:mappl10n.options.nonce}}),o({isOpen:!1}));break;case"insert":let e=t.codeEditor.codemirror.getDoc(),i=e.getCursor();e.replaceRange("{{{poi."+a+"}}}",i);break;case"open":mapp.lib.ajax({type:"GET",data:{action:"mapp_tpl_get",name:a,nonce:mappl10n.options.nonce},callback:e=>{e&&"OK"==e.status&&o({isOpen:!0,name:a,tab:"editor",template:e.data.template,tokens:e.data.tokens})}});break;case"save":let n="editor"==t.tab?t.codeEditor.codemirror.getValue():t.template.content;mapp.lib.ajax({type:"POST",data:{action:"mapp_tpl_save",content:n,name:t.template.name,nonce:mappl10n.options.nonce},callback:function(e){e&&"OK"==e.status&&o({isOpen:!1,template:null,tokens:null})}});break;case"tab-select":if("editor"!=a){let e={...t.template};e.content=t.codeEditor.codemirror.getValue(),o({template:e})}o({tab:a})}}function p(){const e=t.template.name+" ("+(t.template.exists?__("Custom"):__("New"))+")";return i("div",{className:"mapp-templates-name"},e)}return i("div",{className:"mapp-templates"},function(){const e=[{name:"map-popup",label:__("Map popup")},{name:"map-item",label:__("Map list item")},{name:"mashup-popup",label:__("Mashup popup")},{name:"mashup-item",label:__("Mashup list item")}];return i("div",{className:"mapp-templates-list"},_.map(e,((e,t)=>i("a",{href:"#",key:e.name,className:"mapp-templates-item",onClick:t=>{t.preventDefault(),l("open",e.name)}},e.label))))}(),t.isOpen&&t.template?i(h,{title:p(),className:"mapp-templates-modal",onRequestClose:()=>l("close"),shouldCloseOnClickOutside:!1},i(g,{className:"mapp-templates-tabs",onSelect:e=>l("tab-select",e),tabs:[{name:"editor",title:__("Editor")},{name:"standard",title:__("Default")}]},(e=>function(){const e=i("div",{className:"mapp-templates-tokens"},_.map(t.tokens,((e,t)=>i("code",{onClick:()=>l("insert",e.token),key:t,title:e.label},e.label)))),a=i("div",{className:"mapp-templates-path"},t.template.path);return i(n,null,"editor"==t.tab&&a,"editor"==t.tab&&e,i("div",{className:"editor"==t.tab?"mapp-templates-editor":"mapp-templates-standard"},i("textarea",{ref:s,defaultValue:"editor"==t.tab?t.template.content:t.template.standard})))}())),i("div",{className:"mapp-templates-toolbar"},i(m,{isPrimary:!0,onClick:()=>l("save")},__("Save")),i(m,{isSecondary:!0,onClick:()=>l("close")},__("Cancel")),t.template.exists&&i("a",{onClick:e=>{e.preventDefault(),l("delete")}},__("Delete")))):null)}},149:(e,t,a)=>{"use strict";a.d(t,{S:()=>b});const o=wp.element.createElement,{select:i}=wp.data,{Fragment:n,useEffect:s,useLayoutEffect:l,useRef:r,useState:p}=wp.element,{BaseControl:c,Button:d,Dashicon:m,Modal:u,PanelBody:_,RadioControl:h,Spinner:g,TextControl:f}=wp.components,{sprintf}=wp.i18n;function b(e){function t(t,a){const o=Math.ceil(e.count/e.pageSize);switch(t){case"first":e.onChange(1);break;case"last":e.onChange(o);break;case"next":e.onChange(e.page+1);break;case"prev":e.onChange(e.page-1)}}return function(){const a=Math.ceil(e.count/e.pageSize),i=e.page<=1,n=e.page>=a;return o("div",{className:"mapp-paginate"},o(d,{disabled:i,onClick:()=>t("first"),isSecondary:!0},"«"),o(d,{disabled:i,onClick:()=>t("prev"),isSecondary:!0},"‹"),o("div",{className:"mapp-paginate-count"},sprintf((s="%d of %d",wp.i18n.__(s,"mappress-google-maps-for-wordpress")),e.page,a)),o(d,{disabled:n,onClick:()=>t("next"),isSecondary:!0},"›"),o(d,{disabled:n,onClick:()=>t("last"),isSecondary:!0},"»"));var s}()}},477:(e,t,a)=>{"use strict";a.r(t),a.d(t,{default:()=>C});var o=a(713),i=a(999),n=a(149),s=a(677);window.mapp=window.mapp||{};const l=wp.element.createElement,{select:r}=wp.data,{Fragment:p,useEffect:c,useLayoutEffect:d,useRef:m,useState:u}=wp.element,{BaseControl:h,Button:g,Dashicon:f,Icon:b,Modal:y,PanelBody:v,Spinner:k,TextControl:w}=wp.components,__=e=>wp.i18n.__(e,"mappress-google-maps-for-wordpress");function C(e){const[t,a]=u({counts:{all:null,trashed:null,post:null},filter:"all",isFetchingItems:!0,items:null,mode:e.mode?e.mode:"list",mapid:e.mapid?e.mapid:null,page:1,search:""}),{addSnackbar:p,renderSnackbar:d}=(0,s.D)(),h=m(null),v=m(null),C=m(null);function x(e){a((t=>({...t,...e})))}function S(a,o){switch(a){case"attach":mapp.store.mutateMap(o.mapid,o.mapdata);break;case"add-new":x({mode:"edit",mapid:null});break;case"close":e.onAction("pick-close");break;case"destroy":confirm(mappl10n.delete_map_prompt)&&(mapp.store.destroyMap(o),p(__("Map deleted"))),v.current&&v.current.focus();break;case"detach":mapp.store.mutateMap(o,{postid:0});break;case"duplicate":mapp.store.duplicateMap({mapid:o,success:e=>{p(__("Map copied")),x({mapid:e.mapid}),h.current&&(h.current.scrollTop=0)}});break;case"edit":if("trash"==t.filter)return;x({mode:"edit",mapid:o});break;case"edit-close":"edit"==e.mode?e.onAction("pick-close"):x({mode:"list"});break;case"edit-save":"edit"==e.mode?e.onAction("pick-close",o):(x({mode:"list",mapid:o}),p(sprintf(__("Map %d saved"),o)));break;case"filter":x({filter:o});break;case"insert":e.onAction("pick-insert",o);break;case"page":x({page:o}),h.current&&(h.current.scrollTop=0);break;case"restore":mapp.store.mutateMap(o,{status:"",postid:0}),p(__("Map restored"));break;case"shortcode":let a=jQuery("<input>");jQuery("body").append(a),a.val('[mappress mapid="'+o+'"]').select(),document.execCommand("copy"),a.remove(),p(__("Shortcode copied"));break;case"sort":mapp.store.setSort({sortBy:o,sortAsc:mapp.store.state.sortBy!=o||!mapp.store.state.sortAsc});break;case"trash":case"edit-trash":mapp.store.mutateMap(o,{status:"trashed"}),p(__("Map moved to trash")),t.mapid&&o==t.mapid&&e.onAction("pick-trash",o)}}function N(a){let i,n=a.mapid==t.mapid;i=a.map_title?a.map_title:__("Untitled");let s,p=function(t){let a;return a="map"==e.context||"mashup"==e.context&&t.postid==mappl10n.options.postid?r("core/editor").getEditedPostAttribute("title"):t.post_title,a=a||__("Untitled"),t.postid>0&&t.postid==mappl10n.options.postid&&(a=__("Current post")),t.postid>0?t.postid==mappl10n.options.postid?a:l("a",{href:mappl10n.options.editurl+"?post="+t.postid+"&action=edit",target:"_blank",title:__("Edit post")},a):__("Unattached")}(a);s="trash"==t.filter?[{action:"restore",label:__("Restore")},{action:"destroy",label:__("Delete Permanently"),isDestructive:!0}]:[{action:"edit",label:__("Edit")},{action:"insert",label:__("Insert into post"),hide:"library"==e.context},{action:"duplicate",label:__("Copy")},{action:"trash",label:__("Trash")}],s=l("div",{className:"mapp-pick-actions"},s.map((e=>!e.hide&&l("a",{className:e.isDestructive?"mapp-destructive":"",href:"#",key:e.action,onClick:t=>{t.stopPropagation(),t.preventDefault(),S(e.action,a.mapid)}},e.label))));let c=null;return c=a.postid>0?l("a",{href:"#",onClick:()=>S("detach",a.mapid)},__("Detach")):"library"==e.context?l(o.default,{onChange:(e,t)=>S("attach",{mapid:a.mapid,mapdata:{postid:e,post_title:t}})},__("Attach")):l("a",{href:"#",onClick:()=>S("attach",{mapid:a.mapid,mapdata:{postid:mappl10n.options.postid,post_title:null}})},__("Attach")),l("div",{className:"mapp-pick-item"+(n?" mapp-selected":""),key:a.mapid+"|"+a.postid,ref:n?C:null},l("div",{className:"mapp-pick-col-mapid",onClick:e=>S("edit",a.mapid)},a.mapid),l("div",{className:"mapp-pick-col-map_title",onClick:e=>S("edit",a.mapid)},l("div",null,i),l("div",null,s)),l("div",{className:"mapp-pick-col-post_title"},p,l("div",null,c)),"library"==e.context&&l("div",{className:"mapp-pick-col-shortcode"},l(g,{isSmall:!0,isSecondary:!0,onClick:e=>{e.stopPropagation(),e.preventDefault(),S("shortcode",a.mapid)}},__("Copy"))))}c((()=>{const e=e=>{if(!e.isFetchingItems){let t={all:0,post:0,trash:0};_.map(e.items,(e=>{"trashed"==e.status?t.trash++:(t.all++,e.postid==mappl10n.options.postid&&t.post++)})),x({counts:t})}x({isFetchingItems:e.isFetchingItems,isSavingMap:e.isSavingMap,items:e.items})};return mapp.store.subscribe(e),()=>mapp.store.unsubscribe(e)})),c((()=>{mapp.store.fetchItems()}),[]),c((()=>{x({page:1})}),[t.filter,t.search]),c((()=>{"list"==t.mode&&v.current&&v.current.focus()}),[t.mode]);const O=_.filter(t.items,(function(a){if("trash"==t.filter)return"trashed"==a.status;if("trashed"==a.status)return!1;if("post"==t.filter&&a.postid!=mappl10n.options.postid)return!1;if("current"==t.filter&&a.mapid!=e.mapid)return!1;var o=t.search.toLowerCase();return!o||(a.mapid.indexOf(o)>=0||(!!(a.post_title&&a.post_title.toLowerCase().indexOf(o)>=0)||!!(a.map_title&&a.map_title.toLowerCase().indexOf(o)>=0)))}));let M=l("div",{className:"mapp-list-panel"},l("div",{className:"mapp-gt-modal-header"},l("div",{className:"mapp-gt-modal-header-title"},l("h1",null,__("Maps")),l(g,{isPrimary:!0,onClick:()=>S("add-new")},__("Add New"))),l(g,{onClick:()=>S("close"),icon:"no-alt"})),function(){let a=[{label:__("All"),value:"all"},{label:__("Attached to post"),value:"post",hide:"library"==e.context},{label:__("Selected"),value:"current",hide:"library"==e.context||!e.mapid},{label:__("Trash"),value:"trash"}];return l("div",{className:"mapp-pick-filter-wrapper"},l("div",{className:"mapp-pick-filter-tabs"},_.map(a,((e,a)=>{const o="mapp-pick-filter-tab"+(t.filter==e.value?" mapp-active":""),i="current"!=e.value?t.counts[e.value]:null;if(!e.hide)return l("div",{className:o,href:"#",key:a,onClick:()=>S("filter",e.value)},e.label,null!=i&&l("span",{className:"mapp-pick-filter-count"},i))}))),function(){if("trash"!=t.filter)return l("div",{className:"mapp-pick-search-wrapper"},l(w,{ref:v,className:"mapp-pick-search",tabIndex:1,placeholder:__("post title, map title, or map id"),onChange:e=>x({search:e}),size:50,value:t.search}),l(b,{icon:"search"}),(t.isFetchingItems||t.isAttaching&&"library"!=e.context)&&l(k,null))}())}(),function(a){if(a){const e=20*(t.page-1),o=e+20;a=a.slice(e,o)}let o="";return o=t.isFetchingItems?null:a.length?_.map(a,N):l("div",{className:"mapp-pick-message"},__("No maps found")),l("div",{className:"mapp-pick-items-section"},l("div",{className:"mapp-pick-items",ref:h},function(){let t=[{id:"mapid",label:__("ID"),sortable:!0},{id:"map_title",label:__("Map title"),sortable:!0},{id:"post_title",label:__("Attached to"),sortable:!0}];"library"==e.context&&t.push({id:"shortcode",label:__("Shortcode"),sortable:!1});return l("div",{className:"mapp-pick-items-header"},_.map(t,(e=>l("div",{className:"mapp-pick-col-"+e.id,onClick:()=>S("sort",e.id),key:e.id},e.label,e.sortable&&mapp.store.state.sortBy==e.id&&l(f,{icon:mapp.store.state.sortAsc?"arrow-up":"arrow-down"}),e.sortable&&mapp.store.state.sortBy!=e.id&&l(f,{icon:"leftright"})))))}(),o))}(O),function(e){return l("div",{className:"mapp-pick-toolbar"},function(e){return e&&e.length?l(n.S,{count:e?e.length:0,onChange:e=>S("page",e),page:t.page,pageSize:20}):null}(e))}(O)),P=null;if("edit"==t.mode){let a=l("div",{className:"mapp-edit-panel"},l(i.default,{context:e.context,mapid:t.mapid,onAction:S}));P="library"==e.context?l(y,{className:"mapp-gt-modal",isDismissible:!1},a):a}const I="mapp-pick mapp-mode-"+t.mode+" mapp-context-"+e.context;return"library"==e.context?l("div",{className:I},M,P,d()):l(y,{className:"mapp-gt-modal "+I,isDismissible:"list"==t.mode,onRequestClose:()=>S("close"),shouldCloseOnEsc:"list"==t.mode,shouldCloseOnClickOutside:"list"==t.mode},M,P,d())}window.addEventListener("DOMContentLoaded",(e=>{document.getElementById("mapp-library")&&(mappl10n.options.postid=0,wp.element.render(l(C,{context:"library"}),document.getElementById("mapp-library")))}))},429:(e,t,a)=>{"use strict";a.r(t),a.d(t,{MappSettings:()=>y});var o=a(710),i=a(677),n=a(824);window.mapp=window.mapp||{};const s=wp.element.createElement,{Fragment:l,useEffect:r,useLayoutEffect:p,useRef:c,useState:d}=wp.element,{BaseControl:m,Button:u,ButtonGroup:_,Dashicon:h,Dropdown:g,Panel:f,PanelBody:b}=wp.components,__=e=>wp.i18n.__(e,"mappress-google-maps-for-wordpress");function y(e){const[t,a]=d({});const{addSnackbar:r,renderSnackbar:p}=(0,i.D)();function c(e){if(!e||"string"!=typeof e)return e;const t={px:2048,vw:100,vh:100,"%":100};let a=parseInt(e),o=2048,i="";for(var n in t)e.includes(n)&&(i=n,o=t[n]);return a>o?o+i:e}function m(t,a){let o=null;switch(t){case"poiList":e.map.set({poiList:a}),o={poiList:a};break;case"search":e.map.set({search:a}),o={search:a};break;case"size":a.hasOwnProperty("height")&&(a.height=c(a.height)),a.hasOwnProperty("width")&&(a.width=c(a.width)),e.map.setSize(a),o=a;break;case"style-set-maptypeid":e.map&&e.map.set({mapTypeId:a}),o={mapTypeId:a};break;case"viewport-reset":e.map.center=e.map.zoom=null,e.map.recenter(),o={center:void 0,zoom:void 0},r(__("Viewport automatic"));break;case"viewport-set":let t=e.map.getCenter().toJSON();e.map.center=t,e.map.zoom=e.map.getZoom(),o={center:t.lat+","+t.lng,zoom:e.map.getZoom()},r(__("Viewport set"))}o&&e.onAction("change-settings",o)}const h="mce"!=e.context&&"library"!=e.context;return s("div",{className:"mapp-settings"},s(b,{title:__("Map settings"),initialOpen:h},"map"==e.context&&function(){const t=e.map.title?e.map.title:__("Untitled");return s("div",{className:"mapp-settings-row mapp-settings-title"},s(n.Control,{labelTop:__("Title")},t),s(n.Control,{labelTop:__("Map ID")},e.map.mapid))}(),function(){if("mashup"==e.context)return s("div",{className:"mapp-settings-row mapp-style-toggle"},s("div",null,__("Style")),s(o.m,{map:e.map,selected:e.map.mapTypeId,onChange:e=>m("style-set-maptypeid",e)}))}(),function(){mappl10n.options.sizes[mappl10n.options.size]?mappl10n.options.sizes[mappl10n.options.size]:mappl10n.options.sizes[0];var t=mappl10n.options.sizes.map(((e,t)=>({label:e.width+" X "+e.height,height:e.height,width:e.width,value:t+1})));t.unshift({height:"",label:__("Default"),value:0,width:""}),t.push({label:__("Custom"),value:"custom",disabled:!0});for(var a="custom",o=0;o<t.length-1;o++)t[o].width==e.width&&t[o].height==e.height&&(a=o);return s(l,null,s("div",{className:"mapp-settings-row"},s(n.Select,{className:"mapp-settings-dims-select",help:"",labelTop:__("Size"),value:a,options:t,onChange:e=>m("size",{width:t[e].width,height:t[e].height})})),s("div",{className:"mapp-settings-row"},s(n.Input,{className:"mapp-settings-dims-custom",help:{text:__("px, %, vw")},labelTop:__("Width"),onChange:e=>m("size",{width:e}),value:e.width?e.width:""}),s(n.Input,{className:"mapp-settings-dims-custom",help:{text:__("px, %, vh")},labelTop:__("Height"),onChange:e=>m("size",{height:e}),value:e.height?e.height:""})))}(),s("div",{className:"mapp-settings-row"},s(n.Control,{className:"mapp-settings-viewport",labelTop:__("Center/Zoom")},s(_,{label:__("Center/Zoom")},s(u,{onClick:()=>m("viewport-reset"),isPressed:!e.center,isSmall:!0},__("Automatic")),s(u,{onClick:()=>m("viewport-set"),isPressed:e.center,isSmall:!0},__("Set"))))),void 0,p()))}},677:(e,t,a)=>{"use strict";a.d(t,{D:()=>l});const{useEffect:o,useState:i}=wp.element,{createContext:n}=React,s=wp.element.createElement,l=()=>{const[e,t]=i({snackbars:[]});function a(e){t((t=>({...t,...e})))}o((()=>{if(e.snackbars.length){const t=setTimeout((()=>{let t=[...e.snackbars];t.shift(),a({snackbars:t})}),5e3);return()=>clearTimeout(t)}}),[e.snackbars]);return{addSnackbar:t=>a({snackbars:[...e.snackbars,t]}),renderSnackbar:()=>s("div",{className:"mapp-snackbars"},e.snackbars.map(((e,t)=>s("div",{className:"mapp-snackbar mapp-snackbar-show",key:t},e))))}}},787:()=>{window.mapp=window.mapp||{};mapp.Store=function(){this.subs=new Set,this.state={isFetchingMap:!1,isFetchingItems:!1,isSavingMap:!1,itemsFetched:!1,sortBy:"mapid",sortAsc:!1,maps:{},items:[]}},mapp.Store.prototype={createMap:function(){let{success:e=(()=>{})}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.state.isFetchingMap=!1,this.publish(),e()},destroyMap:function(e){mapp.lib.ajax({type:"POST",data:{action:"mapp_delete",mapid:e,nonce:mappl10n.options.nonce},callback:t=>{t&&"OK"==t.status&&(delete this.state.maps[e],this.destroyItem(e)),this.publish()}})},duplicateMap:function(){let{mapid:e,success:t=(()=>{}),failure:a=(()=>{})}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.state.isSavingMap=!0,this.publish(),mapp.lib.ajax({type:"POST",data:{action:"mapp_duplicate",mapid:e,postid:mappl10n.options.postid,nonce:mappl10n.options.nonce},callback:e=>{if(e&&"OK"==e.status){let a=e.data,o=a.mapid;this.state.maps[o]=a,this.saveItem(o,a),t(a)}else a();this.state.isSavingMap=!1,this.publish()}})},fetchMap:function(e){let{mapid:t,success:a=(()=>{}),failure:o=(()=>{})}=e;if(void 0!==this.state.maps[t])return this.publish(),void a(this.state.maps[t]);this.state.isFetchingMap=!0,this.publish(),mapp.lib.ajax({type:"GET",data:{action:"mapp_get",mapid:t,nonce:mappl10n.options.nonce},callback:e=>{e&&"OK"==e.status?(this.state.maps[t]=e.data,a(e.data)):this.state.maps[t]=null,this.state.isFetchingMap=!1,this.publish()}})},mutateMap:function(e,t){this.state.isSavingMap=!0,this.saveItem(e,t),this.publish(),mapp.lib.ajax({type:"POST",data:{action:"mapp_mutate",mapid:e,mapdata:t,nonce:mappl10n.options.nonce},callback:e=>{this.state.isSavingMap=!1,this.publish()}})},saveMap:function(){let{mapdata:e,success:t=(()=>{}),failure:a=(()=>{})}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};this.state.isSavingMap=!0,this.publish(),mapp.lib.ajax({type:"POST",data:{action:"mapp_save",mapdata:JSON.stringify(e),nonce:mappl10n.options.nonce},callback:o=>{if(o&&"OK"==o.status){const a=o.data;e.mapid=a,this.state.maps[a]=e,this.saveItem(a,e),t(e)}else a();this.state.isSavingMap=!1,this.publish()}})},destroyItem:function(e){let t=this.state.items?this.state.items:[],a=_.findIndex(t,{mapid:e});a>-1&&t.splice(a,1),this.state.items=[...t],this.publish()},fetchItems(){let{success:e=(()=>{}),failure:t=(()=>{})}=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{};if(this.state.itemsFetched)return e(this.state.items),void this.publish();this.state.isFetchingItems=!0,this.publish(),mapp.lib.ajax({type:"GET",data:{action:"mapp_find",nonce:mappl10n.options.nonce},callback:a=>{a&&"OK"==a.status?(this.state.items=a.data,this.sort(),e(this.state.items),this.state.itemsFetched=!0):t(),this.state.isFetchingItems=!1,this.sort(),this.publish()}})},saveItem:function(e,t){let a=this.state.items?this.state.items:[],o=_.findWhere(a,{mapid:e});o?(_.map(["mapid","title","postid","post_title","status"],(e=>{void 0!==t[e]&&(o[e]=t[e])})),o={...o}):(o={mapid:e,map_title:t.title,postid:mappl10n.options.postid,post_title:null},a.unshift(o))},setSort:function(e){e.sortBy&&(this.state.sortBy=e.sortBy),void 0!==e.sortAsc&&(this.state.sortAsc=e.sortAsc),this.sort(),this.publish()},sort:function(e,t){const a=(o="untitled",wp.i18n.__(o,"mappress-google-maps-for-wordpress"));var o;this.state.items.sort(((e,t)=>function(e,t,o,i){if(i=i?1:-1,"mapid"==o)return i*(Number(e.mapid)-Number(t.mapid));let n=e[o]?e[o]:a,s=t[o]?t[o]:a,l=i*n.localeCompare(s);return 0==l?Number(e.mapid)-Number(t.mapid):l}(e,t,this.state.sortBy,this.state.sortAsc)))},subscribe:function(e){this.subs.add(e)},unsubscribe:function(e){this.subs.delete(e)},publish:function(){let e=[...this.subs];for(let t of e)t(this.state)}},mapp.store=new mapp.Store},710:(e,t,a)=>{"use strict";a.d(t,{m:()=>k});var o=a(824),i=a(149);const n=wp.element.createElement,{Fragment:s,useEffect:l,useLayoutEffect:r,useRef:p,useState:c}=wp.element,{Button:d,Dashicon:m,ExternalLink:u,Icon:h,Modal:g,Panel:f,PanelBody:b,PanelRow:y,Spinner:v}=wp.components,__=e=>wp.i18n.__(e,"mappress-google-maps-for-wordpress");function k(e){const[t,a]=c({apiKey:"6a0cfe9e-3670-4598-a63e-f1627b5c9e56",isOpen:!1,isBusy:!1,isSearching:!1,mapboxError:"",mapboxId:"",mapboxName:"",mapboxUser:"",mapboxUrl:"",mapboxParsedUrl:"",mode:"pick",page:1,snazzyPagination:null,snazzySearch:"",snazzySelected:null,snazzyStyles:null,standardStyles:mappl10n.options.standardStyles,userStyles:mappl10n.options.userStyles});function l(e){a((t=>({...t,...e})))}function r(a){let o=arguments.length>1&&void 0!==arguments[1]&&arguments[1];const i=_.findIndex(t.userStyles,{id:a.id});i>=0&&!o&&!confirm(__("Style already exists, overwrite?"))||(l({isBusy:!0}),mapp.lib.ajax({type:"POST",data:{action:"mapp_style_save",style:a,nonce:mappl10n.options.nonce},callback:t=>{l({isBusy:!1}),t&&"OK"==t.status&&(mappl10n.options.userStyles=t.data,l({mode:"pick",userStyles:t.data}),e.onChange(a.id))}}))}function p(e){l({isSearching:!0,snazzyStyles:null}),mapp.lib.ajax({type:"GET",data:{sort:"popular",page:e,pageSize:20,text:t.snazzySearch,key:t.apiKey},url:"https://snazzymaps.com/explore.json",callback:function(e){if(l({isSearching:!1,snazzyPagination:e&&e.pagination?e.pagination:null}),e&&e.styles){l({snazzyStyles:_.map(e.styles,((e,t)=>(e.id=e.id+"",e)))})}else alert("Error: unable to fetch styles")}})}function m(e,t){t="large"==t||"small"==t?t:"small",t=800;let a=mappl10n.options.baseurl+"/images/json_style.png";if("leaflet"==mappl10n.options.engine?mappl10n.options.mapbox?e.user&&e.mapboxid&&(a="https://api.mapbox.com/styles/v1/"+e.user+"/"+e.mapboxid+"/static/-122.4194,37.7749,10,0/800x800?access_token="+mappl10n.options.mapbox):a=mappl10n.options.baseurl+"/images/osm.png":e.imageUrl&&(a=e.imageUrl),a)return n("img",{src:a,title:e.name})}function f(a,o){switch(a){case"close":case"pick-cancel":l({isOpen:!1});break;case"json-add":l({mode:"json-add"});break;case"json-cancel":case"mapbox-cancel":case"snazzy-cancel":l({mode:"pick"});break;case"json-edit":e.onChange(o.id),l({mode:"json-edit"});break;case"json-save":r(o,!0);break;case"mapbox-add":case"snazzy-add":alert(__("Please upgrade to MapPress Pro to use custom styles"));break;case"mapbox-change-url":{let e,t,a;e=o.trim().toLowerCase(),e=e.replace(".html","").replace("https://api.mapbox.com/styles/v1/","").replace("mapbox://styles/",""),e=e.split("?")[0];let i=e.split("/");2==i.length&&(t=i[0],a=i[1]),l({mapboxUrl:o,mapboxUser:t,mapboxId:a});break}case"mapbox-edit":e.onChange(o.id),l({mode:"mapbox",mapboxId:o.mapboxid,mapboxName:o.name,mapboxUrl:o.url,mapboxUser:o.user});break;case"mapbox-save":t.mapboxName&&t.mapboxUser&&r({id:t.mapboxId,name:t.mapboxName,mapboxid:t.mapboxId,provider:"mapbox",url:t.mapboxUrl,user:t.mapboxUser});break;case"mode":l({mode:o});break;case"open":"leaflet"!=mappl10n.options.engine||mappl10n.options.mapbox?l({isOpen:!0}):alert(__("Please enter a Mapbox access token in the MapPress settings screen to use styled maps."));break;case"pick-delete":confirm(mappl10n.delete_prompt)&&(i=o,_.findIndex(t.userStyles,{id:i})<0?mapp.lib.alert("Invalid delete"):(l({isBusy:!0}),mapp.lib.ajax({type:"POST",data:{action:"mapp_style_delete",id:i,nonce:mappl10n.options.nonce},callback:t=>{l({isBusy:!1}),t&&"OK"==t.status&&(mappl10n.options.userStyles=t.data,l({userStyles:t.data}),e.selected==i&&e.onChange(null))}})));break;case"pick-select":e.onChange(o),l({isOpen:!1});break;case"snazzy-save":{let e=_.findWhere(t.snazzyStyles,{id:o});e&&r({id:o,imageUrl:e.imageUrl,json:e.json,name:e.name});break}case"snazzy-search":p()}var i}function b(){let a;return"json-add"==t.mode?a={id:null,name:"",json:""}:"json-edit"==t.mode&&(a=e.selected?_.findWhere(t.userStyles,{id:e.selected}):null),n(w,{style:a,onSave:e=>f("json-save",e),onCancel:()=>f("json-cancel")})}function y(e){let a;return a=e.styles&&e.styles.length?_.map(e.styles,((t,a)=>function(e,t){let a,o="mapp-style"+(t.selected==e.id?" mapp-selected":"");(t.onEdit||t.onDelete)&&(a=n("div",{className:"mapp-style-actions"},n("a",{onClick:()=>t.onEdit(e)},__("Edit")),n(h,{icon:"trash",onClick:()=>t.onDelete(e.id)})));return n("div",{className:o,key:e.id},n("div",{className:"mapp-style-image",onClick:()=>t.onSelect(e.id)},m(e)),n("div",{className:"mapp-style-details"},n("div",{className:"mapp-style-title"},e.name),a))}(t,e))):t.isSearching?"":n("div",{className:"mapp-style-list-msg"},__("No results")),n("div",{className:"mapp-style-list-wrapper"},n("div",{className:"mapp-style-list-header"},e.title),n("div",{className:"mapp-style-list"},a))}return n(s,null,function(){const a=t.standardStyles.concat(t.userStyles);let o=!mappl10n.options.style||"roadmap"!=e.selected&&"streets"!=e.selected&&e.selected?e.selected:mappl10n.options.style,i=_.findWhere(a,{id:o});return i=i||t.standardStyles[0],n(d,{className:"mapp-style-toggle",icon:m(i),iconSize:75,isSecondary:!0,onClick:()=>f("open",null),title:i.name})}(),"edit"==t.mode&&t.isOpen&&renderEdit(),"json-add"==t.mode&&t.isOpen&&b(),"json-edit"==t.mode&&t.isOpen&&b(),"mapbox"==t.mode&&t.isOpen&&function(){let e=t.mapboxUser&&t.mapboxId?m({user:t.mapboxUser,mapboxid:t.mapboxId,name:t.mapboxName},"large"):null;const a=!t.mapboxUser||!t.mapboxId||!t.mapboxName;return n(g,{title:__("Add style"),className:"mapp-style-modal",onRequestClose:()=>f("mapbox-cancel"),shouldCloseOnClickOutside:!0},n("div",{className:"mapp-style-mapbox-title"},__("Enter style from Mapbox Studio"),n(u,{href:"https://studio.mapbox.com"})),n("form",{className:"mapp-style-mapbox-form",onSubmit:e=>{e.stopPropagation(),e.preventDefault(),f("mapbox-save")}},n("label",null,n(o.Input,{autoFocus:!0,className:"mapp-style-mapbox-url",labelTop:n(s,null,__("MapBox Share URL"),n(o.Help,{href:"#toc-mapbox-studio-styles"})),onChange:e=>f("mapbox-change-url",e),value:t.mapboxUrl})),n("label",null,n("div",{className:"mapp-style-mapbox-label"},__("Style name")),n(o.Input,{className:"mapp-style-mapbox-name",value:t.mapboxName,onChange:e=>l({mapboxName:e})})),n("div",{className:"mapp-style-mapbox-preview"},e),n("div",{className:"mapp-style-toolbar"},n("div",null,n(d,{isBusy:t.isBusy,isPrimary:!0,disabled:a,type:"submit"},__("Save")),n(d,{isBusy:t.isBusy,onClick:()=>f("mapbox-cancel")},__("Cancel"))))))}(),"pick"==t.mode&&t.isOpen&&function(){let a="";return t.userStyles&&t.userStyles.length&&(a=y({selected:e.selected,onEdit:e=>"leaflet"==mappl10n.options.engine?f("mapbox-edit"):f("json-edit",e),onDelete:e=>f("pick-delete",e),onSelect:e=>f("pick-select",e),styles:t.userStyles,title:__("Custom styles")})),n(g,{title:n("div",{className:"mapp-style-header"},__("Select a style")),className:"mapp-style-modal",onRequestClose:()=>f("close")},n("div",{className:"mapp-style-list-wrapper"},y({onSelect:e=>f("pick-select",e),selected:e.selected,styles:t.standardStyles,title:__("Standard styles")}),a),n("div",{className:"mapp-style-toolbar"},n("div",null,n(d,{isBusy:t.isBusy,isPrimary:!0,onClick:()=>"leaflet"==mappl10n.options.engine?f("mapbox-add"):f("json-add")},__("New style")),"google"==mappl10n.options.engine&&n(d,{isBusy:t.isBusy,isSecondary:!0,onClick:()=>f("snazzy-add")},__("Download style")),n(d,{isBusy:t.isBusy,onClick:()=>f("pick-cancel")},__("Cancel")))))}(),"snazzy"==t.mode&&t.isOpen&&(t.snazzySelected,n(g,{title:__("Download style"),className:"mapp-style-modal mapp-style-modal-snazzy",onRequestClose:()=>f("snazzy-cancel"),shouldCloseOnClickOutside:!0},n("form",{className:"mapp-style-snazzy-form",onSubmit:e=>{f("snazzy-search"),e.preventDefault()}},n(o.Input,{className:"mapp-style-snazzy-search",value:t.search,placeholder:__("Search"),onChange:e=>l({snazzySearch:e})}),t.isSearching&&n(v,null),!t.isSearching&&n(d,{isPrimary:!0,icon:"search",onClick:()=>f("snazzy-search")})),y({selected:t.snazzySelected,styles:t.snazzyStyles,onSelect:e=>l({snazzySelected:e})}),n("div",{className:"mapp-style-toolbar"},n("div",null,n(d,{isBusy:t.isBusy,isPrimary:!0,onClick:()=>f("snazzy-save",t.snazzySelected)},__("Save")),n(d,{isBusy:t.isBusy,onClick:()=>f("snazzy-cancel")},__("Cancel"))),function(){const e=t.snazzyPagination;return e&&t.snazzyStyles&&t.snazzyStyles.length?n(i.S,{count:e.totalItems,onChange:e=>p(e),page:e.currentPage,pageSize:e.pageSize}):null}()))))}function w(e){const[t,a]=c((()=>{let t={...e.style},a="";try{a=JSON.stringify(JSON.parse(t.json),null,2)}catch(e){}return t.json=a,{style:t}}));function i(e){a((t=>({...t,...e})))}function s(a,o){let n={...t.style};switch(a){case"cancel":e.onCancel();break;case"change-json":n.json=o,i({style:n});break;case"change-name":n.name=o,i({style:n});break;case"save":n.json=n.json?JSON.stringify(JSON.parse(n.json)):"",e.onSave(n)}}let l;if(t.style.json)try{JSON.parse(t.style.json)}catch(e){l=e.toString()}let r=l?"mapp-json mapp-json-error":"mapp-json";return n(g,{title:n(o.Input,{value:t.style.name,onChange:e=>s("change-name",e),placeholder:__("Enter style name")}),className:"mapp-style-modal mapp-json-modal",onRequestClose:()=>s("cancel"),shouldCloseOnClickOutside:!0},n("div",null,__("JSON")),n("div",{className:r},n("textarea",{value:t.style.json,spellCheck:!1,onChange:e=>s("change-json",e.target.value)})),n("div",{className:"mapp-json-error"},l||""),n("div",{className:"mapp-json-toolbar"},n("div",null,n(d,{disabled:l,isBusy:t.isBusy,isPrimary:!0,onClick:()=>s("save")},__("Save")),n(d,{isBusy:t.isBusy,onClick:()=>s("cancel")},__("Cancel")))))}},214:(e,t,a)=>{"use strict";a.r(t),a.d(t,{MappCard:()=>g});a(824);const o=wp.element.createElement,{Fragment:i,useEffect:n,useLayoutEffect:s,useCallback:l,useRef:r,useState:p}=wp.element,{useSelect:c}=wp.data,{Button:d,Dashicon:m,ExternalLink:u,Guide:_,Modal:h}=wp.components,__=e=>wp.i18n.__(e,"mappress-google-maps-for-wordpress");function g(e){let{icon:t,title:a,...i}=e;return o("div",{className:"mapp-support-card"},a&&o("div",{className:"mapp-support-card-title"},o("h3",null,t&&o(m,{icon:t}),a)),o("div",{className:"mapp-support-card-content"},i.children))}document.getElementById("mapp-support-page")&&wp.element.render(o((function(e){const[t,a]=p({engine:e.engine?e.engine:"leaflet",isOpen:e.isOpen,apiKey:e.apiKey,mapbox:e.mapbox});function s(e){a((t=>({...t,...e})))}function l(e){return o("div",{className:"mapp-guide-engine"+(e.selected?" mapp-selected":""),onClick:()=>e.onClick()},o("h2",{className:"mapp-guide-engine-title"},e.title),o("div",{className:"mapp-guide-engine-content"},e.content))}return r(null),n((()=>{}),[]),o("div",{className:"mapp-support"},o(i,null,o("div",{className:"mapp-support-section"},o("div",{className:"mapp-support-header"},o("img",{src:mappl10n.options.baseurl+"/images/icon-128x128.png"}),o("h1",null,__("MapPress Support")),o("i",null,__("Build amazing maps with the easiest and most powerful mapping plugin available")),o("div",null,o(d,{className:"mapp-support-guide-toggle",isPrimary:!0,onClick:()=>s({isOpen:!0})},__("Open Setup Wizard"))))),o("div",{className:"mapp-support-section"},o("div",{className:"mapp-support-cards"},o(g,{icon:"book",title:__("Documentation")},o("p",null,__("Detailed plugin documentation:")),o(u,{href:"https://mappresspro.com/mappress-documentation/"},__("Documentation")),o(u,{href:"https://mappresspro.com/whats-new/"},__("What's new")),o(u,{href:"https://mappresspro.com/mappress-documentation/#toc-map-library-and-map-editors"},__("Creating your first map"))),o(g,{icon:"warning",title:__("Troubleshooting")},o("p",null,o("b",null,__("Check for a plugin or theme conflict:"))),o("ol",null,o("li",null,__("Deactivate ALL other plugins")),o("li",null,__("Switch to a standard WordPress theme")),o("li",null,__("If the maps are working, reactivate one by one to find the conflict."))),o("p",null,__("For more info:")),o(u,{href:"https://mappresspro.com/mappress-faq/"},__("MapPress FAQ"))),o(g,{icon:"megaphone",title:__("Support")},o("p",null,__("Need some help?")),o(u,{href:"https://mappresspro.com/forums/forum/mappress-support/"},__("Support forum")),o(u,{href:"https://mappresspro.com/chris-contact/"},__("Contact")))))),function(){if(t.isOpen)return o(_,{className:"mapp-guide",onFinish:()=>function(e,a){if("save"===e){let e;s({isOpen:!1}),e="google"==t.engine?"google":t.mapbox?"mapbox":"nominatim",mapp.lib.ajax({type:"POST",data:{action:"mapp_option_save",nonce:mappl10n.options.nonce,settings:{engine:t.engine,apiKey:t.apiKey,mapbox:t.mapbox,geocoder:e}},callback:e=>{"OK"!=e.status&&alert("Unable to save settings. Please check the support troubleshooting guide.")}})}}("save"),pages:[{content:o("div",{className:"mapp-guide-page mapp-guide-engines"},o("h1",null,__("Please Choose a Mapping API")),o("p",null,__("MapPress supports both Leaflet and Google mapping APIs."),o(u,{href:"https://mappresspro.com/mappress-documentation/#toc-picking-a-mapping-api"},__("Learn more"))),o("div",{className:"mapp-guide-engines"},l({onClick:()=>s({engine:"leaflet"}),selected:"leaflet"==t.engine,title:"Leaflet",content:o("ul",null,o("li",null,__("No API key")),o("li",null,__("Free unlimited usage")),o("li",null,__("Good functionality")),o("li",null,__("Best for high traffic sites")))}),l({onClick:()=>s({engine:"google"}),selected:"google"==t.engine,title:"Google",content:o("ul",null,o("li",null,__("API key required")),o("li",null,__("Limited free usage")),o("li",null,__("Excellent functionality")),o("li",null,__("Best for low traffic sites")))}))),image:o("div",{className:"mapp-guide-header mapp-guide-image-small"},o("img",{src:mappl10n.options.baseurl+"/images/icon-128x128.png"}),o("h1",null,__("Welcome to MapPress!")))},{content:"google"==t.engine?o("div",{className:"mapp-guide-page mapp-guide-apikey"},o("h1",null,__("Google API Key")),o("p",null,__("Google requires an API key to use Google Maps. Please enter your key below.")),o(d,{isPrimary:!0,href:"https://mappresspro.com/how-to-get-a-google-maps-api-key/",target:"_blank"},__("Get an API Key")),o("input",{className:"mapp-guide-apikey",onChange:e=>s({apiKey:e.target.value}),placeholder:__("Enter your API key here"),value:t.apiKey})):o("div",{className:"mapp-guide-page mapp-guide-apikey"},o("h1",null,__("Sign up with Mapbox")),o("p",null,__("Mapbox makes Leaflet better with great-looking map tiles, styled maps, and a powerful geocoder.")," "+__("A generous free tier means it's free for most sites."),o(u,{href:"https://mappresspro.com/mappress-documentation/#toc-using-mapbox-with-leaflet"},__("Learn more"))),o(d,{isPrimary:!0,href:"https://account.mapbox.com/auth/signup/",target:"_blank"},__("Get Mapbox Access Token")),o("input",{className:"mapp-guide-apikey",onChange:e=>s({mapbox:e.target.value}),placeholder:__("Enter your access token here"),value:t.mapbox})),image:o("div",{className:"mapp-guide-header mapp-guide-image-small"},"google"==t.engine&&o("img",{src:mappl10n.options.baseurl+"/images/google_logo.png"}),"leaflet"==t.engine&&o("img",{src:mappl10n.options.baseurl+"/images/mapbox_logo_white.png"}))},{content:o("div",{className:"mapp-guide-page mapp-guide-gutenberg"},o("h1",null,__("Maps in the Block Editor")),o("p",null,__("MapPress provides custom block types for the Gutenberg editor.")),o("p",null,__("Just insert a MapPress Map block to get started."),o(u,{href:"https://mappresspro.com/mappress-documentation/#toc-create-a-map-with-the-gutenberg-block-editor"},__("Learn more")))),image:o("div",{className:"mapp-guide-header"},o("img",{src:mappl10n.options.baseurl+"/images/gutenberg_map_block.gif"}))},{content:o("div",{className:"mapp-guide-page mapp-guide-classic"},o("h1",null,__("Maps in the Classic Editor")),o("p",null,__('MapPress also supports the "classic" editor. Just click the MapPress button to open the map library.')),o("p",null,o(u,{href:"https://mappresspro.com/mappress-documentation/#toc-create-a-map-with-the-classic-editor"},__("Learn more")))),image:o("div",{className:"mapp-guide-header"},o("img",{src:mappl10n.options.baseurl+"/images/classic_map.gif"}))},{content:o("div",{className:"mapp-guide-page mapp-guide-library"},o("h1",null,__("Map Library")),o("p",null,__("The Map Library provides an easy way to see and edit all of your maps. The library can be opened in the post editor or from the MapPress menu.")),o("p",null,o(u,{href:"https://mappresspro.com/mappress-documentation/#toc-map-library-and-map-editors"},__("Learn more")))),image:o("div",{className:"mapp-guide-header"},o("img",{src:mappl10n.options.baseurl+"/images/library_menu.gif"}))},{content:o("div",{className:"mapp-guide-page mapp-guide-end"},o("h1",null,__("Happy Mapping")),o("p",null,__("Enjoy the plugin! Replay this guide any time from the MapPress support menu."))),image:o("div",{className:"mapp-guide-header"},o("img",{src:mappl10n.options.baseurl+"/images/icon-128x128"}))}]})}())}),mappress_support_state),document.getElementById("mapp-support-page"))},308:(e,t,a)=>{"use strict";e.exports=function(e,t){var o=String(e).replace(/^&/,"").replace(/&$/,"").split("&"),i=o.length,n=void 0,s=void 0,l=void 0,r=void 0,p=void 0,c=void 0,d=void 0,m=void 0,u=void 0,_=void 0,h=void 0,g=void 0,f=void 0,b=function(e){return decodeURIComponent(e.replace(/\+/g,"%20"))},y="undefined"!=typeof window?window:a.g;y.$locutus=y.$locutus||{};var v=y.$locutus;for(v.php=v.php||{},t||(t=y),n=0;n<i&&(u=b((m=o[n].split("="))[0]),_=m.length<2?"":b(m[1]),!(u.includes("__proto__")||u.includes("constructor")||u.includes("prototype")));n++){for(;" "===u.charAt(0);)u=u.slice(1);if(u.indexOf("\0")>-1&&(u=u.slice(0,u.indexOf("\0"))),u&&"["!==u.charAt(0)){for(g=[],h=0,s=0;s<u.length;s++)if("["!==u.charAt(s)||h){if("]"===u.charAt(s)&&h&&(g.length||g.push(u.slice(0,h-1)),g.push(u.substr(h,s-h)),h=0,"["!==u.charAt(s+1)))break}else h=s+1;for(g.length||(g=[u]),s=0;s<g[0].length&&(" "!==(d=g[0].charAt(s))&&"."!==d&&"["!==d||(g[0]=g[0].substr(0,s)+"_"+g[0].substr(s+1)),"["!==d);s++);for(c=t,s=0,f=g.length;s<f;s++){if(p=c,(""===(u=g[s].replace(/^['"]/,"").replace(/['"]$/,""))||" "===u)&&0!==s){for(r in l=-1,c)c.hasOwnProperty(r)&&+r>l&&r.match(/^\d+$/g)&&(l=+r);u=l+1}Object(c[u])!==c[u]&&(c[u]={}),c=c[u]}p[u]=_}}}}},t={};function a(o){var i=t[o];if(void 0!==i)return i.exports;var n=t[o]={exports:{}};return e[o](n,n.exports,a),n.exports}a.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return a.d(t,{a:t}),t},a.d=(e,t)=>{for(var o in t)a.o(t,o)&&!a.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:t[o]})},a.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),a.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),a.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a(371),a(787),a(844),a(215),a(713),a(123),a(521),a(999),a(805),a(24),a(816),a(378),a(670),a(218),a(824),a(477),a(429),a(214)})();
css/mappress.css CHANGED
@@ -499,48 +499,44 @@ only screen and (min-device-pixel-ratio: 2) {
499
  /*
500
  -----------------------------------------------------------------------------------
501
  Filters
 
 
 
 
 
 
 
 
 
502
  -----------------------------------------------------------------------------------
503
  */
504
 
 
 
 
 
 
 
505
  .mapp-filters-toggle {
506
- text-transform: uppercase;
 
 
 
507
  }
508
 
509
- .mapp-filters-wrapper {}
510
-
511
- .mapp-filters-body {
512
  background-color: white;
513
- display: none;
514
  flex-direction: column;
 
 
 
515
  z-index: 10003;
516
  }
517
 
518
  .mapp-filters-list {
519
- flex: 1;
520
  overflow: auto;
521
- padding: 5px 10px 5px 10px;
522
- }
523
-
524
- /* Try to override themes */
525
- .mapp-filters-body input, .mapp-filters-body input[type="text"] {
526
- margin: initial;
527
- max-width: none;
528
- padding: 5px;
529
- }
530
-
531
- .mapp-filters-body input[type="radio"], .mapp-filters-body input[type="checkbox"] {
532
- margin: initial;
533
- margin-right: 10px;
534
- }
535
-
536
- .mapp-filters-body input[type="radio"]:checked::before, .mapp-filters-body input[type="checkbox"]:checked::before {
537
- content: reset;
538
- }
539
-
540
- .mapp-filters-body select {
541
- margin: initial;
542
- max-width: none;
543
- width: 100%;
544
  }
545
 
546
  .mapp-filters-toolbar {
@@ -561,6 +557,14 @@ only screen and (min-device-pixel-ratio: 2) {
561
  white-space: nowrap;
562
  }
563
 
 
 
 
 
 
 
 
 
564
  .mapp-filter {
565
  margin-bottom: 5px;
566
  }
@@ -569,6 +573,7 @@ only screen and (min-device-pixel-ratio: 2) {
569
  font-weight: bold;
570
  padding: 10px 0;
571
  text-transform: capitalize;
 
572
  }
573
 
574
  /* Set a max-height to force column wrapping instead of rows*/
@@ -577,7 +582,7 @@ only screen and (min-device-pixel-ratio: 2) {
577
  margin-bottom: 5px;
578
  }
579
 
580
- .mapp-filter-values > label {
581
  align-items: center;
582
  color: #666;
583
  display: flex;
@@ -591,77 +596,77 @@ only screen and (min-device-pixel-ratio: 2) {
591
  margin-right: 5px;
592
  }
593
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
594
  /*
595
  Filters in header
596
  ------------------
597
  */
598
 
599
  .mapp-header .mapp-filters-wrapper {
600
- position: relative;
601
- }
602
-
603
- .mapp-header .mapp-filters-body {
604
  border: 1px solid lightgray;
 
605
  position: absolute;
606
- top: 42px; right: -5px;
607
- }
608
-
609
- /* Filters open */
610
- .mapp-view-filters .mapp-filters-body {
611
- display: flex;
612
  }
613
 
614
  /*
615
  Filters in sidebar
616
  ------------------
617
  */
618
- .mapp-list .mapp-filters-body {
619
- flex: 1;
620
- position: static;
621
- }
622
 
623
- .mapp-sidebar .mapp-filters-toggle {
624
- border: none;
625
  border-bottom: 1px solid lightgray;
626
- }
627
-
628
- .mapp-view-filters .mapp-sidebar .mapp-filters-wrapper {
629
- background-color: white;
630
- display: flex;
631
- flex-direction: column;
632
- position: absolute;
633
- top: 0; bottom: 0; left: 0; right: 0;
634
- z-index: 1;
635
- }
636
-
637
- .mapp-view-filters .mapp-sidebar .mapp-filters-body {
638
- border: none;
639
- display: flex;
640
- flex-direction: column;
641
  overflow: hidden;
 
642
  }
643
 
644
- /*
645
- Filters in mini, overrides JS max-height
646
- --------------------------------------
647
- */
648
-
649
- /*.mapp-view-mini.mapp-view-filters .mapp-filter-toggle {
650
- display: none;
651
  }
652
 
653
- .mapp-view-mini.mapp-view-filters .mapp-filter-wrapper {
654
  display: flex;
655
  position: absolute;
656
- top: 0; right: 0; bottom: 0; left: 0;
657
  }
658
 
659
- .mapp-view-mini.mapp-view-filters .mapp-filter-body {
660
  flex: 1;
661
- max-height: none !important;
662
- position: static;
663
  }
664
- */
665
 
666
  /*
667
  ------------------------------------------------------------------------------------------------------------
@@ -1150,12 +1155,13 @@ only screen and (min-device-pixel-ratio: 2) {
1150
 
1151
  .mapp-directions {
1152
  background-color: white;
 
1153
  display: none;
1154
  padding: 10px;
1155
  position: relative;
1156
  max-width: 45%;
1157
  overflow: auto;
1158
- width: 250px;
1159
  }
1160
 
1161
  .mapp-view-mini .mapp-directions {
@@ -1632,3 +1638,30 @@ img.mapp-icon, .mapp-icon img {
1632
  background-color: #357ae8;
1633
  }
1634
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
499
  /*
500
  -----------------------------------------------------------------------------------
501
  Filters
502
+ mapp-filters
503
+ mapp-filters-toggle
504
+ mapp-filters-wrapper
505
+ mapp-filters-list
506
+ mapp-filter
507
+ mapp-filter-atts
508
+ mapp-filter-label
509
+ mapp-filter-values
510
+ mapp-filters-toolbar
511
  -----------------------------------------------------------------------------------
512
  */
513
 
514
+
515
+ .mapp-filters {}
516
+
517
+ /* Used only to connect react to legacy */
518
+ .mapp-filters-component {}
519
+
520
  .mapp-filters-toggle {
521
+ align-items: center;
522
+ display: flex;
523
+ height: 35px;
524
+ justify-content: center;
525
  }
526
 
527
+ .mapp-filters-wrapper {
 
 
528
  background-color: white;
529
+ display: flex;
530
  flex-direction: column;
531
+ flex: 1;
532
+ overflow: hidden;
533
+ position: relative;
534
  z-index: 10003;
535
  }
536
 
537
  .mapp-filters-list {
 
538
  overflow: auto;
539
+ padding: 10px;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
540
  }
541
 
542
  .mapp-filters-toolbar {
557
  white-space: nowrap;
558
  }
559
 
560
+ .mapp-filters-spinner {
561
+ background: transparent url(../images/spinner-2x.gif) no-repeat center center;
562
+ height: 24px;
563
+ width: 24px;
564
+ margin-left: 10px;
565
+ margin-right: 10px;
566
+ }
567
+
568
  .mapp-filter {
569
  margin-bottom: 5px;
570
  }
573
  font-weight: bold;
574
  padding: 10px 0;
575
  text-transform: capitalize;
576
+ white-space: nowrap;
577
  }
578
 
579
  /* Set a max-height to force column wrapping instead of rows*/
582
  margin-bottom: 5px;
583
  }
584
 
585
+ .mapp-filter-values label {
586
  align-items: center;
587
  color: #666;
588
  display: flex;
596
  margin-right: 5px;
597
  }
598
 
599
+
600
+ /* Override styles from GT editor, theme */
601
+ .mapp-layout .mapp-filters .mapp-filter-values input[type="text"] {
602
+ border: 1px solid gray;
603
+ border-radius: 0;
604
+ box-shadow: none;
605
+ line-height: 1;
606
+ margin: initial;
607
+ max-width: none;
608
+ outline: none;
609
+ padding: 5px;
610
+ }
611
+
612
+ .mapp-layout .mapp-filters .mapp-filter-values input[type="radio"], .mapp-filter-values input[type="checkbox"] {
613
+ border-radius: 0;
614
+ box-shadow: none;
615
+ line-height: 1;
616
+ margin: initial;
617
+ margin-right: 10px;
618
+ outline: none;
619
+ }
620
+
621
+ .mapp-layout .mapp-filters .mapp-filter-values select {
622
+ border: 1px solid gray;
623
+ border-radius: 0;
624
+ box-shadow: none;
625
+ line-height: 1;
626
+ margin: initial;
627
+ max-width: none;
628
+ outline: none;
629
+ padding: 5px;
630
+ width: 100%;
631
+ }
632
+
633
  /*
634
  Filters in header
635
  ------------------
636
  */
637
 
638
  .mapp-header .mapp-filters-wrapper {
 
 
 
 
639
  border: 1px solid lightgray;
640
+ max-height: calc(100% - 45px);
641
  position: absolute;
642
+ top: 45px; right: 0px;
 
 
 
 
 
643
  }
644
 
645
  /*
646
  Filters in sidebar
647
  ------------------
648
  */
 
 
 
 
649
 
650
+ .mapp-sidebar .mapp-filters-component {
 
651
  border-bottom: 1px solid lightgray;
652
+ flex: 1;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
653
  overflow: hidden;
654
+ z-index: 1003;
655
  }
656
 
657
+ .mapp-sidebar .mapp-filters-toggle {
658
+ border: none;
 
 
 
 
 
659
  }
660
 
661
+ .mapp-sidebar .mapp-filters-wrapper {
662
  display: flex;
663
  position: absolute;
664
+ top: 35px; bottom: 0; right: 0; left: 0;
665
  }
666
 
667
+ .mapp-sidebar .mapp-filters-list {
668
  flex: 1;
 
 
669
  }
 
670
 
671
  /*
672
  ------------------------------------------------------------------------------------------------------------
1155
 
1156
  .mapp-directions {
1157
  background-color: white;
1158
+ border-right: 1px solid lightgray;
1159
  display: none;
1160
  padding: 10px;
1161
  position: relative;
1162
  max-width: 45%;
1163
  overflow: auto;
1164
+ width: 300px;
1165
  }
1166
 
1167
  .mapp-view-mini .mapp-directions {
1638
  background-color: #357ae8;
1639
  }
1640
 
1641
+ .mapp-button-disabled {
1642
+ color: #aaa
1643
+ }
1644
+
1645
+ .mapp-button-busy:after {
1646
+ background: transparent url(../images/spinner-2x.gif) no-repeat center center;
1647
+ background-size: 20px 20px;
1648
+ content: '';
1649
+ height: 20px;
1650
+ margin-left: 10px;
1651
+ opacity: 0.5;
1652
+ width: 20px;
1653
+ }
1654
+
1655
+ .mapp-button-caret:after {
1656
+ content: '';
1657
+ display: inline-block;
1658
+ border-left: 5px solid transparent;
1659
+ border-right: 5px solid transparent;
1660
+ border-top: 5px solid black;
1661
+ border-bottom: none;
1662
+ margin-left: 10px;
1663
+ }
1664
+
1665
+ .mapp-button-disabled.mapp-button-caret:after {
1666
+ border-top: 5px solid #aaa;
1667
+ }
css/mappress_admin.css CHANGED
@@ -1063,9 +1063,7 @@ div.mapp-control {
1063
  }
1064
 
1065
  .mapp-option-value {
1066
- display: inline-block;
1067
  flex: 1;
1068
- vertical-align: middle;
1069
  }
1070
 
1071
  .mapp-option-value select {
@@ -1161,11 +1159,19 @@ button.mapp-options-save {
1161
  margin-left: 10px;
1162
  }
1163
 
 
 
 
1164
 
1165
  .mapp-option-poilist-radios, .mapp-option-poilist-open, .mapp-option-poilist-page-size {
1166
  margin-top: 10px;
1167
  }
1168
 
 
 
 
 
 
1169
  .mapp-option-filters .mapp-option-value {
1170
  display: flex;
1171
  }
@@ -1206,6 +1212,11 @@ button.mapp-options-save {
1206
  margin-right: 2px;
1207
  }
1208
 
 
 
 
 
 
1209
  /*
1210
  -----------------------------------------------------------------------------------
1211
  Support page
@@ -2215,6 +2226,135 @@ a.mapp-templates-item {
2215
  cursor: pointer;
2216
  }
2217
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2218
  /*
2219
  -----------------------------------------------------------------------------------
2220
  Deactivate
@@ -2258,7 +2398,7 @@ a.mapp-deactivate-help {
2258
 
2259
  /*
2260
  -----------------------------------------------------------------------------------
2261
- GT Grid
2262
  -----------------------------------------------------------------------------------
2263
  */
2264
 
@@ -2277,7 +2417,7 @@ a.mapp-deactivate-help {
2277
  background-color: #f1f1f1;
2278
  border-bottom: 1px solid lightgray;
2279
  font-weight: 600;
2280
- padding: 5px;
2281
  }
2282
 
2283
  .mapp-grid-body {
@@ -2292,7 +2432,6 @@ a.mapp-deactivate-help {
2292
  border-bottom: 1px solid lightgray;
2293
  display: table-cell;
2294
  padding: 5px 10px;
2295
- text-align: center;
2296
  vertical-align: middle;
2297
  }
2298
 
@@ -2310,6 +2449,41 @@ a.mapp-deactivate-help {
2310
 
2311
  .mapp-grid-toolbar {}
2312
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2313
  /*
2314
  -----------------------------------------------------------------------------------
2315
  GT Cards
@@ -2404,7 +2578,7 @@ a.mapp-deactivate-help {
2404
  opacity: 0;
2405
  padding: 20px;
2406
  position: fixed;
2407
- z-index: 100;
2408
  }
2409
 
2410
  .mapp-snackbar-show {
@@ -2439,7 +2613,6 @@ a.mapp-deactivate-help {
2439
  margin-left: 10px !important;
2440
  }
2441
 
2442
- .mapp-destructive {
2443
  color: #b32d2e;
2444
- }
2445
  }
1063
  }
1064
 
1065
  .mapp-option-value {
 
1066
  flex: 1;
 
1067
  }
1068
 
1069
  .mapp-option-value select {
1159
  margin-left: 10px;
1160
  }
1161
 
1162
+ .mapp-option-line-options .mapp-control {
1163
+ margin-right: 20px;
1164
+ }
1165
 
1166
  .mapp-option-poilist-radios, .mapp-option-poilist-open, .mapp-option-poilist-page-size {
1167
  margin-top: 10px;
1168
  }
1169
 
1170
+ .mapp-option-filters .mapp-tabs {
1171
+ max-width: 1000px;
1172
+ width: 90%;
1173
+ }
1174
+
1175
  .mapp-option-filters .mapp-option-value {
1176
  display: flex;
1177
  }
1212
  margin-right: 2px;
1213
  }
1214
 
1215
+ button.mapp-option-geocode {
1216
+ margin-bottom: 10px;
1217
+ margin-right: 10px;
1218
+ }
1219
+
1220
  /*
1221
  -----------------------------------------------------------------------------------
1222
  Support page
2226
  cursor: pointer;
2227
  }
2228
 
2229
+ /*
2230
+ -----------------------------------------------------------------------------------
2231
+ Importer
2232
+ -----------------------------------------------------------------------------------
2233
+ */
2234
+
2235
+ .mapp-import-header {
2236
+ align-items: center;
2237
+ display: flex;
2238
+ }
2239
+
2240
+ .mapp-import-header a {
2241
+ margin-left: 20px;
2242
+ text-decoration: none;
2243
+ }
2244
+
2245
+ .mapp-import {
2246
+ margin-right: 20px;
2247
+ }
2248
+
2249
+ .mapp-import h2 {
2250
+ display: flex;
2251
+ align-items: center;
2252
+ }
2253
+
2254
+ .mapp-import .mapp-tabs {
2255
+ display : block;
2256
+ }
2257
+
2258
+ .mapp-import .mapp-tab-content {
2259
+ padding: 10px;
2260
+ }
2261
+
2262
+ .mapp-import-sheet-name {
2263
+ align-items: center;
2264
+ display: flex;
2265
+ }
2266
+
2267
+ .mapp-import-sheet-name > input {
2268
+ flex: 1;
2269
+ margin-left: 10px;
2270
+ max-width: 800px;
2271
+ }
2272
+
2273
+ .mapp-import-file-name {
2274
+ align-items : center;
2275
+ display: flex;
2276
+ }
2277
+
2278
+ .mapp-import-file-name input {
2279
+ flex: 1;
2280
+ margin-left: 10px;
2281
+ max-width: 800px;
2282
+ }
2283
+
2284
+ .mapp-import-help {
2285
+ margin-top: 20px;
2286
+ }
2287
+
2288
+ .mapp-import-help-links {
2289
+ margin-top : 40px;
2290
+ }
2291
+
2292
+ .mapp-import-overwrite-warning {
2293
+ border: 1px solid yellow;
2294
+ background: lightyellow;
2295
+ margin-bottom: 10px;
2296
+ padding: 10px;
2297
+ }
2298
+
2299
+ .mapp-import-log {
2300
+ max-height: 40vh;
2301
+ overflow: auto;
2302
+ }
2303
+
2304
+ .mapp-import-table {
2305
+ border-collapse: collapse;
2306
+ display: table;
2307
+ table-layout: fixed;
2308
+ }
2309
+
2310
+ .mapp-import-table-header {
2311
+ display: table-header-group;
2312
+ }
2313
+
2314
+ .mapp-import-table-header .mapp-import-cell {
2315
+ font-weight: bold;
2316
+ }
2317
+
2318
+ .mapp-import-cell {
2319
+ background-color: white;
2320
+ border: 1px solid lightgray;
2321
+ display: table-cell;
2322
+ overflow: hidden;
2323
+ padding: 2px 5px;
2324
+ text-overflow: ellipsis;
2325
+ }
2326
+
2327
+ .mapp-import-cell-error {
2328
+ background-color: pink;
2329
+ }
2330
+
2331
+ .mapp-import-row {
2332
+ display: table-row;
2333
+ }
2334
+
2335
+ .mapp-import-error {
2336
+ align-items: center;
2337
+ display: block;
2338
+ background-color: pink;
2339
+ border: 1px solid red;
2340
+ padding: 10px;
2341
+ }
2342
+
2343
+ .mapp-import-info {
2344
+ align-items: center;
2345
+ display: block;
2346
+ padding: 10px;
2347
+ }
2348
+
2349
+ .mapp-import-info button {
2350
+ margin-left: 20px;
2351
+ }
2352
+
2353
+ .mappress_page_mappress_import .components-modal__frame {
2354
+ max-height: none;
2355
+ }
2356
+
2357
+
2358
  /*
2359
  -----------------------------------------------------------------------------------
2360
  Deactivate
2398
 
2399
  /*
2400
  -----------------------------------------------------------------------------------
2401
+ Grid
2402
  -----------------------------------------------------------------------------------
2403
  */
2404
 
2417
  background-color: #f1f1f1;
2418
  border-bottom: 1px solid lightgray;
2419
  font-weight: 600;
2420
+ padding: 5px 10px;
2421
  }
2422
 
2423
  .mapp-grid-body {
2432
  border-bottom: 1px solid lightgray;
2433
  display: table-cell;
2434
  padding: 5px 10px;
 
2435
  vertical-align: middle;
2436
  }
2437
 
2449
 
2450
  .mapp-grid-toolbar {}
2451
 
2452
+ /*
2453
+ -----------------------------------------------------------------------------------
2454
+ Tabs
2455
+ -----------------------------------------------------------------------------------
2456
+ */
2457
+ .mapp-tabs { display: inline-block; }
2458
+
2459
+ .mapp-tabs-nav {
2460
+ border: 1px solid lightgray;
2461
+ display: flex;
2462
+ margin-bottom: 15px;
2463
+ }
2464
+
2465
+ .mapp-tab {
2466
+ align-items: center;
2467
+ border-bottom: 2px solid white;
2468
+ color: #2271b1;
2469
+ cursor: pointer;
2470
+ display: flex;
2471
+ padding: 16px;
2472
+ text-decoration: none;
2473
+ }
2474
+
2475
+ .mapp-tab:hover {
2476
+ background-color: #e9f0f5;
2477
+ }
2478
+
2479
+ .mapp-tab.mapp-active {
2480
+ border-bottom: 2px solid black;
2481
+ color: black;
2482
+ }
2483
+
2484
+ .mapp-tab-content {}
2485
+
2486
+
2487
  /*
2488
  -----------------------------------------------------------------------------------
2489
  GT Cards
2578
  opacity: 0;
2579
  padding: 20px;
2580
  position: fixed;
2581
+ z-index: 1000;
2582
  }
2583
 
2584
  .mapp-snackbar-show {
2613
  margin-left: 10px !important;
2614
  }
2615
 
2616
+ .mapp-destructive, .mapp-destructive:active, .mapp-destructive:hover {
2617
  color: #b32d2e;
 
2618
  }
languages/mappress-google-maps-for-wordpress-bg_BG-4cfebd0e75a430fc3eb311e0637a25c6.json ADDED
@@ -0,0 +1 @@
 
1
+ {"translation-revision-date":"2020-12-15 10:23-0800","generator":"WP-CLI\/2.4.0","source":"build\/index_mappress_admin.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"bg_BG","plural-forms":"nplurals=2; plural=(n != 1);"},"Settings":["\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438"],"Map Library":["\u0420\u0430\u043c\u043a\u0430 \u043d\u0430 \u043a\u0430\u0440\u0442\u0430\u0442\u0430"],"Help":[""],"No results":[""],"Add":["\u0414\u043e\u0431\u0430\u0432\u0438"],"Delete":["\u0418\u0437\u0442\u0440\u0438\u0432\u0430\u043d\u0435"],"Untitled":["\u041d\u0435\u043e\u0437\u0430\u0433\u043b\u0430\u0432\u0435\u043d\u0430"],"Google API key":["Google"],"Default":["\u041f\u043e \u043f\u043e\u0434\u0440\u0430\u0437\u0431\u0438\u0440\u0430\u043d\u0435"],"Google":["Google"],"Leaflet":[""],"Post type":["\u0412\u0438\u0434\u043e\u0432\u0435 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438"],"Automatic":["\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u043d\u043e"],"Search":[""],"Zoom":["\u041c\u0430\u0449\u0430\u0431"],"Map ID":["ID \u043d\u0430 \u043a\u0430\u0440\u0442\u0430"],"Save":["\u0417\u0430\u043f\u0438\u0441"],"Cancel":["\u041e\u0442\u043a\u0430\u0437"],"Select a map":["\u0418\u0437\u0447\u0438\u0441\u0442\u0432\u0430\u043d\u0435"],"Add New":[""],"Attached to this post":[""],"All maps":["\u0412\u0441\u0438\u0447\u043a\u0438 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438"],"Size":["\u0420\u0430\u0437\u043c\u0435\u0440"],"Map title":["\u0418\u043c\u0435 \u043d\u0430 \u043a\u0430\u0440\u0442\u0430"],"Attached to":[""],"Action":["\u041c\u0435\u0441\u0442\u043e\u043f\u043e\u043b\u043e\u0436\u0435\u043d\u0438\u0435"],"Unattached":[""],"No maps found":["\u041a\u0430\u0440\u0442\u0430\u0442\u0430 \u043d\u0435 \u0435 \u043e\u0442\u043a\u0440\u0438\u0442\u0430"],"Custom":["\u041f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0441\u043a\u043e \u043f\u043e\u043b\u0435"],"New map":["\u041d\u043e\u0432\u0430 \u043a\u0430\u0440\u0442\u0430"],"Edit map":["\u0420\u0435\u0434\u0430\u043a\u0446\u0438\u044f"],"Like the block? Upgrade to the free plugin or MapPress Pro for more features!":[""],"MapPress Pro":["MapPress"],"Free plugin":[""],"MapPress options":["MapPress"],"Map settings":["\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043d\u0430 \u043a\u0430\u0440\u0442\u0430"],"MapPress Map":["MapPress"],"Create a new map or choose one from the map library.":[""],"Insert a map":["\u0418\u0437\u0447\u0438\u0441\u0442\u0432\u0430\u043d\u0435"],"Query":[""],"Refresh map":["\u0418\u0437\u0447\u0438\u0441\u0442\u0432\u0430\u043d\u0435"],"Author":[""],"Order by":[""],"Include children":[""],"Add custom field":["\u041f\u043e\u0442\u0440\u0435\u0431\u0438\u0442\u0435\u043b\u0441\u043a\u043e \u043f\u043e\u043b\u0435"],"Field name":["\u0418\u043c\u0435 \u043d\u0430 \u0441\u0442\u0438\u043b\u0430"],"The field \"%s\" has already been added":[""],"Please enter a field name":["\u041c\u043e\u043b\u044f, \u043f\u044a\u0440\u0432\u043e \u0437\u0430\u043f\u0438\u0448\u0435\u0442\u0435 \u043a\u0430\u0440\u0442\u0430\u0442\u0430"],"Value (a or a,b,c...)":[""],"Invalid JSON":[""],"Update":[""],"Query code":["\u043a\u043e\u0434 \u043d\u0430 \u0441\u0442\u0440\u0430\u043d\u0430"],"MapPress Mashup":["MapPress"],"Insert a mashup":[""],"Options saved.":[""],"Mapping Engine":[""],"Save options":[""],"Map copied":["\u0420\u0430\u0437\u043c\u0435\u0440 \u043d\u0430 \u043a\u0430\u0440\u0442\u0430\u0442\u0430"],"Shortcode copied":[""],"post title, map title, or map id":[""],"current post":["\u0422\u0435\u043a\u0443\u0449\u0438 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438"],"Edit post":["\u0420\u0435\u0434\u0430\u043a\u0446\u0438\u044f"],"Copy":[""],"Shortcode":[""],"Delete map":["\u0418\u0437\u0442\u0440\u0438\u0432\u0430\u043d\u0435 \u043d\u0430 \u043a\u0430\u0440\u0442\u0430\u0442\u0430?"],"Viewport saved":[""],"px, %, vw":[""],"Width":["\u0428\u0438\u0440\u043e\u0447\u0438\u043d\u0430"],"px, %, vh":[""],"Height":["\u0412\u0438\u0441\u043e\u0447\u0438\u043d\u0430"],"Center\/Zoom":["\u0426\u0435\u043d\u0442\u0440\u0438\u0440\u0430\u043d\u0435"]}}}
languages/mappress-google-maps-for-wordpress-bg_BG.po CHANGED
@@ -1,18 +1,16 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: mappress\n"
4
- "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mappress-google-"
5
- "maps-for-wordpress\n"
6
- "POT-Creation-Date: 2020-12-15T18:23:01+00:00\n"
7
- "PO-Revision-Date: 2020-12-15 10:23-0800\n"
8
  "Last-Translator: Nedko Ivanov <cocacoli4ko@gmail.com>\n"
9
  "Language-Team: Nedko Ivanov\n"
10
- "Language: bg_BG\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-KeywordsList: _;gettext;gettext_noop;__;_e;esc_attr_e;esc_attr__;"
15
- "esc_html_e;esc_html__\n"
 
 
16
  "X-Poedit-Basepath: .\n"
17
  "X-Generator: Poedit 2.4.2\n"
18
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
@@ -39,23 +37,21 @@ msgstr ""
39
  msgid "https://www.mappresspro.com/chris-contact"
40
  msgstr ""
41
 
42
- #: mappress.php:171 mappress.php:701 build/index_mappress_admin.js:1
 
 
43
  msgid "Settings"
44
  msgstr "Настройки"
45
 
46
- #: mappress.php:172 build/index_mappress_admin.js:1
 
47
  #, fuzzy
48
- #| msgid "Map border"
49
  msgid "Map Library"
50
  msgstr "Рамка на картата"
51
 
52
  #: mappress.php:183
53
- msgid ""
54
- "MapPress database tables are missing. Please deactivate the plugin and "
55
- "activate it again to fix this."
56
- msgstr ""
57
- "Липсват таблици в базата даннни на MapPress. Моля деактивирайте и "
58
- "реактивирайте plugin-а за да отстраните проблема."
59
 
60
  #: mappress.php:188
61
  msgid "A Google Maps API key is required"
@@ -67,7 +63,6 @@ msgstr ""
67
 
68
  #: mappress.php:188
69
  #, fuzzy
70
- #| msgid "Map Settings"
71
  msgid "MapPress Settings"
72
  msgstr "Настройки на карта"
73
 
@@ -88,22 +83,20 @@ msgid "Please Help Spread the Word"
88
  msgstr ""
89
 
90
  #: mappress.php:285
91
- msgid ""
92
- "If you're enjoying MapPress, would you mind taking a moment to write a brief "
93
- "review? It would mean the world to me!"
94
  msgstr ""
95
 
96
  #: mappress.php:286
97
- msgid ""
98
- "If you have any issues or suggestions, please let me know. I'll be happy to "
99
- "help!"
100
  msgstr ""
101
 
102
- #: mappress.php:402 mappress.php:931
 
103
  msgid "Version"
104
  msgstr "Версия "
105
 
106
- #: mappress.php:404 build/index_mappress_admin.js:1
 
107
  msgid "Help"
108
  msgstr ""
109
 
@@ -116,9 +109,7 @@ msgid "Please enter your MapPress license key to enable plugin updates"
116
  msgstr ""
117
 
118
  #: mappress.php:477
119
- msgid ""
120
- "MapPress Gutenberg blocks require WordPress 5.3 or the latest Gutenberg "
121
- "Plugin. Please update if using the block editor."
122
  msgstr ""
123
 
124
  #: mappress.php:481
@@ -134,9 +125,7 @@ msgid "The MapPress map editor has moved!"
134
  msgstr ""
135
 
136
  #: mappress.php:488
137
- msgid ""
138
- "Use this button to open the new popup editor where you can easily create, "
139
- "edit and insert maps."
140
  msgstr ""
141
 
142
  #: mappress.php:534
@@ -157,7 +146,6 @@ msgstr ""
157
 
158
  #: mappress.php:538
159
  #, fuzzy
160
- #| msgid "Loading..."
161
  msgid "Loading"
162
  msgstr "Зареждане..."
163
 
@@ -169,13 +157,13 @@ msgstr ""
169
  msgid "Unable to get your location"
170
  msgstr "Местоположението не може да се определи"
171
 
172
- #: mappress.php:541 build/index_mappress_admin.js:1
 
173
  msgid "No results"
174
  msgstr ""
175
 
176
  #: mappress.php:542
177
  #, fuzzy
178
- #| msgid "Save Changes"
179
  msgid "Save changes?"
180
  msgstr "Записване на промените"
181
 
@@ -185,13 +173,12 @@ msgstr "Сподели"
185
 
186
  #: mappress.php:572
187
  #, fuzzy
188
- #| msgid "Delete this map?"
189
  msgid "Improve this map"
190
  msgstr "Изтриване на картата?"
191
 
192
- #: mappress.php:588 mappress.php:607
 
193
  #, fuzzy
194
- #| msgid "Street view"
195
  msgid "Streets"
196
  msgstr "Градски изглед"
197
 
@@ -201,7 +188,6 @@ msgstr ""
201
 
202
  #: mappress.php:590
203
  #, fuzzy
204
- #| msgid "Right"
205
  msgid "Light"
206
  msgstr "Дясно"
207
 
@@ -215,33 +201,38 @@ msgstr "Сателит"
215
 
216
  #: mappress.php:593
217
  #, fuzzy
218
- #| msgid "Satellite"
219
  msgid "Satellite Streets"
220
  msgstr "Сателит"
221
 
222
- #: mappress_controls.php:93 templates_admin/widgets.php:42
 
223
  #: build/index_mappress_admin.js:1
224
  msgid "Add"
225
  msgstr "Добави"
226
 
227
- #: mappress_controls.php:102 templates_admin/editor.php:47
228
- #: templates_admin/mce.php:100 templates_admin/widgets.php:94
 
 
229
  #: build/index_mappress_admin.js:1
230
  msgid "Delete"
231
  msgstr "Изтриване"
232
 
233
- #: mappress_map.php:85 mappress_settings.php:321
 
234
  msgid "MapPress"
235
  msgstr "MapPress"
236
 
237
- #: mappress_map.php:94 templates_admin/mce.php:30 templates_admin/mce.php:80
238
- #: templates_admin/mce.php:86 build/index_mappress_admin.js:1
 
 
 
239
  msgid "Untitled"
240
  msgstr "Неозаглавена"
241
 
242
  #: mappress_map.php:95
243
  #, fuzzy
244
- #| msgid "Top of post"
245
  msgid "Copy of %s"
246
  msgstr "В налалото на публикацията"
247
 
@@ -261,9 +252,9 @@ msgstr "Основни настройки"
261
  msgid "Mapping API"
262
  msgstr ""
263
 
264
- #: mappress_settings.php:92 build/index_mappress_admin.js:1
 
265
  #, fuzzy
266
- #| msgid "Google"
267
  msgid "Google API key"
268
  msgstr "Google"
269
 
@@ -285,7 +276,6 @@ msgstr "Видове публикации"
285
 
286
  #: mappress_settings.php:103
287
  #, fuzzy
288
- #| msgid "Automatic map display"
289
  msgid "Automatic display"
290
  msgstr "Автоматично показване"
291
 
@@ -293,7 +283,8 @@ msgstr "Автоматично показване"
293
  msgid "Map alignment"
294
  msgstr "Подравняване на карта"
295
 
296
- #: mappress_settings.php:105 templates/map-popup.php:3
 
297
  #: templates/mashup-popup.php:6
298
  msgid "Directions"
299
  msgstr "Упътвания"
@@ -306,7 +297,8 @@ msgstr "Настройки на POI"
306
  msgid "Default zoom"
307
  msgstr "Приближение по подразбиране"
308
 
309
- #: mappress_settings.php:110 mappress_settings.php:238
 
310
  msgid "Open first POI"
311
  msgstr "Отвори първия POI"
312
 
@@ -336,7 +328,6 @@ msgstr "Локализация"
336
 
337
  #: mappress_settings.php:121
338
  #, fuzzy
339
- #| msgid "language"
340
  msgid "Search language"
341
  msgstr "език"
342
 
@@ -364,8 +355,10 @@ msgstr ""
364
  msgid "Compatiblity"
365
  msgstr ""
366
 
367
- #: mappress_settings.php:175 mappress_settings.php:244
368
- #: pro/mappress_pro_settings.php:234 templates_admin/widgets.php:78
 
 
369
  #: build/index_mappress_admin.js:1
370
  msgid "Default"
371
  msgstr "По подразбиране"
@@ -394,7 +387,8 @@ msgstr "В налалото на публикацията"
394
  msgid "Bottom of post"
395
  msgstr "В края на публикацията"
396
 
397
- #: mappress_settings.php:199 mappress_settings.php:243
 
398
  msgid "(list)"
399
  msgstr ""
400
 
@@ -406,8 +400,10 @@ msgstr ""
406
  msgid "Prevent other plugins/themes from loading the Google Maps API"
407
  msgstr ""
408
 
409
- #: mappress_settings.php:212 mappress_settings.php:221
410
- #: pro/mappress_pro_settings.php:232 build/index_mappress_admin.js:1
 
 
411
  msgid "Google"
412
  msgstr "Google"
413
 
@@ -415,17 +411,17 @@ msgstr "Google"
415
  msgid "Inline"
416
  msgstr "На един ред"
417
 
418
- #: mappress_settings.php:221 build/index_mappress_admin.js:1
 
419
  msgid "Leaflet"
420
  msgstr ""
421
 
422
  #: mappress_settings.php:223
423
- msgid ""
424
- "Leaflet is free and requires no API key. Google requires an API key and has "
425
- "strict usage limits."
426
  msgstr ""
427
 
428
- #: mappress_settings.php:229 mappress_settings.php:232
 
429
  msgid "Output scripts in footer"
430
  msgstr ""
431
 
@@ -445,21 +441,20 @@ msgstr ""
445
  msgid "Enter token to use Mapbox map tiles"
446
  msgstr ""
447
 
448
- #: mappress_settings.php:257 mappress_settings.php:262
 
449
  #, fuzzy
450
- #| msgid "Map controls"
451
  msgid "Map type control"
452
  msgstr "Управление на карта"
453
 
454
  #: mappress_settings.php:258
455
  #, fuzzy
456
- #| msgid "Street view"
457
  msgid "Street view control"
458
  msgstr "Градски изглед"
459
 
460
- #: mappress_settings.php:259 mappress_settings.php:263
 
461
  #, fuzzy
462
- #| msgid "Show control"
463
  msgid "Zoom control"
464
  msgstr "Покажи бутони за управление"
465
 
@@ -481,7 +476,6 @@ msgstr ""
481
 
482
  #: mappress_settings.php:299
483
  #, fuzzy
484
- #| msgid "Default style"
485
  msgid "Default size"
486
  msgstr "Стил по подразбиране"
487
 
@@ -489,11 +483,13 @@ msgstr "Стил по подразбиране"
489
  msgid "Copy maps when overwriting a translation"
490
  msgstr ""
491
 
492
- #: mappress_settings.php:326 mappress_settings.php:334
 
493
  msgid "Save Changes"
494
  msgstr "Записване на промените"
495
 
496
- #: mappress_settings.php:327 mappress_settings.php:335
 
497
  msgid "Reset Defaults"
498
  msgstr "Изчистване на промените"
499
 
@@ -501,22 +497,24 @@ msgstr "Изчистване на промените"
501
  msgid "Address"
502
  msgstr "Адрес"
503
 
504
- #: mappress_template.php:35 pro/mappress_pro_settings.php:338
 
505
  msgid "Body"
506
  msgstr "Тяло"
507
 
508
- #: mappress_template.php:36 pro/mappress_pro_settings.php:174
 
509
  #: pro/mappress_pro_settings.php:338
510
  msgid "Icon"
511
  msgstr "Икона"
512
 
513
  #: mappress_template.php:37
514
  #, fuzzy
515
- #| msgid "Thumbnail Size"
516
  msgid "Thumbnail"
517
  msgstr "Размер на миниатюра"
518
 
519
- #: mappress_template.php:38 pro/mappress_pro_settings.php:338
 
520
  msgid "Title"
521
  msgstr "Заглавие"
522
 
@@ -524,15 +522,17 @@ msgstr "Заглавие"
524
  msgid "Url"
525
  msgstr ""
526
 
527
- #: mappress_template.php:40 pro/mappress_filter.php:120
 
528
  #: pro/mappress_pro_settings.php:343
529
  msgid "Custom Field"
530
  msgstr "Потребителско поле"
531
 
532
- #: pro/mappress_filter.php:84 pro/mappress_filter.php:133
533
- #: pro/mappress_pro_settings.php:167 build/index_mappress_admin.js:1
 
 
534
  #, fuzzy
535
- #| msgid "Post types"
536
  msgid "Post type"
537
  msgstr "Видове публикации"
538
 
@@ -542,7 +542,6 @@ msgstr ""
542
 
543
  #: pro/mappress_filter.php:120
544
  #, fuzzy
545
- #| msgid "Post title"
546
  msgid "Post field"
547
  msgstr "Заглавие на публикация"
548
 
@@ -550,8 +549,10 @@ msgstr "Заглавие на публикация"
550
  msgid "Invalid geocoder: %s"
551
  msgstr ""
552
 
553
- #: pro/mappress_geocoder.php:59 pro/mappress_geocoder.php:110
554
- #: pro/mappress_geocoder.php:147 pro/mappress_geocoder.php:192
 
 
555
  msgid "No results for address: %s"
556
  msgstr "Няма резултати за адрес: %s"
557
 
@@ -561,7 +562,6 @@ msgstr ""
561
 
562
  #: pro/mappress_geocoder.php:100
563
  #, fuzzy
564
- #| msgid "Invalid status: %s, address: %s"
565
  msgid "Invalid status: %s, %s Address: %s"
566
  msgstr "Невалиден статус: %s, адрес: %s"
567
 
@@ -581,7 +581,8 @@ msgstr ""
581
  msgid "Files error: "
582
  msgstr ""
583
 
584
- #: pro/mappress_meta.php:109 build/index_mappress_admin.js:1
 
585
  msgid "Automatic"
586
  msgstr "Автоматично"
587
 
@@ -591,13 +592,11 @@ msgstr ""
591
 
592
  #: pro/mappress_pro_settings.php:17
593
  #, fuzzy
594
- #| msgid "Version"
595
  msgid "Beta versions"
596
  msgstr "Версия "
597
 
598
  #: pro/mappress_pro_settings.php:21
599
  #, fuzzy
600
- #| msgid "Geocoder(s)"
601
  msgid "Geocoder"
602
  msgstr "Geocoder(s)"
603
 
@@ -607,7 +606,6 @@ msgstr "POI лист"
607
 
608
  #: pro/mappress_pro_settings.php:24
609
  #, fuzzy
610
- #| msgid "POI list"
611
  msgid "POI list layout"
612
  msgstr "POI лист"
613
 
@@ -625,7 +623,6 @@ msgstr ""
625
 
626
  #: pro/mappress_pro_settings.php:30
627
  #, fuzzy
628
- #| msgid "Post types"
629
  msgid "Popup type"
630
  msgstr "Видове публикации"
631
 
@@ -635,13 +632,11 @@ msgstr "Икона по подразбиране"
635
 
636
  #: pro/mappress_pro_settings.php:33
637
  #, fuzzy
638
- #| msgid "Custom icons directory"
639
  msgid "Icon directory"
640
  msgstr "Папка с индивидуални икони"
641
 
642
  #: pro/mappress_pro_settings.php:34
643
  #, fuzzy
644
- #| msgid "Custom icons directory"
645
  msgid "Custom icons"
646
  msgstr "Папка с индивидуални икони"
647
 
@@ -651,28 +646,28 @@ msgstr ""
651
 
652
  #: pro/mappress_pro_settings.php:36
653
  #, fuzzy
654
- #| msgid "Automatic"
655
  msgid "Automatic icons"
656
  msgstr "Автоматично"
657
 
658
- #: pro/mappress_pro_settings.php:38 templates/map.php:51
659
- #: templates_admin/mce.php:13 build/index_mappress_admin.js:1
 
 
660
  msgid "Search"
661
  msgstr ""
662
 
663
- #: pro/mappress_pro_settings.php:40 templates/map.php:58
 
664
  msgid "Filter"
665
  msgstr ""
666
 
667
  #: pro/mappress_pro_settings.php:41
668
  #, fuzzy
669
- #| msgid "POI title"
670
  msgid "POI content"
671
  msgstr "Заглавие на POI"
672
 
673
  #: pro/mappress_pro_settings.php:42
674
  #, fuzzy
675
- #| msgid "POI links"
676
  msgid "POI click"
677
  msgstr "Връзки на POI"
678
 
@@ -682,17 +677,16 @@ msgstr ""
682
 
683
  #: pro/mappress_pro_settings.php:44
684
  #, fuzzy
685
- #| msgid "Thumbnail Size"
686
  msgid "Thumbnails"
687
  msgstr "Размер на миниатюра"
688
 
689
  #: pro/mappress_pro_settings.php:45
690
  #, fuzzy
691
- #| msgid "Thumbnail Size"
692
  msgid "Thumbnail size"
693
  msgstr "Размер на миниатюра"
694
 
695
- #: pro/mappress_pro_settings.php:48 pro/mappress_pro_settings.php:50
 
696
  msgid "Styled maps"
697
  msgstr "Стилизирани карти"
698
 
@@ -710,7 +704,6 @@ msgstr ""
710
 
711
  #: pro/mappress_pro_settings.php:56
712
  #, fuzzy
713
- #| msgid "Geocoding fields"
714
  msgid "Geocoding errors"
715
  msgstr "Полета за Geocoding"
716
 
@@ -720,11 +713,11 @@ msgstr ""
720
 
721
  #: pro/mappress_pro_settings.php:61
722
  #, fuzzy
723
- #| msgid "Custom Field"
724
  msgid "Custom templates"
725
  msgstr "Потребителско поле"
726
 
727
- #: pro/mappress_pro_settings.php:62 pro/mappress_pro_settings.php:227
 
728
  msgid "Force resize"
729
  msgstr "Принудително преоразмеряване"
730
 
@@ -766,7 +759,6 @@ msgstr ""
766
 
767
  #: pro/mappress_pro_settings.php:224
768
  #, fuzzy
769
- #| msgid "Permanently resize existing maps"
770
  msgid "Permanently resize existing maps (classic editor only)"
771
  msgstr "Трайно преоразмеряване на съществуващите карти"
772
 
@@ -786,7 +778,8 @@ msgstr "По-специално"
786
  msgid "MapBox"
787
  msgstr ""
788
 
789
- #: pro/mappress_pro_settings.php:246 templates_admin/widgets.php:68
 
790
  msgid "Edit"
791
  msgstr "Редакция"
792
 
@@ -800,19 +793,16 @@ msgstr ""
800
 
801
  #: pro/mappress_pro_settings.php:268
802
  #, fuzzy
803
- #| msgid "Reset map"
804
  msgid "Left of map"
805
  msgstr "Изчистване"
806
 
807
  #: pro/mappress_pro_settings.php:269
808
  #, fuzzy
809
- #| msgid "Show map"
810
  msgid "Below map"
811
  msgstr "Покажи картата"
812
 
813
  #: pro/mappress_pro_settings.php:275
814
  #, fuzzy
815
- #| msgid "Get Directions"
816
  msgid "Get license"
817
  msgstr "Изтегли упътвания"
818
 
@@ -828,7 +818,8 @@ msgstr ""
828
  msgid "Check now"
829
  msgstr ""
830
 
831
- #: pro/mappress_pro_settings.php:299 pro/mappress_updater.php:116
 
832
  msgid "Communication error, please try again later"
833
  msgstr ""
834
 
@@ -838,25 +829,21 @@ msgstr ""
838
 
839
  #: pro/mappress_pro_settings.php:305
840
  #, fuzzy
841
- #| msgid "POI title"
842
  msgid "POI title + POI body"
843
  msgstr "Заглавие на POI"
844
 
845
  #: pro/mappress_pro_settings.php:305
846
  #, fuzzy
847
- #| msgid "Post excerpt"
848
  msgid "Post title + post excerpt"
849
  msgstr "Откъс на публикация"
850
 
851
  #: pro/mappress_pro_settings.php:310
852
  #, fuzzy
853
- #| msgid "Open the POI"
854
  msgid "Open POI"
855
  msgstr "Отваряне на POI"
856
 
857
  #: pro/mappress_pro_settings.php:310
858
  #, fuzzy
859
- #| msgid "Current posts"
860
  msgid "Open post"
861
  msgstr "Текущи публикации"
862
 
@@ -874,7 +861,6 @@ msgstr ""
874
 
875
  #: pro/mappress_pro_settings.php:337
876
  #, fuzzy
877
- #| msgid "Address Line 1"
878
  msgid "Address line "
879
  msgstr "Адрес ред 1"
880
 
@@ -886,19 +872,18 @@ msgstr "Ширина"
886
  msgid "Longitude"
887
  msgstr "Дължина"
888
 
889
- #: pro/mappress_pro_settings.php:338 build/index_mappress_admin.js:1
 
890
  msgid "Zoom"
891
  msgstr "Мащаб"
892
 
893
  #: pro/mappress_pro_settings.php:343
894
  #, fuzzy
895
- #| msgid "Map size"
896
  msgid "Map Field"
897
  msgstr "Размер на картата"
898
 
899
  #: pro/mappress_pro_settings.php:356
900
  #, fuzzy
901
- #| msgid "Overwrite existing maps when upating"
902
  msgid "Overwrite maps when posts are saved"
903
  msgstr "Презапиши съществуващите карти при обновяване"
904
 
@@ -908,19 +893,16 @@ msgstr ""
908
 
909
  #: pro/mappress_pro_settings.php:365
910
  #, fuzzy
911
- #| msgid "Show a list of POIs under each map"
912
  msgid "Show a list of POIs with each map"
913
  msgstr "Показвай лист с POI под всяка карта"
914
 
915
  #: pro/mappress_pro_settings.php:373
916
  #, fuzzy
917
- #| msgid "Enable"
918
  msgid "Enable search"
919
  msgstr "Включи"
920
 
921
  #: pro/mappress_pro_settings.php:377
922
  #, fuzzy
923
- #| msgid "Show POI list"
924
  msgid "Sort POI list by title"
925
  msgstr "Покажи лист с POI"
926
 
@@ -930,17 +912,16 @@ msgstr "Не са въведени никакви стилове"
930
 
931
  #: pro/mappress_pro_settings.php:392
932
  #, fuzzy
933
- #| msgid "Styled Maps"
934
  msgid "Snazzy Maps"
935
  msgstr "Стилизирани карти"
936
 
937
  #: pro/mappress_pro_settings.php:393
938
  #, fuzzy
939
- #| msgid "Enter JSON for %s from Google's %s"
940
  msgid "Enter JSON from %s"
941
  msgstr "Въведи JSON за %s от %s на Google"
942
 
943
- #: pro/mappress_pro_settings.php:397 pro/mappress_pro_settings.php:413
 
944
  msgid "Style name"
945
  msgstr "Име на стила"
946
 
@@ -950,7 +931,6 @@ msgstr ""
950
 
951
  #: pro/mappress_pro_settings.php:410
952
  #, fuzzy
953
- #| msgid "Enter sizes in px or %"
954
  msgid "Enter styles from %s"
955
  msgstr "Въведете размер в px или %"
956
 
@@ -974,11 +954,13 @@ msgstr "Показвай миниатюри на снимките към пуб
974
  msgid "JSON error"
975
  msgstr ""
976
 
977
- #: pro/mappress_widget.php:69 pro/mappress_widget_map.php:56
 
978
  msgid "Widget title"
979
  msgstr "Име на уиджет-а"
980
 
981
- #: pro/mappress_widget.php:74 pro/mappress_widget_map.php:66
 
982
  msgid "Map size"
983
  msgstr "Размер на картата"
984
 
@@ -1006,20 +988,25 @@ msgstr "Персонална заявка"
1006
  msgid "Learn about queries"
1007
  msgstr "Научи повече за заявките"
1008
 
1009
- #: pro/mappress_widget.php:94 pro/mappress_widget_map.php:74
 
1010
  msgid "Show POI list"
1011
  msgstr "Покажи лист с POI"
1012
 
1013
- #: pro/mappress_widget.php:101 pro/mappress_widget_map.php:81
 
1014
  msgid "Other Settings"
1015
  msgstr "Други настройки"
1016
 
1017
- #: pro/mappress_widget.php:104 pro/mappress_widget_map.php:84
 
1018
  msgid "Example: initialopeninfo=\"true\""
1019
  msgstr ""
1020
 
1021
- #: pro/mappress_widget_map.php:61 templates_admin/mce.php:49
1022
- #: templates_admin/mce.php:69 build/index_mappress_admin.js:1
 
 
1023
  msgid "Map ID"
1024
  msgstr "ID на карта"
1025
 
@@ -1037,19 +1024,16 @@ msgstr ""
1037
 
1038
  #: templates/map-filters.php:13
1039
  #, fuzzy
1040
- #| msgid "Reset map"
1041
  msgid "Reset"
1042
  msgstr "Изчистване"
1043
 
1044
  #: templates/map-loop.php:3
1045
  #, fuzzy
1046
- #| msgid "Reset Defaults"
1047
  msgid "Results"
1048
  msgstr "Изчистване на промените"
1049
 
1050
  #: templates/map.php:53
1051
  #, fuzzy
1052
- #| msgid "Location"
1053
  msgid "Your Location"
1054
  msgstr "Местоположение"
1055
 
@@ -1075,13 +1059,11 @@ msgstr "Транспорт"
1075
 
1076
  #: templates/map.php:84
1077
  #, fuzzy
1078
- #| msgid "Show POI list"
1079
  msgid "Show List"
1080
  msgstr "Покажи лист с POI"
1081
 
1082
  #: templates/map.php:85
1083
  #, fuzzy
1084
- #| msgid "Show map"
1085
  msgid "Show Map"
1086
  msgstr "Покажи картата"
1087
 
@@ -1097,39 +1079,44 @@ msgstr "HTML"
1097
  msgid "Add Media"
1098
  msgstr ""
1099
 
1100
- #: templates_admin/editor.php:45 templates_admin/mce.php:55
1101
- #: templates_admin/widgets.php:91 build/index_mappress_admin.js:1
 
 
1102
  msgid "Save"
1103
  msgstr "Запис"
1104
 
1105
- #: templates_admin/editor.php:46 templates_admin/mce.php:56
1106
- #: templates_admin/widgets.php:92 build/index_mappress_admin.js:1
 
 
1107
  msgid "Cancel"
1108
  msgstr "Отказ"
1109
 
1110
- #: templates_admin/mce.php:6 build/index_mappress_admin.js:1
 
1111
  #, fuzzy
1112
- #| msgid "Reset map"
1113
  msgid "Select a map"
1114
  msgstr "Изчистване"
1115
 
1116
- #: templates_admin/mce.php:7 build/index_mappress_admin.js:1
 
1117
  msgid "Add New"
1118
  msgstr ""
1119
 
1120
  #: templates_admin/mce.php:14
1121
  #, fuzzy
1122
- #| msgid "Post title"
1123
  msgid "post title"
1124
  msgstr "Заглавие на публикация"
1125
 
1126
- #: templates_admin/mce.php:18 build/index_mappress_admin.js:1
 
1127
  msgid "Attached to this post"
1128
  msgstr ""
1129
 
1130
- #: templates_admin/mce.php:19 build/index_mappress_admin.js:1
 
1131
  #, fuzzy
1132
- #| msgid "All posts"
1133
  msgid "All maps"
1134
  msgstr "Всички публикации"
1135
 
@@ -1137,7 +1124,8 @@ msgstr "Всички публикации"
1137
  msgid "Close"
1138
  msgstr "Затвори"
1139
 
1140
- #: templates_admin/mce.php:35 build/index_mappress_admin.js:1
 
1141
  msgid "Size"
1142
  msgstr "Размер"
1143
 
@@ -1145,29 +1133,30 @@ msgstr "Размер"
1145
  msgid "Save center / zoom"
1146
  msgstr ""
1147
 
1148
- #: templates_admin/mce.php:68 build/index_mappress_admin.js:1
 
1149
  #, fuzzy
1150
- #| msgid "Map Title"
1151
  msgid "Map title"
1152
  msgstr "Име на карта"
1153
 
1154
- #: templates_admin/mce.php:71 build/index_mappress_admin.js:1
 
1155
  msgid "Attached to"
1156
  msgstr ""
1157
 
1158
- #: templates_admin/mce.php:73 build/index_mappress_admin.js:1
 
1159
  #, fuzzy
1160
- #| msgid "Location"
1161
  msgid "Action"
1162
  msgstr "Местоположение"
1163
 
1164
  #: templates_admin/mce.php:87
1165
  #, fuzzy
1166
- #| msgid "Current posts"
1167
  msgid "Current post"
1168
  msgstr "Текущи публикации"
1169
 
1170
- #: templates_admin/mce.php:92 build/index_mappress_admin.js:1
 
1171
  msgid "Unattached"
1172
  msgstr ""
1173
 
@@ -1175,9 +1164,9 @@ msgstr ""
1175
  msgid "Insert into post"
1176
  msgstr "Вмъкване в публикацията"
1177
 
1178
- #: templates_admin/mce.php:107 build/index_mappress_admin.js:1
 
1179
  #, fuzzy
1180
- #| msgid "Map not found"
1181
  msgid "No maps found"
1182
  msgstr "Картата не е открита"
1183
 
@@ -1191,7 +1180,6 @@ msgstr "Тежест"
1191
 
1192
  #: templates_admin/widgets.php:28
1193
  #, fuzzy
1194
- #| msgid "No styles have been defined yet"
1195
  msgid "No custom icons have been added yet."
1196
  msgstr "Не са въведени никакви стилове"
1197
 
@@ -1205,246 +1193,35 @@ msgstr ""
1205
 
1206
  #: templates_admin/widgets.php:67
1207
  #, fuzzy
1208
- #| msgid "Map size"
1209
  msgid "Map list item"
1210
  msgstr "Размер на картата"
1211
 
1212
  #: templates_admin/widgets.php:67
1213
  #, fuzzy
1214
- #| msgid "Mashups"
1215
  msgid "Mashup popup"
1216
  msgstr "Mashups"
1217
 
1218
  #: templates_admin/widgets.php:67
1219
  #, fuzzy
1220
- #| msgid "Mashup POI title"
1221
  msgid "Mashup list item"
1222
  msgstr "Mashup POI заглавие"
1223
 
1224
  #: templates_admin/widgets.php:74
1225
  #, fuzzy
1226
- #| msgid "New Map"
1227
  msgid "New"
1228
  msgstr "Нова карта"
1229
 
1230
- #: templates_admin/widgets.php:74 build/index_mappress_admin.js:1
 
1231
  #, fuzzy
1232
- #| msgid "Custom Field"
1233
  msgid "Custom"
1234
  msgstr "Потребителско поле"
1235
 
1236
  #: templates_admin/widgets.php:77
1237
  #, fuzzy
1238
- #| msgid "Edit"
1239
  msgid "Editor"
1240
  msgstr "Редакция"
1241
 
1242
- #: build/index_mappress_admin.js:1
1243
- #, fuzzy
1244
- #| msgid "New Map"
1245
- msgid "New map"
1246
- msgstr "Нова карта"
1247
-
1248
- #: build/index_mappress_admin.js:1
1249
- #, fuzzy
1250
- #| msgid "Edit"
1251
- msgid "Edit map"
1252
- msgstr "Редакция"
1253
-
1254
- #: build/index_mappress_admin.js:1
1255
- msgid ""
1256
- "Like the block? Upgrade to the free plugin or MapPress Pro for more "
1257
- "features!"
1258
- msgstr ""
1259
-
1260
- #: build/index_mappress_admin.js:1
1261
- #, fuzzy
1262
- #| msgid "MapPress"
1263
- msgid "MapPress Pro"
1264
- msgstr "MapPress"
1265
-
1266
- #: build/index_mappress_admin.js:1
1267
- msgid "Free plugin"
1268
- msgstr ""
1269
-
1270
- #: build/index_mappress_admin.js:1
1271
- #, fuzzy
1272
- #| msgid "MapPress"
1273
- msgid "MapPress options"
1274
- msgstr "MapPress"
1275
-
1276
- #: build/index_mappress_admin.js:1
1277
- #, fuzzy
1278
- #| msgid "Map Settings"
1279
- msgid "Map settings"
1280
- msgstr "Настройки на карта"
1281
-
1282
- #: build/index_mappress_admin.js:1
1283
- #, fuzzy
1284
- #| msgid "MapPress"
1285
- msgid "MapPress Map"
1286
- msgstr "MapPress"
1287
-
1288
- #: build/index_mappress_admin.js:1
1289
- msgid "Create a new map or choose one from the map library."
1290
- msgstr ""
1291
-
1292
- #: build/index_mappress_admin.js:1
1293
- #, fuzzy
1294
- #| msgid "Reset map"
1295
- msgid "Insert a map"
1296
- msgstr "Изчистване"
1297
-
1298
- #: build/index_mappress_admin.js:1
1299
- msgid "Query"
1300
- msgstr ""
1301
-
1302
- #: build/index_mappress_admin.js:1
1303
- #, fuzzy
1304
- #| msgid "Reset map"
1305
- msgid "Refresh map"
1306
- msgstr "Изчистване"
1307
-
1308
- #: build/index_mappress_admin.js:1
1309
- msgid "Author"
1310
- msgstr ""
1311
-
1312
- #: build/index_mappress_admin.js:1
1313
- msgid "Order by"
1314
- msgstr ""
1315
-
1316
- #: build/index_mappress_admin.js:1
1317
- msgid "Include children"
1318
- msgstr ""
1319
-
1320
- #: build/index_mappress_admin.js:1
1321
- #, fuzzy
1322
- #| msgid "Custom Field"
1323
- msgid "Add custom field"
1324
- msgstr "Потребителско поле"
1325
-
1326
- #: build/index_mappress_admin.js:1
1327
- #, fuzzy
1328
- #| msgid "Style name"
1329
- msgid "Field name"
1330
- msgstr "Име на стила"
1331
-
1332
- #: build/index_mappress_admin.js:1
1333
- msgid "The field \"%s\" has already been added"
1334
- msgstr ""
1335
-
1336
- #: build/index_mappress_admin.js:1
1337
- #, fuzzy
1338
- #| msgid "Please save the map first"
1339
- msgid "Please enter a field name"
1340
- msgstr "Моля, първо запишете картата"
1341
-
1342
- #: build/index_mappress_admin.js:1
1343
- msgid "Value (a or a,b,c...)"
1344
- msgstr ""
1345
-
1346
- #: build/index_mappress_admin.js:1
1347
- msgid "Invalid JSON"
1348
- msgstr ""
1349
-
1350
- #: build/index_mappress_admin.js:1
1351
- msgid "Update"
1352
- msgstr ""
1353
-
1354
- #: build/index_mappress_admin.js:1
1355
- #, fuzzy
1356
- #| msgid "country code"
1357
- msgid "Query code"
1358
- msgstr "код на страна"
1359
-
1360
- #: build/index_mappress_admin.js:1
1361
- #, fuzzy
1362
- #| msgid "MapPress"
1363
- msgid "MapPress Mashup"
1364
- msgstr "MapPress"
1365
-
1366
- #: build/index_mappress_admin.js:1
1367
- msgid "Insert a mashup"
1368
- msgstr ""
1369
-
1370
- #: build/index_mappress_admin.js:1
1371
- msgid "Options saved."
1372
- msgstr ""
1373
-
1374
- #: build/index_mappress_admin.js:1
1375
- msgid "Mapping Engine"
1376
- msgstr ""
1377
-
1378
- #: build/index_mappress_admin.js:1
1379
- msgid "Save options"
1380
- msgstr ""
1381
-
1382
- #: build/index_mappress_admin.js:1
1383
- #, fuzzy
1384
- #| msgid "Map size"
1385
- msgid "Map copied"
1386
- msgstr "Размер на картата"
1387
-
1388
- #: build/index_mappress_admin.js:1
1389
- msgid "Shortcode copied"
1390
- msgstr ""
1391
-
1392
- #: build/index_mappress_admin.js:1
1393
- msgid "post title, map title, or map id"
1394
- msgstr ""
1395
-
1396
- #: build/index_mappress_admin.js:1
1397
- #, fuzzy
1398
- #| msgid "Current posts"
1399
- msgid "current post"
1400
- msgstr "Текущи публикации"
1401
-
1402
- #: build/index_mappress_admin.js:1
1403
- #, fuzzy
1404
- #| msgid "Edit"
1405
- msgid "Edit post"
1406
- msgstr "Редакция"
1407
-
1408
- #: build/index_mappress_admin.js:1
1409
- msgid "Copy"
1410
- msgstr ""
1411
-
1412
- #: build/index_mappress_admin.js:1
1413
- msgid "Shortcode"
1414
- msgstr ""
1415
-
1416
- #: build/index_mappress_admin.js:1
1417
- #, fuzzy
1418
- #| msgid "Delete this map?"
1419
- msgid "Delete map"
1420
- msgstr "Изтриване на картата?"
1421
-
1422
- #: build/index_mappress_admin.js:1
1423
- msgid "Viewport saved"
1424
- msgstr ""
1425
-
1426
- #: build/index_mappress_admin.js:1
1427
- msgid "px, %, vw"
1428
- msgstr ""
1429
-
1430
- #: build/index_mappress_admin.js:1
1431
- msgid "Width"
1432
- msgstr "Широчина"
1433
-
1434
- #: build/index_mappress_admin.js:1
1435
- msgid "px, %, vh"
1436
- msgstr ""
1437
-
1438
- #: build/index_mappress_admin.js:1
1439
- msgid "Height"
1440
- msgstr "Височина"
1441
-
1442
- #: build/index_mappress_admin.js:1
1443
- #, fuzzy
1444
- #| msgid "Center"
1445
- msgid "Center/Zoom"
1446
- msgstr "Центриране"
1447
-
1448
  #: package.json
1449
  msgctxt "block description"
1450
  msgid "MapPress Maps for WordPress"
@@ -1460,18 +1237,22 @@ msgstr ""
1460
  #~ msgstr "Контакт"
1461
 
1462
  #~ msgid ""
1463
- #~ "WARNING: MapPress now requires WordPress 3.2 or higher. Please upgrade "
1464
- #~ "before using MapPress."
 
1465
  #~ msgstr ""
1466
- #~ "ВНИМАНИЕ: MapPress вече изисква WordPress 3.2 или по-висока версия. Моля, "
1467
- #~ "надстройте WordPress."
 
1468
 
1469
  #~ msgid ""
1470
- #~ "WARNING: MapPress is not compfatible with the WP-Geo plugin. Please "
1471
- #~ "deactivate or uninstall WP-Geo before using MapPress."
 
1472
  #~ msgstr ""
1473
- #~ "ВНИМАНИЕ: MapPress не е съвместим с WP-Geo plugin. Моля изключете или "
1474
- #~ "деинсталирайте WP-Geo."
 
1475
 
1476
  #~ msgid "Bike"
1477
  #~ msgstr "Велосипед"
@@ -1480,15 +1261,18 @@ msgstr ""
1480
  #~ msgstr "Единия от адресите не може да бъде открит."
1481
 
1482
  #~ msgid ""
1483
- #~ "Google cannot return directions between those addresses. There is no "
1484
- #~ "route between them or the routing information is not available."
 
1485
  #~ msgstr ""
1486
- #~ "Google не може да предостави упътвания между тези адреси. Не е налична "
1487
- #~ "достатъчно информация или не съществува маршрут между тях."
 
1488
 
1489
  #~ msgid "Unknown error, unable to return directions. Status code = "
1490
  #~ msgstr ""
1491
- #~ "Неизвестна грешка, невъзможно извличане на упътвания. Код на грешката = "
 
1492
 
1493
  #~ msgid "No matching address"
1494
  #~ msgstr "Адреса не е намерен"
@@ -1557,10 +1341,12 @@ msgstr ""
1557
  #~ msgstr "Зареди картата накрая"
1558
 
1559
  #~ msgid ""
1560
- #~ "Use the settings below to automatically create maps from custom fields."
 
1561
  #~ msgstr ""
1562
- #~ "Използвайте опцията по-долу за автоматично създаване на карти от "
1563
- #~ "потребителски полета"
 
1564
 
1565
  #~ msgid "Posts"
1566
  #~ msgstr "Публикации"
@@ -1792,7 +1578,8 @@ msgstr ""
1792
 
1793
  #~ msgid "Disable map panning when infoWindow / infoBox is opened"
1794
  #~ msgstr ""
1795
- #~ "Изключи завъртането на картата, когато е отворен infoWindow / infoBox"
 
1796
 
1797
  #~ msgid "Use existing size: "
1798
  #~ msgstr "Използвай съществуващ размер:"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: mappress\n"
4
+ "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mappress-google-maps-for-wordpress\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: 2020-12-15T18:23:01+00:00\n"
11
+ "PO-Revision-Date: 2020-12-15 10:23-0800\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 2.4.2\n"
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
37
  msgid "https://www.mappresspro.com/chris-contact"
38
  msgstr ""
39
 
40
+ #: mappress.php:171
41
+ #: mappress.php:701
42
+ #: build/index_mappress_admin.js:1
43
  msgid "Settings"
44
  msgstr "Настройки"
45
 
46
+ #: mappress.php:172
47
+ #: build/index_mappress_admin.js:1
48
  #, fuzzy
 
49
  msgid "Map Library"
50
  msgstr "Рамка на картата"
51
 
52
  #: mappress.php:183
53
+ msgid "MapPress database tables are missing. Please deactivate the plugin and activate it again to fix this."
54
+ msgstr "Липсват таблици в базата даннни на MapPress. Моля деактивирайте и реактивирайте plugin за да отстраните проблема."
 
 
 
 
55
 
56
  #: mappress.php:188
57
  msgid "A Google Maps API key is required"
63
 
64
  #: mappress.php:188
65
  #, fuzzy
 
66
  msgid "MapPress Settings"
67
  msgstr "Настройки на карта"
68
 
83
  msgstr ""
84
 
85
  #: mappress.php:285
86
+ msgid "If you're enjoying MapPress, would you mind taking a moment to write a brief review? It would mean the world to me!"
 
 
87
  msgstr ""
88
 
89
  #: mappress.php:286
90
+ msgid "If you have any issues or suggestions, please let me know. I'll be happy to help!"
 
 
91
  msgstr ""
92
 
93
+ #: mappress.php:402
94
+ #: mappress.php:931
95
  msgid "Version"
96
  msgstr "Версия "
97
 
98
+ #: mappress.php:404
99
+ #: build/index_mappress_admin.js:1
100
  msgid "Help"
101
  msgstr ""
102
 
109
  msgstr ""
110
 
111
  #: mappress.php:477
112
+ msgid "MapPress Gutenberg blocks require WordPress 5.3 or the latest Gutenberg Plugin. Please update if using the block editor."
 
 
113
  msgstr ""
114
 
115
  #: mappress.php:481
125
  msgstr ""
126
 
127
  #: mappress.php:488
128
+ msgid "Use this button to open the new popup editor where you can easily create, edit and insert maps."
 
 
129
  msgstr ""
130
 
131
  #: mappress.php:534
146
 
147
  #: mappress.php:538
148
  #, fuzzy
 
149
  msgid "Loading"
150
  msgstr "Зареждане..."
151
 
157
  msgid "Unable to get your location"
158
  msgstr "Местоположението не може да се определи"
159
 
160
+ #: mappress.php:541
161
+ #: build/index_mappress_admin.js:1
162
  msgid "No results"
163
  msgstr ""
164
 
165
  #: mappress.php:542
166
  #, fuzzy
 
167
  msgid "Save changes?"
168
  msgstr "Записване на промените"
169
 
173
 
174
  #: mappress.php:572
175
  #, fuzzy
 
176
  msgid "Improve this map"
177
  msgstr "Изтриване на картата?"
178
 
179
+ #: mappress.php:588
180
+ #: mappress.php:607
181
  #, fuzzy
 
182
  msgid "Streets"
183
  msgstr "Градски изглед"
184
 
188
 
189
  #: mappress.php:590
190
  #, fuzzy
 
191
  msgid "Light"
192
  msgstr "Дясно"
193
 
201
 
202
  #: mappress.php:593
203
  #, fuzzy
 
204
  msgid "Satellite Streets"
205
  msgstr "Сателит"
206
 
207
+ #: mappress_controls.php:93
208
+ #: templates_admin/widgets.php:42
209
  #: build/index_mappress_admin.js:1
210
  msgid "Add"
211
  msgstr "Добави"
212
 
213
+ #: mappress_controls.php:102
214
+ #: templates_admin/editor.php:47
215
+ #: templates_admin/mce.php:100
216
+ #: templates_admin/widgets.php:94
217
  #: build/index_mappress_admin.js:1
218
  msgid "Delete"
219
  msgstr "Изтриване"
220
 
221
+ #: mappress_map.php:85
222
+ #: mappress_settings.php:321
223
  msgid "MapPress"
224
  msgstr "MapPress"
225
 
226
+ #: mappress_map.php:94
227
+ #: templates_admin/mce.php:30
228
+ #: templates_admin/mce.php:80
229
+ #: templates_admin/mce.php:86
230
+ #: build/index_mappress_admin.js:1
231
  msgid "Untitled"
232
  msgstr "Неозаглавена"
233
 
234
  #: mappress_map.php:95
235
  #, fuzzy
 
236
  msgid "Copy of %s"
237
  msgstr "В налалото на публикацията"
238
 
252
  msgid "Mapping API"
253
  msgstr ""
254
 
255
+ #: mappress_settings.php:92
256
+ #: build/index_mappress_admin.js:1
257
  #, fuzzy
 
258
  msgid "Google API key"
259
  msgstr "Google"
260
 
276
 
277
  #: mappress_settings.php:103
278
  #, fuzzy
 
279
  msgid "Automatic display"
280
  msgstr "Автоматично показване"
281
 
283
  msgid "Map alignment"
284
  msgstr "Подравняване на карта"
285
 
286
+ #: mappress_settings.php:105
287
+ #: templates/map-popup.php:3
288
  #: templates/mashup-popup.php:6
289
  msgid "Directions"
290
  msgstr "Упътвания"
297
  msgid "Default zoom"
298
  msgstr "Приближение по подразбиране"
299
 
300
+ #: mappress_settings.php:110
301
+ #: mappress_settings.php:238
302
  msgid "Open first POI"
303
  msgstr "Отвори първия POI"
304
 
328
 
329
  #: mappress_settings.php:121
330
  #, fuzzy
 
331
  msgid "Search language"
332
  msgstr "език"
333
 
355
  msgid "Compatiblity"
356
  msgstr ""
357
 
358
+ #: mappress_settings.php:175
359
+ #: mappress_settings.php:244
360
+ #: pro/mappress_pro_settings.php:234
361
+ #: templates_admin/widgets.php:78
362
  #: build/index_mappress_admin.js:1
363
  msgid "Default"
364
  msgstr "По подразбиране"
387
  msgid "Bottom of post"
388
  msgstr "В края на публикацията"
389
 
390
+ #: mappress_settings.php:199
391
+ #: mappress_settings.php:243
392
  msgid "(list)"
393
  msgstr ""
394
 
400
  msgid "Prevent other plugins/themes from loading the Google Maps API"
401
  msgstr ""
402
 
403
+ #: mappress_settings.php:212
404
+ #: mappress_settings.php:221
405
+ #: pro/mappress_pro_settings.php:232
406
+ #: build/index_mappress_admin.js:1
407
  msgid "Google"
408
  msgstr "Google"
409
 
411
  msgid "Inline"
412
  msgstr "На един ред"
413
 
414
+ #: mappress_settings.php:221
415
+ #: build/index_mappress_admin.js:1
416
  msgid "Leaflet"
417
  msgstr ""
418
 
419
  #: mappress_settings.php:223
420
+ msgid "Leaflet is free and requires no API key. Google requires an API key and has strict usage limits."
 
 
421
  msgstr ""
422
 
423
+ #: mappress_settings.php:229
424
+ #: mappress_settings.php:232
425
  msgid "Output scripts in footer"
426
  msgstr ""
427
 
441
  msgid "Enter token to use Mapbox map tiles"
442
  msgstr ""
443
 
444
+ #: mappress_settings.php:257
445
+ #: mappress_settings.php:262
446
  #, fuzzy
 
447
  msgid "Map type control"
448
  msgstr "Управление на карта"
449
 
450
  #: mappress_settings.php:258
451
  #, fuzzy
 
452
  msgid "Street view control"
453
  msgstr "Градски изглед"
454
 
455
+ #: mappress_settings.php:259
456
+ #: mappress_settings.php:263
457
  #, fuzzy
 
458
  msgid "Zoom control"
459
  msgstr "Покажи бутони за управление"
460
 
476
 
477
  #: mappress_settings.php:299
478
  #, fuzzy
 
479
  msgid "Default size"
480
  msgstr "Стил по подразбиране"
481
 
483
  msgid "Copy maps when overwriting a translation"
484
  msgstr ""
485
 
486
+ #: mappress_settings.php:326
487
+ #: mappress_settings.php:334
488
  msgid "Save Changes"
489
  msgstr "Записване на промените"
490
 
491
+ #: mappress_settings.php:327
492
+ #: mappress_settings.php:335
493
  msgid "Reset Defaults"
494
  msgstr "Изчистване на промените"
495
 
497
  msgid "Address"
498
  msgstr "Адрес"
499
 
500
+ #: mappress_template.php:35
501
+ #: pro/mappress_pro_settings.php:338
502
  msgid "Body"
503
  msgstr "Тяло"
504
 
505
+ #: mappress_template.php:36
506
+ #: pro/mappress_pro_settings.php:174
507
  #: pro/mappress_pro_settings.php:338
508
  msgid "Icon"
509
  msgstr "Икона"
510
 
511
  #: mappress_template.php:37
512
  #, fuzzy
 
513
  msgid "Thumbnail"
514
  msgstr "Размер на миниатюра"
515
 
516
+ #: mappress_template.php:38
517
+ #: pro/mappress_pro_settings.php:338
518
  msgid "Title"
519
  msgstr "Заглавие"
520
 
522
  msgid "Url"
523
  msgstr ""
524
 
525
+ #: mappress_template.php:40
526
+ #: pro/mappress_filter.php:120
527
  #: pro/mappress_pro_settings.php:343
528
  msgid "Custom Field"
529
  msgstr "Потребителско поле"
530
 
531
+ #: pro/mappress_filter.php:84
532
+ #: pro/mappress_filter.php:133
533
+ #: pro/mappress_pro_settings.php:167
534
+ #: build/index_mappress_admin.js:1
535
  #, fuzzy
 
536
  msgid "Post type"
537
  msgstr "Видове публикации"
538
 
542
 
543
  #: pro/mappress_filter.php:120
544
  #, fuzzy
 
545
  msgid "Post field"
546
  msgstr "Заглавие на публикация"
547
 
549
  msgid "Invalid geocoder: %s"
550
  msgstr ""
551
 
552
+ #: pro/mappress_geocoder.php:59
553
+ #: pro/mappress_geocoder.php:110
554
+ #: pro/mappress_geocoder.php:147
555
+ #: pro/mappress_geocoder.php:192
556
  msgid "No results for address: %s"
557
  msgstr "Няма резултати за адрес: %s"
558
 
562
 
563
  #: pro/mappress_geocoder.php:100
564
  #, fuzzy
 
565
  msgid "Invalid status: %s, %s Address: %s"
566
  msgstr "Невалиден статус: %s, адрес: %s"
567
 
581
  msgid "Files error: "
582
  msgstr ""
583
 
584
+ #: pro/mappress_meta.php:109
585
+ #: build/index_mappress_admin.js:1
586
  msgid "Automatic"
587
  msgstr "Автоматично"
588
 
592
 
593
  #: pro/mappress_pro_settings.php:17
594
  #, fuzzy
 
595
  msgid "Beta versions"
596
  msgstr "Версия "
597
 
598
  #: pro/mappress_pro_settings.php:21
599
  #, fuzzy
 
600
  msgid "Geocoder"
601
  msgstr "Geocoder(s)"
602
 
606
 
607
  #: pro/mappress_pro_settings.php:24
608
  #, fuzzy
 
609
  msgid "POI list layout"
610
  msgstr "POI лист"
611
 
623
 
624
  #: pro/mappress_pro_settings.php:30
625
  #, fuzzy
 
626
  msgid "Popup type"
627
  msgstr "Видове публикации"
628
 
632
 
633
  #: pro/mappress_pro_settings.php:33
634
  #, fuzzy
 
635
  msgid "Icon directory"
636
  msgstr "Папка с индивидуални икони"
637
 
638
  #: pro/mappress_pro_settings.php:34
639
  #, fuzzy
 
640
  msgid "Custom icons"
641
  msgstr "Папка с индивидуални икони"
642
 
646
 
647
  #: pro/mappress_pro_settings.php:36
648
  #, fuzzy
 
649
  msgid "Automatic icons"
650
  msgstr "Автоматично"
651
 
652
+ #: pro/mappress_pro_settings.php:38
653
+ #: templates/map.php:51
654
+ #: templates_admin/mce.php:13
655
+ #: build/index_mappress_admin.js:1
656
  msgid "Search"
657
  msgstr ""
658
 
659
+ #: pro/mappress_pro_settings.php:40
660
+ #: templates/map.php:58
661
  msgid "Filter"
662
  msgstr ""
663
 
664
  #: pro/mappress_pro_settings.php:41
665
  #, fuzzy
 
666
  msgid "POI content"
667
  msgstr "Заглавие на POI"
668
 
669
  #: pro/mappress_pro_settings.php:42
670
  #, fuzzy
 
671
  msgid "POI click"
672
  msgstr "Връзки на POI"
673
 
677
 
678
  #: pro/mappress_pro_settings.php:44
679
  #, fuzzy
 
680
  msgid "Thumbnails"
681
  msgstr "Размер на миниатюра"
682
 
683
  #: pro/mappress_pro_settings.php:45
684
  #, fuzzy
 
685
  msgid "Thumbnail size"
686
  msgstr "Размер на миниатюра"
687
 
688
+ #: pro/mappress_pro_settings.php:48
689
+ #: pro/mappress_pro_settings.php:50
690
  msgid "Styled maps"
691
  msgstr "Стилизирани карти"
692
 
704
 
705
  #: pro/mappress_pro_settings.php:56
706
  #, fuzzy
 
707
  msgid "Geocoding errors"
708
  msgstr "Полета за Geocoding"
709
 
713
 
714
  #: pro/mappress_pro_settings.php:61
715
  #, fuzzy
 
716
  msgid "Custom templates"
717
  msgstr "Потребителско поле"
718
 
719
+ #: pro/mappress_pro_settings.php:62
720
+ #: pro/mappress_pro_settings.php:227
721
  msgid "Force resize"
722
  msgstr "Принудително преоразмеряване"
723
 
759
 
760
  #: pro/mappress_pro_settings.php:224
761
  #, fuzzy
 
762
  msgid "Permanently resize existing maps (classic editor only)"
763
  msgstr "Трайно преоразмеряване на съществуващите карти"
764
 
778
  msgid "MapBox"
779
  msgstr ""
780
 
781
+ #: pro/mappress_pro_settings.php:246
782
+ #: templates_admin/widgets.php:68
783
  msgid "Edit"
784
  msgstr "Редакция"
785
 
793
 
794
  #: pro/mappress_pro_settings.php:268
795
  #, fuzzy
 
796
  msgid "Left of map"
797
  msgstr "Изчистване"
798
 
799
  #: pro/mappress_pro_settings.php:269
800
  #, fuzzy
 
801
  msgid "Below map"
802
  msgstr "Покажи картата"
803
 
804
  #: pro/mappress_pro_settings.php:275
805
  #, fuzzy
 
806
  msgid "Get license"
807
  msgstr "Изтегли упътвания"
808
 
818
  msgid "Check now"
819
  msgstr ""
820
 
821
+ #: pro/mappress_pro_settings.php:299
822
+ #: pro/mappress_updater.php:116
823
  msgid "Communication error, please try again later"
824
  msgstr ""
825
 
829
 
830
  #: pro/mappress_pro_settings.php:305
831
  #, fuzzy
 
832
  msgid "POI title + POI body"
833
  msgstr "Заглавие на POI"
834
 
835
  #: pro/mappress_pro_settings.php:305
836
  #, fuzzy
 
837
  msgid "Post title + post excerpt"
838
  msgstr "Откъс на публикация"
839
 
840
  #: pro/mappress_pro_settings.php:310
841
  #, fuzzy
 
842
  msgid "Open POI"
843
  msgstr "Отваряне на POI"
844
 
845
  #: pro/mappress_pro_settings.php:310
846
  #, fuzzy
 
847
  msgid "Open post"
848
  msgstr "Текущи публикации"
849
 
861
 
862
  #: pro/mappress_pro_settings.php:337
863
  #, fuzzy
 
864
  msgid "Address line "
865
  msgstr "Адрес ред 1"
866
 
872
  msgid "Longitude"
873
  msgstr "Дължина"
874
 
875
+ #: pro/mappress_pro_settings.php:338
876
+ #: build/index_mappress_admin.js:1
877
  msgid "Zoom"
878
  msgstr "Мащаб"
879
 
880
  #: pro/mappress_pro_settings.php:343
881
  #, fuzzy
 
882
  msgid "Map Field"
883
  msgstr "Размер на картата"
884
 
885
  #: pro/mappress_pro_settings.php:356
886
  #, fuzzy
 
887
  msgid "Overwrite maps when posts are saved"
888
  msgstr "Презапиши съществуващите карти при обновяване"
889
 
893
 
894
  #: pro/mappress_pro_settings.php:365
895
  #, fuzzy
 
896
  msgid "Show a list of POIs with each map"
897
  msgstr "Показвай лист с POI под всяка карта"
898
 
899
  #: pro/mappress_pro_settings.php:373
900
  #, fuzzy
 
901
  msgid "Enable search"
902
  msgstr "Включи"
903
 
904
  #: pro/mappress_pro_settings.php:377
905
  #, fuzzy
 
906
  msgid "Sort POI list by title"
907
  msgstr "Покажи лист с POI"
908
 
912
 
913
  #: pro/mappress_pro_settings.php:392
914
  #, fuzzy
 
915
  msgid "Snazzy Maps"
916
  msgstr "Стилизирани карти"
917
 
918
  #: pro/mappress_pro_settings.php:393
919
  #, fuzzy
 
920
  msgid "Enter JSON from %s"
921
  msgstr "Въведи JSON за %s от %s на Google"
922
 
923
+ #: pro/mappress_pro_settings.php:397
924
+ #: pro/mappress_pro_settings.php:413
925
  msgid "Style name"
926
  msgstr "Име на стила"
927
 
931
 
932
  #: pro/mappress_pro_settings.php:410
933
  #, fuzzy
 
934
  msgid "Enter styles from %s"
935
  msgstr "Въведете размер в px или %"
936
 
954
  msgid "JSON error"
955
  msgstr ""
956
 
957
+ #: pro/mappress_widget.php:69
958
+ #: pro/mappress_widget_map.php:56
959
  msgid "Widget title"
960
  msgstr "Име на уиджет-а"
961
 
962
+ #: pro/mappress_widget.php:74
963
+ #: pro/mappress_widget_map.php:66
964
  msgid "Map size"
965
  msgstr "Размер на картата"
966
 
988
  msgid "Learn about queries"
989
  msgstr "Научи повече за заявките"
990
 
991
+ #: pro/mappress_widget.php:94
992
+ #: pro/mappress_widget_map.php:74
993
  msgid "Show POI list"
994
  msgstr "Покажи лист с POI"
995
 
996
+ #: pro/mappress_widget.php:101
997
+ #: pro/mappress_widget_map.php:81
998
  msgid "Other Settings"
999
  msgstr "Други настройки"
1000
 
1001
+ #: pro/mappress_widget.php:104
1002
+ #: pro/mappress_widget_map.php:84
1003
  msgid "Example: initialopeninfo=\"true\""
1004
  msgstr ""
1005
 
1006
+ #: pro/mappress_widget_map.php:61
1007
+ #: templates_admin/mce.php:49
1008
+ #: templates_admin/mce.php:69
1009
+ #: build/index_mappress_admin.js:1
1010
  msgid "Map ID"
1011
  msgstr "ID на карта"
1012
 
1024
 
1025
  #: templates/map-filters.php:13
1026
  #, fuzzy
 
1027
  msgid "Reset"
1028
  msgstr "Изчистване"
1029
 
1030
  #: templates/map-loop.php:3
1031
  #, fuzzy
 
1032
  msgid "Results"
1033
  msgstr "Изчистване на промените"
1034
 
1035
  #: templates/map.php:53
1036
  #, fuzzy
 
1037
  msgid "Your Location"
1038
  msgstr "Местоположение"
1039
 
1059
 
1060
  #: templates/map.php:84
1061
  #, fuzzy
 
1062
  msgid "Show List"
1063
  msgstr "Покажи лист с POI"
1064
 
1065
  #: templates/map.php:85
1066
  #, fuzzy
 
1067
  msgid "Show Map"
1068
  msgstr "Покажи картата"
1069
 
1079
  msgid "Add Media"
1080
  msgstr ""
1081
 
1082
+ #: templates_admin/editor.php:45
1083
+ #: templates_admin/mce.php:55
1084
+ #: templates_admin/widgets.php:91
1085
+ #: build/index_mappress_admin.js:1
1086
  msgid "Save"
1087
  msgstr "Запис"
1088
 
1089
+ #: templates_admin/editor.php:46
1090
+ #: templates_admin/mce.php:56
1091
+ #: templates_admin/widgets.php:92
1092
+ #: build/index_mappress_admin.js:1
1093
  msgid "Cancel"
1094
  msgstr "Отказ"
1095
 
1096
+ #: templates_admin/mce.php:6
1097
+ #: build/index_mappress_admin.js:1
1098
  #, fuzzy
 
1099
  msgid "Select a map"
1100
  msgstr "Изчистване"
1101
 
1102
+ #: templates_admin/mce.php:7
1103
+ #: build/index_mappress_admin.js:1
1104
  msgid "Add New"
1105
  msgstr ""
1106
 
1107
  #: templates_admin/mce.php:14
1108
  #, fuzzy
 
1109
  msgid "post title"
1110
  msgstr "Заглавие на публикация"
1111
 
1112
+ #: templates_admin/mce.php:18
1113
+ #: build/index_mappress_admin.js:1
1114
  msgid "Attached to this post"
1115
  msgstr ""
1116
 
1117
+ #: templates_admin/mce.php:19
1118
+ #: build/index_mappress_admin.js:1
1119
  #, fuzzy
 
1120
  msgid "All maps"
1121
  msgstr "Всички публикации"
1122
 
1124
  msgid "Close"
1125
  msgstr "Затвори"
1126
 
1127
+ #: templates_admin/mce.php:35
1128
+ #: build/index_mappress_admin.js:1
1129
  msgid "Size"
1130
  msgstr "Размер"
1131
 
1133
  msgid "Save center / zoom"
1134
  msgstr ""
1135
 
1136
+ #: templates_admin/mce.php:68
1137
+ #: build/index_mappress_admin.js:1
1138
  #, fuzzy
 
1139
  msgid "Map title"
1140
  msgstr "Име на карта"
1141
 
1142
+ #: templates_admin/mce.php:71
1143
+ #: build/index_mappress_admin.js:1
1144
  msgid "Attached to"
1145
  msgstr ""
1146
 
1147
+ #: templates_admin/mce.php:73
1148
+ #: build/index_mappress_admin.js:1
1149
  #, fuzzy
 
1150
  msgid "Action"
1151
  msgstr "Местоположение"
1152
 
1153
  #: templates_admin/mce.php:87
1154
  #, fuzzy
 
1155
  msgid "Current post"
1156
  msgstr "Текущи публикации"
1157
 
1158
+ #: templates_admin/mce.php:92
1159
+ #: build/index_mappress_admin.js:1
1160
  msgid "Unattached"
1161
  msgstr ""
1162
 
1164
  msgid "Insert into post"
1165
  msgstr "Вмъкване в публикацията"
1166
 
1167
+ #: templates_admin/mce.php:107
1168
+ #: build/index_mappress_admin.js:1
1169
  #, fuzzy
 
1170
  msgid "No maps found"
1171
  msgstr "Картата не е открита"
1172
 
1180
 
1181
  #: templates_admin/widgets.php:28
1182
  #, fuzzy
 
1183
  msgid "No custom icons have been added yet."
1184
  msgstr "Не са въведени никакви стилове"
1185
 
1193
 
1194
  #: templates_admin/widgets.php:67
1195
  #, fuzzy
 
1196
  msgid "Map list item"
1197
  msgstr "Размер на картата"
1198
 
1199
  #: templates_admin/widgets.php:67
1200
  #, fuzzy
 
1201
  msgid "Mashup popup"
1202
  msgstr "Mashups"
1203
 
1204
  #: templates_admin/widgets.php:67
1205
  #, fuzzy
 
1206
  msgid "Mashup list item"
1207
  msgstr "Mashup POI заглавие"
1208
 
1209
  #: templates_admin/widgets.php:74
1210
  #, fuzzy
 
1211
  msgid "New"
1212
  msgstr "Нова карта"
1213
 
1214
+ #: templates_admin/widgets.php:74
1215
+ #: build/index_mappress_admin.js:1
1216
  #, fuzzy
 
1217
  msgid "Custom"
1218
  msgstr "Потребителско поле"
1219
 
1220
  #: templates_admin/widgets.php:77
1221
  #, fuzzy
 
1222
  msgid "Editor"
1223
  msgstr "Редакция"
1224
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1225
  #: package.json
1226
  msgctxt "block description"
1227
  msgid "MapPress Maps for WordPress"
1237
  #~ msgstr "Контакт"
1238
 
1239
  #~ msgid ""
1240
+ "\n"
1241
+ "MapPress now requires WordPress 3.2 or higher. Please upgrade \"\n"
1242
+ "using MapPress.\""
1243
  #~ msgstr ""
1244
+ "\n"
1245
+ "MapPress вече изисква WordPress 3.2 или по-висока версия. Моля, \"\n"
1246
+ "WordPress.\""
1247
 
1248
  #~ msgid ""
1249
+ "\n"
1250
+ "MapPress is not compfatible with the WP-Geo plugin. Please \"\n"
1251
+ "or uninstall WP-Geo before using MapPress.\""
1252
  #~ msgstr ""
1253
+ "\n"
1254
+ "MapPress не е съвместим с WP-Geo plugin. Моля изключете или \"\n"
1255
+ "WP-Geo.\""
1256
 
1257
  #~ msgid "Bike"
1258
  #~ msgstr "Велосипед"
1261
  #~ msgstr "Единия от адресите не може да бъде открит."
1262
 
1263
  #~ msgid ""
1264
+ "\n"
1265
+ "cannot return directions between those addresses. There is no \"\n"
1266
+ "between them or the routing information is not available.\""
1267
  #~ msgstr ""
1268
+ "\n"
1269
+ "не може да предостави упътвания между тези адреси. Не е налична \"\n"
1270
+ "информация или не съществува маршрут между тях.\""
1271
 
1272
  #~ msgid "Unknown error, unable to return directions. Status code = "
1273
  #~ msgstr ""
1274
+ "\n"
1275
+ "грешка, невъзможно извличане на упътвания. Код на грешката = \""
1276
 
1277
  #~ msgid "No matching address"
1278
  #~ msgstr "Адреса не е намерен"
1341
  #~ msgstr "Зареди картата накрая"
1342
 
1343
  #~ msgid ""
1344
+ "\n"
1345
+ "the settings below to automatically create maps from custom fields.\""
1346
  #~ msgstr ""
1347
+ "\n"
1348
+ "опцията по-долу за автоматично създаване на карти от \"\n"
1349
+ "полета\""
1350
 
1351
  #~ msgid "Posts"
1352
  #~ msgstr "Публикации"
1578
 
1579
  #~ msgid "Disable map panning when infoWindow / infoBox is opened"
1580
  #~ msgstr ""
1581
+ "\n"
1582
+ "завъртането на картата, когато е отворен infoWindow / infoBox\""
1583
 
1584
  #~ msgid "Use existing size: "
1585
  #~ msgstr "Използвай съществуващ размер:"
languages/mappress-google-maps-for-wordpress-de_DE-4cfebd0e75a430fc3eb311e0637a25c6.json ADDED
@@ -0,0 +1 @@
 
1
+ {"translation-revision-date":"2020-12-15 11:19-0800","generator":"WP-CLI\/2.4.0","source":"build\/index_mappress_admin.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de_DE","plural-forms":"nplurals=2; plural=(n != 1);"},"Settings":["Einstellungen"],"Map Library":["Kartenrand"],"Help":[""],"No results":[""],"Add":["hinzuf\u00fcgen"],"Delete":["L\u00f6schen"],"Untitled":["Unbenannt"],"Google API key":["Google"],"Default":["Standard"],"Google":["Google"],"Leaflet":[""],"Post type":["Beitragsarten"],"Automatic":["automatische Kartendarstellung"],"Search":[""],"Zoom":["Zoom"],"Map ID":["Karten ID"],"Save":["speichern"],"Cancel":["Abbrechen"],"Select a map":["Karte zur\u00fccksetzen"],"Add New":[""],"Attached to this post":[""],"All maps":["kleinere Karte"],"Size":["Gr\u00f6\u00dfe"],"Map title":["Titel"],"Attached to":[""],"Action":["Ort"],"Unattached":[""],"No maps found":["Karte nicht gefunden"],"Custom":["eigenes CSS"],"New map":["Neue Karte"],"Edit map":["Bearbeiten"],"Like the block? Upgrade to the free plugin or MapPress Pro for more features!":[""],"MapPress Pro":["MapPress Link"],"Free plugin":[""],"MapPress options":["MapPress Link"],"Map settings":["Einstellungen"],"MapPress Map":["MapPress Link"],"Create a new map or choose one from the map library.":[""],"Insert a map":["Karte zur\u00fccksetzen"],"Query":[""],"Refresh map":["Karte zur\u00fccksetzen"],"Author":[""],"Order by":["Marker Liste"],"Include children":[""],"Add custom field":["Benutzerdefinierte Felder"],"Field name":[""],"The field \"%s\" has already been added":[""],"Please enter a field name":["Bitte speichern Sie die Karte zuerst"],"Value (a or a,b,c...)":[""],"Invalid JSON":[""],"Update":[""],"Query code":["L\u00e4ndercode"],"MapPress Mashup":["MapPress Link"],"Insert a mashup":[""],"Options saved.":["Karte gespeichert"],"Mapping Engine":[""],"Save options":[""],"Map copied":["Kartentypen"],"Shortcode copied":[""],"post title, map title, or map id":[""],"current post":["Aktuelle Karten"],"Edit post":["Bearbeiten"],"Copy":[""],"Shortcode":[""],"Delete map":["Diese Karte l\u00f6schen?"],"Viewport saved":["Karte gespeichert"],"px, %, vw":[""],"Width":["Breite"],"px, %, vh":[""],"Height":["Rechtsb\u00fcndig"],"Center\/Zoom":["Zentriert"]}}}
languages/mappress-google-maps-for-wordpress-de_DE.po CHANGED
@@ -1,16 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: MapPress v2.8 Google Maps for WordPress\n"
4
- "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mappress-google-"
5
- "maps-for-wordpress\n"
6
- "POT-Creation-Date: 2020-12-15T18:23:01+00:00\n"
7
- "PO-Revision-Date: 2020-12-15 11:19-0800\n"
8
  "Last-Translator: Michael Busch <busch@seo-traffic-guide.de>\n"
9
  "Language-Team: dewib <dewib@gmx.de>\n"
10
- "Language: de_DE\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-KeywordsList: _;gettext;gettext_noop;__;_e\n"
15
  "X-Poedit-Basepath: .\n"
16
  "X-Generator: Poedit 2.4.2\n"
@@ -36,24 +35,22 @@ msgstr ""
36
  msgid "https://www.mappresspro.com/chris-contact"
37
  msgstr ""
38
 
39
- #: mappress.php:171 mappress.php:701 build/index_mappress_admin.js:1
 
 
40
  #, fuzzy
41
  msgid "Settings"
42
  msgstr "Einstellungen"
43
 
44
- #: mappress.php:172 build/index_mappress_admin.js:1
 
45
  #, fuzzy
46
- #| msgid "Map border"
47
  msgid "Map Library"
48
  msgstr "Kartenrand"
49
 
50
  #: mappress.php:183
51
- msgid ""
52
- "MapPress database tables are missing. Please deactivate the plugin and "
53
- "activate it again to fix this."
54
- msgstr ""
55
- "MapPress Datenbanktabellen fehlen. Bitte Plugin deaktivieren und erneut "
56
- "aktivieren zur Fehlerbehebung."
57
 
58
  #: mappress.php:188
59
  msgid "A Google Maps API key is required"
@@ -65,7 +62,6 @@ msgstr ""
65
 
66
  #: mappress.php:188
67
  #, fuzzy
68
- #| msgid "Map Settings"
69
  msgid "MapPress Settings"
70
  msgstr "Einstellungen"
71
 
@@ -86,22 +82,20 @@ msgid "Please Help Spread the Word"
86
  msgstr ""
87
 
88
  #: mappress.php:285
89
- msgid ""
90
- "If you're enjoying MapPress, would you mind taking a moment to write a brief "
91
- "review? It would mean the world to me!"
92
  msgstr ""
93
 
94
  #: mappress.php:286
95
- msgid ""
96
- "If you have any issues or suggestions, please let me know. I'll be happy to "
97
- "help!"
98
  msgstr ""
99
 
100
- #: mappress.php:402 mappress.php:931
 
101
  msgid "Version"
102
  msgstr "Version"
103
 
104
- #: mappress.php:404 build/index_mappress_admin.js:1
 
105
  msgid "Help"
106
  msgstr ""
107
 
@@ -114,9 +108,7 @@ msgid "Please enter your MapPress license key to enable plugin updates"
114
  msgstr ""
115
 
116
  #: mappress.php:477
117
- msgid ""
118
- "MapPress Gutenberg blocks require WordPress 5.3 or the latest Gutenberg "
119
- "Plugin. Please update if using the block editor."
120
  msgstr ""
121
 
122
  #: mappress.php:481
@@ -129,14 +121,11 @@ msgstr ""
129
 
130
  #: mappress.php:487
131
  #, fuzzy
132
- #| msgid "There are no maps yet for this post"
133
  msgid "The MapPress map editor has moved!"
134
  msgstr "Es gibt noch keine Karten für diesen Beitrag"
135
 
136
  #: mappress.php:488
137
- msgid ""
138
- "Use this button to open the new popup editor where you can easily create, "
139
- "edit and insert maps."
140
  msgstr ""
141
 
142
  #: mappress.php:534
@@ -157,7 +146,6 @@ msgstr ""
157
 
158
  #: mappress.php:538
159
  #, fuzzy
160
- #| msgid "Loading..."
161
  msgid "Loading"
162
  msgstr "Lade…"
163
 
@@ -169,13 +157,13 @@ msgstr ""
169
  msgid "Unable to get your location"
170
  msgstr "Standortbestimmung nicht möglich"
171
 
172
- #: mappress.php:541 build/index_mappress_admin.js:1
 
173
  msgid "No results"
174
  msgstr ""
175
 
176
  #: mappress.php:542
177
  #, fuzzy
178
- #| msgid "Save Changes"
179
  msgid "Save changes?"
180
  msgstr "Änderungen speichern"
181
 
@@ -185,11 +173,11 @@ msgstr "Umriss"
185
 
186
  #: mappress.php:572
187
  #, fuzzy
188
- #| msgid "Delete this map?"
189
  msgid "Improve this map"
190
  msgstr "Diese Karte löschen?"
191
 
192
- #: mappress.php:588 mappress.php:607
 
193
  #, fuzzy
194
  msgid "Streets"
195
  msgstr "Street View"
@@ -200,7 +188,6 @@ msgstr ""
200
 
201
  #: mappress.php:590
202
  #, fuzzy
203
- #| msgid "Right"
204
  msgid "Light"
205
  msgstr "Rechtsbündig"
206
 
@@ -214,34 +201,39 @@ msgstr "Satellit"
214
 
215
  #: mappress.php:593
216
  #, fuzzy
217
- #| msgid "Satellite"
218
  msgid "Satellite Streets"
219
  msgstr "Satellit"
220
 
221
- #: mappress_controls.php:93 templates_admin/widgets.php:42
 
222
  #: build/index_mappress_admin.js:1
223
  msgid "Add"
224
  msgstr "hinzufügen"
225
 
226
- #: mappress_controls.php:102 templates_admin/editor.php:47
227
- #: templates_admin/mce.php:100 templates_admin/widgets.php:94
 
 
228
  #: build/index_mappress_admin.js:1
229
  msgid "Delete"
230
  msgstr "Löschen"
231
 
232
- #: mappress_map.php:85 mappress_settings.php:321
 
233
  #, fuzzy
234
  msgid "MapPress"
235
  msgstr "MapPress Link"
236
 
237
- #: mappress_map.php:94 templates_admin/mce.php:30 templates_admin/mce.php:80
238
- #: templates_admin/mce.php:86 build/index_mappress_admin.js:1
 
 
 
239
  msgid "Untitled"
240
  msgstr "Unbenannt"
241
 
242
  #: mappress_map.php:95
243
  #, fuzzy
244
- #| msgid "Top of post"
245
  msgid "Copy of %s"
246
  msgstr "Über dem Beitrag"
247
 
@@ -261,9 +253,9 @@ msgstr "Einstellungen"
261
  msgid "Mapping API"
262
  msgstr ""
263
 
264
- #: mappress_settings.php:92 build/index_mappress_admin.js:1
 
265
  #, fuzzy
266
- #| msgid "Google"
267
  msgid "Google API key"
268
  msgstr "Google"
269
 
@@ -285,7 +277,6 @@ msgstr "Beitragsarten"
285
 
286
  #: mappress_settings.php:103
287
  #, fuzzy
288
- #| msgid "Automatic map display"
289
  msgid "Automatic display"
290
  msgstr "automatische Kartendarstellung"
291
 
@@ -293,7 +284,8 @@ msgstr "automatische Kartendarstellung"
293
  msgid "Map alignment"
294
  msgstr "Kartenausrichtung"
295
 
296
- #: mappress_settings.php:105 templates/map-popup.php:3
 
297
  #: templates/mashup-popup.php:6
298
  msgid "Directions"
299
  msgstr "Wegbeschreibung"
@@ -306,7 +298,8 @@ msgstr "Marker-Einstellungen"
306
  msgid "Default zoom"
307
  msgstr "Standard-Zoom"
308
 
309
- #: mappress_settings.php:110 mappress_settings.php:238
 
310
  msgid "Open first POI"
311
  msgstr "Ersten Marker anzeigen"
312
 
@@ -336,7 +329,6 @@ msgstr "Übersetzung"
336
 
337
  #: mappress_settings.php:121
338
  #, fuzzy
339
- #| msgid "language"
340
  msgid "Search language"
341
  msgstr "Sprache"
342
 
@@ -354,7 +346,6 @@ msgstr "Verschiedenes"
354
 
355
  #: mappress_settings.php:126
356
  #, fuzzy
357
- #| msgid "Map saved"
358
  msgid "Map sizes"
359
  msgstr "Karte gespeichert"
360
 
@@ -366,8 +357,10 @@ msgstr ""
366
  msgid "Compatiblity"
367
  msgstr ""
368
 
369
- #: mappress_settings.php:175 mappress_settings.php:244
370
- #: pro/mappress_pro_settings.php:234 templates_admin/widgets.php:78
 
 
371
  #: build/index_mappress_admin.js:1
372
  msgid "Default"
373
  msgstr "Standard"
@@ -396,7 +389,8 @@ msgstr "Über dem Beitrag"
396
  msgid "Bottom of post"
397
  msgstr "Unter dem Beitrag"
398
 
399
- #: mappress_settings.php:199 mappress_settings.php:243
 
400
  msgid "(list)"
401
  msgstr ""
402
 
@@ -408,8 +402,10 @@ msgstr ""
408
  msgid "Prevent other plugins/themes from loading the Google Maps API"
409
  msgstr ""
410
 
411
- #: mappress_settings.php:212 mappress_settings.php:221
412
- #: pro/mappress_pro_settings.php:232 build/index_mappress_admin.js:1
 
 
413
  msgid "Google"
414
  msgstr "Google"
415
 
@@ -417,17 +413,17 @@ msgstr "Google"
417
  msgid "Inline"
418
  msgstr ""
419
 
420
- #: mappress_settings.php:221 build/index_mappress_admin.js:1
 
421
  msgid "Leaflet"
422
  msgstr ""
423
 
424
  #: mappress_settings.php:223
425
- msgid ""
426
- "Leaflet is free and requires no API key. Google requires an API key and has "
427
- "strict usage limits."
428
  msgstr ""
429
 
430
- #: mappress_settings.php:229 mappress_settings.php:232
 
431
  msgid "Output scripts in footer"
432
  msgstr ""
433
 
@@ -447,9 +443,9 @@ msgstr ""
447
  msgid "Enter token to use Mapbox map tiles"
448
  msgstr ""
449
 
450
- #: mappress_settings.php:257 mappress_settings.php:262
 
451
  #, fuzzy
452
- #| msgid "Map controls"
453
  msgid "Map type control"
454
  msgstr "Kartenkontrollelemente"
455
 
@@ -458,9 +454,9 @@ msgstr "Kartenkontrollelemente"
458
  msgid "Street view control"
459
  msgstr "Street View"
460
 
461
- #: mappress_settings.php:259 mappress_settings.php:263
 
462
  #, fuzzy
463
- #| msgid "Show control"
464
  msgid "Zoom control"
465
  msgstr "Kontrollelemente zeigen"
466
 
@@ -482,7 +478,6 @@ msgstr ""
482
 
483
  #: mappress_settings.php:299
484
  #, fuzzy
485
- #| msgid "Default zoom"
486
  msgid "Default size"
487
  msgstr "Standard-Zoom"
488
 
@@ -490,28 +485,30 @@ msgstr "Standard-Zoom"
490
  msgid "Copy maps when overwriting a translation"
491
  msgstr ""
492
 
493
- #: mappress_settings.php:326 mappress_settings.php:334
 
494
  msgid "Save Changes"
495
  msgstr "Änderungen speichern"
496
 
497
- #: mappress_settings.php:327 mappress_settings.php:335
 
498
  msgid "Reset Defaults"
499
  msgstr "Standard wiederherstellen"
500
 
501
  #: mappress_template.php:34
502
  #, fuzzy
503
- #| msgid "Enter address"
504
  msgid "Address"
505
  msgstr "Adresse eingeben"
506
 
507
- #: mappress_template.php:35 pro/mappress_pro_settings.php:338
 
508
  msgid "Body"
509
  msgstr ""
510
 
511
- #: mappress_template.php:36 pro/mappress_pro_settings.php:174
 
512
  #: pro/mappress_pro_settings.php:338
513
  #, fuzzy
514
- #| msgid "Icons"
515
  msgid "Icon"
516
  msgstr "Meine Ions"
517
 
@@ -519,7 +516,8 @@ msgstr "Meine Ions"
519
  msgid "Thumbnail"
520
  msgstr ""
521
 
522
- #: mappress_template.php:38 pro/mappress_pro_settings.php:338
 
523
  #, fuzzy
524
  msgid "Title"
525
  msgstr "Titel"
@@ -528,17 +526,18 @@ msgstr "Titel"
528
  msgid "Url"
529
  msgstr ""
530
 
531
- #: mappress_template.php:40 pro/mappress_filter.php:120
 
532
  #: pro/mappress_pro_settings.php:343
533
  #, fuzzy
534
- #| msgid "Custom Fields"
535
  msgid "Custom Field"
536
  msgstr "Benutzerdefinierte Felder"
537
 
538
- #: pro/mappress_filter.php:84 pro/mappress_filter.php:133
539
- #: pro/mappress_pro_settings.php:167 build/index_mappress_admin.js:1
 
 
540
  #, fuzzy
541
- #| msgid "Post types"
542
  msgid "Post type"
543
  msgstr "Beitragsarten"
544
 
@@ -548,7 +547,6 @@ msgstr ""
548
 
549
  #: pro/mappress_filter.php:120
550
  #, fuzzy
551
- #| msgid "Custom fields"
552
  msgid "Post field"
553
  msgstr "Benutzerdefinierte Felder"
554
 
@@ -556,10 +554,11 @@ msgstr "Benutzerdefinierte Felder"
556
  msgid "Invalid geocoder: %s"
557
  msgstr ""
558
 
559
- #: pro/mappress_geocoder.php:59 pro/mappress_geocoder.php:110
560
- #: pro/mappress_geocoder.php:147 pro/mappress_geocoder.php:192
 
 
561
  #, fuzzy
562
- #| msgid "No geocoding result for address: %s"
563
  msgid "No results for address: %s"
564
  msgstr "Kein Geocoding Ergebnis für die Adresse: %s"
565
 
@@ -587,9 +586,9 @@ msgstr ""
587
  msgid "Files error: "
588
  msgstr ""
589
 
590
- #: pro/mappress_meta.php:109 build/index_mappress_admin.js:1
 
591
  #, fuzzy
592
- #| msgid "Automatic map display"
593
  msgid "Automatic"
594
  msgstr "automatische Kartendarstellung"
595
 
@@ -599,19 +598,16 @@ msgstr ""
599
 
600
  #: pro/mappress_pro_settings.php:17
601
  #, fuzzy
602
- #| msgid "Version"
603
  msgid "Beta versions"
604
  msgstr "Version"
605
 
606
  #: pro/mappress_pro_settings.php:21
607
  #, fuzzy
608
- #| msgid "Geocoding"
609
  msgid "Geocoder"
610
  msgstr "Geocoding"
611
 
612
  #: pro/mappress_pro_settings.php:23
613
  #, fuzzy
614
- #| msgid "POI links"
615
  msgid "POI list"
616
  msgstr "POI links"
617
 
@@ -633,13 +629,11 @@ msgstr ""
633
 
634
  #: pro/mappress_pro_settings.php:30
635
  #, fuzzy
636
- #| msgid "Post types"
637
  msgid "Popup type"
638
  msgstr "Beitragsarten"
639
 
640
  #: pro/mappress_pro_settings.php:32
641
  #, fuzzy
642
- #| msgid "Default zoom"
643
  msgid "Default icon"
644
  msgstr "Standard-Zoom"
645
 
@@ -649,7 +643,6 @@ msgstr ""
649
 
650
  #: pro/mappress_pro_settings.php:34
651
  #, fuzzy
652
- #| msgid "Custom Fields"
653
  msgid "Custom icons"
654
  msgstr "Benutzerdefinierte Felder"
655
 
@@ -659,16 +652,18 @@ msgstr ""
659
 
660
  #: pro/mappress_pro_settings.php:36
661
  #, fuzzy
662
- #| msgid "Automatic map display"
663
  msgid "Automatic icons"
664
  msgstr "automatische Kartendarstellung"
665
 
666
- #: pro/mappress_pro_settings.php:38 templates/map.php:51
667
- #: templates_admin/mce.php:13 build/index_mappress_admin.js:1
 
 
668
  msgid "Search"
669
  msgstr ""
670
 
671
- #: pro/mappress_pro_settings.php:40 templates/map.php:58
 
672
  msgid "Filter"
673
  msgstr ""
674
 
@@ -678,7 +673,6 @@ msgstr ""
678
 
679
  #: pro/mappress_pro_settings.php:42
680
  #, fuzzy
681
- #| msgid "POI links"
682
  msgid "POI click"
683
  msgstr "POI links"
684
 
@@ -694,21 +688,19 @@ msgstr ""
694
  msgid "Thumbnail size"
695
  msgstr ""
696
 
697
- #: pro/mappress_pro_settings.php:48 pro/mappress_pro_settings.php:50
 
698
  #, fuzzy
699
- #| msgid "Styled Maps"
700
  msgid "Styled maps"
701
  msgstr "Karte mit CSS"
702
 
703
  #: pro/mappress_pro_settings.php:51
704
  #, fuzzy
705
- #| msgid "Default"
706
  msgid "Default style"
707
  msgstr "Standard"
708
 
709
  #: pro/mappress_pro_settings.php:54
710
  #, fuzzy
711
- #| msgid "Geocoding"
712
  msgid "Geocoding fields"
713
  msgstr "Geocoding"
714
 
@@ -718,7 +710,6 @@ msgstr ""
718
 
719
  #: pro/mappress_pro_settings.php:56
720
  #, fuzzy
721
- #| msgid "Geocoding"
722
  msgid "Geocoding errors"
723
  msgstr "Geocoding"
724
 
@@ -728,11 +719,11 @@ msgstr ""
728
 
729
  #: pro/mappress_pro_settings.php:61
730
  #, fuzzy
731
- #| msgid "Custom Fields"
732
  msgid "Custom templates"
733
  msgstr "Benutzerdefinierte Felder"
734
 
735
- #: pro/mappress_pro_settings.php:62 pro/mappress_pro_settings.php:227
 
736
  msgid "Force resize"
737
  msgstr "Größenänderung erzwingen"
738
 
@@ -774,7 +765,6 @@ msgstr ""
774
 
775
  #: pro/mappress_pro_settings.php:224
776
  #, fuzzy
777
- #| msgid "Click to permanently resize ALL existing maps"
778
  msgid "Permanently resize existing maps (classic editor only)"
779
  msgstr "Klicken um die Größe ALLER Karten dauerhaft zu ändern"
780
 
@@ -794,13 +784,13 @@ msgstr ""
794
  msgid "MapBox"
795
  msgstr ""
796
 
797
- #: pro/mappress_pro_settings.php:246 templates_admin/widgets.php:68
 
798
  msgid "Edit"
799
  msgstr "Bearbeiten"
800
 
801
  #: pro/mappress_pro_settings.php:260
802
  #, fuzzy
803
- #| msgid "Standard icons"
804
  msgid "Standard"
805
  msgstr "Standard Icons"
806
 
@@ -810,19 +800,16 @@ msgstr ""
810
 
811
  #: pro/mappress_pro_settings.php:268
812
  #, fuzzy
813
- #| msgid "Reset map"
814
  msgid "Left of map"
815
  msgstr "Karte zurücksetzen"
816
 
817
  #: pro/mappress_pro_settings.php:269
818
  #, fuzzy
819
- #| msgid "Show map"
820
  msgid "Below map"
821
  msgstr "Karte zeigen"
822
 
823
  #: pro/mappress_pro_settings.php:275
824
  #, fuzzy
825
- #| msgid "Get Directions"
826
  msgid "Get license"
827
  msgstr "Routenplanung starten"
828
 
@@ -838,7 +825,8 @@ msgstr ""
838
  msgid "Check now"
839
  msgstr ""
840
 
841
- #: pro/mappress_pro_settings.php:299 pro/mappress_updater.php:116
 
842
  msgid "Communication error, please try again later"
843
  msgstr ""
844
 
@@ -856,13 +844,11 @@ msgstr ""
856
 
857
  #: pro/mappress_pro_settings.php:310
858
  #, fuzzy
859
- #| msgid "Open first POI"
860
  msgid "Open POI"
861
  msgstr "Ersten Marker anzeigen"
862
 
863
  #: pro/mappress_pro_settings.php:310
864
  #, fuzzy
865
- #| msgid "post"
866
  msgid "Open post"
867
  msgstr "Artikel"
868
 
@@ -890,19 +876,18 @@ msgstr ""
890
  msgid "Longitude"
891
  msgstr ""
892
 
893
- #: pro/mappress_pro_settings.php:338 build/index_mappress_admin.js:1
 
894
  msgid "Zoom"
895
  msgstr "Zoom"
896
 
897
  #: pro/mappress_pro_settings.php:343
898
  #, fuzzy
899
- #| msgid "Map deleted"
900
  msgid "Map Field"
901
  msgstr "Karte gelöscht"
902
 
903
  #: pro/mappress_pro_settings.php:356
904
  #, fuzzy
905
- #| msgid "Recenter maps when window is resized"
906
  msgid "Overwrite maps when posts are saved"
907
  msgstr "Karte neu zentrieren wenn die Fenstergröße verändert wird"
908
 
@@ -912,13 +897,11 @@ msgstr ""
912
 
913
  #: pro/mappress_pro_settings.php:365
914
  #, fuzzy
915
- #| msgid "Show a list of markers under each map"
916
  msgid "Show a list of POIs with each map"
917
  msgstr "Zeige eine Liste aller Marker unter jeder Karte."
918
 
919
  #: pro/mappress_pro_settings.php:373
920
  #, fuzzy
921
- #| msgid "Enable"
922
  msgid "Enable search"
923
  msgstr "Freischalten"
924
 
@@ -932,7 +915,6 @@ msgstr ""
932
 
933
  #: pro/mappress_pro_settings.php:392
934
  #, fuzzy
935
- #| msgid "Styled Maps"
936
  msgid "Snazzy Maps"
937
  msgstr "Karte mit CSS"
938
 
@@ -940,9 +922,9 @@ msgstr "Karte mit CSS"
940
  msgid "Enter JSON from %s"
941
  msgstr ""
942
 
943
- #: pro/mappress_pro_settings.php:397 pro/mappress_pro_settings.php:413
 
944
  #, fuzzy
945
- #| msgid "Styled Maps"
946
  msgid "Style name"
947
  msgstr "Karte mit CSS"
948
 
@@ -974,25 +956,24 @@ msgstr ""
974
  msgid "JSON error"
975
  msgstr ""
976
 
977
- #: pro/mappress_widget.php:69 pro/mappress_widget_map.php:56
 
978
  msgid "Widget title"
979
  msgstr "Titel"
980
 
981
- #: pro/mappress_widget.php:74 pro/mappress_widget_map.php:66
 
982
  #, fuzzy
983
- #| msgid "Map saved"
984
  msgid "Map size"
985
  msgstr "Karte gespeichert"
986
 
987
  #: pro/mappress_widget.php:80
988
  #, fuzzy
989
- #| msgid "Show map"
990
  msgid "Show"
991
  msgstr "Karte zeigen"
992
 
993
  #: pro/mappress_widget.php:81
994
  #, fuzzy
995
- #| msgid "Current Maps"
996
  msgid "Current posts"
997
  msgstr "Aktuelle Karten"
998
 
@@ -1002,13 +983,11 @@ msgstr ""
1002
 
1003
  #: pro/mappress_widget.php:84
1004
  #, fuzzy
1005
- #| msgid "post"
1006
  msgid "All posts"
1007
  msgstr "Artikel"
1008
 
1009
  #: pro/mappress_widget.php:85
1010
  #, fuzzy
1011
- #| msgid "Custom Fields"
1012
  msgid "Custom query"
1013
  msgstr "Benutzerdefinierte Felder"
1014
 
@@ -1016,24 +995,27 @@ msgstr "Benutzerdefinierte Felder"
1016
  msgid "Learn about queries"
1017
  msgstr ""
1018
 
1019
- #: pro/mappress_widget.php:94 pro/mappress_widget_map.php:74
 
1020
  #, fuzzy
1021
- #| msgid "POI links"
1022
  msgid "Show POI list"
1023
  msgstr "POI links"
1024
 
1025
- #: pro/mappress_widget.php:101 pro/mappress_widget_map.php:81
 
1026
  #, fuzzy
1027
- #| msgid "POI Settings"
1028
  msgid "Other Settings"
1029
  msgstr "Marker-Einstellungen"
1030
 
1031
- #: pro/mappress_widget.php:104 pro/mappress_widget_map.php:84
 
1032
  msgid "Example: initialopeninfo=\"true\""
1033
  msgstr ""
1034
 
1035
- #: pro/mappress_widget_map.php:61 templates_admin/mce.php:49
1036
- #: templates_admin/mce.php:69 build/index_mappress_admin.js:1
 
 
1037
  msgid "Map ID"
1038
  msgstr "Karten ID"
1039
 
@@ -1052,19 +1034,16 @@ msgstr ""
1052
 
1053
  #: templates/map-filters.php:13
1054
  #, fuzzy
1055
- #| msgid "Reset map"
1056
  msgid "Reset"
1057
  msgstr "Karte zurücksetzen"
1058
 
1059
  #: templates/map-loop.php:3
1060
  #, fuzzy
1061
- #| msgid "Reset Defaults"
1062
  msgid "Results"
1063
  msgstr "Standard wiederherstellen"
1064
 
1065
  #: templates/map.php:53
1066
  #, fuzzy
1067
- #| msgid "Location"
1068
  msgid "Your Location"
1069
  msgstr "Ort"
1070
 
@@ -1094,7 +1073,6 @@ msgstr ""
1094
 
1095
  #: templates/map.php:85
1096
  #, fuzzy
1097
- #| msgid "Show map"
1098
  msgid "Show Map"
1099
  msgstr "Karte zeigen"
1100
 
@@ -1110,39 +1088,44 @@ msgstr "HTML"
1110
  msgid "Add Media"
1111
  msgstr ""
1112
 
1113
- #: templates_admin/editor.php:45 templates_admin/mce.php:55
1114
- #: templates_admin/widgets.php:91 build/index_mappress_admin.js:1
 
 
1115
  msgid "Save"
1116
  msgstr "speichern"
1117
 
1118
- #: templates_admin/editor.php:46 templates_admin/mce.php:56
1119
- #: templates_admin/widgets.php:92 build/index_mappress_admin.js:1
 
 
1120
  msgid "Cancel"
1121
  msgstr "Abbrechen"
1122
 
1123
- #: templates_admin/mce.php:6 build/index_mappress_admin.js:1
 
1124
  #, fuzzy
1125
- #| msgid "Reset map"
1126
  msgid "Select a map"
1127
  msgstr "Karte zurücksetzen"
1128
 
1129
- #: templates_admin/mce.php:7 build/index_mappress_admin.js:1
 
1130
  msgid "Add New"
1131
  msgstr ""
1132
 
1133
  #: templates_admin/mce.php:14
1134
  #, fuzzy
1135
- #| msgid "post types"
1136
  msgid "post title"
1137
  msgstr "Beitragstypen"
1138
 
1139
- #: templates_admin/mce.php:18 build/index_mappress_admin.js:1
 
1140
  msgid "Attached to this post"
1141
  msgstr ""
1142
 
1143
- #: templates_admin/mce.php:19 build/index_mappress_admin.js:1
 
1144
  #, fuzzy
1145
- #| msgid "Smaller map"
1146
  msgid "All maps"
1147
  msgstr "kleinere Karte"
1148
 
@@ -1150,7 +1133,8 @@ msgstr "kleinere Karte"
1150
  msgid "Close"
1151
  msgstr "schließen"
1152
 
1153
- #: templates_admin/mce.php:35 build/index_mappress_admin.js:1
 
1154
  msgid "Size"
1155
  msgstr "Größe"
1156
 
@@ -1158,28 +1142,30 @@ msgstr "Größe"
1158
  msgid "Save center / zoom"
1159
  msgstr ""
1160
 
1161
- #: templates_admin/mce.php:68 build/index_mappress_admin.js:1
 
1162
  #, fuzzy
1163
  msgid "Map title"
1164
  msgstr "Titel"
1165
 
1166
- #: templates_admin/mce.php:71 build/index_mappress_admin.js:1
 
1167
  msgid "Attached to"
1168
  msgstr ""
1169
 
1170
- #: templates_admin/mce.php:73 build/index_mappress_admin.js:1
 
1171
  #, fuzzy
1172
- #| msgid "Location"
1173
  msgid "Action"
1174
  msgstr "Ort"
1175
 
1176
  #: templates_admin/mce.php:87
1177
  #, fuzzy
1178
- #| msgid "Current Maps"
1179
  msgid "Current post"
1180
  msgstr "Aktuelle Karten"
1181
 
1182
- #: templates_admin/mce.php:92 build/index_mappress_admin.js:1
 
1183
  msgid "Unattached"
1184
  msgstr ""
1185
 
@@ -1187,9 +1173,9 @@ msgstr ""
1187
  msgid "Insert into post"
1188
  msgstr "in Beitrag einfügen"
1189
 
1190
- #: templates_admin/mce.php:107 build/index_mappress_admin.js:1
 
1191
  #, fuzzy
1192
- #| msgid "Map not found"
1193
  msgid "No maps found"
1194
  msgstr "Karte nicht gefunden"
1195
 
@@ -1208,7 +1194,6 @@ msgstr ""
1208
 
1209
  #: templates_admin/widgets.php:59
1210
  #, fuzzy
1211
- #| msgid "Reset Defaults"
1212
  msgid "Use default icon"
1213
  msgstr "Standard wiederherstellen"
1214
 
@@ -1218,246 +1203,35 @@ msgstr ""
1218
 
1219
  #: templates_admin/widgets.php:67
1220
  #, fuzzy
1221
- #| msgid "Marker list template"
1222
  msgid "Map list item"
1223
  msgstr "Marker Listen Vorlage"
1224
 
1225
  #: templates_admin/widgets.php:67
1226
  #, fuzzy
1227
- #| msgid "Mashups"
1228
  msgid "Mashup popup"
1229
  msgstr "Mashups"
1230
 
1231
  #: templates_admin/widgets.php:67
1232
  #, fuzzy
1233
- #| msgid "Marker list template"
1234
  msgid "Mashup list item"
1235
  msgstr "Marker Listen Vorlage"
1236
 
1237
  #: templates_admin/widgets.php:74
1238
  #, fuzzy
1239
- #| msgid "New Map"
1240
  msgid "New"
1241
  msgstr "Neue Karte"
1242
 
1243
- #: templates_admin/widgets.php:74 build/index_mappress_admin.js:1
 
1244
  #, fuzzy
1245
- #| msgid "Custom CSS"
1246
  msgid "Custom"
1247
  msgstr "eigenes CSS"
1248
 
1249
  #: templates_admin/widgets.php:77
1250
  #, fuzzy
1251
- #| msgid "Edit"
1252
  msgid "Editor"
1253
  msgstr "Bearbeiten"
1254
 
1255
- #: build/index_mappress_admin.js:1
1256
- #, fuzzy
1257
- #| msgid "New Map"
1258
- msgid "New map"
1259
- msgstr "Neue Karte"
1260
-
1261
- #: build/index_mappress_admin.js:1
1262
- #, fuzzy
1263
- #| msgid "Edit"
1264
- msgid "Edit map"
1265
- msgstr "Bearbeiten"
1266
-
1267
- #: build/index_mappress_admin.js:1
1268
- msgid ""
1269
- "Like the block? Upgrade to the free plugin or MapPress Pro for more "
1270
- "features!"
1271
- msgstr ""
1272
-
1273
- #: build/index_mappress_admin.js:1
1274
- #, fuzzy
1275
- msgid "MapPress Pro"
1276
- msgstr "MapPress Link"
1277
-
1278
- #: build/index_mappress_admin.js:1
1279
- msgid "Free plugin"
1280
- msgstr ""
1281
-
1282
- #: build/index_mappress_admin.js:1
1283
- #, fuzzy
1284
- msgid "MapPress options"
1285
- msgstr "MapPress Link"
1286
-
1287
- #: build/index_mappress_admin.js:1
1288
- #, fuzzy
1289
- #| msgid "Map Settings"
1290
- msgid "Map settings"
1291
- msgstr "Einstellungen"
1292
-
1293
- #: build/index_mappress_admin.js:1
1294
- #, fuzzy
1295
- msgid "MapPress Map"
1296
- msgstr "MapPress Link"
1297
-
1298
- #: build/index_mappress_admin.js:1
1299
- msgid "Create a new map or choose one from the map library."
1300
- msgstr ""
1301
-
1302
- #: build/index_mappress_admin.js:1
1303
- #, fuzzy
1304
- #| msgid "Reset map"
1305
- msgid "Insert a map"
1306
- msgstr "Karte zurücksetzen"
1307
-
1308
- #: build/index_mappress_admin.js:1
1309
- msgid "Query"
1310
- msgstr ""
1311
-
1312
- #: build/index_mappress_admin.js:1
1313
- #, fuzzy
1314
- #| msgid "Reset map"
1315
- msgid "Refresh map"
1316
- msgstr "Karte zurücksetzen"
1317
-
1318
- #: build/index_mappress_admin.js:1
1319
- msgid "Author"
1320
- msgstr ""
1321
-
1322
- #: build/index_mappress_admin.js:1
1323
- #, fuzzy
1324
- msgid "Order by"
1325
- msgstr "Marker Liste"
1326
-
1327
- #: build/index_mappress_admin.js:1
1328
- msgid "Include children"
1329
- msgstr ""
1330
-
1331
- #: build/index_mappress_admin.js:1
1332
- #, fuzzy
1333
- #| msgid "Custom fields"
1334
- msgid "Add custom field"
1335
- msgstr "Benutzerdefinierte Felder"
1336
-
1337
- #: build/index_mappress_admin.js:1
1338
- msgid "Field name"
1339
- msgstr ""
1340
-
1341
- #: build/index_mappress_admin.js:1
1342
- msgid "The field \"%s\" has already been added"
1343
- msgstr ""
1344
-
1345
- #: build/index_mappress_admin.js:1
1346
- #, fuzzy
1347
- #| msgid "Please save the map first"
1348
- msgid "Please enter a field name"
1349
- msgstr "Bitte speichern Sie die Karte zuerst"
1350
-
1351
- #: build/index_mappress_admin.js:1
1352
- msgid "Value (a or a,b,c...)"
1353
- msgstr ""
1354
-
1355
- #: build/index_mappress_admin.js:1
1356
- msgid "Invalid JSON"
1357
- msgstr ""
1358
-
1359
- #: build/index_mappress_admin.js:1
1360
- msgid "Update"
1361
- msgstr ""
1362
-
1363
- #: build/index_mappress_admin.js:1
1364
- #, fuzzy
1365
- #| msgid "country code"
1366
- msgid "Query code"
1367
- msgstr "Ländercode"
1368
-
1369
- #: build/index_mappress_admin.js:1
1370
- #, fuzzy
1371
- msgid "MapPress Mashup"
1372
- msgstr "MapPress Link"
1373
-
1374
- #: build/index_mappress_admin.js:1
1375
- msgid "Insert a mashup"
1376
- msgstr ""
1377
-
1378
- #: build/index_mappress_admin.js:1
1379
- #, fuzzy
1380
- #| msgid "Map saved"
1381
- msgid "Options saved."
1382
- msgstr "Karte gespeichert"
1383
-
1384
- #: build/index_mappress_admin.js:1
1385
- msgid "Mapping Engine"
1386
- msgstr ""
1387
-
1388
- #: build/index_mappress_admin.js:1
1389
- msgid "Save options"
1390
- msgstr ""
1391
-
1392
- #: build/index_mappress_admin.js:1
1393
- #, fuzzy
1394
- #| msgid "Map Types"
1395
- msgid "Map copied"
1396
- msgstr "Kartentypen"
1397
-
1398
- #: build/index_mappress_admin.js:1
1399
- msgid "Shortcode copied"
1400
- msgstr ""
1401
-
1402
- #: build/index_mappress_admin.js:1
1403
- msgid "post title, map title, or map id"
1404
- msgstr ""
1405
-
1406
- #: build/index_mappress_admin.js:1
1407
- #, fuzzy
1408
- #| msgid "Current Maps"
1409
- msgid "current post"
1410
- msgstr "Aktuelle Karten"
1411
-
1412
- #: build/index_mappress_admin.js:1
1413
- #, fuzzy
1414
- #| msgid "Edit"
1415
- msgid "Edit post"
1416
- msgstr "Bearbeiten"
1417
-
1418
- #: build/index_mappress_admin.js:1
1419
- msgid "Copy"
1420
- msgstr ""
1421
-
1422
- #: build/index_mappress_admin.js:1
1423
- msgid "Shortcode"
1424
- msgstr ""
1425
-
1426
- #: build/index_mappress_admin.js:1
1427
- #, fuzzy
1428
- #| msgid "Delete this map?"
1429
- msgid "Delete map"
1430
- msgstr "Diese Karte löschen?"
1431
-
1432
- #: build/index_mappress_admin.js:1
1433
- #, fuzzy
1434
- #| msgid "Map saved"
1435
- msgid "Viewport saved"
1436
- msgstr "Karte gespeichert"
1437
-
1438
- #: build/index_mappress_admin.js:1
1439
- msgid "px, %, vw"
1440
- msgstr ""
1441
-
1442
- #: build/index_mappress_admin.js:1
1443
- msgid "Width"
1444
- msgstr "Breite"
1445
-
1446
- #: build/index_mappress_admin.js:1
1447
- msgid "px, %, vh"
1448
- msgstr ""
1449
-
1450
- #: build/index_mappress_admin.js:1
1451
- #, fuzzy
1452
- msgid "Height"
1453
- msgstr "Rechtsbündig"
1454
-
1455
- #: build/index_mappress_admin.js:1
1456
- #, fuzzy
1457
- #| msgid "Center"
1458
- msgid "Center/Zoom"
1459
- msgstr "Zentriert"
1460
-
1461
  #: package.json
1462
  msgctxt "block description"
1463
  msgid "MapPress Maps for WordPress"
@@ -1473,17 +1247,21 @@ msgstr ""
1473
  #~ msgstr "Kontakt"
1474
 
1475
  #~ msgid ""
1476
- #~ "WARNING: MapPress now requires WordPress 3.2 or higher. Please upgrade "
1477
- #~ "before using MapPress."
 
1478
  #~ msgstr ""
1479
- #~ "ACHTUNG: MapPress benötigt WordPress 3.2 oder höher. Bitte aktualisieren!"
 
1480
 
1481
  #~ msgid ""
1482
- #~ "WARNING: MapPress is not compfatible with the WP-Geo plugin. Please "
1483
- #~ "deactivate or uninstall WP-Geo before using MapPress."
 
1484
  #~ msgstr ""
1485
- #~ "WARNUNG: MapPress ist nicht kompatibel mit dem WP-Geo Plugin. Vor der "
1486
- #~ "Nutzung von MapPress bitte WP-Geo deaktivieren oder entfernen."
 
1487
 
1488
  #~ msgid "Bike"
1489
  #~ msgstr "Fahrrad"
@@ -1492,11 +1270,13 @@ msgstr ""
1492
  #~ msgstr "Die Start- oder Zieladresse fehlt."
1493
 
1494
  #~ msgid ""
1495
- #~ "Google cannot return directions between those addresses. There is no "
1496
- #~ "route between them or the routing information is not available."
 
1497
  #~ msgstr ""
1498
- #~ "Google kann zu diesen Adressen keine Wegbeschreibung liefern. Es gibt "
1499
- #~ "keine Route zwischen ihnen oder es fehlen Routeninfos dazu."
 
1500
 
1501
  #~ msgid "Unknown error, unable to return directions. Status code = "
1502
  #~ msgstr "Unbekannter Fehler. Wegbeschreibung nicht möglich. Status Code = "
@@ -1515,8 +1295,9 @@ msgstr ""
1515
 
1516
  #~ msgid "Internal error, your data has not been saved!"
1517
  #~ msgstr ""
1518
- #~ "Interner Fehler: Karte wurde nicht gefunden. Daten wurden nicht "
1519
- #~ "gespeichert! "
 
1520
 
1521
  #~ msgid "Bigger map"
1522
  #~ msgstr "Größere Karte"
@@ -1567,7 +1348,8 @@ msgstr ""
1567
  #~ msgstr "Karten zuletzt laden"
1568
 
1569
  #~ msgid ""
1570
- #~ "Use the settings below to automatically create maps from custom fields."
 
1571
  #~ msgstr "Automatisch Karten aus benutzerdefinierten Feldern erzeugen"
1572
 
1573
  #, fuzzy
@@ -1604,10 +1386,11 @@ msgstr ""
1604
  #~ msgid "Enable keyboard panning and zooming"
1605
  #~ msgstr "Zoom und Ziehen per Tastatur aktivieren"
1606
 
1607
- #, fuzzy, php-format
1608
  #~ msgid "Use a specific %s for map controls and geocoding"
1609
  #~ msgstr ""
1610
- #~ "Bestimmte %s für Kartensteuerelemente verwenden (Standard: Browsersprache)"
 
1611
 
1612
  #~ msgid "Horizontal"
1613
  #~ msgstr "Horizontal"
@@ -1773,8 +1556,9 @@ msgstr ""
1773
 
1774
  #~ msgid "Internal error - unable to save map. Your data has not been saved!"
1775
  #~ msgstr ""
1776
- #~ "Interner Fehler: Karte konnte nicht gesichert werden. Daten wurden nicht "
1777
- #~ "gespeichert!"
 
1778
 
1779
  #~ msgid "Marker list"
1780
  #~ msgstr "Marker Liste"
@@ -1783,18 +1567,22 @@ msgstr ""
1783
  #~ msgstr "Verkehrsinfo-Button anzeigen"
1784
 
1785
  #~ msgid ""
1786
- #~ "Allow your readers to change the map type (street, satellite, or hybrid)"
 
1787
  #~ msgstr ""
1788
- #~ "Betrachtern erlauben den Kartentyp zu ändern (Karte, Satellit, Hybrid)"
 
1789
 
1790
  #~ msgid "Display the street view control \"peg man\""
1791
  #~ msgstr "Street View Button \"Peg Man\" anzeigen"
1792
 
1793
  #~ msgid ""
1794
- #~ "Select 'Google' if directions aren't displaying properly in your theme"
 
1795
  #~ msgstr ""
1796
- #~ "Wähle 'Google' wenn die Wegbeschreibung im Theme nicht korrekt "
1797
- #~ "dargestellt wird"
 
1798
 
1799
  #~ msgid "This setting requires %s."
1800
  #~ msgstr "Diese Einstellung benötigt %s."
@@ -1877,8 +1665,9 @@ msgstr ""
1877
 
1878
  #~ msgid "This setting requires %s. Show a list of markers under each map."
1879
  #~ msgstr ""
1880
- #~ "Diese Einstellung benötigt %s. Zeige eine Liste aller Marker unter jeder "
1881
- #~ "Karte."
 
1882
 
1883
  #, fuzzy
1884
  #~ msgid "Marker title:"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: MapPress v2.8 Google Maps for WordPress\n"
4
+ "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mappress-google-maps-for-wordpress\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: 2020-12-15T18:23:01+00:00\n"
11
+ "PO-Revision-Date: 2020-12-15 11:19-0800\n"
12
+ "Language: de_DE\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
14
  "X-Poedit-Basepath: .\n"
15
  "X-Generator: Poedit 2.4.2\n"
35
  msgid "https://www.mappresspro.com/chris-contact"
36
  msgstr ""
37
 
38
+ #: mappress.php:171
39
+ #: mappress.php:701
40
+ #: build/index_mappress_admin.js:1
41
  #, fuzzy
42
  msgid "Settings"
43
  msgstr "Einstellungen"
44
 
45
+ #: mappress.php:172
46
+ #: build/index_mappress_admin.js:1
47
  #, fuzzy
 
48
  msgid "Map Library"
49
  msgstr "Kartenrand"
50
 
51
  #: mappress.php:183
52
+ msgid "MapPress database tables are missing. Please deactivate the plugin and activate it again to fix this."
53
+ msgstr "MapPress Datenbanktabellen fehlen. Bitte Plugin deaktivieren und erneut aktivieren zur Fehlerbehebung."
 
 
 
 
54
 
55
  #: mappress.php:188
56
  msgid "A Google Maps API key is required"
62
 
63
  #: mappress.php:188
64
  #, fuzzy
 
65
  msgid "MapPress Settings"
66
  msgstr "Einstellungen"
67
 
82
  msgstr ""
83
 
84
  #: mappress.php:285
85
+ msgid "If you're enjoying MapPress, would you mind taking a moment to write a brief review? It would mean the world to me!"
 
 
86
  msgstr ""
87
 
88
  #: mappress.php:286
89
+ msgid "If you have any issues or suggestions, please let me know. I'll be happy to help!"
 
 
90
  msgstr ""
91
 
92
+ #: mappress.php:402
93
+ #: mappress.php:931
94
  msgid "Version"
95
  msgstr "Version"
96
 
97
+ #: mappress.php:404
98
+ #: build/index_mappress_admin.js:1
99
  msgid "Help"
100
  msgstr ""
101
 
108
  msgstr ""
109
 
110
  #: mappress.php:477
111
+ msgid "MapPress Gutenberg blocks require WordPress 5.3 or the latest Gutenberg Plugin. Please update if using the block editor."
 
 
112
  msgstr ""
113
 
114
  #: mappress.php:481
121
 
122
  #: mappress.php:487
123
  #, fuzzy
 
124
  msgid "The MapPress map editor has moved!"
125
  msgstr "Es gibt noch keine Karten für diesen Beitrag"
126
 
127
  #: mappress.php:488
128
+ msgid "Use this button to open the new popup editor where you can easily create, edit and insert maps."
 
 
129
  msgstr ""
130
 
131
  #: mappress.php:534
146
 
147
  #: mappress.php:538
148
  #, fuzzy
 
149
  msgid "Loading"
150
  msgstr "Lade…"
151
 
157
  msgid "Unable to get your location"
158
  msgstr "Standortbestimmung nicht möglich"
159
 
160
+ #: mappress.php:541
161
+ #: build/index_mappress_admin.js:1
162
  msgid "No results"
163
  msgstr ""
164
 
165
  #: mappress.php:542
166
  #, fuzzy
 
167
  msgid "Save changes?"
168
  msgstr "Änderungen speichern"
169
 
173
 
174
  #: mappress.php:572
175
  #, fuzzy
 
176
  msgid "Improve this map"
177
  msgstr "Diese Karte löschen?"
178
 
179
+ #: mappress.php:588
180
+ #: mappress.php:607
181
  #, fuzzy
182
  msgid "Streets"
183
  msgstr "Street View"
188
 
189
  #: mappress.php:590
190
  #, fuzzy
 
191
  msgid "Light"
192
  msgstr "Rechtsbündig"
193
 
201
 
202
  #: mappress.php:593
203
  #, fuzzy
 
204
  msgid "Satellite Streets"
205
  msgstr "Satellit"
206
 
207
+ #: mappress_controls.php:93
208
+ #: templates_admin/widgets.php:42
209
  #: build/index_mappress_admin.js:1
210
  msgid "Add"
211
  msgstr "hinzufügen"
212
 
213
+ #: mappress_controls.php:102
214
+ #: templates_admin/editor.php:47
215
+ #: templates_admin/mce.php:100
216
+ #: templates_admin/widgets.php:94
217
  #: build/index_mappress_admin.js:1
218
  msgid "Delete"
219
  msgstr "Löschen"
220
 
221
+ #: mappress_map.php:85
222
+ #: mappress_settings.php:321
223
  #, fuzzy
224
  msgid "MapPress"
225
  msgstr "MapPress Link"
226
 
227
+ #: mappress_map.php:94
228
+ #: templates_admin/mce.php:30
229
+ #: templates_admin/mce.php:80
230
+ #: templates_admin/mce.php:86
231
+ #: build/index_mappress_admin.js:1
232
  msgid "Untitled"
233
  msgstr "Unbenannt"
234
 
235
  #: mappress_map.php:95
236
  #, fuzzy
 
237
  msgid "Copy of %s"
238
  msgstr "Über dem Beitrag"
239
 
253
  msgid "Mapping API"
254
  msgstr ""
255
 
256
+ #: mappress_settings.php:92
257
+ #: build/index_mappress_admin.js:1
258
  #, fuzzy
 
259
  msgid "Google API key"
260
  msgstr "Google"
261
 
277
 
278
  #: mappress_settings.php:103
279
  #, fuzzy
 
280
  msgid "Automatic display"
281
  msgstr "automatische Kartendarstellung"
282
 
284
  msgid "Map alignment"
285
  msgstr "Kartenausrichtung"
286
 
287
+ #: mappress_settings.php:105
288
+ #: templates/map-popup.php:3
289
  #: templates/mashup-popup.php:6
290
  msgid "Directions"
291
  msgstr "Wegbeschreibung"
298
  msgid "Default zoom"
299
  msgstr "Standard-Zoom"
300
 
301
+ #: mappress_settings.php:110
302
+ #: mappress_settings.php:238
303
  msgid "Open first POI"
304
  msgstr "Ersten Marker anzeigen"
305
 
329
 
330
  #: mappress_settings.php:121
331
  #, fuzzy
 
332
  msgid "Search language"
333
  msgstr "Sprache"
334
 
346
 
347
  #: mappress_settings.php:126
348
  #, fuzzy
 
349
  msgid "Map sizes"
350
  msgstr "Karte gespeichert"
351
 
357
  msgid "Compatiblity"
358
  msgstr ""
359
 
360
+ #: mappress_settings.php:175
361
+ #: mappress_settings.php:244
362
+ #: pro/mappress_pro_settings.php:234
363
+ #: templates_admin/widgets.php:78
364
  #: build/index_mappress_admin.js:1
365
  msgid "Default"
366
  msgstr "Standard"
389
  msgid "Bottom of post"
390
  msgstr "Unter dem Beitrag"
391
 
392
+ #: mappress_settings.php:199
393
+ #: mappress_settings.php:243
394
  msgid "(list)"
395
  msgstr ""
396
 
402
  msgid "Prevent other plugins/themes from loading the Google Maps API"
403
  msgstr ""
404
 
405
+ #: mappress_settings.php:212
406
+ #: mappress_settings.php:221
407
+ #: pro/mappress_pro_settings.php:232
408
+ #: build/index_mappress_admin.js:1
409
  msgid "Google"
410
  msgstr "Google"
411
 
413
  msgid "Inline"
414
  msgstr ""
415
 
416
+ #: mappress_settings.php:221
417
+ #: build/index_mappress_admin.js:1
418
  msgid "Leaflet"
419
  msgstr ""
420
 
421
  #: mappress_settings.php:223
422
+ msgid "Leaflet is free and requires no API key. Google requires an API key and has strict usage limits."
 
 
423
  msgstr ""
424
 
425
+ #: mappress_settings.php:229
426
+ #: mappress_settings.php:232
427
  msgid "Output scripts in footer"
428
  msgstr ""
429
 
443
  msgid "Enter token to use Mapbox map tiles"
444
  msgstr ""
445
 
446
+ #: mappress_settings.php:257
447
+ #: mappress_settings.php:262
448
  #, fuzzy
 
449
  msgid "Map type control"
450
  msgstr "Kartenkontrollelemente"
451
 
454
  msgid "Street view control"
455
  msgstr "Street View"
456
 
457
+ #: mappress_settings.php:259
458
+ #: mappress_settings.php:263
459
  #, fuzzy
 
460
  msgid "Zoom control"
461
  msgstr "Kontrollelemente zeigen"
462
 
478
 
479
  #: mappress_settings.php:299
480
  #, fuzzy
 
481
  msgid "Default size"
482
  msgstr "Standard-Zoom"
483
 
485
  msgid "Copy maps when overwriting a translation"
486
  msgstr ""
487
 
488
+ #: mappress_settings.php:326
489
+ #: mappress_settings.php:334
490
  msgid "Save Changes"
491
  msgstr "Änderungen speichern"
492
 
493
+ #: mappress_settings.php:327
494
+ #: mappress_settings.php:335
495
  msgid "Reset Defaults"
496
  msgstr "Standard wiederherstellen"
497
 
498
  #: mappress_template.php:34
499
  #, fuzzy
 
500
  msgid "Address"
501
  msgstr "Adresse eingeben"
502
 
503
+ #: mappress_template.php:35
504
+ #: pro/mappress_pro_settings.php:338
505
  msgid "Body"
506
  msgstr ""
507
 
508
+ #: mappress_template.php:36
509
+ #: pro/mappress_pro_settings.php:174
510
  #: pro/mappress_pro_settings.php:338
511
  #, fuzzy
 
512
  msgid "Icon"
513
  msgstr "Meine Ions"
514
 
516
  msgid "Thumbnail"
517
  msgstr ""
518
 
519
+ #: mappress_template.php:38
520
+ #: pro/mappress_pro_settings.php:338
521
  #, fuzzy
522
  msgid "Title"
523
  msgstr "Titel"
526
  msgid "Url"
527
  msgstr ""
528
 
529
+ #: mappress_template.php:40
530
+ #: pro/mappress_filter.php:120
531
  #: pro/mappress_pro_settings.php:343
532
  #, fuzzy
 
533
  msgid "Custom Field"
534
  msgstr "Benutzerdefinierte Felder"
535
 
536
+ #: pro/mappress_filter.php:84
537
+ #: pro/mappress_filter.php:133
538
+ #: pro/mappress_pro_settings.php:167
539
+ #: build/index_mappress_admin.js:1
540
  #, fuzzy
 
541
  msgid "Post type"
542
  msgstr "Beitragsarten"
543
 
547
 
548
  #: pro/mappress_filter.php:120
549
  #, fuzzy
 
550
  msgid "Post field"
551
  msgstr "Benutzerdefinierte Felder"
552
 
554
  msgid "Invalid geocoder: %s"
555
  msgstr ""
556
 
557
+ #: pro/mappress_geocoder.php:59
558
+ #: pro/mappress_geocoder.php:110
559
+ #: pro/mappress_geocoder.php:147
560
+ #: pro/mappress_geocoder.php:192
561
  #, fuzzy
 
562
  msgid "No results for address: %s"
563
  msgstr "Kein Geocoding Ergebnis für die Adresse: %s"
564
 
586
  msgid "Files error: "
587
  msgstr ""
588
 
589
+ #: pro/mappress_meta.php:109
590
+ #: build/index_mappress_admin.js:1
591
  #, fuzzy
 
592
  msgid "Automatic"
593
  msgstr "automatische Kartendarstellung"
594
 
598
 
599
  #: pro/mappress_pro_settings.php:17
600
  #, fuzzy
 
601
  msgid "Beta versions"
602
  msgstr "Version"
603
 
604
  #: pro/mappress_pro_settings.php:21
605
  #, fuzzy
 
606
  msgid "Geocoder"
607
  msgstr "Geocoding"
608
 
609
  #: pro/mappress_pro_settings.php:23
610
  #, fuzzy
 
611
  msgid "POI list"
612
  msgstr "POI links"
613
 
629
 
630
  #: pro/mappress_pro_settings.php:30
631
  #, fuzzy
 
632
  msgid "Popup type"
633
  msgstr "Beitragsarten"
634
 
635
  #: pro/mappress_pro_settings.php:32
636
  #, fuzzy
 
637
  msgid "Default icon"
638
  msgstr "Standard-Zoom"
639
 
643
 
644
  #: pro/mappress_pro_settings.php:34
645
  #, fuzzy
 
646
  msgid "Custom icons"
647
  msgstr "Benutzerdefinierte Felder"
648
 
652
 
653
  #: pro/mappress_pro_settings.php:36
654
  #, fuzzy
 
655
  msgid "Automatic icons"
656
  msgstr "automatische Kartendarstellung"
657
 
658
+ #: pro/mappress_pro_settings.php:38
659
+ #: templates/map.php:51
660
+ #: templates_admin/mce.php:13
661
+ #: build/index_mappress_admin.js:1
662
  msgid "Search"
663
  msgstr ""
664
 
665
+ #: pro/mappress_pro_settings.php:40
666
+ #: templates/map.php:58
667
  msgid "Filter"
668
  msgstr ""
669
 
673
 
674
  #: pro/mappress_pro_settings.php:42
675
  #, fuzzy
 
676
  msgid "POI click"
677
  msgstr "POI links"
678
 
688
  msgid "Thumbnail size"
689
  msgstr ""
690
 
691
+ #: pro/mappress_pro_settings.php:48
692
+ #: pro/mappress_pro_settings.php:50
693
  #, fuzzy
 
694
  msgid "Styled maps"
695
  msgstr "Karte mit CSS"
696
 
697
  #: pro/mappress_pro_settings.php:51
698
  #, fuzzy
 
699
  msgid "Default style"
700
  msgstr "Standard"
701
 
702
  #: pro/mappress_pro_settings.php:54
703
  #, fuzzy
 
704
  msgid "Geocoding fields"
705
  msgstr "Geocoding"
706
 
710
 
711
  #: pro/mappress_pro_settings.php:56
712
  #, fuzzy
 
713
  msgid "Geocoding errors"
714
  msgstr "Geocoding"
715
 
719
 
720
  #: pro/mappress_pro_settings.php:61
721
  #, fuzzy
 
722
  msgid "Custom templates"
723
  msgstr "Benutzerdefinierte Felder"
724
 
725
+ #: pro/mappress_pro_settings.php:62
726
+ #: pro/mappress_pro_settings.php:227
727
  msgid "Force resize"
728
  msgstr "Größenänderung erzwingen"
729
 
765
 
766
  #: pro/mappress_pro_settings.php:224
767
  #, fuzzy
 
768
  msgid "Permanently resize existing maps (classic editor only)"
769
  msgstr "Klicken um die Größe ALLER Karten dauerhaft zu ändern"
770
 
784
  msgid "MapBox"
785
  msgstr ""
786
 
787
+ #: pro/mappress_pro_settings.php:246
788
+ #: templates_admin/widgets.php:68
789
  msgid "Edit"
790
  msgstr "Bearbeiten"
791
 
792
  #: pro/mappress_pro_settings.php:260
793
  #, fuzzy
 
794
  msgid "Standard"
795
  msgstr "Standard Icons"
796
 
800
 
801
  #: pro/mappress_pro_settings.php:268
802
  #, fuzzy
 
803
  msgid "Left of map"
804
  msgstr "Karte zurücksetzen"
805
 
806
  #: pro/mappress_pro_settings.php:269
807
  #, fuzzy
 
808
  msgid "Below map"
809
  msgstr "Karte zeigen"
810
 
811
  #: pro/mappress_pro_settings.php:275
812
  #, fuzzy
 
813
  msgid "Get license"
814
  msgstr "Routenplanung starten"
815
 
825
  msgid "Check now"
826
  msgstr ""
827
 
828
+ #: pro/mappress_pro_settings.php:299
829
+ #: pro/mappress_updater.php:116
830
  msgid "Communication error, please try again later"
831
  msgstr ""
832
 
844
 
845
  #: pro/mappress_pro_settings.php:310
846
  #, fuzzy
 
847
  msgid "Open POI"
848
  msgstr "Ersten Marker anzeigen"
849
 
850
  #: pro/mappress_pro_settings.php:310
851
  #, fuzzy
 
852
  msgid "Open post"
853
  msgstr "Artikel"
854
 
876
  msgid "Longitude"
877
  msgstr ""
878
 
879
+ #: pro/mappress_pro_settings.php:338
880
+ #: build/index_mappress_admin.js:1
881
  msgid "Zoom"
882
  msgstr "Zoom"
883
 
884
  #: pro/mappress_pro_settings.php:343
885
  #, fuzzy
 
886
  msgid "Map Field"
887
  msgstr "Karte gelöscht"
888
 
889
  #: pro/mappress_pro_settings.php:356
890
  #, fuzzy
 
891
  msgid "Overwrite maps when posts are saved"
892
  msgstr "Karte neu zentrieren wenn die Fenstergröße verändert wird"
893
 
897
 
898
  #: pro/mappress_pro_settings.php:365
899
  #, fuzzy
 
900
  msgid "Show a list of POIs with each map"
901
  msgstr "Zeige eine Liste aller Marker unter jeder Karte."
902
 
903
  #: pro/mappress_pro_settings.php:373
904
  #, fuzzy
 
905
  msgid "Enable search"
906
  msgstr "Freischalten"
907
 
915
 
916
  #: pro/mappress_pro_settings.php:392
917
  #, fuzzy
 
918
  msgid "Snazzy Maps"
919
  msgstr "Karte mit CSS"
920
 
922
  msgid "Enter JSON from %s"
923
  msgstr ""
924
 
925
+ #: pro/mappress_pro_settings.php:397
926
+ #: pro/mappress_pro_settings.php:413
927
  #, fuzzy
 
928
  msgid "Style name"
929
  msgstr "Karte mit CSS"
930
 
956
  msgid "JSON error"
957
  msgstr ""
958
 
959
+ #: pro/mappress_widget.php:69
960
+ #: pro/mappress_widget_map.php:56
961
  msgid "Widget title"
962
  msgstr "Titel"
963
 
964
+ #: pro/mappress_widget.php:74
965
+ #: pro/mappress_widget_map.php:66
966
  #, fuzzy
 
967
  msgid "Map size"
968
  msgstr "Karte gespeichert"
969
 
970
  #: pro/mappress_widget.php:80
971
  #, fuzzy
 
972
  msgid "Show"
973
  msgstr "Karte zeigen"
974
 
975
  #: pro/mappress_widget.php:81
976
  #, fuzzy
 
977
  msgid "Current posts"
978
  msgstr "Aktuelle Karten"
979
 
983
 
984
  #: pro/mappress_widget.php:84
985
  #, fuzzy
 
986
  msgid "All posts"
987
  msgstr "Artikel"
988
 
989
  #: pro/mappress_widget.php:85
990
  #, fuzzy
 
991
  msgid "Custom query"
992
  msgstr "Benutzerdefinierte Felder"
993
 
995
  msgid "Learn about queries"
996
  msgstr ""
997
 
998
+ #: pro/mappress_widget.php:94
999
+ #: pro/mappress_widget_map.php:74
1000
  #, fuzzy
 
1001
  msgid "Show POI list"
1002
  msgstr "POI links"
1003
 
1004
+ #: pro/mappress_widget.php:101
1005
+ #: pro/mappress_widget_map.php:81
1006
  #, fuzzy
 
1007
  msgid "Other Settings"
1008
  msgstr "Marker-Einstellungen"
1009
 
1010
+ #: pro/mappress_widget.php:104
1011
+ #: pro/mappress_widget_map.php:84
1012
  msgid "Example: initialopeninfo=\"true\""
1013
  msgstr ""
1014
 
1015
+ #: pro/mappress_widget_map.php:61
1016
+ #: templates_admin/mce.php:49
1017
+ #: templates_admin/mce.php:69
1018
+ #: build/index_mappress_admin.js:1
1019
  msgid "Map ID"
1020
  msgstr "Karten ID"
1021
 
1034
 
1035
  #: templates/map-filters.php:13
1036
  #, fuzzy
 
1037
  msgid "Reset"
1038
  msgstr "Karte zurücksetzen"
1039
 
1040
  #: templates/map-loop.php:3
1041
  #, fuzzy
 
1042
  msgid "Results"
1043
  msgstr "Standard wiederherstellen"
1044
 
1045
  #: templates/map.php:53
1046
  #, fuzzy
 
1047
  msgid "Your Location"
1048
  msgstr "Ort"
1049
 
1073
 
1074
  #: templates/map.php:85
1075
  #, fuzzy
 
1076
  msgid "Show Map"
1077
  msgstr "Karte zeigen"
1078
 
1088
  msgid "Add Media"
1089
  msgstr ""
1090
 
1091
+ #: templates_admin/editor.php:45
1092
+ #: templates_admin/mce.php:55
1093
+ #: templates_admin/widgets.php:91
1094
+ #: build/index_mappress_admin.js:1
1095
  msgid "Save"
1096
  msgstr "speichern"
1097
 
1098
+ #: templates_admin/editor.php:46
1099
+ #: templates_admin/mce.php:56
1100
+ #: templates_admin/widgets.php:92
1101
+ #: build/index_mappress_admin.js:1
1102
  msgid "Cancel"
1103
  msgstr "Abbrechen"
1104
 
1105
+ #: templates_admin/mce.php:6
1106
+ #: build/index_mappress_admin.js:1
1107
  #, fuzzy
 
1108
  msgid "Select a map"
1109
  msgstr "Karte zurücksetzen"
1110
 
1111
+ #: templates_admin/mce.php:7
1112
+ #: build/index_mappress_admin.js:1
1113
  msgid "Add New"
1114
  msgstr ""
1115
 
1116
  #: templates_admin/mce.php:14
1117
  #, fuzzy
 
1118
  msgid "post title"
1119
  msgstr "Beitragstypen"
1120
 
1121
+ #: templates_admin/mce.php:18
1122
+ #: build/index_mappress_admin.js:1
1123
  msgid "Attached to this post"
1124
  msgstr ""
1125
 
1126
+ #: templates_admin/mce.php:19
1127
+ #: build/index_mappress_admin.js:1
1128
  #, fuzzy
 
1129
  msgid "All maps"
1130
  msgstr "kleinere Karte"
1131
 
1133
  msgid "Close"
1134
  msgstr "schließen"
1135
 
1136
+ #: templates_admin/mce.php:35
1137
+ #: build/index_mappress_admin.js:1
1138
  msgid "Size"
1139
  msgstr "Größe"
1140
 
1142
  msgid "Save center / zoom"
1143
  msgstr ""
1144
 
1145
+ #: templates_admin/mce.php:68
1146
+ #: build/index_mappress_admin.js:1
1147
  #, fuzzy
1148
  msgid "Map title"
1149
  msgstr "Titel"
1150
 
1151
+ #: templates_admin/mce.php:71
1152
+ #: build/index_mappress_admin.js:1
1153
  msgid "Attached to"
1154
  msgstr ""
1155
 
1156
+ #: templates_admin/mce.php:73
1157
+ #: build/index_mappress_admin.js:1
1158
  #, fuzzy
 
1159
  msgid "Action"
1160
  msgstr "Ort"
1161
 
1162
  #: templates_admin/mce.php:87
1163
  #, fuzzy
 
1164
  msgid "Current post"
1165
  msgstr "Aktuelle Karten"
1166
 
1167
+ #: templates_admin/mce.php:92
1168
+ #: build/index_mappress_admin.js:1
1169
  msgid "Unattached"
1170
  msgstr ""
1171
 
1173
  msgid "Insert into post"
1174
  msgstr "in Beitrag einfügen"
1175
 
1176
+ #: templates_admin/mce.php:107
1177
+ #: build/index_mappress_admin.js:1
1178
  #, fuzzy
 
1179
  msgid "No maps found"
1180
  msgstr "Karte nicht gefunden"
1181
 
1194
 
1195
  #: templates_admin/widgets.php:59
1196
  #, fuzzy
 
1197
  msgid "Use default icon"
1198
  msgstr "Standard wiederherstellen"
1199
 
1203
 
1204
  #: templates_admin/widgets.php:67
1205
  #, fuzzy
 
1206
  msgid "Map list item"
1207
  msgstr "Marker Listen Vorlage"
1208
 
1209
  #: templates_admin/widgets.php:67
1210
  #, fuzzy
 
1211
  msgid "Mashup popup"
1212
  msgstr "Mashups"
1213
 
1214
  #: templates_admin/widgets.php:67
1215
  #, fuzzy
 
1216
  msgid "Mashup list item"
1217
  msgstr "Marker Listen Vorlage"
1218
 
1219
  #: templates_admin/widgets.php:74
1220
  #, fuzzy
 
1221
  msgid "New"
1222
  msgstr "Neue Karte"
1223
 
1224
+ #: templates_admin/widgets.php:74
1225
+ #: build/index_mappress_admin.js:1
1226
  #, fuzzy
 
1227
  msgid "Custom"
1228
  msgstr "eigenes CSS"
1229
 
1230
  #: templates_admin/widgets.php:77
1231
  #, fuzzy
 
1232
  msgid "Editor"
1233
  msgstr "Bearbeiten"
1234
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1235
  #: package.json
1236
  msgctxt "block description"
1237
  msgid "MapPress Maps for WordPress"
1247
  #~ msgstr "Kontakt"
1248
 
1249
  #~ msgid ""
1250
+ "\n"
1251
+ "MapPress now requires WordPress 3.2 or higher. Please upgrade \"\n"
1252
+ "using MapPress.\""
1253
  #~ msgstr ""
1254
+ "\n"
1255
+ "MapPress benötigt WordPress 3.2 oder höher. Bitte aktualisieren!\""
1256
 
1257
  #~ msgid ""
1258
+ "\n"
1259
+ "MapPress is not compfatible with the WP-Geo plugin. Please \"\n"
1260
+ "or uninstall WP-Geo before using MapPress.\""
1261
  #~ msgstr ""
1262
+ "\n"
1263
+ "MapPress ist nicht kompatibel mit dem WP-Geo Plugin. Vor der \"\n"
1264
+ "von MapPress bitte WP-Geo deaktivieren oder entfernen.\""
1265
 
1266
  #~ msgid "Bike"
1267
  #~ msgstr "Fahrrad"
1270
  #~ msgstr "Die Start- oder Zieladresse fehlt."
1271
 
1272
  #~ msgid ""
1273
+ "\n"
1274
+ "cannot return directions between those addresses. There is no \"\n"
1275
+ "between them or the routing information is not available.\""
1276
  #~ msgstr ""
1277
+ "\n"
1278
+ "kann zu diesen Adressen keine Wegbeschreibung liefern. Es gibt \"\n"
1279
+ "Route zwischen ihnen oder es fehlen Routeninfos dazu.\""
1280
 
1281
  #~ msgid "Unknown error, unable to return directions. Status code = "
1282
  #~ msgstr "Unbekannter Fehler. Wegbeschreibung nicht möglich. Status Code = "
1295
 
1296
  #~ msgid "Internal error, your data has not been saved!"
1297
  #~ msgstr ""
1298
+ "\n"
1299
+ "Fehler: Karte wurde nicht gefunden. Daten wurden nicht \"\n"
1300
+ ""
1301
 
1302
  #~ msgid "Bigger map"
1303
  #~ msgstr "Größere Karte"
1348
  #~ msgstr "Karten zuletzt laden"
1349
 
1350
  #~ msgid ""
1351
+ "\n"
1352
+ "the settings below to automatically create maps from custom fields.\""
1353
  #~ msgstr "Automatisch Karten aus benutzerdefinierten Feldern erzeugen"
1354
 
1355
  #, fuzzy
1386
  #~ msgid "Enable keyboard panning and zooming"
1387
  #~ msgstr "Zoom und Ziehen per Tastatur aktivieren"
1388
 
1389
+ #, fuzzy,php-format
1390
  #~ msgid "Use a specific %s for map controls and geocoding"
1391
  #~ msgstr ""
1392
+ "\n"
1393
+ "%s für Kartensteuerelemente verwenden (Standard: Browsersprache)\""
1394
 
1395
  #~ msgid "Horizontal"
1396
  #~ msgstr "Horizontal"
1556
 
1557
  #~ msgid "Internal error - unable to save map. Your data has not been saved!"
1558
  #~ msgstr ""
1559
+ "\n"
1560
+ "Fehler: Karte konnte nicht gesichert werden. Daten wurden nicht \"\n"
1561
+ ""
1562
 
1563
  #~ msgid "Marker list"
1564
  #~ msgstr "Marker Liste"
1567
  #~ msgstr "Verkehrsinfo-Button anzeigen"
1568
 
1569
  #~ msgid ""
1570
+ "\n"
1571
+ "your readers to change the map type (street, satellite, or hybrid)\""
1572
  #~ msgstr ""
1573
+ "\n"
1574
+ "erlauben den Kartentyp zu ändern (Karte, Satellit, Hybrid)\""
1575
 
1576
  #~ msgid "Display the street view control \"peg man\""
1577
  #~ msgstr "Street View Button \"Peg Man\" anzeigen"
1578
 
1579
  #~ msgid ""
1580
+ "\n"
1581
+ "'Google' if directions aren't displaying properly in your theme\""
1582
  #~ msgstr ""
1583
+ "\n"
1584
+ "'Google' wenn die Wegbeschreibung im Theme nicht korrekt \"\n"
1585
+ "wird\""
1586
 
1587
  #~ msgid "This setting requires %s."
1588
  #~ msgstr "Diese Einstellung benötigt %s."
1665
 
1666
  #~ msgid "This setting requires %s. Show a list of markers under each map."
1667
  #~ msgstr ""
1668
+ "\n"
1669
+ "Einstellung benötigt %s. Zeige eine Liste aller Marker unter jeder \"\n"
1670
+ ""
1671
 
1672
  #, fuzzy
1673
  #~ msgid "Marker title:"
languages/mappress-google-maps-for-wordpress-de_DE_formal-4cfebd0e75a430fc3eb311e0637a25c6.json ADDED
@@ -0,0 +1 @@
 
1
+ {"translation-revision-date":"2020-12-15 11:19-0800","generator":"WP-CLI\/2.4.0","source":"build\/index_mappress_admin.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"de_DE","plural-forms":"nplurals=2; plural=(n != 1);"},"Settings":["Einstellungen"],"Map Library":["Kartenrand"],"Help":[""],"No results":[""],"Add":["hinzuf\u00fcgen"],"Delete":["L\u00f6schen"],"Untitled":["Unbenannt"],"Google API key":["Google"],"Default":["Standard"],"Google":["Google"],"Leaflet":[""],"Post type":["Beitragsarten"],"Automatic":["automatische Kartendarstellung"],"Search":[""],"Zoom":["Zoom"],"Map ID":["Karten ID"],"Save":["speichern"],"Cancel":["Abbrechen"],"Select a map":["Karte zur\u00fccksetzen"],"Add New":[""],"Attached to this post":[""],"All maps":["kleinere Karte"],"Size":["Gr\u00f6\u00dfe"],"Map title":["Titel"],"Attached to":[""],"Action":["Ort"],"Unattached":[""],"No maps found":["Karte nicht gefunden"],"Custom":["eigenes CSS"],"New map":["Neue Karte"],"Edit map":["Bearbeiten"],"Like the block? Upgrade to the free plugin or MapPress Pro for more features!":[""],"MapPress Pro":["MapPress Link"],"Free plugin":[""],"MapPress options":["MapPress Link"],"Map settings":["Einstellungen"],"MapPress Map":["MapPress Link"],"Create a new map or choose one from the map library.":[""],"Insert a map":["Karte zur\u00fccksetzen"],"Query":[""],"Refresh map":["Karte zur\u00fccksetzen"],"Author":[""],"Order by":["Marker Liste"],"Include children":[""],"Add custom field":["Benutzerdefinierte Felder"],"Field name":[""],"The field \"%s\" has already been added":[""],"Please enter a field name":["Bitte speichern Sie die Karte zuerst"],"Value (a or a,b,c...)":[""],"Invalid JSON":[""],"Update":[""],"Query code":["L\u00e4ndercode"],"MapPress Mashup":["MapPress Link"],"Insert a mashup":[""],"Options saved.":["Karte gespeichert"],"Mapping Engine":[""],"Save options":[""],"Map copied":["Kartentypen"],"Shortcode copied":[""],"post title, map title, or map id":[""],"current post":["Aktuelle Karten"],"Edit post":["Bearbeiten"],"Copy":[""],"Shortcode":[""],"Delete map":["Diese Karte l\u00f6schen?"],"Viewport saved":["Karte gespeichert"],"px, %, vw":[""],"Width":["Breite"],"px, %, vh":[""],"Height":["Rechtsb\u00fcndig"],"Center\/Zoom":["Zentriert"]}}}
languages/mappress-google-maps-for-wordpress-de_DE_formal.po CHANGED
@@ -1,16 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: MapPress v2.8 Google Maps for WordPress\n"
4
- "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mappress-google-"
5
- "maps-for-wordpress\n"
6
- "POT-Creation-Date: 2020-12-15T18:23:01+00:00\n"
7
- "PO-Revision-Date: 2020-12-15 11:19-0800\n"
8
  "Last-Translator: Michael Busch <busch@seo-traffic-guide.de>\n"
9
  "Language-Team: dewib <dewib@gmx.de>\n"
10
- "Language: de_DE\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-KeywordsList: _;gettext;gettext_noop;__;_e\n"
15
  "X-Poedit-Basepath: .\n"
16
  "X-Generator: Poedit 2.4.2\n"
@@ -36,24 +35,22 @@ msgstr ""
36
  msgid "https://www.mappresspro.com/chris-contact"
37
  msgstr ""
38
 
39
- #: mappress.php:171 mappress.php:701 build/index_mappress_admin.js:1
 
 
40
  #, fuzzy
41
  msgid "Settings"
42
  msgstr "Einstellungen"
43
 
44
- #: mappress.php:172 build/index_mappress_admin.js:1
 
45
  #, fuzzy
46
- #| msgid "Map border"
47
  msgid "Map Library"
48
  msgstr "Kartenrand"
49
 
50
  #: mappress.php:183
51
- msgid ""
52
- "MapPress database tables are missing. Please deactivate the plugin and "
53
- "activate it again to fix this."
54
- msgstr ""
55
- "MapPress Datenbanktabellen fehlen. Bitte Plugin deaktivieren und erneut "
56
- "aktivieren zur Fehlerbehebung."
57
 
58
  #: mappress.php:188
59
  msgid "A Google Maps API key is required"
@@ -65,7 +62,6 @@ msgstr ""
65
 
66
  #: mappress.php:188
67
  #, fuzzy
68
- #| msgid "Map Settings"
69
  msgid "MapPress Settings"
70
  msgstr "Einstellungen"
71
 
@@ -86,22 +82,20 @@ msgid "Please Help Spread the Word"
86
  msgstr ""
87
 
88
  #: mappress.php:285
89
- msgid ""
90
- "If you're enjoying MapPress, would you mind taking a moment to write a brief "
91
- "review? It would mean the world to me!"
92
  msgstr ""
93
 
94
  #: mappress.php:286
95
- msgid ""
96
- "If you have any issues or suggestions, please let me know. I'll be happy to "
97
- "help!"
98
  msgstr ""
99
 
100
- #: mappress.php:402 mappress.php:931
 
101
  msgid "Version"
102
  msgstr "Version"
103
 
104
- #: mappress.php:404 build/index_mappress_admin.js:1
 
105
  msgid "Help"
106
  msgstr ""
107
 
@@ -114,9 +108,7 @@ msgid "Please enter your MapPress license key to enable plugin updates"
114
  msgstr ""
115
 
116
  #: mappress.php:477
117
- msgid ""
118
- "MapPress Gutenberg blocks require WordPress 5.3 or the latest Gutenberg "
119
- "Plugin. Please update if using the block editor."
120
  msgstr ""
121
 
122
  #: mappress.php:481
@@ -129,14 +121,11 @@ msgstr ""
129
 
130
  #: mappress.php:487
131
  #, fuzzy
132
- #| msgid "There are no maps yet for this post"
133
  msgid "The MapPress map editor has moved!"
134
  msgstr "Es gibt noch keine Karten für diesen Beitrag"
135
 
136
  #: mappress.php:488
137
- msgid ""
138
- "Use this button to open the new popup editor where you can easily create, "
139
- "edit and insert maps."
140
  msgstr ""
141
 
142
  #: mappress.php:534
@@ -157,7 +146,6 @@ msgstr ""
157
 
158
  #: mappress.php:538
159
  #, fuzzy
160
- #| msgid "Loading..."
161
  msgid "Loading"
162
  msgstr "Lade…"
163
 
@@ -169,13 +157,13 @@ msgstr ""
169
  msgid "Unable to get your location"
170
  msgstr "Standortbestimmung nicht möglich"
171
 
172
- #: mappress.php:541 build/index_mappress_admin.js:1
 
173
  msgid "No results"
174
  msgstr ""
175
 
176
  #: mappress.php:542
177
  #, fuzzy
178
- #| msgid "Save Changes"
179
  msgid "Save changes?"
180
  msgstr "Änderungen speichern"
181
 
@@ -185,11 +173,11 @@ msgstr "Umriss"
185
 
186
  #: mappress.php:572
187
  #, fuzzy
188
- #| msgid "Delete this map?"
189
  msgid "Improve this map"
190
  msgstr "Diese Karte löschen?"
191
 
192
- #: mappress.php:588 mappress.php:607
 
193
  #, fuzzy
194
  msgid "Streets"
195
  msgstr "Street View"
@@ -200,7 +188,6 @@ msgstr ""
200
 
201
  #: mappress.php:590
202
  #, fuzzy
203
- #| msgid "Right"
204
  msgid "Light"
205
  msgstr "Rechtsbündig"
206
 
@@ -214,34 +201,39 @@ msgstr "Satellit"
214
 
215
  #: mappress.php:593
216
  #, fuzzy
217
- #| msgid "Satellite"
218
  msgid "Satellite Streets"
219
  msgstr "Satellit"
220
 
221
- #: mappress_controls.php:93 templates_admin/widgets.php:42
 
222
  #: build/index_mappress_admin.js:1
223
  msgid "Add"
224
  msgstr "hinzufügen"
225
 
226
- #: mappress_controls.php:102 templates_admin/editor.php:47
227
- #: templates_admin/mce.php:100 templates_admin/widgets.php:94
 
 
228
  #: build/index_mappress_admin.js:1
229
  msgid "Delete"
230
  msgstr "Löschen"
231
 
232
- #: mappress_map.php:85 mappress_settings.php:321
 
233
  #, fuzzy
234
  msgid "MapPress"
235
  msgstr "MapPress Link"
236
 
237
- #: mappress_map.php:94 templates_admin/mce.php:30 templates_admin/mce.php:80
238
- #: templates_admin/mce.php:86 build/index_mappress_admin.js:1
 
 
 
239
  msgid "Untitled"
240
  msgstr "Unbenannt"
241
 
242
  #: mappress_map.php:95
243
  #, fuzzy
244
- #| msgid "Top of post"
245
  msgid "Copy of %s"
246
  msgstr "Über dem Beitrag"
247
 
@@ -261,9 +253,9 @@ msgstr "Einstellungen"
261
  msgid "Mapping API"
262
  msgstr ""
263
 
264
- #: mappress_settings.php:92 build/index_mappress_admin.js:1
 
265
  #, fuzzy
266
- #| msgid "Google"
267
  msgid "Google API key"
268
  msgstr "Google"
269
 
@@ -285,7 +277,6 @@ msgstr "Beitragsarten"
285
 
286
  #: mappress_settings.php:103
287
  #, fuzzy
288
- #| msgid "Automatic map display"
289
  msgid "Automatic display"
290
  msgstr "automatische Kartendarstellung"
291
 
@@ -293,7 +284,8 @@ msgstr "automatische Kartendarstellung"
293
  msgid "Map alignment"
294
  msgstr "Kartenausrichtung"
295
 
296
- #: mappress_settings.php:105 templates/map-popup.php:3
 
297
  #: templates/mashup-popup.php:6
298
  msgid "Directions"
299
  msgstr "Wegbeschreibung"
@@ -306,7 +298,8 @@ msgstr "Marker-Einstellungen"
306
  msgid "Default zoom"
307
  msgstr "Standard-Zoom"
308
 
309
- #: mappress_settings.php:110 mappress_settings.php:238
 
310
  msgid "Open first POI"
311
  msgstr "Ersten Marker anzeigen"
312
 
@@ -336,7 +329,6 @@ msgstr "Übersetzung"
336
 
337
  #: mappress_settings.php:121
338
  #, fuzzy
339
- #| msgid "language"
340
  msgid "Search language"
341
  msgstr "Sprache"
342
 
@@ -354,7 +346,6 @@ msgstr "Verschiedenes"
354
 
355
  #: mappress_settings.php:126
356
  #, fuzzy
357
- #| msgid "Map saved"
358
  msgid "Map sizes"
359
  msgstr "Karte gespeichert"
360
 
@@ -366,8 +357,10 @@ msgstr ""
366
  msgid "Compatiblity"
367
  msgstr ""
368
 
369
- #: mappress_settings.php:175 mappress_settings.php:244
370
- #: pro/mappress_pro_settings.php:234 templates_admin/widgets.php:78
 
 
371
  #: build/index_mappress_admin.js:1
372
  msgid "Default"
373
  msgstr "Standard"
@@ -396,7 +389,8 @@ msgstr "Über dem Beitrag"
396
  msgid "Bottom of post"
397
  msgstr "Unter dem Beitrag"
398
 
399
- #: mappress_settings.php:199 mappress_settings.php:243
 
400
  msgid "(list)"
401
  msgstr ""
402
 
@@ -408,8 +402,10 @@ msgstr ""
408
  msgid "Prevent other plugins/themes from loading the Google Maps API"
409
  msgstr ""
410
 
411
- #: mappress_settings.php:212 mappress_settings.php:221
412
- #: pro/mappress_pro_settings.php:232 build/index_mappress_admin.js:1
 
 
413
  msgid "Google"
414
  msgstr "Google"
415
 
@@ -417,17 +413,17 @@ msgstr "Google"
417
  msgid "Inline"
418
  msgstr ""
419
 
420
- #: mappress_settings.php:221 build/index_mappress_admin.js:1
 
421
  msgid "Leaflet"
422
  msgstr ""
423
 
424
  #: mappress_settings.php:223
425
- msgid ""
426
- "Leaflet is free and requires no API key. Google requires an API key and has "
427
- "strict usage limits."
428
  msgstr ""
429
 
430
- #: mappress_settings.php:229 mappress_settings.php:232
 
431
  msgid "Output scripts in footer"
432
  msgstr ""
433
 
@@ -447,9 +443,9 @@ msgstr ""
447
  msgid "Enter token to use Mapbox map tiles"
448
  msgstr ""
449
 
450
- #: mappress_settings.php:257 mappress_settings.php:262
 
451
  #, fuzzy
452
- #| msgid "Map controls"
453
  msgid "Map type control"
454
  msgstr "Kartenkontrollelemente"
455
 
@@ -458,9 +454,9 @@ msgstr "Kartenkontrollelemente"
458
  msgid "Street view control"
459
  msgstr "Street View"
460
 
461
- #: mappress_settings.php:259 mappress_settings.php:263
 
462
  #, fuzzy
463
- #| msgid "Show control"
464
  msgid "Zoom control"
465
  msgstr "Kontrollelemente zeigen"
466
 
@@ -482,7 +478,6 @@ msgstr ""
482
 
483
  #: mappress_settings.php:299
484
  #, fuzzy
485
- #| msgid "Default zoom"
486
  msgid "Default size"
487
  msgstr "Standard-Zoom"
488
 
@@ -490,28 +485,30 @@ msgstr "Standard-Zoom"
490
  msgid "Copy maps when overwriting a translation"
491
  msgstr ""
492
 
493
- #: mappress_settings.php:326 mappress_settings.php:334
 
494
  msgid "Save Changes"
495
  msgstr "Änderungen speichern"
496
 
497
- #: mappress_settings.php:327 mappress_settings.php:335
 
498
  msgid "Reset Defaults"
499
  msgstr "Standard wiederherstellen"
500
 
501
  #: mappress_template.php:34
502
  #, fuzzy
503
- #| msgid "Enter address"
504
  msgid "Address"
505
  msgstr "Adresse eingeben"
506
 
507
- #: mappress_template.php:35 pro/mappress_pro_settings.php:338
 
508
  msgid "Body"
509
  msgstr ""
510
 
511
- #: mappress_template.php:36 pro/mappress_pro_settings.php:174
 
512
  #: pro/mappress_pro_settings.php:338
513
  #, fuzzy
514
- #| msgid "Icons"
515
  msgid "Icon"
516
  msgstr "Meine Ions"
517
 
@@ -519,7 +516,8 @@ msgstr "Meine Ions"
519
  msgid "Thumbnail"
520
  msgstr ""
521
 
522
- #: mappress_template.php:38 pro/mappress_pro_settings.php:338
 
523
  #, fuzzy
524
  msgid "Title"
525
  msgstr "Titel"
@@ -528,17 +526,18 @@ msgstr "Titel"
528
  msgid "Url"
529
  msgstr ""
530
 
531
- #: mappress_template.php:40 pro/mappress_filter.php:120
 
532
  #: pro/mappress_pro_settings.php:343
533
  #, fuzzy
534
- #| msgid "Custom Fields"
535
  msgid "Custom Field"
536
  msgstr "Benutzerdefinierte Felder"
537
 
538
- #: pro/mappress_filter.php:84 pro/mappress_filter.php:133
539
- #: pro/mappress_pro_settings.php:167 build/index_mappress_admin.js:1
 
 
540
  #, fuzzy
541
- #| msgid "Post types"
542
  msgid "Post type"
543
  msgstr "Beitragsarten"
544
 
@@ -548,7 +547,6 @@ msgstr ""
548
 
549
  #: pro/mappress_filter.php:120
550
  #, fuzzy
551
- #| msgid "Custom fields"
552
  msgid "Post field"
553
  msgstr "Benutzerdefinierte Felder"
554
 
@@ -556,10 +554,11 @@ msgstr "Benutzerdefinierte Felder"
556
  msgid "Invalid geocoder: %s"
557
  msgstr ""
558
 
559
- #: pro/mappress_geocoder.php:59 pro/mappress_geocoder.php:110
560
- #: pro/mappress_geocoder.php:147 pro/mappress_geocoder.php:192
 
 
561
  #, fuzzy
562
- #| msgid "No geocoding result for address: %s"
563
  msgid "No results for address: %s"
564
  msgstr "Kein Geocoding Ergebnis für die Adresse: %s"
565
 
@@ -587,9 +586,9 @@ msgstr ""
587
  msgid "Files error: "
588
  msgstr ""
589
 
590
- #: pro/mappress_meta.php:109 build/index_mappress_admin.js:1
 
591
  #, fuzzy
592
- #| msgid "Automatic map display"
593
  msgid "Automatic"
594
  msgstr "automatische Kartendarstellung"
595
 
@@ -599,19 +598,16 @@ msgstr ""
599
 
600
  #: pro/mappress_pro_settings.php:17
601
  #, fuzzy
602
- #| msgid "Version"
603
  msgid "Beta versions"
604
  msgstr "Version"
605
 
606
  #: pro/mappress_pro_settings.php:21
607
  #, fuzzy
608
- #| msgid "Geocoding"
609
  msgid "Geocoder"
610
  msgstr "Geocoding"
611
 
612
  #: pro/mappress_pro_settings.php:23
613
  #, fuzzy
614
- #| msgid "POI links"
615
  msgid "POI list"
616
  msgstr "POI links"
617
 
@@ -633,13 +629,11 @@ msgstr ""
633
 
634
  #: pro/mappress_pro_settings.php:30
635
  #, fuzzy
636
- #| msgid "Post types"
637
  msgid "Popup type"
638
  msgstr "Beitragsarten"
639
 
640
  #: pro/mappress_pro_settings.php:32
641
  #, fuzzy
642
- #| msgid "Default zoom"
643
  msgid "Default icon"
644
  msgstr "Standard-Zoom"
645
 
@@ -649,7 +643,6 @@ msgstr ""
649
 
650
  #: pro/mappress_pro_settings.php:34
651
  #, fuzzy
652
- #| msgid "Custom Fields"
653
  msgid "Custom icons"
654
  msgstr "Benutzerdefinierte Felder"
655
 
@@ -659,16 +652,18 @@ msgstr ""
659
 
660
  #: pro/mappress_pro_settings.php:36
661
  #, fuzzy
662
- #| msgid "Automatic map display"
663
  msgid "Automatic icons"
664
  msgstr "automatische Kartendarstellung"
665
 
666
- #: pro/mappress_pro_settings.php:38 templates/map.php:51
667
- #: templates_admin/mce.php:13 build/index_mappress_admin.js:1
 
 
668
  msgid "Search"
669
  msgstr ""
670
 
671
- #: pro/mappress_pro_settings.php:40 templates/map.php:58
 
672
  msgid "Filter"
673
  msgstr ""
674
 
@@ -678,7 +673,6 @@ msgstr ""
678
 
679
  #: pro/mappress_pro_settings.php:42
680
  #, fuzzy
681
- #| msgid "POI links"
682
  msgid "POI click"
683
  msgstr "POI links"
684
 
@@ -694,21 +688,19 @@ msgstr ""
694
  msgid "Thumbnail size"
695
  msgstr ""
696
 
697
- #: pro/mappress_pro_settings.php:48 pro/mappress_pro_settings.php:50
 
698
  #, fuzzy
699
- #| msgid "Styled Maps"
700
  msgid "Styled maps"
701
  msgstr "Karte mit CSS"
702
 
703
  #: pro/mappress_pro_settings.php:51
704
  #, fuzzy
705
- #| msgid "Default"
706
  msgid "Default style"
707
  msgstr "Standard"
708
 
709
  #: pro/mappress_pro_settings.php:54
710
  #, fuzzy
711
- #| msgid "Geocoding"
712
  msgid "Geocoding fields"
713
  msgstr "Geocoding"
714
 
@@ -718,7 +710,6 @@ msgstr ""
718
 
719
  #: pro/mappress_pro_settings.php:56
720
  #, fuzzy
721
- #| msgid "Geocoding"
722
  msgid "Geocoding errors"
723
  msgstr "Geocoding"
724
 
@@ -728,11 +719,11 @@ msgstr ""
728
 
729
  #: pro/mappress_pro_settings.php:61
730
  #, fuzzy
731
- #| msgid "Custom Fields"
732
  msgid "Custom templates"
733
  msgstr "Benutzerdefinierte Felder"
734
 
735
- #: pro/mappress_pro_settings.php:62 pro/mappress_pro_settings.php:227
 
736
  msgid "Force resize"
737
  msgstr "Größenänderung erzwingen"
738
 
@@ -774,7 +765,6 @@ msgstr ""
774
 
775
  #: pro/mappress_pro_settings.php:224
776
  #, fuzzy
777
- #| msgid "Click to permanently resize ALL existing maps"
778
  msgid "Permanently resize existing maps (classic editor only)"
779
  msgstr "Klicken um die Größe ALLER Karten dauerhaft zu ändern"
780
 
@@ -794,13 +784,13 @@ msgstr ""
794
  msgid "MapBox"
795
  msgstr ""
796
 
797
- #: pro/mappress_pro_settings.php:246 templates_admin/widgets.php:68
 
798
  msgid "Edit"
799
  msgstr "Bearbeiten"
800
 
801
  #: pro/mappress_pro_settings.php:260
802
  #, fuzzy
803
- #| msgid "Standard icons"
804
  msgid "Standard"
805
  msgstr "Standard Icons"
806
 
@@ -810,19 +800,16 @@ msgstr ""
810
 
811
  #: pro/mappress_pro_settings.php:268
812
  #, fuzzy
813
- #| msgid "Reset map"
814
  msgid "Left of map"
815
  msgstr "Karte zurücksetzen"
816
 
817
  #: pro/mappress_pro_settings.php:269
818
  #, fuzzy
819
- #| msgid "Show map"
820
  msgid "Below map"
821
  msgstr "Karte zeigen"
822
 
823
  #: pro/mappress_pro_settings.php:275
824
  #, fuzzy
825
- #| msgid "Get Directions"
826
  msgid "Get license"
827
  msgstr "Routenplanung starten"
828
 
@@ -838,7 +825,8 @@ msgstr ""
838
  msgid "Check now"
839
  msgstr ""
840
 
841
- #: pro/mappress_pro_settings.php:299 pro/mappress_updater.php:116
 
842
  msgid "Communication error, please try again later"
843
  msgstr ""
844
 
@@ -856,13 +844,11 @@ msgstr ""
856
 
857
  #: pro/mappress_pro_settings.php:310
858
  #, fuzzy
859
- #| msgid "Open first POI"
860
  msgid "Open POI"
861
  msgstr "Ersten Marker anzeigen"
862
 
863
  #: pro/mappress_pro_settings.php:310
864
  #, fuzzy
865
- #| msgid "post"
866
  msgid "Open post"
867
  msgstr "Artikel"
868
 
@@ -890,19 +876,18 @@ msgstr ""
890
  msgid "Longitude"
891
  msgstr ""
892
 
893
- #: pro/mappress_pro_settings.php:338 build/index_mappress_admin.js:1
 
894
  msgid "Zoom"
895
  msgstr "Zoom"
896
 
897
  #: pro/mappress_pro_settings.php:343
898
  #, fuzzy
899
- #| msgid "Map deleted"
900
  msgid "Map Field"
901
  msgstr "Karte gelöscht"
902
 
903
  #: pro/mappress_pro_settings.php:356
904
  #, fuzzy
905
- #| msgid "Recenter maps when window is resized"
906
  msgid "Overwrite maps when posts are saved"
907
  msgstr "Karte neu zentrieren wenn die Fenstergröße verändert wird"
908
 
@@ -912,13 +897,11 @@ msgstr ""
912
 
913
  #: pro/mappress_pro_settings.php:365
914
  #, fuzzy
915
- #| msgid "Show a list of markers under each map"
916
  msgid "Show a list of POIs with each map"
917
  msgstr "Zeige eine Liste aller Marker unter jeder Karte."
918
 
919
  #: pro/mappress_pro_settings.php:373
920
  #, fuzzy
921
- #| msgid "Enable"
922
  msgid "Enable search"
923
  msgstr "Freischalten"
924
 
@@ -932,7 +915,6 @@ msgstr ""
932
 
933
  #: pro/mappress_pro_settings.php:392
934
  #, fuzzy
935
- #| msgid "Styled Maps"
936
  msgid "Snazzy Maps"
937
  msgstr "Karte mit CSS"
938
 
@@ -940,9 +922,9 @@ msgstr "Karte mit CSS"
940
  msgid "Enter JSON from %s"
941
  msgstr ""
942
 
943
- #: pro/mappress_pro_settings.php:397 pro/mappress_pro_settings.php:413
 
944
  #, fuzzy
945
- #| msgid "Styled Maps"
946
  msgid "Style name"
947
  msgstr "Karte mit CSS"
948
 
@@ -974,25 +956,24 @@ msgstr ""
974
  msgid "JSON error"
975
  msgstr ""
976
 
977
- #: pro/mappress_widget.php:69 pro/mappress_widget_map.php:56
 
978
  msgid "Widget title"
979
  msgstr "Titel"
980
 
981
- #: pro/mappress_widget.php:74 pro/mappress_widget_map.php:66
 
982
  #, fuzzy
983
- #| msgid "Map saved"
984
  msgid "Map size"
985
  msgstr "Karte gespeichert"
986
 
987
  #: pro/mappress_widget.php:80
988
  #, fuzzy
989
- #| msgid "Show map"
990
  msgid "Show"
991
  msgstr "Karte zeigen"
992
 
993
  #: pro/mappress_widget.php:81
994
  #, fuzzy
995
- #| msgid "Current Maps"
996
  msgid "Current posts"
997
  msgstr "Aktuelle Karten"
998
 
@@ -1002,13 +983,11 @@ msgstr ""
1002
 
1003
  #: pro/mappress_widget.php:84
1004
  #, fuzzy
1005
- #| msgid "post"
1006
  msgid "All posts"
1007
  msgstr "Artikel"
1008
 
1009
  #: pro/mappress_widget.php:85
1010
  #, fuzzy
1011
- #| msgid "Custom Fields"
1012
  msgid "Custom query"
1013
  msgstr "Benutzerdefinierte Felder"
1014
 
@@ -1016,24 +995,27 @@ msgstr "Benutzerdefinierte Felder"
1016
  msgid "Learn about queries"
1017
  msgstr ""
1018
 
1019
- #: pro/mappress_widget.php:94 pro/mappress_widget_map.php:74
 
1020
  #, fuzzy
1021
- #| msgid "POI links"
1022
  msgid "Show POI list"
1023
  msgstr "POI links"
1024
 
1025
- #: pro/mappress_widget.php:101 pro/mappress_widget_map.php:81
 
1026
  #, fuzzy
1027
- #| msgid "POI Settings"
1028
  msgid "Other Settings"
1029
  msgstr "Marker-Einstellungen"
1030
 
1031
- #: pro/mappress_widget.php:104 pro/mappress_widget_map.php:84
 
1032
  msgid "Example: initialopeninfo=\"true\""
1033
  msgstr ""
1034
 
1035
- #: pro/mappress_widget_map.php:61 templates_admin/mce.php:49
1036
- #: templates_admin/mce.php:69 build/index_mappress_admin.js:1
 
 
1037
  msgid "Map ID"
1038
  msgstr "Karten ID"
1039
 
@@ -1052,19 +1034,16 @@ msgstr ""
1052
 
1053
  #: templates/map-filters.php:13
1054
  #, fuzzy
1055
- #| msgid "Reset map"
1056
  msgid "Reset"
1057
  msgstr "Karte zurücksetzen"
1058
 
1059
  #: templates/map-loop.php:3
1060
  #, fuzzy
1061
- #| msgid "Reset Defaults"
1062
  msgid "Results"
1063
  msgstr "Standard wiederherstellen"
1064
 
1065
  #: templates/map.php:53
1066
  #, fuzzy
1067
- #| msgid "Location"
1068
  msgid "Your Location"
1069
  msgstr "Ort"
1070
 
@@ -1094,7 +1073,6 @@ msgstr ""
1094
 
1095
  #: templates/map.php:85
1096
  #, fuzzy
1097
- #| msgid "Show map"
1098
  msgid "Show Map"
1099
  msgstr "Karte zeigen"
1100
 
@@ -1110,39 +1088,44 @@ msgstr "HTML"
1110
  msgid "Add Media"
1111
  msgstr ""
1112
 
1113
- #: templates_admin/editor.php:45 templates_admin/mce.php:55
1114
- #: templates_admin/widgets.php:91 build/index_mappress_admin.js:1
 
 
1115
  msgid "Save"
1116
  msgstr "speichern"
1117
 
1118
- #: templates_admin/editor.php:46 templates_admin/mce.php:56
1119
- #: templates_admin/widgets.php:92 build/index_mappress_admin.js:1
 
 
1120
  msgid "Cancel"
1121
  msgstr "Abbrechen"
1122
 
1123
- #: templates_admin/mce.php:6 build/index_mappress_admin.js:1
 
1124
  #, fuzzy
1125
- #| msgid "Reset map"
1126
  msgid "Select a map"
1127
  msgstr "Karte zurücksetzen"
1128
 
1129
- #: templates_admin/mce.php:7 build/index_mappress_admin.js:1
 
1130
  msgid "Add New"
1131
  msgstr ""
1132
 
1133
  #: templates_admin/mce.php:14
1134
  #, fuzzy
1135
- #| msgid "post types"
1136
  msgid "post title"
1137
  msgstr "Beitragstypen"
1138
 
1139
- #: templates_admin/mce.php:18 build/index_mappress_admin.js:1
 
1140
  msgid "Attached to this post"
1141
  msgstr ""
1142
 
1143
- #: templates_admin/mce.php:19 build/index_mappress_admin.js:1
 
1144
  #, fuzzy
1145
- #| msgid "Smaller map"
1146
  msgid "All maps"
1147
  msgstr "kleinere Karte"
1148
 
@@ -1150,7 +1133,8 @@ msgstr "kleinere Karte"
1150
  msgid "Close"
1151
  msgstr "schließen"
1152
 
1153
- #: templates_admin/mce.php:35 build/index_mappress_admin.js:1
 
1154
  msgid "Size"
1155
  msgstr "Größe"
1156
 
@@ -1158,28 +1142,30 @@ msgstr "Größe"
1158
  msgid "Save center / zoom"
1159
  msgstr ""
1160
 
1161
- #: templates_admin/mce.php:68 build/index_mappress_admin.js:1
 
1162
  #, fuzzy
1163
  msgid "Map title"
1164
  msgstr "Titel"
1165
 
1166
- #: templates_admin/mce.php:71 build/index_mappress_admin.js:1
 
1167
  msgid "Attached to"
1168
  msgstr ""
1169
 
1170
- #: templates_admin/mce.php:73 build/index_mappress_admin.js:1
 
1171
  #, fuzzy
1172
- #| msgid "Location"
1173
  msgid "Action"
1174
  msgstr "Ort"
1175
 
1176
  #: templates_admin/mce.php:87
1177
  #, fuzzy
1178
- #| msgid "Current Maps"
1179
  msgid "Current post"
1180
  msgstr "Aktuelle Karten"
1181
 
1182
- #: templates_admin/mce.php:92 build/index_mappress_admin.js:1
 
1183
  msgid "Unattached"
1184
  msgstr ""
1185
 
@@ -1187,9 +1173,9 @@ msgstr ""
1187
  msgid "Insert into post"
1188
  msgstr "in Beitrag einfügen"
1189
 
1190
- #: templates_admin/mce.php:107 build/index_mappress_admin.js:1
 
1191
  #, fuzzy
1192
- #| msgid "Map not found"
1193
  msgid "No maps found"
1194
  msgstr "Karte nicht gefunden"
1195
 
@@ -1208,7 +1194,6 @@ msgstr ""
1208
 
1209
  #: templates_admin/widgets.php:59
1210
  #, fuzzy
1211
- #| msgid "Reset Defaults"
1212
  msgid "Use default icon"
1213
  msgstr "Standard wiederherstellen"
1214
 
@@ -1218,246 +1203,35 @@ msgstr ""
1218
 
1219
  #: templates_admin/widgets.php:67
1220
  #, fuzzy
1221
- #| msgid "Marker list template"
1222
  msgid "Map list item"
1223
  msgstr "Marker Listen Vorlage"
1224
 
1225
  #: templates_admin/widgets.php:67
1226
  #, fuzzy
1227
- #| msgid "Mashups"
1228
  msgid "Mashup popup"
1229
  msgstr "Mashups"
1230
 
1231
  #: templates_admin/widgets.php:67
1232
  #, fuzzy
1233
- #| msgid "Marker list template"
1234
  msgid "Mashup list item"
1235
  msgstr "Marker Listen Vorlage"
1236
 
1237
  #: templates_admin/widgets.php:74
1238
  #, fuzzy
1239
- #| msgid "New Map"
1240
  msgid "New"
1241
  msgstr "Neue Karte"
1242
 
1243
- #: templates_admin/widgets.php:74 build/index_mappress_admin.js:1
 
1244
  #, fuzzy
1245
- #| msgid "Custom CSS"
1246
  msgid "Custom"
1247
  msgstr "eigenes CSS"
1248
 
1249
  #: templates_admin/widgets.php:77
1250
  #, fuzzy
1251
- #| msgid "Edit"
1252
  msgid "Editor"
1253
  msgstr "Bearbeiten"
1254
 
1255
- #: build/index_mappress_admin.js:1
1256
- #, fuzzy
1257
- #| msgid "New Map"
1258
- msgid "New map"
1259
- msgstr "Neue Karte"
1260
-
1261
- #: build/index_mappress_admin.js:1
1262
- #, fuzzy
1263
- #| msgid "Edit"
1264
- msgid "Edit map"
1265
- msgstr "Bearbeiten"
1266
-
1267
- #: build/index_mappress_admin.js:1
1268
- msgid ""
1269
- "Like the block? Upgrade to the free plugin or MapPress Pro for more "
1270
- "features!"
1271
- msgstr ""
1272
-
1273
- #: build/index_mappress_admin.js:1
1274
- #, fuzzy
1275
- msgid "MapPress Pro"
1276
- msgstr "MapPress Link"
1277
-
1278
- #: build/index_mappress_admin.js:1
1279
- msgid "Free plugin"
1280
- msgstr ""
1281
-
1282
- #: build/index_mappress_admin.js:1
1283
- #, fuzzy
1284
- msgid "MapPress options"
1285
- msgstr "MapPress Link"
1286
-
1287
- #: build/index_mappress_admin.js:1
1288
- #, fuzzy
1289
- #| msgid "Map Settings"
1290
- msgid "Map settings"
1291
- msgstr "Einstellungen"
1292
-
1293
- #: build/index_mappress_admin.js:1
1294
- #, fuzzy
1295
- msgid "MapPress Map"
1296
- msgstr "MapPress Link"
1297
-
1298
- #: build/index_mappress_admin.js:1
1299
- msgid "Create a new map or choose one from the map library."
1300
- msgstr ""
1301
-
1302
- #: build/index_mappress_admin.js:1
1303
- #, fuzzy
1304
- #| msgid "Reset map"
1305
- msgid "Insert a map"
1306
- msgstr "Karte zurücksetzen"
1307
-
1308
- #: build/index_mappress_admin.js:1
1309
- msgid "Query"
1310
- msgstr ""
1311
-
1312
- #: build/index_mappress_admin.js:1
1313
- #, fuzzy
1314
- #| msgid "Reset map"
1315
- msgid "Refresh map"
1316
- msgstr "Karte zurücksetzen"
1317
-
1318
- #: build/index_mappress_admin.js:1
1319
- msgid "Author"
1320
- msgstr ""
1321
-
1322
- #: build/index_mappress_admin.js:1
1323
- #, fuzzy
1324
- msgid "Order by"
1325
- msgstr "Marker Liste"
1326
-
1327
- #: build/index_mappress_admin.js:1
1328
- msgid "Include children"
1329
- msgstr ""
1330
-
1331
- #: build/index_mappress_admin.js:1
1332
- #, fuzzy
1333
- #| msgid "Custom fields"
1334
- msgid "Add custom field"
1335
- msgstr "Benutzerdefinierte Felder"
1336
-
1337
- #: build/index_mappress_admin.js:1
1338
- msgid "Field name"
1339
- msgstr ""
1340
-
1341
- #: build/index_mappress_admin.js:1
1342
- msgid "The field \"%s\" has already been added"
1343
- msgstr ""
1344
-
1345
- #: build/index_mappress_admin.js:1
1346
- #, fuzzy
1347
- #| msgid "Please save the map first"
1348
- msgid "Please enter a field name"
1349
- msgstr "Bitte speichern Sie die Karte zuerst"
1350
-
1351
- #: build/index_mappress_admin.js:1
1352
- msgid "Value (a or a,b,c...)"
1353
- msgstr ""
1354
-
1355
- #: build/index_mappress_admin.js:1
1356
- msgid "Invalid JSON"
1357
- msgstr ""
1358
-
1359
- #: build/index_mappress_admin.js:1
1360
- msgid "Update"
1361
- msgstr ""
1362
-
1363
- #: build/index_mappress_admin.js:1
1364
- #, fuzzy
1365
- #| msgid "country code"
1366
- msgid "Query code"
1367
- msgstr "Ländercode"
1368
-
1369
- #: build/index_mappress_admin.js:1
1370
- #, fuzzy
1371
- msgid "MapPress Mashup"
1372
- msgstr "MapPress Link"
1373
-
1374
- #: build/index_mappress_admin.js:1
1375
- msgid "Insert a mashup"
1376
- msgstr ""
1377
-
1378
- #: build/index_mappress_admin.js:1
1379
- #, fuzzy
1380
- #| msgid "Map saved"
1381
- msgid "Options saved."
1382
- msgstr "Karte gespeichert"
1383
-
1384
- #: build/index_mappress_admin.js:1
1385
- msgid "Mapping Engine"
1386
- msgstr ""
1387
-
1388
- #: build/index_mappress_admin.js:1
1389
- msgid "Save options"
1390
- msgstr ""
1391
-
1392
- #: build/index_mappress_admin.js:1
1393
- #, fuzzy
1394
- #| msgid "Map Types"
1395
- msgid "Map copied"
1396
- msgstr "Kartentypen"
1397
-
1398
- #: build/index_mappress_admin.js:1
1399
- msgid "Shortcode copied"
1400
- msgstr ""
1401
-
1402
- #: build/index_mappress_admin.js:1
1403
- msgid "post title, map title, or map id"
1404
- msgstr ""
1405
-
1406
- #: build/index_mappress_admin.js:1
1407
- #, fuzzy
1408
- #| msgid "Current Maps"
1409
- msgid "current post"
1410
- msgstr "Aktuelle Karten"
1411
-
1412
- #: build/index_mappress_admin.js:1
1413
- #, fuzzy
1414
- #| msgid "Edit"
1415
- msgid "Edit post"
1416
- msgstr "Bearbeiten"
1417
-
1418
- #: build/index_mappress_admin.js:1
1419
- msgid "Copy"
1420
- msgstr ""
1421
-
1422
- #: build/index_mappress_admin.js:1
1423
- msgid "Shortcode"
1424
- msgstr ""
1425
-
1426
- #: build/index_mappress_admin.js:1
1427
- #, fuzzy
1428
- #| msgid "Delete this map?"
1429
- msgid "Delete map"
1430
- msgstr "Diese Karte löschen?"
1431
-
1432
- #: build/index_mappress_admin.js:1
1433
- #, fuzzy
1434
- #| msgid "Map saved"
1435
- msgid "Viewport saved"
1436
- msgstr "Karte gespeichert"
1437
-
1438
- #: build/index_mappress_admin.js:1
1439
- msgid "px, %, vw"
1440
- msgstr ""
1441
-
1442
- #: build/index_mappress_admin.js:1
1443
- msgid "Width"
1444
- msgstr "Breite"
1445
-
1446
- #: build/index_mappress_admin.js:1
1447
- msgid "px, %, vh"
1448
- msgstr ""
1449
-
1450
- #: build/index_mappress_admin.js:1
1451
- #, fuzzy
1452
- msgid "Height"
1453
- msgstr "Rechtsbündig"
1454
-
1455
- #: build/index_mappress_admin.js:1
1456
- #, fuzzy
1457
- #| msgid "Center"
1458
- msgid "Center/Zoom"
1459
- msgstr "Zentriert"
1460
-
1461
  #: package.json
1462
  msgctxt "block description"
1463
  msgid "MapPress Maps for WordPress"
@@ -1473,17 +1247,21 @@ msgstr ""
1473
  #~ msgstr "Kontakt"
1474
 
1475
  #~ msgid ""
1476
- #~ "WARNING: MapPress now requires WordPress 3.2 or higher. Please upgrade "
1477
- #~ "before using MapPress."
 
1478
  #~ msgstr ""
1479
- #~ "ACHTUNG: MapPress benötigt WordPress 3.2 oder höher. Bitte aktualisieren!"
 
1480
 
1481
  #~ msgid ""
1482
- #~ "WARNING: MapPress is not compfatible with the WP-Geo plugin. Please "
1483
- #~ "deactivate or uninstall WP-Geo before using MapPress."
 
1484
  #~ msgstr ""
1485
- #~ "WARNUNG: MapPress ist nicht kompatibel mit dem WP-Geo Plugin. Vor der "
1486
- #~ "Nutzung von MapPress bitte WP-Geo deaktivieren oder entfernen."
 
1487
 
1488
  #~ msgid "Bike"
1489
  #~ msgstr "Fahrrad"
@@ -1492,11 +1270,13 @@ msgstr ""
1492
  #~ msgstr "Die Start- oder Zieladresse fehlt."
1493
 
1494
  #~ msgid ""
1495
- #~ "Google cannot return directions between those addresses. There is no "
1496
- #~ "route between them or the routing information is not available."
 
1497
  #~ msgstr ""
1498
- #~ "Google kann zu diesen Adressen keine Wegbeschreibung liefern. Es gibt "
1499
- #~ "keine Route zwischen ihnen oder es fehlen Routeninfos dazu."
 
1500
 
1501
  #~ msgid "Unknown error, unable to return directions. Status code = "
1502
  #~ msgstr "Unbekannter Fehler. Wegbeschreibung nicht möglich. Status Code = "
@@ -1515,8 +1295,9 @@ msgstr ""
1515
 
1516
  #~ msgid "Internal error, your data has not been saved!"
1517
  #~ msgstr ""
1518
- #~ "Interner Fehler: Karte wurde nicht gefunden. Daten wurden nicht "
1519
- #~ "gespeichert! "
 
1520
 
1521
  #~ msgid "Bigger map"
1522
  #~ msgstr "Größere Karte"
@@ -1567,7 +1348,8 @@ msgstr ""
1567
  #~ msgstr "Karten zuletzt laden"
1568
 
1569
  #~ msgid ""
1570
- #~ "Use the settings below to automatically create maps from custom fields."
 
1571
  #~ msgstr "Automatisch Karten aus benutzerdefinierten Feldern erzeugen"
1572
 
1573
  #, fuzzy
@@ -1604,10 +1386,11 @@ msgstr ""
1604
  #~ msgid "Enable keyboard panning and zooming"
1605
  #~ msgstr "Zoom und Ziehen per Tastatur aktivieren"
1606
 
1607
- #, fuzzy, php-format
1608
  #~ msgid "Use a specific %s for map controls and geocoding"
1609
  #~ msgstr ""
1610
- #~ "Bestimmte %s für Kartensteuerelemente verwenden (Standard: Browsersprache)"
 
1611
 
1612
  #~ msgid "Horizontal"
1613
  #~ msgstr "Horizontal"
@@ -1773,8 +1556,9 @@ msgstr ""
1773
 
1774
  #~ msgid "Internal error - unable to save map. Your data has not been saved!"
1775
  #~ msgstr ""
1776
- #~ "Interner Fehler: Karte konnte nicht gesichert werden. Daten wurden nicht "
1777
- #~ "gespeichert!"
 
1778
 
1779
  #~ msgid "Marker list"
1780
  #~ msgstr "Marker Liste"
@@ -1783,18 +1567,22 @@ msgstr ""
1783
  #~ msgstr "Verkehrsinfo-Button anzeigen"
1784
 
1785
  #~ msgid ""
1786
- #~ "Allow your readers to change the map type (street, satellite, or hybrid)"
 
1787
  #~ msgstr ""
1788
- #~ "Betrachtern erlauben den Kartentyp zu ändern (Karte, Satellit, Hybrid)"
 
1789
 
1790
  #~ msgid "Display the street view control \"peg man\""
1791
  #~ msgstr "Street View Button \"Peg Man\" anzeigen"
1792
 
1793
  #~ msgid ""
1794
- #~ "Select 'Google' if directions aren't displaying properly in your theme"
 
1795
  #~ msgstr ""
1796
- #~ "Wähle 'Google' wenn die Wegbeschreibung im Theme nicht korrekt "
1797
- #~ "dargestellt wird"
 
1798
 
1799
  #~ msgid "This setting requires %s."
1800
  #~ msgstr "Diese Einstellung benötigt %s."
@@ -1877,8 +1665,9 @@ msgstr ""
1877
 
1878
  #~ msgid "This setting requires %s. Show a list of markers under each map."
1879
  #~ msgstr ""
1880
- #~ "Diese Einstellung benötigt %s. Zeige eine Liste aller Marker unter jeder "
1881
- #~ "Karte."
 
1882
 
1883
  #, fuzzy
1884
  #~ msgid "Marker title:"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: MapPress v2.8 Google Maps for WordPress\n"
4
+ "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mappress-google-maps-for-wordpress\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: 2020-12-15T18:23:01+00:00\n"
11
+ "PO-Revision-Date: 2020-12-15 11:19-0800\n"
12
+ "Language: de_DE\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
14
  "X-Poedit-Basepath: .\n"
15
  "X-Generator: Poedit 2.4.2\n"
35
  msgid "https://www.mappresspro.com/chris-contact"
36
  msgstr ""
37
 
38
+ #: mappress.php:171
39
+ #: mappress.php:701
40
+ #: build/index_mappress_admin.js:1
41
  #, fuzzy
42
  msgid "Settings"
43
  msgstr "Einstellungen"
44
 
45
+ #: mappress.php:172
46
+ #: build/index_mappress_admin.js:1
47
  #, fuzzy
 
48
  msgid "Map Library"
49
  msgstr "Kartenrand"
50
 
51
  #: mappress.php:183
52
+ msgid "MapPress database tables are missing. Please deactivate the plugin and activate it again to fix this."
53
+ msgstr "MapPress Datenbanktabellen fehlen. Bitte Plugin deaktivieren und erneut aktivieren zur Fehlerbehebung."
 
 
 
 
54
 
55
  #: mappress.php:188
56
  msgid "A Google Maps API key is required"
62
 
63
  #: mappress.php:188
64
  #, fuzzy
 
65
  msgid "MapPress Settings"
66
  msgstr "Einstellungen"
67
 
82
  msgstr ""
83
 
84
  #: mappress.php:285
85
+ msgid "If you're enjoying MapPress, would you mind taking a moment to write a brief review? It would mean the world to me!"
 
 
86
  msgstr ""
87
 
88
  #: mappress.php:286
89
+ msgid "If you have any issues or suggestions, please let me know. I'll be happy to help!"
 
 
90
  msgstr ""
91
 
92
+ #: mappress.php:402
93
+ #: mappress.php:931
94
  msgid "Version"
95
  msgstr "Version"
96
 
97
+ #: mappress.php:404
98
+ #: build/index_mappress_admin.js:1
99
  msgid "Help"
100
  msgstr ""
101
 
108
  msgstr ""
109
 
110
  #: mappress.php:477
111
+ msgid "MapPress Gutenberg blocks require WordPress 5.3 or the latest Gutenberg Plugin. Please update if using the block editor."
 
 
112
  msgstr ""
113
 
114
  #: mappress.php:481
121
 
122
  #: mappress.php:487
123
  #, fuzzy
 
124
  msgid "The MapPress map editor has moved!"
125
  msgstr "Es gibt noch keine Karten für diesen Beitrag"
126
 
127
  #: mappress.php:488
128
+ msgid "Use this button to open the new popup editor where you can easily create, edit and insert maps."
 
 
129
  msgstr ""
130
 
131
  #: mappress.php:534
146
 
147
  #: mappress.php:538
148
  #, fuzzy
 
149
  msgid "Loading"
150
  msgstr "Lade…"
151
 
157
  msgid "Unable to get your location"
158
  msgstr "Standortbestimmung nicht möglich"
159
 
160
+ #: mappress.php:541
161
+ #: build/index_mappress_admin.js:1
162
  msgid "No results"
163
  msgstr ""
164
 
165
  #: mappress.php:542
166
  #, fuzzy
 
167
  msgid "Save changes?"
168
  msgstr "Änderungen speichern"
169
 
173
 
174
  #: mappress.php:572
175
  #, fuzzy
 
176
  msgid "Improve this map"
177
  msgstr "Diese Karte löschen?"
178
 
179
+ #: mappress.php:588
180
+ #: mappress.php:607
181
  #, fuzzy
182
  msgid "Streets"
183
  msgstr "Street View"
188
 
189
  #: mappress.php:590
190
  #, fuzzy
 
191
  msgid "Light"
192
  msgstr "Rechtsbündig"
193
 
201
 
202
  #: mappress.php:593
203
  #, fuzzy
 
204
  msgid "Satellite Streets"
205
  msgstr "Satellit"
206
 
207
+ #: mappress_controls.php:93
208
+ #: templates_admin/widgets.php:42
209
  #: build/index_mappress_admin.js:1
210
  msgid "Add"
211
  msgstr "hinzufügen"
212
 
213
+ #: mappress_controls.php:102
214
+ #: templates_admin/editor.php:47
215
+ #: templates_admin/mce.php:100
216
+ #: templates_admin/widgets.php:94
217
  #: build/index_mappress_admin.js:1
218
  msgid "Delete"
219
  msgstr "Löschen"
220
 
221
+ #: mappress_map.php:85
222
+ #: mappress_settings.php:321
223
  #, fuzzy
224
  msgid "MapPress"
225
  msgstr "MapPress Link"
226
 
227
+ #: mappress_map.php:94
228
+ #: templates_admin/mce.php:30
229
+ #: templates_admin/mce.php:80
230
+ #: templates_admin/mce.php:86
231
+ #: build/index_mappress_admin.js:1
232
  msgid "Untitled"
233
  msgstr "Unbenannt"
234
 
235
  #: mappress_map.php:95
236
  #, fuzzy
 
237
  msgid "Copy of %s"
238
  msgstr "Über dem Beitrag"
239
 
253
  msgid "Mapping API"
254
  msgstr ""
255
 
256
+ #: mappress_settings.php:92
257
+ #: build/index_mappress_admin.js:1
258
  #, fuzzy
 
259
  msgid "Google API key"
260
  msgstr "Google"
261
 
277
 
278
  #: mappress_settings.php:103
279
  #, fuzzy
 
280
  msgid "Automatic display"
281
  msgstr "automatische Kartendarstellung"
282
 
284
  msgid "Map alignment"
285
  msgstr "Kartenausrichtung"
286
 
287
+ #: mappress_settings.php:105
288
+ #: templates/map-popup.php:3
289
  #: templates/mashup-popup.php:6
290
  msgid "Directions"
291
  msgstr "Wegbeschreibung"
298
  msgid "Default zoom"
299
  msgstr "Standard-Zoom"
300
 
301
+ #: mappress_settings.php:110
302
+ #: mappress_settings.php:238
303
  msgid "Open first POI"
304
  msgstr "Ersten Marker anzeigen"
305
 
329
 
330
  #: mappress_settings.php:121
331
  #, fuzzy
 
332
  msgid "Search language"
333
  msgstr "Sprache"
334
 
346
 
347
  #: mappress_settings.php:126
348
  #, fuzzy
 
349
  msgid "Map sizes"
350
  msgstr "Karte gespeichert"
351
 
357
  msgid "Compatiblity"
358
  msgstr ""
359
 
360
+ #: mappress_settings.php:175
361
+ #: mappress_settings.php:244
362
+ #: pro/mappress_pro_settings.php:234
363
+ #: templates_admin/widgets.php:78
364
  #: build/index_mappress_admin.js:1
365
  msgid "Default"
366
  msgstr "Standard"
389
  msgid "Bottom of post"
390
  msgstr "Unter dem Beitrag"
391
 
392
+ #: mappress_settings.php:199
393
+ #: mappress_settings.php:243
394
  msgid "(list)"
395
  msgstr ""
396
 
402
  msgid "Prevent other plugins/themes from loading the Google Maps API"
403
  msgstr ""
404
 
405
+ #: mappress_settings.php:212
406
+ #: mappress_settings.php:221
407
+ #: pro/mappress_pro_settings.php:232
408
+ #: build/index_mappress_admin.js:1
409
  msgid "Google"
410
  msgstr "Google"
411
 
413
  msgid "Inline"
414
  msgstr ""
415
 
416
+ #: mappress_settings.php:221
417
+ #: build/index_mappress_admin.js:1
418
  msgid "Leaflet"
419
  msgstr ""
420
 
421
  #: mappress_settings.php:223
422
+ msgid "Leaflet is free and requires no API key. Google requires an API key and has strict usage limits."
 
 
423
  msgstr ""
424
 
425
+ #: mappress_settings.php:229
426
+ #: mappress_settings.php:232
427
  msgid "Output scripts in footer"
428
  msgstr ""
429
 
443
  msgid "Enter token to use Mapbox map tiles"
444
  msgstr ""
445
 
446
+ #: mappress_settings.php:257
447
+ #: mappress_settings.php:262
448
  #, fuzzy
 
449
  msgid "Map type control"
450
  msgstr "Kartenkontrollelemente"
451
 
454
  msgid "Street view control"
455
  msgstr "Street View"
456
 
457
+ #: mappress_settings.php:259
458
+ #: mappress_settings.php:263
459
  #, fuzzy
 
460
  msgid "Zoom control"
461
  msgstr "Kontrollelemente zeigen"
462
 
478
 
479
  #: mappress_settings.php:299
480
  #, fuzzy
 
481
  msgid "Default size"
482
  msgstr "Standard-Zoom"
483
 
485
  msgid "Copy maps when overwriting a translation"
486
  msgstr ""
487
 
488
+ #: mappress_settings.php:326
489
+ #: mappress_settings.php:334
490
  msgid "Save Changes"
491
  msgstr "Änderungen speichern"
492
 
493
+ #: mappress_settings.php:327
494
+ #: mappress_settings.php:335
495
  msgid "Reset Defaults"
496
  msgstr "Standard wiederherstellen"
497
 
498
  #: mappress_template.php:34
499
  #, fuzzy
 
500
  msgid "Address"
501
  msgstr "Adresse eingeben"
502
 
503
+ #: mappress_template.php:35
504
+ #: pro/mappress_pro_settings.php:338
505
  msgid "Body"
506
  msgstr ""
507
 
508
+ #: mappress_template.php:36
509
+ #: pro/mappress_pro_settings.php:174
510
  #: pro/mappress_pro_settings.php:338
511
  #, fuzzy
 
512
  msgid "Icon"
513
  msgstr "Meine Ions"
514
 
516
  msgid "Thumbnail"
517
  msgstr ""
518
 
519
+ #: mappress_template.php:38
520
+ #: pro/mappress_pro_settings.php:338
521
  #, fuzzy
522
  msgid "Title"
523
  msgstr "Titel"
526
  msgid "Url"
527
  msgstr ""
528
 
529
+ #: mappress_template.php:40
530
+ #: pro/mappress_filter.php:120
531
  #: pro/mappress_pro_settings.php:343
532
  #, fuzzy
 
533
  msgid "Custom Field"
534
  msgstr "Benutzerdefinierte Felder"
535
 
536
+ #: pro/mappress_filter.php:84
537
+ #: pro/mappress_filter.php:133
538
+ #: pro/mappress_pro_settings.php:167
539
+ #: build/index_mappress_admin.js:1
540
  #, fuzzy
 
541
  msgid "Post type"
542
  msgstr "Beitragsarten"
543
 
547
 
548
  #: pro/mappress_filter.php:120
549
  #, fuzzy
 
550
  msgid "Post field"
551
  msgstr "Benutzerdefinierte Felder"
552
 
554
  msgid "Invalid geocoder: %s"
555
  msgstr ""
556
 
557
+ #: pro/mappress_geocoder.php:59
558
+ #: pro/mappress_geocoder.php:110
559
+ #: pro/mappress_geocoder.php:147
560
+ #: pro/mappress_geocoder.php:192
561
  #, fuzzy
 
562
  msgid "No results for address: %s"
563
  msgstr "Kein Geocoding Ergebnis für die Adresse: %s"
564
 
586
  msgid "Files error: "
587
  msgstr ""
588
 
589
+ #: pro/mappress_meta.php:109
590
+ #: build/index_mappress_admin.js:1
591
  #, fuzzy
 
592
  msgid "Automatic"
593
  msgstr "automatische Kartendarstellung"
594
 
598
 
599
  #: pro/mappress_pro_settings.php:17
600
  #, fuzzy
 
601
  msgid "Beta versions"
602
  msgstr "Version"
603
 
604
  #: pro/mappress_pro_settings.php:21
605
  #, fuzzy
 
606
  msgid "Geocoder"
607
  msgstr "Geocoding"
608
 
609
  #: pro/mappress_pro_settings.php:23
610
  #, fuzzy
 
611
  msgid "POI list"
612
  msgstr "POI links"
613
 
629
 
630
  #: pro/mappress_pro_settings.php:30
631
  #, fuzzy
 
632
  msgid "Popup type"
633
  msgstr "Beitragsarten"
634
 
635
  #: pro/mappress_pro_settings.php:32
636
  #, fuzzy
 
637
  msgid "Default icon"
638
  msgstr "Standard-Zoom"
639
 
643
 
644
  #: pro/mappress_pro_settings.php:34
645
  #, fuzzy
 
646
  msgid "Custom icons"
647
  msgstr "Benutzerdefinierte Felder"
648
 
652
 
653
  #: pro/mappress_pro_settings.php:36
654
  #, fuzzy
 
655
  msgid "Automatic icons"
656
  msgstr "automatische Kartendarstellung"
657
 
658
+ #: pro/mappress_pro_settings.php:38
659
+ #: templates/map.php:51
660
+ #: templates_admin/mce.php:13
661
+ #: build/index_mappress_admin.js:1
662
  msgid "Search"
663
  msgstr ""
664
 
665
+ #: pro/mappress_pro_settings.php:40
666
+ #: templates/map.php:58
667
  msgid "Filter"
668
  msgstr ""
669
 
673
 
674
  #: pro/mappress_pro_settings.php:42
675
  #, fuzzy
 
676
  msgid "POI click"
677
  msgstr "POI links"
678
 
688
  msgid "Thumbnail size"
689
  msgstr ""
690
 
691
+ #: pro/mappress_pro_settings.php:48
692
+ #: pro/mappress_pro_settings.php:50
693
  #, fuzzy
 
694
  msgid "Styled maps"
695
  msgstr "Karte mit CSS"
696
 
697
  #: pro/mappress_pro_settings.php:51
698
  #, fuzzy
 
699
  msgid "Default style"
700
  msgstr "Standard"
701
 
702
  #: pro/mappress_pro_settings.php:54
703
  #, fuzzy
 
704
  msgid "Geocoding fields"
705
  msgstr "Geocoding"
706
 
710
 
711
  #: pro/mappress_pro_settings.php:56
712
  #, fuzzy
 
713
  msgid "Geocoding errors"
714
  msgstr "Geocoding"
715
 
719
 
720
  #: pro/mappress_pro_settings.php:61
721
  #, fuzzy
 
722
  msgid "Custom templates"
723
  msgstr "Benutzerdefinierte Felder"
724
 
725
+ #: pro/mappress_pro_settings.php:62
726
+ #: pro/mappress_pro_settings.php:227
727
  msgid "Force resize"
728
  msgstr "Größenänderung erzwingen"
729
 
765
 
766
  #: pro/mappress_pro_settings.php:224
767
  #, fuzzy
 
768
  msgid "Permanently resize existing maps (classic editor only)"
769
  msgstr "Klicken um die Größe ALLER Karten dauerhaft zu ändern"
770
 
784
  msgid "MapBox"
785
  msgstr ""
786
 
787
+ #: pro/mappress_pro_settings.php:246
788
+ #: templates_admin/widgets.php:68
789
  msgid "Edit"
790
  msgstr "Bearbeiten"
791
 
792
  #: pro/mappress_pro_settings.php:260
793
  #, fuzzy
 
794
  msgid "Standard"
795
  msgstr "Standard Icons"
796
 
800
 
801
  #: pro/mappress_pro_settings.php:268
802
  #, fuzzy
 
803
  msgid "Left of map"
804
  msgstr "Karte zurücksetzen"
805
 
806
  #: pro/mappress_pro_settings.php:269
807
  #, fuzzy
 
808
  msgid "Below map"
809
  msgstr "Karte zeigen"
810
 
811
  #: pro/mappress_pro_settings.php:275
812
  #, fuzzy
 
813
  msgid "Get license"
814
  msgstr "Routenplanung starten"
815
 
825
  msgid "Check now"
826
  msgstr ""
827
 
828
+ #: pro/mappress_pro_settings.php:299
829
+ #: pro/mappress_updater.php:116
830
  msgid "Communication error, please try again later"
831
  msgstr ""
832
 
844
 
845
  #: pro/mappress_pro_settings.php:310
846
  #, fuzzy
 
847
  msgid "Open POI"
848
  msgstr "Ersten Marker anzeigen"
849
 
850
  #: pro/mappress_pro_settings.php:310
851
  #, fuzzy
 
852
  msgid "Open post"
853
  msgstr "Artikel"
854
 
876
  msgid "Longitude"
877
  msgstr ""
878
 
879
+ #: pro/mappress_pro_settings.php:338
880
+ #: build/index_mappress_admin.js:1
881
  msgid "Zoom"
882
  msgstr "Zoom"
883
 
884
  #: pro/mappress_pro_settings.php:343
885
  #, fuzzy
 
886
  msgid "Map Field"
887
  msgstr "Karte gelöscht"
888
 
889
  #: pro/mappress_pro_settings.php:356
890
  #, fuzzy
 
891
  msgid "Overwrite maps when posts are saved"
892
  msgstr "Karte neu zentrieren wenn die Fenstergröße verändert wird"
893
 
897
 
898
  #: pro/mappress_pro_settings.php:365
899
  #, fuzzy
 
900
  msgid "Show a list of POIs with each map"
901
  msgstr "Zeige eine Liste aller Marker unter jeder Karte."
902
 
903
  #: pro/mappress_pro_settings.php:373
904
  #, fuzzy
 
905
  msgid "Enable search"
906
  msgstr "Freischalten"
907
 
915
 
916
  #: pro/mappress_pro_settings.php:392
917
  #, fuzzy
 
918
  msgid "Snazzy Maps"
919
  msgstr "Karte mit CSS"
920
 
922
  msgid "Enter JSON from %s"
923
  msgstr ""
924
 
925
+ #: pro/mappress_pro_settings.php:397
926
+ #: pro/mappress_pro_settings.php:413
927
  #, fuzzy
 
928
  msgid "Style name"
929
  msgstr "Karte mit CSS"
930
 
956
  msgid "JSON error"
957
  msgstr ""
958
 
959
+ #: pro/mappress_widget.php:69
960
+ #: pro/mappress_widget_map.php:56
961
  msgid "Widget title"
962
  msgstr "Titel"
963
 
964
+ #: pro/mappress_widget.php:74
965
+ #: pro/mappress_widget_map.php:66
966
  #, fuzzy
 
967
  msgid "Map size"
968
  msgstr "Karte gespeichert"
969
 
970
  #: pro/mappress_widget.php:80
971
  #, fuzzy
 
972
  msgid "Show"
973
  msgstr "Karte zeigen"
974
 
975
  #: pro/mappress_widget.php:81
976
  #, fuzzy
 
977
  msgid "Current posts"
978
  msgstr "Aktuelle Karten"
979
 
983
 
984
  #: pro/mappress_widget.php:84
985
  #, fuzzy
 
986
  msgid "All posts"
987
  msgstr "Artikel"
988
 
989
  #: pro/mappress_widget.php:85
990
  #, fuzzy
 
991
  msgid "Custom query"
992
  msgstr "Benutzerdefinierte Felder"
993
 
995
  msgid "Learn about queries"
996
  msgstr ""
997
 
998
+ #: pro/mappress_widget.php:94
999
+ #: pro/mappress_widget_map.php:74
1000
  #, fuzzy
 
1001
  msgid "Show POI list"
1002
  msgstr "POI links"
1003
 
1004
+ #: pro/mappress_widget.php:101
1005
+ #: pro/mappress_widget_map.php:81
1006
  #, fuzzy
 
1007
  msgid "Other Settings"
1008
  msgstr "Marker-Einstellungen"
1009
 
1010
+ #: pro/mappress_widget.php:104
1011
+ #: pro/mappress_widget_map.php:84
1012
  msgid "Example: initialopeninfo=\"true\""
1013
  msgstr ""
1014
 
1015
+ #: pro/mappress_widget_map.php:61
1016
+ #: templates_admin/mce.php:49
1017
+ #: templates_admin/mce.php:69
1018
+ #: build/index_mappress_admin.js:1
1019
  msgid "Map ID"
1020
  msgstr "Karten ID"
1021
 
1034
 
1035
  #: templates/map-filters.php:13
1036
  #, fuzzy
 
1037
  msgid "Reset"
1038
  msgstr "Karte zurücksetzen"
1039
 
1040
  #: templates/map-loop.php:3
1041
  #, fuzzy
 
1042
  msgid "Results"
1043
  msgstr "Standard wiederherstellen"
1044
 
1045
  #: templates/map.php:53
1046
  #, fuzzy
 
1047
  msgid "Your Location"
1048
  msgstr "Ort"
1049
 
1073
 
1074
  #: templates/map.php:85
1075
  #, fuzzy
 
1076
  msgid "Show Map"
1077
  msgstr "Karte zeigen"
1078
 
1088
  msgid "Add Media"
1089
  msgstr ""
1090
 
1091
+ #: templates_admin/editor.php:45
1092
+ #: templates_admin/mce.php:55
1093
+ #: templates_admin/widgets.php:91
1094
+ #: build/index_mappress_admin.js:1
1095
  msgid "Save"
1096
  msgstr "speichern"
1097
 
1098
+ #: templates_admin/editor.php:46
1099
+ #: templates_admin/mce.php:56
1100
+ #: templates_admin/widgets.php:92
1101
+ #: build/index_mappress_admin.js:1
1102
  msgid "Cancel"
1103
  msgstr "Abbrechen"
1104
 
1105
+ #: templates_admin/mce.php:6
1106
+ #: build/index_mappress_admin.js:1
1107
  #, fuzzy
 
1108
  msgid "Select a map"
1109
  msgstr "Karte zurücksetzen"
1110
 
1111
+ #: templates_admin/mce.php:7
1112
+ #: build/index_mappress_admin.js:1
1113
  msgid "Add New"
1114
  msgstr ""
1115
 
1116
  #: templates_admin/mce.php:14
1117
  #, fuzzy
 
1118
  msgid "post title"
1119
  msgstr "Beitragstypen"
1120
 
1121
+ #: templates_admin/mce.php:18
1122
+ #: build/index_mappress_admin.js:1
1123
  msgid "Attached to this post"
1124
  msgstr ""
1125
 
1126
+ #: templates_admin/mce.php:19
1127
+ #: build/index_mappress_admin.js:1
1128
  #, fuzzy
 
1129
  msgid "All maps"
1130
  msgstr "kleinere Karte"
1131
 
1133
  msgid "Close"
1134
  msgstr "schließen"
1135
 
1136
+ #: templates_admin/mce.php:35
1137
+ #: build/index_mappress_admin.js:1
1138
  msgid "Size"
1139
  msgstr "Größe"
1140
 
1142
  msgid "Save center / zoom"
1143
  msgstr ""
1144
 
1145
+ #: templates_admin/mce.php:68
1146
+ #: build/index_mappress_admin.js:1
1147
  #, fuzzy
1148
  msgid "Map title"
1149
  msgstr "Titel"
1150
 
1151
+ #: templates_admin/mce.php:71
1152
+ #: build/index_mappress_admin.js:1
1153
  msgid "Attached to"
1154
  msgstr ""
1155
 
1156
+ #: templates_admin/mce.php:73
1157
+ #: build/index_mappress_admin.js:1
1158
  #, fuzzy
 
1159
  msgid "Action"
1160
  msgstr "Ort"
1161
 
1162
  #: templates_admin/mce.php:87
1163
  #, fuzzy
 
1164
  msgid "Current post"
1165
  msgstr "Aktuelle Karten"
1166
 
1167
+ #: templates_admin/mce.php:92
1168
+ #: build/index_mappress_admin.js:1
1169
  msgid "Unattached"
1170
  msgstr ""
1171
 
1173
  msgid "Insert into post"
1174
  msgstr "in Beitrag einfügen"
1175
 
1176
+ #: templates_admin/mce.php:107
1177
+ #: build/index_mappress_admin.js:1
1178
  #, fuzzy
 
1179
  msgid "No maps found"
1180
  msgstr "Karte nicht gefunden"
1181
 
1194
 
1195
  #: templates_admin/widgets.php:59
1196
  #, fuzzy
 
1197
  msgid "Use default icon"
1198
  msgstr "Standard wiederherstellen"
1199
 
1203
 
1204
  #: templates_admin/widgets.php:67
1205
  #, fuzzy
 
1206
  msgid "Map list item"
1207
  msgstr "Marker Listen Vorlage"
1208
 
1209
  #: templates_admin/widgets.php:67
1210
  #, fuzzy
 
1211
  msgid "Mashup popup"
1212
  msgstr "Mashups"
1213
 
1214
  #: templates_admin/widgets.php:67
1215
  #, fuzzy
 
1216
  msgid "Mashup list item"
1217
  msgstr "Marker Listen Vorlage"
1218
 
1219
  #: templates_admin/widgets.php:74
1220
  #, fuzzy
 
1221
  msgid "New"
1222
  msgstr "Neue Karte"
1223
 
1224
+ #: templates_admin/widgets.php:74
1225
+ #: build/index_mappress_admin.js:1
1226
  #, fuzzy
 
1227
  msgid "Custom"
1228
  msgstr "eigenes CSS"
1229
 
1230
  #: templates_admin/widgets.php:77
1231
  #, fuzzy
 
1232
  msgid "Editor"
1233
  msgstr "Bearbeiten"
1234
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1235
  #: package.json
1236
  msgctxt "block description"
1237
  msgid "MapPress Maps for WordPress"
1247
  #~ msgstr "Kontakt"
1248
 
1249
  #~ msgid ""
1250
+ "\n"
1251
+ "MapPress now requires WordPress 3.2 or higher. Please upgrade \"\n"
1252
+ "using MapPress.\""
1253
  #~ msgstr ""
1254
+ "\n"
1255
+ "MapPress benötigt WordPress 3.2 oder höher. Bitte aktualisieren!\""
1256
 
1257
  #~ msgid ""
1258
+ "\n"
1259
+ "MapPress is not compfatible with the WP-Geo plugin. Please \"\n"
1260
+ "or uninstall WP-Geo before using MapPress.\""
1261
  #~ msgstr ""
1262
+ "\n"
1263
+ "MapPress ist nicht kompatibel mit dem WP-Geo Plugin. Vor der \"\n"
1264
+ "von MapPress bitte WP-Geo deaktivieren oder entfernen.\""
1265
 
1266
  #~ msgid "Bike"
1267
  #~ msgstr "Fahrrad"
1270
  #~ msgstr "Die Start- oder Zieladresse fehlt."
1271
 
1272
  #~ msgid ""
1273
+ "\n"
1274
+ "cannot return directions between those addresses. There is no \"\n"
1275
+ "between them or the routing information is not available.\""
1276
  #~ msgstr ""
1277
+ "\n"
1278
+ "kann zu diesen Adressen keine Wegbeschreibung liefern. Es gibt \"\n"
1279
+ "Route zwischen ihnen oder es fehlen Routeninfos dazu.\""
1280
 
1281
  #~ msgid "Unknown error, unable to return directions. Status code = "
1282
  #~ msgstr "Unbekannter Fehler. Wegbeschreibung nicht möglich. Status Code = "
1295
 
1296
  #~ msgid "Internal error, your data has not been saved!"
1297
  #~ msgstr ""
1298
+ "\n"
1299
+ "Fehler: Karte wurde nicht gefunden. Daten wurden nicht \"\n"
1300
+ ""
1301
 
1302
  #~ msgid "Bigger map"
1303
  #~ msgstr "Größere Karte"
1348
  #~ msgstr "Karten zuletzt laden"
1349
 
1350
  #~ msgid ""
1351
+ "\n"
1352
+ "the settings below to automatically create maps from custom fields.\""
1353
  #~ msgstr "Automatisch Karten aus benutzerdefinierten Feldern erzeugen"
1354
 
1355
  #, fuzzy
1386
  #~ msgid "Enable keyboard panning and zooming"
1387
  #~ msgstr "Zoom und Ziehen per Tastatur aktivieren"
1388
 
1389
+ #, fuzzy,php-format
1390
  #~ msgid "Use a specific %s for map controls and geocoding"
1391
  #~ msgstr ""
1392
+ "\n"
1393
+ "%s für Kartensteuerelemente verwenden (Standard: Browsersprache)\""
1394
 
1395
  #~ msgid "Horizontal"
1396
  #~ msgstr "Horizontal"
1556
 
1557
  #~ msgid "Internal error - unable to save map. Your data has not been saved!"
1558
  #~ msgstr ""
1559
+ "\n"
1560
+ "Fehler: Karte konnte nicht gesichert werden. Daten wurden nicht \"\n"
1561
+ ""
1562
 
1563
  #~ msgid "Marker list"
1564
  #~ msgstr "Marker Liste"
1567
  #~ msgstr "Verkehrsinfo-Button anzeigen"
1568
 
1569
  #~ msgid ""
1570
+ "\n"
1571
+ "your readers to change the map type (street, satellite, or hybrid)\""
1572
  #~ msgstr ""
1573
+ "\n"
1574
+ "erlauben den Kartentyp zu ändern (Karte, Satellit, Hybrid)\""
1575
 
1576
  #~ msgid "Display the street view control \"peg man\""
1577
  #~ msgstr "Street View Button \"Peg Man\" anzeigen"
1578
 
1579
  #~ msgid ""
1580
+ "\n"
1581
+ "'Google' if directions aren't displaying properly in your theme\""
1582
  #~ msgstr ""
1583
+ "\n"
1584
+ "'Google' wenn die Wegbeschreibung im Theme nicht korrekt \"\n"
1585
+ "wird\""
1586
 
1587
  #~ msgid "This setting requires %s."
1588
  #~ msgstr "Diese Einstellung benötigt %s."
1665
 
1666
  #~ msgid "This setting requires %s. Show a list of markers under each map."
1667
  #~ msgstr ""
1668
+ "\n"
1669
+ "Einstellung benötigt %s. Zeige eine Liste aller Marker unter jeder \"\n"
1670
+ ""
1671
 
1672
  #, fuzzy
1673
  #~ msgid "Marker title:"
languages/mappress-google-maps-for-wordpress-es_ES-4cfebd0e75a430fc3eb311e0637a25c6.json ADDED
@@ -0,0 +1 @@
 
1
+ {"translation-revision-date":"2020-12-15 11:19-0800","generator":"WP-CLI\/2.4.0","source":"build\/index_mappress_admin.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"es_ES","plural-forms":"nplurals=2; plural=(n != 1);"},"Settings":["Configuraci\u00f3n"],"Map Library":[""],"Help":[""],"No results":[""],"Add":["A\u00f1adir"],"Delete":["Borrar"],"Untitled":["Sin t\u00edtulo"],"Google API key":["Google"],"Default":["Por defecto"],"Google":["Google"],"Leaflet":[""],"Post type":["Tipos de post"],"Automatic":["Autom\u00e1tica"],"Search":[""],"Zoom":["Zoom"],"Map ID":["Map ID"],"Save":["Guardar"],"Cancel":["Cancelar"],"Select a map":["Reiniciar mapa"],"Add New":[""],"Attached to this post":[""],"All maps":["Mapas con un estilo"],"Size":[""],"Map title":["T\u00edtulo"],"Attached to":[""],"Action":["Localizaci\u00f3n"],"Unattached":[""],"No maps found":["Mapa no encontrado"],"Custom":["CSS personalizado"],"New map":["Mostrar mapa"],"Edit map":["Editar"],"Like the block? Upgrade to the free plugin or MapPress Pro for more features!":[""],"MapPress Pro":["Configuraci\u00f3n"],"Free plugin":[""],"MapPress options":["Configuraci\u00f3n"],"Map settings":["Configuraci\u00f3n"],"MapPress Map":["Configuraci\u00f3n"],"Create a new map or choose one from the map library.":[""],"Insert a map":["Reiniciar mapa"],"Query":[""],"Refresh map":[""],"Author":[""],"Order by":["Marcador de cuerpo"],"Include children":[""],"Add custom field":["Mapa de campo personalizado"],"Field name":[""],"The field \"%s\" has already been added":[""],"Please enter a field name":[""],"Value (a or a,b,c...)":[""],"Invalid JSON":[""],"Update":[""],"Query code":["c\u00f3digo del pa\u00eds"],"MapPress Mashup":["Configuraci\u00f3n"],"Insert a mashup":[""],"Options saved.":["Mapa salvado"],"Mapping Engine":[""],"Save options":[""],"Map copied":["Tama\u00f1o del mapa"],"Shortcode copied":[""],"post title, map title, or map id":[""],"current post":["Mapa actual"],"Edit post":["Editar"],"Copy":[""],"Shortcode":[""],"Delete map":["Borrar"],"Viewport saved":["Mapa salvado"],"px, %, vw":[""],"Width":[""],"px, %, vh":[""],"Height":["Altura"],"Center\/Zoom":["Centrar"]}}}
languages/mappress-google-maps-for-wordpress-es_ES.po CHANGED
@@ -1,21 +1,19 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
- "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mappress-google-"
5
- "maps-for-wordpress\n"
6
- "POT-Creation-Date: 2020-12-15T18:23:01+00:00\n"
7
- "PO-Revision-Date: 2020-12-15 11:19-0800\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
10
- "Language: es_ES\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-KeywordsList: _;gettext;gettext_noop;__;_e\n"
15
  "X-Poedit-Basepath: .\n"
16
  "X-Generator: Poedit 2.4.2\n"
17
- "X-Poedit-SearchPath-0: C:/wamp/www/wordpress/wp-content/plugins/mappress-"
18
- "google-maps-for-wordpress\n"
19
 
20
  #. Plugin Name of the plugin
21
  msgid "MapPress Maps for WordPress"
@@ -37,21 +35,20 @@ msgstr ""
37
  msgid "https://www.mappresspro.com/chris-contact"
38
  msgstr ""
39
 
40
- #: mappress.php:171 mappress.php:701 build/index_mappress_admin.js:1
 
 
41
  msgid "Settings"
42
  msgstr "Configuración"
43
 
44
- #: mappress.php:172 build/index_mappress_admin.js:1
 
45
  msgid "Map Library"
46
  msgstr ""
47
 
48
  #: mappress.php:183
49
- msgid ""
50
- "MapPress database tables are missing. Please deactivate the plugin and "
51
- "activate it again to fix this."
52
- msgstr ""
53
- "No se encuentran las tablas de MapPress. Por favor, desactivar el plugin y "
54
- "activarlo de nuevo para solucionar este problema."
55
 
56
  #: mappress.php:188
57
  msgid "A Google Maps API key is required"
@@ -63,7 +60,6 @@ msgstr ""
63
 
64
  #: mappress.php:188
65
  #, fuzzy
66
- #| msgid "Map Settings"
67
  msgid "MapPress Settings"
68
  msgstr "Configuración"
69
 
@@ -84,22 +80,20 @@ msgid "Please Help Spread the Word"
84
  msgstr ""
85
 
86
  #: mappress.php:285
87
- msgid ""
88
- "If you're enjoying MapPress, would you mind taking a moment to write a brief "
89
- "review? It would mean the world to me!"
90
  msgstr ""
91
 
92
  #: mappress.php:286
93
- msgid ""
94
- "If you have any issues or suggestions, please let me know. I'll be happy to "
95
- "help!"
96
  msgstr ""
97
 
98
- #: mappress.php:402 mappress.php:931
 
99
  msgid "Version"
100
  msgstr "Versión"
101
 
102
- #: mappress.php:404 build/index_mappress_admin.js:1
 
103
  msgid "Help"
104
  msgstr ""
105
 
@@ -112,9 +106,7 @@ msgid "Please enter your MapPress license key to enable plugin updates"
112
  msgstr ""
113
 
114
  #: mappress.php:477
115
- msgid ""
116
- "MapPress Gutenberg blocks require WordPress 5.3 or the latest Gutenberg "
117
- "Plugin. Please update if using the block editor."
118
  msgstr ""
119
 
120
  #: mappress.php:481
@@ -127,14 +119,11 @@ msgstr ""
127
 
128
  #: mappress.php:487
129
  #, fuzzy
130
- #| msgid "There are no maps yet for this post"
131
  msgid "The MapPress map editor has moved!"
132
  msgstr "No hay mapas todavia para este post"
133
 
134
  #: mappress.php:488
135
- msgid ""
136
- "Use this button to open the new popup editor where you can easily create, "
137
- "edit and insert maps."
138
  msgstr ""
139
 
140
  #: mappress.php:534
@@ -155,7 +144,6 @@ msgstr ""
155
 
156
  #: mappress.php:538
157
  #, fuzzy
158
- #| msgid "Loading..."
159
  msgid "Loading"
160
  msgstr "Cargando..."
161
 
@@ -167,13 +155,13 @@ msgstr ""
167
  msgid "Unable to get your location"
168
  msgstr "No ha sido posible encontrar tu ubicación"
169
 
170
- #: mappress.php:541 build/index_mappress_admin.js:1
 
171
  msgid "No results"
172
  msgstr ""
173
 
174
  #: mappress.php:542
175
  #, fuzzy
176
- #| msgid "Save Changes"
177
  msgid "Save changes?"
178
  msgstr "Guardar cambios"
179
 
@@ -183,13 +171,12 @@ msgstr ""
183
 
184
  #: mappress.php:572
185
  #, fuzzy
186
- #| msgid "Delete this map?"
187
  msgid "Improve this map"
188
  msgstr "¿Borrar este mapa?"
189
 
190
- #: mappress.php:588 mappress.php:607
 
191
  #, fuzzy
192
- #| msgid "Street view"
193
  msgid "Streets"
194
  msgstr "Street View"
195
 
@@ -199,7 +186,6 @@ msgstr ""
199
 
200
  #: mappress.php:590
201
  #, fuzzy
202
- #| msgid "Right"
203
  msgid "Light"
204
  msgstr "Derecha"
205
 
@@ -213,33 +199,38 @@ msgstr "Satélite"
213
 
214
  #: mappress.php:593
215
  #, fuzzy
216
- #| msgid "Satellite"
217
  msgid "Satellite Streets"
218
  msgstr "Satélite"
219
 
220
- #: mappress_controls.php:93 templates_admin/widgets.php:42
 
221
  #: build/index_mappress_admin.js:1
222
  msgid "Add"
223
  msgstr "Añadir"
224
 
225
- #: mappress_controls.php:102 templates_admin/editor.php:47
226
- #: templates_admin/mce.php:100 templates_admin/widgets.php:94
 
 
227
  #: build/index_mappress_admin.js:1
228
  msgid "Delete"
229
  msgstr "Borrar"
230
 
231
- #: mappress_map.php:85 mappress_settings.php:321
 
232
  msgid "MapPress"
233
  msgstr ""
234
 
235
- #: mappress_map.php:94 templates_admin/mce.php:30 templates_admin/mce.php:80
236
- #: templates_admin/mce.php:86 build/index_mappress_admin.js:1
 
 
 
237
  msgid "Untitled"
238
  msgstr "Sin título"
239
 
240
  #: mappress_map.php:95
241
  #, fuzzy
242
- #| msgid "Top of post"
243
  msgid "Copy of %s"
244
  msgstr "Parte superior del post"
245
 
@@ -259,9 +250,9 @@ msgstr "Configuración"
259
  msgid "Mapping API"
260
  msgstr ""
261
 
262
- #: mappress_settings.php:92 build/index_mappress_admin.js:1
 
263
  #, fuzzy
264
- #| msgid "Google"
265
  msgid "Google API key"
266
  msgstr "Google"
267
 
@@ -283,7 +274,6 @@ msgstr "Tipos de post"
283
 
284
  #: mappress_settings.php:103
285
  #, fuzzy
286
- #| msgid "Automatic map display"
287
  msgid "Automatic display"
288
  msgstr "Visualización automática del mapa"
289
 
@@ -291,7 +281,8 @@ msgstr "Visualización automática del mapa"
291
  msgid "Map alignment"
292
  msgstr "Alineación del Mapa "
293
 
294
- #: mappress_settings.php:105 templates/map-popup.php:3
 
295
  #: templates/mashup-popup.php:6
296
  msgid "Directions"
297
  msgstr "Cómo llegar"
@@ -304,7 +295,8 @@ msgstr "Configuración marcadores"
304
  msgid "Default zoom"
305
  msgstr "Zoom por defecto"
306
 
307
- #: mappress_settings.php:110 mappress_settings.php:238
 
308
  msgid "Open first POI"
309
  msgstr "Abierto el primer marcador"
310
 
@@ -334,7 +326,6 @@ msgstr "Localización"
334
 
335
  #: mappress_settings.php:121
336
  #, fuzzy
337
- #| msgid "language"
338
  msgid "Search language"
339
  msgstr "idioma"
340
 
@@ -362,8 +353,10 @@ msgstr ""
362
  msgid "Compatiblity"
363
  msgstr ""
364
 
365
- #: mappress_settings.php:175 mappress_settings.php:244
366
- #: pro/mappress_pro_settings.php:234 templates_admin/widgets.php:78
 
 
367
  #: build/index_mappress_admin.js:1
368
  msgid "Default"
369
  msgstr "Por defecto"
@@ -392,7 +385,8 @@ msgstr "Parte superior del post"
392
  msgid "Bottom of post"
393
  msgstr "Parte inferior del post"
394
 
395
- #: mappress_settings.php:199 mappress_settings.php:243
 
396
  msgid "(list)"
397
  msgstr ""
398
 
@@ -404,8 +398,10 @@ msgstr ""
404
  msgid "Prevent other plugins/themes from loading the Google Maps API"
405
  msgstr ""
406
 
407
- #: mappress_settings.php:212 mappress_settings.php:221
408
- #: pro/mappress_pro_settings.php:232 build/index_mappress_admin.js:1
 
 
409
  msgid "Google"
410
  msgstr "Google"
411
 
@@ -413,17 +409,17 @@ msgstr "Google"
413
  msgid "Inline"
414
  msgstr "En Lína"
415
 
416
- #: mappress_settings.php:221 build/index_mappress_admin.js:1
 
417
  msgid "Leaflet"
418
  msgstr ""
419
 
420
  #: mappress_settings.php:223
421
- msgid ""
422
- "Leaflet is free and requires no API key. Google requires an API key and has "
423
- "strict usage limits."
424
  msgstr ""
425
 
426
- #: mappress_settings.php:229 mappress_settings.php:232
 
427
  msgid "Output scripts in footer"
428
  msgstr ""
429
 
@@ -443,21 +439,20 @@ msgstr ""
443
  msgid "Enter token to use Mapbox map tiles"
444
  msgstr ""
445
 
446
- #: mappress_settings.php:257 mappress_settings.php:262
 
447
  #, fuzzy
448
- #| msgid "Map controls"
449
  msgid "Map type control"
450
  msgstr "Controles del mapa"
451
 
452
  #: mappress_settings.php:258
453
  #, fuzzy
454
- #| msgid "Street view"
455
  msgid "Street view control"
456
  msgstr "Street View"
457
 
458
- #: mappress_settings.php:259 mappress_settings.php:263
 
459
  #, fuzzy
460
- #| msgid "Show control"
461
  msgid "Zoom control"
462
  msgstr "Muestra el control"
463
 
@@ -479,7 +474,6 @@ msgstr ""
479
 
480
  #: mappress_settings.php:299
481
  #, fuzzy
482
- #| msgid "Default style"
483
  msgid "Default size"
484
  msgstr "Estilo por defecto"
485
 
@@ -487,11 +481,13 @@ msgstr "Estilo por defecto"
487
  msgid "Copy maps when overwriting a translation"
488
  msgstr ""
489
 
490
- #: mappress_settings.php:326 mappress_settings.php:334
 
491
  msgid "Save Changes"
492
  msgstr "Guardar cambios"
493
 
494
- #: mappress_settings.php:327 mappress_settings.php:335
 
495
  msgid "Reset Defaults"
496
  msgstr "Reset valores por defecto"
497
 
@@ -499,11 +495,13 @@ msgstr "Reset valores por defecto"
499
  msgid "Address"
500
  msgstr "Dirección"
501
 
502
- #: mappress_template.php:35 pro/mappress_pro_settings.php:338
 
503
  msgid "Body"
504
  msgstr ""
505
 
506
- #: mappress_template.php:36 pro/mappress_pro_settings.php:174
 
507
  #: pro/mappress_pro_settings.php:338
508
  msgid "Icon"
509
  msgstr ""
@@ -512,7 +510,8 @@ msgstr ""
512
  msgid "Thumbnail"
513
  msgstr ""
514
 
515
- #: mappress_template.php:38 pro/mappress_pro_settings.php:338
 
516
  msgid "Title"
517
  msgstr "Título"
518
 
@@ -520,15 +519,17 @@ msgstr "Título"
520
  msgid "Url"
521
  msgstr ""
522
 
523
- #: mappress_template.php:40 pro/mappress_filter.php:120
 
524
  #: pro/mappress_pro_settings.php:343
525
  msgid "Custom Field"
526
  msgstr "Campo Personalizado"
527
 
528
- #: pro/mappress_filter.php:84 pro/mappress_filter.php:133
529
- #: pro/mappress_pro_settings.php:167 build/index_mappress_admin.js:1
 
 
530
  #, fuzzy
531
- #| msgid "Post types"
532
  msgid "Post type"
533
  msgstr "Tipos de post"
534
 
@@ -538,7 +539,6 @@ msgstr ""
538
 
539
  #: pro/mappress_filter.php:120
540
  #, fuzzy
541
- #| msgid "Custom fields"
542
  msgid "Post field"
543
  msgstr "Campo personalizado"
544
 
@@ -546,8 +546,10 @@ msgstr "Campo personalizado"
546
  msgid "Invalid geocoder: %s"
547
  msgstr ""
548
 
549
- #: pro/mappress_geocoder.php:59 pro/mappress_geocoder.php:110
550
- #: pro/mappress_geocoder.php:147 pro/mappress_geocoder.php:192
 
 
551
  msgid "No results for address: %s"
552
  msgstr ""
553
 
@@ -575,7 +577,8 @@ msgstr ""
575
  msgid "Files error: "
576
  msgstr ""
577
 
578
- #: pro/mappress_meta.php:109 build/index_mappress_admin.js:1
 
579
  msgid "Automatic"
580
  msgstr "Automática"
581
 
@@ -585,7 +588,6 @@ msgstr ""
585
 
586
  #: pro/mappress_pro_settings.php:17
587
  #, fuzzy
588
- #| msgid "Version"
589
  msgid "Beta versions"
590
  msgstr "Versión"
591
 
@@ -615,7 +617,6 @@ msgstr ""
615
 
616
  #: pro/mappress_pro_settings.php:30
617
  #, fuzzy
618
- #| msgid "Post types"
619
  msgid "Popup type"
620
  msgstr "Tipos de post"
621
 
@@ -629,7 +630,6 @@ msgstr ""
629
 
630
  #: pro/mappress_pro_settings.php:34
631
  #, fuzzy
632
- #| msgid "Custom fields"
633
  msgid "Custom icons"
634
  msgstr "Campo personalizado"
635
 
@@ -639,16 +639,18 @@ msgstr ""
639
 
640
  #: pro/mappress_pro_settings.php:36
641
  #, fuzzy
642
- #| msgid "Automatic"
643
  msgid "Automatic icons"
644
  msgstr "Automática"
645
 
646
- #: pro/mappress_pro_settings.php:38 templates/map.php:51
647
- #: templates_admin/mce.php:13 build/index_mappress_admin.js:1
 
 
648
  msgid "Search"
649
  msgstr ""
650
 
651
- #: pro/mappress_pro_settings.php:40 templates/map.php:58
 
652
  msgid "Filter"
653
  msgstr ""
654
 
@@ -672,7 +674,8 @@ msgstr ""
672
  msgid "Thumbnail size"
673
  msgstr ""
674
 
675
- #: pro/mappress_pro_settings.php:48 pro/mappress_pro_settings.php:50
 
676
  msgid "Styled maps"
677
  msgstr "Mapas con un estilo"
678
 
@@ -698,11 +701,11 @@ msgstr ""
698
 
699
  #: pro/mappress_pro_settings.php:61
700
  #, fuzzy
701
- #| msgid "Custom fields"
702
  msgid "Custom templates"
703
  msgstr "Campo personalizado"
704
 
705
- #: pro/mappress_pro_settings.php:62 pro/mappress_pro_settings.php:227
 
706
  msgid "Force resize"
707
  msgstr "Forzar redimensionar"
708
 
@@ -744,10 +747,8 @@ msgstr ""
744
 
745
  #: pro/mappress_pro_settings.php:224
746
  #, fuzzy
747
- #| msgid "Permanently resize existing maps"
748
  msgid "Permanently resize existing maps (classic editor only)"
749
- msgstr ""
750
- "Haga clic para cambiar el tamaño de forma permanente de TODOS sus mapas:"
751
 
752
  #: pro/mappress_pro_settings.php:226
753
  msgid "from %s to %s"
@@ -765,7 +766,8 @@ msgstr ""
765
  msgid "MapBox"
766
  msgstr ""
767
 
768
- #: pro/mappress_pro_settings.php:246 templates_admin/widgets.php:68
 
769
  msgid "Edit"
770
  msgstr "Editar"
771
 
@@ -779,19 +781,16 @@ msgstr ""
779
 
780
  #: pro/mappress_pro_settings.php:268
781
  #, fuzzy
782
- #| msgid "Reset map"
783
  msgid "Left of map"
784
  msgstr "Reiniciar mapa"
785
 
786
  #: pro/mappress_pro_settings.php:269
787
  #, fuzzy
788
- #| msgid "Show map"
789
  msgid "Below map"
790
  msgstr "Mostrar mapa"
791
 
792
  #: pro/mappress_pro_settings.php:275
793
  #, fuzzy
794
- #| msgid "Get Directions"
795
  msgid "Get license"
796
  msgstr "Cómo llegar"
797
 
@@ -807,7 +806,8 @@ msgstr ""
807
  msgid "Check now"
808
  msgstr ""
809
 
810
- #: pro/mappress_pro_settings.php:299 pro/mappress_updater.php:116
 
811
  msgid "Communication error, please try again later"
812
  msgstr ""
813
 
@@ -825,13 +825,11 @@ msgstr ""
825
 
826
  #: pro/mappress_pro_settings.php:310
827
  #, fuzzy
828
- #| msgid "Open first POI"
829
  msgid "Open POI"
830
  msgstr "Abierto el primer marcador"
831
 
832
  #: pro/mappress_pro_settings.php:310
833
  #, fuzzy
834
- #| msgid "post"
835
  msgid "Open post"
836
  msgstr "post"
837
 
@@ -849,7 +847,6 @@ msgstr ""
849
 
850
  #: pro/mappress_pro_settings.php:337
851
  #, fuzzy
852
- #| msgid "Address"
853
  msgid "Address line "
854
  msgstr "Dirección"
855
 
@@ -861,19 +858,18 @@ msgstr ""
861
  msgid "Longitude"
862
  msgstr ""
863
 
864
- #: pro/mappress_pro_settings.php:338 build/index_mappress_admin.js:1
 
865
  msgid "Zoom"
866
  msgstr "Zoom"
867
 
868
  #: pro/mappress_pro_settings.php:343
869
  #, fuzzy
870
- #| msgid "Map size"
871
  msgid "Map Field"
872
  msgstr "Tamaño del mapa"
873
 
874
  #: pro/mappress_pro_settings.php:356
875
  #, fuzzy
876
- #| msgid "Recenter maps when window is resized"
877
  msgid "Overwrite maps when posts are saved"
878
  msgstr "Volver a centrar mapas cuando la ventana es redimensionada"
879
 
@@ -905,7 +901,8 @@ msgstr ""
905
  msgid "Enter JSON from %s"
906
  msgstr ""
907
 
908
- #: pro/mappress_pro_settings.php:397 pro/mappress_pro_settings.php:413
 
909
  msgid "Style name"
910
  msgstr ""
911
 
@@ -937,11 +934,13 @@ msgstr ""
937
  msgid "JSON error"
938
  msgstr ""
939
 
940
- #: pro/mappress_widget.php:69 pro/mappress_widget_map.php:56
 
941
  msgid "Widget title"
942
  msgstr ""
943
 
944
- #: pro/mappress_widget.php:74 pro/mappress_widget_map.php:66
 
945
  msgid "Map size"
946
  msgstr "Tamaño del mapa"
947
 
@@ -969,20 +968,25 @@ msgstr ""
969
  msgid "Learn about queries"
970
  msgstr "Aprenda acerca de las consultas"
971
 
972
- #: pro/mappress_widget.php:94 pro/mappress_widget_map.php:74
 
973
  msgid "Show POI list"
974
  msgstr ""
975
 
976
- #: pro/mappress_widget.php:101 pro/mappress_widget_map.php:81
 
977
  msgid "Other Settings"
978
  msgstr "Configuración"
979
 
980
- #: pro/mappress_widget.php:104 pro/mappress_widget_map.php:84
 
981
  msgid "Example: initialopeninfo=\"true\""
982
  msgstr ""
983
 
984
- #: pro/mappress_widget_map.php:61 templates_admin/mce.php:49
985
- #: templates_admin/mce.php:69 build/index_mappress_admin.js:1
 
 
986
  msgid "Map ID"
987
  msgstr "Map ID"
988
 
@@ -1000,19 +1004,16 @@ msgstr ""
1000
 
1001
  #: templates/map-filters.php:13
1002
  #, fuzzy
1003
- #| msgid "Reset map"
1004
  msgid "Reset"
1005
  msgstr "Reiniciar mapa"
1006
 
1007
  #: templates/map-loop.php:3
1008
  #, fuzzy
1009
- #| msgid "Reset Defaults"
1010
  msgid "Results"
1011
  msgstr "Reset valores por defecto"
1012
 
1013
  #: templates/map.php:53
1014
  #, fuzzy
1015
- #| msgid "Location"
1016
  msgid "Your Location"
1017
  msgstr "Localización"
1018
 
@@ -1038,13 +1039,11 @@ msgstr "Tráfico"
1038
 
1039
  #: templates/map.php:84
1040
  #, fuzzy
1041
- #| msgid "Show"
1042
  msgid "Show List"
1043
  msgstr "Mostrar"
1044
 
1045
  #: templates/map.php:85
1046
  #, fuzzy
1047
- #| msgid "Show map"
1048
  msgid "Show Map"
1049
  msgstr "Mostrar mapa"
1050
 
@@ -1060,39 +1059,44 @@ msgstr ""
1060
  msgid "Add Media"
1061
  msgstr ""
1062
 
1063
- #: templates_admin/editor.php:45 templates_admin/mce.php:55
1064
- #: templates_admin/widgets.php:91 build/index_mappress_admin.js:1
 
 
1065
  msgid "Save"
1066
  msgstr "Guardar"
1067
 
1068
- #: templates_admin/editor.php:46 templates_admin/mce.php:56
1069
- #: templates_admin/widgets.php:92 build/index_mappress_admin.js:1
 
 
1070
  msgid "Cancel"
1071
  msgstr "Cancelar"
1072
 
1073
- #: templates_admin/mce.php:6 build/index_mappress_admin.js:1
 
1074
  #, fuzzy
1075
- #| msgid "Reset map"
1076
  msgid "Select a map"
1077
  msgstr "Reiniciar mapa"
1078
 
1079
- #: templates_admin/mce.php:7 build/index_mappress_admin.js:1
 
1080
  msgid "Add New"
1081
  msgstr ""
1082
 
1083
  #: templates_admin/mce.php:14
1084
  #, fuzzy
1085
- #| msgid "post types"
1086
  msgid "post title"
1087
  msgstr "Tipos de post"
1088
 
1089
- #: templates_admin/mce.php:18 build/index_mappress_admin.js:1
 
1090
  msgid "Attached to this post"
1091
  msgstr ""
1092
 
1093
- #: templates_admin/mce.php:19 build/index_mappress_admin.js:1
 
1094
  #, fuzzy
1095
- #| msgid "Styled maps"
1096
  msgid "All maps"
1097
  msgstr "Mapas con un estilo"
1098
 
@@ -1100,7 +1104,8 @@ msgstr "Mapas con un estilo"
1100
  msgid "Close"
1101
  msgstr "Cerrar"
1102
 
1103
- #: templates_admin/mce.php:35 build/index_mappress_admin.js:1
 
1104
  msgid "Size"
1105
  msgstr ""
1106
 
@@ -1108,29 +1113,30 @@ msgstr ""
1108
  msgid "Save center / zoom"
1109
  msgstr ""
1110
 
1111
- #: templates_admin/mce.php:68 build/index_mappress_admin.js:1
 
1112
  #, fuzzy
1113
- #| msgid "Map Title"
1114
  msgid "Map title"
1115
  msgstr "Título"
1116
 
1117
- #: templates_admin/mce.php:71 build/index_mappress_admin.js:1
 
1118
  msgid "Attached to"
1119
  msgstr ""
1120
 
1121
- #: templates_admin/mce.php:73 build/index_mappress_admin.js:1
 
1122
  #, fuzzy
1123
- #| msgid "Location"
1124
  msgid "Action"
1125
  msgstr "Localización"
1126
 
1127
  #: templates_admin/mce.php:87
1128
  #, fuzzy
1129
- #| msgid "Current Maps"
1130
  msgid "Current post"
1131
  msgstr "Mapa actual"
1132
 
1133
- #: templates_admin/mce.php:92 build/index_mappress_admin.js:1
 
1134
  msgid "Unattached"
1135
  msgstr ""
1136
 
@@ -1138,9 +1144,9 @@ msgstr ""
1138
  msgid "Insert into post"
1139
  msgstr "Insertar en el post"
1140
 
1141
- #: templates_admin/mce.php:107 build/index_mappress_admin.js:1
 
1142
  #, fuzzy
1143
- #| msgid "Map not found"
1144
  msgid "No maps found"
1145
  msgstr "Mapa no encontrado"
1146
 
@@ -1166,7 +1172,6 @@ msgstr ""
1166
 
1167
  #: templates_admin/widgets.php:67
1168
  #, fuzzy
1169
- #| msgid "Map size"
1170
  msgid "Map list item"
1171
  msgstr "Tamaño del mapa"
1172
 
@@ -1180,228 +1185,20 @@ msgstr ""
1180
 
1181
  #: templates_admin/widgets.php:74
1182
  #, fuzzy
1183
- #| msgid "New Map"
1184
  msgid "New"
1185
  msgstr "Nuevo mapa"
1186
 
1187
- #: templates_admin/widgets.php:74 build/index_mappress_admin.js:1
 
1188
  #, fuzzy
1189
- #| msgid "Custom CSS"
1190
  msgid "Custom"
1191
  msgstr "CSS personalizado"
1192
 
1193
  #: templates_admin/widgets.php:77
1194
  #, fuzzy
1195
- #| msgid "Edit"
1196
  msgid "Editor"
1197
  msgstr "Editar"
1198
 
1199
- #: build/index_mappress_admin.js:1
1200
- #, fuzzy
1201
- #| msgid "Show map"
1202
- msgid "New map"
1203
- msgstr "Mostrar mapa"
1204
-
1205
- #: build/index_mappress_admin.js:1
1206
- #, fuzzy
1207
- #| msgid "Edit"
1208
- msgid "Edit map"
1209
- msgstr "Editar"
1210
-
1211
- #: build/index_mappress_admin.js:1
1212
- msgid ""
1213
- "Like the block? Upgrade to the free plugin or MapPress Pro for more "
1214
- "features!"
1215
- msgstr ""
1216
-
1217
- #: build/index_mappress_admin.js:1
1218
- #, fuzzy
1219
- #| msgid "Map Settings"
1220
- msgid "MapPress Pro"
1221
- msgstr "Configuración"
1222
-
1223
- #: build/index_mappress_admin.js:1
1224
- msgid "Free plugin"
1225
- msgstr ""
1226
-
1227
- #: build/index_mappress_admin.js:1
1228
- #, fuzzy
1229
- #| msgid "Map Settings"
1230
- msgid "MapPress options"
1231
- msgstr "Configuración"
1232
-
1233
- #: build/index_mappress_admin.js:1
1234
- #, fuzzy
1235
- #| msgid "Map Settings"
1236
- msgid "Map settings"
1237
- msgstr "Configuración"
1238
-
1239
- #: build/index_mappress_admin.js:1
1240
- #, fuzzy
1241
- #| msgid "Map Settings"
1242
- msgid "MapPress Map"
1243
- msgstr "Configuración"
1244
-
1245
- #: build/index_mappress_admin.js:1
1246
- msgid "Create a new map or choose one from the map library."
1247
- msgstr ""
1248
-
1249
- #: build/index_mappress_admin.js:1
1250
- #, fuzzy
1251
- #| msgid "Reset map"
1252
- msgid "Insert a map"
1253
- msgstr "Reiniciar mapa"
1254
-
1255
- #: build/index_mappress_admin.js:1
1256
- msgid "Query"
1257
- msgstr ""
1258
-
1259
- #: build/index_mappress_admin.js:1
1260
- msgid "Refresh map"
1261
- msgstr ""
1262
-
1263
- #: build/index_mappress_admin.js:1
1264
- msgid "Author"
1265
- msgstr ""
1266
-
1267
- #: build/index_mappress_admin.js:1
1268
- #, fuzzy
1269
- #| msgid "Marker body"
1270
- msgid "Order by"
1271
- msgstr "Marcador de cuerpo"
1272
-
1273
- #: build/index_mappress_admin.js:1
1274
- msgid "Include children"
1275
- msgstr ""
1276
-
1277
- #: build/index_mappress_admin.js:1
1278
- #, fuzzy
1279
- #| msgid "Map custom field"
1280
- msgid "Add custom field"
1281
- msgstr "Mapa de campo personalizado"
1282
-
1283
- #: build/index_mappress_admin.js:1
1284
- msgid "Field name"
1285
- msgstr ""
1286
-
1287
- #: build/index_mappress_admin.js:1
1288
- msgid "The field \"%s\" has already been added"
1289
- msgstr ""
1290
-
1291
- #: build/index_mappress_admin.js:1
1292
- msgid "Please enter a field name"
1293
- msgstr ""
1294
-
1295
- #: build/index_mappress_admin.js:1
1296
- msgid "Value (a or a,b,c...)"
1297
- msgstr ""
1298
-
1299
- #: build/index_mappress_admin.js:1
1300
- msgid "Invalid JSON"
1301
- msgstr ""
1302
-
1303
- #: build/index_mappress_admin.js:1
1304
- msgid "Update"
1305
- msgstr ""
1306
-
1307
- #: build/index_mappress_admin.js:1
1308
- #, fuzzy
1309
- #| msgid "country code"
1310
- msgid "Query code"
1311
- msgstr "código del país"
1312
-
1313
- #: build/index_mappress_admin.js:1
1314
- #, fuzzy
1315
- #| msgid "Map Settings"
1316
- msgid "MapPress Mashup"
1317
- msgstr "Configuración"
1318
-
1319
- #: build/index_mappress_admin.js:1
1320
- msgid "Insert a mashup"
1321
- msgstr ""
1322
-
1323
- #: build/index_mappress_admin.js:1
1324
- #, fuzzy
1325
- #| msgid "Map saved"
1326
- msgid "Options saved."
1327
- msgstr "Mapa salvado"
1328
-
1329
- #: build/index_mappress_admin.js:1
1330
- msgid "Mapping Engine"
1331
- msgstr ""
1332
-
1333
- #: build/index_mappress_admin.js:1
1334
- msgid "Save options"
1335
- msgstr ""
1336
-
1337
- #: build/index_mappress_admin.js:1
1338
- #, fuzzy
1339
- #| msgid "Map size"
1340
- msgid "Map copied"
1341
- msgstr "Tamaño del mapa"
1342
-
1343
- #: build/index_mappress_admin.js:1
1344
- msgid "Shortcode copied"
1345
- msgstr ""
1346
-
1347
- #: build/index_mappress_admin.js:1
1348
- msgid "post title, map title, or map id"
1349
- msgstr ""
1350
-
1351
- #: build/index_mappress_admin.js:1
1352
- #, fuzzy
1353
- #| msgid "Current Maps"
1354
- msgid "current post"
1355
- msgstr "Mapa actual"
1356
-
1357
- #: build/index_mappress_admin.js:1
1358
- #, fuzzy
1359
- #| msgid "Edit"
1360
- msgid "Edit post"
1361
- msgstr "Editar"
1362
-
1363
- #: build/index_mappress_admin.js:1
1364
- msgid "Copy"
1365
- msgstr ""
1366
-
1367
- #: build/index_mappress_admin.js:1
1368
- msgid "Shortcode"
1369
- msgstr ""
1370
-
1371
- #: build/index_mappress_admin.js:1
1372
- #, fuzzy
1373
- #| msgid "Delete"
1374
- msgid "Delete map"
1375
- msgstr "Borrar"
1376
-
1377
- #: build/index_mappress_admin.js:1
1378
- #, fuzzy
1379
- #| msgid "Map saved"
1380
- msgid "Viewport saved"
1381
- msgstr "Mapa salvado"
1382
-
1383
- #: build/index_mappress_admin.js:1
1384
- msgid "px, %, vw"
1385
- msgstr ""
1386
-
1387
- #: build/index_mappress_admin.js:1
1388
- msgid "Width"
1389
- msgstr ""
1390
-
1391
- #: build/index_mappress_admin.js:1
1392
- msgid "px, %, vh"
1393
- msgstr ""
1394
-
1395
- #: build/index_mappress_admin.js:1
1396
- msgid "Height"
1397
- msgstr "Altura"
1398
-
1399
- #: build/index_mappress_admin.js:1
1400
- #, fuzzy
1401
- #| msgid "Center"
1402
- msgid "Center/Zoom"
1403
- msgstr "Centrar"
1404
-
1405
  #: package.json
1406
  msgctxt "block description"
1407
  msgid "MapPress Maps for WordPress"
@@ -1411,11 +1208,11 @@ msgstr ""
1411
  #~ msgstr "Información sobre herramientas"
1412
 
1413
  #, fuzzy
1414
- #~| msgid "Show POI titles as a \"tooltip\" on mouse-over"
1415
  #~ msgid "Show a tooltip when mouse is over a POI"
1416
  #~ msgstr ""
1417
- #~ "Mostrar títulos de marcador como \"descripción \" al pasar el ratón por "
1418
- #~ "encima"
 
1419
 
1420
  #~ msgid "Documentation"
1421
  #~ msgstr "Documentación"
@@ -1427,19 +1224,23 @@ msgstr ""
1427
  #~ msgstr "Contact"
1428
 
1429
  #~ msgid ""
1430
- #~ "WARNING: MapPress now requires WordPress 3.2 or higher. Please upgrade "
1431
- #~ "before using MapPress."
 
1432
  #~ msgstr ""
1433
- #~ "ADVERTENCIA: MapPress requiere WordPress 3.0 o superior. Por favor, "
1434
- #~ "actualice antes de usar MapPress."
 
1435
 
1436
  #~ msgid ""
1437
- #~ "WARNING: MapPress is not compfatible with the WP-Geo plugin. Please "
1438
- #~ "deactivate or uninstall WP-Geo before using MapPress."
 
1439
  #~ msgstr ""
1440
- #~ "ADVERTENCIA: MapPress no es compatible con el plugin WP-Geo - tus feeds "
1441
- #~ "RSS, no funcionará. Por favor, desactivar o desinstalar WP-Geo antes de "
1442
- #~ "usar MapPress."
 
1443
 
1444
  #~ msgid "Bike"
1445
  #~ msgstr "Bicicleta"
@@ -1448,11 +1249,13 @@ msgstr ""
1448
  #~ msgstr "La dirección de inicio o final no se pudo encontrar."
1449
 
1450
  #~ msgid ""
1451
- #~ "Google cannot return directions between those addresses. There is no "
1452
- #~ "route between them or the routing information is not available."
 
1453
  #~ msgstr ""
1454
- #~ "Google no puede devolver direcciones entre esas direcciones. No hay una "
1455
- #~ "ruta entre ellos o la información de enrutamiento no está disponible."
 
1456
 
1457
  #~ msgid "Unknown error, unable to return directions. Status code = "
1458
  #~ msgstr "Error desconocido,imposible devolver ruta. Código de estado ="
@@ -1517,7 +1320,8 @@ msgstr ""
1517
  #, php-format
1518
  #~ msgid "Enter a %s to use when searching (leave blank for USA)"
1519
  #~ msgstr ""
1520
- #~ "Introduzca un %s para el uso en la búsqueda (dejar en blanco para EE.UU.):"
 
1521
 
1522
  #~ msgid "(Default)"
1523
  #~ msgstr "Por defecto"
@@ -1534,8 +1338,9 @@ msgstr ""
1534
  #, php-format
1535
  #~ msgid "Use a specific %s for map controls and geocoding"
1536
  #~ msgstr ""
1537
- #~ "Use un %s específico para los controles del mapa (por defecto es la "
1538
- #~ "configuración de idioma del navegador):"
 
1539
 
1540
  #~ msgid "Small"
1541
  #~ msgstr "Pequeño"
@@ -1566,8 +1371,9 @@ msgstr ""
1566
 
1567
  #~ msgid "Automatically open the first POI when a map is displayed"
1568
  #~ msgstr ""
1569
- #~ "Abrir automáticamente el marcador por primera vez cuando se muestra un "
1570
- #~ "mapa"
 
1571
 
1572
  #~ msgid "No automatic display"
1573
  #~ msgstr "Sin visualización automática"
@@ -1610,7 +1416,8 @@ msgstr ""
1610
 
1611
  #~ msgid "Internal error - unable to save map. Your data has not been saved!"
1612
  #~ msgstr ""
1613
- #~ "Error interno - no se puede guardar mapa. Sus datos no se ha salvado!"
 
1614
 
1615
  #~ msgid "Marker list"
1616
  #~ msgstr "Marker list"
@@ -1619,19 +1426,23 @@ msgstr ""
1619
  #~ msgstr "Mostrar el botón de tráfico"
1620
 
1621
  #~ msgid ""
1622
- #~ "Allow your readers to change the map type (street, satellite, or hybrid)"
 
1623
  #~ msgstr ""
1624
- #~ "Permita que sus lectores a cambiar el tipo de mapa (calles, satélite o "
1625
- #~ "híbrido)"
 
1626
 
1627
  #~ msgid "Display the street view control \"peg man\""
1628
  #~ msgstr "Mostrar el control de vista de la calle"
1629
 
1630
  #~ msgid ""
1631
- #~ "Select 'Google' if directions aren't displaying properly in your theme"
 
1632
  #~ msgstr ""
1633
- #~ "Seleccione \"Google\" si las direcciones no se muestran correctamente en "
1634
- #~ "el tema"
 
1635
 
1636
  #~ msgid "Show a button for real-time traffic conditions"
1637
  #~ msgstr "Mostrar un botón para las condiciones del tráfico en tiempo real"
@@ -1694,11 +1505,13 @@ msgstr ""
1694
  #~ msgstr "Link"
1695
 
1696
  #~ msgid ""
1697
- #~ " Include your own CSS. You must create a file named %s in the MapPress "
1698
- #~ "%s sub-directory"
 
1699
  #~ msgstr ""
1700
- #~ "Incluya su propio CSS. Debe crear un archivo llamado% s en el directorio% "
1701
- #~ "s MapPress subdirectorio"
 
1702
 
1703
  #~ msgid "Map addresses from a %s : "
1704
  #~ msgstr "Mapa de direcciones de %s:"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
+ "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mappress-google-maps-for-wordpress\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: 2020-12-15T18:23:01+00:00\n"
11
+ "PO-Revision-Date: 2020-12-15 11:19-0800\n"
12
+ "Language: es_ES\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
14
  "X-Poedit-Basepath: .\n"
15
  "X-Generator: Poedit 2.4.2\n"
16
+ "X-Poedit-SearchPath-0: C:/wamp/www/wordpress/wp-content/plugins/mappress-google-maps-for-wordpress\n"
 
17
 
18
  #. Plugin Name of the plugin
19
  msgid "MapPress Maps for WordPress"
35
  msgid "https://www.mappresspro.com/chris-contact"
36
  msgstr ""
37
 
38
+ #: mappress.php:171
39
+ #: mappress.php:701
40
+ #: build/index_mappress_admin.js:1
41
  msgid "Settings"
42
  msgstr "Configuración"
43
 
44
+ #: mappress.php:172
45
+ #: build/index_mappress_admin.js:1
46
  msgid "Map Library"
47
  msgstr ""
48
 
49
  #: mappress.php:183
50
+ msgid "MapPress database tables are missing. Please deactivate the plugin and activate it again to fix this."
51
+ msgstr "No se encuentran las tablas de MapPress. Por favor, desactivar el plugin y activarlo de nuevo para solucionar este problema."
 
 
 
 
52
 
53
  #: mappress.php:188
54
  msgid "A Google Maps API key is required"
60
 
61
  #: mappress.php:188
62
  #, fuzzy
 
63
  msgid "MapPress Settings"
64
  msgstr "Configuración"
65
 
80
  msgstr ""
81
 
82
  #: mappress.php:285
83
+ msgid "If you're enjoying MapPress, would you mind taking a moment to write a brief review? It would mean the world to me!"
 
 
84
  msgstr ""
85
 
86
  #: mappress.php:286
87
+ msgid "If you have any issues or suggestions, please let me know. I'll be happy to help!"
 
 
88
  msgstr ""
89
 
90
+ #: mappress.php:402
91
+ #: mappress.php:931
92
  msgid "Version"
93
  msgstr "Versión"
94
 
95
+ #: mappress.php:404
96
+ #: build/index_mappress_admin.js:1
97
  msgid "Help"
98
  msgstr ""
99
 
106
  msgstr ""
107
 
108
  #: mappress.php:477
109
+ msgid "MapPress Gutenberg blocks require WordPress 5.3 or the latest Gutenberg Plugin. Please update if using the block editor."
 
 
110
  msgstr ""
111
 
112
  #: mappress.php:481
119
 
120
  #: mappress.php:487
121
  #, fuzzy
 
122
  msgid "The MapPress map editor has moved!"
123
  msgstr "No hay mapas todavia para este post"
124
 
125
  #: mappress.php:488
126
+ msgid "Use this button to open the new popup editor where you can easily create, edit and insert maps."
 
 
127
  msgstr ""
128
 
129
  #: mappress.php:534
144
 
145
  #: mappress.php:538
146
  #, fuzzy
 
147
  msgid "Loading"
148
  msgstr "Cargando..."
149
 
155
  msgid "Unable to get your location"
156
  msgstr "No ha sido posible encontrar tu ubicación"
157
 
158
+ #: mappress.php:541
159
+ #: build/index_mappress_admin.js:1
160
  msgid "No results"
161
  msgstr ""
162
 
163
  #: mappress.php:542
164
  #, fuzzy
 
165
  msgid "Save changes?"
166
  msgstr "Guardar cambios"
167
 
171
 
172
  #: mappress.php:572
173
  #, fuzzy
 
174
  msgid "Improve this map"
175
  msgstr "¿Borrar este mapa?"
176
 
177
+ #: mappress.php:588
178
+ #: mappress.php:607
179
  #, fuzzy
 
180
  msgid "Streets"
181
  msgstr "Street View"
182
 
186
 
187
  #: mappress.php:590
188
  #, fuzzy
 
189
  msgid "Light"
190
  msgstr "Derecha"
191
 
199
 
200
  #: mappress.php:593
201
  #, fuzzy
 
202
  msgid "Satellite Streets"
203
  msgstr "Satélite"
204
 
205
+ #: mappress_controls.php:93
206
+ #: templates_admin/widgets.php:42
207
  #: build/index_mappress_admin.js:1
208
  msgid "Add"
209
  msgstr "Añadir"
210
 
211
+ #: mappress_controls.php:102
212
+ #: templates_admin/editor.php:47
213
+ #: templates_admin/mce.php:100
214
+ #: templates_admin/widgets.php:94
215
  #: build/index_mappress_admin.js:1
216
  msgid "Delete"
217
  msgstr "Borrar"
218
 
219
+ #: mappress_map.php:85
220
+ #: mappress_settings.php:321
221
  msgid "MapPress"
222
  msgstr ""
223
 
224
+ #: mappress_map.php:94
225
+ #: templates_admin/mce.php:30
226
+ #: templates_admin/mce.php:80
227
+ #: templates_admin/mce.php:86
228
+ #: build/index_mappress_admin.js:1
229
  msgid "Untitled"
230
  msgstr "Sin título"
231
 
232
  #: mappress_map.php:95
233
  #, fuzzy
 
234
  msgid "Copy of %s"
235
  msgstr "Parte superior del post"
236
 
250
  msgid "Mapping API"
251
  msgstr ""
252
 
253
+ #: mappress_settings.php:92
254
+ #: build/index_mappress_admin.js:1
255
  #, fuzzy
 
256
  msgid "Google API key"
257
  msgstr "Google"
258
 
274
 
275
  #: mappress_settings.php:103
276
  #, fuzzy
 
277
  msgid "Automatic display"
278
  msgstr "Visualización automática del mapa"
279
 
281
  msgid "Map alignment"
282
  msgstr "Alineación del Mapa "
283
 
284
+ #: mappress_settings.php:105
285
+ #: templates/map-popup.php:3
286
  #: templates/mashup-popup.php:6
287
  msgid "Directions"
288
  msgstr "Cómo llegar"
295
  msgid "Default zoom"
296
  msgstr "Zoom por defecto"
297
 
298
+ #: mappress_settings.php:110
299
+ #: mappress_settings.php:238
300
  msgid "Open first POI"
301
  msgstr "Abierto el primer marcador"
302
 
326
 
327
  #: mappress_settings.php:121
328
  #, fuzzy
 
329
  msgid "Search language"
330
  msgstr "idioma"
331
 
353
  msgid "Compatiblity"
354
  msgstr ""
355
 
356
+ #: mappress_settings.php:175
357
+ #: mappress_settings.php:244
358
+ #: pro/mappress_pro_settings.php:234
359
+ #: templates_admin/widgets.php:78
360
  #: build/index_mappress_admin.js:1
361
  msgid "Default"
362
  msgstr "Por defecto"
385
  msgid "Bottom of post"
386
  msgstr "Parte inferior del post"
387
 
388
+ #: mappress_settings.php:199
389
+ #: mappress_settings.php:243
390
  msgid "(list)"
391
  msgstr ""
392
 
398
  msgid "Prevent other plugins/themes from loading the Google Maps API"
399
  msgstr ""
400
 
401
+ #: mappress_settings.php:212
402
+ #: mappress_settings.php:221
403
+ #: pro/mappress_pro_settings.php:232
404
+ #: build/index_mappress_admin.js:1
405
  msgid "Google"
406
  msgstr "Google"
407
 
409
  msgid "Inline"
410
  msgstr "En Lína"
411
 
412
+ #: mappress_settings.php:221
413
+ #: build/index_mappress_admin.js:1
414
  msgid "Leaflet"
415
  msgstr ""
416
 
417
  #: mappress_settings.php:223
418
+ msgid "Leaflet is free and requires no API key. Google requires an API key and has strict usage limits."
 
 
419
  msgstr ""
420
 
421
+ #: mappress_settings.php:229
422
+ #: mappress_settings.php:232
423
  msgid "Output scripts in footer"
424
  msgstr ""
425
 
439
  msgid "Enter token to use Mapbox map tiles"
440
  msgstr ""
441
 
442
+ #: mappress_settings.php:257
443
+ #: mappress_settings.php:262
444
  #, fuzzy
 
445
  msgid "Map type control"
446
  msgstr "Controles del mapa"
447
 
448
  #: mappress_settings.php:258
449
  #, fuzzy
 
450
  msgid "Street view control"
451
  msgstr "Street View"
452
 
453
+ #: mappress_settings.php:259
454
+ #: mappress_settings.php:263
455
  #, fuzzy
 
456
  msgid "Zoom control"
457
  msgstr "Muestra el control"
458
 
474
 
475
  #: mappress_settings.php:299
476
  #, fuzzy
 
477
  msgid "Default size"
478
  msgstr "Estilo por defecto"
479
 
481
  msgid "Copy maps when overwriting a translation"
482
  msgstr ""
483
 
484
+ #: mappress_settings.php:326
485
+ #: mappress_settings.php:334
486
  msgid "Save Changes"
487
  msgstr "Guardar cambios"
488
 
489
+ #: mappress_settings.php:327
490
+ #: mappress_settings.php:335
491
  msgid "Reset Defaults"
492
  msgstr "Reset valores por defecto"
493
 
495
  msgid "Address"
496
  msgstr "Dirección"
497
 
498
+ #: mappress_template.php:35
499
+ #: pro/mappress_pro_settings.php:338
500
  msgid "Body"
501
  msgstr ""
502
 
503
+ #: mappress_template.php:36
504
+ #: pro/mappress_pro_settings.php:174
505
  #: pro/mappress_pro_settings.php:338
506
  msgid "Icon"
507
  msgstr ""
510
  msgid "Thumbnail"
511
  msgstr ""
512
 
513
+ #: mappress_template.php:38
514
+ #: pro/mappress_pro_settings.php:338
515
  msgid "Title"
516
  msgstr "Título"
517
 
519
  msgid "Url"
520
  msgstr ""
521
 
522
+ #: mappress_template.php:40
523
+ #: pro/mappress_filter.php:120
524
  #: pro/mappress_pro_settings.php:343
525
  msgid "Custom Field"
526
  msgstr "Campo Personalizado"
527
 
528
+ #: pro/mappress_filter.php:84
529
+ #: pro/mappress_filter.php:133
530
+ #: pro/mappress_pro_settings.php:167
531
+ #: build/index_mappress_admin.js:1
532
  #, fuzzy
 
533
  msgid "Post type"
534
  msgstr "Tipos de post"
535
 
539
 
540
  #: pro/mappress_filter.php:120
541
  #, fuzzy
 
542
  msgid "Post field"
543
  msgstr "Campo personalizado"
544
 
546
  msgid "Invalid geocoder: %s"
547
  msgstr ""
548
 
549
+ #: pro/mappress_geocoder.php:59
550
+ #: pro/mappress_geocoder.php:110
551
+ #: pro/mappress_geocoder.php:147
552
+ #: pro/mappress_geocoder.php:192
553
  msgid "No results for address: %s"
554
  msgstr ""
555
 
577
  msgid "Files error: "
578
  msgstr ""
579
 
580
+ #: pro/mappress_meta.php:109
581
+ #: build/index_mappress_admin.js:1
582
  msgid "Automatic"
583
  msgstr "Automática"
584
 
588
 
589
  #: pro/mappress_pro_settings.php:17
590
  #, fuzzy
 
591
  msgid "Beta versions"
592
  msgstr "Versión"
593
 
617
 
618
  #: pro/mappress_pro_settings.php:30
619
  #, fuzzy
 
620
  msgid "Popup type"
621
  msgstr "Tipos de post"
622
 
630
 
631
  #: pro/mappress_pro_settings.php:34
632
  #, fuzzy
 
633
  msgid "Custom icons"
634
  msgstr "Campo personalizado"
635
 
639
 
640
  #: pro/mappress_pro_settings.php:36
641
  #, fuzzy
 
642
  msgid "Automatic icons"
643
  msgstr "Automática"
644
 
645
+ #: pro/mappress_pro_settings.php:38
646
+ #: templates/map.php:51
647
+ #: templates_admin/mce.php:13
648
+ #: build/index_mappress_admin.js:1
649
  msgid "Search"
650
  msgstr ""
651
 
652
+ #: pro/mappress_pro_settings.php:40
653
+ #: templates/map.php:58
654
  msgid "Filter"
655
  msgstr ""
656
 
674
  msgid "Thumbnail size"
675
  msgstr ""
676
 
677
+ #: pro/mappress_pro_settings.php:48
678
+ #: pro/mappress_pro_settings.php:50
679
  msgid "Styled maps"
680
  msgstr "Mapas con un estilo"
681
 
701
 
702
  #: pro/mappress_pro_settings.php:61
703
  #, fuzzy
 
704
  msgid "Custom templates"
705
  msgstr "Campo personalizado"
706
 
707
+ #: pro/mappress_pro_settings.php:62
708
+ #: pro/mappress_pro_settings.php:227
709
  msgid "Force resize"
710
  msgstr "Forzar redimensionar"
711
 
747
 
748
  #: pro/mappress_pro_settings.php:224
749
  #, fuzzy
 
750
  msgid "Permanently resize existing maps (classic editor only)"
751
+ msgstr "Haga clic para cambiar el tamaño de forma permanente de TODOS sus mapas:"
 
752
 
753
  #: pro/mappress_pro_settings.php:226
754
  msgid "from %s to %s"
766
  msgid "MapBox"
767
  msgstr ""
768
 
769
+ #: pro/mappress_pro_settings.php:246
770
+ #: templates_admin/widgets.php:68
771
  msgid "Edit"
772
  msgstr "Editar"
773
 
781
 
782
  #: pro/mappress_pro_settings.php:268
783
  #, fuzzy
 
784
  msgid "Left of map"
785
  msgstr "Reiniciar mapa"
786
 
787
  #: pro/mappress_pro_settings.php:269
788
  #, fuzzy
 
789
  msgid "Below map"
790
  msgstr "Mostrar mapa"
791
 
792
  #: pro/mappress_pro_settings.php:275
793
  #, fuzzy
 
794
  msgid "Get license"
795
  msgstr "Cómo llegar"
796
 
806
  msgid "Check now"
807
  msgstr ""
808
 
809
+ #: pro/mappress_pro_settings.php:299
810
+ #: pro/mappress_updater.php:116
811
  msgid "Communication error, please try again later"
812
  msgstr ""
813
 
825
 
826
  #: pro/mappress_pro_settings.php:310
827
  #, fuzzy
 
828
  msgid "Open POI"
829
  msgstr "Abierto el primer marcador"
830
 
831
  #: pro/mappress_pro_settings.php:310
832
  #, fuzzy
 
833
  msgid "Open post"
834
  msgstr "post"
835
 
847
 
848
  #: pro/mappress_pro_settings.php:337
849
  #, fuzzy
 
850
  msgid "Address line "
851
  msgstr "Dirección"
852
 
858
  msgid "Longitude"
859
  msgstr ""
860
 
861
+ #: pro/mappress_pro_settings.php:338
862
+ #: build/index_mappress_admin.js:1
863
  msgid "Zoom"
864
  msgstr "Zoom"
865
 
866
  #: pro/mappress_pro_settings.php:343
867
  #, fuzzy
 
868
  msgid "Map Field"
869
  msgstr "Tamaño del mapa"
870
 
871
  #: pro/mappress_pro_settings.php:356
872
  #, fuzzy
 
873
  msgid "Overwrite maps when posts are saved"
874
  msgstr "Volver a centrar mapas cuando la ventana es redimensionada"
875
 
901
  msgid "Enter JSON from %s"
902
  msgstr ""
903
 
904
+ #: pro/mappress_pro_settings.php:397
905
+ #: pro/mappress_pro_settings.php:413
906
  msgid "Style name"
907
  msgstr ""
908
 
934
  msgid "JSON error"
935
  msgstr ""
936
 
937
+ #: pro/mappress_widget.php:69
938
+ #: pro/mappress_widget_map.php:56
939
  msgid "Widget title"
940
  msgstr ""
941
 
942
+ #: pro/mappress_widget.php:74
943
+ #: pro/mappress_widget_map.php:66
944
  msgid "Map size"
945
  msgstr "Tamaño del mapa"
946
 
968
  msgid "Learn about queries"
969
  msgstr "Aprenda acerca de las consultas"
970
 
971
+ #: pro/mappress_widget.php:94
972
+ #: pro/mappress_widget_map.php:74
973
  msgid "Show POI list"
974
  msgstr ""
975
 
976
+ #: pro/mappress_widget.php:101
977
+ #: pro/mappress_widget_map.php:81
978
  msgid "Other Settings"
979
  msgstr "Configuración"
980
 
981
+ #: pro/mappress_widget.php:104
982
+ #: pro/mappress_widget_map.php:84
983
  msgid "Example: initialopeninfo=\"true\""
984
  msgstr ""
985
 
986
+ #: pro/mappress_widget_map.php:61
987
+ #: templates_admin/mce.php:49
988
+ #: templates_admin/mce.php:69
989
+ #: build/index_mappress_admin.js:1
990
  msgid "Map ID"
991
  msgstr "Map ID"
992
 
1004
 
1005
  #: templates/map-filters.php:13
1006
  #, fuzzy
 
1007
  msgid "Reset"
1008
  msgstr "Reiniciar mapa"
1009
 
1010
  #: templates/map-loop.php:3
1011
  #, fuzzy
 
1012
  msgid "Results"
1013
  msgstr "Reset valores por defecto"
1014
 
1015
  #: templates/map.php:53
1016
  #, fuzzy
 
1017
  msgid "Your Location"
1018
  msgstr "Localización"
1019
 
1039
 
1040
  #: templates/map.php:84
1041
  #, fuzzy
 
1042
  msgid "Show List"
1043
  msgstr "Mostrar"
1044
 
1045
  #: templates/map.php:85
1046
  #, fuzzy
 
1047
  msgid "Show Map"
1048
  msgstr "Mostrar mapa"
1049
 
1059
  msgid "Add Media"
1060
  msgstr ""
1061
 
1062
+ #: templates_admin/editor.php:45
1063
+ #: templates_admin/mce.php:55
1064
+ #: templates_admin/widgets.php:91
1065
+ #: build/index_mappress_admin.js:1
1066
  msgid "Save"
1067
  msgstr "Guardar"
1068
 
1069
+ #: templates_admin/editor.php:46
1070
+ #: templates_admin/mce.php:56
1071
+ #: templates_admin/widgets.php:92
1072
+ #: build/index_mappress_admin.js:1
1073
  msgid "Cancel"
1074
  msgstr "Cancelar"
1075
 
1076
+ #: templates_admin/mce.php:6
1077
+ #: build/index_mappress_admin.js:1
1078
  #, fuzzy
 
1079
  msgid "Select a map"
1080
  msgstr "Reiniciar mapa"
1081
 
1082
+ #: templates_admin/mce.php:7
1083
+ #: build/index_mappress_admin.js:1
1084
  msgid "Add New"
1085
  msgstr ""
1086
 
1087
  #: templates_admin/mce.php:14
1088
  #, fuzzy
 
1089
  msgid "post title"
1090
  msgstr "Tipos de post"
1091
 
1092
+ #: templates_admin/mce.php:18
1093
+ #: build/index_mappress_admin.js:1
1094
  msgid "Attached to this post"
1095
  msgstr ""
1096
 
1097
+ #: templates_admin/mce.php:19
1098
+ #: build/index_mappress_admin.js:1
1099
  #, fuzzy
 
1100
  msgid "All maps"
1101
  msgstr "Mapas con un estilo"
1102
 
1104
  msgid "Close"
1105
  msgstr "Cerrar"
1106
 
1107
+ #: templates_admin/mce.php:35
1108
+ #: build/index_mappress_admin.js:1
1109
  msgid "Size"
1110
  msgstr ""
1111
 
1113
  msgid "Save center / zoom"
1114
  msgstr ""
1115
 
1116
+ #: templates_admin/mce.php:68
1117
+ #: build/index_mappress_admin.js:1
1118
  #, fuzzy
 
1119
  msgid "Map title"
1120
  msgstr "Título"
1121
 
1122
+ #: templates_admin/mce.php:71
1123
+ #: build/index_mappress_admin.js:1
1124
  msgid "Attached to"
1125
  msgstr ""
1126
 
1127
+ #: templates_admin/mce.php:73
1128
+ #: build/index_mappress_admin.js:1
1129
  #, fuzzy
 
1130
  msgid "Action"
1131
  msgstr "Localización"
1132
 
1133
  #: templates_admin/mce.php:87
1134
  #, fuzzy
 
1135
  msgid "Current post"
1136
  msgstr "Mapa actual"
1137
 
1138
+ #: templates_admin/mce.php:92
1139
+ #: build/index_mappress_admin.js:1
1140
  msgid "Unattached"
1141
  msgstr ""
1142
 
1144
  msgid "Insert into post"
1145
  msgstr "Insertar en el post"
1146
 
1147
+ #: templates_admin/mce.php:107
1148
+ #: build/index_mappress_admin.js:1
1149
  #, fuzzy
 
1150
  msgid "No maps found"
1151
  msgstr "Mapa no encontrado"
1152
 
1172
 
1173
  #: templates_admin/widgets.php:67
1174
  #, fuzzy
 
1175
  msgid "Map list item"
1176
  msgstr "Tamaño del mapa"
1177
 
1185
 
1186
  #: templates_admin/widgets.php:74
1187
  #, fuzzy
 
1188
  msgid "New"
1189
  msgstr "Nuevo mapa"
1190
 
1191
+ #: templates_admin/widgets.php:74
1192
+ #: build/index_mappress_admin.js:1
1193
  #, fuzzy
 
1194
  msgid "Custom"
1195
  msgstr "CSS personalizado"
1196
 
1197
  #: templates_admin/widgets.php:77
1198
  #, fuzzy
 
1199
  msgid "Editor"
1200
  msgstr "Editar"
1201
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1202
  #: package.json
1203
  msgctxt "block description"
1204
  msgid "MapPress Maps for WordPress"
1208
  #~ msgstr "Información sobre herramientas"
1209
 
1210
  #, fuzzy
 
1211
  #~ msgid "Show a tooltip when mouse is over a POI"
1212
  #~ msgstr ""
1213
+ "\n"
1214
+ "títulos de marcador como \"descripción \" al pasar el ratón por \"\n"
1215
+ ""
1216
 
1217
  #~ msgid "Documentation"
1218
  #~ msgstr "Documentación"
1224
  #~ msgstr "Contact"
1225
 
1226
  #~ msgid ""
1227
+ "\n"
1228
+ "MapPress now requires WordPress 3.2 or higher. Please upgrade \"\n"
1229
+ "using MapPress.\""
1230
  #~ msgstr ""
1231
+ "\n"
1232
+ "MapPress requiere WordPress 3.0 o superior. Por favor, \"\n"
1233
+ "antes de usar MapPress.\""
1234
 
1235
  #~ msgid ""
1236
+ "\n"
1237
+ "MapPress is not compfatible with the WP-Geo plugin. Please \"\n"
1238
+ "or uninstall WP-Geo before using MapPress.\""
1239
  #~ msgstr ""
1240
+ "\n"
1241
+ "MapPress no es compatible con el plugin WP-Geo - tus feeds \"\n"
1242
+ "no funcionará. Por favor, desactivar o desinstalar WP-Geo antes de \"\n"
1243
+ "MapPress.\""
1244
 
1245
  #~ msgid "Bike"
1246
  #~ msgstr "Bicicleta"
1249
  #~ msgstr "La dirección de inicio o final no se pudo encontrar."
1250
 
1251
  #~ msgid ""
1252
+ "\n"
1253
+ "cannot return directions between those addresses. There is no \"\n"
1254
+ "between them or the routing information is not available.\""
1255
  #~ msgstr ""
1256
+ "\n"
1257
+ "no puede devolver direcciones entre esas direcciones. No hay una \"\n"
1258
+ "entre ellos o la información de enrutamiento no está disponible.\""
1259
 
1260
  #~ msgid "Unknown error, unable to return directions. Status code = "
1261
  #~ msgstr "Error desconocido,imposible devolver ruta. Código de estado ="
1320
  #, php-format
1321
  #~ msgid "Enter a %s to use when searching (leave blank for USA)"
1322
  #~ msgstr ""
1323
+ "\n"
1324
+ "un %s para el uso en la búsqueda (dejar en blanco para EE.UU.):\""
1325
 
1326
  #~ msgid "(Default)"
1327
  #~ msgstr "Por defecto"
1338
  #, php-format
1339
  #~ msgid "Use a specific %s for map controls and geocoding"
1340
  #~ msgstr ""
1341
+ "\n"
1342
+ "un %s específico para los controles del mapa (por defecto es la \"\n"
1343
+ "de idioma del navegador):\""
1344
 
1345
  #~ msgid "Small"
1346
  #~ msgstr "Pequeño"
1371
 
1372
  #~ msgid "Automatically open the first POI when a map is displayed"
1373
  #~ msgstr ""
1374
+ "\n"
1375
+ "automáticamente el marcador por primera vez cuando se muestra un \"\n"
1376
+ ""
1377
 
1378
  #~ msgid "No automatic display"
1379
  #~ msgstr "Sin visualización automática"
1416
 
1417
  #~ msgid "Internal error - unable to save map. Your data has not been saved!"
1418
  #~ msgstr ""
1419
+ "\n"
1420
+ "interno - no se puede guardar mapa. Sus datos no se ha salvado!\""
1421
 
1422
  #~ msgid "Marker list"
1423
  #~ msgstr "Marker list"
1426
  #~ msgstr "Mostrar el botón de tráfico"
1427
 
1428
  #~ msgid ""
1429
+ "\n"
1430
+ "your readers to change the map type (street, satellite, or hybrid)\""
1431
  #~ msgstr ""
1432
+ "\n"
1433
+ "que sus lectores a cambiar el tipo de mapa (calles, satélite o \"\n"
1434
+ ""
1435
 
1436
  #~ msgid "Display the street view control \"peg man\""
1437
  #~ msgstr "Mostrar el control de vista de la calle"
1438
 
1439
  #~ msgid ""
1440
+ "\n"
1441
+ "'Google' if directions aren't displaying properly in your theme\""
1442
  #~ msgstr ""
1443
+ "\n"
1444
+ "\"Google\" si las direcciones no se muestran correctamente en \"\n"
1445
+ "tema\""
1446
 
1447
  #~ msgid "Show a button for real-time traffic conditions"
1448
  #~ msgstr "Mostrar un botón para las condiciones del tráfico en tiempo real"
1505
  #~ msgstr "Link"
1506
 
1507
  #~ msgid ""
1508
+ "\n"
1509
+ "Include your own CSS. You must create a file named %s in the MapPress \"\n"
1510
+ "sub-directory\""
1511
  #~ msgstr ""
1512
+ "\n"
1513
+ "su propio CSS. Debe crear un archivo llamado% s en el directorio% \"\n"
1514
+ "MapPress subdirectorio\""
1515
 
1516
  #~ msgid "Map addresses from a %s : "
1517
  #~ msgstr "Mapa de direcciones de %s:"
languages/mappress-google-maps-for-wordpress-fi-4cfebd0e75a430fc3eb311e0637a25c6.json ADDED
@@ -0,0 +1 @@
 
1
+ {"translation-revision-date":"2020-12-15 11:19-0800","generator":"WP-CLI\/2.4.0","source":"build\/index_mappress_admin.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"fi_FI","plural-forms":"nplurals=2; plural=(n != 1);"},"Settings":["Asetukset "],"Map Library":["Reunus"],"Help":[""],"No results":[""],"Add":["Lis\u00e4\u00e4"],"Delete":["Poista"],"Untitled":["Ei otsikkoa"],"Google API key":["Google"],"Default":["Oletus"],"Google":["Google"],"Leaflet":[""],"Post type":["Sis\u00e4lt\u00f6tyypit"],"Automatic":["Automaattinen"],"Search":[""],"Zoom":["L\u00e4henn\u00e4"],"Map ID":["Kartan ID"],"Save":["Tallenna"],"Cancel":["Peru"],"Select a map":["Tyhjenn\u00e4"],"Add New":[""],"Attached to this post":[""],"All maps":["Kaikki artikkelit"],"Size":["Koko"],"Map title":["Kartan otsikko "],"Attached to":[""],"Action":["Paikka"],"Unattached":[""],"No maps found":["Karttaa ei l\u00f6ydy"],"Custom":["Valinnainen tyylitiedosto"],"New map":["N\u00e4yt\u00e4 kartta"],"Edit map":["Muokkaa"],"Like the block? Upgrade to the free plugin or MapPress Pro for more features!":[""],"MapPress Pro":["MapPress"],"Free plugin":[""],"MapPress options":["MapPress Asetukset"],"Map settings":["Asetukset "],"MapPress Map":["MapPress"],"Create a new map or choose one from the map library.":[""],"Insert a map":["Tyhjenn\u00e4"],"Query":[""],"Refresh map":["Yleiskuvakartta"],"Author":[""],"Order by":["Merkitsimen teksti"],"Include children":[" Lis\u00e4\u00e4 linkki"],"Add custom field":["Valinnainen kentt\u00e4 "],"Field name":["Ulkoasun nimi"],"The field \"%s\" has already been added":[""],"Please enter a field name":["Tallenna kartta ensin"],"Value (a or a,b,c...)":[""],"Invalid JSON":[""],"Update":[""],"Query code":["maatunnus"],"MapPress Mashup":["MapPress"],"Insert a mashup":[""],"Options saved.":["Kartta tallennettu"],"Mapping Engine":[""],"Save options":["MapPress Asetukset"],"Map copied":["Kartan koko"],"Shortcode copied":["lyhytkoodit"],"post title, map title, or map id":[""],"current post":["Artikkelit"],"Edit post":["Muokkaa"],"Copy":[""],"Shortcode":["lyhytkoodit"],"Delete map":["Poista"],"Viewport saved":["Kartta tallennettu"],"px, %, vw":["Leveys (px)"],"Width":["Leveys "],"px, %, vh":["Leveys (px)"],"Height":["Paksuus"],"Center\/Zoom":["Keskit\u00e4"]}}}
languages/mappress-google-maps-for-wordpress-fi.po CHANGED
@@ -1,25 +1,19 @@
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: https://wordpress.org/support/plugin/mappress-google-"
9
- "maps-for-wordpress\n"
10
- "POT-Creation-Date: 2020-12-15T18:23:01+00:00\n"
11
- "PO-Revision-Date: 2020-12-15 11:19-0800\n"
12
  "Last-Translator: Jaakko Kangosjärvi <jaakko@mediamonttu.fi>\n"
13
  "Language-Team: Monttu <info@mediamonttu,fi>\n"
14
- "Language: fi_FI\n"
15
  "MIME-Version: 1.0\n"
16
  "Content-Type: text/plain; charset=UTF-8\n"
17
  "Content-Transfer-Encoding: 8bit\n"
 
 
 
18
  "X-Poedit-KeywordsList: __;_e\n"
19
  "X-Poedit-Basepath: .\n"
20
  "X-Generator: Poedit 2.4.2\n"
21
- "X-Poedit-SearchPath-0: C:/D/Blogit/plugins/mappress-google-maps-for-"
22
- "wordpress\n"
23
 
24
  #. Plugin Name of the plugin
25
  msgid "MapPress Maps for WordPress"
@@ -41,23 +35,21 @@ msgstr ""
41
  msgid "https://www.mappresspro.com/chris-contact"
42
  msgstr ""
43
 
44
- #: mappress.php:171 mappress.php:701 build/index_mappress_admin.js:1
 
 
45
  msgid "Settings"
46
  msgstr "Asetukset "
47
 
48
- #: mappress.php:172 build/index_mappress_admin.js:1
 
49
  #, fuzzy
50
- #| msgid "Map border"
51
  msgid "Map Library"
52
  msgstr "Reunus"
53
 
54
  #: mappress.php:183
55
- msgid ""
56
- "MapPress database tables are missing. Please deactivate the plugin and "
57
- "activate it again to fix this."
58
- msgstr ""
59
- "MapPressin tietokantataulut puuttuvat. Korjaa ongelma poistamalla lisäosa "
60
- "käytöstä ja ottamalla se uudelleen käyttöön."
61
 
62
  #: mappress.php:188
63
  msgid "A Google Maps API key is required"
@@ -69,7 +61,6 @@ msgstr ""
69
 
70
  #: mappress.php:188
71
  #, fuzzy
72
- #| msgid "Map Settings"
73
  msgid "MapPress Settings"
74
  msgstr "Asetukset "
75
 
@@ -90,22 +81,20 @@ msgid "Please Help Spread the Word"
90
  msgstr ""
91
 
92
  #: mappress.php:285
93
- msgid ""
94
- "If you're enjoying MapPress, would you mind taking a moment to write a brief "
95
- "review? It would mean the world to me!"
96
  msgstr ""
97
 
98
  #: mappress.php:286
99
- msgid ""
100
- "If you have any issues or suggestions, please let me know. I'll be happy to "
101
- "help!"
102
  msgstr ""
103
 
104
- #: mappress.php:402 mappress.php:931
 
105
  msgid "Version"
106
  msgstr "Versio"
107
 
108
- #: mappress.php:404 build/index_mappress_admin.js:1
 
109
  msgid "Help"
110
  msgstr ""
111
 
@@ -118,9 +107,7 @@ msgid "Please enter your MapPress license key to enable plugin updates"
118
  msgstr ""
119
 
120
  #: mappress.php:477
121
- msgid ""
122
- "MapPress Gutenberg blocks require WordPress 5.3 or the latest Gutenberg "
123
- "Plugin. Please update if using the block editor."
124
  msgstr ""
125
 
126
  #: mappress.php:481
@@ -133,14 +120,11 @@ msgstr ""
133
 
134
  #: mappress.php:487
135
  #, fuzzy
136
- #| msgid "There are no maps yet for this post"
137
  msgid "The MapPress map editor has moved!"
138
  msgstr "Tässä merkinnässä ei ole karttoja"
139
 
140
  #: mappress.php:488
141
- msgid ""
142
- "Use this button to open the new popup editor where you can easily create, "
143
- "edit and insert maps."
144
  msgstr ""
145
 
146
  #: mappress.php:534
@@ -161,7 +145,6 @@ msgstr ""
161
 
162
  #: mappress.php:538
163
  #, fuzzy
164
- #| msgid "Loading..."
165
  msgid "Loading"
166
  msgstr "Ladataan..."
167
 
@@ -173,13 +156,13 @@ msgstr ""
173
  msgid "Unable to get your location"
174
  msgstr "Sijaintiasi ei löydy"
175
 
176
- #: mappress.php:541 build/index_mappress_admin.js:1
 
177
  msgid "No results"
178
  msgstr ""
179
 
180
  #: mappress.php:542
181
  #, fuzzy
182
- #| msgid "Save Changes"
183
  msgid "Save changes?"
184
  msgstr "Tallenna muutokset"
185
 
@@ -189,13 +172,12 @@ msgstr "Muoto"
189
 
190
  #: mappress.php:572
191
  #, fuzzy
192
- #| msgid "Delete this map?"
193
  msgid "Improve this map"
194
  msgstr "Poistetaanko tämä kartta?"
195
 
196
- #: mappress.php:588 mappress.php:607
 
197
  #, fuzzy
198
- #| msgid "Street view"
199
  msgid "Streets"
200
  msgstr "Katunäkymä"
201
 
@@ -205,7 +187,6 @@ msgstr ""
205
 
206
  #: mappress.php:590
207
  #, fuzzy
208
- #| msgid "Right"
209
  msgid "Light"
210
  msgstr "Oikea"
211
 
@@ -219,33 +200,38 @@ msgstr "Satelliitti"
219
 
220
  #: mappress.php:593
221
  #, fuzzy
222
- #| msgid "Satellite"
223
  msgid "Satellite Streets"
224
  msgstr "Satelliitti"
225
 
226
- #: mappress_controls.php:93 templates_admin/widgets.php:42
 
227
  #: build/index_mappress_admin.js:1
228
  msgid "Add"
229
  msgstr "Lisää"
230
 
231
- #: mappress_controls.php:102 templates_admin/editor.php:47
232
- #: templates_admin/mce.php:100 templates_admin/widgets.php:94
 
 
233
  #: build/index_mappress_admin.js:1
234
  msgid "Delete"
235
  msgstr "Poista"
236
 
237
- #: mappress_map.php:85 mappress_settings.php:321
 
238
  msgid "MapPress"
239
  msgstr "MapPress"
240
 
241
- #: mappress_map.php:94 templates_admin/mce.php:30 templates_admin/mce.php:80
242
- #: templates_admin/mce.php:86 build/index_mappress_admin.js:1
 
 
 
243
  msgid "Untitled"
244
  msgstr "Ei otsikkoa"
245
 
246
  #: mappress_map.php:95
247
  #, fuzzy
248
- #| msgid "Top of post"
249
  msgid "Copy of %s"
250
  msgstr "Artikkelin alussa"
251
 
@@ -265,9 +251,9 @@ msgstr "Asetukset"
265
  msgid "Mapping API"
266
  msgstr ""
267
 
268
- #: mappress_settings.php:92 build/index_mappress_admin.js:1
 
269
  #, fuzzy
270
- #| msgid "Google"
271
  msgid "Google API key"
272
  msgstr "Google"
273
 
@@ -289,7 +275,6 @@ msgstr "Sisältötyypit"
289
 
290
  #: mappress_settings.php:103
291
  #, fuzzy
292
- #| msgid "Automatic map display"
293
  msgid "Automatic display"
294
  msgstr "Oletussijoittelu"
295
 
@@ -297,7 +282,8 @@ msgstr "Oletussijoittelu"
297
  msgid "Map alignment"
298
  msgstr "Sijoittelu"
299
 
300
- #: mappress_settings.php:105 templates/map-popup.php:3
 
301
  #: templates/mashup-popup.php:6
302
  msgid "Directions"
303
  msgstr "Ajo-ohjeet"
@@ -310,7 +296,8 @@ msgstr "Paikkojen asetukset"
310
  msgid "Default zoom"
311
  msgstr "Oletus"
312
 
313
- #: mappress_settings.php:110 mappress_settings.php:238
 
314
  msgid "Open first POI"
315
  msgstr "Avaa ensimmäinen paikka"
316
 
@@ -340,7 +327,6 @@ msgstr "Paikallistaminen"
340
 
341
  #: mappress_settings.php:121
342
  #, fuzzy
343
- #| msgid "language"
344
  msgid "Search language"
345
  msgstr "kieli"
346
 
@@ -368,8 +354,10 @@ msgstr ""
368
  msgid "Compatiblity"
369
  msgstr ""
370
 
371
- #: mappress_settings.php:175 mappress_settings.php:244
372
- #: pro/mappress_pro_settings.php:234 templates_admin/widgets.php:78
 
 
373
  #: build/index_mappress_admin.js:1
374
  msgid "Default"
375
  msgstr "Oletus"
@@ -398,7 +386,8 @@ msgstr "Artikkelin alussa"
398
  msgid "Bottom of post"
399
  msgstr "Artikkelin lopussa"
400
 
401
- #: mappress_settings.php:199 mappress_settings.php:243
 
402
  msgid "(list)"
403
  msgstr ""
404
 
@@ -410,8 +399,10 @@ msgstr "Hakujen maatunnus"
410
  msgid "Prevent other plugins/themes from loading the Google Maps API"
411
  msgstr ""
412
 
413
- #: mappress_settings.php:212 mappress_settings.php:221
414
- #: pro/mappress_pro_settings.php:232 build/index_mappress_admin.js:1
 
 
415
  msgid "Google"
416
  msgstr "Google"
417
 
@@ -419,17 +410,17 @@ msgstr "Google"
419
  msgid "Inline"
420
  msgstr "Avoin"
421
 
422
- #: mappress_settings.php:221 build/index_mappress_admin.js:1
 
423
  msgid "Leaflet"
424
  msgstr ""
425
 
426
  #: mappress_settings.php:223
427
- msgid ""
428
- "Leaflet is free and requires no API key. Google requires an API key and has "
429
- "strict usage limits."
430
  msgstr ""
431
 
432
- #: mappress_settings.php:229 mappress_settings.php:232
 
433
  msgid "Output scripts in footer"
434
  msgstr ""
435
 
@@ -449,21 +440,20 @@ msgstr ""
449
  msgid "Enter token to use Mapbox map tiles"
450
  msgstr ""
451
 
452
- #: mappress_settings.php:257 mappress_settings.php:262
 
453
  #, fuzzy
454
- #| msgid "Map controls"
455
  msgid "Map type control"
456
  msgstr "Valitsimet"
457
 
458
  #: mappress_settings.php:258
459
  #, fuzzy
460
- #| msgid "Street view"
461
  msgid "Street view control"
462
  msgstr "Katunäkymä"
463
 
464
- #: mappress_settings.php:259 mappress_settings.php:263
 
465
  #, fuzzy
466
- #| msgid "Show control"
467
  msgid "Zoom control"
468
  msgstr "Näytä valitsin"
469
 
@@ -477,19 +467,16 @@ msgstr "Easy Google Maps"
477
 
478
  #: mappress_settings.php:299
479
  #, fuzzy
480
- #| msgid "Width(px)"
481
  msgid "Width (px, %, vh, vw)"
482
  msgstr "Leveys (px)"
483
 
484
  #: mappress_settings.php:299
485
  #, fuzzy
486
- #| msgid "Height(px)"
487
  msgid "Height (px, %, vh, vw)"
488
  msgstr "Korkeus (px)"
489
 
490
  #: mappress_settings.php:299
491
  #, fuzzy
492
- #| msgid "Default style"
493
  msgid "Default size"
494
  msgstr "Oletus"
495
 
@@ -497,11 +484,13 @@ msgstr "Oletus"
497
  msgid "Copy maps when overwriting a translation"
498
  msgstr ""
499
 
500
- #: mappress_settings.php:326 mappress_settings.php:334
 
501
  msgid "Save Changes"
502
  msgstr "Tallenna muutokset"
503
 
504
- #: mappress_settings.php:327 mappress_settings.php:335
 
505
  msgid "Reset Defaults"
506
  msgstr "Oletus"
507
 
@@ -509,22 +498,24 @@ msgstr "Oletus"
509
  msgid "Address"
510
  msgstr "Osoite"
511
 
512
- #: mappress_template.php:35 pro/mappress_pro_settings.php:338
 
513
  msgid "Body"
514
  msgstr "Teksti"
515
 
516
- #: mappress_template.php:36 pro/mappress_pro_settings.php:174
 
517
  #: pro/mappress_pro_settings.php:338
518
  msgid "Icon"
519
  msgstr "Kuvake"
520
 
521
  #: mappress_template.php:37
522
  #, fuzzy
523
- #| msgid "Thumbnail Size"
524
  msgid "Thumbnail"
525
  msgstr "Pikkukuvan koko"
526
 
527
- #: mappress_template.php:38 pro/mappress_pro_settings.php:338
 
528
  msgid "Title"
529
  msgstr "Otsikko"
530
 
@@ -532,15 +523,17 @@ msgstr "Otsikko"
532
  msgid "Url"
533
  msgstr ""
534
 
535
- #: mappress_template.php:40 pro/mappress_filter.php:120
 
536
  #: pro/mappress_pro_settings.php:343
537
  msgid "Custom Field"
538
  msgstr "Valinnainen kenttä "
539
 
540
- #: pro/mappress_filter.php:84 pro/mappress_filter.php:133
541
- #: pro/mappress_pro_settings.php:167 build/index_mappress_admin.js:1
 
 
542
  #, fuzzy
543
- #| msgid "Post types"
544
  msgid "Post type"
545
  msgstr "Sisältötyypit"
546
 
@@ -550,7 +543,6 @@ msgstr ""
550
 
551
  #: pro/mappress_filter.php:120
552
  #, fuzzy
553
- #| msgid "Post title"
554
  msgid "Post field"
555
  msgstr "Artikkelin otsikko"
556
 
@@ -558,8 +550,10 @@ msgstr "Artikkelin otsikko"
558
  msgid "Invalid geocoder: %s"
559
  msgstr ""
560
 
561
- #: pro/mappress_geocoder.php:59 pro/mappress_geocoder.php:110
562
- #: pro/mappress_geocoder.php:147 pro/mappress_geocoder.php:192
 
 
563
  msgid "No results for address: %s"
564
  msgstr "Ei tulosta osoitteelle: %s"
565
 
@@ -569,7 +563,6 @@ msgstr ""
569
 
570
  #: pro/mappress_geocoder.php:100
571
  #, fuzzy
572
- #| msgid "Invalid status: %s, address: %s"
573
  msgid "Invalid status: %s, %s Address: %s"
574
  msgstr "Virheellinen asema: %s, osoite: %s"
575
 
@@ -587,29 +580,26 @@ msgstr ""
587
 
588
  #: pro/mappress_icons.php:74
589
  #, fuzzy
590
- #| msgid "Field for errors"
591
  msgid "Files error: "
592
  msgstr "Kenttä virheille"
593
 
594
- #: pro/mappress_meta.php:109 build/index_mappress_admin.js:1
 
595
  msgid "Automatic"
596
  msgstr "Automaattinen"
597
 
598
  #: pro/mappress_pro_settings.php:16
599
  #, fuzzy
600
- #| msgid "MapPress News"
601
  msgid "MapPress license key"
602
  msgstr "MapPress Uutisia"
603
 
604
  #: pro/mappress_pro_settings.php:17
605
  #, fuzzy
606
- #| msgid "Version"
607
  msgid "Beta versions"
608
  msgstr "Versio"
609
 
610
  #: pro/mappress_pro_settings.php:21
611
  #, fuzzy
612
- #| msgid "Geocoder(s)"
613
  msgid "Geocoder"
614
  msgstr "Geokooderi(t)"
615
 
@@ -619,13 +609,11 @@ msgstr "Paikkaluettelo"
619
 
620
  #: pro/mappress_pro_settings.php:24
621
  #, fuzzy
622
- #| msgid "POI list"
623
  msgid "POI list layout"
624
  msgstr "Paikkaluettelo"
625
 
626
  #: pro/mappress_pro_settings.php:25
627
  #, fuzzy
628
- #| msgid "Map width"
629
  msgid "Mini width"
630
  msgstr "Kartan leveys"
631
 
@@ -639,7 +627,6 @@ msgstr ""
639
 
640
  #: pro/mappress_pro_settings.php:30
641
  #, fuzzy
642
- #| msgid "Post types"
643
  msgid "Popup type"
644
  msgstr "Sisältötyypit"
645
 
@@ -649,13 +636,11 @@ msgstr "Oletuskuvake"
649
 
650
  #: pro/mappress_pro_settings.php:33
651
  #, fuzzy
652
- #| msgid "Custom icons directory"
653
  msgid "Icon directory"
654
  msgstr "Valinnainen kuvakekansio"
655
 
656
  #: pro/mappress_pro_settings.php:34
657
  #, fuzzy
658
- #| msgid "Custom fields"
659
  msgid "Custom icons"
660
  msgstr "Valinnainen kenttä"
661
 
@@ -665,28 +650,28 @@ msgstr ""
665
 
666
  #: pro/mappress_pro_settings.php:36
667
  #, fuzzy
668
- #| msgid "Automatic"
669
  msgid "Automatic icons"
670
  msgstr "Automaattinen"
671
 
672
- #: pro/mappress_pro_settings.php:38 templates/map.php:51
673
- #: templates_admin/mce.php:13 build/index_mappress_admin.js:1
 
 
674
  msgid "Search"
675
  msgstr ""
676
 
677
- #: pro/mappress_pro_settings.php:40 templates/map.php:58
 
678
  msgid "Filter"
679
  msgstr ""
680
 
681
  #: pro/mappress_pro_settings.php:41
682
  #, fuzzy
683
- #| msgid "POI title"
684
  msgid "POI content"
685
  msgstr "Paikan otsikko"
686
 
687
  #: pro/mappress_pro_settings.php:42
688
  #, fuzzy
689
- #| msgid "POI links"
690
  msgid "POI click"
691
  msgstr "Paikkalinkit"
692
 
@@ -696,17 +681,16 @@ msgstr ""
696
 
697
  #: pro/mappress_pro_settings.php:44
698
  #, fuzzy
699
- #| msgid "Thumbnail Size"
700
  msgid "Thumbnails"
701
  msgstr "Pikkukuvan koko"
702
 
703
  #: pro/mappress_pro_settings.php:45
704
  #, fuzzy
705
- #| msgid "Thumbnail Size"
706
  msgid "Thumbnail size"
707
  msgstr "Pikkukuvan koko"
708
 
709
- #: pro/mappress_pro_settings.php:48 pro/mappress_pro_settings.php:50
 
710
  msgid "Styled maps"
711
  msgstr "Karttatyylit"
712
 
@@ -724,7 +708,6 @@ msgstr ""
724
 
725
  #: pro/mappress_pro_settings.php:56
726
  #, fuzzy
727
- #| msgid "Geocoding fields"
728
  msgid "Geocoding errors"
729
  msgstr "Geokoodauskentät"
730
 
@@ -734,11 +717,11 @@ msgstr ""
734
 
735
  #: pro/mappress_pro_settings.php:61
736
  #, fuzzy
737
- #| msgid "Custom fields"
738
  msgid "Custom templates"
739
  msgstr "Valinnainen kenttä"
740
 
741
- #: pro/mappress_pro_settings.php:62 pro/mappress_pro_settings.php:227
 
742
  msgid "Force resize"
743
  msgstr "Koon massamuutos"
744
 
@@ -780,7 +763,6 @@ msgstr ""
780
 
781
  #: pro/mappress_pro_settings.php:224
782
  #, fuzzy
783
- #| msgid "Permanently resize existing maps"
784
  msgid "Permanently resize existing maps (classic editor only)"
785
  msgstr "Muuta pysyvästi kaikkien karttojen koko"
786
 
@@ -800,13 +782,13 @@ msgstr "Nimitys"
800
  msgid "MapBox"
801
  msgstr ""
802
 
803
- #: pro/mappress_pro_settings.php:246 templates_admin/widgets.php:68
 
804
  msgid "Edit"
805
  msgstr "Muokkaa"
806
 
807
  #: pro/mappress_pro_settings.php:260
808
  #, fuzzy
809
- #| msgid "Standard icons"
810
  msgid "Standard"
811
  msgstr "Vakiokuvakkeet"
812
 
@@ -816,19 +798,16 @@ msgstr ""
816
 
817
  #: pro/mappress_pro_settings.php:268
818
  #, fuzzy
819
- #| msgid "Reset map"
820
  msgid "Left of map"
821
  msgstr "Tyhjennä"
822
 
823
  #: pro/mappress_pro_settings.php:269
824
  #, fuzzy
825
- #| msgid "Show map"
826
  msgid "Below map"
827
  msgstr "Näytä kartta"
828
 
829
  #: pro/mappress_pro_settings.php:275
830
  #, fuzzy
831
- #| msgid "Get Directions"
832
  msgid "Get license"
833
  msgstr "Hae ajo-ohjeet "
834
 
@@ -844,9 +823,9 @@ msgstr ""
844
  msgid "Check now"
845
  msgstr ""
846
 
847
- #: pro/mappress_pro_settings.php:299 pro/mappress_updater.php:116
 
848
  #, fuzzy
849
- #| msgid "Google internal error. Try again later."
850
  msgid "Communication error, please try again later"
851
  msgstr "Googlen sisäinen virhe. Yritä myöhemmin uudelleen."
852
 
@@ -856,25 +835,21 @@ msgstr ""
856
 
857
  #: pro/mappress_pro_settings.php:305
858
  #, fuzzy
859
- #| msgid "POI title"
860
  msgid "POI title + POI body"
861
  msgstr "Paikan otsikko"
862
 
863
  #: pro/mappress_pro_settings.php:305
864
  #, fuzzy
865
- #| msgid "Post excerpt"
866
  msgid "Post title + post excerpt"
867
  msgstr "Artikkelin ote"
868
 
869
  #: pro/mappress_pro_settings.php:310
870
  #, fuzzy
871
- #| msgid "Open the POI"
872
  msgid "Open POI"
873
  msgstr "Avaa paikka"
874
 
875
  #: pro/mappress_pro_settings.php:310
876
  #, fuzzy
877
- #| msgid "Current posts"
878
  msgid "Open post"
879
  msgstr "Artikkelit"
880
 
@@ -892,7 +867,6 @@ msgstr ""
892
 
893
  #: pro/mappress_pro_settings.php:337
894
  #, fuzzy
895
- #| msgid "Address Line 1"
896
  msgid "Address line "
897
  msgstr "Osoiterivi 1"
898
 
@@ -904,19 +878,18 @@ msgstr "Leveysaste"
904
  msgid "Longitude"
905
  msgstr "Pituusaste"
906
 
907
- #: pro/mappress_pro_settings.php:338 build/index_mappress_admin.js:1
 
908
  msgid "Zoom"
909
  msgstr "Lähennä"
910
 
911
  #: pro/mappress_pro_settings.php:343
912
  #, fuzzy
913
- #| msgid "Map size"
914
  msgid "Map Field"
915
  msgstr "Kartan koko"
916
 
917
  #: pro/mappress_pro_settings.php:356
918
  #, fuzzy
919
- #| msgid "Overwrite existing maps when upating"
920
  msgid "Overwrite maps when posts are saved"
921
  msgstr "Kirjoita nykyisten karttojen päälle päivitettäessä"
922
 
@@ -926,19 +899,16 @@ msgstr ""
926
 
927
  #: pro/mappress_pro_settings.php:365
928
  #, fuzzy
929
- #| msgid "Show a list of POIs under each map"
930
  msgid "Show a list of POIs with each map"
931
  msgstr "Näytä paikkauettelo jokaisen kartan alapuolella"
932
 
933
  #: pro/mappress_pro_settings.php:373
934
  #, fuzzy
935
- #| msgid "Enable"
936
  msgid "Enable search"
937
  msgstr "Ota käyttöön"
938
 
939
  #: pro/mappress_pro_settings.php:377
940
  #, fuzzy
941
- #| msgid "Show POI list"
942
  msgid "Sort POI list by title"
943
  msgstr "Näytä paikkaluettelo"
944
 
@@ -948,17 +918,16 @@ msgstr "Yhtään "
948
 
949
  #: pro/mappress_pro_settings.php:392
950
  #, fuzzy
951
- #| msgid "Styled Maps"
952
  msgid "Snazzy Maps"
953
  msgstr "Muotoillut kartat"
954
 
955
  #: pro/mappress_pro_settings.php:393
956
  #, fuzzy
957
- #| msgid "Enter JSON for %s from Google's %s"
958
  msgid "Enter JSON from %s"
959
  msgstr "Anna JSON kohteelle %s Googlen palvelusta %s"
960
 
961
- #: pro/mappress_pro_settings.php:397 pro/mappress_pro_settings.php:413
 
962
  msgid "Style name"
963
  msgstr "Ulkoasun nimi"
964
 
@@ -990,11 +959,13 @@ msgstr "Näytä suositellut pikkukuvat koosteen paikoissa"
990
  msgid "JSON error"
991
  msgstr ""
992
 
993
- #: pro/mappress_widget.php:69 pro/mappress_widget_map.php:56
 
994
  msgid "Widget title"
995
  msgstr "Vimpaimen otsikko"
996
 
997
- #: pro/mappress_widget.php:74 pro/mappress_widget_map.php:66
 
998
  msgid "Map size"
999
  msgstr "Kartan koko"
1000
 
@@ -1022,20 +993,25 @@ msgstr "Kyselyt"
1022
  msgid "Learn about queries"
1023
  msgstr "Lue lisää kyselyistä"
1024
 
1025
- #: pro/mappress_widget.php:94 pro/mappress_widget_map.php:74
 
1026
  msgid "Show POI list"
1027
  msgstr "Näytä paikkaluettelo"
1028
 
1029
- #: pro/mappress_widget.php:101 pro/mappress_widget_map.php:81
 
1030
  msgid "Other Settings"
1031
  msgstr "Lisäasetukset "
1032
 
1033
- #: pro/mappress_widget.php:104 pro/mappress_widget_map.php:84
 
1034
  msgid "Example: initialopeninfo=\"true\""
1035
  msgstr ""
1036
 
1037
- #: pro/mappress_widget_map.php:61 templates_admin/mce.php:49
1038
- #: templates_admin/mce.php:69 build/index_mappress_admin.js:1
 
 
1039
  msgid "Map ID"
1040
  msgstr "Kartan ID"
1041
 
@@ -1053,19 +1029,16 @@ msgstr ""
1053
 
1054
  #: templates/map-filters.php:13
1055
  #, fuzzy
1056
- #| msgid "Reset map"
1057
  msgid "Reset"
1058
  msgstr "Tyhjennä"
1059
 
1060
  #: templates/map-loop.php:3
1061
  #, fuzzy
1062
- #| msgid "Reset Defaults"
1063
  msgid "Results"
1064
  msgstr "Oletus"
1065
 
1066
  #: templates/map.php:53
1067
  #, fuzzy
1068
- #| msgid "Location"
1069
  msgid "Your Location"
1070
  msgstr "Paikka"
1071
 
@@ -1091,13 +1064,11 @@ msgstr "Siirto"
1091
 
1092
  #: templates/map.php:84
1093
  #, fuzzy
1094
- #| msgid "Show POI list"
1095
  msgid "Show List"
1096
  msgstr "Näytä paikkaluettelo"
1097
 
1098
  #: templates/map.php:85
1099
  #, fuzzy
1100
- #| msgid "Show map"
1101
  msgid "Show Map"
1102
  msgstr "Näytä kartta"
1103
 
@@ -1113,39 +1084,44 @@ msgstr "HTML"
1113
  msgid "Add Media"
1114
  msgstr ""
1115
 
1116
- #: templates_admin/editor.php:45 templates_admin/mce.php:55
1117
- #: templates_admin/widgets.php:91 build/index_mappress_admin.js:1
 
 
1118
  msgid "Save"
1119
  msgstr "Tallenna"
1120
 
1121
- #: templates_admin/editor.php:46 templates_admin/mce.php:56
1122
- #: templates_admin/widgets.php:92 build/index_mappress_admin.js:1
 
 
1123
  msgid "Cancel"
1124
  msgstr "Peru"
1125
 
1126
- #: templates_admin/mce.php:6 build/index_mappress_admin.js:1
 
1127
  #, fuzzy
1128
- #| msgid "Reset map"
1129
  msgid "Select a map"
1130
  msgstr "Tyhjennä"
1131
 
1132
- #: templates_admin/mce.php:7 build/index_mappress_admin.js:1
 
1133
  msgid "Add New"
1134
  msgstr ""
1135
 
1136
  #: templates_admin/mce.php:14
1137
  #, fuzzy
1138
- #| msgid "Post title"
1139
  msgid "post title"
1140
  msgstr "Artikkelin otsikko"
1141
 
1142
- #: templates_admin/mce.php:18 build/index_mappress_admin.js:1
 
1143
  msgid "Attached to this post"
1144
  msgstr ""
1145
 
1146
- #: templates_admin/mce.php:19 build/index_mappress_admin.js:1
 
1147
  #, fuzzy
1148
- #| msgid "All posts"
1149
  msgid "All maps"
1150
  msgstr "Kaikki artikkelit"
1151
 
@@ -1153,39 +1129,40 @@ msgstr "Kaikki artikkelit"
1153
  msgid "Close"
1154
  msgstr "Sulje"
1155
 
1156
- #: templates_admin/mce.php:35 build/index_mappress_admin.js:1
 
1157
  msgid "Size"
1158
  msgstr "Koko"
1159
 
1160
  #: templates_admin/mce.php:59
1161
  #, fuzzy
1162
- #| msgid "Center/zoom now"
1163
  msgid "Save center / zoom"
1164
  msgstr "Keskitä/lähennä nyt"
1165
 
1166
- #: templates_admin/mce.php:68 build/index_mappress_admin.js:1
 
1167
  #, fuzzy
1168
- #| msgid "Map Title"
1169
  msgid "Map title"
1170
  msgstr "Kartan otsikko "
1171
 
1172
- #: templates_admin/mce.php:71 build/index_mappress_admin.js:1
 
1173
  msgid "Attached to"
1174
  msgstr ""
1175
 
1176
- #: templates_admin/mce.php:73 build/index_mappress_admin.js:1
 
1177
  #, fuzzy
1178
- #| msgid "Location"
1179
  msgid "Action"
1180
  msgstr "Paikka"
1181
 
1182
  #: templates_admin/mce.php:87
1183
  #, fuzzy
1184
- #| msgid "Current posts"
1185
  msgid "Current post"
1186
  msgstr "Artikkelit"
1187
 
1188
- #: templates_admin/mce.php:92 build/index_mappress_admin.js:1
 
1189
  msgid "Unattached"
1190
  msgstr ""
1191
 
@@ -1193,9 +1170,9 @@ msgstr ""
1193
  msgid "Insert into post"
1194
  msgstr "Liitä merkintään"
1195
 
1196
- #: templates_admin/mce.php:107 build/index_mappress_admin.js:1
 
1197
  #, fuzzy
1198
- #| msgid "Map not found"
1199
  msgid "No maps found"
1200
  msgstr "Karttaa ei löydy"
1201
 
@@ -1209,7 +1186,6 @@ msgstr "Paksuus"
1209
 
1210
  #: templates_admin/widgets.php:28
1211
  #, fuzzy
1212
- #| msgid "No styles have been defined yet"
1213
  msgid "No custom icons have been added yet."
1214
  msgstr "Yhtään "
1215
 
@@ -1223,266 +1199,35 @@ msgstr ""
1223
 
1224
  #: templates_admin/widgets.php:67
1225
  #, fuzzy
1226
- #| msgid "Marker list template"
1227
  msgid "Map list item"
1228
  msgstr "Merkitsinluettelon sivumalli"
1229
 
1230
  #: templates_admin/widgets.php:67
1231
  #, fuzzy
1232
- #| msgid "Mashups"
1233
  msgid "Mashup popup"
1234
  msgstr "Koosteet"
1235
 
1236
  #: templates_admin/widgets.php:67
1237
  #, fuzzy
1238
- #| msgid "Mashup POI title"
1239
  msgid "Mashup list item"
1240
  msgstr "Koosteen paikan otsikko"
1241
 
1242
  #: templates_admin/widgets.php:74
1243
  #, fuzzy
1244
- #| msgid "New Map"
1245
  msgid "New"
1246
  msgstr "Uusi kartta"
1247
 
1248
- #: templates_admin/widgets.php:74 build/index_mappress_admin.js:1
 
1249
  #, fuzzy
1250
- #| msgid "Custom CSS"
1251
  msgid "Custom"
1252
  msgstr "Valinnainen tyylitiedosto"
1253
 
1254
  #: templates_admin/widgets.php:77
1255
  #, fuzzy
1256
- #| msgid "Edit"
1257
  msgid "Editor"
1258
  msgstr "Muokkaa"
1259
 
1260
- #: build/index_mappress_admin.js:1
1261
- #, fuzzy
1262
- #| msgid "Show map"
1263
- msgid "New map"
1264
- msgstr "Näytä kartta"
1265
-
1266
- #: build/index_mappress_admin.js:1
1267
- #, fuzzy
1268
- #| msgid "Edit"
1269
- msgid "Edit map"
1270
- msgstr "Muokkaa"
1271
-
1272
- #: build/index_mappress_admin.js:1
1273
- msgid ""
1274
- "Like the block? Upgrade to the free plugin or MapPress Pro for more "
1275
- "features!"
1276
- msgstr ""
1277
-
1278
- #: build/index_mappress_admin.js:1
1279
- #, fuzzy
1280
- #| msgid "MapPress"
1281
- msgid "MapPress Pro"
1282
- msgstr "MapPress"
1283
-
1284
- #: build/index_mappress_admin.js:1
1285
- msgid "Free plugin"
1286
- msgstr ""
1287
-
1288
- #: build/index_mappress_admin.js:1
1289
- #, fuzzy
1290
- #| msgid "MapPress Options"
1291
- msgid "MapPress options"
1292
- msgstr "MapPress Asetukset"
1293
-
1294
- #: build/index_mappress_admin.js:1
1295
- #, fuzzy
1296
- #| msgid "Map Settings"
1297
- msgid "Map settings"
1298
- msgstr "Asetukset "
1299
-
1300
- #: build/index_mappress_admin.js:1
1301
- #, fuzzy
1302
- #| msgid "MapPress"
1303
- msgid "MapPress Map"
1304
- msgstr "MapPress"
1305
-
1306
- #: build/index_mappress_admin.js:1
1307
- msgid "Create a new map or choose one from the map library."
1308
- msgstr ""
1309
-
1310
- #: build/index_mappress_admin.js:1
1311
- #, fuzzy
1312
- #| msgid "Reset map"
1313
- msgid "Insert a map"
1314
- msgstr "Tyhjennä"
1315
-
1316
- #: build/index_mappress_admin.js:1
1317
- msgid "Query"
1318
- msgstr ""
1319
-
1320
- #: build/index_mappress_admin.js:1
1321
- #, fuzzy
1322
- #| msgid "Overview map"
1323
- msgid "Refresh map"
1324
- msgstr "Yleiskuvakartta"
1325
-
1326
- #: build/index_mappress_admin.js:1
1327
- msgid "Author"
1328
- msgstr ""
1329
-
1330
- #: build/index_mappress_admin.js:1
1331
- #, fuzzy
1332
- #| msgid "Marker body"
1333
- msgid "Order by"
1334
- msgstr "Merkitsimen teksti"
1335
-
1336
- #: build/index_mappress_admin.js:1
1337
- #, fuzzy
1338
- #| msgid " Include link"
1339
- msgid "Include children"
1340
- msgstr " Lisää linkki"
1341
-
1342
- #: build/index_mappress_admin.js:1
1343
- #, fuzzy
1344
- #| msgid "Custom Field"
1345
- msgid "Add custom field"
1346
- msgstr "Valinnainen kenttä "
1347
-
1348
- #: build/index_mappress_admin.js:1
1349
- #, fuzzy
1350
- #| msgid "Style name"
1351
- msgid "Field name"
1352
- msgstr "Ulkoasun nimi"
1353
-
1354
- #: build/index_mappress_admin.js:1
1355
- msgid "The field \"%s\" has already been added"
1356
- msgstr ""
1357
-
1358
- #: build/index_mappress_admin.js:1
1359
- #, fuzzy
1360
- #| msgid "Please save the map first"
1361
- msgid "Please enter a field name"
1362
- msgstr "Tallenna kartta ensin"
1363
-
1364
- #: build/index_mappress_admin.js:1
1365
- msgid "Value (a or a,b,c...)"
1366
- msgstr ""
1367
-
1368
- #: build/index_mappress_admin.js:1
1369
- msgid "Invalid JSON"
1370
- msgstr ""
1371
-
1372
- #: build/index_mappress_admin.js:1
1373
- msgid "Update"
1374
- msgstr ""
1375
-
1376
- #: build/index_mappress_admin.js:1
1377
- #, fuzzy
1378
- #| msgid "country code"
1379
- msgid "Query code"
1380
- msgstr "maatunnus"
1381
-
1382
- #: build/index_mappress_admin.js:1
1383
- #, fuzzy
1384
- #| msgid "MapPress"
1385
- msgid "MapPress Mashup"
1386
- msgstr "MapPress"
1387
-
1388
- #: build/index_mappress_admin.js:1
1389
- msgid "Insert a mashup"
1390
- msgstr ""
1391
-
1392
- #: build/index_mappress_admin.js:1
1393
- #, fuzzy
1394
- #| msgid "Map saved"
1395
- msgid "Options saved."
1396
- msgstr "Kartta tallennettu"
1397
-
1398
- #: build/index_mappress_admin.js:1
1399
- msgid "Mapping Engine"
1400
- msgstr ""
1401
-
1402
- #: build/index_mappress_admin.js:1
1403
- #, fuzzy
1404
- #| msgid "MapPress Options"
1405
- msgid "Save options"
1406
- msgstr "MapPress Asetukset"
1407
-
1408
- #: build/index_mappress_admin.js:1
1409
- #, fuzzy
1410
- #| msgid "Map size"
1411
- msgid "Map copied"
1412
- msgstr "Kartan koko"
1413
-
1414
- #: build/index_mappress_admin.js:1
1415
- #, fuzzy
1416
- #| msgid "shortcodes"
1417
- msgid "Shortcode copied"
1418
- msgstr "lyhytkoodit"
1419
-
1420
- #: build/index_mappress_admin.js:1
1421
- msgid "post title, map title, or map id"
1422
- msgstr ""
1423
-
1424
- #: build/index_mappress_admin.js:1
1425
- #, fuzzy
1426
- #| msgid "Current posts"
1427
- msgid "current post"
1428
- msgstr "Artikkelit"
1429
-
1430
- #: build/index_mappress_admin.js:1
1431
- #, fuzzy
1432
- #| msgid "Edit"
1433
- msgid "Edit post"
1434
- msgstr "Muokkaa"
1435
-
1436
- #: build/index_mappress_admin.js:1
1437
- msgid "Copy"
1438
- msgstr ""
1439
-
1440
- #: build/index_mappress_admin.js:1
1441
- #, fuzzy
1442
- #| msgid "shortcodes"
1443
- msgid "Shortcode"
1444
- msgstr "lyhytkoodit"
1445
-
1446
- #: build/index_mappress_admin.js:1
1447
- #, fuzzy
1448
- #| msgid "Delete"
1449
- msgid "Delete map"
1450
- msgstr "Poista"
1451
-
1452
- #: build/index_mappress_admin.js:1
1453
- #, fuzzy
1454
- #| msgid "Map saved"
1455
- msgid "Viewport saved"
1456
- msgstr "Kartta tallennettu"
1457
-
1458
- #: build/index_mappress_admin.js:1
1459
- #, fuzzy
1460
- #| msgid "Width(px)"
1461
- msgid "px, %, vw"
1462
- msgstr "Leveys (px)"
1463
-
1464
- #: build/index_mappress_admin.js:1
1465
- msgid "Width"
1466
- msgstr "Leveys "
1467
-
1468
- #: build/index_mappress_admin.js:1
1469
- #, fuzzy
1470
- #| msgid "Width(px)"
1471
- msgid "px, %, vh"
1472
- msgstr "Leveys (px)"
1473
-
1474
- #: build/index_mappress_admin.js:1
1475
- #, fuzzy
1476
- #| msgid "Weight"
1477
- msgid "Height"
1478
- msgstr "Paksuus"
1479
-
1480
- #: build/index_mappress_admin.js:1
1481
- #, fuzzy
1482
- #| msgid "Center"
1483
- msgid "Center/Zoom"
1484
- msgstr "Keskitä"
1485
-
1486
  #: package.json
1487
  msgctxt "block description"
1488
  msgid "MapPress Maps for WordPress"
@@ -1492,10 +1237,10 @@ msgstr ""
1492
  #~ msgstr "Vihjeet"
1493
 
1494
  #, fuzzy
1495
- #~| msgid "Show POI titles as a \"tooltip\" on mouse-over"
1496
  #~ msgid "Show a tooltip when mouse is over a POI"
1497
  #~ msgstr ""
1498
- #~ "Näytä paikkojen otsikot \"vihjeinä\", kun niitä osoitetaan hiirellä."
 
1499
 
1500
  #~ msgid "Documentation"
1501
  #~ msgstr "Tiedot"
@@ -1507,18 +1252,22 @@ msgstr ""
1507
  #~ msgstr "Yhteystiedot"
1508
 
1509
  #~ msgid ""
1510
- #~ "WARNING: MapPress now requires WordPress 3.2 or higher. Please upgrade "
1511
- #~ "before using MapPress."
 
1512
  #~ msgstr ""
1513
- #~ "VAROITUS: MapPress vaatii vähintään WordPress 3.2 -version. Päivitä ennen "
1514
- #~ "kuin käytät MapPressiä."
 
1515
 
1516
  #~ msgid ""
1517
- #~ "WARNING: MapPress is not compfatible with the WP-Geo plugin. Please "
1518
- #~ "deactivate or uninstall WP-Geo before using MapPress."
 
1519
  #~ msgstr ""
1520
- #~ "VAROITUS: MapPress ei töimi WP-Geo-lisäosan kanssa. Ota WP-Geo pois "
1521
- #~ "käytöstä tai poista se ennen kuin käytät MapPressiä. "
 
1522
 
1523
  #~ msgid "Bike"
1524
  #~ msgstr "Polkupyörä"
@@ -1527,11 +1276,13 @@ msgstr ""
1527
  #~ msgstr "Yhtä osoitteista ei löydy."
1528
 
1529
  #~ msgid ""
1530
- #~ "Google cannot return directions between those addresses. There is no "
1531
- #~ "route between them or the routing information is not available."
 
1532
  #~ msgstr ""
1533
- #~ "Google ei pysty luomaan reittiä osoitteidesi välille. Tieyhteyttä ei ole "
1534
- #~ "tai ajo-ohjeita ei ole saatavilla."
 
1535
 
1536
  #~ msgid "Unknown error, unable to return directions. Status code = "
1537
  #~ msgstr "Tuntematon virhe, ajo-ohjeita ei voi ladata. Tilatunnus ="
@@ -1600,10 +1351,12 @@ msgstr ""
1600
  #~ msgstr "Lataa kartaa lopuksi"
1601
 
1602
  #~ msgid ""
1603
- #~ "Use the settings below to automatically create maps from custom fields."
 
1604
  #~ msgstr ""
1605
- #~ "Käytä alla olevia asetuksia ja luo kartta automaattisesti valinnaisen "
1606
- #~ "kentän tiedoista."
 
1607
 
1608
  #~ msgid "Posts"
1609
  #~ msgstr "Artikkelit"
@@ -1617,8 +1370,9 @@ msgstr ""
1617
 
1618
  #~ msgid "Enter a google server URL for directions/printing"
1619
  #~ msgstr ""
1620
- #~ "Anna reittiohjeisiin ja tulostukseen käytettävä Google-palvelin (oletus "
1621
- #~ "maps.google.com) "
 
1622
 
1623
  #~ msgid "(Default)"
1624
  #~ msgstr "(Oletus)"
@@ -1828,8 +1582,9 @@ msgstr ""
1828
 
1829
  #~ msgid "InfoBox (can be styled and extend outside the map)"
1830
  #~ msgstr ""
1831
- #~ "Tietoruutu (ulkoasu muokattavissa ja sijoitettavissa myös kartan "
1832
- #~ "ulkopuolelle)"
 
1833
 
1834
  #~ msgid "Disable map panning when infoWindow / infoBox is opened"
1835
  #~ msgstr "Poista panorointi käytöstä, kun tietoruutu on avattu"
@@ -1903,7 +1658,8 @@ msgstr ""
1903
 
1904
  #~ msgid "Internal error - unable to save map. Your data has not been saved!"
1905
  #~ msgstr ""
1906
- #~ "Sisäinen virhe - karttaa ei voi tallentaa. Tietojasi ei tallennettu!"
 
1907
 
1908
  #~ msgid "Marker list"
1909
  #~ msgstr "Merkitsinluettelo"
@@ -1912,18 +1668,22 @@ msgstr ""
1912
  #~ msgstr "Näytä liikennepainike"
1913
 
1914
  #~ msgid ""
1915
- #~ "Allow your readers to change the map type (street, satellite, or hybrid)"
 
1916
  #~ msgstr ""
1917
- #~ "Salli käyttäjien vaihtaa kartan tyyppiä (katu, satelliitti tai hybridi)"
 
1918
 
1919
  #~ msgid "Display the street view control \"peg man\""
1920
  #~ msgstr "Näytä katunäkymän valintapainike \"jalankulkija\""
1921
 
1922
  #~ msgid ""
1923
- #~ "Select 'Google' if directions aren't displaying properly in your theme"
 
1924
  #~ msgstr ""
1925
- #~ "Valitse 'Google', jos ajo-ohjeet eivät näy toivomallasi tavalla "
1926
- #~ "sivustollasi"
 
1927
 
1928
  #~ msgid "This setting requires %s."
1929
  #~ msgstr "Tämä asetus vaatii version %s."
@@ -2044,8 +1804,9 @@ msgstr ""
2044
 
2045
  #~ msgid "This setting requires %s. Show a list of locations under each map."
2046
  #~ msgstr ""
2047
- #~ "Tämä asetus vaatii version %s. Näytätä paikkalistan jokaisen kartan "
2048
- #~ "alapuolella."
 
2049
 
2050
  #~ msgid "Please make a donation today!"
2051
  #~ msgstr "Ole hyvä ja lahjoita heti!"
@@ -2063,7 +1824,8 @@ msgstr ""
2063
  #~ msgstr "Lähtöpaikan tai määränpään osoite puuttuu."
2064
 
2065
  #~ msgid ""
2066
- #~ "Google cannot return those directions for legal or contractual reasons"
 
2067
  #~ msgstr "Google ei voi antaa ajo-ohjeita laki- tai sopimusteknisistä syistä."
2068
 
2069
  #~ msgid "Invalid map API key"
@@ -2073,9 +1835,11 @@ msgstr ""
2073
  #~ msgstr "Avaimellasi on tehty liikaa päivittäisiä hakuja."
2074
 
2075
  #~ msgid ""
2076
- #~ "Error: your browser does not seem to support the street view Flash player"
 
2077
  #~ msgstr ""
2078
- #~ "Virhe: selaimesi ei näytä tukevan katunäkymään tarvittavaa Flash-soitinta"
 
2079
 
2080
  #~ msgid "Sorry, no street view data is available for this location"
2081
  #~ msgstr "Sorry, katunäkymää ei ole saatavana tähän osoitteeseen"
@@ -2097,14 +1861,17 @@ msgstr ""
2097
 
2098
  #~ msgid "Please enter your API key. Need an API key? Get one "
2099
  #~ msgstr ""
2100
- #~ "Ole hyvä ja anna API-avaimesi. Jos sinulla ei ole sellaista, saat omasi"
 
2101
 
2102
  #~ msgid ""
2103
- #~ "MapPress could not load google maps. Either your browser is incompatible "
2104
- #~ "or your API key is invalid. Need an API key? Get one "
 
2105
  #~ msgstr ""
2106
- #~ "MapPress ei voinut ladata karttaa. Selaimesi on kelvoton tai API-avaimesi "
2107
- #~ "ei kelpaa. Saat API-avaimen "
 
2108
 
2109
  #~ msgid "here"
2110
  #~ msgstr "täältä"
@@ -2116,9 +1883,11 @@ msgstr ""
2116
  #~ msgstr "Paina esc tai sulje klikkaamalla: "
2117
 
2118
  #~ msgid ""
2119
- #~ "MapPress isn't ready yet. Please enter your Google Maps API Key on the "
 
2120
  #~ msgstr ""
2121
- #~ "MapPress ei ole vielä valmis. Ole hyvä ja anna Google Maps API-avaimesi: "
 
2122
 
2123
  #~ msgid "MapPress options screen."
2124
  #~ msgstr "MapPress Asetusnäkymä"
@@ -2133,16 +1902,19 @@ msgstr ""
2133
  #~ msgstr "Esikatselu"
2134
 
2135
  #~ msgid ""
2136
- #~ "Automatically center/zoom map when saved (uncheck to display map exactly "
2137
- #~ "as shown below)"
 
2138
  #~ msgstr ""
2139
- #~ "Keskitä ja lähennä kartta automaattisesti tallennettaessa (ilman valintaa "
2140
- #~ "kartta näytetään juuri kuten alla)"
 
2141
 
2142
  #~ msgid "Click on a marker or use the links below to edit or delete markers."
2143
  #~ msgstr ""
2144
- #~ "Klikkaa merkitsintä tai käytä alla olevia linkkejä, jos haluat muokata "
2145
- #~ "tai poistaa merkitsimiä."
 
2146
 
2147
  #~ msgid "ACCESS DENIED: You don't have permission to do this."
2148
  #~ msgstr "PÄÄSY ESTETTY: Sinulla ei ole oikeuksia tähän."
@@ -2160,7 +1932,8 @@ msgstr ""
2160
  #~ msgstr "Korjattu"
2161
 
2162
  #~ msgid ""
2163
- #~ "Enter a country code to use as a default when searching for an address."
 
2164
  #~ msgstr "Anna maatunnus, jota käytetään oletusarvona osoitteita haettaessa."
2165
 
2166
  #~ msgid "Force Google to use a specific language for map controls."
@@ -2170,10 +1943,12 @@ msgstr ""
2170
  #~ msgstr "Valitse, jos haluat ottaa käyttöön ajo-ohjeiden haun merkitsimeen"
2171
 
2172
  #~ msgid ""
2173
- #~ "Check to show large map controls; uncheck for a small zoom control instead"
 
2174
  #~ msgstr ""
2175
- #~ "Valitse tämä, jos haluat näyttää kaikki kartan valitsimet (tyhjä = vain "
2176
- #~ "pieni zoomaustyökalu)"
 
2177
 
2178
  #~ msgid "Check to enable the \"map types\" button on the map"
2179
  #~ msgstr "Valitse tämä, jos haluat kartalle Karttatyypit-painikkeen."
@@ -2185,18 +1960,21 @@ msgstr ""
2185
  #~ msgstr "Valitse karttatyyppi, jota käytetään karttaa avattaessa."
2186
 
2187
  #~ msgid ""
2188
- #~ "Check to show the \"GoogleBar\" search box for local business listings."
 
2189
  #~ msgstr "Valitse tämä, jos haluat näyttää kartalla GoogleBar-hakupalkin."
2190
 
2191
  #~ msgid "(click the icon to choose)"
2192
  #~ msgstr "(valitse klikkaamalla kuvaketta)"
2193
 
2194
  #~ msgid ""
2195
- #~ "The starting or ending address could not be found. Please check that the "
2196
- #~ "address is correct and completely entered."
 
2197
  #~ msgstr ""
2198
- #~ "Lähtöpaikan tai määränpään osoitetta ei löydy. Ole hyvä ja tarkista, että "
2199
- #~ "osoite on oikea ja kirjoitettu oikein."
 
2200
 
2201
  #~ msgid "(leave blank for default)"
2202
  #~ msgstr "(tyhjä = oletusarvo)"
@@ -2217,11 +1995,13 @@ msgstr ""
2217
  #~ msgstr "Lisäasetukset"
2218
 
2219
  #~ msgid ""
2220
- #~ "MapPress has changed with this version. You must re-enter your maps. "
2221
- #~ "Please see the note on the %1$sMapPress options screen%2$s"
 
2222
  #~ msgstr ""
2223
- #~ "MapPress on muuttunut. Sinun täytyy luoda karttasi uudelleen. Ole hyvä ja "
2224
- #~ "katso huomautus %1$sMapPress Asetusnäkymästä%2$s"
 
2225
 
2226
  #~ msgid "Zoom (1-20) "
2227
  #~ msgstr "Zoom (1-20) "
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Mappress\n"
4
+ "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mappress-google-maps-for-wordpress\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: 2020-12-15T18:23:01+00:00\n"
11
+ "PO-Revision-Date: 2020-12-15 11:19-0800\n"
12
+ "Language: fi_FI\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: .\n"
15
  "X-Generator: Poedit 2.4.2\n"
16
+ "X-Poedit-SearchPath-0: C:/D/Blogit/plugins/mappress-google-maps-for-wordpress\n"
 
17
 
18
  #. Plugin Name of the plugin
19
  msgid "MapPress Maps for WordPress"
35
  msgid "https://www.mappresspro.com/chris-contact"
36
  msgstr ""
37
 
38
+ #: mappress.php:171
39
+ #: mappress.php:701
40
+ #: build/index_mappress_admin.js:1
41
  msgid "Settings"
42
  msgstr "Asetukset "
43
 
44
+ #: mappress.php:172
45
+ #: build/index_mappress_admin.js:1
46
  #, fuzzy
 
47
  msgid "Map Library"
48
  msgstr "Reunus"
49
 
50
  #: mappress.php:183
51
+ msgid "MapPress database tables are missing. Please deactivate the plugin and activate it again to fix this."
52
+ msgstr "MapPressin tietokantataulut puuttuvat. Korjaa ongelma poistamalla lisäosa käytöstä ja ottamalla se uudelleen käyttöön."
 
 
 
 
53
 
54
  #: mappress.php:188
55
  msgid "A Google Maps API key is required"
61
 
62
  #: mappress.php:188
63
  #, fuzzy
 
64
  msgid "MapPress Settings"
65
  msgstr "Asetukset "
66
 
81
  msgstr ""
82
 
83
  #: mappress.php:285
84
+ msgid "If you're enjoying MapPress, would you mind taking a moment to write a brief review? It would mean the world to me!"
 
 
85
  msgstr ""
86
 
87
  #: mappress.php:286
88
+ msgid "If you have any issues or suggestions, please let me know. I'll be happy to help!"
 
 
89
  msgstr ""
90
 
91
+ #: mappress.php:402
92
+ #: mappress.php:931
93
  msgid "Version"
94
  msgstr "Versio"
95
 
96
+ #: mappress.php:404
97
+ #: build/index_mappress_admin.js:1
98
  msgid "Help"
99
  msgstr ""
100
 
107
  msgstr ""
108
 
109
  #: mappress.php:477
110
+ msgid "MapPress Gutenberg blocks require WordPress 5.3 or the latest Gutenberg Plugin. Please update if using the block editor."
 
 
111
  msgstr ""
112
 
113
  #: mappress.php:481
120
 
121
  #: mappress.php:487
122
  #, fuzzy
 
123
  msgid "The MapPress map editor has moved!"
124
  msgstr "Tässä merkinnässä ei ole karttoja"
125
 
126
  #: mappress.php:488
127
+ msgid "Use this button to open the new popup editor where you can easily create, edit and insert maps."
 
 
128
  msgstr ""
129
 
130
  #: mappress.php:534
145
 
146
  #: mappress.php:538
147
  #, fuzzy
 
148
  msgid "Loading"
149
  msgstr "Ladataan..."
150
 
156
  msgid "Unable to get your location"
157
  msgstr "Sijaintiasi ei löydy"
158
 
159
+ #: mappress.php:541
160
+ #: build/index_mappress_admin.js:1
161
  msgid "No results"
162
  msgstr ""
163
 
164
  #: mappress.php:542
165
  #, fuzzy
 
166
  msgid "Save changes?"
167
  msgstr "Tallenna muutokset"
168
 
172
 
173
  #: mappress.php:572
174
  #, fuzzy
 
175
  msgid "Improve this map"
176
  msgstr "Poistetaanko tämä kartta?"
177
 
178
+ #: mappress.php:588
179
+ #: mappress.php:607
180
  #, fuzzy
 
181
  msgid "Streets"
182
  msgstr "Katunäkymä"
183
 
187
 
188
  #: mappress.php:590
189
  #, fuzzy
 
190
  msgid "Light"
191
  msgstr "Oikea"
192
 
200
 
201
  #: mappress.php:593
202
  #, fuzzy
 
203
  msgid "Satellite Streets"
204
  msgstr "Satelliitti"
205
 
206
+ #: mappress_controls.php:93
207
+ #: templates_admin/widgets.php:42
208
  #: build/index_mappress_admin.js:1
209
  msgid "Add"
210
  msgstr "Lisää"
211
 
212
+ #: mappress_controls.php:102
213
+ #: templates_admin/editor.php:47
214
+ #: templates_admin/mce.php:100
215
+ #: templates_admin/widgets.php:94
216
  #: build/index_mappress_admin.js:1
217
  msgid "Delete"
218
  msgstr "Poista"
219
 
220
+ #: mappress_map.php:85
221
+ #: mappress_settings.php:321
222
  msgid "MapPress"
223
  msgstr "MapPress"
224
 
225
+ #: mappress_map.php:94
226
+ #: templates_admin/mce.php:30
227
+ #: templates_admin/mce.php:80
228
+ #: templates_admin/mce.php:86
229
+ #: build/index_mappress_admin.js:1
230
  msgid "Untitled"
231
  msgstr "Ei otsikkoa"
232
 
233
  #: mappress_map.php:95
234
  #, fuzzy
 
235
  msgid "Copy of %s"
236
  msgstr "Artikkelin alussa"
237
 
251
  msgid "Mapping API"
252
  msgstr ""
253
 
254
+ #: mappress_settings.php:92
255
+ #: build/index_mappress_admin.js:1
256
  #, fuzzy
 
257
  msgid "Google API key"
258
  msgstr "Google"
259
 
275
 
276
  #: mappress_settings.php:103
277
  #, fuzzy
 
278
  msgid "Automatic display"
279
  msgstr "Oletussijoittelu"
280
 
282
  msgid "Map alignment"
283
  msgstr "Sijoittelu"
284
 
285
+ #: mappress_settings.php:105
286
+ #: templates/map-popup.php:3
287
  #: templates/mashup-popup.php:6
288
  msgid "Directions"
289
  msgstr "Ajo-ohjeet"
296
  msgid "Default zoom"
297
  msgstr "Oletus"
298
 
299
+ #: mappress_settings.php:110
300
+ #: mappress_settings.php:238
301
  msgid "Open first POI"
302
  msgstr "Avaa ensimmäinen paikka"
303
 
327
 
328
  #: mappress_settings.php:121
329
  #, fuzzy
 
330
  msgid "Search language"
331
  msgstr "kieli"
332
 
354
  msgid "Compatiblity"
355
  msgstr ""
356
 
357
+ #: mappress_settings.php:175
358
+ #: mappress_settings.php:244
359
+ #: pro/mappress_pro_settings.php:234
360
+ #: templates_admin/widgets.php:78
361
  #: build/index_mappress_admin.js:1
362
  msgid "Default"
363
  msgstr "Oletus"
386
  msgid "Bottom of post"
387
  msgstr "Artikkelin lopussa"
388
 
389
+ #: mappress_settings.php:199
390
+ #: mappress_settings.php:243
391
  msgid "(list)"
392
  msgstr ""
393
 
399
  msgid "Prevent other plugins/themes from loading the Google Maps API"
400
  msgstr ""
401
 
402
+ #: mappress_settings.php:212
403
+ #: mappress_settings.php:221
404
+ #: pro/mappress_pro_settings.php:232
405
+ #: build/index_mappress_admin.js:1
406
  msgid "Google"
407
  msgstr "Google"
408
 
410
  msgid "Inline"
411
  msgstr "Avoin"
412
 
413
+ #: mappress_settings.php:221
414
+ #: build/index_mappress_admin.js:1
415
  msgid "Leaflet"
416
  msgstr ""
417
 
418
  #: mappress_settings.php:223
419
+ msgid "Leaflet is free and requires no API key. Google requires an API key and has strict usage limits."
 
 
420
  msgstr ""
421
 
422
+ #: mappress_settings.php:229
423
+ #: mappress_settings.php:232
424
  msgid "Output scripts in footer"
425
  msgstr ""
426
 
440
  msgid "Enter token to use Mapbox map tiles"
441
  msgstr ""
442
 
443
+ #: mappress_settings.php:257
444
+ #: mappress_settings.php:262
445
  #, fuzzy
 
446
  msgid "Map type control"
447
  msgstr "Valitsimet"
448
 
449
  #: mappress_settings.php:258
450
  #, fuzzy
 
451
  msgid "Street view control"
452
  msgstr "Katunäkymä"
453
 
454
+ #: mappress_settings.php:259
455
+ #: mappress_settings.php:263
456
  #, fuzzy
 
457
  msgid "Zoom control"
458
  msgstr "Näytä valitsin"
459
 
467
 
468
  #: mappress_settings.php:299
469
  #, fuzzy
 
470
  msgid "Width (px, %, vh, vw)"
471
  msgstr "Leveys (px)"
472
 
473
  #: mappress_settings.php:299
474
  #, fuzzy
 
475
  msgid "Height (px, %, vh, vw)"
476
  msgstr "Korkeus (px)"
477
 
478
  #: mappress_settings.php:299
479
  #, fuzzy
 
480
  msgid "Default size"
481
  msgstr "Oletus"
482
 
484
  msgid "Copy maps when overwriting a translation"
485
  msgstr ""
486
 
487
+ #: mappress_settings.php:326
488
+ #: mappress_settings.php:334
489
  msgid "Save Changes"
490
  msgstr "Tallenna muutokset"
491
 
492
+ #: mappress_settings.php:327
493
+ #: mappress_settings.php:335
494
  msgid "Reset Defaults"
495
  msgstr "Oletus"
496
 
498
  msgid "Address"
499
  msgstr "Osoite"
500
 
501
+ #: mappress_template.php:35
502
+ #: pro/mappress_pro_settings.php:338
503
  msgid "Body"
504
  msgstr "Teksti"
505
 
506
+ #: mappress_template.php:36
507
+ #: pro/mappress_pro_settings.php:174
508
  #: pro/mappress_pro_settings.php:338
509
  msgid "Icon"
510
  msgstr "Kuvake"
511
 
512
  #: mappress_template.php:37
513
  #, fuzzy
 
514
  msgid "Thumbnail"
515
  msgstr "Pikkukuvan koko"
516
 
517
+ #: mappress_template.php:38
518
+ #: pro/mappress_pro_settings.php:338
519
  msgid "Title"
520
  msgstr "Otsikko"
521
 
523
  msgid "Url"
524
  msgstr ""
525
 
526
+ #: mappress_template.php:40
527
+ #: pro/mappress_filter.php:120
528
  #: pro/mappress_pro_settings.php:343
529
  msgid "Custom Field"
530
  msgstr "Valinnainen kenttä "
531
 
532
+ #: pro/mappress_filter.php:84
533
+ #: pro/mappress_filter.php:133
534
+ #: pro/mappress_pro_settings.php:167
535
+ #: build/index_mappress_admin.js:1
536
  #, fuzzy
 
537
  msgid "Post type"
538
  msgstr "Sisältötyypit"
539
 
543
 
544
  #: pro/mappress_filter.php:120
545
  #, fuzzy
 
546
  msgid "Post field"
547
  msgstr "Artikkelin otsikko"
548
 
550
  msgid "Invalid geocoder: %s"
551
  msgstr ""
552
 
553
+ #: pro/mappress_geocoder.php:59
554
+ #: pro/mappress_geocoder.php:110
555
+ #: pro/mappress_geocoder.php:147
556
+ #: pro/mappress_geocoder.php:192
557
  msgid "No results for address: %s"
558
  msgstr "Ei tulosta osoitteelle: %s"
559
 
563
 
564
  #: pro/mappress_geocoder.php:100
565
  #, fuzzy
 
566
  msgid "Invalid status: %s, %s Address: %s"
567
  msgstr "Virheellinen asema: %s, osoite: %s"
568
 
580
 
581
  #: pro/mappress_icons.php:74
582
  #, fuzzy
 
583
  msgid "Files error: "
584
  msgstr "Kenttä virheille"
585
 
586
+ #: pro/mappress_meta.php:109
587
+ #: build/index_mappress_admin.js:1
588
  msgid "Automatic"
589
  msgstr "Automaattinen"
590
 
591
  #: pro/mappress_pro_settings.php:16
592
  #, fuzzy
 
593
  msgid "MapPress license key"
594
  msgstr "MapPress Uutisia"
595
 
596
  #: pro/mappress_pro_settings.php:17
597
  #, fuzzy
 
598
  msgid "Beta versions"
599
  msgstr "Versio"
600
 
601
  #: pro/mappress_pro_settings.php:21
602
  #, fuzzy
 
603
  msgid "Geocoder"
604
  msgstr "Geokooderi(t)"
605
 
609
 
610
  #: pro/mappress_pro_settings.php:24
611
  #, fuzzy
 
612
  msgid "POI list layout"
613
  msgstr "Paikkaluettelo"
614
 
615
  #: pro/mappress_pro_settings.php:25
616
  #, fuzzy
 
617
  msgid "Mini width"
618
  msgstr "Kartan leveys"
619
 
627
 
628
  #: pro/mappress_pro_settings.php:30
629
  #, fuzzy
 
630
  msgid "Popup type"
631
  msgstr "Sisältötyypit"
632
 
636
 
637
  #: pro/mappress_pro_settings.php:33
638
  #, fuzzy
 
639
  msgid "Icon directory"
640
  msgstr "Valinnainen kuvakekansio"
641
 
642
  #: pro/mappress_pro_settings.php:34
643
  #, fuzzy
 
644
  msgid "Custom icons"
645
  msgstr "Valinnainen kenttä"
646
 
650
 
651
  #: pro/mappress_pro_settings.php:36
652
  #, fuzzy
 
653
  msgid "Automatic icons"
654
  msgstr "Automaattinen"
655
 
656
+ #: pro/mappress_pro_settings.php:38
657
+ #: templates/map.php:51
658
+ #: templates_admin/mce.php:13
659
+ #: build/index_mappress_admin.js:1
660
  msgid "Search"
661
  msgstr ""
662
 
663
+ #: pro/mappress_pro_settings.php:40
664
+ #: templates/map.php:58
665
  msgid "Filter"
666
  msgstr ""
667
 
668
  #: pro/mappress_pro_settings.php:41
669
  #, fuzzy
 
670
  msgid "POI content"
671
  msgstr "Paikan otsikko"
672
 
673
  #: pro/mappress_pro_settings.php:42
674
  #, fuzzy
 
675
  msgid "POI click"
676
  msgstr "Paikkalinkit"
677
 
681
 
682
  #: pro/mappress_pro_settings.php:44
683
  #, fuzzy
 
684
  msgid "Thumbnails"
685
  msgstr "Pikkukuvan koko"
686
 
687
  #: pro/mappress_pro_settings.php:45
688
  #, fuzzy
 
689
  msgid "Thumbnail size"
690
  msgstr "Pikkukuvan koko"
691
 
692
+ #: pro/mappress_pro_settings.php:48
693
+ #: pro/mappress_pro_settings.php:50
694
  msgid "Styled maps"
695
  msgstr "Karttatyylit"
696
 
708
 
709
  #: pro/mappress_pro_settings.php:56
710
  #, fuzzy
 
711
  msgid "Geocoding errors"
712
  msgstr "Geokoodauskentät"
713
 
717
 
718
  #: pro/mappress_pro_settings.php:61
719
  #, fuzzy
 
720
  msgid "Custom templates"
721
  msgstr "Valinnainen kenttä"
722
 
723
+ #: pro/mappress_pro_settings.php:62
724
+ #: pro/mappress_pro_settings.php:227
725
  msgid "Force resize"
726
  msgstr "Koon massamuutos"
727
 
763
 
764
  #: pro/mappress_pro_settings.php:224
765
  #, fuzzy
 
766
  msgid "Permanently resize existing maps (classic editor only)"
767
  msgstr "Muuta pysyvästi kaikkien karttojen koko"
768
 
782
  msgid "MapBox"
783
  msgstr ""
784
 
785
+ #: pro/mappress_pro_settings.php:246
786
+ #: templates_admin/widgets.php:68
787
  msgid "Edit"
788
  msgstr "Muokkaa"
789
 
790
  #: pro/mappress_pro_settings.php:260
791
  #, fuzzy
 
792
  msgid "Standard"
793
  msgstr "Vakiokuvakkeet"
794
 
798
 
799
  #: pro/mappress_pro_settings.php:268
800
  #, fuzzy
 
801
  msgid "Left of map"
802
  msgstr "Tyhjennä"
803
 
804
  #: pro/mappress_pro_settings.php:269
805
  #, fuzzy
 
806
  msgid "Below map"
807
  msgstr "Näytä kartta"
808
 
809
  #: pro/mappress_pro_settings.php:275
810
  #, fuzzy
 
811
  msgid "Get license"
812
  msgstr "Hae ajo-ohjeet "
813
 
823
  msgid "Check now"
824
  msgstr ""
825
 
826
+ #: pro/mappress_pro_settings.php:299
827
+ #: pro/mappress_updater.php:116
828
  #, fuzzy
 
829
  msgid "Communication error, please try again later"
830
  msgstr "Googlen sisäinen virhe. Yritä myöhemmin uudelleen."
831
 
835
 
836
  #: pro/mappress_pro_settings.php:305
837
  #, fuzzy
 
838
  msgid "POI title + POI body"
839
  msgstr "Paikan otsikko"
840
 
841
  #: pro/mappress_pro_settings.php:305
842
  #, fuzzy
 
843
  msgid "Post title + post excerpt"
844
  msgstr "Artikkelin ote"
845
 
846
  #: pro/mappress_pro_settings.php:310
847
  #, fuzzy
 
848
  msgid "Open POI"
849
  msgstr "Avaa paikka"
850
 
851
  #: pro/mappress_pro_settings.php:310
852
  #, fuzzy
 
853
  msgid "Open post"
854
  msgstr "Artikkelit"
855
 
867
 
868
  #: pro/mappress_pro_settings.php:337
869
  #, fuzzy
 
870
  msgid "Address line "
871
  msgstr "Osoiterivi 1"
872
 
878
  msgid "Longitude"
879
  msgstr "Pituusaste"
880
 
881
+ #: pro/mappress_pro_settings.php:338
882
+ #: build/index_mappress_admin.js:1
883
  msgid "Zoom"
884
  msgstr "Lähennä"
885
 
886
  #: pro/mappress_pro_settings.php:343
887
  #, fuzzy
 
888
  msgid "Map Field"
889
  msgstr "Kartan koko"
890
 
891
  #: pro/mappress_pro_settings.php:356
892
  #, fuzzy
 
893
  msgid "Overwrite maps when posts are saved"
894
  msgstr "Kirjoita nykyisten karttojen päälle päivitettäessä"
895
 
899
 
900
  #: pro/mappress_pro_settings.php:365
901
  #, fuzzy
 
902
  msgid "Show a list of POIs with each map"
903
  msgstr "Näytä paikkauettelo jokaisen kartan alapuolella"
904
 
905
  #: pro/mappress_pro_settings.php:373
906
  #, fuzzy
 
907
  msgid "Enable search"
908
  msgstr "Ota käyttöön"
909
 
910
  #: pro/mappress_pro_settings.php:377
911
  #, fuzzy
 
912
  msgid "Sort POI list by title"
913
  msgstr "Näytä paikkaluettelo"
914
 
918
 
919
  #: pro/mappress_pro_settings.php:392
920
  #, fuzzy
 
921
  msgid "Snazzy Maps"
922
  msgstr "Muotoillut kartat"
923
 
924
  #: pro/mappress_pro_settings.php:393
925
  #, fuzzy
 
926
  msgid "Enter JSON from %s"
927
  msgstr "Anna JSON kohteelle %s Googlen palvelusta %s"
928
 
929
+ #: pro/mappress_pro_settings.php:397
930
+ #: pro/mappress_pro_settings.php:413
931
  msgid "Style name"
932
  msgstr "Ulkoasun nimi"
933
 
959
  msgid "JSON error"
960
  msgstr ""
961
 
962
+ #: pro/mappress_widget.php:69
963
+ #: pro/mappress_widget_map.php:56
964
  msgid "Widget title"
965
  msgstr "Vimpaimen otsikko"
966
 
967
+ #: pro/mappress_widget.php:74
968
+ #: pro/mappress_widget_map.php:66
969
  msgid "Map size"
970
  msgstr "Kartan koko"
971
 
993
  msgid "Learn about queries"
994
  msgstr "Lue lisää kyselyistä"
995
 
996
+ #: pro/mappress_widget.php:94
997
+ #: pro/mappress_widget_map.php:74
998
  msgid "Show POI list"
999
  msgstr "Näytä paikkaluettelo"
1000
 
1001
+ #: pro/mappress_widget.php:101
1002
+ #: pro/mappress_widget_map.php:81
1003
  msgid "Other Settings"
1004
  msgstr "Lisäasetukset "
1005
 
1006
+ #: pro/mappress_widget.php:104
1007
+ #: pro/mappress_widget_map.php:84
1008
  msgid "Example: initialopeninfo=\"true\""
1009
  msgstr ""
1010
 
1011
+ #: pro/mappress_widget_map.php:61
1012
+ #: templates_admin/mce.php:49
1013
+ #: templates_admin/mce.php:69
1014
+ #: build/index_mappress_admin.js:1
1015
  msgid "Map ID"
1016
  msgstr "Kartan ID"
1017
 
1029
 
1030
  #: templates/map-filters.php:13
1031
  #, fuzzy
 
1032
  msgid "Reset"
1033
  msgstr "Tyhjennä"
1034
 
1035
  #: templates/map-loop.php:3
1036
  #, fuzzy
 
1037
  msgid "Results"
1038
  msgstr "Oletus"
1039
 
1040
  #: templates/map.php:53
1041
  #, fuzzy
 
1042
  msgid "Your Location"
1043
  msgstr "Paikka"
1044
 
1064
 
1065
  #: templates/map.php:84
1066
  #, fuzzy
 
1067
  msgid "Show List"
1068
  msgstr "Näytä paikkaluettelo"
1069
 
1070
  #: templates/map.php:85
1071
  #, fuzzy
 
1072
  msgid "Show Map"
1073
  msgstr "Näytä kartta"
1074
 
1084
  msgid "Add Media"
1085
  msgstr ""
1086
 
1087
+ #: templates_admin/editor.php:45
1088
+ #: templates_admin/mce.php:55
1089
+ #: templates_admin/widgets.php:91
1090
+ #: build/index_mappress_admin.js:1
1091
  msgid "Save"
1092
  msgstr "Tallenna"
1093
 
1094
+ #: templates_admin/editor.php:46
1095
+ #: templates_admin/mce.php:56
1096
+ #: templates_admin/widgets.php:92
1097
+ #: build/index_mappress_admin.js:1
1098
  msgid "Cancel"
1099
  msgstr "Peru"
1100
 
1101
+ #: templates_admin/mce.php:6
1102
+ #: build/index_mappress_admin.js:1
1103
  #, fuzzy
 
1104
  msgid "Select a map"
1105
  msgstr "Tyhjennä"
1106
 
1107
+ #: templates_admin/mce.php:7
1108
+ #: build/index_mappress_admin.js:1
1109
  msgid "Add New"
1110
  msgstr ""
1111
 
1112
  #: templates_admin/mce.php:14
1113
  #, fuzzy
 
1114
  msgid "post title"
1115
  msgstr "Artikkelin otsikko"
1116
 
1117
+ #: templates_admin/mce.php:18
1118
+ #: build/index_mappress_admin.js:1
1119
  msgid "Attached to this post"
1120
  msgstr ""
1121
 
1122
+ #: templates_admin/mce.php:19
1123
+ #: build/index_mappress_admin.js:1
1124
  #, fuzzy
 
1125
  msgid "All maps"
1126
  msgstr "Kaikki artikkelit"
1127
 
1129
  msgid "Close"
1130
  msgstr "Sulje"
1131
 
1132
+ #: templates_admin/mce.php:35
1133
+ #: build/index_mappress_admin.js:1
1134
  msgid "Size"
1135
  msgstr "Koko"
1136
 
1137
  #: templates_admin/mce.php:59
1138
  #, fuzzy
 
1139
  msgid "Save center / zoom"
1140
  msgstr "Keskitä/lähennä nyt"
1141
 
1142
+ #: templates_admin/mce.php:68
1143
+ #: build/index_mappress_admin.js:1
1144
  #, fuzzy
 
1145
  msgid "Map title"
1146
  msgstr "Kartan otsikko "
1147
 
1148
+ #: templates_admin/mce.php:71
1149
+ #: build/index_mappress_admin.js:1
1150
  msgid "Attached to"
1151
  msgstr ""
1152
 
1153
+ #: templates_admin/mce.php:73
1154
+ #: build/index_mappress_admin.js:1
1155
  #, fuzzy
 
1156
  msgid "Action"
1157
  msgstr "Paikka"
1158
 
1159
  #: templates_admin/mce.php:87
1160
  #, fuzzy
 
1161
  msgid "Current post"
1162
  msgstr "Artikkelit"
1163
 
1164
+ #: templates_admin/mce.php:92
1165
+ #: build/index_mappress_admin.js:1
1166
  msgid "Unattached"
1167
  msgstr ""
1168
 
1170
  msgid "Insert into post"
1171
  msgstr "Liitä merkintään"
1172
 
1173
+ #: templates_admin/mce.php:107
1174
+ #: build/index_mappress_admin.js:1
1175
  #, fuzzy
 
1176
  msgid "No maps found"
1177
  msgstr "Karttaa ei löydy"
1178
 
1186
 
1187
  #: templates_admin/widgets.php:28
1188
  #, fuzzy
 
1189
  msgid "No custom icons have been added yet."
1190
  msgstr "Yhtään "
1191
 
1199
 
1200
  #: templates_admin/widgets.php:67
1201
  #, fuzzy
 
1202
  msgid "Map list item"
1203
  msgstr "Merkitsinluettelon sivumalli"
1204
 
1205
  #: templates_admin/widgets.php:67
1206
  #, fuzzy
 
1207
  msgid "Mashup popup"
1208
  msgstr "Koosteet"
1209
 
1210
  #: templates_admin/widgets.php:67
1211
  #, fuzzy
 
1212
  msgid "Mashup list item"
1213
  msgstr "Koosteen paikan otsikko"
1214
 
1215
  #: templates_admin/widgets.php:74
1216
  #, fuzzy
 
1217
  msgid "New"
1218
  msgstr "Uusi kartta"
1219
 
1220
+ #: templates_admin/widgets.php:74
1221
+ #: build/index_mappress_admin.js:1
1222
  #, fuzzy
 
1223
  msgid "Custom"
1224
  msgstr "Valinnainen tyylitiedosto"
1225
 
1226
  #: templates_admin/widgets.php:77
1227
  #, fuzzy
 
1228
  msgid "Editor"
1229
  msgstr "Muokkaa"
1230
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1231
  #: package.json
1232
  msgctxt "block description"
1233
  msgid "MapPress Maps for WordPress"
1237
  #~ msgstr "Vihjeet"
1238
 
1239
  #, fuzzy
 
1240
  #~ msgid "Show a tooltip when mouse is over a POI"
1241
  #~ msgstr ""
1242
+ "\n"
1243
+ "paikkojen otsikot \"vihjeinä\", kun niitä osoitetaan hiirellä.\""
1244
 
1245
  #~ msgid "Documentation"
1246
  #~ msgstr "Tiedot"
1252
  #~ msgstr "Yhteystiedot"
1253
 
1254
  #~ msgid ""
1255
+ "\n"
1256
+ "MapPress now requires WordPress 3.2 or higher. Please upgrade \"\n"
1257
+ "using MapPress.\""
1258
  #~ msgstr ""
1259
+ "\n"
1260
+ "MapPress vaatii vähintään WordPress 3.2 -version. Päivitä ennen \"\n"
1261
+ "käytät MapPressiä.\""
1262
 
1263
  #~ msgid ""
1264
+ "\n"
1265
+ "MapPress is not compfatible with the WP-Geo plugin. Please \"\n"
1266
+ "or uninstall WP-Geo before using MapPress.\""
1267
  #~ msgstr ""
1268
+ "\n"
1269
+ "MapPress ei töimi WP-Geo-lisäosan kanssa. Ota WP-Geo pois \"\n"
1270
+ "tai poista se ennen kuin käytät MapPressiä. \""
1271
 
1272
  #~ msgid "Bike"
1273
  #~ msgstr "Polkupyörä"
1276
  #~ msgstr "Yhtä osoitteista ei löydy."
1277
 
1278
  #~ msgid ""
1279
+ "\n"
1280
+ "cannot return directions between those addresses. There is no \"\n"
1281
+ "between them or the routing information is not available.\""
1282
  #~ msgstr ""
1283
+ "\n"
1284
+ "ei pysty luomaan reittiä osoitteidesi välille. Tieyhteyttä ei ole \"\n"
1285
+ "ajo-ohjeita ei ole saatavilla.\""
1286
 
1287
  #~ msgid "Unknown error, unable to return directions. Status code = "
1288
  #~ msgstr "Tuntematon virhe, ajo-ohjeita ei voi ladata. Tilatunnus ="
1351
  #~ msgstr "Lataa kartaa lopuksi"
1352
 
1353
  #~ msgid ""
1354
+ "\n"
1355
+ "the settings below to automatically create maps from custom fields.\""
1356
  #~ msgstr ""
1357
+ "\n"
1358
+ "alla olevia asetuksia ja luo kartta automaattisesti valinnaisen \"\n"
1359
+ "tiedoista.\""
1360
 
1361
  #~ msgid "Posts"
1362
  #~ msgstr "Artikkelit"
1370
 
1371
  #~ msgid "Enter a google server URL for directions/printing"
1372
  #~ msgstr ""
1373
+ "\n"
1374
+ "reittiohjeisiin ja tulostukseen käytettävä Google-palvelin (oletus \"\n"
1375
+ ""
1376
 
1377
  #~ msgid "(Default)"
1378
  #~ msgstr "(Oletus)"
1582
 
1583
  #~ msgid "InfoBox (can be styled and extend outside the map)"
1584
  #~ msgstr ""
1585
+ "\n"
1586
+ "(ulkoasu muokattavissa ja sijoitettavissa myös kartan \"\n"
1587
+ ""
1588
 
1589
  #~ msgid "Disable map panning when infoWindow / infoBox is opened"
1590
  #~ msgstr "Poista panorointi käytöstä, kun tietoruutu on avattu"
1658
 
1659
  #~ msgid "Internal error - unable to save map. Your data has not been saved!"
1660
  #~ msgstr ""
1661
+ "\n"
1662
+ "virhe - karttaa ei voi tallentaa. Tietojasi ei tallennettu!\""
1663
 
1664
  #~ msgid "Marker list"
1665
  #~ msgstr "Merkitsinluettelo"
1668
  #~ msgstr "Näytä liikennepainike"
1669
 
1670
  #~ msgid ""
1671
+ "\n"
1672
+ "your readers to change the map type (street, satellite, or hybrid)\""
1673
  #~ msgstr ""
1674
+ "\n"
1675
+ "käyttäjien vaihtaa kartan tyyppiä (katu, satelliitti tai hybridi)\""
1676
 
1677
  #~ msgid "Display the street view control \"peg man\""
1678
  #~ msgstr "Näytä katunäkymän valintapainike \"jalankulkija\""
1679
 
1680
  #~ msgid ""
1681
+ "\n"
1682
+ "'Google' if directions aren't displaying properly in your theme\""
1683
  #~ msgstr ""
1684
+ "\n"
1685
+ "'Google', jos ajo-ohjeet eivät näy toivomallasi tavalla \"\n"
1686
+ ""
1687
 
1688
  #~ msgid "This setting requires %s."
1689
  #~ msgstr "Tämä asetus vaatii version %s."
1804
 
1805
  #~ msgid "This setting requires %s. Show a list of locations under each map."
1806
  #~ msgstr ""
1807
+ "\n"
1808
+ "asetus vaatii version %s. Näytätä paikkalistan jokaisen kartan \"\n"
1809
+ ""
1810
 
1811
  #~ msgid "Please make a donation today!"
1812
  #~ msgstr "Ole hyvä ja lahjoita heti!"
1824
  #~ msgstr "Lähtöpaikan tai määränpään osoite puuttuu."
1825
 
1826
  #~ msgid ""
1827
+ "\n"
1828
+ "cannot return those directions for legal or contractual reasons\""
1829
  #~ msgstr "Google ei voi antaa ajo-ohjeita laki- tai sopimusteknisistä syistä."
1830
 
1831
  #~ msgid "Invalid map API key"
1835
  #~ msgstr "Avaimellasi on tehty liikaa päivittäisiä hakuja."
1836
 
1837
  #~ msgid ""
1838
+ "\n"
1839
+ "your browser does not seem to support the street view Flash player\""
1840
  #~ msgstr ""
1841
+ "\n"
1842
+ "selaimesi ei näytä tukevan katunäkymään tarvittavaa Flash-soitinta\""
1843
 
1844
  #~ msgid "Sorry, no street view data is available for this location"
1845
  #~ msgstr "Sorry, katunäkymää ei ole saatavana tähän osoitteeseen"
1861
 
1862
  #~ msgid "Please enter your API key. Need an API key? Get one "
1863
  #~ msgstr ""
1864
+ "\n"
1865
+ "hyvä ja anna API-avaimesi. Jos sinulla ei ole sellaista, saat omasi\""
1866
 
1867
  #~ msgid ""
1868
+ "\n"
1869
+ "could not load google maps. Either your browser is incompatible \"\n"
1870
+ "your API key is invalid. Need an API key? Get one \""
1871
  #~ msgstr ""
1872
+ "\n"
1873
+ "ei voinut ladata karttaa. Selaimesi on kelvoton tai API-avaimesi \"\n"
1874
+ "kelpaa. Saat API-avaimen \""
1875
 
1876
  #~ msgid "here"
1877
  #~ msgstr "täältä"
1883
  #~ msgstr "Paina esc tai sulje klikkaamalla: "
1884
 
1885
  #~ msgid ""
1886
+ "\n"
1887
+ "isn't ready yet. Please enter your Google Maps API Key on the \""
1888
  #~ msgstr ""
1889
+ "\n"
1890
+ "ei ole vielä valmis. Ole hyvä ja anna Google Maps API-avaimesi: \""
1891
 
1892
  #~ msgid "MapPress options screen."
1893
  #~ msgstr "MapPress Asetusnäkymä"
1902
  #~ msgstr "Esikatselu"
1903
 
1904
  #~ msgid ""
1905
+ "\n"
1906
+ "center/zoom map when saved (uncheck to display map exactly \"\n"
1907
+ "shown below)\""
1908
  #~ msgstr ""
1909
+ "\n"
1910
+ "ja lähennä kartta automaattisesti tallennettaessa (ilman valintaa \"\n"
1911
+ "näytetään juuri kuten alla)\""
1912
 
1913
  #~ msgid "Click on a marker or use the links below to edit or delete markers."
1914
  #~ msgstr ""
1915
+ "\n"
1916
+ "merkitsintä tai käytä alla olevia linkkejä, jos haluat muokata \"\n"
1917
+ "poistaa merkitsimiä.\""
1918
 
1919
  #~ msgid "ACCESS DENIED: You don't have permission to do this."
1920
  #~ msgstr "PÄÄSY ESTETTY: Sinulla ei ole oikeuksia tähän."
1932
  #~ msgstr "Korjattu"
1933
 
1934
  #~ msgid ""
1935
+ "\n"
1936
+ "a country code to use as a default when searching for an address.\""
1937
  #~ msgstr "Anna maatunnus, jota käytetään oletusarvona osoitteita haettaessa."
1938
 
1939
  #~ msgid "Force Google to use a specific language for map controls."
1943
  #~ msgstr "Valitse, jos haluat ottaa käyttöön ajo-ohjeiden haun merkitsimeen"
1944
 
1945
  #~ msgid ""
1946
+ "\n"
1947
+ "to show large map controls; uncheck for a small zoom control instead\""
1948
  #~ msgstr ""
1949
+ "\n"
1950
+ "tämä, jos haluat näyttää kaikki kartan valitsimet (tyhjä = vain \"\n"
1951
+ "zoomaustyökalu)\""
1952
 
1953
  #~ msgid "Check to enable the \"map types\" button on the map"
1954
  #~ msgstr "Valitse tämä, jos haluat kartalle Karttatyypit-painikkeen."
1960
  #~ msgstr "Valitse karttatyyppi, jota käytetään karttaa avattaessa."
1961
 
1962
  #~ msgid ""
1963
+ "\n"
1964
+ "to show the \"GoogleBar\" search box for local business listings.\""
1965
  #~ msgstr "Valitse tämä, jos haluat näyttää kartalla GoogleBar-hakupalkin."
1966
 
1967
  #~ msgid "(click the icon to choose)"
1968
  #~ msgstr "(valitse klikkaamalla kuvaketta)"
1969
 
1970
  #~ msgid ""
1971
+ "\n"
1972
+ "starting or ending address could not be found. Please check that the \"\n"
1973
+ "is correct and completely entered.\""
1974
  #~ msgstr ""
1975
+ "\n"
1976
+ "tai määränpään osoitetta ei löydy. Ole hyvä ja tarkista, että \"\n"
1977
+ "on oikea ja kirjoitettu oikein.\""
1978
 
1979
  #~ msgid "(leave blank for default)"
1980
  #~ msgstr "(tyhjä = oletusarvo)"
1995
  #~ msgstr "Lisäasetukset"
1996
 
1997
  #~ msgid ""
1998
+ "\n"
1999
+ "has changed with this version. You must re-enter your maps. \"\n"
2000
+ "see the note on the %1$sMapPress options screen%2$s\""
2001
  #~ msgstr ""
2002
+ "\n"
2003
+ "on muuttunut. Sinun täytyy luoda karttasi uudelleen. Ole hyvä ja \"\n"
2004
+ "huomautus %1$sMapPress Asetusnäkymästä%2$s\""
2005
 
2006
  #~ msgid "Zoom (1-20) "
2007
  #~ msgstr "Zoom (1-20) "
languages/mappress-google-maps-for-wordpress-fr_FR.mo DELETED
Binary file
languages/mappress-google-maps-for-wordpress-fr_FR.po DELETED
@@ -1,1422 +0,0 @@
1
- msgid ""
2
- msgstr ""
3
- "Project-Id-Version: MapPress Easy Google Maps v2.45.4\n"
4
- "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mappress-google-"
5
- "maps-for-wordpress\n"
6
- "POT-Creation-Date: 2020-12-15T08:59:05+00:00\n"
7
- "PO-Revision-Date: 2020-12-15 01:05-0800\n"
8
- "Last-Translator: BONALDI <bonaldi.fr>\n"
9
- "Language-Team: Bonaldi <bonaldi.fr>\n"
10
- "Language: fr_FR\n"
11
- "MIME-Version: 1.0\n"
12
- "Content-Type: text/plain; charset=UTF-8\n"
13
- "Content-Transfer-Encoding: 8bit\n"
14
- "Plural-Forms: nplurals=2; plural=n>1;\n"
15
- "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Poedit-KeywordsList: __;esc_attr_e;esc_html_e;_e;__ngettext:1,2;_n:1,2;"
17
- "__ngettext_noop:1,2;_n_noop:1,2;_c,_nc:4c,1,2;_x:1,2c;_ex:1,2c;_nx:4c,1,2;"
18
- "_nx_noop:4c,1,2\n"
19
- "X-Poedit-Basepath: ..\n"
20
- "X-Textdomain-Support: yes\n"
21
- "X-Generator: Poedit 2.4.2\n"
22
- "X-Poedit-SearchPath-0: .\n"
23
-
24
- #. Plugin Name of the plugin
25
- msgid "MapPress Maps for WordPress"
26
- msgstr "MapPress Maps for WordPress"
27
-
28
- #. Plugin URI of the plugin
29
- msgid "https://www.mappresspro.com/mappress"
30
- msgstr "https://www.mappresspro.com/mappress"
31
-
32
- #. Description of the plugin
33
- msgid "MapPress makes it easy to add Google and Leaflet Maps to WordPress"
34
- msgstr ""
35
- "MapPress rend facile l’insertion de cartes Google Maps dans les articles et "
36
- "pages de WordPress."
37
-
38
- #. Author of the plugin
39
- msgid "Chris Richardson"
40
- msgstr "Chris Richardson"
41
-
42
- #. Author URI of the plugin
43
- msgid "https://www.mappresspro.com/chris-contact"
44
- msgstr ""
45
-
46
- #: mappress.php:171 mappress.php:701 build/index_mappress_admin.js:1
47
- msgid "Settings"
48
- msgstr "Réglages"
49
-
50
- #: mappress.php:172 build/index_mappress_admin.js:1
51
- msgid "Map Library"
52
- msgstr ""
53
-
54
- #: mappress.php:183
55
- msgid ""
56
- "MapPress database tables are missing. Please deactivate the plugin and "
57
- "activate it again to fix this."
58
- msgstr ""
59
- "Les tables de la base de données MapPress sont manquantes. Veuillez "
60
- "désactiver l’extension et l’activer à nouveau pour résoudre ce problème."
61
-
62
- #: mappress.php:188
63
- msgid "A Google Maps API key is required"
64
- msgstr "Une clé API Google Maps est nécessaire"
65
-
66
- #: mappress.php:188
67
- msgid "Please update your"
68
- msgstr "Veuillez mettre à jour votre"
69
-
70
- #: mappress.php:188
71
- msgid "MapPress Settings"
72
- msgstr "Réglages MapPress"
73
-
74
- #: mappress.php:280
75
- msgid "OK, you deserve it!"
76
- msgstr ""
77
-
78
- #: mappress.php:281
79
- msgid "Nope, maybe later"
80
- msgstr ""
81
-
82
- #: mappress.php:282
83
- msgid "I neeed some help"
84
- msgstr ""
85
-
86
- #: mappress.php:284
87
- #, fuzzy
88
- #| msgid "Please update your"
89
- msgid "Please Help Spread the Word"
90
- msgstr "Veuillez mettre à jour votre"
91
-
92
- #: mappress.php:285
93
- msgid ""
94
- "If you're enjoying MapPress, would you mind taking a moment to write a brief "
95
- "review? It would mean the world to me!"
96
- msgstr ""
97
-
98
- #: mappress.php:286
99
- msgid ""
100
- "If you have any issues or suggestions, please let me know. I'll be happy to "
101
- "help!"
102
- msgstr ""
103
-
104
- #: mappress.php:402 mappress.php:931
105
- msgid "Version"
106
- msgstr "Version"
107
-
108
- #: mappress.php:404 build/index_mappress_admin.js:1
109
- msgid "Help"
110
- msgstr ""
111
-
112
- #: mappress.php:406
113
- msgid "Upgrade to MapPress Pro"
114
- msgstr "Mise à niveau vers MapPress Pro"
115
-
116
- #: mappress.php:473
117
- msgid "Please enter your MapPress license key to enable plugin updates"
118
- msgstr ""
119
-
120
- #: mappress.php:477
121
- msgid ""
122
- "MapPress Gutenberg blocks require WordPress 5.3 or the latest Gutenberg "
123
- "Plugin. Please update if using the block editor."
124
- msgstr ""
125
-
126
- #: mappress.php:481
127
- msgid "MapPress has many new features! Please take a moment to learn %s."
128
- msgstr ""
129
-
130
- #: mappress.php:481
131
- msgid "what's new"
132
- msgstr ""
133
-
134
- #: mappress.php:487
135
- msgid "The MapPress map editor has moved!"
136
- msgstr ""
137
-
138
- #: mappress.php:488
139
- msgid ""
140
- "Use this button to open the new popup editor where you can easily create, "
141
- "edit and insert maps."
142
- msgstr ""
143
-
144
- #: mappress.php:534
145
- msgid "Are you sure you want to delete?"
146
- msgstr ""
147
-
148
- #: mappress.php:535
149
- msgid "Permanently delete this map from the map library?"
150
- msgstr ""
151
-
152
- #: mappress.php:536
153
- msgid "Error reading KML file"
154
- msgstr "Erreur de lecture fichier KML"
155
-
156
- #: mappress.php:537
157
- msgid "URL for KML file"
158
- msgstr ""
159
-
160
- #: mappress.php:538
161
- #, fuzzy
162
- #| msgid "Loading..."
163
- msgid "Loading"
164
- msgstr "Chargement..."
165
-
166
- #: mappress.php:539
167
- msgid "Please select a classic editor block to insert into."
168
- msgstr ""
169
-
170
- #: mappress.php:540
171
- msgid "Unable to get your location"
172
- msgstr "Impossible de trouver votre emplacement"
173
-
174
- #: mappress.php:541 build/index_mappress_admin.js:1
175
- msgid "No results"
176
- msgstr ""
177
-
178
- #: mappress.php:542
179
- #, fuzzy
180
- #| msgid "Save Changes"
181
- msgid "Save changes?"
182
- msgstr "Enregistrer les modifications"
183
-
184
- #: mappress.php:543
185
- msgid "Shape"
186
- msgstr "Forme"
187
-
188
- #: mappress.php:572
189
- #, fuzzy
190
- #| msgid "Delete this map?"
191
- msgid "Improve this map"
192
- msgstr "Supprimer cette carte ?"
193
-
194
- #: mappress.php:588 mappress.php:607
195
- #, fuzzy
196
- #| msgid "Street view"
197
- msgid "Streets"
198
- msgstr "Vue rue"
199
-
200
- #: mappress.php:589
201
- msgid "Outdoors"
202
- msgstr ""
203
-
204
- #: mappress.php:590
205
- #, fuzzy
206
- #| msgid "Right"
207
- msgid "Light"
208
- msgstr "Droite"
209
-
210
- #: mappress.php:591
211
- msgid "Dark"
212
- msgstr ""
213
-
214
- #: mappress.php:592
215
- msgid "Satellite"
216
- msgstr "Satellite"
217
-
218
- #: mappress.php:593
219
- #, fuzzy
220
- #| msgid "Satellite"
221
- msgid "Satellite Streets"
222
- msgstr "Satellite"
223
-
224
- #: mappress_controls.php:93 templates_admin/widgets.php:42
225
- #: build/index_mappress_admin.js:1
226
- msgid "Add"
227
- msgstr "Ajouter"
228
-
229
- #: mappress_controls.php:102 templates_admin/editor.php:47
230
- #: templates_admin/mce.php:100 templates_admin/widgets.php:94
231
- #: build/index_mappress_admin.js:1
232
- msgid "Delete"
233
- msgstr "Supprimer"
234
-
235
- #: mappress_map.php:85 mappress_settings.php:321
236
- #, fuzzy
237
- #| msgid "MapPress Settings"
238
- msgid "MapPress"
239
- msgstr "Réglages MapPress"
240
-
241
- #: mappress_map.php:94 templates_admin/mce.php:30 templates_admin/mce.php:80
242
- #: templates_admin/mce.php:86 build/index_mappress_admin.js:1
243
- msgid "Untitled"
244
- msgstr "Sans titre"
245
-
246
- #: mappress_map.php:95
247
- #, fuzzy
248
- #| msgid "Top of post"
249
- msgid "Copy of %s"
250
- msgstr "En haut de l’article"
251
-
252
- #: mappress_map.php:199
253
- msgid "Map not found"
254
- msgstr "Carte non trouvée"
255
-
256
- #: mappress_settings.php:86
257
- msgid "Sample Map"
258
- msgstr "Carte exemple"
259
-
260
- #: mappress_settings.php:88
261
- msgid "Basic Settings"
262
- msgstr "Réglages de base"
263
-
264
- #: mappress_settings.php:89
265
- msgid "Mapping API"
266
- msgstr ""
267
-
268
- #: mappress_settings.php:92 build/index_mappress_admin.js:1
269
- msgid "Google API key"
270
- msgstr "Clé API Google"
271
-
272
- #: mappress_settings.php:95
273
- msgid "Mapbox access token"
274
- msgstr ""
275
-
276
- #: mappress_settings.php:99
277
- msgid "License"
278
- msgstr "Licence"
279
-
280
- #: mappress_settings.php:101
281
- msgid "Map Settings"
282
- msgstr "Réglages de la carte"
283
-
284
- #: mappress_settings.php:102
285
- msgid "Post types"
286
- msgstr "Types de contenu"
287
-
288
- #: mappress_settings.php:103
289
- msgid "Automatic display"
290
- msgstr "Affichage automatique"
291
-
292
- #: mappress_settings.php:104
293
- msgid "Map alignment"
294
- msgstr "Alignement de la carte"
295
-
296
- #: mappress_settings.php:105 templates/map-popup.php:3
297
- #: templates/mashup-popup.php:6
298
- msgid "Directions"
299
- msgstr "Itinéraires"
300
-
301
- #: mappress_settings.php:108
302
- msgid "POI Settings"
303
- msgstr "Réglages du point d’intérêt"
304
-
305
- #: mappress_settings.php:109
306
- msgid "Default zoom"
307
- msgstr "Zoom par défaut"
308
-
309
- #: mappress_settings.php:110 mappress_settings.php:238
310
- msgid "Open first POI"
311
- msgstr "Ouvrir le premier point d’intérêt"
312
-
313
- #: mappress_settings.php:113
314
- msgid "Mashups"
315
- msgstr "Agrégations"
316
-
317
- #: mappress_settings.php:114
318
- msgid "Icons"
319
- msgstr "Icônes"
320
-
321
- #: mappress_settings.php:115
322
- msgid "Styled Maps"
323
- msgstr "Styles de cartes"
324
-
325
- #: mappress_settings.php:116
326
- msgid "Geocoding"
327
- msgstr "Géolocalisation"
328
-
329
- #: mappress_settings.php:117
330
- msgid "Templates"
331
- msgstr ""
332
-
333
- #: mappress_settings.php:120
334
- msgid "Localization"
335
- msgstr "Localisation"
336
-
337
- #: mappress_settings.php:121
338
- #, fuzzy
339
- #| msgid "language"
340
- msgid "Search language"
341
- msgstr "Langue"
342
-
343
- #: mappress_settings.php:122
344
- msgid "Search country"
345
- msgstr ""
346
-
347
- #: mappress_settings.php:123
348
- msgid "Directions server"
349
- msgstr "Serveur d’itinéraires"
350
-
351
- #: mappress_settings.php:125
352
- msgid "Miscellaneous"
353
- msgstr "Divers"
354
-
355
- #: mappress_settings.php:126
356
- msgid "Map sizes"
357
- msgstr "Tailles de carte"
358
-
359
- #: mappress_settings.php:127
360
- msgid "Scripts"
361
- msgstr "Scripts"
362
-
363
- #: mappress_settings.php:131
364
- msgid "Compatiblity"
365
- msgstr ""
366
-
367
- #: mappress_settings.php:175 mappress_settings.php:244
368
- #: pro/mappress_pro_settings.php:234 templates_admin/widgets.php:78
369
- #: build/index_mappress_admin.js:1
370
- msgid "Default"
371
- msgstr "Défaut"
372
-
373
- #: mappress_settings.php:176
374
- msgid "Center"
375
- msgstr "Centre"
376
-
377
- #: mappress_settings.php:177
378
- msgid "Left"
379
- msgstr "Gauche"
380
-
381
- #: mappress_settings.php:178
382
- msgid "Right"
383
- msgstr "Droite"
384
-
385
- #: mappress_settings.php:190
386
- msgid "None"
387
- msgstr "Aucun"
388
-
389
- #: mappress_settings.php:191
390
- msgid "Top of post"
391
- msgstr "En haut de l’article"
392
-
393
- #: mappress_settings.php:192
394
- msgid "Bottom of post"
395
- msgstr "En bas de l’article"
396
-
397
- #: mappress_settings.php:199 mappress_settings.php:243
398
- msgid "(list)"
399
- msgstr ""
400
-
401
- #: mappress_settings.php:204
402
- #, fuzzy
403
- #| msgid "Country code"
404
- msgid "Country code for searches"
405
- msgstr "Code pays"
406
-
407
- #: mappress_settings.php:208
408
- msgid "Prevent other plugins/themes from loading the Google Maps API"
409
- msgstr ""
410
-
411
- #: mappress_settings.php:212 mappress_settings.php:221
412
- #: pro/mappress_pro_settings.php:232 build/index_mappress_admin.js:1
413
- msgid "Google"
414
- msgstr "Google"
415
-
416
- #: mappress_settings.php:212
417
- msgid "Inline"
418
- msgstr "En ligne"
419
-
420
- #: mappress_settings.php:221 build/index_mappress_admin.js:1
421
- msgid "Leaflet"
422
- msgstr ""
423
-
424
- #: mappress_settings.php:223
425
- msgid ""
426
- "Leaflet is free and requires no API key. Google requires an API key and has "
427
- "strict usage limits."
428
- msgstr ""
429
-
430
- #: mappress_settings.php:229 mappress_settings.php:232
431
- msgid "Output scripts in footer"
432
- msgstr "Déplacer les scripts en pied de page"
433
-
434
- #: mappress_settings.php:230
435
- msgid "Disabled because Jetpack Infinite Scroll is active"
436
- msgstr ""
437
-
438
- #: mappress_settings.php:233
439
- msgid "disable if maps are output using AJAX"
440
- msgstr ""
441
-
442
- #: mappress_settings.php:246
443
- msgid "Language for searches and Google map controls"
444
- msgstr ""
445
-
446
- #: mappress_settings.php:250
447
- msgid "Enter token to use Mapbox map tiles"
448
- msgstr ""
449
-
450
- #: mappress_settings.php:257 mappress_settings.php:262
451
- #, fuzzy
452
- #| msgid "Map controls"
453
- msgid "Map type control"
454
- msgstr "Contrôles de carte"
455
-
456
- #: mappress_settings.php:258
457
- #, fuzzy
458
- #| msgid "Street view"
459
- msgid "Street view control"
460
- msgstr "Vue rue"
461
-
462
- #: mappress_settings.php:259 mappress_settings.php:263
463
- #, fuzzy
464
- #| msgid "Show control"
465
- msgid "Zoom control"
466
- msgstr "Afficher le contrôle"
467
-
468
- #: mappress_settings.php:278
469
- msgid "Default zoom when displaying a single POI"
470
- msgstr ""
471
-
472
- #: mappress_settings.php:291
473
- msgid "Easy Google Maps"
474
- msgstr "Easy Google Maps"
475
-
476
- #: mappress_settings.php:299
477
- #, fuzzy
478
- #| msgid "Width (px or %)"
479
- msgid "Width (px, %, vh, vw)"
480
- msgstr "Largeur (px ou %)"
481
-
482
- #: mappress_settings.php:299
483
- #, fuzzy
484
- #| msgid "Height (px)"
485
- msgid "Height (px, %, vh, vw)"
486
- msgstr "Hauteur (px)"
487
-
488
- #: mappress_settings.php:299
489
- msgid "Default size"
490
- msgstr "Taille par défaut"
491
-
492
- #: mappress_settings.php:314
493
- msgid "Copy maps when overwriting a translation"
494
- msgstr ""
495
-
496
- #: mappress_settings.php:326 mappress_settings.php:334
497
- msgid "Save Changes"
498
- msgstr "Enregistrer les modifications"
499
-
500
- #: mappress_settings.php:327 mappress_settings.php:335
501
- msgid "Reset Defaults"
502
- msgstr "Réinitialiser"
503
-
504
- #: mappress_template.php:34
505
- #, fuzzy
506
- #| msgid "Address"
507
- msgid "Address"
508
- msgstr "Adresse"
509
-
510
- #: mappress_template.php:35 pro/mappress_pro_settings.php:338
511
- msgid "Body"
512
- msgstr "Contenu"
513
-
514
- #: mappress_template.php:36 pro/mappress_pro_settings.php:174
515
- #: pro/mappress_pro_settings.php:338
516
- msgid "Icon"
517
- msgstr "Icône"
518
-
519
- #: mappress_template.php:37
520
- #, fuzzy
521
- #| msgid "Thumbnails"
522
- msgid "Thumbnail"
523
- msgstr "Miniatures"
524
-
525
- #: mappress_template.php:38 pro/mappress_pro_settings.php:338
526
- msgid "Title"
527
- msgstr "Titre"
528
-
529
- #: mappress_template.php:39
530
- msgid "Url"
531
- msgstr ""
532
-
533
- #: mappress_template.php:40 pro/mappress_filter.php:120
534
- #: pro/mappress_pro_settings.php:343
535
- msgid "Custom Field"
536
- msgstr "Champs personnalisé"
537
-
538
- #: pro/mappress_filter.php:84 pro/mappress_filter.php:133
539
- #: pro/mappress_pro_settings.php:167 build/index_mappress_admin.js:1
540
- msgid "Post type"
541
- msgstr "Type de contenu"
542
-
543
- #: pro/mappress_filter.php:120
544
- msgid "Taxonomy"
545
- msgstr ""
546
-
547
- #: pro/mappress_filter.php:120
548
- #, fuzzy
549
- #| msgid "Post title"
550
- msgid "Post field"
551
- msgstr "Titre de l’article"
552
-
553
- #: pro/mappress_geocoder.php:29
554
- #, fuzzy
555
- #| msgid "Invalid JSON from Google: %s"
556
- msgid "Invalid geocoder: %s"
557
- msgstr "JSON Google invalide : %s"
558
-
559
- #: pro/mappress_geocoder.php:59 pro/mappress_geocoder.php:110
560
- #: pro/mappress_geocoder.php:147 pro/mappress_geocoder.php:192
561
- msgid "No results for address: %s"
562
- msgstr "Aucun résultat pour l’adresse : %s"
563
-
564
- #: pro/mappress_geocoder.php:82
565
- msgid "Server API Key is missing - see MapPress Settings"
566
- msgstr "La clé API du serveur est manquante - consultez les réglages MapPress"
567
-
568
- #: pro/mappress_geocoder.php:100
569
- msgid "Invalid status: %s, %s Address: %s"
570
- msgstr "État invalide %s %s, adresse : %s"
571
-
572
- #: pro/mappress_geocoder.php:221
573
- msgid "Error: %s %s"
574
- msgstr "Erreur : %s %s"
575
-
576
- #: pro/mappress_geocoder.php:226
577
- #, fuzzy
578
- #| msgid "Invalid JSON from Google: %s"
579
- msgid "Invalid JSON from Geocoding service: %s"
580
- msgstr "JSON Google invalide : %s"
581
-
582
- #: pro/mappress_icons.php:49
583
- msgid "No file provided"
584
- msgstr ""
585
-
586
- #: pro/mappress_icons.php:74
587
- msgid "Files error: "
588
- msgstr ""
589
-
590
- #: pro/mappress_meta.php:109 build/index_mappress_admin.js:1
591
- msgid "Automatic"
592
- msgstr "Automatique"
593
-
594
- #: pro/mappress_pro_settings.php:16
595
- msgid "MapPress license key"
596
- msgstr "Clé de licence MapPress"
597
-
598
- #: pro/mappress_pro_settings.php:17
599
- msgid "Beta versions"
600
- msgstr "Versions bêta"
601
-
602
- #: pro/mappress_pro_settings.php:21
603
- #, fuzzy
604
- #| msgid "Geocoding"
605
- msgid "Geocoder"
606
- msgstr "Géolocalisation"
607
-
608
- #: pro/mappress_pro_settings.php:23
609
- msgid "POI list"
610
- msgstr "Liste des points d’intérêts"
611
-
612
- #: pro/mappress_pro_settings.php:24
613
- #, fuzzy
614
- #| msgid "POI list"
615
- msgid "POI list layout"
616
- msgstr "Liste des points d’intérêts"
617
-
618
- #: pro/mappress_pro_settings.php:25
619
- msgid "Mini width"
620
- msgstr ""
621
-
622
- #: pro/mappress_pro_settings.php:26
623
- msgid "Sort"
624
- msgstr "Tri"
625
-
626
- #: pro/mappress_pro_settings.php:28
627
- msgid "Clustering"
628
- msgstr ""
629
-
630
- #: pro/mappress_pro_settings.php:30
631
- #, fuzzy
632
- #| msgid "Post type"
633
- msgid "Popup type"
634
- msgstr "Type de contenu"
635
-
636
- #: pro/mappress_pro_settings.php:32
637
- msgid "Default icon"
638
- msgstr "Icône par défaut"
639
-
640
- #: pro/mappress_pro_settings.php:33
641
- msgid "Icon directory"
642
- msgstr "Dossier d’icône"
643
-
644
- #: pro/mappress_pro_settings.php:34
645
- #, fuzzy
646
- #| msgid "Automatic icons"
647
- msgid "Custom icons"
648
- msgstr "Icônes automatiques"
649
-
650
- #: pro/mappress_pro_settings.php:35
651
- msgid "Icon scaling"
652
- msgstr "Mise à l’échelle de l’icône"
653
-
654
- #: pro/mappress_pro_settings.php:36
655
- msgid "Automatic icons"
656
- msgstr "Icônes automatiques"
657
-
658
- #: pro/mappress_pro_settings.php:38 templates/map.php:51
659
- #: templates_admin/mce.php:13 build/index_mappress_admin.js:1
660
- msgid "Search"
661
- msgstr ""
662
-
663
- #: pro/mappress_pro_settings.php:40 templates/map.php:58
664
- msgid "Filter"
665
- msgstr ""
666
-
667
- #: pro/mappress_pro_settings.php:41
668
- #, fuzzy
669
- #| msgid "POI title"
670
- msgid "POI content"
671
- msgstr "Titre du point d’intérêt"
672
-
673
- #: pro/mappress_pro_settings.php:42
674
- msgid "POI click"
675
- msgstr "Clic de POI"
676
-
677
- #: pro/mappress_pro_settings.php:43
678
- msgid "KMLs"
679
- msgstr ""
680
-
681
- #: pro/mappress_pro_settings.php:44
682
- #, fuzzy
683
- #| msgid "Thumbnails"
684
- msgid "Thumbnails"
685
- msgstr "Miniatures"
686
-
687
- #: pro/mappress_pro_settings.php:45
688
- msgid "Thumbnail size"
689
- msgstr "Taille de miniature"
690
-
691
- #: pro/mappress_pro_settings.php:48 pro/mappress_pro_settings.php:50
692
- msgid "Styled maps"
693
- msgstr "Carte stylisée"
694
-
695
- #: pro/mappress_pro_settings.php:51
696
- msgid "Default style"
697
- msgstr "Style par défaut"
698
-
699
- #: pro/mappress_pro_settings.php:54
700
- msgid "Geocoding fields"
701
- msgstr "Champs de géolocalisation"
702
-
703
- #: pro/mappress_pro_settings.php:55
704
- msgid "Overwrite"
705
- msgstr "Écraser"
706
-
707
- #: pro/mappress_pro_settings.php:56
708
- #, fuzzy
709
- #| msgid "Geocoding fields"
710
- msgid "Geocoding errors"
711
- msgstr "Champs de géolocalisation"
712
-
713
- #: pro/mappress_pro_settings.php:59
714
- msgid "Google Server API key"
715
- msgstr "Clé API du serveur Google"
716
-
717
- #: pro/mappress_pro_settings.php:61
718
- #, fuzzy
719
- #| msgid "Custom Field"
720
- msgid "Custom templates"
721
- msgstr "Champs personnalisé"
722
-
723
- #: pro/mappress_pro_settings.php:62 pro/mappress_pro_settings.php:227
724
- msgid "Force resize"
725
- msgstr "Forcer le redimensionnement"
726
-
727
- #: pro/mappress_pro_settings.php:154
728
- msgid "more info"
729
- msgstr "plus d’informations"
730
-
731
- #: pro/mappress_pro_settings.php:155
732
- msgid "API key secured by IP address for geocoding (optional)"
733
- msgstr "Clé API sécurisée par adresse IP pour le géocodage (optionnel)"
734
-
735
- #: pro/mappress_pro_settings.php:174
736
- msgid "Value"
737
- msgstr "Valeur"
738
-
739
- #: pro/mappress_pro_settings.php:189
740
- #, fuzzy
741
- #| msgid "Enable automatic updates for beta versions"
742
- msgid "Enable updates for beta versions"
743
- msgstr "Autoriser les mises à jour automatiques des versions beta"
744
-
745
- #: pro/mappress_pro_settings.php:193
746
- msgid "Enable marker clustering"
747
- msgstr ""
748
-
749
- #: pro/mappress_pro_settings.php:202
750
- msgid "Checkboxes"
751
- msgstr ""
752
-
753
- #: pro/mappress_pro_settings.php:202
754
- #, fuzzy
755
- #| msgid "Select a map"
756
- msgid "Select"
757
- msgstr "Réinitialiser"
758
-
759
- #: pro/mappress_pro_settings.php:209
760
- msgid "Key"
761
- msgstr "Clé"
762
-
763
- #: pro/mappress_pro_settings.php:209
764
- msgid "Format"
765
- msgstr ""
766
-
767
- #: pro/mappress_pro_settings.php:224
768
- #, fuzzy
769
- #| msgid "Permanently resize existing maps"
770
- msgid "Permanently resize existing maps (classic editor only)"
771
- msgstr "Redimensionnez de façon permanente les cartes existantes"
772
-
773
- #: pro/mappress_pro_settings.php:226
774
- msgid "from %s to %s"
775
- msgstr "de %s à %s"
776
-
777
- #: pro/mappress_pro_settings.php:234
778
- msgid "Algolia"
779
- msgstr ""
780
-
781
- #: pro/mappress_pro_settings.php:235
782
- msgid "Nominatim"
783
- msgstr ""
784
-
785
- #: pro/mappress_pro_settings.php:236
786
- msgid "MapBox"
787
- msgstr ""
788
-
789
- #: pro/mappress_pro_settings.php:246 templates_admin/widgets.php:68
790
- msgid "Edit"
791
- msgstr "Modifier"
792
-
793
- #: pro/mappress_pro_settings.php:260
794
- msgid "Standard"
795
- msgstr ""
796
-
797
- #: pro/mappress_pro_settings.php:261
798
- msgid "InfoBox"
799
- msgstr "InfoBox"
800
-
801
- #: pro/mappress_pro_settings.php:268
802
- msgid "Left of map"
803
- msgstr "Left of map"
804
-
805
- #: pro/mappress_pro_settings.php:269
806
- #, fuzzy
807
- #| msgid "Show map"
808
- msgid "Below map"
809
- msgstr "Afficher la carte"
810
-
811
- #: pro/mappress_pro_settings.php:275
812
- #, fuzzy
813
- #| msgid "License"
814
- msgid "Get license"
815
- msgstr "Licence"
816
-
817
- #: pro/mappress_pro_settings.php:276
818
- msgid "Enter license to enable automatic updates"
819
- msgstr ""
820
-
821
- #: pro/mappress_pro_settings.php:289
822
- msgid "Active"
823
- msgstr "Actif"
824
-
825
- #: pro/mappress_pro_settings.php:294
826
- msgid "Check now"
827
- msgstr ""
828
-
829
- #: pro/mappress_pro_settings.php:299 pro/mappress_updater.php:116
830
- msgid "Communication error, please try again later"
831
- msgstr "Erreur de communication, s'il vous plaît essayez un peu plus tard"
832
-
833
- #: pro/mappress_pro_settings.php:301
834
- msgid "License is invalid or expired"
835
- msgstr "La licence est invalide ou expirée"
836
-
837
- #: pro/mappress_pro_settings.php:305
838
- msgid "POI title + POI body"
839
- msgstr "Titre du point d’intérêt"
840
-
841
- #: pro/mappress_pro_settings.php:305
842
- msgid "Post title + post excerpt"
843
- msgstr "Extrait de l’article"
844
-
845
- #: pro/mappress_pro_settings.php:310
846
- msgid "Open POI"
847
- msgstr "Ouvrir le POI"
848
-
849
- #: pro/mappress_pro_settings.php:310
850
- msgid "Open post"
851
- msgstr "Articles courants"
852
-
853
- #: pro/mappress_pro_settings.php:310
854
- #, fuzzy
855
- #| msgid "Open post"
856
- msgid "Open post in new tab"
857
- msgstr "Articles courants"
858
-
859
- #: pro/mappress_pro_settings.php:315
860
- msgid "Include KML POIs in mashups"
861
- msgstr ""
862
-
863
- #: pro/mappress_pro_settings.php:327
864
- msgid "%d Errors"
865
- msgstr ""
866
-
867
- #: pro/mappress_pro_settings.php:337
868
- msgid "Address line "
869
- msgstr "Ligne d’adresse"
870
-
871
- #: pro/mappress_pro_settings.php:338
872
- msgid "Latitude"
873
- msgstr "Latitude"
874
-
875
- #: pro/mappress_pro_settings.php:338
876
- msgid "Longitude"
877
- msgstr "Longitude"
878
-
879
- #: pro/mappress_pro_settings.php:338 build/index_mappress_admin.js:1
880
- msgid "Zoom"
881
- msgstr "Zoom"
882
-
883
- #: pro/mappress_pro_settings.php:343
884
- msgid "Map Field"
885
- msgstr "Champ de carte"
886
-
887
- #: pro/mappress_pro_settings.php:356
888
- msgid "Overwrite maps when posts are saved"
889
- msgstr "Ecraser les cartes lorsque les articles sont enregistrés"
890
-
891
- #: pro/mappress_pro_settings.php:361
892
- msgid "Width (px) at which to collapse the left POI list"
893
- msgstr ""
894
-
895
- #: pro/mappress_pro_settings.php:365
896
- msgid "Show a list of POIs with each map"
897
- msgstr "Affichez une liste de points d’intérêts sous chaque carte"
898
-
899
- #: pro/mappress_pro_settings.php:373
900
- msgid "Enable search"
901
- msgstr "Activer"
902
-
903
- #: pro/mappress_pro_settings.php:377
904
- msgid "Sort POI list by title"
905
- msgstr "Tri des listes de POI par titre"
906
-
907
- #: pro/mappress_pro_settings.php:383
908
- msgid "No styles have been defined yet"
909
- msgstr "Aucun style n’a encore été défini pour l’instant"
910
-
911
- #: pro/mappress_pro_settings.php:392
912
- #, fuzzy
913
- #| msgid "Styled Maps"
914
- msgid "Snazzy Maps"
915
- msgstr "Styles de cartes"
916
-
917
- #: pro/mappress_pro_settings.php:393
918
- #, fuzzy
919
- #| msgid "Enter styles from %s"
920
- msgid "Enter JSON from %s"
921
- msgstr "Saisissez les tailles en px ou %"
922
-
923
- #: pro/mappress_pro_settings.php:397 pro/mappress_pro_settings.php:413
924
- msgid "Style name"
925
- msgstr "Nom du style"
926
-
927
- #: pro/mappress_pro_settings.php:409
928
- msgid "Mapbox Studio"
929
- msgstr ""
930
-
931
- #: pro/mappress_pro_settings.php:410
932
- msgid "Enter styles from %s"
933
- msgstr "Saisissez les tailles en px ou %"
934
-
935
- #: pro/mappress_pro_settings.php:428
936
- msgid "Only admins or multisite super-admins can edit templates"
937
- msgstr ""
938
-
939
- #: pro/mappress_pro_settings.php:433
940
- msgid "WordPress 4.9 or higher is needed to use the template editor."
941
- msgstr ""
942
-
943
- #: pro/mappress_pro_settings.php:447
944
- msgid "or "
945
- msgstr "ou "
946
-
947
- #: pro/mappress_pro_settings.php:455
948
- msgid "Show featured image thumbnails in mashup POIs"
949
- msgstr ""
950
- "Afficher les miniatures d’image mise en avant dans l’agrégation de points "
951
- "d’intérêts"
952
-
953
- #: pro/mappress_updater.php:122
954
- msgid "JSON error"
955
- msgstr ""
956
-
957
- #: pro/mappress_widget.php:69 pro/mappress_widget_map.php:56
958
- msgid "Widget title"
959
- msgstr "Titre du widget"
960
-
961
- #: pro/mappress_widget.php:74 pro/mappress_widget_map.php:66
962
- msgid "Map size"
963
- msgstr "Taille de la carte"
964
-
965
- #: pro/mappress_widget.php:80
966
- msgid "Show"
967
- msgstr "Afficher"
968
-
969
- #: pro/mappress_widget.php:81
970
- #, fuzzy
971
- #| msgid "Current posts"
972
- msgid "Current posts"
973
- msgstr "Articles courants"
974
-
975
- #: pro/mappress_widget.php:82
976
- msgid "Hide if empty"
977
- msgstr "Masquer si vide"
978
-
979
- #: pro/mappress_widget.php:84
980
- msgid "All posts"
981
- msgstr "Tous les articles"
982
-
983
- #: pro/mappress_widget.php:85
984
- msgid "Custom query"
985
- msgstr "Requête personnalisée"
986
-
987
- #: pro/mappress_widget.php:88
988
- msgid "Learn about queries"
989
- msgstr "En savoir plus sur les requêtes"
990
-
991
- #: pro/mappress_widget.php:94 pro/mappress_widget_map.php:74
992
- msgid "Show POI list"
993
- msgstr "Afficher la liste des points d’intérêts"
994
-
995
- #: pro/mappress_widget.php:101 pro/mappress_widget_map.php:81
996
- msgid "Other Settings"
997
- msgstr "Autres réglages"
998
-
999
- #: pro/mappress_widget.php:104 pro/mappress_widget_map.php:84
1000
- msgid "Example: initialopeninfo=\"true\""
1001
- msgstr "Exemple: initialopeninfo=\"true\""
1002
-
1003
- #: pro/mappress_widget_map.php:61 templates_admin/mce.php:49
1004
- #: templates_admin/mce.php:69 build/index_mappress_admin.js:1
1005
- msgid "Map ID"
1006
- msgstr "ID de la carte"
1007
-
1008
- #: templates/map-directions.php:5
1009
- msgid "My location"
1010
- msgstr "Mon emplacement"
1011
-
1012
- #: templates/map-directions.php:14
1013
- msgid "Get Directions"
1014
- msgstr "Itinéraires"
1015
-
1016
- #: templates/map-filters.php:12
1017
- msgid "Done"
1018
- msgstr ""
1019
-
1020
- #: templates/map-filters.php:13
1021
- msgid "Reset"
1022
- msgstr "Réinitialiser"
1023
-
1024
- #: templates/map-loop.php:3
1025
- #, fuzzy
1026
- msgid "Results"
1027
- msgstr "Results"
1028
-
1029
- #: templates/map.php:53
1030
- msgid "Your Location"
1031
- msgstr "Mon emplacement"
1032
-
1033
- #: templates/map.php:67
1034
- msgid "Menu"
1035
- msgstr "Menu"
1036
-
1037
- #: templates/map.php:69
1038
- msgid "Center map"
1039
- msgstr "Centrer"
1040
-
1041
- #: templates/map.php:72
1042
- msgid "Traffic"
1043
- msgstr "Circulation"
1044
-
1045
- #: templates/map.php:73
1046
- msgid "Bicycling"
1047
- msgstr "A vélo"
1048
-
1049
- #: templates/map.php:74
1050
- msgid "Transit"
1051
- msgstr "Transports"
1052
-
1053
- #: templates/map.php:84
1054
- msgid "Show List"
1055
- msgstr "Afficher la liste des points d’intérêts"
1056
-
1057
- #: templates/map.php:85
1058
- msgid "Show Map"
1059
- msgstr "Afficher la carte"
1060
-
1061
- #: templates_admin/editor.php:34
1062
- msgid "Visual"
1063
- msgstr "Visuel"
1064
-
1065
- #: templates_admin/editor.php:34
1066
- msgid "HTML"
1067
- msgstr "HTML"
1068
-
1069
- #: templates_admin/editor.php:36
1070
- msgid "Add Media"
1071
- msgstr ""
1072
-
1073
- #: templates_admin/editor.php:45 templates_admin/mce.php:55
1074
- #: templates_admin/widgets.php:91 build/index_mappress_admin.js:1
1075
- msgid "Save"
1076
- msgstr "Enregistrer"
1077
-
1078
- #: templates_admin/editor.php:46 templates_admin/mce.php:56
1079
- #: templates_admin/widgets.php:92 build/index_mappress_admin.js:1
1080
- msgid "Cancel"
1081
- msgstr "Annuler"
1082
-
1083
- #: templates_admin/mce.php:6 build/index_mappress_admin.js:1
1084
- msgid "Select a map"
1085
- msgstr "Réinitialiser"
1086
-
1087
- #: templates_admin/mce.php:7 build/index_mappress_admin.js:1
1088
- msgid "Add New"
1089
- msgstr ""
1090
-
1091
- #: templates_admin/mce.php:14
1092
- #, fuzzy
1093
- #| msgid "Map title"
1094
- msgid "post title"
1095
- msgstr "Titre de la carte"
1096
-
1097
- #: templates_admin/mce.php:18 build/index_mappress_admin.js:1
1098
- msgid "Attached to this post"
1099
- msgstr ""
1100
-
1101
- #: templates_admin/mce.php:19 build/index_mappress_admin.js:1
1102
- msgid "All maps"
1103
- msgstr "Tous les articles"
1104
-
1105
- #: templates_admin/mce.php:24
1106
- msgid "Close"
1107
- msgstr ""
1108
-
1109
- #: templates_admin/mce.php:35 build/index_mappress_admin.js:1
1110
- msgid "Size"
1111
- msgstr "Taille"
1112
-
1113
- #: templates_admin/mce.php:59
1114
- msgid "Save center / zoom"
1115
- msgstr "Enregistrer le centre et le zoom"
1116
-
1117
- #: templates_admin/mce.php:68 build/index_mappress_admin.js:1
1118
- msgid "Map title"
1119
- msgstr "Titre de la carte"
1120
-
1121
- #: templates_admin/mce.php:71 build/index_mappress_admin.js:1
1122
- msgid "Attached to"
1123
- msgstr ""
1124
-
1125
- #: templates_admin/mce.php:73 build/index_mappress_admin.js:1
1126
- msgid "Action"
1127
- msgstr "Actif"
1128
-
1129
- #: templates_admin/mce.php:87
1130
- #, fuzzy
1131
- #| msgid "Current posts"
1132
- msgid "Current post"
1133
- msgstr "Articles courants"
1134
-
1135
- #: templates_admin/mce.php:92 build/index_mappress_admin.js:1
1136
- msgid "Unattached"
1137
- msgstr ""
1138
-
1139
- #: templates_admin/mce.php:99
1140
- msgid "Insert into post"
1141
- msgstr "Insérer dans l’article"
1142
-
1143
- #: templates_admin/mce.php:107 build/index_mappress_admin.js:1
1144
- msgid "No maps found"
1145
- msgstr "Carte non trouvée"
1146
-
1147
- #: templates_admin/widgets.php:7
1148
- msgid "Opacity"
1149
- msgstr "Opacité"
1150
-
1151
- #: templates_admin/widgets.php:13
1152
- msgid "Weight"
1153
- msgstr "Poids"
1154
-
1155
- #: templates_admin/widgets.php:28
1156
- msgid "No custom icons have been added yet."
1157
- msgstr "Aucun style n’a encore été défini pour l’instant"
1158
-
1159
- #: templates_admin/widgets.php:59
1160
- msgid "Use default icon"
1161
- msgstr "Utiliser l’icône par défaut"
1162
-
1163
- #: templates_admin/widgets.php:67
1164
- msgid "Map popup"
1165
- msgstr ""
1166
-
1167
- #: templates_admin/widgets.php:67
1168
- msgid "Map list item"
1169
- msgstr "Taille de la carte"
1170
-
1171
- #: templates_admin/widgets.php:67
1172
- msgid "Mashup popup"
1173
- msgstr "Agrégations"
1174
-
1175
- #: templates_admin/widgets.php:67
1176
- msgid "Mashup list item"
1177
- msgstr "Titre de l’agrégation de points d’intérêts"
1178
-
1179
- #: templates_admin/widgets.php:74
1180
- msgid "New"
1181
- msgstr "Nouveau"
1182
-
1183
- #: templates_admin/widgets.php:74 build/index_mappress_admin.js:1
1184
- msgid "Custom"
1185
- msgstr "Champs personnalisé"
1186
-
1187
- #: templates_admin/widgets.php:77
1188
- msgid "Editor"
1189
- msgstr "Modifier"
1190
-
1191
- #: build/index_mappress_admin.js:1
1192
- msgid "New map"
1193
- msgstr "Nouvelle carte"
1194
-
1195
- #: build/index_mappress_admin.js:1
1196
- msgid "Edit map"
1197
- msgstr "Modifier"
1198
-
1199
- #: build/index_mappress_admin.js:1
1200
- msgid ""
1201
- "Like the block? Upgrade to the free plugin or MapPress Pro for more "
1202
- "features!"
1203
- msgstr ""
1204
-
1205
- #: build/index_mappress_admin.js:1
1206
- msgid "MapPress Pro"
1207
- msgstr "Mise à niveau vers MapPress Pro"
1208
-
1209
- #: build/index_mappress_admin.js:1
1210
- msgid "Free plugin"
1211
- msgstr ""
1212
-
1213
- #: build/index_mappress_admin.js:1
1214
- msgid "MapPress options"
1215
- msgstr "Réglages MapPress"
1216
-
1217
- #: build/index_mappress_admin.js:1
1218
- msgid "Map settings"
1219
- msgstr "Réglages de la carte"
1220
-
1221
- #: build/index_mappress_admin.js:1
1222
- msgid "MapPress Map"
1223
- msgstr "MapPress Map"
1224
-
1225
- #: build/index_mappress_admin.js:1
1226
- msgid "Create a new map or choose one from the map library."
1227
- msgstr ""
1228
-
1229
- #: build/index_mappress_admin.js:1
1230
- msgid "Insert a map"
1231
- msgstr "Réinitialiser"
1232
-
1233
- #: build/index_mappress_admin.js:1
1234
- #, fuzzy
1235
- #| msgid "Query code"
1236
- msgid "Query"
1237
- msgstr "Code pays"
1238
-
1239
- #: build/index_mappress_admin.js:1
1240
- msgid "Refresh map"
1241
- msgstr "Réinitialiser"
1242
-
1243
- #: build/index_mappress_admin.js:1
1244
- msgid "Author"
1245
- msgstr ""
1246
-
1247
- #: build/index_mappress_admin.js:1
1248
- msgid "Order by"
1249
- msgstr ""
1250
-
1251
- #: build/index_mappress_admin.js:1
1252
- msgid "Include children"
1253
- msgstr ""
1254
-
1255
- #: build/index_mappress_admin.js:1
1256
- msgid "Add custom field"
1257
- msgstr "Champs personnalisé"
1258
-
1259
- #: build/index_mappress_admin.js:1
1260
- msgid "Field name"
1261
- msgstr "Nom du style"
1262
-
1263
- #: build/index_mappress_admin.js:1
1264
- msgid "The field \"%s\" has already been added"
1265
- msgstr ""
1266
-
1267
- #: build/index_mappress_admin.js:1
1268
- msgid "Please enter a field name"
1269
- msgstr "Veuillez d’abord enregistrer la carte"
1270
-
1271
- #: build/index_mappress_admin.js:1
1272
- msgid "Value (a or a,b,c...)"
1273
- msgstr ""
1274
-
1275
- #: build/index_mappress_admin.js:1
1276
- msgid "Invalid JSON"
1277
- msgstr "JSON Google invalide : %s"
1278
-
1279
- #: build/index_mappress_admin.js:1
1280
- msgid "Update"
1281
- msgstr ""
1282
-
1283
- #: build/index_mappress_admin.js:1
1284
- msgid "Query code"
1285
- msgstr "Code pays"
1286
-
1287
- #: build/index_mappress_admin.js:1
1288
- #, fuzzy
1289
- #| msgid "MapPress Map"
1290
- msgid "MapPress Mashup"
1291
- msgstr "MapPress Map"
1292
-
1293
- #: build/index_mappress_admin.js:1
1294
- #, fuzzy
1295
- #| msgid "Insert a map"
1296
- msgid "Insert a mashup"
1297
- msgstr "Réinitialiser"
1298
-
1299
- #: build/index_mappress_admin.js:1
1300
- msgid "Options saved."
1301
- msgstr ""
1302
-
1303
- #: build/index_mappress_admin.js:1
1304
- msgid "Mapping Engine"
1305
- msgstr ""
1306
-
1307
- #: build/index_mappress_admin.js:1
1308
- #, fuzzy
1309
- #| msgid "MapPress options"
1310
- msgid "Save options"
1311
- msgstr "Réglages MapPress"
1312
-
1313
- #: build/index_mappress_admin.js:1
1314
- msgid "Map copied"
1315
- msgstr "Champ de carte"
1316
-
1317
- #: build/index_mappress_admin.js:1
1318
- msgid "Shortcode copied"
1319
- msgstr ""
1320
-
1321
- #: build/index_mappress_admin.js:1
1322
- msgid "post title, map title, or map id"
1323
- msgstr ""
1324
-
1325
- #: build/index_mappress_admin.js:1
1326
- msgid "current post"
1327
- msgstr "Articles courants"
1328
-
1329
- #: build/index_mappress_admin.js:1
1330
- msgid "Edit post"
1331
- msgstr "Aller à l’article"
1332
-
1333
- #: build/index_mappress_admin.js:1
1334
- msgid "Copy"
1335
- msgstr ""
1336
-
1337
- #: build/index_mappress_admin.js:1
1338
- msgid "Shortcode"
1339
- msgstr ""
1340
-
1341
- #: build/index_mappress_admin.js:1
1342
- msgid "Delete map"
1343
- msgstr "Supprimer cette carte ?"
1344
-
1345
- #: build/index_mappress_admin.js:1
1346
- msgid "Viewport saved"
1347
- msgstr "Fenêtre d’affichage"
1348
-
1349
- #: build/index_mappress_admin.js:1
1350
- #, fuzzy
1351
- #| msgid "Width (px or %)"
1352
- msgid "px, %, vw"
1353
- msgstr "Largeur (px ou %)"
1354
-
1355
- #: build/index_mappress_admin.js:1
1356
- msgid "Width"
1357
- msgstr "Largeur"
1358
-
1359
- #: build/index_mappress_admin.js:1
1360
- #, fuzzy
1361
- #| msgid "Width (px or %)"
1362
- msgid "px, %, vh"
1363
- msgstr "Largeur (px ou %)"
1364
-
1365
- #: build/index_mappress_admin.js:1
1366
- msgid "Height"
1367
- msgstr "Hauteur"
1368
-
1369
- #: build/index_mappress_admin.js:1
1370
- msgid "Center/Zoom"
1371
- msgstr "Centre"
1372
-
1373
- #: package.json
1374
- #, fuzzy
1375
- #| msgid "MapPress Maps for WordPress"
1376
- msgctxt "block description"
1377
- msgid "MapPress Maps for WordPress"
1378
- msgstr "MapPress Maps for WordPress"
1379
-
1380
- #, fuzzy
1381
- #~| msgid "POI body"
1382
- #~ msgid "body"
1383
- #~ msgstr "Contenu du point d’intérêt"
1384
-
1385
- #, fuzzy
1386
- #~| msgid "Thumbnails"
1387
- #~ msgid "thumbnail"
1388
- #~ msgstr "Miniatures"
1389
-
1390
- #, fuzzy
1391
- #~| msgid "Title"
1392
- #~ msgid "title"
1393
- #~ msgstr "Titre"
1394
-
1395
- #, fuzzy
1396
- #~| msgid "Custom Field"
1397
- #~ msgid "custom field"
1398
- #~ msgstr "Champs personnalisé"
1399
-
1400
- #~ msgid "Force Resize"
1401
- #~ msgstr "Forcer le redimensionnement"
1402
-
1403
- #~ msgid "Styled Maps Wizard"
1404
- #~ msgstr "Assistant de cartes de style"
1405
-
1406
- #~ msgid "JSON from Google's %s"
1407
- #~ msgstr "JSON de %s Google"
1408
-
1409
- #~ msgid "Communication error"
1410
- #~ msgstr "Erreur de communication, s'il vous plaît essayez un peu plus tard"
1411
-
1412
- #~ msgid "New Map"
1413
- #~ msgstr "Nouvelle carte"
1414
-
1415
- #~ msgid "This post"
1416
- #~ msgstr "En haut de l’article"
1417
-
1418
- #~ msgid "Map Title"
1419
- #~ msgstr "Titre de la carte"
1420
-
1421
- #~ msgid "Display Size"
1422
- #~ msgstr "Taille d’affichage"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/mappress-google-maps-for-wordpress-hr-4cfebd0e75a430fc3eb311e0637a25c6.json ADDED
@@ -0,0 +1 @@
 
1
+ {"translation-revision-date":"2020-12-15 11:19-0800","generator":"WP-CLI\/2.4.0","source":"build\/index_mappress_admin.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"hr","plural-forms":"nplurals=2; plural=(n != 1);"},"Settings":["Postavke"],"Map Library":["Obrub mape"],"Help":[""],"No results":[""],"Add":["Dodaj"],"Delete":["Obri\u0161i"],"Untitled":["Neimenovano"],"Google API key":["Google"],"Default":["Uobi\u010dajeno"],"Google":["Google"],"Leaflet":[""],"Post type":["Tipovi postova"],"Automatic":["Automatski"],"Search":[""],"Zoom":["Zum"],"Map ID":["ID mape"],"Save":["Spremi"],"Cancel":["Otka\u017ei"],"Select a map":["Resetiraj mapu"],"Add New":[""],"Attached to this post":[""],"All maps":["Svi postovi"],"Size":["Veli\u010dina"],"Map title":["Naslov mape"],"Attached to":[""],"Action":["Lokacija"],"Unattached":[""],"No maps found":["Mapa nije prona\u0111ena"],"Custom":["Prilago\u0111ena polja"],"New map":["Prika\u017ei mapu"],"Edit map":["Uredi"],"Like the block? Upgrade to the free plugin or MapPress Pro for more features!":[""],"MapPress Pro":["MapPress"],"Free plugin":[""],"MapPress options":["Postavke"],"Map settings":["Postavke"],"MapPress Map":["MapPress"],"Create a new map or choose one from the map library.":[""],"Insert a map":["Resetiraj mapu"],"Query":[""],"Refresh map":["Mapa pregleda (overview)"],"Author":[""],"Order by":["Tijelo markera"],"Include children":[""],"Add custom field":["Prilago\u0111ena polja"],"Field name":["Ime stila"],"The field \"%s\" has already been added":[""],"Please enter a field name":["Molimo prvo spremite mapu"],"Value (a or a,b,c...)":[""],"Invalid JSON":[""],"Update":[""],"Query code":["kod zemlje"],"MapPress Mashup":["MapPress"],"Insert a mashup":[""],"Options saved.":["Mapa je spremljena"],"Mapping Engine":[""],"Save options":[""],"Map copied":["Polja mapa"],"Shortcode copied":[""],"post title, map title, or map id":[""],"current post":["Trenutni postovi"],"Edit post":["Uredi"],"Copy":[""],"Shortcode":[""],"Delete map":["Obri\u0161i"],"Viewport saved":["Mapa je spremljena"],"px, %, vw":["\u0160irina (px)"],"Width":["\u0160irina"],"px, %, vh":["\u0160irina (px)"],"Height":["Te\u017eina"],"Center\/Zoom":["Centriraj"]}}}
languages/mappress-google-maps-for-wordpress-hr.po CHANGED
@@ -1,21 +1,19 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
- "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mappress-google-"
5
- "maps-for-wordpress\n"
6
- "POT-Creation-Date: 2020-12-15T18:23:01+00:00\n"
7
- "PO-Revision-Date: 2020-12-15 11:19-0800\n"
8
  "Last-Translator: Vinko Prelac <vinko.prelac@gmail.com>\n"
9
  "Language-Team: \n"
10
- "Language: hr\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-KeywordsList: _;gettext;gettext_noop;__;_e\n"
15
  "X-Poedit-Basepath: .\n"
16
  "X-Generator: Poedit 2.4.2\n"
17
- "X-Poedit-SearchPath-0: C:/wamp/www/wordpress/wp-content/plugins/mappress-"
18
- "google-maps-for-wordpress\n"
19
 
20
  #. Plugin Name of the plugin
21
  msgid "MapPress Maps for WordPress"
@@ -37,23 +35,21 @@ msgstr ""
37
  msgid "https://www.mappresspro.com/chris-contact"
38
  msgstr ""
39
 
40
- #: mappress.php:171 mappress.php:701 build/index_mappress_admin.js:1
 
 
41
  msgid "Settings"
42
  msgstr "Postavke"
43
 
44
- #: mappress.php:172 build/index_mappress_admin.js:1
 
45
  #, fuzzy
46
- #| msgid "Map border"
47
  msgid "Map Library"
48
  msgstr "Obrub mape"
49
 
50
  #: mappress.php:183
51
- msgid ""
52
- "MapPress database tables are missing. Please deactivate the plugin and "
53
- "activate it again to fix this."
54
- msgstr ""
55
- "Nedostaju tablice u bazi podataka. Molimo deaktivirajte dodatak i zatim ga "
56
- "opet aktivirajte kako biste ovo popravili."
57
 
58
  #: mappress.php:188
59
  msgid "A Google Maps API key is required"
@@ -65,7 +61,6 @@ msgstr ""
65
 
66
  #: mappress.php:188
67
  #, fuzzy
68
- #| msgid "Map Settings"
69
  msgid "MapPress Settings"
70
  msgstr "Postavke"
71
 
@@ -86,22 +81,20 @@ msgid "Please Help Spread the Word"
86
  msgstr ""
87
 
88
  #: mappress.php:285
89
- msgid ""
90
- "If you're enjoying MapPress, would you mind taking a moment to write a brief "
91
- "review? It would mean the world to me!"
92
  msgstr ""
93
 
94
  #: mappress.php:286
95
- msgid ""
96
- "If you have any issues or suggestions, please let me know. I'll be happy to "
97
- "help!"
98
  msgstr ""
99
 
100
- #: mappress.php:402 mappress.php:931
 
101
  msgid "Version"
102
  msgstr "Verzija"
103
 
104
- #: mappress.php:404 build/index_mappress_admin.js:1
 
105
  msgid "Help"
106
  msgstr ""
107
 
@@ -114,9 +107,7 @@ msgid "Please enter your MapPress license key to enable plugin updates"
114
  msgstr ""
115
 
116
  #: mappress.php:477
117
- msgid ""
118
- "MapPress Gutenberg blocks require WordPress 5.3 or the latest Gutenberg "
119
- "Plugin. Please update if using the block editor."
120
  msgstr ""
121
 
122
  #: mappress.php:481
@@ -129,14 +120,11 @@ msgstr ""
129
 
130
  #: mappress.php:487
131
  #, fuzzy
132
- #| msgid "There are no maps yet for this post"
133
  msgid "The MapPress map editor has moved!"
134
  msgstr "Ovaj post još ne sadrži mapu"
135
 
136
  #: mappress.php:488
137
- msgid ""
138
- "Use this button to open the new popup editor where you can easily create, "
139
- "edit and insert maps."
140
  msgstr ""
141
 
142
  #: mappress.php:534
@@ -157,7 +145,6 @@ msgstr ""
157
 
158
  #: mappress.php:538
159
  #, fuzzy
160
- #| msgid "Loading..."
161
  msgid "Loading"
162
  msgstr "Učitavam..."
163
 
@@ -169,13 +156,13 @@ msgstr ""
169
  msgid "Unable to get your location"
170
  msgstr "Ne mogu pronaći vašu lokaciju"
171
 
172
- #: mappress.php:541 build/index_mappress_admin.js:1
 
173
  msgid "No results"
174
  msgstr ""
175
 
176
  #: mappress.php:542
177
  #, fuzzy
178
- #| msgid "Save Changes"
179
  msgid "Save changes?"
180
  msgstr "Spremi promjene"
181
 
@@ -185,13 +172,12 @@ msgstr "Oblik"
185
 
186
  #: mappress.php:572
187
  #, fuzzy
188
- #| msgid "Delete this map?"
189
  msgid "Improve this map"
190
  msgstr "Obrisati ovu mapu?"
191
 
192
- #: mappress.php:588 mappress.php:607
 
193
  #, fuzzy
194
- #| msgid "Street view"
195
  msgid "Streets"
196
  msgstr "Street View"
197
 
@@ -201,7 +187,6 @@ msgstr ""
201
 
202
  #: mappress.php:590
203
  #, fuzzy
204
- #| msgid "Right"
205
  msgid "Light"
206
  msgstr "Desno"
207
 
@@ -215,33 +200,38 @@ msgstr "Satelit"
215
 
216
  #: mappress.php:593
217
  #, fuzzy
218
- #| msgid "Satellite"
219
  msgid "Satellite Streets"
220
  msgstr "Satelit"
221
 
222
- #: mappress_controls.php:93 templates_admin/widgets.php:42
 
223
  #: build/index_mappress_admin.js:1
224
  msgid "Add"
225
  msgstr "Dodaj"
226
 
227
- #: mappress_controls.php:102 templates_admin/editor.php:47
228
- #: templates_admin/mce.php:100 templates_admin/widgets.php:94
 
 
229
  #: build/index_mappress_admin.js:1
230
  msgid "Delete"
231
  msgstr "Obriši"
232
 
233
- #: mappress_map.php:85 mappress_settings.php:321
 
234
  msgid "MapPress"
235
  msgstr "MapPress"
236
 
237
- #: mappress_map.php:94 templates_admin/mce.php:30 templates_admin/mce.php:80
238
- #: templates_admin/mce.php:86 build/index_mappress_admin.js:1
 
 
 
239
  msgid "Untitled"
240
  msgstr "Neimenovano"
241
 
242
  #: mappress_map.php:95
243
  #, fuzzy
244
- #| msgid "Top of post"
245
  msgid "Copy of %s"
246
  msgstr "Vrh posta"
247
 
@@ -261,9 +251,9 @@ msgstr "Osnovne postavke"
261
  msgid "Mapping API"
262
  msgstr ""
263
 
264
- #: mappress_settings.php:92 build/index_mappress_admin.js:1
 
265
  #, fuzzy
266
- #| msgid "Google"
267
  msgid "Google API key"
268
  msgstr "Google"
269
 
@@ -285,7 +275,6 @@ msgstr "Tipovi postova"
285
 
286
  #: mappress_settings.php:103
287
  #, fuzzy
288
- #| msgid "Automatic map display"
289
  msgid "Automatic display"
290
  msgstr "Automatski prikaz mape"
291
 
@@ -293,7 +282,8 @@ msgstr "Automatski prikaz mape"
293
  msgid "Map alignment"
294
  msgstr "Poravnanje mape"
295
 
296
- #: mappress_settings.php:105 templates/map-popup.php:3
 
297
  #: templates/mashup-popup.php:6
298
  msgid "Directions"
299
  msgstr "Upute"
@@ -306,7 +296,8 @@ msgstr "Postavke markera"
306
  msgid "Default zoom"
307
  msgstr "Uobičajeni zum"
308
 
309
- #: mappress_settings.php:110 mappress_settings.php:238
 
310
  msgid "Open first POI"
311
  msgstr "Otvoriti prvi marker"
312
 
@@ -336,7 +327,6 @@ msgstr "Lokalizacija"
336
 
337
  #: mappress_settings.php:121
338
  #, fuzzy
339
- #| msgid "language"
340
  msgid "Search language"
341
  msgstr "jezik"
342
 
@@ -364,8 +354,10 @@ msgstr ""
364
  msgid "Compatiblity"
365
  msgstr ""
366
 
367
- #: mappress_settings.php:175 mappress_settings.php:244
368
- #: pro/mappress_pro_settings.php:234 templates_admin/widgets.php:78
 
 
369
  #: build/index_mappress_admin.js:1
370
  msgid "Default"
371
  msgstr "Uobičajeno"
@@ -394,7 +386,8 @@ msgstr "Vrh posta"
394
  msgid "Bottom of post"
395
  msgstr "Dno posta"
396
 
397
- #: mappress_settings.php:199 mappress_settings.php:243
 
398
  msgid "(list)"
399
  msgstr ""
400
 
@@ -406,8 +399,10 @@ msgstr ""
406
  msgid "Prevent other plugins/themes from loading the Google Maps API"
407
  msgstr ""
408
 
409
- #: mappress_settings.php:212 mappress_settings.php:221
410
- #: pro/mappress_pro_settings.php:232 build/index_mappress_admin.js:1
 
 
411
  msgid "Google"
412
  msgstr "Google"
413
 
@@ -415,17 +410,17 @@ msgstr "Google"
415
  msgid "Inline"
416
  msgstr "Inline"
417
 
418
- #: mappress_settings.php:221 build/index_mappress_admin.js:1
 
419
  msgid "Leaflet"
420
  msgstr ""
421
 
422
  #: mappress_settings.php:223
423
- msgid ""
424
- "Leaflet is free and requires no API key. Google requires an API key and has "
425
- "strict usage limits."
426
  msgstr ""
427
 
428
- #: mappress_settings.php:229 mappress_settings.php:232
 
429
  msgid "Output scripts in footer"
430
  msgstr ""
431
 
@@ -445,21 +440,20 @@ msgstr ""
445
  msgid "Enter token to use Mapbox map tiles"
446
  msgstr ""
447
 
448
- #: mappress_settings.php:257 mappress_settings.php:262
 
449
  #, fuzzy
450
- #| msgid "Map controls"
451
  msgid "Map type control"
452
  msgstr "Kontrole mape"
453
 
454
  #: mappress_settings.php:258
455
  #, fuzzy
456
- #| msgid "Street view"
457
  msgid "Street view control"
458
  msgstr "Street View"
459
 
460
- #: mappress_settings.php:259 mappress_settings.php:263
 
461
  #, fuzzy
462
- #| msgid "Show control"
463
  msgid "Zoom control"
464
  msgstr "Prikaži kontrole"
465
 
@@ -473,19 +467,16 @@ msgstr "Jednostavne Google mape"
473
 
474
  #: mappress_settings.php:299
475
  #, fuzzy
476
- #| msgid "Width(px)"
477
  msgid "Width (px, %, vh, vw)"
478
  msgstr "Širina (px)"
479
 
480
  #: mappress_settings.php:299
481
  #, fuzzy
482
- #| msgid "Height(px)"
483
  msgid "Height (px, %, vh, vw)"
484
  msgstr "Visina (px)"
485
 
486
  #: mappress_settings.php:299
487
  #, fuzzy
488
- #| msgid "Default style"
489
  msgid "Default size"
490
  msgstr "Uobičajeni stil"
491
 
@@ -493,11 +484,13 @@ msgstr "Uobičajeni stil"
493
  msgid "Copy maps when overwriting a translation"
494
  msgstr ""
495
 
496
- #: mappress_settings.php:326 mappress_settings.php:334
 
497
  msgid "Save Changes"
498
  msgstr "Spremi promjene"
499
 
500
- #: mappress_settings.php:327 mappress_settings.php:335
 
501
  msgid "Reset Defaults"
502
  msgstr "Resetiranje uobičajenih postavki"
503
 
@@ -505,22 +498,24 @@ msgstr "Resetiranje uobičajenih postavki"
505
  msgid "Address"
506
  msgstr "Adresa"
507
 
508
- #: mappress_template.php:35 pro/mappress_pro_settings.php:338
 
509
  msgid "Body"
510
  msgstr "Tijelo (sadržaj)"
511
 
512
- #: mappress_template.php:36 pro/mappress_pro_settings.php:174
 
513
  #: pro/mappress_pro_settings.php:338
514
  msgid "Icon"
515
  msgstr "Ikona"
516
 
517
  #: mappress_template.php:37
518
  #, fuzzy
519
- #| msgid "Thumbnail Size"
520
  msgid "Thumbnail"
521
  msgstr "Veličina umanjenih sličica"
522
 
523
- #: mappress_template.php:38 pro/mappress_pro_settings.php:338
 
524
  msgid "Title"
525
  msgstr "Naslov"
526
 
@@ -528,15 +523,17 @@ msgstr "Naslov"
528
  msgid "Url"
529
  msgstr ""
530
 
531
- #: mappress_template.php:40 pro/mappress_filter.php:120
 
532
  #: pro/mappress_pro_settings.php:343
533
  msgid "Custom Field"
534
  msgstr "Prilagođena polja"
535
 
536
- #: pro/mappress_filter.php:84 pro/mappress_filter.php:133
537
- #: pro/mappress_pro_settings.php:167 build/index_mappress_admin.js:1
 
 
538
  #, fuzzy
539
- #| msgid "Post types"
540
  msgid "Post type"
541
  msgstr "Tipovi postova"
542
 
@@ -546,7 +543,6 @@ msgstr ""
546
 
547
  #: pro/mappress_filter.php:120
548
  #, fuzzy
549
- #| msgid "Post title"
550
  msgid "Post field"
551
  msgstr "Naslov posta"
552
 
@@ -554,8 +550,10 @@ msgstr "Naslov posta"
554
  msgid "Invalid geocoder: %s"
555
  msgstr ""
556
 
557
- #: pro/mappress_geocoder.php:59 pro/mappress_geocoder.php:110
558
- #: pro/mappress_geocoder.php:147 pro/mappress_geocoder.php:192
 
 
559
  msgid "No results for address: %s"
560
  msgstr "Nema rezultata za adresu: %s"
561
 
@@ -565,7 +563,6 @@ msgstr ""
565
 
566
  #: pro/mappress_geocoder.php:100
567
  #, fuzzy
568
- #| msgid "Invalid status: %s, address: %s"
569
  msgid "Invalid status: %s, %s Address: %s"
570
  msgstr "Neispravan status: %s, adresa: %s"
571
 
@@ -585,25 +582,23 @@ msgstr ""
585
  msgid "Files error: "
586
  msgstr ""
587
 
588
- #: pro/mappress_meta.php:109 build/index_mappress_admin.js:1
 
589
  msgid "Automatic"
590
  msgstr "Automatski"
591
 
592
  #: pro/mappress_pro_settings.php:16
593
  #, fuzzy
594
- #| msgid "MapPress News"
595
  msgid "MapPress license key"
596
  msgstr "MapPress novosti"
597
 
598
  #: pro/mappress_pro_settings.php:17
599
  #, fuzzy
600
- #| msgid "Version"
601
  msgid "Beta versions"
602
  msgstr "Verzija"
603
 
604
  #: pro/mappress_pro_settings.php:21
605
  #, fuzzy
606
- #| msgid "Geocoder(s)"
607
  msgid "Geocoder"
608
  msgstr "Geokoder(i)"
609
 
@@ -613,7 +608,6 @@ msgstr "Lista markera"
613
 
614
  #: pro/mappress_pro_settings.php:24
615
  #, fuzzy
616
- #| msgid "POI list"
617
  msgid "POI list layout"
618
  msgstr "Lista markera"
619
 
@@ -631,7 +625,6 @@ msgstr ""
631
 
632
  #: pro/mappress_pro_settings.php:30
633
  #, fuzzy
634
- #| msgid "Post types"
635
  msgid "Popup type"
636
  msgstr "Tipovi postova"
637
 
@@ -641,13 +634,11 @@ msgstr "Uobičajena ikona"
641
 
642
  #: pro/mappress_pro_settings.php:33
643
  #, fuzzy
644
- #| msgid "Custom icons directory"
645
  msgid "Icon directory"
646
  msgstr "Prilagođeni direktorij sa ikonama"
647
 
648
  #: pro/mappress_pro_settings.php:34
649
  #, fuzzy
650
- #| msgid "Custom icons directory"
651
  msgid "Custom icons"
652
  msgstr "Prilagođeni direktorij sa ikonama"
653
 
@@ -657,28 +648,28 @@ msgstr ""
657
 
658
  #: pro/mappress_pro_settings.php:36
659
  #, fuzzy
660
- #| msgid "Automatic"
661
  msgid "Automatic icons"
662
  msgstr "Automatski"
663
 
664
- #: pro/mappress_pro_settings.php:38 templates/map.php:51
665
- #: templates_admin/mce.php:13 build/index_mappress_admin.js:1
 
 
666
  msgid "Search"
667
  msgstr ""
668
 
669
- #: pro/mappress_pro_settings.php:40 templates/map.php:58
 
670
  msgid "Filter"
671
  msgstr ""
672
 
673
  #: pro/mappress_pro_settings.php:41
674
  #, fuzzy
675
- #| msgid "POI title"
676
  msgid "POI content"
677
  msgstr "Naslov markera"
678
 
679
  #: pro/mappress_pro_settings.php:42
680
  #, fuzzy
681
- #| msgid "POI links"
682
  msgid "POI click"
683
  msgstr "Linkovi markera"
684
 
@@ -688,17 +679,16 @@ msgstr ""
688
 
689
  #: pro/mappress_pro_settings.php:44
690
  #, fuzzy
691
- #| msgid "Thumbnail Size"
692
  msgid "Thumbnails"
693
  msgstr "Veličina umanjenih sličica"
694
 
695
  #: pro/mappress_pro_settings.php:45
696
  #, fuzzy
697
- #| msgid "Thumbnail Size"
698
  msgid "Thumbnail size"
699
  msgstr "Veličina umanjenih sličica"
700
 
701
- #: pro/mappress_pro_settings.php:48 pro/mappress_pro_settings.php:50
 
702
  msgid "Styled maps"
703
  msgstr "Oblikovane mape"
704
 
@@ -716,7 +706,6 @@ msgstr ""
716
 
717
  #: pro/mappress_pro_settings.php:56
718
  #, fuzzy
719
- #| msgid "Geocoding fields"
720
  msgid "Geocoding errors"
721
  msgstr "Polja za geokodiranje"
722
 
@@ -726,11 +715,11 @@ msgstr ""
726
 
727
  #: pro/mappress_pro_settings.php:61
728
  #, fuzzy
729
- #| msgid "Custom Field"
730
  msgid "Custom templates"
731
  msgstr "Prilagođena polja"
732
 
733
- #: pro/mappress_pro_settings.php:62 pro/mappress_pro_settings.php:227
 
734
  msgid "Force resize"
735
  msgstr "Prisili promjenu veličine"
736
 
@@ -772,7 +761,6 @@ msgstr ""
772
 
773
  #: pro/mappress_pro_settings.php:224
774
  #, fuzzy
775
- #| msgid "Permanently resize existing maps"
776
  msgid "Permanently resize existing maps (classic editor only)"
777
  msgstr "Trajno promijeni veličinu postojećih mapa:"
778
 
@@ -792,13 +780,13 @@ msgstr "Nominatim"
792
  msgid "MapBox"
793
  msgstr ""
794
 
795
- #: pro/mappress_pro_settings.php:246 templates_admin/widgets.php:68
 
796
  msgid "Edit"
797
  msgstr "Uredi"
798
 
799
  #: pro/mappress_pro_settings.php:260
800
  #, fuzzy
801
- #| msgid "Standard icons"
802
  msgid "Standard"
803
  msgstr "Standardne ikonice"
804
 
@@ -808,19 +796,16 @@ msgstr ""
808
 
809
  #: pro/mappress_pro_settings.php:268
810
  #, fuzzy
811
- #| msgid "Reset map"
812
  msgid "Left of map"
813
  msgstr "Resetiraj mapu"
814
 
815
  #: pro/mappress_pro_settings.php:269
816
  #, fuzzy
817
- #| msgid "Show map"
818
  msgid "Below map"
819
  msgstr "Prikaži mapu"
820
 
821
  #: pro/mappress_pro_settings.php:275
822
  #, fuzzy
823
- #| msgid "Get Directions"
824
  msgid "Get license"
825
  msgstr "Upute"
826
 
@@ -836,7 +821,8 @@ msgstr ""
836
  msgid "Check now"
837
  msgstr ""
838
 
839
- #: pro/mappress_pro_settings.php:299 pro/mappress_updater.php:116
 
840
  msgid "Communication error, please try again later"
841
  msgstr ""
842
 
@@ -846,25 +832,21 @@ msgstr ""
846
 
847
  #: pro/mappress_pro_settings.php:305
848
  #, fuzzy
849
- #| msgid "POI title"
850
  msgid "POI title + POI body"
851
  msgstr "Naslov markera"
852
 
853
  #: pro/mappress_pro_settings.php:305
854
  #, fuzzy
855
- #| msgid "Post excerpt"
856
  msgid "Post title + post excerpt"
857
  msgstr "Sašetak posta"
858
 
859
  #: pro/mappress_pro_settings.php:310
860
  #, fuzzy
861
- #| msgid "Open the POI"
862
  msgid "Open POI"
863
  msgstr "Otvori marker"
864
 
865
  #: pro/mappress_pro_settings.php:310
866
  #, fuzzy
867
- #| msgid "Current posts"
868
  msgid "Open post"
869
  msgstr "Trenutni postovi"
870
 
@@ -882,7 +864,6 @@ msgstr ""
882
 
883
  #: pro/mappress_pro_settings.php:337
884
  #, fuzzy
885
- #| msgid "Address Line 1"
886
  msgid "Address line "
887
  msgstr "Adresa (linija 1)"
888
 
@@ -894,19 +875,18 @@ msgstr "Širina"
894
  msgid "Longitude"
895
  msgstr "Dužina"
896
 
897
- #: pro/mappress_pro_settings.php:338 build/index_mappress_admin.js:1
 
898
  msgid "Zoom"
899
  msgstr "Zum"
900
 
901
  #: pro/mappress_pro_settings.php:343
902
  #, fuzzy
903
- #| msgid "Map fields"
904
  msgid "Map Field"
905
  msgstr "Polja mapa"
906
 
907
  #: pro/mappress_pro_settings.php:356
908
  #, fuzzy
909
- #| msgid "Recenter maps when window is resized"
910
  msgid "Overwrite maps when posts are saved"
911
  msgstr "Centriraj ponovno mapu nakon promjene veličine prozora"
912
 
@@ -916,19 +896,16 @@ msgstr ""
916
 
917
  #: pro/mappress_pro_settings.php:365
918
  #, fuzzy
919
- #| msgid "Show a list of POIs under each map"
920
  msgid "Show a list of POIs with each map"
921
  msgstr "Prikazati listu markera ispod svake mape"
922
 
923
  #: pro/mappress_pro_settings.php:373
924
  #, fuzzy
925
- #| msgid "Enable"
926
  msgid "Enable search"
927
  msgstr "Omogući"
928
 
929
  #: pro/mappress_pro_settings.php:377
930
  #, fuzzy
931
- #| msgid "Show POI list"
932
  msgid "Sort POI list by title"
933
  msgstr "Prikaži popis markera"
934
 
@@ -938,17 +915,16 @@ msgstr "Još nema definiranih stilova"
938
 
939
  #: pro/mappress_pro_settings.php:392
940
  #, fuzzy
941
- #| msgid "Styled Maps"
942
  msgid "Snazzy Maps"
943
  msgstr "Oblikove mape"
944
 
945
  #: pro/mappress_pro_settings.php:393
946
  #, fuzzy
947
- #| msgid "Enter JSON for %s from Google's %s"
948
  msgid "Enter JSON from %s"
949
  msgstr "Unesite JSON za %s iz Google %s"
950
 
951
- #: pro/mappress_pro_settings.php:397 pro/mappress_pro_settings.php:413
 
952
  msgid "Style name"
953
  msgstr "Ime stila"
954
 
@@ -980,11 +956,13 @@ msgstr "Prikaži izdvojenu sliku u mashup markerima"
980
  msgid "JSON error"
981
  msgstr ""
982
 
983
- #: pro/mappress_widget.php:69 pro/mappress_widget_map.php:56
 
984
  msgid "Widget title"
985
  msgstr "Naslov widgeta"
986
 
987
- #: pro/mappress_widget.php:74 pro/mappress_widget_map.php:66
 
988
  msgid "Map size"
989
  msgstr "Veličina mape"
990
 
@@ -1012,20 +990,25 @@ msgstr "Prilagođeni upit"
1012
  msgid "Learn about queries"
1013
  msgstr "Naučite o upitima"
1014
 
1015
- #: pro/mappress_widget.php:94 pro/mappress_widget_map.php:74
 
1016
  msgid "Show POI list"
1017
  msgstr "Prikaži popis markera"
1018
 
1019
- #: pro/mappress_widget.php:101 pro/mappress_widget_map.php:81
 
1020
  msgid "Other Settings"
1021
  msgstr "Ostale postavke"
1022
 
1023
- #: pro/mappress_widget.php:104 pro/mappress_widget_map.php:84
 
1024
  msgid "Example: initialopeninfo=\"true\""
1025
  msgstr ""
1026
 
1027
- #: pro/mappress_widget_map.php:61 templates_admin/mce.php:49
1028
- #: templates_admin/mce.php:69 build/index_mappress_admin.js:1
 
 
1029
  msgid "Map ID"
1030
  msgstr "ID mape"
1031
 
@@ -1043,19 +1026,16 @@ msgstr "Izvršeno"
1043
 
1044
  #: templates/map-filters.php:13
1045
  #, fuzzy
1046
- #| msgid "Reset map"
1047
  msgid "Reset"
1048
  msgstr "Resetiraj mapu"
1049
 
1050
  #: templates/map-loop.php:3
1051
  #, fuzzy
1052
- #| msgid "Reset Defaults"
1053
  msgid "Results"
1054
  msgstr "Resetiranje uobičajenih postavki"
1055
 
1056
  #: templates/map.php:53
1057
  #, fuzzy
1058
- #| msgid "Location"
1059
  msgid "Your Location"
1060
  msgstr "Lokacija"
1061
 
@@ -1081,13 +1061,11 @@ msgstr "Tranzit"
1081
 
1082
  #: templates/map.php:84
1083
  #, fuzzy
1084
- #| msgid "Show POI list"
1085
  msgid "Show List"
1086
  msgstr "Prikaži popis markera"
1087
 
1088
  #: templates/map.php:85
1089
  #, fuzzy
1090
- #| msgid "Show map"
1091
  msgid "Show Map"
1092
  msgstr "Prikaži mapu"
1093
 
@@ -1103,39 +1081,44 @@ msgstr "HTML"
1103
  msgid "Add Media"
1104
  msgstr ""
1105
 
1106
- #: templates_admin/editor.php:45 templates_admin/mce.php:55
1107
- #: templates_admin/widgets.php:91 build/index_mappress_admin.js:1
 
 
1108
  msgid "Save"
1109
  msgstr "Spremi"
1110
 
1111
- #: templates_admin/editor.php:46 templates_admin/mce.php:56
1112
- #: templates_admin/widgets.php:92 build/index_mappress_admin.js:1
 
 
1113
  msgid "Cancel"
1114
  msgstr "Otkaži"
1115
 
1116
- #: templates_admin/mce.php:6 build/index_mappress_admin.js:1
 
1117
  #, fuzzy
1118
- #| msgid "Reset map"
1119
  msgid "Select a map"
1120
  msgstr "Resetiraj mapu"
1121
 
1122
- #: templates_admin/mce.php:7 build/index_mappress_admin.js:1
 
1123
  msgid "Add New"
1124
  msgstr ""
1125
 
1126
  #: templates_admin/mce.php:14
1127
  #, fuzzy
1128
- #| msgid "Post title"
1129
  msgid "post title"
1130
  msgstr "Naslov posta"
1131
 
1132
- #: templates_admin/mce.php:18 build/index_mappress_admin.js:1
 
1133
  msgid "Attached to this post"
1134
  msgstr ""
1135
 
1136
- #: templates_admin/mce.php:19 build/index_mappress_admin.js:1
 
1137
  #, fuzzy
1138
- #| msgid "All posts"
1139
  msgid "All maps"
1140
  msgstr "Svi postovi"
1141
 
@@ -1143,7 +1126,8 @@ msgstr "Svi postovi"
1143
  msgid "Close"
1144
  msgstr "Zatvori"
1145
 
1146
- #: templates_admin/mce.php:35 build/index_mappress_admin.js:1
 
1147
  msgid "Size"
1148
  msgstr "Veličina"
1149
 
@@ -1151,29 +1135,30 @@ msgstr "Veličina"
1151
  msgid "Save center / zoom"
1152
  msgstr ""
1153
 
1154
- #: templates_admin/mce.php:68 build/index_mappress_admin.js:1
 
1155
  #, fuzzy
1156
- #| msgid "Map Title"
1157
  msgid "Map title"
1158
  msgstr "Naslov mape"
1159
 
1160
- #: templates_admin/mce.php:71 build/index_mappress_admin.js:1
 
1161
  msgid "Attached to"
1162
  msgstr ""
1163
 
1164
- #: templates_admin/mce.php:73 build/index_mappress_admin.js:1
 
1165
  #, fuzzy
1166
- #| msgid "Location"
1167
  msgid "Action"
1168
  msgstr "Lokacija"
1169
 
1170
  #: templates_admin/mce.php:87
1171
  #, fuzzy
1172
- #| msgid "Current posts"
1173
  msgid "Current post"
1174
  msgstr "Trenutni postovi"
1175
 
1176
- #: templates_admin/mce.php:92 build/index_mappress_admin.js:1
 
1177
  msgid "Unattached"
1178
  msgstr ""
1179
 
@@ -1181,9 +1166,9 @@ msgstr ""
1181
  msgid "Insert into post"
1182
  msgstr "Umetni u sadržaj"
1183
 
1184
- #: templates_admin/mce.php:107 build/index_mappress_admin.js:1
 
1185
  #, fuzzy
1186
- #| msgid "Map not found"
1187
  msgid "No maps found"
1188
  msgstr "Mapa nije pronađena"
1189
 
@@ -1197,7 +1182,6 @@ msgstr "Težina"
1197
 
1198
  #: templates_admin/widgets.php:28
1199
  #, fuzzy
1200
- #| msgid "No styles have been defined yet"
1201
  msgid "No custom icons have been added yet."
1202
  msgstr "Još nema definiranih stilova"
1203
 
@@ -1211,258 +1195,35 @@ msgstr ""
1211
 
1212
  #: templates_admin/widgets.php:67
1213
  #, fuzzy
1214
- #| msgid "Marker list template"
1215
  msgid "Map list item"
1216
  msgstr "Predložak liste markera"
1217
 
1218
  #: templates_admin/widgets.php:67
1219
  #, fuzzy
1220
- #| msgid "Mashups"
1221
  msgid "Mashup popup"
1222
  msgstr "Mashupovi"
1223
 
1224
  #: templates_admin/widgets.php:67
1225
  #, fuzzy
1226
- #| msgid "Mashup POI title"
1227
  msgid "Mashup list item"
1228
  msgstr "Naslov mashup markera"
1229
 
1230
  #: templates_admin/widgets.php:74
1231
  #, fuzzy
1232
- #| msgid "New Map"
1233
  msgid "New"
1234
  msgstr "Nova mapa"
1235
 
1236
- #: templates_admin/widgets.php:74 build/index_mappress_admin.js:1
 
1237
  #, fuzzy
1238
- #| msgid "Custom Field"
1239
  msgid "Custom"
1240
  msgstr "Prilagođena polja"
1241
 
1242
  #: templates_admin/widgets.php:77
1243
  #, fuzzy
1244
- #| msgid "Edit"
1245
  msgid "Editor"
1246
  msgstr "Uredi"
1247
 
1248
- #: build/index_mappress_admin.js:1
1249
- #, fuzzy
1250
- #| msgid "Show map"
1251
- msgid "New map"
1252
- msgstr "Prikaži mapu"
1253
-
1254
- #: build/index_mappress_admin.js:1
1255
- #, fuzzy
1256
- #| msgid "Edit"
1257
- msgid "Edit map"
1258
- msgstr "Uredi"
1259
-
1260
- #: build/index_mappress_admin.js:1
1261
- msgid ""
1262
- "Like the block? Upgrade to the free plugin or MapPress Pro for more "
1263
- "features!"
1264
- msgstr ""
1265
-
1266
- #: build/index_mappress_admin.js:1
1267
- #, fuzzy
1268
- #| msgid "MapPress"
1269
- msgid "MapPress Pro"
1270
- msgstr "MapPress"
1271
-
1272
- #: build/index_mappress_admin.js:1
1273
- msgid "Free plugin"
1274
- msgstr ""
1275
-
1276
- #: build/index_mappress_admin.js:1
1277
- #, fuzzy
1278
- #| msgid "Map Settings"
1279
- msgid "MapPress options"
1280
- msgstr "Postavke"
1281
-
1282
- #: build/index_mappress_admin.js:1
1283
- #, fuzzy
1284
- #| msgid "Map Settings"
1285
- msgid "Map settings"
1286
- msgstr "Postavke"
1287
-
1288
- #: build/index_mappress_admin.js:1
1289
- #, fuzzy
1290
- #| msgid "MapPress"
1291
- msgid "MapPress Map"
1292
- msgstr "MapPress"
1293
-
1294
- #: build/index_mappress_admin.js:1
1295
- msgid "Create a new map or choose one from the map library."
1296
- msgstr ""
1297
-
1298
- #: build/index_mappress_admin.js:1
1299
- #, fuzzy
1300
- #| msgid "Reset map"
1301
- msgid "Insert a map"
1302
- msgstr "Resetiraj mapu"
1303
-
1304
- #: build/index_mappress_admin.js:1
1305
- msgid "Query"
1306
- msgstr ""
1307
-
1308
- #: build/index_mappress_admin.js:1
1309
- #, fuzzy
1310
- #| msgid "Overview map"
1311
- msgid "Refresh map"
1312
- msgstr "Mapa pregleda (overview)"
1313
-
1314
- #: build/index_mappress_admin.js:1
1315
- msgid "Author"
1316
- msgstr ""
1317
-
1318
- #: build/index_mappress_admin.js:1
1319
- #, fuzzy
1320
- #| msgid "Marker body"
1321
- msgid "Order by"
1322
- msgstr "Tijelo markera"
1323
-
1324
- #: build/index_mappress_admin.js:1
1325
- msgid "Include children"
1326
- msgstr ""
1327
-
1328
- #: build/index_mappress_admin.js:1
1329
- #, fuzzy
1330
- #| msgid "Custom Field"
1331
- msgid "Add custom field"
1332
- msgstr "Prilagođena polja"
1333
-
1334
- #: build/index_mappress_admin.js:1
1335
- #, fuzzy
1336
- #| msgid "Style name"
1337
- msgid "Field name"
1338
- msgstr "Ime stila"
1339
-
1340
- #: build/index_mappress_admin.js:1
1341
- msgid "The field \"%s\" has already been added"
1342
- msgstr ""
1343
-
1344
- #: build/index_mappress_admin.js:1
1345
- #, fuzzy
1346
- #| msgid "Please save the map first"
1347
- msgid "Please enter a field name"
1348
- msgstr "Molimo prvo spremite mapu"
1349
-
1350
- #: build/index_mappress_admin.js:1
1351
- msgid "Value (a or a,b,c...)"
1352
- msgstr ""
1353
-
1354
- #: build/index_mappress_admin.js:1
1355
- msgid "Invalid JSON"
1356
- msgstr ""
1357
-
1358
- #: build/index_mappress_admin.js:1
1359
- msgid "Update"
1360
- msgstr ""
1361
-
1362
- #: build/index_mappress_admin.js:1
1363
- #, fuzzy
1364
- #| msgid "country code"
1365
- msgid "Query code"
1366
- msgstr "kod zemlje"
1367
-
1368
- #: build/index_mappress_admin.js:1
1369
- #, fuzzy
1370
- #| msgid "MapPress"
1371
- msgid "MapPress Mashup"
1372
- msgstr "MapPress"
1373
-
1374
- #: build/index_mappress_admin.js:1
1375
- msgid "Insert a mashup"
1376
- msgstr ""
1377
-
1378
- #: build/index_mappress_admin.js:1
1379
- #, fuzzy
1380
- #| msgid "Map saved"
1381
- msgid "Options saved."
1382
- msgstr "Mapa je spremljena"
1383
-
1384
- #: build/index_mappress_admin.js:1
1385
- msgid "Mapping Engine"
1386
- msgstr ""
1387
-
1388
- #: build/index_mappress_admin.js:1
1389
- msgid "Save options"
1390
- msgstr ""
1391
-
1392
- #: build/index_mappress_admin.js:1
1393
- #, fuzzy
1394
- #| msgid "Map fields"
1395
- msgid "Map copied"
1396
- msgstr "Polja mapa"
1397
-
1398
- #: build/index_mappress_admin.js:1
1399
- msgid "Shortcode copied"
1400
- msgstr ""
1401
-
1402
- #: build/index_mappress_admin.js:1
1403
- msgid "post title, map title, or map id"
1404
- msgstr ""
1405
-
1406
- #: build/index_mappress_admin.js:1
1407
- #, fuzzy
1408
- #| msgid "Current posts"
1409
- msgid "current post"
1410
- msgstr "Trenutni postovi"
1411
-
1412
- #: build/index_mappress_admin.js:1
1413
- #, fuzzy
1414
- #| msgid "Edit"
1415
- msgid "Edit post"
1416
- msgstr "Uredi"
1417
-
1418
- #: build/index_mappress_admin.js:1
1419
- msgid "Copy"
1420
- msgstr ""
1421
-
1422
- #: build/index_mappress_admin.js:1
1423
- msgid "Shortcode"
1424
- msgstr ""
1425
-
1426
- #: build/index_mappress_admin.js:1
1427
- #, fuzzy
1428
- #| msgid "Delete"
1429
- msgid "Delete map"
1430
- msgstr "Obriši"
1431
-
1432
- #: build/index_mappress_admin.js:1
1433
- #, fuzzy
1434
- #| msgid "Map saved"
1435
- msgid "Viewport saved"
1436
- msgstr "Mapa je spremljena"
1437
-
1438
- #: build/index_mappress_admin.js:1
1439
- #, fuzzy
1440
- #| msgid "Width(px)"
1441
- msgid "px, %, vw"
1442
- msgstr "Širina (px)"
1443
-
1444
- #: build/index_mappress_admin.js:1
1445
- msgid "Width"
1446
- msgstr "Širina"
1447
-
1448
- #: build/index_mappress_admin.js:1
1449
- #, fuzzy
1450
- #| msgid "Width(px)"
1451
- msgid "px, %, vh"
1452
- msgstr "Širina (px)"
1453
-
1454
- #: build/index_mappress_admin.js:1
1455
- #, fuzzy
1456
- #| msgid "Weight"
1457
- msgid "Height"
1458
- msgstr "Težina"
1459
-
1460
- #: build/index_mappress_admin.js:1
1461
- #, fuzzy
1462
- #| msgid "Center"
1463
- msgid "Center/Zoom"
1464
- msgstr "Centriraj"
1465
-
1466
  #: package.json
1467
  msgctxt "block description"
1468
  msgid "MapPress Maps for WordPress"
@@ -1472,7 +1233,6 @@ msgstr ""
1472
  #~ msgstr "Tooltip"
1473
 
1474
  #, fuzzy
1475
- #~| msgid "Show POI titles as a \"tooltip\" on mouse-over"
1476
  #~ msgid "Show a tooltip when mouse is over a POI"
1477
  #~ msgstr "Prikazati naslove markera kao \"tooltip\" na mouse-over"
1478
 
@@ -1486,18 +1246,22 @@ msgstr ""
1486
  #~ msgstr "Kontakt"
1487
 
1488
  #~ msgid ""
1489
- #~ "WARNING: MapPress now requires WordPress 3.2 or higher. Please upgrade "
1490
- #~ "before using MapPress."
 
1491
  #~ msgstr ""
1492
- #~ "UPOZORENJE: MapPress zahtjeva WordPress 3.2 ili noviji. Molimo izvršite "
1493
- #~ "nadogradnju prije korištenja MapPress dodatka."
 
1494
 
1495
  #~ msgid ""
1496
- #~ "WARNING: MapPress is not compfatible with the WP-Geo plugin. Please "
1497
- #~ "deactivate or uninstall WP-Geo before using MapPress."
 
1498
  #~ msgstr ""
1499
- #~ "UPOZORENJE: MapPress nije kompatibilan sa WP-Geo dodatkom. Molimo "
1500
- #~ "deaktivirajte ili deinstalirajte WP-Geo prije korištenja MapPress dodatka."
 
1501
 
1502
  #~ msgid "Bike"
1503
  #~ msgstr "Bicikl"
@@ -1506,11 +1270,13 @@ msgstr ""
1506
  #~ msgstr "Jedna od adresa nije pronađena."
1507
 
1508
  #~ msgid ""
1509
- #~ "Google cannot return directions between those addresses. There is no "
1510
- #~ "route between them or the routing information is not available."
 
1511
  #~ msgstr ""
1512
- #~ "Google nije mogao kreirati upute između navedenih adresa. Ne postoji ruta "
1513
- #~ "između lokacija ili podaci o ruti nisu dostupni."
 
1514
 
1515
  #~ msgid "Unknown error, unable to return directions. Status code = "
1516
  #~ msgstr "Nepoznata greška, nije moguće prikazati upute. Status kod = "
@@ -1582,10 +1348,12 @@ msgstr ""
1582
  #~ msgstr "Isključi CSS"
1583
 
1584
  #~ msgid ""
1585
- #~ "Use the settings below to automatically create maps from custom fields."
 
1586
  #~ msgstr ""
1587
- #~ "Koristiti donje postavke pri automatskom kreiranju mapa iz prilagođenih "
1588
- #~ "polja."
 
1589
 
1590
  #~ msgid "Posts"
1591
  #~ msgstr "Postovi"
@@ -1596,8 +1364,9 @@ msgstr ""
1596
  #, php-format
1597
  #~ msgid "Enter a %s to use when searching (leave blank for USA)"
1598
  #~ msgstr ""
1599
- #~ "Unesite %s koji treba koristiti kod pretraživanja (ostavite prazno za USA "
1600
- #~ "poslužitelj)"
 
1601
 
1602
  #~ msgid "Enter a google server URL for directions/printing"
1603
  #~ msgstr "Unesite URL Google poslužitelja za upute/ispis"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
+ "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mappress-google-maps-for-wordpress\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: 2020-12-15T18:23:01+00:00\n"
11
+ "PO-Revision-Date: 2020-12-15 11:19-0800\n"
12
+ "Language: hr\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
14
  "X-Poedit-Basepath: .\n"
15
  "X-Generator: Poedit 2.4.2\n"
16
+ "X-Poedit-SearchPath-0: C:/wamp/www/wordpress/wp-content/plugins/mappress-google-maps-for-wordpress\n"
 
17
 
18
  #. Plugin Name of the plugin
19
  msgid "MapPress Maps for WordPress"
35
  msgid "https://www.mappresspro.com/chris-contact"
36
  msgstr ""
37
 
38
+ #: mappress.php:171
39
+ #: mappress.php:701
40
+ #: build/index_mappress_admin.js:1
41
  msgid "Settings"
42
  msgstr "Postavke"
43
 
44
+ #: mappress.php:172
45
+ #: build/index_mappress_admin.js:1
46
  #, fuzzy
 
47
  msgid "Map Library"
48
  msgstr "Obrub mape"
49
 
50
  #: mappress.php:183
51
+ msgid "MapPress database tables are missing. Please deactivate the plugin and activate it again to fix this."
52
+ msgstr "Nedostaju tablice u bazi podataka. Molimo deaktivirajte dodatak i zatim ga opet aktivirajte kako biste ovo popravili."
 
 
 
 
53
 
54
  #: mappress.php:188
55
  msgid "A Google Maps API key is required"
61
 
62
  #: mappress.php:188
63
  #, fuzzy
 
64
  msgid "MapPress Settings"
65
  msgstr "Postavke"
66
 
81
  msgstr ""
82
 
83
  #: mappress.php:285
84
+ msgid "If you're enjoying MapPress, would you mind taking a moment to write a brief review? It would mean the world to me!"
 
 
85
  msgstr ""
86
 
87
  #: mappress.php:286
88
+ msgid "If you have any issues or suggestions, please let me know. I'll be happy to help!"
 
 
89
  msgstr ""
90
 
91
+ #: mappress.php:402
92
+ #: mappress.php:931
93
  msgid "Version"
94
  msgstr "Verzija"
95
 
96
+ #: mappress.php:404
97
+ #: build/index_mappress_admin.js:1
98
  msgid "Help"
99
  msgstr ""
100
 
107
  msgstr ""
108
 
109
  #: mappress.php:477
110
+ msgid "MapPress Gutenberg blocks require WordPress 5.3 or the latest Gutenberg Plugin. Please update if using the block editor."
 
 
111
  msgstr ""
112
 
113
  #: mappress.php:481
120
 
121
  #: mappress.php:487
122
  #, fuzzy
 
123
  msgid "The MapPress map editor has moved!"
124
  msgstr "Ovaj post još ne sadrži mapu"
125
 
126
  #: mappress.php:488
127
+ msgid "Use this button to open the new popup editor where you can easily create, edit and insert maps."
 
 
128
  msgstr ""
129
 
130
  #: mappress.php:534
145
 
146
  #: mappress.php:538
147
  #, fuzzy
 
148
  msgid "Loading"
149
  msgstr "Učitavam..."
150
 
156
  msgid "Unable to get your location"
157
  msgstr "Ne mogu pronaći vašu lokaciju"
158
 
159
+ #: mappress.php:541
160
+ #: build/index_mappress_admin.js:1
161
  msgid "No results"
162
  msgstr ""
163
 
164
  #: mappress.php:542
165
  #, fuzzy
 
166
  msgid "Save changes?"
167
  msgstr "Spremi promjene"
168
 
172
 
173
  #: mappress.php:572
174
  #, fuzzy
 
175
  msgid "Improve this map"
176
  msgstr "Obrisati ovu mapu?"
177
 
178
+ #: mappress.php:588
179
+ #: mappress.php:607
180
  #, fuzzy
 
181
  msgid "Streets"
182
  msgstr "Street View"
183
 
187
 
188
  #: mappress.php:590
189
  #, fuzzy
 
190
  msgid "Light"
191
  msgstr "Desno"
192
 
200
 
201
  #: mappress.php:593
202
  #, fuzzy
 
203
  msgid "Satellite Streets"
204
  msgstr "Satelit"
205
 
206
+ #: mappress_controls.php:93
207
+ #: templates_admin/widgets.php:42
208
  #: build/index_mappress_admin.js:1
209
  msgid "Add"
210
  msgstr "Dodaj"
211
 
212
+ #: mappress_controls.php:102
213
+ #: templates_admin/editor.php:47
214
+ #: templates_admin/mce.php:100
215
+ #: templates_admin/widgets.php:94
216
  #: build/index_mappress_admin.js:1
217
  msgid "Delete"
218
  msgstr "Obriši"
219
 
220
+ #: mappress_map.php:85
221
+ #: mappress_settings.php:321
222
  msgid "MapPress"
223
  msgstr "MapPress"
224
 
225
+ #: mappress_map.php:94
226
+ #: templates_admin/mce.php:30
227
+ #: templates_admin/mce.php:80
228
+ #: templates_admin/mce.php:86
229
+ #: build/index_mappress_admin.js:1
230
  msgid "Untitled"
231
  msgstr "Neimenovano"
232
 
233
  #: mappress_map.php:95
234
  #, fuzzy
 
235
  msgid "Copy of %s"
236
  msgstr "Vrh posta"
237
 
251
  msgid "Mapping API"
252
  msgstr ""
253
 
254
+ #: mappress_settings.php:92
255
+ #: build/index_mappress_admin.js:1
256
  #, fuzzy
 
257
  msgid "Google API key"
258
  msgstr "Google"
259
 
275
 
276
  #: mappress_settings.php:103
277
  #, fuzzy
 
278
  msgid "Automatic display"
279
  msgstr "Automatski prikaz mape"
280
 
282
  msgid "Map alignment"
283
  msgstr "Poravnanje mape"
284
 
285
+ #: mappress_settings.php:105
286
+ #: templates/map-popup.php:3
287
  #: templates/mashup-popup.php:6
288
  msgid "Directions"
289
  msgstr "Upute"
296
  msgid "Default zoom"
297
  msgstr "Uobičajeni zum"
298
 
299
+ #: mappress_settings.php:110
300
+ #: mappress_settings.php:238
301
  msgid "Open first POI"
302
  msgstr "Otvoriti prvi marker"
303
 
327
 
328
  #: mappress_settings.php:121
329
  #, fuzzy
 
330
  msgid "Search language"
331
  msgstr "jezik"
332
 
354
  msgid "Compatiblity"
355
  msgstr ""
356
 
357
+ #: mappress_settings.php:175
358
+ #: mappress_settings.php:244
359
+ #: pro/mappress_pro_settings.php:234
360
+ #: templates_admin/widgets.php:78
361
  #: build/index_mappress_admin.js:1
362
  msgid "Default"
363
  msgstr "Uobičajeno"
386
  msgid "Bottom of post"
387
  msgstr "Dno posta"
388
 
389
+ #: mappress_settings.php:199
390
+ #: mappress_settings.php:243
391
  msgid "(list)"
392
  msgstr ""
393
 
399
  msgid "Prevent other plugins/themes from loading the Google Maps API"
400
  msgstr ""
401
 
402
+ #: mappress_settings.php:212
403
+ #: mappress_settings.php:221
404
+ #: pro/mappress_pro_settings.php:232
405
+ #: build/index_mappress_admin.js:1
406
  msgid "Google"
407
  msgstr "Google"
408
 
410
  msgid "Inline"
411
  msgstr "Inline"
412
 
413
+ #: mappress_settings.php:221
414
+ #: build/index_mappress_admin.js:1
415
  msgid "Leaflet"
416
  msgstr ""
417
 
418
  #: mappress_settings.php:223
419
+ msgid "Leaflet is free and requires no API key. Google requires an API key and has strict usage limits."
 
 
420
  msgstr ""
421
 
422
+ #: mappress_settings.php:229
423
+ #: mappress_settings.php:232
424
  msgid "Output scripts in footer"
425
  msgstr ""
426
 
440
  msgid "Enter token to use Mapbox map tiles"
441
  msgstr ""
442
 
443
+ #: mappress_settings.php:257
444
+ #: mappress_settings.php:262
445
  #, fuzzy
 
446
  msgid "Map type control"
447
  msgstr "Kontrole mape"
448
 
449
  #: mappress_settings.php:258
450
  #, fuzzy
 
451
  msgid "Street view control"
452
  msgstr "Street View"
453
 
454
+ #: mappress_settings.php:259
455
+ #: mappress_settings.php:263
456
  #, fuzzy
 
457
  msgid "Zoom control"
458
  msgstr "Prikaži kontrole"
459
 
467
 
468
  #: mappress_settings.php:299
469
  #, fuzzy
 
470
  msgid "Width (px, %, vh, vw)"
471
  msgstr "Širina (px)"
472
 
473
  #: mappress_settings.php:299
474
  #, fuzzy
 
475
  msgid "Height (px, %, vh, vw)"
476
  msgstr "Visina (px)"
477
 
478
  #: mappress_settings.php:299
479
  #, fuzzy
 
480
  msgid "Default size"
481
  msgstr "Uobičajeni stil"
482
 
484
  msgid "Copy maps when overwriting a translation"
485
  msgstr ""
486
 
487
+ #: mappress_settings.php:326
488
+ #: mappress_settings.php:334
489
  msgid "Save Changes"
490
  msgstr "Spremi promjene"
491
 
492
+ #: mappress_settings.php:327
493
+ #: mappress_settings.php:335
494
  msgid "Reset Defaults"
495
  msgstr "Resetiranje uobičajenih postavki"
496
 
498
  msgid "Address"
499
  msgstr "Adresa"
500
 
501
+ #: mappress_template.php:35
502
+ #: pro/mappress_pro_settings.php:338
503
  msgid "Body"
504
  msgstr "Tijelo (sadržaj)"
505
 
506
+ #: mappress_template.php:36
507
+ #: pro/mappress_pro_settings.php:174
508
  #: pro/mappress_pro_settings.php:338
509
  msgid "Icon"
510
  msgstr "Ikona"
511
 
512
  #: mappress_template.php:37
513
  #, fuzzy
 
514
  msgid "Thumbnail"
515
  msgstr "Veličina umanjenih sličica"
516
 
517
+ #: mappress_template.php:38
518
+ #: pro/mappress_pro_settings.php:338
519
  msgid "Title"
520
  msgstr "Naslov"
521
 
523
  msgid "Url"
524
  msgstr ""
525
 
526
+ #: mappress_template.php:40
527
+ #: pro/mappress_filter.php:120
528
  #: pro/mappress_pro_settings.php:343
529
  msgid "Custom Field"
530
  msgstr "Prilagođena polja"
531
 
532
+ #: pro/mappress_filter.php:84
533
+ #: pro/mappress_filter.php:133
534
+ #: pro/mappress_pro_settings.php:167
535
+ #: build/index_mappress_admin.js:1
536
  #, fuzzy
 
537
  msgid "Post type"
538
  msgstr "Tipovi postova"
539
 
543
 
544
  #: pro/mappress_filter.php:120
545
  #, fuzzy
 
546
  msgid "Post field"
547
  msgstr "Naslov posta"
548
 
550
  msgid "Invalid geocoder: %s"
551
  msgstr ""
552
 
553
+ #: pro/mappress_geocoder.php:59
554
+ #: pro/mappress_geocoder.php:110
555
+ #: pro/mappress_geocoder.php:147
556
+ #: pro/mappress_geocoder.php:192
557
  msgid "No results for address: %s"
558
  msgstr "Nema rezultata za adresu: %s"
559
 
563
 
564
  #: pro/mappress_geocoder.php:100
565
  #, fuzzy
 
566
  msgid "Invalid status: %s, %s Address: %s"
567
  msgstr "Neispravan status: %s, adresa: %s"
568
 
582
  msgid "Files error: "
583
  msgstr ""
584
 
585
+ #: pro/mappress_meta.php:109
586
+ #: build/index_mappress_admin.js:1
587
  msgid "Automatic"
588
  msgstr "Automatski"
589
 
590
  #: pro/mappress_pro_settings.php:16
591
  #, fuzzy
 
592
  msgid "MapPress license key"
593
  msgstr "MapPress novosti"
594
 
595
  #: pro/mappress_pro_settings.php:17
596
  #, fuzzy
 
597
  msgid "Beta versions"
598
  msgstr "Verzija"
599
 
600
  #: pro/mappress_pro_settings.php:21
601
  #, fuzzy
 
602
  msgid "Geocoder"
603
  msgstr "Geokoder(i)"
604
 
608
 
609
  #: pro/mappress_pro_settings.php:24
610
  #, fuzzy
 
611
  msgid "POI list layout"
612
  msgstr "Lista markera"
613
 
625
 
626
  #: pro/mappress_pro_settings.php:30
627
  #, fuzzy
 
628
  msgid "Popup type"
629
  msgstr "Tipovi postova"
630
 
634
 
635
  #: pro/mappress_pro_settings.php:33
636
  #, fuzzy
 
637
  msgid "Icon directory"
638
  msgstr "Prilagođeni direktorij sa ikonama"
639
 
640
  #: pro/mappress_pro_settings.php:34
641
  #, fuzzy
 
642
  msgid "Custom icons"
643
  msgstr "Prilagođeni direktorij sa ikonama"
644
 
648
 
649
  #: pro/mappress_pro_settings.php:36
650
  #, fuzzy
 
651
  msgid "Automatic icons"
652
  msgstr "Automatski"
653
 
654
+ #: pro/mappress_pro_settings.php:38
655
+ #: templates/map.php:51
656
+ #: templates_admin/mce.php:13
657
+ #: build/index_mappress_admin.js:1
658
  msgid "Search"
659
  msgstr ""
660
 
661
+ #: pro/mappress_pro_settings.php:40
662
+ #: templates/map.php:58
663
  msgid "Filter"
664
  msgstr ""
665
 
666
  #: pro/mappress_pro_settings.php:41
667
  #, fuzzy
 
668
  msgid "POI content"
669
  msgstr "Naslov markera"
670
 
671
  #: pro/mappress_pro_settings.php:42
672
  #, fuzzy
 
673
  msgid "POI click"
674
  msgstr "Linkovi markera"
675
 
679
 
680
  #: pro/mappress_pro_settings.php:44
681
  #, fuzzy
 
682
  msgid "Thumbnails"
683
  msgstr "Veličina umanjenih sličica"
684
 
685
  #: pro/mappress_pro_settings.php:45
686
  #, fuzzy
 
687
  msgid "Thumbnail size"
688
  msgstr "Veličina umanjenih sličica"
689
 
690
+ #: pro/mappress_pro_settings.php:48
691
+ #: pro/mappress_pro_settings.php:50
692
  msgid "Styled maps"
693
  msgstr "Oblikovane mape"
694
 
706
 
707
  #: pro/mappress_pro_settings.php:56
708
  #, fuzzy
 
709
  msgid "Geocoding errors"
710
  msgstr "Polja za geokodiranje"
711
 
715
 
716
  #: pro/mappress_pro_settings.php:61
717
  #, fuzzy
 
718
  msgid "Custom templates"
719
  msgstr "Prilagođena polja"
720
 
721
+ #: pro/mappress_pro_settings.php:62
722
+ #: pro/mappress_pro_settings.php:227
723
  msgid "Force resize"
724
  msgstr "Prisili promjenu veličine"
725
 
761
 
762
  #: pro/mappress_pro_settings.php:224
763
  #, fuzzy
 
764
  msgid "Permanently resize existing maps (classic editor only)"
765
  msgstr "Trajno promijeni veličinu postojećih mapa:"
766
 
780
  msgid "MapBox"
781
  msgstr ""
782
 
783
+ #: pro/mappress_pro_settings.php:246
784
+ #: templates_admin/widgets.php:68
785
  msgid "Edit"
786
  msgstr "Uredi"
787
 
788
  #: pro/mappress_pro_settings.php:260
789
  #, fuzzy
 
790
  msgid "Standard"
791
  msgstr "Standardne ikonice"
792
 
796
 
797
  #: pro/mappress_pro_settings.php:268
798
  #, fuzzy
 
799
  msgid "Left of map"
800
  msgstr "Resetiraj mapu"
801
 
802
  #: pro/mappress_pro_settings.php:269
803
  #, fuzzy
 
804
  msgid "Below map"
805
  msgstr "Prikaži mapu"
806
 
807
  #: pro/mappress_pro_settings.php:275
808
  #, fuzzy
 
809
  msgid "Get license"
810
  msgstr "Upute"
811
 
821
  msgid "Check now"
822
  msgstr ""
823
 
824
+ #: pro/mappress_pro_settings.php:299
825
+ #: pro/mappress_updater.php:116
826
  msgid "Communication error, please try again later"
827
  msgstr ""
828
 
832
 
833
  #: pro/mappress_pro_settings.php:305
834
  #, fuzzy
 
835
  msgid "POI title + POI body"
836
  msgstr "Naslov markera"
837
 
838
  #: pro/mappress_pro_settings.php:305
839
  #, fuzzy
 
840
  msgid "Post title + post excerpt"
841
  msgstr "Sašetak posta"
842
 
843
  #: pro/mappress_pro_settings.php:310
844
  #, fuzzy
 
845
  msgid "Open POI"
846
  msgstr "Otvori marker"
847
 
848
  #: pro/mappress_pro_settings.php:310
849
  #, fuzzy
 
850
  msgid "Open post"
851
  msgstr "Trenutni postovi"
852
 
864
 
865
  #: pro/mappress_pro_settings.php:337
866
  #, fuzzy
 
867
  msgid "Address line "
868
  msgstr "Adresa (linija 1)"
869
 
875
  msgid "Longitude"
876
  msgstr "Dužina"
877
 
878
+ #: pro/mappress_pro_settings.php:338
879
+ #: build/index_mappress_admin.js:1
880
  msgid "Zoom"
881
  msgstr "Zum"
882
 
883
  #: pro/mappress_pro_settings.php:343
884
  #, fuzzy
 
885
  msgid "Map Field"
886
  msgstr "Polja mapa"
887
 
888
  #: pro/mappress_pro_settings.php:356
889
  #, fuzzy
 
890
  msgid "Overwrite maps when posts are saved"
891
  msgstr "Centriraj ponovno mapu nakon promjene veličine prozora"
892
 
896
 
897
  #: pro/mappress_pro_settings.php:365
898
  #, fuzzy
 
899
  msgid "Show a list of POIs with each map"
900
  msgstr "Prikazati listu markera ispod svake mape"
901
 
902
  #: pro/mappress_pro_settings.php:373
903
  #, fuzzy
 
904
  msgid "Enable search"
905
  msgstr "Omogući"
906
 
907
  #: pro/mappress_pro_settings.php:377
908
  #, fuzzy
 
909
  msgid "Sort POI list by title"
910
  msgstr "Prikaži popis markera"
911
 
915
 
916
  #: pro/mappress_pro_settings.php:392
917
  #, fuzzy
 
918
  msgid "Snazzy Maps"
919
  msgstr "Oblikove mape"
920
 
921
  #: pro/mappress_pro_settings.php:393
922
  #, fuzzy
 
923
  msgid "Enter JSON from %s"
924
  msgstr "Unesite JSON za %s iz Google %s"
925
 
926
+ #: pro/mappress_pro_settings.php:397
927
+ #: pro/mappress_pro_settings.php:413
928
  msgid "Style name"
929
  msgstr "Ime stila"
930
 
956
  msgid "JSON error"
957
  msgstr ""
958
 
959
+ #: pro/mappress_widget.php:69
960
+ #: pro/mappress_widget_map.php:56
961
  msgid "Widget title"
962
  msgstr "Naslov widgeta"
963
 
964
+ #: pro/mappress_widget.php:74
965
+ #: pro/mappress_widget_map.php:66
966
  msgid "Map size"
967
  msgstr "Veličina mape"
968
 
990
  msgid "Learn about queries"
991
  msgstr "Naučite o upitima"
992
 
993
+ #: pro/mappress_widget.php:94
994
+ #: pro/mappress_widget_map.php:74
995
  msgid "Show POI list"
996
  msgstr "Prikaži popis markera"
997
 
998
+ #: pro/mappress_widget.php:101
999
+ #: pro/mappress_widget_map.php:81
1000
  msgid "Other Settings"
1001
  msgstr "Ostale postavke"
1002
 
1003
+ #: pro/mappress_widget.php:104
1004
+ #: pro/mappress_widget_map.php:84
1005
  msgid "Example: initialopeninfo=\"true\""
1006
  msgstr ""
1007
 
1008
+ #: pro/mappress_widget_map.php:61
1009
+ #: templates_admin/mce.php:49
1010
+ #: templates_admin/mce.php:69
1011
+ #: build/index_mappress_admin.js:1
1012
  msgid "Map ID"
1013
  msgstr "ID mape"
1014
 
1026
 
1027
  #: templates/map-filters.php:13
1028
  #, fuzzy
 
1029
  msgid "Reset"
1030
  msgstr "Resetiraj mapu"
1031
 
1032
  #: templates/map-loop.php:3
1033
  #, fuzzy
 
1034
  msgid "Results"
1035
  msgstr "Resetiranje uobičajenih postavki"
1036
 
1037
  #: templates/map.php:53
1038
  #, fuzzy
 
1039
  msgid "Your Location"
1040
  msgstr "Lokacija"
1041
 
1061
 
1062
  #: templates/map.php:84
1063
  #, fuzzy
 
1064
  msgid "Show List"
1065
  msgstr "Prikaži popis markera"
1066
 
1067
  #: templates/map.php:85
1068
  #, fuzzy
 
1069
  msgid "Show Map"
1070
  msgstr "Prikaži mapu"
1071
 
1081
  msgid "Add Media"
1082
  msgstr ""
1083
 
1084
+ #: templates_admin/editor.php:45
1085
+ #: templates_admin/mce.php:55
1086
+ #: templates_admin/widgets.php:91
1087
+ #: build/index_mappress_admin.js:1
1088
  msgid "Save"
1089
  msgstr "Spremi"
1090
 
1091
+ #: templates_admin/editor.php:46
1092
+ #: templates_admin/mce.php:56
1093
+ #: templates_admin/widgets.php:92
1094
+ #: build/index_mappress_admin.js:1
1095
  msgid "Cancel"
1096
  msgstr "Otkaži"
1097
 
1098
+ #: templates_admin/mce.php:6
1099
+ #: build/index_mappress_admin.js:1
1100
  #, fuzzy
 
1101
  msgid "Select a map"
1102
  msgstr "Resetiraj mapu"
1103
 
1104
+ #: templates_admin/mce.php:7
1105
+ #: build/index_mappress_admin.js:1
1106
  msgid "Add New"
1107
  msgstr ""
1108
 
1109
  #: templates_admin/mce.php:14
1110
  #, fuzzy
 
1111
  msgid "post title"
1112
  msgstr "Naslov posta"
1113
 
1114
+ #: templates_admin/mce.php:18
1115
+ #: build/index_mappress_admin.js:1
1116
  msgid "Attached to this post"
1117
  msgstr ""
1118
 
1119
+ #: templates_admin/mce.php:19
1120
+ #: build/index_mappress_admin.js:1
1121
  #, fuzzy
 
1122
  msgid "All maps"
1123
  msgstr "Svi postovi"
1124
 
1126
  msgid "Close"
1127
  msgstr "Zatvori"
1128
 
1129
+ #: templates_admin/mce.php:35
1130
+ #: build/index_mappress_admin.js:1
1131
  msgid "Size"
1132
  msgstr "Veličina"
1133
 
1135
  msgid "Save center / zoom"
1136
  msgstr ""
1137
 
1138
+ #: templates_admin/mce.php:68
1139
+ #: build/index_mappress_admin.js:1
1140
  #, fuzzy
 
1141
  msgid "Map title"
1142
  msgstr "Naslov mape"
1143
 
1144
+ #: templates_admin/mce.php:71
1145
+ #: build/index_mappress_admin.js:1
1146
  msgid "Attached to"
1147
  msgstr ""
1148
 
1149
+ #: templates_admin/mce.php:73
1150
+ #: build/index_mappress_admin.js:1
1151
  #, fuzzy
 
1152
  msgid "Action"
1153
  msgstr "Lokacija"
1154
 
1155
  #: templates_admin/mce.php:87
1156
  #, fuzzy
 
1157
  msgid "Current post"
1158
  msgstr "Trenutni postovi"
1159
 
1160
+ #: templates_admin/mce.php:92
1161
+ #: build/index_mappress_admin.js:1
1162
  msgid "Unattached"
1163
  msgstr ""
1164
 
1166
  msgid "Insert into post"
1167
  msgstr "Umetni u sadržaj"
1168
 
1169
+ #: templates_admin/mce.php:107
1170
+ #: build/index_mappress_admin.js:1
1171
  #, fuzzy
 
1172
  msgid "No maps found"
1173
  msgstr "Mapa nije pronađena"
1174
 
1182
 
1183
  #: templates_admin/widgets.php:28
1184
  #, fuzzy
 
1185
  msgid "No custom icons have been added yet."
1186
  msgstr "Još nema definiranih stilova"
1187
 
1195
 
1196
  #: templates_admin/widgets.php:67
1197
  #, fuzzy
 
1198
  msgid "Map list item"
1199
  msgstr "Predložak liste markera"
1200
 
1201
  #: templates_admin/widgets.php:67
1202
  #, fuzzy
 
1203
  msgid "Mashup popup"
1204
  msgstr "Mashupovi"
1205
 
1206
  #: templates_admin/widgets.php:67
1207
  #, fuzzy
 
1208
  msgid "Mashup list item"
1209
  msgstr "Naslov mashup markera"
1210
 
1211
  #: templates_admin/widgets.php:74
1212
  #, fuzzy
 
1213
  msgid "New"
1214
  msgstr "Nova mapa"
1215
 
1216
+ #: templates_admin/widgets.php:74
1217
+ #: build/index_mappress_admin.js:1
1218
  #, fuzzy
 
1219
  msgid "Custom"
1220
  msgstr "Prilagođena polja"
1221
 
1222
  #: templates_admin/widgets.php:77
1223
  #, fuzzy
 
1224
  msgid "Editor"
1225
  msgstr "Uredi"
1226
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1227
  #: package.json
1228
  msgctxt "block description"
1229
  msgid "MapPress Maps for WordPress"
1233
  #~ msgstr "Tooltip"
1234
 
1235
  #, fuzzy
 
1236
  #~ msgid "Show a tooltip when mouse is over a POI"
1237
  #~ msgstr "Prikazati naslove markera kao \"tooltip\" na mouse-over"
1238
 
1246
  #~ msgstr "Kontakt"
1247
 
1248
  #~ msgid ""
1249
+ "\n"
1250
+ "MapPress now requires WordPress 3.2 or higher. Please upgrade \"\n"
1251
+ "using MapPress.\""
1252
  #~ msgstr ""
1253
+ "\n"
1254
+ "MapPress zahtjeva WordPress 3.2 ili noviji. Molimo izvršite \"\n"
1255
+ "prije korištenja MapPress dodatka.\""
1256
 
1257
  #~ msgid ""
1258
+ "\n"
1259
+ "MapPress is not compfatible with the WP-Geo plugin. Please \"\n"
1260
+ "or uninstall WP-Geo before using MapPress.\""
1261
  #~ msgstr ""
1262
+ "\n"
1263
+ "MapPress nije kompatibilan sa WP-Geo dodatkom. Molimo \"\n"
1264
+ "ili deinstalirajte WP-Geo prije korištenja MapPress dodatka.\""
1265
 
1266
  #~ msgid "Bike"
1267
  #~ msgstr "Bicikl"
1270
  #~ msgstr "Jedna od adresa nije pronađena."
1271
 
1272
  #~ msgid ""
1273
+ "\n"
1274
+ "cannot return directions between those addresses. There is no \"\n"
1275
+ "between them or the routing information is not available.\""
1276
  #~ msgstr ""
1277
+ "\n"
1278
+ "nije mogao kreirati upute između navedenih adresa. Ne postoji ruta \"\n"
1279
+ "lokacija ili podaci o ruti nisu dostupni.\""
1280
 
1281
  #~ msgid "Unknown error, unable to return directions. Status code = "
1282
  #~ msgstr "Nepoznata greška, nije moguće prikazati upute. Status kod = "
1348
  #~ msgstr "Isključi CSS"
1349
 
1350
  #~ msgid ""
1351
+ "\n"
1352
+ "the settings below to automatically create maps from custom fields.\""
1353
  #~ msgstr ""
1354
+ "\n"
1355
+ "donje postavke pri automatskom kreiranju mapa iz prilagođenih \"\n"
1356
+ ""
1357
 
1358
  #~ msgid "Posts"
1359
  #~ msgstr "Postovi"
1364
  #, php-format
1365
  #~ msgid "Enter a %s to use when searching (leave blank for USA)"
1366
  #~ msgstr ""
1367
+ "\n"
1368
+ "%s koji treba koristiti kod pretraživanja (ostavite prazno za USA \"\n"
1369
+ ""
1370
 
1371
  #~ msgid "Enter a google server URL for directions/printing"
1372
  #~ msgstr "Unesite URL Google poslužitelja za upute/ispis"
languages/mappress-google-maps-for-wordpress-hu_HU-4cfebd0e75a430fc3eb311e0637a25c6.json ADDED
@@ -0,0 +1 @@
 
1
+ {"translation-revision-date":"2020-12-15 11:20-0800","generator":"WP-CLI\/2.4.0","source":"build\/index_mappress_admin.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"hu","plural-forms":"nplurals=2; plural=(n != 1);"},"Settings":["Be\u00e1ll\u00edt\u00e1sok"],"Map Library":["T\u00e9rk\u00e9p keret"],"Help":[""],"No results":[""],"Add":["\u00daj"],"Delete":["T\u00f6rl\u00e9s"],"Untitled":["N\u00e9vtelen"],"Google API key":["Google"],"Default":["Alap\u00e9rt\u00e9k"],"Google":["Google"],"Leaflet":[""],"Post type":["Bejegyz\u00e9s t\u00edpusok"],"Automatic":["Automatikus"],"Search":[""],"Zoom":["Nagy\u00edt\u00e1s"],"Map ID":["T\u00e9rk\u00e9p ID"],"Save":["Ment\u00e9s"],"Cancel":["M\u00e9gsem"],"Select a map":["T\u00e9rk\u00e9p vissza\u00e1ll\u00edt\u00e1sa"],"Add New":[""],"Attached to this post":[""],"All maps":["\u00d6sszes bejegyz\u00e9s"],"Size":["M\u00e9ret"],"Map title":["T\u00e9rk\u00e9p neve"],"Attached to":[""],"Action":["Helysz\u00edn"],"Unattached":[""],"No maps found":["T\u00e9rk\u00e9p nem tal\u00e1lhat\u00f3"],"Custom":["Egyedi CSS"],"New map":["T\u00e9rk\u00e9pen"],"Edit map":["Szerkeszt\u00e9s"],"Like the block? Upgrade to the free plugin or MapPress Pro for more features!":[""],"MapPress Pro":["MapPress"],"Free plugin":[""],"MapPress options":["Be\u00e1ll\u00edt\u00e1sok"],"Map settings":["Be\u00e1ll\u00edt\u00e1sok"],"MapPress Map":["MapPress"],"Create a new map or choose one from the map library.":[""],"Insert a map":["T\u00e9rk\u00e9p vissza\u00e1ll\u00edt\u00e1sa"],"Query":[""],"Refresh map":["\u00c1ttekint\u0151 t\u00e9rk\u00e9p"],"Author":[""],"Order by":["Jel\u00f6l\u0151 teste"],"Include children":[""],"Add custom field":["T\u00e9rk\u00e9p egyedi mez\u0151"],"Field name":["St\u00edlus neve"],"The field \"%s\" has already been added":[""],"Please enter a field name":["K\u00e9rlek el\u0151sz\u00f6r mentsd a t\u00e9rk\u00e9pet"],"Value (a or a,b,c...)":[""],"Invalid JSON":[""],"Update":[""],"Query code":["orsz\u00e1g k\u00f3d"],"MapPress Mashup":["MapPress"],"Insert a mashup":[""],"Options saved.":["T\u00e9rk\u00e9p mentve"],"Mapping Engine":[""],"Save options":[""],"Map copied":["T\u00e9rk\u00e9p m\u00e9rete"],"Shortcode copied":[""],"post title, map title, or map id":[""],"current post":["Jelenlegi bejegyz\u00e9sek"],"Edit post":["Szerkeszt\u00e9s"],"Copy":[""],"Shortcode":[""],"Delete map":["T\u00f6rl\u00e9s"],"Viewport saved":["T\u00e9rk\u00e9p mentve"],"px, %, vw":["Sz\u00e9less\u00e9g(px)"],"Width":["Sz\u00e9less\u00e9g"],"px, %, vh":["Sz\u00e9less\u00e9g(px)"],"Height":["S\u00faly"],"Center\/Zoom":["K\u00f6z\u00e9pre"]}}}
languages/mappress-google-maps-for-wordpress-hu_HU.po CHANGED
@@ -1,21 +1,19 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: MapPress Hungarian Translation\n"
4
- "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mappress-google-"
5
- "maps-for-wordpress\n"
6
- "POT-Creation-Date: 2020-12-15T18:23:01+00:00\n"
7
- "PO-Revision-Date: 2020-12-15 11:20-0800\n"
8
  "Last-Translator: Zsolt Acsai <zsolt.acsai@visitszeged.com>\n"
9
  "Language-Team: Visit Szeged <zsolt.acsai@visitszeged.com>\n"
10
- "Language: hu\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-KeywordsList: _;gettext;gettext_noop;__;_e\n"
15
  "X-Poedit-Basepath: .\n"
16
  "X-Generator: Poedit 2.4.2\n"
17
- "X-Poedit-SearchPath-0: C:/wamp/www/wordpress/wp-content/plugins/mappress-"
18
- "google-maps-for-wordpress\n"
19
 
20
  #. Plugin Name of the plugin
21
  msgid "MapPress Maps for WordPress"
@@ -37,23 +35,21 @@ msgstr ""
37
  msgid "https://www.mappresspro.com/chris-contact"
38
  msgstr ""
39
 
40
- #: mappress.php:171 mappress.php:701 build/index_mappress_admin.js:1
 
 
41
  msgid "Settings"
42
  msgstr "Beállítások"
43
 
44
- #: mappress.php:172 build/index_mappress_admin.js:1
 
45
  #, fuzzy
46
- #| msgid "Map border"
47
  msgid "Map Library"
48
  msgstr "Térkép keret"
49
 
50
  #: mappress.php:183
51
- msgid ""
52
- "MapPress database tables are missing. Please deactivate the plugin and "
53
- "activate it again to fix this."
54
- msgstr ""
55
- "Hiányoznak a MapPress táblák az adatbázisból. Kérem kapcsolja ki majd be a "
56
- "bővítményt a probléma megoldásához."
57
 
58
  #: mappress.php:188
59
  msgid "A Google Maps API key is required"
@@ -65,7 +61,6 @@ msgstr ""
65
 
66
  #: mappress.php:188
67
  #, fuzzy
68
- #| msgid "Map Settings"
69
  msgid "MapPress Settings"
70
  msgstr "Beállítások"
71
 
@@ -86,22 +81,20 @@ msgid "Please Help Spread the Word"
86
  msgstr ""
87
 
88
  #: mappress.php:285
89
- msgid ""
90
- "If you're enjoying MapPress, would you mind taking a moment to write a brief "
91
- "review? It would mean the world to me!"
92
  msgstr ""
93
 
94
  #: mappress.php:286
95
- msgid ""
96
- "If you have any issues or suggestions, please let me know. I'll be happy to "
97
- "help!"
98
  msgstr ""
99
 
100
- #: mappress.php:402 mappress.php:931
 
101
  msgid "Version"
102
  msgstr "Verzió"
103
 
104
- #: mappress.php:404 build/index_mappress_admin.js:1
 
105
  msgid "Help"
106
  msgstr ""
107
 
@@ -114,9 +107,7 @@ msgid "Please enter your MapPress license key to enable plugin updates"
114
  msgstr ""
115
 
116
  #: mappress.php:477
117
- msgid ""
118
- "MapPress Gutenberg blocks require WordPress 5.3 or the latest Gutenberg "
119
- "Plugin. Please update if using the block editor."
120
  msgstr ""
121
 
122
  #: mappress.php:481
@@ -129,14 +120,11 @@ msgstr ""
129
 
130
  #: mappress.php:487
131
  #, fuzzy
132
- #| msgid "There are no maps yet for this post"
133
  msgid "The MapPress map editor has moved!"
134
  msgstr "Még nincs térkép ehhez a bejegyzéshez"
135
 
136
  #: mappress.php:488
137
- msgid ""
138
- "Use this button to open the new popup editor where you can easily create, "
139
- "edit and insert maps."
140
  msgstr ""
141
 
142
  #: mappress.php:534
@@ -157,7 +145,6 @@ msgstr ""
157
 
158
  #: mappress.php:538
159
  #, fuzzy
160
- #| msgid "Loading..."
161
  msgid "Loading"
162
  msgstr "Töltés..."
163
 
@@ -169,13 +156,13 @@ msgstr ""
169
  msgid "Unable to get your location"
170
  msgstr "Nem sikerült meghatározni a jelenlegi pozíciót"
171
 
172
- #: mappress.php:541 build/index_mappress_admin.js:1
 
173
  msgid "No results"
174
  msgstr ""
175
 
176
  #: mappress.php:542
177
  #, fuzzy
178
- #| msgid "Save Changes"
179
  msgid "Save changes?"
180
  msgstr "Módosítások mentése"
181
 
@@ -185,13 +172,12 @@ msgstr "Forma"
185
 
186
  #: mappress.php:572
187
  #, fuzzy
188
- #| msgid "Delete this map?"
189
  msgid "Improve this map"
190
  msgstr "Térkép törlése?"
191
 
192
- #: mappress.php:588 mappress.php:607
 
193
  #, fuzzy
194
- #| msgid "Street view"
195
  msgid "Streets"
196
  msgstr "Utca nézet"
197
 
@@ -201,7 +187,6 @@ msgstr ""
201
 
202
  #: mappress.php:590
203
  #, fuzzy
204
- #| msgid "Right"
205
  msgid "Light"
206
  msgstr "Jobbra"
207
 
@@ -215,33 +200,38 @@ msgstr "Műholdas"
215
 
216
  #: mappress.php:593
217
  #, fuzzy
218
- #| msgid "Satellite"
219
  msgid "Satellite Streets"
220
  msgstr "Műholdas"
221
 
222
- #: mappress_controls.php:93 templates_admin/widgets.php:42
 
223
  #: build/index_mappress_admin.js:1
224
  msgid "Add"
225
  msgstr "Új"
226
 
227
- #: mappress_controls.php:102 templates_admin/editor.php:47
228
- #: templates_admin/mce.php:100 templates_admin/widgets.php:94
 
 
229
  #: build/index_mappress_admin.js:1
230
  msgid "Delete"
231
  msgstr "Törlés"
232
 
233
- #: mappress_map.php:85 mappress_settings.php:321
 
234
  msgid "MapPress"
235
  msgstr "MapPress"
236
 
237
- #: mappress_map.php:94 templates_admin/mce.php:30 templates_admin/mce.php:80
238
- #: templates_admin/mce.php:86 build/index_mappress_admin.js:1
 
 
 
239
  msgid "Untitled"
240
  msgstr "Névtelen"
241
 
242
  #: mappress_map.php:95
243
  #, fuzzy
244
- #| msgid "Top of post"
245
  msgid "Copy of %s"
246
  msgstr "Bejegyzés tetején"
247
 
@@ -261,9 +251,9 @@ msgstr "Alap beállítások"
261
  msgid "Mapping API"
262
  msgstr ""
263
 
264
- #: mappress_settings.php:92 build/index_mappress_admin.js:1
 
265
  #, fuzzy
266
- #| msgid "Google"
267
  msgid "Google API key"
268
  msgstr "Google"
269
 
@@ -285,7 +275,6 @@ msgstr "Bejegyzés típusok"
285
 
286
  #: mappress_settings.php:103
287
  #, fuzzy
288
- #| msgid "Automatic map display"
289
  msgid "Automatic display"
290
  msgstr "Auto térkép megjelenítés"
291
 
@@ -293,7 +282,8 @@ msgstr "Auto térkép megjelenítés"
293
  msgid "Map alignment"
294
  msgstr "Térkép igazítás"
295
 
296
- #: mappress_settings.php:105 templates/map-popup.php:3
 
297
  #: templates/mashup-popup.php:6
298
  msgid "Directions"
299
  msgstr "Útvonaltervezés"
@@ -306,7 +296,8 @@ msgstr "POI beállítások"
306
  msgid "Default zoom"
307
  msgstr "Alapérték"
308
 
309
- #: mappress_settings.php:110 mappress_settings.php:238
 
310
  msgid "Open first POI"
311
  msgstr "Első POI megnyitása"
312
 
@@ -336,7 +327,6 @@ msgstr "Helyszín"
336
 
337
  #: mappress_settings.php:121
338
  #, fuzzy
339
- #| msgid "language"
340
  msgid "Search language"
341
  msgstr "nyelv"
342
 
@@ -364,8 +354,10 @@ msgstr ""
364
  msgid "Compatiblity"
365
  msgstr ""
366
 
367
- #: mappress_settings.php:175 mappress_settings.php:244
368
- #: pro/mappress_pro_settings.php:234 templates_admin/widgets.php:78
 
 
369
  #: build/index_mappress_admin.js:1
370
  msgid "Default"
371
  msgstr "Alapérték"
@@ -394,7 +386,8 @@ msgstr "Bejegyzés tetején"
394
  msgid "Bottom of post"
395
  msgstr "Bejegyzés alján"
396
 
397
- #: mappress_settings.php:199 mappress_settings.php:243
 
398
  msgid "(list)"
399
  msgstr ""
400
 
@@ -406,8 +399,10 @@ msgstr ""
406
  msgid "Prevent other plugins/themes from loading the Google Maps API"
407
  msgstr ""
408
 
409
- #: mappress_settings.php:212 mappress_settings.php:221
410
- #: pro/mappress_pro_settings.php:232 build/index_mappress_admin.js:1
 
 
411
  msgid "Google"
412
  msgstr "Google"
413
 
@@ -415,17 +410,17 @@ msgstr "Google"
415
  msgid "Inline"
416
  msgstr "Vonalban"
417
 
418
- #: mappress_settings.php:221 build/index_mappress_admin.js:1
 
419
  msgid "Leaflet"
420
  msgstr ""
421
 
422
  #: mappress_settings.php:223
423
- msgid ""
424
- "Leaflet is free and requires no API key. Google requires an API key and has "
425
- "strict usage limits."
426
  msgstr ""
427
 
428
- #: mappress_settings.php:229 mappress_settings.php:232
 
429
  msgid "Output scripts in footer"
430
  msgstr ""
431
 
@@ -445,21 +440,20 @@ msgstr ""
445
  msgid "Enter token to use Mapbox map tiles"
446
  msgstr ""
447
 
448
- #: mappress_settings.php:257 mappress_settings.php:262
 
449
  #, fuzzy
450
- #| msgid "Map controls"
451
  msgid "Map type control"
452
  msgstr "Térkép menü"
453
 
454
  #: mappress_settings.php:258
455
  #, fuzzy
456
- #| msgid "Street view"
457
  msgid "Street view control"
458
  msgstr "Utca nézet"
459
 
460
- #: mappress_settings.php:259 mappress_settings.php:263
 
461
  #, fuzzy
462
- #| msgid "Show control"
463
  msgid "Zoom control"
464
  msgstr "Irányító megjelenítése"
465
 
@@ -473,19 +467,16 @@ msgstr "Easy Google Maps"
473
 
474
  #: mappress_settings.php:299
475
  #, fuzzy
476
- #| msgid "Width(px)"
477
  msgid "Width (px, %, vh, vw)"
478
  msgstr "Szélesség(px)"
479
 
480
  #: mappress_settings.php:299
481
  #, fuzzy
482
- #| msgid "Height(px)"
483
  msgid "Height (px, %, vh, vw)"
484
  msgstr "Magasság(px)"
485
 
486
  #: mappress_settings.php:299
487
  #, fuzzy
488
- #| msgid "Default style"
489
  msgid "Default size"
490
  msgstr "Alapérték"
491
 
@@ -493,11 +484,13 @@ msgstr "Alapérték"
493
  msgid "Copy maps when overwriting a translation"
494
  msgstr ""
495
 
496
- #: mappress_settings.php:326 mappress_settings.php:334
 
497
  msgid "Save Changes"
498
  msgstr "Módosítások mentése"
499
 
500
- #: mappress_settings.php:327 mappress_settings.php:335
 
501
  msgid "Reset Defaults"
502
  msgstr "Alapérték"
503
 
@@ -505,22 +498,24 @@ msgstr "Alapérték"
505
  msgid "Address"
506
  msgstr "Cím megadása"
507
 
508
- #: mappress_template.php:35 pro/mappress_pro_settings.php:338
 
509
  msgid "Body"
510
  msgstr "Test"
511
 
512
- #: mappress_template.php:36 pro/mappress_pro_settings.php:174
 
513
  #: pro/mappress_pro_settings.php:338
514
  msgid "Icon"
515
  msgstr "Ikon"
516
 
517
  #: mappress_template.php:37
518
  #, fuzzy
519
- #| msgid "Thumbnail Size"
520
  msgid "Thumbnail"
521
  msgstr "Kiskép mérete"
522
 
523
- #: mappress_template.php:38 pro/mappress_pro_settings.php:338
 
524
  msgid "Title"
525
  msgstr "Cím"
526
 
@@ -528,15 +523,17 @@ msgstr "Cím"
528
  msgid "Url"
529
  msgstr ""
530
 
531
- #: mappress_template.php:40 pro/mappress_filter.php:120
 
532
  #: pro/mappress_pro_settings.php:343
533
  msgid "Custom Field"
534
  msgstr "Egyedi mező"
535
 
536
- #: pro/mappress_filter.php:84 pro/mappress_filter.php:133
537
- #: pro/mappress_pro_settings.php:167 build/index_mappress_admin.js:1
 
 
538
  #, fuzzy
539
- #| msgid "Post types"
540
  msgid "Post type"
541
  msgstr "Bejegyzés típusok"
542
 
@@ -546,7 +543,6 @@ msgstr ""
546
 
547
  #: pro/mappress_filter.php:120
548
  #, fuzzy
549
- #| msgid "Post title"
550
  msgid "Post field"
551
  msgstr "Bejegyzés típusok"
552
 
@@ -554,8 +550,10 @@ msgstr "Bejegyzés típusok"
554
  msgid "Invalid geocoder: %s"
555
  msgstr ""
556
 
557
- #: pro/mappress_geocoder.php:59 pro/mappress_geocoder.php:110
558
- #: pro/mappress_geocoder.php:147 pro/mappress_geocoder.php:192
 
 
559
  msgid "No results for address: %s"
560
  msgstr "Nincs találat a következő címre: %s"
561
 
@@ -565,7 +563,6 @@ msgstr ""
565
 
566
  #: pro/mappress_geocoder.php:100
567
  #, fuzzy
568
- #| msgid "Invalid status: %s, address: %s"
569
  msgid "Invalid status: %s, %s Address: %s"
570
  msgstr "Érvénytelen állapot: %s, cím: %s"
571
 
@@ -585,7 +582,8 @@ msgstr ""
585
  msgid "Files error: "
586
  msgstr ""
587
 
588
- #: pro/mappress_meta.php:109 build/index_mappress_admin.js:1
 
589
  msgid "Automatic"
590
  msgstr "Automatikus"
591
 
@@ -595,13 +593,11 @@ msgstr ""
595
 
596
  #: pro/mappress_pro_settings.php:17
597
  #, fuzzy
598
- #| msgid "Version"
599
  msgid "Beta versions"
600
  msgstr "Verzió"
601
 
602
  #: pro/mappress_pro_settings.php:21
603
  #, fuzzy
604
- #| msgid "Geocoder(s)"
605
  msgid "Geocoder"
606
  msgstr "Helymeghatározó(k)"
607
 
@@ -611,7 +607,6 @@ msgstr "POI lista"
611
 
612
  #: pro/mappress_pro_settings.php:24
613
  #, fuzzy
614
- #| msgid "POI list"
615
  msgid "POI list layout"
616
  msgstr "POI lista"
617
 
@@ -629,7 +624,6 @@ msgstr ""
629
 
630
  #: pro/mappress_pro_settings.php:30
631
  #, fuzzy
632
- #| msgid "Post types"
633
  msgid "Popup type"
634
  msgstr "Bejegyzés típusok"
635
 
@@ -639,13 +633,11 @@ msgstr "Alapérték"
639
 
640
  #: pro/mappress_pro_settings.php:33
641
  #, fuzzy
642
- #| msgid "Custom icons directory"
643
  msgid "Icon directory"
644
  msgstr "Egyéni ikonok könyvtára"
645
 
646
  #: pro/mappress_pro_settings.php:34
647
  #, fuzzy
648
- #| msgid "Custom fields"
649
  msgid "Custom icons"
650
  msgstr "egyedi mező"
651
 
@@ -655,28 +647,28 @@ msgstr ""
655
 
656
  #: pro/mappress_pro_settings.php:36
657
  #, fuzzy
658
- #| msgid "Automatic"
659
  msgid "Automatic icons"
660
  msgstr "Automatikus"
661
 
662
- #: pro/mappress_pro_settings.php:38 templates/map.php:51
663
- #: templates_admin/mce.php:13 build/index_mappress_admin.js:1
 
 
664
  msgid "Search"
665
  msgstr ""
666
 
667
- #: pro/mappress_pro_settings.php:40 templates/map.php:58
 
668
  msgid "Filter"
669
  msgstr ""
670
 
671
  #: pro/mappress_pro_settings.php:41
672
  #, fuzzy
673
- #| msgid "POI title"
674
  msgid "POI content"
675
  msgstr "POI neve"
676
 
677
  #: pro/mappress_pro_settings.php:42
678
  #, fuzzy
679
- #| msgid "POI links"
680
  msgid "POI click"
681
  msgstr "POI linkek"
682
 
@@ -686,17 +678,16 @@ msgstr ""
686
 
687
  #: pro/mappress_pro_settings.php:44
688
  #, fuzzy
689
- #| msgid "Thumbnail Size"
690
  msgid "Thumbnails"
691
  msgstr "Kiskép mérete"
692
 
693
  #: pro/mappress_pro_settings.php:45
694
  #, fuzzy
695
- #| msgid "Thumbnail Size"
696
  msgid "Thumbnail size"
697
  msgstr "Kiskép mérete"
698
 
699
- #: pro/mappress_pro_settings.php:48 pro/mappress_pro_settings.php:50
 
700
  msgid "Styled maps"
701
  msgstr "Térkép stílusok"
702
 
@@ -714,7 +705,6 @@ msgstr ""
714
 
715
  #: pro/mappress_pro_settings.php:56
716
  #, fuzzy
717
- #| msgid "Geocoding fields"
718
  msgid "Geocoding errors"
719
  msgstr "Helymeghatározó mezők"
720
 
@@ -724,11 +714,11 @@ msgstr ""
724
 
725
  #: pro/mappress_pro_settings.php:61
726
  #, fuzzy
727
- #| msgid "Custom fields"
728
  msgid "Custom templates"
729
  msgstr "egyedi mező"
730
 
731
- #: pro/mappress_pro_settings.php:62 pro/mappress_pro_settings.php:227
 
732
  msgid "Force resize"
733
  msgstr "Kényszerített átméretezés"
734
 
@@ -770,7 +760,6 @@ msgstr ""
770
 
771
  #: pro/mappress_pro_settings.php:224
772
  #, fuzzy
773
- #| msgid "Permanently resize existing maps"
774
  msgid "Permanently resize existing maps (classic editor only)"
775
  msgstr "Meglévő térképek átméretezése"
776
 
@@ -790,7 +779,8 @@ msgstr "Nominatim"
790
  msgid "MapBox"
791
  msgstr ""
792
 
793
- #: pro/mappress_pro_settings.php:246 templates_admin/widgets.php:68
 
794
  msgid "Edit"
795
  msgstr "Szerkesztés"
796
 
@@ -804,19 +794,16 @@ msgstr ""
804
 
805
  #: pro/mappress_pro_settings.php:268
806
  #, fuzzy
807
- #| msgid "Reset map"
808
  msgid "Left of map"
809
  msgstr "Térkép visszaállítása"
810
 
811
  #: pro/mappress_pro_settings.php:269
812
  #, fuzzy
813
- #| msgid "Show map"
814
  msgid "Below map"
815
  msgstr "Térképen"
816
 
817
  #: pro/mappress_pro_settings.php:275
818
  #, fuzzy
819
- #| msgid "Get Directions"
820
  msgid "Get license"
821
  msgstr "Irányok lekérdezése"
822
 
@@ -832,7 +819,8 @@ msgstr ""
832
  msgid "Check now"
833
  msgstr ""
834
 
835
- #: pro/mappress_pro_settings.php:299 pro/mappress_updater.php:116
 
836
  msgid "Communication error, please try again later"
837
  msgstr ""
838
 
@@ -842,25 +830,21 @@ msgstr ""
842
 
843
  #: pro/mappress_pro_settings.php:305
844
  #, fuzzy
845
- #| msgid "POI title"
846
  msgid "POI title + POI body"
847
  msgstr "POI neve"
848
 
849
  #: pro/mappress_pro_settings.php:305
850
  #, fuzzy
851
- #| msgid "Post excerpt"
852
  msgid "Post title + post excerpt"
853
  msgstr "Bejegyzés kivonata"
854
 
855
  #: pro/mappress_pro_settings.php:310
856
  #, fuzzy
857
- #| msgid "Open the POI"
858
  msgid "Open POI"
859
  msgstr "POI megnyitása"
860
 
861
  #: pro/mappress_pro_settings.php:310
862
  #, fuzzy
863
- #| msgid "Current posts"
864
  msgid "Open post"
865
  msgstr "Jelenlegi bejegyzések"
866
 
@@ -878,7 +862,6 @@ msgstr ""
878
 
879
  #: pro/mappress_pro_settings.php:337
880
  #, fuzzy
881
- #| msgid "Address Line 1"
882
  msgid "Address line "
883
  msgstr "Címsor 1"
884
 
@@ -890,19 +873,18 @@ msgstr "Szélesség"
890
  msgid "Longitude"
891
  msgstr "Hosszúság"
892
 
893
- #: pro/mappress_pro_settings.php:338 build/index_mappress_admin.js:1
 
894
  msgid "Zoom"
895
  msgstr "Nagyítás"
896
 
897
  #: pro/mappress_pro_settings.php:343
898
  #, fuzzy
899
- #| msgid "Map size"
900
  msgid "Map Field"
901
  msgstr "Térkép mérete"
902
 
903
  #: pro/mappress_pro_settings.php:356
904
  #, fuzzy
905
- #| msgid "Overwrite existing maps when upating"
906
  msgid "Overwrite maps when posts are saved"
907
  msgstr "Meglévő térkép felülírása frissítéskor"
908
 
@@ -912,19 +894,16 @@ msgstr ""
912
 
913
  #: pro/mappress_pro_settings.php:365
914
  #, fuzzy
915
- #| msgid "Show a list of POIs under each map"
916
  msgid "Show a list of POIs with each map"
917
  msgstr "POI lista megjelenítése a térkép alatt"
918
 
919
  #: pro/mappress_pro_settings.php:373
920
  #, fuzzy
921
- #| msgid "Enable"
922
  msgid "Enable search"
923
  msgstr "Bekapcsolás"
924
 
925
  #: pro/mappress_pro_settings.php:377
926
  #, fuzzy
927
- #| msgid "Show POI list"
928
  msgid "Sort POI list by title"
929
  msgstr "POI lista megjelenítése"
930
 
@@ -934,17 +913,16 @@ msgstr "Nincs stílus beállítva"
934
 
935
  #: pro/mappress_pro_settings.php:392
936
  #, fuzzy
937
- #| msgid "Styled Maps"
938
  msgid "Snazzy Maps"
939
  msgstr "Térképek személyreszabása"
940
 
941
  #: pro/mappress_pro_settings.php:393
942
  #, fuzzy
943
- #| msgid "Enter JSON for %s from Google's %s"
944
  msgid "Enter JSON from %s"
945
  msgstr "JSON %s a Google %s eszközön keresztül"
946
 
947
- #: pro/mappress_pro_settings.php:397 pro/mappress_pro_settings.php:413
 
948
  msgid "Style name"
949
  msgstr "Stílus neve"
950
 
@@ -976,11 +954,13 @@ msgstr "Kiemelt kiskép megjelenítése kevert POI-k esetén"
976
  msgid "JSON error"
977
  msgstr ""
978
 
979
- #: pro/mappress_widget.php:69 pro/mappress_widget_map.php:56
 
980
  msgid "Widget title"
981
  msgstr "Widget neve"
982
 
983
- #: pro/mappress_widget.php:74 pro/mappress_widget_map.php:66
 
984
  msgid "Map size"
985
  msgstr "Térkép mérete"
986
 
@@ -1008,20 +988,25 @@ msgstr "Egyéni lekérdezés"
1008
  msgid "Learn about queries"
1009
  msgstr "Infó a lekérdezésekről"
1010
 
1011
- #: pro/mappress_widget.php:94 pro/mappress_widget_map.php:74
 
1012
  msgid "Show POI list"
1013
  msgstr "POI lista megjelenítése"
1014
 
1015
- #: pro/mappress_widget.php:101 pro/mappress_widget_map.php:81
 
1016
  msgid "Other Settings"
1017
  msgstr "Egyéb beállítások"
1018
 
1019
- #: pro/mappress_widget.php:104 pro/mappress_widget_map.php:84
 
1020
  msgid "Example: initialopeninfo=\"true\""
1021
  msgstr ""
1022
 
1023
- #: pro/mappress_widget_map.php:61 templates_admin/mce.php:49
1024
- #: templates_admin/mce.php:69 build/index_mappress_admin.js:1
 
 
1025
  msgid "Map ID"
1026
  msgstr "Térkép ID"
1027
 
@@ -1039,19 +1024,16 @@ msgstr ""
1039
 
1040
  #: templates/map-filters.php:13
1041
  #, fuzzy
1042
- #| msgid "Reset map"
1043
  msgid "Reset"
1044
  msgstr "Térkép visszaállítása"
1045
 
1046
  #: templates/map-loop.php:3
1047
  #, fuzzy
1048
- #| msgid "Reset Defaults"
1049
  msgid "Results"
1050
  msgstr "Alapérték"
1051
 
1052
  #: templates/map.php:53
1053
  #, fuzzy
1054
- #| msgid "Location"
1055
  msgid "Your Location"
1056
  msgstr "Helyszín"
1057
 
@@ -1077,13 +1059,11 @@ msgstr "Tranzit"
1077
 
1078
  #: templates/map.php:84
1079
  #, fuzzy
1080
- #| msgid "Show POI list"
1081
  msgid "Show List"
1082
  msgstr "POI lista megjelenítése"
1083
 
1084
  #: templates/map.php:85
1085
  #, fuzzy
1086
- #| msgid "Show map"
1087
  msgid "Show Map"
1088
  msgstr "Térképen"
1089
 
@@ -1099,39 +1079,44 @@ msgstr "HTML"
1099
  msgid "Add Media"
1100
  msgstr ""
1101
 
1102
- #: templates_admin/editor.php:45 templates_admin/mce.php:55
1103
- #: templates_admin/widgets.php:91 build/index_mappress_admin.js:1
 
 
1104
  msgid "Save"
1105
  msgstr "Mentés"
1106
 
1107
- #: templates_admin/editor.php:46 templates_admin/mce.php:56
1108
- #: templates_admin/widgets.php:92 build/index_mappress_admin.js:1
 
 
1109
  msgid "Cancel"
1110
  msgstr "Mégsem"
1111
 
1112
- #: templates_admin/mce.php:6 build/index_mappress_admin.js:1
 
1113
  #, fuzzy
1114
- #| msgid "Reset map"
1115
  msgid "Select a map"
1116
  msgstr "Térkép visszaállítása"
1117
 
1118
- #: templates_admin/mce.php:7 build/index_mappress_admin.js:1
 
1119
  msgid "Add New"
1120
  msgstr ""
1121
 
1122
  #: templates_admin/mce.php:14
1123
  #, fuzzy
1124
- #| msgid "Post title"
1125
  msgid "post title"
1126
  msgstr "Bejegyzés típusok"
1127
 
1128
- #: templates_admin/mce.php:18 build/index_mappress_admin.js:1
 
1129
  msgid "Attached to this post"
1130
  msgstr ""
1131
 
1132
- #: templates_admin/mce.php:19 build/index_mappress_admin.js:1
 
1133
  #, fuzzy
1134
- #| msgid "All posts"
1135
  msgid "All maps"
1136
  msgstr "Összes bejegyzés"
1137
 
@@ -1139,7 +1124,8 @@ msgstr "Összes bejegyzés"
1139
  msgid "Close"
1140
  msgstr "Bezárás"
1141
 
1142
- #: templates_admin/mce.php:35 build/index_mappress_admin.js:1
 
1143
  msgid "Size"
1144
  msgstr "Méret"
1145
 
@@ -1147,29 +1133,30 @@ msgstr "Méret"
1147
  msgid "Save center / zoom"
1148
  msgstr ""
1149
 
1150
- #: templates_admin/mce.php:68 build/index_mappress_admin.js:1
 
1151
  #, fuzzy
1152
- #| msgid "Map Title"
1153
  msgid "Map title"
1154
  msgstr "Térkép neve"
1155
 
1156
- #: templates_admin/mce.php:71 build/index_mappress_admin.js:1
 
1157
  msgid "Attached to"
1158
  msgstr ""
1159
 
1160
- #: templates_admin/mce.php:73 build/index_mappress_admin.js:1
 
1161
  #, fuzzy
1162
- #| msgid "Location"
1163
  msgid "Action"
1164
  msgstr "Helyszín"
1165
 
1166
  #: templates_admin/mce.php:87
1167
  #, fuzzy
1168
- #| msgid "Current posts"
1169
  msgid "Current post"
1170
  msgstr "Jelenlegi bejegyzések"
1171
 
1172
- #: templates_admin/mce.php:92 build/index_mappress_admin.js:1
 
1173
  msgid "Unattached"
1174
  msgstr ""
1175
 
@@ -1177,9 +1164,9 @@ msgstr ""
1177
  msgid "Insert into post"
1178
  msgstr "Beszúrás a bejegyzésbe"
1179
 
1180
- #: templates_admin/mce.php:107 build/index_mappress_admin.js:1
 
1181
  #, fuzzy
1182
- #| msgid "Map not found"
1183
  msgid "No maps found"
1184
  msgstr "Térkép nem található"
1185
 
@@ -1193,7 +1180,6 @@ msgstr "Súly"
1193
 
1194
  #: templates_admin/widgets.php:28
1195
  #, fuzzy
1196
- #| msgid "No styles have been defined yet"
1197
  msgid "No custom icons have been added yet."
1198
  msgstr "Nincs stílus beállítva"
1199
 
@@ -1207,258 +1193,35 @@ msgstr ""
1207
 
1208
  #: templates_admin/widgets.php:67
1209
  #, fuzzy
1210
- #| msgid "Marker list template"
1211
  msgid "Map list item"
1212
  msgstr "Jelölő címe"
1213
 
1214
  #: templates_admin/widgets.php:67
1215
  #, fuzzy
1216
- #| msgid "Mashups"
1217
  msgid "Mashup popup"
1218
  msgstr "Keverések"
1219
 
1220
  #: templates_admin/widgets.php:67
1221
  #, fuzzy
1222
- #| msgid "Mashup POI title"
1223
  msgid "Mashup list item"
1224
  msgstr "Kevert POI elnevezése"
1225
 
1226
  #: templates_admin/widgets.php:74
1227
  #, fuzzy
1228
- #| msgid "New Map"
1229
  msgid "New"
1230
  msgstr "Új térkép"
1231
 
1232
- #: templates_admin/widgets.php:74 build/index_mappress_admin.js:1
 
1233
  #, fuzzy
1234
- #| msgid "Custom CSS"
1235
  msgid "Custom"
1236
  msgstr "Egyedi CSS"
1237
 
1238
  #: templates_admin/widgets.php:77
1239
  #, fuzzy
1240
- #| msgid "Edit"
1241
  msgid "Editor"
1242
  msgstr "Szerkesztés"
1243
 
1244
- #: build/index_mappress_admin.js:1
1245
- #, fuzzy
1246
- #| msgid "Show map"
1247
- msgid "New map"
1248
- msgstr "Térképen"
1249
-
1250
- #: build/index_mappress_admin.js:1
1251
- #, fuzzy
1252
- #| msgid "Edit"
1253
- msgid "Edit map"
1254
- msgstr "Szerkesztés"
1255
-
1256
- #: build/index_mappress_admin.js:1
1257
- msgid ""
1258
- "Like the block? Upgrade to the free plugin or MapPress Pro for more "
1259
- "features!"
1260
- msgstr ""
1261
-
1262
- #: build/index_mappress_admin.js:1
1263
- #, fuzzy
1264
- #| msgid "MapPress"
1265
- msgid "MapPress Pro"
1266
- msgstr "MapPress"
1267
-
1268
- #: build/index_mappress_admin.js:1
1269
- msgid "Free plugin"
1270
- msgstr ""
1271
-
1272
- #: build/index_mappress_admin.js:1
1273
- #, fuzzy
1274
- #| msgid "Map Settings"
1275
- msgid "MapPress options"
1276
- msgstr "Beállítások"
1277
-
1278
- #: build/index_mappress_admin.js:1
1279
- #, fuzzy
1280
- #| msgid "Map Settings"
1281
- msgid "Map settings"
1282
- msgstr "Beállítások"
1283
-
1284
- #: build/index_mappress_admin.js:1
1285
- #, fuzzy
1286
- #| msgid "MapPress"
1287
- msgid "MapPress Map"
1288
- msgstr "MapPress"
1289
-
1290
- #: build/index_mappress_admin.js:1
1291
- msgid "Create a new map or choose one from the map library."
1292
- msgstr ""
1293
-
1294
- #: build/index_mappress_admin.js:1
1295
- #, fuzzy
1296
- #| msgid "Reset map"
1297
- msgid "Insert a map"
1298
- msgstr "Térkép visszaállítása"
1299
-
1300
- #: build/index_mappress_admin.js:1
1301
- msgid "Query"
1302
- msgstr ""
1303
-
1304
- #: build/index_mappress_admin.js:1
1305
- #, fuzzy
1306
- #| msgid "Overview map"
1307
- msgid "Refresh map"
1308
- msgstr "Áttekintő térkép"
1309
-
1310
- #: build/index_mappress_admin.js:1
1311
- msgid "Author"
1312
- msgstr ""
1313
-
1314
- #: build/index_mappress_admin.js:1
1315
- #, fuzzy
1316
- #| msgid "Marker body"
1317
- msgid "Order by"
1318
- msgstr "Jelölő teste"
1319
-
1320
- #: build/index_mappress_admin.js:1
1321
- msgid "Include children"
1322
- msgstr ""
1323
-
1324
- #: build/index_mappress_admin.js:1
1325
- #, fuzzy
1326
- #| msgid "Map custom field"
1327
- msgid "Add custom field"
1328
- msgstr "Térkép egyedi mező"
1329
-
1330
- #: build/index_mappress_admin.js:1
1331
- #, fuzzy
1332
- #| msgid "Style name"
1333
- msgid "Field name"
1334
- msgstr "Stílus neve"
1335
-
1336
- #: build/index_mappress_admin.js:1
1337
- msgid "The field \"%s\" has already been added"
1338
- msgstr ""
1339
-
1340
- #: build/index_mappress_admin.js:1
1341
- #, fuzzy
1342
- #| msgid "Please save the map first"
1343
- msgid "Please enter a field name"
1344
- msgstr "Kérlek először mentsd a térképet"
1345
-
1346
- #: build/index_mappress_admin.js:1
1347
- msgid "Value (a or a,b,c...)"
1348
- msgstr ""
1349
-
1350
- #: build/index_mappress_admin.js:1
1351
- msgid "Invalid JSON"
1352
- msgstr ""
1353
-
1354
- #: build/index_mappress_admin.js:1
1355
- msgid "Update"
1356
- msgstr ""
1357
-
1358
- #: build/index_mappress_admin.js:1
1359
- #, fuzzy
1360
- #| msgid "country code"
1361
- msgid "Query code"
1362
- msgstr "ország kód"
1363
-
1364
- #: build/index_mappress_admin.js:1
1365
- #, fuzzy
1366
- #| msgid "MapPress"
1367
- msgid "MapPress Mashup"
1368
- msgstr "MapPress"
1369
-
1370
- #: build/index_mappress_admin.js:1
1371
- msgid "Insert a mashup"
1372
- msgstr ""
1373
-
1374
- #: build/index_mappress_admin.js:1
1375
- #, fuzzy
1376
- #| msgid "Map saved"
1377
- msgid "Options saved."
1378
- msgstr "Térkép mentve"
1379
-
1380
- #: build/index_mappress_admin.js:1
1381
- msgid "Mapping Engine"
1382
- msgstr ""
1383
-
1384
- #: build/index_mappress_admin.js:1
1385
- msgid "Save options"
1386
- msgstr ""
1387
-
1388
- #: build/index_mappress_admin.js:1
1389
- #, fuzzy
1390
- #| msgid "Map size"
1391
- msgid "Map copied"
1392
- msgstr "Térkép mérete"
1393
-
1394
- #: build/index_mappress_admin.js:1
1395
- msgid "Shortcode copied"
1396
- msgstr ""
1397
-
1398
- #: build/index_mappress_admin.js:1
1399
- msgid "post title, map title, or map id"
1400
- msgstr ""
1401
-
1402
- #: build/index_mappress_admin.js:1
1403
- #, fuzzy
1404
- #| msgid "Current posts"
1405
- msgid "current post"
1406
- msgstr "Jelenlegi bejegyzések"
1407
-
1408
- #: build/index_mappress_admin.js:1
1409
- #, fuzzy
1410
- #| msgid "Edit"
1411
- msgid "Edit post"
1412
- msgstr "Szerkesztés"
1413
-
1414
- #: build/index_mappress_admin.js:1
1415
- msgid "Copy"
1416
- msgstr ""
1417
-
1418
- #: build/index_mappress_admin.js:1
1419
- msgid "Shortcode"
1420
- msgstr ""
1421
-
1422
- #: build/index_mappress_admin.js:1
1423
- #, fuzzy
1424
- #| msgid "Delete"
1425
- msgid "Delete map"
1426
- msgstr "Törlés"
1427
-
1428
- #: build/index_mappress_admin.js:1
1429
- #, fuzzy
1430
- #| msgid "Map saved"
1431
- msgid "Viewport saved"
1432
- msgstr "Térkép mentve"
1433
-
1434
- #: build/index_mappress_admin.js:1
1435
- #, fuzzy
1436
- #| msgid "Width(px)"
1437
- msgid "px, %, vw"
1438
- msgstr "Szélesség(px)"
1439
-
1440
- #: build/index_mappress_admin.js:1
1441
- msgid "Width"
1442
- msgstr "Szélesség"
1443
-
1444
- #: build/index_mappress_admin.js:1
1445
- #, fuzzy
1446
- #| msgid "Width(px)"
1447
- msgid "px, %, vh"
1448
- msgstr "Szélesség(px)"
1449
-
1450
- #: build/index_mappress_admin.js:1
1451
- #, fuzzy
1452
- #| msgid "Weight"
1453
- msgid "Height"
1454
- msgstr "Súly"
1455
-
1456
- #: build/index_mappress_admin.js:1
1457
- #, fuzzy
1458
- #| msgid "Center"
1459
- msgid "Center/Zoom"
1460
- msgstr "Középre"
1461
-
1462
  #: package.json
1463
  msgctxt "block description"
1464
  msgid "MapPress Maps for WordPress"
@@ -1468,10 +1231,10 @@ msgstr ""
1468
  #~ msgstr "Tippek"
1469
 
1470
  #, fuzzy
1471
- #~| msgid "Show POI titles as a \"tooltip\" on mouse-over"
1472
  #~ msgid "Show a tooltip when mouse is over a POI"
1473
  #~ msgstr ""
1474
- #~ "Jelölő POI megjelenítése magyarázó szövegként, ha fölé visszük az egeret."
 
1475
 
1476
  #~ msgid "Documentation"
1477
  #~ msgstr "Dokumentáció"
@@ -1483,19 +1246,23 @@ msgstr ""
1483
  #~ msgstr "Kapcsolat"
1484
 
1485
  #~ msgid ""
1486
- #~ "WARNING: MapPress now requires WordPress 3.2 or higher. Please upgrade "
1487
- #~ "before using MapPress."
 
1488
  #~ msgstr ""
1489
- #~ "FIGYELEM: a MapPress működéséhez legalább WordPress 3.2 szükséges. Kérem "
1490
- #~ "frissítsen a MapPress használata előtt."
 
1491
 
1492
  #~ msgid ""
1493
- #~ "WARNING: MapPress is not compfatible with the WP-Geo plugin. Please "
1494
- #~ "deactivate or uninstall WP-Geo before using MapPress."
 
1495
  #~ msgstr ""
1496
- #~ "FIGYELEM: A MapPress nem kompatibilis a WP-Geo bővítménnyel. Kérem "
1497
- #~ "kapcsolja ki, vagy távolítsa el a WP-Geo bővítményt a MapPress használata "
1498
- #~ "előtt."
 
1499
 
1500
  #~ msgid "Bike"
1501
  #~ msgstr "Kerékpár"
@@ -1504,11 +1271,13 @@ msgstr ""
1504
  #~ msgstr "A kiindulási- vagy célcím nem található."
1505
 
1506
  #~ msgid ""
1507
- #~ "Google cannot return directions between those addresses. There is no "
1508
- #~ "route between them or the routing information is not available."
 
1509
  #~ msgstr ""
1510
- #~ "A Google nem talált útvonalat a két cím között. Vagy nincs ilyen útvonal, "
1511
- #~ "vagy az információ nem érhető el."
 
1512
 
1513
  #~ msgid "Unknown error, unable to return directions. Status code = "
1514
  #~ msgstr "Ismeretlen hiba, nem jeleníthető meg az útvonal. Állapot kód: "
@@ -1577,10 +1346,12 @@ msgstr ""
1577
  #~ msgstr "Térképek betöltése"
1578
 
1579
  #~ msgid ""
1580
- #~ "Use the settings below to automatically create maps from custom fields."
 
1581
  #~ msgstr ""
1582
- #~ "Használja az alábbi beállításokat a térképek létrehozásához egyedi "
1583
- #~ "mezőből."
 
1584
 
1585
  #~ msgid "Posts"
1586
  #~ msgstr "Bejegyzések"
@@ -1760,7 +1531,8 @@ msgstr ""
1760
 
1761
  #~ msgid "No results, check that a geocoder is configured"
1762
  #~ msgstr ""
1763
- #~ "Nincs eredmény, a helymeghatározás beállítása ellenőrzésre szorulhat"
 
1764
 
1765
  #~ msgid "Use DataTables"
1766
  #~ msgstr "DataTables használata"
@@ -1878,7 +1650,8 @@ msgstr ""
1878
 
1879
  #~ msgid "Internal error - unable to save map. Your data has not been saved!"
1880
  #~ msgstr ""
1881
- #~ "Belső hiba, nem lehet menteni a térképet. Az adatok nem lettek mentve!"
 
1882
 
1883
  #~ msgid "Marker list"
1884
  #~ msgstr "Jelölő címe"
@@ -1887,17 +1660,20 @@ msgstr ""
1887
  #~ msgstr "Forgalom gomb megjelenítése"
1888
 
1889
  #~ msgid ""
1890
- #~ "Allow your readers to change the map type (street, satellite, or hybrid)"
 
1891
  #~ msgstr "Az olvasók módosíthassák a térkép típusát (utca, szatelit, vegyes)"
1892
 
1893
  #~ msgid "Display the street view control \"peg man\""
1894
  #~ msgstr "Utca nézet vezérlő megjelenítése (\"peg man\")"
1895
 
1896
  #~ msgid ""
1897
- #~ "Select 'Google' if directions aren't displaying properly in your theme"
 
1898
  #~ msgstr ""
1899
- #~ "Válassza a 'Google' lehetőséget, ha az irány információk nem jól jelennek "
1900
- #~ "meg az oldalon"
 
1901
 
1902
  #~ msgid "Show a button for real-time traffic conditions"
1903
  #~ msgstr "Valós idejű forgalmi állapotok gomb megjelenítése"
@@ -1969,11 +1745,13 @@ msgstr ""
1969
  #~ msgstr "Hivatkozás"
1970
 
1971
  #~ msgid ""
1972
- #~ " Include your own CSS. You must create a file named %s in the MapPress "
1973
- #~ "%s sub-directory"
 
1974
  #~ msgstr ""
1975
- #~ "Használhat saját CSS fájlt is. Készítsen egy %s nevű fájlt a MapPress %s "
1976
- #~ "alkönyvtárában!"
 
1977
 
1978
  #~ msgid "Map addresses from a %s : "
1979
  #~ msgstr "Térkép címek innen %s:"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: MapPress Hungarian Translation\n"
4
+ "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mappress-google-maps-for-wordpress\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: 2020-12-15T18:23:01+00:00\n"
11
+ "PO-Revision-Date: 2020-12-15 11:20-0800\n"
12
+ "Language: hu\n"
13
  "X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
14
  "X-Poedit-Basepath: .\n"
15
  "X-Generator: Poedit 2.4.2\n"
16
+ "X-Poedit-SearchPath-0: C:/wamp/www/wordpress/wp-content/plugins/mappress-google-maps-for-wordpress\n"
 
17
 
18
  #. Plugin Name of the plugin
19
  msgid "MapPress Maps for WordPress"
35
  msgid "https://www.mappresspro.com/chris-contact"
36
  msgstr ""
37
 
38
+ #: mappress.php:171
39
+ #: mappress.php:701
40
+ #: build/index_mappress_admin.js:1
41
  msgid "Settings"
42
  msgstr "Beállítások"
43
 
44
+ #: mappress.php:172
45
+ #: build/index_mappress_admin.js:1
46
  #, fuzzy
 
47
  msgid "Map Library"
48
  msgstr "Térkép keret"
49
 
50
  #: mappress.php:183
51
+ msgid "MapPress database tables are missing. Please deactivate the plugin and activate it again to fix this."
52
+ 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."
 
 
 
 
53
 
54
  #: mappress.php:188
55
  msgid "A Google Maps API key is required"
61
 
62
  #: mappress.php:188
63
  #, fuzzy
 
64
  msgid "MapPress Settings"
65
  msgstr "Beállítások"
66
 
81
  msgstr ""
82
 
83
  #: mappress.php:285
84
+ msgid "If you're enjoying MapPress, would you mind taking a moment to write a brief review? It would mean the world to me!"
 
 
85
  msgstr ""
86
 
87
  #: mappress.php:286
88
+ msgid "If you have any issues or suggestions, please let me know. I'll be happy to help!"
 
 
89
  msgstr ""
90
 
91
+ #: mappress.php:402
92
+ #: mappress.php:931
93
  msgid "Version"
94
  msgstr "Verzió"
95
 
96
+ #: mappress.php:404
97
+ #: build/index_mappress_admin.js:1
98
  msgid "Help"
99
  msgstr ""
100
 
107
  msgstr ""
108
 
109
  #: mappress.php:477
110
+ msgid "MapPress Gutenberg blocks require WordPress 5.3 or the latest Gutenberg Plugin. Please update if using the block editor."
 
 
111
  msgstr ""
112
 
113
  #: mappress.php:481
120
 
121
  #: mappress.php:487
122
  #, fuzzy
 
123
  msgid "The MapPress map editor has moved!"
124
  msgstr "Még nincs térkép ehhez a bejegyzéshez"
125
 
126
  #: mappress.php:488
127
+ msgid "Use this button to open the new popup editor where you can easily create, edit and insert maps."
 
 
128
  msgstr ""
129
 
130
  #: mappress.php:534
145
 
146
  #: mappress.php:538
147
  #, fuzzy
 
148
  msgid "Loading"
149
  msgstr "Töltés..."
150
 
156
  msgid "Unable to get your location"
157
  msgstr "Nem sikerült meghatározni a jelenlegi pozíciót"
158
 
159
+ #: mappress.php:541
160
+ #: build/index_mappress_admin.js:1
161
  msgid "No results"
162
  msgstr ""
163
 
164
  #: mappress.php:542
165
  #, fuzzy
 
166
  msgid "Save changes?"
167
  msgstr "Módosítások mentése"
168
 
172
 
173
  #: mappress.php:572
174
  #, fuzzy
 
175
  msgid "Improve this map"
176
  msgstr "Térkép törlése?"
177
 
178
+ #: mappress.php:588
179
+ #: mappress.php:607
180
  #, fuzzy
 
181
  msgid "Streets"
182
  msgstr "Utca nézet"
183
 
187
 
188
  #: mappress.php:590
189
  #, fuzzy
 
190
  msgid "Light"
191
  msgstr "Jobbra"
192
 
200
 
201
  #: mappress.php:593
202
  #, fuzzy
 
203
  msgid "Satellite Streets"
204
  msgstr "Műholdas"
205
 
206
+ #: mappress_controls.php:93
207
+ #: templates_admin/widgets.php:42
208
  #: build/index_mappress_admin.js:1
209
  msgid "Add"
210
  msgstr "Új"
211
 
212
+ #: mappress_controls.php:102
213
+ #: templates_admin/editor.php:47
214
+ #: templates_admin/mce.php:100
215
+ #: templates_admin/widgets.php:94
216
  #: build/index_mappress_admin.js:1
217
  msgid "Delete"
218
  msgstr "Törlés"
219
 
220
+ #: mappress_map.php:85
221
+ #: mappress_settings.php:321
222
  msgid "MapPress"
223
  msgstr "MapPress"
224
 
225
+ #: mappress_map.php:94
226
+ #: templates_admin/mce.php:30
227
+ #: templates_admin/mce.php:80
228
+ #: templates_admin/mce.php:86
229
+ #: build/index_mappress_admin.js:1
230
  msgid "Untitled"
231
  msgstr "Névtelen"
232
 
233
  #: mappress_map.php:95
234
  #, fuzzy
 
235
  msgid "Copy of %s"
236
  msgstr "Bejegyzés tetején"
237
 
251
  msgid "Mapping API"
252
  msgstr ""
253
 
254
+ #: mappress_settings.php:92
255
+ #: build/index_mappress_admin.js:1
256
  #, fuzzy
 
257
  msgid "Google API key"
258
  msgstr "Google"
259
 
275
 
276
  #: mappress_settings.php:103
277
  #, fuzzy
 
278
  msgid "Automatic display"
279
  msgstr "Auto térkép megjelenítés"
280
 
282
  msgid "Map alignment"
283
  msgstr "Térkép igazítás"
284
 
285
+ #: mappress_settings.php:105
286
+ #: templates/map-popup.php:3
287
  #: templates/mashup-popup.php:6
288
  msgid "Directions"
289
  msgstr "Útvonaltervezés"
296
  msgid "Default zoom"
297
  msgstr "Alapérték"
298
 
299
+ #: mappress_settings.php:110
300
+ #: mappress_settings.php:238
301
  msgid "Open first POI"
302
  msgstr "Első POI megnyitása"
303
 
327
 
328
  #: mappress_settings.php:121
329
  #, fuzzy
 
330
  msgid "Search language"
331
  msgstr "nyelv"
332
 
354
  msgid "Compatiblity"
355
  msgstr ""
356
 
357
+ #: mappress_settings.php:175
358
+ #: mappress_settings.php:244
359
+ #: pro/mappress_pro_settings.php:234
360
+ #: templates_admin/widgets.php:78
361
  #: build/index_mappress_admin.js:1
362
  msgid "Default"
363
  msgstr "Alapérték"
386
  msgid "Bottom of post"
387
  msgstr "Bejegyzés alján"
388
 
389
+ #: mappress_settings.php:199
390
+ #: mappress_settings.php:243
391
  msgid "(list)"
392
  msgstr ""
393
 
399
  msgid "Prevent other plugins/themes from loading the Google Maps API"
400
  msgstr ""
401
 
402
+ #: mappress_settings.php:212
403
+ #: mappress_settings.php:221
404
+ #: pro/mappress_pro_settings.php:232
405
+ #: build/index_mappress_admin.js:1
406
  msgid "Google"
407
  msgstr "Google"
408
 
410
  msgid "Inline"
411
  msgstr "Vonalban"
412
 
413
+ #: mappress_settings.php:221
414
+ #: build/index_mappress_admin.js:1
415
  msgid "Leaflet"
416
  msgstr ""
417
 
418
  #: mappress_settings.php:223
419
+ msgid "Leaflet is free and requires no API key. Google requires an API key and has strict usage limits."
 
 
420
  msgstr ""
421
 
422
+ #: mappress_settings.php:229
423
+ #: mappress_settings.php:232
424
  msgid "Output scripts in footer"
425
  msgstr ""
426
 
440
  msgid "Enter token to use Mapbox map tiles"
441
  msgstr ""
442
 
443
+ #: mappress_settings.php:257
444
+ #: mappress_settings.php:262
445
  #, fuzzy
 
446
  msgid "Map type control"
447
  msgstr "Térkép menü"
448
 
449
  #: mappress_settings.php:258
450
  #, fuzzy
 
451
  msgid "Street view control"
452
  msgstr "Utca nézet"
453
 
454
+ #: mappress_settings.php:259
455
+ #: mappress_settings.php:263
456
  #, fuzzy
 
457
  msgid "Zoom control"
458
  msgstr "Irányító megjelenítése"
459
 
467
 
468
  #: mappress_settings.php:299
469
  #, fuzzy
 
470
  msgid "Width (px, %, vh, vw)"
471
  msgstr "Szélesség(px)"
472
 
473
  #: mappress_settings.php:299
474
  #, fuzzy
 
475
  msgid "Height (px, %, vh, vw)"
476
  msgstr "Magasság(px)"
477
 
478
  #: mappress_settings.php:299
479
  #, fuzzy
 
480
  msgid "Default size"
481
  msgstr "Alapérték"
482
 
484
  msgid "Copy maps when overwriting a translation"
485
  msgstr ""
486
 
487
+ #: mappress_settings.php:326
488
+ #: mappress_settings.php:334
489
  msgid "Save Changes"
490
  msgstr "Módosítások mentése"
491
 
492
+ #: mappress_settings.php:327
493
+ #: mappress_settings.php:335
494
  msgid "Reset Defaults"
495
  msgstr "Alapérték"
496
 
498
  msgid "Address"
499
  msgstr "Cím megadása"
500
 
501
+ #: mappress_template.php:35
502
+ #: pro/mappress_pro_settings.php:338
503
  msgid "Body"
504
  msgstr "Test"
505
 
506
+ #: mappress_template.php:36
507
+ #: pro/mappress_pro_settings.php:174
508
  #: pro/mappress_pro_settings.php:338
509
  msgid "Icon"
510
  msgstr "Ikon"
511
 
512
  #: mappress_template.php:37
513
  #, fuzzy
 
514
  msgid "Thumbnail"
515
  msgstr "Kiskép mérete"
516
 
517
+ #: mappress_template.php:38
518
+ #: pro/mappress_pro_settings.php:338
519
  msgid "Title"
520
  msgstr "Cím"
521
 
523
  msgid "Url"
524
  msgstr ""
525
 
526
+ #: mappress_template.php:40
527
+ #: pro/mappress_filter.php:120
528
  #: pro/mappress_pro_settings.php:343
529
  msgid "Custom Field"
530
  msgstr "Egyedi mező"
531
 
532
+ #: pro/mappress_filter.php:84
533
+ #: pro/mappress_filter.php:133
534
+ #: pro/mappress_pro_settings.php:167
535
+ #: build/index_mappress_admin.js:1
536
  #, fuzzy
 
537
  msgid "Post type"
538
  msgstr "Bejegyzés típusok"
539
 
543
 
544
  #: pro/mappress_filter.php:120
545
  #, fuzzy
 
546
  msgid "Post field"
547
  msgstr "Bejegyzés típusok"
548
 
550
  msgid "Invalid geocoder: %s"
551
  msgstr ""
552
 
553
+ #: pro/mappress_geocoder.php:59
554
+ #: pro/mappress_geocoder.php:110
555
+ #: pro/mappress_geocoder.php:147
556
+ #: pro/mappress_geocoder.php:192
557
  msgid "No results for address: %s"
558
  msgstr "Nincs találat a következő címre: %s"
559
 
563
 
564
  #: pro/mappress_geocoder.php:100
565
  #, fuzzy
 
566
  msgid "Invalid status: %s, %s Address: %s"
567
  msgstr "Érvénytelen állapot: %s, cím: %s"
568
 
582
  msgid "Files error: "
583
  msgstr ""
584
 
585
+ #: pro/mappress_meta.php:109
586
+ #: build/index_mappress_admin.js:1
587
  msgid "Automatic"
588
  msgstr "Automatikus"
589
 
593
 
594
  #: pro/mappress_pro_settings.php:17
595
  #, fuzzy
 
596
  msgid "Beta versions"
597
  msgstr "Verzió"
598
 
599
  #: pro/mappress_pro_settings.php:21
600
  #, fuzzy
 
601
  msgid "Geocoder"
602
  msgstr "Helymeghatározó(k)"
603
 
607
 
608
  #: pro/mappress_pro_settings.php:24
609
  #, fuzzy
 
610
  msgid "POI list layout"
611
  msgstr "POI lista"
612
 
624
 
625
  #: pro/mappress_pro_settings.php:30
626
  #, fuzzy
 
627
  msgid "Popup type"
628
  msgstr "Bejegyzés típusok"
629
 
633
 
634
  #: pro/mappress_pro_settings.php:33
635
  #, fuzzy
 
636
  msgid "Icon directory"
637
  msgstr "Egyéni ikonok könyvtára"
638
 
639
  #: pro/mappress_pro_settings.php:34
640
  #, fuzzy
 
641
  msgid "Custom icons"
642
  msgstr "egyedi mező"
643
 
647
 
648
  #: pro/mappress_pro_settings.php:36
649
  #, fuzzy
 
650
  msgid "Automatic icons"
651
  msgstr "Automatikus"
652
 
653
+ #: pro/mappress_pro_settings.php:38
654
+ #: templates/map.php:51
655
+ #: templates_admin/mce.php:13
656
+ #: build/index_mappress_admin.js:1
657
  msgid "Search"
658
  msgstr ""
659
 
660
+ #: pro/mappress_pro_settings.php:40
661
+ #: templates/map.php:58
662
  msgid "Filter"
663
  msgstr ""
664
 
665
  #: pro/mappress_pro_settings.php:41
666
  #, fuzzy
 
667
  msgid "POI content"
668
  msgstr "POI neve"
669
 
670
  #: pro/mappress_pro_settings.php:42
671
  #, fuzzy
 
672
  msgid "POI click"
673
  msgstr "POI linkek"
674
 
678
 
679
  #: pro/mappress_pro_settings.php:44
680
  #, fuzzy
 
681
  msgid "Thumbnails"
682
  msgstr "Kiskép mérete"
683
 
684
  #: pro/mappress_pro_settings.php:45
685
  #, fuzzy
 
686
  msgid "Thumbnail size"
687
  msgstr "Kiskép mérete"
688
 
689
+ #: pro/mappress_pro_settings.php:48
690
+ #: pro/mappress_pro_settings.php:50
691
  msgid "Styled maps"
692
  msgstr "Térkép stílusok"
693
 
705
 
706
  #: pro/mappress_pro_settings.php:56
707
  #, fuzzy
 
708
  msgid "Geocoding errors"
709
  msgstr "Helymeghatározó mezők"
710
 
714
 
715
  #: pro/mappress_pro_settings.php:61
716
  #, fuzzy
 
717
  msgid "Custom templates"
718
  msgstr "egyedi mező"
719
 
720
+ #: pro/mappress_pro_settings.php:62
721
+ #: pro/mappress_pro_settings.php:227
722
  msgid "Force resize"
723
  msgstr "Kényszerített átméretezés"
724
 
760
 
761
  #: pro/mappress_pro_settings.php:224
762
  #, fuzzy
 
763
  msgid "Permanently resize existing maps (classic editor only)"
764
  msgstr "Meglévő térképek átméretezése"
765
 
779
  msgid "MapBox"
780
  msgstr ""
781
 
782
+ #: pro/mappress_pro_settings.php:246
783
+ #: templates_admin/widgets.php:68
784
  msgid "Edit"
785
  msgstr "Szerkesztés"
786
 
794
 
795
  #: pro/mappress_pro_settings.php:268
796
  #, fuzzy
 
797
  msgid "Left of map"
798
  msgstr "Térkép visszaállítása"
799
 
800
  #: pro/mappress_pro_settings.php:269
801
  #, fuzzy
 
802
  msgid "Below map"
803
  msgstr "Térképen"
804
 
805
  #: pro/mappress_pro_settings.php:275
806
  #, fuzzy
 
807
  msgid "Get license"
808
  msgstr "Irányok lekérdezése"
809
 
819
  msgid "Check now"
820
  msgstr ""
821
 
822
+ #: pro/mappress_pro_settings.php:299
823
+ #: pro/mappress_updater.php:116
824
  msgid "Communication error, please try again later"
825
  msgstr ""
826
 
830
 
831
  #: pro/mappress_pro_settings.php:305
832
  #, fuzzy
 
833
  msgid "POI title + POI body"
834
  msgstr "POI neve"
835
 
836
  #: pro/mappress_pro_settings.php:305
837
  #, fuzzy
 
838
  msgid "Post title + post excerpt"
839
  msgstr "Bejegyzés kivonata"
840
 
841
  #: pro/mappress_pro_settings.php:310
842
  #, fuzzy
 
843
  msgid "Open POI"
844
  msgstr "POI megnyitása"
845
 
846
  #: pro/mappress_pro_settings.php:310
847
  #, fuzzy
 
848
  msgid "Open post"
849
  msgstr "Jelenlegi bejegyzések"
850
 
862
 
863
  #: pro/mappress_pro_settings.php:337
864
  #, fuzzy
 
865
  msgid "Address line "
866
  msgstr "Címsor 1"
867
 
873
  msgid "Longitude"
874
  msgstr "Hosszúság"
875
 
876
+ #: pro/mappress_pro_settings.php:338
877
+ #: build/index_mappress_admin.js:1
878
  msgid "Zoom"
879
  msgstr "Nagyítás"
880
 
881
  #: pro/mappress_pro_settings.php:343
882
  #, fuzzy
 
883
  msgid "Map Field"
884
  msgstr "Térkép mérete"
885
 
886
  #: pro/mappress_pro_settings.php:356
887
  #, fuzzy
 
888
  msgid "Overwrite maps when posts are saved"
889
  msgstr "Meglévő térkép felülírása frissítéskor"
890
 
894
 
895
  #: pro/mappress_pro_settings.php:365
896
  #, fuzzy
 
897
  msgid "Show a list of POIs with each map"
898
  msgstr "POI lista megjelenítése a térkép alatt"
899
 
900
  #: pro/mappress_pro_settings.php:373
901
  #, fuzzy
 
902
  msgid "Enable search"
903
  msgstr "Bekapcsolás"
904
 
905
  #: pro/mappress_pro_settings.php:377
906
  #, fuzzy
 
907
  msgid "Sort POI list by title"
908
  msgstr "POI lista megjelenítése"
909
 
913
 
914
  #: pro/mappress_pro_settings.php:392
915
  #, fuzzy
 
916
  msgid "Snazzy Maps"
917
  msgstr "Térképek személyreszabása"
918
 
919
  #: pro/mappress_pro_settings.php:393
920
  #, fuzzy
 
921
  msgid "Enter JSON from %s"
922
  msgstr "JSON %s a Google %s eszközön keresztül"
923
 
924
+ #: pro/mappress_pro_settings.php:397
925
+ #: pro/mappress_pro_settings.php:413
926
  msgid "Style name"
927
  msgstr "Stílus neve"
928
 
954
  msgid "JSON error"
955
  msgstr ""
956
 
957
+ #: pro/mappress_widget.php:69
958
+ #: pro/mappress_widget_map.php:56
959
  msgid "Widget title"
960
  msgstr "Widget neve"
961
 
962
+ #: pro/mappress_widget.php:74
963
+ #: pro/mappress_widget_map.php:66
964
  msgid "Map size"
965
  msgstr "Térkép mérete"
966
 
988
  msgid "Learn about queries"
989
  msgstr "Infó a lekérdezésekről"
990
 
991
+ #: pro/mappress_widget.php:94
992
+ #: pro/mappress_widget_map.php:74
993
  msgid "Show POI list"
994
  msgstr "POI lista megjelenítése"
995
 
996
+ #: pro/mappress_widget.php:101
997
+ #: pro/mappress_widget_map.php:81
998
  msgid "Other Settings"
999
  msgstr "Egyéb beállítások"
1000
 
1001
+ #: pro/mappress_widget.php:104
1002
+ #: pro/mappress_widget_map.php:84
1003
  msgid "Example: initialopeninfo=\"true\""
1004
  msgstr ""
1005
 
1006
+ #: pro/mappress_widget_map.php:61
1007
+ #: templates_admin/mce.php:49
1008
+ #: templates_admin/mce.php:69
1009
+ #: build/index_mappress_admin.js:1
1010
  msgid "Map ID"
1011
  msgstr "Térkép ID"
1012
 
1024
 
1025
  #: templates/map-filters.php:13
1026
  #, fuzzy
 
1027
  msgid "Reset"
1028
  msgstr "Térkép visszaállítása"
1029
 
1030
  #: templates/map-loop.php:3
1031
  #, fuzzy
 
1032
  msgid "Results"
1033
  msgstr "Alapérték"
1034
 
1035
  #: templates/map.php:53
1036
  #, fuzzy
 
1037
  msgid "Your Location"
1038
  msgstr "Helyszín"
1039
 
1059
 
1060
  #: templates/map.php:84
1061
  #, fuzzy
 
1062
  msgid "Show List"
1063
  msgstr "POI lista megjelenítése"
1064
 
1065
  #: templates/map.php:85
1066
  #, fuzzy
 
1067
  msgid "Show Map"
1068
  msgstr "Térképen"
1069
 
1079
  msgid "Add Media"
1080
  msgstr ""
1081
 
1082
+ #: templates_admin/editor.php:45
1083
+ #: templates_admin/mce.php:55
1084
+ #: templates_admin/widgets.php:91
1085
+ #: build/index_mappress_admin.js:1
1086
  msgid "Save"
1087
  msgstr "Mentés"
1088
 
1089
+ #: templates_admin/editor.php:46
1090
+ #: templates_admin/mce.php:56
1091
+ #: templates_admin/widgets.php:92
1092
+ #: build/index_mappress_admin.js:1
1093
  msgid "Cancel"
1094
  msgstr "Mégsem"
1095
 
1096
+ #: templates_admin/mce.php:6
1097
+ #: build/index_mappress_admin.js:1
1098
  #, fuzzy
 
1099
  msgid "Select a map"
1100
  msgstr "Térkép visszaállítása"
1101
 
1102
+ #: templates_admin/mce.php:7
1103
+ #: build/index_mappress_admin.js:1
1104
  msgid "Add New"
1105
  msgstr ""
1106
 
1107
  #: templates_admin/mce.php:14
1108
  #, fuzzy
 
1109
  msgid "post title"
1110
  msgstr "Bejegyzés típusok"
1111
 
1112
+ #: templates_admin/mce.php:18
1113
+ #: build/index_mappress_admin.js:1
1114
  msgid "Attached to this post"
1115
  msgstr ""
1116
 
1117
+ #: templates_admin/mce.php:19
1118
+ #: build/index_mappress_admin.js:1
1119
  #, fuzzy
 
1120
  msgid "All maps"
1121
  msgstr "Összes bejegyzés"
1122
 
1124
  msgid "Close"
1125
  msgstr "Bezárás"
1126
 
1127
+ #: templates_admin/mce.php:35
1128
+ #: build/index_mappress_admin.js:1
1129
  msgid "Size"
1130
  msgstr "Méret"
1131
 
1133
  msgid "Save center / zoom"
1134
  msgstr ""
1135
 
1136
+ #: templates_admin/mce.php:68
1137
+ #: build/index_mappress_admin.js:1
1138
  #, fuzzy
 
1139
  msgid "Map title"
1140
  msgstr "Térkép neve"
1141
 
1142
+ #: templates_admin/mce.php:71
1143
+ #: build/index_mappress_admin.js:1
1144
  msgid "Attached to"
1145
  msgstr ""
1146
 
1147
+ #: templates_admin/mce.php:73
1148
+ #: build/index_mappress_admin.js:1
1149
  #, fuzzy
 
1150
  msgid "Action"
1151
  msgstr "Helyszín"
1152
 
1153
  #: templates_admin/mce.php:87
1154
  #, fuzzy
 
1155
  msgid "Current post"
1156
  msgstr "Jelenlegi bejegyzések"
1157
 
1158
+ #: templates_admin/mce.php:92
1159
+ #: build/index_mappress_admin.js:1
1160
  msgid "Unattached"
1161
  msgstr ""
1162
 
1164
  msgid "Insert into post"
1165
  msgstr "Beszúrás a bejegyzésbe"
1166
 
1167
+ #: templates_admin/mce.php:107
1168
+ #: build/index_mappress_admin.js:1
1169
  #, fuzzy
 
1170
  msgid "No maps found"
1171
  msgstr "Térkép nem található"
1172
 
1180
 
1181
  #: templates_admin/widgets.php:28
1182
  #, fuzzy
 
1183
  msgid "No custom icons have been added yet."
1184
  msgstr "Nincs stílus beállítva"
1185
 
1193
 
1194
  #: templates_admin/widgets.php:67
1195
  #, fuzzy
 
1196
  msgid "Map list item"
1197
  msgstr "Jelölő címe"
1198
 
1199
  #: templates_admin/widgets.php:67
1200
  #, fuzzy
 
1201
  msgid "Mashup popup"
1202
  msgstr "Keverések"
1203
 
1204
  #: templates_admin/widgets.php:67
1205
  #, fuzzy
 
1206
  msgid "Mashup list item"
1207
  msgstr "Kevert POI elnevezése"
1208
 
1209
  #: templates_admin/widgets.php:74
1210
  #, fuzzy
 
1211
  msgid "New"
1212
  msgstr "Új térkép"
1213
 
1214
+ #: templates_admin/widgets.php:74
1215
+ #: build/index_mappress_admin.js:1
1216
  #, fuzzy
 
1217
  msgid "Custom"
1218
  msgstr "Egyedi CSS"
1219
 
1220
  #: templates_admin/widgets.php:77
1221
  #, fuzzy
 
1222
  msgid "Editor"
1223
  msgstr "Szerkesztés"
1224
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1225
  #: package.json
1226
  msgctxt "block description"
1227
  msgid "MapPress Maps for WordPress"
1231
  #~ msgstr "Tippek"
1232
 
1233
  #, fuzzy
 
1234
  #~ msgid "Show a tooltip when mouse is over a POI"
1235
  #~ msgstr ""
1236
+ "\n"
1237
+ "POI megjelenítése magyarázó szövegként, ha fölé visszük az egeret.\""
1238
 
1239
  #~ msgid "Documentation"
1240
  #~ msgstr "Dokumentáció"
1246
  #~ msgstr "Kapcsolat"
1247
 
1248
  #~ msgid ""
1249
+ "\n"
1250
+ "MapPress now requires WordPress 3.2 or higher. Please upgrade \"\n"
1251
+ "using MapPress.\""
1252
  #~ msgstr ""
1253
+ "\n"
1254
+ "a MapPress működéséhez legalább WordPress 3.2 szükséges. Kérem \"\n"
1255
+ "a MapPress használata előtt.\""
1256
 
1257
  #~ msgid ""
1258
+ "\n"
1259
+ "MapPress is not compfatible with the WP-Geo plugin. Please \"\n"
1260
+ "or uninstall WP-Geo before using MapPress.\""
1261
  #~ msgstr ""
1262
+ "\n"
1263
+ "A MapPress nem kompatibilis a WP-Geo bővítménnyel. Kérem \"\n"
1264
+ "ki, vagy távolítsa el a WP-Geo bővítményt a MapPress használata \"\n"
1265
+ ""
1266
 
1267
  #~ msgid "Bike"
1268
  #~ msgstr "Kerékpár"
1271
  #~ msgstr "A kiindulási- vagy célcím nem található."
1272
 
1273
  #~ msgid ""
1274
+ "\n"
1275
+ "cannot return directions between those addresses. There is no \"\n"
1276
+ "between them or the routing information is not available.\""
1277
  #~ msgstr ""
1278
+ "\n"
1279
+ "Google nem talált útvonalat a két cím között. Vagy nincs ilyen útvonal, \"\n"
1280
+ "az információ nem érhető el.\""
1281
 
1282
  #~ msgid "Unknown error, unable to return directions. Status code = "
1283
  #~ msgstr "Ismeretlen hiba, nem jeleníthető meg az útvonal. Állapot kód: "
1346
  #~ msgstr "Térképek betöltése"
1347
 
1348
  #~ msgid ""
1349
+ "\n"
1350
+ "the settings below to automatically create maps from custom fields.\""
1351
  #~ msgstr ""
1352
+ "\n"
1353
+ "az alábbi beállításokat a térképek létrehozásához egyedi \"\n"
1354
+ ""
1355
 
1356
  #~ msgid "Posts"
1357
  #~ msgstr "Bejegyzések"
1531
 
1532
  #~ msgid "No results, check that a geocoder is configured"
1533
  #~ msgstr ""
1534
+ "\n"
1535
+ "eredmény, a helymeghatározás beállítása ellenőrzésre szorulhat\""
1536
 
1537
  #~ msgid "Use DataTables"
1538
  #~ msgstr "DataTables használata"
1650
 
1651
  #~ msgid "Internal error - unable to save map. Your data has not been saved!"
1652
  #~ msgstr ""
1653
+ "\n"
1654
+ "hiba, nem lehet menteni a térképet. Az adatok nem lettek mentve!\""
1655
 
1656
  #~ msgid "Marker list"
1657
  #~ msgstr "Jelölő címe"
1660
  #~ msgstr "Forgalom gomb megjelenítése"
1661
 
1662
  #~ msgid ""
1663
+ "\n"
1664
+ "your readers to change the map type (street, satellite, or hybrid)\""
1665
  #~ msgstr "Az olvasók módosíthassák a térkép típusát (utca, szatelit, vegyes)"
1666
 
1667
  #~ msgid "Display the street view control \"peg man\""
1668
  #~ msgstr "Utca nézet vezérlő megjelenítése (\"peg man\")"
1669
 
1670
  #~ msgid ""
1671
+ "\n"
1672
+ "'Google' if directions aren't displaying properly in your theme\""
1673
  #~ msgstr ""
1674
+ "\n"
1675
+ "a 'Google' lehetőséget, ha az irány információk nem jól jelennek \"\n"
1676
+ "az oldalon\""
1677
 
1678
  #~ msgid "Show a button for real-time traffic conditions"
1679
  #~ msgstr "Valós idejű forgalmi állapotok gomb megjelenítése"
1745
  #~ msgstr "Hivatkozás"
1746
 
1747
  #~ msgid ""
1748
+ "\n"
1749
+ "Include your own CSS. You must create a file named %s in the MapPress \"\n"
1750
+ "sub-directory\""
1751
  #~ msgstr ""
1752
+ "\n"
1753
+ "saját CSS fájlt is. Készítsen egy %s nevű fájlt a MapPress %s \"\n"
1754
+ ""
1755
 
1756
  #~ msgid "Map addresses from a %s : "
1757
  #~ msgstr "Térkép címek innen %s:"
languages/mappress-google-maps-for-wordpress-it_IT-4cfebd0e75a430fc3eb311e0637a25c6.json ADDED
@@ -0,0 +1 @@
 
1
+ {"translation-revision-date":"2020-12-15 11:20-0800","generator":"WP-CLI\/2.4.0","source":"build\/index_mappress_admin.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"it_IT","plural-forms":"nplurals=2; plural=(n != 1);"},"Settings":["Impostazioni"],"Map Library":["Bordo mappa"],"Help":[""],"No results":[""],"Add":["Aggiungere"],"Delete":["Annulla"],"Untitled":["Senza nome"],"Google API key":["Google"],"Default":["predefinito"],"Google":["Google"],"Leaflet":[""],"Post type":["Tipo di articoli"],"Automatic":["Automatica"],"Search":[""],"Zoom":["Zoom"],"Map ID":["ID mappa"],"Save":["Salva"],"Cancel":["Cancella"],"Select a map":["Seleziona una mappa"],"Add New":[""],"Attached to this post":["Mappe in questo articolo"],"All maps":["Tutti gli articoli"],"Size":["Dimensione"],"Map title":["Titolo mappa"],"Attached to":[""],"Action":["Luogo"],"Unattached":[""],"No maps found":["Mappa non trovata"],"Custom":["CSS personalizzato"],"New map":["Mostra mappa"],"Edit map":["Modifica"],"Like the block? Upgrade to the free plugin or MapPress Pro for more features!":[""],"MapPress Pro":["MapPress"],"Free plugin":[""],"MapPress options":["Opzioni MapPress"],"Map settings":["Impostazioni mappa"],"MapPress Map":["MapPress"],"Create a new map or choose one from the map library.":[""],"Insert a map":["Seleziona una mappa"],"Query":[""],"Refresh map":["Mappa panoramica"],"Author":[""],"Order by":["Corpo del marker"],"Include children":[" Includi link"],"Add custom field":["Campo personalizzato mappa"],"Field name":["Nome stile"],"The field \"%s\" has already been added":[""],"Please enter a field name":["Inserisci una localit\u00e0 nella mappa"],"Value (a or a,b,c...)":[""],"Invalid JSON":[""],"Update":[""],"Query code":["codice paese"],"MapPress Mashup":["Notizie MapPress"],"Insert a mashup":[""],"Options saved.":["La mappa \u00e9 stata salvata"],"Mapping Engine":[""],"Save options":["Opzioni MapPress"],"Map copied":["Dimensione mappa"],"Shortcode copied":[""],"post title, map title, or map id":[""],"current post":["Articoli in uso"],"Edit post":["Modifica"],"Copy":[""],"Shortcode":[""],"Delete map":["Annulla"],"Viewport saved":["La mappa \u00e9 stata salvata"],"px, %, vw":[""],"Width":["Larghezza"],"px, %, vh":[""],"Height":["Altezza"],"Center\/Zoom":["al centro"]}}}
languages/mappress-google-maps-for-wordpress-it_IT.po CHANGED
@@ -1,20 +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: https://wordpress.org/support/plugin/mappress-google-"
9
- "maps-for-wordpress\n"
10
- "POT-Creation-Date: 2020-12-15T18:23:01+00:00\n"
11
- "PO-Revision-Date: 2020-12-15 11:20-0800\n"
12
  "Last-Translator: Roberto Scano <mail@robertoscano.info>\n"
13
  "Language-Team: Gianni Diurno | gidibao.net & charmingpress.com\n"
14
- "Language: it_IT\n"
15
  "MIME-Version: 1.0\n"
16
  "Content-Type: text/plain; charset=UTF-8\n"
17
  "Content-Transfer-Encoding: 8bit\n"
 
 
 
18
  "X-Poedit-KeywordsList: __;_e;esc_attr__;esc_attr_e;esc_html__;esc_html_e\n"
19
  "X-Poedit-Basepath: ..\n"
20
  "X-Poedit-SourceCharset: utf-8\n"
@@ -41,23 +36,21 @@ msgstr ""
41
  msgid "https://www.mappresspro.com/chris-contact"
42
  msgstr ""
43
 
44
- #: mappress.php:171 mappress.php:701 build/index_mappress_admin.js:1
 
 
45
  msgid "Settings"
46
  msgstr "Impostazioni"
47
 
48
- #: mappress.php:172 build/index_mappress_admin.js:1
 
49
  #, fuzzy
50
- #| msgid "Map border"
51
  msgid "Map Library"
52
  msgstr "Bordo mappa"
53
 
54
  #: mappress.php:183
55
- msgid ""
56
- "MapPress database tables are missing. Please deactivate the plugin and "
57
- "activate it again to fix this."
58
- msgstr ""
59
- "Non sono presenti le tabelle del database di MapPress. Disattiva il plugin "
60
- "quindi, riattivalo nuovamente per correggere il problema."
61
 
62
  #: mappress.php:188
63
  msgid "A Google Maps API key is required"
@@ -69,7 +62,6 @@ msgstr ""
69
 
70
  #: mappress.php:188
71
  #, fuzzy
72
- #| msgid "Map Settings"
73
  msgid "MapPress Settings"
74
  msgstr "Impostazioni mappa"
75
 
@@ -90,22 +82,20 @@ msgid "Please Help Spread the Word"
90
  msgstr ""
91
 
92
  #: mappress.php:285
93
- msgid ""
94
- "If you're enjoying MapPress, would you mind taking a moment to write a brief "
95
- "review? It would mean the world to me!"
96
  msgstr ""
97
 
98
  #: mappress.php:286
99
- msgid ""
100
- "If you have any issues or suggestions, please let me know. I'll be happy to "
101
- "help!"
102
  msgstr ""
103
 
104
- #: mappress.php:402 mappress.php:931
 
105
  msgid "Version"
106
  msgstr " Versione"
107
 
108
- #: mappress.php:404 build/index_mappress_admin.js:1
 
109
  msgid "Help"
110
  msgstr ""
111
 
@@ -118,9 +108,7 @@ msgid "Please enter your MapPress license key to enable plugin updates"
118
  msgstr ""
119
 
120
  #: mappress.php:477
121
- msgid ""
122
- "MapPress Gutenberg blocks require WordPress 5.3 or the latest Gutenberg "
123
- "Plugin. Please update if using the block editor."
124
  msgstr ""
125
 
126
  #: mappress.php:481
@@ -133,14 +121,11 @@ msgstr ""
133
 
134
  #: mappress.php:487
135
  #, fuzzy
136
- #| msgid "There are no maps yet for this post"
137
  msgid "The MapPress map editor has moved!"
138
  msgstr "Nessuna mappa per questo articolo"
139
 
140
  #: mappress.php:488
141
- msgid ""
142
- "Use this button to open the new popup editor where you can easily create, "
143
- "edit and insert maps."
144
  msgstr ""
145
 
146
  #: mappress.php:534
@@ -161,7 +146,6 @@ msgstr ""
161
 
162
  #: mappress.php:538
163
  #, fuzzy
164
- #| msgid "Loading..."
165
  msgid "Loading"
166
  msgstr "Caricamento..."
167
 
@@ -173,13 +157,13 @@ msgstr ""
173
  msgid "Unable to get your location"
174
  msgstr "Impossibile identificare la tua posizione"
175
 
176
- #: mappress.php:541 build/index_mappress_admin.js:1
 
177
  msgid "No results"
178
  msgstr ""
179
 
180
  #: mappress.php:542
181
  #, fuzzy
182
- #| msgid "Save Changes"
183
  msgid "Save changes?"
184
  msgstr "Salva le modifiche"
185
 
@@ -189,13 +173,12 @@ msgstr "Forma"
189
 
190
  #: mappress.php:572
191
  #, fuzzy
192
- #| msgid "Delete this map?"
193
  msgid "Improve this map"
194
  msgstr "Desideri cancellare questa mappa?"
195
 
196
- #: mappress.php:588 mappress.php:607
 
197
  #, fuzzy
198
- #| msgid "Street View"
199
  msgid "Streets"
200
  msgstr "Street view"
201
 
@@ -205,7 +188,6 @@ msgstr ""
205
 
206
  #: mappress.php:590
207
  #, fuzzy
208
- #| msgid "Right"
209
  msgid "Light"
210
  msgstr "a destra"
211
 
@@ -219,33 +201,38 @@ msgstr "Satellite"
219
 
220
  #: mappress.php:593
221
  #, fuzzy
222
- #| msgid "Satellite"
223
  msgid "Satellite Streets"
224
  msgstr "Satellite"
225
 
226
- #: mappress_controls.php:93 templates_admin/widgets.php:42
 
227
  #: build/index_mappress_admin.js:1
228
  msgid "Add"
229
  msgstr "Aggiungere"
230
 
231
- #: mappress_controls.php:102 templates_admin/editor.php:47
232
- #: templates_admin/mce.php:100 templates_admin/widgets.php:94
 
 
233
  #: build/index_mappress_admin.js:1
234
  msgid "Delete"
235
  msgstr "Annulla"
236
 
237
- #: mappress_map.php:85 mappress_settings.php:321
 
238
  msgid "MapPress"
239
  msgstr "MapPress"
240
 
241
- #: mappress_map.php:94 templates_admin/mce.php:30 templates_admin/mce.php:80
242
- #: templates_admin/mce.php:86 build/index_mappress_admin.js:1
 
 
 
243
  msgid "Untitled"
244
  msgstr "Senza nome"
245
 
246
  #: mappress_map.php:95
247
  #, fuzzy
248
- #| msgid "Top of post"
249
  msgid "Copy of %s"
250
  msgstr "in cima all'articolo"
251
 
@@ -265,9 +252,9 @@ msgstr "Impostazioni"
265
  msgid "Mapping API"
266
  msgstr ""
267
 
268
- #: mappress_settings.php:92 build/index_mappress_admin.js:1
 
269
  #, fuzzy
270
- #| msgid "Google"
271
  msgid "Google API key"
272
  msgstr "Google"
273
 
@@ -289,7 +276,6 @@ msgstr "Tipo di articoli"
289
 
290
  #: mappress_settings.php:103
291
  #, fuzzy
292
- #| msgid "Automatic map display"
293
  msgid "Automatic display"
294
  msgstr "Visualizzazione mappa"
295
 
@@ -297,7 +283,8 @@ msgstr "Visualizzazione mappa"
297
  msgid "Map alignment"
298
  msgstr "Allineamento mappa"
299
 
300
- #: mappress_settings.php:105 templates/map-popup.php:3
 
301
  #: templates/mashup-popup.php:6
302
  msgid "Directions"
303
  msgstr "Percorsi"
@@ -310,7 +297,8 @@ msgstr "Impostazioni POI"
310
  msgid "Default zoom"
311
  msgstr "Zoom predefinito"
312
 
313
- #: mappress_settings.php:110 mappress_settings.php:238
 
314
  msgid "Open first POI"
315
  msgstr "Apri il primo POI"
316
 
@@ -340,7 +328,6 @@ msgstr "Località"
340
 
341
  #: mappress_settings.php:121
342
  #, fuzzy
343
- #| msgid "language"
344
  msgid "Search language"
345
  msgstr "lingua"
346
 
@@ -368,8 +355,10 @@ msgstr ""
368
  msgid "Compatiblity"
369
  msgstr ""
370
 
371
- #: mappress_settings.php:175 mappress_settings.php:244
372
- #: pro/mappress_pro_settings.php:234 templates_admin/widgets.php:78
 
 
373
  #: build/index_mappress_admin.js:1
374
  msgid "Default"
375
  msgstr "predefinito"
@@ -398,7 +387,8 @@ msgstr "in cima all'articolo"
398
  msgid "Bottom of post"
399
  msgstr "al fondo dell'articolo"
400
 
401
- #: mappress_settings.php:199 mappress_settings.php:243
 
402
  msgid "(list)"
403
  msgstr ""
404
 
@@ -410,8 +400,10 @@ msgstr "Codice paese (ricerche)"
410
  msgid "Prevent other plugins/themes from loading the Google Maps API"
411
  msgstr ""
412
 
413
- #: mappress_settings.php:212 mappress_settings.php:221
414
- #: pro/mappress_pro_settings.php:232 build/index_mappress_admin.js:1
 
 
415
  msgid "Google"
416
  msgstr "Google"
417
 
@@ -419,17 +411,17 @@ msgstr "Google"
419
  msgid "Inline"
420
  msgstr "Inline"
421
 
422
- #: mappress_settings.php:221 build/index_mappress_admin.js:1
 
423
  msgid "Leaflet"
424
  msgstr ""
425
 
426
  #: mappress_settings.php:223
427
- msgid ""
428
- "Leaflet is free and requires no API key. Google requires an API key and has "
429
- "strict usage limits."
430
  msgstr ""
431
 
432
- #: mappress_settings.php:229 mappress_settings.php:232
 
433
  msgid "Output scripts in footer"
434
  msgstr ""
435
 
@@ -449,21 +441,20 @@ msgstr ""
449
  msgid "Enter token to use Mapbox map tiles"
450
  msgstr ""
451
 
452
- #: mappress_settings.php:257 mappress_settings.php:262
 
453
  #, fuzzy
454
- #| msgid "Map controls"
455
  msgid "Map type control"
456
  msgstr "Controlli mappa"
457
 
458
  #: mappress_settings.php:258
459
  #, fuzzy
460
- #| msgid "Street view"
461
  msgid "Street view control"
462
  msgstr "Street view"
463
 
464
- #: mappress_settings.php:259 mappress_settings.php:263
 
465
  #, fuzzy
466
- #| msgid "Show control"
467
  msgid "Zoom control"
468
  msgstr "Visualizza controlli"
469
 
@@ -485,7 +476,6 @@ msgstr ""
485
 
486
  #: mappress_settings.php:299
487
  #, fuzzy
488
- #| msgid "Default style"
489
  msgid "Default size"
490
  msgstr "Stile predefinito"
491
 
@@ -493,11 +483,13 @@ msgstr "Stile predefinito"
493
  msgid "Copy maps when overwriting a translation"
494
  msgstr ""
495
 
496
- #: mappress_settings.php:326 mappress_settings.php:334
 
497
  msgid "Save Changes"
498
  msgstr "Salva le modifiche"
499
 
500
- #: mappress_settings.php:327 mappress_settings.php:335
 
501
  msgid "Reset Defaults"
502
  msgstr "Ripristina i valori predefiniti"
503
 
@@ -505,22 +497,24 @@ msgstr "Ripristina i valori predefiniti"
505
  msgid "Address"
506
  msgstr "Indirizzo"
507
 
508
- #: mappress_template.php:35 pro/mappress_pro_settings.php:338
 
509
  msgid "Body"
510
  msgstr "Corpo"
511
 
512
- #: mappress_template.php:36 pro/mappress_pro_settings.php:174
 
513
  #: pro/mappress_pro_settings.php:338
514
  msgid "Icon"
515
  msgstr "Icona"
516
 
517
  #: mappress_template.php:37
518
  #, fuzzy
519
- #| msgid "Thumbnail Size"
520
  msgid "Thumbnail"
521
  msgstr "Dimensione miniatura"
522
 
523
- #: mappress_template.php:38 pro/mappress_pro_settings.php:338
 
524
  msgid "Title"
525
  msgstr "Nome"
526
 
@@ -528,15 +522,17 @@ msgstr "Nome"
528
  msgid "Url"
529
  msgstr ""
530
 
531
- #: mappress_template.php:40 pro/mappress_filter.php:120
 
532
  #: pro/mappress_pro_settings.php:343
533
  msgid "Custom Field"
534
  msgstr "Campi personalizzati"
535
 
536
- #: pro/mappress_filter.php:84 pro/mappress_filter.php:133
537
- #: pro/mappress_pro_settings.php:167 build/index_mappress_admin.js:1
 
 
538
  #, fuzzy
539
- #| msgid "Post types"
540
  msgid "Post type"
541
  msgstr "Tipo di articoli"
542
 
@@ -546,7 +542,6 @@ msgstr ""
546
 
547
  #: pro/mappress_filter.php:120
548
  #, fuzzy
549
- #| msgid "Post title"
550
  msgid "Post field"
551
  msgstr "Titolo articolo"
552
 
@@ -554,8 +549,10 @@ msgstr "Titolo articolo"
554
  msgid "Invalid geocoder: %s"
555
  msgstr ""
556
 
557
- #: pro/mappress_geocoder.php:59 pro/mappress_geocoder.php:110
558
- #: pro/mappress_geocoder.php:147 pro/mappress_geocoder.php:192
 
 
559
  msgid "No results for address: %s"
560
  msgstr "Nessun risultato per l'indirizzo: %s"
561
 
@@ -565,7 +562,6 @@ msgstr ""
565
 
566
  #: pro/mappress_geocoder.php:100
567
  #, fuzzy
568
- #| msgid "Invalid status: %s, address: %s"
569
  msgid "Invalid status: %s, %s Address: %s"
570
  msgstr "Status non valido: %s, indirizzo: %s"
571
 
@@ -583,29 +579,26 @@ msgstr ""
583
 
584
  #: pro/mappress_icons.php:74
585
  #, fuzzy
586
- #| msgid "Field for errors"
587
  msgid "Files error: "
588
  msgstr "Campo per gli errori"
589
 
590
- #: pro/mappress_meta.php:109 build/index_mappress_admin.js:1
 
591
  msgid "Automatic"
592
  msgstr "Automatica"
593
 
594
  #: pro/mappress_pro_settings.php:16
595
  #, fuzzy
596
- #| msgid "MapPress link"
597
  msgid "MapPress license key"
598
  msgstr "Link MapPress"
599
 
600
  #: pro/mappress_pro_settings.php:17
601
  #, fuzzy
602
- #| msgid "Version"
603
  msgid "Beta versions"
604
  msgstr " Versione"
605
 
606
  #: pro/mappress_pro_settings.php:21
607
  #, fuzzy
608
- #| msgid "Geocoder(s)"
609
  msgid "Geocoder"
610
  msgstr "Geocoder"
611
 
@@ -615,13 +608,11 @@ msgstr "Elenco POI"
615
 
616
  #: pro/mappress_pro_settings.php:24
617
  #, fuzzy
618
- #| msgid "POI list"
619
  msgid "POI list layout"
620
  msgstr "Elenco POI"
621
 
622
  #: pro/mappress_pro_settings.php:25
623
  #, fuzzy
624
- #| msgid "Map width"
625
  msgid "Mini width"
626
  msgstr "Larghezza mappa"
627
 
@@ -635,7 +626,6 @@ msgstr ""
635
 
636
  #: pro/mappress_pro_settings.php:30
637
  #, fuzzy
638
- #| msgid "Post types"
639
  msgid "Popup type"
640
  msgstr "Tipo di articoli"
641
 
@@ -645,13 +635,11 @@ msgstr "Icona predefinita"
645
 
646
  #: pro/mappress_pro_settings.php:33
647
  #, fuzzy
648
- #| msgid "Custom icons directory"
649
  msgid "Icon directory"
650
  msgstr "Cartella icone personalizzate"
651
 
652
  #: pro/mappress_pro_settings.php:34
653
  #, fuzzy
654
- #| msgid "Custom Fields"
655
  msgid "Custom icons"
656
  msgstr "Campi personalizzati"
657
 
@@ -661,28 +649,28 @@ msgstr ""
661
 
662
  #: pro/mappress_pro_settings.php:36
663
  #, fuzzy
664
- #| msgid "Automatic"
665
  msgid "Automatic icons"
666
  msgstr "Automatica"
667
 
668
- #: pro/mappress_pro_settings.php:38 templates/map.php:51
669
- #: templates_admin/mce.php:13 build/index_mappress_admin.js:1
 
 
670
  msgid "Search"
671
  msgstr ""
672
 
673
- #: pro/mappress_pro_settings.php:40 templates/map.php:58
 
674
  msgid "Filter"
675
  msgstr ""
676
 
677
  #: pro/mappress_pro_settings.php:41
678
  #, fuzzy
679
- #| msgid "POI title"
680
  msgid "POI content"
681
  msgstr "Titolo POI"
682
 
683
  #: pro/mappress_pro_settings.php:42
684
  #, fuzzy
685
- #| msgid "POI links"
686
  msgid "POI click"
687
  msgstr "Collegamenti POI"
688
 
@@ -692,17 +680,16 @@ msgstr ""
692
 
693
  #: pro/mappress_pro_settings.php:44
694
  #, fuzzy
695
- #| msgid "Thumbnail Size"
696
  msgid "Thumbnails"
697
  msgstr "Dimensione miniatura"
698
 
699
  #: pro/mappress_pro_settings.php:45
700
  #, fuzzy
701
- #| msgid "Thumbnail Size"
702
  msgid "Thumbnail size"
703
  msgstr "Dimensione miniatura"
704
 
705
- #: pro/mappress_pro_settings.php:48 pro/mappress_pro_settings.php:50
 
706
  msgid "Styled maps"
707
  msgstr "Mappe con stile"
708
 
@@ -720,7 +707,6 @@ msgstr ""
720
 
721
  #: pro/mappress_pro_settings.php:56
722
  #, fuzzy
723
- #| msgid "Geocoding fields"
724
  msgid "Geocoding errors"
725
  msgstr "Campi geocoding"
726
 
@@ -730,11 +716,11 @@ msgstr ""
730
 
731
  #: pro/mappress_pro_settings.php:61
732
  #, fuzzy
733
- #| msgid "Custom Fields"
734
  msgid "Custom templates"
735
  msgstr "Campi personalizzati"
736
 
737
- #: pro/mappress_pro_settings.php:62 pro/mappress_pro_settings.php:227
 
738
  msgid "Force resize"
739
  msgstr "Imponi resize"
740
 
@@ -764,7 +750,6 @@ msgstr ""
764
 
765
  #: pro/mappress_pro_settings.php:202
766
  #, fuzzy
767
- #| msgid "Select a map"
768
  msgid "Select"
769
  msgstr "Seleziona una mappa"
770
 
@@ -778,7 +763,6 @@ msgstr ""
778
 
779
  #: pro/mappress_pro_settings.php:224
780
  #, fuzzy
781
- #| msgid "Permanently resize existing maps"
782
  msgid "Permanently resize existing maps (classic editor only)"
783
  msgstr "Ridimensiona permanentemente TUTTE le tue mappe"
784
 
@@ -798,13 +782,13 @@ msgstr "Nominatim"
798
  msgid "MapBox"
799
  msgstr ""
800
 
801
- #: pro/mappress_pro_settings.php:246 templates_admin/widgets.php:68
 
802
  msgid "Edit"
803
  msgstr "Modifica"
804
 
805
  #: pro/mappress_pro_settings.php:260
806
  #, fuzzy
807
- #| msgid "Standard icons"
808
  msgid "Standard"
809
  msgstr "Icone standard"
810
 
@@ -814,19 +798,16 @@ msgstr ""
814
 
815
  #: pro/mappress_pro_settings.php:268
816
  #, fuzzy
817
- #| msgid "Select a map"
818
  msgid "Left of map"
819
  msgstr "Seleziona una mappa"
820
 
821
  #: pro/mappress_pro_settings.php:269
822
  #, fuzzy
823
- #| msgid "Show map"
824
  msgid "Below map"
825
  msgstr "Mostra mappa"
826
 
827
  #: pro/mappress_pro_settings.php:275
828
  #, fuzzy
829
- #| msgid "Get Directions"
830
  msgid "Get license"
831
  msgstr "Ottieni i Percorsi"
832
 
@@ -842,9 +823,9 @@ msgstr ""
842
  msgid "Check now"
843
  msgstr ""
844
 
845
- #: pro/mappress_pro_settings.php:299 pro/mappress_updater.php:116
 
846
  #, fuzzy
847
- #| msgid "Google internal error. Try again later."
848
  msgid "Communication error, please try again later"
849
  msgstr "Google - errore interno. Riprova più tardi."
850
 
@@ -854,25 +835,21 @@ msgstr ""
854
 
855
  #: pro/mappress_pro_settings.php:305
856
  #, fuzzy
857
- #| msgid "POI title"
858
  msgid "POI title + POI body"
859
  msgstr "Titolo POI"
860
 
861
  #: pro/mappress_pro_settings.php:305
862
  #, fuzzy
863
- #| msgid "Post excerpt"
864
  msgid "Post title + post excerpt"
865
  msgstr "Riassunto articolo"
866
 
867
  #: pro/mappress_pro_settings.php:310
868
  #, fuzzy
869
- #| msgid "Open the POI"
870
  msgid "Open POI"
871
  msgstr "Apri il POI"
872
 
873
  #: pro/mappress_pro_settings.php:310
874
  #, fuzzy
875
- #| msgid "Current posts"
876
  msgid "Open post"
877
  msgstr "Articoli in uso"
878
 
@@ -890,7 +867,6 @@ msgstr ""
890
 
891
  #: pro/mappress_pro_settings.php:337
892
  #, fuzzy
893
- #| msgid "Address Line 1"
894
  msgid "Address line "
895
  msgstr "Indirizzo - linea 1"
896
 
@@ -902,19 +878,18 @@ msgstr "Latitudine"
902
  msgid "Longitude"
903
  msgstr "Longitudine"
904
 
905
- #: pro/mappress_pro_settings.php:338 build/index_mappress_admin.js:1
 
906
  msgid "Zoom"
907
  msgstr "Zoom"
908
 
909
  #: pro/mappress_pro_settings.php:343
910
  #, fuzzy
911
- #| msgid "Map size"
912
  msgid "Map Field"
913
  msgstr "Dimensione mappa"
914
 
915
  #: pro/mappress_pro_settings.php:356
916
  #, fuzzy
917
- #| msgid "Overwrite existing maps when upating"
918
  msgid "Overwrite maps when posts are saved"
919
  msgstr "Sovrascrivi le mappe esistenti quando aggiorni"
920
 
@@ -924,19 +899,16 @@ msgstr ""
924
 
925
  #: pro/mappress_pro_settings.php:365
926
  #, fuzzy
927
- #| msgid "Show a list of POIs under each map"
928
  msgid "Show a list of POIs with each map"
929
  msgstr "Mostra un elenco di POI sotto ogni mappa"
930
 
931
  #: pro/mappress_pro_settings.php:373
932
  #, fuzzy
933
- #| msgid "Enable"
934
  msgid "Enable search"
935
  msgstr "Abilita"
936
 
937
  #: pro/mappress_pro_settings.php:377
938
  #, fuzzy
939
- #| msgid "Show POI list"
940
  msgid "Sort POI list by title"
941
  msgstr "Mostra elenco POI"
942
 
@@ -946,17 +918,16 @@ msgstr "Nessun stile è ancora stato definito"
946
 
947
  #: pro/mappress_pro_settings.php:392
948
  #, fuzzy
949
- #| msgid "Styled Maps"
950
  msgid "Snazzy Maps"
951
  msgstr "Mappe con stili"
952
 
953
  #: pro/mappress_pro_settings.php:393
954
  #, fuzzy
955
- #| msgid "Enter JSON for %s from Google's %s"
956
  msgid "Enter JSON from %s"
957
  msgstr "Inserisci il JSON per %s dal %s di Google"
958
 
959
- #: pro/mappress_pro_settings.php:397 pro/mappress_pro_settings.php:413
 
960
  msgid "Style name"
961
  msgstr "Nome stile"
962
 
@@ -966,7 +937,6 @@ msgstr ""
966
 
967
  #: pro/mappress_pro_settings.php:410
968
  #, fuzzy
969
- #| msgid "Enter sizes in px or %"
970
  msgid "Enter styles from %s"
971
  msgstr "Inserisci dimensioni in px o %"
972
 
@@ -990,11 +960,13 @@ msgstr "Mostra miniatura dell'immagine in primo piano nel mashup dei POI"
990
  msgid "JSON error"
991
  msgstr ""
992
 
993
- #: pro/mappress_widget.php:69 pro/mappress_widget_map.php:56
 
994
  msgid "Widget title"
995
  msgstr "Nome widget"
996
 
997
- #: pro/mappress_widget.php:74 pro/mappress_widget_map.php:66
 
998
  msgid "Map size"
999
  msgstr "Dimensione mappa"
1000
 
@@ -1022,20 +994,25 @@ msgstr "Query personalizzata"
1022
  msgid "Learn about queries"
1023
  msgstr "Info sulle richieste"
1024
 
1025
- #: pro/mappress_widget.php:94 pro/mappress_widget_map.php:74
 
1026
  msgid "Show POI list"
1027
  msgstr "Mostra elenco POI"
1028
 
1029
- #: pro/mappress_widget.php:101 pro/mappress_widget_map.php:81
 
1030
  msgid "Other Settings"
1031
  msgstr "Altre impostazioni"
1032
 
1033
- #: pro/mappress_widget.php:104 pro/mappress_widget_map.php:84
 
1034
  msgid "Example: initialopeninfo=\"true\""
1035
  msgstr ""
1036
 
1037
- #: pro/mappress_widget_map.php:61 templates_admin/mce.php:49
1038
- #: templates_admin/mce.php:69 build/index_mappress_admin.js:1
 
 
1039
  msgid "Map ID"
1040
  msgstr "ID mappa"
1041
 
@@ -1053,19 +1030,16 @@ msgstr ""
1053
 
1054
  #: templates/map-filters.php:13
1055
  #, fuzzy
1056
- #| msgid "Reset map"
1057
  msgid "Reset"
1058
  msgstr "Ripristina mappa"
1059
 
1060
  #: templates/map-loop.php:3
1061
  #, fuzzy
1062
- #| msgid "Reset Defaults"
1063
  msgid "Results"
1064
  msgstr "Ripristina i valori predefiniti"
1065
 
1066
  #: templates/map.php:53
1067
  #, fuzzy
1068
- #| msgid "Location"
1069
  msgid "Your Location"
1070
  msgstr "Luogo"
1071
 
@@ -1091,13 +1065,11 @@ msgstr "Trasporti"
1091
 
1092
  #: templates/map.php:84
1093
  #, fuzzy
1094
- #| msgid "Show POI list"
1095
  msgid "Show List"
1096
  msgstr "Mostra elenco POI"
1097
 
1098
  #: templates/map.php:85
1099
  #, fuzzy
1100
- #| msgid "Show map"
1101
  msgid "Show Map"
1102
  msgstr "Mostra mappa"
1103
 
@@ -1113,39 +1085,44 @@ msgstr "HTML"
1113
  msgid "Add Media"
1114
  msgstr ""
1115
 
1116
- #: templates_admin/editor.php:45 templates_admin/mce.php:55
1117
- #: templates_admin/widgets.php:91 build/index_mappress_admin.js:1
 
 
1118
  msgid "Save"
1119
  msgstr "Salva"
1120
 
1121
- #: templates_admin/editor.php:46 templates_admin/mce.php:56
1122
- #: templates_admin/widgets.php:92 build/index_mappress_admin.js:1
 
 
1123
  msgid "Cancel"
1124
  msgstr "Cancella"
1125
 
1126
- #: templates_admin/mce.php:6 build/index_mappress_admin.js:1
 
1127
  msgid "Select a map"
1128
  msgstr "Seleziona una mappa"
1129
 
1130
- #: templates_admin/mce.php:7 build/index_mappress_admin.js:1
 
1131
  msgid "Add New"
1132
  msgstr ""
1133
 
1134
  #: templates_admin/mce.php:14
1135
  #, fuzzy
1136
- #| msgid "Post title"
1137
  msgid "post title"
1138
  msgstr "Titolo articolo"
1139
 
1140
- #: templates_admin/mce.php:18 build/index_mappress_admin.js:1
 
1141
  #, fuzzy
1142
- #| msgid "Maps in this post"
1143
  msgid "Attached to this post"
1144
  msgstr "Mappe in questo articolo"
1145
 
1146
- #: templates_admin/mce.php:19 build/index_mappress_admin.js:1
 
1147
  #, fuzzy
1148
- #| msgid "All posts"
1149
  msgid "All maps"
1150
  msgstr "Tutti gli articoli"
1151
 
@@ -1153,39 +1130,40 @@ msgstr "Tutti gli articoli"
1153
  msgid "Close"
1154
  msgstr "Chiudi"
1155
 
1156
- #: templates_admin/mce.php:35 build/index_mappress_admin.js:1
 
1157
  msgid "Size"
1158
  msgstr "Dimensione"
1159
 
1160
  #: templates_admin/mce.php:59
1161
  #, fuzzy
1162
- #| msgid "Center/zoom now"
1163
  msgid "Save center / zoom"
1164
  msgstr "Centratura/zoom"
1165
 
1166
- #: templates_admin/mce.php:68 build/index_mappress_admin.js:1
 
1167
  #, fuzzy
1168
- #| msgid "Map Title"
1169
  msgid "Map title"
1170
  msgstr "Titolo mappa"
1171
 
1172
- #: templates_admin/mce.php:71 build/index_mappress_admin.js:1
 
1173
  msgid "Attached to"
1174
  msgstr ""
1175
 
1176
- #: templates_admin/mce.php:73 build/index_mappress_admin.js:1
 
1177
  #, fuzzy
1178
- #| msgid "Location"
1179
  msgid "Action"
1180
  msgstr "Luogo"
1181
 
1182
  #: templates_admin/mce.php:87
1183
  #, fuzzy
1184
- #| msgid "Current posts"
1185
  msgid "Current post"
1186
  msgstr "Articoli in uso"
1187
 
1188
- #: templates_admin/mce.php:92 build/index_mappress_admin.js:1
 
1189
  msgid "Unattached"
1190
  msgstr ""
1191
 
@@ -1193,9 +1171,9 @@ msgstr ""
1193
  msgid "Insert into post"
1194
  msgstr "Inserisci nell'articolo"
1195
 
1196
- #: templates_admin/mce.php:107 build/index_mappress_admin.js:1
 
1197
  #, fuzzy
1198
- #| msgid "Map not found"
1199
  msgid "No maps found"
1200
  msgstr "Mappa non trovata"
1201
 
@@ -1209,7 +1187,6 @@ msgstr "Peso"
1209
 
1210
  #: templates_admin/widgets.php:28
1211
  #, fuzzy
1212
- #| msgid "No styles have been defined yet"
1213
  msgid "No custom icons have been added yet."
1214
  msgstr "Nessun stile è ancora stato definito"
1215
 
@@ -1223,256 +1200,35 @@ msgstr ""
1223
 
1224
  #: templates_admin/widgets.php:67
1225
  #, fuzzy
1226
- #| msgid "Marker list template"
1227
  msgid "Map list item"
1228
  msgstr "Template lista marker"
1229
 
1230
  #: templates_admin/widgets.php:67
1231
  #, fuzzy
1232
- #| msgid "Mashups"
1233
  msgid "Mashup popup"
1234
  msgstr "Mashup"
1235
 
1236
  #: templates_admin/widgets.php:67
1237
  #, fuzzy
1238
- #| msgid "Mashup POI title"
1239
  msgid "Mashup list item"
1240
  msgstr "Titolo mashup POI"
1241
 
1242
  #: templates_admin/widgets.php:74
1243
  #, fuzzy
1244
- #| msgid "New Map"
1245
  msgid "New"
1246
  msgstr "Nuova mappa"
1247
 
1248
- #: templates_admin/widgets.php:74 build/index_mappress_admin.js:1
 
1249
  #, fuzzy
1250
- #| msgid "Custom CSS"
1251
  msgid "Custom"
1252
  msgstr "CSS personalizzato"
1253
 
1254
  #: templates_admin/widgets.php:77
1255
  #, fuzzy
1256
- #| msgid "Edit"
1257
  msgid "Editor"
1258
  msgstr "Modifica"
1259
 
1260
- #: build/index_mappress_admin.js:1
1261
- #, fuzzy
1262
- #| msgid "Show map"
1263
- msgid "New map"
1264
- msgstr "Mostra mappa"
1265
-
1266
- #: build/index_mappress_admin.js:1
1267
- #, fuzzy
1268
- #| msgid "Edit"
1269
- msgid "Edit map"
1270
- msgstr "Modifica"
1271
-
1272
- #: build/index_mappress_admin.js:1
1273
- msgid ""
1274
- "Like the block? Upgrade to the free plugin or MapPress Pro for more "
1275
- "features!"
1276
- msgstr ""
1277
-
1278
- #: build/index_mappress_admin.js:1
1279
- #, fuzzy
1280
- #| msgid "MapPress"
1281
- msgid "MapPress Pro"
1282
- msgstr "MapPress"
1283
-
1284
- #: build/index_mappress_admin.js:1
1285
- msgid "Free plugin"
1286
- msgstr ""
1287
-
1288
- #: build/index_mappress_admin.js:1
1289
- #, fuzzy
1290
- #| msgid "MapPress Options"
1291
- msgid "MapPress options"
1292
- msgstr "Opzioni MapPress"
1293
-
1294
- #: build/index_mappress_admin.js:1
1295
- #, fuzzy
1296
- #| msgid "Map Settings"
1297
- msgid "Map settings"
1298
- msgstr "Impostazioni mappa"
1299
-
1300
- #: build/index_mappress_admin.js:1
1301
- #, fuzzy
1302
- #| msgid "MapPress"
1303
- msgid "MapPress Map"
1304
- msgstr "MapPress"
1305
-
1306
- #: build/index_mappress_admin.js:1
1307
- msgid "Create a new map or choose one from the map library."
1308
- msgstr ""
1309
-
1310
- #: build/index_mappress_admin.js:1
1311
- #, fuzzy
1312
- #| msgid "Select a map"
1313
- msgid "Insert a map"
1314
- msgstr "Seleziona una mappa"
1315
-
1316
- #: build/index_mappress_admin.js:1
1317
- msgid "Query"
1318
- msgstr ""
1319
-
1320
- #: build/index_mappress_admin.js:1
1321
- #, fuzzy
1322
- #| msgid "Overview map"
1323
- msgid "Refresh map"
1324
- msgstr "Mappa panoramica"
1325
-
1326
- #: build/index_mappress_admin.js:1
1327
- msgid "Author"
1328
- msgstr ""
1329
-
1330
- #: build/index_mappress_admin.js:1
1331
- #, fuzzy
1332
- #| msgid "Marker body"
1333
- msgid "Order by"
1334
- msgstr "Corpo del marker"
1335
-
1336
- #: build/index_mappress_admin.js:1
1337
- #, fuzzy
1338
- #| msgid " Include link"
1339
- msgid "Include children"
1340
- msgstr " Includi link"
1341
-
1342
- #: build/index_mappress_admin.js:1
1343
- #, fuzzy
1344
- #| msgid "Map custom field"
1345
- msgid "Add custom field"
1346
- msgstr "Campo personalizzato mappa"
1347
-
1348
- #: build/index_mappress_admin.js:1
1349
- #, fuzzy
1350
- #| msgid "Style name"
1351
- msgid "Field name"
1352
- msgstr "Nome stile"
1353
-
1354
- #: build/index_mappress_admin.js:1
1355
- msgid "The field \"%s\" has already been added"
1356
- msgstr ""
1357
-
1358
- #: build/index_mappress_admin.js:1
1359
- #, fuzzy
1360
- #| msgid "Please enter a location to map"
1361
- msgid "Please enter a field name"
1362
- msgstr "Inserisci una località nella mappa"
1363
-
1364
- #: build/index_mappress_admin.js:1
1365
- msgid "Value (a or a,b,c...)"
1366
- msgstr ""
1367
-
1368
- #: build/index_mappress_admin.js:1
1369
- msgid "Invalid JSON"
1370
- msgstr ""
1371
-
1372
- #: build/index_mappress_admin.js:1
1373
- msgid "Update"
1374
- msgstr ""
1375
-
1376
- #: build/index_mappress_admin.js:1
1377
- #, fuzzy
1378
- #| msgid "country code"
1379
- msgid "Query code"
1380
- msgstr "codice paese"
1381
-
1382
- #: build/index_mappress_admin.js:1
1383
- #, fuzzy
1384
- #| msgid "MapPress News"
1385
- msgid "MapPress Mashup"
1386
- msgstr "Notizie MapPress"
1387
-
1388
- #: build/index_mappress_admin.js:1
1389
- msgid "Insert a mashup"
1390
- msgstr ""
1391
-
1392
- #: build/index_mappress_admin.js:1
1393
- #, fuzzy
1394
- #| msgid "Map saved"
1395
- msgid "Options saved."
1396
- msgstr "La mappa é stata salvata"
1397
-
1398
- #: build/index_mappress_admin.js:1
1399
- msgid "Mapping Engine"
1400
- msgstr ""
1401
-
1402
- #: build/index_mappress_admin.js:1
1403
- #, fuzzy
1404
- #| msgid "MapPress Options"
1405
- msgid "Save options"
1406
- msgstr "Opzioni MapPress"
1407
-
1408
- #: build/index_mappress_admin.js:1
1409
- #, fuzzy
1410
- #| msgid "Map size"
1411
- msgid "Map copied"
1412
- msgstr "Dimensione mappa"
1413
-
1414
- #: build/index_mappress_admin.js:1
1415
- msgid "Shortcode copied"
1416
- msgstr ""
1417
-
1418
- #: build/index_mappress_admin.js:1
1419
- msgid "post title, map title, or map id"
1420
- msgstr ""
1421
-
1422
- #: build/index_mappress_admin.js:1
1423
- #, fuzzy
1424
- #| msgid "Current posts"
1425
- msgid "current post"
1426
- msgstr "Articoli in uso"
1427
-
1428
- #: build/index_mappress_admin.js:1
1429
- #, fuzzy
1430
- #| msgid "Edit"
1431
- msgid "Edit post"
1432
- msgstr "Modifica"
1433
-
1434
- #: build/index_mappress_admin.js:1
1435
- msgid "Copy"
1436
- msgstr ""
1437
-
1438
- #: build/index_mappress_admin.js:1
1439
- msgid "Shortcode"
1440
- msgstr ""
1441
-
1442
- #: build/index_mappress_admin.js:1
1443
- #, fuzzy
1444
- #| msgid "Delete"
1445
- msgid "Delete map"
1446
- msgstr "Annulla"
1447
-
1448
- #: build/index_mappress_admin.js:1
1449
- #, fuzzy
1450
- #| msgid "Map saved"
1451
- msgid "Viewport saved"
1452
- msgstr "La mappa é stata salvata"
1453
-
1454
- #: build/index_mappress_admin.js:1
1455
- msgid "px, %, vw"
1456
- msgstr ""
1457
-
1458
- #: build/index_mappress_admin.js:1
1459
- msgid "Width"
1460
- msgstr "Larghezza"
1461
-
1462
- #: build/index_mappress_admin.js:1
1463
- msgid "px, %, vh"
1464
- msgstr ""
1465
-
1466
- #: build/index_mappress_admin.js:1
1467
- msgid "Height"
1468
- msgstr "Altezza"
1469
-
1470
- #: build/index_mappress_admin.js:1
1471
- #, fuzzy
1472
- #| msgid "Center"
1473
- msgid "Center/Zoom"
1474
- msgstr "al centro"
1475
-
1476
  #: package.json
1477
  msgctxt "block description"
1478
  msgid "MapPress Maps for WordPress"
@@ -1482,7 +1238,6 @@ msgstr ""
1482
  #~ msgstr "Strumenti"
1483
 
1484
  #, fuzzy
1485
- #~| msgid "Show POI titles as a \"tooltip\" on mouse-over"
1486
  #~ msgid "Show a tooltip when mouse is over a POI"
1487
  #~ msgstr "Mostra i titoli dei POI come \"tooltip\" al passaggio del mouse."
1488
 
@@ -1496,18 +1251,22 @@ msgstr ""
1496
  #~ msgstr "Contatti"
1497
 
1498
  #~ msgid ""
1499
- #~ "WARNING: MapPress now requires WordPress 3.2 or higher. Please upgrade "
1500
- #~ "before using MapPress."
 
1501
  #~ msgstr ""
1502
- #~ "ATTENZIONE: MapPress richiede WordPress 3.2 o superiore. Effettua "
1503
- #~ "l'aggiornamento prima di utilizzare MapPress."
 
1504
 
1505
  #~ msgid ""
1506
- #~ "WARNING: MapPress is not compfatible with the WP-Geo plugin. Please "
1507
- #~ "deactivate or uninstall WP-Geo before using MapPress."
 
1508
  #~ msgstr ""
1509
- #~ "ATTENZIONE: MapPress non é compatibile con il plugin WP-Geo. Disattiva o "
1510
- #~ "disinstalla WP-Geo prima di usare MapPress."
 
1511
 
1512
  #~ msgid "Bike"
1513
  #~ msgstr "Bicicletta"
@@ -1516,15 +1275,18 @@ msgstr ""
1516
  #~ msgstr "Uno degli indirizzi non è stato trovato."
1517
 
1518
  #~ msgid ""
1519
- #~ "Google cannot return directions between those addresses. There is no "
1520
- #~ "route between them or the routing information is not available."
 
1521
  #~ msgstr ""
1522
- #~ "Google non può mostrare i percorsi tra questi indirizzi. Non esiste tra "
1523
- #~ "loro una strada oppure l'informazione sulla strada non é disponibile."
 
1524
 
1525
  #~ msgid "Unknown error, unable to return directions. Status code = "
1526
  #~ msgstr ""
1527
- #~ "Errore sconosciuto, impossibile ritornare ai percorsi. Codice status = "
 
1528
 
1529
  #~ msgid "No matching address"
1530
  #~ msgstr "Nessun indirizzo corrispondente"
@@ -1658,12 +1420,14 @@ msgstr ""
1658
  #, php-format
1659
  #~ msgid "Enter a %s to use when searching (leave blank for USA)"
1660
  #~ msgstr ""
1661
- #~ "Inserisci il %s da utilizzare durante la ricerca (lascia in bianco per "
1662
- #~ "USA)"
 
1663
 
1664
  #~ msgid "Enter a google server URL for directions/printing"
1665
  #~ msgstr ""
1666
- #~ "Inserisci un URL di server google da utilizzare per i percorsi / stampa"
 
1667
 
1668
  #~ msgid "Enable zoom with the mouse scroll wheel"
1669
  #~ msgstr "Attiva lo zoom con la rotellina del mouse"
@@ -1674,14 +1438,17 @@ msgstr ""
1674
  #, php-format
1675
  #~ msgid "Use a specific %s for map controls (defaults to browser language)"
1676
  #~ msgstr ""
1677
- #~ "Utilizza una specifica %s per i controlli della mappa (predefinite per la "
1678
- #~ "lingua del browser)"
 
1679
 
1680
  #~ msgid ""
1681
- #~ "Allow your readers to change the map type (street, satellite, or hybrid)"
 
1682
  #~ msgstr ""
1683
- #~ "Permetti agli utenti di cambiare il tipo di mappa (stradale, satellite o "
1684
- #~ "ibrida)"
 
1685
 
1686
  #~ msgid "Display the street view control \"peg man\""
1687
  #~ msgstr "Mostra il controllo visualizzazione stradale \"peg man\""
@@ -1690,10 +1457,12 @@ msgstr ""
1690
  #~ msgstr "Inline (nel tuo blog)"
1691
 
1692
  #~ msgid ""
1693
- #~ "Select 'Google' if directions aren't displaying properly in your theme"
 
1694
  #~ msgstr ""
1695
- #~ "Seleziona 'Google' qualora i percorsi non venissero mostrati "
1696
- #~ "correttamente nel tema"
 
1697
 
1698
  #, php-format
1699
  #~ msgid "This setting requires %s."
@@ -1713,23 +1482,28 @@ msgstr ""
1713
 
1714
  #~ msgid "Show marker titles as a \"tooltip\" on mouse-over"
1715
  #~ msgstr ""
1716
- #~ "Visualizza i titoli dei punti come \"tooltip\" al passaggio del mouse"
 
1717
 
1718
  #~ msgid ""
1719
- #~ "Show an overview map control in the bottom-right corner of the main map"
 
1720
  #~ msgstr ""
1721
- #~ "Mostra un controllo per la mappa panoramica nell'angolo in basso a destra "
1722
- #~ "della pagina principale"
 
1723
 
1724
  #~ msgid "Automatically open the overview map"
1725
  #~ msgstr "Apri automaticamente la mappa generale"
1726
 
1727
  #, php-format
1728
  #~ msgid ""
1729
- #~ "Choose 'default' to override this with CSS class %s in your theme's %s"
 
1730
  #~ msgstr ""
1731
- #~ "Scegli 'predefinito' per sovrascrivere con le classi CSS %s nel tuo %s "
1732
- #~ "del tema"
 
1733
 
1734
  #~ msgid "solid"
1735
  #~ msgstr "continua"
@@ -1766,10 +1540,12 @@ msgstr ""
1766
 
1767
  #, php-format
1768
  #~ msgid ""
1769
- #~ "Choose -none- to override settings with CSS class %s in your theme's %s"
 
1770
  #~ msgstr ""
1771
- #~ "Scegli - nessuno - per sovrascrivere le impostazioni con la classe CSS %s "
1772
- #~ "all'interno del %s del tuo tema"
 
1773
 
1774
  #~ msgid "Show the user's location on the map"
1775
  #~ msgstr "Mostra la posizione dell'utente sulla mappa"
@@ -1883,10 +1659,12 @@ msgstr ""
1883
  #~ msgstr "Carica dopo le mappe"
1884
 
1885
  #~ msgid ""
1886
- #~ "Use the settings below to automatically create maps from custom fields."
 
1887
  #~ msgstr ""
1888
- #~ "Utilizza le seguenti impostazioni per creare automaticamente delle mappe "
1889
- #~ "dai campi personalizzati."
 
1890
 
1891
  #~ msgid "Posts"
1892
  #~ msgstr "Articoli"
@@ -1909,7 +1687,8 @@ msgstr ""
1909
  #, php-format
1910
  #~ msgid "Use a specific %s for map controls and geocoding"
1911
  #~ msgstr ""
1912
- #~ "Usa una specifica %s per i controlli della mappa e la georeferenziazione"
 
1913
 
1914
  #~ msgid "Horizontal"
1915
  #~ msgstr "Orizzontale"
@@ -1991,8 +1770,9 @@ msgstr ""
1991
  #, php-format
1992
  #~ msgid "A PRO Version update is available for manual installation: %s"
1993
  #~ msgstr ""
1994
- #~ "Un aggiornamento della versione PRO è disponibile per installazione "
1995
- #~ "manuale: %s"
 
1996
 
1997
  #~ msgid "Add POI"
1998
  #~ msgstr "Aggiungi POI"
@@ -2057,7 +1837,8 @@ msgstr ""
2057
 
2058
  #~ msgid "Disable map panning when infoWindow / infoBox is opened"
2059
  #~ msgstr ""
2060
- #~ "Disabilita il panning della mappa quando è aperto infoWindows / infoBox"
 
2061
 
2062
  #~ msgid "Use existing size: "
2063
  #~ msgstr "Utilizza la dimensione attuale:"
@@ -2119,12 +1900,14 @@ msgstr ""
2119
 
2120
  #~ msgid "Internal error, map was missing. Your data has not been saved!"
2121
  #~ msgstr ""
2122
- #~ "Errore interno: la mappa é stata smarrita. I dati non sono stati salvati!"
 
2123
 
2124
  #~ msgid "Internal error - unable to save map. Your data has not been saved!"
2125
  #~ msgstr ""
2126
- #~ "Errore interno - non é possibile salvare la mappa. I dati non sono stati "
2127
- #~ "salvati!"
 
2128
 
2129
  #~ msgid "Show a list of markers under each map."
2130
  #~ msgstr "Mostra sotto ogni mappa una lista di luoghi"
@@ -2152,7 +1935,8 @@ msgstr ""
2152
 
2153
  #~ msgid "Update map when address is changed by a program"
2154
  #~ msgstr ""
2155
- #~ "Aggiorna la mappa quando un indirizzo é stato modificato da un programma"
 
2156
 
2157
  #~ msgid "Display powered by link"
2158
  #~ msgstr "Attiva il link \"fornito da\"."
@@ -2174,8 +1958,9 @@ msgstr ""
2174
 
2175
  #~ msgid "This setting requires %s. Show a list of markers under each map."
2176
  #~ msgstr ""
2177
- #~ "Questa impostazione richiede %s. Mostra una lista di marker sotto ogni "
2178
- #~ "mappa."
 
2179
 
2180
  #~ msgid "Donate"
2181
  #~ msgstr "Donazioni"
@@ -2198,11 +1983,13 @@ msgstr ""
2198
  #~ msgstr "Lista luoghi"
2199
 
2200
  #~ msgid ""
2201
- #~ " Include your own CSS. You must create a file named %s in the MapPress "
2202
- #~ "%s sub-directory"
 
2203
  #~ msgstr ""
2204
- #~ " Includi CSS personalizzato. Crea un file a nome %s nella sotto-cartella "
2205
- #~ "%s di MapPress"
 
2206
 
2207
  #~ msgid "Map addresses from a %s : "
2208
  #~ msgstr "Indirizzi mappa da un %s : "
@@ -2235,9 +2022,11 @@ msgstr ""
2235
  #~ msgstr "Manca l'indirizzo di partenza o arrivo."
2236
 
2237
  #~ msgid ""
2238
- #~ "Google cannot return those directions for legal or contractual reasons"
 
2239
  #~ msgstr ""
2240
- #~ "Google non può mostrare questi percorsi per ragioni contrattuali o legali"
 
2241
 
2242
  #~ msgid "Invalid map API key"
2243
  #~ msgstr "Chiave API non valida"
@@ -2246,17 +2035,20 @@ msgstr ""
2246
  #~ msgstr "La tua chiave ha inoltrato in un solo giorno troppe richieste."
2247
 
2248
  #~ msgid ""
2249
- #~ "Error: your browser does not seem to support the street view Flash player"
 
2250
  #~ msgstr ""
2251
- #~ "Errore: pare che il tuo browser non supporti lo street view Flash player"
 
2252
 
2253
  #~ msgid "Sorry, no street view data is available for this location"
2254
  #~ msgstr "nessuna visualizzazione stradale per questa località"
2255
 
2256
  #~ msgid "Sorry, Google was unable to display the street view in your browser"
2257
  #~ msgstr ""
2258
- #~ "Google non é in grado di potere mostrare nel tuo browser la "
2259
- #~ "visualizzazione stradale"
 
2260
 
2261
  #~ msgid "Get directions"
2262
  #~ msgstr "Ottieni i percorsi"
@@ -2274,12 +2066,14 @@ msgstr ""
2274
  #~ msgstr "Inserisci la tua chiave API. Non hai una chiave API? Vai qui "
2275
 
2276
  #~ msgid ""
2277
- #~ "MapPress could not load google maps. Either your browser is incompatible "
2278
- #~ "or your API key is invalid. Need an API key? Get one "
 
2279
  #~ msgstr ""
2280
- #~ "MapPress non può caricare le mappe di Google. Il problema potrebbe "
2281
- #~ "dipendere dalla incompatibilità del tuo browser oppure da una chiave API "
2282
- #~ "non valida. Non hai una chiave API? Vai "
 
2283
 
2284
  #~ msgid "here"
2285
  #~ msgstr "qui"
@@ -2291,10 +2085,12 @@ msgstr ""
2291
  #~ msgstr "Premi esci oppure clicca qui per cancellare:"
2292
 
2293
  #~ msgid ""
2294
- #~ "MapPress isn't ready yet. Please enter your Google Maps API Key on the "
 
2295
  #~ msgstr ""
2296
- #~ "MapPress non é ancora pronto. Inserisci la tua chiave API di Google Maps "
2297
- #~ "nel "
 
2298
 
2299
  #~ msgid "MapPress options screen."
2300
  #~ msgstr "MapPress - opzioni schermo."
@@ -2310,21 +2106,25 @@ msgstr ""
2310
 
2311
  #~ msgid "Click on a marker or use the links below to edit or delete markers."
2312
  #~ msgstr ""
2313
- #~ "Clicca su di un marker oppure utilizza i link qui sotto per modificare o "
2314
- #~ "cancellare i marker."
 
2315
 
2316
  #~ msgid "ACCESS DENIED: You don't have permission to do this."
2317
  #~ msgstr ""
2318
- #~ "ACCESSO NEGATO: non hai i permessi necessari per compiere questa "
2319
- #~ "operazione."
 
2320
 
2321
  #~ msgid "supported languages"
2322
  #~ msgstr "lingue disponibili"
2323
 
2324
  #~ msgid ""
2325
- #~ "I spend many hours working on MapPress. Please donate to keep me going!"
 
2326
  #~ msgstr ""
2327
- #~ "Ho dedicato molto tempo allo sviluppo di MapPress. Effettua una donazione!"
 
2328
 
2329
  #~ msgid "Address format"
2330
  #~ msgstr "Formato indirizzo"
@@ -2336,24 +2136,29 @@ msgstr ""
2336
  #~ msgstr "indirizzo corretto"
2337
 
2338
  #~ msgid ""
2339
- #~ "Enter a country code to use as a default when searching for an address."
 
2340
  #~ msgstr ""
2341
- #~ "Inserisci il codice paese da utilizzare come predefinito durante la "
2342
- #~ "ricerca di un indirizzo."
 
2343
 
2344
  #~ msgid "Force Google to use a specific language for map controls."
2345
  #~ msgstr ""
2346
- #~ "Indica a Google l'utilizzo specifico di una lingua per i controlli della "
2347
- #~ "mappa."
 
2348
 
2349
  #~ msgid "Check to enable directions to/from map markers"
2350
  #~ msgstr "Seleziona per attivare (marker della mappa) i percorsi da/a"
2351
 
2352
  #~ msgid ""
2353
- #~ "Check to show large map controls; uncheck for a small zoom control instead"
 
2354
  #~ msgstr ""
2355
- #~ "Seleziona per mostrare in esteso i controlli per la mappa; deseleziona "
2356
- #~ "per il solo controllo sullo zoom "
 
2357
 
2358
  #~ msgid "Check to enable the \"map types\" button on the map"
2359
  #~ msgstr "Seleziona per attivare sulla mappa il pulsante \"tipi di mappa\""
@@ -2363,18 +2168,21 @@ msgstr ""
2363
 
2364
  #~ msgid "Choose the map type to use when the map is first displayed"
2365
  #~ msgstr ""
2366
- #~ "Seleziona quale tipologia di mappa mostrare alla visualizzazione di "
2367
- #~ "partenza"
 
2368
 
2369
  #~ msgid "(click the icon to choose)"
2370
  #~ msgstr "(clicca sulla icona per scegliere)"
2371
 
2372
  #~ msgid ""
2373
- #~ "The starting or ending address could not be found. Please check that the "
2374
- #~ "address is correct and completely entered."
 
2375
  #~ msgstr ""
2376
- #~ "Non é stato possibile trovare l'indirizzo di partenza o arrivo. Verifica "
2377
- #~ "che l'indirizzo sia valido nonché sia stato inserito correttamente."
 
2378
 
2379
  #~ msgid "(leave blank for default)"
2380
  #~ msgstr "(lascia in bianco per le predefinite)"
@@ -2395,14 +2203,18 @@ msgstr ""
2395
  #~ msgstr "Impostazioni avanzate"
2396
 
2397
  #~ msgid ""
2398
- #~ "Check to show the \"GoogleBar\" search box for local business listings."
 
2399
  #~ msgstr ""
2400
- #~ "Seleziona per mostrare la casella di ricerca \"GoogleBar\" per l'elenco "
2401
- #~ "delle attività commerciali locali."
 
2402
 
2403
  #~ msgid ""
2404
- #~ "Automatically center/zoom map when saved (uncheck to display map exactly "
2405
- #~ "as shown below)"
 
2406
  #~ msgstr ""
2407
- #~ "Centratura/Zoom in automatico al salvataggio della mappa (deseleziona per "
2408
- #~ "mostrare la mappa esattamente come qui sotto)"
 
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: MapPress Easy Google Maps in italiano\n"
4
+ "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mappress-google-maps-for-wordpress\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: 2020-12-15T18:23:01+00:00\n"
11
+ "PO-Revision-Date: 2020-12-15 11:20-0800\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"
36
  msgid "https://www.mappresspro.com/chris-contact"
37
  msgstr ""
38
 
39
+ #: mappress.php:171
40
+ #: mappress.php:701
41
+ #: build/index_mappress_admin.js:1
42
  msgid "Settings"
43
  msgstr "Impostazioni"
44
 
45
+ #: mappress.php:172
46
+ #: build/index_mappress_admin.js:1
47
  #, fuzzy
 
48
  msgid "Map Library"
49
  msgstr "Bordo mappa"
50
 
51
  #: mappress.php:183
52
+ msgid "MapPress database tables are missing. Please deactivate the plugin and activate it again to fix this."
53
+ msgstr "Non sono presenti le tabelle del database di MapPress. Disattiva il plugin quindi, riattivalo nuovamente per correggere il problema."
 
 
 
 
54
 
55
  #: mappress.php:188
56
  msgid "A Google Maps API key is required"
62
 
63
  #: mappress.php:188
64
  #, fuzzy
 
65
  msgid "MapPress Settings"
66
  msgstr "Impostazioni mappa"
67
 
82
  msgstr ""
83
 
84
  #: mappress.php:285
85
+ msgid "If you're enjoying MapPress, would you mind taking a moment to write a brief review? It would mean the world to me!"
 
 
86
  msgstr ""
87
 
88
  #: mappress.php:286
89
+ msgid "If you have any issues or suggestions, please let me know. I'll be happy to help!"
 
 
90
  msgstr ""
91
 
92
+ #: mappress.php:402
93
+ #: mappress.php:931
94
  msgid "Version"
95
  msgstr " Versione"
96
 
97
+ #: mappress.php:404
98
+ #: build/index_mappress_admin.js:1
99
  msgid "Help"
100
  msgstr ""
101
 
108
  msgstr ""
109
 
110
  #: mappress.php:477
111
+ msgid "MapPress Gutenberg blocks require WordPress 5.3 or the latest Gutenberg Plugin. Please update if using the block editor."
 
 
112
  msgstr ""
113
 
114
  #: mappress.php:481
121
 
122
  #: mappress.php:487
123
  #, fuzzy
 
124
  msgid "The MapPress map editor has moved!"
125
  msgstr "Nessuna mappa per questo articolo"
126
 
127
  #: mappress.php:488
128
+ msgid "Use this button to open the new popup editor where you can easily create, edit and insert maps."
 
 
129
  msgstr ""
130
 
131
  #: mappress.php:534
146
 
147
  #: mappress.php:538
148
  #, fuzzy
 
149
  msgid "Loading"
150
  msgstr "Caricamento..."
151
 
157
  msgid "Unable to get your location"
158
  msgstr "Impossibile identificare la tua posizione"
159
 
160
+ #: mappress.php:541
161
+ #: build/index_mappress_admin.js:1
162
  msgid "No results"
163
  msgstr ""
164
 
165
  #: mappress.php:542
166
  #, fuzzy
 
167
  msgid "Save changes?"
168
  msgstr "Salva le modifiche"
169
 
173
 
174
  #: mappress.php:572
175
  #, fuzzy
 
176
  msgid "Improve this map"
177
  msgstr "Desideri cancellare questa mappa?"
178
 
179
+ #: mappress.php:588
180
+ #: mappress.php:607
181
  #, fuzzy
 
182
  msgid "Streets"
183
  msgstr "Street view"
184
 
188
 
189
  #: mappress.php:590
190
  #, fuzzy
 
191
  msgid "Light"
192
  msgstr "a destra"
193
 
201
 
202
  #: mappress.php:593
203
  #, fuzzy
 
204
  msgid "Satellite Streets"
205
  msgstr "Satellite"
206
 
207
+ #: mappress_controls.php:93
208
+ #: templates_admin/widgets.php:42
209
  #: build/index_mappress_admin.js:1
210
  msgid "Add"
211
  msgstr "Aggiungere"
212
 
213
+ #: mappress_controls.php:102
214
+ #: templates_admin/editor.php:47
215
+ #: templates_admin/mce.php:100
216
+ #: templates_admin/widgets.php:94
217
  #: build/index_mappress_admin.js:1
218
  msgid "Delete"
219
  msgstr "Annulla"
220
 
221
+ #: mappress_map.php:85
222
+ #: mappress_settings.php:321
223
  msgid "MapPress"
224
  msgstr "MapPress"
225
 
226
+ #: mappress_map.php:94
227
+ #: templates_admin/mce.php:30
228
+ #: templates_admin/mce.php:80
229
+ #: templates_admin/mce.php:86
230
+ #: build/index_mappress_admin.js:1
231
  msgid "Untitled"
232
  msgstr "Senza nome"
233
 
234
  #: mappress_map.php:95
235
  #, fuzzy
 
236
  msgid "Copy of %s"
237
  msgstr "in cima all'articolo"
238
 
252
  msgid "Mapping API"
253
  msgstr ""
254
 
255
+ #: mappress_settings.php:92
256
+ #: build/index_mappress_admin.js:1
257
  #, fuzzy
 
258
  msgid "Google API key"
259
  msgstr "Google"
260
 
276
 
277
  #: mappress_settings.php:103
278
  #, fuzzy
 
279
  msgid "Automatic display"
280
  msgstr "Visualizzazione mappa"
281
 
283
  msgid "Map alignment"
284
  msgstr "Allineamento mappa"
285
 
286
+ #: mappress_settings.php:105
287
+ #: templates/map-popup.php:3
288
  #: templates/mashup-popup.php:6
289
  msgid "Directions"
290
  msgstr "Percorsi"
297
  msgid "Default zoom"
298
  msgstr "Zoom predefinito"
299
 
300
+ #: mappress_settings.php:110
301
+ #: mappress_settings.php:238
302
  msgid "Open first POI"
303
  msgstr "Apri il primo POI"
304
 
328
 
329
  #: mappress_settings.php:121
330
  #, fuzzy
 
331
  msgid "Search language"
332
  msgstr "lingua"
333
 
355
  msgid "Compatiblity"
356
  msgstr ""
357
 
358
+ #: mappress_settings.php:175
359
+ #: mappress_settings.php:244
360
+ #: pro/mappress_pro_settings.php:234
361
+ #: templates_admin/widgets.php:78
362
  #: build/index_mappress_admin.js:1
363
  msgid "Default"
364
  msgstr "predefinito"
387
  msgid "Bottom of post"
388
  msgstr "al fondo dell'articolo"
389
 
390
+ #: mappress_settings.php:199
391
+ #: mappress_settings.php:243
392
  msgid "(list)"
393
  msgstr ""
394
 
400
  msgid "Prevent other plugins/themes from loading the Google Maps API"
401
  msgstr ""
402
 
403
+ #: mappress_settings.php:212
404
+ #: mappress_settings.php:221
405
+ #: pro/mappress_pro_settings.php:232
406
+ #: build/index_mappress_admin.js:1
407
  msgid "Google"
408
  msgstr "Google"
409
 
411
  msgid "Inline"
412
  msgstr "Inline"
413
 
414
+ #: mappress_settings.php:221
415
+ #: build/index_mappress_admin.js:1
416
  msgid "Leaflet"
417
  msgstr ""
418
 
419
  #: mappress_settings.php:223
420
+ msgid "Leaflet is free and requires no API key. Google requires an API key and has strict usage limits."
 
 
421
  msgstr ""
422
 
423
+ #: mappress_settings.php:229
424
+ #: mappress_settings.php:232
425
  msgid "Output scripts in footer"
426
  msgstr ""
427
 
441
  msgid "Enter token to use Mapbox map tiles"
442
  msgstr ""
443
 
444
+ #: mappress_settings.php:257
445
+ #: mappress_settings.php:262
446
  #, fuzzy
 
447
  msgid "Map type control"
448
  msgstr "Controlli mappa"
449
 
450
  #: mappress_settings.php:258
451
  #, fuzzy
 
452
  msgid "Street view control"
453
  msgstr "Street view"
454
 
455
+ #: mappress_settings.php:259
456
+ #: mappress_settings.php:263
457
  #, fuzzy
 
458
  msgid "Zoom control"
459
  msgstr "Visualizza controlli"
460
 
476
 
477
  #: mappress_settings.php:299
478
  #, fuzzy
 
479
  msgid "Default size"
480
  msgstr "Stile predefinito"
481
 
483
  msgid "Copy maps when overwriting a translation"
484
  msgstr ""
485
 
486
+ #: mappress_settings.php:326
487
+ #: mappress_settings.php:334
488
  msgid "Save Changes"
489
  msgstr "Salva le modifiche"
490
 
491
+ #: mappress_settings.php:327
492
+ #: mappress_settings.php:335
493
  msgid "Reset Defaults"
494
  msgstr "Ripristina i valori predefiniti"
495
 
497
  msgid "Address"
498
  msgstr "Indirizzo"
499
 
500
+ #: mappress_template.php:35
501
+ #: pro/mappress_pro_settings.php:338
502
  msgid "Body"
503
  msgstr "Corpo"
504
 
505
+ #: mappress_template.php:36
506
+ #: pro/mappress_pro_settings.php:174
507
  #: pro/mappress_pro_settings.php:338
508
  msgid "Icon"
509
  msgstr "Icona"
510
 
511
  #: mappress_template.php:37
512
  #, fuzzy
 
513
  msgid "Thumbnail"
514
  msgstr "Dimensione miniatura"
515
 
516
+ #: mappress_template.php:38
517
+ #: pro/mappress_pro_settings.php:338
518
  msgid "Title"
519
  msgstr "Nome"
520
 
522
  msgid "Url"
523
  msgstr ""
524
 
525
+ #: mappress_template.php:40
526
+ #: pro/mappress_filter.php:120
527
  #: pro/mappress_pro_settings.php:343
528
  msgid "Custom Field"
529
  msgstr "Campi personalizzati"
530
 
531
+ #: pro/mappress_filter.php:84
532
+ #: pro/mappress_filter.php:133
533
+ #: pro/mappress_pro_settings.php:167
534
+ #: build/index_mappress_admin.js:1
535
  #, fuzzy
 
536
  msgid "Post type"
537
  msgstr "Tipo di articoli"
538
 
542
 
543
  #: pro/mappress_filter.php:120
544
  #, fuzzy
 
545
  msgid "Post field"
546
  msgstr "Titolo articolo"
547
 
549
  msgid "Invalid geocoder: %s"
550
  msgstr ""
551
 
552
+ #: pro/mappress_geocoder.php:59
553
+ #: pro/mappress_geocoder.php:110
554
+ #: pro/mappress_geocoder.php:147
555
+ #: pro/mappress_geocoder.php:192
556
  msgid "No results for address: %s"
557
  msgstr "Nessun risultato per l'indirizzo: %s"
558
 
562
 
563
  #: pro/mappress_geocoder.php:100
564
  #, fuzzy
 
565
  msgid "Invalid status: %s, %s Address: %s"
566
  msgstr "Status non valido: %s, indirizzo: %s"
567
 
579
 
580
  #: pro/mappress_icons.php:74
581
  #, fuzzy
 
582
  msgid "Files error: "
583
  msgstr "Campo per gli errori"
584
 
585
+ #: pro/mappress_meta.php:109
586
+ #: build/index_mappress_admin.js:1
587
  msgid "Automatic"
588
  msgstr "Automatica"
589
 
590
  #: pro/mappress_pro_settings.php:16
591
  #, fuzzy
 
592
  msgid "MapPress license key"
593
  msgstr "Link MapPress"
594
 
595
  #: pro/mappress_pro_settings.php:17
596
  #, fuzzy
 
597
  msgid "Beta versions"
598
  msgstr " Versione"
599
 
600
  #: pro/mappress_pro_settings.php:21
601
  #, fuzzy
 
602
  msgid "Geocoder"
603
  msgstr "Geocoder"
604
 
608
 
609
  #: pro/mappress_pro_settings.php:24
610
  #, fuzzy
 
611
  msgid "POI list layout"
612
  msgstr "Elenco POI"
613
 
614
  #: pro/mappress_pro_settings.php:25
615
  #, fuzzy
 
616
  msgid "Mini width"
617
  msgstr "Larghezza mappa"
618
 
626
 
627
  #: pro/mappress_pro_settings.php:30
628
  #, fuzzy
 
629
  msgid "Popup type"
630
  msgstr "Tipo di articoli"
631
 
635
 
636
  #: pro/mappress_pro_settings.php:33
637
  #, fuzzy
 
638
  msgid "Icon directory"
639
  msgstr "Cartella icone personalizzate"
640
 
641
  #: pro/mappress_pro_settings.php:34
642
  #, fuzzy
 
643
  msgid "Custom icons"
644
  msgstr "Campi personalizzati"
645
 
649
 
650
  #: pro/mappress_pro_settings.php:36
651
  #, fuzzy
 
652
  msgid "Automatic icons"
653
  msgstr "Automatica"
654
 
655
+ #: pro/mappress_pro_settings.php:38
656
+ #: templates/map.php:51
657
+ #: templates_admin/mce.php:13
658
+ #: build/index_mappress_admin.js:1
659
  msgid "Search"
660
  msgstr ""
661
 
662
+ #: pro/mappress_pro_settings.php:40
663
+ #: templates/map.php:58
664
  msgid "Filter"
665
  msgstr ""
666
 
667
  #: pro/mappress_pro_settings.php:41
668
  #, fuzzy
 
669
  msgid "POI content"
670
  msgstr "Titolo POI"
671
 
672
  #: pro/mappress_pro_settings.php:42
673
  #, fuzzy
 
674
  msgid "POI click"
675
  msgstr "Collegamenti POI"
676
 
680
 
681
  #: pro/mappress_pro_settings.php:44
682
  #, fuzzy
 
683
  msgid "Thumbnails"
684
  msgstr "Dimensione miniatura"
685
 
686
  #: pro/mappress_pro_settings.php:45
687
  #, fuzzy
 
688
  msgid "Thumbnail size"
689
  msgstr "Dimensione miniatura"
690
 
691
+ #: pro/mappress_pro_settings.php:48
692
+ #: pro/mappress_pro_settings.php:50
693
  msgid "Styled maps"
694
  msgstr "Mappe con stile"
695
 
707
 
708
  #: pro/mappress_pro_settings.php:56
709
  #, fuzzy
 
710
  msgid "Geocoding errors"
711
  msgstr "Campi geocoding"
712
 
716
 
717
  #: pro/mappress_pro_settings.php:61
718
  #, fuzzy
 
719
  msgid "Custom templates"
720
  msgstr "Campi personalizzati"
721
 
722
+ #: pro/mappress_pro_settings.php:62
723
+ #: pro/mappress_pro_settings.php:227
724
  msgid "Force resize"
725
  msgstr "Imponi resize"
726
 
750
 
751
  #: pro/mappress_pro_settings.php:202
752
  #, fuzzy
 
753
  msgid "Select"
754
  msgstr "Seleziona una mappa"
755
 
763
 
764
  #: pro/mappress_pro_settings.php:224
765
  #, fuzzy
 
766
  msgid "Permanently resize existing maps (classic editor only)"
767
  msgstr "Ridimensiona permanentemente TUTTE le tue mappe"
768
 
782
  msgid "MapBox"
783
  msgstr ""
784
 
785
+ #: pro/mappress_pro_settings.php:246
786
+ #: templates_admin/widgets.php:68
787
  msgid "Edit"
788
  msgstr "Modifica"
789
 
790
  #: pro/mappress_pro_settings.php:260
791
  #, fuzzy
 
792
  msgid "Standard"
793
  msgstr "Icone standard"
794
 
798
 
799
  #: pro/mappress_pro_settings.php:268
800
  #, fuzzy
 
801
  msgid "Left of map"
802
  msgstr "Seleziona una mappa"
803
 
804
  #: pro/mappress_pro_settings.php:269
805
  #, fuzzy
 
806
  msgid "Below map"
807
  msgstr "Mostra mappa"
808
 
809
  #: pro/mappress_pro_settings.php:275
810
  #, fuzzy
 
811
  msgid "Get license"
812
  msgstr "Ottieni i Percorsi"
813
 
823
  msgid "Check now"
824
  msgstr ""
825
 
826
+ #: pro/mappress_pro_settings.php:299
827
+ #: pro/mappress_updater.php:116
828
  #, fuzzy
 
829
  msgid "Communication error, please try again later"
830
  msgstr "Google - errore interno. Riprova più tardi."
831
 
835
 
836
  #: pro/mappress_pro_settings.php:305
837
  #, fuzzy
 
838
  msgid "POI title + POI body"
839
  msgstr "Titolo POI"
840
 
841
  #: pro/mappress_pro_settings.php:305
842
  #, fuzzy
 
843
  msgid "Post title + post excerpt"
844
  msgstr "Riassunto articolo"
845
 
846
  #: pro/mappress_pro_settings.php:310
847
  #, fuzzy
 
848
  msgid "Open POI"
849
  msgstr "Apri il POI"
850
 
851
  #: pro/mappress_pro_settings.php:310
852
  #, fuzzy
 
853
  msgid "Open post"
854
  msgstr "Articoli in uso"
855
 
867
 
868
  #: pro/mappress_pro_settings.php:337
869
  #, fuzzy
 
870
  msgid "Address line "
871
  msgstr "Indirizzo - linea 1"
872
 
878
  msgid "Longitude"
879
  msgstr "Longitudine"
880
 
881
+ #: pro/mappress_pro_settings.php:338
882
+ #: build/index_mappress_admin.js:1
883
  msgid "Zoom"
884
  msgstr "Zoom"
885
 
886
  #: pro/mappress_pro_settings.php:343
887
  #, fuzzy
 
888
  msgid "Map Field"
889
  msgstr "Dimensione mappa"
890
 
891
  #: pro/mappress_pro_settings.php:356
892
  #, fuzzy
 
893
  msgid "Overwrite maps when posts are saved"
894
  msgstr "Sovrascrivi le mappe esistenti quando aggiorni"
895
 
899
 
900
  #: pro/mappress_pro_settings.php:365
901
  #, fuzzy
 
902
  msgid "Show a list of POIs with each map"
903
  msgstr "Mostra un elenco di POI sotto ogni mappa"
904
 
905
  #: pro/mappress_pro_settings.php:373
906
  #, fuzzy
 
907
  msgid "Enable search"
908
  msgstr "Abilita"
909
 
910
  #: pro/mappress_pro_settings.php:377
911
  #, fuzzy
 
912
  msgid "Sort POI list by title"
913
  msgstr "Mostra elenco POI"
914
 
918
 
919
  #: pro/mappress_pro_settings.php:392
920
  #, fuzzy
 
921
  msgid "Snazzy Maps"
922
  msgstr "Mappe con stili"
923
 
924
  #: pro/mappress_pro_settings.php:393
925
  #, fuzzy
 
926
  msgid "Enter JSON from %s"
927
  msgstr "Inserisci il JSON per %s dal %s di Google"
928
 
929
+ #: pro/mappress_pro_settings.php:397
930
+ #: pro/mappress_pro_settings.php:413
931
  msgid "Style name"
932
  msgstr "Nome stile"
933
 
937
 
938
  #: pro/mappress_pro_settings.php:410
939
  #, fuzzy
 
940
  msgid "Enter styles from %s"
941
  msgstr "Inserisci dimensioni in px o %"
942
 
960
  msgid "JSON error"
961
  msgstr ""
962
 
963
+ #: pro/mappress_widget.php:69
964
+ #: pro/mappress_widget_map.php:56
965
  msgid "Widget title"
966
  msgstr "Nome widget"
967
 
968
+ #: pro/mappress_widget.php:74
969
+ #: pro/mappress_widget_map.php:66
970
  msgid "Map size"
971
  msgstr "Dimensione mappa"
972
 
994
  msgid "Learn about queries"
995
  msgstr "Info sulle richieste"
996
 
997
+ #: pro/mappress_widget.php:94
998
+ #: pro/mappress_widget_map.php:74
999
  msgid "Show POI list"
1000
  msgstr "Mostra elenco POI"
1001
 
1002
+ #: pro/mappress_widget.php:101
1003
+ #: pro/mappress_widget_map.php:81
1004
  msgid "Other Settings"
1005
  msgstr "Altre impostazioni"
1006
 
1007
+ #: pro/mappress_widget.php:104
1008
+ #: pro/mappress_widget_map.php:84
1009
  msgid "Example: initialopeninfo=\"true\""
1010
  msgstr ""
1011
 
1012
+ #: pro/mappress_widget_map.php:61
1013
+ #: templates_admin/mce.php:49
1014
+ #: templates_admin/mce.php:69
1015
+ #: build/index_mappress_admin.js:1
1016
  msgid "Map ID"
1017
  msgstr "ID mappa"
1018
 
1030
 
1031
  #: templates/map-filters.php:13
1032
  #, fuzzy
 
1033
  msgid "Reset"
1034
  msgstr "Ripristina mappa"
1035
 
1036
  #: templates/map-loop.php:3
1037
  #, fuzzy
 
1038
  msgid "Results"
1039
  msgstr "Ripristina i valori predefiniti"
1040
 
1041
  #: templates/map.php:53
1042
  #, fuzzy
 
1043
  msgid "Your Location"
1044
  msgstr "Luogo"
1045
 
1065
 
1066
  #: templates/map.php:84
1067
  #, fuzzy
 
1068
  msgid "Show List"
1069
  msgstr "Mostra elenco POI"
1070
 
1071
  #: templates/map.php:85
1072
  #, fuzzy
 
1073
  msgid "Show Map"
1074
  msgstr "Mostra mappa"
1075
 
1085
  msgid "Add Media"
1086
  msgstr ""
1087
 
1088
+ #: templates_admin/editor.php:45
1089
+ #: templates_admin/mce.php:55
1090
+ #: templates_admin/widgets.php:91
1091
+ #: build/index_mappress_admin.js:1
1092
  msgid "Save"
1093
  msgstr "Salva"
1094
 
1095
+ #: templates_admin/editor.php:46
1096
+ #: templates_admin/mce.php:56
1097
+ #: templates_admin/widgets.php:92
1098
+ #: build/index_mappress_admin.js:1
1099
  msgid "Cancel"
1100
  msgstr "Cancella"
1101
 
1102
+ #: templates_admin/mce.php:6
1103
+ #: build/index_mappress_admin.js:1
1104
  msgid "Select a map"
1105
  msgstr "Seleziona una mappa"
1106
 
1107
+ #: templates_admin/mce.php:7
1108
+ #: build/index_mappress_admin.js:1
1109
  msgid "Add New"
1110
  msgstr ""
1111
 
1112
  #: templates_admin/mce.php:14
1113
  #, fuzzy
 
1114
  msgid "post title"
1115
  msgstr "Titolo articolo"
1116
 
1117
+ #: templates_admin/mce.php:18
1118
+ #: build/index_mappress_admin.js:1
1119
  #, fuzzy
 
1120
  msgid "Attached to this post"
1121
  msgstr "Mappe in questo articolo"
1122
 
1123
+ #: templates_admin/mce.php:19
1124
+ #: build/index_mappress_admin.js:1
1125
  #, fuzzy
 
1126
  msgid "All maps"
1127
  msgstr "Tutti gli articoli"
1128
 
1130
  msgid "Close"
1131
  msgstr "Chiudi"
1132
 
1133
+ #: templates_admin/mce.php:35
1134
+ #: build/index_mappress_admin.js:1
1135
  msgid "Size"
1136
  msgstr "Dimensione"
1137
 
1138
  #: templates_admin/mce.php:59
1139
  #, fuzzy
 
1140
  msgid "Save center / zoom"
1141
  msgstr "Centratura/zoom"
1142
 
1143
+ #: templates_admin/mce.php:68
1144
+ #: build/index_mappress_admin.js:1
1145
  #, fuzzy
 
1146
  msgid "Map title"
1147
  msgstr "Titolo mappa"
1148
 
1149
+ #: templates_admin/mce.php:71
1150
+ #: build/index_mappress_admin.js:1
1151
  msgid "Attached to"
1152
  msgstr ""
1153
 
1154
+ #: templates_admin/mce.php:73
1155
+ #: build/index_mappress_admin.js:1
1156
  #, fuzzy
 
1157
  msgid "Action"
1158
  msgstr "Luogo"
1159
 
1160
  #: templates_admin/mce.php:87
1161
  #, fuzzy
 
1162
  msgid "Current post"
1163
  msgstr "Articoli in uso"
1164
 
1165
+ #: templates_admin/mce.php:92
1166
+ #: build/index_mappress_admin.js:1
1167
  msgid "Unattached"
1168
  msgstr ""
1169
 
1171
  msgid "Insert into post"
1172
  msgstr "Inserisci nell'articolo"
1173
 
1174
+ #: templates_admin/mce.php:107
1175
+ #: build/index_mappress_admin.js:1
1176
  #, fuzzy
 
1177
  msgid "No maps found"
1178
  msgstr "Mappa non trovata"
1179
 
1187
 
1188
  #: templates_admin/widgets.php:28
1189
  #, fuzzy
 
1190
  msgid "No custom icons have been added yet."
1191
  msgstr "Nessun stile è ancora stato definito"
1192
 
1200
 
1201
  #: templates_admin/widgets.php:67
1202
  #, fuzzy
 
1203
  msgid "Map list item"
1204
  msgstr "Template lista marker"
1205
 
1206
  #: templates_admin/widgets.php:67
1207
  #, fuzzy
 
1208
  msgid "Mashup popup"
1209
  msgstr "Mashup"
1210
 
1211
  #: templates_admin/widgets.php:67
1212
  #, fuzzy
 
1213
  msgid "Mashup list item"
1214
  msgstr "Titolo mashup POI"
1215
 
1216
  #: templates_admin/widgets.php:74
1217
  #, fuzzy
 
1218
  msgid "New"
1219
  msgstr "Nuova mappa"
1220
 
1221
+ #: templates_admin/widgets.php:74
1222
+ #: build/index_mappress_admin.js:1
1223
  #, fuzzy
 
1224
  msgid "Custom"
1225
  msgstr "CSS personalizzato"
1226
 
1227
  #: templates_admin/widgets.php:77
1228
  #, fuzzy
 
1229
  msgid "Editor"
1230
  msgstr "Modifica"
1231
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1232
  #: package.json
1233
  msgctxt "block description"
1234
  msgid "MapPress Maps for WordPress"
1238
  #~ msgstr "Strumenti"
1239
 
1240
  #, fuzzy
 
1241
  #~ msgid "Show a tooltip when mouse is over a POI"
1242
  #~ msgstr "Mostra i titoli dei POI come \"tooltip\" al passaggio del mouse."
1243
 
1251
  #~ msgstr "Contatti"
1252
 
1253
  #~ msgid ""
1254
+ "\n"
1255
+ "MapPress now requires WordPress 3.2 or higher. Please upgrade \"\n"
1256
+ "using MapPress.\""
1257
  #~ msgstr ""
1258
+ "\n"
1259
+ "MapPress richiede WordPress 3.2 o superiore. Effettua \"\n"
1260
+ "prima di utilizzare MapPress.\""
1261
 
1262
  #~ msgid ""
1263
+ "\n"
1264
+ "MapPress is not compfatible with the WP-Geo plugin. Please \"\n"
1265
+ "or uninstall WP-Geo before using MapPress.\""
1266
  #~ msgstr ""
1267
+ "\n"
1268
+ "MapPress non é compatibile con il plugin WP-Geo. Disattiva o \"\n"
1269
+ "WP-Geo prima di usare MapPress.\""
1270
 
1271
  #~ msgid "Bike"
1272
  #~ msgstr "Bicicletta"
1275
  #~ msgstr "Uno degli indirizzi non è stato trovato."
1276
 
1277
  #~ msgid ""
1278
+ "\n"
1279
+ "cannot return directions between those addresses. There is no \"\n"
1280
+ "between them or the routing information is not available.\""
1281
  #~ msgstr ""
1282
+ "\n"
1283
+ "non può mostrare i percorsi tra questi indirizzi. Non esiste tra \"\n"
1284
+ "una strada oppure l'informazione sulla strada non é disponibile.\""
1285
 
1286
  #~ msgid "Unknown error, unable to return directions. Status code = "
1287
  #~ msgstr ""
1288
+ "\n"
1289
+ "sconosciuto, impossibile ritornare ai percorsi. Codice status = \""
1290
 
1291
  #~ msgid "No matching address"
1292
  #~ msgstr "Nessun indirizzo corrispondente"
1420
  #, php-format
1421
  #~ msgid "Enter a %s to use when searching (leave blank for USA)"
1422
  #~ msgstr ""
1423
+ "\n"
1424
+ "il %s da utilizzare durante la ricerca (lascia in bianco per \"\n"
1425
+ ""
1426
 
1427
  #~ msgid "Enter a google server URL for directions/printing"
1428
  #~ msgstr ""
1429
+ "\n"
1430
+ "un URL di server google da utilizzare per i percorsi / stampa\""
1431
 
1432
  #~ msgid "Enable zoom with the mouse scroll wheel"
1433
  #~ msgstr "Attiva lo zoom con la rotellina del mouse"
1438
  #, php-format
1439
  #~ msgid "Use a specific %s for map controls (defaults to browser language)"
1440
  #~ msgstr ""
1441
+ "\n"
1442
+ "una specifica %s per i controlli della mappa (predefinite per la \"\n"
1443
+ "del browser)\""
1444
 
1445
  #~ msgid ""
1446
+ "\n"
1447
+ "your readers to change the map type (street, satellite, or hybrid)\""
1448
  #~ msgstr ""
1449
+ "\n"
1450
+ "agli utenti di cambiare il tipo di mappa (stradale, satellite o \"\n"
1451
+ ""
1452
 
1453
  #~ msgid "Display the street view control \"peg man\""
1454
  #~ msgstr "Mostra il controllo visualizzazione stradale \"peg man\""
1457
  #~ msgstr "Inline (nel tuo blog)"
1458
 
1459
  #~ msgid ""
1460
+ "\n"
1461
+ "'Google' if directions aren't displaying properly in your theme\""
1462
  #~ msgstr ""
1463
+ "\n"
1464
+ "'Google' qualora i percorsi non venissero mostrati \"\n"
1465
+ "nel tema\""
1466
 
1467
  #, php-format
1468
  #~ msgid "This setting requires %s."
1482
 
1483
  #~ msgid "Show marker titles as a \"tooltip\" on mouse-over"
1484
  #~ msgstr ""
1485
+ "\n"
1486
+ "i titoli dei punti come \"tooltip\" al passaggio del mouse\""
1487
 
1488
  #~ msgid ""
1489
+ "\n"
1490
+ "an overview map control in the bottom-right corner of the main map\""
1491
  #~ msgstr ""
1492
+ "\n"
1493
+ "un controllo per la mappa panoramica nell'angolo in basso a destra \"\n"
1494
+ "pagina principale\""
1495
 
1496
  #~ msgid "Automatically open the overview map"
1497
  #~ msgstr "Apri automaticamente la mappa generale"
1498
 
1499
  #, php-format
1500
  #~ msgid ""
1501
+ "\n"
1502
+ "'default' to override this with CSS class %s in your theme's %s\""
1503
  #~ msgstr ""
1504
+ "\n"
1505
+ "'predefinito' per sovrascrivere con le classi CSS %s nel tuo %s \"\n"
1506
+ "tema\""
1507
 
1508
  #~ msgid "solid"
1509
  #~ msgstr "continua"
1540
 
1541
  #, php-format
1542
  #~ msgid ""
1543
+ "\n"
1544
+ "-none- to override settings with CSS class %s in your theme's %s\""
1545
  #~ msgstr ""
1546
+ "\n"
1547
+ "- nessuno - per sovrascrivere le impostazioni con la classe CSS %s \"\n"
1548
+ "del %s del tuo tema\""
1549
 
1550
  #~ msgid "Show the user's location on the map"
1551
  #~ msgstr "Mostra la posizione dell'utente sulla mappa"
1659
  #~ msgstr "Carica dopo le mappe"
1660
 
1661
  #~ msgid ""
1662
+ "\n"
1663
+ "the settings below to automatically create maps from custom fields.\""
1664
  #~ msgstr ""
1665
+ "\n"
1666
+ "le seguenti impostazioni per creare automaticamente delle mappe \"\n"
1667
+ "campi personalizzati.\""
1668
 
1669
  #~ msgid "Posts"
1670
  #~ msgstr "Articoli"
1687
  #, php-format
1688
  #~ msgid "Use a specific %s for map controls and geocoding"
1689
  #~ msgstr ""
1690
+ "\n"
1691
+ "una specifica %s per i controlli della mappa e la georeferenziazione\""
1692
 
1693
  #~ msgid "Horizontal"
1694
  #~ msgstr "Orizzontale"
1770
  #, php-format
1771
  #~ msgid "A PRO Version update is available for manual installation: %s"
1772
  #~ msgstr ""
1773
+ "\n"
1774
+ "aggiornamento della versione PRO è disponibile per installazione \"\n"
1775
+ "%s\""
1776
 
1777
  #~ msgid "Add POI"
1778
  #~ msgstr "Aggiungi POI"
1837
 
1838
  #~ msgid "Disable map panning when infoWindow / infoBox is opened"
1839
  #~ msgstr ""
1840
+ "\n"
1841
+ "il panning della mappa quando è aperto infoWindows / infoBox\""
1842
 
1843
  #~ msgid "Use existing size: "
1844
  #~ msgstr "Utilizza la dimensione attuale:"
1900
 
1901
  #~ msgid "Internal error, map was missing. Your data has not been saved!"
1902
  #~ msgstr ""
1903
+ "\n"
1904
+ "interno: la mappa é stata smarrita. I dati non sono stati salvati!\""
1905
 
1906
  #~ msgid "Internal error - unable to save map. Your data has not been saved!"
1907
  #~ msgstr ""
1908
+ "\n"
1909
+ "interno - non é possibile salvare la mappa. I dati non sono stati \"\n"
1910
+ ""
1911
 
1912
  #~ msgid "Show a list of markers under each map."
1913
  #~ msgstr "Mostra sotto ogni mappa una lista di luoghi"
1935
 
1936
  #~ msgid "Update map when address is changed by a program"
1937
  #~ msgstr ""
1938
+ "\n"
1939
+ "la mappa quando un indirizzo é stato modificato da un programma\""
1940
 
1941
  #~ msgid "Display powered by link"
1942
  #~ msgstr "Attiva il link \"fornito da\"."
1958
 
1959
  #~ msgid "This setting requires %s. Show a list of markers under each map."
1960
  #~ msgstr ""
1961
+ "\n"
1962
+ "impostazione richiede %s. Mostra una lista di marker sotto ogni \"\n"
1963
+ ""
1964
 
1965
  #~ msgid "Donate"
1966
  #~ msgstr "Donazioni"
1983
  #~ msgstr "Lista luoghi"
1984
 
1985
  #~ msgid ""
1986
+ "\n"
1987
+ "Include your own CSS. You must create a file named %s in the MapPress \"\n"
1988
+ "sub-directory\""
1989
  #~ msgstr ""
1990
+ "\n"
1991
+ "Includi CSS personalizzato. Crea un file a nome %s nella sotto-cartella \"\n"
1992
+ "di MapPress\""
1993
 
1994
  #~ msgid "Map addresses from a %s : "
1995
  #~ msgstr "Indirizzi mappa da un %s : "
2022
  #~ msgstr "Manca l'indirizzo di partenza o arrivo."
2023
 
2024
  #~ msgid ""
2025
+ "\n"
2026
+ "cannot return those directions for legal or contractual reasons\""
2027
  #~ msgstr ""
2028
+ "\n"
2029
+ "non può mostrare questi percorsi per ragioni contrattuali o legali\""
2030
 
2031
  #~ msgid "Invalid map API key"
2032
  #~ msgstr "Chiave API non valida"
2035
  #~ msgstr "La tua chiave ha inoltrato in un solo giorno troppe richieste."
2036
 
2037
  #~ msgid ""
2038
+ "\n"
2039
+ "your browser does not seem to support the street view Flash player\""
2040
  #~ msgstr ""
2041
+ "\n"
2042
+ "pare che il tuo browser non supporti lo street view Flash player\""
2043
 
2044
  #~ msgid "Sorry, no street view data is available for this location"
2045
  #~ msgstr "nessuna visualizzazione stradale per questa località"
2046
 
2047
  #~ msgid "Sorry, Google was unable to display the street view in your browser"
2048
  #~ msgstr ""
2049
+ "\n"
2050
+ "non é in grado di potere mostrare nel tuo browser la \"\n"
2051
+ "stradale\""
2052
 
2053
  #~ msgid "Get directions"
2054
  #~ msgstr "Ottieni i percorsi"
2066
  #~ msgstr "Inserisci la tua chiave API. Non hai una chiave API? Vai qui "
2067
 
2068
  #~ msgid ""
2069
+ "\n"
2070
+ "could not load google maps. Either your browser is incompatible \"\n"
2071
+ "your API key is invalid. Need an API key? Get one \""
2072
  #~ msgstr ""
2073
+ "\n"
2074
+ "non può caricare le mappe di Google. Il problema potrebbe \"\n"
2075
+ "dalla incompatibilità del tuo browser oppure da una chiave API \"\n"
2076
+ "valida. Non hai una chiave API? Vai \""
2077
 
2078
  #~ msgid "here"
2079
  #~ msgstr "qui"
2085
  #~ msgstr "Premi esci oppure clicca qui per cancellare:"
2086
 
2087
  #~ msgid ""
2088
+ "\n"
2089
+ "isn't ready yet. Please enter your Google Maps API Key on the \""
2090
  #~ msgstr ""
2091
+ "\n"
2092
+ "non é ancora pronto. Inserisci la tua chiave API di Google Maps \"\n"
2093
+ ""
2094
 
2095
  #~ msgid "MapPress options screen."
2096
  #~ msgstr "MapPress - opzioni schermo."
2106
 
2107
  #~ msgid "Click on a marker or use the links below to edit or delete markers."
2108
  #~ msgstr ""
2109
+ "\n"
2110
+ "su di un marker oppure utilizza i link qui sotto per modificare o \"\n"
2111
+ "i marker.\""
2112
 
2113
  #~ msgid "ACCESS DENIED: You don't have permission to do this."
2114
  #~ msgstr ""
2115
+ "\n"
2116
+ "NEGATO: non hai i permessi necessari per compiere questa \"\n"
2117
+ ""
2118
 
2119
  #~ msgid "supported languages"
2120
  #~ msgstr "lingue disponibili"
2121
 
2122
  #~ msgid ""
2123
+ "\n"
2124
+ "spend many hours working on MapPress. Please donate to keep me going!\""
2125
  #~ msgstr ""
2126
+ "\n"
2127
+ "dedicato molto tempo allo sviluppo di MapPress. Effettua una donazione!\""
2128
 
2129
  #~ msgid "Address format"
2130
  #~ msgstr "Formato indirizzo"
2136
  #~ msgstr "indirizzo corretto"
2137
 
2138
  #~ msgid ""
2139
+ "\n"
2140
+ "a country code to use as a default when searching for an address.\""
2141
  #~ msgstr ""
2142
+ "\n"
2143
+ "il codice paese da utilizzare come predefinito durante la \"\n"
2144
+ "di un indirizzo.\""
2145
 
2146
  #~ msgid "Force Google to use a specific language for map controls."
2147
  #~ msgstr ""
2148
+ "\n"
2149
+ "a Google l'utilizzo specifico di una lingua per i controlli della \"\n"
2150
+ ""
2151
 
2152
  #~ msgid "Check to enable directions to/from map markers"
2153
  #~ msgstr "Seleziona per attivare (marker della mappa) i percorsi da/a"
2154
 
2155
  #~ msgid ""
2156
+ "\n"
2157
+ "to show large map controls; uncheck for a small zoom control instead\""
2158
  #~ msgstr ""
2159
+ "\n"
2160
+ "per mostrare in esteso i controlli per la mappa; deseleziona \"\n"
2161
+ "il solo controllo sullo zoom \""
2162
 
2163
  #~ msgid "Check to enable the \"map types\" button on the map"
2164
  #~ msgstr "Seleziona per attivare sulla mappa il pulsante \"tipi di mappa\""
2168
 
2169
  #~ msgid "Choose the map type to use when the map is first displayed"
2170
  #~ msgstr ""
2171
+ "\n"
2172
+ "quale tipologia di mappa mostrare alla visualizzazione di \"\n"
2173
+ ""
2174
 
2175
  #~ msgid "(click the icon to choose)"
2176
  #~ msgstr "(clicca sulla icona per scegliere)"
2177
 
2178
  #~ msgid ""
2179
+ "\n"
2180
+ "starting or ending address could not be found. Please check that the \"\n"
2181
+ "is correct and completely entered.\""
2182
  #~ msgstr ""
2183
+ "\n"
2184
+ "é stato possibile trovare l'indirizzo di partenza o arrivo. Verifica \"\n"
2185
+ "l'indirizzo sia valido nonché sia stato inserito correttamente.\""
2186
 
2187
  #~ msgid "(leave blank for default)"
2188
  #~ msgstr "(lascia in bianco per le predefinite)"
2203
  #~ msgstr "Impostazioni avanzate"
2204
 
2205
  #~ msgid ""
2206
+ "\n"
2207
+ "to show the \"GoogleBar\" search box for local business listings.\""
2208
  #~ msgstr ""
2209
+ "\n"
2210
+ "per mostrare la casella di ricerca \"GoogleBar\" per l'elenco \"\n"
2211
+ "attività commerciali locali.\""
2212
 
2213
  #~ msgid ""
2214
+ "\n"
2215
+ "center/zoom map when saved (uncheck to display map exactly \"\n"
2216
+ "shown below)\""
2217
  #~ msgstr ""
2218
+ "\n"
2219
+ "in automatico al salvataggio della mappa (deseleziona per \"\n"
2220
+ "la mappa esattamente come qui sotto)\""
languages/mappress-google-maps-for-wordpress-ja-4cfebd0e75a430fc3eb311e0637a25c6.json ADDED
@@ -0,0 +1 @@
 
1
+ {"translation-revision-date":"2020-12-15 11:20-0800","generator":"WP-CLI\/2.4.0","source":"build\/index_mappress_admin.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ja","plural-forms":"nplurals=2; plural=(n != 1);"},"Settings":["\u8a2d\u5b9a"],"Map Library":["\u30de\u30c3\u30d7\u306e\u3075\u3061\u53d6\u308a"],"Help":[""],"No results":[""],"Add":["\u8ffd\u52a0"],"Delete":["\u524a\u9664"],"Untitled":["\u540d\u79f0\u672a\u8a2d\u5b9a"],"Google API key":[""],"Default":["\u521d\u671f\u8a2d\u5b9a"],"Google":[""],"Leaflet":[""],"Post type":["\u6295\u7a3f\u30bf\u30a4\u30d7"],"Automatic":[""],"Search":[""],"Zoom":["\u30ba\u30fc\u30e0"],"Map ID":["\u30de\u30c3\u30d7ID"],"Save":["\u4fdd\u5b58"],"Cancel":["\u30ad\u30e3\u30f3\u30bb\u30eb"],"Select a map":["\u5730\u56f3\u306e\u30ea\u30bb\u30c3\u30c8"],"Add New":[""],"Attached to this post":[""],"All maps":["\u30b9\u30bf\u30a4\u30eb\u4ed8\u304d\u5730\u56f3"],"Size":["\u30b5\u30a4\u30ba"],"Map title":["\u30de\u30c3\u30d7\u30bf\u30a4\u30c8\u30eb"],"Attached to":[""],"Action":["\u6240\u5728\u5730"],"Unattached":[""],"No maps found":["\u30de\u30c3\u30d7\u304c\u898b\u3064\u304b\u308a\u307e\u305b\u3093"],"Custom":["\u30ab\u30b9\u30bf\u30e0\u30d5\u30a3\u30fc\u30eb\u30c9"],"New map":["\u30de\u30c3\u30d7\u3092\u8868\u793a"],"Edit map":["\u7de8\u96c6"],"Like the block? Upgrade to the free plugin or MapPress Pro for more features!":[""],"MapPress Pro":["MapPress Pro\u3078\u30a2\u30c3\u30d7\u30b0\u30ec\u30fc\u30c9"],"Free plugin":[""],"MapPress options":["\u30de\u30c3\u30d7\u8a2d\u5b9a"],"Map settings":["\u30de\u30c3\u30d7\u8a2d\u5b9a"],"MapPress Map":["\u30b5\u30f3\u30d7\u30eb\u30de\u30c3\u30d7"],"Create a new map or choose one from the map library.":[""],"Insert a map":["\u5730\u56f3\u306e\u30ea\u30bb\u30c3\u30c8"],"Query":[""],"Refresh map":["\u5916\u89b3\u30de\u30c3\u30d7"],"Author":[""],"Order by":[""],"Include children":[""],"Add custom field":["\u30ab\u30b9\u30bf\u30e0\u30d5\u30a3\u30fc\u30eb\u30c9"],"Field name":["\u30b9\u30bf\u30a4\u30eb\u540d"],"The field \"%s\" has already been added":[""],"Please enter a field name":["\u307e\u305a\u6700\u521d\u306b\u30de\u30c3\u30d7\u3092\u4fdd\u5b58\u3057\u3066\u4e0b\u3055\u3044\u3002"],"Value (a or a,b,c...)":[""],"Invalid JSON":[""],"Update":[""],"Query code":["\u56fd\u30b3\u30fc\u30c9"],"MapPress Mashup":["\u30de\u30c3\u30d7\u8a2d\u5b9a"],"Insert a mashup":[""],"Options saved.":[""],"Mapping Engine":[""],"Save options":[""],"Map copied":["\u30de\u30c3\u30d7\u30bf\u30a4\u30c8\u30eb"],"Shortcode copied":[""],"post title, map title, or map id":[""],"current post":["\u6700\u521d\u306ePOI\u3092\u958b\u304f"],"Edit post":["\u7de8\u96c6"],"Copy":[""],"Shortcode":[""],"Delete map":["\u524a\u9664"],"Viewport saved":[""],"px, %, vw":["\u5e45\uff08px\uff09"],"Width":["\u592a\u3055"],"px, %, vh":["\u5e45\uff08px\uff09"],"Height":["\u53f3\u5bc4\u305b"],"Center\/Zoom":["\u4e2d\u592e"]}}}
languages/mappress-google-maps-for-wordpress-ja.po CHANGED
@@ -1,18 +1,16 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
- "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mappress-google-"
5
- "maps-for-wordpress\n"
6
- "POT-Creation-Date: 2020-12-15T18:23:01+00:00\n"
7
- "PO-Revision-Date: 2020-12-15 11:20-0800\n"
8
  "Last-Translator: Osamu Satoh <osamus@connectworks.jp>\n"
9
  "Language-Team: \n"
10
- "Language: ja\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-KeywordsList: _;gettext;gettext_noop;__;_e;esc_attr_e;esc_attr__;"
15
- "esc_html_e;esc_html__\n"
 
 
16
  "X-Poedit-Basepath: .\n"
17
  "X-Generator: Poedit 2.4.2\n"
18
  "X-Poedit-SearchPath-0: ..\n"
@@ -37,23 +35,21 @@ msgstr ""
37
  msgid "https://www.mappresspro.com/chris-contact"
38
  msgstr ""
39
 
40
- #: mappress.php:171 mappress.php:701 build/index_mappress_admin.js:1
 
 
41
  msgid "Settings"
42
  msgstr "設定"
43
 
44
- #: mappress.php:172 build/index_mappress_admin.js:1
 
45
  #, fuzzy
46
- #| msgid "Map border"
47
  msgid "Map Library"
48
  msgstr "マップのふち取り"
49
 
50
  #: mappress.php:183
51
- msgid ""
52
- "MapPress database tables are missing. Please deactivate the plugin and "
53
- "activate it again to fix this."
54
- msgstr ""
55
- "MapPressのデータベーステーブルがありません。この問題を解決するには、プラグイ"
56
- "ンを無効にした後、再度有効にして下さい。"
57
 
58
  #: mappress.php:188
59
  msgid "A Google Maps API key is required"
@@ -65,7 +61,6 @@ msgstr ""
65
 
66
  #: mappress.php:188
67
  #, fuzzy
68
- #| msgid "Map Settings"
69
  msgid "MapPress Settings"
70
  msgstr "マップ設定"
71
 
@@ -86,22 +81,20 @@ msgid "Please Help Spread the Word"
86
  msgstr ""
87
 
88
  #: mappress.php:285
89
- msgid ""
90
- "If you're enjoying MapPress, would you mind taking a moment to write a brief "
91
- "review? It would mean the world to me!"
92
  msgstr ""
93
 
94
  #: mappress.php:286
95
- msgid ""
96
- "If you have any issues or suggestions, please let me know. I'll be happy to "
97
- "help!"
98
  msgstr ""
99
 
100
- #: mappress.php:402 mappress.php:931
 
101
  msgid "Version"
102
  msgstr "バージョン"
103
 
104
- #: mappress.php:404 build/index_mappress_admin.js:1
 
105
  msgid "Help"
106
  msgstr ""
107
 
@@ -114,9 +107,7 @@ msgid "Please enter your MapPress license key to enable plugin updates"
114
  msgstr ""
115
 
116
  #: mappress.php:477
117
- msgid ""
118
- "MapPress Gutenberg blocks require WordPress 5.3 or the latest Gutenberg "
119
- "Plugin. Please update if using the block editor."
120
  msgstr ""
121
 
122
  #: mappress.php:481
@@ -132,9 +123,7 @@ msgid "The MapPress map editor has moved!"
132
  msgstr ""
133
 
134
  #: mappress.php:488
135
- msgid ""
136
- "Use this button to open the new popup editor where you can easily create, "
137
- "edit and insert maps."
138
  msgstr ""
139
 
140
  #: mappress.php:534
@@ -155,7 +144,6 @@ msgstr ""
155
 
156
  #: mappress.php:538
157
  #, fuzzy
158
- #| msgid "Loading..."
159
  msgid "Loading"
160
  msgstr "読み込み中..."
161
 
@@ -167,13 +155,13 @@ msgstr ""
167
  msgid "Unable to get your location"
168
  msgstr "あなたの位置が確認できません。"
169
 
170
- #: mappress.php:541 build/index_mappress_admin.js:1
 
171
  msgid "No results"
172
  msgstr ""
173
 
174
  #: mappress.php:542
175
  #, fuzzy
176
- #| msgid "Save Changes"
177
  msgid "Save changes?"
178
  msgstr "変更を保存"
179
 
@@ -183,13 +171,12 @@ msgstr ""
183
 
184
  #: mappress.php:572
185
  #, fuzzy
186
- #| msgid "Delete this map?"
187
  msgid "Improve this map"
188
  msgstr "この地図を削除しますか?"
189
 
190
- #: mappress.php:588 mappress.php:607
 
191
  #, fuzzy
192
- #| msgid "Street view"
193
  msgid "Streets"
194
  msgstr "ストリートビュー"
195
 
@@ -199,7 +186,6 @@ msgstr ""
199
 
200
  #: mappress.php:590
201
  #, fuzzy
202
- #| msgid "Right"
203
  msgid "Light"
204
  msgstr "右寄せ"
205
 
@@ -213,33 +199,38 @@ msgstr "衛星写真"
213
 
214
  #: mappress.php:593
215
  #, fuzzy
216
- #| msgid "Satellite"
217
  msgid "Satellite Streets"
218
  msgstr "衛星写真"
219
 
220
- #: mappress_controls.php:93 templates_admin/widgets.php:42
 
221
  #: build/index_mappress_admin.js:1
222
  msgid "Add"
223
  msgstr "追加"
224
 
225
- #: mappress_controls.php:102 templates_admin/editor.php:47
226
- #: templates_admin/mce.php:100 templates_admin/widgets.php:94
 
 
227
  #: build/index_mappress_admin.js:1
228
  msgid "Delete"
229
  msgstr "削除"
230
 
231
- #: mappress_map.php:85 mappress_settings.php:321
 
232
  msgid "MapPress"
233
  msgstr ""
234
 
235
- #: mappress_map.php:94 templates_admin/mce.php:30 templates_admin/mce.php:80
236
- #: templates_admin/mce.php:86 build/index_mappress_admin.js:1
 
 
 
237
  msgid "Untitled"
238
  msgstr "名称未設定"
239
 
240
  #: mappress_map.php:95
241
  #, fuzzy
242
- #| msgid "Top of post"
243
  msgid "Copy of %s"
244
  msgstr "投稿の最初"
245
 
@@ -259,7 +250,8 @@ msgstr "基本設定"
259
  msgid "Mapping API"
260
  msgstr ""
261
 
262
- #: mappress_settings.php:92 build/index_mappress_admin.js:1
 
263
  msgid "Google API key"
264
  msgstr ""
265
 
@@ -281,7 +273,6 @@ msgstr "投稿タイプ"
281
 
282
  #: mappress_settings.php:103
283
  #, fuzzy
284
- #| msgid "Automatic map display"
285
  msgid "Automatic display"
286
  msgstr "自動地図表示"
287
 
@@ -289,7 +280,8 @@ msgstr "自動地図表示"
289
  msgid "Map alignment"
290
  msgstr "マップの位置揃え"
291
 
292
- #: mappress_settings.php:105 templates/map-popup.php:3
 
293
  #: templates/mashup-popup.php:6
294
  msgid "Directions"
295
  msgstr "ルート・乗換案内"
@@ -302,7 +294,8 @@ msgstr "POI設定"
302
  msgid "Default zoom"
303
  msgstr "初期ズーム値"
304
 
305
- #: mappress_settings.php:110 mappress_settings.php:238
 
306
  msgid "Open first POI"
307
  msgstr "最初のPOIを開く"
308
 
@@ -332,7 +325,6 @@ msgstr "ローカライズ"
332
 
333
  #: mappress_settings.php:121
334
  #, fuzzy
335
- #| msgid "language"
336
  msgid "Search language"
337
  msgstr "言語"
338
 
@@ -360,8 +352,10 @@ msgstr ""
360
  msgid "Compatiblity"
361
  msgstr ""
362
 
363
- #: mappress_settings.php:175 mappress_settings.php:244
364
- #: pro/mappress_pro_settings.php:234 templates_admin/widgets.php:78
 
 
365
  #: build/index_mappress_admin.js:1
366
  msgid "Default"
367
  msgstr "初期設定"
@@ -390,7 +384,8 @@ msgstr "投稿の最初"
390
  msgid "Bottom of post"
391
  msgstr "投稿の最後"
392
 
393
- #: mappress_settings.php:199 mappress_settings.php:243
 
394
  msgid "(list)"
395
  msgstr ""
396
 
@@ -402,8 +397,10 @@ msgstr ""
402
  msgid "Prevent other plugins/themes from loading the Google Maps API"
403
  msgstr ""
404
 
405
- #: mappress_settings.php:212 mappress_settings.php:221
406
- #: pro/mappress_pro_settings.php:232 build/index_mappress_admin.js:1
 
 
407
  msgid "Google"
408
  msgstr ""
409
 
@@ -411,17 +408,17 @@ msgstr ""
411
  msgid "Inline"
412
  msgstr ""
413
 
414
- #: mappress_settings.php:221 build/index_mappress_admin.js:1
 
415
  msgid "Leaflet"
416
  msgstr ""
417
 
418
  #: mappress_settings.php:223
419
- msgid ""
420
- "Leaflet is free and requires no API key. Google requires an API key and has "
421
- "strict usage limits."
422
  msgstr ""
423
 
424
- #: mappress_settings.php:229 mappress_settings.php:232
 
425
  msgid "Output scripts in footer"
426
  msgstr ""
427
 
@@ -441,21 +438,20 @@ msgstr ""
441
  msgid "Enter token to use Mapbox map tiles"
442
  msgstr ""
443
 
444
- #: mappress_settings.php:257 mappress_settings.php:262
 
445
  #, fuzzy
446
- #| msgid "Map controls"
447
  msgid "Map type control"
448
  msgstr "マップコントロール"
449
 
450
  #: mappress_settings.php:258
451
  #, fuzzy
452
- #| msgid "Street view"
453
  msgid "Street view control"
454
  msgstr "ストリートビュー"
455
 
456
- #: mappress_settings.php:259 mappress_settings.php:263
 
457
  #, fuzzy
458
- #| msgid "Map controls"
459
  msgid "Zoom control"
460
  msgstr "マップコントロール"
461
 
@@ -469,19 +465,16 @@ msgstr ""
469
 
470
  #: mappress_settings.php:299
471
  #, fuzzy
472
- #| msgid "Width(px)"
473
  msgid "Width (px, %, vh, vw)"
474
  msgstr "幅(px)"
475
 
476
  #: mappress_settings.php:299
477
  #, fuzzy
478
- #| msgid "Height(px)"
479
  msgid "Height (px, %, vh, vw)"
480
  msgstr "高さ(px)"
481
 
482
  #: mappress_settings.php:299
483
  #, fuzzy
484
- #| msgid "Default style"
485
  msgid "Default size"
486
  msgstr "初期設定スタイル"
487
 
@@ -489,11 +482,13 @@ msgstr "初期設定スタイル"
489
  msgid "Copy maps when overwriting a translation"
490
  msgstr ""
491
 
492
- #: mappress_settings.php:326 mappress_settings.php:334
 
493
  msgid "Save Changes"
494
  msgstr "変更を保存"
495
 
496
- #: mappress_settings.php:327 mappress_settings.php:335
 
497
  msgid "Reset Defaults"
498
  msgstr "初期設定に戻す"
499
 
@@ -501,22 +496,24 @@ msgstr "初期設定に戻す"
501
  msgid "Address"
502
  msgstr "住所"
503
 
504
- #: mappress_template.php:35 pro/mappress_pro_settings.php:338
 
505
  msgid "Body"
506
  msgstr "ボディ"
507
 
508
- #: mappress_template.php:36 pro/mappress_pro_settings.php:174
 
509
  #: pro/mappress_pro_settings.php:338
510
  msgid "Icon"
511
  msgstr "アイコン"
512
 
513
  #: mappress_template.php:37
514
  #, fuzzy
515
- #| msgid "Thumbnail Size"
516
  msgid "Thumbnail"
517
  msgstr "サムネールサイズ"
518
 
519
- #: mappress_template.php:38 pro/mappress_pro_settings.php:338
 
520
  msgid "Title"
521
  msgstr "タイトル"
522
 
@@ -524,15 +521,17 @@ msgstr "タイトル"
524
  msgid "Url"
525
  msgstr ""
526
 
527
- #: mappress_template.php:40 pro/mappress_filter.php:120
 
528
  #: pro/mappress_pro_settings.php:343
529
  msgid "Custom Field"
530
  msgstr "カスタムフィールド"
531
 
532
- #: pro/mappress_filter.php:84 pro/mappress_filter.php:133
533
- #: pro/mappress_pro_settings.php:167 build/index_mappress_admin.js:1
 
 
534
  #, fuzzy
535
- #| msgid "Post types"
536
  msgid "Post type"
537
  msgstr "投稿タイプ"
538
 
@@ -542,7 +541,6 @@ msgstr ""
542
 
543
  #: pro/mappress_filter.php:120
544
  #, fuzzy
545
- #| msgid "Post title"
546
  msgid "Post field"
547
  msgstr "投稿タイトル"
548
 
@@ -550,8 +548,10 @@ msgstr "投稿タイトル"
550
  msgid "Invalid geocoder: %s"
551
  msgstr ""
552
 
553
- #: pro/mappress_geocoder.php:59 pro/mappress_geocoder.php:110
554
- #: pro/mappress_geocoder.php:147 pro/mappress_geocoder.php:192
 
 
555
  msgid "No results for address: %s"
556
  msgstr ""
557
 
@@ -579,7 +579,8 @@ msgstr ""
579
  msgid "Files error: "
580
  msgstr ""
581
 
582
- #: pro/mappress_meta.php:109 build/index_mappress_admin.js:1
 
583
  msgid "Automatic"
584
  msgstr ""
585
 
@@ -589,13 +590,11 @@ msgstr ""
589
 
590
  #: pro/mappress_pro_settings.php:17
591
  #, fuzzy
592
- #| msgid "Version"
593
  msgid "Beta versions"
594
  msgstr "バージョン"
595
 
596
  #: pro/mappress_pro_settings.php:21
597
  #, fuzzy
598
- #| msgid "Geocoding"
599
  msgid "Geocoder"
600
  msgstr "Geocoding"
601
 
@@ -605,7 +604,6 @@ msgstr "POIリスト"
605
 
606
  #: pro/mappress_pro_settings.php:24
607
  #, fuzzy
608
- #| msgid "POI list"
609
  msgid "POI list layout"
610
  msgstr "POIリスト"
611
 
@@ -623,7 +621,6 @@ msgstr ""
623
 
624
  #: pro/mappress_pro_settings.php:30
625
  #, fuzzy
626
- #| msgid "Post types"
627
  msgid "Popup type"
628
  msgstr "投稿タイプ"
629
 
@@ -633,13 +630,11 @@ msgstr "初期設定アイコン"
633
 
634
  #: pro/mappress_pro_settings.php:33
635
  #, fuzzy
636
- #| msgid "Custom icons directory"
637
  msgid "Icon directory"
638
  msgstr "カスタムアイコンのディレクトリー"
639
 
640
  #: pro/mappress_pro_settings.php:34
641
  #, fuzzy
642
- #| msgid "Custom icons directory"
643
  msgid "Custom icons"
644
  msgstr "カスタムアイコンのディレクトリー"
645
 
@@ -649,28 +644,28 @@ msgstr ""
649
 
650
  #: pro/mappress_pro_settings.php:36
651
  #, fuzzy
652
- #| msgid "Automatic map display"
653
  msgid "Automatic icons"
654
  msgstr "自動地図表示"
655
 
656
- #: pro/mappress_pro_settings.php:38 templates/map.php:51
657
- #: templates_admin/mce.php:13 build/index_mappress_admin.js:1
 
 
658
  msgid "Search"
659
  msgstr ""
660
 
661
- #: pro/mappress_pro_settings.php:40 templates/map.php:58
 
662
  msgid "Filter"
663
  msgstr ""
664
 
665
  #: pro/mappress_pro_settings.php:41
666
  #, fuzzy
667
- #| msgid "POI title"
668
  msgid "POI content"
669
  msgstr "POIタイトル"
670
 
671
  #: pro/mappress_pro_settings.php:42
672
  #, fuzzy
673
- #| msgid "POI links"
674
  msgid "POI click"
675
  msgstr "POIリンク"
676
 
@@ -680,17 +675,16 @@ msgstr ""
680
 
681
  #: pro/mappress_pro_settings.php:44
682
  #, fuzzy
683
- #| msgid "Thumbnail Size"
684
  msgid "Thumbnails"
685
  msgstr "サムネールサイズ"
686
 
687
  #: pro/mappress_pro_settings.php:45
688
  #, fuzzy
689
- #| msgid "Thumbnail Size"
690
  msgid "Thumbnail size"
691
  msgstr "サムネールサイズ"
692
 
693
- #: pro/mappress_pro_settings.php:48 pro/mappress_pro_settings.php:50
 
694
  msgid "Styled maps"
695
  msgstr "スタイル付き地図"
696
 
@@ -708,7 +702,6 @@ msgstr ""
708
 
709
  #: pro/mappress_pro_settings.php:56
710
  #, fuzzy
711
- #| msgid "Geocoding fields"
712
  msgid "Geocoding errors"
713
  msgstr "Geocodingフィールド"
714
 
@@ -718,11 +711,11 @@ msgstr ""
718
 
719
  #: pro/mappress_pro_settings.php:61
720
  #, fuzzy
721
- #| msgid "Custom Field"
722
  msgid "Custom templates"
723
  msgstr "カスタムフィールド"
724
 
725
- #: pro/mappress_pro_settings.php:62 pro/mappress_pro_settings.php:227
 
726
  msgid "Force resize"
727
  msgstr "強制リサイズ"
728
 
@@ -764,7 +757,6 @@ msgstr ""
764
 
765
  #: pro/mappress_pro_settings.php:224
766
  #, fuzzy
767
- #| msgid "Permanently resize existing maps"
768
  msgid "Permanently resize existing maps (classic editor only)"
769
  msgstr "既存のマップを永久にリサイズ"
770
 
@@ -784,7 +776,8 @@ msgstr ""
784
  msgid "MapBox"
785
  msgstr ""
786
 
787
- #: pro/mappress_pro_settings.php:246 templates_admin/widgets.php:68
 
788
  msgid "Edit"
789
  msgstr "編集"
790
 
@@ -798,19 +791,16 @@ msgstr ""
798
 
799
  #: pro/mappress_pro_settings.php:268
800
  #, fuzzy
801
- #| msgid "Reset map"
802
  msgid "Left of map"
803
  msgstr "地図のリセット"
804
 
805
  #: pro/mappress_pro_settings.php:269
806
  #, fuzzy
807
- #| msgid "Show map"
808
  msgid "Below map"
809
  msgstr "マップを表示"
810
 
811
  #: pro/mappress_pro_settings.php:275
812
  #, fuzzy
813
- #| msgid "Get Directions"
814
  msgid "Get license"
815
  msgstr "ルートを検索"
816
 
@@ -826,7 +816,8 @@ msgstr ""
826
  msgid "Check now"
827
  msgstr ""
828
 
829
- #: pro/mappress_pro_settings.php:299 pro/mappress_updater.php:116
 
830
  msgid "Communication error, please try again later"
831
  msgstr ""
832
 
@@ -836,25 +827,21 @@ msgstr ""
836
 
837
  #: pro/mappress_pro_settings.php:305
838
  #, fuzzy
839
- #| msgid "POI title"
840
  msgid "POI title + POI body"
841
  msgstr "POIタイトル"
842
 
843
  #: pro/mappress_pro_settings.php:305
844
  #, fuzzy
845
- #| msgid "Post excerpt"
846
  msgid "Post title + post excerpt"
847
  msgstr "投稿の抜粋"
848
 
849
  #: pro/mappress_pro_settings.php:310
850
  #, fuzzy
851
- #| msgid "Open the POI"
852
  msgid "Open POI"
853
  msgstr "POIを開く"
854
 
855
  #: pro/mappress_pro_settings.php:310
856
  #, fuzzy
857
- #| msgid "Open first POI"
858
  msgid "Open post"
859
  msgstr "最初のPOIを開く"
860
 
@@ -872,7 +859,6 @@ msgstr ""
872
 
873
  #: pro/mappress_pro_settings.php:337
874
  #, fuzzy
875
- #| msgid "Address Line 1"
876
  msgid "Address line "
877
  msgstr "アドレス 1行目"
878
 
@@ -884,19 +870,18 @@ msgstr "緯度"
884
  msgid "Longitude"
885
  msgstr "経度"
886
 
887
- #: pro/mappress_pro_settings.php:338 build/index_mappress_admin.js:1
 
888
  msgid "Zoom"
889
  msgstr "ズーム"
890
 
891
  #: pro/mappress_pro_settings.php:343
892
  #, fuzzy
893
- #| msgid "Map Title"
894
  msgid "Map Field"
895
  msgstr "マップタイトル"
896
 
897
  #: pro/mappress_pro_settings.php:356
898
  #, fuzzy
899
- #| msgid "Overwrite existing maps when upating"
900
  msgid "Overwrite maps when posts are saved"
901
  msgstr "既存のマップ更新時に上書きする"
902
 
@@ -906,7 +891,6 @@ msgstr ""
906
 
907
  #: pro/mappress_pro_settings.php:365
908
  #, fuzzy
909
- #| msgid "Show a list of POIs under each map"
910
  msgid "Show a list of POIs with each map"
911
  msgstr "各マップの下にPOIのリストを表示する"
912
 
@@ -916,7 +900,6 @@ msgstr ""
916
 
917
  #: pro/mappress_pro_settings.php:377
918
  #, fuzzy
919
- #| msgid "Show the POI list as a sortable %s"
920
  msgid "Sort POI list by title"
921
  msgstr "ソート可能な%sとしてPOIのリストを表示する"
922
 
@@ -926,17 +909,16 @@ msgstr "スタイルが定義されていません"
926
 
927
  #: pro/mappress_pro_settings.php:392
928
  #, fuzzy
929
- #| msgid "Styled Maps"
930
  msgid "Snazzy Maps"
931
  msgstr "スタイル付き地図"
932
 
933
  #: pro/mappress_pro_settings.php:393
934
  #, fuzzy
935
- #| msgid "Enter JSON for %s from Google's %s"
936
  msgid "Enter JSON from %s"
937
  msgstr " %sのJSONをGoogleの%sから入力して下さい"
938
 
939
- #: pro/mappress_pro_settings.php:397 pro/mappress_pro_settings.php:413
 
940
  msgid "Style name"
941
  msgstr "スタイル名"
942
 
@@ -968,11 +950,13 @@ msgstr "マッシュアップされたPOIにアイキャッチ画像を表示す
968
  msgid "JSON error"
969
  msgstr ""
970
 
971
- #: pro/mappress_widget.php:69 pro/mappress_widget_map.php:56
 
972
  msgid "Widget title"
973
  msgstr ""
974
 
975
- #: pro/mappress_widget.php:74 pro/mappress_widget_map.php:66
 
976
  msgid "Map size"
977
  msgstr ""
978
 
@@ -1000,20 +984,25 @@ msgstr ""
1000
  msgid "Learn about queries"
1001
  msgstr ""
1002
 
1003
- #: pro/mappress_widget.php:94 pro/mappress_widget_map.php:74
 
1004
  msgid "Show POI list"
1005
  msgstr ""
1006
 
1007
- #: pro/mappress_widget.php:101 pro/mappress_widget_map.php:81
 
1008
  msgid "Other Settings"
1009
  msgstr ""
1010
 
1011
- #: pro/mappress_widget.php:104 pro/mappress_widget_map.php:84
 
1012
  msgid "Example: initialopeninfo=\"true\""
1013
  msgstr ""
1014
 
1015
- #: pro/mappress_widget_map.php:61 templates_admin/mce.php:49
1016
- #: templates_admin/mce.php:69 build/index_mappress_admin.js:1
 
 
1017
  msgid "Map ID"
1018
  msgstr "マップID"
1019
 
@@ -1031,19 +1020,16 @@ msgstr ""
1031
 
1032
  #: templates/map-filters.php:13
1033
  #, fuzzy
1034
- #| msgid "Reset map"
1035
  msgid "Reset"
1036
  msgstr "地図のリセット"
1037
 
1038
  #: templates/map-loop.php:3
1039
  #, fuzzy
1040
- #| msgid "Reset Defaults"
1041
  msgid "Results"
1042
  msgstr "初期設定に戻す"
1043
 
1044
  #: templates/map.php:53
1045
  #, fuzzy
1046
- #| msgid "Location"
1047
  msgid "Your Location"
1048
  msgstr "所在地"
1049
 
@@ -1073,7 +1059,6 @@ msgstr ""
1073
 
1074
  #: templates/map.php:85
1075
  #, fuzzy
1076
- #| msgid "Show map"
1077
  msgid "Show Map"
1078
  msgstr "マップを表示"
1079
 
@@ -1089,39 +1074,44 @@ msgstr "HTMLの編集"
1089
  msgid "Add Media"
1090
  msgstr ""
1091
 
1092
- #: templates_admin/editor.php:45 templates_admin/mce.php:55
1093
- #: templates_admin/widgets.php:91 build/index_mappress_admin.js:1
 
 
1094
  msgid "Save"
1095
  msgstr "保存"
1096
 
1097
- #: templates_admin/editor.php:46 templates_admin/mce.php:56
1098
- #: templates_admin/widgets.php:92 build/index_mappress_admin.js:1
 
 
1099
  msgid "Cancel"
1100
  msgstr "キャンセル"
1101
 
1102
- #: templates_admin/mce.php:6 build/index_mappress_admin.js:1
 
1103
  #, fuzzy
1104
- #| msgid "Reset map"
1105
  msgid "Select a map"
1106
  msgstr "地図のリセット"
1107
 
1108
- #: templates_admin/mce.php:7 build/index_mappress_admin.js:1
 
1109
  msgid "Add New"
1110
  msgstr ""
1111
 
1112
  #: templates_admin/mce.php:14
1113
  #, fuzzy
1114
- #| msgid "Post title"
1115
  msgid "post title"
1116
  msgstr "投稿タイトル"
1117
 
1118
- #: templates_admin/mce.php:18 build/index_mappress_admin.js:1
 
1119
  msgid "Attached to this post"
1120
  msgstr ""
1121
 
1122
- #: templates_admin/mce.php:19 build/index_mappress_admin.js:1
 
1123
  #, fuzzy
1124
- #| msgid "Styled maps"
1125
  msgid "All maps"
1126
  msgstr "スタイル付き地図"
1127
 
@@ -1129,7 +1119,8 @@ msgstr "スタイル付き地図"
1129
  msgid "Close"
1130
  msgstr "閉じる"
1131
 
1132
- #: templates_admin/mce.php:35 build/index_mappress_admin.js:1
 
1133
  msgid "Size"
1134
  msgstr "サイズ"
1135
 
@@ -1137,19 +1128,20 @@ msgstr "サイズ"
1137
  msgid "Save center / zoom"
1138
  msgstr ""
1139
 
1140
- #: templates_admin/mce.php:68 build/index_mappress_admin.js:1
 
1141
  #, fuzzy
1142
- #| msgid "Map Title"
1143
  msgid "Map title"
1144
  msgstr "マップタイトル"
1145
 
1146
- #: templates_admin/mce.php:71 build/index_mappress_admin.js:1
 
1147
  msgid "Attached to"
1148
  msgstr ""
1149
 
1150
- #: templates_admin/mce.php:73 build/index_mappress_admin.js:1
 
1151
  #, fuzzy
1152
- #| msgid "Location"
1153
  msgid "Action"
1154
  msgstr "所在地"
1155
 
@@ -1157,7 +1149,8 @@ msgstr "所在地"
1157
  msgid "Current post"
1158
  msgstr ""
1159
 
1160
- #: templates_admin/mce.php:92 build/index_mappress_admin.js:1
 
1161
  msgid "Unattached"
1162
  msgstr ""
1163
 
@@ -1165,9 +1158,9 @@ msgstr ""
1165
  msgid "Insert into post"
1166
  msgstr "記事へ挿入"
1167
 
1168
- #: templates_admin/mce.php:107 build/index_mappress_admin.js:1
 
1169
  #, fuzzy
1170
- #| msgid "Map not found"
1171
  msgid "No maps found"
1172
  msgstr "マップが見つかりません"
1173
 
@@ -1181,7 +1174,6 @@ msgstr ""
1181
 
1182
  #: templates_admin/widgets.php:28
1183
  #, fuzzy
1184
- #| msgid "No styles have been defined yet"
1185
  msgid "No custom icons have been added yet."
1186
  msgstr "スタイルが定義されていません"
1187
 
@@ -1195,252 +1187,35 @@ msgstr ""
1195
 
1196
  #: templates_admin/widgets.php:67
1197
  #, fuzzy
1198
- #| msgid "Map links"
1199
  msgid "Map list item"
1200
  msgstr "マップリンク"
1201
 
1202
  #: templates_admin/widgets.php:67
1203
  #, fuzzy
1204
- #| msgid "Mashups"
1205
  msgid "Mashup popup"
1206
  msgstr "マッシュアップ"
1207
 
1208
  #: templates_admin/widgets.php:67
1209
  #, fuzzy
1210
- #| msgid "Mashup POI title"
1211
  msgid "Mashup list item"
1212
  msgstr "POIタイトルのマッシュアップ"
1213
 
1214
  #: templates_admin/widgets.php:74
1215
  #, fuzzy
1216
- #| msgid "New Map"
1217
  msgid "New"
1218
  msgstr "新規マップ"
1219
 
1220
- #: templates_admin/widgets.php:74 build/index_mappress_admin.js:1
 
1221
  #, fuzzy
1222
- #| msgid "Custom Field"
1223
  msgid "Custom"
1224
  msgstr "カスタムフィールド"
1225
 
1226
  #: templates_admin/widgets.php:77
1227
  #, fuzzy
1228
- #| msgid "Edit"
1229
  msgid "Editor"
1230
  msgstr "編集"
1231
 
1232
- #: build/index_mappress_admin.js:1
1233
- #, fuzzy
1234
- #| msgid "Show map"
1235
- msgid "New map"
1236
- msgstr "マップを表示"
1237
-
1238
- #: build/index_mappress_admin.js:1
1239
- #, fuzzy
1240
- #| msgid "Edit"
1241
- msgid "Edit map"
1242
- msgstr "編集"
1243
-
1244
- #: build/index_mappress_admin.js:1
1245
- msgid ""
1246
- "Like the block? Upgrade to the free plugin or MapPress Pro for more "
1247
- "features!"
1248
- msgstr ""
1249
-
1250
- #: build/index_mappress_admin.js:1
1251
- #, fuzzy
1252
- #| msgid "Upgrade to MapPress Pro"
1253
- msgid "MapPress Pro"
1254
- msgstr "MapPress Proへアップグレード"
1255
-
1256
- #: build/index_mappress_admin.js:1
1257
- msgid "Free plugin"
1258
- msgstr ""
1259
-
1260
- #: build/index_mappress_admin.js:1
1261
- #, fuzzy
1262
- #| msgid "Map Settings"
1263
- msgid "MapPress options"
1264
- msgstr "マップ設定"
1265
-
1266
- #: build/index_mappress_admin.js:1
1267
- #, fuzzy
1268
- #| msgid "Map Settings"
1269
- msgid "Map settings"
1270
- msgstr "マップ設定"
1271
-
1272
- #: build/index_mappress_admin.js:1
1273
- #, fuzzy
1274
- #| msgid "Sample Map"
1275
- msgid "MapPress Map"
1276
- msgstr "サンプルマップ"
1277
-
1278
- #: build/index_mappress_admin.js:1
1279
- msgid "Create a new map or choose one from the map library."
1280
- msgstr ""
1281
-
1282
- #: build/index_mappress_admin.js:1
1283
- #, fuzzy
1284
- #| msgid "Reset map"
1285
- msgid "Insert a map"
1286
- msgstr "地図のリセット"
1287
-
1288
- #: build/index_mappress_admin.js:1
1289
- msgid "Query"
1290
- msgstr ""
1291
-
1292
- #: build/index_mappress_admin.js:1
1293
- #, fuzzy
1294
- #| msgid "Overview map"
1295
- msgid "Refresh map"
1296
- msgstr "外観マップ"
1297
-
1298
- #: build/index_mappress_admin.js:1
1299
- msgid "Author"
1300
- msgstr ""
1301
-
1302
- #: build/index_mappress_admin.js:1
1303
- msgid "Order by"
1304
- msgstr ""
1305
-
1306
- #: build/index_mappress_admin.js:1
1307
- msgid "Include children"
1308
- msgstr ""
1309
-
1310
- #: build/index_mappress_admin.js:1
1311
- #, fuzzy
1312
- #| msgid "Custom Field"
1313
- msgid "Add custom field"
1314
- msgstr "カスタムフィールド"
1315
-
1316
- #: build/index_mappress_admin.js:1
1317
- #, fuzzy
1318
- #| msgid "Style name"
1319
- msgid "Field name"
1320
- msgstr "スタイル名"
1321
-
1322
- #: build/index_mappress_admin.js:1
1323
- msgid "The field \"%s\" has already been added"
1324
- msgstr ""
1325
-
1326
- #: build/index_mappress_admin.js:1
1327
- #, fuzzy
1328
- #| msgid "Please save the map first"
1329
- msgid "Please enter a field name"
1330
- msgstr "まず最初にマップを保存して下さい。"
1331
-
1332
- #: build/index_mappress_admin.js:1
1333
- msgid "Value (a or a,b,c...)"
1334
- msgstr ""
1335
-
1336
- #: build/index_mappress_admin.js:1
1337
- msgid "Invalid JSON"
1338
- msgstr ""
1339
-
1340
- #: build/index_mappress_admin.js:1
1341
- msgid "Update"
1342
- msgstr ""
1343
-
1344
- #: build/index_mappress_admin.js:1
1345
- #, fuzzy
1346
- #| msgid "country code"
1347
- msgid "Query code"
1348
- msgstr "国コード"
1349
-
1350
- #: build/index_mappress_admin.js:1
1351
- #, fuzzy
1352
- #| msgid "Map Settings"
1353
- msgid "MapPress Mashup"
1354
- msgstr "マップ設定"
1355
-
1356
- #: build/index_mappress_admin.js:1
1357
- msgid "Insert a mashup"
1358
- msgstr ""
1359
-
1360
- #: build/index_mappress_admin.js:1
1361
- msgid "Options saved."
1362
- msgstr ""
1363
-
1364
- #: build/index_mappress_admin.js:1
1365
- msgid "Mapping Engine"
1366
- msgstr ""
1367
-
1368
- #: build/index_mappress_admin.js:1
1369
- msgid "Save options"
1370
- msgstr ""
1371
-
1372
- #: build/index_mappress_admin.js:1
1373
- #, fuzzy
1374
- #| msgid "Map Title"
1375
- msgid "Map copied"
1376
- msgstr "マップタイトル"
1377
-
1378
- #: build/index_mappress_admin.js:1
1379
- msgid "Shortcode copied"
1380
- msgstr ""
1381
-
1382
- #: build/index_mappress_admin.js:1
1383
- msgid "post title, map title, or map id"
1384
- msgstr ""
1385
-
1386
- #: build/index_mappress_admin.js:1
1387
- #, fuzzy
1388
- #| msgid "Open first POI"
1389
- msgid "current post"
1390
- msgstr "最初のPOIを開く"
1391
-
1392
- #: build/index_mappress_admin.js:1
1393
- #, fuzzy
1394
- #| msgid "Edit"
1395
- msgid "Edit post"
1396
- msgstr "編集"
1397
-
1398
- #: build/index_mappress_admin.js:1
1399
- msgid "Copy"
1400
- msgstr ""
1401
-
1402
- #: build/index_mappress_admin.js:1
1403
- msgid "Shortcode"
1404
- msgstr ""
1405
-
1406
- #: build/index_mappress_admin.js:1
1407
- #, fuzzy
1408
- #| msgid "Delete"
1409
- msgid "Delete map"
1410
- msgstr "削除"
1411
-
1412
- #: build/index_mappress_admin.js:1
1413
- msgid "Viewport saved"
1414
- msgstr ""
1415
-
1416
- #: build/index_mappress_admin.js:1
1417
- #, fuzzy
1418
- #| msgid "Width(px)"
1419
- msgid "px, %, vw"
1420
- msgstr "幅(px)"
1421
-
1422
- #: build/index_mappress_admin.js:1
1423
- msgid "Width"
1424
- msgstr "太さ"
1425
-
1426
- #: build/index_mappress_admin.js:1
1427
- #, fuzzy
1428
- #| msgid "Width(px)"
1429
- msgid "px, %, vh"
1430
- msgstr "幅(px)"
1431
-
1432
- #: build/index_mappress_admin.js:1
1433
- #, fuzzy
1434
- #| msgid "Right"
1435
- msgid "Height"
1436
- msgstr "右寄せ"
1437
-
1438
- #: build/index_mappress_admin.js:1
1439
- #, fuzzy
1440
- #| msgid "Center"
1441
- msgid "Center/Zoom"
1442
- msgstr "中央"
1443
-
1444
  #: package.json
1445
  msgctxt "block description"
1446
  msgid "MapPress Maps for WordPress"
@@ -1450,7 +1225,6 @@ msgstr ""
1450
  #~ msgstr "ツールチップ"
1451
 
1452
  #, fuzzy
1453
- #~| msgid "Show POI titles as a \"tooltip\" on mouse-over"
1454
  #~ msgid "Show a tooltip when mouse is over a POI"
1455
  #~ msgstr "\"ツールチップ\"のマウスオーバーでPOIのタイトルを表示する"
1456
 
@@ -1464,18 +1238,22 @@ msgstr ""
1464
  #~ msgstr "コンタクト"
1465
 
1466
  #~ msgid ""
1467
- #~ "WARNING: MapPress now requires WordPress 3.2 or higher. Please upgrade "
1468
- #~ "before using MapPress."
 
1469
  #~ msgstr ""
1470
- #~ "注意:MapPressにはWordPress 3.2以上が必要です。MapPressを使用する前に更新"
1471
- #~ "して下さい。"
 
1472
 
1473
  #~ msgid ""
1474
- #~ "WARNING: MapPress is not compfatible with the WP-Geo plugin. Please "
1475
- #~ "deactivate or uninstall WP-Geo before using MapPress."
 
1476
  #~ msgstr ""
1477
- #~ "注意:MapPressはWP-Geo pluginとの互換性がありません。MapPressを使用する前"
1478
- #~ "にWP-Geoを無効にするか、アンインストールして下さい。"
 
1479
 
1480
  #~ msgid "Bike"
1481
  #~ msgstr "自転車"
@@ -1484,15 +1262,18 @@ msgstr ""
1484
  #~ msgstr "住所の一つが見つかりませんでした。"
1485
 
1486
  #~ msgid ""
1487
- #~ "Google cannot return directions between those addresses. There is no "
1488
- #~ "route between them or the routing information is not available."
 
1489
  #~ msgstr ""
1490
- #~ "Googleはこれらの住所間のルート・乗換案内を見つけられませんでした。ルートが"
1491
- #~ "ないか、ルート情報が利用できません。"
 
1492
 
1493
  #~ msgid "Unknown error, unable to return directions. Status code = "
1494
  #~ msgstr ""
1495
- #~ "不明なエラーです。ルート・乗換案内を表示できません。ステータスコード = "
 
1496
 
1497
  #~ msgid "No matching address"
1498
  #~ msgstr "合致する住所がありません。"
@@ -1555,7 +1336,8 @@ msgstr ""
1555
  #~ msgstr "地図を最後に読み込む"
1556
 
1557
  #~ msgid ""
1558
- #~ "Use the settings below to automatically create maps from custom fields."
 
1559
  #~ msgstr "下記の設定でマップをカスタムフィールドから自動的に作成する"
1560
 
1561
  #~ msgid "Posts"
@@ -1763,7 +1545,8 @@ msgstr ""
1763
 
1764
  #~ msgid "Disable map panning when infoWindow / infoBox is opened"
1765
  #~ msgstr ""
1766
- #~ "情報ウィンドウやInfoBoxが表示されているときはマップのパンを無効にする"
 
1767
 
1768
  #~ msgid "Use existing size: "
1769
  #~ msgstr "次のサイズを使用:"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
+ "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mappress-google-maps-for-wordpress\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: 2020-12-15T18:23:01+00:00\n"
11
+ "PO-Revision-Date: 2020-12-15 11:20-0800\n"
12
+ "Language: ja\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 2.4.2\n"
16
  "X-Poedit-SearchPath-0: ..\n"
35
  msgid "https://www.mappresspro.com/chris-contact"
36
  msgstr ""
37
 
38
+ #: mappress.php:171
39
+ #: mappress.php:701
40
+ #: build/index_mappress_admin.js:1
41
  msgid "Settings"
42
  msgstr "設定"
43
 
44
+ #: mappress.php:172
45
+ #: build/index_mappress_admin.js:1
46
  #, fuzzy
 
47
  msgid "Map Library"
48
  msgstr "マップのふち取り"
49
 
50
  #: mappress.php:183
51
+ msgid "MapPress database tables are missing. Please deactivate the plugin and activate it again to fix this."
52
+ msgstr "MapPressのデータベーステーブルがありません。この問題を解決するには、プラグインを無効にした後、再度有効にして下さい。"
 
 
 
 
53
 
54
  #: mappress.php:188
55
  msgid "A Google Maps API key is required"
61
 
62
  #: mappress.php:188
63
  #, fuzzy
 
64
  msgid "MapPress Settings"
65
  msgstr "マップ設定"
66
 
81
  msgstr ""
82
 
83
  #: mappress.php:285
84
+ msgid "If you're enjoying MapPress, would you mind taking a moment to write a brief review? It would mean the world to me!"
 
 
85
  msgstr ""
86
 
87
  #: mappress.php:286
88
+ msgid "If you have any issues or suggestions, please let me know. I'll be happy to help!"
 
 
89
  msgstr ""
90
 
91
+ #: mappress.php:402
92
+ #: mappress.php:931
93
  msgid "Version"
94
  msgstr "バージョン"
95
 
96
+ #: mappress.php:404
97
+ #: build/index_mappress_admin.js:1
98
  msgid "Help"
99
  msgstr ""
100
 
107
  msgstr ""
108
 
109
  #: mappress.php:477
110
+ msgid "MapPress Gutenberg blocks require WordPress 5.3 or the latest Gutenberg Plugin. Please update if using the block editor."
 
 
111
  msgstr ""
112
 
113
  #: mappress.php:481
123
  msgstr ""
124
 
125
  #: mappress.php:488
126
+ msgid "Use this button to open the new popup editor where you can easily create, edit and insert maps."
 
 
127
  msgstr ""
128
 
129
  #: mappress.php:534
144
 
145
  #: mappress.php:538
146
  #, fuzzy
 
147
  msgid "Loading"
148
  msgstr "読み込み中..."
149
 
155
  msgid "Unable to get your location"
156
  msgstr "あなたの位置が確認できません。"
157
 
158
+ #: mappress.php:541
159
+ #: build/index_mappress_admin.js:1
160
  msgid "No results"
161
  msgstr ""
162
 
163
  #: mappress.php:542
164
  #, fuzzy
 
165
  msgid "Save changes?"
166
  msgstr "変更を保存"
167
 
171
 
172
  #: mappress.php:572
173
  #, fuzzy
 
174
  msgid "Improve this map"
175
  msgstr "この地図を削除しますか?"
176
 
177
+ #: mappress.php:588
178
+ #: mappress.php:607
179
  #, fuzzy
 
180
  msgid "Streets"
181
  msgstr "ストリートビュー"
182
 
186
 
187
  #: mappress.php:590
188
  #, fuzzy
 
189
  msgid "Light"
190
  msgstr "右寄せ"
191
 
199
 
200
  #: mappress.php:593
201
  #, fuzzy
 
202
  msgid "Satellite Streets"
203
  msgstr "衛星写真"
204
 
205
+ #: mappress_controls.php:93
206
+ #: templates_admin/widgets.php:42
207
  #: build/index_mappress_admin.js:1
208
  msgid "Add"
209
  msgstr "追加"
210
 
211
+ #: mappress_controls.php:102
212
+ #: templates_admin/editor.php:47
213
+ #: templates_admin/mce.php:100
214
+ #: templates_admin/widgets.php:94
215
  #: build/index_mappress_admin.js:1
216
  msgid "Delete"
217
  msgstr "削除"
218
 
219
+ #: mappress_map.php:85
220
+ #: mappress_settings.php:321
221
  msgid "MapPress"
222
  msgstr ""
223
 
224
+ #: mappress_map.php:94
225
+ #: templates_admin/mce.php:30
226
+ #: templates_admin/mce.php:80
227
+ #: templates_admin/mce.php:86
228
+ #: build/index_mappress_admin.js:1
229
  msgid "Untitled"
230
  msgstr "名称未設定"
231
 
232
  #: mappress_map.php:95
233
  #, fuzzy
 
234
  msgid "Copy of %s"
235
  msgstr "投稿の最初"
236
 
250
  msgid "Mapping API"
251
  msgstr ""
252
 
253
+ #: mappress_settings.php:92
254
+ #: build/index_mappress_admin.js:1
255
  msgid "Google API key"
256
  msgstr ""
257
 
273
 
274
  #: mappress_settings.php:103
275
  #, fuzzy
 
276
  msgid "Automatic display"
277
  msgstr "自動地図表示"
278
 
280
  msgid "Map alignment"
281
  msgstr "マップの位置揃え"
282
 
283
+ #: mappress_settings.php:105
284
+ #: templates/map-popup.php:3
285
  #: templates/mashup-popup.php:6
286
  msgid "Directions"
287
  msgstr "ルート・乗換案内"
294
  msgid "Default zoom"
295
  msgstr "初期ズーム値"
296
 
297
+ #: mappress_settings.php:110
298
+ #: mappress_settings.php:238
299
  msgid "Open first POI"
300
  msgstr "最初のPOIを開く"
301
 
325
 
326
  #: mappress_settings.php:121
327
  #, fuzzy
 
328
  msgid "Search language"
329
  msgstr "言語"
330
 
352
  msgid "Compatiblity"
353
  msgstr ""
354
 
355
+ #: mappress_settings.php:175
356
+ #: mappress_settings.php:244
357
+ #: pro/mappress_pro_settings.php:234
358
+ #: templates_admin/widgets.php:78
359
  #: build/index_mappress_admin.js:1
360
  msgid "Default"
361
  msgstr "初期設定"
384
  msgid "Bottom of post"
385
  msgstr "投稿の最後"
386
 
387
+ #: mappress_settings.php:199
388
+ #: mappress_settings.php:243
389
  msgid "(list)"
390
  msgstr ""
391
 
397
  msgid "Prevent other plugins/themes from loading the Google Maps API"
398
  msgstr ""
399
 
400
+ #: mappress_settings.php:212
401
+ #: mappress_settings.php:221
402
+ #: pro/mappress_pro_settings.php:232
403
+ #: build/index_mappress_admin.js:1
404
  msgid "Google"
405
  msgstr ""
406
 
408
  msgid "Inline"
409
  msgstr ""
410
 
411
+ #: mappress_settings.php:221
412
+ #: build/index_mappress_admin.js:1
413
  msgid "Leaflet"
414
  msgstr ""
415
 
416
  #: mappress_settings.php:223
417
+ msgid "Leaflet is free and requires no API key. Google requires an API key and has strict usage limits."
 
 
418
  msgstr ""
419
 
420
+ #: mappress_settings.php:229
421
+ #: mappress_settings.php:232
422
  msgid "Output scripts in footer"
423
  msgstr ""
424
 
438
  msgid "Enter token to use Mapbox map tiles"
439
  msgstr ""
440
 
441
+ #: mappress_settings.php:257
442
+ #: mappress_settings.php:262
443
  #, fuzzy
 
444
  msgid "Map type control"
445
  msgstr "マップコントロール"
446
 
447
  #: mappress_settings.php:258
448
  #, fuzzy
 
449
  msgid "Street view control"
450
  msgstr "ストリートビュー"
451
 
452
+ #: mappress_settings.php:259
453
+ #: mappress_settings.php:263
454
  #, fuzzy
 
455
  msgid "Zoom control"
456
  msgstr "マップコントロール"
457
 
465
 
466
  #: mappress_settings.php:299
467
  #, fuzzy
 
468
  msgid "Width (px, %, vh, vw)"
469
  msgstr "幅(px)"
470
 
471
  #: mappress_settings.php:299
472
  #, fuzzy
 
473
  msgid "Height (px, %, vh, vw)"
474
  msgstr "高さ(px)"
475
 
476
  #: mappress_settings.php:299
477
  #, fuzzy
 
478
  msgid "Default size"
479
  msgstr "初期設定スタイル"
480
 
482
  msgid "Copy maps when overwriting a translation"
483
  msgstr ""
484
 
485
+ #: mappress_settings.php:326
486
+ #: mappress_settings.php:334
487
  msgid "Save Changes"
488
  msgstr "変更を保存"
489
 
490
+ #: mappress_settings.php:327
491
+ #: mappress_settings.php:335
492
  msgid "Reset Defaults"
493
  msgstr "初期設定に戻す"
494
 
496
  msgid "Address"
497
  msgstr "住所"
498
 
499
+ #: mappress_template.php:35
500
+ #: pro/mappress_pro_settings.php:338
501
  msgid "Body"
502
  msgstr "ボディ"
503
 
504
+ #: mappress_template.php:36
505
+ #: pro/mappress_pro_settings.php:174
506
  #: pro/mappress_pro_settings.php:338
507
  msgid "Icon"
508
  msgstr "アイコン"
509
 
510
  #: mappress_template.php:37
511
  #, fuzzy
 
512
  msgid "Thumbnail"
513
  msgstr "サムネールサイズ"
514
 
515
+ #: mappress_template.php:38
516
+ #: pro/mappress_pro_settings.php:338
517
  msgid "Title"
518
  msgstr "タイトル"
519
 
521
  msgid "Url"
522
  msgstr ""
523
 
524
+ #: mappress_template.php:40
525
+ #: pro/mappress_filter.php:120
526
  #: pro/mappress_pro_settings.php:343
527
  msgid "Custom Field"
528
  msgstr "カスタムフィールド"
529
 
530
+ #: pro/mappress_filter.php:84
531
+ #: pro/mappress_filter.php:133
532
+ #: pro/mappress_pro_settings.php:167
533
+ #: build/index_mappress_admin.js:1
534
  #, fuzzy
 
535
  msgid "Post type"
536
  msgstr "投稿タイプ"
537
 
541
 
542
  #: pro/mappress_filter.php:120
543
  #, fuzzy
 
544
  msgid "Post field"
545
  msgstr "投稿タイトル"
546
 
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:192
555
  msgid "No results for address: %s"
556
  msgstr ""
557
 
579
  msgid "Files error: "
580
  msgstr ""
581
 
582
+ #: pro/mappress_meta.php:109
583
+ #: build/index_mappress_admin.js:1
584
  msgid "Automatic"
585
  msgstr ""
586
 
590
 
591
  #: pro/mappress_pro_settings.php:17
592
  #, fuzzy
 
593
  msgid "Beta versions"
594
  msgstr "バージョン"
595
 
596
  #: pro/mappress_pro_settings.php:21
597
  #, fuzzy
 
598
  msgid "Geocoder"
599
  msgstr "Geocoding"
600
 
604
 
605
  #: pro/mappress_pro_settings.php:24
606
  #, fuzzy
 
607
  msgid "POI list layout"
608
  msgstr "POIリスト"
609
 
621
 
622
  #: pro/mappress_pro_settings.php:30
623
  #, fuzzy
 
624
  msgid "Popup type"
625
  msgstr "投稿タイプ"
626
 
630
 
631
  #: pro/mappress_pro_settings.php:33
632
  #, fuzzy
 
633
  msgid "Icon directory"
634
  msgstr "カスタムアイコンのディレクトリー"
635
 
636
  #: pro/mappress_pro_settings.php:34
637
  #, fuzzy
 
638
  msgid "Custom icons"
639
  msgstr "カスタムアイコンのディレクトリー"
640
 
644
 
645
  #: pro/mappress_pro_settings.php:36
646
  #, fuzzy
 
647
  msgid "Automatic icons"
648
  msgstr "自動地図表示"
649
 
650
+ #: pro/mappress_pro_settings.php:38
651
+ #: templates/map.php:51
652
+ #: templates_admin/mce.php:13
653
+ #: build/index_mappress_admin.js:1
654
  msgid "Search"
655
  msgstr ""
656
 
657
+ #: pro/mappress_pro_settings.php:40
658
+ #: templates/map.php:58
659
  msgid "Filter"
660
  msgstr ""
661
 
662
  #: pro/mappress_pro_settings.php:41
663
  #, fuzzy
 
664
  msgid "POI content"
665
  msgstr "POIタイトル"
666
 
667
  #: pro/mappress_pro_settings.php:42
668
  #, fuzzy
 
669
  msgid "POI click"
670
  msgstr "POIリンク"
671
 
675
 
676
  #: pro/mappress_pro_settings.php:44
677
  #, fuzzy
 
678
  msgid "Thumbnails"
679
  msgstr "サムネールサイズ"
680
 
681
  #: pro/mappress_pro_settings.php:45
682
  #, fuzzy
 
683
  msgid "Thumbnail size"
684
  msgstr "サムネールサイズ"
685
 
686
+ #: pro/mappress_pro_settings.php:48
687
+ #: pro/mappress_pro_settings.php:50
688
  msgid "Styled maps"
689
  msgstr "スタイル付き地図"
690
 
702
 
703
  #: pro/mappress_pro_settings.php:56
704
  #, fuzzy
 
705
  msgid "Geocoding errors"
706
  msgstr "Geocodingフィールド"
707
 
711
 
712
  #: pro/mappress_pro_settings.php:61
713
  #, fuzzy
 
714
  msgid "Custom templates"
715
  msgstr "カスタムフィールド"
716
 
717
+ #: pro/mappress_pro_settings.php:62
718
+ #: pro/mappress_pro_settings.php:227
719
  msgid "Force resize"
720
  msgstr "強制リサイズ"
721
 
757
 
758
  #: pro/mappress_pro_settings.php:224
759
  #, fuzzy
 
760
  msgid "Permanently resize existing maps (classic editor only)"
761
  msgstr "既存のマップを永久にリサイズ"
762
 
776
  msgid "MapBox"
777
  msgstr ""
778
 
779
+ #: pro/mappress_pro_settings.php:246
780
+ #: templates_admin/widgets.php:68
781
  msgid "Edit"
782
  msgstr "編集"
783
 
791
 
792
  #: pro/mappress_pro_settings.php:268
793
  #, fuzzy
 
794
  msgid "Left of map"
795
  msgstr "地図のリセット"
796
 
797
  #: pro/mappress_pro_settings.php:269
798
  #, fuzzy
 
799
  msgid "Below map"
800
  msgstr "マップを表示"
801
 
802
  #: pro/mappress_pro_settings.php:275
803
  #, fuzzy
 
804
  msgid "Get license"
805
  msgstr "ルートを検索"
806
 
816
  msgid "Check now"
817
  msgstr ""
818
 
819
+ #: pro/mappress_pro_settings.php:299
820
+ #: pro/mappress_updater.php:116
821
  msgid "Communication error, please try again later"
822
  msgstr ""
823
 
827
 
828
  #: pro/mappress_pro_settings.php:305
829
  #, fuzzy
 
830
  msgid "POI title + POI body"
831
  msgstr "POIタイトル"
832
 
833
  #: pro/mappress_pro_settings.php:305
834
  #, fuzzy
 
835
  msgid "Post title + post excerpt"
836
  msgstr "投稿の抜粋"
837
 
838
  #: pro/mappress_pro_settings.php:310
839
  #, fuzzy
 
840
  msgid "Open POI"
841
  msgstr "POIを開く"
842
 
843
  #: pro/mappress_pro_settings.php:310
844
  #, fuzzy
 
845
  msgid "Open post"
846
  msgstr "最初のPOIを開く"
847
 
859
 
860
  #: pro/mappress_pro_settings.php:337
861
  #, fuzzy
 
862
  msgid "Address line "
863
  msgstr "アドレス 1行目"
864
 
870
  msgid "Longitude"
871
  msgstr "経度"
872
 
873
+ #: pro/mappress_pro_settings.php:338
874
+ #: build/index_mappress_admin.js:1
875
  msgid "Zoom"
876
  msgstr "ズーム"
877
 
878
  #: pro/mappress_pro_settings.php:343
879
  #, fuzzy
 
880
  msgid "Map Field"
881
  msgstr "マップタイトル"
882
 
883
  #: pro/mappress_pro_settings.php:356
884
  #, fuzzy
 
885
  msgid "Overwrite maps when posts are saved"
886
  msgstr "既存のマップ更新時に上書きする"
887
 
891
 
892
  #: pro/mappress_pro_settings.php:365
893
  #, fuzzy
 
894
  msgid "Show a list of POIs with each map"
895
  msgstr "各マップの下にPOIのリストを表示する"
896
 
900
 
901
  #: pro/mappress_pro_settings.php:377
902
  #, fuzzy
 
903
  msgid "Sort POI list by title"
904
  msgstr "ソート可能な%sとしてPOIのリストを表示する"
905
 
909
 
910
  #: pro/mappress_pro_settings.php:392
911
  #, fuzzy
 
912
  msgid "Snazzy Maps"
913
  msgstr "スタイル付き地図"
914
 
915
  #: pro/mappress_pro_settings.php:393
916
  #, fuzzy
 
917
  msgid "Enter JSON from %s"
918
  msgstr " %sのJSONをGoogleの%sから入力して下さい"
919
 
920
+ #: pro/mappress_pro_settings.php:397
921
+ #: pro/mappress_pro_settings.php:413
922
  msgid "Style name"
923
  msgstr "スタイル名"
924
 
950
  msgid "JSON error"
951
  msgstr ""
952
 
953
+ #: pro/mappress_widget.php:69
954
+ #: pro/mappress_widget_map.php:56
955
  msgid "Widget title"
956
  msgstr ""
957
 
958
+ #: pro/mappress_widget.php:74
959
+ #: pro/mappress_widget_map.php:66
960
  msgid "Map size"
961
  msgstr ""
962
 
984
  msgid "Learn about queries"
985
  msgstr ""
986
 
987
+ #: pro/mappress_widget.php:94
988
+ #: pro/mappress_widget_map.php:74
989
  msgid "Show POI list"
990
  msgstr ""
991
 
992
+ #: pro/mappress_widget.php:101
993
+ #: pro/mappress_widget_map.php:81
994
  msgid "Other Settings"
995
  msgstr ""
996
 
997
+ #: pro/mappress_widget.php:104
998
+ #: pro/mappress_widget_map.php:84
999
  msgid "Example: initialopeninfo=\"true\""
1000
  msgstr ""
1001
 
1002
+ #: pro/mappress_widget_map.php:61
1003
+ #: templates_admin/mce.php:49
1004
+ #: templates_admin/mce.php:69
1005
+ #: build/index_mappress_admin.js:1
1006
  msgid "Map ID"
1007
  msgstr "マップID"
1008
 
1020
 
1021
  #: templates/map-filters.php:13
1022
  #, fuzzy
 
1023
  msgid "Reset"
1024
  msgstr "地図のリセット"
1025
 
1026
  #: templates/map-loop.php:3
1027
  #, fuzzy
 
1028
  msgid "Results"
1029
  msgstr "初期設定に戻す"
1030
 
1031
  #: templates/map.php:53
1032
  #, fuzzy
 
1033
  msgid "Your Location"
1034
  msgstr "所在地"
1035
 
1059
 
1060
  #: templates/map.php:85
1061
  #, fuzzy
 
1062
  msgid "Show Map"
1063
  msgstr "マップを表示"
1064
 
1074
  msgid "Add Media"
1075
  msgstr ""
1076
 
1077
+ #: templates_admin/editor.php:45
1078
+ #: templates_admin/mce.php:55
1079
+ #: templates_admin/widgets.php:91
1080
+ #: build/index_mappress_admin.js:1
1081
  msgid "Save"
1082
  msgstr "保存"
1083
 
1084
+ #: templates_admin/editor.php:46
1085
+ #: templates_admin/mce.php:56
1086
+ #: templates_admin/widgets.php:92
1087
+ #: build/index_mappress_admin.js:1
1088
  msgid "Cancel"
1089
  msgstr "キャンセル"
1090
 
1091
+ #: templates_admin/mce.php:6
1092
+ #: build/index_mappress_admin.js:1
1093
  #, fuzzy
 
1094
  msgid "Select a map"
1095
  msgstr "地図のリセット"
1096
 
1097
+ #: templates_admin/mce.php:7
1098
+ #: build/index_mappress_admin.js:1
1099
  msgid "Add New"
1100
  msgstr ""
1101
 
1102
  #: templates_admin/mce.php:14
1103
  #, fuzzy
 
1104
  msgid "post title"
1105
  msgstr "投稿タイトル"
1106
 
1107
+ #: templates_admin/mce.php:18
1108
+ #: build/index_mappress_admin.js:1
1109
  msgid "Attached to this post"
1110
  msgstr ""
1111
 
1112
+ #: templates_admin/mce.php:19
1113
+ #: build/index_mappress_admin.js:1
1114
  #, fuzzy
 
1115
  msgid "All maps"
1116
  msgstr "スタイル付き地図"
1117
 
1119
  msgid "Close"
1120
  msgstr "閉じる"
1121
 
1122
+ #: templates_admin/mce.php:35
1123
+ #: build/index_mappress_admin.js:1
1124
  msgid "Size"
1125
  msgstr "サイズ"
1126
 
1128
  msgid "Save center / zoom"
1129
  msgstr ""
1130
 
1131
+ #: templates_admin/mce.php:68
1132
+ #: build/index_mappress_admin.js:1
1133
  #, fuzzy
 
1134
  msgid "Map title"
1135
  msgstr "マップタイトル"
1136
 
1137
+ #: templates_admin/mce.php:71
1138
+ #: build/index_mappress_admin.js:1
1139
  msgid "Attached to"
1140
  msgstr ""
1141
 
1142
+ #: templates_admin/mce.php:73
1143
+ #: build/index_mappress_admin.js:1
1144
  #, fuzzy
 
1145
  msgid "Action"
1146
  msgstr "所在地"
1147
 
1149
  msgid "Current post"
1150
  msgstr ""
1151
 
1152
+ #: templates_admin/mce.php:92
1153
+ #: build/index_mappress_admin.js:1
1154
  msgid "Unattached"
1155
  msgstr ""
1156
 
1158
  msgid "Insert into post"
1159
  msgstr "記事へ挿入"
1160
 
1161
+ #: templates_admin/mce.php:107
1162
+ #: build/index_mappress_admin.js:1
1163
  #, fuzzy
 
1164
  msgid "No maps found"
1165
  msgstr "マップが見つかりません"
1166
 
1174
 
1175
  #: templates_admin/widgets.php:28
1176
  #, fuzzy
 
1177
  msgid "No custom icons have been added yet."
1178
  msgstr "スタイルが定義されていません"
1179
 
1187
 
1188
  #: templates_admin/widgets.php:67
1189
  #, fuzzy
 
1190
  msgid "Map list item"
1191
  msgstr "マップリンク"
1192
 
1193
  #: templates_admin/widgets.php:67
1194
  #, fuzzy
 
1195
  msgid "Mashup popup"
1196
  msgstr "マッシュアップ"
1197
 
1198
  #: templates_admin/widgets.php:67
1199
  #, fuzzy
 
1200
  msgid "Mashup list item"
1201
  msgstr "POIタイトルのマッシュアップ"
1202
 
1203
  #: templates_admin/widgets.php:74
1204
  #, fuzzy
 
1205
  msgid "New"
1206
  msgstr "新規マップ"
1207
 
1208
+ #: templates_admin/widgets.php:74
1209
+ #: build/index_mappress_admin.js:1
1210
  #, fuzzy
 
1211
  msgid "Custom"
1212
  msgstr "カスタムフィールド"
1213
 
1214
  #: templates_admin/widgets.php:77
1215
  #, fuzzy
 
1216
  msgid "Editor"
1217
  msgstr "編集"
1218
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1219
  #: package.json
1220
  msgctxt "block description"
1221
  msgid "MapPress Maps for WordPress"
1225
  #~ msgstr "ツールチップ"
1226
 
1227
  #, fuzzy
 
1228
  #~ msgid "Show a tooltip when mouse is over a POI"
1229
  #~ msgstr "\"ツールチップ\"のマウスオーバーでPOIのタイトルを表示する"
1230
 
1238
  #~ msgstr "コンタクト"
1239
 
1240
  #~ msgid ""
1241
+ "\n"
1242
+ "MapPress now requires WordPress 3.2 or higher. Please upgrade \"\n"
1243
+ "using MapPress.\""
1244
  #~ msgstr ""
1245
+ "\n"
1246
+ "3.2以上が必要です。MapPressを使用する前に更新\"\n"
1247
+ ""
1248
 
1249
  #~ msgid ""
1250
+ "\n"
1251
+ "MapPress is not compfatible with the WP-Geo plugin. Please \"\n"
1252
+ "or uninstall WP-Geo before using MapPress.\""
1253
  #~ msgstr ""
1254
+ "\n"
1255
+ "pluginとの互換性がありません。MapPressを使用する前\"\n"
1256
+ ""
1257
 
1258
  #~ msgid "Bike"
1259
  #~ msgstr "自転車"
1262
  #~ msgstr "住所の一つが見つかりませんでした。"
1263
 
1264
  #~ msgid ""
1265
+ "\n"
1266
+ "cannot return directions between those addresses. There is no \"\n"
1267
+ "between them or the routing information is not available.\""
1268
  #~ msgstr ""
1269
+ "\n"
1270
+ "\n"
1271
+ ""
1272
 
1273
  #~ msgid "Unknown error, unable to return directions. Status code = "
1274
  #~ msgstr ""
1275
+ "\n"
1276
+ "= \""
1277
 
1278
  #~ msgid "No matching address"
1279
  #~ msgstr "合致する住所がありません。"
1336
  #~ msgstr "地図を最後に読み込む"
1337
 
1338
  #~ msgid ""
1339
+ "\n"
1340
+ "the settings below to automatically create maps from custom fields.\""
1341
  #~ msgstr "下記の設定でマップをカスタムフィールドから自動的に作成する"
1342
 
1343
  #~ msgid "Posts"
1545
 
1546
  #~ msgid "Disable map panning when infoWindow / infoBox is opened"
1547
  #~ msgstr ""
1548
+ "\n"
1549
+ ""
1550
 
1551
  #~ msgid "Use existing size: "
1552
  #~ msgstr "次のサイズを使用:"
languages/mappress-google-maps-for-wordpress-nl_NL-4cfebd0e75a430fc3eb311e0637a25c6.json ADDED
@@ -0,0 +1 @@
 
1
+ {"translation-revision-date":"","generator":"WP-CLI\/2.4.0","source":"build\/index_mappress_admin.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"nl_NL","plural-forms":"nplurals=2; plural=(n != 1);"},"Settings":["Instellingen"],"Map Library":["Kaart rand"],"Help":[""],"No results":[""],"Add":["Toevoegen"],"Delete":["Verwijderen"],"Untitled":["Geen titel"],"Google API key":["Google"],"Default":["Standaard"],"Google":["Google"],"Leaflet":[""],"Post type":["Post typen"],"Automatic":["Automatisch"],"Search":[""],"Zoom":["Inzoomen"],"Map ID":["Kaart ID"],"Save":["Bewaren"],"Cancel":["Annuleren"],"Select a map":["Verwijder kaart?"],"Add New":[""],"Attached to this post":["Kaarten in dit bericht"],"All maps":["Alle berichten"],"Size":["Formaat"],"Map title":["Markeerpunt titel"],"Attached to":[""],"Action":["Locatie"],"Unattached":[""],"No maps found":[""],"Custom":["Vrije CSS"],"New map":["Nieuwe kaart"],"Edit map":["Bewerken"],"Like the block? Upgrade to the free plugin or MapPress Pro for more features!":[""],"MapPress Pro":["MapPress"],"Free plugin":[""],"MapPress options":["MapPress optiescherm."],"Map settings":["Instellingen"],"MapPress Map":["MapPress"],"Create a new map or choose one from the map library.":[""],"Insert a map":["Verwijder kaart?"],"Query":[""],"Refresh map":["Overzichts kaart"],"Author":[""],"Order by":["Markeerpunt body"],"Include children":[""],"Add custom field":["Vrij veld"],"Field name":["Stijl naam"],"The field \"%s\" has already been added":[""],"Please enter a field name":[""],"Value (a or a,b,c...)":[""],"Invalid JSON":[""],"Update":[""],"Query code":["Wat is mijn landcode?"],"MapPress Mashup":["MapPress"],"Insert a mashup":[""],"Options saved.":["Kaart opgeslagen"],"Mapping Engine":[""],"Save options":[""],"Map copied":["Kaart groote"],"Shortcode copied":["Korte codes"],"post title, map title, or map id":[""],"current post":["Huidige berichten"],"Edit post":["Bewerken"],"Copy":[""],"Shortcode":["Korte codes"],"Delete map":["Verwijderen"],"Viewport saved":["Kaart opgeslagen"],"px, %, vw":["Breedte (px)"],"Width":["Breedte"],"px, %, vh":["Breedte (px)"],"Height":["Belang"],"Center\/Zoom":["Midden"]}}}
languages/mappress-google-maps-for-wordpress-nl_NL.po CHANGED
@@ -1,16 +1,15 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
- "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mappress-google-"
5
- "maps-for-wordpress\n"
6
- "POT-Creation-Date: 2020-12-15T18:23:01+00:00\n"
7
- "PO-Revision-Date: \n"
8
  "Last-Translator: Age de Jong <age@multiweb.nl>\n"
9
  "Language-Team: \n"
10
- "Language: nl_NL\n"
11
  "MIME-Version: 1.0\n"
12
  "Content-Type: text/plain; charset=UTF-8\n"
13
  "Content-Transfer-Encoding: 8bit\n"
 
 
 
14
  "X-Generator: Poedit 2.4.2\n"
15
 
16
  #. Plugin Name of the plugin
@@ -33,23 +32,21 @@ msgstr ""
33
  msgid "https://www.mappresspro.com/chris-contact"
34
  msgstr ""
35
 
36
- #: mappress.php:171 mappress.php:701 build/index_mappress_admin.js:1
 
 
37
  msgid "Settings"
38
  msgstr "Instellingen"
39
 
40
- #: mappress.php:172 build/index_mappress_admin.js:1
 
41
  #, fuzzy
42
- #| msgid "Map border"
43
  msgid "Map Library"
44
  msgstr "Kaart rand"
45
 
46
  #: mappress.php:183
47
- msgid ""
48
- "MapPress database tables are missing. Please deactivate the plugin and "
49
- "activate it again to fix this."
50
- msgstr ""
51
- "Er ontbreken MapPress database tabellen. Deactiveer de plugin en activeer "
52
- "deze opnieuw om dit op te lossen."
53
 
54
  #: mappress.php:188
55
  msgid "A Google Maps API key is required"
@@ -61,7 +58,6 @@ msgstr ""
61
 
62
  #: mappress.php:188
63
  #, fuzzy
64
- #| msgid "MapPress Options"
65
  msgid "MapPress Settings"
66
  msgstr "MapPress Opties"
67
 
@@ -82,22 +78,20 @@ msgid "Please Help Spread the Word"
82
  msgstr ""
83
 
84
  #: mappress.php:285
85
- msgid ""
86
- "If you're enjoying MapPress, would you mind taking a moment to write a brief "
87
- "review? It would mean the world to me!"
88
  msgstr ""
89
 
90
  #: mappress.php:286
91
- msgid ""
92
- "If you have any issues or suggestions, please let me know. I'll be happy to "
93
- "help!"
94
  msgstr ""
95
 
96
- #: mappress.php:402 mappress.php:931
 
97
  msgid "Version"
98
  msgstr "Version"
99
 
100
- #: mappress.php:404 build/index_mappress_admin.js:1
 
101
  msgid "Help"
102
  msgstr ""
103
 
@@ -110,9 +104,7 @@ msgid "Please enter your MapPress license key to enable plugin updates"
110
  msgstr ""
111
 
112
  #: mappress.php:477
113
- msgid ""
114
- "MapPress Gutenberg blocks require WordPress 5.3 or the latest Gutenberg "
115
- "Plugin. Please update if using the block editor."
116
  msgstr ""
117
 
118
  #: mappress.php:481
@@ -125,14 +117,11 @@ msgstr ""
125
 
126
  #: mappress.php:487
127
  #, fuzzy
128
- #| msgid "There are no maps yet for this post"
129
  msgid "The MapPress map editor has moved!"
130
  msgstr "Er zijn nog geen kaarten voor dit bericht"
131
 
132
  #: mappress.php:488
133
- msgid ""
134
- "Use this button to open the new popup editor where you can easily create, "
135
- "edit and insert maps."
136
  msgstr ""
137
 
138
  #: mappress.php:534
@@ -153,7 +142,6 @@ msgstr ""
153
 
154
  #: mappress.php:538
155
  #, fuzzy
156
- #| msgid "Loading..."
157
  msgid "Loading"
158
  msgstr "Aan het laden..."
159
 
@@ -165,13 +153,13 @@ msgstr ""
165
  msgid "Unable to get your location"
166
  msgstr "Was niet in staat uw lokatie te achterhalen"
167
 
168
- #: mappress.php:541 build/index_mappress_admin.js:1
 
169
  msgid "No results"
170
  msgstr ""
171
 
172
  #: mappress.php:542
173
  #, fuzzy
174
- #| msgid "Save Changes"
175
  msgid "Save changes?"
176
  msgstr "Veranderingen opslaan"
177
 
@@ -181,13 +169,12 @@ msgstr "Vorm"
181
 
182
  #: mappress.php:572
183
  #, fuzzy
184
- #| msgid "Delete this map?"
185
  msgid "Improve this map"
186
  msgstr "Verwijder kaart?"
187
 
188
- #: mappress.php:588 mappress.php:607
 
189
  #, fuzzy
190
- #| msgid "Street View"
191
  msgid "Streets"
192
  msgstr "Street view"
193
 
@@ -197,7 +184,6 @@ msgstr ""
197
 
198
  #: mappress.php:590
199
  #, fuzzy
200
- #| msgid "Right"
201
  msgid "Light"
202
  msgstr "Rechts"
203
 
@@ -211,39 +197,43 @@ msgstr "Satelliet"
211
 
212
  #: mappress.php:593
213
  #, fuzzy
214
- #| msgid "Satellite"
215
  msgid "Satellite Streets"
216
  msgstr "Satelliet"
217
 
218
- #: mappress_controls.php:93 templates_admin/widgets.php:42
 
219
  #: build/index_mappress_admin.js:1
220
  msgid "Add"
221
  msgstr "Toevoegen"
222
 
223
- #: mappress_controls.php:102 templates_admin/editor.php:47
224
- #: templates_admin/mce.php:100 templates_admin/widgets.php:94
 
 
225
  #: build/index_mappress_admin.js:1
226
  msgid "Delete"
227
  msgstr "Verwijderen"
228
 
229
- #: mappress_map.php:85 mappress_settings.php:321
 
230
  msgid "MapPress"
231
  msgstr "MapPress"
232
 
233
- #: mappress_map.php:94 templates_admin/mce.php:30 templates_admin/mce.php:80
234
- #: templates_admin/mce.php:86 build/index_mappress_admin.js:1
 
 
 
235
  msgid "Untitled"
236
  msgstr "Geen titel"
237
 
238
  #: mappress_map.php:95
239
  #, fuzzy
240
- #| msgid "Top of post"
241
  msgid "Copy of %s"
242
  msgstr "Bovenaan bericht"
243
 
244
  #: mappress_map.php:199
245
  #, fuzzy
246
- #| msgid "Map not found, was it deleted?"
247
  msgid "Map not found"
248
  msgstr "Kaart niet gevonden, is deze verwijderd?"
249
 
@@ -259,9 +249,9 @@ msgstr "Standaard instellingen"
259
  msgid "Mapping API"
260
  msgstr ""
261
 
262
- #: mappress_settings.php:92 build/index_mappress_admin.js:1
 
263
  #, fuzzy
264
- #| msgid "Google"
265
  msgid "Google API key"
266
  msgstr "Google"
267
 
@@ -275,7 +265,6 @@ msgstr ""
275
 
276
  #: mappress_settings.php:101
277
  #, fuzzy
278
- #| msgid "Settings"
279
  msgid "Map Settings"
280
  msgstr "Instellingen"
281
 
@@ -285,7 +274,6 @@ msgstr "Post typen"
285
 
286
  #: mappress_settings.php:103
287
  #, fuzzy
288
- #| msgid "Automatic map display"
289
  msgid "Automatic display"
290
  msgstr "Automatische kaart weergave"
291
 
@@ -293,24 +281,24 @@ msgstr "Automatische kaart weergave"
293
  msgid "Map alignment"
294
  msgstr "Kaart uitlijning"
295
 
296
- #: mappress_settings.php:105 templates/map-popup.php:3
 
297
  #: templates/mashup-popup.php:6
298
  msgid "Directions"
299
  msgstr "Route"
300
 
301
  #: mappress_settings.php:108
302
  #, fuzzy
303
- #| msgid "Settings"
304
  msgid "POI Settings"
305
  msgstr "Instellingen"
306
 
307
  #: mappress_settings.php:109
308
  #, fuzzy
309
- #| msgid "Default icon"
310
  msgid "Default zoom"
311
  msgstr "Standaard pictogram"
312
 
313
- #: mappress_settings.php:110 mappress_settings.php:238
 
314
  msgid "Open first POI"
315
  msgstr "Open eerste POI"
316
 
@@ -320,7 +308,6 @@ msgstr ""
320
 
321
  #: mappress_settings.php:114
322
  #, fuzzy
323
- #| msgid "Icons URL"
324
  msgid "Icons"
325
  msgstr "Iconen URL"
326
 
@@ -342,7 +329,6 @@ msgstr "Lokalisatie"
342
 
343
  #: mappress_settings.php:121
344
  #, fuzzy
345
- #| msgid "language"
346
  msgid "Search language"
347
  msgstr "taal"
348
 
@@ -370,8 +356,10 @@ msgstr ""
370
  msgid "Compatiblity"
371
  msgstr ""
372
 
373
- #: mappress_settings.php:175 mappress_settings.php:244
374
- #: pro/mappress_pro_settings.php:234 templates_admin/widgets.php:78
 
 
375
  #: build/index_mappress_admin.js:1
376
  msgid "Default"
377
  msgstr "Standaard"
@@ -400,7 +388,8 @@ msgstr "Bovenaan bericht"
400
  msgid "Bottom of post"
401
  msgstr "Onderaan bericht"
402
 
403
- #: mappress_settings.php:199 mappress_settings.php:243
 
404
  msgid "(list)"
405
  msgstr ""
406
 
@@ -412,8 +401,10 @@ msgstr "Landcode voor zoekopdrachten"
412
  msgid "Prevent other plugins/themes from loading the Google Maps API"
413
  msgstr ""
414
 
415
- #: mappress_settings.php:212 mappress_settings.php:221
416
- #: pro/mappress_pro_settings.php:232 build/index_mappress_admin.js:1
 
 
417
  msgid "Google"
418
  msgstr "Google"
419
 
@@ -421,17 +412,17 @@ msgstr "Google"
421
  msgid "Inline"
422
  msgstr "Inline"
423
 
424
- #: mappress_settings.php:221 build/index_mappress_admin.js:1
 
425
  msgid "Leaflet"
426
  msgstr ""
427
 
428
  #: mappress_settings.php:223
429
- msgid ""
430
- "Leaflet is free and requires no API key. Google requires an API key and has "
431
- "strict usage limits."
432
  msgstr ""
433
 
434
- #: mappress_settings.php:229 mappress_settings.php:232
 
435
  msgid "Output scripts in footer"
436
  msgstr ""
437
 
@@ -451,17 +442,18 @@ msgstr ""
451
  msgid "Enter token to use Mapbox map tiles"
452
  msgstr ""
453
 
454
- #: mappress_settings.php:257 mappress_settings.php:262
 
455
  msgid "Map type control"
456
  msgstr "Kaart typen bediening"
457
 
458
  #: mappress_settings.php:258
459
  #, fuzzy
460
- #| msgid "Overview map control"
461
  msgid "Street view control"
462
  msgstr "Overzicht mapbediening"
463
 
464
- #: mappress_settings.php:259 mappress_settings.php:263
 
465
  msgid "Zoom control"
466
  msgstr "In- uitzoom kaartbediening"
467
 
@@ -475,19 +467,16 @@ msgstr "Easy Google Maps"
475
 
476
  #: mappress_settings.php:299
477
  #, fuzzy
478
- #| msgid "Width(px)"
479
  msgid "Width (px, %, vh, vw)"
480
  msgstr "Breedte (px)"
481
 
482
  #: mappress_settings.php:299
483
  #, fuzzy
484
- #| msgid "Height(px)"
485
  msgid "Height (px, %, vh, vw)"
486
  msgstr "Hoogte (px)"
487
 
488
  #: mappress_settings.php:299
489
  #, fuzzy
490
- #| msgid "Default style"
491
  msgid "Default size"
492
  msgstr "Standaard stijl"
493
 
@@ -495,38 +484,40 @@ msgstr "Standaard stijl"
495
  msgid "Copy maps when overwriting a translation"
496
  msgstr ""
497
 
498
- #: mappress_settings.php:326 mappress_settings.php:334
 
499
  msgid "Save Changes"
500
  msgstr "Veranderingen opslaan"
501
 
502
- #: mappress_settings.php:327 mappress_settings.php:335
 
503
  msgid "Reset Defaults"
504
  msgstr "Herstel standaard instellingen"
505
 
506
  #: mappress_template.php:34
507
  #, fuzzy
508
- #| msgid "Add address"
509
  msgid "Address"
510
  msgstr "Adres Toevoegen"
511
 
512
- #: mappress_template.php:35 pro/mappress_pro_settings.php:338
 
513
  msgid "Body"
514
  msgstr ""
515
 
516
- #: mappress_template.php:36 pro/mappress_pro_settings.php:174
 
517
  #: pro/mappress_pro_settings.php:338
518
  #, fuzzy
519
- #| msgid "Icons URL"
520
  msgid "Icon"
521
  msgstr "Iconen URL"
522
 
523
  #: mappress_template.php:37
524
  #, fuzzy
525
- #| msgid "Thumbnails"
526
  msgid "Thumbnail"
527
  msgstr "Miniaturen"
528
 
529
- #: mappress_template.php:38 pro/mappress_pro_settings.php:338
 
530
  msgid "Title"
531
  msgstr "Titel"
532
 
@@ -534,17 +525,18 @@ msgstr "Titel"
534
  msgid "Url"
535
  msgstr ""
536
 
537
- #: mappress_template.php:40 pro/mappress_filter.php:120
 
538
  #: pro/mappress_pro_settings.php:343
539
  #, fuzzy
540
- #| msgid "Custom Fields"
541
  msgid "Custom Field"
542
  msgstr "Vrij veld"
543
 
544
- #: pro/mappress_filter.php:84 pro/mappress_filter.php:133
545
- #: pro/mappress_pro_settings.php:167 build/index_mappress_admin.js:1
 
 
546
  #, fuzzy
547
- #| msgid "Post types"
548
  msgid "Post type"
549
  msgstr "Post typen"
550
 
@@ -554,7 +546,6 @@ msgstr ""
554
 
555
  #: pro/mappress_filter.php:120
556
  #, fuzzy
557
- #| msgid "Errors field"
558
  msgid "Post field"
559
  msgstr "Foutmeldingen veld"
560
 
@@ -562,10 +553,11 @@ msgstr "Foutmeldingen veld"
562
  msgid "Invalid geocoder: %s"
563
  msgstr ""
564
 
565
- #: pro/mappress_geocoder.php:59 pro/mappress_geocoder.php:110
566
- #: pro/mappress_geocoder.php:147 pro/mappress_geocoder.php:192
 
 
567
  #, fuzzy
568
- #| msgid "No geocoding result for address: %s"
569
  msgid "No results for address: %s"
570
  msgstr "Geen geocoding resultaat voor adres: %s"
571
 
@@ -579,7 +571,6 @@ msgstr ""
579
 
580
  #: pro/mappress_geocoder.php:221
581
  #, fuzzy
582
- #| msgid "from %s to %s"
583
  msgid "Error: %s %s"
584
  msgstr "van %s tot %s"
585
 
@@ -593,29 +584,26 @@ msgstr ""
593
 
594
  #: pro/mappress_icons.php:74
595
  #, fuzzy
596
- #| msgid "Field for errors"
597
  msgid "Files error: "
598
  msgstr "Veld voor fouten"
599
 
600
- #: pro/mappress_meta.php:109 build/index_mappress_admin.js:1
 
601
  msgid "Automatic"
602
  msgstr "Automatisch"
603
 
604
  #: pro/mappress_pro_settings.php:16
605
  #, fuzzy
606
- #| msgid "MapPress News"
607
  msgid "MapPress license key"
608
  msgstr "MapPress nieuws"
609
 
610
  #: pro/mappress_pro_settings.php:17
611
  #, fuzzy
612
- #| msgid "Version"
613
  msgid "Beta versions"
614
  msgstr "Version"
615
 
616
  #: pro/mappress_pro_settings.php:21
617
  #, fuzzy
618
- #| msgid "Geocoding"
619
  msgid "Geocoder"
620
  msgstr "Geocoding"
621
 
@@ -625,13 +613,11 @@ msgstr "POI lijst"
625
 
626
  #: pro/mappress_pro_settings.php:24
627
  #, fuzzy
628
- #| msgid "POI list"
629
  msgid "POI list layout"
630
  msgstr "POI lijst"
631
 
632
  #: pro/mappress_pro_settings.php:25
633
  #, fuzzy
634
- #| msgid "Map width"
635
  msgid "Mini width"
636
  msgstr "Map breedte"
637
 
@@ -645,7 +631,6 @@ msgstr ""
645
 
646
  #: pro/mappress_pro_settings.php:30
647
  #, fuzzy
648
- #| msgid "Post types"
649
  msgid "Popup type"
650
  msgstr "Post typen"
651
 
@@ -659,7 +644,6 @@ msgstr ""
659
 
660
  #: pro/mappress_pro_settings.php:34
661
  #, fuzzy
662
- #| msgid "Custom Fields"
663
  msgid "Custom icons"
664
  msgstr "Vrij veld"
665
 
@@ -669,16 +653,18 @@ msgstr ""
669
 
670
  #: pro/mappress_pro_settings.php:36
671
  #, fuzzy
672
- #| msgid "Automatic"
673
  msgid "Automatic icons"
674
  msgstr "Automatisch"
675
 
676
- #: pro/mappress_pro_settings.php:38 templates/map.php:51
677
- #: templates_admin/mce.php:13 build/index_mappress_admin.js:1
 
 
678
  msgid "Search"
679
  msgstr ""
680
 
681
- #: pro/mappress_pro_settings.php:40 templates/map.php:58
 
682
  msgid "Filter"
683
  msgstr ""
684
 
@@ -688,7 +674,6 @@ msgstr ""
688
 
689
  #: pro/mappress_pro_settings.php:42
690
  #, fuzzy
691
- #| msgid "POI links"
692
  msgid "POI click"
693
  msgstr "POI koppelingen"
694
 
@@ -704,7 +689,8 @@ msgstr "Miniaturen"
704
  msgid "Thumbnail size"
705
  msgstr "Miniatuur grootte"
706
 
707
- #: pro/mappress_pro_settings.php:48 pro/mappress_pro_settings.php:50
 
708
  msgid "Styled maps"
709
  msgstr "Kaart stijlen"
710
 
@@ -714,7 +700,6 @@ msgstr "Standaard stijl"
714
 
715
  #: pro/mappress_pro_settings.php:54
716
  #, fuzzy
717
- #| msgid "Geocoding"
718
  msgid "Geocoding fields"
719
  msgstr "Geocoding"
720
 
@@ -724,7 +709,6 @@ msgstr ""
724
 
725
  #: pro/mappress_pro_settings.php:56
726
  #, fuzzy
727
- #| msgid "Geocoding"
728
  msgid "Geocoding errors"
729
  msgstr "Geocoding"
730
 
@@ -734,11 +718,11 @@ msgstr ""
734
 
735
  #: pro/mappress_pro_settings.php:61
736
  #, fuzzy
737
- #| msgid "Custom Fields"
738
  msgid "Custom templates"
739
  msgstr "Vrij veld"
740
 
741
- #: pro/mappress_pro_settings.php:62 pro/mappress_pro_settings.php:227
 
742
  msgid "Force resize"
743
  msgstr "Forceer vergroten/verkleinen"
744
 
@@ -780,7 +764,6 @@ msgstr ""
780
 
781
  #: pro/mappress_pro_settings.php:224
782
  #, fuzzy
783
- #| msgid "Permanently resize existing maps"
784
  msgid "Permanently resize existing maps (classic editor only)"
785
  msgstr "Permanent alle bestaande kaarten verkleinen/vergroten"
786
 
@@ -800,13 +783,13 @@ msgstr ""
800
  msgid "MapBox"
801
  msgstr ""
802
 
803
- #: pro/mappress_pro_settings.php:246 templates_admin/widgets.php:68
 
804
  msgid "Edit"
805
  msgstr "Bewerken"
806
 
807
  #: pro/mappress_pro_settings.php:260
808
  #, fuzzy
809
- #| msgid "Standard icons"
810
  msgid "Standard"
811
  msgstr "Standaard pictogrammen"
812
 
@@ -820,13 +803,11 @@ msgstr ""
820
 
821
  #: pro/mappress_pro_settings.php:269
822
  #, fuzzy
823
- #| msgid "Show map"
824
  msgid "Below map"
825
  msgstr "Kaart weergeven"
826
 
827
  #: pro/mappress_pro_settings.php:275
828
  #, fuzzy
829
- #| msgid "Get Directions"
830
  msgid "Get license"
831
  msgstr "Bereken route"
832
 
@@ -842,9 +823,9 @@ msgstr ""
842
  msgid "Check now"
843
  msgstr ""
844
 
845
- #: pro/mappress_pro_settings.php:299 pro/mappress_updater.php:116
 
846
  #, fuzzy
847
- #| msgid "Google internal error. Try again later."
848
  msgid "Communication error, please try again later"
849
  msgstr "Interne Google fout, probeer het later nog eens."
850
 
@@ -858,19 +839,16 @@ msgstr ""
858
 
859
  #: pro/mappress_pro_settings.php:305
860
  #, fuzzy
861
- #| msgid "Post excerpt"
862
  msgid "Post title + post excerpt"
863
  msgstr "Bericht samenvatting"
864
 
865
  #: pro/mappress_pro_settings.php:310
866
  #, fuzzy
867
- #| msgid "Open first POI"
868
  msgid "Open POI"
869
  msgstr "Open eerste POI"
870
 
871
  #: pro/mappress_pro_settings.php:310
872
  #, fuzzy
873
- #| msgid "Current posts"
874
  msgid "Open post"
875
  msgstr "Huidige berichten"
876
 
@@ -888,7 +866,6 @@ msgstr ""
888
 
889
  #: pro/mappress_pro_settings.php:337
890
  #, fuzzy
891
- #| msgid "Address fields"
892
  msgid "Address line "
893
  msgstr "Adres velden"
894
 
@@ -900,13 +877,13 @@ msgstr ""
900
  msgid "Longitude"
901
  msgstr ""
902
 
903
- #: pro/mappress_pro_settings.php:338 build/index_mappress_admin.js:1
 
904
  msgid "Zoom"
905
  msgstr "Inzoomen"
906
 
907
  #: pro/mappress_pro_settings.php:343
908
  #, fuzzy
909
- #| msgid "Map size"
910
  msgid "Map Field"
911
  msgstr "Kaart groote"
912
 
@@ -920,19 +897,16 @@ msgstr ""
920
 
921
  #: pro/mappress_pro_settings.php:365
922
  #, fuzzy
923
- #| msgid "Show a list of POIs under each map"
924
  msgid "Show a list of POIs with each map"
925
  msgstr "Geef een lijst van POIs weer onder elke kaart"
926
 
927
  #: pro/mappress_pro_settings.php:373
928
  #, fuzzy
929
- #| msgid "Enable"
930
  msgid "Enable search"
931
  msgstr "Aanzetten"
932
 
933
  #: pro/mappress_pro_settings.php:377
934
  #, fuzzy
935
- #| msgid "Show the POI list as a sortable %s"
936
  msgid "Sort POI list by title"
937
  msgstr "Geef de POI lijst weer als een sorteerbare %s"
938
 
@@ -942,17 +916,16 @@ msgstr "Er zijn nog geen stijlen gedefinieerd"
942
 
943
  #: pro/mappress_pro_settings.php:392
944
  #, fuzzy
945
- #| msgid "Styled Maps"
946
  msgid "Snazzy Maps"
947
  msgstr "Gestileerde kaarten"
948
 
949
  #: pro/mappress_pro_settings.php:393
950
  #, fuzzy
951
- #| msgid "Enter JSON for %s from Google's %s"
952
  msgid "Enter JSON from %s"
953
  msgstr "Geef JSON op voor %s van Google's %s"
954
 
955
- #: pro/mappress_pro_settings.php:397 pro/mappress_pro_settings.php:413
 
956
  msgid "Style name"
957
  msgstr "Stijl naam"
958
 
@@ -984,11 +957,13 @@ msgstr "Toon Featured Image miniatuur in gecombineerde POI's"
984
  msgid "JSON error"
985
  msgstr ""
986
 
987
- #: pro/mappress_widget.php:69 pro/mappress_widget_map.php:56
 
988
  msgid "Widget title"
989
  msgstr "Widget titel"
990
 
991
- #: pro/mappress_widget.php:74 pro/mappress_widget_map.php:66
 
992
  msgid "Map size"
993
  msgstr "Kaart groote"
994
 
@@ -1016,24 +991,27 @@ msgstr "Vrije query"
1016
  msgid "Learn about queries"
1017
  msgstr "Leer meer over queries"
1018
 
1019
- #: pro/mappress_widget.php:94 pro/mappress_widget_map.php:74
 
1020
  #, fuzzy
1021
- #| msgid "POI list"
1022
  msgid "Show POI list"
1023
  msgstr "POI lijst"
1024
 
1025
- #: pro/mappress_widget.php:101 pro/mappress_widget_map.php:81
 
1026
  #, fuzzy
1027
- #| msgid "Settings"
1028
  msgid "Other Settings"
1029
  msgstr "Instellingen"
1030
 
1031
- #: pro/mappress_widget.php:104 pro/mappress_widget_map.php:84
 
1032
  msgid "Example: initialopeninfo=\"true\""
1033
  msgstr ""
1034
 
1035
- #: pro/mappress_widget_map.php:61 templates_admin/mce.php:49
1036
- #: templates_admin/mce.php:69 build/index_mappress_admin.js:1
 
 
1037
  msgid "Map ID"
1038
  msgstr "Kaart ID"
1039
 
@@ -1055,13 +1033,11 @@ msgstr ""
1055
 
1056
  #: templates/map-loop.php:3
1057
  #, fuzzy
1058
- #| msgid "Reset Defaults"
1059
  msgid "Results"
1060
  msgstr "Herstel standaard instellingen"
1061
 
1062
  #: templates/map.php:53
1063
  #, fuzzy
1064
- #| msgid "Location"
1065
  msgid "Your Location"
1066
  msgstr "Locatie"
1067
 
@@ -1087,13 +1063,11 @@ msgstr ""
1087
 
1088
  #: templates/map.php:84
1089
  #, fuzzy
1090
- #| msgid "Show"
1091
  msgid "Show List"
1092
  msgstr "Tonen"
1093
 
1094
  #: templates/map.php:85
1095
  #, fuzzy
1096
- #| msgid "Show map"
1097
  msgid "Show Map"
1098
  msgstr "Kaart weergeven"
1099
 
@@ -1109,41 +1083,45 @@ msgstr ""
1109
  msgid "Add Media"
1110
  msgstr ""
1111
 
1112
- #: templates_admin/editor.php:45 templates_admin/mce.php:55
1113
- #: templates_admin/widgets.php:91 build/index_mappress_admin.js:1
 
 
1114
  msgid "Save"
1115
  msgstr "Bewaren"
1116
 
1117
- #: templates_admin/editor.php:46 templates_admin/mce.php:56
1118
- #: templates_admin/widgets.php:92 build/index_mappress_admin.js:1
 
 
1119
  msgid "Cancel"
1120
  msgstr "Annuleren"
1121
 
1122
- #: templates_admin/mce.php:6 build/index_mappress_admin.js:1
 
1123
  #, fuzzy
1124
- #| msgid "Delete this map?"
1125
  msgid "Select a map"
1126
  msgstr "Verwijder kaart?"
1127
 
1128
- #: templates_admin/mce.php:7 build/index_mappress_admin.js:1
 
1129
  msgid "Add New"
1130
  msgstr ""
1131
 
1132
  #: templates_admin/mce.php:14
1133
  #, fuzzy
1134
- #| msgid "Post title"
1135
  msgid "post title"
1136
  msgstr "Bericht titel"
1137
 
1138
- #: templates_admin/mce.php:18 build/index_mappress_admin.js:1
 
1139
  #, fuzzy
1140
- #| msgid "Maps in this post"
1141
  msgid "Attached to this post"
1142
  msgstr "Kaarten in dit bericht"
1143
 
1144
- #: templates_admin/mce.php:19 build/index_mappress_admin.js:1
 
1145
  #, fuzzy
1146
- #| msgid "All posts"
1147
  msgid "All maps"
1148
  msgstr "Alle berichten"
1149
 
@@ -1151,7 +1129,8 @@ msgstr "Alle berichten"
1151
  msgid "Close"
1152
  msgstr "Sluiten"
1153
 
1154
- #: templates_admin/mce.php:35 build/index_mappress_admin.js:1
 
1155
  msgid "Size"
1156
  msgstr "Formaat"
1157
 
@@ -1159,29 +1138,30 @@ msgstr "Formaat"
1159
  msgid "Save center / zoom"
1160
  msgstr ""
1161
 
1162
- #: templates_admin/mce.php:68 build/index_mappress_admin.js:1
 
1163
  #, fuzzy
1164
- #| msgid "Marker title"
1165
  msgid "Map title"
1166
  msgstr "Markeerpunt titel"
1167
 
1168
- #: templates_admin/mce.php:71 build/index_mappress_admin.js:1
 
1169
  msgid "Attached to"
1170
  msgstr ""
1171
 
1172
- #: templates_admin/mce.php:73 build/index_mappress_admin.js:1
 
1173
  #, fuzzy
1174
- #| msgid "Location"
1175
  msgid "Action"
1176
  msgstr "Locatie"
1177
 
1178
  #: templates_admin/mce.php:87
1179
  #, fuzzy
1180
- #| msgid "Current posts"
1181
  msgid "Current post"
1182
  msgstr "Huidige berichten"
1183
 
1184
- #: templates_admin/mce.php:92 build/index_mappress_admin.js:1
 
1185
  msgid "Unattached"
1186
  msgstr ""
1187
 
@@ -1189,7 +1169,8 @@ msgstr ""
1189
  msgid "Insert into post"
1190
  msgstr "Neem op in post"
1191
 
1192
- #: templates_admin/mce.php:107 build/index_mappress_admin.js:1
 
1193
  msgid "No maps found"
1194
  msgstr ""
1195
 
@@ -1203,13 +1184,11 @@ msgstr "Belang"
1203
 
1204
  #: templates_admin/widgets.php:28
1205
  #, fuzzy
1206
- #| msgid "No styles have been defined yet"
1207
  msgid "No custom icons have been added yet."
1208
  msgstr "Er zijn nog geen stijlen gedefinieerd"
1209
 
1210
  #: templates_admin/widgets.php:59
1211
  #, fuzzy
1212
- #| msgid "Default icon"
1213
  msgid "Use default icon"
1214
  msgstr "Standaard pictogram"
1215
 
@@ -1219,7 +1198,6 @@ msgstr ""
1219
 
1220
  #: templates_admin/widgets.php:67
1221
  #, fuzzy
1222
- #| msgid "Marker list template"
1223
  msgid "Map list item"
1224
  msgstr "Markeerpunten lijst sjabloon"
1225
 
@@ -1229,247 +1207,25 @@ msgstr ""
1229
 
1230
  #: templates_admin/widgets.php:67
1231
  #, fuzzy
1232
- #| msgid "Marker list template"
1233
  msgid "Mashup list item"
1234
  msgstr "Markeerpunten lijst sjabloon"
1235
 
1236
  #: templates_admin/widgets.php:74
1237
  #, fuzzy
1238
- #| msgid "New POI"
1239
  msgid "New"
1240
  msgstr "NIeuw POI"
1241
 
1242
- #: templates_admin/widgets.php:74 build/index_mappress_admin.js:1
 
1243
  #, fuzzy
1244
- #| msgid "Custom CSS"
1245
  msgid "Custom"
1246
  msgstr "Vrije CSS"
1247
 
1248
  #: templates_admin/widgets.php:77
1249
  #, fuzzy
1250
- #| msgid "Edit"
1251
  msgid "Editor"
1252
  msgstr "Bewerken"
1253
 
1254
- #: build/index_mappress_admin.js:1
1255
- #, fuzzy
1256
- #| msgid "New Map"
1257
- msgid "New map"
1258
- msgstr "Nieuwe kaart"
1259
-
1260
- #: build/index_mappress_admin.js:1
1261
- #, fuzzy
1262
- #| msgid "Edit"
1263
- msgid "Edit map"
1264
- msgstr "Bewerken"
1265
-
1266
- #: build/index_mappress_admin.js:1
1267
- msgid ""
1268
- "Like the block? Upgrade to the free plugin or MapPress Pro for more "
1269
- "features!"
1270
- msgstr ""
1271
-
1272
- #: build/index_mappress_admin.js:1
1273
- #, fuzzy
1274
- #| msgid "MapPress"
1275
- msgid "MapPress Pro"
1276
- msgstr "MapPress"
1277
-
1278
- #: build/index_mappress_admin.js:1
1279
- msgid "Free plugin"
1280
- msgstr ""
1281
-
1282
- #: build/index_mappress_admin.js:1
1283
- #, fuzzy
1284
- #| msgid "MapPress options screen."
1285
- msgid "MapPress options"
1286
- msgstr "MapPress optiescherm."
1287
-
1288
- #: build/index_mappress_admin.js:1
1289
- #, fuzzy
1290
- #| msgid "Settings"
1291
- msgid "Map settings"
1292
- msgstr "Instellingen"
1293
-
1294
- #: build/index_mappress_admin.js:1
1295
- #, fuzzy
1296
- #| msgid "MapPress"
1297
- msgid "MapPress Map"
1298
- msgstr "MapPress"
1299
-
1300
- #: build/index_mappress_admin.js:1
1301
- msgid "Create a new map or choose one from the map library."
1302
- msgstr ""
1303
-
1304
- #: build/index_mappress_admin.js:1
1305
- #, fuzzy
1306
- #| msgid "Delete this map?"
1307
- msgid "Insert a map"
1308
- msgstr "Verwijder kaart?"
1309
-
1310
- #: build/index_mappress_admin.js:1
1311
- msgid "Query"
1312
- msgstr ""
1313
-
1314
- #: build/index_mappress_admin.js:1
1315
- #, fuzzy
1316
- #| msgid "Overview map"
1317
- msgid "Refresh map"
1318
- msgstr "Overzichts kaart"
1319
-
1320
- #: build/index_mappress_admin.js:1
1321
- msgid "Author"
1322
- msgstr ""
1323
-
1324
- #: build/index_mappress_admin.js:1
1325
- #, fuzzy
1326
- msgid "Order by"
1327
- msgstr "Markeerpunt body"
1328
-
1329
- #: build/index_mappress_admin.js:1
1330
- msgid "Include children"
1331
- msgstr ""
1332
-
1333
- #: build/index_mappress_admin.js:1
1334
- #, fuzzy
1335
- #| msgid "Custom fields"
1336
- msgid "Add custom field"
1337
- msgstr "Vrij veld"
1338
-
1339
- #: build/index_mappress_admin.js:1
1340
- #, fuzzy
1341
- #| msgid "Style name"
1342
- msgid "Field name"
1343
- msgstr "Stijl naam"
1344
-
1345
- #: build/index_mappress_admin.js:1
1346
- msgid "The field \"%s\" has already been added"
1347
- msgstr ""
1348
-
1349
- #: build/index_mappress_admin.js:1
1350
- msgid "Please enter a field name"
1351
- msgstr ""
1352
-
1353
- #: build/index_mappress_admin.js:1
1354
- msgid "Value (a or a,b,c...)"
1355
- msgstr ""
1356
-
1357
- #: build/index_mappress_admin.js:1
1358
- msgid "Invalid JSON"
1359
- msgstr ""
1360
-
1361
- #: build/index_mappress_admin.js:1
1362
- msgid "Update"
1363
- msgstr ""
1364
-
1365
- #: build/index_mappress_admin.js:1
1366
- #, fuzzy
1367
- #| msgid "country code"
1368
- msgid "Query code"
1369
- msgstr "Wat is mijn landcode?"
1370
-
1371
- #: build/index_mappress_admin.js:1
1372
- #, fuzzy
1373
- #| msgid "MapPress"
1374
- msgid "MapPress Mashup"
1375
- msgstr "MapPress"
1376
-
1377
- #: build/index_mappress_admin.js:1
1378
- msgid "Insert a mashup"
1379
- msgstr ""
1380
-
1381
- #: build/index_mappress_admin.js:1
1382
- #, fuzzy
1383
- #| msgid "Map saved"
1384
- msgid "Options saved."
1385
- msgstr "Kaart opgeslagen"
1386
-
1387
- #: build/index_mappress_admin.js:1
1388
- msgid "Mapping Engine"
1389
- msgstr ""
1390
-
1391
- #: build/index_mappress_admin.js:1
1392
- msgid "Save options"
1393
- msgstr ""
1394
-
1395
- #: build/index_mappress_admin.js:1
1396
- #, fuzzy
1397
- #| msgid "Map size"
1398
- msgid "Map copied"
1399
- msgstr "Kaart groote"
1400
-
1401
- #: build/index_mappress_admin.js:1
1402
- #, fuzzy
1403
- #| msgid "shortcodes"
1404
- msgid "Shortcode copied"
1405
- msgstr "Korte codes"
1406
-
1407
- #: build/index_mappress_admin.js:1
1408
- msgid "post title, map title, or map id"
1409
- msgstr ""
1410
-
1411
- #: build/index_mappress_admin.js:1
1412
- #, fuzzy
1413
- #| msgid "Current posts"
1414
- msgid "current post"
1415
- msgstr "Huidige berichten"
1416
-
1417
- #: build/index_mappress_admin.js:1
1418
- #, fuzzy
1419
- #| msgid "Edit"
1420
- msgid "Edit post"
1421
- msgstr "Bewerken"
1422
-
1423
- #: build/index_mappress_admin.js:1
1424
- msgid "Copy"
1425
- msgstr ""
1426
-
1427
- #: build/index_mappress_admin.js:1
1428
- #, fuzzy
1429
- #| msgid "shortcodes"
1430
- msgid "Shortcode"
1431
- msgstr "Korte codes"
1432
-
1433
- #: build/index_mappress_admin.js:1
1434
- #, fuzzy
1435
- #| msgid "Delete"
1436
- msgid "Delete map"
1437
- msgstr "Verwijderen"
1438
-
1439
- #: build/index_mappress_admin.js:1
1440
- #, fuzzy
1441
- #| msgid "Map saved"
1442
- msgid "Viewport saved"
1443
- msgstr "Kaart opgeslagen"
1444
-
1445
- #: build/index_mappress_admin.js:1
1446
- #, fuzzy
1447
- #| msgid "Width(px)"
1448
- msgid "px, %, vw"
1449
- msgstr "Breedte (px)"
1450
-
1451
- #: build/index_mappress_admin.js:1
1452
- msgid "Width"
1453
- msgstr "Breedte"
1454
-
1455
- #: build/index_mappress_admin.js:1
1456
- #, fuzzy
1457
- #| msgid "Width(px)"
1458
- msgid "px, %, vh"
1459
- msgstr "Breedte (px)"
1460
-
1461
- #: build/index_mappress_admin.js:1
1462
- #, fuzzy
1463
- #| msgid "Weight"
1464
- msgid "Height"
1465
- msgstr "Belang"
1466
-
1467
- #: build/index_mappress_admin.js:1
1468
- #, fuzzy
1469
- #| msgid "Center"
1470
- msgid "Center/Zoom"
1471
- msgstr "Midden"
1472
-
1473
  #: package.json
1474
  msgctxt "block description"
1475
  msgid "MapPress Maps for WordPress"
@@ -1479,7 +1235,6 @@ msgstr ""
1479
  #~ msgstr "Tooltips"
1480
 
1481
  #, fuzzy
1482
- #~| msgid "Show POI titles as a \"tooltip\" on mouse-over"
1483
  #~ msgid "Show a tooltip when mouse is over a POI"
1484
  #~ msgstr "Geef POI titels weer als een \"tooltip\" bij een mouse-over."
1485
 
@@ -1497,21 +1252,26 @@ msgstr ""
1497
 
1498
  #~ msgid "Internal error - unable to save map. Your data has not been saved!"
1499
  #~ msgstr ""
1500
- #~ "Interne foutmelding - kon kaart niet opslaan. Uw data is niet opgeslagen!"
 
1501
 
1502
  #~ msgid ""
1503
- #~ "WARNING: MapPress now requires WordPress 3.2 or higher. Please upgrade "
1504
- #~ "before using MapPress."
 
1505
  #~ msgstr ""
1506
- #~ "WAARSCHUWING: MapPress heeft WordPress 3.2 of hoger nodig. Werk uw "
1507
- #~ "WordPress installatie bij om MapPress te kunnen gebruiken."
 
1508
 
1509
  #~ msgid ""
1510
- #~ "WARNING: MapPress is not compatible with the WP-Geo plugin. Please "
1511
- #~ "deactivate or uninstall WP-Geo before using MapPress."
 
1512
  #~ msgstr ""
1513
- #~ "WAARSCHUWING: MapPress kan niet samen werken met de WP-Geo plugin. "
1514
- #~ "Deactiveer of verwijder WP-Geo voordat je MapPress gebruikt."
 
1515
 
1516
  #~ msgid "Bike"
1517
  #~ msgstr "Fiets"
@@ -1520,15 +1280,18 @@ msgstr ""
1520
  #~ msgstr "Één van de adressen kon niet gevonden worden."
1521
 
1522
  #~ msgid ""
1523
- #~ "Google cannot return directions between those addresses. There is no "
1524
- #~ "route between them or the routing information is not available."
 
1525
  #~ msgstr ""
1526
- #~ "Google kan geen route calculeren tussen deze adressen. Er is geen route "
1527
- #~ "mogelijk of routeinformatie is niet beschikbaar."
 
1528
 
1529
  #~ msgid "Unknown error, unable to return directions. Status code = "
1530
  #~ msgstr ""
1531
- #~ "Onbekende fout, niet mogelijk om een route weer te geven. Status code = "
 
1532
 
1533
  #~ msgid "Enter address"
1534
  #~ msgstr "Geef het adres op"
@@ -1620,11 +1383,13 @@ msgstr ""
1620
  #~ msgstr "Bijwerken bij publicatie"
1621
 
1622
  #~ msgid ""
1623
- #~ "Use the settings below to automatically create maps from custom fields "
1624
- #~ "containing addresses or lat/lng data."
 
1625
  #~ msgstr ""
1626
- #~ "Gebruik de instellingen hieronder om automatisch kaarten aan te maken van "
1627
- #~ "vrije velden welke adressen of breedte- en lengtedata bevatten."
 
1628
 
1629
  #, php-format
1630
  #~ msgid "Enter a %s to use when searching (leave blank for USA)"
@@ -1632,8 +1397,9 @@ msgstr ""
1632
 
1633
  #~ msgid "Enter a google server URL for directions/printing"
1634
  #~ msgstr ""
1635
- #~ "Geef de google server op om te gebruiken voor routebeschrijvingen & "
1636
- #~ "printen"
 
1637
 
1638
  #~ msgid "(Default)"
1639
  #~ msgstr "(Standaard)"
@@ -1703,10 +1469,12 @@ msgstr ""
1703
  #~ msgstr "Inline (in je blog)"
1704
 
1705
  #~ msgid ""
1706
- #~ "Select 'Google' if directions aren't displaying properly in your theme"
 
1707
  #~ msgstr ""
1708
- #~ "Selecteer 'Google' als routebeschrijvingen niet juist worden weergegeven "
1709
- #~ "in je thema"
 
1710
 
1711
  #~ msgid "Automatically open the first POI when a map is displayed"
1712
  #~ msgstr "Automatisch de eerste POI openen als de kaart wordt weergegeven"
@@ -1798,7 +1566,8 @@ msgstr ""
1798
  #, php-format
1799
  #~ msgid "A PRO Version update is available for manual installation: %s"
1800
  #~ msgstr ""
1801
- #~ "Er is een PRO versie update is beschikbaar voor handmatige installatie: %s"
 
1802
 
1803
  #~ msgid "By car"
1804
  #~ msgstr "Per auto"
@@ -1841,8 +1610,9 @@ msgstr ""
1841
 
1842
  #~ msgid "Update map every time a custom field value changes"
1843
  #~ msgstr ""
1844
- #~ "Werk elke keer een kaart bij als de waarde van een op maat gemaakt veld "
1845
- #~ "veranderd"
 
1846
 
1847
  #~ msgid "Enter default map sizes"
1848
  #~ msgstr "Geef standaard kaart omvang op"
@@ -1884,29 +1654,34 @@ msgstr ""
1884
  #~ msgstr "Bijwerken bij wijzigingen"
1885
 
1886
  #~ msgid ""
1887
- #~ "Enter one or more address fields to use for maps. Multiple fields are "
1888
- #~ "concatenated with commas (for example city, state,zip)"
 
1889
  #~ msgstr ""
1890
- #~ "Geef één of meerdere adresvelen op om te gebruiken voor de kaarten. "
1891
- #~ "Meerdere velden moeten gescheiden worden met een komma (bijvoorbeeld "
1892
- #~ "plaats, postcode, straat)"
 
1893
 
1894
  #~ msgid "Field for geocoding error messages"
1895
  #~ msgstr "Veld voor geocoding fout meldingen"
1896
 
1897
  #~ msgid "To use existing latitude / longitude fields, enter them below"
1898
  #~ msgstr ""
1899
- #~ "Geef hieronder bestaande breedte/lengtegraden velden op om deze te "
1900
- #~ "gebruiken"
 
1901
 
1902
  #~ msgid "Marker list"
1903
  #~ msgstr "Markeerpunten lijst"
1904
 
1905
  #~ msgid ""
1906
- #~ "Allow your readers to change the map type (street, satellite, or hybrid)"
 
1907
  #~ msgstr ""
1908
- #~ "Sta de lezers toe om het kaart type te veranderen (straat, satteliet, of "
1909
- #~ "hybride)"
 
1910
 
1911
  #, fuzzy
1912
  #~ msgid "Display the street view control \"peg man\""
@@ -1935,8 +1710,9 @@ msgstr ""
1935
 
1936
  #~ msgid "Take a moment to rate it %s on WordPress.org - or make a donation"
1937
  #~ msgstr ""
1938
- #~ "Neem een moment om uw waardering te geven %s op WordPress.org - of geef "
1939
- #~ "een donatie"
 
1940
 
1941
  #~ msgid "Report a bug"
1942
  #~ msgstr "Rapporteer een fout"
@@ -1996,16 +1772,20 @@ msgstr ""
1996
  #~ msgstr "GOOGLE FOUT:BAD REQUEST"
1997
 
1998
  #~ msgid ""
1999
- #~ "The starting or ending address could not be found. Please check that the "
2000
- #~ "address is correct and completely entered."
 
2001
  #~ msgstr ""
2002
- #~ "Het begin of eindpunt ontbreekt. Controleer aub of de adressen correct "
2003
- #~ "zijn en compleet zijn ingevuld."
 
2004
 
2005
  #~ msgid ""
2006
- #~ "Google cannot return those directions for legal or contractual reasons"
 
2007
  #~ msgstr ""
2008
- #~ "Google kan geen route weergeven wegens wettelijke of contractuele redenen."
 
2009
 
2010
  #~ msgid "Invalid map API key"
2011
  #~ msgstr "Ongeldige map APIkey"
@@ -2014,10 +1794,12 @@ msgstr ""
2014
  #~ msgstr "Uw API key is vandaag te vaak gebruikt."
2015
 
2016
  #~ msgid ""
2017
- #~ "Error: your browser does not seem to support the street view Flash player"
 
2018
  #~ msgstr ""
2019
- #~ "Fout: het lijkt erop dat uw browser de street view Flash Player niet "
2020
- #~ "ondersteund."
 
2021
 
2022
  #~ msgid "Sorry, no street view data is available for this location"
2023
  #~ msgstr "Sorry, er is geen street view data beschikbaar voor deze lokatie."
@@ -2038,11 +1820,13 @@ msgstr ""
2038
  #~ msgstr "Geef alsublieft uw API key in. API key nodig? Maak er één aan "
2039
 
2040
  #~ msgid ""
2041
- #~ "MapPress could not load google maps. Either your browser is incompatible "
2042
- #~ "or your API key is invalid. Need an API key? Get one "
 
2043
  #~ msgstr ""
2044
- #~ "MapPress kan Google Maps niet laden. Uw browser is niet geschikt of de "
2045
- #~ "API sleutel is niet valide. API Sleutel nodig? Maak er één aan"
 
2046
 
2047
  #~ msgid "here"
2048
  #~ msgstr "Hier"
@@ -2051,10 +1835,12 @@ msgstr ""
2051
  #~ msgstr "Dat adres staat reeds op de map"
2052
 
2053
  #~ msgid ""
2054
- #~ "MapPress isn't ready yet. Please enter your Google Maps API Key on the "
 
2055
  #~ msgstr ""
2056
- #~ "MapPress is nog niet klaar. Geef alstublieft uw Google Maps API key op in "
2057
- #~ "het "
 
2058
 
2059
  #~ msgid "(leave blank for default)"
2060
  #~ msgstr "Leeglaten voor standaard"
@@ -2084,14 +1870,18 @@ msgstr ""
2084
  #~ msgstr "Geavanceerde instellingen"
2085
 
2086
  #~ msgid ""
2087
- #~ "Enter a country code to use as a default when searching for an address."
 
2088
  #~ msgstr ""
2089
- #~ "Geef een landcode in die standaard gebruikt wordt bij zoekopdrachten"
 
2090
 
2091
  #~ msgid ""
2092
- #~ "Check to show large map controls; uncheck for a small zoom control instead"
 
2093
  #~ msgstr ""
2094
- #~ "Selecteer voor grote mapbediening; de-selecteer voor een kleine zoomknop."
 
2095
 
2096
  #~ msgid "Check to enable the \"map types\" button on the map"
2097
  #~ msgstr "Selecteer om de \"map types\" knop op de map te laten zien"
@@ -2101,8 +1891,9 @@ msgstr ""
2101
 
2102
  #~ msgid "Choose the map type to use when the map is first displayed"
2103
  #~ msgstr ""
2104
- #~ "Kies het maptype dat gebruikt moet worden als de map de eerste keer "
2105
- #~ "bekeken wordt."
 
2106
 
2107
  #~ msgid "Check to enable the real-time traffic button on the map"
2108
  #~ msgstr "Selecteer om de live verkeersknop op de map te laten zien"
@@ -2111,10 +1902,12 @@ msgstr ""
2111
  #~ msgstr "Selecteer om de \"street view\" link weer te geven"
2112
 
2113
  #~ msgid ""
2114
- #~ "Check to show the \"GoogleBar\" search box for local business listings."
 
2115
  #~ msgstr ""
2116
- #~ "Selecteer om de \"GoogleBar\" zoekknop voor lokale bedrijven weer te "
2117
- #~ "geven"
 
2118
 
2119
  #~ msgid "Leave blank for default:"
2120
  #~ msgstr "Leeglaten voor standaard"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
+ "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mappress-google-maps-for-wordpress\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: 2020-12-15T18:23:01+00:00\n"
11
+ "PO-Revision-Date: \n"
12
+ "Language: nl_NL\n"
13
  "X-Generator: Poedit 2.4.2\n"
14
 
15
  #. Plugin Name of the plugin
32
  msgid "https://www.mappresspro.com/chris-contact"
33
  msgstr ""
34
 
35
+ #: mappress.php:171
36
+ #: mappress.php:701
37
+ #: build/index_mappress_admin.js:1
38
  msgid "Settings"
39
  msgstr "Instellingen"
40
 
41
+ #: mappress.php:172
42
+ #: build/index_mappress_admin.js:1
43
  #, fuzzy
 
44
  msgid "Map Library"
45
  msgstr "Kaart rand"
46
 
47
  #: mappress.php:183
48
+ msgid "MapPress database tables are missing. Please deactivate the plugin and activate it again to fix this."
49
+ msgstr "Er ontbreken MapPress database tabellen. Deactiveer de plugin en activeer deze opnieuw om dit op te lossen."
 
 
 
 
50
 
51
  #: mappress.php:188
52
  msgid "A Google Maps API key is required"
58
 
59
  #: mappress.php:188
60
  #, fuzzy
 
61
  msgid "MapPress Settings"
62
  msgstr "MapPress Opties"
63
 
78
  msgstr ""
79
 
80
  #: mappress.php:285
81
+ msgid "If you're enjoying MapPress, would you mind taking a moment to write a brief review? It would mean the world to me!"
 
 
82
  msgstr ""
83
 
84
  #: mappress.php:286
85
+ msgid "If you have any issues or suggestions, please let me know. I'll be happy to help!"
 
 
86
  msgstr ""
87
 
88
+ #: mappress.php:402
89
+ #: mappress.php:931
90
  msgid "Version"
91
  msgstr "Version"
92
 
93
+ #: mappress.php:404
94
+ #: build/index_mappress_admin.js:1
95
  msgid "Help"
96
  msgstr ""
97
 
104
  msgstr ""
105
 
106
  #: mappress.php:477
107
+ msgid "MapPress Gutenberg blocks require WordPress 5.3 or the latest Gutenberg Plugin. Please update if using the block editor."
 
 
108
  msgstr ""
109
 
110
  #: mappress.php:481
117
 
118
  #: mappress.php:487
119
  #, fuzzy
 
120
  msgid "The MapPress map editor has moved!"
121
  msgstr "Er zijn nog geen kaarten voor dit bericht"
122
 
123
  #: mappress.php:488
124
+ msgid "Use this button to open the new popup editor where you can easily create, edit and insert maps."
 
 
125
  msgstr ""
126
 
127
  #: mappress.php:534
142
 
143
  #: mappress.php:538
144
  #, fuzzy
 
145
  msgid "Loading"
146
  msgstr "Aan het laden..."
147
 
153
  msgid "Unable to get your location"
154
  msgstr "Was niet in staat uw lokatie te achterhalen"
155
 
156
+ #: mappress.php:541
157
+ #: build/index_mappress_admin.js:1
158
  msgid "No results"
159
  msgstr ""
160
 
161
  #: mappress.php:542
162
  #, fuzzy
 
163
  msgid "Save changes?"
164
  msgstr "Veranderingen opslaan"
165
 
169
 
170
  #: mappress.php:572
171
  #, fuzzy
 
172
  msgid "Improve this map"
173
  msgstr "Verwijder kaart?"
174
 
175
+ #: mappress.php:588
176
+ #: mappress.php:607
177
  #, fuzzy
 
178
  msgid "Streets"
179
  msgstr "Street view"
180
 
184
 
185
  #: mappress.php:590
186
  #, fuzzy
 
187
  msgid "Light"
188
  msgstr "Rechts"
189
 
197
 
198
  #: mappress.php:593
199
  #, fuzzy
 
200
  msgid "Satellite Streets"
201
  msgstr "Satelliet"
202
 
203
+ #: mappress_controls.php:93
204
+ #: templates_admin/widgets.php:42
205
  #: build/index_mappress_admin.js:1
206
  msgid "Add"
207
  msgstr "Toevoegen"
208
 
209
+ #: mappress_controls.php:102
210
+ #: templates_admin/editor.php:47
211
+ #: templates_admin/mce.php:100
212
+ #: templates_admin/widgets.php:94
213
  #: build/index_mappress_admin.js:1
214
  msgid "Delete"
215
  msgstr "Verwijderen"
216
 
217
+ #: mappress_map.php:85
218
+ #: mappress_settings.php:321
219
  msgid "MapPress"
220
  msgstr "MapPress"
221
 
222
+ #: mappress_map.php:94
223
+ #: templates_admin/mce.php:30
224
+ #: templates_admin/mce.php:80
225
+ #: templates_admin/mce.php:86
226
+ #: build/index_mappress_admin.js:1
227
  msgid "Untitled"
228
  msgstr "Geen titel"
229
 
230
  #: mappress_map.php:95
231
  #, fuzzy
 
232
  msgid "Copy of %s"
233
  msgstr "Bovenaan bericht"
234
 
235
  #: mappress_map.php:199
236
  #, fuzzy
 
237
  msgid "Map not found"
238
  msgstr "Kaart niet gevonden, is deze verwijderd?"
239
 
249
  msgid "Mapping API"
250
  msgstr ""
251
 
252
+ #: mappress_settings.php:92
253
+ #: build/index_mappress_admin.js:1
254
  #, fuzzy
 
255
  msgid "Google API key"
256
  msgstr "Google"
257
 
265
 
266
  #: mappress_settings.php:101
267
  #, fuzzy
 
268
  msgid "Map Settings"
269
  msgstr "Instellingen"
270
 
274
 
275
  #: mappress_settings.php:103
276
  #, fuzzy
 
277
  msgid "Automatic display"
278
  msgstr "Automatische kaart weergave"
279
 
281
  msgid "Map alignment"
282
  msgstr "Kaart uitlijning"
283
 
284
+ #: mappress_settings.php:105
285
+ #: templates/map-popup.php:3
286
  #: templates/mashup-popup.php:6
287
  msgid "Directions"
288
  msgstr "Route"
289
 
290
  #: mappress_settings.php:108
291
  #, fuzzy
 
292
  msgid "POI Settings"
293
  msgstr "Instellingen"
294
 
295
  #: mappress_settings.php:109
296
  #, fuzzy
 
297
  msgid "Default zoom"
298
  msgstr "Standaard pictogram"
299
 
300
+ #: mappress_settings.php:110
301
+ #: mappress_settings.php:238
302
  msgid "Open first POI"
303
  msgstr "Open eerste POI"
304
 
308
 
309
  #: mappress_settings.php:114
310
  #, fuzzy
 
311
  msgid "Icons"
312
  msgstr "Iconen URL"
313
 
329
 
330
  #: mappress_settings.php:121
331
  #, fuzzy
 
332
  msgid "Search language"
333
  msgstr "taal"
334
 
356
  msgid "Compatiblity"
357
  msgstr ""
358
 
359
+ #: mappress_settings.php:175
360
+ #: mappress_settings.php:244
361
+ #: pro/mappress_pro_settings.php:234
362
+ #: templates_admin/widgets.php:78
363
  #: build/index_mappress_admin.js:1
364
  msgid "Default"
365
  msgstr "Standaard"
388
  msgid "Bottom of post"
389
  msgstr "Onderaan bericht"
390
 
391
+ #: mappress_settings.php:199
392
+ #: mappress_settings.php:243
393
  msgid "(list)"
394
  msgstr ""
395
 
401
  msgid "Prevent other plugins/themes from loading the Google Maps API"
402
  msgstr ""
403
 
404
+ #: mappress_settings.php:212
405
+ #: mappress_settings.php:221
406
+ #: pro/mappress_pro_settings.php:232
407
+ #: build/index_mappress_admin.js:1
408
  msgid "Google"
409
  msgstr "Google"
410
 
412
  msgid "Inline"
413
  msgstr "Inline"
414
 
415
+ #: mappress_settings.php:221
416
+ #: build/index_mappress_admin.js:1
417
  msgid "Leaflet"
418
  msgstr ""
419
 
420
  #: mappress_settings.php:223
421
+ msgid "Leaflet is free and requires no API key. Google requires an API key and has strict usage limits."
 
 
422
  msgstr ""
423
 
424
+ #: mappress_settings.php:229
425
+ #: mappress_settings.php:232
426
  msgid "Output scripts in footer"
427
  msgstr ""
428
 
442
  msgid "Enter token to use Mapbox map tiles"
443
  msgstr ""
444
 
445
+ #: mappress_settings.php:257
446
+ #: mappress_settings.php:262
447
  msgid "Map type control"
448
  msgstr "Kaart typen bediening"
449
 
450
  #: mappress_settings.php:258
451
  #, fuzzy
 
452
  msgid "Street view control"
453
  msgstr "Overzicht mapbediening"
454
 
455
+ #: mappress_settings.php:259
456
+ #: mappress_settings.php:263
457
  msgid "Zoom control"
458
  msgstr "In- uitzoom kaartbediening"
459
 
467
 
468
  #: mappress_settings.php:299
469
  #, fuzzy
 
470
  msgid "Width (px, %, vh, vw)"
471
  msgstr "Breedte (px)"
472
 
473
  #: mappress_settings.php:299
474
  #, fuzzy
 
475
  msgid "Height (px, %, vh, vw)"
476
  msgstr "Hoogte (px)"
477
 
478
  #: mappress_settings.php:299
479
  #, fuzzy
 
480
  msgid "Default size"
481
  msgstr "Standaard stijl"
482
 
484
  msgid "Copy maps when overwriting a translation"
485
  msgstr ""
486
 
487
+ #: mappress_settings.php:326
488
+ #: mappress_settings.php:334
489
  msgid "Save Changes"
490
  msgstr "Veranderingen opslaan"
491
 
492
+ #: mappress_settings.php:327
493
+ #: mappress_settings.php:335
494
  msgid "Reset Defaults"
495
  msgstr "Herstel standaard instellingen"
496
 
497
  #: mappress_template.php:34
498
  #, fuzzy
 
499
  msgid "Address"
500
  msgstr "Adres Toevoegen"
501
 
502
+ #: mappress_template.php:35
503
+ #: pro/mappress_pro_settings.php:338
504
  msgid "Body"
505
  msgstr ""
506
 
507
+ #: mappress_template.php:36
508
+ #: pro/mappress_pro_settings.php:174
509
  #: pro/mappress_pro_settings.php:338
510
  #, fuzzy
 
511
  msgid "Icon"
512
  msgstr "Iconen URL"
513
 
514
  #: mappress_template.php:37
515
  #, fuzzy
 
516
  msgid "Thumbnail"
517
  msgstr "Miniaturen"
518
 
519
+ #: mappress_template.php:38
520
+ #: pro/mappress_pro_settings.php:338
521
  msgid "Title"
522
  msgstr "Titel"
523
 
525
  msgid "Url"
526
  msgstr ""
527
 
528
+ #: mappress_template.php:40
529
+ #: pro/mappress_filter.php:120
530
  #: pro/mappress_pro_settings.php:343
531
  #, fuzzy
 
532
  msgid "Custom Field"
533
  msgstr "Vrij veld"
534
 
535
+ #: pro/mappress_filter.php:84
536
+ #: pro/mappress_filter.php:133
537
+ #: pro/mappress_pro_settings.php:167
538
+ #: build/index_mappress_admin.js:1
539
  #, fuzzy
 
540
  msgid "Post type"
541
  msgstr "Post typen"
542
 
546
 
547
  #: pro/mappress_filter.php:120
548
  #, fuzzy
 
549
  msgid "Post field"
550
  msgstr "Foutmeldingen veld"
551
 
553
  msgid "Invalid geocoder: %s"
554
  msgstr ""
555
 
556
+ #: pro/mappress_geocoder.php:59
557
+ #: pro/mappress_geocoder.php:110
558
+ #: pro/mappress_geocoder.php:147
559
+ #: pro/mappress_geocoder.php:192
560
  #, fuzzy
 
561
  msgid "No results for address: %s"
562
  msgstr "Geen geocoding resultaat voor adres: %s"
563
 
571
 
572
  #: pro/mappress_geocoder.php:221
573
  #, fuzzy
 
574
  msgid "Error: %s %s"
575
  msgstr "van %s tot %s"
576
 
584
 
585
  #: pro/mappress_icons.php:74
586
  #, fuzzy
 
587
  msgid "Files error: "
588
  msgstr "Veld voor fouten"
589
 
590
+ #: pro/mappress_meta.php:109
591
+ #: build/index_mappress_admin.js:1
592
  msgid "Automatic"
593
  msgstr "Automatisch"
594
 
595
  #: pro/mappress_pro_settings.php:16
596
  #, fuzzy
 
597
  msgid "MapPress license key"
598
  msgstr "MapPress nieuws"
599
 
600
  #: pro/mappress_pro_settings.php:17
601
  #, fuzzy
 
602
  msgid "Beta versions"
603
  msgstr "Version"
604
 
605
  #: pro/mappress_pro_settings.php:21
606
  #, fuzzy
 
607
  msgid "Geocoder"
608
  msgstr "Geocoding"
609
 
613
 
614
  #: pro/mappress_pro_settings.php:24
615
  #, fuzzy
 
616
  msgid "POI list layout"
617
  msgstr "POI lijst"
618
 
619
  #: pro/mappress_pro_settings.php:25
620
  #, fuzzy
 
621
  msgid "Mini width"
622
  msgstr "Map breedte"
623
 
631
 
632
  #: pro/mappress_pro_settings.php:30
633
  #, fuzzy
 
634
  msgid "Popup type"
635
  msgstr "Post typen"
636
 
644
 
645
  #: pro/mappress_pro_settings.php:34
646
  #, fuzzy
 
647
  msgid "Custom icons"
648
  msgstr "Vrij veld"
649
 
653
 
654
  #: pro/mappress_pro_settings.php:36
655
  #, fuzzy
 
656
  msgid "Automatic icons"
657
  msgstr "Automatisch"
658
 
659
+ #: pro/mappress_pro_settings.php:38
660
+ #: templates/map.php:51
661
+ #: templates_admin/mce.php:13
662
+ #: build/index_mappress_admin.js:1
663
  msgid "Search"
664
  msgstr ""
665
 
666
+ #: pro/mappress_pro_settings.php:40
667
+ #: templates/map.php:58
668
  msgid "Filter"
669
  msgstr ""
670
 
674
 
675
  #: pro/mappress_pro_settings.php:42
676
  #, fuzzy
 
677
  msgid "POI click"
678
  msgstr "POI koppelingen"
679
 
689
  msgid "Thumbnail size"
690
  msgstr "Miniatuur grootte"
691
 
692
+ #: pro/mappress_pro_settings.php:48
693
+ #: pro/mappress_pro_settings.php:50
694
  msgid "Styled maps"
695
  msgstr "Kaart stijlen"
696
 
700
 
701
  #: pro/mappress_pro_settings.php:54
702
  #, fuzzy
 
703
  msgid "Geocoding fields"
704
  msgstr "Geocoding"
705
 
709
 
710
  #: pro/mappress_pro_settings.php:56
711
  #, fuzzy
 
712
  msgid "Geocoding errors"
713
  msgstr "Geocoding"
714
 
718
 
719
  #: pro/mappress_pro_settings.php:61
720
  #, fuzzy
 
721
  msgid "Custom templates"
722
  msgstr "Vrij veld"
723
 
724
+ #: pro/mappress_pro_settings.php:62
725
+ #: pro/mappress_pro_settings.php:227
726
  msgid "Force resize"
727
  msgstr "Forceer vergroten/verkleinen"
728
 
764
 
765
  #: pro/mappress_pro_settings.php:224
766
  #, fuzzy
 
767
  msgid "Permanently resize existing maps (classic editor only)"
768
  msgstr "Permanent alle bestaande kaarten verkleinen/vergroten"
769
 
783
  msgid "MapBox"
784
  msgstr ""
785
 
786
+ #: pro/mappress_pro_settings.php:246
787
+ #: templates_admin/widgets.php:68
788
  msgid "Edit"
789
  msgstr "Bewerken"
790
 
791
  #: pro/mappress_pro_settings.php:260
792
  #, fuzzy
 
793
  msgid "Standard"
794
  msgstr "Standaard pictogrammen"
795
 
803
 
804
  #: pro/mappress_pro_settings.php:269
805
  #, fuzzy
 
806
  msgid "Below map"
807
  msgstr "Kaart weergeven"
808
 
809
  #: pro/mappress_pro_settings.php:275
810
  #, fuzzy
 
811
  msgid "Get license"
812
  msgstr "Bereken route"
813
 
823
  msgid "Check now"
824
  msgstr ""
825
 
826
+ #: pro/mappress_pro_settings.php:299
827
+ #: pro/mappress_updater.php:116
828
  #, fuzzy
 
829
  msgid "Communication error, please try again later"
830
  msgstr "Interne Google fout, probeer het later nog eens."
831
 
839
 
840
  #: pro/mappress_pro_settings.php:305
841
  #, fuzzy
 
842
  msgid "Post title + post excerpt"
843
  msgstr "Bericht samenvatting"
844
 
845
  #: pro/mappress_pro_settings.php:310
846
  #, fuzzy
 
847
  msgid "Open POI"
848
  msgstr "Open eerste POI"
849
 
850
  #: pro/mappress_pro_settings.php:310
851
  #, fuzzy
 
852
  msgid "Open post"
853
  msgstr "Huidige berichten"
854
 
866
 
867
  #: pro/mappress_pro_settings.php:337
868
  #, fuzzy
 
869
  msgid "Address line "
870
  msgstr "Adres velden"
871
 
877
  msgid "Longitude"
878
  msgstr ""
879
 
880
+ #: pro/mappress_pro_settings.php:338
881
+ #: build/index_mappress_admin.js:1
882
  msgid "Zoom"
883
  msgstr "Inzoomen"
884
 
885
  #: pro/mappress_pro_settings.php:343
886
  #, fuzzy
 
887
  msgid "Map Field"
888
  msgstr "Kaart groote"
889
 
897
 
898
  #: pro/mappress_pro_settings.php:365
899
  #, fuzzy
 
900
  msgid "Show a list of POIs with each map"
901
  msgstr "Geef een lijst van POIs weer onder elke kaart"
902
 
903
  #: pro/mappress_pro_settings.php:373
904
  #, fuzzy
 
905
  msgid "Enable search"
906
  msgstr "Aanzetten"
907
 
908
  #: pro/mappress_pro_settings.php:377
909
  #, fuzzy
 
910
  msgid "Sort POI list by title"
911
  msgstr "Geef de POI lijst weer als een sorteerbare %s"
912
 
916
 
917
  #: pro/mappress_pro_settings.php:392
918
  #, fuzzy
 
919
  msgid "Snazzy Maps"
920
  msgstr "Gestileerde kaarten"
921
 
922
  #: pro/mappress_pro_settings.php:393
923
  #, fuzzy
 
924
  msgid "Enter JSON from %s"
925
  msgstr "Geef JSON op voor %s van Google's %s"
926
 
927
+ #: pro/mappress_pro_settings.php:397
928
+ #: pro/mappress_pro_settings.php:413
929
  msgid "Style name"
930
  msgstr "Stijl naam"
931
 
957
  msgid "JSON error"
958
  msgstr ""
959
 
960
+ #: pro/mappress_widget.php:69
961
+ #: pro/mappress_widget_map.php:56
962
  msgid "Widget title"
963
  msgstr "Widget titel"
964
 
965
+ #: pro/mappress_widget.php:74
966
+ #: pro/mappress_widget_map.php:66
967
  msgid "Map size"
968
  msgstr "Kaart groote"
969
 
991
  msgid "Learn about queries"
992
  msgstr "Leer meer over queries"
993
 
994
+ #: pro/mappress_widget.php:94
995
+ #: pro/mappress_widget_map.php:74
996
  #, fuzzy
 
997
  msgid "Show POI list"
998
  msgstr "POI lijst"
999
 
1000
+ #: pro/mappress_widget.php:101
1001
+ #: pro/mappress_widget_map.php:81
1002
  #, fuzzy
 
1003
  msgid "Other Settings"
1004
  msgstr "Instellingen"
1005
 
1006
+ #: pro/mappress_widget.php:104
1007
+ #: pro/mappress_widget_map.php:84
1008
  msgid "Example: initialopeninfo=\"true\""
1009
  msgstr ""
1010
 
1011
+ #: pro/mappress_widget_map.php:61
1012
+ #: templates_admin/mce.php:49
1013
+ #: templates_admin/mce.php:69
1014
+ #: build/index_mappress_admin.js:1
1015
  msgid "Map ID"
1016
  msgstr "Kaart ID"
1017
 
1033
 
1034
  #: templates/map-loop.php:3
1035
  #, fuzzy
 
1036
  msgid "Results"
1037
  msgstr "Herstel standaard instellingen"
1038
 
1039
  #: templates/map.php:53
1040
  #, fuzzy
 
1041
  msgid "Your Location"
1042
  msgstr "Locatie"
1043
 
1063
 
1064
  #: templates/map.php:84
1065
  #, fuzzy
 
1066
  msgid "Show List"
1067
  msgstr "Tonen"
1068
 
1069
  #: templates/map.php:85
1070
  #, fuzzy
 
1071
  msgid "Show Map"
1072
  msgstr "Kaart weergeven"
1073
 
1083
  msgid "Add Media"
1084
  msgstr ""
1085
 
1086
+ #: templates_admin/editor.php:45
1087
+ #: templates_admin/mce.php:55
1088
+ #: templates_admin/widgets.php:91
1089
+ #: build/index_mappress_admin.js:1
1090
  msgid "Save"
1091
  msgstr "Bewaren"
1092
 
1093
+ #: templates_admin/editor.php:46
1094
+ #: templates_admin/mce.php:56
1095
+ #: templates_admin/widgets.php:92
1096
+ #: build/index_mappress_admin.js:1
1097
  msgid "Cancel"
1098
  msgstr "Annuleren"
1099
 
1100
+ #: templates_admin/mce.php:6
1101
+ #: build/index_mappress_admin.js:1
1102
  #, fuzzy
 
1103
  msgid "Select a map"
1104
  msgstr "Verwijder kaart?"
1105
 
1106
+ #: templates_admin/mce.php:7
1107
+ #: build/index_mappress_admin.js:1
1108
  msgid "Add New"
1109
  msgstr ""
1110
 
1111
  #: templates_admin/mce.php:14
1112
  #, fuzzy
 
1113
  msgid "post title"
1114
  msgstr "Bericht titel"
1115
 
1116
+ #: templates_admin/mce.php:18
1117
+ #: build/index_mappress_admin.js:1
1118
  #, fuzzy
 
1119
  msgid "Attached to this post"
1120
  msgstr "Kaarten in dit bericht"
1121
 
1122
+ #: templates_admin/mce.php:19
1123
+ #: build/index_mappress_admin.js:1
1124
  #, fuzzy
 
1125
  msgid "All maps"
1126
  msgstr "Alle berichten"
1127
 
1129
  msgid "Close"
1130
  msgstr "Sluiten"
1131
 
1132
+ #: templates_admin/mce.php:35
1133
+ #: build/index_mappress_admin.js:1
1134
  msgid "Size"
1135
  msgstr "Formaat"
1136
 
1138
  msgid "Save center / zoom"
1139
  msgstr ""
1140
 
1141
+ #: templates_admin/mce.php:68
1142
+ #: build/index_mappress_admin.js:1
1143
  #, fuzzy
 
1144
  msgid "Map title"
1145
  msgstr "Markeerpunt titel"
1146
 
1147
+ #: templates_admin/mce.php:71
1148
+ #: build/index_mappress_admin.js:1
1149
  msgid "Attached to"
1150
  msgstr ""
1151
 
1152
+ #: templates_admin/mce.php:73
1153
+ #: build/index_mappress_admin.js:1
1154
  #, fuzzy
 
1155
  msgid "Action"
1156
  msgstr "Locatie"
1157
 
1158
  #: templates_admin/mce.php:87
1159
  #, fuzzy
 
1160
  msgid "Current post"
1161
  msgstr "Huidige berichten"
1162
 
1163
+ #: templates_admin/mce.php:92
1164
+ #: build/index_mappress_admin.js:1
1165
  msgid "Unattached"
1166
  msgstr ""
1167
 
1169
  msgid "Insert into post"
1170
  msgstr "Neem op in post"
1171
 
1172
+ #: templates_admin/mce.php:107
1173
+ #: build/index_mappress_admin.js:1
1174
  msgid "No maps found"
1175
  msgstr ""
1176
 
1184
 
1185
  #: templates_admin/widgets.php:28
1186
  #, fuzzy
 
1187
  msgid "No custom icons have been added yet."
1188
  msgstr "Er zijn nog geen stijlen gedefinieerd"
1189
 
1190
  #: templates_admin/widgets.php:59
1191
  #, fuzzy
 
1192
  msgid "Use default icon"
1193
  msgstr "Standaard pictogram"
1194
 
1198
 
1199
  #: templates_admin/widgets.php:67
1200
  #, fuzzy
 
1201
  msgid "Map list item"
1202
  msgstr "Markeerpunten lijst sjabloon"
1203
 
1207
 
1208
  #: templates_admin/widgets.php:67
1209
  #, fuzzy
 
1210
  msgid "Mashup list item"
1211
  msgstr "Markeerpunten lijst sjabloon"
1212
 
1213
  #: templates_admin/widgets.php:74
1214
  #, fuzzy
 
1215
  msgid "New"
1216
  msgstr "NIeuw POI"
1217
 
1218
+ #: templates_admin/widgets.php:74
1219
+ #: build/index_mappress_admin.js:1
1220
  #, fuzzy
 
1221
  msgid "Custom"
1222
  msgstr "Vrije CSS"
1223
 
1224
  #: templates_admin/widgets.php:77
1225
  #, fuzzy
 
1226
  msgid "Editor"
1227
  msgstr "Bewerken"
1228
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1229
  #: package.json
1230
  msgctxt "block description"
1231
  msgid "MapPress Maps for WordPress"
1235
  #~ msgstr "Tooltips"
1236
 
1237
  #, fuzzy
 
1238
  #~ msgid "Show a tooltip when mouse is over a POI"
1239
  #~ msgstr "Geef POI titels weer als een \"tooltip\" bij een mouse-over."
1240
 
1252
 
1253
  #~ msgid "Internal error - unable to save map. Your data has not been saved!"
1254
  #~ msgstr ""
1255
+ "\n"
1256
+ "foutmelding - kon kaart niet opslaan. Uw data is niet opgeslagen!\""
1257
 
1258
  #~ msgid ""
1259
+ "\n"
1260
+ "MapPress now requires WordPress 3.2 or higher. Please upgrade \"\n"
1261
+ "using MapPress.\""
1262
  #~ msgstr ""
1263
+ "\n"
1264
+ "MapPress heeft WordPress 3.2 of hoger nodig. Werk uw \"\n"
1265
+ "installatie bij om MapPress te kunnen gebruiken.\""
1266
 
1267
  #~ msgid ""
1268
+ "\n"
1269
+ "MapPress is not compatible with the WP-Geo plugin. Please \"\n"
1270
+ "or uninstall WP-Geo before using MapPress.\""
1271
  #~ msgstr ""
1272
+ "\n"
1273
+ "MapPress kan niet samen werken met de WP-Geo plugin. \"\n"
1274
+ "of verwijder WP-Geo voordat je MapPress gebruikt.\""
1275
 
1276
  #~ msgid "Bike"
1277
  #~ msgstr "Fiets"
1280
  #~ msgstr "Één van de adressen kon niet gevonden worden."
1281
 
1282
  #~ msgid ""
1283
+ "\n"
1284
+ "cannot return directions between those addresses. There is no \"\n"
1285
+ "between them or the routing information is not available.\""
1286
  #~ msgstr ""
1287
+ "\n"
1288
+ "kan geen route calculeren tussen deze adressen. Er is geen route \"\n"
1289
+ "of routeinformatie is niet beschikbaar.\""
1290
 
1291
  #~ msgid "Unknown error, unable to return directions. Status code = "
1292
  #~ msgstr ""
1293
+ "\n"
1294
+ "fout, niet mogelijk om een route weer te geven. Status code = \""
1295
 
1296
  #~ msgid "Enter address"
1297
  #~ msgstr "Geef het adres op"
1383
  #~ msgstr "Bijwerken bij publicatie"
1384
 
1385
  #~ msgid ""
1386
+ "\n"
1387
+ "the settings below to automatically create maps from custom fields \"\n"
1388
+ "addresses or lat/lng data.\""
1389
  #~ msgstr ""
1390
+ "\n"
1391
+ "de instellingen hieronder om automatisch kaarten aan te maken van \"\n"
1392
+ "velden welke adressen of breedte- en lengtedata bevatten.\""
1393
 
1394
  #, php-format
1395
  #~ msgid "Enter a %s to use when searching (leave blank for USA)"
1397
 
1398
  #~ msgid "Enter a google server URL for directions/printing"
1399
  #~ msgstr ""
1400
+ "\n"
1401
+ "de google server op om te gebruiken voor routebeschrijvingen & \"\n"
1402
+ ""
1403
 
1404
  #~ msgid "(Default)"
1405
  #~ msgstr "(Standaard)"
1469
  #~ msgstr "Inline (in je blog)"
1470
 
1471
  #~ msgid ""
1472
+ "\n"
1473
+ "'Google' if directions aren't displaying properly in your theme\""
1474
  #~ msgstr ""
1475
+ "\n"
1476
+ "'Google' als routebeschrijvingen niet juist worden weergegeven \"\n"
1477
+ "je thema\""
1478
 
1479
  #~ msgid "Automatically open the first POI when a map is displayed"
1480
  #~ msgstr "Automatisch de eerste POI openen als de kaart wordt weergegeven"
1566
  #, php-format
1567
  #~ msgid "A PRO Version update is available for manual installation: %s"
1568
  #~ msgstr ""
1569
+ "\n"
1570
+ "is een PRO versie update is beschikbaar voor handmatige installatie: %s\""
1571
 
1572
  #~ msgid "By car"
1573
  #~ msgstr "Per auto"
1610
 
1611
  #~ msgid "Update map every time a custom field value changes"
1612
  #~ msgstr ""
1613
+ "\n"
1614
+ "elke keer een kaart bij als de waarde van een op maat gemaakt veld \"\n"
1615
+ ""
1616
 
1617
  #~ msgid "Enter default map sizes"
1618
  #~ msgstr "Geef standaard kaart omvang op"
1654
  #~ msgstr "Bijwerken bij wijzigingen"
1655
 
1656
  #~ msgid ""
1657
+ "\n"
1658
+ "one or more address fields to use for maps. Multiple fields are \"\n"
1659
+ "with commas (for example city, state,zip)\""
1660
  #~ msgstr ""
1661
+ "\n"
1662
+ "één of meerdere adresvelen op om te gebruiken voor de kaarten. \"\n"
1663
+ "velden moeten gescheiden worden met een komma (bijvoorbeeld \"\n"
1664
+ "postcode, straat)\""
1665
 
1666
  #~ msgid "Field for geocoding error messages"
1667
  #~ msgstr "Veld voor geocoding fout meldingen"
1668
 
1669
  #~ msgid "To use existing latitude / longitude fields, enter them below"
1670
  #~ msgstr ""
1671
+ "\n"
1672
+ "hieronder bestaande breedte/lengtegraden velden op om deze te \"\n"
1673
+ ""
1674
 
1675
  #~ msgid "Marker list"
1676
  #~ msgstr "Markeerpunten lijst"
1677
 
1678
  #~ msgid ""
1679
+ "\n"
1680
+ "your readers to change the map type (street, satellite, or hybrid)\""
1681
  #~ msgstr ""
1682
+ "\n"
1683
+ "de lezers toe om het kaart type te veranderen (straat, satteliet, of \"\n"
1684
+ ""
1685
 
1686
  #, fuzzy
1687
  #~ msgid "Display the street view control \"peg man\""
1710
 
1711
  #~ msgid "Take a moment to rate it %s on WordPress.org - or make a donation"
1712
  #~ msgstr ""
1713
+ "\n"
1714
+ "een moment om uw waardering te geven %s op WordPress.org - of geef \"\n"
1715
+ "donatie\""
1716
 
1717
  #~ msgid "Report a bug"
1718
  #~ msgstr "Rapporteer een fout"
1772
  #~ msgstr "GOOGLE FOUT:BAD REQUEST"
1773
 
1774
  #~ msgid ""
1775
+ "\n"
1776
+ "starting or ending address could not be found. Please check that the \"\n"
1777
+ "is correct and completely entered.\""
1778
  #~ msgstr ""
1779
+ "\n"
1780
+ "begin of eindpunt ontbreekt. Controleer aub of de adressen correct \"\n"
1781
+ "en compleet zijn ingevuld.\""
1782
 
1783
  #~ msgid ""
1784
+ "\n"
1785
+ "cannot return those directions for legal or contractual reasons\""
1786
  #~ msgstr ""
1787
+ "\n"
1788
+ "kan geen route weergeven wegens wettelijke of contractuele redenen.\""
1789
 
1790
  #~ msgid "Invalid map API key"
1791
  #~ msgstr "Ongeldige map APIkey"
1794
  #~ msgstr "Uw API key is vandaag te vaak gebruikt."
1795
 
1796
  #~ msgid ""
1797
+ "\n"
1798
+ "your browser does not seem to support the street view Flash player\""
1799
  #~ msgstr ""
1800
+ "\n"
1801
+ "het lijkt erop dat uw browser de street view Flash Player niet \"\n"
1802
+ ""
1803
 
1804
  #~ msgid "Sorry, no street view data is available for this location"
1805
  #~ msgstr "Sorry, er is geen street view data beschikbaar voor deze lokatie."
1820
  #~ msgstr "Geef alsublieft uw API key in. API key nodig? Maak er één aan "
1821
 
1822
  #~ msgid ""
1823
+ "\n"
1824
+ "could not load google maps. Either your browser is incompatible \"\n"
1825
+ "your API key is invalid. Need an API key? Get one \""
1826
  #~ msgstr ""
1827
+ "\n"
1828
+ "kan Google Maps niet laden. Uw browser is niet geschikt of de \"\n"
1829
+ "sleutel is niet valide. API Sleutel nodig? Maak er één aan\""
1830
 
1831
  #~ msgid "here"
1832
  #~ msgstr "Hier"
1835
  #~ msgstr "Dat adres staat reeds op de map"
1836
 
1837
  #~ msgid ""
1838
+ "\n"
1839
+ "isn't ready yet. Please enter your Google Maps API Key on the \""
1840
  #~ msgstr ""
1841
+ "\n"
1842
+ "is nog niet klaar. Geef alstublieft uw Google Maps API key op in \"\n"
1843
+ ""
1844
 
1845
  #~ msgid "(leave blank for default)"
1846
  #~ msgstr "Leeglaten voor standaard"
1870
  #~ msgstr "Geavanceerde instellingen"
1871
 
1872
  #~ msgid ""
1873
+ "\n"
1874
+ "a country code to use as a default when searching for an address.\""
1875
  #~ msgstr ""
1876
+ "\n"
1877
+ "een landcode in die standaard gebruikt wordt bij zoekopdrachten\""
1878
 
1879
  #~ msgid ""
1880
+ "\n"
1881
+ "to show large map controls; uncheck for a small zoom control instead\""
1882
  #~ msgstr ""
1883
+ "\n"
1884
+ "voor grote mapbediening; de-selecteer voor een kleine zoomknop.\""
1885
 
1886
  #~ msgid "Check to enable the \"map types\" button on the map"
1887
  #~ msgstr "Selecteer om de \"map types\" knop op de map te laten zien"
1891
 
1892
  #~ msgid "Choose the map type to use when the map is first displayed"
1893
  #~ msgstr ""
1894
+ "\n"
1895
+ "het maptype dat gebruikt moet worden als de map de eerste keer \"\n"
1896
+ "wordt.\""
1897
 
1898
  #~ msgid "Check to enable the real-time traffic button on the map"
1899
  #~ msgstr "Selecteer om de live verkeersknop op de map te laten zien"
1902
  #~ msgstr "Selecteer om de \"street view\" link weer te geven"
1903
 
1904
  #~ msgid ""
1905
+ "\n"
1906
+ "to show the \"GoogleBar\" search box for local business listings.\""
1907
  #~ msgstr ""
1908
+ "\n"
1909
+ "om de \"GoogleBar\" zoekknop voor lokale bedrijven weer te \"\n"
1910
+ ""
1911
 
1912
  #~ msgid "Leave blank for default:"
1913
  #~ msgstr "Leeglaten voor standaard"
languages/mappress-google-maps-for-wordpress-pl_PL-4cfebd0e75a430fc3eb311e0637a25c6.json ADDED
@@ -0,0 +1 @@
 
1
+ {"translation-revision-date":"2020-12-15 11:20-0800","generator":"WP-CLI\/2.4.0","source":"build\/index_mappress_admin.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"pl","plural-forms":"nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);"},"Settings":["Ustawienia"],"Map Library":["Kraw\u0119dzie mapy"],"Help":[""],"No results":[""],"Add":["Dodaj"],"Delete":["Usu\u0144"],"Untitled":["Brak nazwy"],"Google API key":["Nowe okno z Google Maps"],"Default":["Domy\u015blny"],"Google":["Nowe okno z Google Maps"],"Leaflet":[""],"Post type":["Typy wiadomo\u015bci"],"Automatic":["Automatycznie"],"Search":[""],"Zoom":["Zbli\u017cenie"],"Map ID":["ID mapy"],"Save":["Zapisz"],"Cancel":["Anuluj"],"Select a map":["Resetuj map\u0119"],"Add New":[""],"Attached to this post":[""],"All maps":["Wszystkie wpisy"],"Size":["Rozmiar"],"Map title":["Tytu\u0142 mapy"],"Attached to":[""],"Action":["Lokalizacja"],"Unattached":[""],"No maps found":["Mapa nie znaleziona"],"Custom":["W\u0142asne typy p\u00f3l"],"New map":["Poka\u017c map\u0119"],"Edit map":["Edytuj"],"Like the block? Upgrade to the free plugin or MapPress Pro for more features!":[""],"MapPress Pro":["MapPress"],"Free plugin":[""],"MapPress options":["Ustawienia mapy"],"Map settings":["Ustawienia mapy"],"MapPress Map":["MapPress"],"Create a new map or choose one from the map library.":[""],"Insert a map":["Resetuj map\u0119"],"Query":[""],"Refresh map":["Podgl\u0105d mapy"],"Author":[""],"Order by":[""],"Include children":[""],"Add custom field":["W\u0142asne typy p\u00f3l"],"Field name":["Nazwa arkusza styl\u00f3w"],"The field \"%s\" has already been added":[""],"Please enter a field name":["Najpierw zapisz map\u0119"],"Value (a or a,b,c...)":[""],"Invalid JSON":[""],"Update":[""],"Query code":["kod kraju"],"MapPress Mashup":["MapPress"],"Insert a mashup":[""],"Options saved.":[""],"Mapping Engine":[""],"Save options":[""],"Map copied":["Rozmiar mapy"],"Shortcode copied":[""],"post title, map title, or map id":[""],"current post":["Aktualny wpis"],"Edit post":["Edytuj"],"Copy":[""],"Shortcode":[""],"Delete map":["Usu\u0144"],"Viewport saved":[""],"px, %, vw":["Szeroko\u015b\u0107 (px)"],"Width":["Szeroko\u015b\u0107"],"px, %, vh":["Szeroko\u015b\u0107 (px)"],"Height":["Waga czcionki"],"Center\/Zoom":["Wy\u015brodkowana"]}}}
languages/mappress-google-maps-for-wordpress-pl_PL.po CHANGED
@@ -1,21 +1,18 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: polish-1.0\n"
4
- "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mappress-google-"
5
- "maps-for-wordpress\n"
6
- "POT-Creation-Date: 2020-12-15T18:23:01+00:00\n"
7
- "PO-Revision-Date: 2020-12-15 11:20-0800\n"
8
  "Last-Translator: Michał Mleczko <mleczakm91@gmail.com>\n"
9
  "Language-Team: Michał Mleczko <mleczakm91@gmail.com>\n"
10
- "Language: pl\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-KeywordsList: _;gettext;gettext_noop;__;_e;esc_attr_e;esc_attr__;"
15
- "esc_html_e;esc_html__;__();_n()\n"
 
 
16
  "X-Poedit-Basepath: .\n"
17
- "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
18
- "|| n%100>=20) ? 1 : 2);\n"
19
  "X-Generator: Poedit 2.4.2\n"
20
  "X-Poedit-SearchPath-0: ..\n"
21
  "X-Poedit-SearchPath-1: ..\n"
@@ -43,23 +40,21 @@ msgstr ""
43
  msgid "https://www.mappresspro.com/chris-contact"
44
  msgstr ""
45
 
46
- #: mappress.php:171 mappress.php:701 build/index_mappress_admin.js:1
 
 
47
  msgid "Settings"
48
  msgstr "Ustawienia"
49
 
50
- #: mappress.php:172 build/index_mappress_admin.js:1
 
51
  #, fuzzy
52
- #| msgid "Map border"
53
  msgid "Map Library"
54
  msgstr "Krawędzie mapy"
55
 
56
  #: mappress.php:183
57
- msgid ""
58
- "MapPress database tables are missing. Please deactivate the plugin and "
59
- "activate it again to fix this."
60
- msgstr ""
61
- "Brak baz danych MapPressa. Wyłącz wtyczkę i włącz ją ponownie aby to "
62
- "naprawić."
63
 
64
  #: mappress.php:188
65
  msgid "A Google Maps API key is required"
@@ -71,7 +66,6 @@ msgstr ""
71
 
72
  #: mappress.php:188
73
  #, fuzzy
74
- #| msgid "Map Settings"
75
  msgid "MapPress Settings"
76
  msgstr "Ustawienia mapy"
77
 
@@ -92,22 +86,20 @@ msgid "Please Help Spread the Word"
92
  msgstr ""
93
 
94
  #: mappress.php:285
95
- msgid ""
96
- "If you're enjoying MapPress, would you mind taking a moment to write a brief "
97
- "review? It would mean the world to me!"
98
  msgstr ""
99
 
100
  #: mappress.php:286
101
- msgid ""
102
- "If you have any issues or suggestions, please let me know. I'll be happy to "
103
- "help!"
104
  msgstr ""
105
 
106
- #: mappress.php:402 mappress.php:931
 
107
  msgid "Version"
108
  msgstr "Wersja"
109
 
110
- #: mappress.php:404 build/index_mappress_admin.js:1
 
111
  msgid "Help"
112
  msgstr ""
113
 
@@ -120,9 +112,7 @@ msgid "Please enter your MapPress license key to enable plugin updates"
120
  msgstr ""
121
 
122
  #: mappress.php:477
123
- msgid ""
124
- "MapPress Gutenberg blocks require WordPress 5.3 or the latest Gutenberg "
125
- "Plugin. Please update if using the block editor."
126
  msgstr ""
127
 
128
  #: mappress.php:481
@@ -138,9 +128,7 @@ msgid "The MapPress map editor has moved!"
138
  msgstr ""
139
 
140
  #: mappress.php:488
141
- msgid ""
142
- "Use this button to open the new popup editor where you can easily create, "
143
- "edit and insert maps."
144
  msgstr ""
145
 
146
  #: mappress.php:534
@@ -161,7 +149,6 @@ msgstr ""
161
 
162
  #: mappress.php:538
163
  #, fuzzy
164
- #| msgid "Loading..."
165
  msgid "Loading"
166
  msgstr "Ładowanie..."
167
 
@@ -173,13 +160,13 @@ msgstr ""
173
  msgid "Unable to get your location"
174
  msgstr "Nie można uzyskać informacje o położeniu"
175
 
176
- #: mappress.php:541 build/index_mappress_admin.js:1
 
177
  msgid "No results"
178
  msgstr ""
179
 
180
  #: mappress.php:542
181
  #, fuzzy
182
- #| msgid "Save Changes"
183
  msgid "Save changes?"
184
  msgstr "Zapisz zmiany"
185
 
@@ -189,13 +176,12 @@ msgstr "Kształt"
189
 
190
  #: mappress.php:572
191
  #, fuzzy
192
- #| msgid "Delete this map?"
193
  msgid "Improve this map"
194
  msgstr "Usunąć tę mapę?"
195
 
196
- #: mappress.php:588 mappress.php:607
 
197
  #, fuzzy
198
- #| msgid "Street view"
199
  msgid "Streets"
200
  msgstr "Street view"
201
 
@@ -205,7 +191,6 @@ msgstr ""
205
 
206
  #: mappress.php:590
207
  #, fuzzy
208
- #| msgid "Right"
209
  msgid "Light"
210
  msgstr "Po prawej"
211
 
@@ -219,33 +204,38 @@ msgstr "Satelita"
219
 
220
  #: mappress.php:593
221
  #, fuzzy
222
- #| msgid "Satellite"
223
  msgid "Satellite Streets"
224
  msgstr "Satelita"
225
 
226
- #: mappress_controls.php:93 templates_admin/widgets.php:42
 
227
  #: build/index_mappress_admin.js:1
228
  msgid "Add"
229
  msgstr "Dodaj"
230
 
231
- #: mappress_controls.php:102 templates_admin/editor.php:47
232
- #: templates_admin/mce.php:100 templates_admin/widgets.php:94
 
 
233
  #: build/index_mappress_admin.js:1
234
  msgid "Delete"
235
  msgstr "Usuń"
236
 
237
- #: mappress_map.php:85 mappress_settings.php:321
 
238
  msgid "MapPress"
239
  msgstr "MapPress"
240
 
241
- #: mappress_map.php:94 templates_admin/mce.php:30 templates_admin/mce.php:80
242
- #: templates_admin/mce.php:86 build/index_mappress_admin.js:1
 
 
 
243
  msgid "Untitled"
244
  msgstr "Brak nazwy"
245
 
246
  #: mappress_map.php:95
247
  #, fuzzy
248
- #| msgid "Top of post"
249
  msgid "Copy of %s"
250
  msgstr "Nad treścią"
251
 
@@ -265,9 +255,9 @@ msgstr "Podstawowe ustawienia"
265
  msgid "Mapping API"
266
  msgstr ""
267
 
268
- #: mappress_settings.php:92 build/index_mappress_admin.js:1
 
269
  #, fuzzy
270
- #| msgid "Google"
271
  msgid "Google API key"
272
  msgstr "Nowe okno z Google Maps"
273
 
@@ -289,7 +279,6 @@ msgstr "Typy wiadomości"
289
 
290
  #: mappress_settings.php:103
291
  #, fuzzy
292
- #| msgid "Automatic map display"
293
  msgid "Automatic display"
294
  msgstr "Automatyczne wyświetlanie mapy"
295
 
@@ -297,7 +286,8 @@ msgstr "Automatyczne wyświetlanie mapy"
297
  msgid "Map alignment"
298
  msgstr "Wyrównanie"
299
 
300
- #: mappress_settings.php:105 templates/map-popup.php:3
 
301
  #: templates/mashup-popup.php:6
302
  msgid "Directions"
303
  msgstr "Przekierowania po kliknięciu w mapę"
@@ -310,7 +300,8 @@ msgstr "Ustawienia POI"
310
  msgid "Default zoom"
311
  msgstr "Domyślne zbliżenie"
312
 
313
- #: mappress_settings.php:110 mappress_settings.php:238
 
314
  msgid "Open first POI"
315
  msgstr "Otwórz pierwsze POI"
316
 
@@ -340,7 +331,6 @@ msgstr "Lokalizacja"
340
 
341
  #: mappress_settings.php:121
342
  #, fuzzy
343
- #| msgid "language"
344
  msgid "Search language"
345
  msgstr "języka"
346
 
@@ -368,8 +358,10 @@ msgstr ""
368
  msgid "Compatiblity"
369
  msgstr ""
370
 
371
- #: mappress_settings.php:175 mappress_settings.php:244
372
- #: pro/mappress_pro_settings.php:234 templates_admin/widgets.php:78
 
 
373
  #: build/index_mappress_admin.js:1
374
  msgid "Default"
375
  msgstr "Domyślny"
@@ -398,7 +390,8 @@ msgstr "Nad treścią"
398
  msgid "Bottom of post"
399
  msgstr "Pod treścią"
400
 
401
- #: mappress_settings.php:199 mappress_settings.php:243
 
402
  msgid "(list)"
403
  msgstr ""
404
 
@@ -410,8 +403,10 @@ msgstr ""
410
  msgid "Prevent other plugins/themes from loading the Google Maps API"
411
  msgstr ""
412
 
413
- #: mappress_settings.php:212 mappress_settings.php:221
414
- #: pro/mappress_pro_settings.php:232 build/index_mappress_admin.js:1
 
 
415
  msgid "Google"
416
  msgstr "Nowe okno z Google Maps"
417
 
@@ -419,17 +414,17 @@ msgstr "Nowe okno z Google Maps"
419
  msgid "Inline"
420
  msgstr "W linii"
421
 
422
- #: mappress_settings.php:221 build/index_mappress_admin.js:1
 
423
  msgid "Leaflet"
424
  msgstr ""
425
 
426
  #: mappress_settings.php:223
427
- msgid ""
428
- "Leaflet is free and requires no API key. Google requires an API key and has "
429
- "strict usage limits."
430
  msgstr ""
431
 
432
- #: mappress_settings.php:229 mappress_settings.php:232
 
433
  msgid "Output scripts in footer"
434
  msgstr ""
435
 
@@ -449,21 +444,20 @@ msgstr ""
449
  msgid "Enter token to use Mapbox map tiles"
450
  msgstr ""
451
 
452
- #: mappress_settings.php:257 mappress_settings.php:262
 
453
  #, fuzzy
454
- #| msgid "Map controls"
455
  msgid "Map type control"
456
  msgstr "Kontrolki na mapie"
457
 
458
  #: mappress_settings.php:258
459
  #, fuzzy
460
- #| msgid "Street view"
461
  msgid "Street view control"
462
  msgstr "Street view"
463
 
464
- #: mappress_settings.php:259 mappress_settings.php:263
 
465
  #, fuzzy
466
- #| msgid "Show control"
467
  msgid "Zoom control"
468
  msgstr "Pokaż kontrolki"
469
 
@@ -477,19 +471,16 @@ msgstr "Easy Google Maps"
477
 
478
  #: mappress_settings.php:299
479
  #, fuzzy
480
- #| msgid "Width(px)"
481
  msgid "Width (px, %, vh, vw)"
482
  msgstr "Szerokość (px)"
483
 
484
  #: mappress_settings.php:299
485
  #, fuzzy
486
- #| msgid "Height(px)"
487
  msgid "Height (px, %, vh, vw)"
488
  msgstr "Wysokość (px)"
489
 
490
  #: mappress_settings.php:299
491
  #, fuzzy
492
- #| msgid "Default style"
493
  msgid "Default size"
494
  msgstr "Domyślny styl"
495
 
@@ -497,11 +488,13 @@ msgstr "Domyślny styl"
497
  msgid "Copy maps when overwriting a translation"
498
  msgstr ""
499
 
500
- #: mappress_settings.php:326 mappress_settings.php:334
 
501
  msgid "Save Changes"
502
  msgstr "Zapisz zmiany"
503
 
504
- #: mappress_settings.php:327 mappress_settings.php:335
 
505
  msgid "Reset Defaults"
506
  msgstr "Przywróć domyślne"
507
 
@@ -509,22 +502,24 @@ msgstr "Przywróć domyślne"
509
  msgid "Address"
510
  msgstr "Adres"
511
 
512
- #: mappress_template.php:35 pro/mappress_pro_settings.php:338
 
513
  msgid "Body"
514
  msgstr "Treść"
515
 
516
- #: mappress_template.php:36 pro/mappress_pro_settings.php:174
 
517
  #: pro/mappress_pro_settings.php:338
518
  msgid "Icon"
519
  msgstr "Ikona"
520
 
521
  #: mappress_template.php:37
522
  #, fuzzy
523
- #| msgid "Thumbnail Size"
524
  msgid "Thumbnail"
525
  msgstr "Rozmiar miniaturki"
526
 
527
- #: mappress_template.php:38 pro/mappress_pro_settings.php:338
 
528
  msgid "Title"
529
  msgstr "Tytuł"
530
 
@@ -532,15 +527,17 @@ msgstr "Tytuł"
532
  msgid "Url"
533
  msgstr ""
534
 
535
- #: mappress_template.php:40 pro/mappress_filter.php:120
 
536
  #: pro/mappress_pro_settings.php:343
537
  msgid "Custom Field"
538
  msgstr "Własne typy pól"
539
 
540
- #: pro/mappress_filter.php:84 pro/mappress_filter.php:133
541
- #: pro/mappress_pro_settings.php:167 build/index_mappress_admin.js:1
 
 
542
  #, fuzzy
543
- #| msgid "Post types"
544
  msgid "Post type"
545
  msgstr "Typy wiadomości"
546
 
@@ -550,7 +547,6 @@ msgstr ""
550
 
551
  #: pro/mappress_filter.php:120
552
  #, fuzzy
553
- #| msgid "Post title"
554
  msgid "Post field"
555
  msgstr "Tytuł wpisu"
556
 
@@ -558,8 +554,10 @@ msgstr "Tytuł wpisu"
558
  msgid "Invalid geocoder: %s"
559
  msgstr ""
560
 
561
- #: pro/mappress_geocoder.php:59 pro/mappress_geocoder.php:110
562
- #: pro/mappress_geocoder.php:147 pro/mappress_geocoder.php:192
 
 
563
  msgid "No results for address: %s"
564
  msgstr "Brak wyników dla adresu: %s"
565
 
@@ -569,7 +567,6 @@ msgstr ""
569
 
570
  #: pro/mappress_geocoder.php:100
571
  #, fuzzy
572
- #| msgid "Invalid status: %s, address: %s"
573
  msgid "Invalid status: %s, %s Address: %s"
574
  msgstr "Nieprawidłowy status: %s, adres: %s"
575
 
@@ -589,7 +586,8 @@ msgstr ""
589
  msgid "Files error: "
590
  msgstr ""
591
 
592
- #: pro/mappress_meta.php:109 build/index_mappress_admin.js:1
 
593
  msgid "Automatic"
594
  msgstr "Automatycznie"
595
 
@@ -599,13 +597,11 @@ msgstr ""
599
 
600
  #: pro/mappress_pro_settings.php:17
601
  #, fuzzy
602
- #| msgid "Version"
603
  msgid "Beta versions"
604
  msgstr "Wersja"
605
 
606
  #: pro/mappress_pro_settings.php:21
607
  #, fuzzy
608
- #| msgid "Geocoder(s)"
609
  msgid "Geocoder"
610
  msgstr "Geokoder(zy)"
611
 
@@ -615,7 +611,6 @@ msgstr "Lista punktów POI"
615
 
616
  #: pro/mappress_pro_settings.php:24
617
  #, fuzzy
618
- #| msgid "POI list"
619
  msgid "POI list layout"
620
  msgstr "Lista punktów POI"
621
 
@@ -633,7 +628,6 @@ msgstr ""
633
 
634
  #: pro/mappress_pro_settings.php:30
635
  #, fuzzy
636
- #| msgid "Post types"
637
  msgid "Popup type"
638
  msgstr "Typy wiadomości"
639
 
@@ -643,13 +637,11 @@ msgstr "Domyślna ikona"
643
 
644
  #: pro/mappress_pro_settings.php:33
645
  #, fuzzy
646
- #| msgid "Custom icons directory"
647
  msgid "Icon directory"
648
  msgstr "Folder dodatkowych ikon"
649
 
650
  #: pro/mappress_pro_settings.php:34
651
  #, fuzzy
652
- #| msgid "Custom icons directory"
653
  msgid "Custom icons"
654
  msgstr "Folder dodatkowych ikon"
655
 
@@ -659,28 +651,28 @@ msgstr ""
659
 
660
  #: pro/mappress_pro_settings.php:36
661
  #, fuzzy
662
- #| msgid "Automatic"
663
  msgid "Automatic icons"
664
  msgstr "Automatycznie"
665
 
666
- #: pro/mappress_pro_settings.php:38 templates/map.php:51
667
- #: templates_admin/mce.php:13 build/index_mappress_admin.js:1
 
 
668
  msgid "Search"
669
  msgstr ""
670
 
671
- #: pro/mappress_pro_settings.php:40 templates/map.php:58
 
672
  msgid "Filter"
673
  msgstr ""
674
 
675
  #: pro/mappress_pro_settings.php:41
676
  #, fuzzy
677
- #| msgid "POI title"
678
  msgid "POI content"
679
  msgstr "Tytuł punktu POI"
680
 
681
  #: pro/mappress_pro_settings.php:42
682
  #, fuzzy
683
- #| msgid "POI links"
684
  msgid "POI click"
685
  msgstr "Odnośniki POI"
686
 
@@ -690,17 +682,16 @@ msgstr ""
690
 
691
  #: pro/mappress_pro_settings.php:44
692
  #, fuzzy
693
- #| msgid "Thumbnail Size"
694
  msgid "Thumbnails"
695
  msgstr "Rozmiar miniaturki"
696
 
697
  #: pro/mappress_pro_settings.php:45
698
  #, fuzzy
699
- #| msgid "Thumbnail Size"
700
  msgid "Thumbnail size"
701
  msgstr "Rozmiar miniaturki"
702
 
703
- #: pro/mappress_pro_settings.php:48 pro/mappress_pro_settings.php:50
 
704
  msgid "Styled maps"
705
  msgstr "Ostylowane mapy"
706
 
@@ -718,7 +709,6 @@ msgstr ""
718
 
719
  #: pro/mappress_pro_settings.php:56
720
  #, fuzzy
721
- #| msgid "Geocoding fields"
722
  msgid "Geocoding errors"
723
  msgstr "Pola geokodowania"
724
 
@@ -728,11 +718,11 @@ msgstr ""
728
 
729
  #: pro/mappress_pro_settings.php:61
730
  #, fuzzy
731
- #| msgid "Custom Field"
732
  msgid "Custom templates"
733
  msgstr "Własne typy pól"
734
 
735
- #: pro/mappress_pro_settings.php:62 pro/mappress_pro_settings.php:227
 
736
  msgid "Force resize"
737
  msgstr "Wymuś zmianę rozmiaru"
738
 
@@ -774,7 +764,6 @@ msgstr ""
774
 
775
  #: pro/mappress_pro_settings.php:224
776
  #, fuzzy
777
- #| msgid "Permanently resize existing maps"
778
  msgid "Permanently resize existing maps (classic editor only)"
779
  msgstr "Trwale zmień rozmiar istniejących map"
780
 
@@ -794,7 +783,8 @@ msgstr "Nominatim"
794
  msgid "MapBox"
795
  msgstr ""
796
 
797
- #: pro/mappress_pro_settings.php:246 templates_admin/widgets.php:68
 
798
  msgid "Edit"
799
  msgstr "Edytuj"
800
 
@@ -808,19 +798,16 @@ msgstr ""
808
 
809
  #: pro/mappress_pro_settings.php:268
810
  #, fuzzy
811
- #| msgid "Reset map"
812
  msgid "Left of map"
813
  msgstr "Resetuj mapę"
814
 
815
  #: pro/mappress_pro_settings.php:269
816
  #, fuzzy
817
- #| msgid "Show map"
818
  msgid "Below map"
819
  msgstr "Pokaż mapę"
820
 
821
  #: pro/mappress_pro_settings.php:275
822
  #, fuzzy
823
- #| msgid "Get Directions"
824
  msgid "Get license"
825
  msgstr "Znajdź drogę"
826
 
@@ -836,7 +823,8 @@ msgstr ""
836
  msgid "Check now"
837
  msgstr ""
838
 
839
- #: pro/mappress_pro_settings.php:299 pro/mappress_updater.php:116
 
840
  msgid "Communication error, please try again later"
841
  msgstr ""
842
 
@@ -846,25 +834,21 @@ msgstr ""
846
 
847
  #: pro/mappress_pro_settings.php:305
848
  #, fuzzy
849
- #| msgid "POI title"
850
  msgid "POI title + POI body"
851
  msgstr "Tytuł punktu POI"
852
 
853
  #: pro/mappress_pro_settings.php:305
854
  #, fuzzy
855
- #| msgid "Post excerpt"
856
  msgid "Post title + post excerpt"
857
  msgstr "Wycinek wpisu"
858
 
859
  #: pro/mappress_pro_settings.php:310
860
  #, fuzzy
861
- #| msgid "Open the POI"
862
  msgid "Open POI"
863
  msgstr "Otwórz punkt POI"
864
 
865
  #: pro/mappress_pro_settings.php:310
866
  #, fuzzy
867
- #| msgid "Current posts"
868
  msgid "Open post"
869
  msgstr "Aktualny wpis"
870
 
@@ -882,7 +866,6 @@ msgstr ""
882
 
883
  #: pro/mappress_pro_settings.php:337
884
  #, fuzzy
885
- #| msgid "Address Line 1"
886
  msgid "Address line "
887
  msgstr "1 linia adresu"
888
 
@@ -894,19 +877,18 @@ msgstr "Szerokosć"
894
  msgid "Longitude"
895
  msgstr "Długość"
896
 
897
- #: pro/mappress_pro_settings.php:338 build/index_mappress_admin.js:1
 
898
  msgid "Zoom"
899
  msgstr "Zbliżenie"
900
 
901
  #: pro/mappress_pro_settings.php:343
902
  #, fuzzy
903
- #| msgid "Map size"
904
  msgid "Map Field"
905
  msgstr "Rozmiar mapy"
906
 
907
  #: pro/mappress_pro_settings.php:356
908
  #, fuzzy
909
- #| msgid "Overwrite existing maps when upating"
910
  msgid "Overwrite maps when posts are saved"
911
  msgstr "Nadpisz istniejące mapy przy aktualizacji"
912
 
@@ -916,19 +898,16 @@ msgstr ""
916
 
917
  #: pro/mappress_pro_settings.php:365
918
  #, fuzzy
919
- #| msgid "Show a list of POIs under each map"
920
  msgid "Show a list of POIs with each map"
921
  msgstr "Pokaż listę punktów POI pod każdą mapą"
922
 
923
  #: pro/mappress_pro_settings.php:373
924
  #, fuzzy
925
- #| msgid "Enable"
926
  msgid "Enable search"
927
  msgstr "Włącz"
928
 
929
  #: pro/mappress_pro_settings.php:377
930
  #, fuzzy
931
- #| msgid "Show POI list"
932
  msgid "Sort POI list by title"
933
  msgstr "Pokaż listę punktów POI"
934
 
@@ -938,17 +917,16 @@ msgstr "Nie zdefiniowano jeszcze żadnych styli"
938
 
939
  #: pro/mappress_pro_settings.php:392
940
  #, fuzzy
941
- #| msgid "Styled Maps"
942
  msgid "Snazzy Maps"
943
  msgstr "Stylizowane mapy"
944
 
945
  #: pro/mappress_pro_settings.php:393
946
  #, fuzzy
947
- #| msgid "Enter JSON for %s from Google's %s"
948
  msgid "Enter JSON from %s"
949
  msgstr "Podaj JSON dla %s od Googla %s"
950
 
951
- #: pro/mappress_pro_settings.php:397 pro/mappress_pro_settings.php:413
 
952
  msgid "Style name"
953
  msgstr "Nazwa arkusza stylów"
954
 
@@ -980,11 +958,13 @@ msgstr "Pokaż wybrane miniatury obrazów w mashup POI"
980
  msgid "JSON error"
981
  msgstr ""
982
 
983
- #: pro/mappress_widget.php:69 pro/mappress_widget_map.php:56
 
984
  msgid "Widget title"
985
  msgstr "Tytuł widgetu"
986
 
987
- #: pro/mappress_widget.php:74 pro/mappress_widget_map.php:66
 
988
  msgid "Map size"
989
  msgstr "Rozmiar mapy"
990
 
@@ -1012,20 +992,25 @@ msgstr "Własne zapytanie"
1012
  msgid "Learn about queries"
1013
  msgstr "Dowiedz się więcej o zapytaniach"
1014
 
1015
- #: pro/mappress_widget.php:94 pro/mappress_widget_map.php:74
 
1016
  msgid "Show POI list"
1017
  msgstr "Pokaż listę punktów POI"
1018
 
1019
- #: pro/mappress_widget.php:101 pro/mappress_widget_map.php:81
 
1020
  msgid "Other Settings"
1021
  msgstr "Inne ustawienia"
1022
 
1023
- #: pro/mappress_widget.php:104 pro/mappress_widget_map.php:84
 
1024
  msgid "Example: initialopeninfo=\"true\""
1025
  msgstr ""
1026
 
1027
- #: pro/mappress_widget_map.php:61 templates_admin/mce.php:49
1028
- #: templates_admin/mce.php:69 build/index_mappress_admin.js:1
 
 
1029
  msgid "Map ID"
1030
  msgstr "ID mapy"
1031
 
@@ -1043,19 +1028,16 @@ msgstr ""
1043
 
1044
  #: templates/map-filters.php:13
1045
  #, fuzzy
1046
- #| msgid "Reset map"
1047
  msgid "Reset"
1048
  msgstr "Resetuj mapę"
1049
 
1050
  #: templates/map-loop.php:3
1051
  #, fuzzy
1052
- #| msgid "Reset Defaults"
1053
  msgid "Results"
1054
  msgstr "Przywróć domyślne"
1055
 
1056
  #: templates/map.php:53
1057
  #, fuzzy
1058
- #| msgid "Location"
1059
  msgid "Your Location"
1060
  msgstr "Lokalizacja"
1061
 
@@ -1081,13 +1063,11 @@ msgstr "Tranzyt"
1081
 
1082
  #: templates/map.php:84
1083
  #, fuzzy
1084
- #| msgid "Show POI list"
1085
  msgid "Show List"
1086
  msgstr "Pokaż listę punktów POI"
1087
 
1088
  #: templates/map.php:85
1089
  #, fuzzy
1090
- #| msgid "Show map"
1091
  msgid "Show Map"
1092
  msgstr "Pokaż mapę"
1093
 
@@ -1103,39 +1083,44 @@ msgstr "Tekstowy"
1103
  msgid "Add Media"
1104
  msgstr ""
1105
 
1106
- #: templates_admin/editor.php:45 templates_admin/mce.php:55
1107
- #: templates_admin/widgets.php:91 build/index_mappress_admin.js:1
 
 
1108
  msgid "Save"
1109
  msgstr "Zapisz"
1110
 
1111
- #: templates_admin/editor.php:46 templates_admin/mce.php:56
1112
- #: templates_admin/widgets.php:92 build/index_mappress_admin.js:1
 
 
1113
  msgid "Cancel"
1114
  msgstr "Anuluj"
1115
 
1116
- #: templates_admin/mce.php:6 build/index_mappress_admin.js:1
 
1117
  #, fuzzy
1118
- #| msgid "Reset map"
1119
  msgid "Select a map"
1120
  msgstr "Resetuj mapę"
1121
 
1122
- #: templates_admin/mce.php:7 build/index_mappress_admin.js:1
 
1123
  msgid "Add New"
1124
  msgstr ""
1125
 
1126
  #: templates_admin/mce.php:14
1127
  #, fuzzy
1128
- #| msgid "Post title"
1129
  msgid "post title"
1130
  msgstr "Tytuł wpisu"
1131
 
1132
- #: templates_admin/mce.php:18 build/index_mappress_admin.js:1
 
1133
  msgid "Attached to this post"
1134
  msgstr ""
1135
 
1136
- #: templates_admin/mce.php:19 build/index_mappress_admin.js:1
 
1137
  #, fuzzy
1138
- #| msgid "All posts"
1139
  msgid "All maps"
1140
  msgstr "Wszystkie wpisy"
1141
 
@@ -1143,7 +1128,8 @@ msgstr "Wszystkie wpisy"
1143
  msgid "Close"
1144
  msgstr "Zamknij"
1145
 
1146
- #: templates_admin/mce.php:35 build/index_mappress_admin.js:1
 
1147
  msgid "Size"
1148
  msgstr "Rozmiar"
1149
 
@@ -1151,29 +1137,30 @@ msgstr "Rozmiar"
1151
  msgid "Save center / zoom"
1152
  msgstr ""
1153
 
1154
- #: templates_admin/mce.php:68 build/index_mappress_admin.js:1
 
1155
  #, fuzzy
1156
- #| msgid "Map Title"
1157
  msgid "Map title"
1158
  msgstr "Tytuł mapy"
1159
 
1160
- #: templates_admin/mce.php:71 build/index_mappress_admin.js:1
 
1161
  msgid "Attached to"
1162
  msgstr ""
1163
 
1164
- #: templates_admin/mce.php:73 build/index_mappress_admin.js:1
 
1165
  #, fuzzy
1166
- #| msgid "Location"
1167
  msgid "Action"
1168
  msgstr "Lokalizacja"
1169
 
1170
  #: templates_admin/mce.php:87
1171
  #, fuzzy
1172
- #| msgid "Current posts"
1173
  msgid "Current post"
1174
  msgstr "Aktualny wpis"
1175
 
1176
- #: templates_admin/mce.php:92 build/index_mappress_admin.js:1
 
1177
  msgid "Unattached"
1178
  msgstr ""
1179
 
@@ -1181,9 +1168,9 @@ msgstr ""
1181
  msgid "Insert into post"
1182
  msgstr "Wstaw do wpisu"
1183
 
1184
- #: templates_admin/mce.php:107 build/index_mappress_admin.js:1
 
1185
  #, fuzzy
1186
- #| msgid "Map not found"
1187
  msgid "No maps found"
1188
  msgstr "Mapa nie znaleziona"
1189
 
@@ -1197,7 +1184,6 @@ msgstr "Waga czcionki"
1197
 
1198
  #: templates_admin/widgets.php:28
1199
  #, fuzzy
1200
- #| msgid "No styles have been defined yet"
1201
  msgid "No custom icons have been added yet."
1202
  msgstr "Nie zdefiniowano jeszcze żadnych styli"
1203
 
@@ -1211,252 +1197,35 @@ msgstr ""
1211
 
1212
  #: templates_admin/widgets.php:67
1213
  #, fuzzy
1214
- #| msgid "Map size"
1215
  msgid "Map list item"
1216
  msgstr "Rozmiar mapy"
1217
 
1218
  #: templates_admin/widgets.php:67
1219
  #, fuzzy
1220
- #| msgid "Mashups"
1221
  msgid "Mashup popup"
1222
  msgstr "Mashupy"
1223
 
1224
  #: templates_admin/widgets.php:67
1225
  #, fuzzy
1226
- #| msgid "Mashup POI title"
1227
  msgid "Mashup list item"
1228
  msgstr "Mashup POI tytuł"
1229
 
1230
  #: templates_admin/widgets.php:74
1231
  #, fuzzy
1232
- #| msgid "New Map"
1233
  msgid "New"
1234
  msgstr "Nowa mapa"
1235
 
1236
- #: templates_admin/widgets.php:74 build/index_mappress_admin.js:1
 
1237
  #, fuzzy
1238
- #| msgid "Custom Field"
1239
  msgid "Custom"
1240
  msgstr "Własne typy pól"
1241
 
1242
  #: templates_admin/widgets.php:77
1243
  #, fuzzy
1244
- #| msgid "Edit"
1245
  msgid "Editor"
1246
  msgstr "Edytuj"
1247
 
1248
- #: build/index_mappress_admin.js:1
1249
- #, fuzzy
1250
- #| msgid "Show map"
1251
- msgid "New map"
1252
- msgstr "Pokaż mapę"
1253
-
1254
- #: build/index_mappress_admin.js:1
1255
- #, fuzzy
1256
- #| msgid "Edit"
1257
- msgid "Edit map"
1258
- msgstr "Edytuj"
1259
-
1260
- #: build/index_mappress_admin.js:1
1261
- msgid ""
1262
- "Like the block? Upgrade to the free plugin or MapPress Pro for more "
1263
- "features!"
1264
- msgstr ""
1265
-
1266
- #: build/index_mappress_admin.js:1
1267
- #, fuzzy
1268
- #| msgid "MapPress"
1269
- msgid "MapPress Pro"
1270
- msgstr "MapPress"
1271
-
1272
- #: build/index_mappress_admin.js:1
1273
- msgid "Free plugin"
1274
- msgstr ""
1275
-
1276
- #: build/index_mappress_admin.js:1
1277
- #, fuzzy
1278
- #| msgid "Map Settings"
1279
- msgid "MapPress options"
1280
- msgstr "Ustawienia mapy"
1281
-
1282
- #: build/index_mappress_admin.js:1
1283
- #, fuzzy
1284
- #| msgid "Map Settings"
1285
- msgid "Map settings"
1286
- msgstr "Ustawienia mapy"
1287
-
1288
- #: build/index_mappress_admin.js:1
1289
- #, fuzzy
1290
- #| msgid "MapPress"
1291
- msgid "MapPress Map"
1292
- msgstr "MapPress"
1293
-
1294
- #: build/index_mappress_admin.js:1
1295
- msgid "Create a new map or choose one from the map library."
1296
- msgstr ""
1297
-
1298
- #: build/index_mappress_admin.js:1
1299
- #, fuzzy
1300
- #| msgid "Reset map"
1301
- msgid "Insert a map"
1302
- msgstr "Resetuj mapę"
1303
-
1304
- #: build/index_mappress_admin.js:1
1305
- msgid "Query"
1306
- msgstr ""
1307
-
1308
- #: build/index_mappress_admin.js:1
1309
- #, fuzzy
1310
- #| msgid "Overview map"
1311
- msgid "Refresh map"
1312
- msgstr "Podgląd mapy"
1313
-
1314
- #: build/index_mappress_admin.js:1
1315
- msgid "Author"
1316
- msgstr ""
1317
-
1318
- #: build/index_mappress_admin.js:1
1319
- msgid "Order by"
1320
- msgstr ""
1321
-
1322
- #: build/index_mappress_admin.js:1
1323
- msgid "Include children"
1324
- msgstr ""
1325
-
1326
- #: build/index_mappress_admin.js:1
1327
- #, fuzzy
1328
- #| msgid "Custom Field"
1329
- msgid "Add custom field"
1330
- msgstr "Własne typy pól"
1331
-
1332
- #: build/index_mappress_admin.js:1
1333
- #, fuzzy
1334
- #| msgid "Style name"
1335
- msgid "Field name"
1336
- msgstr "Nazwa arkusza stylów"
1337
-
1338
- #: build/index_mappress_admin.js:1
1339
- msgid "The field \"%s\" has already been added"
1340
- msgstr ""
1341
-
1342
- #: build/index_mappress_admin.js:1
1343
- #, fuzzy
1344
- #| msgid "Please save the map first"
1345
- msgid "Please enter a field name"
1346
- msgstr "Najpierw zapisz mapę"
1347
-
1348
- #: build/index_mappress_admin.js:1
1349
- msgid "Value (a or a,b,c...)"
1350
- msgstr ""
1351
-
1352
- #: build/index_mappress_admin.js:1
1353
- msgid "Invalid JSON"
1354
- msgstr ""
1355
-
1356
- #: build/index_mappress_admin.js:1
1357
- msgid "Update"
1358
- msgstr ""
1359
-
1360
- #: build/index_mappress_admin.js:1
1361
- #, fuzzy
1362
- #| msgid "country code"
1363
- msgid "Query code"
1364
- msgstr "kod kraju"
1365
-
1366
- #: build/index_mappress_admin.js:1
1367
- #, fuzzy
1368
- #| msgid "MapPress"
1369
- msgid "MapPress Mashup"
1370
- msgstr "MapPress"
1371
-
1372
- #: build/index_mappress_admin.js:1
1373
- msgid "Insert a mashup"
1374
- msgstr ""
1375
-
1376
- #: build/index_mappress_admin.js:1
1377
- msgid "Options saved."
1378
- msgstr ""
1379
-
1380
- #: build/index_mappress_admin.js:1
1381
- msgid "Mapping Engine"
1382
- msgstr ""
1383
-
1384
- #: build/index_mappress_admin.js:1
1385
- msgid "Save options"
1386
- msgstr ""
1387
-
1388
- #: build/index_mappress_admin.js:1
1389
- #, fuzzy
1390
- #| msgid "Map size"
1391
- msgid "Map copied"
1392
- msgstr "Rozmiar mapy"
1393
-
1394
- #: build/index_mappress_admin.js:1
1395
- msgid "Shortcode copied"
1396
- msgstr ""
1397
-
1398
- #: build/index_mappress_admin.js:1
1399
- msgid "post title, map title, or map id"
1400
- msgstr ""
1401
-
1402
- #: build/index_mappress_admin.js:1
1403
- #, fuzzy
1404
- #| msgid "Current posts"
1405
- msgid "current post"
1406
- msgstr "Aktualny wpis"
1407
-
1408
- #: build/index_mappress_admin.js:1
1409
- #, fuzzy
1410
- #| msgid "Edit"
1411
- msgid "Edit post"
1412
- msgstr "Edytuj"
1413
-
1414
- #: build/index_mappress_admin.js:1
1415
- msgid "Copy"
1416
- msgstr ""
1417
-
1418
- #: build/index_mappress_admin.js:1
1419
- msgid "Shortcode"
1420
- msgstr ""
1421
-
1422
- #: build/index_mappress_admin.js:1
1423
- #, fuzzy
1424
- #| msgid "Delete"
1425
- msgid "Delete map"
1426
- msgstr "Usuń"
1427
-
1428
- #: build/index_mappress_admin.js:1
1429
- msgid "Viewport saved"
1430
- msgstr ""
1431
-
1432
- #: build/index_mappress_admin.js:1
1433
- #, fuzzy
1434
- #| msgid "Width(px)"
1435
- msgid "px, %, vw"
1436
- msgstr "Szerokość (px)"
1437
-
1438
- #: build/index_mappress_admin.js:1
1439
- msgid "Width"
1440
- msgstr "Szerokość"
1441
-
1442
- #: build/index_mappress_admin.js:1
1443
- #, fuzzy
1444
- #| msgid "Width(px)"
1445
- msgid "px, %, vh"
1446
- msgstr "Szerokość (px)"
1447
-
1448
- #: build/index_mappress_admin.js:1
1449
- #, fuzzy
1450
- #| msgid "Weight"
1451
- msgid "Height"
1452
- msgstr "Waga czcionki"
1453
-
1454
- #: build/index_mappress_admin.js:1
1455
- #, fuzzy
1456
- #| msgid "Center"
1457
- msgid "Center/Zoom"
1458
- msgstr "Wyśrodkowana"
1459
-
1460
  #: package.json
1461
  msgctxt "block description"
1462
  msgid "MapPress Maps for WordPress"
@@ -1466,7 +1235,6 @@ msgstr ""
1466
  #~ msgstr "Podpowiedzi"
1467
 
1468
  #, fuzzy
1469
- #~| msgid "Show POI titles as a \"tooltip\" on mouse-over"
1470
  #~ msgid "Show a tooltip when mouse is over a POI"
1471
  #~ msgstr "Pokaż nazwy POI jako \"dymki\" po najechaniu myszką"
1472
 
@@ -1480,18 +1248,22 @@ msgstr ""
1480
  #~ msgstr "Kontakt"
1481
 
1482
  #~ msgid ""
1483
- #~ "WARNING: MapPress now requires WordPress 3.2 or higher. Please upgrade "
1484
- #~ "before using MapPress."
 
1485
  #~ msgstr ""
1486
- #~ "UWAGA: MapPress wymaga wersji 3.2 Wordpressa albo wyższe. Uaktualnij aby "
1487
- #~ "używaćMapPressa."
 
1488
 
1489
  #~ msgid ""
1490
- #~ "WARNING: MapPress is not compfatible with the WP-Geo plugin. Please "
1491
- #~ "deactivate or uninstall WP-Geo before using MapPress."
 
1492
  #~ msgstr ""
1493
- #~ "UWAGA: MapPress nie jest kompatybilny z wtyczką WP-Geo. Wyłącz ją lub "
1494
- #~ "usuń aby używać MapPressa."
 
1495
 
1496
  #~ msgid "Bike"
1497
  #~ msgstr "Motocyklem"
@@ -1500,11 +1272,13 @@ msgstr ""
1500
  #~ msgstr "Jeden z adresów nie został znaleziony."
1501
 
1502
  #~ msgid ""
1503
- #~ "Google cannot return directions between those addresses. There is no "
1504
- #~ "route between them or the routing information is not available."
 
1505
  #~ msgstr ""
1506
- #~ "Google nie mogło znaleźć trasy pomiędzy tymi dwoma adresami. Nie ma "
1507
- #~ "pomiędzy nimi drogi lub informacje niedostępne."
 
1508
 
1509
  #~ msgid "Unknown error, unable to return directions. Status code = "
1510
  #~ msgstr "Nieznany błąd, nie udało się uzyskać trasy. Status = "
@@ -1574,9 +1348,11 @@ msgstr ""
1574
  #~ msgstr "Ładuj mapy na końcu"
1575
 
1576
  #~ msgid ""
1577
- #~ "Use the settings below to automatically create maps from custom fields."
 
1578
  #~ msgstr ""
1579
- #~ "Użyj opcji poniżej aby automatycznie tworzyć mapy z własnego typu pól."
 
1580
 
1581
  #~ msgid "Posts"
1582
  #~ msgstr "Wpisy"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: polish-1.0\n"
4
+ "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mappress-google-maps-for-wordpress\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: 2020-12-15T18:23:01+00:00\n"
11
+ "PO-Revision-Date: 2020-12-15 11:20-0800\n"
12
+ "Language: pl\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 2.4.2\n"
17
  "X-Poedit-SearchPath-0: ..\n"
18
  "X-Poedit-SearchPath-1: ..\n"
40
  msgid "https://www.mappresspro.com/chris-contact"
41
  msgstr ""
42
 
43
+ #: mappress.php:171
44
+ #: mappress.php:701
45
+ #: build/index_mappress_admin.js:1
46
  msgid "Settings"
47
  msgstr "Ustawienia"
48
 
49
+ #: mappress.php:172
50
+ #: build/index_mappress_admin.js:1
51
  #, fuzzy
 
52
  msgid "Map Library"
53
  msgstr "Krawędzie mapy"
54
 
55
  #: mappress.php:183
56
+ msgid "MapPress database tables are missing. Please deactivate the plugin and activate it again to fix this."
57
+ msgstr "Brak baz danych MapPressa. Wyłącz wtyczkę i włącz ją ponownie aby to naprawić."
 
 
 
 
58
 
59
  #: mappress.php:188
60
  msgid "A Google Maps API key is required"
66
 
67
  #: mappress.php:188
68
  #, fuzzy
 
69
  msgid "MapPress Settings"
70
  msgstr "Ustawienia mapy"
71
 
86
  msgstr ""
87
 
88
  #: mappress.php:285
89
+ msgid "If you're enjoying MapPress, would you mind taking a moment to write a brief review? It would mean the world to me!"
 
 
90
  msgstr ""
91
 
92
  #: mappress.php:286
93
+ msgid "If you have any issues or suggestions, please let me know. I'll be happy to help!"
 
 
94
  msgstr ""
95
 
96
+ #: mappress.php:402
97
+ #: mappress.php:931
98
  msgid "Version"
99
  msgstr "Wersja"
100
 
101
+ #: mappress.php:404
102
+ #: build/index_mappress_admin.js:1
103
  msgid "Help"
104
  msgstr ""
105
 
112
  msgstr ""
113
 
114
  #: mappress.php:477
115
+ msgid "MapPress Gutenberg blocks require WordPress 5.3 or the latest Gutenberg Plugin. Please update if using the block editor."
 
 
116
  msgstr ""
117
 
118
  #: mappress.php:481
128
  msgstr ""
129
 
130
  #: mappress.php:488
131
+ msgid "Use this button to open the new popup editor where you can easily create, edit and insert maps."
 
 
132
  msgstr ""
133
 
134
  #: mappress.php:534
149
 
150
  #: mappress.php:538
151
  #, fuzzy
 
152
  msgid "Loading"
153
  msgstr "Ładowanie..."
154
 
160
  msgid "Unable to get your location"
161
  msgstr "Nie można uzyskać informacje o położeniu"
162
 
163
+ #: mappress.php:541
164
+ #: build/index_mappress_admin.js:1
165
  msgid "No results"
166
  msgstr ""
167
 
168
  #: mappress.php:542
169
  #, fuzzy
 
170
  msgid "Save changes?"
171
  msgstr "Zapisz zmiany"
172
 
176
 
177
  #: mappress.php:572
178
  #, fuzzy
 
179
  msgid "Improve this map"
180
  msgstr "Usunąć tę mapę?"
181
 
182
+ #: mappress.php:588
183
+ #: mappress.php:607
184
  #, fuzzy
 
185
  msgid "Streets"
186
  msgstr "Street view"
187
 
191
 
192
  #: mappress.php:590
193
  #, fuzzy
 
194
  msgid "Light"
195
  msgstr "Po prawej"
196
 
204
 
205
  #: mappress.php:593
206
  #, fuzzy
 
207
  msgid "Satellite Streets"
208
  msgstr "Satelita"
209
 
210
+ #: mappress_controls.php:93
211
+ #: templates_admin/widgets.php:42
212
  #: build/index_mappress_admin.js:1
213
  msgid "Add"
214
  msgstr "Dodaj"
215
 
216
+ #: mappress_controls.php:102
217
+ #: templates_admin/editor.php:47
218
+ #: templates_admin/mce.php:100
219
+ #: templates_admin/widgets.php:94
220
  #: build/index_mappress_admin.js:1
221
  msgid "Delete"
222
  msgstr "Usuń"
223
 
224
+ #: mappress_map.php:85
225
+ #: mappress_settings.php:321
226
  msgid "MapPress"
227
  msgstr "MapPress"
228
 
229
+ #: mappress_map.php:94
230
+ #: templates_admin/mce.php:30
231
+ #: templates_admin/mce.php:80
232
+ #: templates_admin/mce.php:86
233
+ #: build/index_mappress_admin.js:1
234
  msgid "Untitled"
235
  msgstr "Brak nazwy"
236
 
237
  #: mappress_map.php:95
238
  #, fuzzy
 
239
  msgid "Copy of %s"
240
  msgstr "Nad treścią"
241
 
255
  msgid "Mapping API"
256
  msgstr ""
257
 
258
+ #: mappress_settings.php:92
259
+ #: build/index_mappress_admin.js:1
260
  #, fuzzy
 
261
  msgid "Google API key"
262
  msgstr "Nowe okno z Google Maps"
263
 
279
 
280
  #: mappress_settings.php:103
281
  #, fuzzy
 
282
  msgid "Automatic display"
283
  msgstr "Automatyczne wyświetlanie mapy"
284
 
286
  msgid "Map alignment"
287
  msgstr "Wyrównanie"
288
 
289
+ #: mappress_settings.php:105
290
+ #: templates/map-popup.php:3
291
  #: templates/mashup-popup.php:6
292
  msgid "Directions"
293
  msgstr "Przekierowania po kliknięciu w mapę"
300
  msgid "Default zoom"
301
  msgstr "Domyślne zbliżenie"
302
 
303
+ #: mappress_settings.php:110
304
+ #: mappress_settings.php:238
305
  msgid "Open first POI"
306
  msgstr "Otwórz pierwsze POI"
307
 
331
 
332
  #: mappress_settings.php:121
333
  #, fuzzy
 
334
  msgid "Search language"
335
  msgstr "języka"
336
 
358
  msgid "Compatiblity"
359
  msgstr ""
360
 
361
+ #: mappress_settings.php:175
362
+ #: mappress_settings.php:244
363
+ #: pro/mappress_pro_settings.php:234
364
+ #: templates_admin/widgets.php:78
365
  #: build/index_mappress_admin.js:1
366
  msgid "Default"
367
  msgstr "Domyślny"
390
  msgid "Bottom of post"
391
  msgstr "Pod treścią"
392
 
393
+ #: mappress_settings.php:199
394
+ #: mappress_settings.php:243
395
  msgid "(list)"
396
  msgstr ""
397
 
403
  msgid "Prevent other plugins/themes from loading the Google Maps API"
404
  msgstr ""
405
 
406
+ #: mappress_settings.php:212
407
+ #: mappress_settings.php:221
408
+ #: pro/mappress_pro_settings.php:232
409
+ #: build/index_mappress_admin.js:1
410
  msgid "Google"
411
  msgstr "Nowe okno z Google Maps"
412
 
414
  msgid "Inline"
415
  msgstr "W linii"
416
 
417
+ #: mappress_settings.php:221
418
+ #: build/index_mappress_admin.js:1
419
  msgid "Leaflet"
420
  msgstr ""
421
 
422
  #: mappress_settings.php:223
423
+ msgid "Leaflet is free and requires no API key. Google requires an API key and has strict usage limits."
 
 
424
  msgstr ""
425
 
426
+ #: mappress_settings.php:229
427
+ #: mappress_settings.php:232
428
  msgid "Output scripts in footer"
429
  msgstr ""
430
 
444
  msgid "Enter token to use Mapbox map tiles"
445
  msgstr ""
446
 
447
+ #: mappress_settings.php:257
448
+ #: mappress_settings.php:262
449
  #, fuzzy
 
450
  msgid "Map type control"
451
  msgstr "Kontrolki na mapie"
452
 
453
  #: mappress_settings.php:258
454
  #, fuzzy
 
455
  msgid "Street view control"
456
  msgstr "Street view"
457
 
458
+ #: mappress_settings.php:259
459
+ #: mappress_settings.php:263
460
  #, fuzzy
 
461
  msgid "Zoom control"
462
  msgstr "Pokaż kontrolki"
463
 
471
 
472
  #: mappress_settings.php:299
473
  #, fuzzy
 
474
  msgid "Width (px, %, vh, vw)"
475
  msgstr "Szerokość (px)"
476
 
477
  #: mappress_settings.php:299
478
  #, fuzzy
 
479
  msgid "Height (px, %, vh, vw)"
480
  msgstr "Wysokość (px)"
481
 
482
  #: mappress_settings.php:299
483
  #, fuzzy
 
484
  msgid "Default size"
485
  msgstr "Domyślny styl"
486
 
488
  msgid "Copy maps when overwriting a translation"
489
  msgstr ""
490
 
491
+ #: mappress_settings.php:326
492
+ #: mappress_settings.php:334
493
  msgid "Save Changes"
494
  msgstr "Zapisz zmiany"
495
 
496
+ #: mappress_settings.php:327
497
+ #: mappress_settings.php:335
498
  msgid "Reset Defaults"
499
  msgstr "Przywróć domyślne"
500
 
502
  msgid "Address"
503
  msgstr "Adres"
504
 
505
+ #: mappress_template.php:35
506
+ #: pro/mappress_pro_settings.php:338
507
  msgid "Body"
508
  msgstr "Treść"
509
 
510
+ #: mappress_template.php:36
511
+ #: pro/mappress_pro_settings.php:174
512
  #: pro/mappress_pro_settings.php:338
513
  msgid "Icon"
514
  msgstr "Ikona"
515
 
516
  #: mappress_template.php:37
517
  #, fuzzy
 
518
  msgid "Thumbnail"
519
  msgstr "Rozmiar miniaturki"
520
 
521
+ #: mappress_template.php:38
522
+ #: pro/mappress_pro_settings.php:338
523
  msgid "Title"
524
  msgstr "Tytuł"
525
 
527
  msgid "Url"
528
  msgstr ""
529
 
530
+ #: mappress_template.php:40
531
+ #: pro/mappress_filter.php:120
532
  #: pro/mappress_pro_settings.php:343
533
  msgid "Custom Field"
534
  msgstr "Własne typy pól"
535
 
536
+ #: pro/mappress_filter.php:84
537
+ #: pro/mappress_filter.php:133
538
+ #: pro/mappress_pro_settings.php:167
539
+ #: build/index_mappress_admin.js:1
540
  #, fuzzy
 
541
  msgid "Post type"
542
  msgstr "Typy wiadomości"
543
 
547
 
548
  #: pro/mappress_filter.php:120
549
  #, fuzzy
 
550
  msgid "Post field"
551
  msgstr "Tytuł wpisu"
552
 
554
  msgid "Invalid geocoder: %s"
555
  msgstr ""
556
 
557
+ #: pro/mappress_geocoder.php:59
558
+ #: pro/mappress_geocoder.php:110
559
+ #: pro/mappress_geocoder.php:147
560
+ #: pro/mappress_geocoder.php:192
561
  msgid "No results for address: %s"
562
  msgstr "Brak wyników dla adresu: %s"
563
 
567
 
568
  #: pro/mappress_geocoder.php:100
569
  #, fuzzy
 
570
  msgid "Invalid status: %s, %s Address: %s"
571
  msgstr "Nieprawidłowy status: %s, adres: %s"
572
 
586
  msgid "Files error: "
587
  msgstr ""
588
 
589
+ #: pro/mappress_meta.php:109
590
+ #: build/index_mappress_admin.js:1
591
  msgid "Automatic"
592
  msgstr "Automatycznie"
593
 
597
 
598
  #: pro/mappress_pro_settings.php:17
599
  #, fuzzy
 
600
  msgid "Beta versions"
601
  msgstr "Wersja"
602
 
603
  #: pro/mappress_pro_settings.php:21
604
  #, fuzzy
 
605
  msgid "Geocoder"
606
  msgstr "Geokoder(zy)"
607
 
611
 
612
  #: pro/mappress_pro_settings.php:24
613
  #, fuzzy
 
614
  msgid "POI list layout"
615
  msgstr "Lista punktów POI"
616
 
628
 
629
  #: pro/mappress_pro_settings.php:30
630
  #, fuzzy
 
631
  msgid "Popup type"
632
  msgstr "Typy wiadomości"
633
 
637
 
638
  #: pro/mappress_pro_settings.php:33
639
  #, fuzzy
 
640
  msgid "Icon directory"
641
  msgstr "Folder dodatkowych ikon"
642
 
643
  #: pro/mappress_pro_settings.php:34
644
  #, fuzzy
 
645
  msgid "Custom icons"
646
  msgstr "Folder dodatkowych ikon"
647
 
651
 
652
  #: pro/mappress_pro_settings.php:36
653
  #, fuzzy
 
654
  msgid "Automatic icons"
655
  msgstr "Automatycznie"
656
 
657
+ #: pro/mappress_pro_settings.php:38
658
+ #: templates/map.php:51
659
+ #: templates_admin/mce.php:13
660
+ #: build/index_mappress_admin.js:1
661
  msgid "Search"
662
  msgstr ""
663
 
664
+ #: pro/mappress_pro_settings.php:40
665
+ #: templates/map.php:58
666
  msgid "Filter"
667
  msgstr ""
668
 
669
  #: pro/mappress_pro_settings.php:41
670
  #, fuzzy
 
671
  msgid "POI content"
672
  msgstr "Tytuł punktu POI"
673
 
674
  #: pro/mappress_pro_settings.php:42
675
  #, fuzzy
 
676
  msgid "POI click"
677
  msgstr "Odnośniki POI"
678
 
682
 
683
  #: pro/mappress_pro_settings.php:44
684
  #, fuzzy
 
685
  msgid "Thumbnails"
686
  msgstr "Rozmiar miniaturki"
687
 
688
  #: pro/mappress_pro_settings.php:45
689
  #, fuzzy
 
690
  msgid "Thumbnail size"
691
  msgstr "Rozmiar miniaturki"
692
 
693
+ #: pro/mappress_pro_settings.php:48
694
+ #: pro/mappress_pro_settings.php:50
695
  msgid "Styled maps"
696
  msgstr "Ostylowane mapy"
697
 
709
 
710
  #: pro/mappress_pro_settings.php:56
711
  #, fuzzy
 
712
  msgid "Geocoding errors"
713
  msgstr "Pola geokodowania"
714
 
718
 
719
  #: pro/mappress_pro_settings.php:61
720
  #, fuzzy
 
721
  msgid "Custom templates"
722
  msgstr "Własne typy pól"
723
 
724
+ #: pro/mappress_pro_settings.php:62
725
+ #: pro/mappress_pro_settings.php:227
726
  msgid "Force resize"
727
  msgstr "Wymuś zmianę rozmiaru"
728
 
764
 
765
  #: pro/mappress_pro_settings.php:224
766
  #, fuzzy
 
767
  msgid "Permanently resize existing maps (classic editor only)"
768
  msgstr "Trwale zmień rozmiar istniejących map"
769
 
783
  msgid "MapBox"
784
  msgstr ""
785
 
786
+ #: pro/mappress_pro_settings.php:246
787
+ #: templates_admin/widgets.php:68
788
  msgid "Edit"
789
  msgstr "Edytuj"
790
 
798
 
799
  #: pro/mappress_pro_settings.php:268
800
  #, fuzzy
 
801
  msgid "Left of map"
802
  msgstr "Resetuj mapę"
803
 
804
  #: pro/mappress_pro_settings.php:269
805
  #, fuzzy
 
806
  msgid "Below map"
807
  msgstr "Pokaż mapę"
808
 
809
  #: pro/mappress_pro_settings.php:275
810
  #, fuzzy
 
811
  msgid "Get license"
812
  msgstr "Znajdź drogę"
813
 
823
  msgid "Check now"
824
  msgstr ""
825
 
826
+ #: pro/mappress_pro_settings.php:299
827
+ #: pro/mappress_updater.php:116
828
  msgid "Communication error, please try again later"
829
  msgstr ""
830
 
834
 
835
  #: pro/mappress_pro_settings.php:305
836
  #, fuzzy
 
837
  msgid "POI title + POI body"
838
  msgstr "Tytuł punktu POI"
839
 
840
  #: pro/mappress_pro_settings.php:305
841
  #, fuzzy
 
842
  msgid "Post title + post excerpt"
843
  msgstr "Wycinek wpisu"
844
 
845
  #: pro/mappress_pro_settings.php:310
846
  #, fuzzy
 
847
  msgid "Open POI"
848
  msgstr "Otwórz punkt POI"
849
 
850
  #: pro/mappress_pro_settings.php:310
851
  #, fuzzy
 
852
  msgid "Open post"
853
  msgstr "Aktualny wpis"
854
 
866
 
867
  #: pro/mappress_pro_settings.php:337
868
  #, fuzzy
 
869
  msgid "Address line "
870
  msgstr "1 linia adresu"
871
 
877
  msgid "Longitude"
878
  msgstr "Długość"
879
 
880
+ #: pro/mappress_pro_settings.php:338
881
+ #: build/index_mappress_admin.js:1
882
  msgid "Zoom"
883
  msgstr "Zbliżenie"
884
 
885
  #: pro/mappress_pro_settings.php:343
886
  #, fuzzy
 
887
  msgid "Map Field"
888
  msgstr "Rozmiar mapy"
889
 
890
  #: pro/mappress_pro_settings.php:356
891
  #, fuzzy
 
892
  msgid "Overwrite maps when posts are saved"
893
  msgstr "Nadpisz istniejące mapy przy aktualizacji"
894
 
898
 
899
  #: pro/mappress_pro_settings.php:365
900
  #, fuzzy
 
901
  msgid "Show a list of POIs with each map"
902
  msgstr "Pokaż listę punktów POI pod każdą mapą"
903
 
904
  #: pro/mappress_pro_settings.php:373
905
  #, fuzzy
 
906
  msgid "Enable search"
907
  msgstr "Włącz"
908
 
909
  #: pro/mappress_pro_settings.php:377
910
  #, fuzzy
 
911
  msgid "Sort POI list by title"
912
  msgstr "Pokaż listę punktów POI"
913
 
917
 
918
  #: pro/mappress_pro_settings.php:392
919
  #, fuzzy
 
920
  msgid "Snazzy Maps"
921
  msgstr "Stylizowane mapy"
922
 
923
  #: pro/mappress_pro_settings.php:393
924
  #, fuzzy
 
925
  msgid "Enter JSON from %s"
926
  msgstr "Podaj JSON dla %s od Googla %s"
927
 
928
+ #: pro/mappress_pro_settings.php:397
929
+ #: pro/mappress_pro_settings.php:413
930
  msgid "Style name"
931
  msgstr "Nazwa arkusza stylów"
932
 
958
  msgid "JSON error"
959
  msgstr ""
960
 
961
+ #: pro/mappress_widget.php:69
962
+ #: pro/mappress_widget_map.php:56
963
  msgid "Widget title"
964
  msgstr "Tytuł widgetu"
965
 
966
+ #: pro/mappress_widget.php:74
967
+ #: pro/mappress_widget_map.php:66
968
  msgid "Map size"
969
  msgstr "Rozmiar mapy"
970
 
992
  msgid "Learn about queries"
993
  msgstr "Dowiedz się więcej o zapytaniach"
994
 
995
+ #: pro/mappress_widget.php:94
996
+ #: pro/mappress_widget_map.php:74
997
  msgid "Show POI list"
998
  msgstr "Pokaż listę punktów POI"
999
 
1000
+ #: pro/mappress_widget.php:101
1001
+ #: pro/mappress_widget_map.php:81
1002
  msgid "Other Settings"
1003
  msgstr "Inne ustawienia"
1004
 
1005
+ #: pro/mappress_widget.php:104
1006
+ #: pro/mappress_widget_map.php:84
1007
  msgid "Example: initialopeninfo=\"true\""
1008
  msgstr ""
1009
 
1010
+ #: pro/mappress_widget_map.php:61
1011
+ #: templates_admin/mce.php:49
1012
+ #: templates_admin/mce.php:69
1013
+ #: build/index_mappress_admin.js:1
1014
  msgid "Map ID"
1015
  msgstr "ID mapy"
1016
 
1028
 
1029
  #: templates/map-filters.php:13
1030
  #, fuzzy
 
1031
  msgid "Reset"
1032
  msgstr "Resetuj mapę"
1033
 
1034
  #: templates/map-loop.php:3
1035
  #, fuzzy
 
1036
  msgid "Results"
1037
  msgstr "Przywróć domyślne"
1038
 
1039
  #: templates/map.php:53
1040
  #, fuzzy
 
1041
  msgid "Your Location"
1042
  msgstr "Lokalizacja"
1043
 
1063
 
1064
  #: templates/map.php:84
1065
  #, fuzzy
 
1066
  msgid "Show List"
1067
  msgstr "Pokaż listę punktów POI"
1068
 
1069
  #: templates/map.php:85
1070
  #, fuzzy
 
1071
  msgid "Show Map"
1072
  msgstr "Pokaż mapę"
1073
 
1083
  msgid "Add Media"
1084
  msgstr ""
1085
 
1086
+ #: templates_admin/editor.php:45
1087
+ #: templates_admin/mce.php:55
1088
+ #: templates_admin/widgets.php:91
1089
+ #: build/index_mappress_admin.js:1
1090
  msgid "Save"
1091
  msgstr "Zapisz"
1092
 
1093
+ #: templates_admin/editor.php:46
1094
+ #: templates_admin/mce.php:56
1095
+ #: templates_admin/widgets.php:92
1096
+ #: build/index_mappress_admin.js:1
1097
  msgid "Cancel"
1098
  msgstr "Anuluj"
1099
 
1100
+ #: templates_admin/mce.php:6
1101
+ #: build/index_mappress_admin.js:1
1102
  #, fuzzy
 
1103
  msgid "Select a map"
1104
  msgstr "Resetuj mapę"
1105
 
1106
+ #: templates_admin/mce.php:7
1107
+ #: build/index_mappress_admin.js:1
1108
  msgid "Add New"
1109
  msgstr ""
1110
 
1111
  #: templates_admin/mce.php:14
1112
  #, fuzzy
 
1113
  msgid "post title"
1114
  msgstr "Tytuł wpisu"
1115
 
1116
+ #: templates_admin/mce.php:18
1117
+ #: build/index_mappress_admin.js:1
1118
  msgid "Attached to this post"
1119
  msgstr ""
1120
 
1121
+ #: templates_admin/mce.php:19
1122
+ #: build/index_mappress_admin.js:1
1123
  #, fuzzy
 
1124
  msgid "All maps"
1125
  msgstr "Wszystkie wpisy"
1126
 
1128
  msgid "Close"
1129
  msgstr "Zamknij"
1130
 
1131
+ #: templates_admin/mce.php:35
1132
+ #: build/index_mappress_admin.js:1
1133
  msgid "Size"
1134
  msgstr "Rozmiar"
1135
 
1137
  msgid "Save center / zoom"
1138
  msgstr ""
1139
 
1140
+ #: templates_admin/mce.php:68
1141
+ #: build/index_mappress_admin.js:1
1142
  #, fuzzy
 
1143
  msgid "Map title"
1144
  msgstr "Tytuł mapy"
1145
 
1146
+ #: templates_admin/mce.php:71
1147
+ #: build/index_mappress_admin.js:1
1148
  msgid "Attached to"
1149
  msgstr ""
1150
 
1151
+ #: templates_admin/mce.php:73
1152
+ #: build/index_mappress_admin.js:1
1153
  #, fuzzy
 
1154
  msgid "Action"
1155
  msgstr "Lokalizacja"
1156
 
1157
  #: templates_admin/mce.php:87
1158
  #, fuzzy
 
1159
  msgid "Current post"
1160
  msgstr "Aktualny wpis"
1161
 
1162
+ #: templates_admin/mce.php:92
1163
+ #: build/index_mappress_admin.js:1
1164
  msgid "Unattached"
1165
  msgstr ""
1166
 
1168
  msgid "Insert into post"
1169
  msgstr "Wstaw do wpisu"
1170
 
1171
+ #: templates_admin/mce.php:107
1172
+ #: build/index_mappress_admin.js:1
1173
  #, fuzzy
 
1174
  msgid "No maps found"
1175
  msgstr "Mapa nie znaleziona"
1176
 
1184
 
1185
  #: templates_admin/widgets.php:28
1186
  #, fuzzy
 
1187
  msgid "No custom icons have been added yet."
1188
  msgstr "Nie zdefiniowano jeszcze żadnych styli"
1189
 
1197
 
1198
  #: templates_admin/widgets.php:67
1199
  #, fuzzy
 
1200
  msgid "Map list item"
1201
  msgstr "Rozmiar mapy"
1202
 
1203
  #: templates_admin/widgets.php:67
1204
  #, fuzzy
 
1205
  msgid "Mashup popup"
1206
  msgstr "Mashupy"
1207
 
1208
  #: templates_admin/widgets.php:67
1209
  #, fuzzy
 
1210
  msgid "Mashup list item"
1211
  msgstr "Mashup POI tytuł"
1212
 
1213
  #: templates_admin/widgets.php:74
1214
  #, fuzzy
 
1215
  msgid "New"
1216
  msgstr "Nowa mapa"
1217
 
1218
+ #: templates_admin/widgets.php:74
1219
+ #: build/index_mappress_admin.js:1
1220
  #, fuzzy
 
1221
  msgid "Custom"
1222
  msgstr "Własne typy pól"
1223
 
1224
  #: templates_admin/widgets.php:77
1225
  #, fuzzy
 
1226
  msgid "Editor"
1227
  msgstr "Edytuj"
1228
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1229
  #: package.json
1230
  msgctxt "block description"
1231
  msgid "MapPress Maps for WordPress"
1235
  #~ msgstr "Podpowiedzi"
1236
 
1237
  #, fuzzy
 
1238
  #~ msgid "Show a tooltip when mouse is over a POI"
1239
  #~ msgstr "Pokaż nazwy POI jako \"dymki\" po najechaniu myszką"
1240
 
1248
  #~ msgstr "Kontakt"
1249
 
1250
  #~ msgid ""
1251
+ "\n"
1252
+ "MapPress now requires WordPress 3.2 or higher. Please upgrade \"\n"
1253
+ "using MapPress.\""
1254
  #~ msgstr ""
1255
+ "\n"
1256
+ "MapPress wymaga wersji 3.2 Wordpressa albo wyższe. Uaktualnij aby \"\n"
1257
+ ""
1258
 
1259
  #~ msgid ""
1260
+ "\n"
1261
+ "MapPress is not compfatible with the WP-Geo plugin. Please \"\n"
1262
+ "or uninstall WP-Geo before using MapPress.\""
1263
  #~ msgstr ""
1264
+ "\n"
1265
+ "MapPress nie jest kompatybilny z wtyczką WP-Geo. Wyłącz ją lub \"\n"
1266
+ "aby używać MapPressa.\""
1267
 
1268
  #~ msgid "Bike"
1269
  #~ msgstr "Motocyklem"
1272
  #~ msgstr "Jeden z adresów nie został znaleziony."
1273
 
1274
  #~ msgid ""
1275
+ "\n"
1276
+ "cannot return directions between those addresses. There is no \"\n"
1277
+ "between them or the routing information is not available.\""
1278
  #~ msgstr ""
1279
+ "\n"
1280
+ "nie mogło znaleźć trasy pomiędzy tymi dwoma adresami. Nie ma \"\n"
1281
+ "nimi drogi lub informacje są niedostępne.\""
1282
 
1283
  #~ msgid "Unknown error, unable to return directions. Status code = "
1284
  #~ msgstr "Nieznany błąd, nie udało się uzyskać trasy. Status = "
1348
  #~ msgstr "Ładuj mapy na końcu"
1349
 
1350
  #~ msgid ""
1351
+ "\n"
1352
+ "the settings below to automatically create maps from custom fields.\""
1353
  #~ msgstr ""
1354
+ "\n"
1355
+ "opcji poniżej aby automatycznie tworzyć mapy z własnego typu pól.\""
1356
 
1357
  #~ msgid "Posts"
1358
  #~ msgstr "Wpisy"
languages/mappress-google-maps-for-wordpress-pt_BR-4cfebd0e75a430fc3eb311e0637a25c6.json ADDED
@@ -0,0 +1 @@
 
1
+ {"translation-revision-date":"2020-12-15 11:20-0800","generator":"WP-CLI\/2.4.0","source":"build\/index_mappress_admin.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"pt_BR","plural-forms":"nplurals=2; plural=(n != 1);"},"Settings":["Configura\u00e7\u00f5es"],"Map Library":[""],"Help":[""],"No results":[""],"Add":["Adicionar"],"Delete":["Deletar"],"Untitled":["Sem t\u00edtulo"],"Google API key":["No Google"],"Default":["Padr\u00e3o"],"Google":["No Google"],"Leaflet":[""],"Post type":["Post types"],"Automatic":["Exibi\u00e7\u00e3o autom\u00e1tica do mapa"],"Search":[""],"Zoom":["Zoom"],"Map ID":["ID do Mapa"],"Save":["Salvar"],"Cancel":["Cancelar"],"Select a map":["Selecione um mapa"],"Add New":[""],"Attached to this post":["Mapas neste post"],"All maps":["Todos os posts"],"Size":[""],"Map title":["T\u00edtulo do marcador"],"Attached to":[""],"Action":["Localiza\u00e7\u00e3o"],"Unattached":[""],"No maps found":[""],"Custom":["CSS personalizado"],"New map":[""],"Edit map":["Editar"],"Like the block? Upgrade to the free plugin or MapPress Pro for more features!":[""],"MapPress Pro":["Link do MapPress"],"Free plugin":[""],"MapPress options":["Link do MapPress"],"Map settings":["Configura\u00e7\u00f5es"],"MapPress Map":["Link do MapPress"],"Create a new map or choose one from the map library.":[""],"Insert a map":["Selecione um mapa"],"Query":[""],"Refresh map":[""],"Author":[""],"Order by":["Corpo do marcador"],"Include children":[""],"Add custom field":["Campos personalizados"],"Field name":[""],"The field \"%s\" has already been added":[""],"Please enter a field name":[""],"Value (a or a,b,c...)":[""],"Invalid JSON":[""],"Update":[""],"Query code":["c\u00f3digo do pa\u00eds"],"MapPress Mashup":["Link do MapPress"],"Insert a mashup":[""],"Options saved.":["Mapa salvo"],"Mapping Engine":[""],"Save options":[""],"Map copied":["Tamanho do mapa"],"Shortcode copied":[""],"post title, map title, or map id":[""],"current post":["Post atuais"],"Edit post":["Editar"],"Copy":[""],"Shortcode":[""],"Delete map":["Deletar"],"Viewport saved":["Mapa salvo"],"px, %, vw":[""],"Width":[""],"px, %, vh":[""],"Height":["Direita"],"Center\/Zoom":["Centralizado"]}}}
languages/mappress-google-maps-for-wordpress-pt_BR.po CHANGED
@@ -1,22 +1,20 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: MapPress Easy Google Maps 2.28\n"
4
- "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mappress-google-"
5
- "maps-for-wordpress\n"
6
- "POT-Creation-Date: 2020-12-15T18:23:01+00:00\n"
7
- "PO-Revision-Date: 2020-12-15 11:20-0800\n"
8
  "Last-Translator: Plugin Author <donotreply@gmail.com>\n"
9
  "Language-Team: Caio Bleggi <caio_bleggi@hotmail.com>\n"
10
- "Language: pt_BR\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-KeywordsList: _;gettext;gettext_noop;__;_e\n"
15
  "X-Poedit-Basepath: .\n"
16
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
  "X-Generator: Poedit 2.4.2\n"
18
- "X-Poedit-SearchPath-0: //GUSTAVO-PC/htdocs/portaljoinville/wp-content/"
19
- "plugins/mappress-google-maps-for-wordpress\n"
20
 
21
  #. Plugin Name of the plugin
22
  msgid "MapPress Maps for WordPress"
@@ -38,23 +36,21 @@ msgstr ""
38
  msgid "https://www.mappresspro.com/chris-contact"
39
  msgstr ""
40
 
41
- #: mappress.php:171 mappress.php:701 build/index_mappress_admin.js:1
 
 
42
  #, fuzzy
43
- #| msgid "Basic Settings"
44
  msgid "Settings"
45
  msgstr "Configurações"
46
 
47
- #: mappress.php:172 build/index_mappress_admin.js:1
 
48
  msgid "Map Library"
49
  msgstr ""
50
 
51
  #: mappress.php:183
52
- msgid ""
53
- "MapPress database tables are missing. Please deactivate the plugin and "
54
- "activate it again to fix this."
55
- msgstr ""
56
- "As tabelas do banco de dados do MapPress não foram encontradas. Por favor "
57
- "desative o plugin e ative novamente para resolver o problema."
58
 
59
  #: mappress.php:188
60
  msgid "A Google Maps API key is required"
@@ -66,7 +62,6 @@ msgstr ""
66
 
67
  #: mappress.php:188
68
  #, fuzzy
69
- #| msgid "MapPress link"
70
  msgid "MapPress Settings"
71
  msgstr "Link do MapPress"
72
 
@@ -87,22 +82,20 @@ msgid "Please Help Spread the Word"
87
  msgstr ""
88
 
89
  #: mappress.php:285
90
- msgid ""
91
- "If you're enjoying MapPress, would you mind taking a moment to write a brief "
92
- "review? It would mean the world to me!"
93
  msgstr ""
94
 
95
  #: mappress.php:286
96
- msgid ""
97
- "If you have any issues or suggestions, please let me know. I'll be happy to "
98
- "help!"
99
  msgstr ""
100
 
101
- #: mappress.php:402 mappress.php:931
 
102
  msgid "Version"
103
  msgstr "Versão"
104
 
105
- #: mappress.php:404 build/index_mappress_admin.js:1
 
106
  msgid "Help"
107
  msgstr ""
108
 
@@ -115,9 +108,7 @@ msgid "Please enter your MapPress license key to enable plugin updates"
115
  msgstr ""
116
 
117
  #: mappress.php:477
118
- msgid ""
119
- "MapPress Gutenberg blocks require WordPress 5.3 or the latest Gutenberg "
120
- "Plugin. Please update if using the block editor."
121
  msgstr ""
122
 
123
  #: mappress.php:481
@@ -130,14 +121,11 @@ msgstr ""
130
 
131
  #: mappress.php:487
132
  #, fuzzy
133
- #| msgid "There are no maps yet for this post"
134
  msgid "The MapPress map editor has moved!"
135
  msgstr "Ainda não há mapas para este post"
136
 
137
  #: mappress.php:488
138
- msgid ""
139
- "Use this button to open the new popup editor where you can easily create, "
140
- "edit and insert maps."
141
  msgstr ""
142
 
143
  #: mappress.php:534
@@ -168,13 +156,13 @@ msgstr ""
168
  msgid "Unable to get your location"
169
  msgstr ""
170
 
171
- #: mappress.php:541 build/index_mappress_admin.js:1
 
172
  msgid "No results"
173
  msgstr ""
174
 
175
  #: mappress.php:542
176
  #, fuzzy
177
- #| msgid "Save Changes"
178
  msgid "Save changes?"
179
  msgstr "Salvar alterações"
180
 
@@ -184,13 +172,12 @@ msgstr ""
184
 
185
  #: mappress.php:572
186
  #, fuzzy
187
- #| msgid "Delete this map?"
188
  msgid "Improve this map"
189
  msgstr "Deletar esse mapa?"
190
 
191
- #: mappress.php:588 mappress.php:607
 
192
  #, fuzzy
193
- #| msgid "Street View"
194
  msgid "Streets"
195
  msgstr "Street View"
196
 
@@ -200,7 +187,6 @@ msgstr ""
200
 
201
  #: mappress.php:590
202
  #, fuzzy
203
- #| msgid "Right"
204
  msgid "Light"
205
  msgstr "Direita"
206
 
@@ -216,31 +202,36 @@ msgstr ""
216
  msgid "Satellite Streets"
217
  msgstr ""
218
 
219
- #: mappress_controls.php:93 templates_admin/widgets.php:42
 
220
  #: build/index_mappress_admin.js:1
221
  msgid "Add"
222
  msgstr "Adicionar"
223
 
224
- #: mappress_controls.php:102 templates_admin/editor.php:47
225
- #: templates_admin/mce.php:100 templates_admin/widgets.php:94
 
 
226
  #: build/index_mappress_admin.js:1
227
  msgid "Delete"
228
  msgstr "Deletar"
229
 
230
- #: mappress_map.php:85 mappress_settings.php:321
 
231
  #, fuzzy
232
- #| msgid "MapPress link"
233
  msgid "MapPress"
234
  msgstr "Link do MapPress"
235
 
236
- #: mappress_map.php:94 templates_admin/mce.php:30 templates_admin/mce.php:80
237
- #: templates_admin/mce.php:86 build/index_mappress_admin.js:1
 
 
 
238
  msgid "Untitled"
239
  msgstr "Sem título"
240
 
241
  #: mappress_map.php:95
242
  #, fuzzy
243
- #| msgid "Top of post"
244
  msgid "Copy of %s"
245
  msgstr "Acima do post"
246
 
@@ -260,9 +251,9 @@ msgstr "Configurações"
260
  msgid "Mapping API"
261
  msgstr ""
262
 
263
- #: mappress_settings.php:92 build/index_mappress_admin.js:1
 
264
  #, fuzzy
265
- #| msgid "Google"
266
  msgid "Google API key"
267
  msgstr "No Google"
268
 
@@ -276,7 +267,6 @@ msgstr ""
276
 
277
  #: mappress_settings.php:101
278
  #, fuzzy
279
- #| msgid "Basic Settings"
280
  msgid "Map Settings"
281
  msgstr "Configurações"
282
 
@@ -286,7 +276,6 @@ msgstr "Post types"
286
 
287
  #: mappress_settings.php:103
288
  #, fuzzy
289
- #| msgid "Automatic map display"
290
  msgid "Automatic display"
291
  msgstr "Exibição automática do mapa"
292
 
@@ -294,26 +283,25 @@ msgstr "Exibição automática do mapa"
294
  msgid "Map alignment"
295
  msgstr "Alinhamento do mapa"
296
 
297
- #: mappress_settings.php:105 templates/map-popup.php:3
 
298
  #: templates/mashup-popup.php:6
299
  msgid "Directions"
300
  msgstr "Como chegar"
301
 
302
  #: mappress_settings.php:108
303
  #, fuzzy
304
- #| msgid "Basic Settings"
305
  msgid "POI Settings"
306
  msgstr "Configurações"
307
 
308
  #: mappress_settings.php:109
309
  #, fuzzy
310
- #| msgid "Default"
311
  msgid "Default zoom"
312
  msgstr "Padrão"
313
 
314
- #: mappress_settings.php:110 mappress_settings.php:238
 
315
  #, fuzzy
316
- #| msgid "Open first marker"
317
  msgid "Open first POI"
318
  msgstr "Abrir primeiro marcador"
319
 
@@ -323,7 +311,6 @@ msgstr ""
323
 
324
  #: mappress_settings.php:114
325
  #, fuzzy
326
- #| msgid "My icons"
327
  msgid "Icons"
328
  msgstr "Meus ícones"
329
 
@@ -345,7 +332,6 @@ msgstr ""
345
 
346
  #: mappress_settings.php:121
347
  #, fuzzy
348
- #| msgid "language"
349
  msgid "Search language"
350
  msgstr "linguagem"
351
 
@@ -363,7 +349,6 @@ msgstr ""
363
 
364
  #: mappress_settings.php:126
365
  #, fuzzy
366
- #| msgid "Map size"
367
  msgid "Map sizes"
368
  msgstr "Tamanho do mapa"
369
 
@@ -375,8 +360,10 @@ msgstr ""
375
  msgid "Compatiblity"
376
  msgstr ""
377
 
378
- #: mappress_settings.php:175 mappress_settings.php:244
379
- #: pro/mappress_pro_settings.php:234 templates_admin/widgets.php:78
 
 
380
  #: build/index_mappress_admin.js:1
381
  msgid "Default"
382
  msgstr "Padrão"
@@ -405,7 +392,8 @@ msgstr "Acima do post"
405
  msgid "Bottom of post"
406
  msgstr "Abaixo do post"
407
 
408
- #: mappress_settings.php:199 mappress_settings.php:243
 
409
  msgid "(list)"
410
  msgstr ""
411
 
@@ -417,8 +405,10 @@ msgstr ""
417
  msgid "Prevent other plugins/themes from loading the Google Maps API"
418
  msgstr ""
419
 
420
- #: mappress_settings.php:212 mappress_settings.php:221
421
- #: pro/mappress_pro_settings.php:232 build/index_mappress_admin.js:1
 
 
422
  msgid "Google"
423
  msgstr "No Google"
424
 
@@ -426,17 +416,17 @@ msgstr "No Google"
426
  msgid "Inline"
427
  msgstr "Alinhado"
428
 
429
- #: mappress_settings.php:221 build/index_mappress_admin.js:1
 
430
  msgid "Leaflet"
431
  msgstr ""
432
 
433
  #: mappress_settings.php:223
434
- msgid ""
435
- "Leaflet is free and requires no API key. Google requires an API key and has "
436
- "strict usage limits."
437
  msgstr ""
438
 
439
- #: mappress_settings.php:229 mappress_settings.php:232
 
440
  msgid "Output scripts in footer"
441
  msgstr ""
442
 
@@ -456,19 +446,19 @@ msgstr ""
456
  msgid "Enter token to use Mapbox map tiles"
457
  msgstr ""
458
 
459
- #: mappress_settings.php:257 mappress_settings.php:262
 
460
  #, fuzzy
461
- #| msgid "Map types"
462
  msgid "Map type control"
463
  msgstr "Tipos de mapa"
464
 
465
  #: mappress_settings.php:258
466
  #, fuzzy
467
- #| msgid "Street View"
468
  msgid "Street view control"
469
  msgstr "Street View"
470
 
471
- #: mappress_settings.php:259 mappress_settings.php:263
 
472
  msgid "Zoom control"
473
  msgstr ""
474
 
@@ -490,7 +480,6 @@ msgstr ""
490
 
491
  #: mappress_settings.php:299
492
  #, fuzzy
493
- #| msgid "Default"
494
  msgid "Default size"
495
  msgstr "Padrão"
496
 
@@ -498,25 +487,28 @@ msgstr "Padrão"
498
  msgid "Copy maps when overwriting a translation"
499
  msgstr ""
500
 
501
- #: mappress_settings.php:326 mappress_settings.php:334
 
502
  msgid "Save Changes"
503
  msgstr "Salvar alterações"
504
 
505
- #: mappress_settings.php:327 mappress_settings.php:335
 
506
  msgid "Reset Defaults"
507
  msgstr "Redefinir configurações padrão"
508
 
509
  #: mappress_template.php:34
510
  #, fuzzy
511
- #| msgid "Enter address"
512
  msgid "Address"
513
  msgstr "Endereço"
514
 
515
- #: mappress_template.php:35 pro/mappress_pro_settings.php:338
 
516
  msgid "Body"
517
  msgstr ""
518
 
519
- #: mappress_template.php:36 pro/mappress_pro_settings.php:174
 
520
  #: pro/mappress_pro_settings.php:338
521
  msgid "Icon"
522
  msgstr ""
@@ -525,7 +517,8 @@ msgstr ""
525
  msgid "Thumbnail"
526
  msgstr ""
527
 
528
- #: mappress_template.php:38 pro/mappress_pro_settings.php:338
 
529
  msgid "Title"
530
  msgstr "Título"
531
 
@@ -533,17 +526,18 @@ msgstr "Título"
533
  msgid "Url"
534
  msgstr ""
535
 
536
- #: mappress_template.php:40 pro/mappress_filter.php:120
 
537
  #: pro/mappress_pro_settings.php:343
538
  #, fuzzy
539
- #| msgid "Custom Fields"
540
  msgid "Custom Field"
541
  msgstr "Campos personalizados"
542
 
543
- #: pro/mappress_filter.php:84 pro/mappress_filter.php:133
544
- #: pro/mappress_pro_settings.php:167 build/index_mappress_admin.js:1
 
 
545
  #, fuzzy
546
- #| msgid "Post types"
547
  msgid "Post type"
548
  msgstr "Post types"
549
 
@@ -553,7 +547,6 @@ msgstr ""
553
 
554
  #: pro/mappress_filter.php:120
555
  #, fuzzy
556
- #| msgid "Post title"
557
  msgid "Post field"
558
  msgstr "Título do post"
559
 
@@ -561,10 +554,11 @@ msgstr "Título do post"
561
  msgid "Invalid geocoder: %s"
562
  msgstr ""
563
 
564
- #: pro/mappress_geocoder.php:59 pro/mappress_geocoder.php:110
565
- #: pro/mappress_geocoder.php:147 pro/mappress_geocoder.php:192
 
 
566
  #, fuzzy
567
- #| msgid "No geocoding result for address: %s"
568
  msgid "No results for address: %s"
569
  msgstr "Endereço não encontrado pelo Google: %s"
570
 
@@ -590,25 +584,22 @@ msgstr ""
590
 
591
  #: pro/mappress_icons.php:74
592
  #, fuzzy
593
- #| msgid "Field for errors"
594
  msgid "Files error: "
595
  msgstr "Campo de erros"
596
 
597
- #: pro/mappress_meta.php:109 build/index_mappress_admin.js:1
 
598
  #, fuzzy
599
- #| msgid "Automatic map display"
600
  msgid "Automatic"
601
  msgstr "Exibição automática do mapa"
602
 
603
  #: pro/mappress_pro_settings.php:16
604
  #, fuzzy
605
- #| msgid "MapPress link"
606
  msgid "MapPress license key"
607
  msgstr "Link do MapPress"
608
 
609
  #: pro/mappress_pro_settings.php:17
610
  #, fuzzy
611
- #| msgid "Version"
612
  msgid "Beta versions"
613
  msgstr "Versão"
614
 
@@ -638,13 +629,11 @@ msgstr ""
638
 
639
  #: pro/mappress_pro_settings.php:30
640
  #, fuzzy
641
- #| msgid "Post types"
642
  msgid "Popup type"
643
  msgstr "Post types"
644
 
645
  #: pro/mappress_pro_settings.php:32
646
  #, fuzzy
647
- #| msgid "Default"
648
  msgid "Default icon"
649
  msgstr "Padrão"
650
 
@@ -654,7 +643,6 @@ msgstr ""
654
 
655
  #: pro/mappress_pro_settings.php:34
656
  #, fuzzy
657
- #| msgid "Custom Fields"
658
  msgid "Custom icons"
659
  msgstr "Campos personalizados"
660
 
@@ -664,16 +652,18 @@ msgstr ""
664
 
665
  #: pro/mappress_pro_settings.php:36
666
  #, fuzzy
667
- #| msgid "Automatic map display"
668
  msgid "Automatic icons"
669
  msgstr "Exibição automática do mapa"
670
 
671
- #: pro/mappress_pro_settings.php:38 templates/map.php:51
672
- #: templates_admin/mce.php:13 build/index_mappress_admin.js:1
 
 
673
  msgid "Search"
674
  msgstr ""
675
 
676
- #: pro/mappress_pro_settings.php:40 templates/map.php:58
 
677
  msgid "Filter"
678
  msgstr ""
679
 
@@ -697,15 +687,14 @@ msgstr ""
697
  msgid "Thumbnail size"
698
  msgstr ""
699
 
700
- #: pro/mappress_pro_settings.php:48 pro/mappress_pro_settings.php:50
 
701
  #, fuzzy
702
- #| msgid "Select a map"
703
  msgid "Styled maps"
704
  msgstr "Selecione um mapa"
705
 
706
  #: pro/mappress_pro_settings.php:51
707
  #, fuzzy
708
- #| msgid "Default"
709
  msgid "Default style"
710
  msgstr "Padrão"
711
 
@@ -727,11 +716,11 @@ msgstr ""
727
 
728
  #: pro/mappress_pro_settings.php:61
729
  #, fuzzy
730
- #| msgid "Custom Fields"
731
  msgid "Custom templates"
732
  msgstr "Campos personalizados"
733
 
734
- #: pro/mappress_pro_settings.php:62 pro/mappress_pro_settings.php:227
 
735
  msgid "Force resize"
736
  msgstr "Forçar redimensionamento"
737
 
@@ -761,7 +750,6 @@ msgstr ""
761
 
762
  #: pro/mappress_pro_settings.php:202
763
  #, fuzzy
764
- #| msgid "Select a map"
765
  msgid "Select"
766
  msgstr "Selecione um mapa"
767
 
@@ -775,10 +763,8 @@ msgstr ""
775
 
776
  #: pro/mappress_pro_settings.php:224
777
  #, fuzzy
778
- #| msgid "Click to permanently resize ALL existing maps"
779
  msgid "Permanently resize existing maps (classic editor only)"
780
- msgstr ""
781
- "Dimensões para redimensionar permanentemente TODOS os mapas já existentes"
782
 
783
  #: pro/mappress_pro_settings.php:226
784
  msgid "from %s to %s"
@@ -796,13 +782,13 @@ msgstr ""
796
  msgid "MapBox"
797
  msgstr ""
798
 
799
- #: pro/mappress_pro_settings.php:246 templates_admin/widgets.php:68
 
800
  msgid "Edit"
801
  msgstr "Editar"
802
 
803
  #: pro/mappress_pro_settings.php:260
804
  #, fuzzy
805
- #| msgid "Standard icons"
806
  msgid "Standard"
807
  msgstr "Ícones padrão"
808
 
@@ -812,7 +798,6 @@ msgstr ""
812
 
813
  #: pro/mappress_pro_settings.php:268
814
  #, fuzzy
815
- #| msgid "Select a map"
816
  msgid "Left of map"
817
  msgstr "Selecione um mapa"
818
 
@@ -822,7 +807,6 @@ msgstr ""
822
 
823
  #: pro/mappress_pro_settings.php:275
824
  #, fuzzy
825
- #| msgid "Get Directions"
826
  msgid "Get license"
827
  msgstr "Como chegar"
828
 
@@ -838,7 +822,8 @@ msgstr ""
838
  msgid "Check now"
839
  msgstr ""
840
 
841
- #: pro/mappress_pro_settings.php:299 pro/mappress_updater.php:116
 
842
  msgid "Communication error, please try again later"
843
  msgstr ""
844
 
@@ -852,7 +837,6 @@ msgstr ""
852
 
853
  #: pro/mappress_pro_settings.php:305
854
  #, fuzzy
855
- #| msgid "Post excerpt"
856
  msgid "Post title + post excerpt"
857
  msgstr "Post excerpt"
858
 
@@ -862,7 +846,6 @@ msgstr ""
862
 
863
  #: pro/mappress_pro_settings.php:310
864
  #, fuzzy
865
- #| msgid "Current posts"
866
  msgid "Open post"
867
  msgstr "Post atuais"
868
 
@@ -880,7 +863,6 @@ msgstr ""
880
 
881
  #: pro/mappress_pro_settings.php:337
882
  #, fuzzy
883
- #| msgid "MapPress link"
884
  msgid "Address line "
885
  msgstr "Link do MapPress"
886
 
@@ -892,19 +874,18 @@ msgstr ""
892
  msgid "Longitude"
893
  msgstr ""
894
 
895
- #: pro/mappress_pro_settings.php:338 build/index_mappress_admin.js:1
 
896
  msgid "Zoom"
897
  msgstr "Zoom"
898
 
899
  #: pro/mappress_pro_settings.php:343
900
  #, fuzzy
901
- #| msgid "Map size"
902
  msgid "Map Field"
903
  msgstr "Tamanho do mapa"
904
 
905
  #: pro/mappress_pro_settings.php:356
906
  #, fuzzy
907
- #| msgid "Update map when post is saved"
908
  msgid "Overwrite maps when posts are saved"
909
  msgstr "Atualizar mapa quando o post for salvo"
910
 
@@ -914,7 +895,6 @@ msgstr ""
914
 
915
  #: pro/mappress_pro_settings.php:365
916
  #, fuzzy
917
- #| msgid "Show a list of markers under each map"
918
  msgid "Show a list of POIs with each map"
919
  msgstr "Mostrar uma lista dos marcadores embaixo de cada mapa"
920
 
@@ -938,7 +918,8 @@ msgstr ""
938
  msgid "Enter JSON from %s"
939
  msgstr ""
940
 
941
- #: pro/mappress_pro_settings.php:397 pro/mappress_pro_settings.php:413
 
942
  msgid "Style name"
943
  msgstr ""
944
 
@@ -970,11 +951,13 @@ msgstr ""
970
  msgid "JSON error"
971
  msgstr ""
972
 
973
- #: pro/mappress_widget.php:69 pro/mappress_widget_map.php:56
 
974
  msgid "Widget title"
975
  msgstr "Título do Widget"
976
 
977
- #: pro/mappress_widget.php:74 pro/mappress_widget_map.php:66
 
978
  msgid "Map size"
979
  msgstr "Tamanho do mapa"
980
 
@@ -1002,28 +985,31 @@ msgstr "Consulta personalizada"
1002
  msgid "Learn about queries"
1003
  msgstr "Aprender sobre consultas"
1004
 
1005
- #: pro/mappress_widget.php:94 pro/mappress_widget_map.php:74
 
1006
  msgid "Show POI list"
1007
  msgstr ""
1008
 
1009
- #: pro/mappress_widget.php:101 pro/mappress_widget_map.php:81
 
1010
  #, fuzzy
1011
- #| msgid "Basic Settings"
1012
  msgid "Other Settings"
1013
  msgstr "Configurações"
1014
 
1015
- #: pro/mappress_widget.php:104 pro/mappress_widget_map.php:84
 
1016
  msgid "Example: initialopeninfo=\"true\""
1017
  msgstr ""
1018
 
1019
- #: pro/mappress_widget_map.php:61 templates_admin/mce.php:49
1020
- #: templates_admin/mce.php:69 build/index_mappress_admin.js:1
 
 
1021
  msgid "Map ID"
1022
  msgstr "ID do Mapa"
1023
 
1024
  #: templates/map-directions.php:5
1025
  #, fuzzy
1026
- #| msgid "Location"
1027
  msgid "My location"
1028
  msgstr "Localização"
1029
 
@@ -1041,13 +1027,11 @@ msgstr ""
1041
 
1042
  #: templates/map-loop.php:3
1043
  #, fuzzy
1044
- #| msgid "Reset Defaults"
1045
  msgid "Results"
1046
  msgstr "Redefinir configurações padrão"
1047
 
1048
  #: templates/map.php:53
1049
  #, fuzzy
1050
- #| msgid "Location"
1051
  msgid "Your Location"
1052
  msgstr "Localização"
1053
 
@@ -1057,7 +1041,6 @@ msgstr ""
1057
 
1058
  #: templates/map.php:69
1059
  #, fuzzy
1060
- #| msgid "Center"
1061
  msgid "Center map"
1062
  msgstr "Centralizado"
1063
 
@@ -1079,7 +1062,6 @@ msgstr ""
1079
 
1080
  #: templates/map.php:85
1081
  #, fuzzy
1082
- #| msgid "New Map"
1083
  msgid "Show Map"
1084
  msgstr "Novo Mapa"
1085
 
@@ -1095,39 +1077,44 @@ msgstr ""
1095
  msgid "Add Media"
1096
  msgstr ""
1097
 
1098
- #: templates_admin/editor.php:45 templates_admin/mce.php:55
1099
- #: templates_admin/widgets.php:91 build/index_mappress_admin.js:1
 
 
1100
  msgid "Save"
1101
  msgstr "Salvar"
1102
 
1103
- #: templates_admin/editor.php:46 templates_admin/mce.php:56
1104
- #: templates_admin/widgets.php:92 build/index_mappress_admin.js:1
 
 
1105
  msgid "Cancel"
1106
  msgstr "Cancelar"
1107
 
1108
- #: templates_admin/mce.php:6 build/index_mappress_admin.js:1
 
1109
  msgid "Select a map"
1110
  msgstr "Selecione um mapa"
1111
 
1112
- #: templates_admin/mce.php:7 build/index_mappress_admin.js:1
 
1113
  msgid "Add New"
1114
  msgstr ""
1115
 
1116
  #: templates_admin/mce.php:14
1117
  #, fuzzy
1118
- #| msgid "Post title"
1119
  msgid "post title"
1120
  msgstr "Título do post"
1121
 
1122
- #: templates_admin/mce.php:18 build/index_mappress_admin.js:1
 
1123
  #, fuzzy
1124
- #| msgid "Maps in this post"
1125
  msgid "Attached to this post"
1126
  msgstr "Mapas neste post"
1127
 
1128
- #: templates_admin/mce.php:19 build/index_mappress_admin.js:1
 
1129
  #, fuzzy
1130
- #| msgid "All posts"
1131
  msgid "All maps"
1132
  msgstr "Todos os posts"
1133
 
@@ -1135,7 +1122,8 @@ msgstr "Todos os posts"
1135
  msgid "Close"
1136
  msgstr "Fechar"
1137
 
1138
- #: templates_admin/mce.php:35 build/index_mappress_admin.js:1
 
1139
  msgid "Size"
1140
  msgstr ""
1141
 
@@ -1143,29 +1131,30 @@ msgstr ""
1143
  msgid "Save center / zoom"
1144
  msgstr ""
1145
 
1146
- #: templates_admin/mce.php:68 build/index_mappress_admin.js:1
 
1147
  #, fuzzy
1148
- #| msgid "Marker title"
1149
  msgid "Map title"
1150
  msgstr "Título do marcador"
1151
 
1152
- #: templates_admin/mce.php:71 build/index_mappress_admin.js:1
 
1153
  msgid "Attached to"
1154
  msgstr ""
1155
 
1156
- #: templates_admin/mce.php:73 build/index_mappress_admin.js:1
 
1157
  #, fuzzy
1158
- #| msgid "Location"
1159
  msgid "Action"
1160
  msgstr "Localização"
1161
 
1162
  #: templates_admin/mce.php:87
1163
  #, fuzzy
1164
- #| msgid "Current posts"
1165
  msgid "Current post"
1166
  msgstr "Post atuais"
1167
 
1168
- #: templates_admin/mce.php:92 build/index_mappress_admin.js:1
 
1169
  msgid "Unattached"
1170
  msgstr ""
1171
 
@@ -1173,7 +1162,8 @@ msgstr ""
1173
  msgid "Insert into post"
1174
  msgstr "Inserir no post"
1175
 
1176
- #: templates_admin/mce.php:107 build/index_mappress_admin.js:1
 
1177
  msgid "No maps found"
1178
  msgstr ""
1179
 
@@ -1183,7 +1173,6 @@ msgstr ""
1183
 
1184
  #: templates_admin/widgets.php:13
1185
  #, fuzzy
1186
- #| msgid "Right"
1187
  msgid "Weight"
1188
  msgstr "Direita"
1189
 
@@ -1193,7 +1182,6 @@ msgstr ""
1193
 
1194
  #: templates_admin/widgets.php:59
1195
  #, fuzzy
1196
- #| msgid "Reset Defaults"
1197
  msgid "Use default icon"
1198
  msgstr "Redefinir configurações padrão"
1199
 
@@ -1203,7 +1191,6 @@ msgstr ""
1203
 
1204
  #: templates_admin/widgets.php:67
1205
  #, fuzzy
1206
- #| msgid "Marker list template"
1207
  msgid "Map list item"
1208
  msgstr "Template da lista de marcadores"
1209
 
@@ -1213,234 +1200,25 @@ msgstr ""
1213
 
1214
  #: templates_admin/widgets.php:67
1215
  #, fuzzy
1216
- #| msgid "Marker list template"
1217
  msgid "Mashup list item"
1218
  msgstr "Template da lista de marcadores"
1219
 
1220
  #: templates_admin/widgets.php:74
1221
  #, fuzzy
1222
- #| msgid "New Map"
1223
  msgid "New"
1224
  msgstr "Novo Mapa"
1225
 
1226
- #: templates_admin/widgets.php:74 build/index_mappress_admin.js:1
 
1227
  #, fuzzy
1228
- #| msgid "Custom CSS"
1229
  msgid "Custom"
1230
  msgstr "CSS personalizado"
1231
 
1232
  #: templates_admin/widgets.php:77
1233
  #, fuzzy
1234
- #| msgid "Edit"
1235
  msgid "Editor"
1236
  msgstr "Editar"
1237
 
1238
- #: build/index_mappress_admin.js:1
1239
- msgid "New map"
1240
- msgstr ""
1241
-
1242
- #: build/index_mappress_admin.js:1
1243
- #, fuzzy
1244
- #| msgid "Edit"
1245
- msgid "Edit map"
1246
- msgstr "Editar"
1247
-
1248
- #: build/index_mappress_admin.js:1
1249
- msgid ""
1250
- "Like the block? Upgrade to the free plugin or MapPress Pro for more "
1251
- "features!"
1252
- msgstr ""
1253
-
1254
- #: build/index_mappress_admin.js:1
1255
- #, fuzzy
1256
- #| msgid "MapPress link"
1257
- msgid "MapPress Pro"
1258
- msgstr "Link do MapPress"
1259
-
1260
- #: build/index_mappress_admin.js:1
1261
- msgid "Free plugin"
1262
- msgstr ""
1263
-
1264
- #: build/index_mappress_admin.js:1
1265
- #, fuzzy
1266
- #| msgid "MapPress link"
1267
- msgid "MapPress options"
1268
- msgstr "Link do MapPress"
1269
-
1270
- #: build/index_mappress_admin.js:1
1271
- #, fuzzy
1272
- #| msgid "Basic Settings"
1273
- msgid "Map settings"
1274
- msgstr "Configurações"
1275
-
1276
- #: build/index_mappress_admin.js:1
1277
- #, fuzzy
1278
- #| msgid "MapPress link"
1279
- msgid "MapPress Map"
1280
- msgstr "Link do MapPress"
1281
-
1282
- #: build/index_mappress_admin.js:1
1283
- msgid "Create a new map or choose one from the map library."
1284
- msgstr ""
1285
-
1286
- #: build/index_mappress_admin.js:1
1287
- #, fuzzy
1288
- #| msgid "Select a map"
1289
- msgid "Insert a map"
1290
- msgstr "Selecione um mapa"
1291
-
1292
- #: build/index_mappress_admin.js:1
1293
- msgid "Query"
1294
- msgstr ""
1295
-
1296
- #: build/index_mappress_admin.js:1
1297
- msgid "Refresh map"
1298
- msgstr ""
1299
-
1300
- #: build/index_mappress_admin.js:1
1301
- msgid "Author"
1302
- msgstr ""
1303
-
1304
- #: build/index_mappress_admin.js:1
1305
- #, fuzzy
1306
- #| msgid "Marker body"
1307
- msgid "Order by"
1308
- msgstr "Corpo do marcador"
1309
-
1310
- #: build/index_mappress_admin.js:1
1311
- msgid "Include children"
1312
- msgstr ""
1313
-
1314
- #: build/index_mappress_admin.js:1
1315
- #, fuzzy
1316
- #| msgid "Custom fields"
1317
- msgid "Add custom field"
1318
- msgstr "Campos personalizados"
1319
-
1320
- #: build/index_mappress_admin.js:1
1321
- msgid "Field name"
1322
- msgstr ""
1323
-
1324
- #: build/index_mappress_admin.js:1
1325
- msgid "The field \"%s\" has already been added"
1326
- msgstr ""
1327
-
1328
- #: build/index_mappress_admin.js:1
1329
- msgid "Please enter a field name"
1330
- msgstr ""
1331
-
1332
- #: build/index_mappress_admin.js:1
1333
- msgid "Value (a or a,b,c...)"
1334
- msgstr ""
1335
-
1336
- #: build/index_mappress_admin.js:1
1337
- msgid "Invalid JSON"
1338
- msgstr ""
1339
-
1340
- #: build/index_mappress_admin.js:1
1341
- msgid "Update"
1342
- msgstr ""
1343
-
1344
- #: build/index_mappress_admin.js:1
1345
- #, fuzzy
1346
- #| msgid "country code"
1347
- msgid "Query code"
1348
- msgstr "código do país"
1349
-
1350
- #: build/index_mappress_admin.js:1
1351
- #, fuzzy
1352
- #| msgid "MapPress link"
1353
- msgid "MapPress Mashup"
1354
- msgstr "Link do MapPress"
1355
-
1356
- #: build/index_mappress_admin.js:1
1357
- msgid "Insert a mashup"
1358
- msgstr ""
1359
-
1360
- #: build/index_mappress_admin.js:1
1361
- #, fuzzy
1362
- #| msgid "Map saved"
1363
- msgid "Options saved."
1364
- msgstr "Mapa salvo"
1365
-
1366
- #: build/index_mappress_admin.js:1
1367
- msgid "Mapping Engine"
1368
- msgstr ""
1369
-
1370
- #: build/index_mappress_admin.js:1
1371
- msgid "Save options"
1372
- msgstr ""
1373
-
1374
- #: build/index_mappress_admin.js:1
1375
- #, fuzzy
1376
- #| msgid "Map size"
1377
- msgid "Map copied"
1378
- msgstr "Tamanho do mapa"
1379
-
1380
- #: build/index_mappress_admin.js:1
1381
- msgid "Shortcode copied"
1382
- msgstr ""
1383
-
1384
- #: build/index_mappress_admin.js:1
1385
- msgid "post title, map title, or map id"
1386
- msgstr ""
1387
-
1388
- #: build/index_mappress_admin.js:1
1389
- #, fuzzy
1390
- #| msgid "Current posts"
1391
- msgid "current post"
1392
- msgstr "Post atuais"
1393
-
1394
- #: build/index_mappress_admin.js:1
1395
- #, fuzzy
1396
- #| msgid "Edit"
1397
- msgid "Edit post"
1398
- msgstr "Editar"
1399
-
1400
- #: build/index_mappress_admin.js:1
1401
- msgid "Copy"
1402
- msgstr ""
1403
-
1404
- #: build/index_mappress_admin.js:1
1405
- msgid "Shortcode"
1406
- msgstr ""
1407
-
1408
- #: build/index_mappress_admin.js:1
1409
- #, fuzzy
1410
- #| msgid "Delete"
1411
- msgid "Delete map"
1412
- msgstr "Deletar"
1413
-
1414
- #: build/index_mappress_admin.js:1
1415
- #, fuzzy
1416
- #| msgid "Map saved"
1417
- msgid "Viewport saved"
1418
- msgstr "Mapa salvo"
1419
-
1420
- #: build/index_mappress_admin.js:1
1421
- msgid "px, %, vw"
1422
- msgstr ""
1423
-
1424
- #: build/index_mappress_admin.js:1
1425
- msgid "Width"
1426
- msgstr ""
1427
-
1428
- #: build/index_mappress_admin.js:1
1429
- msgid "px, %, vh"
1430
- msgstr ""
1431
-
1432
- #: build/index_mappress_admin.js:1
1433
- #, fuzzy
1434
- #| msgid "Right"
1435
- msgid "Height"
1436
- msgstr "Direita"
1437
-
1438
- #: build/index_mappress_admin.js:1
1439
- #, fuzzy
1440
- #| msgid "Center"
1441
- msgid "Center/Zoom"
1442
- msgstr "Centralizado"
1443
-
1444
  #: package.json
1445
  msgctxt "block description"
1446
  msgid "MapPress Maps for WordPress"
@@ -1450,18 +1228,19 @@ msgstr ""
1450
  #~ msgstr "Balão de dicas"
1451
 
1452
  #, fuzzy
1453
- #~| msgid "Show marker titles as a \"tooltip\" on mouse-over"
1454
  #~ msgid "Show a tooltip when mouse is over a POI"
1455
  #~ msgstr ""
1456
- #~ "Mostrar o título do marcador como um \" balão de dica \" ao passar o "
1457
- #~ "mouse"
 
1458
 
1459
  #~ msgid "Internal error, map was missing. Your data has not been saved!"
1460
  #~ msgstr "Erro interno, mapa não encontrado. O conteúdo não foi salvo!"
1461
 
1462
  #~ msgid "Internal error - unable to save map. Your data has not been saved!"
1463
  #~ msgstr ""
1464
- #~ "Erro interno - não foi possível salvar o mapa. O conteúdo não foi salvo!"
 
1465
 
1466
  #~ msgid "Marker list"
1467
  #~ msgstr "Lista de marcadores"
@@ -1484,7 +1263,8 @@ msgstr ""
1484
  #, php-format
1485
  #~ msgid "Enter a %s to use when searching (leave blank for USA)"
1486
  #~ msgstr ""
1487
- #~ "Insira um %s para utilizar ao pesquisar (deixe em branco para os EUA)"
 
1488
 
1489
  #~ msgid "Enable zoom with the mouse scroll wheel"
1490
  #~ msgstr "Ativar o zoom com o scroll do mouse"
@@ -1494,14 +1274,17 @@ msgstr ""
1494
 
1495
  #, php-format
1496
  #~ msgid ""
1497
- #~ "Use a specific %s for map controls (default is the browser language "
1498
- #~ "setting)"
 
1499
  #~ msgstr ""
1500
- #~ "Use uma %s para controles específicos do mapa (o padrão é a configuração "
1501
- #~ "de idioma do navegador)"
 
1502
 
1503
  #~ msgid ""
1504
- #~ "Allow your readers to change the map type (street, satellite, or hybrid)"
 
1505
  #~ msgstr "Permitir mudança do tipo de mapa (mapa, satélite ou híbrido)"
1506
 
1507
  #~ msgid "Display the street view control \"peg man\""
@@ -1511,10 +1294,12 @@ msgstr ""
1511
  #~ msgstr "No mapa (no seu blog)"
1512
 
1513
  #~ msgid ""
1514
- #~ "Select 'Google' if directions aren't displaying properly in your theme"
 
1515
  #~ msgstr ""
1516
- #~ "Selecione 'No Google' se a caixa de como chegar não estiver sendo "
1517
- #~ "mostrada corretamente no seu tema."
 
1518
 
1519
  #, php-format
1520
  #~ msgid "This setting requires %s."
@@ -1556,7 +1341,8 @@ msgstr ""
1556
 
1557
  #~ msgid "Automatically create maps from custom field data"
1558
  #~ msgstr ""
1559
- #~ "Ela permite criar mapas diretamente do conteúdo de um campo personalizado"
 
1560
 
1561
  #~ msgid "Documentation"
1562
  #~ msgstr "Documentação"
@@ -1565,18 +1351,22 @@ msgstr ""
1565
  #~ msgstr "Reporte um bug"
1566
 
1567
  #~ msgid ""
1568
- #~ "WARNING: MapPress requires WordPress 3.0 or higher. Please upgrade "
1569
- #~ "before using MapPress."
 
1570
  #~ msgstr ""
1571
- #~ "AVISO: O MapPress requer WordPress 3.0 ou superior. Por favor atualize "
1572
- #~ "antes de usar o MapPress."
 
1573
 
1574
  #~ msgid ""
1575
- #~ "WARNING: MapPress is not compatible with the WP-Geo plugin. Please "
1576
- #~ "deactivate or uninstall WP-Geo before using MapPress."
 
1577
  #~ msgstr ""
1578
- #~ "AVISO: O MapPress não é compatível com o Plugin WP-Geo. Por favor "
1579
- #~ "desative ou desinstale o WP-Geo antes de usar o MapPress."
 
1580
 
1581
  #, php-format
1582
  #~ msgid "No geocoding response from Google: %s"
@@ -1632,15 +1422,18 @@ msgstr ""
1632
  #~ msgstr "O endereço de partida ou de destino não pode ser encontrado."
1633
 
1634
  #~ msgid ""
1635
- #~ "Google cannot return directions between those addresses. There is no "
1636
- #~ "route between them or the routing information is not available."
 
1637
  #~ msgstr ""
1638
- #~ "O Google não conhece o trajeto entre estes endereços. Não há uma rota "
1639
- #~ "entre eles ou as informações para o trajeto não estão disponíveis."
 
1640
 
1641
  #~ msgid "Unknown error, unable to return directions. Status code = "
1642
  #~ msgstr ""
1643
- #~ "Erro desconhecido, não foi possível traçar uma rota. Código do Status = "
 
1644
 
1645
  #~ msgid "No matching address"
1646
  #~ msgstr "Nenhum endereço correspondente"
@@ -1699,8 +1492,9 @@ msgstr ""
1699
 
1700
  #~ msgid "This setting requires %s. Show a list of markers under each map."
1701
  #~ msgstr ""
1702
- #~ "Esta configuração requer %s. Ela mostra uma lista de marcadores abaixo de "
1703
- #~ "cada mapa."
 
1704
 
1705
  #~ msgid "Donate"
1706
  #~ msgstr "Doação"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: MapPress Easy Google Maps 2.28\n"
4
+ "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mappress-google-maps-for-wordpress\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: 2020-12-15T18:23:01+00:00\n"
11
+ "PO-Revision-Date: 2020-12-15 11:20-0800\n"
12
+ "Language: pt_BR\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-Generator: Poedit 2.4.2\n"
17
+ "X-Poedit-SearchPath-0: //GUSTAVO-PC/htdocs/portaljoinville/wp-content/plugins/mappress-google-maps-for-wordpress\n"
 
18
 
19
  #. Plugin Name of the plugin
20
  msgid "MapPress Maps for WordPress"
36
  msgid "https://www.mappresspro.com/chris-contact"
37
  msgstr ""
38
 
39
+ #: mappress.php:171
40
+ #: mappress.php:701
41
+ #: build/index_mappress_admin.js:1
42
  #, fuzzy
 
43
  msgid "Settings"
44
  msgstr "Configurações"
45
 
46
+ #: mappress.php:172
47
+ #: build/index_mappress_admin.js:1
48
  msgid "Map Library"
49
  msgstr ""
50
 
51
  #: mappress.php:183
52
+ msgid "MapPress database tables are missing. Please deactivate the plugin and activate it again to fix this."
53
+ msgstr "As tabelas do banco de dados do MapPress não foram encontradas. Por favor desative o plugin e ative novamente para resolver o problema."
 
 
 
 
54
 
55
  #: mappress.php:188
56
  msgid "A Google Maps API key is required"
62
 
63
  #: mappress.php:188
64
  #, fuzzy
 
65
  msgid "MapPress Settings"
66
  msgstr "Link do MapPress"
67
 
82
  msgstr ""
83
 
84
  #: mappress.php:285
85
+ msgid "If you're enjoying MapPress, would you mind taking a moment to write a brief review? It would mean the world to me!"
 
 
86
  msgstr ""
87
 
88
  #: mappress.php:286
89
+ msgid "If you have any issues or suggestions, please let me know. I'll be happy to help!"
 
 
90
  msgstr ""
91
 
92
+ #: mappress.php:402
93
+ #: mappress.php:931
94
  msgid "Version"
95
  msgstr "Versão"
96
 
97
+ #: mappress.php:404
98
+ #: build/index_mappress_admin.js:1
99
  msgid "Help"
100
  msgstr ""
101
 
108
  msgstr ""
109
 
110
  #: mappress.php:477
111
+ msgid "MapPress Gutenberg blocks require WordPress 5.3 or the latest Gutenberg Plugin. Please update if using the block editor."
 
 
112
  msgstr ""
113
 
114
  #: mappress.php:481
121
 
122
  #: mappress.php:487
123
  #, fuzzy
 
124
  msgid "The MapPress map editor has moved!"
125
  msgstr "Ainda não há mapas para este post"
126
 
127
  #: mappress.php:488
128
+ msgid "Use this button to open the new popup editor where you can easily create, edit and insert maps."
 
 
129
  msgstr ""
130
 
131
  #: mappress.php:534
156
  msgid "Unable to get your location"
157
  msgstr ""
158
 
159
+ #: mappress.php:541
160
+ #: build/index_mappress_admin.js:1
161
  msgid "No results"
162
  msgstr ""
163
 
164
  #: mappress.php:542
165
  #, fuzzy
 
166
  msgid "Save changes?"
167
  msgstr "Salvar alterações"
168
 
172
 
173
  #: mappress.php:572
174
  #, fuzzy
 
175
  msgid "Improve this map"
176
  msgstr "Deletar esse mapa?"
177
 
178
+ #: mappress.php:588
179
+ #: mappress.php:607
180
  #, fuzzy
 
181
  msgid "Streets"
182
  msgstr "Street View"
183
 
187
 
188
  #: mappress.php:590
189
  #, fuzzy
 
190
  msgid "Light"
191
  msgstr "Direita"
192
 
202
  msgid "Satellite Streets"
203
  msgstr ""
204
 
205
+ #: mappress_controls.php:93
206
+ #: templates_admin/widgets.php:42
207
  #: build/index_mappress_admin.js:1
208
  msgid "Add"
209
  msgstr "Adicionar"
210
 
211
+ #: mappress_controls.php:102
212
+ #: templates_admin/editor.php:47
213
+ #: templates_admin/mce.php:100
214
+ #: templates_admin/widgets.php:94
215
  #: build/index_mappress_admin.js:1
216
  msgid "Delete"
217
  msgstr "Deletar"
218
 
219
+ #: mappress_map.php:85
220
+ #: mappress_settings.php:321
221
  #, fuzzy
 
222
  msgid "MapPress"
223
  msgstr "Link do MapPress"
224
 
225
+ #: mappress_map.php:94
226
+ #: templates_admin/mce.php:30
227
+ #: templates_admin/mce.php:80
228
+ #: templates_admin/mce.php:86
229
+ #: build/index_mappress_admin.js:1
230
  msgid "Untitled"
231
  msgstr "Sem título"
232
 
233
  #: mappress_map.php:95
234
  #, fuzzy
 
235
  msgid "Copy of %s"
236
  msgstr "Acima do post"
237
 
251
  msgid "Mapping API"
252
  msgstr ""
253
 
254
+ #: mappress_settings.php:92
255
+ #: build/index_mappress_admin.js:1
256
  #, fuzzy
 
257
  msgid "Google API key"
258
  msgstr "No Google"
259
 
267
 
268
  #: mappress_settings.php:101
269
  #, fuzzy
 
270
  msgid "Map Settings"
271
  msgstr "Configurações"
272
 
276
 
277
  #: mappress_settings.php:103
278
  #, fuzzy
 
279
  msgid "Automatic display"
280
  msgstr "Exibição automática do mapa"
281
 
283
  msgid "Map alignment"
284
  msgstr "Alinhamento do mapa"
285
 
286
+ #: mappress_settings.php:105
287
+ #: templates/map-popup.php:3
288
  #: templates/mashup-popup.php:6
289
  msgid "Directions"
290
  msgstr "Como chegar"
291
 
292
  #: mappress_settings.php:108
293
  #, fuzzy
 
294
  msgid "POI Settings"
295
  msgstr "Configurações"
296
 
297
  #: mappress_settings.php:109
298
  #, fuzzy
 
299
  msgid "Default zoom"
300
  msgstr "Padrão"
301
 
302
+ #: mappress_settings.php:110
303
+ #: mappress_settings.php:238
304
  #, fuzzy
 
305
  msgid "Open first POI"
306
  msgstr "Abrir primeiro marcador"
307
 
311
 
312
  #: mappress_settings.php:114
313
  #, fuzzy
 
314
  msgid "Icons"
315
  msgstr "Meus ícones"
316
 
332
 
333
  #: mappress_settings.php:121
334
  #, fuzzy
 
335
  msgid "Search language"
336
  msgstr "linguagem"
337
 
349
 
350
  #: mappress_settings.php:126
351
  #, fuzzy
 
352
  msgid "Map sizes"
353
  msgstr "Tamanho do mapa"
354
 
360
  msgid "Compatiblity"
361
  msgstr ""
362
 
363
+ #: mappress_settings.php:175
364
+ #: mappress_settings.php:244
365
+ #: pro/mappress_pro_settings.php:234
366
+ #: templates_admin/widgets.php:78
367
  #: build/index_mappress_admin.js:1
368
  msgid "Default"
369
  msgstr "Padrão"
392
  msgid "Bottom of post"
393
  msgstr "Abaixo do post"
394
 
395
+ #: mappress_settings.php:199
396
+ #: mappress_settings.php:243
397
  msgid "(list)"
398
  msgstr ""
399
 
405
  msgid "Prevent other plugins/themes from loading the Google Maps API"
406
  msgstr ""
407
 
408
+ #: mappress_settings.php:212
409
+ #: mappress_settings.php:221
410
+ #: pro/mappress_pro_settings.php:232
411
+ #: build/index_mappress_admin.js:1
412
  msgid "Google"
413
  msgstr "No Google"
414
 
416
  msgid "Inline"
417
  msgstr "Alinhado"
418
 
419
+ #: mappress_settings.php:221
420
+ #: build/index_mappress_admin.js:1
421
  msgid "Leaflet"
422
  msgstr ""
423
 
424
  #: mappress_settings.php:223
425
+ msgid "Leaflet is free and requires no API key. Google requires an API key and has strict usage limits."
 
 
426
  msgstr ""
427
 
428
+ #: mappress_settings.php:229
429
+ #: mappress_settings.php:232
430
  msgid "Output scripts in footer"
431
  msgstr ""
432
 
446
  msgid "Enter token to use Mapbox map tiles"
447
  msgstr ""
448
 
449
+ #: mappress_settings.php:257
450
+ #: mappress_settings.php:262
451
  #, fuzzy
 
452
  msgid "Map type control"
453
  msgstr "Tipos de mapa"
454
 
455
  #: mappress_settings.php:258
456
  #, fuzzy
 
457
  msgid "Street view control"
458
  msgstr "Street View"
459
 
460
+ #: mappress_settings.php:259
461
+ #: mappress_settings.php:263
462
  msgid "Zoom control"
463
  msgstr ""
464
 
480
 
481
  #: mappress_settings.php:299
482
  #, fuzzy
 
483
  msgid "Default size"
484
  msgstr "Padrão"
485
 
487
  msgid "Copy maps when overwriting a translation"
488
  msgstr ""
489
 
490
+ #: mappress_settings.php:326
491
+ #: mappress_settings.php:334
492
  msgid "Save Changes"
493
  msgstr "Salvar alterações"
494
 
495
+ #: mappress_settings.php:327
496
+ #: mappress_settings.php:335
497
  msgid "Reset Defaults"
498
  msgstr "Redefinir configurações padrão"
499
 
500
  #: mappress_template.php:34
501
  #, fuzzy
 
502
  msgid "Address"
503
  msgstr "Endereço"
504
 
505
+ #: mappress_template.php:35
506
+ #: pro/mappress_pro_settings.php:338
507
  msgid "Body"
508
  msgstr ""
509
 
510
+ #: mappress_template.php:36
511
+ #: pro/mappress_pro_settings.php:174
512
  #: pro/mappress_pro_settings.php:338
513
  msgid "Icon"
514
  msgstr ""
517
  msgid "Thumbnail"
518
  msgstr ""
519
 
520
+ #: mappress_template.php:38
521
+ #: pro/mappress_pro_settings.php:338
522
  msgid "Title"
523
  msgstr "Título"
524
 
526
  msgid "Url"
527
  msgstr ""
528
 
529
+ #: mappress_template.php:40
530
+ #: pro/mappress_filter.php:120
531
  #: pro/mappress_pro_settings.php:343
532
  #, fuzzy
 
533
  msgid "Custom Field"
534
  msgstr "Campos personalizados"
535
 
536
+ #: pro/mappress_filter.php:84
537
+ #: pro/mappress_filter.php:133
538
+ #: pro/mappress_pro_settings.php:167
539
+ #: build/index_mappress_admin.js:1
540
  #, fuzzy
 
541
  msgid "Post type"
542
  msgstr "Post types"
543
 
547
 
548
  #: pro/mappress_filter.php:120
549
  #, fuzzy
 
550
  msgid "Post field"
551
  msgstr "Título do post"
552
 
554
  msgid "Invalid geocoder: %s"
555
  msgstr ""
556
 
557
+ #: pro/mappress_geocoder.php:59
558
+ #: pro/mappress_geocoder.php:110
559
+ #: pro/mappress_geocoder.php:147
560
+ #: pro/mappress_geocoder.php:192
561
  #, fuzzy
 
562
  msgid "No results for address: %s"
563
  msgstr "Endereço não encontrado pelo Google: %s"
564
 
584
 
585
  #: pro/mappress_icons.php:74
586
  #, fuzzy
 
587
  msgid "Files error: "
588
  msgstr "Campo de erros"
589
 
590
+ #: pro/mappress_meta.php:109
591
+ #: build/index_mappress_admin.js:1
592
  #, fuzzy
 
593
  msgid "Automatic"
594
  msgstr "Exibição automática do mapa"
595
 
596
  #: pro/mappress_pro_settings.php:16
597
  #, fuzzy
 
598
  msgid "MapPress license key"
599
  msgstr "Link do MapPress"
600
 
601
  #: pro/mappress_pro_settings.php:17
602
  #, fuzzy
 
603
  msgid "Beta versions"
604
  msgstr "Versão"
605
 
629
 
630
  #: pro/mappress_pro_settings.php:30
631
  #, fuzzy
 
632
  msgid "Popup type"
633
  msgstr "Post types"
634
 
635
  #: pro/mappress_pro_settings.php:32
636
  #, fuzzy
 
637
  msgid "Default icon"
638
  msgstr "Padrão"
639
 
643
 
644
  #: pro/mappress_pro_settings.php:34
645
  #, fuzzy
 
646
  msgid "Custom icons"
647
  msgstr "Campos personalizados"
648
 
652
 
653
  #: pro/mappress_pro_settings.php:36
654
  #, fuzzy
 
655
  msgid "Automatic icons"
656
  msgstr "Exibição automática do mapa"
657
 
658
+ #: pro/mappress_pro_settings.php:38
659
+ #: templates/map.php:51
660
+ #: templates_admin/mce.php:13
661
+ #: build/index_mappress_admin.js:1
662
  msgid "Search"
663
  msgstr ""
664
 
665
+ #: pro/mappress_pro_settings.php:40
666
+ #: templates/map.php:58
667
  msgid "Filter"
668
  msgstr ""
669
 
687
  msgid "Thumbnail size"
688
  msgstr ""
689
 
690
+ #: pro/mappress_pro_settings.php:48
691
+ #: pro/mappress_pro_settings.php:50
692
  #, fuzzy
 
693
  msgid "Styled maps"
694
  msgstr "Selecione um mapa"
695
 
696
  #: pro/mappress_pro_settings.php:51
697
  #, fuzzy
 
698
  msgid "Default style"
699
  msgstr "Padrão"
700
 
716
 
717
  #: pro/mappress_pro_settings.php:61
718
  #, fuzzy
 
719
  msgid "Custom templates"
720
  msgstr "Campos personalizados"
721
 
722
+ #: pro/mappress_pro_settings.php:62
723
+ #: pro/mappress_pro_settings.php:227
724
  msgid "Force resize"
725
  msgstr "Forçar redimensionamento"
726
 
750
 
751
  #: pro/mappress_pro_settings.php:202
752
  #, fuzzy
 
753
  msgid "Select"
754
  msgstr "Selecione um mapa"
755
 
763
 
764
  #: pro/mappress_pro_settings.php:224
765
  #, fuzzy
 
766
  msgid "Permanently resize existing maps (classic editor only)"
767
+ msgstr "Dimensões para redimensionar permanentemente TODOS os mapas já existentes"
 
768
 
769
  #: pro/mappress_pro_settings.php:226
770
  msgid "from %s to %s"
782
  msgid "MapBox"
783
  msgstr ""
784
 
785
+ #: pro/mappress_pro_settings.php:246
786
+ #: templates_admin/widgets.php:68
787
  msgid "Edit"
788
  msgstr "Editar"
789
 
790
  #: pro/mappress_pro_settings.php:260
791
  #, fuzzy
 
792
  msgid "Standard"
793
  msgstr "Ícones padrão"
794
 
798
 
799
  #: pro/mappress_pro_settings.php:268
800
  #, fuzzy
 
801
  msgid "Left of map"
802
  msgstr "Selecione um mapa"
803
 
807
 
808
  #: pro/mappress_pro_settings.php:275
809
  #, fuzzy
 
810
  msgid "Get license"
811
  msgstr "Como chegar"
812
 
822
  msgid "Check now"
823
  msgstr ""
824
 
825
+ #: pro/mappress_pro_settings.php:299
826
+ #: pro/mappress_updater.php:116
827
  msgid "Communication error, please try again later"
828
  msgstr ""
829
 
837
 
838
  #: pro/mappress_pro_settings.php:305
839
  #, fuzzy
 
840
  msgid "Post title + post excerpt"
841
  msgstr "Post excerpt"
842
 
846
 
847
  #: pro/mappress_pro_settings.php:310
848
  #, fuzzy
 
849
  msgid "Open post"
850
  msgstr "Post atuais"
851
 
863
 
864
  #: pro/mappress_pro_settings.php:337
865
  #, fuzzy
 
866
  msgid "Address line "
867
  msgstr "Link do MapPress"
868
 
874
  msgid "Longitude"
875
  msgstr ""
876
 
877
+ #: pro/mappress_pro_settings.php:338
878
+ #: build/index_mappress_admin.js:1
879
  msgid "Zoom"
880
  msgstr "Zoom"
881
 
882
  #: pro/mappress_pro_settings.php:343
883
  #, fuzzy
 
884
  msgid "Map Field"
885
  msgstr "Tamanho do mapa"
886
 
887
  #: pro/mappress_pro_settings.php:356
888
  #, fuzzy
 
889
  msgid "Overwrite maps when posts are saved"
890
  msgstr "Atualizar mapa quando o post for salvo"
891
 
895
 
896
  #: pro/mappress_pro_settings.php:365
897
  #, fuzzy
 
898
  msgid "Show a list of POIs with each map"
899
  msgstr "Mostrar uma lista dos marcadores embaixo de cada mapa"
900
 
918
  msgid "Enter JSON from %s"
919
  msgstr ""
920
 
921
+ #: pro/mappress_pro_settings.php:397
922
+ #: pro/mappress_pro_settings.php:413
923
  msgid "Style name"
924
  msgstr ""
925
 
951
  msgid "JSON error"
952
  msgstr ""
953
 
954
+ #: pro/mappress_widget.php:69
955
+ #: pro/mappress_widget_map.php:56
956
  msgid "Widget title"
957
  msgstr "Título do Widget"
958
 
959
+ #: pro/mappress_widget.php:74
960
+ #: pro/mappress_widget_map.php:66
961
  msgid "Map size"
962
  msgstr "Tamanho do mapa"
963
 
985
  msgid "Learn about queries"
986
  msgstr "Aprender sobre consultas"
987
 
988
+ #: pro/mappress_widget.php:94
989
+ #: pro/mappress_widget_map.php:74
990
  msgid "Show POI list"
991
  msgstr ""
992
 
993
+ #: pro/mappress_widget.php:101
994
+ #: pro/mappress_widget_map.php:81
995
  #, fuzzy
 
996
  msgid "Other Settings"
997
  msgstr "Configurações"
998
 
999
+ #: pro/mappress_widget.php:104
1000
+ #: pro/mappress_widget_map.php:84
1001
  msgid "Example: initialopeninfo=\"true\""
1002
  msgstr ""
1003
 
1004
+ #: pro/mappress_widget_map.php:61
1005
+ #: templates_admin/mce.php:49
1006
+ #: templates_admin/mce.php:69
1007
+ #: build/index_mappress_admin.js:1
1008
  msgid "Map ID"
1009
  msgstr "ID do Mapa"
1010
 
1011
  #: templates/map-directions.php:5
1012
  #, fuzzy
 
1013
  msgid "My location"
1014
  msgstr "Localização"
1015
 
1027
 
1028
  #: templates/map-loop.php:3
1029
  #, fuzzy
 
1030
  msgid "Results"
1031
  msgstr "Redefinir configurações padrão"
1032
 
1033
  #: templates/map.php:53
1034
  #, fuzzy
 
1035
  msgid "Your Location"
1036
  msgstr "Localização"
1037
 
1041
 
1042
  #: templates/map.php:69
1043
  #, fuzzy
 
1044
  msgid "Center map"
1045
  msgstr "Centralizado"
1046
 
1062
 
1063
  #: templates/map.php:85
1064
  #, fuzzy
 
1065
  msgid "Show Map"
1066
  msgstr "Novo Mapa"
1067
 
1077
  msgid "Add Media"
1078
  msgstr ""
1079
 
1080
+ #: templates_admin/editor.php:45
1081
+ #: templates_admin/mce.php:55
1082
+ #: templates_admin/widgets.php:91
1083
+ #: build/index_mappress_admin.js:1
1084
  msgid "Save"
1085
  msgstr "Salvar"
1086
 
1087
+ #: templates_admin/editor.php:46
1088
+ #: templates_admin/mce.php:56
1089
+ #: templates_admin/widgets.php:92
1090
+ #: build/index_mappress_admin.js:1
1091
  msgid "Cancel"
1092
  msgstr "Cancelar"
1093
 
1094
+ #: templates_admin/mce.php:6
1095
+ #: build/index_mappress_admin.js:1
1096
  msgid "Select a map"
1097
  msgstr "Selecione um mapa"
1098
 
1099
+ #: templates_admin/mce.php:7
1100
+ #: build/index_mappress_admin.js:1
1101
  msgid "Add New"
1102
  msgstr ""
1103
 
1104
  #: templates_admin/mce.php:14
1105
  #, fuzzy
 
1106
  msgid "post title"
1107
  msgstr "Título do post"
1108
 
1109
+ #: templates_admin/mce.php:18
1110
+ #: build/index_mappress_admin.js:1
1111
  #, fuzzy
 
1112
  msgid "Attached to this post"
1113
  msgstr "Mapas neste post"
1114
 
1115
+ #: templates_admin/mce.php:19
1116
+ #: build/index_mappress_admin.js:1
1117
  #, fuzzy
 
1118
  msgid "All maps"
1119
  msgstr "Todos os posts"
1120
 
1122
  msgid "Close"
1123
  msgstr "Fechar"
1124
 
1125
+ #: templates_admin/mce.php:35
1126
+ #: build/index_mappress_admin.js:1
1127
  msgid "Size"
1128
  msgstr ""
1129
 
1131
  msgid "Save center / zoom"
1132
  msgstr ""
1133
 
1134
+ #: templates_admin/mce.php:68
1135
+ #: build/index_mappress_admin.js:1
1136
  #, fuzzy
 
1137
  msgid "Map title"
1138
  msgstr "Título do marcador"
1139
 
1140
+ #: templates_admin/mce.php:71
1141
+ #: build/index_mappress_admin.js:1
1142
  msgid "Attached to"
1143
  msgstr ""
1144
 
1145
+ #: templates_admin/mce.php:73
1146
+ #: build/index_mappress_admin.js:1
1147
  #, fuzzy
 
1148
  msgid "Action"
1149
  msgstr "Localização"
1150
 
1151
  #: templates_admin/mce.php:87
1152
  #, fuzzy
 
1153
  msgid "Current post"
1154
  msgstr "Post atuais"
1155
 
1156
+ #: templates_admin/mce.php:92
1157
+ #: build/index_mappress_admin.js:1
1158
  msgid "Unattached"
1159
  msgstr ""
1160
 
1162
  msgid "Insert into post"
1163
  msgstr "Inserir no post"
1164
 
1165
+ #: templates_admin/mce.php:107
1166
+ #: build/index_mappress_admin.js:1
1167
  msgid "No maps found"
1168
  msgstr ""
1169
 
1173
 
1174
  #: templates_admin/widgets.php:13
1175
  #, fuzzy
 
1176
  msgid "Weight"
1177
  msgstr "Direita"
1178
 
1182
 
1183
  #: templates_admin/widgets.php:59
1184
  #, fuzzy
 
1185
  msgid "Use default icon"
1186
  msgstr "Redefinir configurações padrão"
1187
 
1191
 
1192
  #: templates_admin/widgets.php:67
1193
  #, fuzzy
 
1194
  msgid "Map list item"
1195
  msgstr "Template da lista de marcadores"
1196
 
1200
 
1201
  #: templates_admin/widgets.php:67
1202
  #, fuzzy
 
1203
  msgid "Mashup list item"
1204
  msgstr "Template da lista de marcadores"
1205
 
1206
  #: templates_admin/widgets.php:74
1207
  #, fuzzy
 
1208
  msgid "New"
1209
  msgstr "Novo Mapa"
1210
 
1211
+ #: templates_admin/widgets.php:74
1212
+ #: build/index_mappress_admin.js:1
1213
  #, fuzzy
 
1214
  msgid "Custom"
1215
  msgstr "CSS personalizado"
1216
 
1217
  #: templates_admin/widgets.php:77
1218
  #, fuzzy
 
1219
  msgid "Editor"
1220
  msgstr "Editar"
1221
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1222
  #: package.json
1223
  msgctxt "block description"
1224
  msgid "MapPress Maps for WordPress"
1228
  #~ msgstr "Balão de dicas"
1229
 
1230
  #, fuzzy
 
1231
  #~ msgid "Show a tooltip when mouse is over a POI"
1232
  #~ msgstr ""
1233
+ "\n"
1234
+ "o título do marcador como um \" balão de dica \" ao passar o \"\n"
1235
+ ""
1236
 
1237
  #~ msgid "Internal error, map was missing. Your data has not been saved!"
1238
  #~ msgstr "Erro interno, mapa não encontrado. O conteúdo não foi salvo!"
1239
 
1240
  #~ msgid "Internal error - unable to save map. Your data has not been saved!"
1241
  #~ msgstr ""
1242
+ "\n"
1243
+ "interno - não foi possível salvar o mapa. O conteúdo não foi salvo!\""
1244
 
1245
  #~ msgid "Marker list"
1246
  #~ msgstr "Lista de marcadores"
1263
  #, php-format
1264
  #~ msgid "Enter a %s to use when searching (leave blank for USA)"
1265
  #~ msgstr ""
1266
+ "\n"
1267
+ "um %s para utilizar ao pesquisar (deixe em branco para os EUA)\""
1268
 
1269
  #~ msgid "Enable zoom with the mouse scroll wheel"
1270
  #~ msgstr "Ativar o zoom com o scroll do mouse"
1274
 
1275
  #, php-format
1276
  #~ msgid ""
1277
+ "\n"
1278
+ "a specific %s for map controls (default is the browser language \"\n"
1279
+ ""
1280
  #~ msgstr ""
1281
+ "\n"
1282
+ "uma %s para controles específicos do mapa (o padrão é a configuração \"\n"
1283
+ "idioma do navegador)\""
1284
 
1285
  #~ msgid ""
1286
+ "\n"
1287
+ "your readers to change the map type (street, satellite, or hybrid)\""
1288
  #~ msgstr "Permitir mudança do tipo de mapa (mapa, satélite ou híbrido)"
1289
 
1290
  #~ msgid "Display the street view control \"peg man\""
1294
  #~ msgstr "No mapa (no seu blog)"
1295
 
1296
  #~ msgid ""
1297
+ "\n"
1298
+ "'Google' if directions aren't displaying properly in your theme\""
1299
  #~ msgstr ""
1300
+ "\n"
1301
+ "'No Google' se a caixa de como chegar não estiver sendo \"\n"
1302
+ "corretamente no seu tema.\""
1303
 
1304
  #, php-format
1305
  #~ msgid "This setting requires %s."
1341
 
1342
  #~ msgid "Automatically create maps from custom field data"
1343
  #~ msgstr ""
1344
+ "\n"
1345
+ "permite criar mapas diretamente do conteúdo de um campo personalizado\""
1346
 
1347
  #~ msgid "Documentation"
1348
  #~ msgstr "Documentação"
1351
  #~ msgstr "Reporte um bug"
1352
 
1353
  #~ msgid ""
1354
+ "\n"
1355
+ "MapPress requires WordPress 3.0 or higher. Please upgrade \"\n"
1356
+ "using MapPress.\""
1357
  #~ msgstr ""
1358
+ "\n"
1359
+ "O MapPress requer WordPress 3.0 ou superior. Por favor atualize \"\n"
1360
+ "de usar o MapPress.\""
1361
 
1362
  #~ msgid ""
1363
+ "\n"
1364
+ "MapPress is not compatible with the WP-Geo plugin. Please \"\n"
1365
+ "or uninstall WP-Geo before using MapPress.\""
1366
  #~ msgstr ""
1367
+ "\n"
1368
+ "O MapPress não é compatível com o Plugin WP-Geo. Por favor \"\n"
1369
+ "ou desinstale o WP-Geo antes de usar o MapPress.\""
1370
 
1371
  #, php-format
1372
  #~ msgid "No geocoding response from Google: %s"
1422
  #~ msgstr "O endereço de partida ou de destino não pode ser encontrado."
1423
 
1424
  #~ msgid ""
1425
+ "\n"
1426
+ "cannot return directions between those addresses. There is no \"\n"
1427
+ "between them or the routing information is not available.\""
1428
  #~ msgstr ""
1429
+ "\n"
1430
+ "Google não conhece o trajeto entre estes endereços. Não uma rota \"\n"
1431
+ "eles ou as informações para o trajeto não estão disponíveis.\""
1432
 
1433
  #~ msgid "Unknown error, unable to return directions. Status code = "
1434
  #~ msgstr ""
1435
+ "\n"
1436
+ "desconhecido, não foi possível traçar uma rota. Código do Status = \""
1437
 
1438
  #~ msgid "No matching address"
1439
  #~ msgstr "Nenhum endereço correspondente"
1492
 
1493
  #~ msgid "This setting requires %s. Show a list of markers under each map."
1494
  #~ msgstr ""
1495
+ "\n"
1496
+ "configuração requer %s. Ela mostra uma lista de marcadores abaixo de \"\n"
1497
+ "mapa.\""
1498
 
1499
  #~ msgid "Donate"
1500
  #~ msgstr "Doação"
languages/mappress-google-maps-for-wordpress-ru_RU-4cfebd0e75a430fc3eb311e0637a25c6.json ADDED
@@ -0,0 +1 @@
 
1
+ {"translation-revision-date":"2020-12-15 11:20-0800","generator":"WP-CLI\/2.4.0","source":"build\/index_mappress_admin.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"ru_RU","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);"},"Settings":["\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438"],"Map Library":["\u041e\u0431\u0440\u0430\u043c\u043b\u0435\u043d\u0438\u0435 \u043a\u0430\u0440\u0442\u044b"],"Help":[""],"No results":[""],"Add":["\u0414\u043e\u0431\u0430\u0432\u0438\u0442\u044c"],"Delete":["\u0423\u0434\u0430\u043b\u0438\u0442\u044c"],"Untitled":["\u0411\u0435\u0437 \u0437\u0430\u0433\u043e\u043b\u043e\u0432\u043a\u0430"],"Google API key":[""],"Default":["\u041f\u043e \u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e"],"Google":[""],"Leaflet":[""],"Post type":["\u0422\u0438\u043f \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438"],"Automatic":["\u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0447\u0435\u0441\u043a\u0438"],"Search":[""],"Zoom":["\u041c\u0430\u0441\u0448\u0442\u0430\u0431"],"Map ID":["ID \u043a\u0430\u0440\u0442\u044b"],"Save":["\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u044c"],"Cancel":["\u041e\u0442\u043c\u0435\u043d\u0438\u0442\u044c"],"Select a map":["\u0421\u0431\u0440\u043e\u0441 \u043a\u0430\u0440\u0442\u044b"],"Add New":[""],"Attached to this post":[""],"All maps":["\u0412\u0441\u0435 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438"],"Size":["\u0420\u0430\u0437\u043c\u0435\u0440"],"Map title":["\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043a\u0430\u0440\u0442\u044b"],"Attached to":[""],"Action":["\u041c\u0435\u0441\u0442\u043e\u043d\u0430\u0445\u043e\u0436\u0434\u0435\u043d\u0438\u0435"],"Unattached":[""],"No maps found":["\u041a\u0430\u0440\u0442\u0430 \u043d\u0435 \u043d\u0430\u0439\u0434\u0435\u043d\u0430"],"Custom":["\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0435 \u043f\u043e\u043b\u0435"],"New map":["\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u043a\u0430\u0440\u0442\u0443"],"Edit map":["\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c"],"Like the block? Upgrade to the free plugin or MapPress Pro for more features!":[""],"MapPress Pro":["\u043e\u0431\u043d\u043e\u0432\u0438\u0442\u044c \u0434\u043e MapPress Pro"],"Free plugin":[""],"MapPress options":["\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043a\u0430\u0440\u0442\u044b"],"Map settings":["\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043a\u0430\u0440\u0442\u044b"],"MapPress Map":["\u041f\u0440\u0438\u043c\u0435\u0440 \u043a\u0430\u0440\u0442\u044b"],"Create a new map or choose one from the map library.":[""],"Insert a map":["\u0421\u0431\u0440\u043e\u0441 \u043a\u0430\u0440\u0442\u044b"],"Query":[""],"Refresh map":["\u041e\u0431\u0437\u043e\u0440 \u043a\u0430\u0440\u0442\u044b"],"Author":[""],"Order by":[""],"Include children":[""],"Add custom field":["\u041f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044c\u0441\u043a\u043e\u0435 \u043f\u043e\u043b\u0435"],"Field name":["\u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u0441\u0442\u0438\u043b\u044f"],"The field \"%s\" has already been added":[""],"Please enter a field name":["\u0421\u043e\u0445\u0440\u0430\u043d\u0438\u0442\u0435 \u043a\u0430\u0440\u0442\u0443 \u0432\u043d\u0430\u0447\u0430\u043b\u0435"],"Value (a or a,b,c...)":[""],"Invalid JSON":[""],"Update":[""],"Query code":["\u043a\u043e\u0434 \u0441\u0442\u0440\u0430\u043d\u044b"],"MapPress Mashup":["\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043a\u0430\u0440\u0442\u044b"],"Insert a mashup":[""],"Options saved.":[""],"Mapping Engine":[""],"Save options":[""],"Map copied":["\u0420\u0430\u0437\u043c\u0435\u0440 \u043a\u0430\u0440\u0442\u044b"],"Shortcode copied":[""],"post title, map title, or map id":[""],"current post":["\u0422\u0435\u043a\u0443\u0449\u0438\u0435 \u043f\u0443\u0431\u043b\u0438\u043a\u0430\u0446\u0438\u0438"],"Edit post":["\u0420\u0435\u0434\u0430\u043a\u0442\u0438\u0440\u043e\u0432\u0430\u0442\u044c"],"Copy":[""],"Shortcode":[""],"Delete map":["\u0423\u0434\u0430\u043b\u0438\u0442\u044c"],"Viewport saved":[""],"px, %, vw":[""],"Width":["\u0428\u0438\u0440\u0438\u043d\u0430"],"px, %, vh":[""],"Height":["\u0412\u044b\u0441\u043e\u0442\u0430"],"Center\/Zoom":["\u041f\u043e \u0446\u0435\u043d\u0442\u0440\u0443"]}}}
languages/mappress-google-maps-for-wordpress-ru_RU.po CHANGED
@@ -1,22 +1,19 @@
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: AG translate RU\n"
4
- "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mappress-google-"
5
- "maps-for-wordpress\n"
6
- "POT-Creation-Date: 2020-12-15T18:23:01+00:00\n"
7
- "PO-Revision-Date: 2020-12-15 11:20-0800\n"
8
  "Last-Translator: AG <helirexi@gmail.com>\n"
9
  "Language-Team: helirexi <helirexi@gmail.com>\n"
10
- "Language: ru_RU\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-KeywordsList: _;gettext;gettext_noop;__;_e;esc_attr_e;esc_attr__;"
15
- "esc_html_e;esc_html__\n"
 
 
16
  "X-Poedit-Basepath: .\n"
17
  "X-Generator: Poedit 2.4.2\n"
18
- "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
19
- "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
20
  "X-Poedit-SourceCharset: UTF-8\n"
21
  "X-Poedit-SearchPath-0: ..\n"
22
 
@@ -40,23 +37,21 @@ msgstr ""
40
  msgid "https://www.mappresspro.com/chris-contact"
41
  msgstr ""
42
 
43
- #: mappress.php:171 mappress.php:701 build/index_mappress_admin.js:1
 
 
44
  msgid "Settings"
45
  msgstr "Настройки"
46
 
47
- #: mappress.php:172 build/index_mappress_admin.js:1
 
48
  #, fuzzy
49
- #| msgid "Map border"
50
  msgid "Map Library"
51
  msgstr "Обрамление карты"
52
 
53
  #: mappress.php:183
54
- msgid ""
55
- "MapPress database tables are missing. Please deactivate the plugin and "
56
- "activate it again to fix this."
57
- msgstr ""
58
- "Таблицы БД MapPress не найдены. Пожалуйста деактивируйте плагин и "
59
- "активируйте снова чтобы исправить это."
60
 
61
  #: mappress.php:188
62
  msgid "A Google Maps API key is required"
@@ -68,7 +63,6 @@ msgstr ""
68
 
69
  #: mappress.php:188
70
  #, fuzzy
71
- #| msgid "Map Settings"
72
  msgid "MapPress Settings"
73
  msgstr "Настройки карты"
74
 
@@ -89,22 +83,20 @@ msgid "Please Help Spread the Word"
89
  msgstr ""
90
 
91
  #: mappress.php:285
92
- msgid ""
93
- "If you're enjoying MapPress, would you mind taking a moment to write a brief "
94
- "review? It would mean the world to me!"
95
  msgstr ""
96
 
97
  #: mappress.php:286
98
- msgid ""
99
- "If you have any issues or suggestions, please let me know. I'll be happy to "
100
- "help!"
101
  msgstr ""
102
 
103
- #: mappress.php:402 mappress.php:931
 
104
  msgid "Version"
105
  msgstr "Version"
106
 
107
- #: mappress.php:404 build/index_mappress_admin.js:1
 
108
  msgid "Help"
109
  msgstr ""
110
 
@@ -117,9 +109,7 @@ msgid "Please enter your MapPress license key to enable plugin updates"
117
  msgstr ""
118
 
119
  #: mappress.php:477
120
- msgid ""
121
- "MapPress Gutenberg blocks require WordPress 5.3 or the latest Gutenberg "
122
- "Plugin. Please update if using the block editor."
123
  msgstr ""
124
 
125
  #: mappress.php:481
@@ -135,9 +125,7 @@ msgid "The MapPress map editor has moved!"
135
  msgstr ""
136
 
137
  #: mappress.php:488
138
- msgid ""
139
- "Use this button to open the new popup editor where you can easily create, "
140
- "edit and insert maps."
141
  msgstr ""
142
 
143
  #: mappress.php:534
@@ -158,7 +146,6 @@ msgstr ""
158
 
159
  #: mappress.php:538
160
  #, fuzzy
161
- #| msgid "Loading..."
162
  msgid "Loading"
163
  msgstr "Загрузка..."
164
 
@@ -170,13 +157,13 @@ msgstr ""
170
  msgid "Unable to get your location"
171
  msgstr "Невозможно определить ваше местонахождение"
172
 
173
- #: mappress.php:541 build/index_mappress_admin.js:1
 
174
  msgid "No results"
175
  msgstr ""
176
 
177
  #: mappress.php:542
178
  #, fuzzy
179
- #| msgid "Save Changes"
180
  msgid "Save changes?"
181
  msgstr "Сохранить изменения"
182
 
@@ -186,13 +173,12 @@ msgstr "Форма"
186
 
187
  #: mappress.php:572
188
  #, fuzzy
189
- #| msgid "Delete this map?"
190
  msgid "Improve this map"
191
  msgstr "Удалить эту карту?"
192
 
193
- #: mappress.php:588 mappress.php:607
 
194
  #, fuzzy
195
- #| msgid "Street view"
196
  msgid "Streets"
197
  msgstr "Просмотр улиц"
198
 
@@ -202,7 +188,6 @@ msgstr ""
202
 
203
  #: mappress.php:590
204
  #, fuzzy
205
- #| msgid "Right"
206
  msgid "Light"
207
  msgstr "Справа"
208
 
@@ -216,33 +201,38 @@ msgstr "Со спутника"
216
 
217
  #: mappress.php:593
218
  #, fuzzy
219
- #| msgid "Satellite"
220
  msgid "Satellite Streets"
221
  msgstr "Со спутника"
222
 
223
- #: mappress_controls.php:93 templates_admin/widgets.php:42
 
224
  #: build/index_mappress_admin.js:1
225
  msgid "Add"
226
  msgstr "Добавить"
227
 
228
- #: mappress_controls.php:102 templates_admin/editor.php:47
229
- #: templates_admin/mce.php:100 templates_admin/widgets.php:94
 
 
230
  #: build/index_mappress_admin.js:1
231
  msgid "Delete"
232
  msgstr "Удалить"
233
 
234
- #: mappress_map.php:85 mappress_settings.php:321
 
235
  msgid "MapPress"
236
  msgstr ""
237
 
238
- #: mappress_map.php:94 templates_admin/mce.php:30 templates_admin/mce.php:80
239
- #: templates_admin/mce.php:86 build/index_mappress_admin.js:1
 
 
 
240
  msgid "Untitled"
241
  msgstr "Без заголовка"
242
 
243
  #: mappress_map.php:95
244
  #, fuzzy
245
- #| msgid "Top of post"
246
  msgid "Copy of %s"
247
  msgstr "В начале публикации"
248
 
@@ -262,7 +252,8 @@ msgstr "Основные настройки"
262
  msgid "Mapping API"
263
  msgstr ""
264
 
265
- #: mappress_settings.php:92 build/index_mappress_admin.js:1
 
266
  msgid "Google API key"
267
  msgstr ""
268
 
@@ -284,7 +275,6 @@ msgstr "Тип публикации"
284
 
285
  #: mappress_settings.php:103
286
  #, fuzzy
287
- #| msgid "Automatic map display"
288
  msgid "Automatic display"
289
  msgstr "Автоматическое отображение карты"
290
 
@@ -292,7 +282,8 @@ msgstr "Автоматическое отображение карты"
292
  msgid "Map alignment"
293
  msgstr "Расположение карты"
294
 
295
- #: mappress_settings.php:105 templates/map-popup.php:3
 
296
  #: templates/mashup-popup.php:6
297
  msgid "Directions"
298
  msgstr "Направления"
@@ -305,7 +296,8 @@ msgstr "Настройки Точки"
305
  msgid "Default zoom"
306
  msgstr "Масштаб по-умолчанию"
307
 
308
- #: mappress_settings.php:110 mappress_settings.php:238
 
309
  msgid "Open first POI"
310
  msgstr "Открыть первую точку"
311
 
@@ -335,7 +327,6 @@ msgstr "Локализация"
335
 
336
  #: mappress_settings.php:121
337
  #, fuzzy
338
- #| msgid "language"
339
  msgid "Search language"
340
  msgstr "язык"
341
 
@@ -363,8 +354,10 @@ msgstr ""
363
  msgid "Compatiblity"
364
  msgstr ""
365
 
366
- #: mappress_settings.php:175 mappress_settings.php:244
367
- #: pro/mappress_pro_settings.php:234 templates_admin/widgets.php:78
 
 
368
  #: build/index_mappress_admin.js:1
369
  msgid "Default"
370
  msgstr "По умолчанию"
@@ -393,7 +386,8 @@ msgstr "В начале публикации"
393
  msgid "Bottom of post"
394
  msgstr "В конце публикации"
395
 
396
- #: mappress_settings.php:199 mappress_settings.php:243
 
397
  msgid "(list)"
398
  msgstr ""
399
 
@@ -405,8 +399,10 @@ msgstr ""
405
  msgid "Prevent other plugins/themes from loading the Google Maps API"
406
  msgstr ""
407
 
408
- #: mappress_settings.php:212 mappress_settings.php:221
409
- #: pro/mappress_pro_settings.php:232 build/index_mappress_admin.js:1
 
 
410
  msgid "Google"
411
  msgstr ""
412
 
@@ -414,17 +410,17 @@ msgstr ""
414
  msgid "Inline"
415
  msgstr "Утопленный"
416
 
417
- #: mappress_settings.php:221 build/index_mappress_admin.js:1
 
418
  msgid "Leaflet"
419
  msgstr ""
420
 
421
  #: mappress_settings.php:223
422
- msgid ""
423
- "Leaflet is free and requires no API key. Google requires an API key and has "
424
- "strict usage limits."
425
  msgstr ""
426
 
427
- #: mappress_settings.php:229 mappress_settings.php:232
 
428
  msgid "Output scripts in footer"
429
  msgstr ""
430
 
@@ -444,21 +440,20 @@ msgstr ""
444
  msgid "Enter token to use Mapbox map tiles"
445
  msgstr ""
446
 
447
- #: mappress_settings.php:257 mappress_settings.php:262
 
448
  #, fuzzy
449
- #| msgid "Map controls"
450
  msgid "Map type control"
451
  msgstr "Управление картой"
452
 
453
  #: mappress_settings.php:258
454
  #, fuzzy
455
- #| msgid "Street view"
456
  msgid "Street view control"
457
  msgstr "Просмотр улиц"
458
 
459
- #: mappress_settings.php:259 mappress_settings.php:263
 
460
  #, fuzzy
461
- #| msgid "Show control"
462
  msgid "Zoom control"
463
  msgstr "Показать управление"
464
 
@@ -480,7 +475,6 @@ msgstr ""
480
 
481
  #: mappress_settings.php:299
482
  #, fuzzy
483
- #| msgid "Default style"
484
  msgid "Default size"
485
  msgstr "Стиль по умолчанию"
486
 
@@ -488,11 +482,13 @@ msgstr "Стиль по умолчанию"
488
  msgid "Copy maps when overwriting a translation"
489
  msgstr ""
490
 
491
- #: mappress_settings.php:326 mappress_settings.php:334
 
492
  msgid "Save Changes"
493
  msgstr "Сохранить изменения"
494
 
495
- #: mappress_settings.php:327 mappress_settings.php:335
 
496
  msgid "Reset Defaults"
497
  msgstr "Сбросить на значения по умолчанию"
498
 
@@ -500,22 +496,24 @@ msgstr "Сбросить на значения по умолчанию"
500
  msgid "Address"
501
  msgstr "Адрес"
502
 
503
- #: mappress_template.php:35 pro/mappress_pro_settings.php:338
 
504
  msgid "Body"
505
  msgstr "Описание"
506
 
507
- #: mappress_template.php:36 pro/mappress_pro_settings.php:174
 
508
  #: pro/mappress_pro_settings.php:338
509
  msgid "Icon"
510
  msgstr "Значек"
511
 
512
  #: mappress_template.php:37
513
  #, fuzzy
514
- #| msgid "Thumbnail Size"
515
  msgid "Thumbnail"
516
  msgstr "Размер иконки"
517
 
518
- #: mappress_template.php:38 pro/mappress_pro_settings.php:338
 
519
  msgid "Title"
520
  msgstr "Заголовок"
521
 
@@ -523,15 +521,17 @@ msgstr "Заголовок"
523
  msgid "Url"
524
  msgstr ""
525
 
526
- #: mappress_template.php:40 pro/mappress_filter.php:120
 
527
  #: pro/mappress_pro_settings.php:343
528
  msgid "Custom Field"
529
  msgstr "Пользовательское поле"
530
 
531
- #: pro/mappress_filter.php:84 pro/mappress_filter.php:133
532
- #: pro/mappress_pro_settings.php:167 build/index_mappress_admin.js:1
 
 
533
  #, fuzzy
534
- #| msgid "Post types"
535
  msgid "Post type"
536
  msgstr "Тип публикации"
537
 
@@ -541,7 +541,6 @@ msgstr ""
541
 
542
  #: pro/mappress_filter.php:120
543
  #, fuzzy
544
- #| msgid "Post title"
545
  msgid "Post field"
546
  msgstr "Заголовок публикации"
547
 
@@ -549,8 +548,10 @@ msgstr "Заголовок публикации"
549
  msgid "Invalid geocoder: %s"
550
  msgstr ""
551
 
552
- #: pro/mappress_geocoder.php:59 pro/mappress_geocoder.php:110
553
- #: pro/mappress_geocoder.php:147 pro/mappress_geocoder.php:192
 
 
554
  msgid "No results for address: %s"
555
  msgstr "Нет результатов для адреса: %s"
556
 
@@ -560,7 +561,6 @@ msgstr ""
560
 
561
  #: pro/mappress_geocoder.php:100
562
  #, fuzzy
563
- #| msgid "Invalid status: %s, address: %s"
564
  msgid "Invalid status: %s, %s Address: %s"
565
  msgstr "Неверный статус: %s, адрес: %s"
566
 
@@ -580,7 +580,8 @@ msgstr ""
580
  msgid "Files error: "
581
  msgstr ""
582
 
583
- #: pro/mappress_meta.php:109 build/index_mappress_admin.js:1
 
584
  msgid "Automatic"
585
  msgstr "Автоматически"
586
 
@@ -590,13 +591,11 @@ msgstr ""
590
 
591
  #: pro/mappress_pro_settings.php:17
592
  #, fuzzy
593
- #| msgid "Version"
594
  msgid "Beta versions"
595
  msgstr "Version"
596
 
597
  #: pro/mappress_pro_settings.php:21
598
  #, fuzzy
599
- #| msgid "Geocoding"
600
  msgid "Geocoder"
601
  msgstr "Гео позиционирование"
602
 
@@ -606,7 +605,6 @@ msgstr "Список Точек"
606
 
607
  #: pro/mappress_pro_settings.php:24
608
  #, fuzzy
609
- #| msgid "POI list"
610
  msgid "POI list layout"
611
  msgstr "Список Точек"
612
 
@@ -624,7 +622,6 @@ msgstr ""
624
 
625
  #: pro/mappress_pro_settings.php:30
626
  #, fuzzy
627
- #| msgid "Post types"
628
  msgid "Popup type"
629
  msgstr "Тип публикации"
630
 
@@ -634,13 +631,11 @@ msgstr "Значок по умолчанию"
634
 
635
  #: pro/mappress_pro_settings.php:33
636
  #, fuzzy
637
- #| msgid "Custom icons directory"
638
  msgid "Icon directory"
639
  msgstr "Папка пользовательских значков"
640
 
641
  #: pro/mappress_pro_settings.php:34
642
  #, fuzzy
643
- #| msgid "Custom icons directory"
644
  msgid "Custom icons"
645
  msgstr "Папка пользовательских значков"
646
 
@@ -650,28 +645,28 @@ msgstr ""
650
 
651
  #: pro/mappress_pro_settings.php:36
652
  #, fuzzy
653
- #| msgid "Automatic"
654
  msgid "Automatic icons"
655
  msgstr "Автоматически"
656
 
657
- #: pro/mappress_pro_settings.php:38 templates/map.php:51
658
- #: templates_admin/mce.php:13 build/index_mappress_admin.js:1
 
 
659
  msgid "Search"
660
  msgstr ""
661
 
662
- #: pro/mappress_pro_settings.php:40 templates/map.php:58
 
663
  msgid "Filter"
664
  msgstr ""
665
 
666
  #: pro/mappress_pro_settings.php:41
667
  #, fuzzy
668
- #| msgid "POI title"
669
  msgid "POI content"
670
  msgstr "Заголовок Точки"
671
 
672
  #: pro/mappress_pro_settings.php:42
673
  #, fuzzy
674
- #| msgid "POI links"
675
  msgid "POI click"
676
  msgstr "Ссылки точки"
677
 
@@ -681,17 +676,16 @@ msgstr ""
681
 
682
  #: pro/mappress_pro_settings.php:44
683
  #, fuzzy
684
- #| msgid "Thumbnail Size"
685
  msgid "Thumbnails"
686
  msgstr "Размер иконки"
687
 
688
  #: pro/mappress_pro_settings.php:45
689
  #, fuzzy
690
- #| msgid "Thumbnail Size"
691
  msgid "Thumbnail size"
692
  msgstr "Размер иконки"
693
 
694
- #: pro/mappress_pro_settings.php:48 pro/mappress_pro_settings.php:50
 
695
  msgid "Styled maps"
696
  msgstr "Стилизованные карты"
697
 
@@ -709,7 +703,6 @@ msgstr ""
709
 
710
  #: pro/mappress_pro_settings.php:56
711
  #, fuzzy
712
- #| msgid "Geocoding"
713
  msgid "Geocoding errors"
714
  msgstr "Гео позиционирование"
715
 
@@ -719,11 +712,11 @@ msgstr ""
719
 
720
  #: pro/mappress_pro_settings.php:61
721
  #, fuzzy
722
- #| msgid "Custom Field"
723
  msgid "Custom templates"
724
  msgstr "Пользовательское поле"
725
 
726
- #: pro/mappress_pro_settings.php:62 pro/mappress_pro_settings.php:227
 
727
  msgid "Force resize"
728
  msgstr "Принудительное изменение размеров"
729
 
@@ -765,7 +758,6 @@ msgstr ""
765
 
766
  #: pro/mappress_pro_settings.php:224
767
  #, fuzzy
768
- #| msgid "Permanently resize existing maps"
769
  msgid "Permanently resize existing maps (classic editor only)"
770
  msgstr "Постоянное изменение размеров существующих карт"
771
 
@@ -785,7 +777,8 @@ msgstr ""
785
  msgid "MapBox"
786
  msgstr ""
787
 
788
- #: pro/mappress_pro_settings.php:246 templates_admin/widgets.php:68
 
789
  msgid "Edit"
790
  msgstr "Редактировать"
791
 
@@ -799,19 +792,16 @@ msgstr ""
799
 
800
  #: pro/mappress_pro_settings.php:268
801
  #, fuzzy
802
- #| msgid "Reset map"
803
  msgid "Left of map"
804
  msgstr "Сброс карты"
805
 
806
  #: pro/mappress_pro_settings.php:269
807
  #, fuzzy
808
- #| msgid "Show map"
809
  msgid "Below map"
810
  msgstr "Показать карту"
811
 
812
  #: pro/mappress_pro_settings.php:275
813
  #, fuzzy
814
- #| msgid "Get Directions"
815
  msgid "Get license"
816
  msgstr "Проложить маршрут"
817
 
@@ -827,7 +817,8 @@ msgstr ""
827
  msgid "Check now"
828
  msgstr ""
829
 
830
- #: pro/mappress_pro_settings.php:299 pro/mappress_updater.php:116
 
831
  msgid "Communication error, please try again later"
832
  msgstr ""
833
 
@@ -837,25 +828,21 @@ msgstr ""
837
 
838
  #: pro/mappress_pro_settings.php:305
839
  #, fuzzy
840
- #| msgid "POI title"
841
  msgid "POI title + POI body"
842
  msgstr "Заголовок Точки"
843
 
844
  #: pro/mappress_pro_settings.php:305
845
  #, fuzzy
846
- #| msgid "Post excerpt"
847
  msgid "Post title + post excerpt"
848
  msgstr "Выдержка из публикации"
849
 
850
  #: pro/mappress_pro_settings.php:310
851
  #, fuzzy
852
- #| msgid "Open the POI"
853
  msgid "Open POI"
854
  msgstr "Открыть Точку"
855
 
856
  #: pro/mappress_pro_settings.php:310
857
  #, fuzzy
858
- #| msgid "Current posts"
859
  msgid "Open post"
860
  msgstr "Текущие публикации"
861
 
@@ -873,7 +860,6 @@ msgstr ""
873
 
874
  #: pro/mappress_pro_settings.php:337
875
  #, fuzzy
876
- #| msgid "Address Line 1"
877
  msgid "Address line "
878
  msgstr "Адрес 1"
879
 
@@ -885,19 +871,18 @@ msgstr "Широта"
885
  msgid "Longitude"
886
  msgstr "Долгота"
887
 
888
- #: pro/mappress_pro_settings.php:338 build/index_mappress_admin.js:1
 
889
  msgid "Zoom"
890
  msgstr "Масштаб"
891
 
892
  #: pro/mappress_pro_settings.php:343
893
  #, fuzzy
894
- #| msgid "Map size"
895
  msgid "Map Field"
896
  msgstr "Размер карты"
897
 
898
  #: pro/mappress_pro_settings.php:356
899
  #, fuzzy
900
- #| msgid "Recenter maps when window is resized"
901
  msgid "Overwrite maps when posts are saved"
902
  msgstr "Центрировать карты при изменении размеров окна"
903
 
@@ -911,13 +896,11 @@ msgstr ""
911
 
912
  #: pro/mappress_pro_settings.php:373
913
  #, fuzzy
914
- #| msgid "Enable"
915
  msgid "Enable search"
916
  msgstr "Включить"
917
 
918
  #: pro/mappress_pro_settings.php:377
919
  #, fuzzy
920
- #| msgid "Show POI list"
921
  msgid "Sort POI list by title"
922
  msgstr "Показать список Точек"
923
 
@@ -927,7 +910,6 @@ msgstr "Не указаны стили"
927
 
928
  #: pro/mappress_pro_settings.php:392
929
  #, fuzzy
930
- #| msgid "Styled Maps"
931
  msgid "Snazzy Maps"
932
  msgstr "Стилизация карт"
933
 
@@ -935,7 +917,8 @@ msgstr "Стилизация карт"
935
  msgid "Enter JSON from %s"
936
  msgstr ""
937
 
938
- #: pro/mappress_pro_settings.php:397 pro/mappress_pro_settings.php:413
 
939
  msgid "Style name"
940
  msgstr "Название стиля"
941
 
@@ -945,7 +928,6 @@ msgstr ""
945
 
946
  #: pro/mappress_pro_settings.php:410
947
  #, fuzzy
948
- #| msgid "Enter sizes in px or %"
949
  msgid "Enter styles from %s"
950
  msgstr "Укажите размеры в пикселях или процентах"
951
 
@@ -969,11 +951,13 @@ msgstr ""
969
  msgid "JSON error"
970
  msgstr ""
971
 
972
- #: pro/mappress_widget.php:69 pro/mappress_widget_map.php:56
 
973
  msgid "Widget title"
974
  msgstr "Заголовок виджета"
975
 
976
- #: pro/mappress_widget.php:74 pro/mappress_widget_map.php:66
 
977
  msgid "Map size"
978
  msgstr "Размер карты"
979
 
@@ -1001,20 +985,25 @@ msgstr "Пользовательский запрос"
1001
  msgid "Learn about queries"
1002
  msgstr "Узнать о запросах"
1003
 
1004
- #: pro/mappress_widget.php:94 pro/mappress_widget_map.php:74
 
1005
  msgid "Show POI list"
1006
  msgstr "Показать список Точек"
1007
 
1008
- #: pro/mappress_widget.php:101 pro/mappress_widget_map.php:81
 
1009
  msgid "Other Settings"
1010
  msgstr "Другие настройки"
1011
 
1012
- #: pro/mappress_widget.php:104 pro/mappress_widget_map.php:84
 
1013
  msgid "Example: initialopeninfo=\"true\""
1014
  msgstr ""
1015
 
1016
- #: pro/mappress_widget_map.php:61 templates_admin/mce.php:49
1017
- #: templates_admin/mce.php:69 build/index_mappress_admin.js:1
 
 
1018
  msgid "Map ID"
1019
  msgstr "ID карты"
1020
 
@@ -1032,19 +1021,16 @@ msgstr ""
1032
 
1033
  #: templates/map-filters.php:13
1034
  #, fuzzy
1035
- #| msgid "Reset map"
1036
  msgid "Reset"
1037
  msgstr "Сброс карты"
1038
 
1039
  #: templates/map-loop.php:3
1040
  #, fuzzy
1041
- #| msgid "Reset Defaults"
1042
  msgid "Results"
1043
  msgstr "Сбросить на значения по умолчанию"
1044
 
1045
  #: templates/map.php:53
1046
  #, fuzzy
1047
- #| msgid "Location"
1048
  msgid "Your Location"
1049
  msgstr "Местонахождение"
1050
 
@@ -1070,13 +1056,11 @@ msgstr "Проездом"
1070
 
1071
  #: templates/map.php:84
1072
  #, fuzzy
1073
- #| msgid "Show POI list"
1074
  msgid "Show List"
1075
  msgstr "Показать список Точек"
1076
 
1077
  #: templates/map.php:85
1078
  #, fuzzy
1079
- #| msgid "Show map"
1080
  msgid "Show Map"
1081
  msgstr "Показать карту"
1082
 
@@ -1092,39 +1076,44 @@ msgstr ""
1092
  msgid "Add Media"
1093
  msgstr ""
1094
 
1095
- #: templates_admin/editor.php:45 templates_admin/mce.php:55
1096
- #: templates_admin/widgets.php:91 build/index_mappress_admin.js:1
 
 
1097
  msgid "Save"
1098
  msgstr "Сохранить"
1099
 
1100
- #: templates_admin/editor.php:46 templates_admin/mce.php:56
1101
- #: templates_admin/widgets.php:92 build/index_mappress_admin.js:1
 
 
1102
  msgid "Cancel"
1103
  msgstr "Отменить"
1104
 
1105
- #: templates_admin/mce.php:6 build/index_mappress_admin.js:1
 
1106
  #, fuzzy
1107
- #| msgid "Reset map"
1108
  msgid "Select a map"
1109
  msgstr "Сброс карты"
1110
 
1111
- #: templates_admin/mce.php:7 build/index_mappress_admin.js:1
 
1112
  msgid "Add New"
1113
  msgstr ""
1114
 
1115
  #: templates_admin/mce.php:14
1116
  #, fuzzy
1117
- #| msgid "Post title"
1118
  msgid "post title"
1119
  msgstr "Заголовок публикации"
1120
 
1121
- #: templates_admin/mce.php:18 build/index_mappress_admin.js:1
 
1122
  msgid "Attached to this post"
1123
  msgstr ""
1124
 
1125
- #: templates_admin/mce.php:19 build/index_mappress_admin.js:1
 
1126
  #, fuzzy
1127
- #| msgid "All posts"
1128
  msgid "All maps"
1129
  msgstr "Все публикации"
1130
 
@@ -1132,7 +1121,8 @@ msgstr "Все публикации"
1132
  msgid "Close"
1133
  msgstr "Закрыть"
1134
 
1135
- #: templates_admin/mce.php:35 build/index_mappress_admin.js:1
 
1136
  msgid "Size"
1137
  msgstr "Размер"
1138
 
@@ -1140,29 +1130,30 @@ msgstr "Размер"
1140
  msgid "Save center / zoom"
1141
  msgstr ""
1142
 
1143
- #: templates_admin/mce.php:68 build/index_mappress_admin.js:1
 
1144
  #, fuzzy
1145
- #| msgid "Map Title"
1146
  msgid "Map title"
1147
  msgstr "Название карты"
1148
 
1149
- #: templates_admin/mce.php:71 build/index_mappress_admin.js:1
 
1150
  msgid "Attached to"
1151
  msgstr ""
1152
 
1153
- #: templates_admin/mce.php:73 build/index_mappress_admin.js:1
 
1154
  #, fuzzy
1155
- #| msgid "Location"
1156
  msgid "Action"
1157
  msgstr "Местонахождение"
1158
 
1159
  #: templates_admin/mce.php:87
1160
  #, fuzzy
1161
- #| msgid "Current posts"
1162
  msgid "Current post"
1163
  msgstr "Текущие публикации"
1164
 
1165
- #: templates_admin/mce.php:92 build/index_mappress_admin.js:1
 
1166
  msgid "Unattached"
1167
  msgstr ""
1168
 
@@ -1170,9 +1161,9 @@ msgstr ""
1170
  msgid "Insert into post"
1171
  msgstr "Вставить в публикацию"
1172
 
1173
- #: templates_admin/mce.php:107 build/index_mappress_admin.js:1
 
1174
  #, fuzzy
1175
- #| msgid "Map not found"
1176
  msgid "No maps found"
1177
  msgstr "Карта не найдена"
1178
 
@@ -1186,7 +1177,6 @@ msgstr "Толщина"
1186
 
1187
  #: templates_admin/widgets.php:28
1188
  #, fuzzy
1189
- #| msgid "No styles have been defined yet"
1190
  msgid "No custom icons have been added yet."
1191
  msgstr "Не указаны стили"
1192
 
@@ -1200,246 +1190,35 @@ msgstr ""
1200
 
1201
  #: templates_admin/widgets.php:67
1202
  #, fuzzy
1203
- #| msgid "Map size"
1204
  msgid "Map list item"
1205
  msgstr "Размер карты"
1206
 
1207
  #: templates_admin/widgets.php:67
1208
  #, fuzzy
1209
- #| msgid "Mashups"
1210
  msgid "Mashup popup"
1211
  msgstr "Объединить данные источников"
1212
 
1213
  #: templates_admin/widgets.php:67
1214
  #, fuzzy
1215
- #| msgid "Mashups"
1216
  msgid "Mashup list item"
1217
  msgstr "Объединить данные источников"
1218
 
1219
  #: templates_admin/widgets.php:74
1220
  #, fuzzy
1221
- #| msgid "New Map"
1222
  msgid "New"
1223
  msgstr "Новая карта"
1224
 
1225
- #: templates_admin/widgets.php:74 build/index_mappress_admin.js:1
 
1226
  #, fuzzy
1227
- #| msgid "Custom Field"
1228
  msgid "Custom"
1229
  msgstr "Пользовательское поле"
1230
 
1231
  #: templates_admin/widgets.php:77
1232
  #, fuzzy
1233
- #| msgid "Edit"
1234
  msgid "Editor"
1235
  msgstr "Редактировать"
1236
 
1237
- #: build/index_mappress_admin.js:1
1238
- #, fuzzy
1239
- #| msgid "Show map"
1240
- msgid "New map"
1241
- msgstr "Показать карту"
1242
-
1243
- #: build/index_mappress_admin.js:1
1244
- #, fuzzy
1245
- #| msgid "Edit"
1246
- msgid "Edit map"
1247
- msgstr "Редактировать"
1248
-
1249
- #: build/index_mappress_admin.js:1
1250
- msgid ""
1251
- "Like the block? Upgrade to the free plugin or MapPress Pro for more "
1252
- "features!"
1253
- msgstr ""
1254
-
1255
- #: build/index_mappress_admin.js:1
1256
- #, fuzzy
1257
- #| msgid "Upgrade to MapPress Pro"
1258
- msgid "MapPress Pro"
1259
- msgstr "обновить до MapPress Pro"
1260
-
1261
- #: build/index_mappress_admin.js:1
1262
- msgid "Free plugin"
1263
- msgstr ""
1264
-
1265
- #: build/index_mappress_admin.js:1
1266
- #, fuzzy
1267
- #| msgid "Map Settings"
1268
- msgid "MapPress options"
1269
- msgstr "Настройки карты"
1270
-
1271
- #: build/index_mappress_admin.js:1
1272
- #, fuzzy
1273
- #| msgid "Map Settings"
1274
- msgid "Map settings"
1275
- msgstr "Настройки карты"
1276
-
1277
- #: build/index_mappress_admin.js:1
1278
- #, fuzzy
1279
- #| msgid "Sample Map"
1280
- msgid "MapPress Map"
1281
- msgstr "Пример карты"
1282
-
1283
- #: build/index_mappress_admin.js:1
1284
- msgid "Create a new map or choose one from the map library."
1285
- msgstr ""
1286
-
1287
- #: build/index_mappress_admin.js:1
1288
- #, fuzzy
1289
- #| msgid "Reset map"
1290
- msgid "Insert a map"
1291
- msgstr "Сброс карты"
1292
-
1293
- #: build/index_mappress_admin.js:1
1294
- msgid "Query"
1295
- msgstr ""
1296
-
1297
- #: build/index_mappress_admin.js:1
1298
- #, fuzzy
1299
- #| msgid "Overview map"
1300
- msgid "Refresh map"
1301
- msgstr "Обзор карты"
1302
-
1303
- #: build/index_mappress_admin.js:1
1304
- msgid "Author"
1305
- msgstr ""
1306
-
1307
- #: build/index_mappress_admin.js:1
1308
- msgid "Order by"
1309
- msgstr ""
1310
-
1311
- #: build/index_mappress_admin.js:1
1312
- msgid "Include children"
1313
- msgstr ""
1314
-
1315
- #: build/index_mappress_admin.js:1
1316
- #, fuzzy
1317
- #| msgid "Custom Field"
1318
- msgid "Add custom field"
1319
- msgstr "Пользовательское поле"
1320
-
1321
- #: build/index_mappress_admin.js:1
1322
- #, fuzzy
1323
- #| msgid "Style name"
1324
- msgid "Field name"
1325
- msgstr "Название стиля"
1326
-
1327
- #: build/index_mappress_admin.js:1
1328
- msgid "The field \"%s\" has already been added"
1329
- msgstr ""
1330
-
1331
- #: build/index_mappress_admin.js:1
1332
- #, fuzzy
1333
- #| msgid "Please save the map first"
1334
- msgid "Please enter a field name"
1335
- msgstr "Сохраните карту вначале"
1336
-
1337
- #: build/index_mappress_admin.js:1
1338
- msgid "Value (a or a,b,c...)"
1339
- msgstr ""
1340
-
1341
- #: build/index_mappress_admin.js:1
1342
- msgid "Invalid JSON"
1343
- msgstr ""
1344
-
1345
- #: build/index_mappress_admin.js:1
1346
- msgid "Update"
1347
- msgstr ""
1348
-
1349
- #: build/index_mappress_admin.js:1
1350
- #, fuzzy
1351
- #| msgid "country code"
1352
- msgid "Query code"
1353
- msgstr "код страны"
1354
-
1355
- #: build/index_mappress_admin.js:1
1356
- #, fuzzy
1357
- #| msgid "Map Settings"
1358
- msgid "MapPress Mashup"
1359
- msgstr "Настройки карты"
1360
-
1361
- #: build/index_mappress_admin.js:1
1362
- msgid "Insert a mashup"
1363
- msgstr ""
1364
-
1365
- #: build/index_mappress_admin.js:1
1366
- msgid "Options saved."
1367
- msgstr ""
1368
-
1369
- #: build/index_mappress_admin.js:1
1370
- msgid "Mapping Engine"
1371
- msgstr ""
1372
-
1373
- #: build/index_mappress_admin.js:1
1374
- msgid "Save options"
1375
- msgstr ""
1376
-
1377
- #: build/index_mappress_admin.js:1
1378
- #, fuzzy
1379
- #| msgid "Map size"
1380
- msgid "Map copied"
1381
- msgstr "Размер карты"
1382
-
1383
- #: build/index_mappress_admin.js:1
1384
- msgid "Shortcode copied"
1385
- msgstr ""
1386
-
1387
- #: build/index_mappress_admin.js:1
1388
- msgid "post title, map title, or map id"
1389
- msgstr ""
1390
-
1391
- #: build/index_mappress_admin.js:1
1392
- #, fuzzy
1393
- #| msgid "Current posts"
1394
- msgid "current post"
1395
- msgstr "Текущие публикации"
1396
-
1397
- #: build/index_mappress_admin.js:1
1398
- #, fuzzy
1399
- #| msgid "Edit"
1400
- msgid "Edit post"
1401
- msgstr "Редактировать"
1402
-
1403
- #: build/index_mappress_admin.js:1
1404
- msgid "Copy"
1405
- msgstr ""
1406
-
1407
- #: build/index_mappress_admin.js:1
1408
- msgid "Shortcode"
1409
- msgstr ""
1410
-
1411
- #: build/index_mappress_admin.js:1
1412
- #, fuzzy
1413
- #| msgid "Delete"
1414
- msgid "Delete map"
1415
- msgstr "Удалить"
1416
-
1417
- #: build/index_mappress_admin.js:1
1418
- msgid "Viewport saved"
1419
- msgstr ""
1420
-
1421
- #: build/index_mappress_admin.js:1
1422
- msgid "px, %, vw"
1423
- msgstr ""
1424
-
1425
- #: build/index_mappress_admin.js:1
1426
- msgid "Width"
1427
- msgstr "Ширина"
1428
-
1429
- #: build/index_mappress_admin.js:1
1430
- msgid "px, %, vh"
1431
- msgstr ""
1432
-
1433
- #: build/index_mappress_admin.js:1
1434
- msgid "Height"
1435
- msgstr "Высота"
1436
-
1437
- #: build/index_mappress_admin.js:1
1438
- #, fuzzy
1439
- #| msgid "Center"
1440
- msgid "Center/Zoom"
1441
- msgstr "По центру"
1442
-
1443
  #: package.json
1444
  msgctxt "block description"
1445
  msgid "MapPress Maps for WordPress"
@@ -1449,10 +1228,10 @@ msgstr ""
1449
  #~ msgstr "Всплывающие подсказки"
1450
 
1451
  #, fuzzy
1452
- #~| msgid "Show POI titles as a \"tooltip\" on mouse-over"
1453
  #~ msgid "Show a tooltip when mouse is over a POI"
1454
  #~ msgstr ""
1455
- #~ "Показать всплывающее описание точки \"tooltip\" при наведении курсора мыши"
 
1456
 
1457
  #~ msgid "Documentation"
1458
  #~ msgstr "Documentation"
@@ -1464,18 +1243,22 @@ msgstr ""
1464
  #~ msgstr "Contact"
1465
 
1466
  #~ msgid ""
1467
- #~ "WARNING: MapPress now requires WordPress 3.2 or higher. Please upgrade "
1468
- #~ "before using MapPress."
 
1469
  #~ msgstr ""
1470
- #~ "ВНИМАНИЕ: MapPress требует WordPress 3.2 и выше. Обновитесь перед "
1471
- #~ "использованием MapPress."
 
1472
 
1473
  #~ msgid ""
1474
- #~ "WARNING: MapPress is not compfatible with the WP-Geo plugin. Please "
1475
- #~ "deactivate or uninstall WP-Geo before using MapPress."
 
1476
  #~ msgstr ""
1477
- #~ "ВНИМАНИЕ: MapPress не совместим с WP-Geo плагином. Удалите или "
1478
- #~ "деактивируйте WP-Geo перед использованием MapPress."
 
1479
 
1480
  #~ msgid "Bike"
1481
  #~ msgstr "Велосипед"
@@ -1484,11 +1267,13 @@ msgstr ""
1484
  #~ msgstr "Один из адресов не может быть найден"
1485
 
1486
  #~ msgid ""
1487
- #~ "Google cannot return directions between those addresses. There is no "
1488
- #~ "route between them or the routing information is not available."
 
1489
  #~ msgstr ""
1490
- #~ "Google не может вернуть маршруты между этими адресами. Нет маршрутов "
1491
- #~ "между ними или информация о маршрутах недоступна."
 
1492
 
1493
  #~ msgid "Unknown error, unable to return directions. Status code = "
1494
  #~ msgstr "Неизвестная ошибка, невозможно получить направления. Код статуса ="
@@ -1560,10 +1345,12 @@ msgstr ""
1560
  #~ msgstr "Загрузка карт последними"
1561
 
1562
  #~ msgid ""
1563
- #~ "Use the settings below to automatically create maps from custom fields."
 
1564
  #~ msgstr ""
1565
- #~ "Используйте настройки ниже для автоматического создания карт из "
1566
- #~ "пользовательских полей."
 
1567
 
1568
  #~ msgid "Posts"
1569
  #~ msgstr "Публикации"
@@ -1599,7 +1386,8 @@ msgstr ""
1599
  #, php-format
1600
  #~ msgid "Use a specific %s for map controls and geocoding"
1601
  #~ msgstr ""
1602
- #~ "Использовать специальные %s для управления картой и гео позиционирования"
 
1603
 
1604
  #~ msgid "Horizontal"
1605
  #~ msgstr "Горизонтальный"
@@ -1687,7 +1475,8 @@ msgstr ""
1687
 
1688
  #~ msgid "Default zoom for POIs entered by lat/lng"
1689
  #~ msgstr ""
1690
- #~ "Масштаб по умолчанию для Точки, указанной с помощью Широты и Долготы "
 
1691
 
1692
  #~ msgid "No automatic display"
1693
  #~ msgstr "Не отображать автоматически"
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: AG translate RU\n"
4
+ "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mappress-google-maps-for-wordpress\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: 2020-12-15T18:23:01+00:00\n"
11
+ "PO-Revision-Date: 2020-12-15 11:20-0800\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 2.4.2\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
 
37
  msgid "https://www.mappresspro.com/chris-contact"
38
  msgstr ""
39
 
40
+ #: mappress.php:171
41
+ #: mappress.php:701
42
+ #: build/index_mappress_admin.js:1
43
  msgid "Settings"
44
  msgstr "Настройки"
45
 
46
+ #: mappress.php:172
47
+ #: build/index_mappress_admin.js:1
48
  #, fuzzy
 
49
  msgid "Map Library"
50
  msgstr "Обрамление карты"
51
 
52
  #: mappress.php:183
53
+ msgid "MapPress database tables are missing. Please deactivate the plugin and activate it again to fix this."
54
+ msgstr "Таблицы БД MapPress не найдены. Пожалуйста деактивируйте плагин и активируйте снова чтобы исправить это."
 
 
 
 
55
 
56
  #: mappress.php:188
57
  msgid "A Google Maps API key is required"
63
 
64
  #: mappress.php:188
65
  #, fuzzy
 
66
  msgid "MapPress Settings"
67
  msgstr "Настройки карты"
68
 
83
  msgstr ""
84
 
85
  #: mappress.php:285
86
+ msgid "If you're enjoying MapPress, would you mind taking a moment to write a brief review? It would mean the world to me!"
 
 
87
  msgstr ""
88
 
89
  #: mappress.php:286
90
+ msgid "If you have any issues or suggestions, please let me know. I'll be happy to help!"
 
 
91
  msgstr ""
92
 
93
+ #: mappress.php:402
94
+ #: mappress.php:931
95
  msgid "Version"
96
  msgstr "Version"
97
 
98
+ #: mappress.php:404
99
+ #: build/index_mappress_admin.js:1
100
  msgid "Help"
101
  msgstr ""
102
 
109
  msgstr ""
110
 
111
  #: mappress.php:477
112
+ msgid "MapPress Gutenberg blocks require WordPress 5.3 or the latest Gutenberg Plugin. Please update if using the block editor."
 
 
113
  msgstr ""
114
 
115
  #: mappress.php:481
125
  msgstr ""
126
 
127
  #: mappress.php:488
128
+ msgid "Use this button to open the new popup editor where you can easily create, edit and insert maps."
 
 
129
  msgstr ""
130
 
131
  #: mappress.php:534
146
 
147
  #: mappress.php:538
148
  #, fuzzy
 
149
  msgid "Loading"
150
  msgstr "Загрузка..."
151
 
157
  msgid "Unable to get your location"
158
  msgstr "Невозможно определить ваше местонахождение"
159
 
160
+ #: mappress.php:541
161
+ #: build/index_mappress_admin.js:1
162
  msgid "No results"
163
  msgstr ""
164
 
165
  #: mappress.php:542
166
  #, fuzzy
 
167
  msgid "Save changes?"
168
  msgstr "Сохранить изменения"
169
 
173
 
174
  #: mappress.php:572
175
  #, fuzzy
 
176
  msgid "Improve this map"
177
  msgstr "Удалить эту карту?"
178
 
179
+ #: mappress.php:588
180
+ #: mappress.php:607
181
  #, fuzzy
 
182
  msgid "Streets"
183
  msgstr "Просмотр улиц"
184
 
188
 
189
  #: mappress.php:590
190
  #, fuzzy
 
191
  msgid "Light"
192
  msgstr "Справа"
193
 
201
 
202
  #: mappress.php:593
203
  #, fuzzy
 
204
  msgid "Satellite Streets"
205
  msgstr "Со спутника"
206
 
207
+ #: mappress_controls.php:93
208
+ #: templates_admin/widgets.php:42
209
  #: build/index_mappress_admin.js:1
210
  msgid "Add"
211
  msgstr "Добавить"
212
 
213
+ #: mappress_controls.php:102
214
+ #: templates_admin/editor.php:47
215
+ #: templates_admin/mce.php:100
216
+ #: templates_admin/widgets.php:94
217
  #: build/index_mappress_admin.js:1
218
  msgid "Delete"
219
  msgstr "Удалить"
220
 
221
+ #: mappress_map.php:85
222
+ #: mappress_settings.php:321
223
  msgid "MapPress"
224
  msgstr ""
225
 
226
+ #: mappress_map.php:94
227
+ #: templates_admin/mce.php:30
228
+ #: templates_admin/mce.php:80
229
+ #: templates_admin/mce.php:86
230
+ #: build/index_mappress_admin.js:1
231
  msgid "Untitled"
232
  msgstr "Без заголовка"
233
 
234
  #: mappress_map.php:95
235
  #, fuzzy
 
236
  msgid "Copy of %s"
237
  msgstr "В начале публикации"
238
 
252
  msgid "Mapping API"
253
  msgstr ""
254
 
255
+ #: mappress_settings.php:92
256
+ #: build/index_mappress_admin.js:1
257
  msgid "Google API key"
258
  msgstr ""
259
 
275
 
276
  #: mappress_settings.php:103
277
  #, fuzzy
 
278
  msgid "Automatic display"
279
  msgstr "Автоматическое отображение карты"
280
 
282
  msgid "Map alignment"
283
  msgstr "Расположение карты"
284
 
285
+ #: mappress_settings.php:105
286
+ #: templates/map-popup.php:3
287
  #: templates/mashup-popup.php:6
288
  msgid "Directions"
289
  msgstr "Направления"
296
  msgid "Default zoom"
297
  msgstr "Масштаб по-умолчанию"
298
 
299
+ #: mappress_settings.php:110
300
+ #: mappress_settings.php:238
301
  msgid "Open first POI"
302
  msgstr "Открыть первую точку"
303
 
327
 
328
  #: mappress_settings.php:121
329
  #, fuzzy
 
330
  msgid "Search language"
331
  msgstr "язык"
332
 
354
  msgid "Compatiblity"
355
  msgstr ""
356
 
357
+ #: mappress_settings.php:175
358
+ #: mappress_settings.php:244
359
+ #: pro/mappress_pro_settings.php:234
360
+ #: templates_admin/widgets.php:78
361
  #: build/index_mappress_admin.js:1
362
  msgid "Default"
363
  msgstr "По умолчанию"
386
  msgid "Bottom of post"
387
  msgstr "В конце публикации"
388
 
389
+ #: mappress_settings.php:199
390
+ #: mappress_settings.php:243
391
  msgid "(list)"
392
  msgstr ""
393
 
399
  msgid "Prevent other plugins/themes from loading the Google Maps API"
400
  msgstr ""
401
 
402
+ #: mappress_settings.php:212
403
+ #: mappress_settings.php:221
404
+ #: pro/mappress_pro_settings.php:232
405
+ #: build/index_mappress_admin.js:1
406
  msgid "Google"
407
  msgstr ""
408
 
410
  msgid "Inline"
411
  msgstr "Утопленный"
412
 
413
+ #: mappress_settings.php:221
414
+ #: build/index_mappress_admin.js:1
415
  msgid "Leaflet"
416
  msgstr ""
417
 
418
  #: mappress_settings.php:223
419
+ msgid "Leaflet is free and requires no API key. Google requires an API key and has strict usage limits."
 
 
420
  msgstr ""
421
 
422
+ #: mappress_settings.php:229
423
+ #: mappress_settings.php:232
424
  msgid "Output scripts in footer"
425
  msgstr ""
426
 
440
  msgid "Enter token to use Mapbox map tiles"
441
  msgstr ""
442
 
443
+ #: mappress_settings.php:257
444
+ #: mappress_settings.php:262
445
  #, fuzzy
 
446
  msgid "Map type control"
447
  msgstr "Управление картой"
448
 
449
  #: mappress_settings.php:258
450
  #, fuzzy
 
451
  msgid "Street view control"
452
  msgstr "Просмотр улиц"
453
 
454
+ #: mappress_settings.php:259
455
+ #: mappress_settings.php:263
456
  #, fuzzy
 
457
  msgid "Zoom control"
458
  msgstr "Показать управление"
459
 
475
 
476
  #: mappress_settings.php:299
477
  #, fuzzy
 
478
  msgid "Default size"
479
  msgstr "Стиль по умолчанию"
480
 
482
  msgid "Copy maps when overwriting a translation"
483
  msgstr ""
484
 
485
+ #: mappress_settings.php:326
486
+ #: mappress_settings.php:334
487
  msgid "Save Changes"
488
  msgstr "Сохранить изменения"
489
 
490
+ #: mappress_settings.php:327
491
+ #: mappress_settings.php:335
492
  msgid "Reset Defaults"
493
  msgstr "Сбросить на значения по умолчанию"
494
 
496
  msgid "Address"
497
  msgstr "Адрес"
498
 
499
+ #: mappress_template.php:35
500
+ #: pro/mappress_pro_settings.php:338
501
  msgid "Body"
502
  msgstr "Описание"
503
 
504
+ #: mappress_template.php:36
505
+ #: pro/mappress_pro_settings.php:174
506
  #: pro/mappress_pro_settings.php:338
507
  msgid "Icon"
508
  msgstr "Значек"
509
 
510
  #: mappress_template.php:37
511
  #, fuzzy
 
512
  msgid "Thumbnail"
513
  msgstr "Размер иконки"
514
 
515
+ #: mappress_template.php:38
516
+ #: pro/mappress_pro_settings.php:338
517
  msgid "Title"
518
  msgstr "Заголовок"
519
 
521
  msgid "Url"
522
  msgstr ""
523
 
524
+ #: mappress_template.php:40
525
+ #: pro/mappress_filter.php:120
526
  #: pro/mappress_pro_settings.php:343
527
  msgid "Custom Field"
528
  msgstr "Пользовательское поле"
529
 
530
+ #: pro/mappress_filter.php:84
531
+ #: pro/mappress_filter.php:133
532
+ #: pro/mappress_pro_settings.php:167
533
+ #: build/index_mappress_admin.js:1
534
  #, fuzzy
 
535
  msgid "Post type"
536
  msgstr "Тип публикации"
537
 
541
 
542
  #: pro/mappress_filter.php:120
543
  #, fuzzy
 
544
  msgid "Post field"
545
  msgstr "Заголовок публикации"
546
 
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:192
555
  msgid "No results for address: %s"
556
  msgstr "Нет результатов для адреса: %s"
557
 
561
 
562
  #: pro/mappress_geocoder.php:100
563
  #, fuzzy
 
564
  msgid "Invalid status: %s, %s Address: %s"
565
  msgstr "Неверный статус: %s, адрес: %s"
566
 
580
  msgid "Files error: "
581
  msgstr ""
582
 
583
+ #: pro/mappress_meta.php:109
584
+ #: build/index_mappress_admin.js:1
585
  msgid "Automatic"
586
  msgstr "Автоматически"
587
 
591
 
592
  #: pro/mappress_pro_settings.php:17
593
  #, fuzzy
 
594
  msgid "Beta versions"
595
  msgstr "Version"
596
 
597
  #: pro/mappress_pro_settings.php:21
598
  #, fuzzy
 
599
  msgid "Geocoder"
600
  msgstr "Гео позиционирование"
601
 
605
 
606
  #: pro/mappress_pro_settings.php:24
607
  #, fuzzy
 
608
  msgid "POI list layout"
609
  msgstr "Список Точек"
610
 
622
 
623
  #: pro/mappress_pro_settings.php:30
624
  #, fuzzy
 
625
  msgid "Popup type"
626
  msgstr "Тип публикации"
627
 
631
 
632
  #: pro/mappress_pro_settings.php:33
633
  #, fuzzy
 
634
  msgid "Icon directory"
635
  msgstr "Папка пользовательских значков"
636
 
637
  #: pro/mappress_pro_settings.php:34
638
  #, fuzzy
 
639
  msgid "Custom icons"
640
  msgstr "Папка пользовательских значков"
641
 
645
 
646
  #: pro/mappress_pro_settings.php:36
647
  #, fuzzy
 
648
  msgid "Automatic icons"
649
  msgstr "Автоматически"
650
 
651
+ #: pro/mappress_pro_settings.php:38
652
+ #: templates/map.php:51
653
+ #: templates_admin/mce.php:13
654
+ #: build/index_mappress_admin.js:1
655
  msgid "Search"
656
  msgstr ""
657
 
658
+ #: pro/mappress_pro_settings.php:40
659
+ #: templates/map.php:58
660
  msgid "Filter"
661
  msgstr ""
662
 
663
  #: pro/mappress_pro_settings.php:41
664
  #, fuzzy
 
665
  msgid "POI content"
666
  msgstr "Заголовок Точки"
667
 
668
  #: pro/mappress_pro_settings.php:42
669
  #, fuzzy
 
670
  msgid "POI click"
671
  msgstr "Ссылки точки"
672
 
676
 
677
  #: pro/mappress_pro_settings.php:44
678
  #, fuzzy
 
679
  msgid "Thumbnails"
680
  msgstr "Размер иконки"
681
 
682
  #: pro/mappress_pro_settings.php:45
683
  #, fuzzy
 
684
  msgid "Thumbnail size"
685
  msgstr "Размер иконки"
686
 
687
+ #: pro/mappress_pro_settings.php:48
688
+ #: pro/mappress_pro_settings.php:50
689
  msgid "Styled maps"
690
  msgstr "Стилизованные карты"
691
 
703
 
704
  #: pro/mappress_pro_settings.php:56
705
  #, fuzzy
 
706
  msgid "Geocoding errors"
707
  msgstr "Гео позиционирование"
708
 
712
 
713
  #: pro/mappress_pro_settings.php:61
714
  #, fuzzy
 
715
  msgid "Custom templates"
716
  msgstr "Пользовательское поле"
717
 
718
+ #: pro/mappress_pro_settings.php:62
719
+ #: pro/mappress_pro_settings.php:227
720
  msgid "Force resize"
721
  msgstr "Принудительное изменение размеров"
722
 
758
 
759
  #: pro/mappress_pro_settings.php:224
760
  #, fuzzy
 
761
  msgid "Permanently resize existing maps (classic editor only)"
762
  msgstr "Постоянное изменение размеров существующих карт"
763
 
777
  msgid "MapBox"
778
  msgstr ""
779
 
780
+ #: pro/mappress_pro_settings.php:246
781
+ #: templates_admin/widgets.php:68
782
  msgid "Edit"
783
  msgstr "Редактировать"
784
 
792
 
793
  #: pro/mappress_pro_settings.php:268
794
  #, fuzzy
 
795
  msgid "Left of map"
796
  msgstr "Сброс карты"
797
 
798
  #: pro/mappress_pro_settings.php:269
799
  #, fuzzy
 
800
  msgid "Below map"
801
  msgstr "Показать карту"
802
 
803
  #: pro/mappress_pro_settings.php:275
804
  #, fuzzy
 
805
  msgid "Get license"
806
  msgstr "Проложить маршрут"
807
 
817
  msgid "Check now"
818
  msgstr ""
819
 
820
+ #: pro/mappress_pro_settings.php:299
821
+ #: pro/mappress_updater.php:116
822
  msgid "Communication error, please try again later"
823
  msgstr ""
824
 
828
 
829
  #: pro/mappress_pro_settings.php:305
830
  #, fuzzy
 
831
  msgid "POI title + POI body"
832
  msgstr "Заголовок Точки"
833
 
834
  #: pro/mappress_pro_settings.php:305
835
  #, fuzzy
 
836
  msgid "Post title + post excerpt"
837
  msgstr "Выдержка из публикации"
838
 
839
  #: pro/mappress_pro_settings.php:310
840
  #, fuzzy
 
841
  msgid "Open POI"
842
  msgstr "Открыть Точку"
843
 
844
  #: pro/mappress_pro_settings.php:310
845
  #, fuzzy
 
846
  msgid "Open post"
847
  msgstr "Текущие публикации"
848
 
860
 
861
  #: pro/mappress_pro_settings.php:337
862
  #, fuzzy
 
863
  msgid "Address line "
864
  msgstr "Адрес 1"
865
 
871
  msgid "Longitude"
872
  msgstr "Долгота"
873
 
874
+ #: pro/mappress_pro_settings.php:338
875
+ #: build/index_mappress_admin.js:1
876
  msgid "Zoom"
877
  msgstr "Масштаб"
878
 
879
  #: pro/mappress_pro_settings.php:343
880
  #, fuzzy
 
881
  msgid "Map Field"
882
  msgstr "Размер карты"
883
 
884
  #: pro/mappress_pro_settings.php:356
885
  #, fuzzy
 
886
  msgid "Overwrite maps when posts are saved"
887
  msgstr "Центрировать карты при изменении размеров окна"
888
 
896
 
897
  #: pro/mappress_pro_settings.php:373
898
  #, fuzzy
 
899
  msgid "Enable search"
900
  msgstr "Включить"
901
 
902
  #: pro/mappress_pro_settings.php:377
903
  #, fuzzy
 
904
  msgid "Sort POI list by title"
905
  msgstr "Показать список Точек"
906
 
910
 
911
  #: pro/mappress_pro_settings.php:392
912
  #, fuzzy
 
913
  msgid "Snazzy Maps"
914
  msgstr "Стилизация карт"
915
 
917
  msgid "Enter JSON from %s"
918
  msgstr ""
919
 
920
+ #: pro/mappress_pro_settings.php:397
921
+ #: pro/mappress_pro_settings.php:413
922
  msgid "Style name"
923
  msgstr "Название стиля"
924
 
928
 
929
  #: pro/mappress_pro_settings.php:410
930
  #, fuzzy
 
931
  msgid "Enter styles from %s"
932
  msgstr "Укажите размеры в пикселях или процентах"
933
 
951
  msgid "JSON error"
952
  msgstr ""
953
 
954
+ #: pro/mappress_widget.php:69
955
+ #: pro/mappress_widget_map.php:56
956
  msgid "Widget title"
957
  msgstr "Заголовок виджета"
958
 
959
+ #: pro/mappress_widget.php:74
960
+ #: pro/mappress_widget_map.php:66
961
  msgid "Map size"
962
  msgstr "Размер карты"
963
 
985
  msgid "Learn about queries"
986
  msgstr "Узнать о запросах"
987
 
988
+ #: pro/mappress_widget.php:94
989
+ #: pro/mappress_widget_map.php:74
990
  msgid "Show POI list"
991
  msgstr "Показать список Точек"
992
 
993
+ #: pro/mappress_widget.php:101
994
+ #: pro/mappress_widget_map.php:81
995
  msgid "Other Settings"
996
  msgstr "Другие настройки"
997
 
998
+ #: pro/mappress_widget.php:104
999
+ #: pro/mappress_widget_map.php:84
1000
  msgid "Example: initialopeninfo=\"true\""
1001
  msgstr ""
1002
 
1003
+ #: pro/mappress_widget_map.php:61
1004
+ #: templates_admin/mce.php:49
1005
+ #: templates_admin/mce.php:69
1006
+ #: build/index_mappress_admin.js:1
1007
  msgid "Map ID"
1008
  msgstr "ID карты"
1009
 
1021
 
1022
  #: templates/map-filters.php:13
1023
  #, fuzzy
 
1024
  msgid "Reset"
1025
  msgstr "Сброс карты"
1026
 
1027
  #: templates/map-loop.php:3
1028
  #, fuzzy
 
1029
  msgid "Results"
1030
  msgstr "Сбросить на значения по умолчанию"
1031
 
1032
  #: templates/map.php:53
1033
  #, fuzzy
 
1034
  msgid "Your Location"
1035
  msgstr "Местонахождение"
1036
 
1056
 
1057
  #: templates/map.php:84
1058
  #, fuzzy
 
1059
  msgid "Show List"
1060
  msgstr "Показать список Точек"
1061
 
1062
  #: templates/map.php:85
1063
  #, fuzzy
 
1064
  msgid "Show Map"
1065
  msgstr "Показать карту"
1066
 
1076
  msgid "Add Media"
1077
  msgstr ""
1078
 
1079
+ #: templates_admin/editor.php:45
1080
+ #: templates_admin/mce.php:55
1081
+ #: templates_admin/widgets.php:91
1082
+ #: build/index_mappress_admin.js:1
1083
  msgid "Save"
1084
  msgstr "Сохранить"
1085
 
1086
+ #: templates_admin/editor.php:46
1087
+ #: templates_admin/mce.php:56
1088
+ #: templates_admin/widgets.php:92
1089
+ #: build/index_mappress_admin.js:1
1090
  msgid "Cancel"
1091
  msgstr "Отменить"
1092
 
1093
+ #: templates_admin/mce.php:6
1094
+ #: build/index_mappress_admin.js:1
1095
  #, fuzzy
 
1096
  msgid "Select a map"
1097
  msgstr "Сброс карты"
1098
 
1099
+ #: templates_admin/mce.php:7
1100
+ #: build/index_mappress_admin.js:1
1101
  msgid "Add New"
1102
  msgstr ""
1103
 
1104
  #: templates_admin/mce.php:14
1105
  #, fuzzy
 
1106
  msgid "post title"
1107
  msgstr "Заголовок публикации"
1108
 
1109
+ #: templates_admin/mce.php:18
1110
+ #: build/index_mappress_admin.js:1
1111
  msgid "Attached to this post"
1112
  msgstr ""
1113
 
1114
+ #: templates_admin/mce.php:19
1115
+ #: build/index_mappress_admin.js:1
1116
  #, fuzzy
 
1117
  msgid "All maps"
1118
  msgstr "Все публикации"
1119
 
1121
  msgid "Close"
1122
  msgstr "Закрыть"
1123
 
1124
+ #: templates_admin/mce.php:35
1125
+ #: build/index_mappress_admin.js:1
1126
  msgid "Size"
1127
  msgstr "Размер"
1128
 
1130
  msgid "Save center / zoom"
1131
  msgstr ""
1132
 
1133
+ #: templates_admin/mce.php:68
1134
+ #: build/index_mappress_admin.js:1
1135
  #, fuzzy
 
1136
  msgid "Map title"
1137
  msgstr "Название карты"
1138
 
1139
+ #: templates_admin/mce.php:71
1140
+ #: build/index_mappress_admin.js:1
1141
  msgid "Attached to"
1142
  msgstr ""
1143
 
1144
+ #: templates_admin/mce.php:73
1145
+ #: build/index_mappress_admin.js:1
1146
  #, fuzzy
 
1147
  msgid "Action"
1148
  msgstr "Местонахождение"
1149
 
1150
  #: templates_admin/mce.php:87
1151
  #, fuzzy
 
1152
  msgid "Current post"
1153
  msgstr "Текущие публикации"
1154
 
1155
+ #: templates_admin/mce.php:92
1156
+ #: build/index_mappress_admin.js:1
1157
  msgid "Unattached"
1158
  msgstr ""
1159
 
1161
  msgid "Insert into post"
1162
  msgstr "Вставить в публикацию"
1163
 
1164
+ #: templates_admin/mce.php:107
1165
+ #: build/index_mappress_admin.js:1
1166
  #, fuzzy
 
1167
  msgid "No maps found"
1168
  msgstr "Карта не найдена"
1169
 
1177
 
1178
  #: templates_admin/widgets.php:28
1179
  #, fuzzy
 
1180
  msgid "No custom icons have been added yet."
1181
  msgstr "Не указаны стили"
1182
 
1190
 
1191
  #: templates_admin/widgets.php:67
1192
  #, fuzzy
 
1193
  msgid "Map list item"
1194
  msgstr "Размер карты"
1195
 
1196
  #: templates_admin/widgets.php:67
1197
  #, fuzzy
 
1198
  msgid "Mashup popup"
1199
  msgstr "Объединить данные источников"
1200
 
1201
  #: templates_admin/widgets.php:67
1202
  #, fuzzy
 
1203
  msgid "Mashup list item"
1204
  msgstr "Объединить данные источников"
1205
 
1206
  #: templates_admin/widgets.php:74
1207
  #, fuzzy
 
1208
  msgid "New"
1209
  msgstr "Новая карта"
1210
 
1211
+ #: templates_admin/widgets.php:74
1212
+ #: build/index_mappress_admin.js:1
1213
  #, fuzzy
 
1214
  msgid "Custom"
1215
  msgstr "Пользовательское поле"
1216
 
1217
  #: templates_admin/widgets.php:77
1218
  #, fuzzy
 
1219
  msgid "Editor"
1220
  msgstr "Редактировать"
1221
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1222
  #: package.json
1223
  msgctxt "block description"
1224
  msgid "MapPress Maps for WordPress"
1228
  #~ msgstr "Всплывающие подсказки"
1229
 
1230
  #, fuzzy
 
1231
  #~ msgid "Show a tooltip when mouse is over a POI"
1232
  #~ msgstr ""
1233
+ "\n"
1234
+ "всплывающее описание точки \"tooltip\" при наведении курсора мыши\""
1235
 
1236
  #~ msgid "Documentation"
1237
  #~ msgstr "Documentation"
1243
  #~ msgstr "Contact"
1244
 
1245
  #~ msgid ""
1246
+ "\n"
1247
+ "MapPress now requires WordPress 3.2 or higher. Please upgrade \"\n"
1248
+ "using MapPress.\""
1249
  #~ msgstr ""
1250
+ "\n"
1251
+ "MapPress требует WordPress 3.2 и выше. Обновитесь перед \"\n"
1252
+ "MapPress.\""
1253
 
1254
  #~ msgid ""
1255
+ "\n"
1256
+ "MapPress is not compfatible with the WP-Geo plugin. Please \"\n"
1257
+ "or uninstall WP-Geo before using MapPress.\""
1258
  #~ msgstr ""
1259
+ "\n"
1260
+ "MapPress не совместим с WP-Geo плагином. Удалите или \"\n"
1261
+ "WP-Geo перед использованием MapPress.\""
1262
 
1263
  #~ msgid "Bike"
1264
  #~ msgstr "Велосипед"
1267
  #~ msgstr "Один из адресов не может быть найден"
1268
 
1269
  #~ msgid ""
1270
+ "\n"
1271
+ "cannot return directions between those addresses. There is no \"\n"
1272
+ "between them or the routing information is not available.\""
1273
  #~ msgstr ""
1274
+ "\n"
1275
+ "не может вернуть маршруты между этими адресами. Нет маршрутов \"\n"
1276
+ "ними или информация о маршрутах недоступна.\""
1277
 
1278
  #~ msgid "Unknown error, unable to return directions. Status code = "
1279
  #~ msgstr "Неизвестная ошибка, невозможно получить направления. Код статуса ="
1345
  #~ msgstr "Загрузка карт последними"
1346
 
1347
  #~ msgid ""
1348
+ "\n"
1349
+ "the settings below to automatically create maps from custom fields.\""
1350
  #~ msgstr ""
1351
+ "\n"
1352
+ "настройки ниже для автоматического создания карт из \"\n"
1353
+ "полей.\""
1354
 
1355
  #~ msgid "Posts"
1356
  #~ msgstr "Публикации"
1386
  #, php-format
1387
  #~ msgid "Use a specific %s for map controls and geocoding"
1388
  #~ msgstr ""
1389
+ "\n"
1390
+ "специальные %s для управления картой и гео позиционирования\""
1391
 
1392
  #~ msgid "Horizontal"
1393
  #~ msgstr "Горизонтальный"
1475
 
1476
  #~ msgid "Default zoom for POIs entered by lat/lng"
1477
  #~ msgstr ""
1478
+ "\n"
1479
+ "по умолчанию для Точки, указанной с помощью Широты и Долготы \""
1480
 
1481
  #~ msgid "No automatic display"
1482
  #~ msgstr "Не отображать автоматически"
languages/mappress-google-maps-for-wordpress-sr_RS-4cfebd0e75a430fc3eb311e0637a25c6.json ADDED
@@ -0,0 +1 @@
 
1
+ {"translation-revision-date":"2020-12-15 11:20-0800","generator":"WP-CLI\/2.4.0","source":"build\/index_mappress_admin.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"it_IT","plural-forms":"nplurals=2; plural=(n != 1);"},"Settings":["Pode\u0161avanja"],"Map Library":["Ivica mape"],"Help":[""],"No results":[""],"Add":["Dodavanje"],"Delete":["Obri\u0161ite"],"Untitled":["Bez naslova"],"Google API key":["Google"],"Default":["Uobi\u010dajeno"],"Google":["Google"],"Leaflet":[""],"Post type":["Tipovi posta"],"Automatic":["Automatski"],"Search":[""],"Zoom":["Zoom"],"Map ID":["Identifikacija mape"],"Save":["Sa\u010duvati"],"Cancel":["Otka\u017eite"],"Select a map":["Selektujte mapu"],"Add New":[""],"Attached to this post":["Mape u ovom postu"],"All maps":["Svi postovi"],"Size":["Veli\u010dina"],"Map title":["Naslov mape"],"Attached to":[""],"Action":["Lokacija"],"Unattached":[""],"No maps found":["Mapa nije na\u0111ena"],"Custom":["CSS personalizzato"],"New map":["Prikazati mapu"],"Edit map":["Izmena"],"Like the block? Upgrade to the free plugin or MapPress Pro for more features!":[""],"MapPress Pro":["MapPress"],"Free plugin":[""],"MapPress options":["Opzioni MapPress"],"Map settings":["Pode\u0161avanja mapa"],"MapPress Map":["MapPress"],"Create a new map or choose one from the map library.":[""],"Insert a map":["Selektujte mapu"],"Query":[""],"Refresh map":["Pregled mape"],"Author":[""],"Order by":["Corpo del marker"],"Include children":[" Includi link"],"Add custom field":["Campo personalizzato mappa"],"Field name":["Ime stila"],"The field \"%s\" has already been added":[""],"Please enter a field name":["Inserisci una localit\u00e0 nella mappa"],"Value (a or a,b,c...)":[""],"Invalid JSON":[""],"Update":[""],"Query code":["po\u0161tanski broj zemlje"],"MapPress Mashup":["MapPress novosti"],"Insert a mashup":[""],"Options saved.":["Mapa sa\u010duvana"],"Mapping Engine":[""],"Save options":["Opzioni MapPress"],"Map copied":["Veli\u010dina mape"],"Shortcode copied":[""],"post title, map title, or map id":[""],"current post":["Trenutni postovi"],"Edit post":["Izmena"],"Copy":[""],"Shortcode":[""],"Delete map":["Obri\u0161ite"],"Viewport saved":["Mapa sa\u010duvana"],"px, %, vw":[""],"Width":["\u0160irina"],"px, %, vh":[""],"Height":["Visina"],"Center\/Zoom":["Centar"]}}}
languages/mappress-google-maps-for-wordpress-sr_RS.po CHANGED
@@ -1,20 +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: https://wordpress.org/support/plugin/mappress-google-"
9
- "maps-for-wordpress\n"
10
- "POT-Creation-Date: 2020-12-15T18:23:01+00:00\n"
11
- "PO-Revision-Date: 2020-12-15 11:20-0800\n"
12
  "Last-Translator: Borisa Djuraskovic <borisad@webhostinghub.com>\n"
13
  "Language-Team: Gianni Diurno | gidibao.net & charmingpress.com\n"
14
- "Language: it_IT\n"
15
  "MIME-Version: 1.0\n"
16
  "Content-Type: text/plain; charset=UTF-8\n"
17
  "Content-Transfer-Encoding: 8bit\n"
 
 
 
18
  "X-Poedit-KeywordsList: __;_e;esc_attr__;esc_attr_e;esc_html__;esc_html_e\n"
19
  "X-Poedit-Basepath: ..\n"
20
  "X-Poedit-SourceCharset: utf-8\n"
@@ -41,23 +36,21 @@ msgstr ""
41
  msgid "https://www.mappresspro.com/chris-contact"
42
  msgstr ""
43
 
44
- #: mappress.php:171 mappress.php:701 build/index_mappress_admin.js:1
 
 
45
  msgid "Settings"
46
  msgstr "Podešavanja"
47
 
48
- #: mappress.php:172 build/index_mappress_admin.js:1
 
49
  #, fuzzy
50
- #| msgid "Map border"
51
  msgid "Map Library"
52
  msgstr "Ivica mape"
53
 
54
  #: mappress.php:183
55
- msgid ""
56
- "MapPress database tables are missing. Please deactivate the plugin and "
57
- "activate it again to fix this."
58
- msgstr ""
59
- "Nedostaju tabele baze podataka MapPress-a. Molimo deaktivirajte plugin i "
60
- "aktivirajte ga ponovo da biste ovo popravili."
61
 
62
  #: mappress.php:188
63
  msgid "A Google Maps API key is required"
@@ -69,7 +62,6 @@ msgstr ""
69
 
70
  #: mappress.php:188
71
  #, fuzzy
72
- #| msgid "Map Settings"
73
  msgid "MapPress Settings"
74
  msgstr "Podešavanja mapa"
75
 
@@ -90,22 +82,20 @@ msgid "Please Help Spread the Word"
90
  msgstr ""
91
 
92
  #: mappress.php:285
93
- msgid ""
94
- "If you're enjoying MapPress, would you mind taking a moment to write a brief "
95
- "review? It would mean the world to me!"
96
  msgstr ""
97
 
98
  #: mappress.php:286
99
- msgid ""
100
- "If you have any issues or suggestions, please let me know. I'll be happy to "
101
- "help!"
102
  msgstr ""
103
 
104
- #: mappress.php:402 mappress.php:931
 
105
  msgid "Version"
106
  msgstr "Verzija"
107
 
108
- #: mappress.php:404 build/index_mappress_admin.js:1
 
109
  msgid "Help"
110
  msgstr ""
111
 
@@ -118,9 +108,7 @@ msgid "Please enter your MapPress license key to enable plugin updates"
118
  msgstr ""
119
 
120
  #: mappress.php:477
121
- msgid ""
122
- "MapPress Gutenberg blocks require WordPress 5.3 or the latest Gutenberg "
123
- "Plugin. Please update if using the block editor."
124
  msgstr ""
125
 
126
  #: mappress.php:481
@@ -133,14 +121,11 @@ msgstr ""
133
 
134
  #: mappress.php:487
135
  #, fuzzy
136
- #| msgid "There are no maps yet for this post"
137
  msgid "The MapPress map editor has moved!"
138
  msgstr "Još nema mapa za ovaj post "
139
 
140
  #: mappress.php:488
141
- msgid ""
142
- "Use this button to open the new popup editor where you can easily create, "
143
- "edit and insert maps."
144
  msgstr ""
145
 
146
  #: mappress.php:534
@@ -161,7 +146,6 @@ msgstr ""
161
 
162
  #: mappress.php:538
163
  #, fuzzy
164
- #| msgid "Loading..."
165
  msgid "Loading"
166
  msgstr "Učitavanje..."
167
 
@@ -173,13 +157,13 @@ msgstr ""
173
  msgid "Unable to get your location"
174
  msgstr "Ne može da pribavi vašu lokaciju"
175
 
176
- #: mappress.php:541 build/index_mappress_admin.js:1
 
177
  msgid "No results"
178
  msgstr ""
179
 
180
  #: mappress.php:542
181
  #, fuzzy
182
- #| msgid "Save Changes"
183
  msgid "Save changes?"
184
  msgstr "Sačuvajte promene"
185
 
@@ -189,13 +173,12 @@ msgstr "Oblik"
189
 
190
  #: mappress.php:572
191
  #, fuzzy
192
- #| msgid "Delete this map?"
193
  msgid "Improve this map"
194
  msgstr "Obrisati ovu mapu?"
195
 
196
- #: mappress.php:588 mappress.php:607
 
197
  #, fuzzy
198
- #| msgid "Street View"
199
  msgid "Streets"
200
  msgstr "Pregled ulica"
201
 
@@ -205,7 +188,6 @@ msgstr ""
205
 
206
  #: mappress.php:590
207
  #, fuzzy
208
- #| msgid "Right"
209
  msgid "Light"
210
  msgstr "Desno"
211
 
@@ -219,33 +201,38 @@ msgstr "Satelit"
219
 
220
  #: mappress.php:593
221
  #, fuzzy
222
- #| msgid "Satellite"
223
  msgid "Satellite Streets"
224
  msgstr "Satelit"
225
 
226
- #: mappress_controls.php:93 templates_admin/widgets.php:42
 
227
  #: build/index_mappress_admin.js:1
228
  msgid "Add"
229
  msgstr "Dodavanje"
230
 
231
- #: mappress_controls.php:102 templates_admin/editor.php:47
232
- #: templates_admin/mce.php:100 templates_admin/widgets.php:94
 
 
233
  #: build/index_mappress_admin.js:1
234
  msgid "Delete"
235
  msgstr "Obrišite"
236
 
237
- #: mappress_map.php:85 mappress_settings.php:321
 
238
  msgid "MapPress"
239
  msgstr "MapPress"
240
 
241
- #: mappress_map.php:94 templates_admin/mce.php:30 templates_admin/mce.php:80
242
- #: templates_admin/mce.php:86 build/index_mappress_admin.js:1
 
 
 
243
  msgid "Untitled"
244
  msgstr "Bez naslova"
245
 
246
  #: mappress_map.php:95
247
  #, fuzzy
248
- #| msgid "Top of post"
249
  msgid "Copy of %s"
250
  msgstr "Vrh posta"
251
 
@@ -265,9 +252,9 @@ msgstr "Osnovna podešavanja"
265
  msgid "Mapping API"
266
  msgstr ""
267
 
268
- #: mappress_settings.php:92 build/index_mappress_admin.js:1
 
269
  #, fuzzy
270
- #| msgid "Google"
271
  msgid "Google API key"
272
  msgstr "Google"
273
 
@@ -289,7 +276,6 @@ msgstr "Tipovi posta"
289
 
290
  #: mappress_settings.php:103
291
  #, fuzzy
292
- #| msgid "Automatic map display"
293
  msgid "Automatic display"
294
  msgstr "Automatski prikaz mape"
295
 
@@ -297,7 +283,8 @@ msgstr "Automatski prikaz mape"
297
  msgid "Map alignment"
298
  msgstr "Poravnanje mape"
299
 
300
- #: mappress_settings.php:105 templates/map-popup.php:3
 
301
  #: templates/mashup-popup.php:6
302
  msgid "Directions"
303
  msgstr "Uputstva"
@@ -310,7 +297,8 @@ msgstr "Podešavanja za PI"
310
  msgid "Default zoom"
311
  msgstr "Uobičajeni zum"
312
 
313
- #: mappress_settings.php:110 mappress_settings.php:238
 
314
  msgid "Open first POI"
315
  msgstr "Otvorite prvi POI"
316
 
@@ -340,7 +328,6 @@ msgstr "Lokalizacija"
340
 
341
  #: mappress_settings.php:121
342
  #, fuzzy
343
- #| msgid "language"
344
  msgid "Search language"
345
  msgstr "jezik"
346
 
@@ -368,8 +355,10 @@ msgstr ""
368
  msgid "Compatiblity"
369
  msgstr ""
370
 
371
- #: mappress_settings.php:175 mappress_settings.php:244
372
- #: pro/mappress_pro_settings.php:234 templates_admin/widgets.php:78
 
 
373
  #: build/index_mappress_admin.js:1
374
  msgid "Default"
375
  msgstr "Uobičajeno"
@@ -398,7 +387,8 @@ msgstr "Vrh posta"
398
  msgid "Bottom of post"
399
  msgstr "Dno posta"
400
 
401
- #: mappress_settings.php:199 mappress_settings.php:243
 
402
  msgid "(list)"
403
  msgstr ""
404
 
@@ -410,8 +400,10 @@ msgstr "Codice paese (ricerche)"
410
  msgid "Prevent other plugins/themes from loading the Google Maps API"
411
  msgstr ""
412
 
413
- #: mappress_settings.php:212 mappress_settings.php:221
414
- #: pro/mappress_pro_settings.php:232 build/index_mappress_admin.js:1
 
 
415
  msgid "Google"
416
  msgstr "Google"
417
 
@@ -419,17 +411,17 @@ msgstr "Google"
419
  msgid "Inline"
420
  msgstr "Inline"
421
 
422
- #: mappress_settings.php:221 build/index_mappress_admin.js:1
 
423
  msgid "Leaflet"
424
  msgstr ""
425
 
426
  #: mappress_settings.php:223
427
- msgid ""
428
- "Leaflet is free and requires no API key. Google requires an API key and has "
429
- "strict usage limits."
430
  msgstr ""
431
 
432
- #: mappress_settings.php:229 mappress_settings.php:232
 
433
  msgid "Output scripts in footer"
434
  msgstr ""
435
 
@@ -449,21 +441,20 @@ msgstr ""
449
  msgid "Enter token to use Mapbox map tiles"
450
  msgstr ""
451
 
452
- #: mappress_settings.php:257 mappress_settings.php:262
 
453
  #, fuzzy
454
- #| msgid "Map controls"
455
  msgid "Map type control"
456
  msgstr "Kontrole mapa"
457
 
458
  #: mappress_settings.php:258
459
  #, fuzzy
460
- #| msgid "Street view"
461
  msgid "Street view control"
462
  msgstr "Pregled ulica"
463
 
464
- #: mappress_settings.php:259 mappress_settings.php:263
 
465
  #, fuzzy
466
- #| msgid "Show control"
467
  msgid "Zoom control"
468
  msgstr "Prikazati kontrolu"
469
 
@@ -485,7 +476,6 @@ msgstr ""
485
 
486
  #: mappress_settings.php:299
487
  #, fuzzy
488
- #| msgid "Default style"
489
  msgid "Default size"
490
  msgstr "Uobičajeni stil"
491
 
@@ -493,11 +483,13 @@ msgstr "Uobičajeni stil"
493
  msgid "Copy maps when overwriting a translation"
494
  msgstr ""
495
 
496
- #: mappress_settings.php:326 mappress_settings.php:334
 
497
  msgid "Save Changes"
498
  msgstr "Sačuvajte promene"
499
 
500
- #: mappress_settings.php:327 mappress_settings.php:335
 
501
  msgid "Reset Defaults"
502
  msgstr "Resetujte deafault-ove"
503
 
@@ -505,22 +497,24 @@ msgstr "Resetujte deafault-ove"
505
  msgid "Address"
506
  msgstr "Adresa"
507
 
508
- #: mappress_template.php:35 pro/mappress_pro_settings.php:338
 
509
  msgid "Body"
510
  msgstr "Telo"
511
 
512
- #: mappress_template.php:36 pro/mappress_pro_settings.php:174
 
513
  #: pro/mappress_pro_settings.php:338
514
  msgid "Icon"
515
  msgstr "Icona"
516
 
517
  #: mappress_template.php:37
518
  #, fuzzy
519
- #| msgid "Thumbnail Size"
520
  msgid "Thumbnail"
521
  msgstr "Veličina sažetih delova"
522
 
523
- #: mappress_template.php:38 pro/mappress_pro_settings.php:338
 
524
  msgid "Title"
525
  msgstr "Naslov"
526
 
@@ -528,15 +522,17 @@ msgstr "Naslov"
528
  msgid "Url"
529
  msgstr ""
530
 
531
- #: mappress_template.php:40 pro/mappress_filter.php:120
 
532
  #: pro/mappress_pro_settings.php:343
533
  msgid "Custom Field"
534
  msgstr "Uobičajeno polje"
535
 
536
- #: pro/mappress_filter.php:84 pro/mappress_filter.php:133
537
- #: pro/mappress_pro_settings.php:167 build/index_mappress_admin.js:1
 
 
538
  #, fuzzy
539
- #| msgid "Post types"
540
  msgid "Post type"
541
  msgstr "Tipovi posta"
542
 
@@ -546,7 +542,6 @@ msgstr ""
546
 
547
  #: pro/mappress_filter.php:120
548
  #, fuzzy
549
- #| msgid "Post title"
550
  msgid "Post field"
551
  msgstr "Naziv posta"
552
 
@@ -554,8 +549,10 @@ msgstr "Naziv posta"
554
  msgid "Invalid geocoder: %s"
555
  msgstr ""
556
 
557
- #: pro/mappress_geocoder.php:59 pro/mappress_geocoder.php:110
558
- #: pro/mappress_geocoder.php:147 pro/mappress_geocoder.php:192
 
 
559
  msgid "No results for address: %s"
560
  msgstr "Nema rezultata za adresu: %s"
561
 
@@ -565,7 +562,6 @@ msgstr ""
565
 
566
  #: pro/mappress_geocoder.php:100
567
  #, fuzzy
568
- #| msgid "Invalid status: %s, address: %s"
569
  msgid "Invalid status: %s, %s Address: %s"
570
  msgstr "Nevažeći status: %s, adresa: %s"
571
 
@@ -583,29 +579,26 @@ msgstr ""
583
 
584
  #: pro/mappress_icons.php:74
585
  #, fuzzy
586
- #| msgid "Field for errors"
587
  msgid "Files error: "
588
  msgstr "Campo per gli errori"
589
 
590
- #: pro/mappress_meta.php:109 build/index_mappress_admin.js:1
 
591
  msgid "Automatic"
592
  msgstr "Automatski"
593
 
594
  #: pro/mappress_pro_settings.php:16
595
  #, fuzzy
596
- #| msgid "MapPress link"
597
  msgid "MapPress license key"
598
  msgstr "Link za MapPress"
599
 
600
  #: pro/mappress_pro_settings.php:17
601
  #, fuzzy
602
- #| msgid "Version"
603
  msgid "Beta versions"
604
  msgstr "Verzija"
605
 
606
  #: pro/mappress_pro_settings.php:21
607
  #, fuzzy
608
- #| msgid "Geocoder(s)"
609
  msgid "Geocoder"
610
  msgstr "Geo-koder(i)"
611
 
@@ -615,13 +608,11 @@ msgstr "POI lista"
615
 
616
  #: pro/mappress_pro_settings.php:24
617
  #, fuzzy
618
- #| msgid "POI list"
619
  msgid "POI list layout"
620
  msgstr "POI lista"
621
 
622
  #: pro/mappress_pro_settings.php:25
623
  #, fuzzy
624
- #| msgid "Map width"
625
  msgid "Mini width"
626
  msgstr "Larghezza mappa"
627
 
@@ -635,7 +626,6 @@ msgstr ""
635
 
636
  #: pro/mappress_pro_settings.php:30
637
  #, fuzzy
638
- #| msgid "Post types"
639
  msgid "Popup type"
640
  msgstr "Tipovi posta"
641
 
@@ -645,13 +635,11 @@ msgstr "Uobičajena ikonica"
645
 
646
  #: pro/mappress_pro_settings.php:33
647
  #, fuzzy
648
- #| msgid "Custom icons directory"
649
  msgid "Icon directory"
650
  msgstr "Direktorijum uobičajenih ikonica"
651
 
652
  #: pro/mappress_pro_settings.php:34
653
  #, fuzzy
654
- #| msgid "Custom Fields"
655
  msgid "Custom icons"
656
  msgstr "Uobičajena Polja"
657
 
@@ -661,28 +649,28 @@ msgstr ""
661
 
662
  #: pro/mappress_pro_settings.php:36
663
  #, fuzzy
664
- #| msgid "Automatic"
665
  msgid "Automatic icons"
666
  msgstr "Automatski"
667
 
668
- #: pro/mappress_pro_settings.php:38 templates/map.php:51
669
- #: templates_admin/mce.php:13 build/index_mappress_admin.js:1
 
 
670
  msgid "Search"
671
  msgstr ""
672
 
673
- #: pro/mappress_pro_settings.php:40 templates/map.php:58
 
674
  msgid "Filter"
675
  msgstr ""
676
 
677
  #: pro/mappress_pro_settings.php:41
678
  #, fuzzy
679
- #| msgid "POI title"
680
  msgid "POI content"
681
  msgstr "Naziv POI-a"
682
 
683
  #: pro/mappress_pro_settings.php:42
684
  #, fuzzy
685
- #| msgid "POI links"
686
  msgid "POI click"
687
  msgstr "Linkovi za POI"
688
 
@@ -692,17 +680,16 @@ msgstr ""
692
 
693
  #: pro/mappress_pro_settings.php:44
694
  #, fuzzy
695
- #| msgid "Thumbnail Size"
696
  msgid "Thumbnails"
697
  msgstr "Veličina sažetih delova"
698
 
699
  #: pro/mappress_pro_settings.php:45
700
  #, fuzzy
701
- #| msgid "Thumbnail Size"
702
  msgid "Thumbnail size"
703
  msgstr "Veličina sažetih delova"
704
 
705
- #: pro/mappress_pro_settings.php:48 pro/mappress_pro_settings.php:50
 
706
  msgid "Styled maps"
707
  msgstr "Stilizovane mape"
708
 
@@ -720,7 +707,6 @@ msgstr ""
720
 
721
  #: pro/mappress_pro_settings.php:56
722
  #, fuzzy
723
- #| msgid "Geocoding fields"
724
  msgid "Geocoding errors"
725
  msgstr "Polja za geo-kodiranje"
726
 
@@ -730,11 +716,11 @@ msgstr ""
730
 
731
  #: pro/mappress_pro_settings.php:61
732
  #, fuzzy
733
- #| msgid "Custom Fields"
734
  msgid "Custom templates"
735
  msgstr "Uobičajena Polja"
736
 
737
- #: pro/mappress_pro_settings.php:62 pro/mappress_pro_settings.php:227
 
738
  msgid "Force resize"
739
  msgstr "Prinudna promena veličine"
740
 
@@ -764,7 +750,6 @@ msgstr ""
764
 
765
  #: pro/mappress_pro_settings.php:202
766
  #, fuzzy
767
- #| msgid "Select a map"
768
  msgid "Select"
769
  msgstr "Selektujte mapu"
770
 
@@ -778,7 +763,6 @@ msgstr ""
778
 
779
  #: pro/mappress_pro_settings.php:224
780
  #, fuzzy
781
- #| msgid "Permanently resize existing maps"
782
  msgid "Permanently resize existing maps (classic editor only)"
783
  msgstr "Trajno promenite veličinu postojećih mapa"
784
 
@@ -798,13 +782,13 @@ msgstr "Nominatim"
798
  msgid "MapBox"
799
  msgstr ""
800
 
801
- #: pro/mappress_pro_settings.php:246 templates_admin/widgets.php:68
 
802
  msgid "Edit"
803
  msgstr "Izmena"
804
 
805
  #: pro/mappress_pro_settings.php:260
806
  #, fuzzy
807
- #| msgid "Standard icons"
808
  msgid "Standard"
809
  msgstr "Standardne ikonice"
810
 
@@ -814,19 +798,16 @@ msgstr ""
814
 
815
  #: pro/mappress_pro_settings.php:268
816
  #, fuzzy
817
- #| msgid "Select a map"
818
  msgid "Left of map"
819
  msgstr "Selektujte mapu"
820
 
821
  #: pro/mappress_pro_settings.php:269
822
  #, fuzzy
823
- #| msgid "Show map"
824
  msgid "Below map"
825
  msgstr "Prikazati mapu"
826
 
827
  #: pro/mappress_pro_settings.php:275
828
  #, fuzzy
829
- #| msgid "Get Directions"
830
  msgid "Get license"
831
  msgstr "Pribavite uputstva"
832
 
@@ -842,9 +823,9 @@ msgstr ""
842
  msgid "Check now"
843
  msgstr ""
844
 
845
- #: pro/mappress_pro_settings.php:299 pro/mappress_updater.php:116
 
846
  #, fuzzy
847
- #| msgid "Google internal error. Try again later."
848
  msgid "Communication error, please try again later"
849
  msgstr "Google - errore interno. Riprova più tardi."
850
 
@@ -854,25 +835,21 @@ msgstr ""
854
 
855
  #: pro/mappress_pro_settings.php:305
856
  #, fuzzy
857
- #| msgid "POI title"
858
  msgid "POI title + POI body"
859
  msgstr "Naziv POI-a"
860
 
861
  #: pro/mappress_pro_settings.php:305
862
  #, fuzzy
863
- #| msgid "Post excerpt"
864
  msgid "Post title + post excerpt"
865
  msgstr "Prepis posta"
866
 
867
  #: pro/mappress_pro_settings.php:310
868
  #, fuzzy
869
- #| msgid "Open the POI"
870
  msgid "Open POI"
871
  msgstr "Otvorite POI"
872
 
873
  #: pro/mappress_pro_settings.php:310
874
  #, fuzzy
875
- #| msgid "Current posts"
876
  msgid "Open post"
877
  msgstr "Trenutni postovi"
878
 
@@ -890,7 +867,6 @@ msgstr ""
890
 
891
  #: pro/mappress_pro_settings.php:337
892
  #, fuzzy
893
- #| msgid "Address Line 1"
894
  msgid "Address line "
895
  msgstr "Linija adrese 1"
896
 
@@ -902,19 +878,18 @@ msgstr "Geografska širina"
902
  msgid "Longitude"
903
  msgstr "Geografska dužina"
904
 
905
- #: pro/mappress_pro_settings.php:338 build/index_mappress_admin.js:1
 
906
  msgid "Zoom"
907
  msgstr "Zoom"
908
 
909
  #: pro/mappress_pro_settings.php:343
910
  #, fuzzy
911
- #| msgid "Map size"
912
  msgid "Map Field"
913
  msgstr "Veličina mape"
914
 
915
  #: pro/mappress_pro_settings.php:356
916
  #, fuzzy
917
- #| msgid "Overwrite existing maps when upating"
918
  msgid "Overwrite maps when posts are saved"
919
  msgstr "Precrtajte postojeće mape prilikom ažuriranja"
920
 
@@ -924,19 +899,16 @@ msgstr ""
924
 
925
  #: pro/mappress_pro_settings.php:365
926
  #, fuzzy
927
- #| msgid "Show a list of POIs under each map"
928
  msgid "Show a list of POIs with each map"
929
  msgstr "Prikažite listu POI-a ispod svake mape"
930
 
931
  #: pro/mappress_pro_settings.php:373
932
  #, fuzzy
933
- #| msgid "Enable"
934
  msgid "Enable search"
935
  msgstr "Omogućiti"
936
 
937
  #: pro/mappress_pro_settings.php:377
938
  #, fuzzy
939
- #| msgid "Show POI list"
940
  msgid "Sort POI list by title"
941
  msgstr "Prikažite POI listu"
942
 
@@ -946,17 +918,16 @@ msgstr "Nijedan stil još nije definisan"
946
 
947
  #: pro/mappress_pro_settings.php:392
948
  #, fuzzy
949
- #| msgid "Styled Maps"
950
  msgid "Snazzy Maps"
951
  msgstr "Stilizovane mape"
952
 
953
  #: pro/mappress_pro_settings.php:393
954
  #, fuzzy
955
- #| msgid "Enter JSON for %s from Google's %s"
956
  msgid "Enter JSON from %s"
957
  msgstr "Unesite JSON za %s iz Google-ovog %s"
958
 
959
- #: pro/mappress_pro_settings.php:397 pro/mappress_pro_settings.php:413
 
960
  msgid "Style name"
961
  msgstr "Ime stila"
962
 
@@ -966,7 +937,6 @@ msgstr ""
966
 
967
  #: pro/mappress_pro_settings.php:410
968
  #, fuzzy
969
- #| msgid "Enter sizes in px or %"
970
  msgid "Enter styles from %s"
971
  msgstr "Unesite veličine u pikselima ili %"
972
 
@@ -990,11 +960,13 @@ msgstr "Prikažite istaknute sažete delove slika u mešavini POI-a"
990
  msgid "JSON error"
991
  msgstr ""
992
 
993
- #: pro/mappress_widget.php:69 pro/mappress_widget_map.php:56
 
994
  msgid "Widget title"
995
  msgstr "Naslov vidžeta"
996
 
997
- #: pro/mappress_widget.php:74 pro/mappress_widget_map.php:66
 
998
  msgid "Map size"
999
  msgstr "Veličina mape"
1000
 
@@ -1022,20 +994,25 @@ msgstr "Uobičajeno ispitivanje"
1022
  msgid "Learn about queries"
1023
  msgstr "Saznajte o ispitivanjima"
1024
 
1025
- #: pro/mappress_widget.php:94 pro/mappress_widget_map.php:74
 
1026
  msgid "Show POI list"
1027
  msgstr "Prikažite POI listu"
1028
 
1029
- #: pro/mappress_widget.php:101 pro/mappress_widget_map.php:81
 
1030
  msgid "Other Settings"
1031
  msgstr "Druga podešavanja"
1032
 
1033
- #: pro/mappress_widget.php:104 pro/mappress_widget_map.php:84
 
1034
  msgid "Example: initialopeninfo=\"true\""
1035
  msgstr ""
1036
 
1037
- #: pro/mappress_widget_map.php:61 templates_admin/mce.php:49
1038
- #: templates_admin/mce.php:69 build/index_mappress_admin.js:1
 
 
1039
  msgid "Map ID"
1040
  msgstr "Identifikacija mape"
1041
 
@@ -1053,19 +1030,16 @@ msgstr ""
1053
 
1054
  #: templates/map-filters.php:13
1055
  #, fuzzy
1056
- #| msgid "Reset map"
1057
  msgid "Reset"
1058
  msgstr "Resetujte mapu"
1059
 
1060
  #: templates/map-loop.php:3
1061
  #, fuzzy
1062
- #| msgid "Reset Defaults"
1063
  msgid "Results"
1064
  msgstr "Resetujte deafault-ove"
1065
 
1066
  #: templates/map.php:53
1067
  #, fuzzy
1068
- #| msgid "Location"
1069
  msgid "Your Location"
1070
  msgstr "Lokacija"
1071
 
@@ -1091,13 +1065,11 @@ msgstr "Tranzit"
1091
 
1092
  #: templates/map.php:84
1093
  #, fuzzy
1094
- #| msgid "Show POI list"
1095
  msgid "Show List"
1096
  msgstr "Prikažite POI listu"
1097
 
1098
  #: templates/map.php:85
1099
  #, fuzzy
1100
- #| msgid "Show map"
1101
  msgid "Show Map"
1102
  msgstr "Prikazati mapu"
1103
 
@@ -1113,39 +1085,44 @@ msgstr "HTML"
1113
  msgid "Add Media"
1114
  msgstr ""
1115
 
1116
- #: templates_admin/editor.php:45 templates_admin/mce.php:55
1117
- #: templates_admin/widgets.php:91 build/index_mappress_admin.js:1
 
 
1118
  msgid "Save"
1119
  msgstr "Sačuvati"
1120
 
1121
- #: templates_admin/editor.php:46 templates_admin/mce.php:56
1122
- #: templates_admin/widgets.php:92 build/index_mappress_admin.js:1
 
 
1123
  msgid "Cancel"
1124
  msgstr "Otkažite"
1125
 
1126
- #: templates_admin/mce.php:6 build/index_mappress_admin.js:1
 
1127
  msgid "Select a map"
1128
  msgstr "Selektujte mapu"
1129
 
1130
- #: templates_admin/mce.php:7 build/index_mappress_admin.js:1
 
1131
  msgid "Add New"
1132
  msgstr ""
1133
 
1134
  #: templates_admin/mce.php:14
1135
  #, fuzzy
1136
- #| msgid "Post title"
1137
  msgid "post title"
1138
  msgstr "Naziv posta"
1139
 
1140
- #: templates_admin/mce.php:18 build/index_mappress_admin.js:1
 
1141
  #, fuzzy
1142
- #| msgid "Maps in this post"
1143
  msgid "Attached to this post"
1144
  msgstr "Mape u ovom postu"
1145
 
1146
- #: templates_admin/mce.php:19 build/index_mappress_admin.js:1
 
1147
  #, fuzzy
1148
- #| msgid "All posts"
1149
  msgid "All maps"
1150
  msgstr "Svi postovi"
1151
 
@@ -1153,39 +1130,40 @@ msgstr "Svi postovi"
1153
  msgid "Close"
1154
  msgstr "Zatvorite"
1155
 
1156
- #: templates_admin/mce.php:35 build/index_mappress_admin.js:1
 
1157
  msgid "Size"
1158
  msgstr "Veličina"
1159
 
1160
  #: templates_admin/mce.php:59
1161
  #, fuzzy
1162
- #| msgid "Center/zoom now"
1163
  msgid "Save center / zoom"
1164
  msgstr "Centratura/zoom"
1165
 
1166
- #: templates_admin/mce.php:68 build/index_mappress_admin.js:1
 
1167
  #, fuzzy
1168
- #| msgid "Map Title"
1169
  msgid "Map title"
1170
  msgstr "Naslov mape"
1171
 
1172
- #: templates_admin/mce.php:71 build/index_mappress_admin.js:1
 
1173
  msgid "Attached to"
1174
  msgstr ""
1175
 
1176
- #: templates_admin/mce.php:73 build/index_mappress_admin.js:1
 
1177
  #, fuzzy
1178
- #| msgid "Location"
1179
  msgid "Action"
1180
  msgstr "Lokacija"
1181
 
1182
  #: templates_admin/mce.php:87
1183
  #, fuzzy
1184
- #| msgid "Current posts"
1185
  msgid "Current post"
1186
  msgstr "Trenutni postovi"
1187
 
1188
- #: templates_admin/mce.php:92 build/index_mappress_admin.js:1
 
1189
  msgid "Unattached"
1190
  msgstr ""
1191
 
@@ -1193,9 +1171,9 @@ msgstr ""
1193
  msgid "Insert into post"
1194
  msgstr "Ubacite u post"
1195
 
1196
- #: templates_admin/mce.php:107 build/index_mappress_admin.js:1
 
1197
  #, fuzzy
1198
- #| msgid "Map not found"
1199
  msgid "No maps found"
1200
  msgstr "Mapa nije nađena"
1201
 
@@ -1209,7 +1187,6 @@ msgstr "Težina"
1209
 
1210
  #: templates_admin/widgets.php:28
1211
  #, fuzzy
1212
- #| msgid "No styles have been defined yet"
1213
  msgid "No custom icons have been added yet."
1214
  msgstr "Nijedan stil još nije definisan"
1215
 
@@ -1223,256 +1200,35 @@ msgstr ""
1223
 
1224
  #: templates_admin/widgets.php:67
1225
  #, fuzzy
1226
- #| msgid "Marker list template"
1227
  msgid "Map list item"
1228
  msgstr "Templat liste markera"
1229
 
1230
  #: templates_admin/widgets.php:67
1231
  #, fuzzy
1232
- #| msgid "Mashups"
1233
  msgid "Mashup popup"
1234
  msgstr "Mashup"
1235
 
1236
  #: templates_admin/widgets.php:67
1237
  #, fuzzy
1238
- #| msgid "Mashup POI title"
1239
  msgid "Mashup list item"
1240
  msgstr "Naslov mešavine POI-a"
1241
 
1242
  #: templates_admin/widgets.php:74
1243
  #, fuzzy
1244
- #| msgid "New Map"
1245
  msgid "New"
1246
  msgstr "Nova mapa"
1247
 
1248
- #: templates_admin/widgets.php:74 build/index_mappress_admin.js:1
 
1249
  #, fuzzy
1250
- #| msgid "Custom CSS"
1251
  msgid "Custom"
1252
  msgstr "CSS personalizzato"
1253
 
1254
  #: templates_admin/widgets.php:77
1255
  #, fuzzy
1256
- #| msgid "Edit"
1257
  msgid "Editor"
1258
  msgstr "Izmena"
1259
 
1260
- #: build/index_mappress_admin.js:1
1261
- #, fuzzy
1262
- #| msgid "Show map"
1263
- msgid "New map"
1264
- msgstr "Prikazati mapu"
1265
-
1266
- #: build/index_mappress_admin.js:1
1267
- #, fuzzy
1268
- #| msgid "Edit"
1269
- msgid "Edit map"
1270
- msgstr "Izmena"
1271
-
1272
- #: build/index_mappress_admin.js:1
1273
- msgid ""
1274
- "Like the block? Upgrade to the free plugin or MapPress Pro for more "
1275
- "features!"
1276
- msgstr ""
1277
-
1278
- #: build/index_mappress_admin.js:1
1279
- #, fuzzy
1280
- #| msgid "MapPress"
1281
- msgid "MapPress Pro"
1282
- msgstr "MapPress"
1283
-
1284
- #: build/index_mappress_admin.js:1
1285
- msgid "Free plugin"
1286
- msgstr ""
1287
-
1288
- #: build/index_mappress_admin.js:1
1289
- #, fuzzy
1290
- #| msgid "MapPress Options"
1291
- msgid "MapPress options"
1292
- msgstr "Opzioni MapPress"
1293
-
1294
- #: build/index_mappress_admin.js:1
1295
- #, fuzzy
1296
- #| msgid "Map Settings"
1297
- msgid "Map settings"
1298
- msgstr "Podešavanja mapa"
1299
-
1300
- #: build/index_mappress_admin.js:1
1301
- #, fuzzy
1302
- #| msgid "MapPress"
1303
- msgid "MapPress Map"
1304
- msgstr "MapPress"
1305
-
1306
- #: build/index_mappress_admin.js:1
1307
- msgid "Create a new map or choose one from the map library."
1308
- msgstr ""
1309
-
1310
- #: build/index_mappress_admin.js:1
1311
- #, fuzzy
1312
- #| msgid "Select a map"
1313
- msgid "Insert a map"
1314
- msgstr "Selektujte mapu"
1315
-
1316
- #: build/index_mappress_admin.js:1
1317
- msgid "Query"
1318
- msgstr ""
1319
-
1320
- #: build/index_mappress_admin.js:1
1321
- #, fuzzy
1322
- #| msgid "Overview map"
1323
- msgid "Refresh map"
1324
- msgstr "Pregled mape"
1325
-
1326
- #: build/index_mappress_admin.js:1
1327
- msgid "Author"
1328
- msgstr ""
1329
-
1330
- #: build/index_mappress_admin.js:1
1331
- #, fuzzy
1332
- #| msgid "Marker body"
1333
- msgid "Order by"
1334
- msgstr "Corpo del marker"
1335
-
1336
- #: build/index_mappress_admin.js:1
1337
- #, fuzzy
1338
- #| msgid " Include link"
1339
- msgid "Include children"
1340
- msgstr " Includi link"
1341
-
1342
- #: build/index_mappress_admin.js:1
1343
- #, fuzzy
1344
- #| msgid "Map custom field"
1345
- msgid "Add custom field"
1346
- msgstr "Campo personalizzato mappa"
1347
-
1348
- #: build/index_mappress_admin.js:1
1349
- #, fuzzy
1350
- #| msgid "Style name"
1351
- msgid "Field name"
1352
- msgstr "Ime stila"
1353
-
1354
- #: build/index_mappress_admin.js:1
1355
- msgid "The field \"%s\" has already been added"
1356
- msgstr ""
1357
-
1358
- #: build/index_mappress_admin.js:1
1359
- #, fuzzy
1360
- #| msgid "Please enter a location to map"
1361
- msgid "Please enter a field name"
1362
- msgstr "Inserisci una località nella mappa"
1363
-
1364
- #: build/index_mappress_admin.js:1
1365
- msgid "Value (a or a,b,c...)"
1366
- msgstr ""
1367
-
1368
- #: build/index_mappress_admin.js:1
1369
- msgid "Invalid JSON"
1370
- msgstr ""
1371
-
1372
- #: build/index_mappress_admin.js:1
1373
- msgid "Update"
1374
- msgstr ""
1375
-
1376
- #: build/index_mappress_admin.js:1
1377
- #, fuzzy
1378
- #| msgid "country code"
1379
- msgid "Query code"
1380
- msgstr "poštanski broj zemlje"
1381
-
1382
- #: build/index_mappress_admin.js:1
1383
- #, fuzzy
1384
- #| msgid "MapPress News"
1385
- msgid "MapPress Mashup"
1386
- msgstr "MapPress novosti"
1387
-
1388
- #: build/index_mappress_admin.js:1
1389
- msgid "Insert a mashup"
1390
- msgstr ""
1391
-
1392
- #: build/index_mappress_admin.js:1
1393
- #, fuzzy
1394
- #| msgid "Map saved"
1395
- msgid "Options saved."
1396
- msgstr "Mapa sačuvana"
1397
-
1398
- #: build/index_mappress_admin.js:1
1399
- msgid "Mapping Engine"
1400
- msgstr ""
1401
-
1402
- #: build/index_mappress_admin.js:1
1403
- #, fuzzy
1404
- #| msgid "MapPress Options"
1405
- msgid "Save options"
1406
- msgstr "Opzioni MapPress"
1407
-
1408
- #: build/index_mappress_admin.js:1
1409
- #, fuzzy
1410
- #| msgid "Map size"
1411
- msgid "Map copied"
1412
- msgstr "Veličina mape"
1413
-
1414
- #: build/index_mappress_admin.js:1
1415
- msgid "Shortcode copied"
1416
- msgstr ""
1417
-
1418
- #: build/index_mappress_admin.js:1
1419
- msgid "post title, map title, or map id"
1420
- msgstr ""
1421
-
1422
- #: build/index_mappress_admin.js:1
1423
- #, fuzzy
1424
- #| msgid "Current posts"
1425
- msgid "current post"
1426
- msgstr "Trenutni postovi"
1427
-
1428
- #: build/index_mappress_admin.js:1
1429
- #, fuzzy
1430
- #| msgid "Edit"
1431
- msgid "Edit post"
1432
- msgstr "Izmena"
1433
-
1434
- #: build/index_mappress_admin.js:1
1435
- msgid "Copy"
1436
- msgstr ""
1437
-
1438
- #: build/index_mappress_admin.js:1
1439
- msgid "Shortcode"
1440
- msgstr ""
1441
-
1442
- #: build/index_mappress_admin.js:1
1443
- #, fuzzy
1444
- #| msgid "Delete"
1445
- msgid "Delete map"
1446
- msgstr "Obrišite"
1447
-
1448
- #: build/index_mappress_admin.js:1
1449
- #, fuzzy
1450
- #| msgid "Map saved"
1451
- msgid "Viewport saved"
1452
- msgstr "Mapa sačuvana"
1453
-
1454
- #: build/index_mappress_admin.js:1
1455
- msgid "px, %, vw"
1456
- msgstr ""
1457
-
1458
- #: build/index_mappress_admin.js:1
1459
- msgid "Width"
1460
- msgstr "Širina"
1461
-
1462
- #: build/index_mappress_admin.js:1
1463
- msgid "px, %, vh"
1464
- msgstr ""
1465
-
1466
- #: build/index_mappress_admin.js:1
1467
- msgid "Height"
1468
- msgstr "Visina"
1469
-
1470
- #: build/index_mappress_admin.js:1
1471
- #, fuzzy
1472
- #| msgid "Center"
1473
- msgid "Center/Zoom"
1474
- msgstr "Centar"
1475
-
1476
  #: package.json
1477
  msgctxt "block description"
1478
  msgid "MapPress Maps for WordPress"
@@ -1482,7 +1238,6 @@ msgstr ""
1482
  #~ msgstr "Saveti za alatke"
1483
 
1484
  #, fuzzy
1485
- #~| msgid "Show POI titles as a \"tooltip\" on mouse-over"
1486
  #~ msgid "Show a tooltip when mouse is over a POI"
1487
  #~ msgstr "Prikazati naslove POI-a kao \"tooltip\" kod prevlačenja mišem"
1488
 
@@ -1496,18 +1251,22 @@ msgstr ""
1496
  #~ msgstr "Kontakt"
1497
 
1498
  #~ msgid ""
1499
- #~ "WARNING: MapPress now requires WordPress 3.2 or higher. Please upgrade "
1500
- #~ "before using MapPress."
 
1501
  #~ msgstr ""
1502
- #~ "UPOZORENJE: MapPress sada zahteva WordPress 3.2 ili bolji. Molimo "
1503
- #~ "nadogradite pre upotrebe MapPress-a."
 
1504
 
1505
  #~ msgid ""
1506
- #~ "WARNING: MapPress is not compfatible with the WP-Geo plugin. Please "
1507
- #~ "deactivate or uninstall WP-Geo before using MapPress."
 
1508
  #~ msgstr ""
1509
- #~ "UPOZORENJE: MapPress nije kompatibilan sa WP-Geo plugin-om. Molimo "
1510
- #~ "deaktivirajte ili deinstalirajte WP-Geo pre upotrebe MapPress-a."
 
1511
 
1512
  #~ msgid "Bike"
1513
  #~ msgstr "Bicikl"
@@ -1516,11 +1275,13 @@ msgstr ""
1516
  #~ msgstr "Jedna od adresi nije mogla biti pronađena."
1517
 
1518
  #~ msgid ""
1519
- #~ "Google cannot return directions between those addresses. There is no "
1520
- #~ "route between them or the routing information is not available."
 
1521
  #~ msgstr ""
1522
- #~ "Google ne može da vrati uputstva između tih adresa. Ne postoji ruta među "
1523
- #~ "njima, niti su dostupne informacije o ruti."
 
1524
 
1525
  #~ msgid "Unknown error, unable to return directions. Status code = "
1526
  #~ msgstr "Nepoznata greška, ne može da vrati uputstva. Kod statusa ="
@@ -1657,7 +1418,8 @@ msgstr ""
1657
  #, php-format
1658
  #~ msgid "Enter a %s to use when searching (leave blank for USA)"
1659
  #~ msgstr ""
1660
- #~ "Unesite %s da biste koristili prilikom pretrage (ostavite prazno za SAD)"
 
1661
 
1662
  #~ msgid "Enter a google server URL for directions/printing"
1663
  #~ msgstr "Unesite URL Google servera za uputstva/štampanje"
@@ -1671,13 +1433,16 @@ msgstr ""
1671
  #, php-format
1672
  #~ msgid "Use a specific %s for map controls (defaults to browser language)"
1673
  #~ msgstr ""
1674
- #~ "Koristite određeni %s za kontrolu mapa (uobičajeno za jezik pretraživača)"
 
1675
 
1676
  #~ msgid ""
1677
- #~ "Allow your readers to change the map type (street, satellite, or hybrid)"
 
1678
  #~ msgstr ""
1679
- #~ "Dopustite vašim čitaovima da izmene tip mape (ulične, satelitske ili "
1680
- #~ "hibridne)"
 
1681
 
1682
  #~ msgid "Display the street view control \"peg man\""
1683
  #~ msgstr "Prikažite kontrolu \"peg man\" pregleda ulica"
@@ -1686,9 +1451,11 @@ msgstr ""
1686
  #~ msgstr "U liniji (u vašem blogu)"
1687
 
1688
  #~ msgid ""
1689
- #~ "Select 'Google' if directions aren't displaying properly in your theme"
 
1690
  #~ msgstr ""
1691
- #~ "Odaberite ‘Google’ ukoliko se uputstva ne prikazuju ispravno na vašu temu "
 
1692
 
1693
  #, php-format
1694
  #~ msgid "This setting requires %s."
@@ -1710,7 +1477,8 @@ msgstr ""
1710
  #~ msgstr "Prikažite naslove markera kao \"tooltip\" na prelasku mišem"
1711
 
1712
  #~ msgid ""
1713
- #~ "Show an overview map control in the bottom-right corner of the main map"
 
1714
  #~ msgstr "Prikazati pregled kontrole mape u donjem desnom uglu glavne mape"
1715
 
1716
  #~ msgid "Automatically open the overview map"
@@ -1718,10 +1486,12 @@ msgstr ""
1718
 
1719
  #, php-format
1720
  #~ msgid ""
1721
- #~ "Choose 'default' to override this with CSS class %s in your theme's %s"
 
1722
  #~ msgstr ""
1723
- #~ "Odaberite ‘default’(uobičajeno) da biste prešli preko ovoga sa CSS klasom "
1724
- #~ "%s u %s vaše teme"
 
1725
 
1726
  #~ msgid "solid"
1727
  #~ msgstr "solidno"
@@ -1758,10 +1528,12 @@ msgstr ""
1758
 
1759
  #, php-format
1760
  #~ msgid ""
1761
- #~ "Choose -none- to override settings with CSS class %s in your theme's %s"
 
1762
  #~ msgstr ""
1763
- #~ "Odaberite -nijedno- da pređete preko podešavanja putem CSS klase %s u %s "
1764
- #~ "vaše teme"
 
1765
 
1766
  #~ msgid "Show the user's location on the map"
1767
  #~ msgstr "Prikazati lokaciju korisnika na mapi"
@@ -1875,10 +1647,12 @@ msgstr ""
1875
  #~ msgstr "Mape učitajte poslednje"
1876
 
1877
  #~ msgid ""
1878
- #~ "Use the settings below to automatically create maps from custom fields."
 
1879
  #~ msgstr ""
1880
- #~ "Koristite podešavanje ispod za automatsko kreiranje mapa iz uobičajenih "
1881
- #~ "polja."
 
1882
 
1883
  #~ msgid "Posts"
1884
  #~ msgstr "Postovi"
@@ -2046,8 +1820,9 @@ msgstr ""
2046
 
2047
  #~ msgid "Disable map panning when infoWindow / infoBox is opened"
2048
  #~ msgstr ""
2049
- #~ "Onemogućite “panoramisanje” mape kada su Info prozor / Info kutija "
2050
- #~ "otvoreni"
 
2051
 
2052
  #~ msgid "Use existing size: "
2053
  #~ msgstr "Koristite postojeću veličinu:"
@@ -2109,12 +1884,14 @@ msgstr ""
2109
 
2110
  #~ msgid "Internal error, map was missing. Your data has not been saved!"
2111
  #~ msgstr ""
2112
- #~ "Errore interno: la mappa é stata smarrita. I dati non sono stati salvati!"
 
2113
 
2114
  #~ msgid "Internal error - unable to save map. Your data has not been saved!"
2115
  #~ msgstr ""
2116
- #~ "Errore interno - non é possibile salvare la mappa. I dati non sono stati "
2117
- #~ "salvati!"
 
2118
 
2119
  #~ msgid "Show a list of markers under each map."
2120
  #~ msgstr "Mostra sotto ogni mappa una lista di luoghi"
@@ -2142,7 +1919,8 @@ msgstr ""
2142
 
2143
  #~ msgid "Update map when address is changed by a program"
2144
  #~ msgstr ""
2145
- #~ "Aggiorna la mappa quando un indirizzo é stato modificato da un programma"
 
2146
 
2147
  #~ msgid "Display powered by link"
2148
  #~ msgstr "Attiva il link \"fornito da\"."
@@ -2164,8 +1942,9 @@ msgstr ""
2164
 
2165
  #~ msgid "This setting requires %s. Show a list of markers under each map."
2166
  #~ msgstr ""
2167
- #~ "Questa impostazione richiede %s. Mostra una lista di marker sotto ogni "
2168
- #~ "mappa."
 
2169
 
2170
  #~ msgid "Donate"
2171
  #~ msgstr "Donazioni"
@@ -2188,11 +1967,13 @@ msgstr ""
2188
  #~ msgstr "Lista luoghi"
2189
 
2190
  #~ msgid ""
2191
- #~ " Include your own CSS. You must create a file named %s in the MapPress "
2192
- #~ "%s sub-directory"
 
2193
  #~ msgstr ""
2194
- #~ " Includi CSS personalizzato. Crea un file a nome %s nella sotto-cartella "
2195
- #~ "%s di MapPress"
 
2196
 
2197
  #~ msgid "Map addresses from a %s : "
2198
  #~ msgstr "Indirizzi mappa da un %s : "
@@ -2225,9 +2006,11 @@ msgstr ""
2225
  #~ msgstr "Manca l'indirizzo di partenza o arrivo."
2226
 
2227
  #~ msgid ""
2228
- #~ "Google cannot return those directions for legal or contractual reasons"
 
2229
  #~ msgstr ""
2230
- #~ "Google non può mostrare questi percorsi per ragioni contrattuali o legali"
 
2231
 
2232
  #~ msgid "Invalid map API key"
2233
  #~ msgstr "Chiave API non valida"
@@ -2236,17 +2019,20 @@ msgstr ""
2236
  #~ msgstr "La tua chiave ha inoltrato in un solo giorno troppe richieste."
2237
 
2238
  #~ msgid ""
2239
- #~ "Error: your browser does not seem to support the street view Flash player"
 
2240
  #~ msgstr ""
2241
- #~ "Errore: pare che il tuo browser non supporti lo street view Flash player"
 
2242
 
2243
  #~ msgid "Sorry, no street view data is available for this location"
2244
  #~ msgstr "nessuna visualizzazione stradale per questa località"
2245
 
2246
  #~ msgid "Sorry, Google was unable to display the street view in your browser"
2247
  #~ msgstr ""
2248
- #~ "Google non é in grado di potere mostrare nel tuo browser la "
2249
- #~ "visualizzazione stradale"
 
2250
 
2251
  #~ msgid "Get directions"
2252
  #~ msgstr "Ottieni i percorsi"
@@ -2264,12 +2050,14 @@ msgstr ""
2264
  #~ msgstr "Inserisci la tua chiave API. Non hai una chiave API? Vai qui "
2265
 
2266
  #~ msgid ""
2267
- #~ "MapPress could not load google maps. Either your browser is incompatible "
2268
- #~ "or your API key is invalid. Need an API key? Get one "
 
2269
  #~ msgstr ""
2270
- #~ "MapPress non può caricare le mappe di Google. Il problema potrebbe "
2271
- #~ "dipendere dalla incompatibilità del tuo browser oppure da una chiave API "
2272
- #~ "non valida. Non hai una chiave API? Vai "
 
2273
 
2274
  #~ msgid "here"
2275
  #~ msgstr "qui"
@@ -2281,10 +2069,12 @@ msgstr ""
2281
  #~ msgstr "Premi esci oppure clicca qui per cancellare:"
2282
 
2283
  #~ msgid ""
2284
- #~ "MapPress isn't ready yet. Please enter your Google Maps API Key on the "
 
2285
  #~ msgstr ""
2286
- #~ "MapPress non é ancora pronto. Inserisci la tua chiave API di Google Maps "
2287
- #~ "nel "
 
2288
 
2289
  #~ msgid "MapPress options screen."
2290
  #~ msgstr "MapPress - opzioni schermo."
@@ -2300,21 +2090,25 @@ msgstr ""
2300
 
2301
  #~ msgid "Click on a marker or use the links below to edit or delete markers."
2302
  #~ msgstr ""
2303
- #~ "Clicca su di un marker oppure utilizza i link qui sotto per modificare o "
2304
- #~ "cancellare i marker."
 
2305
 
2306
  #~ msgid "ACCESS DENIED: You don't have permission to do this."
2307
  #~ msgstr ""
2308
- #~ "ACCESSO NEGATO: non hai i permessi necessari per compiere questa "
2309
- #~ "operazione."
 
2310
 
2311
  #~ msgid "supported languages"
2312
  #~ msgstr "lingue disponibili"
2313
 
2314
  #~ msgid ""
2315
- #~ "I spend many hours working on MapPress. Please donate to keep me going!"
 
2316
  #~ msgstr ""
2317
- #~ "Ho dedicato molto tempo allo sviluppo di MapPress. Effettua una donazione!"
 
2318
 
2319
  #~ msgid "Address format"
2320
  #~ msgstr "Formato indirizzo"
@@ -2326,24 +2120,29 @@ msgstr ""
2326
  #~ msgstr "indirizzo corretto"
2327
 
2328
  #~ msgid ""
2329
- #~ "Enter a country code to use as a default when searching for an address."
 
2330
  #~ msgstr ""
2331
- #~ "Inserisci il codice paese da utilizzare come predefinito durante la "
2332
- #~ "ricerca di un indirizzo."
 
2333
 
2334
  #~ msgid "Force Google to use a specific language for map controls."
2335
  #~ msgstr ""
2336
- #~ "Indica a Google l'utilizzo specifico di una lingua per i controlli della "
2337
- #~ "mappa."
 
2338
 
2339
  #~ msgid "Check to enable directions to/from map markers"
2340
  #~ msgstr "Seleziona per attivare (marker della mappa) i percorsi da/a"
2341
 
2342
  #~ msgid ""
2343
- #~ "Check to show large map controls; uncheck for a small zoom control instead"
 
2344
  #~ msgstr ""
2345
- #~ "Seleziona per mostrare in esteso i controlli per la mappa; deseleziona "
2346
- #~ "per il solo controllo sullo zoom "
 
2347
 
2348
  #~ msgid "Check to enable the \"map types\" button on the map"
2349
  #~ msgstr "Seleziona per attivare sulla mappa il pulsante \"tipi di mappa\""
@@ -2353,18 +2152,21 @@ msgstr ""
2353
 
2354
  #~ msgid "Choose the map type to use when the map is first displayed"
2355
  #~ msgstr ""
2356
- #~ "Seleziona quale tipologia di mappa mostrare alla visualizzazione di "
2357
- #~ "partenza"
 
2358
 
2359
  #~ msgid "(click the icon to choose)"
2360
  #~ msgstr "(clicca sulla icona per scegliere)"
2361
 
2362
  #~ msgid ""
2363
- #~ "The starting or ending address could not be found. Please check that the "
2364
- #~ "address is correct and completely entered."
 
2365
  #~ msgstr ""
2366
- #~ "Non é stato possibile trovare l'indirizzo di partenza o arrivo. Verifica "
2367
- #~ "che l'indirizzo sia valido nonché sia stato inserito correttamente."
 
2368
 
2369
  #~ msgid "(leave blank for default)"
2370
  #~ msgstr "(lascia in bianco per le predefinite)"
@@ -2385,14 +2187,18 @@ msgstr ""
2385
  #~ msgstr "Impostazioni avanzate"
2386
 
2387
  #~ msgid ""
2388
- #~ "Check to show the \"GoogleBar\" search box for local business listings."
 
2389
  #~ msgstr ""
2390
- #~ "Seleziona per mostrare la casella di ricerca \"GoogleBar\" per l'elenco "
2391
- #~ "delle attività commerciali locali."
 
2392
 
2393
  #~ msgid ""
2394
- #~ "Automatically center/zoom map when saved (uncheck to display map exactly "
2395
- #~ "as shown below)"
 
2396
  #~ msgstr ""
2397
- #~ "Centratura/Zoom in automatico al salvataggio della mappa (deseleziona per "
2398
- #~ "mostrare la mappa esattamente come qui sotto)"
 
 
 
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: MapPress Easy Google Maps in italiano\n"
4
+ "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mappress-google-maps-for-wordpress\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: 2020-12-15T18:23:01+00:00\n"
11
+ "PO-Revision-Date: 2020-12-15 11:20-0800\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"
36
  msgid "https://www.mappresspro.com/chris-contact"
37
  msgstr ""
38
 
39
+ #: mappress.php:171
40
+ #: mappress.php:701
41
+ #: build/index_mappress_admin.js:1
42
  msgid "Settings"
43
  msgstr "Podešavanja"
44
 
45
+ #: mappress.php:172
46
+ #: build/index_mappress_admin.js:1
47
  #, fuzzy
 
48
  msgid "Map Library"
49
  msgstr "Ivica mape"
50
 
51
  #: mappress.php:183
52
+ msgid "MapPress database tables are missing. Please deactivate the plugin and activate it again to fix this."
53
+ msgstr "Nedostaju tabele baze podataka MapPress-a. Molimo deaktivirajte plugin i aktivirajte ga ponovo da biste ovo popravili."
 
 
 
 
54
 
55
  #: mappress.php:188
56
  msgid "A Google Maps API key is required"
62
 
63
  #: mappress.php:188
64
  #, fuzzy
 
65
  msgid "MapPress Settings"
66
  msgstr "Podešavanja mapa"
67
 
82
  msgstr ""
83
 
84
  #: mappress.php:285
85
+ msgid "If you're enjoying MapPress, would you mind taking a moment to write a brief review? It would mean the world to me!"
 
 
86
  msgstr ""
87
 
88
  #: mappress.php:286
89
+ msgid "If you have any issues or suggestions, please let me know. I'll be happy to help!"
 
 
90
  msgstr ""
91
 
92
+ #: mappress.php:402
93
+ #: mappress.php:931
94
  msgid "Version"
95
  msgstr "Verzija"
96
 
97
+ #: mappress.php:404
98
+ #: build/index_mappress_admin.js:1
99
  msgid "Help"
100
  msgstr ""
101
 
108
  msgstr ""
109
 
110
  #: mappress.php:477
111
+ msgid "MapPress Gutenberg blocks require WordPress 5.3 or the latest Gutenberg Plugin. Please update if using the block editor."
 
 
112
  msgstr ""
113
 
114
  #: mappress.php:481
121
 
122
  #: mappress.php:487
123
  #, fuzzy
 
124
  msgid "The MapPress map editor has moved!"
125
  msgstr "Još nema mapa za ovaj post "
126
 
127
  #: mappress.php:488
128
+ msgid "Use this button to open the new popup editor where you can easily create, edit and insert maps."
 
 
129
  msgstr ""
130
 
131
  #: mappress.php:534
146
 
147
  #: mappress.php:538
148
  #, fuzzy
 
149
  msgid "Loading"
150
  msgstr "Učitavanje..."
151
 
157
  msgid "Unable to get your location"
158
  msgstr "Ne može da pribavi vašu lokaciju"
159
 
160
+ #: mappress.php:541
161
+ #: build/index_mappress_admin.js:1
162
  msgid "No results"
163
  msgstr ""
164
 
165
  #: mappress.php:542
166
  #, fuzzy
 
167
  msgid "Save changes?"
168
  msgstr "Sačuvajte promene"
169
 
173
 
174
  #: mappress.php:572
175
  #, fuzzy
 
176
  msgid "Improve this map"
177
  msgstr "Obrisati ovu mapu?"
178
 
179
+ #: mappress.php:588
180
+ #: mappress.php:607
181
  #, fuzzy
 
182
  msgid "Streets"
183
  msgstr "Pregled ulica"
184
 
188
 
189
  #: mappress.php:590
190
  #, fuzzy
 
191
  msgid "Light"
192
  msgstr "Desno"
193
 
201
 
202
  #: mappress.php:593
203
  #, fuzzy
 
204
  msgid "Satellite Streets"
205
  msgstr "Satelit"
206
 
207
+ #: mappress_controls.php:93
208
+ #: templates_admin/widgets.php:42
209
  #: build/index_mappress_admin.js:1
210
  msgid "Add"
211
  msgstr "Dodavanje"
212
 
213
+ #: mappress_controls.php:102
214
+ #: templates_admin/editor.php:47
215
+ #: templates_admin/mce.php:100
216
+ #: templates_admin/widgets.php:94
217
  #: build/index_mappress_admin.js:1
218
  msgid "Delete"
219
  msgstr "Obrišite"
220
 
221
+ #: mappress_map.php:85
222
+ #: mappress_settings.php:321
223
  msgid "MapPress"
224
  msgstr "MapPress"
225
 
226
+ #: mappress_map.php:94
227
+ #: templates_admin/mce.php:30
228
+ #: templates_admin/mce.php:80
229
+ #: templates_admin/mce.php:86
230
+ #: build/index_mappress_admin.js:1
231
  msgid "Untitled"
232
  msgstr "Bez naslova"
233
 
234
  #: mappress_map.php:95
235
  #, fuzzy
 
236
  msgid "Copy of %s"
237
  msgstr "Vrh posta"
238
 
252
  msgid "Mapping API"
253
  msgstr ""
254
 
255
+ #: mappress_settings.php:92
256
+ #: build/index_mappress_admin.js:1
257
  #, fuzzy
 
258
  msgid "Google API key"
259
  msgstr "Google"
260
 
276
 
277
  #: mappress_settings.php:103
278
  #, fuzzy
 
279
  msgid "Automatic display"
280
  msgstr "Automatski prikaz mape"
281
 
283
  msgid "Map alignment"
284
  msgstr "Poravnanje mape"
285
 
286
+ #: mappress_settings.php:105
287
+ #: templates/map-popup.php:3
288
  #: templates/mashup-popup.php:6
289
  msgid "Directions"
290
  msgstr "Uputstva"
297
  msgid "Default zoom"
298
  msgstr "Uobičajeni zum"
299
 
300
+ #: mappress_settings.php:110
301
+ #: mappress_settings.php:238
302
  msgid "Open first POI"
303
  msgstr "Otvorite prvi POI"
304
 
328
 
329
  #: mappress_settings.php:121
330
  #, fuzzy
 
331
  msgid "Search language"
332
  msgstr "jezik"
333
 
355
  msgid "Compatiblity"
356
  msgstr ""
357
 
358
+ #: mappress_settings.php:175
359
+ #: mappress_settings.php:244
360
+ #: pro/mappress_pro_settings.php:234
361
+ #: templates_admin/widgets.php:78
362
  #: build/index_mappress_admin.js:1
363
  msgid "Default"
364
  msgstr "Uobičajeno"
387
  msgid "Bottom of post"
388
  msgstr "Dno posta"
389
 
390
+ #: mappress_settings.php:199
391
+ #: mappress_settings.php:243
392
  msgid "(list)"
393
  msgstr ""
394
 
400
  msgid "Prevent other plugins/themes from loading the Google Maps API"
401
  msgstr ""
402
 
403
+ #: mappress_settings.php:212
404
+ #: mappress_settings.php:221
405
+ #: pro/mappress_pro_settings.php:232
406
+ #: build/index_mappress_admin.js:1
407
  msgid "Google"
408
  msgstr "Google"
409
 
411
  msgid "Inline"
412
  msgstr "Inline"
413
 
414
+ #: mappress_settings.php:221
415
+ #: build/index_mappress_admin.js:1
416
  msgid "Leaflet"
417
  msgstr ""
418
 
419
  #: mappress_settings.php:223
420
+ msgid "Leaflet is free and requires no API key. Google requires an API key and has strict usage limits."
 
 
421
  msgstr ""
422
 
423
+ #: mappress_settings.php:229
424
+ #: mappress_settings.php:232
425
  msgid "Output scripts in footer"
426
  msgstr ""
427
 
441
  msgid "Enter token to use Mapbox map tiles"
442
  msgstr ""
443
 
444
+ #: mappress_settings.php:257
445
+ #: mappress_settings.php:262
446
  #, fuzzy
 
447
  msgid "Map type control"
448
  msgstr "Kontrole mapa"
449
 
450
  #: mappress_settings.php:258
451
  #, fuzzy
 
452
  msgid "Street view control"
453
  msgstr "Pregled ulica"
454
 
455
+ #: mappress_settings.php:259
456
+ #: mappress_settings.php:263
457
  #, fuzzy
 
458
  msgid "Zoom control"
459
  msgstr "Prikazati kontrolu"
460
 
476
 
477
  #: mappress_settings.php:299
478
  #, fuzzy
 
479
  msgid "Default size"
480
  msgstr "Uobičajeni stil"
481
 
483
  msgid "Copy maps when overwriting a translation"
484
  msgstr ""
485
 
486
+ #: mappress_settings.php:326
487
+ #: mappress_settings.php:334
488
  msgid "Save Changes"
489
  msgstr "Sačuvajte promene"
490
 
491
+ #: mappress_settings.php:327
492
+ #: mappress_settings.php:335
493
  msgid "Reset Defaults"
494
  msgstr "Resetujte deafault-ove"
495
 
497
  msgid "Address"
498
  msgstr "Adresa"
499
 
500
+ #: mappress_template.php:35
501
+ #: pro/mappress_pro_settings.php:338
502
  msgid "Body"
503
  msgstr "Telo"
504
 
505
+ #: mappress_template.php:36
506
+ #: pro/mappress_pro_settings.php:174
507
  #: pro/mappress_pro_settings.php:338
508
  msgid "Icon"
509
  msgstr "Icona"
510
 
511
  #: mappress_template.php:37
512
  #, fuzzy
 
513
  msgid "Thumbnail"
514
  msgstr "Veličina sažetih delova"
515
 
516
+ #: mappress_template.php:38
517
+ #: pro/mappress_pro_settings.php:338
518
  msgid "Title"
519
  msgstr "Naslov"
520
 
522
  msgid "Url"
523
  msgstr ""
524
 
525
+ #: mappress_template.php:40
526
+ #: pro/mappress_filter.php:120
527
  #: pro/mappress_pro_settings.php:343
528
  msgid "Custom Field"
529
  msgstr "Uobičajeno polje"
530
 
531
+ #: pro/mappress_filter.php:84
532
+ #: pro/mappress_filter.php:133
533
+ #: pro/mappress_pro_settings.php:167
534
+ #: build/index_mappress_admin.js:1
535
  #, fuzzy
 
536
  msgid "Post type"
537
  msgstr "Tipovi posta"
538
 
542
 
543
  #: pro/mappress_filter.php:120
544
  #, fuzzy
 
545
  msgid "Post field"
546
  msgstr "Naziv posta"
547
 
549
  msgid "Invalid geocoder: %s"
550
  msgstr ""
551
 
552
+ #: pro/mappress_geocoder.php:59
553
+ #: pro/mappress_geocoder.php:110
554
+ #: pro/mappress_geocoder.php:147
555
+ #: pro/mappress_geocoder.php:192
556
  msgid "No results for address: %s"
557
  msgstr "Nema rezultata za adresu: %s"
558
 
562
 
563
  #: pro/mappress_geocoder.php:100
564
  #, fuzzy
 
565
  msgid "Invalid status: %s, %s Address: %s"
566
  msgstr "Nevažeći status: %s, adresa: %s"
567
 
579
 
580
  #: pro/mappress_icons.php:74
581
  #, fuzzy
 
582
  msgid "Files error: "
583
  msgstr "Campo per gli errori"
584
 
585
+ #: pro/mappress_meta.php:109
586
+ #: build/index_mappress_admin.js:1
587
  msgid "Automatic"
588
  msgstr "Automatski"
589
 
590
  #: pro/mappress_pro_settings.php:16
591
  #, fuzzy
 
592
  msgid "MapPress license key"
593
  msgstr "Link za MapPress"
594
 
595
  #: pro/mappress_pro_settings.php:17
596
  #, fuzzy
 
597
  msgid "Beta versions"
598
  msgstr "Verzija"
599
 
600
  #: pro/mappress_pro_settings.php:21
601
  #, fuzzy
 
602
  msgid "Geocoder"
603
  msgstr "Geo-koder(i)"
604
 
608
 
609
  #: pro/mappress_pro_settings.php:24
610
  #, fuzzy
 
611
  msgid "POI list layout"
612
  msgstr "POI lista"
613
 
614
  #: pro/mappress_pro_settings.php:25
615
  #, fuzzy
 
616
  msgid "Mini width"
617
  msgstr "Larghezza mappa"
618
 
626
 
627
  #: pro/mappress_pro_settings.php:30
628
  #, fuzzy
 
629
  msgid "Popup type"
630
  msgstr "Tipovi posta"
631
 
635
 
636
  #: pro/mappress_pro_settings.php:33
637
  #, fuzzy
 
638
  msgid "Icon directory"
639
  msgstr "Direktorijum uobičajenih ikonica"
640
 
641
  #: pro/mappress_pro_settings.php:34
642
  #, fuzzy
 
643
  msgid "Custom icons"
644
  msgstr "Uobičajena Polja"
645
 
649
 
650
  #: pro/mappress_pro_settings.php:36
651
  #, fuzzy
 
652
  msgid "Automatic icons"
653
  msgstr "Automatski"
654
 
655
+ #: pro/mappress_pro_settings.php:38
656
+ #: templates/map.php:51
657
+ #: templates_admin/mce.php:13
658
+ #: build/index_mappress_admin.js:1
659
  msgid "Search"
660
  msgstr ""
661
 
662
+ #: pro/mappress_pro_settings.php:40
663
+ #: templates/map.php:58
664
  msgid "Filter"
665
  msgstr ""
666
 
667
  #: pro/mappress_pro_settings.php:41
668
  #, fuzzy
 
669
  msgid "POI content"
670
  msgstr "Naziv POI-a"
671
 
672
  #: pro/mappress_pro_settings.php:42
673
  #, fuzzy
 
674
  msgid "POI click"
675
  msgstr "Linkovi za POI"
676
 
680
 
681
  #: pro/mappress_pro_settings.php:44
682
  #, fuzzy
 
683
  msgid "Thumbnails"
684
  msgstr "Veličina sažetih delova"
685
 
686
  #: pro/mappress_pro_settings.php:45
687
  #, fuzzy
 
688
  msgid "Thumbnail size"
689
  msgstr "Veličina sažetih delova"
690
 
691
+ #: pro/mappress_pro_settings.php:48
692
+ #: pro/mappress_pro_settings.php:50
693
  msgid "Styled maps"
694
  msgstr "Stilizovane mape"
695
 
707
 
708
  #: pro/mappress_pro_settings.php:56
709
  #, fuzzy
 
710
  msgid "Geocoding errors"
711
  msgstr "Polja za geo-kodiranje"
712
 
716
 
717
  #: pro/mappress_pro_settings.php:61
718
  #, fuzzy
 
719
  msgid "Custom templates"
720
  msgstr "Uobičajena Polja"
721
 
722
+ #: pro/mappress_pro_settings.php:62
723
+ #: pro/mappress_pro_settings.php:227
724
  msgid "Force resize"
725
  msgstr "Prinudna promena veličine"
726
 
750
 
751
  #: pro/mappress_pro_settings.php:202
752
  #, fuzzy
 
753
  msgid "Select"
754
  msgstr "Selektujte mapu"
755
 
763
 
764
  #: pro/mappress_pro_settings.php:224
765
  #, fuzzy
 
766
  msgid "Permanently resize existing maps (classic editor only)"
767
  msgstr "Trajno promenite veličinu postojećih mapa"
768
 
782
  msgid "MapBox"
783
  msgstr ""
784
 
785
+ #: pro/mappress_pro_settings.php:246
786
+ #: templates_admin/widgets.php:68
787
  msgid "Edit"
788
  msgstr "Izmena"
789
 
790
  #: pro/mappress_pro_settings.php:260
791
  #, fuzzy
 
792
  msgid "Standard"
793
  msgstr "Standardne ikonice"
794
 
798
 
799
  #: pro/mappress_pro_settings.php:268
800
  #, fuzzy
 
801
  msgid "Left of map"
802
  msgstr "Selektujte mapu"
803
 
804
  #: pro/mappress_pro_settings.php:269
805
  #, fuzzy
 
806
  msgid "Below map"
807
  msgstr "Prikazati mapu"
808
 
809
  #: pro/mappress_pro_settings.php:275
810
  #, fuzzy
 
811
  msgid "Get license"
812
  msgstr "Pribavite uputstva"
813
 
823
  msgid "Check now"
824
  msgstr ""
825
 
826
+ #: pro/mappress_pro_settings.php:299
827
+ #: pro/mappress_updater.php:116
828
  #, fuzzy
 
829
  msgid "Communication error, please try again later"
830
  msgstr "Google - errore interno. Riprova più tardi."
831
 
835
 
836
  #: pro/mappress_pro_settings.php:305
837
  #, fuzzy
 
838
  msgid "POI title + POI body"
839
  msgstr "Naziv POI-a"
840
 
841
  #: pro/mappress_pro_settings.php:305
842
  #, fuzzy
 
843
  msgid "Post title + post excerpt"
844
  msgstr "Prepis posta"
845
 
846
  #: pro/mappress_pro_settings.php:310
847
  #, fuzzy
 
848
  msgid "Open POI"
849
  msgstr "Otvorite POI"
850
 
851
  #: pro/mappress_pro_settings.php:310
852
  #, fuzzy
 
853
  msgid "Open post"
854
  msgstr "Trenutni postovi"
855
 
867
 
868
  #: pro/mappress_pro_settings.php:337
869
  #, fuzzy
 
870
  msgid "Address line "
871
  msgstr "Linija adrese 1"
872
 
878
  msgid "Longitude"
879
  msgstr "Geografska dužina"
880
 
881
+ #: pro/mappress_pro_settings.php:338
882
+ #: build/index_mappress_admin.js:1
883
  msgid "Zoom"
884
  msgstr "Zoom"
885
 
886
  #: pro/mappress_pro_settings.php:343
887
  #, fuzzy
 
888
  msgid "Map Field"
889
  msgstr "Veličina mape"
890
 
891
  #: pro/mappress_pro_settings.php:356
892
  #, fuzzy
 
893
  msgid "Overwrite maps when posts are saved"
894
  msgstr "Precrtajte postojeće mape prilikom ažuriranja"
895
 
899
 
900
  #: pro/mappress_pro_settings.php:365
901
  #, fuzzy
 
902
  msgid "Show a list of POIs with each map"
903
  msgstr "Prikažite listu POI-a ispod svake mape"
904
 
905
  #: pro/mappress_pro_settings.php:373
906
  #, fuzzy
 
907
  msgid "Enable search"
908
  msgstr "Omogućiti"
909
 
910
  #: pro/mappress_pro_settings.php:377
911
  #, fuzzy
 
912
  msgid "Sort POI list by title"
913
  msgstr "Prikažite POI listu"
914
 
918
 
919
  #: pro/mappress_pro_settings.php:392
920
  #, fuzzy
 
921
  msgid "Snazzy Maps"
922
  msgstr "Stilizovane mape"
923
 
924
  #: pro/mappress_pro_settings.php:393
925
  #, fuzzy
 
926
  msgid "Enter JSON from %s"
927
  msgstr "Unesite JSON za %s iz Google-ovog %s"
928
 
929
+ #: pro/mappress_pro_settings.php:397
930
+ #: pro/mappress_pro_settings.php:413
931
  msgid "Style name"
932
  msgstr "Ime stila"
933
 
937
 
938
  #: pro/mappress_pro_settings.php:410
939
  #, fuzzy
 
940
  msgid "Enter styles from %s"
941
  msgstr "Unesite veličine u pikselima ili %"
942
 
960
  msgid "JSON error"
961
  msgstr ""
962
 
963
+ #: pro/mappress_widget.php:69
964
+ #: pro/mappress_widget_map.php:56
965
  msgid "Widget title"
966
  msgstr "Naslov vidžeta"
967
 
968
+ #: pro/mappress_widget.php:74
969
+ #: pro/mappress_widget_map.php:66
970
  msgid "Map size"
971
  msgstr "Veličina mape"
972
 
994
  msgid "Learn about queries"
995
  msgstr "Saznajte o ispitivanjima"
996
 
997
+ #: pro/mappress_widget.php:94
998
+ #: pro/mappress_widget_map.php:74
999
  msgid "Show POI list"
1000
  msgstr "Prikažite POI listu"
1001
 
1002
+ #: pro/mappress_widget.php:101
1003
+ #: pro/mappress_widget_map.php:81
1004
  msgid "Other Settings"
1005
  msgstr "Druga podešavanja"
1006
 
1007
+ #: pro/mappress_widget.php:104
1008
+ #: pro/mappress_widget_map.php:84
1009
  msgid "Example: initialopeninfo=\"true\""
1010
  msgstr ""
1011
 
1012
+ #: pro/mappress_widget_map.php:61
1013
+ #: templates_admin/mce.php:49
1014
+ #: templates_admin/mce.php:69
1015
+ #: build/index_mappress_admin.js:1
1016
  msgid "Map ID"
1017
  msgstr "Identifikacija mape"
1018
 
1030
 
1031
  #: templates/map-filters.php:13
1032
  #, fuzzy
 
1033
  msgid "Reset"
1034
  msgstr "Resetujte mapu"
1035
 
1036
  #: templates/map-loop.php:3
1037
  #, fuzzy
 
1038
  msgid "Results"
1039
  msgstr "Resetujte deafault-ove"
1040
 
1041
  #: templates/map.php:53
1042
  #, fuzzy
 
1043
  msgid "Your Location"
1044
  msgstr "Lokacija"
1045
 
1065
 
1066
  #: templates/map.php:84
1067
  #, fuzzy
 
1068
  msgid "Show List"
1069
  msgstr "Prikažite POI listu"
1070
 
1071
  #: templates/map.php:85
1072
  #, fuzzy
 
1073
  msgid "Show Map"
1074
  msgstr "Prikazati mapu"
1075
 
1085
  msgid "Add Media"
1086
  msgstr ""
1087
 
1088
+ #: templates_admin/editor.php:45
1089
+ #: templates_admin/mce.php:55
1090
+ #: templates_admin/widgets.php:91
1091
+ #: build/index_mappress_admin.js:1
1092
  msgid "Save"
1093
  msgstr "Sačuvati"
1094
 
1095
+ #: templates_admin/editor.php:46
1096
+ #: templates_admin/mce.php:56
1097
+ #: templates_admin/widgets.php:92
1098
+ #: build/index_mappress_admin.js:1
1099
  msgid "Cancel"
1100
  msgstr "Otkažite"
1101
 
1102
+ #: templates_admin/mce.php:6
1103
+ #: build/index_mappress_admin.js:1
1104
  msgid "Select a map"
1105
  msgstr "Selektujte mapu"
1106
 
1107
+ #: templates_admin/mce.php:7
1108
+ #: build/index_mappress_admin.js:1
1109
  msgid "Add New"
1110
  msgstr ""
1111
 
1112
  #: templates_admin/mce.php:14
1113
  #, fuzzy
 
1114
  msgid "post title"
1115
  msgstr "Naziv posta"
1116
 
1117
+ #: templates_admin/mce.php:18
1118
+ #: build/index_mappress_admin.js:1
1119
  #, fuzzy
 
1120
  msgid "Attached to this post"
1121
  msgstr "Mape u ovom postu"
1122
 
1123
+ #: templates_admin/mce.php:19
1124
+ #: build/index_mappress_admin.js:1
1125
  #, fuzzy
 
1126
  msgid "All maps"
1127
  msgstr "Svi postovi"
1128
 
1130
  msgid "Close"
1131
  msgstr "Zatvorite"
1132
 
1133
+ #: templates_admin/mce.php:35
1134
+ #: build/index_mappress_admin.js:1
1135
  msgid "Size"
1136
  msgstr "Veličina"
1137
 
1138
  #: templates_admin/mce.php:59
1139
  #, fuzzy
 
1140
  msgid "Save center / zoom"
1141
  msgstr "Centratura/zoom"
1142
 
1143
+ #: templates_admin/mce.php:68
1144
+ #: build/index_mappress_admin.js:1
1145
  #, fuzzy
 
1146
  msgid "Map title"
1147
  msgstr "Naslov mape"
1148
 
1149
+ #: templates_admin/mce.php:71
1150
+ #: build/index_mappress_admin.js:1
1151
  msgid "Attached to"
1152
  msgstr ""
1153
 
1154
+ #: templates_admin/mce.php:73
1155
+ #: build/index_mappress_admin.js:1
1156
  #, fuzzy
 
1157
  msgid "Action"
1158
  msgstr "Lokacija"
1159
 
1160
  #: templates_admin/mce.php:87
1161
  #, fuzzy
 
1162
  msgid "Current post"
1163
  msgstr "Trenutni postovi"
1164
 
1165
+ #: templates_admin/mce.php:92
1166
+ #: build/index_mappress_admin.js:1
1167
  msgid "Unattached"
1168
  msgstr ""
1169
 
1171
  msgid "Insert into post"
1172
  msgstr "Ubacite u post"
1173
 
1174
+ #: templates_admin/mce.php:107
1175
+ #: build/index_mappress_admin.js:1
1176
  #, fuzzy
 
1177
  msgid "No maps found"
1178
  msgstr "Mapa nije nađena"
1179
 
1187
 
1188
  #: templates_admin/widgets.php:28
1189
  #, fuzzy
 
1190
  msgid "No custom icons have been added yet."
1191
  msgstr "Nijedan stil još nije definisan"
1192
 
1200
 
1201
  #: templates_admin/widgets.php:67
1202
  #, fuzzy
 
1203
  msgid "Map list item"
1204
  msgstr "Templat liste markera"
1205
 
1206
  #: templates_admin/widgets.php:67
1207
  #, fuzzy
 
1208
  msgid "Mashup popup"
1209
  msgstr "Mashup"
1210
 
1211
  #: templates_admin/widgets.php:67
1212
  #, fuzzy
 
1213
  msgid "Mashup list item"
1214
  msgstr "Naslov mešavine POI-a"
1215
 
1216
  #: templates_admin/widgets.php:74
1217
  #, fuzzy
 
1218
  msgid "New"
1219
  msgstr "Nova mapa"
1220
 
1221
+ #: templates_admin/widgets.php:74
1222
+ #: build/index_mappress_admin.js:1
1223
  #, fuzzy
 
1224
  msgid "Custom"
1225
  msgstr "CSS personalizzato"
1226
 
1227
  #: templates_admin/widgets.php:77
1228
  #, fuzzy
 
1229
  msgid "Editor"
1230
  msgstr "Izmena"
1231
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1232
  #: package.json
1233
  msgctxt "block description"
1234
  msgid "MapPress Maps for WordPress"
1238
  #~ msgstr "Saveti za alatke"
1239
 
1240
  #, fuzzy
 
1241
  #~ msgid "Show a tooltip when mouse is over a POI"
1242
  #~ msgstr "Prikazati naslove POI-a kao \"tooltip\" kod prevlačenja mišem"
1243
 
1251
  #~ msgstr "Kontakt"
1252
 
1253
  #~ msgid ""
1254
+ "\n"
1255
+ "MapPress now requires WordPress 3.2 or higher. Please upgrade \"\n"
1256
+ "using MapPress.\""
1257
  #~ msgstr ""
1258
+ "\n"
1259
+ "MapPress sada zahteva WordPress 3.2 ili bolji. Molimo \"\n"
1260
+ "pre upotrebe MapPress-a.\""
1261
 
1262
  #~ msgid ""
1263
+ "\n"
1264
+ "MapPress is not compfatible with the WP-Geo plugin. Please \"\n"
1265
+ "or uninstall WP-Geo before using MapPress.\""
1266
  #~ msgstr ""
1267
+ "\n"
1268
+ "MapPress nije kompatibilan sa WP-Geo plugin-om. Molimo \"\n"
1269
+ "ili deinstalirajte WP-Geo pre upotrebe MapPress-a.\""
1270
 
1271
  #~ msgid "Bike"
1272
  #~ msgstr "Bicikl"
1275
  #~ msgstr "Jedna od adresi nije mogla biti pronađena."
1276
 
1277
  #~ msgid ""
1278
+ "\n"
1279
+ "cannot return directions between those addresses. There is no \"\n"
1280
+ "between them or the routing information is not available.\""
1281
  #~ msgstr ""
1282
+ "\n"
1283
+ "ne može da vrati uputstva između tih adresa. Ne postoji ruta među \"\n"
1284
+ "niti su dostupne informacije o ruti.\""
1285
 
1286
  #~ msgid "Unknown error, unable to return directions. Status code = "
1287
  #~ msgstr "Nepoznata greška, ne može da vrati uputstva. Kod statusa ="
1418
  #, php-format
1419
  #~ msgid "Enter a %s to use when searching (leave blank for USA)"
1420
  #~ msgstr ""
1421
+ "\n"
1422
+ "%s da biste koristili prilikom pretrage (ostavite prazno za SAD)\""
1423
 
1424
  #~ msgid "Enter a google server URL for directions/printing"
1425
  #~ msgstr "Unesite URL Google servera za uputstva/štampanje"
1433
  #, php-format
1434
  #~ msgid "Use a specific %s for map controls (defaults to browser language)"
1435
  #~ msgstr ""
1436
+ "\n"
1437
+ "određeni %s za kontrolu mapa (uobičajeno za jezik pretraživača)\""
1438
 
1439
  #~ msgid ""
1440
+ "\n"
1441
+ "your readers to change the map type (street, satellite, or hybrid)\""
1442
  #~ msgstr ""
1443
+ "\n"
1444
+ "vašim čitaovima da izmene tip mape (ulične, satelitske ili \"\n"
1445
+ ""
1446
 
1447
  #~ msgid "Display the street view control \"peg man\""
1448
  #~ msgstr "Prikažite kontrolu \"peg man\" pregleda ulica"
1451
  #~ msgstr "U liniji (u vašem blogu)"
1452
 
1453
  #~ msgid ""
1454
+ "\n"
1455
+ "'Google' if directions aren't displaying properly in your theme\""
1456
  #~ msgstr ""
1457
+ "\n"
1458
+ "‘Google’ ukoliko se uputstva ne prikazuju ispravno na vašu temu \""
1459
 
1460
  #, php-format
1461
  #~ msgid "This setting requires %s."
1477
  #~ msgstr "Prikažite naslove markera kao \"tooltip\" na prelasku mišem"
1478
 
1479
  #~ msgid ""
1480
+ "\n"
1481
+ "an overview map control in the bottom-right corner of the main map\""
1482
  #~ msgstr "Prikazati pregled kontrole mape u donjem desnom uglu glavne mape"
1483
 
1484
  #~ msgid "Automatically open the overview map"
1486
 
1487
  #, php-format
1488
  #~ msgid ""
1489
+ "\n"
1490
+ "'default' to override this with CSS class %s in your theme's %s\""
1491
  #~ msgstr ""
1492
+ "\n"
1493
+ "‘default’(uobičajeno) da biste prešli preko ovoga sa CSS klasom \"\n"
1494
+ "u %s vaše teme\""
1495
 
1496
  #~ msgid "solid"
1497
  #~ msgstr "solidno"
1528
 
1529
  #, php-format
1530
  #~ msgid ""
1531
+ "\n"
1532
+ "-none- to override settings with CSS class %s in your theme's %s\""
1533
  #~ msgstr ""
1534
+ "\n"
1535
+ "-nijedno- da pređete preko podešavanja putem CSS klase %s u %s \"\n"
1536
+ "teme\""
1537
 
1538
  #~ msgid "Show the user's location on the map"
1539
  #~ msgstr "Prikazati lokaciju korisnika na mapi"
1647
  #~ msgstr "Mape učitajte poslednje"
1648
 
1649
  #~ msgid ""
1650
+ "\n"
1651
+ "the settings below to automatically create maps from custom fields.\""
1652
  #~ msgstr ""
1653
+ "\n"
1654
+ "podešavanje ispod za automatsko kreiranje mapa iz uobičajenih \"\n"
1655
+ ""
1656
 
1657
  #~ msgid "Posts"
1658
  #~ msgstr "Postovi"
1820
 
1821
  #~ msgid "Disable map panning when infoWindow / infoBox is opened"
1822
  #~ msgstr ""
1823
+ "\n"
1824
+ "“panoramisanje” mape kada su Info prozor / Info kutija \"\n"
1825
+ ""
1826
 
1827
  #~ msgid "Use existing size: "
1828
  #~ msgstr "Koristite postojeću veličinu:"
1884
 
1885
  #~ msgid "Internal error, map was missing. Your data has not been saved!"
1886
  #~ msgstr ""
1887
+ "\n"
1888
+ "interno: la mappa é stata smarrita. I dati non sono stati salvati!\""
1889
 
1890
  #~ msgid "Internal error - unable to save map. Your data has not been saved!"
1891
  #~ msgstr ""
1892
+ "\n"
1893
+ "interno - non é possibile salvare la mappa. I dati non sono stati \"\n"
1894
+ ""
1895
 
1896
  #~ msgid "Show a list of markers under each map."
1897
  #~ msgstr "Mostra sotto ogni mappa una lista di luoghi"
1919
 
1920
  #~ msgid "Update map when address is changed by a program"
1921
  #~ msgstr ""
1922
+ "\n"
1923
+ "la mappa quando un indirizzo é stato modificato da un programma\""
1924
 
1925
  #~ msgid "Display powered by link"
1926
  #~ msgstr "Attiva il link \"fornito da\"."
1942
 
1943
  #~ msgid "This setting requires %s. Show a list of markers under each map."
1944
  #~ msgstr ""
1945
+ "\n"
1946
+ "impostazione richiede %s. Mostra una lista di marker sotto ogni \"\n"
1947
+ ""
1948
 
1949
  #~ msgid "Donate"
1950
  #~ msgstr "Donazioni"
1967
  #~ msgstr "Lista luoghi"
1968
 
1969
  #~ msgid ""
1970
+ "\n"
1971
+ "Include your own CSS. You must create a file named %s in the MapPress \"\n"
1972
+ "sub-directory\""
1973
  #~ msgstr ""
1974
+ "\n"
1975
+ "Includi CSS personalizzato. Crea un file a nome %s nella sotto-cartella \"\n"
1976
+ "di MapPress\""
1977
 
1978
  #~ msgid "Map addresses from a %s : "
1979
  #~ msgstr "Indirizzi mappa da un %s : "
2006
  #~ msgstr "Manca l'indirizzo di partenza o arrivo."
2007
 
2008
  #~ msgid ""
2009
+ "\n"
2010
+ "cannot return those directions for legal or contractual reasons\""
2011
  #~ msgstr ""
2012
+ "\n"
2013
+ "non può mostrare questi percorsi per ragioni contrattuali o legali\""
2014
 
2015
  #~ msgid "Invalid map API key"
2016
  #~ msgstr "Chiave API non valida"
2019
  #~ msgstr "La tua chiave ha inoltrato in un solo giorno troppe richieste."
2020
 
2021
  #~ msgid ""
2022
+ "\n"
2023
+ "your browser does not seem to support the street view Flash player\""
2024
  #~ msgstr ""
2025
+ "\n"
2026
+ "pare che il tuo browser non supporti lo street view Flash player\""
2027
 
2028
  #~ msgid "Sorry, no street view data is available for this location"
2029
  #~ msgstr "nessuna visualizzazione stradale per questa località"
2030
 
2031
  #~ msgid "Sorry, Google was unable to display the street view in your browser"
2032
  #~ msgstr ""
2033
+ "\n"
2034
+ "non é in grado di potere mostrare nel tuo browser la \"\n"
2035
+ "stradale\""
2036
 
2037
  #~ msgid "Get directions"
2038
  #~ msgstr "Ottieni i percorsi"
2050
  #~ msgstr "Inserisci la tua chiave API. Non hai una chiave API? Vai qui "
2051
 
2052
  #~ msgid ""
2053
+ "\n"
2054
+ "could not load google maps. Either your browser is incompatible \"\n"
2055
+ "your API key is invalid. Need an API key? Get one \""
2056
  #~ msgstr ""
2057
+ "\n"
2058
+ "non può caricare le mappe di Google. Il problema potrebbe \"\n"
2059
+ "dalla incompatibilità del tuo browser oppure da una chiave API \"\n"
2060
+ "valida. Non hai una chiave API? Vai \""
2061
 
2062
  #~ msgid "here"
2063
  #~ msgstr "qui"
2069
  #~ msgstr "Premi esci oppure clicca qui per cancellare:"
2070
 
2071
  #~ msgid ""
2072
+ "\n"
2073
+ "isn't ready yet. Please enter your Google Maps API Key on the \""
2074
  #~ msgstr ""
2075
+ "\n"
2076
+ "non é ancora pronto. Inserisci la tua chiave API di Google Maps \"\n"
2077
+ ""
2078
 
2079
  #~ msgid "MapPress options screen."
2080
  #~ msgstr "MapPress - opzioni schermo."
2090
 
2091
  #~ msgid "Click on a marker or use the links below to edit or delete markers."
2092
  #~ msgstr ""
2093
+ "\n"
2094
+ "su di un marker oppure utilizza i link qui sotto per modificare o \"\n"
2095
+ "i marker.\""
2096
 
2097
  #~ msgid "ACCESS DENIED: You don't have permission to do this."
2098
  #~ msgstr ""
2099
+ "\n"
2100
+ "NEGATO: non hai i permessi necessari per compiere questa \"\n"
2101
+ ""
2102
 
2103
  #~ msgid "supported languages"
2104
  #~ msgstr "lingue disponibili"
2105
 
2106
  #~ msgid ""
2107
+ "\n"
2108
+ "spend many hours working on MapPress. Please donate to keep me going!\""
2109
  #~ msgstr ""
2110
+ "\n"
2111
+ "dedicato molto tempo allo sviluppo di MapPress. Effettua una donazione!\""
2112
 
2113
  #~ msgid "Address format"
2114
  #~ msgstr "Formato indirizzo"
2120
  #~ msgstr "indirizzo corretto"
2121
 
2122
  #~ msgid ""
2123
+ "\n"
2124
+ "a country code to use as a default when searching for an address.\""
2125
  #~ msgstr ""
2126
+ "\n"
2127
+ "il codice paese da utilizzare come predefinito durante la \"\n"
2128
+ "di un indirizzo.\""
2129
 
2130
  #~ msgid "Force Google to use a specific language for map controls."
2131
  #~ msgstr ""
2132
+ "\n"
2133
+ "a Google l'utilizzo specifico di una lingua per i controlli della \"\n"
2134
+ ""
2135
 
2136
  #~ msgid "Check to enable directions to/from map markers"
2137
  #~ msgstr "Seleziona per attivare (marker della mappa) i percorsi da/a"
2138
 
2139
  #~ msgid ""
2140
+ "\n"
2141
+ "to show large map controls; uncheck for a small zoom control instead\""
2142
  #~ msgstr ""
2143
+ "\n"
2144
+ "per mostrare in esteso i controlli per la mappa; deseleziona \"\n"
2145
+ "il solo controllo sullo zoom \""
2146
 
2147
  #~ msgid "Check to enable the \"map types\" button on the map"
2148
  #~ msgstr "Seleziona per attivare sulla mappa il pulsante \"tipi di mappa\""
2152
 
2153
  #~ msgid "Choose the map type to use when the map is first displayed"
2154
  #~ msgstr ""
2155
+ "\n"
2156
+ "quale tipologia di mappa mostrare alla visualizzazione di \"\n"
2157
+ ""
2158
 
2159
  #~ msgid "(click the icon to choose)"
2160
  #~ msgstr "(clicca sulla icona per scegliere)"
2161
 
2162
  #~ msgid ""
2163
+ "\n"
2164
+ "starting or ending address could not be found. Please check that the \"\n"
2165
+ "is correct and completely entered.\""
2166
  #~ msgstr ""
2167
+ "\n"
2168
+ "é stato possibile trovare l'indirizzo di partenza o arrivo. Verifica \"\n"
2169
+ "l'indirizzo sia valido nonché sia stato inserito correttamente.\""
2170
 
2171
  #~ msgid "(leave blank for default)"
2172
  #~ msgstr "(lascia in bianco per le predefinite)"
2187
  #~ msgstr "Impostazioni avanzate"
2188
 
2189
  #~ msgid ""
2190
+ "\n"
2191
+ "to show the \"GoogleBar\" search box for local business listings.\""
2192
  #~ msgstr ""
2193
+ "\n"
2194
+ "per mostrare la casella di ricerca \"GoogleBar\" per l'elenco \"\n"
2195
+ "attività commerciali locali.\""
2196
 
2197
  #~ msgid ""
2198
+ "\n"
2199
+ "center/zoom map when saved (uncheck to display map exactly \"\n"
2200
+ "shown below)\""
2201
  #~ msgstr ""
2202
+ "\n"
2203
+ "in automatico al salvataggio della mappa (deseleziona per \"\n"
2204
+ "la mappa esattamente come qui sotto)\""
languages/mappress-google-maps-for-wordpress-zh_CN-4cfebd0e75a430fc3eb311e0637a25c6.json ADDED
@@ -0,0 +1 @@
 
1
+ {"translation-revision-date":"2020-12-15 11:20-0800","generator":"WP-CLI\/2.4.0","source":"build\/index_mappress_admin.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"zh_CN","plural-forms":"nplurals=2; plural=(n != 1);"},"Settings":["\u4fdd\u5b58\u8bbe\u5b9a"],"Map Library":[""],"Help":[""],"No results":[""],"Add":["\u5730\u5740"],"Delete":["\u522a\u9664"],"Untitled":[""],"Google API key":["Google\u5730\u56feAPI\u952e"],"Default":["\u5730\u56fe\u5185\u5b9a\u503c"],"Google":["GoogleBar"],"Leaflet":[""],"Post type":[""],"Automatic":[""],"Search":[""],"Zoom":[""],"Map ID":[""],"Save":["\u4fdd\u5b58"],"Cancel":["\u53d6\u6d88"],"Select a map":[""],"Add New":[""],"Attached to this post":[""],"All maps":[""],"Size":[""],"Map title":["\u5730\u56fe\u7c7b\u578b\u6309\u94ae"],"Attached to":[""],"Action":["\u6807\u7b7e"],"Unattached":[""],"No maps found":[""],"Custom":["\u81ea\u5b9a\u4e49\u680f\u4f4d"],"New map":[""],"Edit map":["\u7f16\u8f91"],"Like the block? Upgrade to the free plugin or MapPress Pro for more features!":[""],"MapPress Pro":["MapPress\u5e2e\u5e2e\u6211"],"Free plugin":[""],"MapPress options":["MapPress Options\u753b\u9762"],"Map settings":["\u4fdd\u5b58\u8bbe\u5b9a"],"MapPress Map":["MapPress\u5e2e\u5e2e\u6211"],"Create a new map or choose one from the map library.":[""],"Insert a map":["\u5c06\u5730\u56fe\u52a0\u5165\u6587\u7ae0\u4e2d"],"Query":[""],"Refresh map":[""],"Author":[""],"Order by":[""],"Include children":[""],"Add custom field":["\u81ea\u5b9a\u4e49\u680f\u4f4d"],"Field name":[""],"The field \"%s\" has already been added":[""],"Please enter a field name":["\u8bf7\u8f93\u5165\u5730\u5740"],"Value (a or a,b,c...)":[""],"Invalid JSON":[""],"Update":[""],"Query code":["\u8bf7\u8f93\u5165\u56fd\u7801"],"MapPress Mashup":["MapPress\u5e2e\u5e2e\u6211"],"Insert a mashup":[""],"Options saved.":[""],"Mapping Engine":[""],"Save options":[""],"Map copied":["\u5730\u56fe\u5185\u5b9a\u503c"],"Shortcode copied":["\u7f29\u7801"],"post title, map title, or map id":[""],"current post":[""],"Edit post":["\u7f16\u8f91"],"Copy":[""],"Shortcode":["\u7f29\u7801"],"Delete map":["\u522a\u9664"],"Viewport saved":[""],"px, %, vw":[""],"Width":["\u5bbd\u5ea6"],"px, %, vh":[""],"Height":["\u9ad8\u5ea6"],"Center\/Zoom":[""]}}}
languages/mappress-google-maps-for-wordpress-zh_CN.po CHANGED
@@ -1,18 +1,15 @@
1
- # MAPPRESS
2
- #
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: MapPress\n"
6
- "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mappress-google-"
7
- "maps-for-wordpress\n"
8
- "POT-Creation-Date: 2020-12-15T18:23:01+00:00\n"
9
- "PO-Revision-Date: 2020-12-15 11:20-0800\n"
10
  "Last-Translator: Plugin Author <donotreply@gmail.com>\n"
11
  "Language-Team: My Team <LL@li.org>\n"
12
- "Language: zh_CN\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-KeywordsList: __;_e\n"
17
  "X-Poedit-Basepath: .\n"
18
  "X-Poedit-SourceCharset: utf-8\n"
@@ -39,24 +36,24 @@ msgstr ""
39
  msgid "https://www.mappresspro.com/chris-contact"
40
  msgstr ""
41
 
42
- #: mappress.php:171 mappress.php:701 build/index_mappress_admin.js:1
 
 
43
  #, fuzzy
44
  msgid "Settings"
45
  msgstr "保存设定"
46
 
47
- #: mappress.php:172 build/index_mappress_admin.js:1
 
48
  msgid "Map Library"
49
  msgstr ""
50
 
51
  #: mappress.php:183
52
- msgid ""
53
- "MapPress database tables are missing. Please deactivate the plugin and "
54
- "activate it again to fix this."
55
  msgstr ""
56
 
57
  #: mappress.php:188
58
  #, fuzzy
59
- #| msgid "Google Maps API Key"
60
  msgid "A Google Maps API key is required"
61
  msgstr "Google地图API键"
62
 
@@ -66,7 +63,6 @@ msgstr ""
66
 
67
  #: mappress.php:188
68
  #, fuzzy
69
- #| msgid "MapPress Options"
70
  msgid "MapPress Settings"
71
  msgstr "MapPress 选项"
72
 
@@ -87,24 +83,21 @@ msgid "Please Help Spread the Word"
87
  msgstr ""
88
 
89
  #: mappress.php:285
90
- msgid ""
91
- "If you're enjoying MapPress, would you mind taking a moment to write a brief "
92
- "review? It would mean the world to me!"
93
  msgstr ""
94
 
95
  #: mappress.php:286
96
- msgid ""
97
- "If you have any issues or suggestions, please let me know. I'll be happy to "
98
- "help!"
99
  msgstr ""
100
 
101
- #: mappress.php:402 mappress.php:931
 
102
  #, fuzzy
103
- #| msgid " Version: "
104
  msgid "Version"
105
  msgstr " Version: "
106
 
107
- #: mappress.php:404 build/index_mappress_admin.js:1
 
108
  msgid "Help"
109
  msgstr ""
110
 
@@ -118,9 +111,7 @@ msgid "Please enter your MapPress license key to enable plugin updates"
118
  msgstr ""
119
 
120
  #: mappress.php:477
121
- msgid ""
122
- "MapPress Gutenberg blocks require WordPress 5.3 or the latest Gutenberg "
123
- "Plugin. Please update if using the block editor."
124
  msgstr ""
125
 
126
  #: mappress.php:481
@@ -136,9 +127,7 @@ msgid "The MapPress map editor has moved!"
136
  msgstr ""
137
 
138
  #: mappress.php:488
139
- msgid ""
140
- "Use this button to open the new popup editor where you can easily create, "
141
- "edit and insert maps."
142
  msgstr ""
143
 
144
  #: mappress.php:534
@@ -169,13 +158,13 @@ msgstr ""
169
  msgid "Unable to get your location"
170
  msgstr ""
171
 
172
- #: mappress.php:541 build/index_mappress_admin.js:1
 
173
  msgid "No results"
174
  msgstr ""
175
 
176
  #: mappress.php:542
177
  #, fuzzy
178
- #| msgid "Save Changes"
179
  msgid "Save changes?"
180
  msgstr "保存变更"
181
 
@@ -187,7 +176,8 @@ msgstr ""
187
  msgid "Improve this map"
188
  msgstr ""
189
 
190
- #: mappress.php:588 mappress.php:607
 
191
  #, fuzzy
192
  msgid "Streets"
193
  msgstr "街景图"
@@ -213,25 +203,32 @@ msgstr ""
213
  msgid "Satellite Streets"
214
  msgstr ""
215
 
216
- #: mappress_controls.php:93 templates_admin/widgets.php:42
 
217
  #: build/index_mappress_admin.js:1
218
  #, fuzzy
219
  msgid "Add"
220
  msgstr "地址"
221
 
222
- #: mappress_controls.php:102 templates_admin/editor.php:47
223
- #: templates_admin/mce.php:100 templates_admin/widgets.php:94
 
 
224
  #: build/index_mappress_admin.js:1
225
  msgid "Delete"
226
  msgstr "刪除"
227
 
228
- #: mappress_map.php:85 mappress_settings.php:321
 
229
  #, fuzzy
230
  msgid "MapPress"
231
  msgstr "MapPress帮帮我"
232
 
233
- #: mappress_map.php:94 templates_admin/mce.php:30 templates_admin/mce.php:80
234
- #: templates_admin/mce.php:86 build/index_mappress_admin.js:1
 
 
 
235
  msgid "Untitled"
236
  msgstr ""
237
 
@@ -256,9 +253,9 @@ msgstr "保存设定"
256
  msgid "Mapping API"
257
  msgstr ""
258
 
259
- #: mappress_settings.php:92 build/index_mappress_admin.js:1
 
260
  #, fuzzy
261
- #| msgid "Google Maps API Key"
262
  msgid "Google API key"
263
  msgstr "Google地图API键"
264
 
@@ -288,7 +285,8 @@ msgstr ""
288
  msgid "Map alignment"
289
  msgstr "地图高度"
290
 
291
- #: mappress_settings.php:105 templates/map-popup.php:3
 
292
  #: templates/mashup-popup.php:6
293
  #, fuzzy
294
  msgid "Directions"
@@ -304,7 +302,8 @@ msgstr "保存设定"
304
  msgid "Default zoom"
305
  msgstr "地图内定值"
306
 
307
- #: mappress_settings.php:110 mappress_settings.php:238
 
308
  #, fuzzy
309
  msgid "Open first POI"
310
  msgstr "最初的标志"
@@ -365,8 +364,10 @@ msgstr ""
365
  msgid "Compatiblity"
366
  msgstr ""
367
 
368
- #: mappress_settings.php:175 mappress_settings.php:244
369
- #: pro/mappress_pro_settings.php:234 templates_admin/widgets.php:78
 
 
370
  #: build/index_mappress_admin.js:1
371
  #, fuzzy
372
  msgid "Default"
@@ -397,7 +398,8 @@ msgstr ""
397
  msgid "Bottom of post"
398
  msgstr ""
399
 
400
- #: mappress_settings.php:199 mappress_settings.php:243
 
401
  msgid "(list)"
402
  msgstr ""
403
 
@@ -409,8 +411,10 @@ msgstr "国码查询"
409
  msgid "Prevent other plugins/themes from loading the Google Maps API"
410
  msgstr ""
411
 
412
- #: mappress_settings.php:212 mappress_settings.php:221
413
- #: pro/mappress_pro_settings.php:232 build/index_mappress_admin.js:1
 
 
414
  #, fuzzy
415
  msgid "Google"
416
  msgstr "GoogleBar"
@@ -419,17 +423,17 @@ msgstr "GoogleBar"
419
  msgid "Inline"
420
  msgstr ""
421
 
422
- #: mappress_settings.php:221 build/index_mappress_admin.js:1
 
423
  msgid "Leaflet"
424
  msgstr ""
425
 
426
  #: mappress_settings.php:223
427
- msgid ""
428
- "Leaflet is free and requires no API key. Google requires an API key and has "
429
- "strict usage limits."
430
  msgstr ""
431
 
432
- #: mappress_settings.php:229 mappress_settings.php:232
 
433
  msgid "Output scripts in footer"
434
  msgstr ""
435
 
@@ -449,7 +453,8 @@ msgstr ""
449
  msgid "Enter token to use Mapbox map tiles"
450
  msgstr ""
451
 
452
- #: mappress_settings.php:257 mappress_settings.php:262
 
453
  #, fuzzy
454
  msgid "Map type control"
455
  msgstr "地图类型按钮"
@@ -459,9 +464,9 @@ msgstr "地图类型按钮"
459
  msgid "Street view control"
460
  msgstr "街景图"
461
 
462
- #: mappress_settings.php:259 mappress_settings.php:263
 
463
  #, fuzzy
464
- #| msgid "Big map controls"
465
  msgid "Zoom control"
466
  msgstr "大图控制"
467
 
@@ -471,7 +476,6 @@ msgstr ""
471
 
472
  #: mappress_settings.php:291
473
  #, fuzzy
474
- #| msgid "Google Maps API Key"
475
  msgid "Easy Google Maps"
476
  msgstr "Google地图API键"
477
 
@@ -492,26 +496,29 @@ msgstr "地图内定值"
492
  msgid "Copy maps when overwriting a translation"
493
  msgstr ""
494
 
495
- #: mappress_settings.php:326 mappress_settings.php:334
 
496
  msgid "Save Changes"
497
  msgstr "保存变更"
498
 
499
- #: mappress_settings.php:327 mappress_settings.php:335
 
500
  #, fuzzy
501
  msgid "Reset Defaults"
502
  msgstr "地图内定值"
503
 
504
  #: mappress_template.php:34
505
  #, fuzzy
506
- #| msgid "Add address"
507
  msgid "Address"
508
  msgstr "加入地址"
509
 
510
- #: mappress_template.php:35 pro/mappress_pro_settings.php:338
 
511
  msgid "Body"
512
  msgstr ""
513
 
514
- #: mappress_template.php:36 pro/mappress_pro_settings.php:174
 
515
  #: pro/mappress_pro_settings.php:338
516
  msgid "Icon"
517
  msgstr ""
@@ -520,7 +527,8 @@ msgstr ""
520
  msgid "Thumbnail"
521
  msgstr ""
522
 
523
- #: mappress_template.php:38 pro/mappress_pro_settings.php:338
 
524
  msgid "Title"
525
  msgstr ""
526
 
@@ -528,14 +536,17 @@ msgstr ""
528
  msgid "Url"
529
  msgstr ""
530
 
531
- #: mappress_template.php:40 pro/mappress_filter.php:120
 
532
  #: pro/mappress_pro_settings.php:343
533
  #, fuzzy
534
  msgid "Custom Field"
535
  msgstr "自定义栏位"
536
 
537
- #: pro/mappress_filter.php:84 pro/mappress_filter.php:133
538
- #: pro/mappress_pro_settings.php:167 build/index_mappress_admin.js:1
 
 
539
  msgid "Post type"
540
  msgstr ""
541
 
@@ -552,8 +563,10 @@ msgstr "自定义栏位"
552
  msgid "Invalid geocoder: %s"
553
  msgstr ""
554
 
555
- #: pro/mappress_geocoder.php:59 pro/mappress_geocoder.php:110
556
- #: pro/mappress_geocoder.php:147 pro/mappress_geocoder.php:192
 
 
557
  msgid "No results for address: %s"
558
  msgstr ""
559
 
@@ -581,7 +594,8 @@ msgstr ""
581
  msgid "Files error: "
582
  msgstr ""
583
 
584
- #: pro/mappress_meta.php:109 build/index_mappress_admin.js:1
 
585
  msgid "Automatic"
586
  msgstr ""
587
 
@@ -592,7 +606,6 @@ msgstr "MapPress帮帮我"
592
 
593
  #: pro/mappress_pro_settings.php:17
594
  #, fuzzy
595
- #| msgid " Version: "
596
  msgid "Beta versions"
597
  msgstr " Version: "
598
 
@@ -610,7 +623,6 @@ msgstr ""
610
 
611
  #: pro/mappress_pro_settings.php:25
612
  #, fuzzy
613
- #| msgid "Map width"
614
  msgid "Mini width"
615
  msgstr "地图宽度"
616
 
@@ -629,7 +641,6 @@ msgstr "地图类型按钮"
629
 
630
  #: pro/mappress_pro_settings.php:32
631
  #, fuzzy
632
- #| msgid "Default map icon: "
633
  msgid "Default icon"
634
  msgstr "内定地图图案"
635
 
@@ -650,12 +661,15 @@ msgstr ""
650
  msgid "Automatic icons"
651
  msgstr ""
652
 
653
- #: pro/mappress_pro_settings.php:38 templates/map.php:51
654
- #: templates_admin/mce.php:13 build/index_mappress_admin.js:1
 
 
655
  msgid "Search"
656
  msgstr ""
657
 
658
- #: pro/mappress_pro_settings.php:40 templates/map.php:58
 
659
  msgid "Filter"
660
  msgstr ""
661
 
@@ -679,7 +693,8 @@ msgstr ""
679
  msgid "Thumbnail size"
680
  msgstr ""
681
 
682
- #: pro/mappress_pro_settings.php:48 pro/mappress_pro_settings.php:50
 
683
  msgid "Styled maps"
684
  msgstr ""
685
 
@@ -702,7 +717,6 @@ msgstr ""
702
 
703
  #: pro/mappress_pro_settings.php:59
704
  #, fuzzy
705
- #| msgid "Google Maps API Key"
706
  msgid "Google Server API key"
707
  msgstr "Google地图API键"
708
 
@@ -711,7 +725,8 @@ msgstr "Google地图API键"
711
  msgid "Custom templates"
712
  msgstr "自定义栏位"
713
 
714
- #: pro/mappress_pro_settings.php:62 pro/mappress_pro_settings.php:227
 
715
  msgid "Force resize"
716
  msgstr ""
717
 
@@ -771,7 +786,8 @@ msgstr ""
771
  msgid "MapBox"
772
  msgstr ""
773
 
774
- #: pro/mappress_pro_settings.php:246 templates_admin/widgets.php:68
 
775
  msgid "Edit"
776
  msgstr "编辑"
777
 
@@ -808,9 +824,9 @@ msgstr ""
808
  msgid "Check now"
809
  msgstr ""
810
 
811
- #: pro/mappress_pro_settings.php:299 pro/mappress_updater.php:116
 
812
  #, fuzzy
813
- #| msgid "Google internal error. Try again later."
814
  msgid "Communication error, please try again later"
815
  msgstr "Google内部错误.请稍后再试."
816
 
@@ -859,7 +875,8 @@ msgstr ""
859
  msgid "Longitude"
860
  msgstr ""
861
 
862
- #: pro/mappress_pro_settings.php:338 build/index_mappress_admin.js:1
 
863
  msgid "Zoom"
864
  msgstr ""
865
 
@@ -900,7 +917,8 @@ msgstr ""
900
  msgid "Enter JSON from %s"
901
  msgstr ""
902
 
903
- #: pro/mappress_pro_settings.php:397 pro/mappress_pro_settings.php:413
 
904
  msgid "Style name"
905
  msgstr ""
906
 
@@ -932,11 +950,13 @@ msgstr ""
932
  msgid "JSON error"
933
  msgstr ""
934
 
935
- #: pro/mappress_widget.php:69 pro/mappress_widget_map.php:56
 
936
  msgid "Widget title"
937
  msgstr ""
938
 
939
- #: pro/mappress_widget.php:74 pro/mappress_widget_map.php:66
 
940
  msgid "Map size"
941
  msgstr ""
942
 
@@ -964,21 +984,26 @@ msgstr ""
964
  msgid "Learn about queries"
965
  msgstr ""
966
 
967
- #: pro/mappress_widget.php:94 pro/mappress_widget_map.php:74
 
968
  msgid "Show POI list"
969
  msgstr ""
970
 
971
- #: pro/mappress_widget.php:101 pro/mappress_widget_map.php:81
 
972
  #, fuzzy
973
  msgid "Other Settings"
974
  msgstr "保存设定"
975
 
976
- #: pro/mappress_widget.php:104 pro/mappress_widget_map.php:84
 
977
  msgid "Example: initialopeninfo=\"true\""
978
  msgstr ""
979
 
980
- #: pro/mappress_widget_map.php:61 templates_admin/mce.php:49
981
- #: templates_admin/mce.php:69 build/index_mappress_admin.js:1
 
 
982
  msgid "Map ID"
983
  msgstr ""
984
 
@@ -1050,21 +1075,27 @@ msgstr ""
1050
  msgid "Add Media"
1051
  msgstr ""
1052
 
1053
- #: templates_admin/editor.php:45 templates_admin/mce.php:55
1054
- #: templates_admin/widgets.php:91 build/index_mappress_admin.js:1
 
 
1055
  msgid "Save"
1056
  msgstr "保存"
1057
 
1058
- #: templates_admin/editor.php:46 templates_admin/mce.php:56
1059
- #: templates_admin/widgets.php:92 build/index_mappress_admin.js:1
 
 
1060
  msgid "Cancel"
1061
  msgstr "取消"
1062
 
1063
- #: templates_admin/mce.php:6 build/index_mappress_admin.js:1
 
1064
  msgid "Select a map"
1065
  msgstr ""
1066
 
1067
- #: templates_admin/mce.php:7 build/index_mappress_admin.js:1
 
1068
  msgid "Add New"
1069
  msgstr ""
1070
 
@@ -1072,11 +1103,13 @@ msgstr ""
1072
  msgid "post title"
1073
  msgstr ""
1074
 
1075
- #: templates_admin/mce.php:18 build/index_mappress_admin.js:1
 
1076
  msgid "Attached to this post"
1077
  msgstr ""
1078
 
1079
- #: templates_admin/mce.php:19 build/index_mappress_admin.js:1
 
1080
  msgid "All maps"
1081
  msgstr ""
1082
 
@@ -1084,7 +1117,8 @@ msgstr ""
1084
  msgid "Close"
1085
  msgstr ""
1086
 
1087
- #: templates_admin/mce.php:35 build/index_mappress_admin.js:1
 
1088
  msgid "Size"
1089
  msgstr ""
1090
 
@@ -1092,16 +1126,19 @@ msgstr ""
1092
  msgid "Save center / zoom"
1093
  msgstr ""
1094
 
1095
- #: templates_admin/mce.php:68 build/index_mappress_admin.js:1
 
1096
  #, fuzzy
1097
  msgid "Map title"
1098
  msgstr "地图类型按钮"
1099
 
1100
- #: templates_admin/mce.php:71 build/index_mappress_admin.js:1
 
1101
  msgid "Attached to"
1102
  msgstr ""
1103
 
1104
- #: templates_admin/mce.php:73 build/index_mappress_admin.js:1
 
1105
  #, fuzzy
1106
  msgid "Action"
1107
  msgstr "标签"
@@ -1110,7 +1147,8 @@ msgstr "标签"
1110
  msgid "Current post"
1111
  msgstr ""
1112
 
1113
- #: templates_admin/mce.php:92 build/index_mappress_admin.js:1
 
1114
  msgid "Unattached"
1115
  msgstr ""
1116
 
@@ -1119,7 +1157,8 @@ msgstr ""
1119
  msgid "Insert into post"
1120
  msgstr "将地图加入文章中"
1121
 
1122
- #: templates_admin/mce.php:107 build/index_mappress_admin.js:1
 
1123
  msgid "No maps found"
1124
  msgstr ""
1125
 
@@ -1138,7 +1177,6 @@ msgstr ""
1138
 
1139
  #: templates_admin/widgets.php:59
1140
  #, fuzzy
1141
- #| msgid "Default map icon: "
1142
  msgid "Use default icon"
1143
  msgstr "内定地图图案"
1144
 
@@ -1162,212 +1200,17 @@ msgstr ""
1162
  msgid "New"
1163
  msgstr ""
1164
 
1165
- #: templates_admin/widgets.php:74 build/index_mappress_admin.js:1
 
1166
  #, fuzzy
1167
  msgid "Custom"
1168
  msgstr "自定义栏位"
1169
 
1170
  #: templates_admin/widgets.php:77
1171
  #, fuzzy
1172
- #| msgid "Edit"
1173
  msgid "Editor"
1174
  msgstr "编辑"
1175
 
1176
- #: build/index_mappress_admin.js:1
1177
- msgid "New map"
1178
- msgstr ""
1179
-
1180
- #: build/index_mappress_admin.js:1
1181
- #, fuzzy
1182
- #| msgid "Edit"
1183
- msgid "Edit map"
1184
- msgstr "编辑"
1185
-
1186
- #: build/index_mappress_admin.js:1
1187
- msgid ""
1188
- "Like the block? Upgrade to the free plugin or MapPress Pro for more "
1189
- "features!"
1190
- msgstr ""
1191
-
1192
- #: build/index_mappress_admin.js:1
1193
- #, fuzzy
1194
- msgid "MapPress Pro"
1195
- msgstr "MapPress帮帮我"
1196
-
1197
- #: build/index_mappress_admin.js:1
1198
- msgid "Free plugin"
1199
- msgstr ""
1200
-
1201
- #: build/index_mappress_admin.js:1
1202
- #, fuzzy
1203
- #| msgid "MapPress options screen."
1204
- msgid "MapPress options"
1205
- msgstr "MapPress Options画面"
1206
-
1207
- #: build/index_mappress_admin.js:1
1208
- #, fuzzy
1209
- msgid "Map settings"
1210
- msgstr "保存设定"
1211
-
1212
- #: build/index_mappress_admin.js:1
1213
- #, fuzzy
1214
- msgid "MapPress Map"
1215
- msgstr "MapPress帮帮我"
1216
-
1217
- #: build/index_mappress_admin.js:1
1218
- msgid "Create a new map or choose one from the map library."
1219
- msgstr ""
1220
-
1221
- #: build/index_mappress_admin.js:1
1222
- #, fuzzy
1223
- msgid "Insert a map"
1224
- msgstr "将地图加入文章中"
1225
-
1226
- #: build/index_mappress_admin.js:1
1227
- msgid "Query"
1228
- msgstr ""
1229
-
1230
- #: build/index_mappress_admin.js:1
1231
- msgid "Refresh map"
1232
- msgstr ""
1233
-
1234
- #: build/index_mappress_admin.js:1
1235
- msgid "Author"
1236
- msgstr ""
1237
-
1238
- #: build/index_mappress_admin.js:1
1239
- msgid "Order by"
1240
- msgstr ""
1241
-
1242
- #: build/index_mappress_admin.js:1
1243
- msgid "Include children"
1244
- msgstr ""
1245
-
1246
- #: build/index_mappress_admin.js:1
1247
- #, fuzzy
1248
- msgid "Add custom field"
1249
- msgstr "自定义栏位"
1250
-
1251
- #: build/index_mappress_admin.js:1
1252
- msgid "Field name"
1253
- msgstr ""
1254
-
1255
- #: build/index_mappress_admin.js:1
1256
- msgid "The field \"%s\" has already been added"
1257
- msgstr ""
1258
-
1259
- #: build/index_mappress_admin.js:1
1260
- #, fuzzy
1261
- #| msgid "Please enter an address"
1262
- msgid "Please enter a field name"
1263
- msgstr "请输入地址"
1264
-
1265
- #: build/index_mappress_admin.js:1
1266
- msgid "Value (a or a,b,c...)"
1267
- msgstr ""
1268
-
1269
- #: build/index_mappress_admin.js:1
1270
- msgid "Invalid JSON"
1271
- msgstr ""
1272
-
1273
- #: build/index_mappress_admin.js:1
1274
- msgid "Update"
1275
- msgstr ""
1276
-
1277
- #: build/index_mappress_admin.js:1
1278
- #, fuzzy
1279
- msgid "Query code"
1280
- msgstr "请输入国码"
1281
-
1282
- #: build/index_mappress_admin.js:1
1283
- #, fuzzy
1284
- msgid "MapPress Mashup"
1285
- msgstr "MapPress帮帮我"
1286
-
1287
- #: build/index_mappress_admin.js:1
1288
- msgid "Insert a mashup"
1289
- msgstr ""
1290
-
1291
- #: build/index_mappress_admin.js:1
1292
- msgid "Options saved."
1293
- msgstr ""
1294
-
1295
- #: build/index_mappress_admin.js:1
1296
- msgid "Mapping Engine"
1297
- msgstr ""
1298
-
1299
- #: build/index_mappress_admin.js:1
1300
- msgid "Save options"
1301
- msgstr ""
1302
-
1303
- #: build/index_mappress_admin.js:1
1304
- #, fuzzy
1305
- msgid "Map copied"
1306
- msgstr "地图内定值"
1307
-
1308
- #: build/index_mappress_admin.js:1
1309
- #, fuzzy
1310
- #| msgid "shortcodes"
1311
- msgid "Shortcode copied"
1312
- msgstr "缩码"
1313
-
1314
- #: build/index_mappress_admin.js:1
1315
- msgid "post title, map title, or map id"
1316
- msgstr ""
1317
-
1318
- #: build/index_mappress_admin.js:1
1319
- msgid "current post"
1320
- msgstr ""
1321
-
1322
- #: build/index_mappress_admin.js:1
1323
- #, fuzzy
1324
- #| msgid "Edit"
1325
- msgid "Edit post"
1326
- msgstr "编辑"
1327
-
1328
- #: build/index_mappress_admin.js:1
1329
- msgid "Copy"
1330
- msgstr ""
1331
-
1332
- #: build/index_mappress_admin.js:1
1333
- #, fuzzy
1334
- #| msgid "shortcodes"
1335
- msgid "Shortcode"
1336
- msgstr "缩码"
1337
-
1338
- #: build/index_mappress_admin.js:1
1339
- #, fuzzy
1340
- #| msgid "Delete"
1341
- msgid "Delete map"
1342
- msgstr "刪除"
1343
-
1344
- #: build/index_mappress_admin.js:1
1345
- msgid "Viewport saved"
1346
- msgstr ""
1347
-
1348
- #: build/index_mappress_admin.js:1
1349
- msgid "px, %, vw"
1350
- msgstr ""
1351
-
1352
- #: build/index_mappress_admin.js:1
1353
- #, fuzzy
1354
- #| msgid "Width "
1355
- msgid "Width"
1356
- msgstr "宽度"
1357
-
1358
- #: build/index_mappress_admin.js:1
1359
- msgid "px, %, vh"
1360
- msgstr ""
1361
-
1362
- #: build/index_mappress_admin.js:1
1363
- #, fuzzy
1364
- msgid "Height"
1365
- msgstr "高度"
1366
-
1367
- #: build/index_mappress_admin.js:1
1368
- msgid "Center/Zoom"
1369
- msgstr ""
1370
-
1371
  #: package.json
1372
  msgctxt "block description"
1373
  msgid "MapPress Maps for WordPress"
@@ -1386,8 +1229,9 @@ msgstr ""
1386
  #~ msgstr "缺少起始或终点地址."
1387
 
1388
  #~ msgid ""
1389
- #~ "Google cannot return directions between those addresses. There is no "
1390
- #~ "route between them or the routing information is not available."
 
1391
  #~ msgstr "Google无法提供地址间之所需路线(地址间无道路或是路程资料不存在)."
1392
 
1393
  #~ msgid "Unknown error, unable to return directions. Status code = "
@@ -1416,20 +1260,23 @@ msgstr ""
1416
  #~ msgstr "取得路线"
1417
 
1418
  #~ msgid ""
1419
- #~ "MapPress has changed with this version. You must re-enter your maps. "
1420
- #~ "Please see the note on the %1$sMapPress options screen%2$s"
 
1421
  #~ msgstr "MapPress已有新版本,请重新输入你的地图.详情请阅读MapPress选项页面."
1422
 
1423
  #~ msgid "Google error: BAD REQUEST"
1424
  #~ msgstr "Google 错误:不正确请求."
1425
 
1426
  #~ msgid ""
1427
- #~ "The starting or ending address could not be found. Please check that the "
1428
- #~ "address is correct and completely entered."
 
1429
  #~ msgstr "找不到起始或终点地址.请重新确认正确地址."
1430
 
1431
  #~ msgid ""
1432
- #~ "Google cannot return those directions for legal or contractual reasons"
 
1433
  #~ msgstr "基于法令或合约因素,Google无法提供相关资讯."
1434
 
1435
  #~ msgid "Invalid map API key"
@@ -1439,7 +1286,8 @@ msgstr ""
1439
  #~ msgstr "你的查询次数已超过Google的当日限制."
1440
 
1441
  #~ msgid ""
1442
- #~ "Error: your browser does not seem to support the street view Flash player"
 
1443
  #~ msgstr "错误:你的浏览器并不支持街景图的Flash player."
1444
 
1445
  #~ msgid "Sorry, no street view data is available for this location"
@@ -1458,11 +1306,13 @@ msgstr ""
1458
  #~ msgstr "请输入你的API键.若无API键,请向Google申请."
1459
 
1460
  #~ msgid ""
1461
- #~ "MapPress could not load google maps. Either your browser is incompatible "
1462
- #~ "or your API key is invalid. Need an API key? Get one "
 
1463
  #~ msgstr ""
1464
- #~ "MapPress无法下载Google地图.可能是你的浏览器不相容或是API键不正确.若无API"
1465
- #~ "键,请向Google申请."
 
1466
 
1467
  #~ msgid "here"
1468
  #~ msgstr "这里"
@@ -1471,7 +1321,8 @@ msgstr ""
1471
  #~ msgstr "此地址已存在地图上"
1472
 
1473
  #~ msgid ""
1474
- #~ "MapPress isn't ready yet. Please enter your Google Maps API Key on the "
 
1475
  #~ msgstr "MapPress还未准备好,请重新输入你的Google地图API键在"
1476
 
1477
  #~ msgid "(leave blank for default)"
@@ -1502,11 +1353,13 @@ msgstr ""
1502
  #~ msgstr "高级设置"
1503
 
1504
  #~ msgid ""
1505
- #~ "Enter a country code to use as a default when searching for an address."
 
1506
  #~ msgstr "搜寻地址时请输入内定国码"
1507
 
1508
  #~ msgid ""
1509
- #~ "Check to show large map controls; uncheck for a small zoom control instead"
 
1510
  #~ msgstr "打勾以显示大地图控制,不打勾则使用小变焦控制"
1511
 
1512
  #~ msgid "Check to enable the \"map types\" button on the map"
@@ -1519,7 +1372,8 @@ msgstr ""
1519
  #~ msgstr "当地图刚显示时,请选择欲使用的地图类型"
1520
 
1521
  #~ msgid ""
1522
- #~ "Check to show the \"GoogleBar\" search box for local business listings."
 
1523
  #~ msgstr "寻找当地店家目录请打勾以显示\"GoogleBar\"搜寻工具箱"
1524
 
1525
  #~ msgid "Disable MapPress link"
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: MapPress\n"
4
+ "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mappress-google-maps-for-wordpress\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: 2020-12-15T18:23:01+00:00\n"
11
+ "PO-Revision-Date: 2020-12-15 11:20-0800\n"
12
+ "Language: zh_CN\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: .\n"
15
  "X-Poedit-SourceCharset: utf-8\n"
36
  msgid "https://www.mappresspro.com/chris-contact"
37
  msgstr ""
38
 
39
+ #: mappress.php:171
40
+ #: mappress.php:701
41
+ #: build/index_mappress_admin.js:1
42
  #, fuzzy
43
  msgid "Settings"
44
  msgstr "保存设定"
45
 
46
+ #: mappress.php:172
47
+ #: build/index_mappress_admin.js:1
48
  msgid "Map Library"
49
  msgstr ""
50
 
51
  #: mappress.php:183
52
+ msgid "MapPress database tables are missing. Please deactivate the plugin and activate it again to fix this."
 
 
53
  msgstr ""
54
 
55
  #: mappress.php:188
56
  #, fuzzy
 
57
  msgid "A Google Maps API key is required"
58
  msgstr "Google地图API键"
59
 
63
 
64
  #: mappress.php:188
65
  #, fuzzy
 
66
  msgid "MapPress Settings"
67
  msgstr "MapPress 选项"
68
 
83
  msgstr ""
84
 
85
  #: mappress.php:285
86
+ msgid "If you're enjoying MapPress, would you mind taking a moment to write a brief review? It would mean the world to me!"
 
 
87
  msgstr ""
88
 
89
  #: mappress.php:286
90
+ msgid "If you have any issues or suggestions, please let me know. I'll be happy to help!"
 
 
91
  msgstr ""
92
 
93
+ #: mappress.php:402
94
+ #: mappress.php:931
95
  #, fuzzy
 
96
  msgid "Version"
97
  msgstr " Version: "
98
 
99
+ #: mappress.php:404
100
+ #: build/index_mappress_admin.js:1
101
  msgid "Help"
102
  msgstr ""
103
 
111
  msgstr ""
112
 
113
  #: mappress.php:477
114
+ msgid "MapPress Gutenberg blocks require WordPress 5.3 or the latest Gutenberg Plugin. Please update if using the block editor."
 
 
115
  msgstr ""
116
 
117
  #: mappress.php:481
127
  msgstr ""
128
 
129
  #: mappress.php:488
130
+ msgid "Use this button to open the new popup editor where you can easily create, edit and insert maps."
 
 
131
  msgstr ""
132
 
133
  #: mappress.php:534
158
  msgid "Unable to get your location"
159
  msgstr ""
160
 
161
+ #: mappress.php:541
162
+ #: build/index_mappress_admin.js:1
163
  msgid "No results"
164
  msgstr ""
165
 
166
  #: mappress.php:542
167
  #, fuzzy
 
168
  msgid "Save changes?"
169
  msgstr "保存变更"
170
 
176
  msgid "Improve this map"
177
  msgstr ""
178
 
179
+ #: mappress.php:588
180
+ #: mappress.php:607
181
  #, fuzzy
182
  msgid "Streets"
183
  msgstr "街景图"
203
  msgid "Satellite Streets"
204
  msgstr ""
205
 
206
+ #: mappress_controls.php:93
207
+ #: templates_admin/widgets.php:42
208
  #: build/index_mappress_admin.js:1
209
  #, fuzzy
210
  msgid "Add"
211
  msgstr "地址"
212
 
213
+ #: mappress_controls.php:102
214
+ #: templates_admin/editor.php:47
215
+ #: templates_admin/mce.php:100
216
+ #: templates_admin/widgets.php:94
217
  #: build/index_mappress_admin.js:1
218
  msgid "Delete"
219
  msgstr "刪除"
220
 
221
+ #: mappress_map.php:85
222
+ #: mappress_settings.php:321
223
  #, fuzzy
224
  msgid "MapPress"
225
  msgstr "MapPress帮帮我"
226
 
227
+ #: mappress_map.php:94
228
+ #: templates_admin/mce.php:30
229
+ #: templates_admin/mce.php:80
230
+ #: templates_admin/mce.php:86
231
+ #: build/index_mappress_admin.js:1
232
  msgid "Untitled"
233
  msgstr ""
234
 
253
  msgid "Mapping API"
254
  msgstr ""
255
 
256
+ #: mappress_settings.php:92
257
+ #: build/index_mappress_admin.js:1
258
  #, fuzzy
 
259
  msgid "Google API key"
260
  msgstr "Google地图API键"
261
 
285
  msgid "Map alignment"
286
  msgstr "地图高度"
287
 
288
+ #: mappress_settings.php:105
289
+ #: templates/map-popup.php:3
290
  #: templates/mashup-popup.php:6
291
  #, fuzzy
292
  msgid "Directions"
302
  msgid "Default zoom"
303
  msgstr "地图内定值"
304
 
305
+ #: mappress_settings.php:110
306
+ #: mappress_settings.php:238
307
  #, fuzzy
308
  msgid "Open first POI"
309
  msgstr "最初的标志"
364
  msgid "Compatiblity"
365
  msgstr ""
366
 
367
+ #: mappress_settings.php:175
368
+ #: mappress_settings.php:244
369
+ #: pro/mappress_pro_settings.php:234
370
+ #: templates_admin/widgets.php:78
371
  #: build/index_mappress_admin.js:1
372
  #, fuzzy
373
  msgid "Default"
398
  msgid "Bottom of post"
399
  msgstr ""
400
 
401
+ #: mappress_settings.php:199
402
+ #: mappress_settings.php:243
403
  msgid "(list)"
404
  msgstr ""
405
 
411
  msgid "Prevent other plugins/themes from loading the Google Maps API"
412
  msgstr ""
413
 
414
+ #: mappress_settings.php:212
415
+ #: mappress_settings.php:221
416
+ #: pro/mappress_pro_settings.php:232
417
+ #: build/index_mappress_admin.js:1
418
  #, fuzzy
419
  msgid "Google"
420
  msgstr "GoogleBar"
423
  msgid "Inline"
424
  msgstr ""
425
 
426
+ #: mappress_settings.php:221
427
+ #: build/index_mappress_admin.js:1
428
  msgid "Leaflet"
429
  msgstr ""
430
 
431
  #: mappress_settings.php:223
432
+ msgid "Leaflet is free and requires no API key. Google requires an API key and has strict usage limits."
 
 
433
  msgstr ""
434
 
435
+ #: mappress_settings.php:229
436
+ #: mappress_settings.php:232
437
  msgid "Output scripts in footer"
438
  msgstr ""
439
 
453
  msgid "Enter token to use Mapbox map tiles"
454
  msgstr ""
455
 
456
+ #: mappress_settings.php:257
457
+ #: mappress_settings.php:262
458
  #, fuzzy
459
  msgid "Map type control"
460
  msgstr "地图类型按钮"
464
  msgid "Street view control"
465
  msgstr "街景图"
466
 
467
+ #: mappress_settings.php:259
468
+ #: mappress_settings.php:263
469
  #, fuzzy
 
470
  msgid "Zoom control"
471
  msgstr "大图控制"
472
 
476
 
477
  #: mappress_settings.php:291
478
  #, fuzzy
 
479
  msgid "Easy Google Maps"
480
  msgstr "Google地图API键"
481
 
496
  msgid "Copy maps when overwriting a translation"
497
  msgstr ""
498
 
499
+ #: mappress_settings.php:326
500
+ #: mappress_settings.php:334
501
  msgid "Save Changes"
502
  msgstr "保存变更"
503
 
504
+ #: mappress_settings.php:327
505
+ #: mappress_settings.php:335
506
  #, fuzzy
507
  msgid "Reset Defaults"
508
  msgstr "地图内定值"
509
 
510
  #: mappress_template.php:34
511
  #, fuzzy
 
512
  msgid "Address"
513
  msgstr "加入地址"
514
 
515
+ #: mappress_template.php:35
516
+ #: pro/mappress_pro_settings.php:338
517
  msgid "Body"
518
  msgstr ""
519
 
520
+ #: mappress_template.php:36
521
+ #: pro/mappress_pro_settings.php:174
522
  #: pro/mappress_pro_settings.php:338
523
  msgid "Icon"
524
  msgstr ""
527
  msgid "Thumbnail"
528
  msgstr ""
529
 
530
+ #: mappress_template.php:38
531
+ #: pro/mappress_pro_settings.php:338
532
  msgid "Title"
533
  msgstr ""
534
 
536
  msgid "Url"
537
  msgstr ""
538
 
539
+ #: mappress_template.php:40
540
+ #: pro/mappress_filter.php:120
541
  #: pro/mappress_pro_settings.php:343
542
  #, fuzzy
543
  msgid "Custom Field"
544
  msgstr "自定义栏位"
545
 
546
+ #: pro/mappress_filter.php:84
547
+ #: pro/mappress_filter.php:133
548
+ #: pro/mappress_pro_settings.php:167
549
+ #: build/index_mappress_admin.js:1
550
  msgid "Post type"
551
  msgstr ""
552
 
563
  msgid "Invalid geocoder: %s"
564
  msgstr ""
565
 
566
+ #: pro/mappress_geocoder.php:59
567
+ #: pro/mappress_geocoder.php:110
568
+ #: pro/mappress_geocoder.php:147
569
+ #: pro/mappress_geocoder.php:192
570
  msgid "No results for address: %s"
571
  msgstr ""
572
 
594
  msgid "Files error: "
595
  msgstr ""
596
 
597
+ #: pro/mappress_meta.php:109
598
+ #: build/index_mappress_admin.js:1
599
  msgid "Automatic"
600
  msgstr ""
601
 
606
 
607
  #: pro/mappress_pro_settings.php:17
608
  #, fuzzy
 
609
  msgid "Beta versions"
610
  msgstr " Version: "
611
 
623
 
624
  #: pro/mappress_pro_settings.php:25
625
  #, fuzzy
 
626
  msgid "Mini width"
627
  msgstr "地图宽度"
628
 
641
 
642
  #: pro/mappress_pro_settings.php:32
643
  #, fuzzy
 
644
  msgid "Default icon"
645
  msgstr "内定地图图案"
646
 
661
  msgid "Automatic icons"
662
  msgstr ""
663
 
664
+ #: pro/mappress_pro_settings.php:38
665
+ #: templates/map.php:51
666
+ #: templates_admin/mce.php:13
667
+ #: build/index_mappress_admin.js:1
668
  msgid "Search"
669
  msgstr ""
670
 
671
+ #: pro/mappress_pro_settings.php:40
672
+ #: templates/map.php:58
673
  msgid "Filter"
674
  msgstr ""
675
 
693
  msgid "Thumbnail size"
694
  msgstr ""
695
 
696
+ #: pro/mappress_pro_settings.php:48
697
+ #: pro/mappress_pro_settings.php:50
698
  msgid "Styled maps"
699
  msgstr ""
700
 
717
 
718
  #: pro/mappress_pro_settings.php:59
719
  #, fuzzy
 
720
  msgid "Google Server API key"
721
  msgstr "Google地图API键"
722
 
725
  msgid "Custom templates"
726
  msgstr "自定义栏位"
727
 
728
+ #: pro/mappress_pro_settings.php:62
729
+ #: pro/mappress_pro_settings.php:227
730
  msgid "Force resize"
731
  msgstr ""
732
 
786
  msgid "MapBox"
787
  msgstr ""
788
 
789
+ #: pro/mappress_pro_settings.php:246
790
+ #: templates_admin/widgets.php:68
791
  msgid "Edit"
792
  msgstr "编辑"
793
 
824
  msgid "Check now"
825
  msgstr ""
826
 
827
+ #: pro/mappress_pro_settings.php:299
828
+ #: pro/mappress_updater.php:116
829
  #, fuzzy
 
830
  msgid "Communication error, please try again later"
831
  msgstr "Google内部错误.请稍后再试."
832
 
875
  msgid "Longitude"
876
  msgstr ""
877
 
878
+ #: pro/mappress_pro_settings.php:338
879
+ #: build/index_mappress_admin.js:1
880
  msgid "Zoom"
881
  msgstr ""
882
 
917
  msgid "Enter JSON from %s"
918
  msgstr ""
919
 
920
+ #: pro/mappress_pro_settings.php:397
921
+ #: pro/mappress_pro_settings.php:413
922
  msgid "Style name"
923
  msgstr ""
924
 
950
  msgid "JSON error"
951
  msgstr ""
952
 
953
+ #: pro/mappress_widget.php:69
954
+ #: pro/mappress_widget_map.php:56
955
  msgid "Widget title"
956
  msgstr ""
957
 
958
+ #: pro/mappress_widget.php:74
959
+ #: pro/mappress_widget_map.php:66
960
  msgid "Map size"
961
  msgstr ""
962
 
984
  msgid "Learn about queries"
985
  msgstr ""
986
 
987
+ #: pro/mappress_widget.php:94
988
+ #: pro/mappress_widget_map.php:74
989
  msgid "Show POI list"
990
  msgstr ""
991
 
992
+ #: pro/mappress_widget.php:101
993
+ #: pro/mappress_widget_map.php:81
994
  #, fuzzy
995
  msgid "Other Settings"
996
  msgstr "保存设定"
997
 
998
+ #: pro/mappress_widget.php:104
999
+ #: pro/mappress_widget_map.php:84
1000
  msgid "Example: initialopeninfo=\"true\""
1001
  msgstr ""
1002
 
1003
+ #: pro/mappress_widget_map.php:61
1004
+ #: templates_admin/mce.php:49
1005
+ #: templates_admin/mce.php:69
1006
+ #: build/index_mappress_admin.js:1
1007
  msgid "Map ID"
1008
  msgstr ""
1009
 
1075
  msgid "Add Media"
1076
  msgstr ""
1077
 
1078
+ #: templates_admin/editor.php:45
1079
+ #: templates_admin/mce.php:55
1080
+ #: templates_admin/widgets.php:91
1081
+ #: build/index_mappress_admin.js:1
1082
  msgid "Save"
1083
  msgstr "保存"
1084
 
1085
+ #: templates_admin/editor.php:46
1086
+ #: templates_admin/mce.php:56
1087
+ #: templates_admin/widgets.php:92
1088
+ #: build/index_mappress_admin.js:1
1089
  msgid "Cancel"
1090
  msgstr "取消"
1091
 
1092
+ #: templates_admin/mce.php:6
1093
+ #: build/index_mappress_admin.js:1
1094
  msgid "Select a map"
1095
  msgstr ""
1096
 
1097
+ #: templates_admin/mce.php:7
1098
+ #: build/index_mappress_admin.js:1
1099
  msgid "Add New"
1100
  msgstr ""
1101
 
1103
  msgid "post title"
1104
  msgstr ""
1105
 
1106
+ #: templates_admin/mce.php:18
1107
+ #: build/index_mappress_admin.js:1
1108
  msgid "Attached to this post"
1109
  msgstr ""
1110
 
1111
+ #: templates_admin/mce.php:19
1112
+ #: build/index_mappress_admin.js:1
1113
  msgid "All maps"
1114
  msgstr ""
1115
 
1117
  msgid "Close"
1118
  msgstr ""
1119
 
1120
+ #: templates_admin/mce.php:35
1121
+ #: build/index_mappress_admin.js:1
1122
  msgid "Size"
1123
  msgstr ""
1124
 
1126
  msgid "Save center / zoom"
1127
  msgstr ""
1128
 
1129
+ #: templates_admin/mce.php:68
1130
+ #: build/index_mappress_admin.js:1
1131
  #, fuzzy
1132
  msgid "Map title"
1133
  msgstr "地图类型按钮"
1134
 
1135
+ #: templates_admin/mce.php:71
1136
+ #: build/index_mappress_admin.js:1
1137
  msgid "Attached to"
1138
  msgstr ""
1139
 
1140
+ #: templates_admin/mce.php:73
1141
+ #: build/index_mappress_admin.js:1
1142
  #, fuzzy
1143
  msgid "Action"
1144
  msgstr "标签"
1147
  msgid "Current post"
1148
  msgstr ""
1149
 
1150
+ #: templates_admin/mce.php:92
1151
+ #: build/index_mappress_admin.js:1
1152
  msgid "Unattached"
1153
  msgstr ""
1154
 
1157
  msgid "Insert into post"
1158
  msgstr "将地图加入文章中"
1159
 
1160
+ #: templates_admin/mce.php:107
1161
+ #: build/index_mappress_admin.js:1
1162
  msgid "No maps found"
1163
  msgstr ""
1164
 
1177
 
1178
  #: templates_admin/widgets.php:59
1179
  #, fuzzy
 
1180
  msgid "Use default icon"
1181
  msgstr "内定地图图案"
1182
 
1200
  msgid "New"
1201
  msgstr ""
1202
 
1203
+ #: templates_admin/widgets.php:74
1204
+ #: build/index_mappress_admin.js:1
1205
  #, fuzzy
1206
  msgid "Custom"
1207
  msgstr "自定义栏位"
1208
 
1209
  #: templates_admin/widgets.php:77
1210
  #, fuzzy
 
1211
  msgid "Editor"
1212
  msgstr "编辑"
1213
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1214
  #: package.json
1215
  msgctxt "block description"
1216
  msgid "MapPress Maps for WordPress"
1229
  #~ msgstr "缺少起始或终点地址."
1230
 
1231
  #~ msgid ""
1232
+ "\n"
1233
+ "cannot return directions between those addresses. There is no \"\n"
1234
+ "between them or the routing information is not available.\""
1235
  #~ msgstr "Google无法提供地址间之所需路线(地址间无道路或是路程资料不存在)."
1236
 
1237
  #~ msgid "Unknown error, unable to return directions. Status code = "
1260
  #~ msgstr "取得路线"
1261
 
1262
  #~ msgid ""
1263
+ "\n"
1264
+ "has changed with this version. You must re-enter your maps. \"\n"
1265
+ "see the note on the %1$sMapPress options screen%2$s\""
1266
  #~ msgstr "MapPress已有新版本,请重新输入你的地图.详情请阅读MapPress选项页面."
1267
 
1268
  #~ msgid "Google error: BAD REQUEST"
1269
  #~ msgstr "Google 错误:不正确请求."
1270
 
1271
  #~ msgid ""
1272
+ "\n"
1273
+ "starting or ending address could not be found. Please check that the \"\n"
1274
+ "is correct and completely entered.\""
1275
  #~ msgstr "找不到起始或终点地址.请重新确认正确地址."
1276
 
1277
  #~ msgid ""
1278
+ "\n"
1279
+ "cannot return those directions for legal or contractual reasons\""
1280
  #~ msgstr "基于法令或合约因素,Google无法提供相关资讯."
1281
 
1282
  #~ msgid "Invalid map API key"
1286
  #~ msgstr "你的查询次数已超过Google的当日限制."
1287
 
1288
  #~ msgid ""
1289
+ "\n"
1290
+ "your browser does not seem to support the street view Flash player\""
1291
  #~ msgstr "错误:你的浏览器并不支持街景图的Flash player."
1292
 
1293
  #~ msgid "Sorry, no street view data is available for this location"
1306
  #~ msgstr "请输入你的API键.若无API键,请向Google申请."
1307
 
1308
  #~ msgid ""
1309
+ "\n"
1310
+ "could not load google maps. Either your browser is incompatible \"\n"
1311
+ "your API key is invalid. Need an API key? Get one \""
1312
  #~ msgstr ""
1313
+ "\n"
1314
+ "\n"
1315
+ ""
1316
 
1317
  #~ msgid "here"
1318
  #~ msgstr "这里"
1321
  #~ msgstr "此地址已存在地图上"
1322
 
1323
  #~ msgid ""
1324
+ "\n"
1325
+ "isn't ready yet. Please enter your Google Maps API Key on the \""
1326
  #~ msgstr "MapPress还未准备好,请重新输入你的Google地图API键在"
1327
 
1328
  #~ msgid "(leave blank for default)"
1353
  #~ msgstr "高级设置"
1354
 
1355
  #~ msgid ""
1356
+ "\n"
1357
+ "a country code to use as a default when searching for an address.\""
1358
  #~ msgstr "搜寻地址时请输入内定国码"
1359
 
1360
  #~ msgid ""
1361
+ "\n"
1362
+ "to show large map controls; uncheck for a small zoom control instead\""
1363
  #~ msgstr "打勾以显示大地图控制,不打勾则使用小变焦控制"
1364
 
1365
  #~ msgid "Check to enable the \"map types\" button on the map"
1372
  #~ msgstr "当地图刚显示时,请选择欲使用的地图类型"
1373
 
1374
  #~ msgid ""
1375
+ "\n"
1376
+ "to show the \"GoogleBar\" search box for local business listings.\""
1377
  #~ msgstr "寻找当地店家目录请打勾以显示\"GoogleBar\"搜寻工具箱"
1378
 
1379
  #~ msgid "Disable MapPress link"
languages/mappress-google-maps-for-wordpress-zh_TW-4cfebd0e75a430fc3eb311e0637a25c6.json ADDED
@@ -0,0 +1 @@
 
1
+ {"translation-revision-date":"2020-12-15 11:21-0800","generator":"WP-CLI\/2.4.0","source":"build\/index_mappress_admin.js","domain":"messages","locale_data":{"messages":{"":{"domain":"messages","lang":"zh_TW","plural-forms":"nplurals=2; plural=(n != 1);"},"Settings":["\u5132\u5b58\u8a2d\u5b9a"],"Map Library":[""],"Help":[""],"No results":[""],"Add":["\u5730\u5740"],"Delete":["\u522a\u9664"],"Untitled":[""],"Google API key":["Google\u5730\u5716API\u9375"],"Default":["\u5730\u5716\u5167\u5b9a\u503c"],"Google":["GoogleBar"],"Leaflet":[""],"Post type":[""],"Automatic":[""],"Search":[""],"Zoom":[""],"Map ID":[""],"Save":["\u5132\u5b58"],"Cancel":["\u53d6\u6d88"],"Select a map":[""],"Add New":[""],"Attached to this post":[""],"All maps":[""],"Size":[""],"Map title":["\u5730\u5716\u985e\u578b\u6309\u9215"],"Attached to":[""],"Action":["\u6a19\u7c64"],"Unattached":[""],"No maps found":[""],"Custom":["\u5ba2\u88fd\u6b04\u4f4d"],"New map":[""],"Edit map":["\u7de8\u8f2f"],"Like the block? Upgrade to the free plugin or MapPress Pro for more features!":[""],"MapPress Pro":["MapPress\u5e6b\u5e6b\u6211"],"Free plugin":[""],"MapPress options":["MapPress Options\u756b\u9762"],"Map settings":["\u5132\u5b58\u8a2d\u5b9a"],"MapPress Map":["MapPress\u5e6b\u5e6b\u6211"],"Create a new map or choose one from the map library.":[""],"Insert a map":["\u5c07\u5730\u5716\u52a0\u5165\u6587\u7ae0\u4e2d"],"Query":[""],"Refresh map":[""],"Author":[""],"Order by":[""],"Include children":[""],"Add custom field":["\u5ba2\u88fd\u6b04\u4f4d"],"Field name":[""],"The field \"%s\" has already been added":[""],"Please enter a field name":["\u8acb\u8f38\u5165\u5730\u5740"],"Value (a or a,b,c...)":[""],"Invalid JSON":[""],"Update":[""],"Query code":["\u8acb\u8f38\u5165\u570b\u78bc"],"MapPress Mashup":["MapPress\u5e6b\u5e6b\u6211"],"Insert a mashup":[""],"Options saved.":[""],"Mapping Engine":[""],"Save options":[""],"Map copied":["\u5730\u5716\u5167\u5b9a\u503c"],"Shortcode copied":["\u7e2e\u78bc"],"post title, map title, or map id":[""],"current post":[""],"Edit post":["\u7de8\u8f2f"],"Copy":[""],"Shortcode":["\u7e2e\u78bc"],"Delete map":["\u522a\u9664"],"Viewport saved":[""],"px, %, vw":[""],"Width":["\u5bec\u5ea6"],"px, %, vh":[""],"Height":["\u9ad8\u5ea6"],"Center\/Zoom":[""]}}}
languages/mappress-google-maps-for-wordpress-zh_TW.po CHANGED
@@ -1,18 +1,15 @@
1
- # MAPPRESS
2
- #
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: \n"
6
- "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mappress-google-"
7
- "maps-for-wordpress\n"
8
- "POT-Creation-Date: 2020-12-15T18:23:01+00:00\n"
9
- "PO-Revision-Date: 2020-12-15 11:21-0800\n"
10
  "Last-Translator: Plugin Author <donotreply@gmail.com>\n"
11
  "Language-Team: \n"
12
- "Language: zh_TW\n"
13
  "MIME-Version: 1.0\n"
14
  "Content-Type: text/plain; charset=UTF-8\n"
15
  "Content-Transfer-Encoding: 8bit\n"
 
 
 
16
  "X-Generator: Poedit 2.4.2\n"
17
 
18
  #. Plugin Name of the plugin
@@ -35,24 +32,24 @@ msgstr ""
35
  msgid "https://www.mappresspro.com/chris-contact"
36
  msgstr ""
37
 
38
- #: mappress.php:171 mappress.php:701 build/index_mappress_admin.js:1
 
 
39
  #, fuzzy
40
  msgid "Settings"
41
  msgstr "儲存設定"
42
 
43
- #: mappress.php:172 build/index_mappress_admin.js:1
 
44
  msgid "Map Library"
45
  msgstr ""
46
 
47
  #: mappress.php:183
48
- msgid ""
49
- "MapPress database tables are missing. Please deactivate the plugin and "
50
- "activate it again to fix this."
51
  msgstr ""
52
 
53
  #: mappress.php:188
54
  #, fuzzy
55
- #| msgid "Google Maps API Key"
56
  msgid "A Google Maps API key is required"
57
  msgstr "Google地圖API鍵"
58
 
@@ -62,7 +59,6 @@ msgstr ""
62
 
63
  #: mappress.php:188
64
  #, fuzzy
65
- #| msgid "MapPress Options"
66
  msgid "MapPress Settings"
67
  msgstr "MapPress 選項畫面"
68
 
@@ -83,24 +79,21 @@ msgid "Please Help Spread the Word"
83
  msgstr ""
84
 
85
  #: mappress.php:285
86
- msgid ""
87
- "If you're enjoying MapPress, would you mind taking a moment to write a brief "
88
- "review? It would mean the world to me!"
89
  msgstr ""
90
 
91
  #: mappress.php:286
92
- msgid ""
93
- "If you have any issues or suggestions, please let me know. I'll be happy to "
94
- "help!"
95
  msgstr ""
96
 
97
- #: mappress.php:402 mappress.php:931
 
98
  #, fuzzy
99
- #| msgid " Version: "
100
  msgid "Version"
101
  msgstr " Version: "
102
 
103
- #: mappress.php:404 build/index_mappress_admin.js:1
 
104
  msgid "Help"
105
  msgstr ""
106
 
@@ -114,9 +107,7 @@ msgid "Please enter your MapPress license key to enable plugin updates"
114
  msgstr ""
115
 
116
  #: mappress.php:477
117
- msgid ""
118
- "MapPress Gutenberg blocks require WordPress 5.3 or the latest Gutenberg "
119
- "Plugin. Please update if using the block editor."
120
  msgstr ""
121
 
122
  #: mappress.php:481
@@ -132,9 +123,7 @@ msgid "The MapPress map editor has moved!"
132
  msgstr ""
133
 
134
  #: mappress.php:488
135
- msgid ""
136
- "Use this button to open the new popup editor where you can easily create, "
137
- "edit and insert maps."
138
  msgstr ""
139
 
140
  #: mappress.php:534
@@ -165,13 +154,13 @@ msgstr ""
165
  msgid "Unable to get your location"
166
  msgstr ""
167
 
168
- #: mappress.php:541 build/index_mappress_admin.js:1
 
169
  msgid "No results"
170
  msgstr ""
171
 
172
  #: mappress.php:542
173
  #, fuzzy
174
- #| msgid "Save Changes"
175
  msgid "Save changes?"
176
  msgstr "儲存改變"
177
 
@@ -183,7 +172,8 @@ msgstr ""
183
  msgid "Improve this map"
184
  msgstr ""
185
 
186
- #: mappress.php:588 mappress.php:607
 
187
  #, fuzzy
188
  msgid "Streets"
189
  msgstr "街道觀"
@@ -209,25 +199,32 @@ msgstr ""
209
  msgid "Satellite Streets"
210
  msgstr ""
211
 
212
- #: mappress_controls.php:93 templates_admin/widgets.php:42
 
213
  #: build/index_mappress_admin.js:1
214
  #, fuzzy
215
  msgid "Add"
216
  msgstr "地址"
217
 
218
- #: mappress_controls.php:102 templates_admin/editor.php:47
219
- #: templates_admin/mce.php:100 templates_admin/widgets.php:94
 
 
220
  #: build/index_mappress_admin.js:1
221
  msgid "Delete"
222
  msgstr "刪除"
223
 
224
- #: mappress_map.php:85 mappress_settings.php:321
 
225
  #, fuzzy
226
  msgid "MapPress"
227
  msgstr "MapPress幫幫我"
228
 
229
- #: mappress_map.php:94 templates_admin/mce.php:30 templates_admin/mce.php:80
230
- #: templates_admin/mce.php:86 build/index_mappress_admin.js:1
 
 
 
231
  msgid "Untitled"
232
  msgstr ""
233
 
@@ -252,9 +249,9 @@ msgstr "儲存設定"
252
  msgid "Mapping API"
253
  msgstr ""
254
 
255
- #: mappress_settings.php:92 build/index_mappress_admin.js:1
 
256
  #, fuzzy
257
- #| msgid "Google Maps API Key"
258
  msgid "Google API key"
259
  msgstr "Google地圖API鍵"
260
 
@@ -284,7 +281,8 @@ msgstr ""
284
  msgid "Map alignment"
285
  msgstr "地圖高度"
286
 
287
- #: mappress_settings.php:105 templates/map-popup.php:3
 
288
  #: templates/mashup-popup.php:6
289
  #, fuzzy
290
  msgid "Directions"
@@ -300,7 +298,8 @@ msgstr "儲存設定"
300
  msgid "Default zoom"
301
  msgstr "地圖內定值"
302
 
303
- #: mappress_settings.php:110 mappress_settings.php:238
 
304
  #, fuzzy
305
  msgid "Open first POI"
306
  msgstr "最初的標誌"
@@ -361,8 +360,10 @@ msgstr ""
361
  msgid "Compatiblity"
362
  msgstr ""
363
 
364
- #: mappress_settings.php:175 mappress_settings.php:244
365
- #: pro/mappress_pro_settings.php:234 templates_admin/widgets.php:78
 
 
366
  #: build/index_mappress_admin.js:1
367
  #, fuzzy
368
  msgid "Default"
@@ -393,7 +394,8 @@ msgstr ""
393
  msgid "Bottom of post"
394
  msgstr ""
395
 
396
- #: mappress_settings.php:199 mappress_settings.php:243
 
397
  msgid "(list)"
398
  msgstr ""
399
 
@@ -405,8 +407,10 @@ msgstr "國碼查詢"
405
  msgid "Prevent other plugins/themes from loading the Google Maps API"
406
  msgstr ""
407
 
408
- #: mappress_settings.php:212 mappress_settings.php:221
409
- #: pro/mappress_pro_settings.php:232 build/index_mappress_admin.js:1
 
 
410
  #, fuzzy
411
  msgid "Google"
412
  msgstr "GoogleBar"
@@ -415,17 +419,17 @@ msgstr "GoogleBar"
415
  msgid "Inline"
416
  msgstr ""
417
 
418
- #: mappress_settings.php:221 build/index_mappress_admin.js:1
 
419
  msgid "Leaflet"
420
  msgstr ""
421
 
422
  #: mappress_settings.php:223
423
- msgid ""
424
- "Leaflet is free and requires no API key. Google requires an API key and has "
425
- "strict usage limits."
426
  msgstr ""
427
 
428
- #: mappress_settings.php:229 mappress_settings.php:232
 
429
  msgid "Output scripts in footer"
430
  msgstr ""
431
 
@@ -445,7 +449,8 @@ msgstr ""
445
  msgid "Enter token to use Mapbox map tiles"
446
  msgstr ""
447
 
448
- #: mappress_settings.php:257 mappress_settings.php:262
 
449
  #, fuzzy
450
  msgid "Map type control"
451
  msgstr "地圖類型按鈕"
@@ -455,9 +460,9 @@ msgstr "地圖類型按鈕"
455
  msgid "Street view control"
456
  msgstr "街道觀"
457
 
458
- #: mappress_settings.php:259 mappress_settings.php:263
 
459
  #, fuzzy
460
- #| msgid "Big map controls"
461
  msgid "Zoom control"
462
  msgstr "大圖控制"
463
 
@@ -467,7 +472,6 @@ msgstr ""
467
 
468
  #: mappress_settings.php:291
469
  #, fuzzy
470
- #| msgid "Google Maps API Key"
471
  msgid "Easy Google Maps"
472
  msgstr "Google地圖API鍵"
473
 
@@ -488,26 +492,29 @@ msgstr "地圖內定值"
488
  msgid "Copy maps when overwriting a translation"
489
  msgstr ""
490
 
491
- #: mappress_settings.php:326 mappress_settings.php:334
 
492
  msgid "Save Changes"
493
  msgstr "儲存改變"
494
 
495
- #: mappress_settings.php:327 mappress_settings.php:335
 
496
  #, fuzzy
497
  msgid "Reset Defaults"
498
  msgstr "地圖內定值"
499
 
500
  #: mappress_template.php:34
501
  #, fuzzy
502
- #| msgid "Add address"
503
  msgid "Address"
504
  msgstr "加入地址"
505
 
506
- #: mappress_template.php:35 pro/mappress_pro_settings.php:338
 
507
  msgid "Body"
508
  msgstr ""
509
 
510
- #: mappress_template.php:36 pro/mappress_pro_settings.php:174
 
511
  #: pro/mappress_pro_settings.php:338
512
  msgid "Icon"
513
  msgstr ""
@@ -516,7 +523,8 @@ msgstr ""
516
  msgid "Thumbnail"
517
  msgstr ""
518
 
519
- #: mappress_template.php:38 pro/mappress_pro_settings.php:338
 
520
  msgid "Title"
521
  msgstr ""
522
 
@@ -524,14 +532,17 @@ msgstr ""
524
  msgid "Url"
525
  msgstr ""
526
 
527
- #: mappress_template.php:40 pro/mappress_filter.php:120
 
528
  #: pro/mappress_pro_settings.php:343
529
  #, fuzzy
530
  msgid "Custom Field"
531
  msgstr "客製欄位"
532
 
533
- #: pro/mappress_filter.php:84 pro/mappress_filter.php:133
534
- #: pro/mappress_pro_settings.php:167 build/index_mappress_admin.js:1
 
 
535
  msgid "Post type"
536
  msgstr ""
537
 
@@ -548,8 +559,10 @@ msgstr "客製欄位"
548
  msgid "Invalid geocoder: %s"
549
  msgstr ""
550
 
551
- #: pro/mappress_geocoder.php:59 pro/mappress_geocoder.php:110
552
- #: pro/mappress_geocoder.php:147 pro/mappress_geocoder.php:192
 
 
553
  msgid "No results for address: %s"
554
  msgstr ""
555
 
@@ -577,7 +590,8 @@ msgstr ""
577
  msgid "Files error: "
578
  msgstr ""
579
 
580
- #: pro/mappress_meta.php:109 build/index_mappress_admin.js:1
 
581
  msgid "Automatic"
582
  msgstr ""
583
 
@@ -588,7 +602,6 @@ msgstr "MapPress幫幫我"
588
 
589
  #: pro/mappress_pro_settings.php:17
590
  #, fuzzy
591
- #| msgid " Version: "
592
  msgid "Beta versions"
593
  msgstr " Version: "
594
 
@@ -606,7 +619,6 @@ msgstr ""
606
 
607
  #: pro/mappress_pro_settings.php:25
608
  #, fuzzy
609
- #| msgid "Map width"
610
  msgid "Mini width"
611
  msgstr "地圖寬度"
612
 
@@ -625,7 +637,6 @@ msgstr "地圖類型按鈕"
625
 
626
  #: pro/mappress_pro_settings.php:32
627
  #, fuzzy
628
- #| msgid "Default map icon: "
629
  msgid "Default icon"
630
  msgstr "內定地圖圖案"
631
 
@@ -646,12 +657,15 @@ msgstr ""
646
  msgid "Automatic icons"
647
  msgstr ""
648
 
649
- #: pro/mappress_pro_settings.php:38 templates/map.php:51
650
- #: templates_admin/mce.php:13 build/index_mappress_admin.js:1
 
 
651
  msgid "Search"
652
  msgstr ""
653
 
654
- #: pro/mappress_pro_settings.php:40 templates/map.php:58
 
655
  msgid "Filter"
656
  msgstr ""
657
 
@@ -675,7 +689,8 @@ msgstr ""
675
  msgid "Thumbnail size"
676
  msgstr ""
677
 
678
- #: pro/mappress_pro_settings.php:48 pro/mappress_pro_settings.php:50
 
679
  msgid "Styled maps"
680
  msgstr ""
681
 
@@ -698,7 +713,6 @@ msgstr ""
698
 
699
  #: pro/mappress_pro_settings.php:59
700
  #, fuzzy
701
- #| msgid "Google Maps API Key"
702
  msgid "Google Server API key"
703
  msgstr "Google地圖API鍵"
704
 
@@ -707,7 +721,8 @@ msgstr "Google地圖API鍵"
707
  msgid "Custom templates"
708
  msgstr "客製欄位"
709
 
710
- #: pro/mappress_pro_settings.php:62 pro/mappress_pro_settings.php:227
 
711
  msgid "Force resize"
712
  msgstr ""
713
 
@@ -767,7 +782,8 @@ msgstr ""
767
  msgid "MapBox"
768
  msgstr ""
769
 
770
- #: pro/mappress_pro_settings.php:246 templates_admin/widgets.php:68
 
771
  msgid "Edit"
772
  msgstr "編輯"
773
 
@@ -804,9 +820,9 @@ msgstr ""
804
  msgid "Check now"
805
  msgstr ""
806
 
807
- #: pro/mappress_pro_settings.php:299 pro/mappress_updater.php:116
 
808
  #, fuzzy
809
- #| msgid "Google internal error. Try again later."
810
  msgid "Communication error, please try again later"
811
  msgstr "Google內部錯誤.請稍後再試."
812
 
@@ -855,7 +871,8 @@ msgstr ""
855
  msgid "Longitude"
856
  msgstr ""
857
 
858
- #: pro/mappress_pro_settings.php:338 build/index_mappress_admin.js:1
 
859
  msgid "Zoom"
860
  msgstr ""
861
 
@@ -896,7 +913,8 @@ msgstr ""
896
  msgid "Enter JSON from %s"
897
  msgstr ""
898
 
899
- #: pro/mappress_pro_settings.php:397 pro/mappress_pro_settings.php:413
 
900
  msgid "Style name"
901
  msgstr ""
902
 
@@ -928,11 +946,13 @@ msgstr ""
928
  msgid "JSON error"
929
  msgstr ""
930
 
931
- #: pro/mappress_widget.php:69 pro/mappress_widget_map.php:56
 
932
  msgid "Widget title"
933
  msgstr ""
934
 
935
- #: pro/mappress_widget.php:74 pro/mappress_widget_map.php:66
 
936
  msgid "Map size"
937
  msgstr ""
938
 
@@ -960,21 +980,26 @@ msgstr ""
960
  msgid "Learn about queries"
961
  msgstr ""
962
 
963
- #: pro/mappress_widget.php:94 pro/mappress_widget_map.php:74
 
964
  msgid "Show POI list"
965
  msgstr ""
966
 
967
- #: pro/mappress_widget.php:101 pro/mappress_widget_map.php:81
 
968
  #, fuzzy
969
  msgid "Other Settings"
970
  msgstr "儲存設定"
971
 
972
- #: pro/mappress_widget.php:104 pro/mappress_widget_map.php:84
 
973
  msgid "Example: initialopeninfo=\"true\""
974
  msgstr ""
975
 
976
- #: pro/mappress_widget_map.php:61 templates_admin/mce.php:49
977
- #: templates_admin/mce.php:69 build/index_mappress_admin.js:1
 
 
978
  msgid "Map ID"
979
  msgstr ""
980
 
@@ -1046,21 +1071,27 @@ msgstr ""
1046
  msgid "Add Media"
1047
  msgstr ""
1048
 
1049
- #: templates_admin/editor.php:45 templates_admin/mce.php:55
1050
- #: templates_admin/widgets.php:91 build/index_mappress_admin.js:1
 
 
1051
  msgid "Save"
1052
  msgstr "儲存"
1053
 
1054
- #: templates_admin/editor.php:46 templates_admin/mce.php:56
1055
- #: templates_admin/widgets.php:92 build/index_mappress_admin.js:1
 
 
1056
  msgid "Cancel"
1057
  msgstr "取消"
1058
 
1059
- #: templates_admin/mce.php:6 build/index_mappress_admin.js:1
 
1060
  msgid "Select a map"
1061
  msgstr ""
1062
 
1063
- #: templates_admin/mce.php:7 build/index_mappress_admin.js:1
 
1064
  msgid "Add New"
1065
  msgstr ""
1066
 
@@ -1068,11 +1099,13 @@ msgstr ""
1068
  msgid "post title"
1069
  msgstr ""
1070
 
1071
- #: templates_admin/mce.php:18 build/index_mappress_admin.js:1
 
1072
  msgid "Attached to this post"
1073
  msgstr ""
1074
 
1075
- #: templates_admin/mce.php:19 build/index_mappress_admin.js:1
 
1076
  msgid "All maps"
1077
  msgstr ""
1078
 
@@ -1080,7 +1113,8 @@ msgstr ""
1080
  msgid "Close"
1081
  msgstr ""
1082
 
1083
- #: templates_admin/mce.php:35 build/index_mappress_admin.js:1
 
1084
  msgid "Size"
1085
  msgstr ""
1086
 
@@ -1088,16 +1122,19 @@ msgstr ""
1088
  msgid "Save center / zoom"
1089
  msgstr ""
1090
 
1091
- #: templates_admin/mce.php:68 build/index_mappress_admin.js:1
 
1092
  #, fuzzy
1093
  msgid "Map title"
1094
  msgstr "地圖類型按鈕"
1095
 
1096
- #: templates
 
 
1
  msgid ""
2
  msgstr ""
3
  "Project-Id-Version: \n"
4
+ "Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mappress-google-maps-for-wordpress\n"
 
 
 
5
  "Last-Translator: Plugin Author <donotreply@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: 2020-12-15T18:23:01+00:00\n"
11
+ "PO-Revision-Date: 2020-12-15 11:21-0800\n"
12
+ "Language: zh_TW\n"
13
  "X-Generator: Poedit 2.4.2\n"
14
 
15
  #. Plugin Name of the plugin
32
  msgid "https://www.mappresspro.com/chris-contact"
33
  msgstr ""
34
 
35
+ #: mappress.php:171
36
+ #: mappress.php:701
37
+ #: build/index_mappress_admin.js:1
38
  #, fuzzy
39
  msgid "Settings"
40
  msgstr "儲存設定"
41
 
42
+ #: mappress.php:172
43
+ #: build/index_mappress_admin.js:1
44
  msgid "Map Library"
45
  msgstr ""
46
 
47
  #: mappress.php:183
48
+ msgid "MapPress database tables are missing. Please deactivate the plugin and activate it again to fix this."
 
 
49
  msgstr ""
50
 
51
  #: mappress.php:188
52
  #, fuzzy
 
53
  msgid "A Google Maps API key is required"
54
  msgstr "Google地圖API鍵"
55
 
59
 
60
  #: mappress.php:188
61
  #, fuzzy
 
62
  msgid "MapPress Settings"
63
  msgstr "MapPress 選項畫面"
64
 
79
  msgstr ""
80
 
81
  #: mappress.php:285
82
+ msgid "If you're enjoying MapPress, would you mind taking a moment to write a brief review? It would mean the world to me!"
 
 
83
  msgstr ""
84
 
85
  #: mappress.php:286
86
+ msgid "If you have any issues or suggestions, please let me know. I'll be happy to help!"
 
 
87
  msgstr ""
88
 
89
+ #: mappress.php:402
90
+ #: mappress.php:931
91
  #, fuzzy
 
92
  msgid "Version"
93
  msgstr " Version: "
94
 
95
+ #: mappress.php:404
96
+ #: build/index_mappress_admin.js:1
97
  msgid "Help"
98
  msgstr ""
99
 
107
  msgstr ""
108
 
109
  #: mappress.php:477
110
+ msgid "MapPress Gutenberg blocks require WordPress 5.3 or the latest Gutenberg Plugin. Please update if using the block editor."
 
 
111
  msgstr ""
112
 
113
  #: mappress.php:481
123
  msgstr ""
124
 
125
  #: mappress.php:488
126
+ msgid "Use this button to open the new popup editor where you can easily create, edit and insert maps."
 
 
127
  msgstr ""
128
 
129
  #: mappress.php:534
154
  msgid "Unable to get your location"
155
  msgstr ""
156
 
157
+ #: mappress.php:541
158
+ #: build/index_mappress_admin.js:1
159
  msgid "No results"
160
  msgstr ""
161
 
162
  #: mappress.php:542
163
  #, fuzzy
 
164
  msgid "Save changes?"
165
  msgstr "儲存改變"
166
 
172
  msgid "Improve this map"
173
  msgstr ""
174
 
175
+ #: mappress.php:588
176
+ #: mappress.php:607
177
  #, fuzzy
178
  msgid "Streets"
179
  msgstr "街道觀"
199
  msgid "Satellite Streets"
200
  msgstr ""
201
 
202
+ #: mappress_controls.php:93
203
+ #: templates_admin/widgets.php:42
204
  #: build/index_mappress_admin.js:1
205
  #, fuzzy
206
  msgid "Add"
207
  msgstr "地址"
208
 
209
+ #: mappress_controls.php:102
210
+ #: templates_admin/editor.php:47
211
+ #: templates_admin/mce.php:100
212
+ #: templates_admin/widgets.php:94
213
  #: build/index_mappress_admin.js:1
214
  msgid "Delete"
215
  msgstr "刪除"
216
 
217
+ #: mappress_map.php:85
218
+ #: mappress_settings.php:321
219
  #, fuzzy
220
  msgid "MapPress"
221
  msgstr "MapPress幫幫我"
222
 
223
+ #: mappress_map.php:94
224
+ #: templates_admin/mce.php:30
225
+ #: templates_admin/mce.php:80
226
+ #: templates_admin/mce.php:86
227
+ #: build/index_mappress_admin.js:1
228
  msgid "Untitled"
229
  msgstr ""
230
 
249
  msgid "Mapping API"
250
  msgstr ""
251
 
252
+ #: mappress_settings.php:92
253
+ #: build/index_mappress_admin.js:1
254
  #, fuzzy
 
255
  msgid "Google API key"
256
  msgstr "Google地圖API鍵"
257
 
281
  msgid "Map alignment"
282
  msgstr "地圖高度"
283
 
284
+ #: mappress_settings.php:105
285
+ #: templates/map-popup.php:3
286
  #: templates/mashup-popup.php:6
287
  #, fuzzy
288
  msgid "Directions"
298
  msgid "Default zoom"
299
  msgstr "地圖內定值"
300
 
301
+ #: mappress_settings.php:110
302
+ #: mappress_settings.php:238
303
  #, fuzzy
304
  msgid "Open first POI"
305
  msgstr "最初的標誌"
360
  msgid "Compatiblity"
361
  msgstr ""
362
 
363
+ #: mappress_settings.php:175
364
+ #: mappress_settings.php:244
365
+ #: pro/mappress_pro_settings.php:234
366
+ #: templates_admin/widgets.php:78
367
  #: build/index_mappress_admin.js:1
368
  #, fuzzy
369
  msgid "Default"
394
  msgid "Bottom of post"
395
  msgstr ""
396
 
397
+ #: mappress_settings.php:199
398
+ #: mappress_settings.php:243
399
  msgid "(list)"
400
  msgstr ""
401
 
407
  msgid "Prevent other plugins/themes from loading the Google Maps API"
408
  msgstr ""
409
 
410
+ #: mappress_settings.php:212
411
+ #: mappress_settings.php:221
412
+ #: pro/mappress_pro_settings.php:232
413
+ #: build/index_mappress_admin.js:1
414
  #, fuzzy
415
  msgid "Google"
416
  msgstr "GoogleBar"
419
  msgid "Inline"
420
  msgstr ""
421
 
422
+ #: mappress_settings.php:221
423
+ #: build/index_mappress_admin.js:1
424
  msgid "Leaflet"
425
  msgstr ""
426
 
427
  #: mappress_settings.php:223
428
+ msgid "Leaflet is free and requires no API key. Google requires an API key and has strict usage limits."
 
 
429
  msgstr ""
430
 
431
+ #: mappress_settings.php:229
432
+ #: mappress_settings.php:232
433
  msgid "Output scripts in footer"
434
  msgstr ""
435
 
449
  msgid "Enter token to use Mapbox map tiles"
450
  msgstr ""
451
 
452
+ #: mappress_settings.php:257
453
+ #: mappress_settings.php:262
454
  #, fuzzy
455
  msgid "Map type control"
456
  msgstr "地圖類型按鈕"
460
  msgid "Street view control"
461
  msgstr "街道觀"
462
 
463
+ #: mappress_settings.php:259
464
+ #: mappress_settings.php:263
465
  #, fuzzy
 
466
  msgid "Zoom control"
467
  msgstr "大圖控制"
468
 
472
 
473
  #: mappress_settings.php:291
474
  #, fuzzy
 
475
  msgid "Easy Google Maps"
476
  msgstr "Google地圖API鍵"
477
 
492
  msgid "Copy maps when overwriting a translation"
493
  msgstr ""
494
 
495
+ #: mappress_settings.php:326
496
+ #: mappress_settings.php:334
497
  msgid "Save Changes"
498
  msgstr "儲存改變"
499
 
500
+ #: mappress_settings.php:327
501
+ #: mappress_settings.php:335
502
  #, fuzzy
503
  msgid "Reset Defaults"
504
  msgstr "地圖內定值"
505
 
506
  #: mappress_template.php:34
507
  #, fuzzy
 
508
  msgid "Address"
509
  msgstr "加入地址"
510
 
511
+ #: mappress_template.php:35
512
+ #: pro/mappress_pro_settings.php:338
513
  msgid "Body"
514
  msgstr ""
515
 
516
+ #: mappress_template.php:36
517
+ #: pro/mappress_pro_settings.php:174
518
  #: pro/mappress_pro_settings.php:338
519
  msgid "Icon"
520
  msgstr ""
523
  msgid "Thumbnail"
524
  msgstr ""
525
 
526
+ #: mappress_template.php:38
527
+ #: pro/mappress_pro_settings.php:338
528
  msgid "Title"
529
  msgstr ""
530
 
532
  msgid "Url"
533
  msgstr ""
534
 
535
+ #: mappress_template.php:40
536
+ #: pro/mappress_filter.php:120
537
  #: pro/mappress_pro_settings.php:343
538
  #, fuzzy
539
  msgid "Custom Field"
540
  msgstr "客製欄位"
541
 
542
+ #: pro/mappress_filter.php:84
543
+ #: pro/mappress_filter.php:133
544
+ #: pro/mappress_pro_settings.php:167
545
+ #: build/index_mappress_admin.js:1
546
  msgid "Post type"
547
  msgstr ""
548
 
559
  msgid "Invalid geocoder: %s"
560
  msgstr ""
561
 
562
+ #: pro/mappress_geocoder.php:59
563
+ #: pro/mappress_geocoder.php:110
564
+ #: pro/mappress_geocoder.php:147
565
+ #: pro/mappress_geocoder.php:192
566
  msgid "No results for address: %s"
567
  msgstr ""
568
 
590
  msgid "Files error: "
591
  msgstr ""
592
 
593
+ #: pro/mappress_meta.php:109
594
+ #: build/index_mappress_admin.js:1
595
  msgid "Automatic"
596
  msgstr ""
597
 
602
 
603
  #: pro/mappress_pro_settings.php:17
604
  #, fuzzy
 
605
  msgid "Beta versions"
606
  msgstr " Version: "
607
 
619
 
620
  #: pro/mappress_pro_settings.php:25
621
  #, fuzzy
 
622
  msgid "Mini width"
623
  msgstr "地圖寬度"
624
 
637
 
638
  #: pro/mappress_pro_settings.php:32
639
  #, fuzzy
 
640
  msgid "Default icon"
641
  msgstr "內定地圖圖案"
642
 
657
  msgid "Automatic icons"
658
  msgstr ""
659
 
660
+ #: pro/mappress_pro_settings.php:38
661
+ #: templates/map.php:51
662
+ #: templates_admin/mce.php:13
663
+ #: build/index_mappress_admin.js:1
664
  msgid "Search"
665
  msgstr ""
666
 
667
+ #: pro/mappress_pro_settings.php:40
668
+ #: templates/map.php:58
669
  msgid "Filter"
670
  msgstr ""
671
 
689
  msgid "Thumbnail size"
690
  msgstr ""
691
 
692
+ #: pro/mappress_pro_settings.php:48
693
+ #: pro/mappress_pro_settings.php:50
694
  msgid "Styled maps"
695
  msgstr ""
696
 
713
 
714
  #: pro/mappress_pro_settings.php:59
715
  #, fuzzy
 
716
  msgid "Google Server API key"
717
  msgstr "Google地圖API鍵"
718
 
721
  msgid "Custom templates"
722
  msgstr "客製欄位"
723
 
724
+ #: pro/mappress_pro_settings.php:62
725
+ #: pro/mappress_pro_settings.php:227
726
  msgid "Force resize"
727
  msgstr ""
728
 
782
  msgid "MapBox"
783
  msgstr ""
784
 
785
+ #: pro/mappress_pro_settings.php:246
786
+ #: templates_admin/widgets.php:68
787
  msgid "Edit"
788
  msgstr "編輯"
789
 
820
  msgid "Check now"
821
  msgstr ""
822
 
823
+ #: pro/mappress_pro_settings.php:299
824
+ #: pro/mappress_updater.php:116
825
  #, fuzzy
 
826
  msgid "Communication error, please try again later"
827
  msgstr "Google內部錯誤.請稍後再試."
828
 
871
  msgid "Longitude"
872
  msgstr ""
873
 
874
+ #: pro/mappress_pro_settings.php:338
875
+ #: build/index_mappress_admin.js:1
876
  msgid "Zoom"
877
  msgstr ""
878
 
913
  msgid "Enter JSON from %s"
914
  msgstr ""
915
 
916
+ #: pro/mappress_pro_settings.php:397
917
+ #: pro/mappress_pro_settings.php:413
918
  msgid "Style name"
919
  msgstr ""
920
 
946
  msgid "JSON error"
947
  msgstr ""
948
 
949
+ #: pro/mappress_widget.php:69
950
+ #: pro/mappress_widget_map.php:56
951
  msgid "Widget title"
952
  msgstr ""
953
 
954
+ #: pro/mappress_widget.php:74
955
+ #: pro/mappress_widget_map.php:66
956
  msgid "Map size"
957
  msgstr ""
958
 
980
  msgid "Learn about queries"
981
  msgstr ""
982
 
983
+ #: pro/mappress_widget.php:94
984
+ #: pro/mappress_widget_map.php:74
985
  msgid "Show POI list"
986
  msgstr ""
987
 
988
+ #: pro/mappress_widget.php:101
989
+ #: pro/mappress_widget_map.php:81
990
  #, fuzzy
991
  msgid "Other Settings"
992
  msgstr "儲存設定"
993
 
994
+ #: pro/mappress_widget.php:104
995
+ #: pro/mappress_widget_map.php:84
996
  msgid "Example: initialopeninfo=\"true\""
997
  msgstr ""
998
 
999
+ #: pro/mappress_widget_map.php:61
1000
+ #: templates_admin/mce.php:49
1001
+ #: templates_admin/mce.php:69
1002
+ #: build/index_mappress_admin.js:1
1003
  msgid "Map ID"
1004
  msgstr ""
1005
 
1071
  msgid "Add Media"
1072
  msgstr ""
1073
 
1074
+ #: templates_admin/editor.php:45
1075
+ #: templates_admin/mce.php:55
1076
+ #: templates_admin/widgets.php:91
1077
+ #: build/index_mappress_admin.js:1
1078
  msgid "Save"
1079
  msgstr "儲存"
1080
 
1081
+ #: templates_admin/editor.php:46
1082
+ #: templates_admin/mce.php:56
1083
+ #: templates_admin/widgets.php:92
1084
+ #: build/index_mappress_admin.js:1
1085
  msgid "Cancel"
1086
  msgstr "取消"
1087
 
1088
+ #: templates_admin/mce.php:6
1089
+ #: build/index_mappress_admin.js:1
1090
  msgid "Select a map"
1091
  msgstr ""
1092
 
1093
+ #: templates_admin/mce.php:7
1094
+ #: build/index_mappress_admin.js:1
1095
  msgid "Add New"
1096
  msgstr ""
1097
 
1099
  msgid "post title"
1100
  msgstr ""
1101
 
1102
+ #: templates_admin/mce.php:18
1103
+ #: build/index_mappress_admin.js:1
1104
  msgid "Attached to this post"
1105
  msgstr ""
1106
 
1107
+ #: templates_admin/mce.php:19
1108
+ #: build/index_mappress_admin.js:1
1109
  msgid "All maps"
1110
  msgstr ""
1111
 
1113
  msgid "Close"
1114
  msgstr ""
1115
 
1116
+ #: templates_admin/mce.php:35
1117
+ #: build/index_mappress_admin.js:1
1118
  msgid "Size"
1119
  msgstr ""
1120
 
1122
  msgid "Save center / zoom"
1123
  msgstr ""
1124
 
1125
+ #: templates_admin/mce.php:68
1126
+ #: build/index_mappress_admin.js:1
1127
  #, fuzzy
1128
  msgid "Map title"
1129
  msgstr "地圖類型按鈕"
1130