Version Description
- Added: setting to display KML POIs in mashup maps
- Fixed: conflict with 2017 theme and Leaflet zoom buttons
- Fixed: maps output in Gutenberg REST requests when option to load scripts in header is selected
Download this release
Release Info
Developer | chrisvrichardson |
Plugin | MapPress Easy Google Maps |
Version | 2.52.5 |
Comparing to | |
See all releases |
Code changes from version 2.52.4 to 2.52.5
- css/mappress.css +4 -0
- js/mappress_editor.min.js +1 -1
- languages/mappress-google-maps-for-wordpress.pot +148 -140
- languages/texts.php +2 -0
- mappress.php +8 -3
- mappress_settings.php +1 -0
- readme.txt +7 -2
css/mappress.css
CHANGED
@@ -80,6 +80,10 @@
|
|
80 |
box-shadow: none !important; /* 2016, 2017 */
|
81 |
}
|
82 |
|
|
|
|
|
|
|
|
|
83 |
|
84 |
@media only screen and (min--moz-device-pixel-ratio: 2),
|
85 |
only screen and (-o-min-device-pixel-ratio: 2/1),
|
80 |
box-shadow: none !important; /* 2016, 2017 */
|
81 |
}
|
82 |
|
83 |
+
a.leaflet-control-zoom-in, .leaflet-control-zoom-out {
|
84 |
+
text-decoration: none !important;
|
85 |
+
}
|
86 |
+
|
87 |
|
88 |
@media only screen and (min--moz-device-pixel-ratio: 2),
|
89 |
only screen and (-o-min-device-pixel-ratio: 2/1),
|
js/mappress_editor.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
var mapp=window.mapp||{};+function(n){mapp.Media=function(){this.editor=null;this.map=null;this.settings=null;this.sel=n(".mapp-media");this.items=null;var t=this;this.initialize=function(){this.find();this.sel.on("change",".mapp-media-list-type",function(){var i=n(".mapp-media-list-type",this.sel).val();n(".mapp-media-search").val("");n(".mapp-media-search").toggle(i=="all");t.find()});this.sel.on("keydown",".mapp-media-search",function(n){if(n.which==13)return!1});this.sel.on("input",".mapp-media-search",function(){t.find()});this.settings={editable:!0,name:"mapp0"};this.sel.on("click","[data-mapp-media]",function(i){i.preventDefault();var r=n(this).attr("data-mapp-media");t[r]()});this.sel.on("click",".mapp-media-list .mapp-item",function(){n(".mapp-media-list .mapp-item",this.sel).removeClass("mapp-active");n(this).addClass("mapp-active")});this.sel.on("click",".mapp-media-list [data-mapp-media-list]",function(i){i.preventDefault();var r=n(this).attr("data-mapp-media-list"),u=n(this).closest(".mapp-item"),f=u.attr("data-mapp-mapid");return t[r](f),!1});this.sel.on("change",".mapp-media-viewport",function(){n(this).is(":checked")||(t.map.center=t.map.zoom=null,t.map.recenter())});n(".mapp-media-size").click(function(t){var i=n(this).data("width"),r=n(this).data("height");n(".mapp-media-width").val(i);n(".mapp-media-height").val(r);t.preventDefault()});n("#publish, #post-preview").click(function(){t.save()});n(".mapp-media-title").keydown(function(n){n.which==13&&(n.preventDefault(),t.save())})};this.add=function(){var n=new mapp.Map(this.settings);n.width=mappl10n.options.sizes[mappl10n.options.size].width;n.height=mappl10n.options.sizes[mappl10n.options.size].height;t.open(n)};this.cancel=function(){t.closeEditor()};this.closeEditor=function(){this.editor.close();this.map=null;this.editor=null;n(".mapp-media-edit-panel").hide();n(".mapp-media-list-panel").show()};this.edit=function(n){mapp.Map.ajaxGet(n,this.settings,function(n){t.open(n)})};this.find=function(){var t=this;this.items!==null?this.renderList():(n(".spinner",this.sel).css("visibility","visible"),mapp.lib.ajax({type:"GET",data:{action:"mapp_find"},callback:function(i){i.status=="OK"&&(n(".spinner",this.sel).css("visibility","hidden"),t.items=_.sortBy(i.data,"post_title"),t.renderList())}}))};this.insert=function(n){n=n?n:this.map.mapid;var t='[mappress mapid="'+n+'"]';send_to_editor(t)};this.open=function(t){this.map=t;n(".mapp-edit",this.sel).html(mapp.lib.template("edit-map"));var i=this.map.mapid;i?n(".mapp-media-mapid").text(i):n(".mapp-media-mapid").text("");n(".mapp-media-title").val(this.map.title);n(".mapp-media-width").val(this.map.width);n(".mapp-media-height").val(this.map.height);n(".mapp-media-viewport").prop("checked",!!(this.map.center&&this.map.zoom));n(".mapp-media-edit-panel").show();n(".mapp-media-list-panel").hide();this.editor=new mapp.Editor(this.map)};this.remove=function(n){if(confirm(mappl10n.delete_map_prompt)){var t=_.findIndex(this.items,{mapid:n});t>-1&&(this.items.splice(t,1),mapp.Map.ajaxDelete(n),this.renderList())}};this.renderList=function(){var t=null,i=400,r=null,u=n(".mapp-media-list-type",this.sel).val(),f=n(".mapp-media-search",this.sel).val().toLowerCase();t=u=="all"?_.filter(this.items,function(n){return n.post_title&&n.post_title.toLowerCase().indexOf(f)!=-1||n.map_title&&n.map_title.toLowerCase().indexOf(f)!=-1}):_.filter(this.items,function(n){return n.postid==mappl10n.options.postid});t.length>i?(r=mappl10n.more.replace("%d",i).replace("%d",t.length),t=t.slice(0,i)):r="";n(".mapp-media-list",this.sel).html(mapp.lib.template("media-list",{items:t,type:u,more:r}))};this.save=function(){var t=this;this.map&&(this.map.title=n.trim(n(".mapp-media-title").val()),this.map.width=n(".mapp-media-width").val(),this.map.height=n(".mapp-media-height").val(),n(".mapp-media-viewport").prop("checked")?(this.map.center=this.map.getMap().getCenter().toJSON(),this.map.zoom=this.map.getMap().getZoom()):(this.map.center=null,this.map.zoom=null),this.map.ajaxSave(function(){var i=t.map.mapid?t.map.mapid.toString():null,r=_.findIndex(t.items,function(n){return n.mapid==i});r==-1?t.items.unshift({mapid:i,map_title:t.map.title,postid:mappl10n.options.postid,post_title:n("#title").val()||n("#post-title-0").val()}):t.items[r].map_title=t.map.title;t.renderList();t.closeEditor()}))};this.initialize.apply(this)}}(jQuery);+function(n){mapp.Editor=function(t){this.drawingManager=null;this.map=t;this.poiEditor=null;this.sel=n(".mapp-edit");var i=this;this.initialize=function(){this.map.display();this.poiEditor=new mapp.PoiEditor(this.map);this.initDrawingManager();n(this.map.places).off("search.mapp");n(this.map.places).on("search.mapp",function(n,t){i.insertPoi(t)});this.sel.on("click","[data-mapp-editor]",function(t){t.preventDefault();var r=n(this).attr("data-mapp-editor");i[r]()})};this.close=function(){this.map.close()};this.insertPoi=function(n){var t;if(n)if(this.drawingManager&&this.drawingManager.setDrawingMode(null),this.map.close(),n.geometry){var i=n.formatted_address?n.formatted_address.replace(/, United States of America/i,"").replace(/, United States/i,"").replace(/, USA/i,""):null,r=n.name==i?"":i,t=new mapp.Poi({address:i,body:r,iconid:this.poiEditor.lastIcon,point:n.geometry.location,title:n.name,viewport:n.geometry.viewport?n.geometry.viewport:null});this.map.insertPoi(t);t.center()}else n.overlay&&(t=new mapp.Poi({body:"",iconid:n.type=="marker"?null:"poly",overlay:n.overlay,title:n.type=="marker"?n.overlay.getPosition().toUrlValue(6):mappl10n.shape,type:n.type=="marker"?null:n.type}),this.map.insertPoi(t))};this.initDrawingManager=function(){};this.layer=function(){var n=window.prompt(mappl10n.layer);n&&i.insertPoi(n)};this.initialize.apply(this)};mapp.PoiEditor=function(t){this.map=t;this.poi=null;this.sel=null;this.lastIcon=null;var i=this;this.initialize=function(){this.sel=n(this.map.iw.getContent());n(this.map).on("mapp.open",function(n,t){i.render(t)});n(this.map).on("mapp.close",function(){i.mce(!1)});this.sel.on("click","[data-mapp-poi]",function(t){t.preventDefault();var r=n(this).attr("data-mapp-poi");i[r]()});this.sel.on("click",".mapp-poi-visual, .mapp-poi-html",function(){var t=n(this).hasClass("mapp-poi-visual");i.mce(t)});this.sel.on("keydown",function(t){t.which==13&&t.target!=n("#mapp-poi-body")&&(t.preventDefault(),i.save())});this.sel.on("change","[data-mapp-iconpicker]",function(){i.poi.setIcon(n("[data-mapp-iconpicker]").attr("data-mapp-iconid"));i.lastIcon=i.poi.iconid;i.map.renderList()});this.sel.on("change","[data-mapp-colorpicker]",function(){i.poi.setTemplateColors(n("[data-mapp-colorpicker]").attr("data-mapp-color"),n("[data-mapp-colorpicker]").attr("data-mapp-opacity"),n("[data-mapp-colorpicker]").attr("data-mapp-weight"));i.map.renderList()})};this.cancel=function(){this.map.close()};this.initMCE=function(){var n,t,i;typeof tinyMCE!="undefined"&&typeof tinyMCE.init!="undefined"&&(n="en",typeof tinyMCEPreInit!="undefined"&&typeof window.tinyMCEPreInit.mceInit!="undefined"&&typeof window.tinyMCEPreInit.mceInit.content!="undefined"&&(t=window.tinyMCEPreInit.mceInit.content,n=typeof t.language!="undefined"?t.language:"en"),i={mode:"none",height:"75px",convert_urls:!1,language:n,menubar:!1,plugins:"wordpress,paste,wplink,textcolor,image",relative_urls:!1,remove_script_host:!1,statusbar:!1,theme:"modern",toolbar1:"bold,italic,link,unlink,image",toolbar2:"",toolbar3:"",toolbar4:""},tinyMCE.init(i),this.mce(!0))};this.mce=function(t){var r=t?"mceAddEditor":"mceRemoveEditor";typeof tinyMCE!="undefined"&&tinyMCE.execCommand(r,!1,"mapp-poi-body");n(".mapp-poi-visual, .mapp-poi-html",i.sel).removeClass("mapp-active");t?n(".mapp-poi-visual",i.sel).addClass("mapp-active"):n(".mapp-poi-html",i.sel).addClass("mapp-active")};this.remove=function(){confirm(mappl10n.delete_prompt)&&(this.map.close(),this.map.removePoi(this.poi))};this.render=function(t){this.poi=t;n("[data-mapp-iconpicker]").trigger("refresh");n("[data-mapp-colorpicker]").trigger("refresh");this.initMCE()};this.save=function(){typeof tinyMCE!="undefined"&&tinyMCE.get("mapp-poi-body")&&tinyMCE.get("mapp-poi-body").save();this.poi.title=n(".mapp-poi-title").val();this.poi.body=n(".mapp-poi-body").val();
|
1 |
+
var mapp=window.mapp||{};+function(n){mapp.Media=function(){this.editor=null;this.map=null;this.settings=null;this.sel=n(".mapp-media");this.items=null;var t=this;this.initialize=function(){this.find();this.sel.on("change",".mapp-media-list-type",function(){var i=n(".mapp-media-list-type",this.sel).val();n(".mapp-media-search").val("");n(".mapp-media-search").toggle(i=="all");t.find()});this.sel.on("keydown",".mapp-media-search",function(n){if(n.which==13)return!1});this.sel.on("input",".mapp-media-search",function(){t.find()});this.settings={editable:!0,name:"mapp0"};this.sel.on("click","[data-mapp-media]",function(i){i.preventDefault();var r=n(this).attr("data-mapp-media");t[r]()});this.sel.on("click",".mapp-media-list .mapp-item",function(){n(".mapp-media-list .mapp-item",this.sel).removeClass("mapp-active");n(this).addClass("mapp-active")});this.sel.on("click",".mapp-media-list [data-mapp-media-list]",function(i){i.preventDefault();var r=n(this).attr("data-mapp-media-list"),u=n(this).closest(".mapp-item"),f=u.attr("data-mapp-mapid");return t[r](f),!1});this.sel.on("change",".mapp-media-viewport",function(){n(this).is(":checked")||(t.map.center=t.map.zoom=null,t.map.recenter())});n(".mapp-media-size").click(function(t){var i=n(this).data("width"),r=n(this).data("height");n(".mapp-media-width").val(i);n(".mapp-media-height").val(r);t.preventDefault()});n("#publish, #post-preview").click(function(){t.save()});n(".mapp-media-title").keydown(function(n){n.which==13&&(n.preventDefault(),t.save())})};this.add=function(){var n=new mapp.Map(this.settings);n.width=mappl10n.options.sizes[mappl10n.options.size].width;n.height=mappl10n.options.sizes[mappl10n.options.size].height;t.open(n)};this.cancel=function(){t.closeEditor()};this.closeEditor=function(){this.editor.close();this.map=null;this.editor=null;n(".mapp-media-edit-panel").hide();n(".mapp-media-list-panel").show()};this.edit=function(n){mapp.Map.ajaxGet(n,this.settings,function(n){t.open(n)})};this.find=function(){var t=this;this.items!==null?this.renderList():(n(".spinner",this.sel).css("visibility","visible"),mapp.lib.ajax({type:"GET",data:{action:"mapp_find"},callback:function(i){i.status=="OK"&&(n(".spinner",this.sel).css("visibility","hidden"),t.items=_.sortBy(i.data,"post_title"),t.renderList())}}))};this.insert=function(n){n=n?n:this.map.mapid;var t='[mappress mapid="'+n+'"]';send_to_editor(t)};this.open=function(t){this.map=t;n(".mapp-edit",this.sel).html(mapp.lib.template("edit-map"));var i=this.map.mapid;i?n(".mapp-media-mapid").text(i):n(".mapp-media-mapid").text("");n(".mapp-media-title").val(this.map.title);n(".mapp-media-width").val(this.map.width);n(".mapp-media-height").val(this.map.height);n(".mapp-media-viewport").prop("checked",!!(this.map.center&&this.map.zoom));n(".mapp-media-edit-panel").show();n(".mapp-media-list-panel").hide();this.editor=new mapp.Editor(this.map)};this.remove=function(n){if(confirm(mappl10n.delete_map_prompt)){var t=_.findIndex(this.items,{mapid:n});t>-1&&(this.items.splice(t,1),mapp.Map.ajaxDelete(n),this.renderList())}};this.renderList=function(){var t=null,i=400,r=null,u=n(".mapp-media-list-type",this.sel).val(),f=n(".mapp-media-search",this.sel).val().toLowerCase();t=u=="all"?_.filter(this.items,function(n){return n.post_title&&n.post_title.toLowerCase().indexOf(f)!=-1||n.map_title&&n.map_title.toLowerCase().indexOf(f)!=-1}):_.filter(this.items,function(n){return n.postid==mappl10n.options.postid});t.length>i?(r=mappl10n.more.replace("%d",i).replace("%d",t.length),t=t.slice(0,i)):r="";n(".mapp-media-list",this.sel).html(mapp.lib.template("media-list",{items:t,type:u,more:r}))};this.save=function(){var t=this;this.map&&(this.map.title=n.trim(n(".mapp-media-title").val()),this.map.width=n(".mapp-media-width").val(),this.map.height=n(".mapp-media-height").val(),n(".mapp-media-viewport").prop("checked")?(this.map.center=this.map.getMap().getCenter().toJSON(),this.map.zoom=this.map.getMap().getZoom()):(this.map.center=null,this.map.zoom=null),this.map.ajaxSave(function(){var i=t.map.mapid?t.map.mapid.toString():null,r=_.findIndex(t.items,function(n){return n.mapid==i});r==-1?t.items.unshift({mapid:i,map_title:t.map.title,postid:mappl10n.options.postid,post_title:n("#title").val()||n("#post-title-0").val()}):t.items[r].map_title=t.map.title;t.renderList();t.closeEditor()}))};this.initialize.apply(this)}}(jQuery);+function(n){mapp.Editor=function(t){this.drawingManager=null;this.map=t;this.poiEditor=null;this.sel=n(".mapp-edit");var i=this;this.initialize=function(){this.map.display();this.poiEditor=new mapp.PoiEditor(this.map);this.initDrawingManager();n(this.map.places).off("search.mapp");n(this.map.places).on("search.mapp",function(n,t){i.insertPoi(t)});this.sel.on("click","[data-mapp-editor]",function(t){t.preventDefault();var r=n(this).attr("data-mapp-editor");i[r]()})};this.close=function(){this.map.close()};this.insertPoi=function(n){var t;if(n)if(this.drawingManager&&this.drawingManager.setDrawingMode(null),this.map.close(),n.geometry){var i=n.formatted_address?n.formatted_address.replace(/, United States of America/i,"").replace(/, United States/i,"").replace(/, USA/i,""):null,r=n.name==i?"":i,t=new mapp.Poi({address:i,body:r,iconid:this.poiEditor.lastIcon,point:n.geometry.location,title:n.name,viewport:n.geometry.viewport?n.geometry.viewport:null});this.map.insertPoi(t);t.center()}else n.overlay&&(t=new mapp.Poi({body:"",iconid:n.type=="marker"?null:"poly",overlay:n.overlay,title:n.type=="marker"?n.overlay.getPosition().toUrlValue(6):mappl10n.shape,type:n.type=="marker"?null:n.type}),this.map.insertPoi(t))};this.initDrawingManager=function(){};this.layer=function(){var n=window.prompt(mappl10n.layer);n&&i.insertPoi(n)};this.initialize.apply(this)};mapp.PoiEditor=function(t){this.map=t;this.poi=null;this.sel=null;this.lastIcon=null;var i=this;this.initialize=function(){this.sel=n(this.map.iw.getContent());n(this.map).on("mapp.open",function(n,t){i.render(t)});n(this.map).on("mapp.close",function(){i.mce(!1)});this.sel.on("click","[data-mapp-poi]",function(t){t.preventDefault();var r=n(this).attr("data-mapp-poi");i[r]()});this.sel.on("click",".mapp-poi-visual, .mapp-poi-html",function(){var t=n(this).hasClass("mapp-poi-visual");i.mce(t)});this.sel.on("keydown",function(t){t.which==13&&t.target!=n("#mapp-poi-body")&&(t.preventDefault(),i.save())});this.sel.on("change","[data-mapp-iconpicker]",function(){i.poi.setIcon(n("[data-mapp-iconpicker]").attr("data-mapp-iconid"));i.lastIcon=i.poi.iconid;i.map.renderList()});this.sel.on("change","[data-mapp-colorpicker]",function(){i.poi.setTemplateColors(n("[data-mapp-colorpicker]").attr("data-mapp-color"),n("[data-mapp-colorpicker]").attr("data-mapp-opacity"),n("[data-mapp-colorpicker]").attr("data-mapp-weight"));i.map.renderList()})};this.cancel=function(){this.map.close()};this.initMCE=function(){var n,t,i;typeof tinyMCE!="undefined"&&typeof tinyMCE.init!="undefined"&&(n="en",typeof tinyMCEPreInit!="undefined"&&typeof window.tinyMCEPreInit.mceInit!="undefined"&&typeof window.tinyMCEPreInit.mceInit.content!="undefined"&&(t=window.tinyMCEPreInit.mceInit.content,n=typeof t.language!="undefined"?t.language:"en"),i={mode:"none",height:"75px",convert_urls:!1,language:n,menubar:!1,plugins:"wordpress,paste,wplink,textcolor,image",relative_urls:!1,remove_script_host:!1,statusbar:!1,theme:"modern",toolbar1:"bold,italic,link,unlink,image",toolbar2:"",toolbar3:"",toolbar4:""},tinyMCE.init(i),this.mce(!0))};this.mce=function(t){var r=t?"mceAddEditor":"mceRemoveEditor";typeof tinyMCE!="undefined"&&tinyMCE.execCommand(r,!1,"mapp-poi-body");n(".mapp-poi-visual, .mapp-poi-html",i.sel).removeClass("mapp-active");t?n(".mapp-poi-visual",i.sel).addClass("mapp-active"):n(".mapp-poi-html",i.sel).addClass("mapp-active")};this.remove=function(){confirm(mappl10n.delete_prompt)&&(this.map.close(),this.map.removePoi(this.poi))};this.render=function(t){this.poi=t;n("[data-mapp-iconpicker]").trigger("refresh");n("[data-mapp-colorpicker]").trigger("refresh");this.initMCE()};this.save=function(){typeof tinyMCE!="undefined"&&tinyMCE.get("mapp-poi-body")&&tinyMCE.get("mapp-poi-body").save();this.poi.title=n(".mapp-poi-title").val();this.poi.body=n(".mapp-poi-body").val();this.map.renderList();this.map.close()};this.initialize.apply(this)}}(jQuery)
|
languages/mappress-google-maps-for-wordpress.pot
CHANGED
@@ -2,9 +2,9 @@
|
|
2 |
# This file is distributed under the same license as the MapPress Maps for WordPress package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: MapPress Maps for WordPress 2.52.
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mappress-google-maps-for-wordpress\n"
|
7 |
-
"POT-Creation-Date: 2019-
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -61,7 +61,7 @@ msgstr ""
|
|
61 |
msgid "Map Title"
|
62 |
msgstr ""
|
63 |
|
64 |
-
#: forms/media.php:27 forms/media.php:63 forms/media.php:67 mappress.php:
|
65 |
msgid "Untitled"
|
66 |
msgstr ""
|
67 |
|
@@ -97,7 +97,7 @@ msgstr ""
|
|
97 |
msgid "Editor"
|
98 |
msgstr ""
|
99 |
|
100 |
-
#: forms/settings.php:28 mappress_settings.php:
|
101 |
msgid "Default"
|
102 |
msgstr ""
|
103 |
|
@@ -121,7 +121,7 @@ msgstr ""
|
|
121 |
msgid "MapPress Settings"
|
122 |
msgstr ""
|
123 |
|
124 |
-
#: mappress.php:315 mappress.php:
|
125 |
msgid "Version"
|
126 |
msgstr ""
|
127 |
|
@@ -137,79 +137,79 @@ msgstr ""
|
|
137 |
msgid "Upgrade to MapPress Pro"
|
138 |
msgstr ""
|
139 |
|
140 |
-
#: mappress.php:
|
141 |
msgid "Are you sure you want to delete?"
|
142 |
msgstr ""
|
143 |
|
144 |
-
#: mappress.php:
|
145 |
msgid "Delete this map?"
|
146 |
msgstr ""
|
147 |
|
148 |
-
#: mappress.php:
|
149 |
msgid "Google cannot return directions between those addresses. There is no route between them or the routing information is not available."
|
150 |
msgstr ""
|
151 |
|
152 |
-
#: mappress.php:
|
153 |
msgid "Error reading KML file"
|
154 |
msgstr ""
|
155 |
|
156 |
-
#: mappress.php:
|
157 |
msgid "URL for KML file"
|
158 |
msgstr ""
|
159 |
|
160 |
-
#: mappress.php:
|
161 |
msgid "Loading"
|
162 |
msgstr ""
|
163 |
|
164 |
-
#: mappress.php:
|
165 |
msgid "%d of %d shown"
|
166 |
msgstr ""
|
167 |
|
168 |
-
#: mappress.php:
|
169 |
msgid "Unable to get your location"
|
170 |
msgstr ""
|
171 |
|
172 |
-
#: mappress.php:
|
173 |
msgid "No results"
|
174 |
msgstr ""
|
175 |
|
176 |
-
#: mappress.php:
|
177 |
msgid "Save changes?"
|
178 |
msgstr ""
|
179 |
|
180 |
-
#: mappress.php:
|
181 |
msgid "Shape"
|
182 |
msgstr ""
|
183 |
|
184 |
-
#: mappress.php:
|
185 |
msgid "Improve this map"
|
186 |
msgstr ""
|
187 |
|
188 |
-
#: mappress.php:
|
189 |
msgid "Streets"
|
190 |
msgstr ""
|
191 |
|
192 |
-
#: mappress.php:
|
193 |
msgid "Outdoors"
|
194 |
msgstr ""
|
195 |
|
196 |
-
#: mappress.php:
|
197 |
msgid "Light"
|
198 |
msgstr ""
|
199 |
|
200 |
-
#: mappress.php:
|
201 |
msgid "Dark"
|
202 |
msgstr ""
|
203 |
|
204 |
-
#: mappress.php:
|
205 |
msgid "Satellite"
|
206 |
msgstr ""
|
207 |
|
208 |
-
#: mappress.php:
|
209 |
msgid "Satellite Streets"
|
210 |
msgstr ""
|
211 |
|
212 |
-
#: mappress.php:
|
213 |
msgid "Settings"
|
214 |
msgstr ""
|
215 |
|
@@ -217,7 +217,7 @@ msgstr ""
|
|
217 |
msgid "Add"
|
218 |
msgstr ""
|
219 |
|
220 |
-
#: mappress_map.php:91 mappress_settings.php:
|
221 |
msgid "MapPress"
|
222 |
msgstr ""
|
223 |
|
@@ -241,212 +241,212 @@ msgstr ""
|
|
241 |
msgid "List"
|
242 |
msgstr ""
|
243 |
|
244 |
-
#: mappress_settings.php:
|
245 |
msgid "Sample Map"
|
246 |
msgstr ""
|
247 |
|
248 |
-
#: mappress_settings.php:
|
249 |
msgid "Basic Settings"
|
250 |
msgstr ""
|
251 |
|
252 |
-
#: mappress_settings.php:
|
253 |
msgid "Mapping Engine"
|
254 |
msgstr ""
|
255 |
|
256 |
-
#: mappress_settings.php:
|
257 |
msgid "Mapbox access token"
|
258 |
msgstr ""
|
259 |
|
260 |
-
#: mappress_settings.php:
|
261 |
msgid "Google API key"
|
262 |
msgstr ""
|
263 |
|
264 |
-
#: mappress_settings.php:
|
265 |
msgid "License"
|
266 |
msgstr ""
|
267 |
|
268 |
-
#: mappress_settings.php:
|
269 |
msgid "Map Settings"
|
270 |
msgstr ""
|
271 |
|
272 |
-
#: mappress_settings.php:
|
273 |
msgid "Post types"
|
274 |
msgstr ""
|
275 |
|
276 |
-
#: mappress_settings.php:
|
277 |
msgid "Automatic display"
|
278 |
msgstr ""
|
279 |
|
280 |
-
#: mappress_settings.php:
|
281 |
msgid "Map alignment"
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: mappress_settings.php:
|
285 |
#: templates/mashup-popup.php:6
|
286 |
msgid "Directions"
|
287 |
msgstr ""
|
288 |
|
289 |
-
#: mappress_settings.php:
|
290 |
msgid "POI Settings"
|
291 |
msgstr ""
|
292 |
|
293 |
-
#: mappress_settings.php:
|
294 |
msgid "Default zoom"
|
295 |
msgstr ""
|
296 |
|
297 |
-
#: mappress_settings.php:
|
298 |
msgid "Open first POI"
|
299 |
msgstr ""
|
300 |
|
301 |
-
#: mappress_settings.php:
|
302 |
msgid "Mashups"
|
303 |
msgstr ""
|
304 |
|
305 |
-
#: mappress_settings.php:
|
306 |
msgid "Icons"
|
307 |
msgstr ""
|
308 |
|
309 |
-
#: mappress_settings.php:
|
310 |
msgid "Styled Maps"
|
311 |
msgstr ""
|
312 |
|
313 |
-
#: mappress_settings.php:
|
314 |
msgid "Geocoding"
|
315 |
msgstr ""
|
316 |
|
317 |
-
#: mappress_settings.php:
|
318 |
msgid "Templates"
|
319 |
msgstr ""
|
320 |
|
321 |
-
#: mappress_settings.php:
|
322 |
msgid "Localization"
|
323 |
msgstr ""
|
324 |
|
325 |
-
#: mappress_settings.php:
|
326 |
msgid "Language"
|
327 |
msgstr ""
|
328 |
|
329 |
-
#: mappress_settings.php:
|
330 |
msgid "Country"
|
331 |
msgstr ""
|
332 |
|
333 |
-
#: mappress_settings.php:
|
334 |
msgid "Directions server"
|
335 |
msgstr ""
|
336 |
|
337 |
-
#: mappress_settings.php:
|
338 |
msgid "Miscellaneous"
|
339 |
msgstr ""
|
340 |
|
341 |
-
#: mappress_settings.php:
|
342 |
msgid "Compatiblity"
|
343 |
msgstr ""
|
344 |
|
345 |
-
#: mappress_settings.php:
|
346 |
msgid "Scripts"
|
347 |
msgstr ""
|
348 |
|
349 |
-
#: mappress_settings.php:
|
350 |
msgid "Map sizes"
|
351 |
msgstr ""
|
352 |
|
353 |
-
#: mappress_settings.php:
|
354 |
msgid "Center"
|
355 |
msgstr ""
|
356 |
|
357 |
-
#: mappress_settings.php:
|
358 |
msgid "Left"
|
359 |
msgstr ""
|
360 |
|
361 |
-
#: mappress_settings.php:
|
362 |
msgid "Right"
|
363 |
msgstr ""
|
364 |
|
365 |
-
#: mappress_settings.php:
|
366 |
msgid "Top of post"
|
367 |
msgstr ""
|
368 |
|
369 |
-
#: mappress_settings.php:
|
370 |
msgid "Bottom of post"
|
371 |
msgstr ""
|
372 |
|
373 |
-
#: mappress_settings.php:
|
374 |
msgid "None"
|
375 |
msgstr ""
|
376 |
|
377 |
-
#: mappress_settings.php:
|
378 |
msgid "(list)"
|
379 |
msgstr ""
|
380 |
|
381 |
-
#: mappress_settings.php:
|
382 |
msgid "Country code for searches"
|
383 |
msgstr ""
|
384 |
|
385 |
-
#: mappress_settings.php:
|
386 |
msgid "Prevent other plugins/themes from loading the Google Maps API"
|
387 |
msgstr ""
|
388 |
|
389 |
-
#: mappress_settings.php:
|
390 |
msgid "Google"
|
391 |
msgstr ""
|
392 |
|
393 |
-
#: mappress_settings.php:
|
394 |
msgid "Inline"
|
395 |
msgstr ""
|
396 |
|
397 |
-
#: mappress_settings.php:
|
398 |
msgid "Leaflet"
|
399 |
msgstr ""
|
400 |
|
401 |
-
#: mappress_settings.php:
|
402 |
msgid "Leaflet is free and requires no API key. Google requires an API key and has strict usage limits."
|
403 |
msgstr ""
|
404 |
|
405 |
-
#: mappress_settings.php:
|
406 |
msgid "Output scripts in footer"
|
407 |
msgstr ""
|
408 |
|
409 |
-
#: mappress_settings.php:
|
410 |
msgid "Disabled because Jetpack Infinite Scroll is active"
|
411 |
msgstr ""
|
412 |
|
413 |
-
#: mappress_settings.php:
|
414 |
msgid "disable if maps are output using AJAX"
|
415 |
msgstr ""
|
416 |
|
417 |
-
#: mappress_settings.php:
|
418 |
msgid "Language for map controls"
|
419 |
msgstr ""
|
420 |
|
421 |
-
#: mappress_settings.php:
|
422 |
msgid "Enter token to use Mapbox map tiles"
|
423 |
msgstr ""
|
424 |
|
425 |
-
#: mappress_settings.php:
|
426 |
msgid "Default zoom when displaying a single POI"
|
427 |
msgstr ""
|
428 |
|
429 |
-
#: mappress_settings.php:
|
430 |
msgid "Easy Google Maps"
|
431 |
msgstr ""
|
432 |
|
433 |
-
#: mappress_settings.php:
|
434 |
msgid "Width (px or %)"
|
435 |
msgstr ""
|
436 |
|
437 |
-
#: mappress_settings.php:
|
438 |
msgid "Height (px)"
|
439 |
msgstr ""
|
440 |
|
441 |
-
#: mappress_settings.php:
|
442 |
msgid "Default size"
|
443 |
msgstr ""
|
444 |
|
445 |
-
#: mappress_settings.php:
|
446 |
msgid "Save Changes"
|
447 |
msgstr ""
|
448 |
|
449 |
-
#: mappress_settings.php:
|
450 |
msgid "Reset Defaults"
|
451 |
msgstr ""
|
452 |
|
@@ -479,7 +479,7 @@ msgid "custom field"
|
|
479 |
msgstr ""
|
480 |
|
481 |
#: pro/mappress_filter.php:93 pro/mappress_filter.php:142
|
482 |
-
#: pro/mappress_pro_settings.php:
|
483 |
msgid "Post type"
|
484 |
msgstr ""
|
485 |
|
@@ -491,7 +491,7 @@ msgstr ""
|
|
491 |
msgid "Post field"
|
492 |
msgstr ""
|
493 |
|
494 |
-
#: pro/mappress_filter.php:129 pro/mappress_pro_settings.php:
|
495 |
msgid "Custom Field"
|
496 |
msgstr ""
|
497 |
|
@@ -584,250 +584,258 @@ msgid "POI click"
|
|
584 |
msgstr ""
|
585 |
|
586 |
#: pro/mappress_pro_settings.php:36
|
587 |
-
msgid "
|
588 |
msgstr ""
|
589 |
|
590 |
#: pro/mappress_pro_settings.php:37
|
|
|
|
|
|
|
|
|
591 |
msgid "Thumbnail size"
|
592 |
msgstr ""
|
593 |
|
594 |
-
#: pro/mappress_pro_settings.php:
|
595 |
msgid "Styled maps"
|
596 |
msgstr ""
|
597 |
|
598 |
-
#: pro/mappress_pro_settings.php:
|
599 |
msgid "Default style"
|
600 |
msgstr ""
|
601 |
|
602 |
-
#: pro/mappress_pro_settings.php:
|
603 |
msgid "Geocoding fields"
|
604 |
msgstr ""
|
605 |
|
606 |
-
#: pro/mappress_pro_settings.php:
|
607 |
msgid "Overwrite"
|
608 |
msgstr ""
|
609 |
|
610 |
-
#: pro/mappress_pro_settings.php:
|
611 |
msgid "Geocoding errors"
|
612 |
msgstr ""
|
613 |
|
614 |
-
#: pro/mappress_pro_settings.php:
|
615 |
msgid "Google Server API key"
|
616 |
msgstr ""
|
617 |
|
618 |
-
#: pro/mappress_pro_settings.php:
|
619 |
msgid "Custom templates"
|
620 |
msgstr ""
|
621 |
|
622 |
-
#: pro/mappress_pro_settings.php:
|
623 |
msgid "Force resize"
|
624 |
msgstr ""
|
625 |
|
626 |
-
#: pro/mappress_pro_settings.php:
|
627 |
msgid "more info"
|
628 |
msgstr ""
|
629 |
|
630 |
-
#: pro/mappress_pro_settings.php:
|
631 |
msgid "API key secured by IP address for geocoding (optional)"
|
632 |
msgstr ""
|
633 |
|
634 |
-
#: pro/mappress_pro_settings.php:
|
635 |
msgid "Value"
|
636 |
msgstr ""
|
637 |
|
638 |
-
#: pro/mappress_pro_settings.php:
|
639 |
msgid "Icon"
|
640 |
msgstr ""
|
641 |
|
642 |
-
#: pro/mappress_pro_settings.php:
|
643 |
msgid "Enable updates for beta versions"
|
644 |
msgstr ""
|
645 |
|
646 |
-
#: pro/mappress_pro_settings.php:
|
647 |
msgid "Checkboxes"
|
648 |
msgstr ""
|
649 |
|
650 |
-
#: pro/mappress_pro_settings.php:
|
651 |
msgid "Select"
|
652 |
msgstr ""
|
653 |
|
654 |
-
#: pro/mappress_pro_settings.php:
|
655 |
msgid "Key"
|
656 |
msgstr ""
|
657 |
|
658 |
-
#: pro/mappress_pro_settings.php:
|
659 |
msgid "Format"
|
660 |
msgstr ""
|
661 |
|
662 |
-
#: pro/mappress_pro_settings.php:
|
663 |
msgid "Permanently resize existing maps"
|
664 |
msgstr ""
|
665 |
|
666 |
-
#: pro/mappress_pro_settings.php:
|
667 |
msgid "from %s to %s"
|
668 |
msgstr ""
|
669 |
|
670 |
-
#: pro/mappress_pro_settings.php:
|
671 |
msgid "Force Resize"
|
672 |
msgstr ""
|
673 |
|
674 |
-
#: pro/mappress_pro_settings.php:
|
675 |
msgid "Standard"
|
676 |
msgstr ""
|
677 |
|
678 |
-
#: pro/mappress_pro_settings.php:
|
679 |
msgid "InfoBox"
|
680 |
msgstr ""
|
681 |
|
682 |
-
#: pro/mappress_pro_settings.php:
|
683 |
msgid "Below map"
|
684 |
msgstr ""
|
685 |
|
686 |
-
#: pro/mappress_pro_settings.php:
|
687 |
msgid "Left of map"
|
688 |
msgstr ""
|
689 |
|
690 |
-
#: pro/mappress_pro_settings.php:
|
691 |
msgid "Enter license to enable automatic updates"
|
692 |
msgstr ""
|
693 |
|
694 |
-
#: pro/mappress_pro_settings.php:
|
695 |
msgid "Active"
|
696 |
msgstr ""
|
697 |
|
698 |
-
#: pro/mappress_pro_settings.php:
|
699 |
msgid "Check Now"
|
700 |
msgstr ""
|
701 |
|
702 |
-
#: pro/mappress_pro_settings.php:
|
703 |
msgid "Communication error, please try again later"
|
704 |
msgstr ""
|
705 |
|
706 |
-
#: pro/mappress_pro_settings.php:
|
707 |
msgid "License is invalid or expired"
|
708 |
msgstr ""
|
709 |
|
710 |
-
#: pro/mappress_pro_settings.php:
|
711 |
msgid "POI title + body"
|
712 |
msgstr ""
|
713 |
|
714 |
-
#: pro/mappress_pro_settings.php:
|
715 |
msgid "Post title + excerpt"
|
716 |
msgstr ""
|
717 |
|
718 |
-
#: pro/mappress_pro_settings.php:
|
719 |
msgid "Open POI"
|
720 |
msgstr ""
|
721 |
|
722 |
-
#: pro/mappress_pro_settings.php:
|
723 |
msgid "Open post"
|
724 |
msgstr ""
|
725 |
|
726 |
-
#: pro/mappress_pro_settings.php:
|
727 |
msgid "Open post in new tab"
|
728 |
msgstr ""
|
729 |
|
730 |
-
#: pro/mappress_pro_settings.php:
|
|
|
|
|
|
|
|
|
731 |
msgid "%d Errors"
|
732 |
msgstr ""
|
733 |
|
734 |
-
#: pro/mappress_pro_settings.php:
|
735 |
msgid "Address line "
|
736 |
msgstr ""
|
737 |
|
738 |
-
#: pro/mappress_pro_settings.php:
|
739 |
msgid "Latitude"
|
740 |
msgstr ""
|
741 |
|
742 |
-
#: pro/mappress_pro_settings.php:
|
743 |
msgid "Longitude"
|
744 |
msgstr ""
|
745 |
|
746 |
-
#: pro/mappress_pro_settings.php:
|
747 |
msgid "Title"
|
748 |
msgstr ""
|
749 |
|
750 |
-
#: pro/mappress_pro_settings.php:
|
751 |
msgid "Body"
|
752 |
msgstr ""
|
753 |
|
754 |
-
#: pro/mappress_pro_settings.php:
|
755 |
msgid "Zoom"
|
756 |
msgstr ""
|
757 |
|
758 |
-
#: pro/mappress_pro_settings.php:
|
759 |
msgid "Map Field"
|
760 |
msgstr ""
|
761 |
|
762 |
-
#: pro/mappress_pro_settings.php:
|
763 |
msgid "Overwrite maps when posts are saved"
|
764 |
msgstr ""
|
765 |
|
766 |
-
#: pro/mappress_pro_settings.php:
|
767 |
msgid "Show a list of POIs with each map"
|
768 |
msgstr ""
|
769 |
|
770 |
-
#: pro/mappress_pro_settings.php:
|
771 |
msgid "Enable search"
|
772 |
msgstr ""
|
773 |
|
774 |
-
#: pro/mappress_pro_settings.php:
|
775 |
msgid "Sort POI list by title"
|
776 |
msgstr ""
|
777 |
|
778 |
-
#: pro/mappress_pro_settings.php:
|
779 |
msgid "No styles have been defined yet"
|
780 |
msgstr ""
|
781 |
|
782 |
-
#: pro/mappress_pro_settings.php:
|
783 |
msgid "Styled Maps Wizard"
|
784 |
msgstr ""
|
785 |
|
786 |
-
#: pro/mappress_pro_settings.php:
|
787 |
msgid "JSON from Google's %s"
|
788 |
msgstr ""
|
789 |
|
790 |
-
#: pro/mappress_pro_settings.php:
|
791 |
msgid "Style name"
|
792 |
msgstr ""
|
793 |
|
794 |
-
#: pro/mappress_pro_settings.php:
|
795 |
msgid "Mapbox Studio"
|
796 |
msgstr ""
|
797 |
|
798 |
-
#: pro/mappress_pro_settings.php:
|
799 |
msgid "Enter styles from %s"
|
800 |
msgstr ""
|
801 |
|
802 |
-
#: pro/mappress_pro_settings.php:
|
803 |
msgid "Only admins or multisite super-admins can edit templates"
|
804 |
msgstr ""
|
805 |
|
806 |
-
#: pro/mappress_pro_settings.php:
|
807 |
msgid "WordPress 4.9 or higher is needed to use the template editor."
|
808 |
msgstr ""
|
809 |
|
810 |
-
#: pro/mappress_pro_settings.php:
|
811 |
msgid "Map popup"
|
812 |
msgstr ""
|
813 |
|
814 |
-
#: pro/mappress_pro_settings.php:
|
815 |
msgid "Map list item"
|
816 |
msgstr ""
|
817 |
|
818 |
-
#: pro/mappress_pro_settings.php:
|
819 |
msgid "Mashup popup"
|
820 |
msgstr ""
|
821 |
|
822 |
-
#: pro/mappress_pro_settings.php:
|
823 |
msgid "Mashup list item"
|
824 |
msgstr ""
|
825 |
|
826 |
-
#: pro/mappress_pro_settings.php:
|
827 |
msgid "or "
|
828 |
msgstr ""
|
829 |
|
830 |
-
#: pro/mappress_pro_settings.php:
|
831 |
msgid "Show featured image thumbnails in mashup POIs"
|
832 |
msgstr ""
|
833 |
|
2 |
# This file is distributed under the same license as the MapPress Maps for WordPress package.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: MapPress Maps for WordPress 2.52.5\n"
|
6 |
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/mappress-google-maps-for-wordpress\n"
|
7 |
+
"POT-Creation-Date: 2019-05-02 00:33:01+00:00\n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
61 |
msgid "Map Title"
|
62 |
msgstr ""
|
63 |
|
64 |
+
#: forms/media.php:27 forms/media.php:63 forms/media.php:67 mappress.php:415
|
65 |
msgid "Untitled"
|
66 |
msgstr ""
|
67 |
|
97 |
msgid "Editor"
|
98 |
msgstr ""
|
99 |
|
100 |
+
#: forms/settings.php:28 mappress_settings.php:183
|
101 |
msgid "Default"
|
102 |
msgstr ""
|
103 |
|
121 |
msgid "MapPress Settings"
|
122 |
msgstr ""
|
123 |
|
124 |
+
#: mappress.php:315 mappress.php:775
|
125 |
msgid "Version"
|
126 |
msgstr ""
|
127 |
|
137 |
msgid "Upgrade to MapPress Pro"
|
138 |
msgstr ""
|
139 |
|
140 |
+
#: mappress.php:404
|
141 |
msgid "Are you sure you want to delete?"
|
142 |
msgstr ""
|
143 |
|
144 |
+
#: mappress.php:405
|
145 |
msgid "Delete this map?"
|
146 |
msgstr ""
|
147 |
|
148 |
+
#: mappress.php:406
|
149 |
msgid "Google cannot return directions between those addresses. There is no route between them or the routing information is not available."
|
150 |
msgstr ""
|
151 |
|
152 |
+
#: mappress.php:407
|
153 |
msgid "Error reading KML file"
|
154 |
msgstr ""
|
155 |
|
156 |
+
#: mappress.php:408
|
157 |
msgid "URL for KML file"
|
158 |
msgstr ""
|
159 |
|
160 |
+
#: mappress.php:409
|
161 |
msgid "Loading"
|
162 |
msgstr ""
|
163 |
|
164 |
+
#: mappress.php:410
|
165 |
msgid "%d of %d shown"
|
166 |
msgstr ""
|
167 |
|
168 |
+
#: mappress.php:411
|
169 |
msgid "Unable to get your location"
|
170 |
msgstr ""
|
171 |
|
172 |
+
#: mappress.php:412
|
173 |
msgid "No results"
|
174 |
msgstr ""
|
175 |
|
176 |
+
#: mappress.php:413
|
177 |
msgid "Save changes?"
|
178 |
msgstr ""
|
179 |
|
180 |
+
#: mappress.php:414
|
181 |
msgid "Shape"
|
182 |
msgstr ""
|
183 |
|
184 |
+
#: mappress.php:439
|
185 |
msgid "Improve this map"
|
186 |
msgstr ""
|
187 |
|
188 |
+
#: mappress.php:455 mappress.php:473
|
189 |
msgid "Streets"
|
190 |
msgstr ""
|
191 |
|
192 |
+
#: mappress.php:456
|
193 |
msgid "Outdoors"
|
194 |
msgstr ""
|
195 |
|
196 |
+
#: mappress.php:457
|
197 |
msgid "Light"
|
198 |
msgstr ""
|
199 |
|
200 |
+
#: mappress.php:458
|
201 |
msgid "Dark"
|
202 |
msgstr ""
|
203 |
|
204 |
+
#: mappress.php:459
|
205 |
msgid "Satellite"
|
206 |
msgstr ""
|
207 |
|
208 |
+
#: mappress.php:460
|
209 |
msgid "Satellite Streets"
|
210 |
msgstr ""
|
211 |
|
212 |
+
#: mappress.php:547
|
213 |
msgid "Settings"
|
214 |
msgstr ""
|
215 |
|
217 |
msgid "Add"
|
218 |
msgstr ""
|
219 |
|
220 |
+
#: mappress_map.php:91 mappress_settings.php:305
|
221 |
msgid "MapPress"
|
222 |
msgstr ""
|
223 |
|
241 |
msgid "List"
|
242 |
msgstr ""
|
243 |
|
244 |
+
#: mappress_settings.php:84
|
245 |
msgid "Sample Map"
|
246 |
msgstr ""
|
247 |
|
248 |
+
#: mappress_settings.php:86
|
249 |
msgid "Basic Settings"
|
250 |
msgstr ""
|
251 |
|
252 |
+
#: mappress_settings.php:87
|
253 |
msgid "Mapping Engine"
|
254 |
msgstr ""
|
255 |
|
256 |
+
#: mappress_settings.php:90
|
257 |
msgid "Mapbox access token"
|
258 |
msgstr ""
|
259 |
|
260 |
+
#: mappress_settings.php:92
|
261 |
msgid "Google API key"
|
262 |
msgstr ""
|
263 |
|
264 |
+
#: mappress_settings.php:96
|
265 |
msgid "License"
|
266 |
msgstr ""
|
267 |
|
268 |
+
#: mappress_settings.php:98
|
269 |
msgid "Map Settings"
|
270 |
msgstr ""
|
271 |
|
272 |
+
#: mappress_settings.php:99
|
273 |
msgid "Post types"
|
274 |
msgstr ""
|
275 |
|
276 |
+
#: mappress_settings.php:100
|
277 |
msgid "Automatic display"
|
278 |
msgstr ""
|
279 |
|
280 |
+
#: mappress_settings.php:101
|
281 |
msgid "Map alignment"
|
282 |
msgstr ""
|
283 |
|
284 |
+
#: mappress_settings.php:102 templates/map-popup.php:3
|
285 |
#: templates/mashup-popup.php:6
|
286 |
msgid "Directions"
|
287 |
msgstr ""
|
288 |
|
289 |
+
#: mappress_settings.php:104
|
290 |
msgid "POI Settings"
|
291 |
msgstr ""
|
292 |
|
293 |
+
#: mappress_settings.php:105
|
294 |
msgid "Default zoom"
|
295 |
msgstr ""
|
296 |
|
297 |
+
#: mappress_settings.php:106 mappress_settings.php:248
|
298 |
msgid "Open first POI"
|
299 |
msgstr ""
|
300 |
|
301 |
+
#: mappress_settings.php:109
|
302 |
msgid "Mashups"
|
303 |
msgstr ""
|
304 |
|
305 |
+
#: mappress_settings.php:110
|
306 |
msgid "Icons"
|
307 |
msgstr ""
|
308 |
|
309 |
+
#: mappress_settings.php:111
|
310 |
msgid "Styled Maps"
|
311 |
msgstr ""
|
312 |
|
313 |
+
#: mappress_settings.php:112
|
314 |
msgid "Geocoding"
|
315 |
msgstr ""
|
316 |
|
317 |
+
#: mappress_settings.php:113
|
318 |
msgid "Templates"
|
319 |
msgstr ""
|
320 |
|
321 |
+
#: mappress_settings.php:116
|
322 |
msgid "Localization"
|
323 |
msgstr ""
|
324 |
|
325 |
+
#: mappress_settings.php:117
|
326 |
msgid "Language"
|
327 |
msgstr ""
|
328 |
|
329 |
+
#: mappress_settings.php:118
|
330 |
msgid "Country"
|
331 |
msgstr ""
|
332 |
|
333 |
+
#: mappress_settings.php:119
|
334 |
msgid "Directions server"
|
335 |
msgstr ""
|
336 |
|
337 |
+
#: mappress_settings.php:121
|
338 |
msgid "Miscellaneous"
|
339 |
msgstr ""
|
340 |
|
341 |
+
#: mappress_settings.php:123
|
342 |
msgid "Compatiblity"
|
343 |
msgstr ""
|
344 |
|
345 |
+
#: mappress_settings.php:124
|
346 |
msgid "Scripts"
|
347 |
msgstr ""
|
348 |
|
349 |
+
#: mappress_settings.php:125
|
350 |
msgid "Map sizes"
|
351 |
msgstr ""
|
352 |
|
353 |
+
#: mappress_settings.php:184
|
354 |
msgid "Center"
|
355 |
msgstr ""
|
356 |
|
357 |
+
#: mappress_settings.php:185
|
358 |
msgid "Left"
|
359 |
msgstr ""
|
360 |
|
361 |
+
#: mappress_settings.php:186
|
362 |
msgid "Right"
|
363 |
msgstr ""
|
364 |
|
365 |
+
#: mappress_settings.php:200
|
366 |
msgid "Top of post"
|
367 |
msgstr ""
|
368 |
|
369 |
+
#: mappress_settings.php:201
|
370 |
msgid "Bottom of post"
|
371 |
msgstr ""
|
372 |
|
373 |
+
#: mappress_settings.php:202
|
374 |
msgid "None"
|
375 |
msgstr ""
|
376 |
|
377 |
+
#: mappress_settings.php:209 mappress_settings.php:253
|
378 |
msgid "(list)"
|
379 |
msgstr ""
|
380 |
|
381 |
+
#: mappress_settings.php:214
|
382 |
msgid "Country code for searches"
|
383 |
msgstr ""
|
384 |
|
385 |
+
#: mappress_settings.php:218
|
386 |
msgid "Prevent other plugins/themes from loading the Google Maps API"
|
387 |
msgstr ""
|
388 |
|
389 |
+
#: mappress_settings.php:222 mappress_settings.php:231
|
390 |
msgid "Google"
|
391 |
msgstr ""
|
392 |
|
393 |
+
#: mappress_settings.php:222
|
394 |
msgid "Inline"
|
395 |
msgstr ""
|
396 |
|
397 |
+
#: mappress_settings.php:231
|
398 |
msgid "Leaflet"
|
399 |
msgstr ""
|
400 |
|
401 |
+
#: mappress_settings.php:233
|
402 |
msgid "Leaflet is free and requires no API key. Google requires an API key and has strict usage limits."
|
403 |
msgstr ""
|
404 |
|
405 |
+
#: mappress_settings.php:239 mappress_settings.php:242
|
406 |
msgid "Output scripts in footer"
|
407 |
msgstr ""
|
408 |
|
409 |
+
#: mappress_settings.php:240
|
410 |
msgid "Disabled because Jetpack Infinite Scroll is active"
|
411 |
msgstr ""
|
412 |
|
413 |
+
#: mappress_settings.php:243
|
414 |
msgid "disable if maps are output using AJAX"
|
415 |
msgstr ""
|
416 |
|
417 |
+
#: mappress_settings.php:256
|
418 |
msgid "Language for map controls"
|
419 |
msgstr ""
|
420 |
|
421 |
+
#: mappress_settings.php:260
|
422 |
msgid "Enter token to use Mapbox map tiles"
|
423 |
msgstr ""
|
424 |
|
425 |
+
#: mappress_settings.php:267
|
426 |
msgid "Default zoom when displaying a single POI"
|
427 |
msgstr ""
|
428 |
|
429 |
+
#: mappress_settings.php:280
|
430 |
msgid "Easy Google Maps"
|
431 |
msgstr ""
|
432 |
|
433 |
+
#: mappress_settings.php:288
|
434 |
msgid "Width (px or %)"
|
435 |
msgstr ""
|
436 |
|
437 |
+
#: mappress_settings.php:288
|
438 |
msgid "Height (px)"
|
439 |
msgstr ""
|
440 |
|
441 |
+
#: mappress_settings.php:288
|
442 |
msgid "Default size"
|
443 |
msgstr ""
|
444 |
|
445 |
+
#: mappress_settings.php:310 mappress_settings.php:318
|
446 |
msgid "Save Changes"
|
447 |
msgstr ""
|
448 |
|
449 |
+
#: mappress_settings.php:311 mappress_settings.php:319
|
450 |
msgid "Reset Defaults"
|
451 |
msgstr ""
|
452 |
|
479 |
msgstr ""
|
480 |
|
481 |
#: pro/mappress_filter.php:93 pro/mappress_filter.php:142
|
482 |
+
#: pro/mappress_pro_settings.php:148
|
483 |
msgid "Post type"
|
484 |
msgstr ""
|
485 |
|
491 |
msgid "Post field"
|
492 |
msgstr ""
|
493 |
|
494 |
+
#: pro/mappress_filter.php:129 pro/mappress_pro_settings.php:300
|
495 |
msgid "Custom Field"
|
496 |
msgstr ""
|
497 |
|
584 |
msgstr ""
|
585 |
|
586 |
#: pro/mappress_pro_settings.php:36
|
587 |
+
msgid "KMLs"
|
588 |
msgstr ""
|
589 |
|
590 |
#: pro/mappress_pro_settings.php:37
|
591 |
+
msgid "Thumbnails"
|
592 |
+
msgstr ""
|
593 |
+
|
594 |
+
#: pro/mappress_pro_settings.php:38
|
595 |
msgid "Thumbnail size"
|
596 |
msgstr ""
|
597 |
|
598 |
+
#: pro/mappress_pro_settings.php:41 pro/mappress_pro_settings.php:43
|
599 |
msgid "Styled maps"
|
600 |
msgstr ""
|
601 |
|
602 |
+
#: pro/mappress_pro_settings.php:44
|
603 |
msgid "Default style"
|
604 |
msgstr ""
|
605 |
|
606 |
+
#: pro/mappress_pro_settings.php:47
|
607 |
msgid "Geocoding fields"
|
608 |
msgstr ""
|
609 |
|
610 |
+
#: pro/mappress_pro_settings.php:48
|
611 |
msgid "Overwrite"
|
612 |
msgstr ""
|
613 |
|
614 |
+
#: pro/mappress_pro_settings.php:49
|
615 |
msgid "Geocoding errors"
|
616 |
msgstr ""
|
617 |
|
618 |
+
#: pro/mappress_pro_settings.php:52
|
619 |
msgid "Google Server API key"
|
620 |
msgstr ""
|
621 |
|
622 |
+
#: pro/mappress_pro_settings.php:54
|
623 |
msgid "Custom templates"
|
624 |
msgstr ""
|
625 |
|
626 |
+
#: pro/mappress_pro_settings.php:56
|
627 |
msgid "Force resize"
|
628 |
msgstr ""
|
629 |
|
630 |
+
#: pro/mappress_pro_settings.php:135
|
631 |
msgid "more info"
|
632 |
msgstr ""
|
633 |
|
634 |
+
#: pro/mappress_pro_settings.php:136
|
635 |
msgid "API key secured by IP address for geocoding (optional)"
|
636 |
msgstr ""
|
637 |
|
638 |
+
#: pro/mappress_pro_settings.php:155
|
639 |
msgid "Value"
|
640 |
msgstr ""
|
641 |
|
642 |
+
#: pro/mappress_pro_settings.php:155 pro/mappress_pro_settings.php:295
|
643 |
msgid "Icon"
|
644 |
msgstr ""
|
645 |
|
646 |
+
#: pro/mappress_pro_settings.php:170
|
647 |
msgid "Enable updates for beta versions"
|
648 |
msgstr ""
|
649 |
|
650 |
+
#: pro/mappress_pro_settings.php:183
|
651 |
msgid "Checkboxes"
|
652 |
msgstr ""
|
653 |
|
654 |
+
#: pro/mappress_pro_settings.php:183
|
655 |
msgid "Select"
|
656 |
msgstr ""
|
657 |
|
658 |
+
#: pro/mappress_pro_settings.php:190
|
659 |
msgid "Key"
|
660 |
msgstr ""
|
661 |
|
662 |
+
#: pro/mappress_pro_settings.php:190
|
663 |
msgid "Format"
|
664 |
msgstr ""
|
665 |
|
666 |
+
#: pro/mappress_pro_settings.php:205
|
667 |
msgid "Permanently resize existing maps"
|
668 |
msgstr ""
|
669 |
|
670 |
+
#: pro/mappress_pro_settings.php:207
|
671 |
msgid "from %s to %s"
|
672 |
msgstr ""
|
673 |
|
674 |
+
#: pro/mappress_pro_settings.php:208
|
675 |
msgid "Force Resize"
|
676 |
msgstr ""
|
677 |
|
678 |
+
#: pro/mappress_pro_settings.php:221
|
679 |
msgid "Standard"
|
680 |
msgstr ""
|
681 |
|
682 |
+
#: pro/mappress_pro_settings.php:222
|
683 |
msgid "InfoBox"
|
684 |
msgstr ""
|
685 |
|
686 |
+
#: pro/mappress_pro_settings.php:229
|
687 |
msgid "Below map"
|
688 |
msgstr ""
|
689 |
|
690 |
+
#: pro/mappress_pro_settings.php:230
|
691 |
msgid "Left of map"
|
692 |
msgstr ""
|
693 |
|
694 |
+
#: pro/mappress_pro_settings.php:236
|
695 |
msgid "Enter license to enable automatic updates"
|
696 |
msgstr ""
|
697 |
|
698 |
+
#: pro/mappress_pro_settings.php:247
|
699 |
msgid "Active"
|
700 |
msgstr ""
|
701 |
|
702 |
+
#: pro/mappress_pro_settings.php:252
|
703 |
msgid "Check Now"
|
704 |
msgstr ""
|
705 |
|
706 |
+
#: pro/mappress_pro_settings.php:256
|
707 |
msgid "Communication error, please try again later"
|
708 |
msgstr ""
|
709 |
|
710 |
+
#: pro/mappress_pro_settings.php:258
|
711 |
msgid "License is invalid or expired"
|
712 |
msgstr ""
|
713 |
|
714 |
+
#: pro/mappress_pro_settings.php:262
|
715 |
msgid "POI title + body"
|
716 |
msgstr ""
|
717 |
|
718 |
+
#: pro/mappress_pro_settings.php:262
|
719 |
msgid "Post title + excerpt"
|
720 |
msgstr ""
|
721 |
|
722 |
+
#: pro/mappress_pro_settings.php:267
|
723 |
msgid "Open POI"
|
724 |
msgstr ""
|
725 |
|
726 |
+
#: pro/mappress_pro_settings.php:267
|
727 |
msgid "Open post"
|
728 |
msgstr ""
|
729 |
|
730 |
+
#: pro/mappress_pro_settings.php:267
|
731 |
msgid "Open post in new tab"
|
732 |
msgstr ""
|
733 |
|
734 |
+
#: pro/mappress_pro_settings.php:272
|
735 |
+
msgid "Include KML POIs in mashups"
|
736 |
+
msgstr ""
|
737 |
+
|
738 |
+
#: pro/mappress_pro_settings.php:284
|
739 |
msgid "%d Errors"
|
740 |
msgstr ""
|
741 |
|
742 |
+
#: pro/mappress_pro_settings.php:294
|
743 |
msgid "Address line "
|
744 |
msgstr ""
|
745 |
|
746 |
+
#: pro/mappress_pro_settings.php:295
|
747 |
msgid "Latitude"
|
748 |
msgstr ""
|
749 |
|
750 |
+
#: pro/mappress_pro_settings.php:295
|
751 |
msgid "Longitude"
|
752 |
msgstr ""
|
753 |
|
754 |
+
#: pro/mappress_pro_settings.php:295
|
755 |
msgid "Title"
|
756 |
msgstr ""
|
757 |
|
758 |
+
#: pro/mappress_pro_settings.php:295
|
759 |
msgid "Body"
|
760 |
msgstr ""
|
761 |
|
762 |
+
#: pro/mappress_pro_settings.php:295
|
763 |
msgid "Zoom"
|
764 |
msgstr ""
|
765 |
|
766 |
+
#: pro/mappress_pro_settings.php:300
|
767 |
msgid "Map Field"
|
768 |
msgstr ""
|
769 |
|
770 |
+
#: pro/mappress_pro_settings.php:313
|
771 |
msgid "Overwrite maps when posts are saved"
|
772 |
msgstr ""
|
773 |
|
774 |
+
#: pro/mappress_pro_settings.php:317
|
775 |
msgid "Show a list of POIs with each map"
|
776 |
msgstr ""
|
777 |
|
778 |
+
#: pro/mappress_pro_settings.php:321
|
779 |
msgid "Enable search"
|
780 |
msgstr ""
|
781 |
|
782 |
+
#: pro/mappress_pro_settings.php:325
|
783 |
msgid "Sort POI list by title"
|
784 |
msgstr ""
|
785 |
|
786 |
+
#: pro/mappress_pro_settings.php:331
|
787 |
msgid "No styles have been defined yet"
|
788 |
msgstr ""
|
789 |
|
790 |
+
#: pro/mappress_pro_settings.php:340
|
791 |
msgid "Styled Maps Wizard"
|
792 |
msgstr ""
|
793 |
|
794 |
+
#: pro/mappress_pro_settings.php:341
|
795 |
msgid "JSON from Google's %s"
|
796 |
msgstr ""
|
797 |
|
798 |
+
#: pro/mappress_pro_settings.php:345 pro/mappress_pro_settings.php:361
|
799 |
msgid "Style name"
|
800 |
msgstr ""
|
801 |
|
802 |
+
#: pro/mappress_pro_settings.php:357
|
803 |
msgid "Mapbox Studio"
|
804 |
msgstr ""
|
805 |
|
806 |
+
#: pro/mappress_pro_settings.php:358
|
807 |
msgid "Enter styles from %s"
|
808 |
msgstr ""
|
809 |
|
810 |
+
#: pro/mappress_pro_settings.php:376
|
811 |
msgid "Only admins or multisite super-admins can edit templates"
|
812 |
msgstr ""
|
813 |
|
814 |
+
#: pro/mappress_pro_settings.php:381
|
815 |
msgid "WordPress 4.9 or higher is needed to use the template editor."
|
816 |
msgstr ""
|
817 |
|
818 |
+
#: pro/mappress_pro_settings.php:387
|
819 |
msgid "Map popup"
|
820 |
msgstr ""
|
821 |
|
822 |
+
#: pro/mappress_pro_settings.php:388
|
823 |
msgid "Map list item"
|
824 |
msgstr ""
|
825 |
|
826 |
+
#: pro/mappress_pro_settings.php:389
|
827 |
msgid "Mashup popup"
|
828 |
msgstr ""
|
829 |
|
830 |
+
#: pro/mappress_pro_settings.php:390
|
831 |
msgid "Mashup list item"
|
832 |
msgstr ""
|
833 |
|
834 |
+
#: pro/mappress_pro_settings.php:404
|
835 |
msgid "or "
|
836 |
msgstr ""
|
837 |
|
838 |
+
#: pro/mappress_pro_settings.php:412
|
839 |
msgid "Show featured image thumbnails in mashup POIs"
|
840 |
msgstr ""
|
841 |
|
languages/texts.php
CHANGED
@@ -141,6 +141,7 @@ __("Automatic icons");
|
|
141 |
__("Search");
|
142 |
__("POI content");
|
143 |
__("POI click");
|
|
|
144 |
__("Thumbnails");
|
145 |
__("Thumbnail size");
|
146 |
__("Styled maps");
|
@@ -177,6 +178,7 @@ __("Post title + excerpt");
|
|
177 |
__("Open POI");
|
178 |
__("Open post");
|
179 |
__("Open post in new tab");
|
|
|
180 |
__("%d Errors");
|
181 |
__("Address line ");
|
182 |
__("Latitude");
|
141 |
__("Search");
|
142 |
__("POI content");
|
143 |
__("POI click");
|
144 |
+
__("KMLs");
|
145 |
__("Thumbnails");
|
146 |
__("Thumbnail size");
|
147 |
__("Styled maps");
|
178 |
__("Open POI");
|
179 |
__("Open post");
|
180 |
__("Open post in new tab");
|
181 |
+
__("Include KML POIs in mashups");
|
182 |
__("%d Errors");
|
183 |
__("Address line ");
|
184 |
__("Latitude");
|
mappress.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: MapPress Maps for WordPress
|
|
4 |
Plugin URI: https://www.mappresspro.com/mappress
|
5 |
Author URI: https://www.mappresspro.com/chris-contact
|
6 |
Description: MapPress makes it easy to add Google and Leaflet Maps to WordPress
|
7 |
-
Version: 2.52.
|
8 |
Author: Chris Richardson
|
9 |
Text Domain: mappress-google-maps-for-wordpress
|
10 |
Thanks to all the translators and to Matthias Stasiak for his wonderful icons (http://code.google.com/p/google-maps-icons/)
|
@@ -35,7 +35,7 @@ if (is_dir(dirname( __FILE__ ) . '/pro')) {
|
|
35 |
}
|
36 |
|
37 |
class Mappress {
|
38 |
-
const VERSION = '2.52.
|
39 |
|
40 |
static
|
41 |
$baseurl,
|
@@ -385,7 +385,8 @@ class Mappress {
|
|
385 |
|
386 |
static function is_footer() {
|
387 |
$infinite = class_exists( 'Jetpack' ) && Jetpack::is_module_active( 'infinite-scroll' );
|
388 |
-
|
|
|
389 |
}
|
390 |
|
391 |
static function is_localhost() {
|
@@ -631,6 +632,10 @@ class Mappress {
|
|
631 |
if (is_feed())
|
632 |
return;
|
633 |
|
|
|
|
|
|
|
|
|
634 |
// Try to protect against calls to do_shortcode() in the post editor...
|
635 |
if (self::is_admin())
|
636 |
return;
|
4 |
Plugin URI: https://www.mappresspro.com/mappress
|
5 |
Author URI: https://www.mappresspro.com/chris-contact
|
6 |
Description: MapPress makes it easy to add Google and Leaflet Maps to WordPress
|
7 |
+
Version: 2.52.5
|
8 |
Author: Chris Richardson
|
9 |
Text Domain: mappress-google-maps-for-wordpress
|
10 |
Thanks to all the translators and to Matthias Stasiak for his wonderful icons (http://code.google.com/p/google-maps-icons/)
|
35 |
}
|
36 |
|
37 |
class Mappress {
|
38 |
+
const VERSION = '2.52.5';
|
39 |
|
40 |
static
|
41 |
$baseurl,
|
385 |
|
386 |
static function is_footer() {
|
387 |
$infinite = class_exists( 'Jetpack' ) && Jetpack::is_module_active( 'infinite-scroll' );
|
388 |
+
$rest = defined('REST_REQUEST') && REST_REQUEST;
|
389 |
+
return (is_admin() || $rest || self::$options->footer && !$infinite);
|
390 |
}
|
391 |
|
392 |
static function is_localhost() {
|
632 |
if (is_feed())
|
633 |
return;
|
634 |
|
635 |
+
// No REST requests (e.g. Gutenberg)
|
636 |
+
if (defined('REST_REQUEST') && REST_REQUEST)
|
637 |
+
return;
|
638 |
+
|
639 |
// Try to protect against calls to do_shortcode() in the post editor...
|
640 |
if (self::is_admin())
|
641 |
return;
|
mappress_settings.php
CHANGED
@@ -30,6 +30,7 @@ class Mappress_Options extends Mappress_Obj {
|
|
30 |
$mapboxStyles = array(),
|
31 |
$mashupBody = 'poi',
|
32 |
$mashupClick = 'poi',
|
|
|
33 |
$metaKeys = array(),
|
34 |
$metaSyncSave = true,
|
35 |
$poiList = false,
|
30 |
$mapboxStyles = array(),
|
31 |
$mashupBody = 'poi',
|
32 |
$mashupClick = 'poi',
|
33 |
+
$mashupKml,
|
34 |
$metaKeys = array(),
|
35 |
$metaSyncSave = true,
|
36 |
$poiList = false,
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: chrisvrichardson
|
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4339298
|
4 |
Tags: leaflet, openstreetmap, osm, mapbox, map box, google maps,google,map,maps,easy,poi,mapping,mapper,gps,lat,lon,latitude,longitude,geocoder,geocoding,georss,geo rss,geo,v3,marker,mashup,mash,api,v3,buddypress,mashup,geo,wp-geo,geo mashup,simplemap,simple,wpml
|
5 |
Requires at least: 4.5
|
6 |
-
Tested up to: 5.
|
7 |
-
Stable tag: 2.52.
|
8 |
|
9 |
== Description ==
|
10 |
MapPress adds beautiful, interactive Google or Leaflet maps to WordPress.
|
@@ -86,6 +86,11 @@ Please see the plugin documentation pages:
|
|
86 |
|
87 |
== Changelog ==
|
88 |
|
|
|
|
|
|
|
|
|
|
|
89 |
= 2.52.4 =
|
90 |
* Added: a 'check now' button has been added to the settings screen to force license check
|
91 |
* Fixed: priority was too high for default 'mappress_poi_props' filter
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4339298
|
4 |
Tags: leaflet, openstreetmap, osm, mapbox, map box, google maps,google,map,maps,easy,poi,mapping,mapper,gps,lat,lon,latitude,longitude,geocoder,geocoding,georss,geo rss,geo,v3,marker,mashup,mash,api,v3,buddypress,mashup,geo,wp-geo,geo mashup,simplemap,simple,wpml
|
5 |
Requires at least: 4.5
|
6 |
+
Tested up to: 5.2
|
7 |
+
Stable tag: 2.52.5
|
8 |
|
9 |
== Description ==
|
10 |
MapPress adds beautiful, interactive Google or Leaflet maps to WordPress.
|
86 |
|
87 |
== Changelog ==
|
88 |
|
89 |
+
= 2.52.5 =
|
90 |
+
* Added: setting to display KML POIs in mashup maps
|
91 |
+
* Fixed: conflict with 2017 theme and Leaflet zoom buttons
|
92 |
+
* Fixed: maps output in Gutenberg REST requests when option to load scripts in header is selected
|
93 |
+
|
94 |
= 2.52.4 =
|
95 |
* Added: a 'check now' button has been added to the settings screen to force license check
|
96 |
* Fixed: priority was too high for default 'mappress_poi_props' filter
|