Version Description
- Add animations to your map markers (lite)
- Choose to have the infowindow open by default (lite)
- Add the bicycle and traffic layer to your map (lite)
- Substantial coding improvements and bug fixes
Download this release
Release Info
Developer | WPGMaps |
Plugin | WP Google Maps |
Version | 5.23 |
Comparing to | |
See all releases |
Code changes from version 5.22 to 5.23
- cache/timthumb_cacheLastCleanTime.touch +0 -0
- cache/timthumb_int_cdd2c9a00da301a4027988eb5a14c005.timthumb.txt +0 -0
- css/wpgmza_style.css +74 -2
- images/premium.png +0 -0
- js/markerclusterer.js +3 -0
- languages/wp-google-maps-default.mo +0 -0
- languages/wp-google-maps-default.po +1002 -646
- readme.txt +15 -11
- wpGoogleMaps.php +542 -112
cache/timthumb_cacheLastCleanTime.touch
ADDED
File without changes
|
cache/timthumb_int_cdd2c9a00da301a4027988eb5a14c005.timthumb.txt
ADDED
Binary file
|
css/wpgmza_style.css
CHANGED
@@ -6,9 +6,14 @@
|
|
6 |
border: none !important;
|
7 |
background-color:transparent !important;
|
8 |
padding:0 !important;
|
9 |
-
|
10 |
visibility: visible !important;
|
11 |
}
|
|
|
|
|
|
|
|
|
|
|
12 |
|
13 |
.gm-style div { margin-top:0 !important; }
|
14 |
|
@@ -16,9 +21,22 @@
|
|
16 |
padding-top:20px;
|
17 |
}
|
18 |
.wpgmza_markerbox {
|
|
|
|
|
19 |
margin:0; padding:0;
|
20 |
color:#000 !important;
|
21 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
.wpgmza_markerbox a {
|
23 |
color:#1982D1 !important;
|
24 |
}
|
@@ -92,4 +110,58 @@
|
|
92 |
}
|
93 |
.dataTables_filter input[type="text"], .dataTables_filter select { display: inline !important; }
|
94 |
.dataTables_filter label { font-weight:bold; }
|
95 |
-
.adp-placemark img { width:24px !important; max-width:none !important; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
border: none !important;
|
7 |
background-color:transparent !important;
|
8 |
padding:0 !important;
|
9 |
+
box-shadow: none !important;
|
10 |
visibility: visible !important;
|
11 |
}
|
12 |
+
#wpgmza_map img { box-shadow: none !important; }
|
13 |
+
.wpgmza_table img {
|
14 |
+
box-shadow: none !important;
|
15 |
+
|
16 |
+
}
|
17 |
|
18 |
.gm-style div { margin-top:0 !important; }
|
19 |
|
21 |
padding-top:20px;
|
22 |
}
|
23 |
.wpgmza_markerbox {
|
24 |
+
/* height:auto; */
|
25 |
+
/* min-height:100px; */
|
26 |
margin:0; padding:0;
|
27 |
color:#000 !important;
|
28 |
}
|
29 |
+
.wpgmza_markerbox img { margin: 3px !important; }
|
30 |
+
|
31 |
+
.wpgmza_markerbox h1,h2,h3,h4,h5,h6,h7,h8,strong,p,br {
|
32 |
+
padding-left:0 !important;
|
33 |
+
padding-right:0 !important;
|
34 |
+
margin-left:0 !important;
|
35 |
+
margin-right:0 !important;
|
36 |
+
color:#000 !important;
|
37 |
+
}
|
38 |
+
|
39 |
+
|
40 |
.wpgmza_markerbox a {
|
41 |
color:#1982D1 !important;
|
42 |
}
|
110 |
}
|
111 |
.dataTables_filter input[type="text"], .dataTables_filter select { display: inline !important; }
|
112 |
.dataTables_filter label { font-weight:bold; }
|
113 |
+
.adp-placemark img { width:24px !important; max-width:none !important; }
|
114 |
+
|
115 |
+
.wpgmza_table .sorting { background-image: none !important; }
|
116 |
+
/* .wpgmza_table .sorting_asc { background-image: none !important; }
|
117 |
+
.wpgmza_table .sorting_desc { background-image: none !important; } */
|
118 |
+
|
119 |
+
|
120 |
+
#wpgm_premium {
|
121 |
+
display:block;
|
122 |
+
overflow:auto;
|
123 |
+
margin:10px;
|
124 |
+
margin-left:0;
|
125 |
+
clear:both;
|
126 |
+
width:90%;
|
127 |
+
}
|
128 |
+
#wpgm_premium h2 {
|
129 |
+
margin-top:0;
|
130 |
+
padding-top:0;
|
131 |
+
font-weight:200;
|
132 |
+
font-size: 20px;
|
133 |
+
padding-bottom:0px;
|
134 |
+
margin-bottom:2px;
|
135 |
+
}
|
136 |
+
#wpgm_premium p {
|
137 |
+
font-size:16px;
|
138 |
+
line-height:28px;
|
139 |
+
|
140 |
+
}
|
141 |
+
.wpgm_premium_row {
|
142 |
+
margin-top:20px;
|
143 |
+
display:block;
|
144 |
+
clear:both;
|
145 |
+
width:100%;
|
146 |
+
overflow:auto;
|
147 |
+
}
|
148 |
+
.wpgm_details p {
|
149 |
+
padding-top:0px;
|
150 |
+
margin-top:2px;
|
151 |
+
color: #666 !important;
|
152 |
+
|
153 |
+
}
|
154 |
+
|
155 |
+
.wpgm_icon {
|
156 |
+
display:block;
|
157 |
+
float:left;
|
158 |
+
width:50px;
|
159 |
+
height:70px;
|
160 |
+
background-image:url(../images/premium.png);
|
161 |
+
background-repeat: no-repeat;
|
162 |
+
}
|
163 |
+
.wpgm_details {
|
164 |
+
display:block;
|
165 |
+
float:left;
|
166 |
+
width:80%;
|
167 |
+
}
|
images/premium.png
ADDED
Binary file
|
js/markerclusterer.js
CHANGED
@@ -60,6 +60,7 @@
|
|
60 |
* @extends google.maps.OverlayView
|
61 |
*/
|
62 |
function MarkerClusterer(map, opt_markers, opt_options) {
|
|
|
63 |
// MarkerClusterer implements google.maps.OverlayView interface. We use the
|
64 |
// extend function to extend MarkerClusterer with google.maps.OverlayView
|
65 |
// because it might not always be available when the code is defined so we
|
@@ -79,6 +80,7 @@ function MarkerClusterer(map, opt_markers, opt_options) {
|
|
79 |
*/
|
80 |
this.clusters_ = [];
|
81 |
|
|
|
82 |
this.sizes = [53, 56, 66, 78, 90];
|
83 |
|
84 |
/**
|
@@ -152,6 +154,7 @@ function MarkerClusterer(map, opt_markers, opt_options) {
|
|
152 |
|
153 |
this.setMap(map);
|
154 |
|
|
|
155 |
/**
|
156 |
* @type {number}
|
157 |
* @private
|
60 |
* @extends google.maps.OverlayView
|
61 |
*/
|
62 |
function MarkerClusterer(map, opt_markers, opt_options) {
|
63 |
+
|
64 |
// MarkerClusterer implements google.maps.OverlayView interface. We use the
|
65 |
// extend function to extend MarkerClusterer with google.maps.OverlayView
|
66 |
// because it might not always be available when the code is defined so we
|
80 |
*/
|
81 |
this.clusters_ = [];
|
82 |
|
83 |
+
|
84 |
this.sizes = [53, 56, 66, 78, 90];
|
85 |
|
86 |
/**
|
154 |
|
155 |
this.setMap(map);
|
156 |
|
157 |
+
|
158 |
/**
|
159 |
* @type {number}
|
160 |
* @private
|
languages/wp-google-maps-default.mo
CHANGED
Binary file
|
languages/wp-google-maps-default.po
CHANGED
@@ -1,1120 +1,1476 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version:
|
4 |
-
"POT-Creation-Date:
|
5 |
-
"PO-Revision-Date:
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
"X-Generator: Poedit 1.5.7\n"
|
12 |
-
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__\n"
|
13 |
"X-Poedit-Basepath: .\n"
|
14 |
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress361\\wp-content\\plugins\\wp-"
|
15 |
"google-maps\n"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
18 |
-
|
|
|
|
|
19 |
msgstr ""
|
20 |
|
21 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
22 |
-
|
|
|
|
|
|
|
|
|
|
|
23 |
msgstr ""
|
24 |
|
25 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
26 |
-
|
|
|
27 |
msgstr ""
|
28 |
|
29 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
30 |
-
|
|
|
31 |
msgstr ""
|
32 |
|
33 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
34 |
-
|
|
|
35 |
msgstr ""
|
36 |
|
37 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
38 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
39 |
-
|
|
|
|
|
|
|
|
|
40 |
msgstr ""
|
41 |
|
42 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
43 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
44 |
-
msgid "
|
45 |
msgstr ""
|
46 |
|
47 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
48 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
49 |
-
msgid "
|
|
|
|
|
|
|
50 |
msgstr ""
|
51 |
|
52 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
53 |
-
|
|
|
54 |
msgstr ""
|
55 |
|
56 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
57 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
58 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:
|
59 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
msgstr ""
|
61 |
|
62 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
63 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
64 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:
|
65 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
66 |
msgstr ""
|
67 |
|
68 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
69 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
70 |
-
msgid "
|
71 |
msgstr ""
|
72 |
|
73 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
74 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-
|
75 |
-
|
76 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1798
|
77 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1945
|
78 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1949
|
79 |
-
msgid "Upload Image"
|
80 |
msgstr ""
|
81 |
|
82 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
83 |
msgid ""
|
84 |
-
"
|
85 |
-
"
|
86 |
msgstr ""
|
87 |
|
88 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
89 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
90 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
91 |
msgstr ""
|
92 |
|
93 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
94 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:
|
95 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
96 |
msgid "Roadmap"
|
97 |
msgstr ""
|
98 |
|
99 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
100 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:
|
101 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
102 |
msgid "Satellite"
|
103 |
msgstr ""
|
104 |
|
105 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
106 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:
|
107 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
108 |
msgid "Hybrid"
|
109 |
msgstr ""
|
110 |
|
111 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
112 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:
|
113 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
114 |
msgid "Terrain"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
118 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
119 |
-
msgid "
|
120 |
msgstr ""
|
121 |
|
122 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
123 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:
|
124 |
-
|
|
|
|
|
|
|
125 |
msgstr ""
|
126 |
|
127 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
128 |
-
|
129 |
-
msgid "Select this for the advanced listing functionality"
|
130 |
msgstr ""
|
131 |
|
132 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
133 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:
|
134 |
-
|
|
|
135 |
msgstr ""
|
136 |
|
137 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
138 |
-
|
139 |
-
msgid "Allow users to filter by category?"
|
140 |
msgstr ""
|
141 |
|
142 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
143 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:
|
144 |
-
|
|
|
|
|
|
|
145 |
msgstr ""
|
146 |
|
147 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
148 |
-
|
149 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro_polygons.php:465
|
150 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro_polylines.php:493
|
151 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1574
|
152 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1631
|
153 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1820
|
154 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2048
|
155 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2242
|
156 |
-
msgid "ID"
|
157 |
msgstr ""
|
158 |
|
159 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
160 |
-
|
161 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1575
|
162 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1634
|
163 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1821
|
164 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1932
|
165 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2244
|
166 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2263
|
167 |
-
msgid "Title"
|
168 |
msgstr ""
|
169 |
|
170 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
171 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:
|
172 |
-
|
173 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2246
|
174 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2265
|
175 |
-
msgid "Address"
|
176 |
msgstr ""
|
177 |
|
178 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2247
|
183 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2266
|
184 |
-
msgid "Description"
|
185 |
msgstr ""
|
186 |
|
187 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
188 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
189 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
190 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:
|
191 |
-
|
192 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2264
|
193 |
-
msgid "Category"
|
194 |
msgstr ""
|
195 |
|
196 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
197 |
-
|
198 |
-
msgid "Ascending"
|
199 |
msgstr ""
|
200 |
|
201 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
202 |
-
|
203 |
-
msgid "Descending"
|
204 |
msgstr ""
|
205 |
|
206 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
207 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
208 |
msgid "Map Alignment"
|
209 |
msgstr ""
|
210 |
|
211 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
212 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
213 |
msgid "Left"
|
214 |
msgstr ""
|
215 |
|
216 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
217 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
218 |
msgid "Center"
|
219 |
msgstr ""
|
220 |
|
221 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
222 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
223 |
msgid "Right"
|
224 |
msgstr ""
|
225 |
|
226 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
227 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
228 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
229 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
230 |
msgid "None"
|
231 |
msgstr ""
|
232 |
|
233 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
234 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
235 |
-
msgid "
|
236 |
-
msgstr ""
|
237 |
-
|
238 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:587
|
239 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:595
|
240 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:615
|
241 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:622
|
242 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:719
|
243 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1368
|
244 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1445
|
245 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1837
|
246 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1845
|
247 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1865
|
248 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1873
|
249 |
-
msgid "Yes"
|
250 |
msgstr ""
|
251 |
|
252 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
253 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
254 |
-
|
255 |
-
|
256 |
-
|
257 |
-
|
258 |
-
|
259 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1445
|
260 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1836
|
261 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1844
|
262 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1850
|
263 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1864
|
264 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1872
|
265 |
-
msgid "No"
|
266 |
msgstr ""
|
267 |
|
268 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
269 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
270 |
msgid "Enable Directions?"
|
271 |
msgstr ""
|
272 |
|
273 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
274 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
275 |
msgid "Directions Box Open by Default?"
|
276 |
msgstr ""
|
277 |
|
278 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
279 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
280 |
msgid "Yes, on the left"
|
281 |
msgstr ""
|
282 |
|
283 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
284 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
285 |
msgid "Yes, on the right"
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
289 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
290 |
msgid "Yes, above"
|
291 |
msgstr ""
|
292 |
|
293 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
294 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
295 |
msgid "Yes, below"
|
296 |
msgstr ""
|
297 |
|
298 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
299 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
300 |
msgid "Directions Box Width"
|
301 |
msgstr ""
|
302 |
|
303 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
304 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
305 |
msgid "Enable Bicycle Layer?"
|
306 |
msgstr ""
|
307 |
|
308 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
309 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
310 |
msgid "Enable Traffic Layer?"
|
311 |
msgstr ""
|
312 |
|
313 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
314 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
315 |
msgid "KML/GeoRSS URL"
|
316 |
msgstr ""
|
317 |
|
318 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
319 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
320 |
msgid "The KML/GeoRSS layer will over-ride most of your map settings"
|
321 |
msgstr ""
|
322 |
|
323 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
324 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
325 |
msgid "Fusion table ID"
|
326 |
msgstr ""
|
327 |
|
328 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
329 |
-
msgid ""
|
330 |
-
"Read data directly from your Fusion Table. For more information, see <a "
|
331 |
-
"href='http://googlemapsmania.blogspot.com/2010/05/fusion-tables-google-maps-"
|
332 |
-
"api.html'>http://googlemapsmania.blogspot.com/2010/05/fusion-tables-google-"
|
333 |
-
"maps-api.html</a>"
|
334 |
msgstr ""
|
335 |
|
336 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
337 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:
|
338 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
339 |
msgid "Remember to save your map!"
|
340 |
msgstr ""
|
341 |
|
342 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
343 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
344 |
msgid "Save Map"
|
345 |
msgstr ""
|
346 |
|
347 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
348 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
349 |
msgid ""
|
350 |
"Tip: Use your mouse to change the layout of your map. When you have "
|
351 |
"positioned the map to your desired location, press \"Save Map\" to keep your "
|
352 |
"settings."
|
353 |
msgstr ""
|
354 |
|
355 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
356 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
357 |
msgid "Markers"
|
358 |
msgstr ""
|
359 |
|
360 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
361 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
362 |
msgid "Polygons"
|
363 |
msgstr ""
|
364 |
|
365 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
366 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
367 |
msgid "Polylines"
|
368 |
msgstr ""
|
369 |
|
370 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
371 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
372 |
msgid "Add a marker"
|
373 |
msgstr ""
|
374 |
|
375 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
376 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
377 |
msgid "Address/GPS"
|
378 |
msgstr ""
|
379 |
|
380 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
381 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
382 |
-
msgid "
|
383 |
msgstr ""
|
384 |
|
385 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
386 |
-
|
|
|
387 |
msgstr ""
|
388 |
|
389 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
390 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
391 |
msgid "Link URL"
|
392 |
msgstr ""
|
393 |
|
394 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
395 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
396 |
msgstr ""
|
397 |
|
398 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
399 |
-
|
400 |
-
msgid "Custom Marker"
|
401 |
msgstr ""
|
402 |
|
403 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
404 |
-
msgid "
|
405 |
msgstr ""
|
406 |
|
407 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
408 |
-
|
409 |
-
msgid "Animation"
|
410 |
msgstr ""
|
411 |
|
412 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
413 |
-
msgid "
|
414 |
msgstr ""
|
415 |
|
416 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
417 |
-
msgid "
|
418 |
msgstr ""
|
419 |
|
420 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
421 |
-
msgid "
|
422 |
msgstr ""
|
423 |
|
424 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
425 |
-
|
426 |
-
msgid "Add Marker"
|
427 |
msgstr ""
|
428 |
|
429 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
430 |
-
|
431 |
-
msgid "Adding"
|
432 |
msgstr ""
|
433 |
|
434 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
435 |
-
|
436 |
-
msgid "Save Marker"
|
437 |
msgstr ""
|
438 |
|
439 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
440 |
-
|
441 |
-
msgid "Saving"
|
442 |
msgstr ""
|
443 |
|
444 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
445 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
446 |
-
|
|
|
|
|
|
|
447 |
msgstr ""
|
448 |
|
449 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
450 |
-
|
451 |
-
|
452 |
-
|
|
|
|
|
453 |
msgstr ""
|
454 |
|
455 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
456 |
-
msgid "
|
457 |
msgstr ""
|
458 |
|
459 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
460 |
-
|
461 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1993
|
462 |
-
msgid "Add a Polyline"
|
463 |
msgstr ""
|
464 |
|
465 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
466 |
-
msgid "
|
467 |
msgstr ""
|
468 |
|
469 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
470 |
-
|
471 |
-
msgid ""
|
472 |
-
"WP Google Maps encourages you to make use of the amazing icons created by "
|
473 |
-
"Nicolas Mollet's Maps Icons Collection"
|
474 |
msgstr ""
|
475 |
|
476 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
477 |
-
|
478 |
-
msgid "and to credit him when doing so."
|
479 |
msgstr ""
|
480 |
|
481 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
482 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
483 |
msgid "Use my location"
|
484 |
msgstr ""
|
485 |
|
486 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
487 |
msgid "Filter by"
|
488 |
msgstr ""
|
489 |
|
490 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
491 |
msgid "Get directions to"
|
492 |
msgstr ""
|
493 |
|
494 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
495 |
msgid "Directions"
|
496 |
msgstr ""
|
497 |
|
498 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
499 |
msgid "Get Directions"
|
500 |
msgstr ""
|
501 |
|
502 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
503 |
msgid "For"
|
504 |
msgstr ""
|
505 |
|
506 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
507 |
msgid "Driving"
|
508 |
msgstr ""
|
509 |
|
510 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
511 |
msgid "Walking"
|
512 |
msgstr ""
|
513 |
|
514 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
515 |
msgid "Bicycling"
|
516 |
msgstr ""
|
517 |
|
518 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
519 |
msgid "show options"
|
520 |
msgstr ""
|
521 |
|
522 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
523 |
msgid "hide options"
|
524 |
msgstr ""
|
525 |
|
526 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
527 |
msgid "Avoid Tolls"
|
528 |
msgstr ""
|
529 |
|
530 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
531 |
msgid "Avoid Highways"
|
532 |
msgstr ""
|
533 |
|
534 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
535 |
msgid "From"
|
536 |
msgstr ""
|
537 |
|
538 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
539 |
msgid "To"
|
540 |
msgstr ""
|
541 |
|
542 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
543 |
msgid "Go"
|
544 |
msgstr ""
|
545 |
|
546 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
547 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
548 |
msgid "Fetching directions..."
|
549 |
msgstr ""
|
550 |
|
551 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
552 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
553 |
msgid "Reset directions"
|
554 |
msgstr ""
|
555 |
|
556 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
557 |
msgid "WP Google Maps"
|
558 |
msgstr ""
|
559 |
|
560 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
561 |
msgid ""
|
562 |
"Please ensure you have <strong>both</strong> the <strong>Basic</strong> and "
|
563 |
"<strong>Pro</strong> versions of WP Google Maps installed and activated at "
|
564 |
"the same time in order for the plugin to function correctly."
|
565 |
msgstr ""
|
566 |
|
567 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
568 |
msgid "Header 1 should be 'id', not"
|
569 |
msgstr ""
|
570 |
|
571 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
572 |
msgid "Header 2 should be 'map_id', not"
|
573 |
msgstr ""
|
574 |
|
575 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
576 |
msgid "Header 3 should be 'address', not"
|
577 |
msgstr ""
|
578 |
|
579 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
580 |
msgid "Header 4 should be 'description', not"
|
581 |
msgstr ""
|
582 |
|
583 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
584 |
msgid "Header 5 should be 'pic', not"
|
585 |
msgstr ""
|
586 |
|
587 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
588 |
msgid "Header 6 should be 'link', not"
|
589 |
msgstr ""
|
590 |
|
591 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
592 |
msgid "Header 7 should be 'icon', not"
|
593 |
msgstr ""
|
594 |
|
595 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
596 |
msgid "Header 8 should be 'lat', not"
|
597 |
msgstr ""
|
598 |
|
599 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
600 |
msgid "Header 9 should be 'lng', not"
|
601 |
msgstr ""
|
602 |
|
603 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
604 |
msgid "Header 10 should be 'anim', not"
|
605 |
msgstr ""
|
606 |
|
607 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
608 |
msgid "Header 11 should be 'title', not"
|
609 |
msgstr ""
|
610 |
|
611 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
612 |
msgid "Header 12 should be 'infoopen', not"
|
613 |
msgstr ""
|
614 |
|
615 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
616 |
msgid "Header 13 should be 'category', not"
|
617 |
msgstr ""
|
618 |
|
619 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
620 |
msgid "CSV import failed"
|
621 |
msgstr ""
|
622 |
|
623 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
624 |
msgid "Your CSV file has been successfully imported"
|
625 |
msgstr ""
|
626 |
|
627 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
628 |
msgid "Download ALL marker data to a CSV file"
|
629 |
msgstr ""
|
630 |
|
631 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
632 |
msgid "Advanced Options"
|
633 |
msgstr ""
|
634 |
|
635 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
636 |
msgid "OR"
|
637 |
msgstr ""
|
638 |
|
639 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
640 |
msgid "Upload CSV File"
|
641 |
msgstr ""
|
642 |
|
643 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
644 |
msgid "Replace existing data with data in file"
|
645 |
msgstr ""
|
646 |
|
647 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
648 |
msgid "Upload File"
|
649 |
msgstr ""
|
650 |
|
651 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
652 |
-
|
653 |
-
msgid "WP Google Map Settings"
|
654 |
-
msgstr ""
|
655 |
-
|
656 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:2733
|
657 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1517
|
658 |
-
msgid "Save Settings"
|
659 |
-
msgstr ""
|
660 |
-
|
661 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:2819
|
662 |
-
msgid ""
|
663 |
-
"An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
|
664 |
-
"\" onclick=\"document.location.reload(); return false;\">Try again</a>"
|
665 |
-
msgstr ""
|
666 |
-
|
667 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:2824
|
668 |
-
msgid "An unknown error occurred"
|
669 |
-
msgstr ""
|
670 |
-
|
671 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:2864
|
672 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1496
|
673 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1700
|
674 |
-
msgid "Map Settings"
|
675 |
-
msgstr ""
|
676 |
-
|
677 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:2867
|
678 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1499
|
679 |
-
msgid "General Map Settings"
|
680 |
-
msgstr ""
|
681 |
-
|
682 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:2869
|
683 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1501
|
684 |
-
msgid "Disable StreetView"
|
685 |
-
msgstr ""
|
686 |
-
|
687 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:2870
|
688 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1502
|
689 |
-
msgid "Disable Zoom Controls"
|
690 |
msgstr ""
|
691 |
|
692 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
693 |
-
|
694 |
-
msgid "Disable Pan Controls"
|
695 |
msgstr ""
|
696 |
|
697 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
698 |
-
|
699 |
-
msgid "Disable Map Type Controls"
|
700 |
msgstr ""
|
701 |
|
702 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
703 |
-
msgid "
|
704 |
msgstr ""
|
705 |
|
706 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
707 |
-
msgid "
|
708 |
msgstr ""
|
709 |
|
710 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
711 |
-
msgid "
|
712 |
msgstr ""
|
713 |
|
714 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
715 |
-
msgid "
|
716 |
msgstr ""
|
717 |
|
718 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
719 |
msgid "Hide the Category column"
|
720 |
msgstr ""
|
721 |
|
722 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
723 |
-
|
724 |
-
msgid "Troubleshooting Options"
|
725 |
-
msgstr ""
|
726 |
-
|
727 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:2887
|
728 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1510
|
729 |
-
msgid ""
|
730 |
-
"Over-ride current jQuery with version 1.8.3 (Tick this box if you are "
|
731 |
-
"receiving jQuery related errors)"
|
732 |
msgstr ""
|
733 |
|
734 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
735 |
msgid "InfoWindow Settings"
|
736 |
msgstr ""
|
737 |
|
738 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
739 |
msgid "Default Image Width"
|
740 |
msgstr ""
|
741 |
|
742 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
743 |
msgid "Default Image Height"
|
744 |
msgstr ""
|
745 |
|
746 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
747 |
msgid "Image Thumbnails"
|
748 |
msgstr ""
|
749 |
|
750 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
751 |
msgid "Do not use TimThumb"
|
752 |
msgstr ""
|
753 |
|
754 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
755 |
msgid "(Tick this if you are having problems viewing your thumbnail images)"
|
756 |
msgstr ""
|
757 |
|
758 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
759 |
msgid "Max InfoWindow Width"
|
760 |
msgstr ""
|
761 |
|
762 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
763 |
-
msgid "(Minimum:
|
764 |
msgstr ""
|
765 |
|
766 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
767 |
msgid "Other settings"
|
768 |
msgstr ""
|
769 |
|
770 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
771 |
msgid "Open links in a new window"
|
772 |
msgstr ""
|
773 |
|
774 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
775 |
msgid "(Tick this if you want to open your links in a new window)"
|
776 |
msgstr ""
|
777 |
|
778 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro.php:
|
779 |
msgid "Hide the address field"
|
780 |
msgstr ""
|
781 |
|
782 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-
|
783 |
-
|
784 |
-
msgid "Marker Categories"
|
785 |
msgstr ""
|
786 |
|
787 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro_categories.php:15
|
788 |
-
|
|
|
789 |
msgstr ""
|
790 |
|
791 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro_categories.php:
|
792 |
-
|
793 |
-
msgid "Pro Version"
|
794 |
msgstr ""
|
795 |
|
796 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro_categories.php:19
|
797 |
msgid "Create marker categories"
|
798 |
msgstr ""
|
799 |
|
800 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro_categories.php:
|
801 |
-
|
802 |
-
msgid "with the"
|
803 |
msgstr ""
|
804 |
|
805 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro_categories.php:
|
806 |
-
|
807 |
-
msgid "of WP Google Maps for only"
|
808 |
msgstr ""
|
809 |
|
810 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro_categories.php:
|
811 |
-
|
812 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1611
|
813 |
-
msgid "Problems with the plugin? See the troubleshooting manual."
|
814 |
msgstr ""
|
815 |
|
816 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro_categories.php:
|
817 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro_categories.php:
|
818 |
msgid "Add a Marker Category"
|
819 |
msgstr ""
|
820 |
|
821 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro_categories.php:
|
822 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro_categories.php:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
823 |
msgid "Save Category"
|
824 |
msgstr ""
|
825 |
|
826 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro_categories.php:
|
827 |
-
|
828 |
-
msgid "Select"
|
829 |
msgstr ""
|
830 |
|
831 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro_categories.php:
|
832 |
-
|
833 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2243
|
834 |
-
msgid "Icon"
|
835 |
msgstr ""
|
836 |
|
837 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro_categories.php:
|
838 |
-
|
839 |
-
msgid "Trash"
|
840 |
msgstr ""
|
841 |
|
842 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro_categories.php:
|
843 |
-
|
844 |
-
|
845 |
-
|
846 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
847 |
-
msgid "
|
848 |
msgstr ""
|
849 |
|
850 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro_polygons.php:42
|
851 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro_polygons.php:90
|
852 |
msgid "Save Polygon"
|
853 |
msgstr ""
|
854 |
|
855 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro_polygons.php:73
|
856 |
msgid "Edit Polygon"
|
857 |
msgstr ""
|
858 |
|
859 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro_polygons.php:466
|
860 |
msgid "Polygon Data"
|
861 |
msgstr ""
|
862 |
|
863 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro_polygons.php:
|
864 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro_polylines.php:495
|
865 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2250
|
866 |
-
msgid "Action"
|
867 |
-
msgstr ""
|
868 |
-
|
869 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro_polygons.php:491
|
870 |
msgid "Delete this polygon"
|
871 |
msgstr ""
|
872 |
|
873 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-
|
874 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro_polylines.php:
|
875 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2223
|
876 |
-
msgid "Delete"
|
877 |
-
msgstr ""
|
878 |
-
|
879 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro_polylines.php:42
|
880 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro_polylines.php:90
|
881 |
msgid "Save Polyline"
|
882 |
msgstr ""
|
883 |
|
884 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro_polylines.php:73
|
885 |
msgid "Edit Polyline"
|
886 |
msgstr ""
|
887 |
|
888 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro_polylines.php:494
|
889 |
msgid "Polyline Data"
|
890 |
msgstr ""
|
891 |
|
892 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wp-google-maps-pro_polylines.php:519
|
893 |
msgid "Delete this polyline"
|
894 |
msgstr ""
|
895 |
|
896 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
897 |
-
msgid "
|
898 |
-
msgstr ""
|
899 |
-
|
900 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1335
|
901 |
-
msgid "Categories"
|
902 |
-
msgstr ""
|
903 |
-
|
904 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1336
|
905 |
-
msgid "Advanced"
|
906 |
-
msgstr ""
|
907 |
-
|
908 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1338
|
909 |
-
msgid "Settings"
|
910 |
-
msgstr ""
|
911 |
-
|
912 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1354
|
913 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1431
|
914 |
-
msgid "Experiencing problems with the plugin?"
|
915 |
-
msgstr ""
|
916 |
-
|
917 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1354
|
918 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1431
|
919 |
-
msgid "See the troubleshooting manual."
|
920 |
-
msgstr ""
|
921 |
-
|
922 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1354
|
923 |
-
msgid "Or ask a question on our "
|
924 |
-
msgstr ""
|
925 |
-
|
926 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1354
|
927 |
-
msgid "Support forum."
|
928 |
-
msgstr ""
|
929 |
-
|
930 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1368
|
931 |
-
msgid "Delete your map"
|
932 |
-
msgstr ""
|
933 |
-
|
934 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1368
|
935 |
-
msgid "Are you sure you want to delete the map"
|
936 |
-
msgstr ""
|
937 |
-
|
938 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1445
|
939 |
-
msgid "Delete Marker"
|
940 |
-
msgstr ""
|
941 |
-
|
942 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1445
|
943 |
-
msgid "Are you sure you want to delete this marker:"
|
944 |
-
msgstr ""
|
945 |
-
|
946 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1539
|
947 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1543
|
948 |
-
msgid "My Maps"
|
949 |
-
msgstr ""
|
950 |
-
|
951 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1539
|
952 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1608
|
953 |
-
msgid "Add New"
|
954 |
-
msgstr ""
|
955 |
-
|
956 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1544
|
957 |
-
msgid "Create unlimited maps"
|
958 |
-
msgstr ""
|
959 |
-
|
960 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1578
|
961 |
-
msgid "Type"
|
962 |
-
msgstr ""
|
963 |
-
|
964 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1608
|
965 |
-
msgid "My Markers"
|
966 |
-
msgstr ""
|
967 |
-
|
968 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1633
|
969 |
-
msgid "Linked to"
|
970 |
-
msgstr ""
|
971 |
-
|
972 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1636
|
973 |
-
msgid "GPS"
|
974 |
-
msgstr ""
|
975 |
-
|
976 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1637
|
977 |
-
msgid "Pic"
|
978 |
-
msgstr ""
|
979 |
-
|
980 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1638
|
981 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2249
|
982 |
-
msgid "Link"
|
983 |
-
msgstr ""
|
984 |
-
|
985 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1689
|
986 |
-
msgid ""
|
987 |
-
"Add custom icons, titles, descriptions, pictures and links to your markers "
|
988 |
-
"with the"
|
989 |
-
msgstr ""
|
990 |
-
|
991 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1689
|
992 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1690
|
993 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2016
|
994 |
-
msgid "Pro Edition"
|
995 |
-
msgstr ""
|
996 |
-
|
997 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1689
|
998 |
-
msgid "of this plugin for just"
|
999 |
-
msgstr ""
|
1000 |
-
|
1001 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1690
|
1002 |
-
msgid "Purchase the Pro Edition"
|
1003 |
-
msgstr ""
|
1004 |
-
|
1005 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1690
|
1006 |
-
msgid "of WP Google Maps and save your markers to a CSV file!"
|
1007 |
-
msgstr ""
|
1008 |
-
|
1009 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1792
|
1010 |
-
msgid ""
|
1011 |
-
"Get all of these advanced features with the Pro version for only <a href="
|
1012 |
-
"\"http://www.wpgmaps.com/purchase-professional-version/?"
|
1013 |
-
"utm_source=plugin&utm_medium=link&utm_campaign=advanced\">$14.99 once off</"
|
1014 |
-
"a>. Support and updates included forever."
|
1015 |
-
msgstr ""
|
1016 |
-
|
1017 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1891
|
1018 |
-
msgid "Read data directly from your Fusion Table."
|
1019 |
-
msgstr ""
|
1020 |
-
|
1021 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1987
|
1022 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1996
|
1023 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2007
|
1024 |
-
msgid "Add detailed information to your markers!"
|
1025 |
-
msgstr ""
|
1026 |
-
|
1027 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1987
|
1028 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1996
|
1029 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2007
|
1030 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2011
|
1031 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2015
|
1032 |
-
msgid "Add custom markers to your map!"
|
1033 |
msgstr ""
|
1034 |
|
1035 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
1036 |
-
msgid "
|
1037 |
-
msgstr ""
|
1038 |
-
|
1039 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1988
|
1040 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1997
|
1041 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2008
|
1042 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2016
|
1043 |
-
msgid "Click"
|
1044 |
msgstr ""
|
1045 |
|
1046 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
1047 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
1048 |
-
|
1049 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2016
|
1050 |
-
msgid "here"
|
1051 |
-
msgstr ""
|
1052 |
-
|
1053 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1997
|
1054 |
-
msgid "Add Polylines and routes to your maps for only"
|
1055 |
msgstr ""
|
1056 |
|
1057 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
1058 |
-
|
|
|
1059 |
msgstr ""
|
1060 |
|
1061 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
1062 |
-
|
1063 |
-
"
|
1064 |
-
"out!"
|
1065 |
msgstr ""
|
1066 |
|
1067 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
1068 |
-
msgid "
|
1069 |
msgstr ""
|
1070 |
|
1071 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
1072 |
-
msgid "
|
1073 |
msgstr ""
|
1074 |
|
1075 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
1076 |
-
msgid "
|
1077 |
msgstr ""
|
1078 |
|
1079 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
1080 |
-
msgid "
|
1081 |
msgstr ""
|
1082 |
|
1083 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
1084 |
-
msgid "
|
1085 |
msgstr ""
|
1086 |
|
1087 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
1088 |
-
msgid ""
|
1089 |
-
"Tip: Use your mouse to change the location of the marker. Simply click and "
|
1090 |
-
"drag it to your desired location."
|
1091 |
msgstr ""
|
1092 |
|
1093 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
1094 |
-
msgid ""
|
1095 |
-
"There are too many markers to make use of the live edit function. The "
|
1096 |
-
"maximum amount for this functionality is 2000 markers. Anything more than "
|
1097 |
-
"that could crash your browser. In order to edit your markers, you would need "
|
1098 |
-
"to download the table in CSV format, edit it and re-upload it."
|
1099 |
msgstr ""
|
1100 |
|
1101 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
1102 |
-
msgid "
|
1103 |
msgstr ""
|
1104 |
|
1105 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
1106 |
-
|
1107 |
-
msgid "Edit this marker"
|
1108 |
msgstr ""
|
1109 |
|
1110 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
1111 |
-
msgid "
|
1112 |
msgstr ""
|
1113 |
|
1114 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
1115 |
-
msgid "
|
1116 |
msgstr ""
|
1117 |
|
1118 |
-
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/
|
1119 |
-
msgid "
|
1120 |
msgstr ""
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: WP Google Maps\n"
|
4 |
+
"POT-Creation-Date: 2014-02-11 13:53+0200\n"
|
5 |
+
"PO-Revision-Date: 2014-02-11 13:54+0200\n"
|
6 |
"Last-Translator: \n"
|
7 |
"Language-Team: \n"
|
8 |
"MIME-Version: 1.0\n"
|
9 |
"Content-Type: text/plain; charset=UTF-8\n"
|
10 |
"Content-Transfer-Encoding: 8bit\n"
|
11 |
"X-Generator: Poedit 1.5.7\n"
|
12 |
+
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
|
13 |
"X-Poedit-Basepath: .\n"
|
14 |
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress361\\wp-content\\plugins\\wp-"
|
15 |
"google-maps\n"
|
16 |
+
"X-Poedit-SearchPath-1: C:\\wamp\\www\\wordpress361\\wp-content\\plugins\\wp-"
|
17 |
+
"google-maps-pro\n"
|
18 |
+
"X-Poedit-SearchPath-2: C:\\wamp\\www\\wordpress361\\wp-content\\plugins\\wp-"
|
19 |
+
"google-maps-gold\n"
|
20 |
+
"X-Poedit-SearchPath-3: C:\\wamp\\www\\wordpress361\\wp-content\\plugins\\wp-"
|
21 |
+
"google-maps-store-locator\n"
|
22 |
+
"X-Poedit-SearchPath-4: C:\\wamp\\www\\wordpress361\\wp-content\\plugins\\wp-"
|
23 |
+
"google-maps-ugm\n"
|
24 |
|
25 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/newEmptyPHP1.php:240
|
26 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/newEmptyPHP1.php:252
|
27 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1526
|
28 |
+
msgid "Getting your current location address..."
|
29 |
msgstr ""
|
30 |
|
31 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/newEmptyPHP1.php:735
|
32 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/newEmptyPHP1.php:1541
|
33 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1518
|
34 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2130
|
35 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2547
|
36 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:759
|
37 |
+
msgid "More details"
|
38 |
msgstr ""
|
39 |
|
40 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/newEmptyPHP1.php:788
|
41 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1523
|
42 |
+
msgid "Get directions"
|
43 |
msgstr ""
|
44 |
|
45 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/newEmptyPHP1.php:860
|
46 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1524
|
47 |
+
msgid "My location"
|
48 |
msgstr ""
|
49 |
|
50 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/newEmptyPHP1.php:945
|
51 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1525
|
52 |
+
msgid "Please fill out both the 'from' and 'to' fields"
|
53 |
msgstr ""
|
54 |
|
55 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/newEmptyPHP1.php:1226
|
56 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/newEmptyPHP1.php:1310
|
57 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1843
|
58 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1925
|
59 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:444
|
60 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:528
|
61 |
+
msgid "Geocode was not successful for the following reason"
|
62 |
msgstr ""
|
63 |
|
64 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/newEmptyPHP1.php:1648
|
65 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:866
|
66 |
+
msgid "Advanced Map Settings"
|
67 |
msgstr ""
|
68 |
|
69 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/newEmptyPHP1.php:1649
|
70 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:867
|
71 |
+
msgid ""
|
72 |
+
"Use the <a href='http://gmaps-samples-v3.googlecode.com/svn/trunk/styledmaps/"
|
73 |
+
"wizard/index.html' target='_BLANK'>Google Maps API Styled Map Wizard</a> to "
|
74 |
+
"get your style settings"
|
75 |
msgstr ""
|
76 |
|
77 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/newEmptyPHP1.php:1654
|
78 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:872
|
79 |
+
msgid "Enable Mass Marker Support"
|
80 |
msgstr ""
|
81 |
|
82 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/newEmptyPHP1.php:1657
|
83 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/newEmptyPHP1.php:1666
|
84 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1394
|
85 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1470
|
86 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1827
|
87 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1904
|
88 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1913
|
89 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1921
|
90 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2101
|
91 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:568
|
92 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:672
|
93 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:680
|
94 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:687
|
95 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:784
|
96 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:35
|
97 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:875
|
98 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:884
|
99 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:98
|
100 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:116
|
101 |
+
msgid "Yes"
|
102 |
msgstr ""
|
103 |
|
104 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/newEmptyPHP1.php:1658
|
105 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/newEmptyPHP1.php:1667
|
106 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1394
|
107 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1470
|
108 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1826
|
109 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1838
|
110 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1903
|
111 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1912
|
112 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1920
|
113 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2100
|
114 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:569
|
115 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:579
|
116 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:673
|
117 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:681
|
118 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:688
|
119 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:783
|
120 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:35
|
121 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:876
|
122 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:885
|
123 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:99
|
124 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:117
|
125 |
+
msgid "No"
|
126 |
msgstr ""
|
127 |
|
128 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/newEmptyPHP1.php:1663
|
129 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:881
|
130 |
+
msgid "Enable Advanced Styling"
|
131 |
msgstr ""
|
132 |
|
133 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/newEmptyPHP1.php:1672
|
134 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:890
|
135 |
+
msgid "Paste the JSON data here"
|
|
|
|
|
|
|
|
|
136 |
msgstr ""
|
137 |
|
138 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/newEmptyPHP1.php:1676
|
139 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:894
|
140 |
+
msgid "Save Style Settings"
|
141 |
+
msgstr ""
|
142 |
+
|
143 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/newEmptyPHP1.php:1754
|
144 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2447
|
145 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:972
|
146 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-store-locator/wp-google-maps-store-locator-add-on.php:124
|
147 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:349
|
148 |
msgid ""
|
149 |
+
"An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
|
150 |
+
"\" onclick=\"document.location.reload(); return false;\">Try again</a>"
|
151 |
msgstr ""
|
152 |
|
153 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/newEmptyPHP1.php:1759
|
154 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2452
|
155 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:977
|
156 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-store-locator/wp-google-maps-store-locator-add-on.php:129
|
157 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:354
|
158 |
+
msgid "An unknown error occurred"
|
159 |
+
msgstr ""
|
160 |
+
|
161 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1165
|
162 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1350
|
163 |
+
msgid "Your settings have been saved."
|
164 |
+
msgstr ""
|
165 |
+
|
166 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1194
|
167 |
+
msgid "Your marker location has been saved."
|
168 |
+
msgstr ""
|
169 |
+
|
170 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1225
|
171 |
+
msgid "Your polygon has been created."
|
172 |
+
msgstr ""
|
173 |
+
|
174 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1257
|
175 |
+
msgid "Your polygon has been saved."
|
176 |
+
msgstr ""
|
177 |
+
|
178 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1288
|
179 |
+
msgid "Your polyline has been created."
|
180 |
+
msgstr ""
|
181 |
+
|
182 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1320
|
183 |
+
msgid "Your polyline has been saved."
|
184 |
+
msgstr ""
|
185 |
+
|
186 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1366
|
187 |
+
msgid "Maps"
|
188 |
+
msgstr ""
|
189 |
+
|
190 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1370
|
191 |
+
msgid "Categories"
|
192 |
+
msgstr ""
|
193 |
+
|
194 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1371
|
195 |
+
msgid "Advanced"
|
196 |
+
msgstr ""
|
197 |
+
|
198 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1373
|
199 |
+
msgid "Settings"
|
200 |
+
msgstr ""
|
201 |
+
|
202 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1382
|
203 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1456
|
204 |
+
msgid "Experiencing problems with the plugin?"
|
205 |
+
msgstr ""
|
206 |
+
|
207 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1382
|
208 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1456
|
209 |
+
msgid "See the troubleshooting manual."
|
210 |
+
msgstr ""
|
211 |
+
|
212 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1382
|
213 |
+
msgid "Or ask a question on our "
|
214 |
+
msgstr ""
|
215 |
+
|
216 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1382
|
217 |
+
msgid "Support forum."
|
218 |
+
msgstr ""
|
219 |
+
|
220 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1390
|
221 |
+
msgid "There was a problem deleting the map."
|
222 |
+
msgstr ""
|
223 |
+
|
224 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1394
|
225 |
+
msgid "Delete your map"
|
226 |
+
msgstr ""
|
227 |
+
|
228 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1394
|
229 |
+
msgid "Are you sure you want to delete the map"
|
230 |
+
msgstr ""
|
231 |
+
|
232 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1466
|
233 |
+
msgid "There was a problem deleting the marker."
|
234 |
+
msgstr ""
|
235 |
+
|
236 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1470
|
237 |
+
msgid "Delete Marker"
|
238 |
+
msgstr ""
|
239 |
+
|
240 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1470
|
241 |
+
msgid "Are you sure you want to delete this marker:"
|
242 |
+
msgstr ""
|
243 |
+
|
244 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1492
|
245 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2336
|
246 |
+
msgid "WP Google Map Settings"
|
247 |
+
msgstr ""
|
248 |
+
|
249 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1521
|
250 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1724
|
251 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2500
|
252 |
+
msgid "Map Settings"
|
253 |
+
msgstr ""
|
254 |
+
|
255 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1524
|
256 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2503
|
257 |
+
msgid "General Map Settings"
|
258 |
+
msgstr ""
|
259 |
+
|
260 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1526
|
261 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2505
|
262 |
+
msgid "Disable StreetView"
|
263 |
+
msgstr ""
|
264 |
+
|
265 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1527
|
266 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2506
|
267 |
+
msgid "Disable Zoom Controls"
|
268 |
+
msgstr ""
|
269 |
+
|
270 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1528
|
271 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2507
|
272 |
+
msgid "Disable Pan Controls"
|
273 |
+
msgstr ""
|
274 |
+
|
275 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1529
|
276 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2508
|
277 |
+
msgid "Disable Map Type Controls"
|
278 |
+
msgstr ""
|
279 |
+
|
280 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1533
|
281 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2525
|
282 |
+
msgid "Troubleshooting Options"
|
283 |
+
msgstr ""
|
284 |
+
|
285 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1535
|
286 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2527
|
287 |
+
msgid ""
|
288 |
+
"Over-ride current jQuery with version 1.8.3 (Tick this box if you are "
|
289 |
+
"receiving jQuery related errors)"
|
290 |
+
msgstr ""
|
291 |
+
|
292 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1542
|
293 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2361
|
294 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:123
|
295 |
+
msgid "Save Settings"
|
296 |
+
msgstr ""
|
297 |
+
|
298 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1564
|
299 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1568
|
300 |
+
msgid "My Maps"
|
301 |
+
msgstr ""
|
302 |
+
|
303 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1564
|
304 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1633
|
305 |
+
msgid "Add New"
|
306 |
+
msgstr ""
|
307 |
+
|
308 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1569
|
309 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:19
|
310 |
+
msgid "Pro Version"
|
311 |
+
msgstr ""
|
312 |
+
|
313 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1569
|
314 |
+
msgid "Create unlimited maps"
|
315 |
+
msgstr ""
|
316 |
+
|
317 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1569
|
318 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:19
|
319 |
+
msgid "with the"
|
320 |
+
msgstr ""
|
321 |
+
|
322 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1569
|
323 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:19
|
324 |
+
msgid "of WP Google Maps for only"
|
325 |
+
msgstr ""
|
326 |
+
|
327 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1575
|
328 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1636
|
329 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:24
|
330 |
+
msgid "Problems with the plugin? See the troubleshooting manual."
|
331 |
+
msgstr ""
|
332 |
+
|
333 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1599
|
334 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1656
|
335 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1887
|
336 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2210
|
337 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2421
|
338 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:645
|
339 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:432
|
340 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_polygons.php:465
|
341 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_polylines.php:493
|
342 |
+
msgid "ID"
|
343 |
+
msgstr ""
|
344 |
+
|
345 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1600
|
346 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1659
|
347 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1888
|
348 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2106
|
349 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2423
|
350 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2442
|
351 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:646
|
352 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:745
|
353 |
+
msgid "Title"
|
354 |
+
msgstr ""
|
355 |
+
|
356 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1601
|
357 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1772
|
358 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:541
|
359 |
+
msgid "Width"
|
360 |
+
msgstr ""
|
361 |
+
|
362 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1602
|
363 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1783
|
364 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:548
|
365 |
+
msgid "Height"
|
366 |
+
msgstr ""
|
367 |
+
|
368 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1603
|
369 |
+
msgid "Type"
|
370 |
msgstr ""
|
371 |
|
372 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1609
|
373 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1805
|
374 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:619
|
375 |
msgid "Roadmap"
|
376 |
msgstr ""
|
377 |
|
378 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1610
|
379 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1806
|
380 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:620
|
381 |
msgid "Satellite"
|
382 |
msgstr ""
|
383 |
|
384 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1611
|
385 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1807
|
386 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:621
|
387 |
msgid "Hybrid"
|
388 |
msgstr ""
|
389 |
|
390 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1612
|
391 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1808
|
392 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:622
|
393 |
msgid "Terrain"
|
394 |
msgstr ""
|
395 |
|
396 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1614
|
397 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:441
|
398 |
+
msgid "Trash"
|
399 |
msgstr ""
|
400 |
|
401 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1618
|
402 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2400
|
403 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:445
|
404 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_polygons.php:490
|
405 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_polylines.php:518
|
406 |
+
msgid "Edit"
|
407 |
msgstr ""
|
408 |
|
409 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1633
|
410 |
+
msgid "My Markers"
|
|
|
411 |
msgstr ""
|
412 |
|
413 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1657
|
414 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2422
|
415 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:434
|
416 |
+
msgid "Icon"
|
417 |
msgstr ""
|
418 |
|
419 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1658
|
420 |
+
msgid "Linked to"
|
|
|
421 |
msgstr ""
|
422 |
|
423 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1660
|
424 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1889
|
425 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2425
|
426 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2444
|
427 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:647
|
428 |
+
msgid "Address"
|
429 |
msgstr ""
|
430 |
|
431 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1661
|
432 |
+
msgid "GPS"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
433 |
msgstr ""
|
434 |
|
435 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1662
|
436 |
+
msgid "Pic"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
437 |
msgstr ""
|
438 |
|
439 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1663
|
440 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2428
|
441 |
+
msgid "Link"
|
|
|
|
|
|
|
442 |
msgstr ""
|
443 |
|
444 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1713
|
445 |
+
msgid ""
|
446 |
+
"Add custom icons, titles, descriptions, pictures and links to your markers "
|
447 |
+
"with the"
|
|
|
|
|
|
|
448 |
msgstr ""
|
449 |
|
450 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1713
|
451 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1714
|
452 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2174
|
453 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2178
|
454 |
+
msgid "Pro Edition"
|
|
|
|
|
455 |
msgstr ""
|
456 |
|
457 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1713
|
458 |
+
msgid "of this plugin for just"
|
|
|
459 |
msgstr ""
|
460 |
|
461 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1714
|
462 |
+
msgid "Purchase the Pro Edition"
|
|
|
463 |
msgstr ""
|
464 |
|
465 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1714
|
466 |
+
msgid "of WP Google Maps and save your markers to a CSV file!"
|
467 |
+
msgstr ""
|
468 |
+
|
469 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1764
|
470 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:530
|
471 |
+
msgid "Short code"
|
472 |
+
msgstr ""
|
473 |
+
|
474 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1765
|
475 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:531
|
476 |
+
msgid "copy this into your post or page to display the map"
|
477 |
+
msgstr ""
|
478 |
+
|
479 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1768
|
480 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:535
|
481 |
+
msgid "Map Name"
|
482 |
+
msgstr ""
|
483 |
+
|
484 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1793
|
485 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:659
|
486 |
msgid "Map Alignment"
|
487 |
msgstr ""
|
488 |
|
489 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1795
|
490 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:661
|
491 |
msgid "Left"
|
492 |
msgstr ""
|
493 |
|
494 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1796
|
495 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:662
|
496 |
msgid "Center"
|
497 |
msgstr ""
|
498 |
|
499 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1797
|
500 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:663
|
501 |
msgid "Right"
|
502 |
msgstr ""
|
503 |
|
504 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1798
|
505 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2091
|
506 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:664
|
507 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:774
|
508 |
msgid "None"
|
509 |
msgstr ""
|
510 |
|
511 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1803
|
512 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:617
|
513 |
+
msgid "Map type"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
514 |
msgstr ""
|
515 |
|
516 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1818
|
517 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1859
|
518 |
+
msgid ""
|
519 |
+
"Get all of these advanced features with the Pro version for only <a href="
|
520 |
+
"\"http://www.wpgmaps.com/purchase-professional-version/?"
|
521 |
+
"utm_source=plugin&utm_medium=link&utm_campaign=advanced\">$14.99 once off</"
|
522 |
+
"a>. Support and updates included forever."
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
523 |
msgstr ""
|
524 |
|
525 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1824
|
526 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:566
|
527 |
msgid "Enable Directions?"
|
528 |
msgstr ""
|
529 |
|
530 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1834
|
531 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:575
|
532 |
msgid "Directions Box Open by Default?"
|
533 |
msgstr ""
|
534 |
|
535 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1839
|
536 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:580
|
537 |
msgid "Yes, on the left"
|
538 |
msgstr ""
|
539 |
|
540 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1840
|
541 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:581
|
542 |
msgid "Yes, on the right"
|
543 |
msgstr ""
|
544 |
|
545 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1841
|
546 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:582
|
547 |
msgid "Yes, above"
|
548 |
msgstr ""
|
549 |
|
550 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1842
|
551 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:583
|
552 |
msgid "Yes, below"
|
553 |
msgstr ""
|
554 |
|
555 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1848
|
556 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:589
|
557 |
msgid "Directions Box Width"
|
558 |
msgstr ""
|
559 |
|
560 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1864
|
561 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:612
|
562 |
+
msgid "Default Marker Image"
|
563 |
+
msgstr ""
|
564 |
+
|
565 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1865
|
566 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2114
|
567 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2118
|
568 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:613
|
569 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:758
|
570 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:762
|
571 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:101
|
572 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:171
|
573 |
+
msgid "Upload Image"
|
574 |
+
msgstr ""
|
575 |
+
|
576 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1869
|
577 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:627
|
578 |
+
msgid "List all Markers"
|
579 |
+
msgstr ""
|
580 |
+
|
581 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1871
|
582 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:629
|
583 |
+
msgid "List all markers below the map"
|
584 |
+
msgstr ""
|
585 |
+
|
586 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1872
|
587 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:630
|
588 |
+
msgid "Select this for the advanced listing functionality"
|
589 |
+
msgstr ""
|
590 |
+
|
591 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1877
|
592 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:635
|
593 |
+
msgid "Filter by Category"
|
594 |
+
msgstr ""
|
595 |
+
|
596 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1879
|
597 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:637
|
598 |
+
msgid "Allow users to filter by category?"
|
599 |
+
msgstr ""
|
600 |
+
|
601 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1884
|
602 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:642
|
603 |
+
msgid "Order markers by"
|
604 |
+
msgstr ""
|
605 |
+
|
606 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1890
|
607 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2111
|
608 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2426
|
609 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2445
|
610 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:648
|
611 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:755
|
612 |
+
msgid "Description"
|
613 |
+
msgstr ""
|
614 |
+
|
615 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1893
|
616 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:653
|
617 |
+
msgid "Descending"
|
618 |
+
msgstr ""
|
619 |
+
|
620 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1894
|
621 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:652
|
622 |
+
msgid "Ascending"
|
623 |
+
msgstr ""
|
624 |
+
|
625 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1901
|
626 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:670
|
627 |
+
msgid "Show User's Location?"
|
628 |
+
msgstr ""
|
629 |
+
|
630 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1910
|
631 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:678
|
632 |
msgid "Enable Bicycle Layer?"
|
633 |
msgstr ""
|
634 |
|
635 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1918
|
636 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:685
|
637 |
msgid "Enable Traffic Layer?"
|
638 |
msgstr ""
|
639 |
|
640 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1931
|
641 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:698
|
642 |
msgid "KML/GeoRSS URL"
|
643 |
msgstr ""
|
644 |
|
645 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1933
|
646 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:700
|
647 |
msgid "The KML/GeoRSS layer will over-ride most of your map settings"
|
648 |
msgstr ""
|
649 |
|
650 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1937
|
651 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:704
|
652 |
msgid "Fusion table ID"
|
653 |
msgstr ""
|
654 |
|
655 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:1939
|
656 |
+
msgid "Read data directly from your Fusion Table."
|
|
|
|
|
|
|
|
|
657 |
msgstr ""
|
658 |
|
659 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2051
|
660 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2062
|
661 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:711
|
662 |
msgid "Remember to save your map!"
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2055
|
666 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:724
|
667 |
msgid "Save Map"
|
668 |
msgstr ""
|
669 |
|
670 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2057
|
671 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:726
|
672 |
msgid ""
|
673 |
"Tip: Use your mouse to change the layout of your map. When you have "
|
674 |
"positioned the map to your desired location, press \"Save Map\" to keep your "
|
675 |
"settings."
|
676 |
msgstr ""
|
677 |
|
678 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2069
|
679 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:733
|
680 |
msgid "Markers"
|
681 |
msgstr ""
|
682 |
|
683 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2070
|
684 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:734
|
685 |
msgid "Polygons"
|
686 |
msgstr ""
|
687 |
|
688 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2071
|
689 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:735
|
690 |
msgid "Polylines"
|
691 |
msgstr ""
|
692 |
|
693 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2077
|
694 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:740
|
695 |
msgid "Add a marker"
|
696 |
msgstr ""
|
697 |
|
698 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2082
|
699 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:750
|
700 |
msgid "Address/GPS"
|
701 |
msgstr ""
|
702 |
|
703 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2088
|
704 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:771
|
705 |
+
msgid "Animation"
|
706 |
msgstr ""
|
707 |
|
708 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2092
|
709 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:775
|
710 |
+
msgid "Bounce"
|
711 |
msgstr ""
|
712 |
|
713 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2093
|
714 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:776
|
715 |
+
msgid "Drop"
|
716 |
+
msgstr ""
|
717 |
+
|
718 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2097
|
719 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:780
|
720 |
+
msgid "InfoWindow open by default"
|
721 |
+
msgstr ""
|
722 |
+
|
723 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2113
|
724 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:757
|
725 |
+
msgid "Pic URL"
|
726 |
+
msgstr ""
|
727 |
+
|
728 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2115
|
729 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:759
|
730 |
msgid "Link URL"
|
731 |
msgstr ""
|
732 |
|
733 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2117
|
734 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:761
|
735 |
+
msgid "Custom Marker"
|
736 |
+
msgstr ""
|
737 |
+
|
738 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2120
|
739 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2424
|
740 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2443
|
741 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:649
|
742 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:764
|
743 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:433
|
744 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-store-locator/wp-google-maps-store-locator-add-on.php:164
|
745 |
+
msgid "Category"
|
746 |
+
msgstr ""
|
747 |
+
|
748 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2123
|
749 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:346
|
750 |
+
msgid "Select"
|
751 |
+
msgstr ""
|
752 |
+
|
753 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2130
|
754 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:790
|
755 |
+
msgid "Add Marker"
|
756 |
+
msgstr ""
|
757 |
+
|
758 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2130
|
759 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:790
|
760 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:229
|
761 |
+
msgid "Adding"
|
762 |
+
msgstr ""
|
763 |
+
|
764 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2131
|
765 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:791
|
766 |
+
msgid "Save Marker"
|
767 |
+
msgstr ""
|
768 |
+
|
769 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2131
|
770 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:791
|
771 |
+
msgid "Saving"
|
772 |
+
msgstr ""
|
773 |
+
|
774 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2138
|
775 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:795
|
776 |
+
msgid "Your Markers"
|
777 |
+
msgstr ""
|
778 |
+
|
779 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2146
|
780 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:801
|
781 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_polygons.php:25
|
782 |
+
msgid "Add a Polygon"
|
783 |
+
msgstr ""
|
784 |
+
|
785 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2149
|
786 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2158
|
787 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2169
|
788 |
+
msgid "Add detailed information to your markers!"
|
789 |
+
msgstr ""
|
790 |
+
|
791 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2149
|
792 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2158
|
793 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2169
|
794 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2173
|
795 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2177
|
796 |
+
msgid "Add custom markers to your map!"
|
797 |
+
msgstr ""
|
798 |
+
|
799 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2150
|
800 |
+
msgid "Add Polygons to your maps for only"
|
801 |
+
msgstr ""
|
802 |
+
|
803 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2150
|
804 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2159
|
805 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2170
|
806 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2174
|
807 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2178
|
808 |
+
msgid "Click"
|
809 |
+
msgstr ""
|
810 |
+
|
811 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2150
|
812 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2159
|
813 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2170
|
814 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2174
|
815 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2178
|
816 |
+
msgid "here"
|
817 |
+
msgstr ""
|
818 |
+
|
819 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2155
|
820 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:806
|
821 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_polylines.php:25
|
822 |
+
msgid "Add a Polyline"
|
823 |
+
msgstr ""
|
824 |
+
|
825 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2159
|
826 |
+
msgid "Add Polylines and routes to your maps for only"
|
827 |
+
msgstr ""
|
828 |
+
|
829 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2170
|
830 |
+
msgid "Add detailed information to your markers for only"
|
831 |
+
msgstr ""
|
832 |
+
|
833 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2174
|
834 |
+
msgid ""
|
835 |
+
"Add different marker icons, or your own icons to make your map really stand "
|
836 |
+
"out!"
|
837 |
+
msgstr ""
|
838 |
+
|
839 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2178
|
840 |
+
msgid "Allow your visitors to get directions to your markers!"
|
841 |
+
msgstr ""
|
842 |
+
|
843 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2184
|
844 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:817
|
845 |
+
msgid ""
|
846 |
+
"WP Google Maps encourages you to make use of the amazing icons created by "
|
847 |
+
"Nicolas Mollet's Maps Icons Collection"
|
848 |
+
msgstr ""
|
849 |
+
|
850 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2184
|
851 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:817
|
852 |
+
msgid "and to credit him when doing so."
|
853 |
+
msgstr ""
|
854 |
+
|
855 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2210
|
856 |
+
msgid "Edit Marker Location"
|
857 |
+
msgstr ""
|
858 |
+
|
859 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2219
|
860 |
+
msgid "Marker Latitude"
|
861 |
+
msgstr ""
|
862 |
+
|
863 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2223
|
864 |
+
msgid "Marker Longitude"
|
865 |
+
msgstr ""
|
866 |
+
|
867 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2228
|
868 |
+
msgid "Save Marker Location"
|
869 |
+
msgstr ""
|
870 |
+
|
871 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2229
|
872 |
+
msgid ""
|
873 |
+
"Tip: Use your mouse to change the location of the marker. Simply click and "
|
874 |
+
"drag it to your desired location."
|
875 |
+
msgstr ""
|
876 |
+
|
877 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2354
|
878 |
+
msgid ""
|
879 |
+
"There are too many markers to make use of the live edit function. The "
|
880 |
+
"maximum amount for this functionality is 2000 markers. Anything more than "
|
881 |
+
"that could crash your browser. In order to edit your markers, you would need "
|
882 |
+
"to download the table in CSV format, edit it and re-upload it."
|
883 |
+
msgstr ""
|
884 |
+
|
885 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2386
|
886 |
+
msgid "View this link"
|
887 |
+
msgstr ""
|
888 |
+
|
889 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2400
|
890 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2401
|
891 |
+
msgid "Edit this marker"
|
892 |
+
msgstr ""
|
893 |
+
|
894 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2401
|
895 |
+
msgid "Edit Location"
|
896 |
+
msgstr ""
|
897 |
+
|
898 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2402
|
899 |
+
msgid "Delete this marker"
|
900 |
+
msgstr ""
|
901 |
+
|
902 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2402
|
903 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_polygons.php:491
|
904 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_polylines.php:519
|
905 |
+
msgid "Delete"
|
906 |
+
msgstr ""
|
907 |
+
|
908 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2427
|
909 |
+
msgid "Image"
|
910 |
+
msgstr ""
|
911 |
+
|
912 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2429
|
913 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_polygons.php:467
|
914 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_polylines.php:495
|
915 |
+
msgid "Action"
|
916 |
+
msgstr ""
|
917 |
+
|
918 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2576
|
919 |
+
msgid ""
|
920 |
+
"The plugin directory does not have 'write' permissions. Please enable "
|
921 |
+
"'write' permissions (755) for "
|
922 |
msgstr ""
|
923 |
|
924 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2578
|
925 |
+
msgid "in order for this plugin to work! Please see "
|
|
|
926 |
msgstr ""
|
927 |
|
928 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2580
|
929 |
+
msgid "this page"
|
930 |
msgstr ""
|
931 |
|
932 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2582
|
933 |
+
msgid "for help on how to do it."
|
|
|
934 |
msgstr ""
|
935 |
|
936 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:444
|
937 |
+
msgid "including Pro & Gold add-ons"
|
938 |
msgstr ""
|
939 |
|
940 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:444
|
941 |
+
msgid "including Pro add-on"
|
942 |
msgstr ""
|
943 |
|
944 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:470
|
945 |
+
msgid "Download this as a CSV file"
|
946 |
msgstr ""
|
947 |
|
948 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:470
|
949 |
+
msgid "Download this data as a CSV file"
|
|
|
950 |
msgstr ""
|
951 |
|
952 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:484
|
953 |
+
msgid "Create your Map"
|
|
|
954 |
msgstr ""
|
955 |
|
956 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:539
|
957 |
+
msgid "Map Dimensions"
|
|
|
958 |
msgstr ""
|
959 |
|
960 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:596
|
961 |
+
msgid "Default 'To' address"
|
|
|
962 |
msgstr ""
|
963 |
|
964 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:613
|
965 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:101
|
966 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:171
|
967 |
+
msgid ""
|
968 |
+
"Get great map markers <a href='http://mapicons.nicolasmollet.com/' "
|
969 |
+
"target='_BLANK' title='Great Google Map Markers'>here</a>"
|
970 |
msgstr ""
|
971 |
|
972 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:706
|
973 |
+
msgid ""
|
974 |
+
"Read data directly from your Fusion Table. For more information, see <a "
|
975 |
+
"href='http://googlemapsmania.blogspot.com/2010/05/fusion-tables-google-maps-"
|
976 |
+
"api.html'>http://googlemapsmania.blogspot.com/2010/05/fusion-tables-google-"
|
977 |
+
"maps-api.html</a>"
|
978 |
msgstr ""
|
979 |
|
980 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:758
|
981 |
+
msgid "Or paste image URL"
|
982 |
msgstr ""
|
983 |
|
984 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:760
|
985 |
+
msgid "Format: http://www.domain.com"
|
|
|
|
|
986 |
msgstr ""
|
987 |
|
988 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:762
|
989 |
+
msgid "ignore if you want to use the default marker"
|
990 |
msgstr ""
|
991 |
|
992 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:802
|
993 |
+
msgid "Add a New Polygon"
|
|
|
|
|
|
|
994 |
msgstr ""
|
995 |
|
996 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:807
|
997 |
+
msgid "Add a New Polyline"
|
|
|
998 |
msgstr ""
|
999 |
|
1000 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:982
|
1001 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:983
|
1002 |
msgid "Use my location"
|
1003 |
msgstr ""
|
1004 |
|
1005 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:998
|
1006 |
msgid "Filter by"
|
1007 |
msgstr ""
|
1008 |
|
1009 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1090
|
1010 |
msgid "Get directions to"
|
1011 |
msgstr ""
|
1012 |
|
1013 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1090
|
1014 |
msgid "Directions"
|
1015 |
msgstr ""
|
1016 |
|
1017 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1120
|
1018 |
msgid "Get Directions"
|
1019 |
msgstr ""
|
1020 |
|
1021 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1124
|
1022 |
msgid "For"
|
1023 |
msgstr ""
|
1024 |
|
1025 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1126
|
1026 |
msgid "Driving"
|
1027 |
msgstr ""
|
1028 |
|
1029 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1127
|
1030 |
msgid "Walking"
|
1031 |
msgstr ""
|
1032 |
|
1033 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1128
|
1034 |
msgid "Bicycling"
|
1035 |
msgstr ""
|
1036 |
|
1037 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1131
|
1038 |
msgid "show options"
|
1039 |
msgstr ""
|
1040 |
|
1041 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1132
|
1042 |
msgid "hide options"
|
1043 |
msgstr ""
|
1044 |
|
1045 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1134
|
1046 |
msgid "Avoid Tolls"
|
1047 |
msgstr ""
|
1048 |
|
1049 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1135
|
1050 |
msgid "Avoid Highways"
|
1051 |
msgstr ""
|
1052 |
|
1053 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1140
|
1054 |
msgid "From"
|
1055 |
msgstr ""
|
1056 |
|
1057 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1141
|
1058 |
msgid "To"
|
1059 |
msgstr ""
|
1060 |
|
1061 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1146
|
1062 |
msgid "Go"
|
1063 |
msgstr ""
|
1064 |
|
1065 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1178
|
1066 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1200
|
1067 |
msgid "Fetching directions..."
|
1068 |
msgstr ""
|
1069 |
|
1070 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1179
|
1071 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1201
|
1072 |
msgid "Reset directions"
|
1073 |
msgstr ""
|
1074 |
|
1075 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1528
|
1076 |
+
msgid "Show _MENU_ entries"
|
1077 |
+
msgstr ""
|
1078 |
+
|
1079 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1529
|
1080 |
+
msgid "Nothing found - sorry"
|
1081 |
+
msgstr ""
|
1082 |
+
|
1083 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1530
|
1084 |
+
msgid "Showing _START_ to _END_ of _TOTAL_ records"
|
1085 |
+
msgstr ""
|
1086 |
+
|
1087 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1531
|
1088 |
+
msgid "Showing 0 to 0 of 0 records"
|
1089 |
+
msgstr ""
|
1090 |
+
|
1091 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1532
|
1092 |
+
msgid "(filtered from _MAX_ total records)"
|
1093 |
+
msgstr ""
|
1094 |
+
|
1095 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1533
|
1096 |
+
msgid "First"
|
1097 |
+
msgstr ""
|
1098 |
+
|
1099 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1534
|
1100 |
+
msgid "Last"
|
1101 |
+
msgstr ""
|
1102 |
+
|
1103 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1535
|
1104 |
+
msgid "Next"
|
1105 |
+
msgstr ""
|
1106 |
+
|
1107 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1536
|
1108 |
+
msgid "Previous"
|
1109 |
+
msgstr ""
|
1110 |
+
|
1111 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1537
|
1112 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-store-locator/wp-google-maps-store-locator-add-on.php:170
|
1113 |
+
msgid "Search"
|
1114 |
+
msgstr ""
|
1115 |
+
|
1116 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1542
|
1117 |
+
msgid "Please prove that you are human by checking the checkbox above"
|
1118 |
+
msgstr ""
|
1119 |
+
|
1120 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2233
|
1121 |
msgid "WP Google Maps"
|
1122 |
msgstr ""
|
1123 |
|
1124 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2233
|
1125 |
msgid ""
|
1126 |
"Please ensure you have <strong>both</strong> the <strong>Basic</strong> and "
|
1127 |
"<strong>Pro</strong> versions of WP Google Maps installed and activated at "
|
1128 |
"the same time in order for the plugin to function correctly."
|
1129 |
msgstr ""
|
1130 |
|
1131 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2247
|
1132 |
msgid "Header 1 should be 'id', not"
|
1133 |
msgstr ""
|
1134 |
|
1135 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2248
|
1136 |
msgid "Header 2 should be 'map_id', not"
|
1137 |
msgstr ""
|
1138 |
|
1139 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2249
|
1140 |
msgid "Header 3 should be 'address', not"
|
1141 |
msgstr ""
|
1142 |
|
1143 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2250
|
1144 |
msgid "Header 4 should be 'description', not"
|
1145 |
msgstr ""
|
1146 |
|
1147 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2251
|
1148 |
msgid "Header 5 should be 'pic', not"
|
1149 |
msgstr ""
|
1150 |
|
1151 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2252
|
1152 |
msgid "Header 6 should be 'link', not"
|
1153 |
msgstr ""
|
1154 |
|
1155 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2253
|
1156 |
msgid "Header 7 should be 'icon', not"
|
1157 |
msgstr ""
|
1158 |
|
1159 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2254
|
1160 |
msgid "Header 8 should be 'lat', not"
|
1161 |
msgstr ""
|
1162 |
|
1163 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2255
|
1164 |
msgid "Header 9 should be 'lng', not"
|
1165 |
msgstr ""
|
1166 |
|
1167 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2256
|
1168 |
msgid "Header 10 should be 'anim', not"
|
1169 |
msgstr ""
|
1170 |
|
1171 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2257
|
1172 |
msgid "Header 11 should be 'title', not"
|
1173 |
msgstr ""
|
1174 |
|
1175 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2258
|
1176 |
msgid "Header 12 should be 'infoopen', not"
|
1177 |
msgstr ""
|
1178 |
|
1179 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2259
|
1180 |
msgid "Header 13 should be 'category', not"
|
1181 |
msgstr ""
|
1182 |
|
1183 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2261
|
1184 |
msgid "CSV import failed"
|
1185 |
msgstr ""
|
1186 |
|
1187 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2289
|
1188 |
msgid "Your CSV file has been successfully imported"
|
1189 |
msgstr ""
|
1190 |
|
1191 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2311
|
1192 |
msgid "Download ALL marker data to a CSV file"
|
1193 |
msgstr ""
|
1194 |
|
1195 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2314
|
1196 |
msgid "Advanced Options"
|
1197 |
msgstr ""
|
1198 |
|
1199 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2317
|
1200 |
msgid "OR"
|
1201 |
msgstr ""
|
1202 |
|
1203 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2318
|
1204 |
msgid "Upload CSV File"
|
1205 |
msgstr ""
|
1206 |
|
1207 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2320
|
1208 |
msgid "Replace existing data with data in file"
|
1209 |
msgstr ""
|
1210 |
|
1211 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2321
|
1212 |
msgid "Upload File"
|
1213 |
msgstr ""
|
1214 |
|
1215 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2509
|
1216 |
+
msgid "Disable Mouse Wheel Zoom"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1217 |
msgstr ""
|
1218 |
|
1219 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2510
|
1220 |
+
msgid "Disable Mouse Dragging"
|
|
|
1221 |
msgstr ""
|
1222 |
|
1223 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2511
|
1224 |
+
msgid "Disable Mouse Double Click Zooming"
|
|
|
1225 |
msgstr ""
|
1226 |
|
1227 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2515
|
1228 |
+
msgid "Marker Listing Settings"
|
1229 |
msgstr ""
|
1230 |
|
1231 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2517
|
1232 |
+
msgid "Hide the Icon column"
|
1233 |
msgstr ""
|
1234 |
|
1235 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2518
|
1236 |
+
msgid "Hide the Title column"
|
1237 |
msgstr ""
|
1238 |
|
1239 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2519
|
1240 |
+
msgid "Hide the Address column"
|
1241 |
msgstr ""
|
1242 |
|
1243 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2520
|
1244 |
msgid "Hide the Category column"
|
1245 |
msgstr ""
|
1246 |
|
1247 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2521
|
1248 |
+
msgid "Hide the Description column"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1249 |
msgstr ""
|
1250 |
|
1251 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2559
|
1252 |
msgid "InfoWindow Settings"
|
1253 |
msgstr ""
|
1254 |
|
1255 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2562
|
1256 |
msgid "Default Image Width"
|
1257 |
msgstr ""
|
1258 |
|
1259 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2566
|
1260 |
msgid "Default Image Height"
|
1261 |
msgstr ""
|
1262 |
|
1263 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2570
|
1264 |
msgid "Image Thumbnails"
|
1265 |
msgstr ""
|
1266 |
|
1267 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2572
|
1268 |
msgid "Do not use TimThumb"
|
1269 |
msgstr ""
|
1270 |
|
1271 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2573
|
1272 |
msgid "(Tick this if you are having problems viewing your thumbnail images)"
|
1273 |
msgstr ""
|
1274 |
|
1275 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2577
|
1276 |
msgid "Max InfoWindow Width"
|
1277 |
msgstr ""
|
1278 |
|
1279 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2578
|
1280 |
+
msgid "(Minimum: 250px)"
|
1281 |
msgstr ""
|
1282 |
|
1283 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2581
|
1284 |
msgid "Other settings"
|
1285 |
msgstr ""
|
1286 |
|
1287 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2583
|
1288 |
msgid "Open links in a new window"
|
1289 |
msgstr ""
|
1290 |
|
1291 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2584
|
1292 |
msgid "(Tick this if you want to open your links in a new window)"
|
1293 |
msgstr ""
|
1294 |
|
1295 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2585
|
1296 |
msgid "Hide the address field"
|
1297 |
msgstr ""
|
1298 |
|
1299 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2589
|
1300 |
+
msgid "Link text"
|
|
|
1301 |
msgstr ""
|
1302 |
|
1303 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:15
|
1304 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:18
|
1305 |
+
msgid "Marker Categories"
|
1306 |
msgstr ""
|
1307 |
|
1308 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:15
|
1309 |
+
msgid "Add New Category"
|
|
|
1310 |
msgstr ""
|
1311 |
|
1312 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:19
|
1313 |
msgid "Create marker categories"
|
1314 |
msgstr ""
|
1315 |
|
1316 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:32
|
1317 |
+
msgid "There was a problem deleting the category."
|
|
|
1318 |
msgstr ""
|
1319 |
|
1320 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:35
|
1321 |
+
msgid "Delete your Category"
|
|
|
1322 |
msgstr ""
|
1323 |
|
1324 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:35
|
1325 |
+
msgid "Are you sure you want to delete the category"
|
|
|
|
|
1326 |
msgstr ""
|
1327 |
|
1328 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:85
|
1329 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:154
|
1330 |
msgid "Add a Marker Category"
|
1331 |
msgstr ""
|
1332 |
|
1333 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:89
|
1334 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:159
|
1335 |
+
msgid "Category Name"
|
1336 |
+
msgstr ""
|
1337 |
+
|
1338 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:99
|
1339 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:169
|
1340 |
+
msgid "Category Marker"
|
1341 |
+
msgstr ""
|
1342 |
+
|
1343 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:109
|
1344 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:179
|
1345 |
+
msgid "Assigned to "
|
1346 |
+
msgstr ""
|
1347 |
+
|
1348 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:122
|
1349 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:193
|
1350 |
msgid "Save Category"
|
1351 |
msgstr ""
|
1352 |
|
1353 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:272
|
1354 |
+
msgid "Your category has been created."
|
|
|
1355 |
msgstr ""
|
1356 |
|
1357 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:336
|
1358 |
+
msgid "Your category has been saved."
|
|
|
|
|
1359 |
msgstr ""
|
1360 |
|
1361 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:382
|
1362 |
+
msgid "All"
|
|
|
1363 |
msgstr ""
|
1364 |
|
1365 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:403
|
1366 |
+
msgid "All maps"
|
1367 |
+
msgstr ""
|
1368 |
+
|
1369 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:435
|
1370 |
+
msgid "Linked maps"
|
1371 |
msgstr ""
|
1372 |
|
1373 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_polygons.php:42
|
1374 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_polygons.php:90
|
1375 |
msgid "Save Polygon"
|
1376 |
msgstr ""
|
1377 |
|
1378 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_polygons.php:73
|
1379 |
msgid "Edit Polygon"
|
1380 |
msgstr ""
|
1381 |
|
1382 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_polygons.php:466
|
1383 |
msgid "Polygon Data"
|
1384 |
msgstr ""
|
1385 |
|
1386 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_polygons.php:491
|
|
|
|
|
|
|
|
|
|
|
|
|
1387 |
msgid "Delete this polygon"
|
1388 |
msgstr ""
|
1389 |
|
1390 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_polylines.php:42
|
1391 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_polylines.php:90
|
|
|
|
|
|
|
|
|
|
|
|
|
1392 |
msgid "Save Polyline"
|
1393 |
msgstr ""
|
1394 |
|
1395 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_polylines.php:73
|
1396 |
msgid "Edit Polyline"
|
1397 |
msgstr ""
|
1398 |
|
1399 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_polylines.php:494
|
1400 |
msgid "Polyline Data"
|
1401 |
msgstr ""
|
1402 |
|
1403 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_polylines.php:519
|
1404 |
msgid "Delete this polyline"
|
1405 |
msgstr ""
|
1406 |
|
1407 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-store-locator/wp-google-maps-store-locator-add-on.php:149
|
1408 |
+
msgid "ZIP / Address"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1409 |
msgstr ""
|
1410 |
|
1411 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-store-locator/wp-google-maps-store-locator-add-on.php:154
|
1412 |
+
msgid "Radius"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1413 |
msgstr ""
|
1414 |
|
1415 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-store-locator/wp-google-maps-store-locator-add-on.php:188
|
1416 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:378
|
1417 |
+
msgid "Visitor Generated Marker Settings"
|
|
|
|
|
|
|
|
|
|
|
|
|
1418 |
msgstr ""
|
1419 |
|
1420 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-store-locator/wp-google-maps-store-locator-add-on.php:191
|
1421 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:381
|
1422 |
+
msgid "Visitor Marker Input Settings"
|
1423 |
msgstr ""
|
1424 |
|
1425 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-store-locator/wp-google-maps-store-locator-add-on.php:193
|
1426 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:383
|
1427 |
+
msgid "Strip all HTML tags in descriptions and titles"
|
|
|
1428 |
msgstr ""
|
1429 |
|
1430 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:89
|
1431 |
+
msgid "Visitor Generated Markers - Settings"
|
1432 |
msgstr ""
|
1433 |
|
1434 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:95
|
1435 |
+
msgid "Enable Visitor Generated Markers?"
|
1436 |
msgstr ""
|
1437 |
|
1438 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:104
|
1439 |
+
msgid "Who can add markers?"
|
1440 |
msgstr ""
|
1441 |
|
1442 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:107
|
1443 |
+
msgid "Everyone"
|
1444 |
msgstr ""
|
1445 |
|
1446 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:108
|
1447 |
+
msgid "Registered Users"
|
1448 |
msgstr ""
|
1449 |
|
1450 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:113
|
1451 |
+
msgid "Allow users to select a marker category?"
|
|
|
|
|
1452 |
msgstr ""
|
1453 |
|
1454 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:204
|
1455 |
+
msgid "Marker Title"
|
|
|
|
|
|
|
|
|
1456 |
msgstr ""
|
1457 |
|
1458 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:208
|
1459 |
+
msgid "Marker Address or GPS Location"
|
1460 |
msgstr ""
|
1461 |
|
1462 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:212
|
1463 |
+
msgid "Marker Description"
|
|
|
1464 |
msgstr ""
|
1465 |
|
1466 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:219
|
1467 |
+
msgid "Marker Category"
|
1468 |
msgstr ""
|
1469 |
|
1470 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:225
|
1471 |
+
msgid "Please tick this box to prove you are human"
|
1472 |
msgstr ""
|
1473 |
|
1474 |
+
#: C:\wamp\www\wordpress361\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:229
|
1475 |
+
msgid "Add marker"
|
1476 |
msgstr ""
|
readme.txt
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
=== WP Google Maps ===
|
2 |
Contributors: WPGMaps
|
3 |
Donate link: http://www.wpgmaps.com
|
4 |
-
Tags: google maps, maps, map, map markers, google, google map, maps
|
5 |
Requires at least: 3.4
|
6 |
-
Tested up to: 3.
|
7 |
Stable tag: trunk
|
8 |
License: GPLv2
|
9 |
|
10 |
-
The easiest to use
|
11 |
|
12 |
== Description ==
|
13 |
|
@@ -15,12 +15,12 @@ The easiest to use Google maps plugin! Add your customized Google map to your Wo
|
|
15 |
|
16 |
While the free version allows you to create a Google map with as many markers as you like, the Pro version allows you to do so much more!
|
17 |
|
18 |
-
The [WP Google Maps Pro Version](http://www.wpgmaps.com/purchase-professional-version/) version allows you create custom maps with high quality markers containing locations, descriptions, images, categories, links and directions.
|
19 |
|
20 |
= Lite Version (Free) =
|
21 |
* Super easy to use, no coding required!
|
22 |
* Create as many map markers as you need by simply typing in the address
|
23 |
-
* Responsive
|
24 |
* Edit your markers with the click of a button
|
25 |
* Drag markers to an exact location
|
26 |
* Google Maps Streetview supported
|
@@ -29,8 +29,8 @@ The [WP Google Maps Pro Version](http://www.wpgmaps.com/purchase-professional-ve
|
|
29 |
* Support for localization
|
30 |
* Choose from four Google maps types: roadmap, terrain, satellite and hybrid
|
31 |
* Define your own width, height and zoom level for your Google Map
|
|
|
32 |
* Create a map in less than a 30 seconds!
|
33 |
-
* WordPress 3.0 friendly
|
34 |
* No advertising or links
|
35 |
* Latest Google Maps API (V3)
|
36 |
|
@@ -40,7 +40,6 @@ The [WP Google Maps Pro Version](http://www.wpgmaps.com/purchase-professional-ve
|
|
40 |
* Add categories to your Google map markers
|
41 |
* Mashup multiple Google maps
|
42 |
* Add different marker icons, or your own icons to make your map really stand out!
|
43 |
-
* Add animations to your markers and let them stand out!
|
44 |
* Allow your visitors to get directions to your markers.
|
45 |
* Add polygons and polylines to your Google map
|
46 |
* Export/Import your markers to a CSV file for quick editing.
|
@@ -48,13 +47,13 @@ The [WP Google Maps Pro Version](http://www.wpgmaps.com/purchase-professional-ve
|
|
48 |
* Import KML/KMZ files to your Google Map
|
49 |
* WordPress Network friendly
|
50 |
* Get the [WP Google Maps Professional Edition](http://www.wpgmaps.com/purchase-professional-version/) for only $14.99
|
51 |
-
|
52 |
|
53 |
== Installation ==
|
54 |
|
55 |
1. Once activated, click the "WP Google Maps" link under your settings tabs.
|
56 |
2. Edit the settings to your preference.
|
57 |
-
3. Test
|
58 |
|
59 |
|
60 |
== Frequently Asked Questions ==
|
@@ -93,9 +92,14 @@ Previous versions may cause your blog to slow down. Upgrading to 4.5 will get ri
|
|
93 |
|
94 |
== Changelog ==
|
95 |
|
|
|
|
|
|
|
|
|
|
|
|
|
96 |
= 5.22 =
|
97 |
-
*
|
98 |
-
* Pro fix: HTML can now be added and edited to markers without any problems.
|
99 |
|
100 |
= 5.21 =
|
101 |
* Fixed a bug that if clicking the "add maker" button produced an error, the "add marker" button would disappear.
|
1 |
=== WP Google Maps ===
|
2 |
Contributors: WPGMaps
|
3 |
Donate link: http://www.wpgmaps.com
|
4 |
+
Tags: google maps, maps, map, map markers, google, google map, wp maps, wp google maps, wp google map, easy map
|
5 |
Requires at least: 3.4
|
6 |
+
Tested up to: 3.6.1
|
7 |
Stable tag: trunk
|
8 |
License: GPLv2
|
9 |
|
10 |
+
The easiest to use Google maps plugin! Create custom maps with high quality markers containing locations, categories, descriptions, images and links.
|
11 |
|
12 |
== Description ==
|
13 |
|
15 |
|
16 |
While the free version allows you to create a Google map with as many markers as you like, the Pro version allows you to do so much more!
|
17 |
|
18 |
+
The [WP Google Maps Pro Version](http://www.wpgmaps.com/purchase-professional-version/) version allows you create custom Google maps with high quality markers containing locations, descriptions, images, categories, links and directions.
|
19 |
|
20 |
= Lite Version (Free) =
|
21 |
* Super easy to use, no coding required!
|
22 |
* Create as many map markers as you need by simply typing in the address
|
23 |
+
* Responsive maps
|
24 |
* Edit your markers with the click of a button
|
25 |
* Drag markers to an exact location
|
26 |
* Google Maps Streetview supported
|
29 |
* Support for localization
|
30 |
* Choose from four Google maps types: roadmap, terrain, satellite and hybrid
|
31 |
* Define your own width, height and zoom level for your Google Map
|
32 |
+
* Add animations to your map markers!
|
33 |
* Create a map in less than a 30 seconds!
|
|
|
34 |
* No advertising or links
|
35 |
* Latest Google Maps API (V3)
|
36 |
|
40 |
* Add categories to your Google map markers
|
41 |
* Mashup multiple Google maps
|
42 |
* Add different marker icons, or your own icons to make your map really stand out!
|
|
|
43 |
* Allow your visitors to get directions to your markers.
|
44 |
* Add polygons and polylines to your Google map
|
45 |
* Export/Import your markers to a CSV file for quick editing.
|
47 |
* Import KML/KMZ files to your Google Map
|
48 |
* WordPress Network friendly
|
49 |
* Get the [WP Google Maps Professional Edition](http://www.wpgmaps.com/purchase-professional-version/) for only $14.99
|
50 |
+
* Coming soon: WP Google Map Store Locator add-on!
|
51 |
|
52 |
== Installation ==
|
53 |
|
54 |
1. Once activated, click the "WP Google Maps" link under your settings tabs.
|
55 |
2. Edit the settings to your preference.
|
56 |
+
3. Test your map on a post or page.
|
57 |
|
58 |
|
59 |
== Frequently Asked Questions ==
|
92 |
|
93 |
== Changelog ==
|
94 |
|
95 |
+
= 5.23 =
|
96 |
+
* Add animations to your map markers (lite)
|
97 |
+
* Choose to have the infowindow open by default (lite)
|
98 |
+
* Add the bicycle and traffic layer to your map (lite)
|
99 |
+
* Substantial coding improvements and bug fixes
|
100 |
+
|
101 |
= 5.22 =
|
102 |
+
* Fixed the marker sort order bug
|
|
|
103 |
|
104 |
= 5.21 =
|
105 |
* Fixed a bug that if clicking the "add maker" button produced an error, the "add marker" button would disappear.
|
wpGoogleMaps.php
CHANGED
@@ -3,12 +3,10 @@
|
|
3 |
Plugin Name: WP Google Maps
|
4 |
Plugin URI: http://www.wpgmaps.com
|
5 |
Description: The easiest to use Google Maps plugin! Create custom Google Maps with high quality markers containing locations, descriptions, images and links. Add your customized map to your WordPress posts and/or pages quickly and easily with the supplied shortcode. No fuss.
|
6 |
-
Version: 5.
|
7 |
Author: WP Google Maps
|
8 |
Author URI: http://www.wpgmaps.com
|
9 |
*/
|
10 |
-
|
11 |
-
error_reporting(0);
|
12 |
global $wpgmza_version;
|
13 |
global $wpgmza_p_version;
|
14 |
global $wpgmza_t;
|
@@ -17,6 +15,7 @@ global $wpgmza_tblname_maps;
|
|
17 |
global $wpgmza_tblname_poly;
|
18 |
global $wpgmza_tblname_polylines;
|
19 |
global $wpgmza_tblname_categories;
|
|
|
20 |
global $wpdb;
|
21 |
global $wpgmza_p;
|
22 |
global $wpgmza_g;
|
@@ -37,11 +36,23 @@ $wpgmza_tblname_maps = $wpdb->prefix . "wpgmza_maps";
|
|
37 |
$wpgmza_tblname_poly = $wpdb->prefix . "wpgmza_polygon";
|
38 |
$wpgmza_tblname_polylines = $wpdb->prefix . "wpgmza_polylines";
|
39 |
$wpgmza_tblname_categories = $wpdb->prefix. "wpgmza_categories";
|
40 |
-
$
|
41 |
-
$
|
|
|
42 |
$wpgmza_t = "basic";
|
43 |
|
44 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
add_action('admin_footer', 'wpgmaps_reload_map_on_post');
|
46 |
register_activation_hook( __FILE__, 'wpgmaps_activate' );
|
47 |
register_deactivation_hook( __FILE__, 'wpgmaps_deactivate' );
|
@@ -94,6 +105,7 @@ function wpgmaps_activate() {
|
|
94 |
"traffic" => "2",
|
95 |
"dbox" => "1",
|
96 |
"dbox_width" => "250",
|
|
|
97 |
"listmarkers" => "0",
|
98 |
"listmarkers_advanced" => "0",
|
99 |
"filterbycat" => "0",
|
@@ -101,6 +113,7 @@ function wpgmaps_activate() {
|
|
101 |
"order_markers_choice" => "2",
|
102 |
"show_user_location" => "0",
|
103 |
"ugm_enabled" => "0",
|
|
|
104 |
"ugm_access" => "0",
|
105 |
"mass_marker_support" => "1")
|
106 |
); }
|
@@ -127,6 +140,7 @@ function wpgmaps_activate() {
|
|
127 |
"traffic" => "".$wpgmza_data['traffic']."",
|
128 |
"dbox" => "".$wpgmza_data['dbox']."",
|
129 |
"dbox_width" => "".$wpgmza_data['dbox_width']."",
|
|
|
130 |
"listmarkers" => "".$wpgmza_data['listmarkers']."",
|
131 |
"listmarkers_advanced" => "".$wpgmza_data['listmarkers_advanced']."",
|
132 |
"filterbycat" => "".$wpgmza_data['filterbycat']."",
|
@@ -134,6 +148,7 @@ function wpgmaps_activate() {
|
|
134 |
"order_markers_choice" => "".$wpgmza_data['order_markers_choice']."",
|
135 |
"show_user_location" => "".$wpgmza_data['show_user_location']."",
|
136 |
"ugm_enabled" => "".$wpgmza_data['ugm_enabled']."",
|
|
|
137 |
"ugm_access" => "".$wpgmza_data['ugm_access']."",
|
138 |
"mass_marker_support" => "1"
|
139 |
|
@@ -327,6 +342,8 @@ function wpgmaps_admin_javascript_basic() {
|
|
327 |
$wpgmza_width_type = $res->map_width_type;
|
328 |
$wpgmza_height_type = $res->map_height_type;
|
329 |
$wpgmza_map_type = $res->type;
|
|
|
|
|
330 |
if (!$wpgmza_map_type || $wpgmza_map_type == "" || $wpgmza_map_type == "1") { $wpgmza_map_type = "ROADMAP"; }
|
331 |
else if ($wpgmza_map_type == "2") { $wpgmza_map_type = "SATELLITE"; }
|
332 |
else if ($wpgmza_map_type == "3") { $wpgmza_map_type = "HYBRID"; }
|
@@ -417,9 +434,14 @@ function wpgmaps_admin_javascript_basic() {
|
|
417 |
var cur_id = jQuery(this).attr("id");
|
418 |
var wpgmza_edit_address = jQuery("#wpgmza_hid_marker_address_"+cur_id).val();
|
419 |
var wpgmza_edit_title = jQuery("#wpgmza_hid_marker_title_"+cur_id).val();
|
|
|
|
|
|
|
420 |
jQuery("#wpgmza_edit_id").val(cur_id);
|
421 |
jQuery("#wpgmza_add_address").val(wpgmza_edit_address);
|
422 |
jQuery("#wpgmza_add_title").val(wpgmza_edit_title);
|
|
|
|
|
423 |
jQuery("#wpgmza_addmarker_div").hide();
|
424 |
jQuery("#wpgmza_editmarker_div").show();
|
425 |
});
|
@@ -447,13 +469,21 @@ function wpgmaps_admin_javascript_basic() {
|
|
447 |
var wpgm_lat = parseFloat(latlngStr[0]);
|
448 |
var wpgm_lng = parseFloat(latlngStr[1]);
|
449 |
|
|
|
|
|
|
|
|
|
|
|
|
|
450 |
var data = {
|
451 |
action: 'add_marker',
|
452 |
security: '<?php echo $ajax_nonce; ?>',
|
453 |
map_id: wpgm_map_id,
|
454 |
address: wpgm_address,
|
455 |
lat: wpgm_lat,
|
456 |
-
lng: wpgm_lng
|
|
|
|
|
457 |
};
|
458 |
|
459 |
jQuery.post(ajaxurl, data, function(response) {
|
@@ -462,6 +492,8 @@ function wpgmaps_admin_javascript_basic() {
|
|
462 |
jQuery("#wpgmza_addmarker").show();
|
463 |
jQuery("#wpgmza_addmarker_loading").hide();
|
464 |
jQuery("#wpgmza_add_address").val("");
|
|
|
|
|
465 |
wpgmza_reinitialisetbl();
|
466 |
var myLatLng = new google.maps.LatLng(wpgm_lat,wpgm_lng);
|
467 |
MYMAP.map.setCenter(myLatLng);
|
@@ -490,8 +522,12 @@ function wpgmaps_admin_javascript_basic() {
|
|
490 |
var wpgm_address = "0";
|
491 |
var wpgm_map_id = "0";
|
492 |
var wpgm_gps = "0";
|
|
|
|
|
493 |
if (document.getElementsByName("wpgmza_add_address").length > 0) { wpgm_address = jQuery("#wpgmza_add_address").val(); }
|
494 |
if (document.getElementsByName("wpgmza_id").length > 0) { wpgm_map_id = jQuery("#wpgmza_id").val(); }
|
|
|
|
|
495 |
|
496 |
|
497 |
geocoder.geocode( { 'address': wpgm_address}, function(results, status) {
|
@@ -510,7 +546,9 @@ function wpgmaps_admin_javascript_basic() {
|
|
510 |
edit_id: wpgm_edit_id,
|
511 |
address: wpgm_address,
|
512 |
lat: wpgm_lat,
|
513 |
-
lng: wpgm_lng
|
|
|
|
|
514 |
};
|
515 |
|
516 |
jQuery.post(ajaxurl, data, function(response) {
|
@@ -571,6 +609,17 @@ function wpgmaps_admin_javascript_basic() {
|
|
571 |
jQuery("#wpgmaps_save_reminder").show();
|
572 |
});
|
573 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
574 |
google.maps.event.addListener(MYMAP.map, 'click', function() {
|
575 |
infoWindow.close();
|
576 |
});
|
@@ -582,7 +631,7 @@ function wpgmaps_admin_javascript_basic() {
|
|
582 |
<?php
|
583 |
$wpgmza_settings = get_option("WPGMZA_OTHER_SETTINGS");
|
584 |
$wpgmza_settings_infowindow_width = $wpgmza_settings['wpgmza_settings_infowindow_width'];
|
585 |
-
if (!$wpgmza_settings_infowindow_width || !isset($wpgmza_settings_infowindow_width)) { $wpgmza_settings_infowindow_width = "
|
586 |
?>
|
587 |
infoWindow.setOptions({maxWidth:<?php echo $wpgmza_settings_infowindow_width; ?>});
|
588 |
|
@@ -594,19 +643,42 @@ function wpgmaps_admin_javascript_basic() {
|
|
594 |
var wpmgza_map_id = jQuery(this).find('map_id').text();
|
595 |
if (wpmgza_map_id == map_id) {
|
596 |
var wpmgza_address = jQuery(this).find('address').text();
|
|
|
|
|
597 |
var lat = jQuery(this).find('lat').text();
|
598 |
var lng = jQuery(this).find('lng').text();
|
599 |
var point = new google.maps.LatLng(parseFloat(lat),parseFloat(lng));
|
600 |
MYMAP.bounds.extend(point);
|
601 |
-
|
602 |
-
|
603 |
-
|
604 |
-
|
605 |
-
|
606 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
607 |
|
608 |
var html='<p class="wpgmza_infowinfow_address" style="margin-top:0; padding-top:0; margin-bottom:2px; padding-bottom:2px; font-weight:bold;">'+wpmgza_address+'</p>';
|
609 |
-
|
|
|
|
|
|
|
|
|
|
|
610 |
google.maps.event.addListener(marker, 'click', function() {
|
611 |
infoWindow.close();
|
612 |
infoWindow.setContent(html);
|
@@ -652,6 +724,9 @@ function wpgmaps_user_javascript_basic() {
|
|
652 |
$wpgmza_width_type = $res->map_width_type;
|
653 |
$wpgmza_height_type = $res->map_height_type;
|
654 |
$wpgmza_map_type = $res->type;
|
|
|
|
|
|
|
655 |
if (!$wpgmza_map_type || $wpgmza_map_type == "" || $wpgmza_map_type == "1") { $wpgmza_map_type = "ROADMAP"; }
|
656 |
else if ($wpgmza_map_type == "2") { $wpgmza_map_type = "SATELLITE"; }
|
657 |
else if ($wpgmza_map_type == "3") { $wpgmza_map_type = "HYBRID"; }
|
@@ -724,6 +799,16 @@ function wpgmaps_user_javascript_basic() {
|
|
724 |
this.map = new google.maps.Map(jQuery(selector)[0], myOptions);
|
725 |
this.bounds = new google.maps.LatLngBounds();
|
726 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
727 |
google.maps.event.addListener(MYMAP.map, 'click', function() {
|
728 |
infoWindow.close();
|
729 |
});
|
@@ -735,7 +820,7 @@ function wpgmaps_user_javascript_basic() {
|
|
735 |
<?php
|
736 |
$wpgmza_settings = get_option("WPGMZA_OTHER_SETTINGS");
|
737 |
$wpgmza_settings_infowindow_width = $wpgmza_settings['wpgmza_settings_infowindow_width'];
|
738 |
-
if (!$wpgmza_settings_infowindow_width || !isset($wpgmza_settings_infowindow_width)) { $wpgmza_settings_infowindow_width = "
|
739 |
?>
|
740 |
infoWindow.setOptions({maxWidth:<?php echo $wpgmza_settings_infowindow_width; ?>});
|
741 |
|
@@ -753,20 +838,41 @@ function wpgmaps_user_javascript_basic() {
|
|
753 |
var wpmgza_address = jQuery(this).find('address').text();
|
754 |
var lat = jQuery(this).find('lat').text();
|
755 |
var lng = jQuery(this).find('lng').text();
|
|
|
|
|
756 |
|
757 |
var point = new google.maps.LatLng(parseFloat(lat),parseFloat(lng));
|
758 |
MYMAP.bounds.extend(point);
|
|
|
759 |
var marker = new google.maps.Marker({
|
760 |
-
|
761 |
-
|
762 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
763 |
var html=''+wpmgza_address+'';
|
764 |
-
|
765 |
-
|
|
|
|
|
|
|
766 |
infoWindow.close();
|
767 |
infoWindow.setContent(html);
|
768 |
infoWindow.open(MYMAP.map, marker);
|
769 |
-
|
770 |
});
|
771 |
}
|
772 |
});
|
@@ -843,6 +949,12 @@ function wpgmaps_update_xml_file($mapid = false) {
|
|
843 |
$lng = $result->lng;
|
844 |
$anim = $result->anim;
|
845 |
$category = $result->category;
|
|
|
|
|
|
|
|
|
|
|
|
|
846 |
$infoopen = $result->infoopen;
|
847 |
$mtitle = stripslashes($result->title);
|
848 |
$map_id = $result->map_id;
|
@@ -921,14 +1033,13 @@ function wpgmaps_action_callback_basic() {
|
|
921 |
if ($check == 1) {
|
922 |
|
923 |
if ($_POST['action'] == "add_marker") {
|
924 |
-
$rows_affected = $wpdb->insert( $table_name, array( 'map_id' => $_POST['map_id'], 'address' => $_POST['address'], 'lat' => $_POST['lat'], 'lng' => $_POST['lng'], 'infoopen' => '', 'description' => '', 'title' => '', 'anim' => '', 'link' => '', 'icon' => '', 'pic' => '' ) );
|
925 |
-
//exit( var_dump( $wpdb->last_query ) );
|
926 |
wpgmaps_update_xml_file($_POST['map_id']);
|
927 |
echo wpgmza_return_marker_list($_POST['map_id']);
|
928 |
}
|
929 |
if ($_POST['action'] == "edit_marker") {
|
930 |
$cur_id = $_POST['edit_id'];
|
931 |
-
$rows_affected = $wpdb->query( $wpdb->prepare( "UPDATE $table_name SET address = %s, lat = %f, lng = %f WHERE id = %d", $_POST['address'], $_POST['lat'], $_POST['lng'], $cur_id) );
|
932 |
wpgmaps_update_xml_file($_POST['map_id']);
|
933 |
echo wpgmza_return_marker_list($_POST['map_id']);
|
934 |
}
|
@@ -1003,10 +1114,124 @@ function wpgmaps_get_plugin_url() {
|
|
1003 |
|
1004 |
function wpgmaps_head() {
|
1005 |
global $wpgmza_tblname_maps;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1006 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1007 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1008 |
|
1009 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1010 |
if (isset($_POST['wpgmza_savemap'])){
|
1011 |
global $wpdb;
|
1012 |
|
@@ -1034,6 +1259,7 @@ function wpgmaps_head() {
|
|
1034 |
$traffic_enabled = intval($_POST['wpgmza_traffic']);
|
1035 |
$dbox = intval($_POST['wpgmza_dbox']);
|
1036 |
$dbox_width = esc_attr($_POST['wpgmza_dbox_width']);
|
|
|
1037 |
$listmarkers = intval($_POST['wpgmza_listmarkers']);
|
1038 |
$listmarkers_advanced = intval($_POST['wpgmza_listmarkers_advanced']);
|
1039 |
$filterbycat = intval($_POST['wpgmza_filterbycat']);
|
@@ -1061,6 +1287,7 @@ function wpgmaps_head() {
|
|
1061 |
$data['map_default_traffic'] = $traffic_enabled;
|
1062 |
$data['map_default_dbox'] = $dbox;
|
1063 |
$data['map_default_dbox_width'] = $dbox_width;
|
|
|
1064 |
$data['map_default_listmarkers'] = $listmarkers;
|
1065 |
$data['map_default_listmarkers_advanced'] = $listmarkers_advanced;
|
1066 |
$data['map_default_filterbycat'] = $filterbycat;
|
@@ -1093,6 +1320,7 @@ function wpgmaps_head() {
|
|
1093 |
traffic = %d,
|
1094 |
dbox = %d,
|
1095 |
dbox_width = %s,
|
|
|
1096 |
listmarkers = %d,
|
1097 |
listmarkers_advanced = %d,
|
1098 |
filterbycat = %d,
|
@@ -1120,6 +1348,7 @@ function wpgmaps_head() {
|
|
1120 |
$traffic_enabled,
|
1121 |
$dbox,
|
1122 |
$dbox_width,
|
|
|
1123 |
$listmarkers,
|
1124 |
$listmarkers_advanced,
|
1125 |
$filterbycat,
|
@@ -1304,6 +1533,7 @@ function wpgmaps_head() {
|
|
1304 |
$wpgmza_data['wpgmza_settings_infowindow_width'] = esc_attr($_POST['wpgmza_settings_infowindow_width']);
|
1305 |
$wpgmza_data['wpgmza_settings_infowindow_links'] = esc_attr($_POST['wpgmza_settings_infowindow_links']);
|
1306 |
$wpgmza_data['wpgmza_settings_infowindow_address'] = esc_attr($_POST['wpgmza_settings_infowindow_address']);
|
|
|
1307 |
$wpgmza_data['wpgmza_settings_map_streetview'] = esc_attr($_POST['wpgmza_settings_map_streetview']);
|
1308 |
$wpgmza_data['wpgmza_settings_map_zoom'] = esc_attr($_POST['wpgmza_settings_map_zoom']);
|
1309 |
$wpgmza_data['wpgmza_settings_map_pan'] = esc_attr($_POST['wpgmza_settings_map_pan']);
|
@@ -1314,6 +1544,10 @@ function wpgmaps_head() {
|
|
1314 |
$wpgmza_data['wpgmza_settings_ugm_striptags'] = esc_attr($_POST['wpgmza_settings_map_striptags']);
|
1315 |
$wpgmza_data['wpgmza_settings_force_jquery'] = esc_attr($_POST['wpgmza_settings_force_jquery']);
|
1316 |
$wpgmza_data['wpgmza_settings_markerlist_category'] = esc_attr($_POST['wpgmza_settings_markerlist_category']);
|
|
|
|
|
|
|
|
|
1317 |
update_option('WPGMZA_OTHER_SETTINGS', $wpgmza_data);
|
1318 |
echo "<div class='updated'>";
|
1319 |
_e("Your settings have been saved.","wp-google-maps");
|
@@ -1340,26 +1574,17 @@ function wpgmaps_admin_menu() {
|
|
1340 |
add_submenu_page('wp-google-maps-menu', 'WP Google Maps - Advanced Options', __('Advanced','wp-google-maps'), 'manage_options' , 'wp-google-maps-menu-advanced', 'wpgmaps_menu_advanced_layout');
|
1341 |
}
|
1342 |
add_submenu_page('wp-google-maps-menu', 'WP Google Maps - Settings', __('Settings','wp-google-maps'), 'manage_options' , 'wp-google-maps-menu-settings', 'wpgmaps_menu_settings_layout');
|
1343 |
-
|
1344 |
-
// add_options_page('WP Google Maps', 'WP Google Maps', 'manage_options', 'wp-google-maps-menu', 'wpgmaps_menu_layout');
|
1345 |
}
|
1346 |
|
1347 |
|
1348 |
function wpgmaps_menu_layout() {
|
1349 |
//check to see if we have write permissions to the plugin folder
|
1350 |
-
|
1351 |
-
//
|
1352 |
-
|
1353 |
-
if (!$_GET['action']) {
|
1354 |
-
|
1355 |
wpgmza_map_page();
|
1356 |
-
|
1357 |
} else {
|
1358 |
echo"<br /><div style='float:right; display:block; width:250px; height:45px; padding:6px; text-align:center; background-color: #EEE; border: 1px solid #E6DB55; margin-right:17px;'><strong>".__("Experiencing problems with the plugin?","wp-google-maps")."</strong><br /><a href='http://www.wpgmaps.com/documentation/troubleshooting/' title='WP Google Maps Troubleshooting Section' target='_BLANK'>".__("See the troubleshooting manual.","wp-google-maps")."</a> <br />".__("Or ask a question on our ","wp-google-maps")." <a href='http://www.wpgmaps.com/forums/forum/support-forum/' title='WP Google Maps Support Forum' target='_BLANK'>".__("Support forum.","wp-google-maps")."</a></div>";
|
1359 |
|
1360 |
-
|
1361 |
if ($_GET['action'] == "trash" && isset($_GET['map_id'])) {
|
1362 |
-
|
1363 |
if ($_GET['s'] == "1") {
|
1364 |
if (wpgmaps_trash_map($_GET['map_id'])) {
|
1365 |
//wp_redirect( admin_url('admin.php?page=wp-google-maps-menu') );
|
@@ -1371,9 +1596,8 @@ function wpgmaps_menu_layout() {
|
|
1371 |
$res = wpgmza_get_map_data($_GET['map_id']);
|
1372 |
echo "<h2>".__("Delete your map","wp-google-maps")."</h2><p>".__("Are you sure you want to delete the map","wp-google-maps")." <strong>\"".$res->map_title."?\"</strong> <br /><a href='?page=wp-google-maps-menu&action=trash&map_id=".$_GET['map_id']."&s=1'>".__("Yes","wp-google-maps")."</a> | <a href='?page=wp-google-maps-menu'>".__("No","wp-google-maps")."</a></p>";
|
1373 |
}
|
1374 |
-
|
1375 |
-
|
1376 |
}
|
|
|
1377 |
else if ($_GET['action'] == "edit_marker" && isset($_GET['id'])) {
|
1378 |
|
1379 |
wpgmza_edit_marker($_GET['id']);
|
@@ -1476,11 +1700,14 @@ function wpgmaps_settings_page_basic() {
|
|
1476 |
$wpgmza_settings_map_pan = $wpgmza_settings['wpgmza_settings_map_pan'];
|
1477 |
$wpgmza_settings_map_type = $wpgmza_settings['wpgmza_settings_map_type'];
|
1478 |
$wpgmza_force_jquery = $wpgmza_settings['wpgmza_settings_force_jquery'];
|
1479 |
-
|
1480 |
-
|
1481 |
-
|
1482 |
-
if ($
|
1483 |
-
if ($
|
|
|
|
|
|
|
1484 |
|
1485 |
if (function_exists('wpgmza_register_pro_version')) {
|
1486 |
$pro_settings1 = wpgmaps_settings_page_sub('infowindow');
|
@@ -1489,6 +1716,9 @@ function wpgmaps_settings_page_basic() {
|
|
1489 |
if (floatval($wpgmza_pro_version) < 3.9) {
|
1490 |
$prov_msg = "<div class='error below-h1'><p>Please note that these settings will only work with the Pro Addon version 3.9 and above. Your current version is $wpgmza_pro_version. To download the latest version, please email <a href='mailto:nick@wpgmaps.com'>nick@wpgmaps.com</a></p></div>";
|
1491 |
}
|
|
|
|
|
|
|
1492 |
}
|
1493 |
|
1494 |
echo "
|
@@ -1591,6 +1821,8 @@ function wpgmaps_list_maps() {
|
|
1591 |
else if ($result->type == "4") { $map_type = __("Terrain","wp-google-maps"); }
|
1592 |
if (function_exists('wpgmza_register_pro_version')) {
|
1593 |
$trashlink = "| <a href=\"?page=wp-google-maps-menu&action=trash&map_id=".$result->id."\" title=\"Trash\">".__("Trash","wp-google-maps")."</a>";
|
|
|
|
|
1594 |
}
|
1595 |
echo "<tr id=\"record_".$result->id."\">";
|
1596 |
echo "<td class='id column-id'>".$result->id."</td>";
|
@@ -1677,17 +1909,30 @@ function wpgmza_basic_menu() {
|
|
1677 |
global $wpdb;
|
1678 |
if (!wpgmaps_check_permissions()) { wpgmaps_permission_warning(); }
|
1679 |
if ($_GET['action'] == "edit" && isset($_GET['map_id'])) {
|
1680 |
-
|
1681 |
$res = wpgmza_get_map_data($_GET['map_id']);
|
1682 |
|
1683 |
|
1684 |
-
if ($res->map_start_zoom) { $wpgmza_zoom[intval($res->map_start_zoom)] = "SELECTED"; } else { $wpgmza_zoom[8] = "SELECTED";
|
1685 |
if ($res->type) { $wpgmza_map_type[intval($res->type)] = "SELECTED"; } else { $wpgmza_map_type[1] = "SELECTED"; }
|
1686 |
if ($res->alignment) { $wpgmza_map_align[intval($res->alignment)] = "SELECTED"; } else { $wpgmza_map_align[1] = "SELECTED"; }
|
|
|
|
|
1687 |
|
1688 |
-
|
1689 |
-
if (stripslashes($res->
|
|
|
1690 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1691 |
|
1692 |
$wpgmza_act = "disabled readonly";
|
1693 |
$wpgmza_act_msg = "<div class=\"update-nag\" style=\"padding:5px; \">".__("Add custom icons, titles, descriptions, pictures and links to your markers with the","wp-google-maps")." \"<a href=\"http://www.wpgmaps.com/purchase-professional-version/?utm_source=plugin&utm_medium=link&utm_campaign=below_marker\" title=\"".__("Pro Edition","wp-google-maps")."\" target=\"_BLANK\">".__("Pro Edition","wp-google-maps")."</a>\" ".__("of this plugin for just","wp-google-maps")." <strong>$14.99</strong></div>";
|
@@ -1707,7 +1952,9 @@ function wpgmza_basic_menu() {
|
|
1707 |
<div id=\"wpgmaps_tabs\">
|
1708 |
<ul>
|
1709 |
<li><a href=\"#tabs-1\">General Settings</a></li>
|
1710 |
-
<li><a href=\"#tabs-2\">
|
|
|
|
|
1711 |
</ul>
|
1712 |
<div id=\"tabs-1\">
|
1713 |
<p></p>
|
@@ -1792,6 +2039,63 @@ function wpgmza_basic_menu() {
|
|
1792 |
</div>
|
1793 |
|
1794 |
<div id=\"tabs-2\">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1795 |
<div id=\"wpgmaps_save_reminder\" style=\"margin-top:20px;\" class=\"update-nag\" >
|
1796 |
".__("Get all of these advanced features with the Pro version for only <a href=\"http://www.wpgmaps.com/purchase-professional-version/?utm_source=plugin&utm_medium=link&utm_campaign=advanced\">$14.99 once off</a>. Support and updates included forever.","wp-google-maps")."
|
1797 |
</div>
|
@@ -1799,7 +2103,7 @@ function wpgmza_basic_menu() {
|
|
1799 |
<table class='form-table' id='wpgmaps_advanced_options'>
|
1800 |
<tr>
|
1801 |
<td>".__("Default Marker Image","wp-google-maps").":</td>
|
1802 |
-
<td><
|
1803 |
</tr>
|
1804 |
|
1805 |
<tr>
|
@@ -1842,41 +2146,6 @@ function wpgmza_basic_menu() {
|
|
1842 |
</select>
|
1843 |
</td>
|
1844 |
</tr>
|
1845 |
-
<tr>
|
1846 |
-
<td>".__("Enable Directions?","wp-google-maps").":</td>
|
1847 |
-
<td><select class='postform' readonly disabled>
|
1848 |
-
<option>".__("No","wp-google-maps")."</option>
|
1849 |
-
<option>".__("Yes","wp-google-maps")."</option>
|
1850 |
-
</select>
|
1851 |
-
|
1852 |
-
".__("Directions Box Open by Default?","wp-google-maps").":
|
1853 |
-
<select class='postform' readonly disabled>
|
1854 |
-
<option>".__("No","wp-google-maps")."</option>
|
1855 |
-
<option>".__("Yes, on the left","wp-google-maps")."</option>
|
1856 |
-
<option>".__("Yes, on the right","wp-google-maps")."</option>
|
1857 |
-
<option>".__("Yes, above","wp-google-maps")."</option>
|
1858 |
-
<option>".__("Yes, below","wp-google-maps")."</option>
|
1859 |
-
</select>
|
1860 |
-
|
1861 |
-
".__("Directions Box Width","wp-google-maps").":
|
1862 |
-
<input type='text' size='4' maxlength='4' class='small-text' readonly disabled /> px
|
1863 |
-
</td>
|
1864 |
-
</tr>
|
1865 |
-
<tr>
|
1866 |
-
<td>".__("Enable Bicycle Layer?","wp-google-maps").":</td>
|
1867 |
-
<td><select class='postform' readonly disabled>
|
1868 |
-
<option >".__("No","wp-google-maps")."</option>
|
1869 |
-
<option >".__("Yes","wp-google-maps")."</option>
|
1870 |
-
</select>
|
1871 |
-
|
1872 |
-
|
1873 |
-
|
1874 |
-
".__("Enable Traffic Layer?","wp-google-maps").":
|
1875 |
-
<select class='postform' readonly disabled>
|
1876 |
-
<option >".__("No","wp-google-maps")."</option>
|
1877 |
-
<option >".__("Yes","wp-google-maps")."</option>
|
1878 |
-
</select></td>
|
1879 |
-
</tr>
|
1880 |
<tr>
|
1881 |
|
1882 |
</tr>
|
@@ -1896,9 +2165,111 @@ function wpgmza_basic_menu() {
|
|
1896 |
</td>
|
1897 |
</tr>
|
1898 |
</table>
|
1899 |
-
</div><!-- end of
|
1900 |
-
|
1901 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1902 |
|
1903 |
<div id=\"wpgmaps_save_reminder\" style=\"display:none;\">
|
1904 |
<span style=\"font-size:16px; color:#1C62B9;\">
|
@@ -1937,6 +2308,25 @@ function wpgmza_basic_menu() {
|
|
1937 |
<td><input id='wpgmza_add_address' name='wpgmza_add_address' type='text' size='35' maxlength='200' value='' /> <br /></td>
|
1938 |
|
1939 |
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1940 |
<tr>
|
1941 |
<td>".__("Title","wp-google-maps").": </td>
|
1942 |
<td><input id='wpgmza_add_title' name='wpgmza_add_title' type='text' size='35' maxlength='200' value='' $wpgmza_act /> <small><a href=\"http://www.wpgmaps.com/purchase-professional-version/?utm_source=plugin&utm_medium=link&utm_campaign=titles\">Get titles</a> with the Pro version</small><br /></td>
|
@@ -1958,13 +2348,6 @@ function wpgmza_basic_menu() {
|
|
1958 |
<option value=\"0\">".__("Select","wp-google-maps")."</option>
|
1959 |
</td>
|
1960 |
</tr>
|
1961 |
-
<tr>
|
1962 |
-
<td>".__("Animation","wp-google-maps").": </td>
|
1963 |
-
<td>
|
1964 |
-
<select name=\"wpgmza_animation\" id=\"wpgmza_animation\" readonly disabled>
|
1965 |
-
<option value=\"0\">".__("None","wp-google-maps")."</option>
|
1966 |
-
</td>
|
1967 |
-
</tr>
|
1968 |
|
1969 |
<tr>
|
1970 |
<td></td>
|
@@ -2112,15 +2495,16 @@ function wpgmaps_admin_scripts() {
|
|
2112 |
wp_enqueue_script('my-wpgmaps-upload');
|
2113 |
}
|
2114 |
|
2115 |
-
|
2116 |
-
|
2117 |
-
|
2118 |
-
|
2119 |
-
|
2120 |
-
|
2121 |
-
|
2122 |
-
|
2123 |
-
|
|
|
2124 |
}
|
2125 |
}
|
2126 |
function wpgmaps_user_styles() {
|
@@ -2132,6 +2516,8 @@ function wpgmaps_user_styles() {
|
|
2132 |
|
2133 |
function wpgmaps_admin_styles() {
|
2134 |
wp_enqueue_style('thickbox');
|
|
|
|
|
2135 |
|
2136 |
}
|
2137 |
|
@@ -2145,6 +2531,7 @@ if (isset($_GET['page']) && $_GET['page'] == 'wp-google-maps-menu') {
|
|
2145 |
add_action('wp_print_styles', 'wpgmaps_user_styles');
|
2146 |
|
2147 |
|
|
|
2148 |
function wpgmza_return_marker_list($map_id,$admin = true,$width = "100%",$mashup = false,$mashup_ids = false) {
|
2149 |
|
2150 |
global $wpdb;
|
@@ -2195,7 +2582,9 @@ function wpgmza_return_marker_list($map_id,$admin = true,$width = "100%",$mashup
|
|
2195 |
|
2196 |
|
2197 |
$results = $wpdb->get_results($wpgmza_sql1);
|
2198 |
-
|
|
|
|
|
2199 |
|
2200 |
$res = wpgmza_get_map_data($map_id);
|
2201 |
if (!$res->default_marker) {
|
@@ -2208,14 +2597,25 @@ function wpgmza_return_marker_list($map_id,$admin = true,$width = "100%",$mashup
|
|
2208 |
$img = $result->pic;
|
2209 |
$link = $result->link;
|
2210 |
$icon = $result->icon;
|
|
|
2211 |
|
2212 |
if (!$img) { $pic = ""; } else { $pic = "<img src=\"".$result->pic."\" width=\"40\" />"; }
|
2213 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2214 |
if (!$link) { $linktd = ""; } else { $linktd = "<a href=\"".$result->link."\" target=\"_BLANK\" title=\"".__("View this link","wp-google-maps")."\">>></a>"; }
|
2215 |
|
2216 |
if ($admin) {
|
2217 |
|
2218 |
-
$wpgmza_tmp_body .= "<tr id=\"wpgmza_tr_".$result->id."\">";
|
2219 |
$wpgmza_tmp_body .= "<td height=\"40\">".$result->id."</td>";
|
2220 |
$wpgmza_tmp_body .= "<td height=\"40\">".$icon."<input type=\"hidden\" id=\"wpgmza_hid_marker_icon_".$result->id."\" value=\"".$result->icon."\" /><input type=\"hidden\" id=\"wpgmza_hid_marker_anim_".$result->id."\" value=\"".$result->anim."\" /><input type=\"hidden\" id=\"wpgmza_hid_marker_category_".$result->id."\" value=\"".$result->category."\" /><input type=\"hidden\" id=\"wpgmza_hid_marker_infoopen_".$result->id."\" value=\"".$result->infoopen."\" /></td>";
|
2221 |
$wpgmza_tmp_body .= "<td>".$result->title."<input type=\"hidden\" id=\"wpgmza_hid_marker_title_".$result->id."\" value=\"".$result->title."\" /></td>";
|
@@ -2232,8 +2632,8 @@ function wpgmza_return_marker_list($map_id,$admin = true,$width = "100%",$mashup
|
|
2232 |
$wpgmza_tmp_body .= "</tr>";
|
2233 |
} else {
|
2234 |
$wpgmza_tmp_body .= "<tr id=\"wpgmza_marker_".$result->id."\" mid=\"".$result->id."\" mapid=\"".$result->map_id."\" class=\"wpgmaps_mlist_row\">";
|
2235 |
-
$wpgmza_tmp_body .= " <td><span style='display:none;'>".sprintf('%02d', $result->id)."</span></td>";
|
2236 |
-
$wpgmza_tmp_body .= " <td height=\"40\">".$icon."</td>";
|
2237 |
$wpgmza_tmp_body .= " <td class='wpgmza_table_title'>".$result->title."</td>";
|
2238 |
$wpgmza_tmp_body .= " <td class='wpgmza_table_category'>".wpgmza_return_category_name($result->category)."</td>";
|
2239 |
$wpgmza_tmp_body .= " <td class='wpgmza_table_address'>".$result->address."</td>";
|
@@ -2265,7 +2665,7 @@ function wpgmza_return_marker_list($map_id,$admin = true,$width = "100%",$mashup
|
|
2265 |
$wpgmza_tmp_head .= "<table id=\"wpgmza_table_".$map_id."\" class=\"wpgmza_table\" cellspacing=\"0\" cellpadding=\"0\" style=\"width:$width;\">";
|
2266 |
$wpgmza_tmp_head .= "<thead>";
|
2267 |
$wpgmza_tmp_head .= "<tr>";
|
2268 |
-
$wpgmza_tmp_head .= " <th></th>";
|
2269 |
$wpgmza_tmp_head .= " <th class='wpgmza_table_marker'><strong></strong></th>";
|
2270 |
$wpgmza_tmp_head .= " <th class='wpgmza_table_title'><strong>".__("Title","wp-google-maps")."</strong></th>";
|
2271 |
$wpgmza_tmp_head .= " <th class='wpgmza_table_category'><strong>".__("Category","wp-google-maps")."</strong></th>";
|
@@ -2336,15 +2736,16 @@ if (function_exists('wpgmza_register_pro_version')) {
|
|
2336 |
add_action('wp_ajax_delete_marker', 'wpgmaps_action_callback_pro');
|
2337 |
add_action('wp_ajax_edit_marker', 'wpgmaps_action_callback_pro');
|
2338 |
add_action('wp_ajax_delete_poly', 'wpgmaps_action_callback_pro');
|
|
|
2339 |
add_action('template_redirect','wpgmaps_check_shortcode');
|
2340 |
|
2341 |
if (function_exists('wpgmza_register_gold_version')) {
|
2342 |
-
|
2343 |
add_action('admin_head', 'wpgmaps_admin_javascript_gold');
|
2344 |
} else {
|
2345 |
-
add_action('wp_footer', 'wpgmaps_user_javascript_pro');
|
2346 |
add_action('admin_head', 'wpgmaps_admin_javascript_pro');
|
2347 |
}
|
|
|
2348 |
|
2349 |
if (function_exists('wpgmza_register_ugm_version')) {
|
2350 |
}
|
@@ -2361,6 +2762,7 @@ if (function_exists('wpgmza_register_pro_version')) {
|
|
2361 |
}
|
2362 |
|
2363 |
|
|
|
2364 |
function wpgmaps_check_shortcode() {
|
2365 |
global $posts;
|
2366 |
global $short_code_active;
|
@@ -2434,6 +2836,7 @@ function wpgmaps_handle_db() {
|
|
2434 |
global $wpgmza_tblname_poly;
|
2435 |
global $wpgmza_tblname_polylines;
|
2436 |
global $wpgmza_tblname_categories;
|
|
|
2437 |
global $wpgmza_tblname;
|
2438 |
|
2439 |
$table_name = $wpdb->prefix . "wpgmza";
|
@@ -2517,6 +2920,17 @@ function wpgmaps_handle_db() {
|
|
2517 |
|
2518 |
dbDelta($sql);
|
2519 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2520 |
|
2521 |
$table_name = $wpdb->prefix . "wpgmza_maps";
|
2522 |
$sql = "
|
@@ -2545,6 +2959,7 @@ function wpgmaps_handle_db() {
|
|
2545 |
`listmarkers_advanced` INT(10) NOT NULL,
|
2546 |
`filterbycat` TINYINT(1) NOT NULL,
|
2547 |
`ugm_enabled` INT(10) NOT NULL,
|
|
|
2548 |
`fusion` VARCHAR(100) NOT NULL,
|
2549 |
`map_width_type` VARCHAR(3) NOT NULL,
|
2550 |
`map_height_type` VARCHAR(3) NOT NULL,
|
@@ -2553,6 +2968,7 @@ function wpgmaps_handle_db() {
|
|
2553 |
`order_markers_by` INT(10) NOT NULL,
|
2554 |
`order_markers_choice` INT(10) NOT NULL,
|
2555 |
`show_user_location` INT(3) NOT NULL,
|
|
|
2556 |
PRIMARY KEY (`id`)
|
2557 |
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
|
2558 |
";
|
@@ -2661,4 +3077,18 @@ function wpgmaps_load_jquery() {
|
|
2661 |
wp_enqueue_script('jquery');
|
2662 |
}
|
2663 |
}
|
2664 |
-
add_action('wp_enqueue_scripts', 'wpgmaps_load_jquery', 9999);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
Plugin Name: WP Google Maps
|
4 |
Plugin URI: http://www.wpgmaps.com
|
5 |
Description: The easiest to use Google Maps plugin! Create custom Google Maps with high quality markers containing locations, descriptions, images and links. Add your customized map to your WordPress posts and/or pages quickly and easily with the supplied shortcode. No fuss.
|
6 |
+
Version: 5.23
|
7 |
Author: WP Google Maps
|
8 |
Author URI: http://www.wpgmaps.com
|
9 |
*/
|
|
|
|
|
10 |
global $wpgmza_version;
|
11 |
global $wpgmza_p_version;
|
12 |
global $wpgmza_t;
|
15 |
global $wpgmza_tblname_poly;
|
16 |
global $wpgmza_tblname_polylines;
|
17 |
global $wpgmza_tblname_categories;
|
18 |
+
global $wpgmza_tblname_category_maps;
|
19 |
global $wpdb;
|
20 |
global $wpgmza_p;
|
21 |
global $wpgmza_g;
|
36 |
$wpgmza_tblname_poly = $wpdb->prefix . "wpgmza_polygon";
|
37 |
$wpgmza_tblname_polylines = $wpdb->prefix . "wpgmza_polylines";
|
38 |
$wpgmza_tblname_categories = $wpdb->prefix. "wpgmza_categories";
|
39 |
+
$wpgmza_tblname_category_maps = $wpdb->prefix. "wpgmza_category_maps";
|
40 |
+
$wpgmza_version = "5.23";
|
41 |
+
$wpgmza_p_version = "5.23";
|
42 |
$wpgmza_t = "basic";
|
43 |
|
44 |
+
|
45 |
+
if (function_exists('wpgmaps_head_pro')) {
|
46 |
+
add_action('admin_head', 'wpgmaps_head_pro');
|
47 |
+
} else {
|
48 |
+
if (function_exists('wpgmaps_pro_activate') && floatval($wpgmza_version) < 5.24) {
|
49 |
+
add_action('admin_head', 'wpgmaps_head_old');
|
50 |
+
} else {
|
51 |
+
add_action('admin_head', 'wpgmaps_head');
|
52 |
+
}
|
53 |
+
|
54 |
+
}
|
55 |
+
|
56 |
add_action('admin_footer', 'wpgmaps_reload_map_on_post');
|
57 |
register_activation_hook( __FILE__, 'wpgmaps_activate' );
|
58 |
register_deactivation_hook( __FILE__, 'wpgmaps_deactivate' );
|
105 |
"traffic" => "2",
|
106 |
"dbox" => "1",
|
107 |
"dbox_width" => "250",
|
108 |
+
"default_to" => "",
|
109 |
"listmarkers" => "0",
|
110 |
"listmarkers_advanced" => "0",
|
111 |
"filterbycat" => "0",
|
113 |
"order_markers_choice" => "2",
|
114 |
"show_user_location" => "0",
|
115 |
"ugm_enabled" => "0",
|
116 |
+
"ugm_category_enabled" => "0",
|
117 |
"ugm_access" => "0",
|
118 |
"mass_marker_support" => "1")
|
119 |
); }
|
140 |
"traffic" => "".$wpgmza_data['traffic']."",
|
141 |
"dbox" => "".$wpgmza_data['dbox']."",
|
142 |
"dbox_width" => "".$wpgmza_data['dbox_width']."",
|
143 |
+
"default_to" => "".$wpgmza_data['default_to']."",
|
144 |
"listmarkers" => "".$wpgmza_data['listmarkers']."",
|
145 |
"listmarkers_advanced" => "".$wpgmza_data['listmarkers_advanced']."",
|
146 |
"filterbycat" => "".$wpgmza_data['filterbycat']."",
|
148 |
"order_markers_choice" => "".$wpgmza_data['order_markers_choice']."",
|
149 |
"show_user_location" => "".$wpgmza_data['show_user_location']."",
|
150 |
"ugm_enabled" => "".$wpgmza_data['ugm_enabled']."",
|
151 |
+
"ugm_category_enabled" => "".$wpgmza_data['ugm_category_enabled']."",
|
152 |
"ugm_access" => "".$wpgmza_data['ugm_access']."",
|
153 |
"mass_marker_support" => "1"
|
154 |
|
342 |
$wpgmza_width_type = $res->map_width_type;
|
343 |
$wpgmza_height_type = $res->map_height_type;
|
344 |
$wpgmza_map_type = $res->type;
|
345 |
+
$wpgmza_traffic = $res->traffic;
|
346 |
+
$wpgmza_bicycle = $res->bicycle;
|
347 |
if (!$wpgmza_map_type || $wpgmza_map_type == "" || $wpgmza_map_type == "1") { $wpgmza_map_type = "ROADMAP"; }
|
348 |
else if ($wpgmza_map_type == "2") { $wpgmza_map_type = "SATELLITE"; }
|
349 |
else if ($wpgmza_map_type == "3") { $wpgmza_map_type = "HYBRID"; }
|
434 |
var cur_id = jQuery(this).attr("id");
|
435 |
var wpgmza_edit_address = jQuery("#wpgmza_hid_marker_address_"+cur_id).val();
|
436 |
var wpgmza_edit_title = jQuery("#wpgmza_hid_marker_title_"+cur_id).val();
|
437 |
+
var wpgmza_edit_anim = jQuery("#wpgmza_hid_marker_anim_"+cur_id).val();
|
438 |
+
var wpgmza_edit_infoopen = jQuery("#wpgmza_hid_marker_infoopen_"+cur_id).val();
|
439 |
+
|
440 |
jQuery("#wpgmza_edit_id").val(cur_id);
|
441 |
jQuery("#wpgmza_add_address").val(wpgmza_edit_address);
|
442 |
jQuery("#wpgmza_add_title").val(wpgmza_edit_title);
|
443 |
+
jQuery("#wpgmza_animation").val(wpgmza_edit_anim);
|
444 |
+
jQuery("#wpgmza_infoopen").val(wpgmza_edit_infoopen);
|
445 |
jQuery("#wpgmza_addmarker_div").hide();
|
446 |
jQuery("#wpgmza_editmarker_div").show();
|
447 |
});
|
469 |
var wpgm_lat = parseFloat(latlngStr[0]);
|
470 |
var wpgm_lng = parseFloat(latlngStr[1]);
|
471 |
|
472 |
+
var wpgm_anim = "0";
|
473 |
+
var wpgm_infoopen = "0";
|
474 |
+
if (document.getElementsByName("wpgmza_animation").length > 0) { wpgm_anim = jQuery("#wpgmza_animation").val(); }
|
475 |
+
if (document.getElementsByName("wpgmza_infoopen").length > 0) { wpgm_infoopen = jQuery("#wpgmza_infoopen").val(); }
|
476 |
+
|
477 |
+
|
478 |
var data = {
|
479 |
action: 'add_marker',
|
480 |
security: '<?php echo $ajax_nonce; ?>',
|
481 |
map_id: wpgm_map_id,
|
482 |
address: wpgm_address,
|
483 |
lat: wpgm_lat,
|
484 |
+
lng: wpgm_lng,
|
485 |
+
infoopen: wpgm_infoopen,
|
486 |
+
anim: wpgm_anim
|
487 |
};
|
488 |
|
489 |
jQuery.post(ajaxurl, data, function(response) {
|
492 |
jQuery("#wpgmza_addmarker").show();
|
493 |
jQuery("#wpgmza_addmarker_loading").hide();
|
494 |
jQuery("#wpgmza_add_address").val("");
|
495 |
+
jQuery("#wpgmza_animation").val("");
|
496 |
+
jQuery("#wpgmza_infoopen").val("");
|
497 |
wpgmza_reinitialisetbl();
|
498 |
var myLatLng = new google.maps.LatLng(wpgm_lat,wpgm_lng);
|
499 |
MYMAP.map.setCenter(myLatLng);
|
522 |
var wpgm_address = "0";
|
523 |
var wpgm_map_id = "0";
|
524 |
var wpgm_gps = "0";
|
525 |
+
var wpgm_anim = "0";
|
526 |
+
var wpgm_infoopen = "0";
|
527 |
if (document.getElementsByName("wpgmza_add_address").length > 0) { wpgm_address = jQuery("#wpgmza_add_address").val(); }
|
528 |
if (document.getElementsByName("wpgmza_id").length > 0) { wpgm_map_id = jQuery("#wpgmza_id").val(); }
|
529 |
+
if (document.getElementsByName("wpgmza_animation").length > 0) { wpgm_anim = jQuery("#wpgmza_animation").val(); }
|
530 |
+
if (document.getElementsByName("wpgmza_infoopen").length > 0) { wpgm_infoopen = jQuery("#wpgmza_infoopen").val(); }
|
531 |
|
532 |
|
533 |
geocoder.geocode( { 'address': wpgm_address}, function(results, status) {
|
546 |
edit_id: wpgm_edit_id,
|
547 |
address: wpgm_address,
|
548 |
lat: wpgm_lat,
|
549 |
+
lng: wpgm_lng,
|
550 |
+
anim: wpgm_anim,
|
551 |
+
infoopen: wpgm_infoopen
|
552 |
};
|
553 |
|
554 |
jQuery.post(ajaxurl, data, function(response) {
|
609 |
jQuery("#wpgmaps_save_reminder").show();
|
610 |
});
|
611 |
|
612 |
+
<?php if ($wpgmza_bicycle == "1") { ?>
|
613 |
+
var bikeLayer = new google.maps.BicyclingLayer();
|
614 |
+
bikeLayer.setMap(this.map);
|
615 |
+
<?php } ?>
|
616 |
+
<?php if ($wpgmza_traffic == "1") { ?>
|
617 |
+
var trafficLayer = new google.maps.TrafficLayer();
|
618 |
+
trafficLayer.setMap(this.map);
|
619 |
+
<?php } ?>
|
620 |
+
|
621 |
+
|
622 |
+
|
623 |
google.maps.event.addListener(MYMAP.map, 'click', function() {
|
624 |
infoWindow.close();
|
625 |
});
|
631 |
<?php
|
632 |
$wpgmza_settings = get_option("WPGMZA_OTHER_SETTINGS");
|
633 |
$wpgmza_settings_infowindow_width = $wpgmza_settings['wpgmza_settings_infowindow_width'];
|
634 |
+
if (!$wpgmza_settings_infowindow_width || !isset($wpgmza_settings_infowindow_width)) { $wpgmza_settings_infowindow_width = "250"; }
|
635 |
?>
|
636 |
infoWindow.setOptions({maxWidth:<?php echo $wpgmza_settings_infowindow_width; ?>});
|
637 |
|
643 |
var wpmgza_map_id = jQuery(this).find('map_id').text();
|
644 |
if (wpmgza_map_id == map_id) {
|
645 |
var wpmgza_address = jQuery(this).find('address').text();
|
646 |
+
var wpmgza_anim = jQuery(this).find('anim').text();
|
647 |
+
var wpmgza_infoopen = jQuery(this).find('infoopen').text();
|
648 |
var lat = jQuery(this).find('lat').text();
|
649 |
var lng = jQuery(this).find('lng').text();
|
650 |
var point = new google.maps.LatLng(parseFloat(lat),parseFloat(lng));
|
651 |
MYMAP.bounds.extend(point);
|
652 |
+
|
653 |
+
if (wpmgza_anim === "1") {
|
654 |
+
var marker = new google.maps.Marker({
|
655 |
+
position: point,
|
656 |
+
map: MYMAP.map,
|
657 |
+
animation: google.maps.Animation.BOUNCE
|
658 |
+
});
|
659 |
+
}
|
660 |
+
else if (wpmgza_anim === "2") {
|
661 |
+
var marker = new google.maps.Marker({
|
662 |
+
position: point,
|
663 |
+
map: MYMAP.map,
|
664 |
+
animation: google.maps.Animation.DROP
|
665 |
+
});
|
666 |
+
}
|
667 |
+
else {
|
668 |
+
var marker = new google.maps.Marker({
|
669 |
+
position: point,
|
670 |
+
map: MYMAP.map
|
671 |
+
});
|
672 |
+
}
|
673 |
+
|
674 |
|
675 |
var html='<p class="wpgmza_infowinfow_address" style="margin-top:0; padding-top:0; margin-bottom:2px; padding-bottom:2px; font-weight:bold;">'+wpmgza_address+'</p>';
|
676 |
+
|
677 |
+
if (wpmgza_infoopen === "1") {
|
678 |
+
//infoWindow.close();
|
679 |
+
infoWindow.setContent(html);
|
680 |
+
infoWindow.open(MYMAP.map, marker);
|
681 |
+
}
|
682 |
google.maps.event.addListener(marker, 'click', function() {
|
683 |
infoWindow.close();
|
684 |
infoWindow.setContent(html);
|
724 |
$wpgmza_width_type = $res->map_width_type;
|
725 |
$wpgmza_height_type = $res->map_height_type;
|
726 |
$wpgmza_map_type = $res->type;
|
727 |
+
$wpgmza_traffic = $res->traffic;
|
728 |
+
$wpgmza_bicycle = $res->bicycle;
|
729 |
+
|
730 |
if (!$wpgmza_map_type || $wpgmza_map_type == "" || $wpgmza_map_type == "1") { $wpgmza_map_type = "ROADMAP"; }
|
731 |
else if ($wpgmza_map_type == "2") { $wpgmza_map_type = "SATELLITE"; }
|
732 |
else if ($wpgmza_map_type == "3") { $wpgmza_map_type = "HYBRID"; }
|
799 |
this.map = new google.maps.Map(jQuery(selector)[0], myOptions);
|
800 |
this.bounds = new google.maps.LatLngBounds();
|
801 |
|
802 |
+
<?php if ($wpgmza_bicycle == "1") { ?>
|
803 |
+
var bikeLayer = new google.maps.BicyclingLayer();
|
804 |
+
bikeLayer.setMap(this.map);
|
805 |
+
<?php } ?>
|
806 |
+
<?php if ($wpgmza_traffic == "1") { ?>
|
807 |
+
var trafficLayer = new google.maps.TrafficLayer();
|
808 |
+
trafficLayer.setMap(this.map);
|
809 |
+
<?php } ?>
|
810 |
+
|
811 |
+
|
812 |
google.maps.event.addListener(MYMAP.map, 'click', function() {
|
813 |
infoWindow.close();
|
814 |
});
|
820 |
<?php
|
821 |
$wpgmza_settings = get_option("WPGMZA_OTHER_SETTINGS");
|
822 |
$wpgmza_settings_infowindow_width = $wpgmza_settings['wpgmza_settings_infowindow_width'];
|
823 |
+
if (!$wpgmza_settings_infowindow_width || !isset($wpgmza_settings_infowindow_width)) { $wpgmza_settings_infowindow_width = "250"; }
|
824 |
?>
|
825 |
infoWindow.setOptions({maxWidth:<?php echo $wpgmza_settings_infowindow_width; ?>});
|
826 |
|
838 |
var wpmgza_address = jQuery(this).find('address').text();
|
839 |
var lat = jQuery(this).find('lat').text();
|
840 |
var lng = jQuery(this).find('lng').text();
|
841 |
+
var wpmgza_anim = jQuery(this).find('anim').text();
|
842 |
+
var wpmgza_infoopen = jQuery(this).find('infoopen').text();
|
843 |
|
844 |
var point = new google.maps.LatLng(parseFloat(lat),parseFloat(lng));
|
845 |
MYMAP.bounds.extend(point);
|
846 |
+
if (wpmgza_anim === "1") {
|
847 |
var marker = new google.maps.Marker({
|
848 |
+
position: point,
|
849 |
+
map: MYMAP.map,
|
850 |
+
animation: google.maps.Animation.BOUNCE
|
851 |
+
});
|
852 |
+
}
|
853 |
+
else if (wpmgza_anim === "2") {
|
854 |
+
var marker = new google.maps.Marker({
|
855 |
+
position: point,
|
856 |
+
map: MYMAP.map,
|
857 |
+
animation: google.maps.Animation.DROP
|
858 |
+
});
|
859 |
+
}
|
860 |
+
else {
|
861 |
+
var marker = new google.maps.Marker({
|
862 |
+
position: point,
|
863 |
+
map: MYMAP.map
|
864 |
+
});
|
865 |
+
}
|
866 |
var html=''+wpmgza_address+'';
|
867 |
+
if (wpmgza_infoopen === "1") {
|
868 |
+
infoWindow.setContent(html);
|
869 |
+
infoWindow.open(MYMAP.map, marker);
|
870 |
+
}
|
871 |
+
google.maps.event.addListener(marker, 'click', function() {
|
872 |
infoWindow.close();
|
873 |
infoWindow.setContent(html);
|
874 |
infoWindow.open(MYMAP.map, marker);
|
875 |
+
|
876 |
});
|
877 |
}
|
878 |
});
|
949 |
$lng = $result->lng;
|
950 |
$anim = $result->anim;
|
951 |
$category = $result->category;
|
952 |
+
if (function_exists('wpgmza_get_category_icon')) {
|
953 |
+
$category_icon = wpgmza_get_category_icon($category);
|
954 |
+
if ($category_icon) {
|
955 |
+
$icon = $category_icon;
|
956 |
+
}
|
957 |
+
}
|
958 |
$infoopen = $result->infoopen;
|
959 |
$mtitle = stripslashes($result->title);
|
960 |
$map_id = $result->map_id;
|
1033 |
if ($check == 1) {
|
1034 |
|
1035 |
if ($_POST['action'] == "add_marker") {
|
1036 |
+
$rows_affected = $wpdb->insert( $table_name, array( 'map_id' => $_POST['map_id'], 'address' => $_POST['address'], 'lat' => $_POST['lat'], 'lng' => $_POST['lng'], 'infoopen' => $_POST['infoopen'], 'description' => '', 'title' => '', 'anim' => $_POST['anim'], 'link' => '', 'icon' => '', 'pic' => '', 'infoopen' => $_POST['infoopen'] ) );
|
|
|
1037 |
wpgmaps_update_xml_file($_POST['map_id']);
|
1038 |
echo wpgmza_return_marker_list($_POST['map_id']);
|
1039 |
}
|
1040 |
if ($_POST['action'] == "edit_marker") {
|
1041 |
$cur_id = $_POST['edit_id'];
|
1042 |
+
$rows_affected = $wpdb->query( $wpdb->prepare( "UPDATE $table_name SET address = %s, lat = %f, lng = %f, anim = %d, infoopen = %d WHERE id = %d", $_POST['address'], $_POST['lat'], $_POST['lng'], $_POST['anim'], $_POST['infoopen'], $cur_id) );
|
1043 |
wpgmaps_update_xml_file($_POST['map_id']);
|
1044 |
echo wpgmza_return_marker_list($_POST['map_id']);
|
1045 |
}
|
1114 |
|
1115 |
function wpgmaps_head() {
|
1116 |
global $wpgmza_tblname_maps;
|
1117 |
+
if (isset($_POST['wpgmza_savemap'])){
|
1118 |
+
global $wpdb;
|
1119 |
+
|
1120 |
+
//var_dump($_POST);
|
1121 |
+
|
1122 |
+
$map_id = esc_attr($_POST['wpgmza_id']);
|
1123 |
+
$map_title = esc_attr($_POST['wpgmza_title']);
|
1124 |
+
$map_height = esc_attr($_POST['wpgmza_height']);
|
1125 |
+
$map_width = esc_attr($_POST['wpgmza_width']);
|
1126 |
+
$map_width_type = esc_attr($_POST['wpgmza_map_width_type']);
|
1127 |
+
if ($map_width_type == "%") { $map_width_type = "\%"; }
|
1128 |
+
$map_height_type = esc_attr($_POST['wpgmza_map_height_type']);
|
1129 |
+
if ($map_height_type == "%") { $map_height_type = "\%"; }
|
1130 |
+
$map_start_location = esc_attr($_POST['wpgmza_start_location']);
|
1131 |
+
$map_start_zoom = intval($_POST['wpgmza_start_zoom']);
|
1132 |
+
$type = intval($_POST['wpgmza_map_type']);
|
1133 |
+
$alignment = intval($_POST['wpgmza_map_align']);
|
1134 |
+
$bicycle_enabled = intval($_POST['wpgmza_bicycle']);
|
1135 |
+
$traffic_enabled = intval($_POST['wpgmza_traffic']);
|
1136 |
+
|
1137 |
+
$gps = explode(",",$map_start_location);
|
1138 |
+
$map_start_lat = $gps[0];
|
1139 |
+
$map_start_lng = $gps[1];
|
1140 |
+
|
1141 |
+
$data['map_default_starting_lat'] = $map_start_lat;
|
1142 |
+
$data['map_default_starting_lng'] = $map_start_lng;
|
1143 |
+
$data['map_default_height'] = $map_height;
|
1144 |
+
$data['map_default_width'] = $map_width;
|
1145 |
+
$data['map_default_zoom'] = $map_start_zoom;
|
1146 |
+
$data['map_default_type'] = $type;
|
1147 |
+
$data['map_default_alignment'] = $alignment;
|
1148 |
+
$data['map_default_width_type'] = $map_width_type;
|
1149 |
+
$data['map_default_height_type'] = $map_height_type;
|
1150 |
+
|
1151 |
+
|
1152 |
+
$rows_affected = $wpdb->query( $wpdb->prepare(
|
1153 |
+
"UPDATE $wpgmza_tblname_maps SET
|
1154 |
+
map_title = %s,
|
1155 |
+
map_width = %s,
|
1156 |
+
map_height = %s,
|
1157 |
+
map_start_lat = %f,
|
1158 |
+
map_start_lng = %f,
|
1159 |
+
map_start_location = %s,
|
1160 |
+
map_start_zoom = %d,
|
1161 |
+
type = %d,
|
1162 |
+
bicycle = %d,
|
1163 |
+
traffic = %d,
|
1164 |
+
alignment = %d,
|
1165 |
+
map_width_type = %s,
|
1166 |
+
map_height_type = %s
|
1167 |
+
WHERE id = %d",
|
1168 |
|
1169 |
+
$map_title,
|
1170 |
+
$map_width,
|
1171 |
+
$map_height,
|
1172 |
+
$map_start_lat,
|
1173 |
+
$map_start_lng,
|
1174 |
+
$map_start_location,
|
1175 |
+
$map_start_zoom,
|
1176 |
+
$type,
|
1177 |
+
$bicycle_enabled,
|
1178 |
+
$traffic_enabled,
|
1179 |
+
$alignment,
|
1180 |
+
$map_width_type,
|
1181 |
+
$map_height_type,
|
1182 |
+
$map_id)
|
1183 |
+
);
|
1184 |
+
update_option('WPGMZA_SETTINGS', $data);
|
1185 |
+
echo "<div class='updated'>";
|
1186 |
+
_e("Your settings have been saved.","wp-google-maps");
|
1187 |
+
echo "</div>";
|
1188 |
|
1189 |
+
}
|
1190 |
+
|
1191 |
+
else if (isset($_POST['wpgmza_save_maker_location'])){
|
1192 |
+
global $wpdb;
|
1193 |
+
global $wpgmza_tblname;
|
1194 |
+
$mid = esc_attr($_POST['wpgmaps_marker_id']);
|
1195 |
+
$wpgmaps_marker_lat = esc_attr($_POST['wpgmaps_marker_lat']);
|
1196 |
+
$wpgmaps_marker_lng = esc_attr($_POST['wpgmaps_marker_lng']);
|
1197 |
+
|
1198 |
+
$rows_affected = $wpdb->query( $wpdb->prepare(
|
1199 |
+
"UPDATE $wpgmza_tblname SET
|
1200 |
+
lat = %s,
|
1201 |
+
lng = %s
|
1202 |
+
WHERE id = %d",
|
1203 |
+
|
1204 |
+
$wpgmaps_marker_lat,
|
1205 |
+
$wpgmaps_marker_lng,
|
1206 |
+
$mid)
|
1207 |
+
);
|
1208 |
+
|
1209 |
+
echo "<div class='updated'>";
|
1210 |
+
_e("Your marker location has been saved.","wp-google-maps");
|
1211 |
+
echo "</div>";
|
1212 |
|
1213 |
|
1214 |
+
}
|
1215 |
+
else if (isset($_POST['wpgmza_save_settings'])){
|
1216 |
+
global $wpdb;
|
1217 |
+
$wpgmza_data['wpgmza_settings_map_streetview'] = esc_attr($_POST['wpgmza_settings_map_streetview']);
|
1218 |
+
$wpgmza_data['wpgmza_settings_map_zoom'] = esc_attr($_POST['wpgmza_settings_map_zoom']);
|
1219 |
+
$wpgmza_data['wpgmza_settings_map_pan'] = esc_attr($_POST['wpgmza_settings_map_pan']);
|
1220 |
+
$wpgmza_data['wpgmza_settings_map_type'] = esc_attr($_POST['wpgmza_settings_map_type']);
|
1221 |
+
$wpgmza_data['wpgmza_settings_force_jquery'] = esc_attr($_POST['wpgmza_settings_force_jquery']);
|
1222 |
+
update_option('WPGMZA_OTHER_SETTINGS', $wpgmza_data);
|
1223 |
+
echo "<div class='updated'>";
|
1224 |
+
_e("Your settings have been saved.","wp-google-maps");
|
1225 |
+
echo "</div>";
|
1226 |
+
|
1227 |
+
|
1228 |
+
}
|
1229 |
+
|
1230 |
+
|
1231 |
+
|
1232 |
+
}
|
1233 |
+
function wpgmaps_head_old() {
|
1234 |
+
global $wpgmza_tblname_maps;
|
1235 |
if (isset($_POST['wpgmza_savemap'])){
|
1236 |
global $wpdb;
|
1237 |
|
1259 |
$traffic_enabled = intval($_POST['wpgmza_traffic']);
|
1260 |
$dbox = intval($_POST['wpgmza_dbox']);
|
1261 |
$dbox_width = esc_attr($_POST['wpgmza_dbox_width']);
|
1262 |
+
$default_to = esc_attr($_POST['wpgmza_default_to']);
|
1263 |
$listmarkers = intval($_POST['wpgmza_listmarkers']);
|
1264 |
$listmarkers_advanced = intval($_POST['wpgmza_listmarkers_advanced']);
|
1265 |
$filterbycat = intval($_POST['wpgmza_filterbycat']);
|
1287 |
$data['map_default_traffic'] = $traffic_enabled;
|
1288 |
$data['map_default_dbox'] = $dbox;
|
1289 |
$data['map_default_dbox_width'] = $dbox_width;
|
1290 |
+
$data['map_default_default_to'] = $default_to;
|
1291 |
$data['map_default_listmarkers'] = $listmarkers;
|
1292 |
$data['map_default_listmarkers_advanced'] = $listmarkers_advanced;
|
1293 |
$data['map_default_filterbycat'] = $filterbycat;
|
1320 |
traffic = %d,
|
1321 |
dbox = %d,
|
1322 |
dbox_width = %s,
|
1323 |
+
default_to = %s,
|
1324 |
listmarkers = %d,
|
1325 |
listmarkers_advanced = %d,
|
1326 |
filterbycat = %d,
|
1348 |
$traffic_enabled,
|
1349 |
$dbox,
|
1350 |
$dbox_width,
|
1351 |
+
$default_to,
|
1352 |
$listmarkers,
|
1353 |
$listmarkers_advanced,
|
1354 |
$filterbycat,
|
1533 |
$wpgmza_data['wpgmza_settings_infowindow_width'] = esc_attr($_POST['wpgmza_settings_infowindow_width']);
|
1534 |
$wpgmza_data['wpgmza_settings_infowindow_links'] = esc_attr($_POST['wpgmza_settings_infowindow_links']);
|
1535 |
$wpgmza_data['wpgmza_settings_infowindow_address'] = esc_attr($_POST['wpgmza_settings_infowindow_address']);
|
1536 |
+
$wpgmza_data['wpgmza_settings_infowindow_link_text'] = esc_attr($_POST['wpgmza_settings_infowindow_link_text']);
|
1537 |
$wpgmza_data['wpgmza_settings_map_streetview'] = esc_attr($_POST['wpgmza_settings_map_streetview']);
|
1538 |
$wpgmza_data['wpgmza_settings_map_zoom'] = esc_attr($_POST['wpgmza_settings_map_zoom']);
|
1539 |
$wpgmza_data['wpgmza_settings_map_pan'] = esc_attr($_POST['wpgmza_settings_map_pan']);
|
1544 |
$wpgmza_data['wpgmza_settings_ugm_striptags'] = esc_attr($_POST['wpgmza_settings_map_striptags']);
|
1545 |
$wpgmza_data['wpgmza_settings_force_jquery'] = esc_attr($_POST['wpgmza_settings_force_jquery']);
|
1546 |
$wpgmza_data['wpgmza_settings_markerlist_category'] = esc_attr($_POST['wpgmza_settings_markerlist_category']);
|
1547 |
+
$wpgmza_data['wpgmza_settings_markerlist_icon'] = esc_attr($_POST['wpgmza_settings_markerlist_icon']);
|
1548 |
+
$wpgmza_data['wpgmza_settings_markerlist_title'] = esc_attr($_POST['wpgmza_settings_markerlist_title']);
|
1549 |
+
$wpgmza_data['wpgmza_settings_markerlist_address'] = esc_attr($_POST['wpgmza_settings_markerlist_address']);
|
1550 |
+
$wpgmza_data['wpgmza_settings_markerlist_description'] = esc_attr($_POST['wpgmza_settings_markerlist_description']);
|
1551 |
update_option('WPGMZA_OTHER_SETTINGS', $wpgmza_data);
|
1552 |
echo "<div class='updated'>";
|
1553 |
_e("Your settings have been saved.","wp-google-maps");
|
1574 |
add_submenu_page('wp-google-maps-menu', 'WP Google Maps - Advanced Options', __('Advanced','wp-google-maps'), 'manage_options' , 'wp-google-maps-menu-advanced', 'wpgmaps_menu_advanced_layout');
|
1575 |
}
|
1576 |
add_submenu_page('wp-google-maps-menu', 'WP Google Maps - Settings', __('Settings','wp-google-maps'), 'manage_options' , 'wp-google-maps-menu-settings', 'wpgmaps_menu_settings_layout');
|
|
|
|
|
1577 |
}
|
1578 |
|
1579 |
|
1580 |
function wpgmaps_menu_layout() {
|
1581 |
//check to see if we have write permissions to the plugin folder
|
1582 |
+
if (!isset($_GET['action'])) {
|
|
|
|
|
|
|
|
|
1583 |
wpgmza_map_page();
|
|
|
1584 |
} else {
|
1585 |
echo"<br /><div style='float:right; display:block; width:250px; height:45px; padding:6px; text-align:center; background-color: #EEE; border: 1px solid #E6DB55; margin-right:17px;'><strong>".__("Experiencing problems with the plugin?","wp-google-maps")."</strong><br /><a href='http://www.wpgmaps.com/documentation/troubleshooting/' title='WP Google Maps Troubleshooting Section' target='_BLANK'>".__("See the troubleshooting manual.","wp-google-maps")."</a> <br />".__("Or ask a question on our ","wp-google-maps")." <a href='http://www.wpgmaps.com/forums/forum/support-forum/' title='WP Google Maps Support Forum' target='_BLANK'>".__("Support forum.","wp-google-maps")."</a></div>";
|
1586 |
|
|
|
1587 |
if ($_GET['action'] == "trash" && isset($_GET['map_id'])) {
|
|
|
1588 |
if ($_GET['s'] == "1") {
|
1589 |
if (wpgmaps_trash_map($_GET['map_id'])) {
|
1590 |
//wp_redirect( admin_url('admin.php?page=wp-google-maps-menu') );
|
1596 |
$res = wpgmza_get_map_data($_GET['map_id']);
|
1597 |
echo "<h2>".__("Delete your map","wp-google-maps")."</h2><p>".__("Are you sure you want to delete the map","wp-google-maps")." <strong>\"".$res->map_title."?\"</strong> <br /><a href='?page=wp-google-maps-menu&action=trash&map_id=".$_GET['map_id']."&s=1'>".__("Yes","wp-google-maps")."</a> | <a href='?page=wp-google-maps-menu'>".__("No","wp-google-maps")."</a></p>";
|
1598 |
}
|
|
|
|
|
1599 |
}
|
1600 |
+
|
1601 |
else if ($_GET['action'] == "edit_marker" && isset($_GET['id'])) {
|
1602 |
|
1603 |
wpgmza_edit_marker($_GET['id']);
|
1700 |
$wpgmza_settings_map_pan = $wpgmza_settings['wpgmza_settings_map_pan'];
|
1701 |
$wpgmza_settings_map_type = $wpgmza_settings['wpgmza_settings_map_type'];
|
1702 |
$wpgmza_force_jquery = $wpgmza_settings['wpgmza_settings_force_jquery'];
|
1703 |
+
|
1704 |
+
|
1705 |
+
|
1706 |
+
if ($wpgmza_settings_map_streetview == "yes") { $wpgmza_streetview_checked = "checked='checked'"; } else { $wpgmza_streetview_checked = ""; }
|
1707 |
+
if ($wpgmza_settings_map_zoom == "yes") { $wpgmza_zoom_checked = "checked='checked'"; } else { $wpgmza_zoom_checked = ""; }
|
1708 |
+
if ($wpgmza_settings_map_pan == "yes") { $wpgmza_pan_checked = "checked='checked'"; } else { $wpgmza_pan_checked = ""; }
|
1709 |
+
if ($wpgmza_settings_map_type == "yes") { $wpgmza_type_checked = "checked='checked'"; } else { $wpgmza_type_checked = ""; }
|
1710 |
+
if ($wpgmza_force_jquery == "yes") { $wpgmza_force_jquery_checked = "checked='checked'"; } else { $wpgmza_force_jquery_checked = ""; }
|
1711 |
|
1712 |
if (function_exists('wpgmza_register_pro_version')) {
|
1713 |
$pro_settings1 = wpgmaps_settings_page_sub('infowindow');
|
1716 |
if (floatval($wpgmza_pro_version) < 3.9) {
|
1717 |
$prov_msg = "<div class='error below-h1'><p>Please note that these settings will only work with the Pro Addon version 3.9 and above. Your current version is $wpgmza_pro_version. To download the latest version, please email <a href='mailto:nick@wpgmaps.com'>nick@wpgmaps.com</a></p></div>";
|
1718 |
}
|
1719 |
+
} else {
|
1720 |
+
$pro_settings1 = "";
|
1721 |
+
$prov_msg = "";
|
1722 |
}
|
1723 |
|
1724 |
echo "
|
1821 |
else if ($result->type == "4") { $map_type = __("Terrain","wp-google-maps"); }
|
1822 |
if (function_exists('wpgmza_register_pro_version')) {
|
1823 |
$trashlink = "| <a href=\"?page=wp-google-maps-menu&action=trash&map_id=".$result->id."\" title=\"Trash\">".__("Trash","wp-google-maps")."</a>";
|
1824 |
+
} else {
|
1825 |
+
$trashlink = "";
|
1826 |
}
|
1827 |
echo "<tr id=\"record_".$result->id."\">";
|
1828 |
echo "<td class='id column-id'>".$result->id."</td>";
|
1909 |
global $wpdb;
|
1910 |
if (!wpgmaps_check_permissions()) { wpgmaps_permission_warning(); }
|
1911 |
if ($_GET['action'] == "edit" && isset($_GET['map_id'])) {
|
|
|
1912 |
$res = wpgmza_get_map_data($_GET['map_id']);
|
1913 |
|
1914 |
|
1915 |
+
if ($res->map_start_zoom) { $wpgmza_zoom[intval($res->map_start_zoom)] = "SELECTED"; } else { $wpgmza_zoom[8] = "SELECTED"; }
|
1916 |
if ($res->type) { $wpgmza_map_type[intval($res->type)] = "SELECTED"; } else { $wpgmza_map_type[1] = "SELECTED"; }
|
1917 |
if ($res->alignment) { $wpgmza_map_align[intval($res->alignment)] = "SELECTED"; } else { $wpgmza_map_align[1] = "SELECTED"; }
|
1918 |
+
if ($res->bicycle) { $wpgmza_bicycle[intval($res->bicycle)] = "SELECTED"; } else { $wpgmza_bicycle[2] = "SELECTED"; }
|
1919 |
+
if ($res->traffic) { $wpgmza_traffic[intval($res->traffic)] = "SELECTED"; } else { $wpgmza_traffic[2] = "SELECTED"; }
|
1920 |
|
1921 |
+
|
1922 |
+
if (stripslashes($res->map_width_type) == "%") { $wpgmza_map_width_type_percentage = "SELECTED"; $wpgmza_map_width_type_px = ""; } else { $wpgmza_map_width_type_px = "SELECTED"; $wpgmza_map_width_type_percentage = ""; }
|
1923 |
+
if (stripslashes($res->map_height_type) == "%") { $wpgmza_map_height_type_percentage = "SELECTED"; $wpgmza_map_height_type_px = ""; } else { $wpgmza_map_height_type_px = "SELECTED"; $wpgmza_map_height_type_percentage = ""; }
|
1924 |
|
1925 |
+
for ($i=0;$i<22;$i++) {
|
1926 |
+
if (!isset($wpgmza_zoom[$i])) { $wpgmza_zoom[$i] = ""; }
|
1927 |
+
}
|
1928 |
+
for ($i=0;$i<5;$i++) {
|
1929 |
+
if (!isset($wpgmza_map_type[$i])) { $wpgmza_map_type[$i] = ""; }
|
1930 |
+
}
|
1931 |
+
for ($i=0;$i<5;$i++) {
|
1932 |
+
if (!isset($wpgmza_map_align[$i])) { $wpgmza_map_align[$i] = ""; }
|
1933 |
+
}
|
1934 |
+
|
1935 |
+
|
1936 |
|
1937 |
$wpgmza_act = "disabled readonly";
|
1938 |
$wpgmza_act_msg = "<div class=\"update-nag\" style=\"padding:5px; \">".__("Add custom icons, titles, descriptions, pictures and links to your markers with the","wp-google-maps")." \"<a href=\"http://www.wpgmaps.com/purchase-professional-version/?utm_source=plugin&utm_medium=link&utm_campaign=below_marker\" title=\"".__("Pro Edition","wp-google-maps")."\" target=\"_BLANK\">".__("Pro Edition","wp-google-maps")."</a>\" ".__("of this plugin for just","wp-google-maps")." <strong>$14.99</strong></div>";
|
1952 |
<div id=\"wpgmaps_tabs\">
|
1953 |
<ul>
|
1954 |
<li><a href=\"#tabs-1\">General Settings</a></li>
|
1955 |
+
<li><a href=\"#tabs-2\">Directions</a></li>
|
1956 |
+
<li><a href=\"#tabs-3\">Advanced Settings</a></li>
|
1957 |
+
<li style=\"background-color: #d7e6f2; font-weight: bold;\"><a href=\"#tabs-4\">Pro Upgrade</a></li>
|
1958 |
</ul>
|
1959 |
<div id=\"tabs-1\">
|
1960 |
<p></p>
|
2039 |
</div>
|
2040 |
|
2041 |
<div id=\"tabs-2\">
|
2042 |
+
|
2043 |
+
|
2044 |
+
<table class='form-table' id='wpgmaps_directions_options'>
|
2045 |
+
<tr>
|
2046 |
+
<td width='200px'>".__("Enable Directions?","wp-google-maps").":</td>
|
2047 |
+
<td><select class='postform' readonly disabled>
|
2048 |
+
<option>".__("No","wp-google-maps")."</option>
|
2049 |
+
<option>".__("Yes","wp-google-maps")."</option>
|
2050 |
+
</select>
|
2051 |
+
<small><a href=\"http://www.wpgmaps.com/purchase-professional-version/?utm_source=plugin&utm_medium=link&utm_campaign=directions\">Enable directions</a> with the Pro version.</small>
|
2052 |
+
</td>
|
2053 |
+
</tr>
|
2054 |
+
<tr>
|
2055 |
+
<td>
|
2056 |
+
".__("Directions Box Open by Default?","wp-google-maps").":
|
2057 |
+
</td>
|
2058 |
+
<td>
|
2059 |
+
<select class='postform' readonly disabled>
|
2060 |
+
<option>".__("No","wp-google-maps")."</option>
|
2061 |
+
<option>".__("Yes, on the left","wp-google-maps")."</option>
|
2062 |
+
<option>".__("Yes, on the right","wp-google-maps")."</option>
|
2063 |
+
<option>".__("Yes, above","wp-google-maps")."</option>
|
2064 |
+
<option>".__("Yes, below","wp-google-maps")."</option>
|
2065 |
+
</select>
|
2066 |
+
</td>
|
2067 |
+
</tr>
|
2068 |
+
<tr>
|
2069 |
+
<td>
|
2070 |
+
".__("Directions Box Width","wp-google-maps").":
|
2071 |
+
</td>
|
2072 |
+
<td>
|
2073 |
+
<input type='text' size='4' maxlength='4' class='small-text' readonly disabled /> px
|
2074 |
+
</td>
|
2075 |
+
</tr>
|
2076 |
+
|
2077 |
+
</table>
|
2078 |
+
</div><!-- end of tab2 -->
|
2079 |
+
<div id=\"tabs-3\">
|
2080 |
+
|
2081 |
+
<table class='form-table' id='wpgmaps_advanced_options'>
|
2082 |
+
<tr>
|
2083 |
+
<td width='320'>".__("Enable Bicycle Layer?","wp-google-maps").":</td>
|
2084 |
+
<td><select id='wpgmza_bicycle' name='wpgmza_bicycle' class='postform'>
|
2085 |
+
<option value=\"1\" ".$wpgmza_bicycle[1].">".__("Yes","wp-google-maps")."</option>
|
2086 |
+
<option value=\"2\" ".$wpgmza_bicycle[2].">".__("No","wp-google-maps")."</option>
|
2087 |
+
</select>
|
2088 |
+
</td>
|
2089 |
+
</tr>
|
2090 |
+
<tr>
|
2091 |
+
<td>".__("Enable Traffic Layer?","wp-google-maps").":</td>
|
2092 |
+
<td><select id='wpgmza_traffic' name='wpgmza_traffic' class='postform'>
|
2093 |
+
<option value=\"1\" ".$wpgmza_traffic[1].">".__("Yes","wp-google-maps")."</option>
|
2094 |
+
<option value=\"2\" ".$wpgmza_traffic[2].">".__("No","wp-google-maps")."</option>
|
2095 |
+
</select></td>
|
2096 |
+
</tr>
|
2097 |
+
</table>
|
2098 |
+
|
2099 |
<div id=\"wpgmaps_save_reminder\" style=\"margin-top:20px;\" class=\"update-nag\" >
|
2100 |
".__("Get all of these advanced features with the Pro version for only <a href=\"http://www.wpgmaps.com/purchase-professional-version/?utm_source=plugin&utm_medium=link&utm_campaign=advanced\">$14.99 once off</a>. Support and updates included forever.","wp-google-maps")."
|
2101 |
</div>
|
2103 |
<table class='form-table' id='wpgmaps_advanced_options'>
|
2104 |
<tr>
|
2105 |
<td>".__("Default Marker Image","wp-google-maps").":</td>
|
2106 |
+
<td><input id=\"\" name=\"\" type='hidden' size='35' class='regular-text' maxlength='700' value='".$res->default_marker."' ".$wpgmza_act."/> <input id=\"upload_default_marker_btn\" type=\"button\" value=\"".__("Upload Image","wp-google-maps")."\" $wpgmza_act /> <a href=\"javascript:void(0);\" onClick=\"document.forms['wpgmza_map_form'].upload_default_marker.value = ''; var span = document.getElementById('wpgmza_mm'); while( span.firstChild ) { span.removeChild( span.firstChild ); } span.appendChild( document.createTextNode('')); return false;\" title=\"Reset to default\">-reset-</a></td>
|
2107 |
</tr>
|
2108 |
|
2109 |
<tr>
|
2146 |
</select>
|
2147 |
</td>
|
2148 |
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2149 |
<tr>
|
2150 |
|
2151 |
</tr>
|
2165 |
</td>
|
2166 |
</tr>
|
2167 |
</table>
|
2168 |
+
</div><!-- end of tab3 -->
|
2169 |
+
<div id=\"tabs-4\" style=\"font-family:sans-serif;\">
|
2170 |
+
<h1 style=\"font-weight:200;\">12 Amazing Reasons to Upgrade to our Pro Version</h1>
|
2171 |
+
<p style=\"font-size:16px; line-height:28px;\">We've spent over two years upgrading our plugin to ensure that it is the most user-friendly and comprehensive map plugin in the WordPress directory. Enjoy the peace of mind knowing that you are getting a truly premium product for all your mapping requirements. Did we also mention that we have fantastic support?</p>
|
2172 |
+
<div id=\"wpgm_premium\">
|
2173 |
+
<div class=\"wpgm_premium_row\">
|
2174 |
+
<div class=\"wpgm_icon\"></div>
|
2175 |
+
<div class=\"wpgm_details\">
|
2176 |
+
<h2>Create custom markers with detailed info windows</h2>
|
2177 |
+
<p>Add titles, descriptions, HTML, images, animations and custom icons to your markers.</p>
|
2178 |
+
</div>
|
2179 |
+
</div>
|
2180 |
+
<div class=\"wpgm_premium_row\">
|
2181 |
+
<div class=\"wpgm_icon\"></div>
|
2182 |
+
<div class=\"wpgm_details\">
|
2183 |
+
<h2>Enable directions</h2>
|
2184 |
+
<p>Allow your visitors to get directions to your markers. Either use their location as the starting point or allow them to type in an address.</p>
|
2185 |
+
</div>
|
2186 |
+
</div>
|
2187 |
+
<div class=\"wpgm_premium_row\">
|
2188 |
+
<div class=\"wpgm_icon\"></div>
|
2189 |
+
<div class=\"wpgm_details\">
|
2190 |
+
<h2>Unlimited maps</h2>
|
2191 |
+
<p>Create as many maps as you like.</p>
|
2192 |
+
</div>
|
2193 |
+
</div>
|
2194 |
+
<div class=\"wpgm_premium_row\">
|
2195 |
+
<div class=\"wpgm_icon\"></div>
|
2196 |
+
<div class=\"wpgm_details\">
|
2197 |
+
<h2>List your markers</h2>
|
2198 |
+
<p>Choose between two methods of listing your markers. The advanced option allows for real time search and filtering of your markers.</p>
|
2199 |
+
</div>
|
2200 |
+
</div>
|
2201 |
+
<div class=\"wpgm_premium_row\">
|
2202 |
+
<div class=\"wpgm_icon\"></div>
|
2203 |
+
<div class=\"wpgm_details\">
|
2204 |
+
<h2>Add categories to your markers</h2>
|
2205 |
+
<p>Create and assign categories to your markers which can then be filtered on your map.</p>
|
2206 |
+
</div>
|
2207 |
+
</div>
|
2208 |
+
<div class=\"wpgm_premium_row\">
|
2209 |
+
<div class=\"wpgm_icon\"></div>
|
2210 |
+
<div class=\"wpgm_details\">
|
2211 |
+
<h2>Advanced options</h2>
|
2212 |
+
<p>Enable advanced options such as showing your visitor's location, marker sorting, bicycle layers, traffic layers and more!</p>
|
2213 |
+
</div>
|
2214 |
+
</div>
|
2215 |
+
<div class=\"wpgm_premium_row\">
|
2216 |
+
<div class=\"wpgm_icon\"></div>
|
2217 |
+
<div class=\"wpgm_details\">
|
2218 |
+
<h2>Import / Export</h2>
|
2219 |
+
<p>Export your markers to a CSV file for quick and easy editing. Import large quantities of markers at once.</p>
|
2220 |
+
</div>
|
2221 |
+
</div>
|
2222 |
+
<div class=\"wpgm_premium_row\">
|
2223 |
+
<div class=\"wpgm_icon\"></div>
|
2224 |
+
<div class=\"wpgm_details\">
|
2225 |
+
<h2>Add KML & Fusion Tables</h2>
|
2226 |
+
<p>Add your own KML layers or Fusion Table data to your map</p>
|
2227 |
+
</div>
|
2228 |
+
</div>
|
2229 |
+
<div class=\"wpgm_premium_row\">
|
2230 |
+
<div class=\"wpgm_icon\"></div>
|
2231 |
+
<div class=\"wpgm_details\">
|
2232 |
+
<h2>Polygons and Polylines</h2>
|
2233 |
+
<p>Add custom polygons and polylines to your map by simply clicking on the map. Perfect for displaying routes and serviced areas.</p>
|
2234 |
+
</div>
|
2235 |
+
</div>
|
2236 |
+
<div class=\"wpgm_premium_row\">
|
2237 |
+
<div class=\"wpgm_icon\"></div>
|
2238 |
+
<div class=\"wpgm_details\">
|
2239 |
+
<h2>Amazing Support</h2>
|
2240 |
+
<p>We pride ourselves on providing quick and amazing support. <a target=\"_BLANK\" href=\"http://wordpress.org/support/view/plugin-reviews/wp-google-maps?filter=5\">Read what some of our users think of our support</a>.</p>
|
2241 |
+
</div>
|
2242 |
+
</div>
|
2243 |
+
<div class=\"wpgm_premium_row\">
|
2244 |
+
<div class=\"wpgm_icon\"></div>
|
2245 |
+
<div class=\"wpgm_details\">
|
2246 |
+
<h2>Easy Upgrade</h2>
|
2247 |
+
<p>You'll receive a download link immediately. Simply upload and activate the Pro plugin to your WordPress admin area and you're done!</p>
|
2248 |
+
</div>
|
2249 |
+
</div>
|
2250 |
+
<div class=\"wpgm_premium_row\">
|
2251 |
+
<div class=\"wpgm_icon\"></div>
|
2252 |
+
<div class=\"wpgm_details\">
|
2253 |
+
<h2>Free updates and support forever</h2>
|
2254 |
+
<p>Once you're a pro user, you'll receive free updates and support forever! You'll also receive amazing specials on any future plugins we release.</p>
|
2255 |
+
</div>
|
2256 |
+
</div>
|
2257 |
+
|
2258 |
+
<br /><p>Get all of this and more for only $14.99 once off</p>
|
2259 |
+
<br /><a href=\"http://www.wpgmaps.com/purchase-professional-version/?utm_source=plugin&utm_medium=link&utm_campaign=upgradenow\" title=\"Upgrade now for only $14.99 once off\" class=\"button-primary\" style=\"font-size:20px; display:block; width:150px; text-align:center; height:30px; line-height:26px;\">Upgrade Now</a>
|
2260 |
+
<br /><br />
|
2261 |
+
<a href=\"http://www.wpgmaps.com/demo/\" target=\"_BLANK\">View the demos</a>.<br /><br />
|
2262 |
+
Have a sales question? Contact either Nick or Mark on <a href=\"mailto:nick@wpgmaps.com\">nick@wpgmaps.com</a> or use our <a href=\"http://www.wpgmaps.com/contact-us/\" target=\"_BLANK\">contact form</a>. <br /><br />
|
2263 |
+
Need help? <a href=\"http://www.wpgmaps.com/forums/forum/support-forum/\" target=\"_BLANK\">Ask a question on our support forum</a>.
|
2264 |
+
|
2265 |
+
|
2266 |
+
|
2267 |
+
</div><!-- end of tab4 -->
|
2268 |
+
|
2269 |
+
</div>
|
2270 |
+
</div>
|
2271 |
+
|
2272 |
+
<!-- end of tabs -->
|
2273 |
|
2274 |
<div id=\"wpgmaps_save_reminder\" style=\"display:none;\">
|
2275 |
<span style=\"font-size:16px; color:#1C62B9;\">
|
2308 |
<td><input id='wpgmza_add_address' name='wpgmza_add_address' type='text' size='35' maxlength='200' value='' /> <br /></td>
|
2309 |
|
2310 |
</tr>
|
2311 |
+
|
2312 |
+
<tr>
|
2313 |
+
<td>".__("Animation","wp-google-maps").": </td>
|
2314 |
+
<td>
|
2315 |
+
<select name=\"wpgmza_animation\" id=\"wpgmza_animation\">
|
2316 |
+
<option value=\"0\">".__("None","wp-google-maps")."</option>
|
2317 |
+
<option value=\"1\">".__("Bounce","wp-google-maps")."</option>
|
2318 |
+
<option value=\"2\">".__("Drop","wp-google-maps")."</option>
|
2319 |
+
</td>
|
2320 |
+
</tr>
|
2321 |
+
<tr>
|
2322 |
+
<td>".__("InfoWindow open by default","wp-google-maps").": </td>
|
2323 |
+
<td>
|
2324 |
+
<select name=\"wpgmza_infoopen\" id=\"wpgmza_infoopen\">
|
2325 |
+
<option value=\"0\">".__("No","wp-google-maps")."</option>
|
2326 |
+
<option value=\"1\">".__("Yes","wp-google-maps")."</option>
|
2327 |
+
</td>
|
2328 |
+
</tr>
|
2329 |
+
|
2330 |
<tr>
|
2331 |
<td>".__("Title","wp-google-maps").": </td>
|
2332 |
<td><input id='wpgmza_add_title' name='wpgmza_add_title' type='text' size='35' maxlength='200' value='' $wpgmza_act /> <small><a href=\"http://www.wpgmaps.com/purchase-professional-version/?utm_source=plugin&utm_medium=link&utm_campaign=titles\">Get titles</a> with the Pro version</small><br /></td>
|
2348 |
<option value=\"0\">".__("Select","wp-google-maps")."</option>
|
2349 |
</td>
|
2350 |
</tr>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2351 |
|
2352 |
<tr>
|
2353 |
<td></td>
|
2495 |
wp_enqueue_script('my-wpgmaps-upload');
|
2496 |
}
|
2497 |
|
2498 |
+
if (isset($_GET['action'])) {
|
2499 |
+
if ($_GET['action'] == "add_poly" || $_GET['action'] == "edit_poly" || $_GET['action'] == "add_polyline" || $_GET['action'] == "edit_polyline") {
|
2500 |
+
wp_register_script('my-wpgmaps-color', plugins_url('js/jscolor.js',__FILE__), false, '1.4.1', false);
|
2501 |
+
wp_enqueue_script('my-wpgmaps-color');
|
2502 |
+
}
|
2503 |
+
if ($_GET['page'] == "wp-google-maps-menu" && $_GET['action'] == "edit") {
|
2504 |
+
wp_enqueue_script( 'jquery-ui-tabs');
|
2505 |
+
wp_register_script('my-wpgmaps-tabs', plugins_url('js/wpgmaps_tabs.js',__FILE__), array('jquery-ui-core'), '1.0.1', true);
|
2506 |
+
wp_enqueue_script('my-wpgmaps-tabs');
|
2507 |
+
}
|
2508 |
}
|
2509 |
}
|
2510 |
function wpgmaps_user_styles() {
|
2516 |
|
2517 |
function wpgmaps_admin_styles() {
|
2518 |
wp_enqueue_style('thickbox');
|
2519 |
+
wp_register_style( 'wpgmaps-style', plugins_url('css/wpgmza_style.css', __FILE__) );
|
2520 |
+
wp_enqueue_style( 'wpgmaps-style' );
|
2521 |
|
2522 |
}
|
2523 |
|
2531 |
add_action('wp_print_styles', 'wpgmaps_user_styles');
|
2532 |
|
2533 |
|
2534 |
+
|
2535 |
function wpgmza_return_marker_list($map_id,$admin = true,$width = "100%",$mashup = false,$mashup_ids = false) {
|
2536 |
|
2537 |
global $wpdb;
|
2582 |
|
2583 |
|
2584 |
$results = $wpdb->get_results($wpgmza_sql1);
|
2585 |
+
$wpgmza_tmp_body = "";
|
2586 |
+
$wpgmza_tmp_head = "";
|
2587 |
+
$wpgmza_tmp_footer = "";
|
2588 |
|
2589 |
$res = wpgmza_get_map_data($map_id);
|
2590 |
if (!$res->default_marker) {
|
2597 |
$img = $result->pic;
|
2598 |
$link = $result->link;
|
2599 |
$icon = $result->icon;
|
2600 |
+
$category_icon = wpgmza_get_category_icon($result->category);
|
2601 |
|
2602 |
if (!$img) { $pic = ""; } else { $pic = "<img src=\"".$result->pic."\" width=\"40\" />"; }
|
2603 |
+
|
2604 |
+
if (!$category_icon) {
|
2605 |
+
if (!$icon) {
|
2606 |
+
$icon = $default_marker;
|
2607 |
+
} else {
|
2608 |
+
$icon = "<img src='".$result->icon."' />";
|
2609 |
+
}
|
2610 |
+
} else {
|
2611 |
+
$icon = "<img src='".$category_icon."' />";
|
2612 |
+
}
|
2613 |
+
|
2614 |
if (!$link) { $linktd = ""; } else { $linktd = "<a href=\"".$result->link."\" target=\"_BLANK\" title=\"".__("View this link","wp-google-maps")."\">>></a>"; }
|
2615 |
|
2616 |
if ($admin) {
|
2617 |
|
2618 |
+
$wpgmza_tmp_body .= "<tr id=\"wpgmza_tr_".$result->id."\" class=\"gradeU\">";
|
2619 |
$wpgmza_tmp_body .= "<td height=\"40\">".$result->id."</td>";
|
2620 |
$wpgmza_tmp_body .= "<td height=\"40\">".$icon."<input type=\"hidden\" id=\"wpgmza_hid_marker_icon_".$result->id."\" value=\"".$result->icon."\" /><input type=\"hidden\" id=\"wpgmza_hid_marker_anim_".$result->id."\" value=\"".$result->anim."\" /><input type=\"hidden\" id=\"wpgmza_hid_marker_category_".$result->id."\" value=\"".$result->category."\" /><input type=\"hidden\" id=\"wpgmza_hid_marker_infoopen_".$result->id."\" value=\"".$result->infoopen."\" /></td>";
|
2621 |
$wpgmza_tmp_body .= "<td>".$result->title."<input type=\"hidden\" id=\"wpgmza_hid_marker_title_".$result->id."\" value=\"".$result->title."\" /></td>";
|
2632 |
$wpgmza_tmp_body .= "</tr>";
|
2633 |
} else {
|
2634 |
$wpgmza_tmp_body .= "<tr id=\"wpgmza_marker_".$result->id."\" mid=\"".$result->id."\" mapid=\"".$result->map_id."\" class=\"wpgmaps_mlist_row\">";
|
2635 |
+
$wpgmza_tmp_body .= " <td width='1px;' style='display:none; width:1px !important;'><span style='display:none;'>".sprintf('%02d', $result->id)."</span></td>";
|
2636 |
+
$wpgmza_tmp_body .= " <td class='wpgmza_table_marker' height=\"40\">".$icon."</td>";
|
2637 |
$wpgmza_tmp_body .= " <td class='wpgmza_table_title'>".$result->title."</td>";
|
2638 |
$wpgmza_tmp_body .= " <td class='wpgmza_table_category'>".wpgmza_return_category_name($result->category)."</td>";
|
2639 |
$wpgmza_tmp_body .= " <td class='wpgmza_table_address'>".$result->address."</td>";
|
2665 |
$wpgmza_tmp_head .= "<table id=\"wpgmza_table_".$map_id."\" class=\"wpgmza_table\" cellspacing=\"0\" cellpadding=\"0\" style=\"width:$width;\">";
|
2666 |
$wpgmza_tmp_head .= "<thead>";
|
2667 |
$wpgmza_tmp_head .= "<tr>";
|
2668 |
+
$wpgmza_tmp_head .= " <th width='1' style='display:none; width:1px !important;'></th>";
|
2669 |
$wpgmza_tmp_head .= " <th class='wpgmza_table_marker'><strong></strong></th>";
|
2670 |
$wpgmza_tmp_head .= " <th class='wpgmza_table_title'><strong>".__("Title","wp-google-maps")."</strong></th>";
|
2671 |
$wpgmza_tmp_head .= " <th class='wpgmza_table_category'><strong>".__("Category","wp-google-maps")."</strong></th>";
|
2736 |
add_action('wp_ajax_delete_marker', 'wpgmaps_action_callback_pro');
|
2737 |
add_action('wp_ajax_edit_marker', 'wpgmaps_action_callback_pro');
|
2738 |
add_action('wp_ajax_delete_poly', 'wpgmaps_action_callback_pro');
|
2739 |
+
add_action('wp_ajax_delete_polyline', 'wpgmaps_action_callback_pro');
|
2740 |
add_action('template_redirect','wpgmaps_check_shortcode');
|
2741 |
|
2742 |
if (function_exists('wpgmza_register_gold_version')) {
|
2743 |
+
|
2744 |
add_action('admin_head', 'wpgmaps_admin_javascript_gold');
|
2745 |
} else {
|
|
|
2746 |
add_action('admin_head', 'wpgmaps_admin_javascript_pro');
|
2747 |
}
|
2748 |
+
add_action('wp_footer', 'wpgmaps_user_javascript_pro');
|
2749 |
|
2750 |
if (function_exists('wpgmza_register_ugm_version')) {
|
2751 |
}
|
2762 |
}
|
2763 |
|
2764 |
|
2765 |
+
|
2766 |
function wpgmaps_check_shortcode() {
|
2767 |
global $posts;
|
2768 |
global $short_code_active;
|
2836 |
global $wpgmza_tblname_poly;
|
2837 |
global $wpgmza_tblname_polylines;
|
2838 |
global $wpgmza_tblname_categories;
|
2839 |
+
global $wpgmza_tblname_category_maps;
|
2840 |
global $wpgmza_tblname;
|
2841 |
|
2842 |
$table_name = $wpdb->prefix . "wpgmza";
|
2920 |
|
2921 |
dbDelta($sql);
|
2922 |
|
2923 |
+
$sql = "
|
2924 |
+
CREATE TABLE `".$wpgmza_tblname_category_maps."` (
|
2925 |
+
`id` int(11) NOT NULL AUTO_INCREMENT,
|
2926 |
+
`cat_id` INT(11) NOT NULL,
|
2927 |
+
`map_id` INT(11) NOT NULL,
|
2928 |
+
PRIMARY KEY (`id`)
|
2929 |
+
) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;
|
2930 |
+
";
|
2931 |
+
|
2932 |
+
dbDelta($sql);
|
2933 |
+
|
2934 |
|
2935 |
$table_name = $wpdb->prefix . "wpgmza_maps";
|
2936 |
$sql = "
|
2959 |
`listmarkers_advanced` INT(10) NOT NULL,
|
2960 |
`filterbycat` TINYINT(1) NOT NULL,
|
2961 |
`ugm_enabled` INT(10) NOT NULL,
|
2962 |
+
`ugm_category_enabled` TINYINT(1) NOT NULL,
|
2963 |
`fusion` VARCHAR(100) NOT NULL,
|
2964 |
`map_width_type` VARCHAR(3) NOT NULL,
|
2965 |
`map_height_type` VARCHAR(3) NOT NULL,
|
2968 |
`order_markers_by` INT(10) NOT NULL,
|
2969 |
`order_markers_choice` INT(10) NOT NULL,
|
2970 |
`show_user_location` INT(3) NOT NULL,
|
2971 |
+
`default_to` VARCHAR(700) NOT NULL,
|
2972 |
PRIMARY KEY (`id`)
|
2973 |
) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=1 ;
|
2974 |
";
|
3077 |
wp_enqueue_script('jquery');
|
3078 |
}
|
3079 |
}
|
3080 |
+
add_action('wp_enqueue_scripts', 'wpgmaps_load_jquery', 9999);
|
3081 |
+
|
3082 |
+
function wpgmza_get_category_icon($cat_id) {
|
3083 |
+
global $wpgmza_tblname_categories;
|
3084 |
+
global $wpdb;
|
3085 |
+
|
3086 |
+
$result = $wpdb->get_var("
|
3087 |
+
SELECT `category_icon`
|
3088 |
+
FROM `$wpgmza_tblname_categories`
|
3089 |
+
WHERE `id` = '$cat_id'
|
3090 |
+
AND `active` = 0
|
3091 |
+
LIMIT 1
|
3092 |
+
");
|
3093 |
+
return $result;
|
3094 |
+
}
|