Version Description
Download this release
Release Info
Developer | chrisvrichardson |
Plugin | MapPress Easy Google Maps |
Version | 2.42 |
Comparing to | |
See all releases |
Code changes from version 2.40.7 to 2.42
- LICENSE.txt +76 -674
- css/mappress.css +27 -14
- css/mappress_admin.css +14 -9
- js/mappress.min.js +1 -1
- js/mappress_editor.min.js +1 -1
- js/mappress_settings.min.js +1 -1
- languages/mappress-bg_BG.mo +0 -0
- languages/mappress-bg_BG.po +1077 -0
- languages/mappress-es_ES.po +963 -405
- languages/mappress-it_IT.mo +0 -0
- languages/mappress-it_IT.po +1188 -399
- languages/mappress.mo +0 -0
- languages/mappress.po +234 -226
- mappress.php +15 -9
- mappress_map.php +12 -8
- mappress_poi.php +40 -70
- mappress_settings.php +10 -2
- readme.txt +41 -5
- templates/map_layout.php +1 -1
- templates/map_poi_list.php +1 -1
LICENSE.txt
CHANGED
@@ -1,674 +1,76 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
"Copyright" also means copyright-like laws that apply to other kinds of
|
78 |
-
works, such as semiconductor masks.
|
79 |
-
|
80 |
-
"The Program" refers to any copyrightable work licensed under this
|
81 |
-
License. Each licensee is addressed as "you". "Licensees" and
|
82 |
-
"recipients" may be individuals or organizations.
|
83 |
-
|
84 |
-
To "modify" a work means to copy from or adapt all or part of the work
|
85 |
-
in a fashion requiring copyright permission, other than the making of an
|
86 |
-
exact copy. The resulting work is called a "modified version" of the
|
87 |
-
earlier work or a work "based on" the earlier work.
|
88 |
-
|
89 |
-
A "covered work" means either the unmodified Program or a work based
|
90 |
-
on the Program.
|
91 |
-
|
92 |
-
To "propagate" a work means to do anything with it that, without
|
93 |
-
permission, would make you directly or secondarily liable for
|
94 |
-
infringement under applicable copyright law, except executing it on a
|
95 |
-
computer or modifying a private copy. Propagation includes copying,
|
96 |
-
distribution (with or without modification), making available to the
|
97 |
-
public, and in some countries other activities as well.
|
98 |
-
|
99 |
-
To "convey" a work means any kind of propagation that enables other
|
100 |
-
parties to make or receive copies. Mere interaction with a user through
|
101 |
-
a computer network, with no transfer of a copy, is not conveying.
|
102 |
-
|
103 |
-
An interactive user interface displays "Appropriate Legal Notices"
|
104 |
-
to the extent that it includes a convenient and prominently visible
|
105 |
-
feature that (1) displays an appropriate copyright notice, and (2)
|
106 |
-
tells the user that there is no warranty for the work (except to the
|
107 |
-
extent that warranties are provided), that licensees may convey the
|
108 |
-
work under this License, and how to view a copy of this License. If
|
109 |
-
the interface presents a list of user commands or options, such as a
|
110 |
-
menu, a prominent item in the list meets this criterion.
|
111 |
-
|
112 |
-
1. Source Code.
|
113 |
-
|
114 |
-
The "source code" for a work means the preferred form of the work
|
115 |
-
for making modifications to it. "Object code" means any non-source
|
116 |
-
form of a work.
|
117 |
-
|
118 |
-
A "Standard Interface" means an interface that either is an official
|
119 |
-
standard defined by a recognized standards body, or, in the case of
|
120 |
-
interfaces specified for a particular programming language, one that
|
121 |
-
is widely used among developers working in that language.
|
122 |
-
|
123 |
-
The "System Libraries" of an executable work include anything, other
|
124 |
-
than the work as a whole, that (a) is included in the normal form of
|
125 |
-
packaging a Major Component, but which is not part of that Major
|
126 |
-
Component, and (b) serves only to enable use of the work with that
|
127 |
-
Major Component, or to implement a Standard Interface for which an
|
128 |
-
implementation is available to the public in source code form. A
|
129 |
-
"Major Component", in this context, means a major essential component
|
130 |
-
(kernel, window system, and so on) of the specific operating system
|
131 |
-
(if any) on which the executable work runs, or a compiler used to
|
132 |
-
produce the work, or an object code interpreter used to run it.
|
133 |
-
|
134 |
-
The "Corresponding Source" for a work in object code form means all
|
135 |
-
the source code needed to generate, install, and (for an executable
|
136 |
-
work) run the object code and to modify the work, including scripts to
|
137 |
-
control those activities. However, it does not include the work's
|
138 |
-
System Libraries, or general-purpose tools or generally available free
|
139 |
-
programs which are used unmodified in performing those activities but
|
140 |
-
which are not part of the work. For example, Corresponding Source
|
141 |
-
includes interface definition files associated with source files for
|
142 |
-
the work, and the source code for shared libraries and dynamically
|
143 |
-
linked subprograms that the work is specifically designed to require,
|
144 |
-
such as by intimate data communication or control flow between those
|
145 |
-
subprograms and other parts of the work.
|
146 |
-
|
147 |
-
The Corresponding Source need not include anything that users
|
148 |
-
can regenerate automatically from other parts of the Corresponding
|
149 |
-
Source.
|
150 |
-
|
151 |
-
The Corresponding Source for a work in source code form is that
|
152 |
-
same work.
|
153 |
-
|
154 |
-
2. Basic Permissions.
|
155 |
-
|
156 |
-
All rights granted under this License are granted for the term of
|
157 |
-
copyright on the Program, and are irrevocable provided the stated
|
158 |
-
conditions are met. This License explicitly affirms your unlimited
|
159 |
-
permission to run the unmodified Program. The output from running a
|
160 |
-
covered work is covered by this License only if the output, given its
|
161 |
-
content, constitutes a covered work. This License acknowledges your
|
162 |
-
rights of fair use or other equivalent, as provided by copyright law.
|
163 |
-
|
164 |
-
You may make, run and propagate covered works that you do not
|
165 |
-
convey, without conditions so long as your license otherwise remains
|
166 |
-
in force. You may convey covered works to others for the sole purpose
|
167 |
-
of having them make modifications exclusively for you, or provide you
|
168 |
-
with facilities for running those works, provided that you comply with
|
169 |
-
the terms of this License in conveying all material for which you do
|
170 |
-
not control copyright. Those thus making or running the covered works
|
171 |
-
for you must do so exclusively on your behalf, under your direction
|
172 |
-
and control, on terms that prohibit them from making any copies of
|
173 |
-
your copyrighted material outside their relationship with you.
|
174 |
-
|
175 |
-
Conveying under any other circumstances is permitted solely under
|
176 |
-
the conditions stated below. Sublicensing is not allowed; section 10
|
177 |
-
makes it unnecessary.
|
178 |
-
|
179 |
-
3. Protecting Users' Legal Rights From Anti-Circumvention Law.
|
180 |
-
|
181 |
-
No covered work shall be deemed part of an effective technological
|
182 |
-
measure under any applicable law fulfilling obligations under article
|
183 |
-
11 of the WIPO copyright treaty adopted on 20 December 1996, or
|
184 |
-
similar laws prohibiting or restricting circumvention of such
|
185 |
-
measures.
|
186 |
-
|
187 |
-
When you convey a covered work, you waive any legal power to forbid
|
188 |
-
circumvention of technological measures to the extent such circumvention
|
189 |
-
is effected by exercising rights under this License with respect to
|
190 |
-
the covered work, and you disclaim any intention to limit operation or
|
191 |
-
modification of the work as a means of enforcing, against the work's
|
192 |
-
users, your or third parties' legal rights to forbid circumvention of
|
193 |
-
technological measures.
|
194 |
-
|
195 |
-
4. Conveying Verbatim Copies.
|
196 |
-
|
197 |
-
You may convey verbatim copies of the Program's source code as you
|
198 |
-
receive it, in any medium, provided that you conspicuously and
|
199 |
-
appropriately publish on each copy an appropriate copyright notice;
|
200 |
-
keep intact all notices stating that this License and any
|
201 |
-
non-permissive terms added in accord with section 7 apply to the code;
|
202 |
-
keep intact all notices of the absence of any warranty; and give all
|
203 |
-
recipients a copy of this License along with the Program.
|
204 |
-
|
205 |
-
You may charge any price or no price for each copy that you convey,
|
206 |
-
and you may offer support or warranty protection for a fee.
|
207 |
-
|
208 |
-
5. Conveying Modified Source Versions.
|
209 |
-
|
210 |
-
You may convey a work based on the Program, or the modifications to
|
211 |
-
produce it from the Program, in the form of source code under the
|
212 |
-
terms of section 4, provided that you also meet all of these conditions:
|
213 |
-
|
214 |
-
a) The work must carry prominent notices stating that you modified
|
215 |
-
it, and giving a relevant date.
|
216 |
-
|
217 |
-
b) The work must carry prominent notices stating that it is
|
218 |
-
released under this License and any conditions added under section
|
219 |
-
7. This requirement modifies the requirement in section 4 to
|
220 |
-
"keep intact all notices".
|
221 |
-
|
222 |
-
c) You must license the entire work, as a whole, under this
|
223 |
-
License to anyone who comes into possession of a copy. This
|
224 |
-
License will therefore apply, along with any applicable section 7
|
225 |
-
additional terms, to the whole of the work, and all its parts,
|
226 |
-
regardless of how they are packaged. This License gives no
|
227 |
-
permission to license the work in any other way, but it does not
|
228 |
-
invalidate such permission if you have separately received it.
|
229 |
-
|
230 |
-
d) If the work has interactive user interfaces, each must display
|
231 |
-
Appropriate Legal Notices; however, if the Program has interactive
|
232 |
-
interfaces that do not display Appropriate Legal Notices, your
|
233 |
-
work need not make them do so.
|
234 |
-
|
235 |
-
A compilation of a covered work with other separate and independent
|
236 |
-
works, which are not by their nature extensions of the covered work,
|
237 |
-
and which are not combined with it such as to form a larger program,
|
238 |
-
in or on a volume of a storage or distribution medium, is called an
|
239 |
-
"aggregate" if the compilation and its resulting copyright are not
|
240 |
-
used to limit the access or legal rights of the compilation's users
|
241 |
-
beyond what the individual works permit. Inclusion of a covered work
|
242 |
-
in an aggregate does not cause this License to apply to the other
|
243 |
-
parts of the aggregate.
|
244 |
-
|
245 |
-
6. Conveying Non-Source Forms.
|
246 |
-
|
247 |
-
You may convey a covered work in object code form under the terms
|
248 |
-
of sections 4 and 5, provided that you also convey the
|
249 |
-
machine-readable Corresponding Source under the terms of this License,
|
250 |
-
in one of these ways:
|
251 |
-
|
252 |
-
a) Convey the object code in, or embodied in, a physical product
|
253 |
-
(including a physical distribution medium), accompanied by the
|
254 |
-
Corresponding Source fixed on a durable physical medium
|
255 |
-
customarily used for software interchange.
|
256 |
-
|
257 |
-
b) Convey the object code in, or embodied in, a physical product
|
258 |
-
(including a physical distribution medium), accompanied by a
|
259 |
-
written offer, valid for at least three years and valid for as
|
260 |
-
long as you offer spare parts or customer support for that product
|
261 |
-
model, to give anyone who possesses the object code either (1) a
|
262 |
-
copy of the Corresponding Source for all the software in the
|
263 |
-
product that is covered by this License, on a durable physical
|
264 |
-
medium customarily used for software interchange, for a price no
|
265 |
-
more than your reasonable cost of physically performing this
|
266 |
-
conveying of source, or (2) access to copy the
|
267 |
-
Corresponding Source from a network server at no charge.
|
268 |
-
|
269 |
-
c) Convey individual copies of the object code with a copy of the
|
270 |
-
written offer to provide the Corresponding Source. This
|
271 |
-
alternative is allowed only occasionally and noncommercially, and
|
272 |
-
only if you received the object code with such an offer, in accord
|
273 |
-
with subsection 6b.
|
274 |
-
|
275 |
-
d) Convey the object code by offering access from a designated
|
276 |
-
place (gratis or for a charge), and offer equivalent access to the
|
277 |
-
Corresponding Source in the same way through the same place at no
|
278 |
-
further charge. You need not require recipients to copy the
|
279 |
-
Corresponding Source along with the object code. If the place to
|
280 |
-
copy the object code is a network server, the Corresponding Source
|
281 |
-
may be on a different server (operated by you or a third party)
|
282 |
-
that supports equivalent copying facilities, provided you maintain
|
283 |
-
clear directions next to the object code saying where to find the
|
284 |
-
Corresponding Source. Regardless of what server hosts the
|
285 |
-
Corresponding Source, you remain obligated to ensure that it is
|
286 |
-
available for as long as needed to satisfy these requirements.
|
287 |
-
|
288 |
-
e) Convey the object code using peer-to-peer transmission, provided
|
289 |
-
you inform other peers where the object code and Corresponding
|
290 |
-
Source of the work are being offered to the general public at no
|
291 |
-
charge under subsection 6d.
|
292 |
-
|
293 |
-
A separable portion of the object code, whose source code is excluded
|
294 |
-
from the Corresponding Source as a System Library, need not be
|
295 |
-
included in conveying the object code work.
|
296 |
-
|
297 |
-
A "User Product" is either (1) a "consumer product", which means any
|
298 |
-
tangible personal property which is normally used for personal, family,
|
299 |
-
or household purposes, or (2) anything designed or sold for incorporation
|
300 |
-
into a dwelling. In determining whether a product is a consumer product,
|
301 |
-
doubtful cases shall be resolved in favor of coverage. For a particular
|
302 |
-
product received by a particular user, "normally used" refers to a
|
303 |
-
typical or common use of that class of product, regardless of the status
|
304 |
-
of the particular user or of the way in which the particular user
|
305 |
-
actually uses, or expects or is expected to use, the product. A product
|
306 |
-
is a consumer product regardless of whether the product has substantial
|
307 |
-
commercial, industrial or non-consumer uses, unless such uses represent
|
308 |
-
the only significant mode of use of the product.
|
309 |
-
|
310 |
-
"Installation Information" for a User Product means any methods,
|
311 |
-
procedures, authorization keys, or other information required to install
|
312 |
-
and execute modified versions of a covered work in that User Product from
|
313 |
-
a modified version of its Corresponding Source. The information must
|
314 |
-
suffice to ensure that the continued functioning of the modified object
|
315 |
-
code is in no case prevented or interfered with solely because
|
316 |
-
modification has been made.
|
317 |
-
|
318 |
-
If you convey an object code work under this section in, or with, or
|
319 |
-
specifically for use in, a User Product, and the conveying occurs as
|
320 |
-
part of a transaction in which the right of possession and use of the
|
321 |
-
User Product is transferred to the recipient in perpetuity or for a
|
322 |
-
fixed term (regardless of how the transaction is characterized), the
|
323 |
-
Corresponding Source conveyed under this section must be accompanied
|
324 |
-
by the Installation Information. But this requirement does not apply
|
325 |
-
if neither you nor any third party retains the ability to install
|
326 |
-
modified object code on the User Product (for example, the work has
|
327 |
-
been installed in ROM).
|
328 |
-
|
329 |
-
The requirement to provide Installation Information does not include a
|
330 |
-
requirement to continue to provide support service, warranty, or updates
|
331 |
-
for a work that has been modified or installed by the recipient, or for
|
332 |
-
the User Product in which it has been modified or installed. Access to a
|
333 |
-
network may be denied when the modification itself materially and
|
334 |
-
adversely affects the operation of the network or violates the rules and
|
335 |
-
protocols for communication across the network.
|
336 |
-
|
337 |
-
Corresponding Source conveyed, and Installation Information provided,
|
338 |
-
in accord with this section must be in a format that is publicly
|
339 |
-
documented (and with an implementation available to the public in
|
340 |
-
source code form), and must require no special password or key for
|
341 |
-
unpacking, reading or copying.
|
342 |
-
|
343 |
-
7. Additional Terms.
|
344 |
-
|
345 |
-
"Additional permissions" are terms that supplement the terms of this
|
346 |
-
License by making exceptions from one or more of its conditions.
|
347 |
-
Additional permissions that are applicable to the entire Program shall
|
348 |
-
be treated as though they were included in this License, to the extent
|
349 |
-
that they are valid under applicable law. If additional permissions
|
350 |
-
apply only to part of the Program, that part may be used separately
|
351 |
-
under those permissions, but the entire Program remains governed by
|
352 |
-
this License without regard to the additional permissions.
|
353 |
-
|
354 |
-
When you convey a copy of a covered work, you may at your option
|
355 |
-
remove any additional permissions from that copy, or from any part of
|
356 |
-
it. (Additional permissions may be written to require their own
|
357 |
-
removal in certain cases when you modify the work.) You may place
|
358 |
-
additional permissions on material, added by you to a covered work,
|
359 |
-
for which you have or can give appropriate copyright permission.
|
360 |
-
|
361 |
-
Notwithstanding any other provision of this License, for material you
|
362 |
-
add to a covered work, you may (if authorized by the copyright holders of
|
363 |
-
that material) supplement the terms of this License with terms:
|
364 |
-
|
365 |
-
a) Disclaiming warranty or limiting liability differently from the
|
366 |
-
terms of sections 15 and 16 of this License; or
|
367 |
-
|
368 |
-
b) Requiring preservation of specified reasonable legal notices or
|
369 |
-
author attributions in that material or in the Appropriate Legal
|
370 |
-
Notices displayed by works containing it; or
|
371 |
-
|
372 |
-
c) Prohibiting misrepresentation of the origin of that material, or
|
373 |
-
requiring that modified versions of such material be marked in
|
374 |
-
reasonable ways as different from the original version; or
|
375 |
-
|
376 |
-
d) Limiting the use for publicity purposes of names of licensors or
|
377 |
-
authors of the material; or
|
378 |
-
|
379 |
-
e) Declining to grant rights under trademark law for use of some
|
380 |
-
trade names, trademarks, or service marks; or
|
381 |
-
|
382 |
-
f) Requiring indemnification of licensors and authors of that
|
383 |
-
material by anyone who conveys the material (or modified versions of
|
384 |
-
it) with contractual assumptions of liability to the recipient, for
|
385 |
-
any liability that these contractual assumptions directly impose on
|
386 |
-
those licensors and authors.
|
387 |
-
|
388 |
-
All other non-permissive additional terms are considered "further
|
389 |
-
restrictions" within the meaning of section 10. If the Program as you
|
390 |
-
received it, or any part of it, contains a notice stating that it is
|
391 |
-
governed by this License along with a term that is a further
|
392 |
-
restriction, you may remove that term. If a license document contains
|
393 |
-
a further restriction but permits relicensing or conveying under this
|
394 |
-
License, you may add to a covered work material governed by the terms
|
395 |
-
of that license document, provided that the further restriction does
|
396 |
-
not survive such relicensing or conveying.
|
397 |
-
|
398 |
-
If you add terms to a covered work in accord with this section, you
|
399 |
-
must place, in the relevant source files, a statement of the
|
400 |
-
additional terms that apply to those files, or a notice indicating
|
401 |
-
where to find the applicable terms.
|
402 |
-
|
403 |
-
Additional terms, permissive or non-permissive, may be stated in the
|
404 |
-
form of a separately written license, or stated as exceptions;
|
405 |
-
the above requirements apply either way.
|
406 |
-
|
407 |
-
8. Termination.
|
408 |
-
|
409 |
-
You may not propagate or modify a covered work except as expressly
|
410 |
-
provided under this License. Any attempt otherwise to propagate or
|
411 |
-
modify it is void, and will automatically terminate your rights under
|
412 |
-
this License (including any patent licenses granted under the third
|
413 |
-
paragraph of section 11).
|
414 |
-
|
415 |
-
However, if you cease all violation of this License, then your
|
416 |
-
license from a particular copyright holder is reinstated (a)
|
417 |
-
provisionally, unless and until the copyright holder explicitly and
|
418 |
-
finally terminates your license, and (b) permanently, if the copyright
|
419 |
-
holder fails to notify you of the violation by some reasonable means
|
420 |
-
prior to 60 days after the cessation.
|
421 |
-
|
422 |
-
Moreover, your license from a particular copyright holder is
|
423 |
-
reinstated permanently if the copyright holder notifies you of the
|
424 |
-
violation by some reasonable means, this is the first time you have
|
425 |
-
received notice of violation of this License (for any work) from that
|
426 |
-
copyright holder, and you cure the violation prior to 30 days after
|
427 |
-
your receipt of the notice.
|
428 |
-
|
429 |
-
Termination of your rights under this section does not terminate the
|
430 |
-
licenses of parties who have received copies or rights from you under
|
431 |
-
this License. If your rights have been terminated and not permanently
|
432 |
-
reinstated, you do not qualify to receive new licenses for the same
|
433 |
-
material under section 10.
|
434 |
-
|
435 |
-
9. Acceptance Not Required for Having Copies.
|
436 |
-
|
437 |
-
You are not required to accept this License in order to receive or
|
438 |
-
run a copy of the Program. Ancillary propagation of a covered work
|
439 |
-
occurring solely as a consequence of using peer-to-peer transmission
|
440 |
-
to receive a copy likewise does not require acceptance. However,
|
441 |
-
nothing other than this License grants you permission to propagate or
|
442 |
-
modify any covered work. These actions infringe copyright if you do
|
443 |
-
not accept this License. Therefore, by modifying or propagating a
|
444 |
-
covered work, you indicate your acceptance of this License to do so.
|
445 |
-
|
446 |
-
10. Automatic Licensing of Downstream Recipients.
|
447 |
-
|
448 |
-
Each time you convey a covered work, the recipient automatically
|
449 |
-
receives a license from the original licensors, to run, modify and
|
450 |
-
propagate that work, subject to this License. You are not responsible
|
451 |
-
for enforcing compliance by third parties with this License.
|
452 |
-
|
453 |
-
An "entity transaction" is a transaction transferring control of an
|
454 |
-
organization, or substantially all assets of one, or subdividing an
|
455 |
-
organization, or merging organizations. If propagation of a covered
|
456 |
-
work results from an entity transaction, each party to that
|
457 |
-
transaction who receives a copy of the work also receives whatever
|
458 |
-
licenses to the work the party's predecessor in interest had or could
|
459 |
-
give under the previous paragraph, plus a right to possession of the
|
460 |
-
Corresponding Source of the work from the predecessor in interest, if
|
461 |
-
the predecessor has it or can get it with reasonable efforts.
|
462 |
-
|
463 |
-
You may not impose any further restrictions on the exercise of the
|
464 |
-
rights granted or affirmed under this License. For example, you may
|
465 |
-
not impose a license fee, royalty, or other charge for exercise of
|
466 |
-
rights granted under this License, and you may not initiate litigation
|
467 |
-
(including a cross-claim or counterclaim in a lawsuit) alleging that
|
468 |
-
any patent claim is infringed by making, using, selling, offering for
|
469 |
-
sale, or importing the Program or any portion of it.
|
470 |
-
|
471 |
-
11. Patents.
|
472 |
-
|
473 |
-
A "contributor" is a copyright holder who authorizes use under this
|
474 |
-
License of the Program or a work on which the Program is based. The
|
475 |
-
work thus licensed is called the contributor's "contributor version".
|
476 |
-
|
477 |
-
A contributor's "essential patent claims" are all patent claims
|
478 |
-
owned or controlled by the contributor, whether already acquired or
|
479 |
-
hereafter acquired, that would be infringed by some manner, permitted
|
480 |
-
by this License, of making, using, or selling its contributor version,
|
481 |
-
but do not include claims that would be infringed only as a
|
482 |
-
consequence of further modification of the contributor version. For
|
483 |
-
purposes of this definition, "control" includes the right to grant
|
484 |
-
patent sublicenses in a manner consistent with the requirements of
|
485 |
-
this License.
|
486 |
-
|
487 |
-
Each contributor grants you a non-exclusive, worldwide, royalty-free
|
488 |
-
patent license under the contributor's essential patent claims, to
|
489 |
-
make, use, sell, offer for sale, import and otherwise run, modify and
|
490 |
-
propagate the contents of its contributor version.
|
491 |
-
|
492 |
-
In the following three paragraphs, a "patent license" is any express
|
493 |
-
agreement or commitment, however denominated, not to enforce a patent
|
494 |
-
(such as an express permission to practice a patent or covenant not to
|
495 |
-
sue for patent infringement). To "grant" such a patent license to a
|
496 |
-
party means to make such an agreement or commitment not to enforce a
|
497 |
-
patent against the party.
|
498 |
-
|
499 |
-
If you convey a covered work, knowingly relying on a patent license,
|
500 |
-
and the Corresponding Source of the work is not available for anyone
|
501 |
-
to copy, free of charge and under the terms of this License, through a
|
502 |
-
publicly available network server or other readily accessible means,
|
503 |
-
then you must either (1) cause the Corresponding Source to be so
|
504 |
-
available, or (2) arrange to deprive yourself of the benefit of the
|
505 |
-
patent license for this particular work, or (3) arrange, in a manner
|
506 |
-
consistent with the requirements of this License, to extend the patent
|
507 |
-
license to downstream recipients. "Knowingly relying" means you have
|
508 |
-
actual knowledge that, but for the patent license, your conveying the
|
509 |
-
covered work in a country, or your recipient's use of the covered work
|
510 |
-
in a country, would infringe one or more identifiable patents in that
|
511 |
-
country that you have reason to believe are valid.
|
512 |
-
|
513 |
-
If, pursuant to or in connection with a single transaction or
|
514 |
-
arrangement, you convey, or propagate by procuring conveyance of, a
|
515 |
-
covered work, and grant a patent license to some of the parties
|
516 |
-
receiving the covered work authorizing them to use, propagate, modify
|
517 |
-
or convey a specific copy of the covered work, then the patent license
|
518 |
-
you grant is automatically extended to all recipients of the covered
|
519 |
-
work and works based on it.
|
520 |
-
|
521 |
-
A patent license is "discriminatory" if it does not include within
|
522 |
-
the scope of its coverage, prohibits the exercise of, or is
|
523 |
-
conditioned on the non-exercise of one or more of the rights that are
|
524 |
-
specifically granted under this License. You may not convey a covered
|
525 |
-
work if you are a party to an arrangement with a third party that is
|
526 |
-
in the business of distributing software, under which you make payment
|
527 |
-
to the third party based on the extent of your activity of conveying
|
528 |
-
the work, and under which the third party grants, to any of the
|
529 |
-
parties who would receive the covered work from you, a discriminatory
|
530 |
-
patent license (a) in connection with copies of the covered work
|
531 |
-
conveyed by you (or copies made from those copies), or (b) primarily
|
532 |
-
for and in connection with specific products or compilations that
|
533 |
-
contain the covered work, unless you entered into that arrangement,
|
534 |
-
or that patent license was granted, prior to 28 March 2007.
|
535 |
-
|
536 |
-
Nothing in this License shall be construed as excluding or limiting
|
537 |
-
any implied license or other defenses to infringement that may
|
538 |
-
otherwise be available to you under applicable patent law.
|
539 |
-
|
540 |
-
12. No Surrender of Others' Freedom.
|
541 |
-
|
542 |
-
If conditions are imposed on you (whether by court order, agreement or
|
543 |
-
otherwise) that contradict the conditions of this License, they do not
|
544 |
-
excuse you from the conditions of this License. If you cannot convey a
|
545 |
-
covered work so as to satisfy simultaneously your obligations under this
|
546 |
-
License and any other pertinent obligations, then as a consequence you may
|
547 |
-
not convey it at all. For example, if you agree to terms that obligate you
|
548 |
-
to collect a royalty for further conveying from those to whom you convey
|
549 |
-
the Program, the only way you could satisfy both those terms and this
|
550 |
-
License would be to refrain entirely from conveying the Program.
|
551 |
-
|
552 |
-
13. Use with the GNU Affero General Public License.
|
553 |
-
|
554 |
-
Notwithstanding any other provision of this License, you have
|
555 |
-
permission to link or combine any covered work with a work licensed
|
556 |
-
under version 3 of the GNU Affero General Public License into a single
|
557 |
-
combined work, and to convey the resulting work. The terms of this
|
558 |
-
License will continue to apply to the part which is the covered work,
|
559 |
-
but the special requirements of the GNU Affero General Public License,
|
560 |
-
section 13, concerning interaction through a network will apply to the
|
561 |
-
combination as such.
|
562 |
-
|
563 |
-
14. Revised Versions of this License.
|
564 |
-
|
565 |
-
The Free Software Foundation may publish revised and/or new versions of
|
566 |
-
the GNU General Public License from time to time. Such new versions will
|
567 |
-
be similar in spirit to the present version, but may differ in detail to
|
568 |
-
address new problems or concerns.
|
569 |
-
|
570 |
-
Each version is given a distinguishing version number. If the
|
571 |
-
Program specifies that a certain numbered version of the GNU General
|
572 |
-
Public License "or any later version" applies to it, you have the
|
573 |
-
option of following the terms and conditions either of that numbered
|
574 |
-
version or of any later version published by the Free Software
|
575 |
-
Foundation. If the Program does not specify a version number of the
|
576 |
-
GNU General Public License, you may choose any version ever published
|
577 |
-
by the Free Software Foundation.
|
578 |
-
|
579 |
-
If the Program specifies that a proxy can decide which future
|
580 |
-
versions of the GNU General Public License can be used, that proxy's
|
581 |
-
public statement of acceptance of a version permanently authorizes you
|
582 |
-
to choose that version for the Program.
|
583 |
-
|
584 |
-
Later license versions may give you additional or different
|
585 |
-
permissions. However, no additional obligations are imposed on any
|
586 |
-
author or copyright holder as a result of your choosing to follow a
|
587 |
-
later version.
|
588 |
-
|
589 |
-
15. Disclaimer of Warranty.
|
590 |
-
|
591 |
-
THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY
|
592 |
-
APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT
|
593 |
-
HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY
|
594 |
-
OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,
|
595 |
-
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
596 |
-
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM
|
597 |
-
IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF
|
598 |
-
ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
|
599 |
-
|
600 |
-
16. Limitation of Liability.
|
601 |
-
|
602 |
-
IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
|
603 |
-
WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS
|
604 |
-
THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY
|
605 |
-
GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE
|
606 |
-
USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF
|
607 |
-
DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD
|
608 |
-
PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),
|
609 |
-
EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF
|
610 |
-
SUCH DAMAGES.
|
611 |
-
|
612 |
-
17. Interpretation of Sections 15 and 16.
|
613 |
-
|
614 |
-
If the disclaimer of warranty and limitation of liability provided
|
615 |
-
above cannot be given local legal effect according to their terms,
|
616 |
-
reviewing courts shall apply local law that most closely approximates
|
617 |
-
an absolute waiver of all civil liability in connection with the
|
618 |
-
Program, unless a warranty or assumption of liability accompanies a
|
619 |
-
copy of the Program in return for a fee.
|
620 |
-
|
621 |
-
END OF TERMS AND CONDITIONS
|
622 |
-
|
623 |
-
How to Apply These Terms to Your New Programs
|
624 |
-
|
625 |
-
If you develop a new program, and you want it to be of the greatest
|
626 |
-
possible use to the public, the best way to achieve this is to make it
|
627 |
-
free software which everyone can redistribute and change under these terms.
|
628 |
-
|
629 |
-
To do so, attach the following notices to the program. It is safest
|
630 |
-
to attach them to the start of each source file to most effectively
|
631 |
-
state the exclusion of warranty; and each file should have at least
|
632 |
-
the "copyright" line and a pointer to where the full notice is found.
|
633 |
-
|
634 |
-
<one line to give the program's name and a brief idea of what it does.>
|
635 |
-
Copyright (C) <year> <name of author>
|
636 |
-
|
637 |
-
This program is free software: you can redistribute it and/or modify
|
638 |
-
it under the terms of the GNU General Public License as published by
|
639 |
-
the Free Software Foundation, either version 3 of the License, or
|
640 |
-
(at your option) any later version.
|
641 |
-
|
642 |
-
This program is distributed in the hope that it will be useful,
|
643 |
-
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
644 |
-
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
645 |
-
GNU General Public License for more details.
|
646 |
-
|
647 |
-
You should have received a copy of the GNU General Public License
|
648 |
-
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
649 |
-
|
650 |
-
Also add information on how to contact you by electronic and paper mail.
|
651 |
-
|
652 |
-
If the program does terminal interaction, make it output a short
|
653 |
-
notice like this when it starts in an interactive mode:
|
654 |
-
|
655 |
-
<program> Copyright (C) <year> <name of author>
|
656 |
-
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
|
657 |
-
This is free software, and you are welcome to redistribute it
|
658 |
-
under certain conditions; type `show c' for details.
|
659 |
-
|
660 |
-
The hypothetical commands `show w' and `show c' should show the appropriate
|
661 |
-
parts of the General Public License. Of course, your program's commands
|
662 |
-
might be different; for a GUI interface, you would use an "about box".
|
663 |
-
|
664 |
-
You should also get your employer (if you work as a programmer) or school,
|
665 |
-
if any, to sign a "copyright disclaimer" for the program, if necessary.
|
666 |
-
For more information on this, and how to apply and follow the GNU GPL, see
|
667 |
-
<http://www.gnu.org/licenses/>.
|
668 |
-
|
669 |
-
The GNU General Public License does not permit incorporating your program
|
670 |
-
into proprietary programs. If your program is a subroutine library, you
|
671 |
-
may consider it more useful to permit linking proprietary applications with
|
672 |
-
the library. If this is what you want to do, use the GNU Lesser General
|
673 |
-
Public License instead of this License. But first, please read
|
674 |
-
<http://www.gnu.org/philosophy/why-not-lgpl.html>.
|
1 |
+
MAPPRESS PRO LICENSE
|
2 |
+
|
3 |
+
The PRO version of MapPress is governed by the license described in this document.
|
4 |
+
|
5 |
+
You may use the PRO version of MapPress on up to 3 WordPress blogs per license you have purchased. A "blog" is a single blog or a single WordPress multisite installation. If you have purchased the PRO developer edition, you may use the plugin on an unlimited number of sites provided they are your own web sites or projects for your direct client(s).
|
6 |
+
|
7 |
+
SOFTWARE LICENSE AGREEMENT AND CONDITIONS FOR USE
|
8 |
+
|
9 |
+
PLEASE READ THIS SOFTWARE LICENSE AGREEMENT CAREFULLY BEFORE DOWNLOADING OR USING THE SOFTWARE. BY DOWNLOADING OR USING THE SOFTWARE YOU ARE CONSENTING TO BE BOUND BY THIS AGREEMENT. IF YOU DO NOT AGREE TO ALL OF THE TERMS OF THIS AGREEMENT, DO NOT DOWNLOAD
|
10 |
+
OR USE THE PRODUCT.
|
11 |
+
|
12 |
+
|
13 |
+
1. Definitions.
|
14 |
+
|
15 |
+
"License" shall mean the terms and conditions for use, reproduction,
|
16 |
+
and distribution as defined by Sections 1 through 4 of this document.
|
17 |
+
|
18 |
+
"Licensor" shall mean the software author or copyright owner
|
19 |
+
that is granting the License.
|
20 |
+
|
21 |
+
"You" (or "Your") shall mean an individual or Legal Entity
|
22 |
+
exercising permissions granted by this License.
|
23 |
+
|
24 |
+
"Source" form shall mean the preferred form for making modifications,
|
25 |
+
including but not limited to software source code, documentation
|
26 |
+
source, and configuration files.
|
27 |
+
|
28 |
+
"Object" form shall mean any form resulting from mechanical
|
29 |
+
transformation or translation of a Source form, including but
|
30 |
+
not limited to compiled object code, generated documentation,
|
31 |
+
and conversions to other media types.
|
32 |
+
|
33 |
+
"Work" shall mean the work of authorship, whether in Source or
|
34 |
+
Object form, made available under the License, as indicated by a
|
35 |
+
copyright notice that is included in or attached to the work
|
36 |
+
(an example is provided in the Appendix below).
|
37 |
+
|
38 |
+
2. Trademarks. This License does not grant permission to use the trade
|
39 |
+
names, trademarks, service marks, or product names of the Licensor,
|
40 |
+
except as required for reasonable and customary use in describing the
|
41 |
+
origin of the Work and reproducing the content of the NOTICE file.
|
42 |
+
|
43 |
+
3. Disclaimer of Warranty. Unless required by applicable law or
|
44 |
+
agreed to in writing, Licensor provides the Work on an "AS IS" BASIS,
|
45 |
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
46 |
+
implied, including, without limitation, any warranties or conditions
|
47 |
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
48 |
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
49 |
+
appropriateness of using or redistributing the Work and assume any
|
50 |
+
risks associated with Your exercise of permissions under this License.
|
51 |
+
|
52 |
+
4. Limitation of Liability. In no event and under no legal theory,
|
53 |
+
whether in tort (including negligence), contract, or otherwise,
|
54 |
+
unless required by applicable law shall the Licensor be
|
55 |
+
liable to You for damages, including any direct, indirect, special,
|
56 |
+
incidental, or consequential damages of any character arising as a
|
57 |
+
result of this License or out of the use or inability to use the
|
58 |
+
Work (including but not limited to damages for loss of goodwill,
|
59 |
+
work stoppage, computer failure or malfunction, or any and all
|
60 |
+
other commercial damages or losses), even if such Licensor
|
61 |
+
has been advised of the possibility of such damages. You agree to
|
62 |
+
indemnify, and hold Licensor harmless for any liability
|
63 |
+
incurred by, or claims asserted against, Licensor for any reason.
|
64 |
+
|
65 |
+
5. Licensee shall not modify, copy, duplicate, reproduce, license or sublicense
|
66 |
+
the Work, or transfer or convey the Work or any right in the Work to
|
67 |
+
anyone else without the prior written consent of Developer; provided that Licensee
|
68 |
+
may make one copy of the Work for backup or archival purposes.
|
69 |
+
|
70 |
+
6. Licensee shall not sell, redistribute or re-sell the Work, a modified version of the Work,
|
71 |
+
or any portion of the Work form.
|
72 |
+
|
73 |
+
7. EXCEPT AS EXPRESSLY AUTHORIZED ABOVE, CUSTOMER SHALL NOT: COPY, IN WHOLE OR IN
|
74 |
+
PART, SOFTWARE OR DOCUMENTATION; MODIFY THE SOFTWARE; REVERSE COMPILE OR REVERSE
|
75 |
+
ASSEMBLE ALL OR ANY PORTION OF THE SOFTWARE; OR RENT, LEASE, DISTRIBUTE, SELL, OR
|
76 |
+
CREATE DERIVATIVE WORKS OF THE SOFTWARE.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
css/mappress.css
CHANGED
@@ -85,7 +85,7 @@
|
|
85 |
overflow: hidden !important;
|
86 |
padding: 0px !important;
|
87 |
margin: 0px; /* Do not set !important on this - plugin overrides it using a style during display, for map alignment */
|
88 |
-
|
89 |
}
|
90 |
|
91 |
/* Map tiles */
|
@@ -110,20 +110,24 @@
|
|
110 |
-----------------------------------------------------------------------------------
|
111 |
*/
|
112 |
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
margin: 0px ;
|
117 |
-
|
118 |
-
line-height: normal ;
|
119 |
}
|
120 |
|
121 |
-
|
122 |
-
|
|
|
|
|
|
|
|
|
123 |
}
|
124 |
|
125 |
-
.mapp-iw .mapp-
|
126 |
-
|
127 |
}
|
128 |
|
129 |
.mapp-iw .mapp-thumb {
|
@@ -139,12 +143,21 @@
|
|
139 |
.mapp-iw .mapp-links {
|
140 |
clear: both; /* Clear any floats from images in body */
|
141 |
white-space: nowrap; /* Don't let links split in small infowindows */
|
142 |
-
margin:
|
143 |
-
padding-top: 4px ;
|
144 |
border-top: 1px solid lightgray ;
|
145 |
}
|
146 |
|
147 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
148 |
|
149 |
/*
|
150 |
-----------------------------------------------------------------------------------
|
85 |
overflow: hidden !important;
|
86 |
padding: 0px !important;
|
87 |
margin: 0px; /* Do not set !important on this - plugin overrides it using a style during display, for map alignment */
|
88 |
+
word-wrap: normal; /* 2013 sets break-word, which interferes w/Google copyright in IE only */
|
89 |
}
|
90 |
|
91 |
/* Map tiles */
|
110 |
-----------------------------------------------------------------------------------
|
111 |
*/
|
112 |
|
113 |
+
/* Override common theme / user agent styles that interfere */
|
114 |
+
.mapp-iw * {
|
115 |
+
color: black !important;
|
116 |
+
margin: 0px !important;
|
117 |
+
padding: 0px !important;
|
118 |
+
line-height: normal !important;
|
119 |
}
|
120 |
|
121 |
+
/* Override Google font bug (roboto webfont is loaded with a delay, making the IW size wrong on first open in Chrome) */
|
122 |
+
.mapp-iw, .mapp-iw * {
|
123 |
+
font-family: sans-serif !important; /* Needed for Chrome, override roboto font */
|
124 |
+
font-weight: normal !important;
|
125 |
+
font-size: 13px !important;
|
126 |
+
text-align: left !important;
|
127 |
}
|
128 |
|
129 |
+
.mapp-iw .mapp-title {
|
130 |
+
font-weight: bold !important;
|
131 |
}
|
132 |
|
133 |
.mapp-iw .mapp-thumb {
|
143 |
.mapp-iw .mapp-links {
|
144 |
clear: both; /* Clear any floats from images in body */
|
145 |
white-space: nowrap; /* Don't let links split in small infowindows */
|
146 |
+
margin: 4px 0 0 0 !important;
|
147 |
+
padding-top: 4px !important;
|
148 |
border-top: 1px solid lightgray ;
|
149 |
}
|
150 |
|
151 |
+
/* Style links */
|
152 |
+
.mapp-iw a:link, .mapp-iw a:visited{
|
153 |
+
color: #4272db !important;
|
154 |
+
text-decoration: none !important;
|
155 |
+
}
|
156 |
+
|
157 |
+
.mapp-iw a:hover{
|
158 |
+
color:#4272db !important;
|
159 |
+
text-decoration:underline !important;
|
160 |
+
}
|
161 |
|
162 |
/*
|
163 |
-----------------------------------------------------------------------------------
|
css/mappress_admin.css
CHANGED
@@ -14,8 +14,8 @@
|
|
14 |
}
|
15 |
|
16 |
.mapp-m-map-list {
|
17 |
-
width: 100%;
|
18 |
-
height: 100%;
|
19 |
margin-top: 5px;
|
20 |
overflow: auto;
|
21 |
}
|
@@ -35,15 +35,15 @@ tr:hover > td > .mapp-m-actions {
|
|
35 |
*/
|
36 |
|
37 |
.mapp-e-edit-panel {
|
38 |
-
border-top: 1px solid lightgray;
|
39 |
margin-top: 5px;
|
40 |
-
white-space:nowrap;
|
41 |
}
|
42 |
|
43 |
table.mapp-e-editor {
|
44 |
border-collapse: collapse;
|
45 |
table-layout: fixed;
|
46 |
-
width: 100%;
|
47 |
}
|
48 |
|
49 |
.mapp-e-editor td {
|
@@ -54,13 +54,13 @@ table.mapp-e-editor {
|
|
54 |
font-size: 12px;
|
55 |
height: 20px;
|
56 |
}
|
57 |
-
|
58 |
.mapp-e-canvas {
|
59 |
width: 100%;
|
60 |
min-height: 200px;
|
61 |
border: 1px solid lightgray;
|
62 |
}
|
63 |
-
|
64 |
.mapp-e-poi-list {
|
65 |
cursor: move;
|
66 |
height: 370px;
|
@@ -76,7 +76,7 @@ table.mapp-e-editor {
|
|
76 |
}
|
77 |
|
78 |
.mapp-e-poi-list tr:nth-of-type(odd) {
|
79 |
-
background-color: rgb(252, 252, 252);
|
80 |
}
|
81 |
|
82 |
.mapp-e-actions {
|
@@ -115,6 +115,11 @@ tr:hover > td > .mapp-e-actions {
|
|
115 |
cursor: pointer;
|
116 |
}
|
117 |
|
|
|
|
|
|
|
|
|
|
|
118 |
#mapp_e_poi_kml_url {
|
119 |
width: 350px;
|
120 |
}
|
@@ -161,7 +166,7 @@ tr:hover > td > .mapp-e-actions {
|
|
161 |
}
|
162 |
|
163 |
.mapp-icon-picker li {
|
164 |
-
border: 2px solid white;
|
165 |
display: inline-block;
|
166 |
user-select: none;
|
167 |
margin: 0px;
|
14 |
}
|
15 |
|
16 |
.mapp-m-map-list {
|
17 |
+
width: 100%;
|
18 |
+
height: 100%;
|
19 |
margin-top: 5px;
|
20 |
overflow: auto;
|
21 |
}
|
35 |
*/
|
36 |
|
37 |
.mapp-e-edit-panel {
|
38 |
+
border-top: 1px solid lightgray;
|
39 |
margin-top: 5px;
|
40 |
+
white-space:nowrap;
|
41 |
}
|
42 |
|
43 |
table.mapp-e-editor {
|
44 |
border-collapse: collapse;
|
45 |
table-layout: fixed;
|
46 |
+
width: 100%;
|
47 |
}
|
48 |
|
49 |
.mapp-e-editor td {
|
54 |
font-size: 12px;
|
55 |
height: 20px;
|
56 |
}
|
57 |
+
|
58 |
.mapp-e-canvas {
|
59 |
width: 100%;
|
60 |
min-height: 200px;
|
61 |
border: 1px solid lightgray;
|
62 |
}
|
63 |
+
|
64 |
.mapp-e-poi-list {
|
65 |
cursor: move;
|
66 |
height: 370px;
|
76 |
}
|
77 |
|
78 |
.mapp-e-poi-list tr:nth-of-type(odd) {
|
79 |
+
background-color: rgb(252, 252, 252);
|
80 |
}
|
81 |
|
82 |
.mapp-e-actions {
|
115 |
cursor: pointer;
|
116 |
}
|
117 |
|
118 |
+
/* Border around tinyMCE editor (WP removes it). mceLayout is for WP < 3.9 */
|
119 |
+
.mapp-e-infobox .mce-panel, .mapp-e-infobox table.mceLayout {
|
120 |
+
border: 1px solid lightgray !important;
|
121 |
+
}
|
122 |
+
|
123 |
#mapp_e_poi_kml_url {
|
124 |
width: 350px;
|
125 |
}
|
166 |
}
|
167 |
|
168 |
.mapp-icon-picker li {
|
169 |
+
border: 2px solid white;
|
170 |
display: inline-block;
|
171 |
user-select: none;
|
172 |
margin: 0px;
|
js/mappress.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
var mapp=window.mapp||{};mapp.Poi=function(){this.address=null,this.body=null,this.html=null,this.iconid=null,this.map=null,this.overlay=null,this.postid=null,this.title="",this.url=null,this.type=null,this.viewport=null;for(var n in arguments[0])typeof arguments[0][n]!="undefined"&&(this[n]=arguments[0][n])},mapp.Poi.prototype={fromJSON:function(n){var f,u,i,o,t,r,s,e;this.address=n.correctedAddress,this.body=n.body,this.correctedAddress=n.correctedAddress,this.html=n.html,this.iconid=n.iconid,this.postid=n.postid,this.title=n.title,this.type=n.type,this.url=n.url,n.viewport&&(f=new google.maps.LatLng(n.viewport.sw.lat,n.viewport.sw.lng),u=new google.maps.LatLng(n.viewport.ne.lat,n.viewport.ne.lng),this.viewport=f.lat()==0&&f.lng()==0&&u.lat()==0&&u.lng()==0?null:new google.maps.LatLngBounds(f,u)),i=[],o=[];switch(this.type){case"polygon":if(n.poly&&n.poly.paths)for(t=0;t<n.poly.paths.length;t++){for(i=[],r=0;r<n.poly.paths[t].length;r++)i.push(new google.maps.LatLng(n.poly.paths[t][r].lat,n.poly.paths[t][r].lng));o.push(new google.maps.MVCArray(i))}this.overlay=new google.maps.Polygon({paths:new google.maps.MVCArray(o)}),this.setColors(n.poly);break;case"polyline":if(n.poly&&n.poly.path)for(t=0;t<n.poly.path.length;t++)i.push(new google.maps.LatLng(n.poly.path[t].lat,n.poly.path[t].lng));this.overlay=new google.maps.Polyline({path:new google.maps.MVCArray(i)}),this.setColors(n.poly);break;case"circle":e=new google.maps.LatLng(n.point.lat,n.point.lng),this.overlay=new google.maps.Circle({center:e,radius:parseFloat(n.poly.radius)}),this.setColors(n.poly);break;case"rectangle":this.overlay=new google.maps.Rectangle({bounds:this.viewport}),this.setColors(n.poly);break;case"kml":s=n.kml&&n.kml.url?n.kml.url:"",this.overlay=new google.maps.KmlLayer(s,{preserveViewport:!0,suppressInfoWindows:!0});break;case"":default:e=new google.maps.LatLng(n.point.lat,n.point.lng),this.overlay=new google.maps.Marker({position:e})}},toJSON:function(){var n={address:this.address,body:this.body,correctedAddress:this.address,iconid:this.iconid,point:null,poly:null,title:this.title,type:this.type,viewport:null},r=this.getPosition(),t,i;if(n.point={lat:r.lat(),lng:r.lng()},t=this.viewport?this.viewport:this.getBounds(),t&&(n.viewport={sw:{lat:t.getSouthWest().lat(),lng:t.getSouthWest().lng()},ne:{lat:t.getNorthEast().lat(),lng:t.getNorthEast().lng()}}),this.type=="kml"&&(n.kml={url:this.overlay.getUrl()},i=this.overlay.getDefaultViewport(),n.viewport={sw:{lat:i.getSouthWest().lat(),lng:i.getSouthWest().lng()},ne:{lat:i.getNorthEast().lat(),lng:i.getNorthEast().lng()}}),this.isPoly()){n.poly=this.getColors();switch(this.type){case"circle":n.poly.radius=this.overlay.getRadius();break;case"polyline":n.poly.path=[],this.overlay.getPath().forEach(function(t){n.poly.path.push({lat:t.lat(),lng:t.lng()})});break;case"polygon":n.poly.paths=[],this.overlay.getPaths().forEach(function(t){var i=[];t.forEach(function(n){i.push({lat:n.lat(),lng:n.lng()})}),n.poly.paths.push(i)})}}return n},setTooltip:function(n){this.map.getTooltips()&&(this.type||(n?this.overlay.setTitle(n):this.overlay.setTitle(jQuery("<div>").html(this.title).text())))},setMap:function(n){var t=this;if(google.maps.event.clearInstanceListeners(this.overlay),n==null){this.overlay.setMap(null);return}this.type=="kml"&&(google.maps.event.addListener(this.overlay,"defaultviewport_changed",function(){t.viewport=t.overlay.getDefaultViewport()}),google.maps.event.addListener(this.overlay,"status_changed",function(){var n=t.overlay.getStatus();n!="OK"&&mappl10n.ajaxErrors&&alert(mappl10n.kml_error+":"+n)})),this.map=n,this.overlay.setMap(n.getMap()),this.setEditable(this.map.getEditable()),this.setIcon(this.iconid),this.setZIndex(0),this.setTooltip(),google.maps.event.addListener(this.overlay,"click",function(n){t.open(n)})},setEditable:function(n){var t=this;if(this.isPoly()){t.overlay.setEditable(n),n&&(google.maps.event.addListener(this.overlay,"click",function(){t.overlay.setEditable(!0)}),google.maps.event.addListener(this.overlay,"mouseover",function(){t.overlay.setEditable(!0)}));return}this.type!="kml"&&(this.overlay.setDraggable(n),n?(this.setTooltip(mappl10n.click_and_drag),google.maps.event.addListener(this.overlay,"dragstart",function(){t.map.closeInfoWindow()}),google.maps.event.addListener(this.overlay,"dragend",function(n){t.viewport=null,t.address=null,t.map.openPoi(t),google.maps.event.trigger(t.map,"dragend",t,n)})):this.setTooltip())},getZIndex:function(){return this.type?this.overlay.zIndex:this.overlay.getZIndex()},setZIndex:function(n){this.type?this.overlay.zIndex=n:this.overlay.setZIndex(n)},setIcon:function(n){if(!this.type){this.overlay.setIcon(null),this.overlay.setShadow(null);var t=mapp.Icons.get(n);t&&(t.anchor?(this.overlay.setIcon(new google.maps.MarkerImage(t.url,null,null,t.anchor,null)),this.overlay.setShadow(new google.maps.MarkerImage(t.shadowUrl,null,null,t.anchor,null))):(this.overlay.setIcon(t.url),this.overlay.setShadow(t.shadowUrl)))}},getImage:function(n){var t=mapp.Icons.getUrl(this.iconid);return n=n?n:"","<img class='"+n+"' src='"+t+"' />"},setVisible:function(n){typeof this.overlay.setVisible!="undefined"&&this.overlay.setVisible(n)},setColors:function(n){var r={strokeColor:"",strokeOpacity:"",strokeWeight:"",fillColor:"",fillOpacity:""},i={},t;for(t in r)n&&typeof n[t]!="undefined"&&(i[t]=n[t]);this.overlay.setOptions(i)},getColors:function(){var i={strokeColor:"",strokeOpacity:"",strokeWeight:"",fillColor:"",fillOpacity:""},t={},n;for(n in i)typeof this.overlay[n]!="undefined"&&(t[n]=this.overlay[n]);return t},center:function(n){var t=this.map.getMap(),i;if(!n){t.setCenter(this.getPosition());return}if(typeof n=="number"){t.setCenter(this.getPosition()),t.setZoom(n);return}i=this.getBounds(),i?(t.fitBounds(i),t.setCenter(this.getPosition())):(t.setCenter(this.getPosition()),t.setZoom(this.map.getPoiZoom()))},open:function(n){this.map.openPoi(this,n)},zoomIn:function(){var n=this.map.getMap(),r=n.getZoom(),t=this.getBounds(),i=Math.min(r+2,21);t&&n.fitBounds(t),i>n.getZoom()&&n.setZoom(i),n.setCenter(this.getPosition())},isPoly:function(){return jQuery.inArray(this.type,["polyline","polygon","circle","rectangle"])!=-1},getBounds:function(){var n;if(!this.map.getEditable()&&this.viewport)return this.viewport;switch(this.type){case"polyline":n=new google.maps.LatLngBounds,this.overlay.getPath().forEach(function(t){n.extend(t)});break;case"polygon":n=new google.maps.LatLngBounds,this.overlay.getPaths().forEach(function(t){t.forEach(function(t){n.extend(t)})});break;case"rectangle":case"circle":n=this.overlay.getBounds();break;case"kml":n=this.overlay.getDefaultViewport();break;default:return this.viewport?this.viewport:null}return n},getPosition:function(){if(this.type){var n=this.getBounds();return n?n.getCenter():new google.maps.LatLng(0,0)}return this.overlay.getPosition()},click:function(){google.maps.event.trigger(this.overlay,"click")}};var mapp=window.mapp||{};mapp.Map=function(n){function ht(){var c,l,f;if(!s&&(s=["roadmap","satellite","terrain","hybrid"],mapp.Styles))for(c in mapp.Styles)s.push(c);for(o=o?new google.maps.LatLng(n.center.lat,n.center.lng):new google.maps.LatLng(0,0),l={backgroundColor:"transparent",center:o,draggable:bt,keyboardShortcuts:at,mapTypeControl:di,mapTypeControlOptions:{style:ki,mapTypeIds:s},maxZoom:nr,minZoom:ii,overviewMapControl:yi,overviewMapControlOptions:{opened:vi},panControl:pi,rotateControl:wi,scaleControl:ir,scrollwheel:hr,streetViewControl:ar,tilt:ur,zoom:v?v:0,zoomControl:er,zoomControlOptions:{style:ai}},i=new google.maps.Map(a,l),f=0;f<t.length;f++)t[f].setMap(r);ri(),r.setMapTypeId(fi),ei(),h=="ib"?(mapp.InfoBox.prototype=new google.maps.OverlayView,u=new mapp.InfoBox):u=new google.maps.InfoWindow,h=="ib"&&(at=!1),et=new mapp.Geocoder(r,gi,hi),vt!="none"&&(e=new mapp.Directions(r,vt,et,dt,wt)),r.initCenter(),oi&&jQuery(window).resize(function(){r.resize()})}function ri(){var n,t,r;for(n in mapp.Styles)t=mapp.Styles[n],r=new google.maps.StyledMapType(t,{name:n}),i.mapTypes.set(n,r),lr==n&&i.setOptions({styles:t})}function ei(){fr&&ft("traffic",mappl10n.traffic,ni),ci&&ft("bicycling",mappl10n.bike,kt),or&&ft("transit",mappl10n.transit,gt)}function ft(n,t,r){var e=f+"_"+n,s=r?"checked='checked'":"",o="<div class='gmnoprint mapp-control'><input type='checkbox' id='"+e+"' "+s+" /> "+t+"<\/div>",u=jQuery(o).get(0);i.controls[google.maps.ControlPosition.TOP_RIGHT].push(u),r&&st(n),google.maps.event.clearListeners(u,"click"),google.maps.event.addDomListener(u,"click",function(){st(n)})}function st(n){var r=f+"_"+n,t;switch(n){case"transit":y=y?y:new google.maps.TransitLayer,t=y;break;case"traffic":b=b?b:new google.maps.TrafficLayer,t=b;break;case"bicycling":nt=nt?nt:new google.maps.BicyclingLayer,t=nt}t.getMap()?(jQuery("#"+r).prop("checked",!1),t.setMap(null)):(jQuery("#"+r).prop("checked",!0),t.setMap(i))}var o=n.center,k=n.height,c=n.mapid,fi=n.mapTypeId?n.mapTypeId:"roadmap",ui=n.metaKey,f=n.name,lt=n.options,yt=n.query,ut=n.title,g=n.width,v=parseInt(n.zoom,10),oi=n.options.adaptive,ci=n.options.bicycling,li=n.options.bigHeight,si=n.options.bigWidth,hi=n.options.country,rt=n.options.dataTables,vt=n.options.directions,dt=n.options.directionsServer,wt=n.options.directionsUnits,bt=n.options.draggable,ti=n.options.editable,kt=n.options.initialBicycling,it=n.options.initialOpenDirections,tt=n.options.initialOpenInfo,ni=n.options.initialTraffic,gt=n.options.initialTransit,h=n.options.iwType,pt=n.options.iwDisableAutoPan,at=n.options.keyboardShortcuts,gi=n.options.language,di=n.options.mapTypeControl,ki=parseInt(n.options.mapTypeControlStyle,10),s=n.options.mapTypeIds,tr=n.options.mashupClick,nr=parseInt(n.options.maxZoom),ii=parseInt(n.options.minZoom),yi=n.options.overviewMapControl,vi=n.options.overviewMapControlOpened,pi=n.options.panControl,bi=n.options.poiZoom,wi=n.options.rotateControl,ir=n.options.scaleControl,hr=n.options.scrollwheel,sr=n.height,cr=n.width,ar=n.options.streetViewControl,lr=n.options.style,ur=parseInt(n.options.tilt),rr=n.options.tooltips,fr=n.options.traffic,or=n.options.transit,er=n.options.zoomControl,ai=parseInt(n.options.zoomControlStyle,10),r=this,nt,b,y,e=null,w,ot,p,a,l,et=null,i=null,u=null,t=[],ct=!1,d=0;this.display=function(){if(w=jQuery("#"+f+"_dialog"),ot=jQuery("#"+f+"_directions"),p=jQuery("#"+f+"_layout"),a=document.getElementById(f),l=jQuery("#"+f+"_poi_list"),!a){typeof console!="undefined"&&console.log("MapPress: Missing map name or container for map: "+f);return}if(typeof google=="undefined"){typeof console!="undefined"&&console.log("MapPress: Google API not loaded");return}if(ot.append(jQuery("#"+f+"_directions_").contents()),l.append(jQuery("#"+f+"_poi_list_").contents()),this.setDataTables(),yt){this.ajaxQuery(function(){ht()});return}r.setPois(n.pois,!1),ht()},this.ajaxQuery=function(n,t){e&&e.close(),u&&r.closeInfoWindow(),r.setDialog(),t=t?t:1;var i={action:"mapp_query",name:f,query:yt,options:lt};mapp.Ajax("POST",i,function(t){t.status=="OK"&&(r.hideDialog(),r.setPois(t.data.pois,!0),r.setPoiList(t.data.poiList),n&&n())})},this.setDialog=function(n){n=n?n:'<span class="mapp-spinner"><\/span>'+mappl10n.loading,n='<div class="mapp-dialog-inner">'+n+"<\/div>",jQuery(w).html(n),jQuery(w).show()},this.hideDialog=function(){jQuery(w).hide()},this.setPoiList=function(n){typeof n=="string"?l.html(n):l.append(n),this.setDataTables()},this.setDataTables=function(){if(rt&&typeof jQuery.fn.dataTable!="undefined"){var n=rt==!0?{bFilter:!1,bPaginate:!1}:rt;jQuery("table",l).dataTable(n)}},this.getOptions=function(){return lt},this.getResized=function(){return ct},this.show=function(){p.show(),this.display()},this.closeInfoWindow=function(){u.close()},this.openDirections=function(n,t,i){var u,r;typeof n=="object"?(u=n.address?n.address:n.getPosition().toUrlValue(),n.open()):u=n,typeof t=="object"?(r=t.address?t.address:t.getPosition().toUrlValue(),t.open()):r=t,e.open(u,r,i)},this.setMapTypeId=function(n){n=n&&jQuery.inArray(n,s)!=-1?n:s[0],i.setMapTypeId(n)},this.setCenter=function(n,t){i.setCenter(new google.maps.LatLng(n,t))},this.setZoom=function(n){i.setZoom(n)},this.getPoiZoom=function(){return parseInt(bi)},this.poiToFront=function(n){if(d++,d>google.maps.Marker.MAX_ZINDEX){d=1;for(var i=0;i<t.length;i++)t[i].setZIndex(0)}n.setZIndex(d)},this.getMap=function(){return i},this.getGeocoder=function(){return et},this.getName=function(){return f},this.setName=function(n){f=n},this.getMapid=function(){return c},this.setMapid=function(n){c=n},this.getTitle=function(){return ut},this.setTitle=function(n){ut=n},this.getWidth=function(){return g},this.setWidth=function(n){g=n},this.getHeight=function(){return k},this.setHeight=function(n){k=n},this.getInfoWindow=function(){return u},this.getEditable=function(){return ti},this.getTooltips=function(){return rr},this.getPoi=function(n){return typeof n=="string"&&(n=parseInt(n,10)),t[n]},this.getPoiById=function(n){for(var i=0;i<t.length;i++)if(t[i].postid==n)return t[i];return null},this.getPois=function(){return t},this.insertPoi=function(n){t.unshift(n),n.setMap(this)},this.addPoi=function(n){t.push(n),n.setMap(this)},this.removePoi=function(n){var i=jQuery.inArray(n,t);i!=-1&&(t[i].setMap(null),t.splice(i,1))},this.setPois=function(n,i){for(var u,r=0;r<t.length;r++)t[r].setMap(null);for(t=[],r=0;r<n.length;r++)u=new mapp.Poi,u.fromJSON(n[r]),t.push(u),i&&u.setMap(this)},this.showPois=function(){for(var n=0;n<t.length;n++)t[n].setVisible(!0)},this.hidePois=function(){for(var n=0;n<t.length;n++)t[n].setVisible(!1)},this.sortPois=function(n){for(var u=Array(),r,i=0;i<n.length;i++){if(r=parseInt(n[i]),isNaN(r))return!1;u.push(t[r])}return u.length!=t.length?!1:(t=u,!0)},this.openPoi=function(n,t){var u,i;if(h&&h!="none"){if(tr=="post"&&n.url){window.location.assign(n.url);return}i={html:null},google.maps.event.trigger(r,"poicontent",n,i),u=i.content?i.content:t&&typeof t.featureData!="undefined"?t.featureData.infoWindowHtml:n.html,this.openInfoWindow(n,u,t)}},this.openInfoWindow=function(n,t,f){if(e&&e.close(),h&&h!="none"){if(this.poiToFront(n),u.close(),u.setContent(t),google.maps.event.addListenerOnce(u,"domready",function(){google.maps.event.trigger(r,"poidomready",n)}),pt){u.setOptions({disableAutoPan:pt});var o=i.getBounds();o.contains(n.getPosition())||n.center()}n.type=="kml"&&f?(u.setOptions({pixelOffset:f.pixelOffset,position:f.latLng}),u.open(i)):n.type?(u.setOptions({position:n.getPosition()}),u.open(i)):u.open(i,n.overlay)}},this.closeInfoWindow=function(){u.close()},this.resize=function(n,t){var r=i.getCenter();n&&t&&(jQuery(a).width(n),jQuery(a).height(t),g=n,k=t),google.maps.event.trigger(i,"resize"),i.setCenter(r),ct=!0;return},this.initCenter=function(){if(this.closeInfoWindow(),google.maps.event.addListenerOnce(i,"idle",function(){r.initWindows()}),o&&o.lat()&&o.lng())i.setCenter(o),i.setZoom(v);else{var n=v?v:!0;r.autoCenter(n)}},this.initWindows=function(){var n;e&&it?(n=isNaN(parseInt(it))?r.getPoi(0):r.getPoi(parseInt(it)),n&&(n.center(!1),r.openDirections("",n,!1))):tt&&(n=isNaN(parseInt(tt))?r.getPoi(0):r.getPoi(parseInt(tt)),n&&n.open())},this.autoCenter=function(n){var r,u,f;if(t.length==0){this.setCenter(0,0),typeof n=="number"?i.setZoom(n):i.setZoom(1);return}if(t.length==1){t[0].center(n);return}for(r=new google.maps.LatLngBounds,u=0;u<t.length;u++)f=t[u].getBounds(),r=f?r.union(f):r.extend(t[u].getPosition());if(n===!1){i.setCenter(r.getCenter());return}if(typeof n=="number"){i.setCenter(r.getCenter()),i.setZoom(n);return}i.fitBounds(r)},this.reset=function(){this.initCenter()},this.bigger=function(n,t,i){e&&e.close(),this.closeInfoWindow(),jQuery(n).text()==t?(jQuery(n).text(i),jQuery(p).width(si),this.resize("100%",li)):(jQuery(n).text(t),jQuery(p).width(cr),this.resize("100%",sr))},this.toJSON=function(){return{center:{lat:i.getCenter().lat(),lng:i.getCenter().lng()},height:k,mapid:c,mapTypeId:i.getMapTypeId(),metaKey:ui,pois:t,title:ut,width:g,zoom:i.getZoom()}},this.ajaxSave=function(n){var t,i;t=typeof Prototype!="undefined"&&typeof Object.toJSON!="undefined"?Object.toJSON(r):t=JSON.stringify(r),i={action:"mapp_save",map:t,postid:mappl10n.postid},mapp.Ajax("POST",i,function(t){t.status=="OK"&&(c=t.data.mapid,n(t.data))})},this.ajaxDelete=function(n){c||n();var t={action:"mapp_delete",mapid:c};mapp.Ajax("POST",t,function(t){t.status=="OK"&&n()})}},mapp.Map.ajaxCreate=function(n,t,i){var r={action:"mapp_create"};mapp.Ajax("GET",r,function(r){if(r.status=="OK"){jQuery.extend(r.data.map.options,t),r.data.map.name=n;var u=new mapp.Map(r.data.map);i(u)}})},mapp.Map.ajaxGet=function(n,t,i,r){var u={action:"mapp_get",mapid:n};mapp.Ajax("GET",u,function(n){if(n.status=="OK"){jQuery.extend(n.data.map.options,i),n.data.map.name=t;var u=new mapp.Map(n.data.map);r(u)}})},mapp.Map.ajaxDelete=function(n,t){var i={action:"mapp_delete",mapid:n};mapp.Ajax("POST",i,function(n){n.status=="OK"&&t&&t()})},mapp.Ajax=function(n,t,i){jQuery.ajax({type:n,cache:!1,url:mappl10n.ajaxurl,data:t,success:function(n){if(n.output&&mappl10n.ajaxErrors&&alert("AJAX Error\r\n"+n.output),n.status=="OK"){i(n);return}mappl10n.ajaxErrors&&(typeof n=="object"?alert("AJAX Error\r\n"+n.status):alert("AJAX Error\r\n"+n))},error:function(n,t,i){typeof i!="undefined"&&i!=""&&mappl10n.ajaxErrors&&alert("AJAX ERROR\r\nStatus="+t+"\r\nError="+i+"\r\nResponseText="+n.responseText)}})},mapp.on=function(n,t,i,r){if(jQuery.fn.on)jQuery(n).on(t,i,r);else i?jQuery(n+" "+i).live(t,r):jQuery(n).live(t,r)};mapp.on("body","tabsshow",null,function(n,t){t&&t.panel&&jQuery(".mapp-canvas",t.panel).each(function(){var t=jQuery(this).attr("id"),n;t&&(n=window[t],n.getResized()||(n.resize(),n.initCenter()))})});mapp.on("body","tabsactivate",null,function(n,t){t&&t.newPanel&&jQuery(".mapp-canvas",t.newPanel).each(function(){var t=jQuery(this).attr("id"),n;t&&(n=window[t],n.getResized()||(n.resize(),n.initCenter()))})});this.JSON||(this.JSON={}),function(){function i(n){return n<10?"0"+n:n}function o(n){return f.lastIndex=0,f.test(n)?'"'+n.replace(f,function(n){var t=s[n];return typeof t=="string"?t:"\\u"+("0000"+n.charCodeAt(0).toString(16)).slice(-4)})+'"':'"'+n+'"'}function u(i,f){var h,l,c,a,v=n,s,e=f[i];e&&typeof e=="object"&&typeof e.toJSON=="function"&&(e=e.toJSON(i)),typeof t=="function"&&(e=t.call(f,i,e));switch(typeof e){case"string":return o(e);case"number":return isFinite(e)?String(e):"null";case"boolean":case"null":return String(e);case"object":if(!e)return"null";if(n+=r,s=[],Object.prototype.toString.apply(e)==="[object Array]"){for(a=e.length,h=0;h<a;h+=1)s[h]=u(h,e)||"null";return c=s.length===0?"[]":n?"[\n"+n+s.join(",\n"+n)+"\n"+v+"]":"["+s.join(",")+"]",n=v,c}if(t&&typeof t=="object")for(a=t.length,h=0;h<a;h+=1)l=t[h],typeof l=="string"&&(c=u(l,e))&&s.push(o(l)+(n?": ":":")+c);else for(l in e)Object.hasOwnProperty.call(e,l)&&(c=u(l,e))&&s.push(o(l)+(n?": ":":")+c);return c=s.length===0?"{}":n?"{\n"+n+s.join(",\n"+n)+"\n"+v+"}":"{"+s.join(",")+"}",n=v,c}}typeof Date.prototype.toJSON!="function"&&(Date.prototype.toJSON=function(){return isFinite(this.valueOf())?this.getUTCFullYear()+"-"+i(this.getUTCMonth()+1)+"-"+i(this.getUTCDate())+"T"+i(this.getUTCHours())+":"+i(this.getUTCMinutes())+":"+i(this.getUTCSeconds())+"Z":null},String.prototype.toJSON=Number.prototype.toJSON=Boolean.prototype.toJSON=function(){return this.valueOf()});var e=/[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,f=/[\\\"\x00-\x1f\x7f-\x9f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,n,r,s={"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"},t;typeof JSON.stringify!="function"&&(JSON.stringify=function(i,f,e){var o;if(r=n="",typeof e=="number")for(o=0;o<e;o+=1)r+=" ";else typeof e=="string"&&(r=e);if((t=f)&&typeof f!="function"&&(typeof f!="object"||typeof f.length!="number"))throw Error("JSON.stringify");return u("",{"":i})}),typeof JSON.parse!="function"&&(JSON.parse=function(n,t){function r(n,i){var f,e,u=n[i];if(u&&typeof u=="object")for(f in u)Object.hasOwnProperty.call(u,f)&&(e=r(u,f),e!==undefined?u[f]=e:delete u[f]);return t.call(n,i,u)}var i;if(n=String(n),e.lastIndex=0,e.test(n)&&(n=n.replace(e,function(n){return"\\u"+("0000"+n.charCodeAt(0).toString(16)).slice(-4)})),/^[\],:{}\s]*$/.test(n.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,"")))return i=eval("("+n+")"),typeof t=="function"?r({"":i},""):i;throw new SyntaxError("JSON.parse");})}();(function(){jQuery.fn.mappColorpicker=function(n){var u={colors:["800000","FF0000","FFA500","FFFF00","808000","800080","FF00FF","FFFFFF","00FF00","008000","000080","0000FF","00FFFF","008080","000000","808080","C0C0C0",]};n=jQuery.extend(u,n);var r=function(n){var r=n.substr(1,2),i=n.substr(3,2),t=n.substr(5,2);return.212671*r+.71516*i+.072169*t<.5?"ffffff":"000000"},i=function(n){var t=n.val();n.css({"background-color":t,color:"#"+r(t)})},t=jQuery("#mapp_colorpicker");return t.length||(t=jQuery('<div id="mapp_colorpicker"><\/div>').appendTo(document.body).hide()),jQuery(document).click(function(n){jQuery(n.target).is("#mapp_colorpicker")||jQuery(n.target).parents("#mapp_colorpicker").length||t.hide()}),this.each(function(){var r=jQuery(this),u;i(r),u="",jQuery.each(n.colors,function(n,t){u+='<li><a href="#" style="background-color: #'+t+';">'+t+"<\/a><\/li>"}),r.keydown(function(n){n.keyCode===9&&t.hide()}),r.click(function(){var n=r.offset();return t.html("<ul>"+u+"<\/ul>").css({position:"absolute",left:n.left,top:n.top+r.outerHeight()}).show(),jQuery("a",t).click(function(){var n=jQuery(this).text();return r.val("#"+n),r.change(),t.hide(),!1}),!1}),r.change(function(){i(r)})})}})();var mapp=window.mapp||{};mapp.Directions=function(n,t,i,r,u){function y(){jQuery(".mapp-dir-swap",f).click(function(){var t=jQuery(".mapp-dir-daddr",f).val(),n=jQuery(".mapp-dir-saddr",f).val();return jQuery(".mapp-dir-saddr",f).val(t),jQuery(".mapp-dir-daddr",f).val(n),jQuery(".mapp-dir-get",f).click(),!1}),jQuery(".mapp-dir-get",f).click(function(){return o.getDirections(),!1}),jQuery(".mapp-dir-print",f).click(function(){o.printDirections()}),jQuery(".mapp-dir-close",f).click(function(){return o.close(),!1}),jQuery(".mapp-travelmode",f).click(function(){return jQuery(".mapp-travelmode",f).removeClass("mapp-travelmode-on"),jQuery(this).addClass("mapp-travelmode-on"),o.getDirections(),!1}),jQuery(".mapp-myloc",f).click(function(){return c.geolocate(function(n){n?(jQuery(".mapp-dir-saddr",f).val("("+n.coords.latitude+", "+n.coords.longitude+")"),jQuery(".mapp-dir-get",f).click()):alert(mappl10n.no_geolocate)}),!1})}function v(n,t,i){var r;r=jQuery(".mapp-travelmode-on > span",f).hasClass("mapp-dir-walk")?google.maps.DirectionsTravelMode.WALKING:jQuery(".mapp-travelmode-on > span",f).hasClass("mapp-dir-transit")?google.maps.DirectionsTravelMode.TRANSIT:jQuery(".mapp-travelmode-on > span",f).hasClass("mapp-dir-bike")?google.maps.DirectionsTravelMode.BICYCLING:google.maps.DirectionsTravelMode.DRIVING;var o=null,s={travelMode:r,transitOptions:{departureTime:o},provideRouteAlternatives:!0,origin:n,destination:t,unitSystem:w},u=jQuery(".mapp-dir-renderer",f).get(0);jQuery(".mapp-dir-renderer",f).empty(),l||(l=new google.maps.DirectionsService),l.route(s,function(n,t){switch(t){case google.maps.DirectionsStatus.OK:h.hidePois(),e?(e.setDirections(n),e.setMap(a),e.setPanel(u)):e=new google.maps.DirectionsRenderer({map:a,panel:u,directions:n,hideRouteList:!1,draggable:!0});break;case google.maps.DirectionsStatus.NOT_FOUND:alert(mappl10n.dir_not_found);break;case google.maps.DirectionsStatus.ZERO_RESULTS:alert(mappl10n.dir_zero_results);break;default:alert(mappl10n.dir_default+t)}i()})}var h=n,p=t,c=i,s=r,w=u,f=jQuery("#"+n.getName()+"_directions"),e,l,a=n.getMap(),o=this;s.toLowerCase().indexOf("http")==-1&&(s="https://"+s),y(),this.open=function(n,t,i){if(p=="google"){this.openGoogle(n,t,0);return}jQuery(f).show(),jQuery(".mapp-dir-saddr",f).val(n),jQuery(".mapp-dir-daddr",f).val(t),(i||typeof i=="undefined")&&(jQuery(".mapp-dir-get",f).focus(),jQuery(".mapp-dir-saddr",f).focus())},this.close=function(){jQuery(f).hide(),e&&(e.setPanel(null),e.getMap()&&(e.setMap(null),h.showPois()))},this.getDirections=function(){h.closeInfoWindow(),jQuery(".mapp-spinner",f).show();var i=jQuery(".mapp-dir-saddr",f),r=jQuery(".mapp-dir-daddr",f),n=jQuery(".mapp-dir-saddr-err",f),t=jQuery(".mapp-dir-daddr-err",f);c.geocodeField(i,n,function(n){c.geocodeField(r,t,function(t){n&&t?v(n,t,function(){jQuery(".mapp-spinner",f).hide();return}):jQuery(".mapp-spinner",f).hide()})})},this.printDirections=function(){var n;jQuery(".mapp-travelmode-on > span",f).hasClass("mapp-dir-walk")?n="w":jQuery(".mapp-travelmode-on > span",f).hasClass("mapp-dir-bike")&&(n="b"),this.openGoogle(jQuery(".mapp-dir-saddr",f).val(),jQuery(".mapp-dir-daddr",f).val(),3,n)},this.openGoogle=function(n,t,i,r){var u=s;u+="?saddr="+encodeURIComponent(n),u+="&daddr="+encodeURIComponent(t),u+="&pw="+i,u+=r?"&dirflg="+r:"",window.open(u)}};var mapp=window.mapp||{};mapp.Geocoder=function(n,t,i){function u(n,t){jQuery(n).removeClass("mapp-error"),jQuery(t).hide()}function f(n,t,i){jQuery(n).addClass("mapp-error"),jQuery(t).html(i),jQuery(t).show()}var o,e,s,c,h,r;o=i,c=t,h=n,s=h.getMap(),r=this,this.geocode=function(n,t){var i=n instanceof google.maps.LatLng?{latLng:n}:{address:n,region:o,language:c};i.bounds=s.getBounds(),e||(e=new google.maps.Geocoder),e.geocode(i,function(n,i){if(n){for(var r=0;r<n.length;r++)n[r].formatted_address==""&&n.splice(r,1);t(n[0],i)}else t(null,i)})},this.geolocate=function(n){if(!navigator||!navigator.geolocation)return null;navigator.geolocation.getCurrentPosition(function(t){n(t)},function(){n(null)},{timeout:1e4,enableHighAccuracy:!0,maximumAge:3e4})},this.stringToLatLng=function(n){var r=n.split(",",2),i=Number(r[0]),t=Number(r[1]);return isNaN(i)||isNaN(t)?!1:new google.maps.LatLng(i,t)},this.geocodeField=function(n,t,i){u(n,t),checkAddress(n,t,jQuery(n).val(),function(r){if(!r){f(n,t,mappl10n.no_address),i(null);return}if(r&&r.formatted_address){jQuery(n).val(r.formatted_address),i(r.formatted_address);return}i(r);return})},this.autocompleteField=function(n,t,i,e,o){jQuery(n).keypress(function(i){i.which==13&&(checkAddress(n,t,jQuery(n).val(),o),i.preventDefault())}),jQuery(i).click(function(){return checkAddress(n,t,jQuery(n).val(),o),!1}),jQuery(e).click(function(){return u(n,t),r.geolocate(function(i){if(i){var r="("+i.coords.latitude+", "+i.coords.longitude+")";jQuery(n).val(""),checkAddress(n,t,r,o)}else f(n,t,mappl10n.no_geolocate);return}),!1})},checkAddress=function(n,t,i,e){if(u(n,t),i=jQuery.trim(i),i==""){e(null);return}var o=r.stringToLatLng(i);if(o){e(o);return}if(i.substring(0,4)=="http"){e(i);return}r.geocode(i,function(i,r){if(!i||r!=google.maps.GeocoderStatus.OK){f(n,t,mappl10n.no_address),e(null);return}e(i);return})}},mapp.Geocoder.parseAddress=function(n){return!n||n==""?{firstLine:"",secondLine:""}:(n.lastIndexOf(", USA")>0||n.lastIndexOf(", United States")>0)&&(n.lastIndexOf(", USA")>0&&(n=n.slice(0,n.lastIndexOf(", USA"))),n.lastIndexOf(", United States")>0&&(n=n.slice(0,n.lastIndexOf(", United States"))),n.indexOf(",")==n.lastIndexOf(","))?{firstLine:n,secondLine:""}:n.indexOf(",")==-1?{firstLine:n,secondLine:""}:{firstLine:n.slice(0,n.indexOf(",")),secondLine:n.slice(n.indexOf(", ")+2)}};var mapp=window.mapp||{};mapp.Icons={},mapp.Icons.StandardIcons=["blue-dot","ltblue-dot","green-dot","pink-dot","purple-dot","red-dot","yellow-dot","blue","green","lightblue","pink","purple","red","yellow","blue-pushpin","grn-pushpin","ltblu-pushpin","pink-pushpin","purple-pushpin","red-pushpin","ylw-pushpin","bar","coffeehouse","man","wheel_chair_accessible","woman","restaurant","snack_bar","parkinglot","bus","cabs","ferry","helicopter","plane","rail","subway","tram","truck","info","info_circle","rainy","sailing","ski","snowflake_simple","swimming","water","fishing","flag","marina","campfire","campground","cycling","golfer","hiker","horsebackriding","motorcycling","picnic","POI","rangerstation","sportvenue","toilets","trail","tree","arts","conveniencestore","dollar","electronics","euro","gas","grocerystore","homegardenbusiness","mechanic","movies","realestate","salon","shopping","yen","caution","earthquake","fallingrocks","firedept","hospitals","lodging","phone","partly_cloudy","police","postoffice-us","sunny","volcano","camera","webcam","iimm1-blue","iimm1-green","iimm1-orange","iimm1-red","iimm2-blue","iimm2-green","iimm2-orange","iimm2-red","kml","poly"],mapp.Icons.get=function(n){var t,r,i;if(n=n?n:mappl10n.defaultIcon,n&&n!=""&&typeof n!="undefined"&&typeof mappl10n.standardIconsUrl!="undefined"){if(typeof mappl10n.icons!="undefined"&&typeof mappl10n.icons[n]!="undefined")r=mappl10n.iconsUrl+n,i=mappl10n.icons[n].shadow?mappl10n.iconsUrl+mappl10n.icons[n].shadow:null,t=mappl10n.icons[n].anchor;else if(jQuery.inArray(n,mapp.Icons.StandardIcons)>=0)r=mappl10n.standardIconsUrl+n+".png",i=n.indexOf("Marker")!=-1?"msmarker.shadow.png":n+".shadow.png",i=mappl10n.standardIconsUrl+i,t=[16,32];else return;return t=t?new google.maps.Point(t[0],t[1]):null,{url:r,shadowUrl:i,anchor:t}}},mapp.Icons.getUrl=function(n){var t=mapp.Icons.get(n);return t?t.url:"https://maps.google.com/intl/en_us/mapfiles/ms/micons/red-dot.png"},function(){jQuery.fn.mappIconPicker=function(n){var t={open:null,close:null,dialog:null};if(typeof mappl10n.id!="undefined"&&jQuery(".mapp-icon-picker").length!=0)return n=jQuery.extend(t,n),this.each(function(){var i=jQuery(this),r,t;i.after("<img class='mapp-icon' src='"+mapp.Icons.getUrl(i.val())+"' title='"+mappl10n.click_to_change+"' />"),r=i.next(),r.click(function(){function e(n){var i=jQuery(n.target);jQuery(t).has(i).length||u()}function u(u){jQuery(document).off("click",e),typeof u!="undefined"&&(i.attr("name")=="mappress_options[defaultIcon]"&&(mappl10n.defaultIcon=u),i.val(u),jQuery(r).attr("src",mapp.Icons.getUrl(u))),n.close&&n.close(u),n.dialog?t.empty():t.remove()}if(t=n.dialog?n.dialog:jQuery('<div id="mapp_icon_picker_dialog"><\/div>').appendTo(document.body).hide(),t.append(jQuery("#mapp_icon_picker").contents().clone()),t.show(),!n.dialog){var f=r.offset();t.css({left:f.left-parseInt(t.outerWidth()/2)+16,top:f.top+r.outerHeight()})}return jQuery(".mapp-icon-picker-cancel",t).click(function(){return u(),!1}),jQuery(".mapp-icon-picker-default",t).click(function(){return u(null),!1}),jQuery("li",t).click(function(){return u(jQuery(this).attr("data-iconid")),!1}),n.dialog||jQuery(document).click(e),n.open&&n.open(),!1})})}}();var mapp=window.mapp||{};mapp.InfoBox=function(){var u,f,n,i,t,r=this;this.setContent=function(n){u=n},this.onAdd=function(){n=jQuery("<div class='mapp-ib'><div class='mapp-ib-close'>X<\/div><\/div>"),t=jQuery("<div class='mapp-ib-tip'><\/div>"),typeof u=="string"?jQuery(n).append(u):jQuery(n).append(jQuery(u)),jQuery("body").append(n),jQuery("body").append(t),jQuery(".mapp-ib-close",n).click(function(){r.close()}),jQuery(window).resize(function(){r.close()}),this.draw(),google.maps.event.trigger(this,"domready")},this.draw=function(){var u=r.getProjection().fromLatLngToContainerPixel(i),e,o,s;if(u.x=parseInt(u.x),u.y=parseInt(u.y),e=jQuery(this.getMap().getDiv()),u.x>e.width()||u.x<0||u.y>e.height()||u.y<0){jQuery(n).hide(),jQuery(t).hide();return}jQuery(n).show(),jQuery(t).show(),o=e.offset().left+u.x,s=e.offset().top+u.y-32,jQuery(t).offset({top:s-t.outerHeight()-2,left:o-parseInt(t.outerWidth()/2)});var f=o-parseInt(n.outerWidth()/2),c=s-n.outerHeight()-t.outerHeight(),h=jQuery(document).width();f+n.outerWidth()>h&&(f=Math.max(h-n.outerWidth(),o-n.outerWidth()+parseInt(t.outerWidth()/2))),f<0&&(f=0),jQuery(n).offset({top:c,left:f})},this.onRemove=function(){jQuery(n).remove(),jQuery(t).remove()},this.setPosition=function(n){i=n},this.open=function(n,t){f=n,t&&(i=typeof t.getPosition=="function"?t.getPosition():t.getBounds().getCenter()),this.setMap(f),this.disableAutoPan&&n.getBounds().contains(i)||f.panTo(i),google.maps.event.addListenerOnce(n,"drag",function(){r.close()}),google.maps.event.addListenerOnce(n,"click",function(){r.close()})},this.close=function(){google.maps.event.trigger(this,"closeclick"),this.setMap(null)}}
|
1 |
+
var mapp=window.mapp||{};mapp.Poi=function(){this.address=null;this.body=null;this.html=null;this.iconid=null;this.map=null;this.overlay=null;this.postid=null;this.title="";this.url=null;this.type=null;this.viewport=null;for(var n in arguments[0])typeof arguments[0][n]!="undefined"&&(this[n]=arguments[0][n])};mapp.Poi.prototype={fromJSON:function(n){var u,f,i,o,t,r,s,e;this.address=n.correctedAddress;this.body=n.body;this.correctedAddress=n.correctedAddress;this.html=n.html;this.iconid=n.iconid;this.postid=n.postid;this.title=n.title;this.type=n.type;this.url=n.url;n.viewport&&(u=new google.maps.LatLng(n.viewport.sw.lat,n.viewport.sw.lng),f=new google.maps.LatLng(n.viewport.ne.lat,n.viewport.ne.lng),this.viewport=u.lat()==0&&u.lng()==0&&f.lat()==0&&f.lng()==0?null:new google.maps.LatLngBounds(u,f));i=[];o=[];switch(this.type){case"polygon":if(n.poly&&n.poly.paths)for(t=0;t<n.poly.paths.length;t++){for(i=[],r=0;r<n.poly.paths[t].length;r++)i.push(new google.maps.LatLng(n.poly.paths[t][r].lat,n.poly.paths[t][r].lng));o.push(new google.maps.MVCArray(i))}this.overlay=new google.maps.Polygon({paths:new google.maps.MVCArray(o)});this.setColors(n.poly);break;case"polyline":if(n.poly&&n.poly.path)for(t=0;t<n.poly.path.length;t++)i.push(new google.maps.LatLng(n.poly.path[t].lat,n.poly.path[t].lng));this.overlay=new google.maps.Polyline({path:new google.maps.MVCArray(i)});this.setColors(n.poly);break;case"circle":e=new google.maps.LatLng(n.point.lat,n.point.lng);this.overlay=new google.maps.Circle({center:e,radius:parseFloat(n.poly.radius)});this.setColors(n.poly);break;case"rectangle":this.overlay=new google.maps.Rectangle({bounds:this.viewport});this.setColors(n.poly);break;case"kml":s=n.kml&&n.kml.url?n.kml.url:"";this.overlay=new google.maps.KmlLayer(s,{preserveViewport:!0,suppressInfoWindows:!0});break;case"":default:e=new google.maps.LatLng(n.point.lat,n.point.lng);this.overlay=new google.maps.Marker({position:e})}},toJSON:function(){var n={address:this.address,body:this.body,correctedAddress:this.address,iconid:this.iconid,point:null,poly:null,title:this.title,type:this.type,viewport:null},r=this.getPosition(),t,i;if(n.point={lat:r.lat(),lng:r.lng()},t=this.viewport?this.viewport:this.getBounds(),t&&(n.viewport={sw:{lat:t.getSouthWest().lat(),lng:t.getSouthWest().lng()},ne:{lat:t.getNorthEast().lat(),lng:t.getNorthEast().lng()}}),this.type=="kml"&&(n.kml={url:this.overlay.getUrl()},i=this.overlay.getDefaultViewport(),n.viewport={sw:{lat:i.getSouthWest().lat(),lng:i.getSouthWest().lng()},ne:{lat:i.getNorthEast().lat(),lng:i.getNorthEast().lng()}}),this.isPoly()){n.poly=this.getColors();switch(this.type){case"circle":n.poly.radius=this.overlay.getRadius();break;case"polyline":n.poly.path=[];this.overlay.getPath().forEach(function(t){n.poly.path.push({lat:t.lat(),lng:t.lng()})});break;case"polygon":n.poly.paths=[];this.overlay.getPaths().forEach(function(t){var i=[];t.forEach(function(n){i.push({lat:n.lat(),lng:n.lng()})});n.poly.paths.push(i)})}}return n},setTooltip:function(n){this.map.getTooltips()&&(this.type||(n?this.overlay.setTitle(n):this.overlay.setTitle(jQuery("<div>").html(this.title).text())))},setMap:function(n){var t=this;if(google.maps.event.clearInstanceListeners(this.overlay),n==null){this.overlay.setMap(null);return}this.type=="kml"&&(google.maps.event.addListener(this.overlay,"defaultviewport_changed",function(){t.viewport=t.overlay.getDefaultViewport()}),google.maps.event.addListener(this.overlay,"status_changed",function(){var n=t.overlay.getStatus();n!="OK"&&mappl10n.ajaxErrors&&alert(mappl10n.kml_error+":"+n)}));this.map=n;this.overlay.setMap(n.getMap());this.setEditable(this.map.getEditable());this.setIcon(this.iconid);this.setZIndex(0);this.setTooltip();google.maps.event.addListener(this.overlay,"click",function(n){t.open(n)})},setEditable:function(n){var t=this;if(this.isPoly()){t.overlay.setEditable(n);n&&(google.maps.event.addListener(this.overlay,"click",function(){t.overlay.setEditable(!0)}),google.maps.event.addListener(this.overlay,"mouseover",function(){t.overlay.setEditable(!0)}),(this.type=="polyline"||this.type=="polygon")&&google.maps.event.addListener(this.overlay,"rightclick",function(n){n.vertex!=null&&t.overlay.getPath().getLength()>2&&t.overlay.getPath().removeAt(n.vertex)}));return}this.type!="kml"&&(this.overlay.setDraggable(n),n?(this.setTooltip(mappl10n.click_and_drag),google.maps.event.addListener(this.overlay,"dragstart",function(){t.map.closeInfoWindow()}),google.maps.event.addListener(this.overlay,"dragend",function(n){t.viewport=null;t.map.openPoi(t);google.maps.event.trigger(t.map,"dragend",t,n)})):this.setTooltip())},getZIndex:function(){return this.type?this.overlay.zIndex:this.overlay.getZIndex()},setZIndex:function(n){this.type?this.overlay.zIndex=n:this.overlay.setZIndex(n)},setIcon:function(n){if(!this.type){this.overlay.setIcon(null);this.overlay.setShadow(null);var t=mapp.Icons.get(n);t&&(t.anchor?(this.overlay.setIcon(new google.maps.MarkerImage(t.url,null,null,t.anchor,null)),this.overlay.setShadow(new google.maps.MarkerImage(t.shadowUrl,null,null,t.anchor,null))):(this.overlay.setIcon(t.url),this.overlay.setShadow(t.shadowUrl)))}},getImage:function(n){var t=mapp.Icons.getUrl(this.iconid);return n=n?n:"","<img class='"+n+"' src='"+t+"' />"},setVisible:function(n){typeof this.overlay.setVisible!="undefined"&&this.overlay.setVisible(n)},setColors:function(n){var i={};for(var t in{strokeColor:"",strokeOpacity:"",strokeWeight:"",fillColor:"",fillOpacity:""})n&&typeof n[t]!="undefined"&&(i[t]=n[t]);this.overlay.setOptions(i)},getColors:function(){var t={};for(var n in{strokeColor:"",strokeOpacity:"",strokeWeight:"",fillColor:"",fillOpacity:""})typeof this.overlay[n]!="undefined"&&(t[n]=this.overlay[n]);return t},center:function(n){var t=this.map.getMap(),i;if(!n){t.setCenter(this.getPosition());return}if(typeof n=="number"){t.setCenter(this.getPosition());t.setZoom(n);return}i=this.getBounds();i?(t.fitBounds(i),t.setCenter(this.getPosition())):(t.setCenter(this.getPosition()),t.setZoom(this.map.getPoiZoom()))},open:function(n){this.map.openPoi(this,n)},zoomIn:function(){var n=this.map.getMap(),r=n.getZoom(),t=this.getBounds(),i=Math.min(r+2,21);t&&n.fitBounds(t);i>n.getZoom()&&n.setZoom(i);n.setCenter(this.getPosition())},isPoly:function(){return jQuery.inArray(this.type,["polyline","polygon","circle","rectangle"])!=-1},getBounds:function(){var n;if(!this.map.getEditable()&&this.viewport)return this.viewport;switch(this.type){case"polyline":n=new google.maps.LatLngBounds;this.overlay.getPath().forEach(function(t){n.extend(t)});break;case"polygon":n=new google.maps.LatLngBounds;this.overlay.getPaths().forEach(function(t){t.forEach(function(t){n.extend(t)})});break;case"rectangle":case"circle":n=this.overlay.getBounds();break;case"kml":n=this.overlay.getDefaultViewport();break;default:return this.viewport?this.viewport:null}return n},getPosition:function(){if(this.type){var n=this.getBounds();return n?n.getCenter():new google.maps.LatLng(0,0)}return this.overlay.getPosition()},click:function(){google.maps.event.trigger(this.overlay,"click")}};mapp=window.mapp||{};mapp.Map=function(n){function pt(){var h,v,f;if(!c&&(c=["roadmap","satellite","terrain","hybrid"],mapp.Styles))for(h in mapp.Styles)c.push(h);for(o=o?new google.maps.LatLng(n.center.lat,n.center.lng):new google.maps.LatLng(0,0),v={backgroundColor:"transparent",center:o,draggable:fi,keyboardShortcuts:at,mapTypeControl:vi,mapTypeControlOptions:{style:yi,mapTypeIds:c},maxZoom:wi,minZoom:bi,overviewMapControl:ki,overviewMapControlOptions:{opened:di},panControl:gi,rotateControl:tr,scaleControl:ir,scrollwheel:rr,streetViewControl:er,tilt:sr,zoom:a?a:0,zoomControl:ar,zoomControlOptions:{style:vr}},i=new google.maps.Map(l,v),f=0;f<t.length;f++)t[f].setMap(r);yr();r.setMapTypeId(bt);pr();s=="ib"?(mapp.InfoBox.prototype=new google.maps.OverlayView,u=new mapp.InfoBox):u=new google.maps.InfoWindow;s=="ib"&&(at=!1);ot=new mapp.Geocoder(r,ai,ii);ct!="none"&&(e=new mapp.Directions(r,ct,ot,ri,ui));r.initCenter();dt&&jQuery(window).resize(function(){r.resize()})}function yr(){var n,t,r;for(n in mapp.Styles)t=mapp.Styles[n],r=new google.maps.StyledMapType(t,{name:n}),i.mapTypes.set(n,r),or==n&&i.setOptions({styles:t})}function pr(){cr&&st("traffic",mappl10n.traffic,hi);gt&&st("bicycling",mappl10n.bike,oi);lr&&st("transit",mappl10n.transit,ci)}function st(n,t,r){var e=f+"_"+n,o=r?"checked='checked'":"",s="<div class='gmnoprint mapp-control'><input type='checkbox' id='"+e+"' "+o+" /> "+t+"<\/div>",u=jQuery(s).get(0);i.controls[google.maps.ControlPosition.TOP_RIGHT].push(u);r&&wt(n);google.maps.event.clearListeners(u,"click");google.maps.event.addDomListener(u,"click",function(){wt(n)})}function wt(n){var r=f+"_"+n,t;switch(n){case"transit":d=d?d:new google.maps.TransitLayer;t=d;break;case"traffic":k=k?k:new google.maps.TrafficLayer;t=k;break;case"bicycling":b=b?b:new google.maps.BicyclingLayer;t=b}t.getMap()?(jQuery("#"+r).prop("checked",!1),t.setMap(null)):(jQuery("#"+r).prop("checked",!0),t.setMap(i))}var o=n.center,y=n.height,h=n.mapid,bt=n.mapTypeId?n.mapTypeId:"roadmap",kt=n.metaKey,f=n.name,ht=n.options,p=n.query,it=n.title,w=n.width,a=parseInt(n.zoom,10),dt=n.options.adaptive,gt=n.options.bicycling,ni=n.options.bigHeight,ti=n.options.bigWidth,ii=n.options.country,rt=n.options.dataTables,ct=n.options.directions,ri=n.options.directionsServer,ui=n.options.directionsUnits,fi=n.options.draggable,ei=n.options.editable,ut=n.options.from,oi=n.options.initialBicycling,si=n.options.initialOpenDirections,ft=n.options.initialOpenInfo,hi=n.options.initialTraffic,ci=n.options.initialTransit,li=n.options.iwFix,s=n.options.iwType,lt=n.options.iwDisableAutoPan,at=n.options.keyboardShortcuts,ai=n.options.language,vi=n.options.mapTypeControl,yi=parseInt(n.options.mapTypeControlStyle,10),c=n.options.mapTypeIds,pi=n.options.mashupClick,wi=parseInt(n.options.maxZoom),bi=parseInt(n.options.minZoom),ki=n.options.overviewMapControl,di=n.options.overviewMapControlOpened,gi=n.options.panControl,nr=n.options.poiZoom,tr=n.options.rotateControl,ir=n.options.scaleControl,rr=n.options.scrollwheel,ur=n.height,fr=n.width,er=n.options.streetViewControl,or=n.options.style,sr=parseInt(n.options.tilt),et=n.options.to,hr=n.options.tooltips,cr=n.options.traffic,lr=n.options.transit,ar=n.options.zoomControl,vr=parseInt(n.options.zoomControlStyle,10),r=this,b,k,d,e=null,g,vt,nt,l,v,ot=null,i=null,u=null,t=[],yt=!1,tt=0;this.display=function(){if(g=jQuery("#"+f+"_dialog"),vt=jQuery("#"+f+"_directions"),nt=jQuery("#"+f+"_layout"),l=document.getElementById(f),v=jQuery("#"+f+"_poi_list"),!l){typeof console!="undefined"&&console.log("MapPress: Missing map name or container for map: "+f);return}if(typeof google=="undefined"){typeof console!="undefined"&&console.log("MapPress: Google API not loaded");return}if(vt.append(jQuery("#"+f+"_directions_").contents()),v.append(jQuery("#"+f+"_poi_list_").contents()),this.setDataTables(),p){this.ajaxQuery(function(){pt()});return}r.setPois(n.pois,!1);pt()};this.ajaxQuery=function(n,t){e&&e.close();u&&r.closeInfoWindow();r.setDialog();t=t?t:1;var i={action:"mapp_query",name:f,query:p,options:ht};mapp.Ajax("POST",i,function(t){t.status=="OK"&&(r.hideDialog(),r.setPois(t.data.pois,!0),r.setPoiList(t.data.poiList),n&&n())})};this.getQuery=function(){return p};this.setQuery=function(n){p=n};this.setDialog=function(n){n=n?n:'<span class="mapp-spinner"><\/span>'+mappl10n.loading;n='<div class="mapp-dialog-inner">'+n+"<\/div>";jQuery(g).html(n);jQuery(g).show()};this.hideDialog=function(){jQuery(g).hide()};this.setPoiList=function(n){typeof n=="string"?v.html(n):v.append(n);this.setDataTables()};this.setDataTables=function(){if(rt&&typeof jQuery.fn.dataTable!="undefined"){var n=rt==!0?{bFilter:!1,bPaginate:!1}:rt;jQuery("table",v).dataTable(n)}};this.getOptions=function(){return ht};this.getResized=function(){return yt};this.show=function(){nt.show();this.display()};this.closeInfoWindow=function(){u.close()};this.openDirections=function(n,t,i){var r,u;typeof n=="object"?(r=n.address?n.address:n.getPosition().toUrlValue(),n.open()):r=n;typeof t=="object"?(u=t.address?t.address:t.getPosition().toUrlValue(),t.open()):u=t;e.open(r,u,i)};this.setMapTypeId=function(n){n=n&&jQuery.inArray(n,c)!=-1?n:c[0];i.setMapTypeId(n)};this.setCenter=function(n,t){i.setCenter(new google.maps.LatLng(n,t))};this.setZoom=function(n){i.setZoom(n)};this.getPoiZoom=function(){return parseInt(nr)};this.poiToFront=function(n){if(tt++,tt>google.maps.Marker.MAX_ZINDEX){tt=1;for(var i=0;i<t.length;i++)t[i].setZIndex(0)}n.setZIndex(tt)};this.getMap=function(){return i};this.getGeocoder=function(){return ot};this.getName=function(){return f};this.setName=function(n){f=n};this.getMapid=function(){return h};this.setMapid=function(n){h=n};this.getTitle=function(){return it};this.setTitle=function(n){it=n};this.getWidth=function(){return w};this.setWidth=function(n){w=n};this.getHeight=function(){return y};this.setHeight=function(n){y=n};this.getInfoWindow=function(){return u};this.getEditable=function(){return ei};this.getTooltips=function(){return hr};this.getPoi=function(n){return typeof n=="string"&&(n=parseInt(n,10)),t[n]};this.getPoiById=function(n){for(var i=0;i<t.length;i++)if(t[i].postid==n)return t[i];return null};this.getPois=function(){return t};this.insertPoi=function(n){t.unshift(n);n.setMap(this)};this.addPoi=function(n){t.push(n);n.setMap(this)};this.removePoi=function(n){var i=jQuery.inArray(n,t);i!=-1&&(t[i].setMap(null),t.splice(i,1))};this.setPois=function(n,i){for(var u,r=0;r<t.length;r++)t[r].setMap(null);for(t=[],r=0;r<n.length;r++)u=new mapp.Poi,u.fromJSON(n[r]),t.push(u),i&&u.setMap(this)};this.showPois=function(){for(var n=0;n<t.length;n++)t[n].setVisible(!0)};this.hidePois=function(){for(var n=0;n<t.length;n++)t[n].setVisible(!1)};this.sortPois=function(n){for(var u,i=Array(),r=0;r<n.length;r++){if(u=parseInt(n[r]),isNaN(u))return!1;i.push(t[u])}return i.length!=t.length?!1:(t=i,!0)};this.openPoi=function(n,t){var u,i;if(s&&s!="none"){if(pi=="post"&&n.postid){window.location.assign(mappl10n.sitreUrl+"?p="+n.postid);return}i={html:null};google.maps.event.trigger(r,"poicontent",n,i);u=i.content?i.content:t&&typeof t.featureData!="undefined"?t.featureData.infoWindowHtml:n.html;this.openInfoWindow(n,u,t)}};this.openInfoWindow=function(n,t,f){if(e&&e.close(),s&&s!="none"){if(this.poiToFront(n),u.close(),u.setContent(t),s!="ib"&&li&&this.fixInfoWindow(),google.maps.event.addListenerOnce(u,"domready",function(){google.maps.event.trigger(r,"poidomready",n)}),lt){u.setOptions({disableAutoPan:lt});var o=i.getBounds();o.contains(n.getPosition())||n.center()}n.type=="kml"&&f?(u.setOptions({pixelOffset:f.pixelOffset,position:f.latLng}),u.open(i)):n.type?(u.setOptions({position:n.getPosition()}),u.open(i)):u.open(i,n.overlay)}};this.closeInfoWindow=function(){u.close()};this.fixInfoWindow=function(){google.maps.event.addListenerOnce(u,"domready",function(){setTimeout(function(){var n=jQuery(".gm-style-iw",l);n.width(n.width()+1+"px");n.height(n.height()+1+"px");n.css("overflow")=="auto"&&(n.css("overflow","hidden"),setTimeout(function(){n.css("overflow","auto")},100))},0)})};this.resize=function(n,t){var r=i.getCenter();n&&t&&(jQuery(l).width(n),jQuery(l).height(t),w=n,y=t);google.maps.event.trigger(i,"resize");i.setCenter(r);yt=!0;return};this.initCenter=function(){if(this.closeInfoWindow(),google.maps.event.addListenerOnce(i,"idle",function(){r.initWindows()}),o&&o.lat()&&o.lng())i.setCenter(o),i.setZoom(a);else{var n=a?a:!0;r.autoCenter(n)}};this.initWindows=function(){var i,n,t;e&&si?(n=isNaN(ut)?ut:this.getPoi(ut),t=isNaN(et)?et:this.getPoi(et),typeof n=="object"?n.center(!1):typeof t=="object"&&t.center(!1),r.openDirections(n,t,!1)):ft&&(i=isNaN(parseInt(ft))?r.getPoi(0):r.getPoi(parseInt(ft)),i&&i.open())};this.autoCenter=function(n){var r,u,f;if(t.length==0){this.setCenter(0,0);typeof n=="number"?i.setZoom(n):i.setZoom(1);return}if(t.length==1){t[0].center(n);return}for(r=new google.maps.LatLngBounds,u=0;u<t.length;u++)f=t[u].getBounds(),r=f?r.union(f):r.extend(t[u].getPosition());if(n===!1){i.setCenter(r.getCenter());return}if(typeof n=="number"){i.setCenter(r.getCenter());i.setZoom(n);return}i.fitBounds(r)};this.reset=function(){this.initCenter()};this.bigger=function(n,t,i){e&&e.close();this.closeInfoWindow();jQuery(n).text()==t?(jQuery(n).text(i),jQuery(nt).width(ti),this.resize("100%",ni)):(jQuery(n).text(t),jQuery(nt).width(fr),this.resize("100%",ur))};this.toJSON=function(){return{center:{lat:i.getCenter().lat(),lng:i.getCenter().lng()},height:y,mapid:h,mapTypeId:i.getMapTypeId(),metaKey:kt,pois:t,title:it,width:w,zoom:i.getZoom()}};this.ajaxSave=function(n){var t,i;t=typeof Prototype!="undefined"&&typeof Object.toJSON!="undefined"?Object.toJSON(r):t=JSON.stringify(r);i={action:"mapp_save",map:t,postid:mappl10n.postid};mapp.Ajax("POST",i,function(t){t.status=="OK"&&(h=t.data.mapid,n(t.data))})};this.ajaxDelete=function(n){h||n();var t={action:"mapp_delete",mapid:h};mapp.Ajax("POST",t,function(t){t.status=="OK"&&n()})}};mapp.Map.ajaxCreate=function(n,t,i){mapp.Ajax("GET",{action:"mapp_create"},function(r){if(r.status=="OK"){jQuery.extend(r.data.map.options,t);r.data.map.name=n;var u=new mapp.Map(r.data.map);i(u)}})};mapp.Map.ajaxGet=function(n,t,i,r){var u={action:"mapp_get",mapid:n};mapp.Ajax("GET",u,function(n){if(n.status=="OK"){jQuery.extend(n.data.map.options,i);n.data.map.name=t;var u=new mapp.Map(n.data.map);r(u)}})};mapp.Map.ajaxDelete=function(n,t){var i={action:"mapp_delete",mapid:n};mapp.Ajax("POST",i,function(n){n.status=="OK"&&t&&t()})};mapp.Ajax=function(n,t,i){jQuery.ajax({type:n,cache:!1,url:mappl10n.ajaxurl,data:t,success:function(n){if(n.output&&mappl10n.ajaxErrors&&alert("AJAX Error\r\n"+n.output),n.status=="OK"){i(n);return}mappl10n.ajaxErrors&&(typeof n=="object"?alert("AJAX Error\r\n"+n.status):alert("AJAX Error\r\n"+n))},error:function(n,t,i){typeof i!="undefined"&&i!=""&&mappl10n.ajaxErrors&&alert("AJAX ERROR\r\nStatus="+t+"\r\nError="+i+"\r\nResponseText="+n.responseText)}})};mapp.on=function(n,t,i,r){if(jQuery.fn.on)jQuery(n).on(t,i,r);else i?jQuery(n+" "+i).live(t,r):jQuery(n).live(t,r)};mapp.on("body","tabsshow",null,function(n,t){t&&t.panel&&jQuery(".mapp-canvas",t.panel).each(function(){var t=jQuery(this).attr("id"),n;t&&(n=window[t],n.getResized()||(n.resize(),n.initCenter()))})});mapp.on("body","tabsactivate",null,function(n,t){t&&t.newPanel&&jQuery(".mapp-canvas",t.newPanel).each(function(){var t=jQuery(this).attr("id"),n;t&&(n=window[t],n.getResized()||(n.resize(),n.initCenter()))})});this.JSON||(this.JSON={}),function(){function i(n){return n<10?"0"+n:n}function f(n){return o.lastIndex=0,o.test(n)?'"'+n.replace(o,function(n){var t=s[n];return typeof t=="string"?t:"\\u"+("0000"+n.charCodeAt(0).toString(16)).slice(-4)})+'"':'"'+n+'"'}function r(i,e){var h,c,l,a,v=n,s,o=e[i];o&&typeof o=="object"&&typeof o.toJSON=="function"&&(o=o.toJSON(i));typeof t=="function"&&(o=t.call(e,i,o));switch(typeof o){case"string":return f(o);case"number":return isFinite(o)?String(o):"null";case"boolean":case"null":return String(o);case"object":if(!o)return"null";if(n+=u,s=[],Object.prototype.toString.apply(o)==="[object Array]"){for(a=o.length,h=0;h<a;h+=1)s[h]=r(h,o)||"null";return l=s.length===0?"[]":n?"[\n"+n+s.join(",\n"+n)+"\n"+v+"]":"["+s.join(",")+"]",n=v,l}if(t&&typeof t=="object")for(a=t.length,h=0;h<a;h+=1)c=t[h],typeof c=="string"&&(l=r(c,o))&&s.push(f(c)+(n?": ":":")+l);else for(c in o)Object.hasOwnProperty.call(o,c)&&(l=r(c,o))&&s.push(f(c)+(n?": ":":")+l);return l=s.length===0?"{}":n?"{\n"+n+s.join(",\n"+n)+"\n"+v+"}":"{"+s.join(",")+"}",n=v,l}}typeof Date.prototype.toJSON!="function"&&(Date.prototype.toJSON=function(){return isFinite(this.valueOf())?this.getUTCFullYear()+"-"+i(this.getUTCMonth()+1)+"-"+i(this.getUTCDate())+"T"+i(this.getUTCHours())+":"+i(this.getUTCMinutes())+":"+i(this.getUTCSeconds())+"Z":null},String.prototype.toJSON=Number.prototype.toJSON=Boolean.prototype.toJSON=function(){return this.valueOf()});var e=/[\u0000\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,o=/[\\\"\x00-\x1f\x7f-\x9f\u00ad\u0600-\u0604\u070f\u17b4\u17b5\u200c-\u200f\u2028-\u202f\u2060-\u206f\ufeff\ufff0-\uffff]/g,n,u,s={"\b":"\\b","\t":"\\t","\n":"\\n","\f":"\\f","\r":"\\r",'"':'\\"',"\\":"\\\\"},t;typeof JSON.stringify!="function"&&(JSON.stringify=function(i,f,e){var o;if(u=n="",typeof e=="number")for(o=0;o<e;o+=1)u+=" ";else typeof e=="string"&&(u=e);if((t=f)&&typeof f!="function"&&(typeof f!="object"||typeof f.length!="number"))throw Error("JSON.stringify");return r("",{"":i})});typeof JSON.parse!="function"&&(JSON.parse=function(n,t){function r(n,i){var f,e,u=n[i];if(u&&typeof u=="object")for(f in u)Object.hasOwnProperty.call(u,f)&&(e=r(u,f),e!==undefined?u[f]=e:delete u[f]);return t.call(n,i,u)}var i;if(n=String(n),e.lastIndex=0,e.test(n)&&(n=n.replace(e,function(n){return"\\u"+("0000"+n.charCodeAt(0).toString(16)).slice(-4)})),/^[\],:{}\s]*$/.test(n.replace(/\\(?:["\\\/bfnrt]|u[0-9a-fA-F]{4})/g,"@").replace(/"[^"\\\n\r]*"|true|false|null|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?/g,"]").replace(/(?:^|:|,)(?:\s*\[)+/g,"")))return i=eval("("+n+")"),typeof t=="function"?r({"":i},""):i;throw new SyntaxError("JSON.parse");})}(),function(){jQuery.fn.mappColorpicker=function(n){n=jQuery.extend({colors:["800000","FF0000","FFA500","FFFF00","808000","800080","FF00FF","FFFFFF","00FF00","008000","000080","0000FF","00FFFF","008080","000000","808080","C0C0C0",]},n);var r=function(n){var t=n.substr(1,2),i=n.substr(3,2),r=n.substr(5,2);return.212671*t+.71516*i+.072169*r<.5?"ffffff":"000000"},i=function(n){var t=n.val();n.css({"background-color":t,color:"#"+r(t)})},t=jQuery("#mapp_colorpicker");return t.length||(t=jQuery('<div id="mapp_colorpicker"><\/div>').appendTo(document.body).hide()),jQuery(document).click(function(n){jQuery(n.target).is("#mapp_colorpicker")||jQuery(n.target).parents("#mapp_colorpicker").length||t.hide()}),this.each(function(){var r=jQuery(this),u;i(r);u="";jQuery.each(n.colors,function(n,t){u+='<li><a href="#" style="background-color: #'+t+';">'+t+"<\/a><\/li>"});r.keydown(function(n){n.keyCode===9&&t.hide()});r.click(function(){var n=r.offset();return t.html("<ul>"+u+"<\/ul>").css({position:"absolute",left:n.left,top:n.top+r.outerHeight()}).show(),jQuery("a",t).click(function(){var n=jQuery(this).text();return r.val("#"+n),r.change(),t.hide(),!1}),!1});r.change(function(){i(r)})})}}();mapp=window.mapp||{};mapp.Directions=function(n,t,i,r,u){function p(){jQuery(".mapp-dir-swap",f).click(function(){var n=jQuery(".mapp-dir-daddr",f).val(),t=jQuery(".mapp-dir-saddr",f).val();return jQuery(".mapp-dir-saddr",f).val(n),jQuery(".mapp-dir-daddr",f).val(t),jQuery(".mapp-dir-get",f).click(),!1});jQuery(".mapp-dir-get",f).click(function(){return s.getDirections(),!1});jQuery(".mapp-dir-print",f).click(function(){s.printDirections()});jQuery(".mapp-dir-close",f).click(function(){return s.close(),!1});jQuery(".mapp-travelmode",f).click(function(){return jQuery(".mapp-travelmode",f).removeClass("mapp-travelmode-on"),jQuery(this).addClass("mapp-travelmode-on"),s.getDirections(),!1});jQuery(".mapp-myloc",f).click(function(){return c.geolocate(function(n){n?(jQuery(".mapp-dir-saddr",f).val("("+n.coords.latitude+", "+n.coords.longitude+")"),jQuery(".mapp-dir-get",f).click()):alert(mappl10n.no_geolocate)}),!1})}function w(n,t,i){var u=jQuery(".mapp-travelmode-on > span",f).hasClass("mapp-dir-walk")?google.maps.DirectionsTravelMode.WALKING:jQuery(".mapp-travelmode-on > span",f).hasClass("mapp-dir-transit")?google.maps.DirectionsTravelMode.TRANSIT:jQuery(".mapp-travelmode-on > span",f).hasClass("mapp-dir-bike")?google.maps.DirectionsTravelMode.BICYCLING:google.maps.DirectionsTravelMode.DRIVING;var o={travelMode:u,transitOptions:{departureTime:null},provideRouteAlternatives:!0,origin:n,destination:t,unitSystem:y},r=jQuery(".mapp-dir-renderer",f).get(0);jQuery(".mapp-dir-renderer",f).empty();l||(l=new google.maps.DirectionsService);l.route(o,function(n,t){switch(t){case google.maps.DirectionsStatus.OK:h.hidePois();e?(e.setDirections(n),e.setMap(a),e.setPanel(r)):e=new google.maps.DirectionsRenderer({map:a,panel:r,directions:n,hideRouteList:!1,draggable:!0});break;case google.maps.DirectionsStatus.NOT_FOUND:alert(mappl10n.dir_not_found);break;case google.maps.DirectionsStatus.ZERO_RESULTS:alert(mappl10n.dir_zero_results);break;default:alert(mappl10n.dir_default+t)}i()})}var h=n,v=t,c=i,o=r,y=u,f=jQuery("#"+n.getName()+"_directions"),e,l,a=n.getMap(),s=this;o.toLowerCase().indexOf("http")==-1&&(o="https://"+o);p();this.open=function(n,t,i){if(v=="google"){this.openGoogle(n,t,0);return}jQuery(f).show();jQuery(".mapp-dir-saddr",f).val(n);jQuery(".mapp-dir-daddr",f).val(t);(i||typeof i=="undefined")&&(jQuery(".mapp-dir-get",f).focus(),jQuery(".mapp-dir-saddr",f).focus())};this.close=function(){jQuery(f).hide();e&&(e.setPanel(null),e.getMap()&&(e.setMap(null),h.showPois()))};this.getDirections=function(){h.closeInfoWindow();jQuery(".mapp-spinner",f).show();var n=jQuery(".mapp-dir-saddr",f),t=jQuery(".mapp-dir-daddr",f),i=jQuery(".mapp-dir-saddr-err",f),r=jQuery(".mapp-dir-daddr-err",f);c.geocodeField(n,i,function(n){c.geocodeField(t,r,function(t){n&&t?w(n,t,function(){jQuery(".mapp-spinner",f).hide();return}):jQuery(".mapp-spinner",f).hide()})})};this.printDirections=function(){var n;jQuery(".mapp-travelmode-on > span",f).hasClass("mapp-dir-walk")?n="w":jQuery(".mapp-travelmode-on > span",f).hasClass("mapp-dir-bike")&&(n="b");this.openGoogle(jQuery(".mapp-dir-saddr",f).val(),jQuery(".mapp-dir-daddr",f).val(),3,n)};this.openGoogle=function(n,t,i,r){var u=o;u+="?saddr="+encodeURIComponent(n);u+="&daddr="+encodeURIComponent(t);u+="&pw="+i;u+=r?"&dirflg="+r:"";window.open(u)}};mapp=window.mapp||{};mapp.Geocoder=function(n,t,i){function f(n,t){jQuery(n).removeClass("mapp-error");jQuery(t).hide()}function e(n,t,i){jQuery(n).addClass("mapp-error");jQuery(t).html(i);jQuery(t).show()}var o,u,s,h,c,r;o=i;h=t;c=n;s=c.getMap();r=this;this.geocode=function(n,t){var i=n instanceof google.maps.LatLng?{latLng:n}:{address:n,region:o,language:h};i.bounds=s.getBounds();u||(u=new google.maps.Geocoder);u.geocode(i,function(n,i){if(n){for(var r=0;r<n.length;r++)n[r].formatted_address==""&&n.splice(r,1);t(n[0],i)}else t(null,i)})};this.geolocate=function(n){if(!navigator||!navigator.geolocation)return null;navigator.geolocation.getCurrentPosition(function(t){n(t)},function(){n(null)},{timeout:1e4,enableHighAccuracy:!0,maximumAge:3e4})};this.stringToLatLng=function(n){var t=n.split(",",2),i=Number(t[0]),r=Number(t[1]);return isNaN(i)||isNaN(r)?!1:new google.maps.LatLng(i,r)};this.geocodeField=function(n,t,i){f(n,t);checkAddress(n,t,jQuery(n).val(),function(r){if(!r){e(n,t,mappl10n.no_address);i(null);return}if(r&&r.formatted_address){jQuery(n).val(r.formatted_address);i(r.formatted_address);return}i(r);return})};this.autocompleteField=function(n,t,i,u,o){jQuery(n).keypress(function(i){i.which==13&&(checkAddress(n,t,jQuery(n).val(),o),i.preventDefault())});jQuery(i).click(function(){return checkAddress(n,t,jQuery(n).val(),o),!1});jQuery(u).click(function(){return f(n,t),r.geolocate(function(i){if(i){var r="("+i.coords.latitude+", "+i.coords.longitude+")";jQuery(n).val("");checkAddress(n,t,r,o)}else e(n,t,mappl10n.no_geolocate);return}),!1})};checkAddress=function(n,t,i,u){if(f(n,t),i=jQuery.trim(i),i==""){u(null);return}var o=r.stringToLatLng(i);if(o){u(o);return}if(i.substring(0,4)=="http"){u(i);return}r.geocode(i,function(i,r){if(!i||r!=google.maps.GeocoderStatus.OK){e(n,t,mappl10n.no_address);u(null);return}u(i);return})}};mapp.Geocoder.parseAddress=function(n){return!n||n==""?{firstLine:"",secondLine:""}:(n.lastIndexOf(", USA")>0||n.lastIndexOf(", United States")>0)&&(n.lastIndexOf(", USA")>0&&(n=n.slice(0,n.lastIndexOf(", USA"))),n.lastIndexOf(", United States")>0&&(n=n.slice(0,n.lastIndexOf(", United States"))),n.indexOf(",")==n.lastIndexOf(","))?{firstLine:n,secondLine:""}:n.indexOf(",")==-1?{firstLine:n,secondLine:""}:{firstLine:n.slice(0,n.indexOf(",")),secondLine:n.slice(n.indexOf(", ")+2)}};mapp=window.mapp||{};mapp.Icons={};mapp.Icons.StandardIcons=["blue-dot","ltblue-dot","green-dot","pink-dot","purple-dot","red-dot","yellow-dot","blue","green","lightblue","pink","purple","red","yellow","blue-pushpin","grn-pushpin","ltblu-pushpin","pink-pushpin","purple-pushpin","red-pushpin","ylw-pushpin","bar","coffeehouse","man","wheel_chair_accessible","woman","restaurant","snack_bar","parkinglot","bus","cabs","ferry","helicopter","plane","rail","subway","tram","truck","info","info_circle","rainy","sailing","ski","snowflake_simple","swimming","water","fishing","flag","marina","campfire","campground","cycling","golfer","hiker","horsebackriding","motorcycling","picnic","POI","rangerstation","sportvenue","toilets","trail","tree","arts","conveniencestore","dollar","electronics","euro","gas","grocerystore","homegardenbusiness","mechanic","movies","realestate","salon","shopping","yen","caution","earthquake","fallingrocks","firedept","hospitals","lodging","phone","partly_cloudy","police","postoffice-us","sunny","volcano","camera","webcam","iimm1-blue","iimm1-green","iimm1-orange","iimm1-red","iimm2-blue","iimm2-green","iimm2-orange","iimm2-red","kml","poly"];mapp.Icons.get=function(n){var t,r,i;if(n=n?n:mappl10n.defaultIcon,n&&n!=""&&typeof n!="undefined"&&typeof mappl10n.standardIconsUrl!="undefined"){if(typeof mappl10n.icons!="undefined"&&typeof mappl10n.icons[n]!="undefined")r=mappl10n.iconsUrl+n,i=mappl10n.icons[n].shadow?mappl10n.iconsUrl+mappl10n.icons[n].shadow:null,t=mappl10n.icons[n].anchor;else if(jQuery.inArray(n,mapp.Icons.StandardIcons)>=0)r=mappl10n.standardIconsUrl+n+".png",i=n.indexOf("Marker")!=-1?"msmarker.shadow.png":n+".shadow.png",i=mappl10n.standardIconsUrl+i,t=[16,32];else return;return t=t?new google.maps.Point(t[0],t[1]):null,{url:r,shadowUrl:i,anchor:t}}};mapp.Icons.getUrl=function(n){var t=mapp.Icons.get(n);return t?t.url:"https://maps.google.com/intl/en_us/mapfiles/ms/micons/red-dot.png"},function(){jQuery.fn.mappIconPicker=function(n){if(typeof mappl10n.id!="undefined"&&jQuery(".mapp-icon-picker").length!=0)return n=jQuery.extend({open:null,close:null,dialog:null},n),this.each(function(){var i=jQuery(this),r,t;i.after("<img class='mapp-icon' src='"+mapp.Icons.getUrl(i.val())+"' title='"+mappl10n.click_to_change+"' />");r=i.next();r.click(function(){function e(n){var i=jQuery(n.target);jQuery(t).has(i).length||u()}function u(u){jQuery(document).off("click",e);typeof u!="undefined"&&(i.attr("name")=="mappress_options[defaultIcon]"&&(mappl10n.defaultIcon=u),i.val(u),jQuery(r).attr("src",mapp.Icons.getUrl(u)));n.close&&n.close(u);n.dialog?t.empty():t.remove()}if(t=n.dialog?n.dialog:jQuery('<div id="mapp_icon_picker_dialog"><\/div>').appendTo(document.body).hide(),t.append(jQuery("#mapp_icon_picker").contents().clone()),t.show(),!n.dialog){var f=r.offset();t.css({left:f.left-parseInt(t.outerWidth()/2)+16,top:f.top+r.outerHeight()})}return jQuery(".mapp-icon-picker-cancel",t).click(function(){return u(),!1}),jQuery(".mapp-icon-picker-default",t).click(function(){return u(null),!1}),jQuery("li",t).click(function(){return u(jQuery(this).attr("data-iconid")),!1}),n.dialog||jQuery(document).click(e),n.open&&n.open(),!1})})}}();mapp=window.mapp||{};mapp.InfoBox=function(){var u,f,n,i,t,r=this;this.setContent=function(n){u=n};this.onAdd=function(){n=jQuery("<div class='mapp-ib'><div class='mapp-ib-close'>X<\/div><\/div>");t=jQuery("<div class='mapp-ib-tip'><\/div>");typeof u=="string"?jQuery(n).append(u):jQuery(n).append(jQuery(u));jQuery("body").append(n);jQuery("body").append(t);jQuery(".mapp-ib-close",n).click(function(){r.close()});jQuery(window).resize(function(){r.close()});this.draw();google.maps.event.trigger(this,"domready")};this.draw=function(){var u=r.getProjection().fromLatLngToContainerPixel(i),f,o,s;if(u.x=parseInt(u.x),u.y=parseInt(u.y),f=jQuery(this.getMap().getDiv()),u.x>f.width()||u.x<0||u.y>f.height()||u.y<0){jQuery(n).hide();jQuery(t).hide();return}jQuery(n).show();jQuery(t).show();o=f.offset().left+u.x;s=f.offset().top+u.y-32;jQuery(t).offset({top:s-t.outerHeight()-2,left:o-parseInt(t.outerWidth()/2)});var e=o-parseInt(n.outerWidth()/2),c=s-n.outerHeight()-t.outerHeight(),h=jQuery(document).width();e+n.outerWidth()>h&&(e=Math.max(h-n.outerWidth(),o-n.outerWidth()+parseInt(t.outerWidth()/2)));e<0&&(e=0);jQuery(n).offset({top:c,left:e})};this.onRemove=function(){jQuery(n).remove();jQuery(t).remove()};this.setPosition=function(n){i=n};this.open=function(n,t){f=n;t&&(i=typeof t.getPosition=="function"?t.getPosition():t.getBounds().getCenter());this.setMap(f);this.disableAutoPan&&n.getBounds().contains(i)||f.panTo(i);google.maps.event.addListenerOnce(n,"drag",function(){r.close()});google.maps.event.addListenerOnce(n,"click",function(){r.close()})};this.close=function(){google.maps.event.trigger(this,"closeclick");this.setMap(null)}}
|
js/mappress_editor.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
var mapp=window.mapp||{};mapp.Media=function(){function f(i){n=i,jQuery("#mapp_m_editor").empty(),jQuery("#mapp_m_editor").append(e.clone());var r=n.getMapid();r?jQuery("#mapp_m_mapid").text(r):jQuery("#mapp_m_mapid").text(""),jQuery("#mapp_m_title").val(n.getTitle()),jQuery("#mapp_m_width").val(n.getWidth()),jQuery("#mapp_m_height").val(n.getHeight()),jQuery("#mapp_m_edit_panel").show(),jQuery("#mapp_m_list_panel").hide(),t=new mapp.Editor(n)}function u(){t.close(),n=null,t=null,jQuery("#mapp_m_edit_panel").hide(),jQuery("#mapp_m_list_panel").show()}function c(){mapp.Map.ajaxCreate("mapp_edit",i,function(n){f(n)})}function h(n){mapp.Map.ajaxGet(n,"mapp_edit",i,function(n){f(n)})}function o(n){var t='[mappress mapid="'+n+'"]';send_to_editor(t)}function r(){if(n){var t=jQuery.trim(jQuery("#mapp_m_title").val());t=t!=""?t:mappl10n.untitled,n.setTitle(t),n.ajaxSave(function(n){n.list&&jQuery("#mapp_m_maplist").html(n.list),u()})}}function s(n){confirm(mappl10n.delete_map_prompt)&&(jQuery("#mapp_m_maplist tr[data-mapid='"+n+"']").remove(),mapp.Map.ajaxDelete(n))}var t,n,e,l=this,i;e=jQuery("#mapp_m_editor").contents().detach(),i={bicycling:!1,directions:"none",editable:!0,initialOpenInfo:!1,iwDisableAutoPan:!1,iwType:"ib",mapTypeControl:!0,mapTypeControlStyle:2,mapTypeIds:null,navigationControlOptions:{style:0},overviewMapControl:!1,overviewMapControlOptions:{opened:!1},streetViewControl:!1,traffic:!1,transit:!1},jQuery("#mapp_m_list_panel").show(),jQuery("#mapp_m_add_map").click(function(){return c(),!1});jQuery("#mapp_m_maplist").on("click","tr",function(n){var t=jQuery(this).attr("data-mapid");return jQuery(n.target).hasClass("mapp-maplist-edit")?(h(t),!1):jQuery(n.target).hasClass("mapp-maplist-delete")?(s(t),!1):jQuery(n.target).hasClass("mapp-maplist-insert")?(o(t),!1):void 0});jQuery(".mapp-m-size").click(function(){var i=jQuery(this).data("width"),n=jQuery(this).data("height");return jQuery("#mapp_m_width").val(i),jQuery("#mapp_m_height").val(n),t.resize(i,n),!1}),jQuery("#mapp_m_width, #mapp_m_height").change(function(){var i=jQuery("#mapp_m_width").val(),n=jQuery("#mapp_m_height").val();return t.resize(i,n),!1}),jQuery("#publish, #post-preview").click(function(){r()}),jQuery("#mapp_m_save").click(function(){return r(),!1}),jQuery("#mapp_m_title").keypress(function(n){if(n.which==13)return n.preventDefault(),jQuery("#mapp_m_save").click(),!1}),jQuery("#mapp_m_cancel").click(function(){return u(),!1}),jQuery("#mapp_m_insert").click(function(){var i=n.getMapid(),t='[mappress mapid="'+n.getMapid()+'"]';return i?send_to_editor(t):alert(mappl10n.save_first),!1})},mapp.Editor=function(n){function y(){s=jQuery("#mapp_e_infobox").detach(),t=n,t.display(),this.resize(t.getWidth(),t.getHeight()),i(),typeof mappl10n.id!="undefined"&&(u=new google.maps.drawing.DrawingManager({circleOptions:r,drawingControlOptions:{drawingModes:[google.maps.drawing.OverlayType.MARKER,google.maps.drawing.OverlayType.POLYGON,google.maps.drawing.OverlayType.POLYLINE,google.maps.drawing.OverlayType.RECTANGLE,google.maps.drawing.OverlayType.CIRCLE]},polygonOptions:r,polylineOptions:r,rectangleOptions:r}),u.setMap(t.getMap()),google.maps.event.addListener(u,"overlaycomplete",function(n){c(n)})),t.getGeocoder().autocompleteField("#mapp_e_saddr","#mapp_e_saddr_err","#mapp_e_search","#mapp_e_myloc",b),google.maps.event.addListener(t,"poicontent",v),google.maps.event.addListener(t,"poidomready",p),jQuery("#mapp_e_recenter").click(function(){return t.closeInfoWindow(),t.autoCenter(!0),!1}),google.maps.event.addListener(t.getMap(),"click",function(n){jQuery("#mapp_e_latlng").text(n.latLng.toUrlValue())})}function i(){for(var r=t.getPois(),u="<table>",n=0;n<r.length;n++){var o=r[n].title.replace(/\'/g,"’"),e=r[n].getImage("mapp-e-icon"),f=r[n].address;u+="<tr id='"+n+"'><td>"+e+"<\/td><td style='width:100%'><a href='#' title='"+f+"'><b>"+o+"<\/b><\/a><div class='mapp-e-actions'><a href='#' class='mapp-e-poi-list-zoom' data-idx='"+n+"'>"+mappl10n.zoom+"<\/a> | <a href='#' class='mapp-e-poi-list-delete' data-idx='"+n+"'>"+mappl10n.del+"<\/a><\/div><\/td><\/tr>"}u+="<\/table>",jQuery("#mapp_e_poi_list").html(u),jQuery("#mapp_e_poi_list tbody").sortable({axis:"y",placeholder:"mapp-e-sortable-placeholder",forcePlaceholderSize:!0,delay:200,update:function(){var n=jQuery("#mapp_e_poi_list tbody").sortable("toArray");t.sortPois(n),i()}}),jQuery("#mapp_e_poi_list tr").click(function(n){var r=jQuery(this).attr("id"),i;return jQuery(n.target).hasClass("mapp-e-poi-list-zoom")?(i=t.getPoi(r),i&&i.zoomIn(),!1):jQuery(n.target).hasClass("mapp-e-poi-list-delete")?(i=t.getPoi(r),i&&l(i),!1):(t.getPoi(r).click(),!1)})}function v(n,t){var i=jQuery(s).clone(),r;jQuery("#mapp_e_poi_title",i).val(n.title),jQuery("#mapp_e_poi_body",i).val(n.body),jQuery("#mapp_e_poi_iconid",i).val(n.iconid),n.isPoly()&&(n.type=="polyline"?jQuery("#mapp_e_poi_polyline_fields",i).show():jQuery("#mapp_e_poi_polyline_fields, #mapp_e_poi_polygon_fields",i).show(),r=n.getColors(),jQuery("#mapp_stroke_color",i).val(r.strokeColor),jQuery("#mapp_stroke_weight",i).val(r.strokeWeight),jQuery("#mapp_stroke_opacity",i).val(parseInt(r.strokeOpacity*100)),jQuery("#mapp_fill_color",i).val(r.fillColor),jQuery("#mapp_fill_opacity",i).val(parseInt(r.fillOpacity*100))),n.type=="kml"&&(jQuery("#mapp_e_poi_kml_fields",i).show(),jQuery("#mapp_e_poi_kml_url",i).val(n.overlay.getUrl())),t.content=i}function p(n){var u={title:n.title,body:n.body,iconid:n.iconid,colors:n.getColors()};a(),jQuery("#mapp_e_poi_title").focus(),n.isPoly()?(jQuery("#mapp_stroke_color, #mapp_fill_color, #mapp_stroke_weight, #mapp_stroke_opacity, #mapp_fill_opacity").change(function(){var t={strokeColor:jQuery("#mapp_stroke_color").val(),strokeWeight:parseInt(jQuery("#mapp_stroke_weight").val()),strokeOpacity:jQuery("#mapp_stroke_opacity").val()/100};n.type!="polyline"&&(t.fillColor=jQuery("#mapp_fill_color").val(),t.fillOpacity=jQuery("#mapp_fill_opacity").val()/100),n.setColors(t),r=t}),jQuery("#mapp_stroke_color, #mapp_fill_color").mappColorpicker({})):jQuery("#mapp_e_poi_iconid").mappIconPicker({dialog:jQuery("#mapp_e_poi_icon_picker"),open:function(){jQuery("#mapp_e_poi_fields").hide()},close:function(t){jQuery("#mapp_e_poi_fields").show(),typeof t!="undefined"&&(e=t,n.iconid=t,n.setIcon(t),i())}}),google.maps.event.addListenerOnce(t.getInfoWindow(),"closeclick",function(){jQuery("#mapp_colorpicker").hide(),n.title=jQuery("#mapp_e_poi_title").val(),n.body=jQuery("#mapp_e_poi_body").val(),i()}),jQuery("#mapp_e_save_poi").click(function(){return t.closeInfoWindow(),!1}),jQuery("#mapp_e_cancel_poi").click(function(){return t.closeInfoWindow(),n.title=u.title,n.body=u.body,n.iconid=u.iconid,n.setIcon(u.iconid),n.setColors(u.colors),i(),!1})}function b(n){if(n){if(n.geometry){var t=mapp.Geocoder.parseAddress(n.formatted_address),u=n.name?n.name:t.firstLine,r=n.name?t.firstLine+", "+t.secondLine:t.secondLine,i=new mapp.Poi({address:n.formatted_address,body:r,iconid:e,overlay:new google.maps.Marker({position:n.geometry.location}),title:u,type:null,viewport:n.geometry.viewport?n.geometry.viewport:null});f(i,!0);return}if(n instanceof google.maps.LatLng)return h(n);if(typeof n=="string"&&n.substring(0,4)=="http")return w(n);alert("Internal error, unable to add location")}}function w(n){var t=new mapp.Poi({iconid:e,overlay:new google.maps.KmlLayer(n,{suppressInfoWindows:!0}),title:"KML",type:"kml"});google.maps.event.addListener(t.overlay,"status_changed",function(){var r=t.overlay.getStatus(),n;r=="OK"?(n=t.overlay.getMetadata(),t.title=n.name,t.body=n.description,t.viewport=t.overlay.getDefaultViewport(),i()):alert(mappl10n.kml_error+":"+r)}),f(t,!0)}function h(n){poi=new mapp.Poi({body:"",iconid:e,overlay:new google.maps.Marker({position:n}),title:n.toUrlValue(4)}),f(poi,!0)}function c(n){var t;u.setDrawingMode(null);switch(n.type){case"polygon":case"polyline":case"circle":case"rectangle":t=new mapp.Poi({body:"",colors:r,iconid:"poly",overlay:n.overlay,title:mappl10n.shape,type:n.type});break;case"marker":default:t=new mapp.Poi({body:"",iconid:null,overlay:n.overlay,title:n.overlay.getPosition().toUrlValue(4),type:null})}f(t,!1)}function f(n,r){t.closeInfoWindow(),u&&u.setDrawingMode(null),t.insertPoi(n),r&&n.center(!0),i()}function a(){var i,n;typeof tinyMCE!="undefined"&&typeof tinyMCE.init!="undefined"&&(i="en",typeof window.tinyMCEPreInit!="undefined"&&typeof window.tinyMCEPreInit.mceInit!="undefined"&&typeof window.tinyMCEPreInit.mceInit.content!="undefined"&&(n=window.tinyMCEPreInit.mceInit.content,i=typeof n.language!="undefined"?n.language:"en"),tinyMCE.init({mode:"none",height:"175px",convert_urls:!1,language:i,plugins:"paste",relative_urls:!1,remove_script_host:!1,theme:"advanced",theme_advanced_toolbar_location:"top",theme_advanced_buttons1:"formatselect, forecolor,|,bold,italic,|,justifyleft,justifycenter,justifyright,|,link,unlink,|,image,separator,undo,redo",theme_advanced_buttons2:"",theme_advanced_buttons3:"",setup:function(n){n.onInit.add(function(n){n.getBody().style.fontSize="12px"})}}),o&&setTimeout(function(){tinyMCE.execCommand("mceAddControl",!1,"mapp_e_poi_body")},2),jQuery("#mapp_e_visual").click(function(){tinyMCE.execCommand("mceAddControl",!1,"mapp_e_poi_body"),o=!0}),jQuery("#mapp_e_html").click(function(){tinyMCE.execCommand("mceRemoveControl",!1,"mapp_e_poi_body"),o=!1}),google.maps.event.addListenerOnce(t.getInfoWindow(),"closeclick",function(){tinyMCE.getInstanceById("mapp_e_poi_body")&&(tinyMCE.getInstanceById("mapp_e_poi_body").save(),tinyMCE.execCommand("mceRemoveControl",!1,"mapp_e_poi_body"))}))}function l(n){return t.closeInfoWindow(),confirm(mappl10n.delete_prompt)?(t.removePoi(n),i(),!0):!1}var u,s,e=null,r={fillColor:"#9FC6E7",fillOpacity:.5,strokeColor:"#0000FF",strokeOpacity:1,strokeWeight:2},o=!0,t=n;this.close=function(){t.closeInfoWindow()},this.resize=function(n,i){t.resize(n,i),t.closeInfoWindow();var u=jQuery("#mapp_e_top_toolbar").outerHeight(),r=jQuery("#mapp_edit").outerHeight();jQuery("#mapp_e_poi_list").height(u+r)},y.apply(this)}
|
1 |
+
var mapp=window.mapp||{};mapp.Media=function(){function u(i){n=i;jQuery("#mapp_m_editor").empty();jQuery("#mapp_m_editor").append(r.clone());var u=n.getMapid();u?jQuery("#mapp_m_mapid").text(u):jQuery("#mapp_m_mapid").text("");jQuery("#mapp_m_title").val(n.getTitle());jQuery("#mapp_m_width").val(n.getWidth());jQuery("#mapp_m_height").val(n.getHeight());jQuery("#mapp_m_edit_panel").show();jQuery("#mapp_m_list_panel").hide();t=new mapp.Editor(n)}function f(){t.close();n=null;t=null;jQuery("#mapp_m_edit_panel").hide();jQuery("#mapp_m_list_panel").show()}function o(){mapp.Map.ajaxCreate("mapp_edit",i,function(n){u(n)})}function s(n){mapp.Map.ajaxGet(n,"mapp_edit",i,function(n){u(n)})}function h(n){var t='[mappress mapid="'+n+'"]';send_to_editor(t)}function e(){if(n){var t=jQuery.trim(jQuery("#mapp_m_title").val());t=t!=""?t:mappl10n.untitled;n.setTitle(t);n.ajaxSave(function(n){n.list&&jQuery("#mapp_m_maplist").html(n.list);f()})}}function c(n){confirm(mappl10n.delete_map_prompt)&&(jQuery("#mapp_m_maplist tr[data-mapid='"+n+"']").remove(),mapp.Map.ajaxDelete(n))}var t,n,r,l=this,i;r=jQuery("#mapp_m_editor").contents().detach();i={bicycling:!1,directions:"none",editable:!0,initialOpenInfo:!1,iwDisableAutoPan:!1,iwType:"ib",mapTypeControl:!0,mapTypeControlStyle:2,mapTypeIds:null,navigationControlOptions:{style:0},overviewMapControl:!1,overviewMapControlOptions:{opened:!1},streetViewControl:!1,traffic:!1,transit:!1};jQuery("#mapp_m_list_panel").show();jQuery("#mapp_m_add_map").click(function(){return o(),!1});jQuery("#mapp_m_maplist").on("click","tr",function(n){var t=jQuery(this).attr("data-mapid");return jQuery(n.target).hasClass("mapp-maplist-edit")?(s(t),!1):jQuery(n.target).hasClass("mapp-maplist-delete")?(c(t),!1):jQuery(n.target).hasClass("mapp-maplist-insert")?(h(t),!1):void 0});jQuery(".mapp-m-size").click(function(){var n=jQuery(this).data("width"),i=jQuery(this).data("height");return jQuery("#mapp_m_width").val(n),jQuery("#mapp_m_height").val(i),t.resize(n,i),!1});jQuery("#mapp_m_width, #mapp_m_height").change(function(){var n=jQuery("#mapp_m_width").val(),i=jQuery("#mapp_m_height").val();return t.resize(n,i),!1});jQuery("#publish, #post-preview").click(function(){e()});jQuery("#mapp_m_save").click(function(){return e(),!1});jQuery("#mapp_m_title").keypress(function(n){if(n.which==13)return n.preventDefault(),jQuery("#mapp_m_save").click(),!1});jQuery("#mapp_m_cancel").click(function(){return f(),!1});jQuery("#mapp_m_insert").click(function(){var t=n.getMapid(),i='[mappress mapid="'+n.getMapid()+'"]';return t?send_to_editor(i):alert(mappl10n.save_first),!1});this.getMap=function(){return n}};mapp.Editor=function(n){function l(){s=jQuery("#mapp_e_infobox").detach();t=n;t.display();this.resize(t.getWidth(),t.getHeight());i();typeof mappl10n.id!="undefined"&&(r=new google.maps.drawing.DrawingManager({circleOptions:u,drawingControlOptions:{drawingModes:[google.maps.drawing.OverlayType.MARKER,google.maps.drawing.OverlayType.POLYGON,google.maps.drawing.OverlayType.POLYLINE,google.maps.drawing.OverlayType.RECTANGLE,google.maps.drawing.OverlayType.CIRCLE]},polygonOptions:u,polylineOptions:u,rectangleOptions:u}),r.setMap(t.getMap()),google.maps.event.addListener(r,"overlaycomplete",function(n){b(n)}));t.getGeocoder().autocompleteField("#mapp_e_saddr","#mapp_e_saddr_err","#mapp_e_search","#mapp_e_myloc",y);google.maps.event.addListener(t,"poicontent",a);google.maps.event.addListener(t,"poidomready",v);jQuery("#mapp_e_recenter").click(function(){return t.closeInfoWindow(),t.autoCenter(!0),!1});google.maps.event.addListener(t.getMap(),"click",function(n){jQuery("#mapp_e_latlng").text(n.latLng.toUrlValue())})}function i(){for(var r=t.getPois(),u="<table>",n=0;n<r.length;n++){var f=r[n].title.replace(/\'/g,"’"),e=r[n].getImage("mapp-e-icon"),o=r[n].address;u+="<tr id='"+n+"'><td>"+e+"<\/td><td style='width:100%'><a href='#' title='"+o+"'><b>"+f+"<\/b><\/a><div class='mapp-e-actions'><a href='#' class='mapp-e-poi-list-zoom' data-idx='"+n+"'>"+mappl10n.zoom+"<\/a> | <a href='#' class='mapp-e-poi-list-delete' data-idx='"+n+"'>"+mappl10n.del+"<\/a><\/div><\/td><\/tr>"}u+="<\/table>";jQuery("#mapp_e_poi_list").html(u);jQuery("#mapp_e_poi_list tbody").sortable({axis:"y",placeholder:"mapp-e-sortable-placeholder",forcePlaceholderSize:!0,delay:200,update:function(){var n=jQuery("#mapp_e_poi_list tbody").sortable("toArray");t.sortPois(n);i()}});jQuery("#mapp_e_poi_list tr").click(function(n){var r=jQuery(this).attr("id"),i;return jQuery(n.target).hasClass("mapp-e-poi-list-zoom")?(i=t.getPoi(r),i&&i.zoomIn(),!1):jQuery(n.target).hasClass("mapp-e-poi-list-delete")?(i=t.getPoi(r),i&&g(i),!1):(t.getPoi(r).click(),!1)})}function a(n,t){var i=jQuery(s).clone(),r;jQuery("#mapp_e_poi_title",i).val(n.title);jQuery("#mapp_e_poi_body",i).val(n.body);jQuery("#mapp_e_poi_iconid",i).val(n.iconid);n.isPoly()&&(n.type=="polyline"?jQuery("#mapp_e_poi_polyline_fields",i).show():jQuery("#mapp_e_poi_polyline_fields, #mapp_e_poi_polygon_fields",i).show(),r=n.getColors(),jQuery("#mapp_stroke_color",i).val(r.strokeColor),jQuery("#mapp_stroke_weight",i).val(r.strokeWeight),jQuery("#mapp_stroke_opacity",i).val(parseInt(r.strokeOpacity*100)),jQuery("#mapp_fill_color",i).val(r.fillColor),jQuery("#mapp_fill_opacity",i).val(parseInt(r.fillOpacity*100)));n.type=="kml"&&(jQuery("#mapp_e_poi_kml_fields",i).show(),jQuery("#mapp_e_poi_kml_url",i).val(n.overlay.getUrl()));t.content=i}function v(n){var r={title:n.title,body:n.body,iconid:n.iconid,colors:n.getColors()};k();jQuery("#mapp_e_poi_title").focus();n.isPoly()?(jQuery("#mapp_stroke_color, #mapp_fill_color, #mapp_stroke_weight, #mapp_stroke_opacity, #mapp_fill_opacity").change(function(){var t={strokeColor:jQuery("#mapp_stroke_color").val(),strokeWeight:parseInt(jQuery("#mapp_stroke_weight").val()),strokeOpacity:jQuery("#mapp_stroke_opacity").val()/100};n.type!="polyline"&&(t.fillColor=jQuery("#mapp_fill_color").val(),t.fillOpacity=jQuery("#mapp_fill_opacity").val()/100);n.setColors(t);u=t}),jQuery("#mapp_stroke_color, #mapp_fill_color").mappColorpicker({})):jQuery("#mapp_e_poi_iconid").mappIconPicker({dialog:jQuery("#mapp_e_poi_icon_picker"),open:function(){jQuery("#mapp_e_poi_fields").hide()},close:function(t){jQuery("#mapp_e_poi_fields").show();typeof t!="undefined"&&(f=t,n.iconid=t,n.setIcon(t),i())}});google.maps.event.addListenerOnce(t.getInfoWindow(),"closeclick",function(){jQuery("#mapp_colorpicker").hide();n.title=jQuery("#mapp_e_poi_title").val();n.body=jQuery("#mapp_e_poi_body").val();i()});jQuery("#mapp_e_save_poi").click(function(){return t.closeInfoWindow(),!1});jQuery("#mapp_e_cancel_poi").click(function(){return t.closeInfoWindow(),n.title=r.title,n.body=r.body,n.iconid=r.iconid,n.setIcon(r.iconid),n.setColors(r.colors),i(),!1})}function y(n){if(n){if(n.geometry){var t=mapp.Geocoder.parseAddress(n.formatted_address),i=n.name?n.name:t.firstLine,r=n.name?t.firstLine+", "+t.secondLine:t.secondLine,u=new mapp.Poi({address:n.formatted_address,body:r,iconid:f,overlay:new google.maps.Marker({position:n.geometry.location}),title:i,type:null,viewport:n.geometry.viewport?n.geometry.viewport:null});e(u,!0);return}if(n instanceof google.maps.LatLng)return w(n);if(typeof n=="string"&&n.substring(0,4)=="http")return p(n);alert("Internal error, unable to add location")}}function p(n){var t=new mapp.Poi({iconid:f,overlay:new google.maps.KmlLayer(n,{suppressInfoWindows:!0}),title:"KML",type:"kml"});google.maps.event.addListener(t.overlay,"status_changed",function(){var r=t.overlay.getStatus(),n;r=="OK"?(n=t.overlay.getMetadata(),t.title=n.name,t.body=n.description,t.viewport=t.overlay.getDefaultViewport(),i()):alert(mappl10n.kml_error+":"+r)});e(t,!0)}function w(n){poi=new mapp.Poi({body:"",iconid:f,overlay:new google.maps.Marker({position:n}),title:n.toUrlValue(4)});e(poi,!0)}function b(n){var t;r.setDrawingMode(null);switch(n.type){case"polygon":case"polyline":case"circle":case"rectangle":t=new mapp.Poi({body:"",colors:u,iconid:"poly",overlay:n.overlay,title:mappl10n.shape,type:n.type});break;case"marker":default:t=new mapp.Poi({body:"",iconid:null,overlay:n.overlay,title:n.overlay.getPosition().toUrlValue(4),type:null})}e(t,!1)}function e(n,u){t.closeInfoWindow();r&&r.setDrawingMode(null);t.insertPoi(n);u&&n.center(!0);i()}function k(){typeof tinyMCE!="undefined"&&typeof tinyMCE.init!="undefined"&&(d(),o&&h(),jQuery("#mapp_e_visual").click(function(){h();o=!0}),jQuery("#mapp_e_html").click(function(){c();o=!1}),google.maps.event.addListenerOnce(t.getInfoWindow(),"closeclick",function(){tinyMCE.get("mapp_e_poi_body")&&(tinyMCE.get("mapp_e_poi_body").save(),c())}))}function d(){var i="en",t,n;typeof window.tinyMCEPreInit!="undefined"&&typeof window.tinyMCEPreInit.mceInit!="undefined"&&typeof window.tinyMCEPreInit.mceInit.content!="undefined"&&(t=window.tinyMCEPreInit.mceInit.content,i=typeof t.language!="undefined"?t.language:"en");n={mode:"none",height:"175px",convert_urls:!1,language:i,menubar:!1,plugins:"paste,wplink,textcolor,image",relative_urls:!1,remove_script_host:!1,statusbar:!1,theme:"modern",toolbar1:"formatselect,forecolor,bold,italic,alignleft,aligncenter,alignright,link,unlink,image",toolbar2:"",toolbar3:"",toolbar4:""};tinyMCE.majorVersion<"4"&&(oldOpts={plugins:"paste",skin:"wp_theme",theme:"advanced",theme_advanced_toolbar_location:"top",theme_advanced_buttons1:"formatselect, forecolor,|,bold,italic,|,justifyleft,justifycenter,justifyright,|,link,unlink,|,image,separator,undo,redo",theme_advanced_buttons2:"",theme_advanced_buttons3:""},n=jQuery.extend(n,oldOpts));tinyMCE.init(n)}function h(){tinyMCE.majorVersion>="4"?tinyMCE.execCommand("mceAddEditor",!1,"mapp_e_poi_body"):tinyMCE.execCommand("mceAddControl",!1,"mapp_e_poi_body")}function c(){tinyMCE.majorVersion>="4"?tinyMCE.execCommand("mceRemoveEditor",!1,"mapp_e_poi_body"):tinyMCE.execCommand("mceRemoveControl",!1,"mapp_e_poi_body")}function g(n){return t.closeInfoWindow(),confirm(mappl10n.delete_prompt)?(t.removePoi(n),i(),!0):!1}var r,s,f=null,u={fillColor:"#9FC6E7",fillOpacity:.5,strokeColor:"#0000FF",strokeOpacity:1,strokeWeight:2},o=!0,t=n;this.close=function(){t.closeInfoWindow()};this.resize=function(n,i){t.resize(n,i);t.closeInfoWindow();var r=jQuery("#mapp_e_top_toolbar").outerHeight(),u=jQuery("#mapp_edit").outerHeight();jQuery("#mapp_e_poi_list").height(r+u)};l.apply(this)}
|
js/mappress_settings.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
jQuery(document).ready(function(){jQuery('input[name="mappress_options[defaultIcon]"]').mappIconPicker()
|
1 |
+
jQuery(document).ready(function(){jQuery('input[name="mappress_options[defaultIcon]"]').mappIconPicker();jQuery("#mapp_styles").edt();jQuery(".mapp-expand").on("focus",function(){jQuery(this).attr({rows:20,cols:100})});jQuery(".mapp-expand").on("blur",function(){jQuery(this).attr({rows:1,cols:20})})});jQuery.fn.edt=function(n){var n=jQuery.extend({add:mappl10n.add,del:mappl10n.del,template:null,callback:null},n);return this.each(function(){var t=this,i;jQuery(this).parent().append("<input type='button' class='button edt-table-add' value='"+n.add+"' />");n.template||(n.template=jQuery("tr:last",t).clone(),jQuery(n.template).find(":input").each(function(){switch(this.type){case"hidden":case"password":case"select-multiple":case"select-one":case"text":case"textarea":jQuery(this).val("");break;case"checkbox":case"radio":this.checked=!1}}));i="<td><a href='#' class='edt-table-delete'>"+n.del+"<\/a><\/td>";jQuery("tbody > tr",t).append(i);n.template=jQuery(n.template).append(i);jQuery(this).next(".edt-table-add").click(function(){var i=jQuery(n.template).clone();return jQuery(t).append(i),jQuery(".edt-table-delete",t).show(),n.callback&&n.callback(i),!1});jQuery(this).click(function(n){if(jQuery(n.target).hasClass("edt-table-delete"))return jQuery(n.target).closest("tr").remove(),!1})})}
|
languages/mappress-bg_BG.mo
ADDED
Binary file
|
languages/mappress-bg_BG.po
ADDED
@@ -0,0 +1,1077 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: mappress\n"
|
4 |
+
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-08-12 16:44-0800\n"
|
6 |
+
"PO-Revision-Date: 2014-01-31 13:22+0200\n"
|
7 |
+
"Last-Translator: Nedko Ivanov <cocacoli4ko@gmail.com>\n"
|
8 |
+
"Language-Team: Nedko Ivanov\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e;esc_attr_e;esc_attr__;"
|
13 |
+
"esc_html_e;esc_html__\n"
|
14 |
+
"X-Poedit-Basepath: .\n"
|
15 |
+
"X-Generator: Poedit 1.6.3\n"
|
16 |
+
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
17 |
+
"Language: bg_BG\n"
|
18 |
+
"X-Poedit-SourceCharset: UTF-8\n"
|
19 |
+
"X-Poedit-SearchPath-0: ..\n"
|
20 |
+
|
21 |
+
#: ../mappress.php:122
|
22 |
+
msgid "Version"
|
23 |
+
msgstr "Версия "
|
24 |
+
|
25 |
+
#: ../mappress.php:130
|
26 |
+
msgid "Documentation"
|
27 |
+
msgstr "Документация"
|
28 |
+
|
29 |
+
#: ../mappress.php:131
|
30 |
+
msgid "Support"
|
31 |
+
msgstr "Поддръжка"
|
32 |
+
|
33 |
+
#: ../mappress.php:132
|
34 |
+
msgid "Contact"
|
35 |
+
msgstr "Контакт"
|
36 |
+
|
37 |
+
#: ../mappress.php:135
|
38 |
+
msgid "Upgrade to MapPress Pro"
|
39 |
+
msgstr "Upgrade до MapPress Pro"
|
40 |
+
|
41 |
+
#: ../mappress.php:334
|
42 |
+
msgid ""
|
43 |
+
"MapPress database tables are missing. Please deactivate the plugin and "
|
44 |
+
"activate it again to fix this."
|
45 |
+
msgstr ""
|
46 |
+
"Липсват таблици в базата даннни на MapPress. Моля деактивирайте и "
|
47 |
+
"реактивирайте plugin-а за да отстраните проблема."
|
48 |
+
|
49 |
+
#: ../mappress.php:339
|
50 |
+
msgid ""
|
51 |
+
"WARNING: MapPress now requires WordPress 3.2 or higher. Please upgrade "
|
52 |
+
"before using MapPress."
|
53 |
+
msgstr ""
|
54 |
+
"ВНИМАНИЕ: MapPress вече изисква WordPress 3.2 или по-висока версия. Моля, "
|
55 |
+
"надстройте WordPress."
|
56 |
+
|
57 |
+
#: ../mappress.php:344
|
58 |
+
msgid ""
|
59 |
+
"WARNING: MapPress is not compfatible with the WP-Geo plugin. Please "
|
60 |
+
"deactivate or uninstall WP-Geo before using MapPress."
|
61 |
+
msgstr ""
|
62 |
+
"ВНИМАНИЕ: MapPress не е съвместим с WP-Geo plugin. Моля изключете или "
|
63 |
+
"деинсталирайте WP-Geo."
|
64 |
+
|
65 |
+
#: ../mappress.php:542 ../templates/map_directions.php:6
|
66 |
+
msgid "Bicycling"
|
67 |
+
msgstr "Колоездене"
|
68 |
+
|
69 |
+
#: ../mappress.php:543
|
70 |
+
msgid "Bike"
|
71 |
+
msgstr "Велосипед"
|
72 |
+
|
73 |
+
#: ../mappress.php:544
|
74 |
+
msgid "One of the addresses could not be found."
|
75 |
+
msgstr "Единия от адресите не може да бъде открит."
|
76 |
+
|
77 |
+
#: ../mappress.php:545
|
78 |
+
msgid ""
|
79 |
+
"Google cannot return directions between those addresses. There is no route "
|
80 |
+
"between them or the routing information is not available."
|
81 |
+
msgstr ""
|
82 |
+
"Google не може да предостави упътвания между тези адреси. Не е налична "
|
83 |
+
"достатъчно информация или не съществува маршрут между тях."
|
84 |
+
|
85 |
+
#: ../mappress.php:546
|
86 |
+
msgid "Unknown error, unable to return directions. Status code = "
|
87 |
+
msgstr ""
|
88 |
+
"Неизвестна грешка, невъзможно извличане на упътвания. Код на грешката = "
|
89 |
+
|
90 |
+
#: ../mappress.php:547 ../mappress_poi.php:281 ../mappress_settings.php:130
|
91 |
+
#: ../pro/mappress_widget.php:108
|
92 |
+
msgid "Directions"
|
93 |
+
msgstr "Упътвания"
|
94 |
+
|
95 |
+
#: ../mappress.php:548
|
96 |
+
msgid "Error reading KML file"
|
97 |
+
msgstr "Грешка при четене на KML файла"
|
98 |
+
|
99 |
+
#: ../mappress.php:549
|
100 |
+
msgid "Loading..."
|
101 |
+
msgstr "Зареждане..."
|
102 |
+
|
103 |
+
#: ../mappress.php:550
|
104 |
+
msgid "No matching address"
|
105 |
+
msgstr "Адреса не е намерен"
|
106 |
+
|
107 |
+
#: ../mappress.php:551
|
108 |
+
msgid "Unable to get your location"
|
109 |
+
msgstr "Местоположението не може да се определи"
|
110 |
+
|
111 |
+
#: ../mappress.php:552 ../mappress_settings.php:330
|
112 |
+
msgid "Traffic"
|
113 |
+
msgstr "Трафик"
|
114 |
+
|
115 |
+
#: ../mappress.php:553
|
116 |
+
msgid "Transit"
|
117 |
+
msgstr "Транспорт"
|
118 |
+
|
119 |
+
#: ../mappress.php:554 ../mappress_poi.php:330 ../mappress_settings.php:325
|
120 |
+
#: ../mappress_settings.php:465 ../pro/mappress_widget.php:124
|
121 |
+
msgid "Zoom"
|
122 |
+
msgstr "Мащаб"
|
123 |
+
|
124 |
+
#: ../mappress.php:559
|
125 |
+
msgid "Add"
|
126 |
+
msgstr "Добави"
|
127 |
+
|
128 |
+
#: ../mappress.php:560
|
129 |
+
msgid "Click & drag to move"
|
130 |
+
msgstr "Кликни & влачи за преместване"
|
131 |
+
|
132 |
+
#: ../mappress.php:561
|
133 |
+
msgid "Click to change"
|
134 |
+
msgstr "Кликни за промяна"
|
135 |
+
|
136 |
+
#: ../mappress.php:562 ../mappress_map.php:436
|
137 |
+
msgid "Delete"
|
138 |
+
msgstr "Изтриване"
|
139 |
+
|
140 |
+
#: ../mappress.php:563
|
141 |
+
msgid "Delete this POI?"
|
142 |
+
msgstr "Изтриване на тази POI?"
|
143 |
+
|
144 |
+
#: ../mappress.php:564
|
145 |
+
msgid "Delete this map?"
|
146 |
+
msgstr "Изтриване на картата?"
|
147 |
+
|
148 |
+
#: ../mappress.php:565
|
149 |
+
msgid "Please save the map first"
|
150 |
+
msgstr "Моля, първо запишете картата"
|
151 |
+
|
152 |
+
#: ../mappress.php:566
|
153 |
+
msgid "Shape"
|
154 |
+
msgstr "Сподели"
|
155 |
+
|
156 |
+
#: ../mappress.php:567 ../mappress_map.php:53
|
157 |
+
msgid "Untitled"
|
158 |
+
msgstr "Неозаглавена"
|
159 |
+
|
160 |
+
#: ../mappress_map.php:114
|
161 |
+
msgid "Map not found"
|
162 |
+
msgstr "Картата не е открита"
|
163 |
+
|
164 |
+
#: ../mappress_map.php:434
|
165 |
+
msgid "Edit"
|
166 |
+
msgstr "Редакция"
|
167 |
+
|
168 |
+
#: ../mappress_map.php:435 ../forms/map_media.php:48
|
169 |
+
msgid "Insert into post"
|
170 |
+
msgstr "Вмъкване в публикацията"
|
171 |
+
|
172 |
+
#: ../mappress_map.php:475
|
173 |
+
msgid "Show map"
|
174 |
+
msgstr "Покажи картата"
|
175 |
+
|
176 |
+
#: ../mappress_map.php:487 ../mappress_settings.php:457
|
177 |
+
#: ../forms/map_editor.php:17
|
178 |
+
msgid "Center map"
|
179 |
+
msgstr "Центриране"
|
180 |
+
|
181 |
+
#: ../mappress_map.php:496 ../mappress_settings.php:458
|
182 |
+
msgid "Reset map"
|
183 |
+
msgstr "Изчистване"
|
184 |
+
|
185 |
+
#: ../mappress_map.php:505 ../mappress_settings.php:456
|
186 |
+
msgid "Bigger map"
|
187 |
+
msgstr "По-голяма карта"
|
188 |
+
|
189 |
+
#: ../mappress_map.php:506
|
190 |
+
msgid "Smaller map"
|
191 |
+
msgstr "По-малка карта"
|
192 |
+
|
193 |
+
#: ../mappress_poi.php:246 ../mappress_settings.php:466
|
194 |
+
msgid "Directions to"
|
195 |
+
msgstr "Упътвания до"
|
196 |
+
|
197 |
+
#: ../mappress_poi.php:248 ../mappress_settings.php:467
|
198 |
+
msgid "Directions from"
|
199 |
+
msgstr "Упътвания от"
|
200 |
+
|
201 |
+
#: ../mappress_settings.php:127
|
202 |
+
msgid "Basic Settings"
|
203 |
+
msgstr "Основни настройки"
|
204 |
+
|
205 |
+
#: ../mappress_settings.php:128
|
206 |
+
msgid "Post types"
|
207 |
+
msgstr "Видове публикации"
|
208 |
+
|
209 |
+
#: ../mappress_settings.php:129
|
210 |
+
msgid "Automatic map display"
|
211 |
+
msgstr "Автоматично показване"
|
212 |
+
|
213 |
+
#: ../mappress_settings.php:132
|
214 |
+
msgid "Map Controls"
|
215 |
+
msgstr "Управление на карта"
|
216 |
+
|
217 |
+
#: ../mappress_settings.php:133
|
218 |
+
msgid "Draggable"
|
219 |
+
msgstr "Преместване"
|
220 |
+
|
221 |
+
#: ../mappress_settings.php:134
|
222 |
+
msgid "Keyboard shortcuts"
|
223 |
+
msgstr "Клавишни комбинации"
|
224 |
+
|
225 |
+
#: ../mappress_settings.php:135
|
226 |
+
msgid "Scroll wheel zoom"
|
227 |
+
msgstr "Мащабиране"
|
228 |
+
|
229 |
+
#: ../mappress_settings.php:136
|
230 |
+
msgid "Map Types"
|
231 |
+
msgstr "Типове карта"
|
232 |
+
|
233 |
+
#: ../mappress_settings.php:137
|
234 |
+
msgid "Map controls"
|
235 |
+
msgstr "Управление на карта"
|
236 |
+
|
237 |
+
#: ../mappress_settings.php:139
|
238 |
+
msgid "Map Settings"
|
239 |
+
msgstr "Настройки на карта"
|
240 |
+
|
241 |
+
#: ../mappress_settings.php:140
|
242 |
+
msgid "Map links"
|
243 |
+
msgstr "Бутони над картата"
|
244 |
+
|
245 |
+
#: ../mappress_settings.php:141
|
246 |
+
msgid "Map alignment"
|
247 |
+
msgstr "Подравняване на карта"
|
248 |
+
|
249 |
+
#: ../mappress_settings.php:142
|
250 |
+
msgid "Map border"
|
251 |
+
msgstr "Рамка на картата"
|
252 |
+
|
253 |
+
#: ../mappress_settings.php:143
|
254 |
+
msgid "Map border color"
|
255 |
+
msgstr "Цвят на рамката"
|
256 |
+
|
257 |
+
#: ../mappress_settings.php:144
|
258 |
+
msgid "Open first POI"
|
259 |
+
msgstr "Отвори първия POI"
|
260 |
+
|
261 |
+
#: ../mappress_settings.php:146
|
262 |
+
msgid "POI Settings"
|
263 |
+
msgstr "Настройки на POI"
|
264 |
+
|
265 |
+
#: ../mappress_settings.php:147
|
266 |
+
msgid "POI links"
|
267 |
+
msgstr "Връзки на POI"
|
268 |
+
|
269 |
+
#: ../mappress_settings.php:148
|
270 |
+
msgid "Tooltips"
|
271 |
+
msgstr "Съвети"
|
272 |
+
|
273 |
+
#: ../mappress_settings.php:149
|
274 |
+
msgid "Default zoom"
|
275 |
+
msgstr "Приближение по подразбиране"
|
276 |
+
|
277 |
+
#: ../mappress_settings.php:152
|
278 |
+
msgid "Mashups"
|
279 |
+
msgstr "Mashups"
|
280 |
+
|
281 |
+
#: ../mappress_settings.php:153
|
282 |
+
msgid "Icons"
|
283 |
+
msgstr "Икони"
|
284 |
+
|
285 |
+
#: ../mappress_settings.php:154
|
286 |
+
msgid "Styled Maps"
|
287 |
+
msgstr "Стилизирани карти"
|
288 |
+
|
289 |
+
#: ../mappress_settings.php:155
|
290 |
+
msgid "Geocoding"
|
291 |
+
msgstr "Геокодиране"
|
292 |
+
|
293 |
+
#: ../mappress_settings.php:158
|
294 |
+
msgid "Localization"
|
295 |
+
msgstr "Локализация"
|
296 |
+
|
297 |
+
#: ../mappress_settings.php:159
|
298 |
+
msgid "Language"
|
299 |
+
msgstr "Език"
|
300 |
+
|
301 |
+
#: ../mappress_settings.php:160
|
302 |
+
msgid "Country"
|
303 |
+
msgstr "Страна"
|
304 |
+
|
305 |
+
#: ../mappress_settings.php:161
|
306 |
+
msgid "Directions server"
|
307 |
+
msgstr "Сървър за упътвания"
|
308 |
+
|
309 |
+
#: ../mappress_settings.php:162
|
310 |
+
msgid "Directions units"
|
311 |
+
msgstr "Мерни единици"
|
312 |
+
|
313 |
+
#: ../mappress_settings.php:164
|
314 |
+
msgid "Miscellaneous"
|
315 |
+
msgstr "Разни"
|
316 |
+
|
317 |
+
#: ../mappress_settings.php:165
|
318 |
+
msgid "Adaptive display"
|
319 |
+
msgstr "Адаптивен екран"
|
320 |
+
|
321 |
+
#: ../mappress_settings.php:166
|
322 |
+
msgid "Turn off CSS"
|
323 |
+
msgstr "Изключи CSS"
|
324 |
+
|
325 |
+
#: ../mappress_settings.php:167
|
326 |
+
msgid "Load maps last"
|
327 |
+
msgstr "Зареди картата накрая"
|
328 |
+
|
329 |
+
#: ../mappress_settings.php:230
|
330 |
+
msgid "Use the settings below to automatically create maps from custom fields."
|
331 |
+
msgstr ""
|
332 |
+
"Използвайте опцията по-долу за автоматично създаване на карти от "
|
333 |
+
"потребителски полета"
|
334 |
+
|
335 |
+
#: ../mappress_settings.php:236
|
336 |
+
msgid "Posts"
|
337 |
+
msgstr "Публикации"
|
338 |
+
|
339 |
+
#: ../mappress_settings.php:237
|
340 |
+
msgid "Pages"
|
341 |
+
msgstr "Страници"
|
342 |
+
|
343 |
+
#: ../mappress_settings.php:249
|
344 |
+
msgid "country code"
|
345 |
+
msgstr "код на страна"
|
346 |
+
|
347 |
+
#: ../mappress_settings.php:251
|
348 |
+
#, php-format
|
349 |
+
msgid "Enter a %s to use when searching (leave blank for USA)"
|
350 |
+
msgstr "Въведете %s за локално търсене (за САЩ оставете празно)"
|
351 |
+
|
352 |
+
#: ../mappress_settings.php:258
|
353 |
+
msgid "Enter a google server URL for directions/printing"
|
354 |
+
msgstr "Въведете URL на Google сървър за упътвания/ принтиране"
|
355 |
+
|
356 |
+
#: ../mappress_settings.php:263
|
357 |
+
msgid "(Default)"
|
358 |
+
msgstr "(По подразбиране)"
|
359 |
+
|
360 |
+
#: ../mappress_settings.php:263
|
361 |
+
msgid "Metric (kilometers)"
|
362 |
+
msgstr "Metric (километри)"
|
363 |
+
|
364 |
+
#: ../mappress_settings.php:263
|
365 |
+
msgid "Imperial (miles)"
|
366 |
+
msgstr "Imperial (мили)"
|
367 |
+
|
368 |
+
#: ../mappress_settings.php:268
|
369 |
+
msgid "Enable map dragging with the mouse"
|
370 |
+
msgstr "Позволи влачене на картата с мишка"
|
371 |
+
|
372 |
+
#: ../mappress_settings.php:272
|
373 |
+
msgid "Enable zoom with the mouse scroll wheel"
|
374 |
+
msgstr "Позволи мащабиране със скрол бутона на мишката"
|
375 |
+
|
376 |
+
#: ../mappress_settings.php:276
|
377 |
+
msgid "Enable keyboard panning and zooming"
|
378 |
+
msgstr "Позволи завъртане и мащабиране с клавиатурата"
|
379 |
+
|
380 |
+
#: ../mappress_settings.php:282
|
381 |
+
msgid "language"
|
382 |
+
msgstr "език"
|
383 |
+
|
384 |
+
#: ../mappress_settings.php:284
|
385 |
+
#, php-format
|
386 |
+
msgid "Use a specific %s for map controls and geocoding"
|
387 |
+
msgstr "Използвай специален %s за управление и geocoding"
|
388 |
+
|
389 |
+
#: ../mappress_settings.php:292 ../mappress_settings.php:298
|
390 |
+
#: ../mappress_settings.php:393 ../pro/mappress_pro_settings.php:211
|
391 |
+
msgid "Default"
|
392 |
+
msgstr "По подразбиране"
|
393 |
+
|
394 |
+
#: ../mappress_settings.php:293
|
395 |
+
msgid "Horizontal"
|
396 |
+
msgstr "Хоризонтално"
|
397 |
+
|
398 |
+
#: ../mappress_settings.php:294
|
399 |
+
msgid "Dropdown"
|
400 |
+
msgstr "Падащо меню"
|
401 |
+
|
402 |
+
#: ../mappress_settings.php:299
|
403 |
+
msgid "Small"
|
404 |
+
msgstr "Малко"
|
405 |
+
|
406 |
+
#: ../mappress_settings.php:300
|
407 |
+
msgid "Large"
|
408 |
+
msgstr "Голямо"
|
409 |
+
|
410 |
+
#: ../mappress_settings.php:301
|
411 |
+
msgid "Android"
|
412 |
+
msgstr "Android"
|
413 |
+
|
414 |
+
#: ../mappress_settings.php:312
|
415 |
+
msgid "Open initially"
|
416 |
+
msgstr "Отвори при зареждане"
|
417 |
+
|
418 |
+
#: ../mappress_settings.php:314 ../mappress_settings.php:316
|
419 |
+
#: ../mappress_settings.php:318
|
420 |
+
msgid "Checked initially"
|
421 |
+
msgstr "Активирано при зареждане"
|
422 |
+
|
423 |
+
#: ../mappress_settings.php:320
|
424 |
+
msgid "Control"
|
425 |
+
msgstr "Управление"
|
426 |
+
|
427 |
+
#: ../mappress_settings.php:320
|
428 |
+
msgid "Enable"
|
429 |
+
msgstr "Включи"
|
430 |
+
|
431 |
+
#: ../mappress_settings.php:320 ../mappress_settings.php:418
|
432 |
+
msgid "Style"
|
433 |
+
msgstr "Стилове"
|
434 |
+
|
435 |
+
#: ../mappress_settings.php:323
|
436 |
+
msgid "Map types"
|
437 |
+
msgstr "Типове карти"
|
438 |
+
|
439 |
+
#: ../mappress_settings.php:324
|
440 |
+
msgid "Pan"
|
441 |
+
msgstr "Завъртане"
|
442 |
+
|
443 |
+
#: ../mappress_settings.php:326
|
444 |
+
msgid "Street view"
|
445 |
+
msgstr "Градски изглед"
|
446 |
+
|
447 |
+
#: ../mappress_settings.php:327
|
448 |
+
msgid "Scale"
|
449 |
+
msgstr "Мащаб"
|
450 |
+
|
451 |
+
#: ../mappress_settings.php:328
|
452 |
+
msgid "Overview map"
|
453 |
+
msgstr "Преглед на картата"
|
454 |
+
|
455 |
+
#: ../mappress_settings.php:329
|
456 |
+
msgid "Public transit"
|
457 |
+
msgstr "Публичен транспорт"
|
458 |
+
|
459 |
+
#: ../mappress_settings.php:331
|
460 |
+
msgid "Bike routes"
|
461 |
+
msgstr "Вело маршрути"
|
462 |
+
|
463 |
+
#: ../mappress_settings.php:338
|
464 |
+
msgid "Road map"
|
465 |
+
msgstr "Пътна карта"
|
466 |
+
|
467 |
+
#: ../mappress_settings.php:339 ../pro/mappress_widget.php:142
|
468 |
+
msgid "Satellite"
|
469 |
+
msgstr "Сателит"
|
470 |
+
|
471 |
+
#: ../mappress_settings.php:340 ../pro/mappress_widget.php:143
|
472 |
+
msgid "Terrain"
|
473 |
+
msgstr "Терен"
|
474 |
+
|
475 |
+
#: ../mappress_settings.php:341 ../pro/mappress_widget.php:141
|
476 |
+
msgid "Hybrid"
|
477 |
+
msgstr "Хибрид"
|
478 |
+
|
479 |
+
#: ../mappress_settings.php:354
|
480 |
+
msgid "Inline (in your blog)"
|
481 |
+
msgstr "Вградени (в блога ви)"
|
482 |
+
|
483 |
+
#: ../mappress_settings.php:355 ../pro/mappress_pro_settings.php:165
|
484 |
+
#: ../pro/mappress_widget.php:110
|
485 |
+
msgid "Google"
|
486 |
+
msgstr "Google"
|
487 |
+
|
488 |
+
#: ../mappress_settings.php:356 ../pro/mappress_widget.php:111
|
489 |
+
msgid "None"
|
490 |
+
msgstr "Няма"
|
491 |
+
|
492 |
+
#: ../mappress_settings.php:363
|
493 |
+
msgid "Automatically open the first POI when a map is displayed"
|
494 |
+
msgstr "Автоматично отваряне на първия POI, когато картата се визуализира"
|
495 |
+
|
496 |
+
#: ../mappress_settings.php:368 ../mappress_settings.php:377
|
497 |
+
msgid "Show control"
|
498 |
+
msgstr "Покажи бутони за управление"
|
499 |
+
|
500 |
+
#: ../mappress_settings.php:372 ../mappress_settings.php:381
|
501 |
+
msgid "Enabled by default"
|
502 |
+
msgstr "Включи по подразбиране"
|
503 |
+
|
504 |
+
#: ../mappress_settings.php:386
|
505 |
+
msgid "Show POI titles as a \"tooltip\" on mouse-over"
|
506 |
+
msgstr "Покажи заглавията на POI като \"tooltip\" на mouse-over"
|
507 |
+
|
508 |
+
#: ../mappress_settings.php:394 ../pro/mappress_widget.php:116
|
509 |
+
msgid "Center"
|
510 |
+
msgstr "Центриране"
|
511 |
+
|
512 |
+
#: ../mappress_settings.php:395
|
513 |
+
msgid "Left"
|
514 |
+
msgstr "Ляво"
|
515 |
+
|
516 |
+
#: ../mappress_settings.php:396
|
517 |
+
msgid "Right"
|
518 |
+
msgstr "Дясно"
|
519 |
+
|
520 |
+
#: ../mappress_settings.php:408
|
521 |
+
msgid "solid"
|
522 |
+
msgstr "плътна"
|
523 |
+
|
524 |
+
#: ../mappress_settings.php:409
|
525 |
+
msgid "dashed"
|
526 |
+
msgstr "прекъсната"
|
527 |
+
|
528 |
+
#: ../mappress_settings.php:410
|
529 |
+
msgid "dotted"
|
530 |
+
msgstr "на точки"
|
531 |
+
|
532 |
+
#: ../mappress_settings.php:411
|
533 |
+
msgid "double"
|
534 |
+
msgstr "двойна"
|
535 |
+
|
536 |
+
#: ../mappress_settings.php:412
|
537 |
+
msgid "groove"
|
538 |
+
msgstr "канал"
|
539 |
+
|
540 |
+
#: ../mappress_settings.php:413
|
541 |
+
msgid "inset"
|
542 |
+
msgstr "навътре"
|
543 |
+
|
544 |
+
#: ../mappress_settings.php:414
|
545 |
+
msgid "outset"
|
546 |
+
msgstr "навън"
|
547 |
+
|
548 |
+
#: ../mappress_settings.php:426 ../pro/mappress_pro_settings.php:211
|
549 |
+
msgid "Width"
|
550 |
+
msgstr "Широчина"
|
551 |
+
|
552 |
+
#: ../mappress_settings.php:432
|
553 |
+
msgid "Corner radius"
|
554 |
+
msgstr "Радиус на ъгъла"
|
555 |
+
|
556 |
+
#: ../mappress_settings.php:441
|
557 |
+
msgid "Color"
|
558 |
+
msgstr "Цвят"
|
559 |
+
|
560 |
+
#: ../mappress_settings.php:451
|
561 |
+
msgid "Display shadow"
|
562 |
+
msgstr "Показвай сянка"
|
563 |
+
|
564 |
+
#: ../mappress_settings.php:475
|
565 |
+
msgid "Default zoom for POIs entered by lat/lng"
|
566 |
+
msgstr "Мащаб по подразбиране за POI въведени с lat/lng"
|
567 |
+
|
568 |
+
#: ../mappress_settings.php:481
|
569 |
+
msgid "Top of post"
|
570 |
+
msgstr "В налалото на публикацията"
|
571 |
+
|
572 |
+
#: ../mappress_settings.php:482
|
573 |
+
msgid "Bottom of post"
|
574 |
+
msgstr "В края на публикацията"
|
575 |
+
|
576 |
+
#: ../mappress_settings.php:483
|
577 |
+
msgid "No automatic display"
|
578 |
+
msgstr "Без автоматична визуализация"
|
579 |
+
|
580 |
+
#: ../mappress_settings.php:490
|
581 |
+
msgid "Recenter maps when window is resized"
|
582 |
+
msgstr "Центрирай картата, когато се промени размера на прозореца"
|
583 |
+
|
584 |
+
#: ../mappress_settings.php:494
|
585 |
+
#, php-format
|
586 |
+
msgid "Don't load the %s stylesheet"
|
587 |
+
msgstr "Не зареждай %s стиловете"
|
588 |
+
|
589 |
+
#: ../mappress_settings.php:498
|
590 |
+
msgid "Load maps in window 'load' event"
|
591 |
+
msgstr "Зареждай картата паралелно със страницата"
|
592 |
+
|
593 |
+
#: ../mappress_settings.php:506
|
594 |
+
msgid "Rate it 5 Stars"
|
595 |
+
msgstr "Остави рейтинг 5 звезди"
|
596 |
+
|
597 |
+
#: ../mappress_settings.php:508
|
598 |
+
#, php-format
|
599 |
+
msgid "%s on WordPress.org"
|
600 |
+
msgstr "%s на WordPress.org"
|
601 |
+
|
602 |
+
#: ../mappress_settings.php:509
|
603 |
+
msgid "Thanks for your support!"
|
604 |
+
msgstr "Благодаря Ви за помощта!"
|
605 |
+
|
606 |
+
#: ../mappress_settings.php:536
|
607 |
+
msgid "MapPress"
|
608 |
+
msgstr "MapPress"
|
609 |
+
|
610 |
+
#: ../mappress_settings.php:537
|
611 |
+
msgid "Easy Google Maps"
|
612 |
+
msgstr "Easy Google Maps"
|
613 |
+
|
614 |
+
#: ../mappress_settings.php:586
|
615 |
+
msgid "Like this plugin?"
|
616 |
+
msgstr "Харесвате този плъгин?"
|
617 |
+
|
618 |
+
#: ../mappress_settings.php:588
|
619 |
+
msgid "Sample Map"
|
620 |
+
msgstr "Примерна карта"
|
621 |
+
|
622 |
+
#: ../mappress_settings.php:607
|
623 |
+
msgid "Save Changes"
|
624 |
+
msgstr "Записване на промените"
|
625 |
+
|
626 |
+
#: ../mappress_settings.php:608
|
627 |
+
msgid "Reset Defaults"
|
628 |
+
msgstr "Изчистване на промените"
|
629 |
+
|
630 |
+
#: ../mappress_updater.php:19
|
631 |
+
msgid "Settings"
|
632 |
+
msgstr "Настройки"
|
633 |
+
|
634 |
+
#: ../mappress_updater.php:41
|
635 |
+
msgid "download it now"
|
636 |
+
msgstr "свали сега"
|
637 |
+
|
638 |
+
#: ../mappress_updater.php:46
|
639 |
+
#, php-format
|
640 |
+
msgid "A PRO Version update is available for manual installation: %s"
|
641 |
+
msgstr "Ъпдейт на ПРО версията е наличен за ръчно сваляне: %s "
|
642 |
+
|
643 |
+
#: ../forms/map_editor.php:2
|
644 |
+
msgid "Add POI"
|
645 |
+
msgstr "Добави POI"
|
646 |
+
|
647 |
+
#: ../forms/map_editor.php:5 ../templates/map_directions.php:11
|
648 |
+
msgid "My location"
|
649 |
+
msgstr "Моето местоположение"
|
650 |
+
|
651 |
+
#: ../forms/map_editor.php:18
|
652 |
+
msgid "Click map for lat/lng: "
|
653 |
+
msgstr "Кликни върху картата за lat/lng: "
|
654 |
+
|
655 |
+
#: ../forms/map_editor_infobox.php:22
|
656 |
+
msgid "Line: "
|
657 |
+
msgstr "Ред:"
|
658 |
+
|
659 |
+
#: ../forms/map_editor_infobox.php:24
|
660 |
+
msgid "Weight"
|
661 |
+
msgstr "Тежест"
|
662 |
+
|
663 |
+
#: ../forms/map_editor_infobox.php:25 ../forms/map_editor_infobox.php:31
|
664 |
+
msgid "Opacity"
|
665 |
+
msgstr "Плътност"
|
666 |
+
|
667 |
+
#: ../forms/map_editor_infobox.php:29
|
668 |
+
msgid "Fill: "
|
669 |
+
msgstr "Попълване:"
|
670 |
+
|
671 |
+
#: ../forms/map_editor_infobox.php:40
|
672 |
+
msgid "Visual"
|
673 |
+
msgstr "Визуално"
|
674 |
+
|
675 |
+
#: ../forms/map_editor_infobox.php:40
|
676 |
+
msgid "HTML"
|
677 |
+
msgstr "HTML"
|
678 |
+
|
679 |
+
#: ../forms/map_editor_infobox.php:45 ../forms/map_media.php:46
|
680 |
+
msgid "Save"
|
681 |
+
msgstr "Запис"
|
682 |
+
|
683 |
+
#: ../forms/map_editor_infobox.php:46 ../forms/map_media.php:47
|
684 |
+
#: ../pro/mappress_icons.php:71
|
685 |
+
msgid "Cancel"
|
686 |
+
msgstr "Отказ"
|
687 |
+
|
688 |
+
#: ../forms/map_media.php:11
|
689 |
+
msgid "Maps for This Post"
|
690 |
+
msgstr "Карти за тази публикация"
|
691 |
+
|
692 |
+
#: ../forms/map_media.php:12
|
693 |
+
msgid "New Map"
|
694 |
+
msgstr "Нова карта"
|
695 |
+
|
696 |
+
#: ../forms/map_media.php:22
|
697 |
+
msgid "Map ID"
|
698 |
+
msgstr "ID на карта"
|
699 |
+
|
700 |
+
#: ../forms/map_media.php:27
|
701 |
+
msgid "Map Title"
|
702 |
+
msgstr "Име на карта"
|
703 |
+
|
704 |
+
#: ../forms/map_media.php:32
|
705 |
+
msgid "Size"
|
706 |
+
msgstr "Размер"
|
707 |
+
|
708 |
+
#: ../pro/mappress_geocoders.php:53
|
709 |
+
msgid "No results, check that a geocoder is configured"
|
710 |
+
msgstr "Няма резултати, проверете дали е конфигуриран geocoder"
|
711 |
+
|
712 |
+
#: ../pro/mappress_geocoders.php:85
|
713 |
+
#, php-format
|
714 |
+
msgid "Invalid status: %s, address: %s"
|
715 |
+
msgstr "Невалиден статус: %s, адрес: %s"
|
716 |
+
|
717 |
+
#: ../pro/mappress_geocoders.php:94 ../pro/mappress_geocoders.php:158
|
718 |
+
#, php-format
|
719 |
+
msgid "No results for address: %s"
|
720 |
+
msgstr "Няма резултати за адрес: %s"
|
721 |
+
|
722 |
+
#: ../pro/mappress_geocoders.php:154
|
723 |
+
#, php-format
|
724 |
+
msgid "Error: %s %s"
|
725 |
+
msgstr "Грешка: %s %s"
|
726 |
+
|
727 |
+
#: ../pro/mappress_icons.php:72
|
728 |
+
msgid "Use default icon"
|
729 |
+
msgstr "Използвай икона по подразбиране"
|
730 |
+
|
731 |
+
#: ../pro/mappress_pro.php:160
|
732 |
+
msgid "Automatic"
|
733 |
+
msgstr "Автоматично"
|
734 |
+
|
735 |
+
#: ../pro/mappress_pro_settings.php:10
|
736 |
+
msgid "POI list"
|
737 |
+
msgstr "POI лист"
|
738 |
+
|
739 |
+
#: ../pro/mappress_pro_settings.php:11
|
740 |
+
msgid "Use DataTables"
|
741 |
+
msgstr "Използвай Data таблици"
|
742 |
+
|
743 |
+
#: ../pro/mappress_pro_settings.php:13
|
744 |
+
msgid "InfoWindow type"
|
745 |
+
msgstr "InfoWindow тип"
|
746 |
+
|
747 |
+
#: ../pro/mappress_pro_settings.php:14
|
748 |
+
msgid "InfoWindow panning"
|
749 |
+
msgstr "InfoWindow завъртане"
|
750 |
+
|
751 |
+
#: ../pro/mappress_pro_settings.php:16
|
752 |
+
msgid "Default icon"
|
753 |
+
msgstr "Икона по подразбиране"
|
754 |
+
|
755 |
+
#: ../pro/mappress_pro_settings.php:17
|
756 |
+
msgid "Custom icons directory"
|
757 |
+
msgstr "Папка с индивидуални икони"
|
758 |
+
|
759 |
+
#: ../pro/mappress_pro_settings.php:19
|
760 |
+
msgid "Mashup POI title"
|
761 |
+
msgstr "Mashup POI заглавие"
|
762 |
+
|
763 |
+
#: ../pro/mappress_pro_settings.php:20
|
764 |
+
msgid "Mashup POI body"
|
765 |
+
msgstr "Mashup POI body"
|
766 |
+
|
767 |
+
#: ../pro/mappress_pro_settings.php:21
|
768 |
+
msgid "Mashup POI click"
|
769 |
+
msgstr "Mashup POI click"
|
770 |
+
|
771 |
+
#: ../pro/mappress_pro_settings.php:22
|
772 |
+
msgid "Link title"
|
773 |
+
msgstr "Заглавие на връзка"
|
774 |
+
|
775 |
+
#: ../pro/mappress_pro_settings.php:23
|
776 |
+
msgid "Mashup Thumbnails"
|
777 |
+
msgstr "Mashup миниатюра"
|
778 |
+
|
779 |
+
#: ../pro/mappress_pro_settings.php:24
|
780 |
+
msgid "Thumbnail Size"
|
781 |
+
msgstr "Размер на миниатюра"
|
782 |
+
|
783 |
+
#: ../pro/mappress_pro_settings.php:26
|
784 |
+
msgid "Styled maps"
|
785 |
+
msgstr "Стилизирани карти"
|
786 |
+
|
787 |
+
#: ../pro/mappress_pro_settings.php:27
|
788 |
+
msgid "Default style"
|
789 |
+
msgstr "Стил по подразбиране"
|
790 |
+
|
791 |
+
#: ../pro/mappress_pro_settings.php:29
|
792 |
+
msgid "Geocoder(s)"
|
793 |
+
msgstr "Geocoder(s)"
|
794 |
+
|
795 |
+
#: ../pro/mappress_pro_settings.php:30
|
796 |
+
msgid "Geocoding fields"
|
797 |
+
msgstr "Полета за Geocoding"
|
798 |
+
|
799 |
+
#: ../pro/mappress_pro_settings.php:32
|
800 |
+
msgid "API key (optional)"
|
801 |
+
msgstr "API ключ (опция)"
|
802 |
+
|
803 |
+
#: ../pro/mappress_pro_settings.php:33
|
804 |
+
msgid "Map sizes"
|
805 |
+
msgstr "Размери на карта"
|
806 |
+
|
807 |
+
#: ../pro/mappress_pro_settings.php:34
|
808 |
+
msgid "Force resize"
|
809 |
+
msgstr "Принудително преоразмеряване"
|
810 |
+
|
811 |
+
#: ../pro/mappress_pro_settings.php:63
|
812 |
+
msgid "Show a list of POIs under each map"
|
813 |
+
msgstr "Показвай лист с POI под всяка карта"
|
814 |
+
|
815 |
+
#: ../pro/mappress_pro_settings.php:68
|
816 |
+
#, php-format
|
817 |
+
msgid "Show the POI list as a sortable %s"
|
818 |
+
msgstr "Показвай листа с POI като таблица за сортиране %s"
|
819 |
+
|
820 |
+
#: ../pro/mappress_pro_settings.php:72
|
821 |
+
msgid "POI title"
|
822 |
+
msgstr "Заглавие на POI"
|
823 |
+
|
824 |
+
#: ../pro/mappress_pro_settings.php:72
|
825 |
+
msgid "Post title"
|
826 |
+
msgstr "Заглавие на публикация"
|
827 |
+
|
828 |
+
#: ../pro/mappress_pro_settings.php:77
|
829 |
+
msgid "POI body"
|
830 |
+
msgstr "POI body"
|
831 |
+
|
832 |
+
#: ../pro/mappress_pro_settings.php:77
|
833 |
+
msgid "Address"
|
834 |
+
msgstr "Адрес"
|
835 |
+
|
836 |
+
#: ../pro/mappress_pro_settings.php:77
|
837 |
+
msgid "Post excerpt"
|
838 |
+
msgstr "Откъс на публикация"
|
839 |
+
|
840 |
+
#: ../pro/mappress_pro_settings.php:82
|
841 |
+
msgid "Link POI titles to the underlying post"
|
842 |
+
msgstr "Свържи заглавията на POI със съответните публикации"
|
843 |
+
|
844 |
+
#: ../pro/mappress_pro_settings.php:86
|
845 |
+
msgid "Open the POI"
|
846 |
+
msgstr "Отваряне на POI"
|
847 |
+
|
848 |
+
#: ../pro/mappress_pro_settings.php:86
|
849 |
+
msgid "Go directly to the post"
|
850 |
+
msgstr "Отиди директно на публикацията"
|
851 |
+
|
852 |
+
#: ../pro/mappress_pro_settings.php:92
|
853 |
+
msgid "Google InfoWindow"
|
854 |
+
msgstr "Google InfoWindow"
|
855 |
+
|
856 |
+
#: ../pro/mappress_pro_settings.php:93
|
857 |
+
msgid "InfoBox (can be styled and extend outside the map)"
|
858 |
+
msgstr "InfoBox (може да бъде стилизиран и разширен извън картата)"
|
859 |
+
|
860 |
+
#: ../pro/mappress_pro_settings.php:99
|
861 |
+
msgid "Disable map panning when infoWindow / infoBox is opened"
|
862 |
+
msgstr "Изключи завъртането на картата, когато е отворен infoWindow / infoBox"
|
863 |
+
|
864 |
+
#: ../pro/mappress_pro_settings.php:103
|
865 |
+
msgid "Show featured image thumbnails in mashup POIs"
|
866 |
+
msgstr "Показвай миниатюри на снимките към публикации в mashup POI"
|
867 |
+
|
868 |
+
#: ../pro/mappress_pro_settings.php:111
|
869 |
+
msgid "Use existing size: "
|
870 |
+
msgstr "Използвай съществуващ размер:"
|
871 |
+
|
872 |
+
#: ../pro/mappress_pro_settings.php:114
|
873 |
+
msgid "or resize to (px): "
|
874 |
+
msgstr "или преоразмери до (px): "
|
875 |
+
|
876 |
+
#: ../pro/mappress_pro_settings.php:129
|
877 |
+
msgid "styled maps"
|
878 |
+
msgstr "стилизирани карти"
|
879 |
+
|
880 |
+
#: ../pro/mappress_pro_settings.php:130
|
881 |
+
msgid "styled maps wizard"
|
882 |
+
msgstr "съветник за стилизиране на карти"
|
883 |
+
|
884 |
+
#: ../pro/mappress_pro_settings.php:132
|
885 |
+
#, php-format
|
886 |
+
msgid "Enter JSON for %s from Google's %s"
|
887 |
+
msgstr "Въведи JSON за %s от %s на Google"
|
888 |
+
|
889 |
+
#: ../pro/mappress_pro_settings.php:141
|
890 |
+
msgid "Style name"
|
891 |
+
msgstr "Име на стила"
|
892 |
+
|
893 |
+
#: ../pro/mappress_pro_settings.php:155
|
894 |
+
msgid "No styles have been defined yet"
|
895 |
+
msgstr "Не са въведени никакви стилове"
|
896 |
+
|
897 |
+
#: ../pro/mappress_pro_settings.php:166
|
898 |
+
msgid "Nominatim"
|
899 |
+
msgstr "По-специално"
|
900 |
+
|
901 |
+
#: ../pro/mappress_pro_settings.php:178
|
902 |
+
msgid "Address Line 1"
|
903 |
+
msgstr "Адрес ред 1"
|
904 |
+
|
905 |
+
#: ../pro/mappress_pro_settings.php:179
|
906 |
+
msgid "Address Line 2"
|
907 |
+
msgstr "Адрес ред 2"
|
908 |
+
|
909 |
+
#: ../pro/mappress_pro_settings.php:180
|
910 |
+
msgid "Address Line 3"
|
911 |
+
msgstr "Адрес ред 3"
|
912 |
+
|
913 |
+
#: ../pro/mappress_pro_settings.php:181
|
914 |
+
msgid "Address Line 4"
|
915 |
+
msgstr "Адрес ред 4"
|
916 |
+
|
917 |
+
#: ../pro/mappress_pro_settings.php:182
|
918 |
+
msgid "Address Line 5"
|
919 |
+
msgstr "Адрес ред 5"
|
920 |
+
|
921 |
+
#: ../pro/mappress_pro_settings.php:183
|
922 |
+
msgid "Address Line 6"
|
923 |
+
msgstr "Адрес ред 6"
|
924 |
+
|
925 |
+
#: ../pro/mappress_pro_settings.php:184
|
926 |
+
msgid "Latitude"
|
927 |
+
msgstr "Ширина"
|
928 |
+
|
929 |
+
#: ../pro/mappress_pro_settings.php:185
|
930 |
+
msgid "Longitude"
|
931 |
+
msgstr "Дължина"
|
932 |
+
|
933 |
+
#: ../pro/mappress_pro_settings.php:186
|
934 |
+
msgid "Icon"
|
935 |
+
msgstr "Икона"
|
936 |
+
|
937 |
+
#: ../pro/mappress_pro_settings.php:187
|
938 |
+
msgid "Title"
|
939 |
+
msgstr "Заглавие"
|
940 |
+
|
941 |
+
#: ../pro/mappress_pro_settings.php:188
|
942 |
+
msgid "Body"
|
943 |
+
msgstr "Тяло"
|
944 |
+
|
945 |
+
#: ../pro/mappress_pro_settings.php:189
|
946 |
+
msgid "Map Zoom"
|
947 |
+
msgstr "Мащабиране на карта"
|
948 |
+
|
949 |
+
#: ../pro/mappress_pro_settings.php:192 ../pro/mappress_widget.php:140
|
950 |
+
msgid "Map"
|
951 |
+
msgstr "Карта"
|
952 |
+
|
953 |
+
#: ../pro/mappress_pro_settings.php:192
|
954 |
+
msgid "Custom Field"
|
955 |
+
msgstr "Потребителско поле"
|
956 |
+
|
957 |
+
#: ../pro/mappress_pro_settings.php:201
|
958 |
+
msgid "Overwrite existing maps when upating"
|
959 |
+
msgstr "Презапиши съществуващите карти при обновяване"
|
960 |
+
|
961 |
+
#: ../pro/mappress_pro_settings.php:206
|
962 |
+
msgid "usage tracking"
|
963 |
+
msgstr "статистика на потреблението"
|
964 |
+
|
965 |
+
#: ../pro/mappress_pro_settings.php:207
|
966 |
+
#, php-format
|
967 |
+
msgid "API keys is needed only for premium services or %s"
|
968 |
+
msgstr "API ключове са необходими само за премиум услуги или %s"
|
969 |
+
|
970 |
+
#: ../pro/mappress_pro_settings.php:211
|
971 |
+
msgid "Height"
|
972 |
+
msgstr "Височина"
|
973 |
+
|
974 |
+
#: ../pro/mappress_pro_settings.php:222
|
975 |
+
msgid "Enter sizes in px or %"
|
976 |
+
msgstr "Въведете размер в px или %"
|
977 |
+
|
978 |
+
#: ../pro/mappress_pro_settings.php:231
|
979 |
+
msgid "Permanently resize existing maps"
|
980 |
+
msgstr "Трайно преоразмеряване на съществуващите карти"
|
981 |
+
|
982 |
+
#: ../pro/mappress_pro_settings.php:233
|
983 |
+
#, php-format
|
984 |
+
msgid "from %s to %s"
|
985 |
+
msgstr "от %s до %s"
|
986 |
+
|
987 |
+
#: ../pro/mappress_pro_settings.php:234
|
988 |
+
msgid "Force Resize"
|
989 |
+
msgstr "Принудиделно преоразмеряване"
|
990 |
+
|
991 |
+
#: ../pro/mappress_widget.php:78
|
992 |
+
msgid "Widget title"
|
993 |
+
msgstr "Име на уиджет-а"
|
994 |
+
|
995 |
+
#: ../pro/mappress_widget.php:83
|
996 |
+
msgid "Map size"
|
997 |
+
msgstr "Размер на картата"
|
998 |
+
|
999 |
+
#: ../pro/mappress_widget.php:89
|
1000 |
+
msgid "Show"
|
1001 |
+
msgstr "Покажи"
|
1002 |
+
|
1003 |
+
#: ../pro/mappress_widget.php:90
|
1004 |
+
msgid "Current posts"
|
1005 |
+
msgstr "Текущи публикации"
|
1006 |
+
|
1007 |
+
#: ../pro/mappress_widget.php:91
|
1008 |
+
msgid "Hide if empty"
|
1009 |
+
msgstr "Скрии ако е празно"
|
1010 |
+
|
1011 |
+
#: ../pro/mappress_widget.php:93
|
1012 |
+
msgid "All posts"
|
1013 |
+
msgstr "Всички публикации"
|
1014 |
+
|
1015 |
+
#: ../pro/mappress_widget.php:94
|
1016 |
+
msgid "Custom query"
|
1017 |
+
msgstr "Персонална заявка"
|
1018 |
+
|
1019 |
+
#: ../pro/mappress_widget.php:97
|
1020 |
+
msgid "Learn about queries"
|
1021 |
+
msgstr "Научи повече за заявките"
|
1022 |
+
|
1023 |
+
#: ../pro/mappress_widget.php:102
|
1024 |
+
msgid "Show POI list"
|
1025 |
+
msgstr "Покажи лист с POI"
|
1026 |
+
|
1027 |
+
#: ../pro/mappress_widget.php:104
|
1028 |
+
msgid "Link POIs to posts"
|
1029 |
+
msgstr "Свържи POI с публикации"
|
1030 |
+
|
1031 |
+
#: ../pro/mappress_widget.php:109
|
1032 |
+
msgid "Inline"
|
1033 |
+
msgstr "На един ред"
|
1034 |
+
|
1035 |
+
#: ../pro/mappress_widget.php:137
|
1036 |
+
msgid "Map type"
|
1037 |
+
msgstr "Тип на карта"
|
1038 |
+
|
1039 |
+
#: ../pro/mappress_widget.php:151
|
1040 |
+
msgid "Other Settings"
|
1041 |
+
msgstr "Други настройки"
|
1042 |
+
|
1043 |
+
#: ../pro/mappress_widget.php:154
|
1044 |
+
msgid "Example: traffic=\"false\" maplinks=\"\""
|
1045 |
+
msgstr "Пример: traffic=\"false\" maplinks=\"\""
|
1046 |
+
|
1047 |
+
#: ../templates/map_directions.php:3
|
1048 |
+
msgid "By car"
|
1049 |
+
msgstr "С кола"
|
1050 |
+
|
1051 |
+
#: ../templates/map_directions.php:4
|
1052 |
+
msgid "Public Transit"
|
1053 |
+
msgstr "Публичен транспорт"
|
1054 |
+
|
1055 |
+
#: ../templates/map_directions.php:5
|
1056 |
+
msgid "Walking"
|
1057 |
+
msgstr "Ходене пеш"
|
1058 |
+
|
1059 |
+
#: ../templates/map_directions.php:16
|
1060 |
+
msgid "Swap start and end"
|
1061 |
+
msgstr "Размени начало и край"
|
1062 |
+
|
1063 |
+
#: ../templates/map_directions.php:29
|
1064 |
+
msgid "Get Directions"
|
1065 |
+
msgstr "Изтегли упътвания"
|
1066 |
+
|
1067 |
+
#: ../templates/map_directions.php:30
|
1068 |
+
msgid "Print"
|
1069 |
+
msgstr "Към Google Maps"
|
1070 |
+
|
1071 |
+
#: ../templates/map_directions.php:31
|
1072 |
+
msgid "Close"
|
1073 |
+
msgstr "Затвори"
|
1074 |
+
|
1075 |
+
#: ../templates/map_poi_list.php:5
|
1076 |
+
msgid "Location"
|
1077 |
+
msgstr "Местоположение"
|
languages/mappress-es_ES.po
CHANGED
@@ -1,661 +1,1225 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
-
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: Plugin Author <donotreply@gmail.com>\n"
|
8 |
"Language-Team: \n"
|
|
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
|
13 |
"X-Poedit-Basepath: .\n"
|
14 |
-
"X-
|
|
|
15 |
|
16 |
-
#:
|
17 |
msgid "Version"
|
18 |
msgstr "Versión"
|
19 |
|
20 |
-
#:
|
21 |
-
msgid "
|
22 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
|
24 |
-
#:
|
25 |
-
msgid "
|
26 |
-
msgstr "
|
27 |
|
28 |
-
#:
|
29 |
-
|
|
|
|
|
|
|
30 |
msgid "Untitled"
|
31 |
msgstr "Sin título"
|
32 |
|
33 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
msgid "Basic Settings"
|
35 |
msgstr "Configuración"
|
36 |
|
37 |
-
#:
|
38 |
-
msgid "Automatic map display"
|
39 |
-
msgstr "Visualización automática del mapa"
|
40 |
-
|
41 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\mappress-google-maps-for-wordpress/mappress.php:436
|
42 |
msgid "Post types"
|
43 |
msgstr "Tipos de post"
|
44 |
|
45 |
-
#:
|
46 |
-
msgid "
|
47 |
-
msgstr "
|
48 |
-
|
49 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\mappress-google-maps-for-wordpress/mappress.php:438
|
50 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\mappress-google-maps-for-wordpress/mappress_api.php:733
|
51 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\mappress-google-maps-for-wordpress/pro/mappress_pro.php:569
|
52 |
-
msgid "Directions"
|
53 |
-
msgstr "Cómo llegar"
|
54 |
|
55 |
-
#:
|
56 |
-
|
57 |
-
msgid "Marker list"
|
58 |
msgstr ""
|
59 |
|
60 |
-
#:
|
61 |
-
msgid "
|
62 |
-
msgstr "
|
63 |
|
64 |
-
#:
|
65 |
-
msgid "
|
66 |
-
msgstr "
|
67 |
|
68 |
-
#:
|
69 |
msgid "Scroll wheel zoom"
|
70 |
msgstr "Mostrar rueda de desplazamiento del zoom"
|
71 |
|
72 |
-
#:
|
73 |
-
|
74 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
75 |
|
76 |
-
#:
|
77 |
-
|
|
|
78 |
msgstr "Abierto el primer marcador"
|
79 |
|
80 |
-
#:
|
81 |
-
|
82 |
-
|
|
|
|
|
|
|
|
|
|
|
83 |
|
84 |
-
#:
|
85 |
msgid "Tooltips"
|
86 |
msgstr "Información sobre herramientas"
|
87 |
|
88 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
89 |
msgid "Localization"
|
90 |
msgstr ""
|
91 |
|
92 |
-
#:
|
93 |
msgid "Language"
|
94 |
msgstr "Idioma"
|
95 |
|
96 |
-
#:
|
97 |
msgid "Country"
|
98 |
msgstr "País"
|
99 |
|
100 |
-
#:
|
101 |
msgid "Directions server"
|
102 |
msgstr ""
|
103 |
|
104 |
-
#:
|
105 |
-
|
106 |
-
|
|
|
107 |
|
108 |
-
#:
|
109 |
-
msgid "
|
110 |
msgstr ""
|
111 |
|
112 |
-
#:
|
113 |
-
|
114 |
-
|
|
|
115 |
|
116 |
-
#:
|
117 |
-
msgid "
|
118 |
-
msgstr "
|
119 |
|
120 |
-
#:
|
121 |
-
msgid "
|
122 |
msgstr ""
|
123 |
|
124 |
-
#:
|
125 |
-
msgid "
|
126 |
-
msgstr "
|
127 |
|
128 |
-
#:
|
129 |
-
|
130 |
-
|
|
|
131 |
|
132 |
-
#:
|
133 |
-
|
134 |
-
|
|
|
135 |
|
136 |
-
#:
|
137 |
msgid "country code"
|
138 |
msgstr "código del país"
|
139 |
|
140 |
-
#:
|
141 |
#, php-format
|
142 |
msgid "Enter a %s to use when searching (leave blank for USA)"
|
143 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
144 |
|
145 |
-
#:
|
146 |
-
msgid "
|
147 |
msgstr ""
|
148 |
|
149 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
150 |
msgid "Enable zoom with the mouse scroll wheel"
|
151 |
msgstr "Activar el zoom con la rueda del ratón"
|
152 |
|
153 |
-
#:
|
154 |
msgid "Enable keyboard panning and zooming"
|
155 |
msgstr "Habilitar panorámica y zoom con el teclado"
|
156 |
|
157 |
-
#:
|
158 |
msgid "language"
|
159 |
msgstr "Idioma"
|
160 |
|
161 |
-
#:
|
162 |
-
#, php-format
|
163 |
-
msgid "Use a specific %s for map controls
|
164 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
165 |
|
166 |
-
#:
|
167 |
-
msgid "
|
168 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
169 |
|
170 |
-
#:
|
171 |
-
msgid "
|
172 |
-
msgstr "
|
173 |
|
174 |
-
#:
|
175 |
msgid "Inline (in your blog)"
|
176 |
msgstr "En Lína (en tu blog)"
|
177 |
|
178 |
-
#:
|
179 |
-
#:
|
180 |
msgid "Google"
|
181 |
msgstr "Google"
|
182 |
|
183 |
-
#:
|
184 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\mappress-google-maps-for-wordpress/pro/mappress_pro.php:565
|
185 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\mappress-google-maps-for-wordpress/pro/mappress_pro.php:570
|
186 |
msgid "None"
|
187 |
msgstr "Ninguna"
|
188 |
|
189 |
-
#:
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\mappress-google-maps-for-wordpress/mappress.php:589
|
194 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\mappress-google-maps-for-wordpress/mappress.php:703
|
195 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\mappress-google-maps-for-wordpress/mappress.php:711
|
196 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\mappress-google-maps-for-wordpress/mappress.php:719
|
197 |
-
#, php-format
|
198 |
-
msgid "This setting requires %s."
|
199 |
msgstr ""
|
|
|
200 |
|
201 |
-
#:
|
202 |
-
|
203 |
-
msgid "Show a list of markers under each map"
|
204 |
msgstr ""
|
205 |
|
206 |
-
#:
|
207 |
-
msgid "
|
208 |
-
msgstr "
|
209 |
-
|
210 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\mappress-google-maps-for-wordpress/mappress.php:608
|
211 |
-
msgid "Show a button for real-time traffic conditions"
|
212 |
-
msgstr "Mostrar un botón para las condiciones del tráfico en tiempo real"
|
213 |
-
|
214 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\mappress-google-maps-for-wordpress/mappress.php:617
|
215 |
-
msgid "Show marker titles as a \"tooltip\" on mouse-over"
|
216 |
-
msgstr "Mostrar títulos de marcador como \"descripción \" al pasar el ratón por encima"
|
217 |
|
218 |
-
#:
|
219 |
-
|
220 |
-
|
|
|
|
|
|
|
221 |
|
222 |
-
#:
|
223 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\mappress-google-maps-for-wordpress/mappress.php:630
|
224 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\mappress-google-maps-for-wordpress/mappress_api.php:666
|
225 |
msgid "Center"
|
226 |
msgstr "Centro"
|
227 |
|
228 |
-
#:
|
229 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\mappress-google-maps-for-wordpress/mappress.php:635
|
230 |
msgid "Left"
|
231 |
msgstr "Izquierda"
|
232 |
|
233 |
-
#:
|
234 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\mappress-google-maps-for-wordpress/mappress.php:640
|
235 |
msgid "Right"
|
236 |
msgstr "Derecha"
|
237 |
|
238 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
239 |
msgid "Top of post"
|
240 |
msgstr "Parte superior del post"
|
241 |
|
242 |
-
#:
|
243 |
msgid "Bottom of post"
|
244 |
msgstr "Parte inferior del post"
|
245 |
|
246 |
-
#:
|
247 |
msgid "No automatic display"
|
248 |
msgstr "Sin visualización automática"
|
249 |
|
250 |
-
#:
|
251 |
-
msgid "
|
252 |
-
msgstr "
|
253 |
|
254 |
-
#:
|
255 |
#, php-format
|
256 |
-
msgid "
|
257 |
-
msgstr "
|
258 |
-
|
259 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\mappress-google-maps-for-wordpress/mappress.php:675
|
260 |
-
msgid "post"
|
261 |
-
msgstr "post"
|
262 |
|
263 |
-
#:
|
264 |
-
msgid "
|
265 |
-
msgstr "
|
266 |
|
267 |
-
#:
|
268 |
-
msgid "
|
269 |
-
msgstr "
|
270 |
|
271 |
-
#:
|
272 |
-
|
273 |
-
|
|
|
274 |
|
275 |
-
#:
|
276 |
-
msgid "
|
277 |
msgstr ""
|
278 |
|
279 |
-
#:
|
280 |
-
msgid "
|
281 |
msgstr ""
|
282 |
|
283 |
-
#:
|
284 |
-
msgid "
|
285 |
msgstr ""
|
286 |
|
287 |
-
#:
|
288 |
-
msgid "
|
289 |
msgstr ""
|
290 |
|
291 |
-
#:
|
292 |
-
|
293 |
-
msgid "No new items"
|
294 |
msgstr ""
|
295 |
|
296 |
-
#:
|
297 |
-
msgid "
|
|
|
|
|
|
|
|
|
298 |
msgstr ""
|
299 |
|
300 |
-
#:
|
301 |
-
msgid "
|
|
|
|
|
|
|
|
|
302 |
msgstr ""
|
303 |
|
304 |
-
#:
|
305 |
#, php-format
|
306 |
-
msgid "
|
307 |
msgstr ""
|
308 |
|
309 |
-
#:
|
310 |
-
msgid "
|
311 |
msgstr ""
|
312 |
|
313 |
-
#:
|
314 |
-
|
315 |
-
|
316 |
-
msgstr "Documentación"
|
317 |
|
318 |
-
#:
|
319 |
-
|
320 |
-
|
321 |
-
msgstr "Notificar un error"
|
322 |
|
323 |
-
#:
|
324 |
-
msgid "
|
325 |
msgstr ""
|
326 |
|
327 |
-
#:
|
328 |
-
|
|
|
|
|
|
|
|
|
|
|
329 |
msgstr ""
|
330 |
|
331 |
-
#:
|
332 |
-
msgid "
|
333 |
-
msgstr "
|
334 |
|
335 |
-
#:
|
336 |
-
msgid "
|
337 |
msgstr ""
|
338 |
|
339 |
-
#:
|
340 |
-
msgid "
|
341 |
-
msgstr "
|
342 |
|
343 |
-
#:
|
344 |
-
msgid "
|
345 |
-
msgstr "
|
346 |
|
347 |
-
#:
|
348 |
-
|
349 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
350 |
|
351 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
352 |
#, php-format
|
353 |
-
msgid "
|
354 |
msgstr ""
|
355 |
|
356 |
-
#:
|
357 |
#, php-format
|
358 |
-
msgid "
|
359 |
msgstr ""
|
360 |
|
361 |
-
#:
|
362 |
#, php-format
|
363 |
-
msgid "
|
364 |
msgstr ""
|
365 |
|
366 |
-
#:
|
367 |
-
msgid "
|
368 |
-
msgstr "
|
369 |
|
370 |
-
#:
|
371 |
-
|
372 |
-
|
|
|
373 |
|
374 |
-
#:
|
375 |
-
msgid "
|
376 |
-
msgstr "
|
377 |
|
378 |
-
#:
|
379 |
-
msgid "
|
380 |
-
msgstr "
|
381 |
|
382 |
-
#:
|
383 |
-
msgid "
|
384 |
-
msgstr "
|
385 |
|
386 |
-
#:
|
387 |
-
msgid "
|
388 |
-
msgstr "
|
389 |
|
390 |
-
#:
|
391 |
-
|
392 |
-
|
|
|
393 |
|
394 |
-
#:
|
395 |
-
msgid "
|
396 |
-
msgstr "
|
397 |
|
398 |
-
#:
|
399 |
-
msgid "
|
400 |
-
msgstr "
|
401 |
|
402 |
-
#:
|
403 |
-
msgid "
|
404 |
-
msgstr "
|
405 |
|
406 |
-
#:
|
407 |
-
msgid "
|
408 |
-
msgstr "
|
409 |
|
410 |
-
#:
|
411 |
-
|
412 |
-
|
|
|
413 |
|
414 |
-
#:
|
415 |
-
msgid "
|
416 |
-
msgstr "
|
417 |
|
418 |
-
#:
|
419 |
-
msgid "
|
420 |
-
msgstr "
|
421 |
|
422 |
-
#:
|
423 |
-
msgid "
|
424 |
-
msgstr "
|
425 |
|
426 |
-
#:
|
427 |
-
msgid "
|
428 |
-
msgstr "
|
429 |
|
430 |
-
#:
|
431 |
-
|
432 |
-
|
433 |
-
msgstr "Map ID"
|
434 |
|
435 |
-
#:
|
436 |
-
|
437 |
-
|
438 |
-
msgstr "Título"
|
439 |
|
440 |
-
#:
|
441 |
-
msgid "
|
442 |
-
msgstr "
|
443 |
|
444 |
-
#:
|
445 |
-
msgid "
|
446 |
-
msgstr "
|
447 |
|
448 |
-
#:
|
449 |
-
msgid "
|
450 |
-
msgstr "
|
451 |
|
452 |
-
#:
|
453 |
-
|
454 |
-
|
455 |
-
msgstr "Salvar"
|
456 |
|
457 |
-
#:
|
458 |
-
|
459 |
-
|
|
|
460 |
|
461 |
-
#:
|
462 |
-
msgid "
|
463 |
-
msgstr "
|
464 |
|
465 |
-
#:
|
466 |
-
msgid "
|
467 |
-
msgstr "
|
468 |
|
469 |
-
#:
|
470 |
-
msgid "
|
471 |
-
msgstr "
|
472 |
|
473 |
-
#:
|
474 |
-
msgid "
|
475 |
-
msgstr "
|
476 |
|
477 |
-
#:
|
478 |
-
msgid "
|
479 |
-
msgstr "
|
480 |
|
481 |
-
#:
|
482 |
-
msgid "
|
483 |
-
msgstr "
|
484 |
|
485 |
-
#:
|
486 |
-
msgid "
|
487 |
-
msgstr "
|
488 |
|
489 |
-
#:
|
490 |
-
msgid "
|
491 |
-
msgstr "
|
492 |
|
493 |
-
#:
|
494 |
-
msgid "
|
495 |
-
msgstr "
|
496 |
|
497 |
-
#:
|
498 |
-
msgid "
|
499 |
-
msgstr "
|
500 |
|
501 |
-
#:
|
502 |
-
|
503 |
-
|
504 |
-
msgstr "Borrar"
|
505 |
|
506 |
-
#:
|
507 |
-
msgid "
|
508 |
-
msgstr "
|
509 |
|
510 |
-
#:
|
511 |
-
msgid "
|
512 |
-
msgstr "
|
513 |
|
514 |
-
#:
|
515 |
-
msgid "
|
516 |
-
msgstr "
|
517 |
|
518 |
-
#:
|
519 |
-
msgid "
|
520 |
-
msgstr "
|
521 |
|
522 |
-
#:
|
523 |
-
msgid "
|
524 |
-
msgstr "
|
525 |
|
526 |
-
#:
|
527 |
-
|
528 |
-
|
|
|
529 |
|
530 |
-
#:
|
531 |
-
msgid "
|
532 |
-
msgstr "
|
533 |
|
534 |
-
#:
|
535 |
-
msgid "
|
536 |
-
msgstr "
|
537 |
|
538 |
-
#:
|
539 |
-
msgid "
|
540 |
-
msgstr "
|
541 |
|
542 |
-
#:
|
543 |
-
msgid "
|
544 |
-
msgstr "
|
545 |
|
546 |
-
#:
|
547 |
-
msgid "
|
548 |
-
msgstr "
|
549 |
|
550 |
-
#:
|
551 |
-
msgid "
|
552 |
-
msgstr "
|
553 |
|
554 |
-
#:
|
555 |
-
msgid "
|
556 |
msgstr ""
|
557 |
|
558 |
-
#:
|
559 |
-
msgid "
|
560 |
msgstr ""
|
561 |
|
562 |
-
#:
|
563 |
-
|
564 |
-
msgid "Unable to parse input: %s"
|
565 |
msgstr ""
|
566 |
|
567 |
-
#:
|
568 |
-
msgid "
|
569 |
msgstr ""
|
570 |
|
571 |
-
#:
|
572 |
-
msgid "
|
573 |
msgstr ""
|
574 |
|
575 |
-
#:
|
576 |
-
msgid "
|
577 |
msgstr ""
|
578 |
|
579 |
-
#:
|
580 |
-
msgid "
|
|
|
|
|
|
|
|
|
581 |
msgstr ""
|
582 |
|
583 |
-
#:
|
584 |
-
msgid "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
585 |
msgstr ""
|
586 |
|
587 |
-
#:
|
588 |
-
msgid "
|
589 |
msgstr ""
|
590 |
|
591 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
592 |
msgid "Widget title"
|
593 |
msgstr ""
|
594 |
|
595 |
-
#:
|
596 |
msgid "Map size"
|
597 |
msgstr "Tamaño del mapa"
|
598 |
|
599 |
-
#:
|
600 |
-
msgid "Show
|
601 |
-
msgstr ""
|
602 |
|
603 |
-
#:
|
604 |
msgid "Current posts"
|
605 |
msgstr ""
|
606 |
|
607 |
-
#:
|
|
|
|
|
|
|
|
|
608 |
msgid "All posts"
|
609 |
msgstr ""
|
610 |
|
611 |
-
#:
|
612 |
msgid "Custom query"
|
613 |
msgstr ""
|
614 |
|
615 |
-
#:
|
616 |
msgid "Learn about queries"
|
617 |
msgstr "Aprenda acerca de las consultas"
|
618 |
|
619 |
-
#:
|
620 |
-
|
621 |
-
|
622 |
-
msgstr "Título Marcador"
|
623 |
|
624 |
-
#:
|
625 |
-
msgid "
|
626 |
msgstr ""
|
627 |
|
628 |
-
#:
|
629 |
-
msgid "
|
630 |
-
msgstr "
|
631 |
|
632 |
-
#:
|
633 |
-
msgid "
|
634 |
-
msgstr ""
|
635 |
|
636 |
-
#:
|
637 |
-
|
638 |
-
|
639 |
-
msgstr "Marcador de cuerpo"
|
640 |
|
641 |
-
#:
|
642 |
-
msgid "
|
643 |
msgstr ""
|
644 |
|
645 |
-
#:
|
646 |
-
msgid "
|
647 |
-
msgstr "En
|
648 |
|
649 |
-
#:
|
650 |
-
msgid "
|
651 |
msgstr ""
|
652 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
653 |
#~ msgid "Map custom field"
|
654 |
#~ msgstr "Mapa de campo personalizado"
|
655 |
|
656 |
#~ msgid ""
|
657 |
-
#~ " Include your own CSS. You must create a file named %s in the MapPress
|
658 |
-
#~ "s sub-directory"
|
659 |
#~ msgstr ""
|
660 |
#~ "Incluya su propio CSS. Debe crear un archivo llamado% s en el directorio% "
|
661 |
#~ "s MapPress subdirectorio"
|
@@ -669,9 +1233,6 @@ msgstr ""
|
|
669 |
#~ msgid "Please make a donation today!"
|
670 |
#~ msgstr "¡Por favor haga una donación hoy!"
|
671 |
|
672 |
-
#~ msgid "Subpages"
|
673 |
-
#~ msgstr "Subpáginas"
|
674 |
-
|
675 |
#~ msgid "Categories"
|
676 |
#~ msgstr "Categorías"
|
677 |
|
@@ -689,6 +1250,3 @@ msgstr ""
|
|
689 |
|
690 |
#~ msgid "Used when only 1 marker is visible"
|
691 |
#~ msgstr "Se utiliza cuando sólo un marcador es visible"
|
692 |
-
|
693 |
-
#~ msgid "Show:"
|
694 |
-
#~ msgstr "Mostrar:"
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
+
"Project-Id-Version: mappress\n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2013-08-12 16:44-0800\n"
|
6 |
+
"PO-Revision-Date: 2014-03-07 03:23-0300\n"
|
7 |
"Last-Translator: Plugin Author <donotreply@gmail.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
+
"Language: es_ES\n"
|
10 |
"MIME-Version: 1.0\n"
|
11 |
"Content-Type: text/plain; charset=UTF-8\n"
|
12 |
"Content-Transfer-Encoding: 8bit\n"
|
13 |
"X-Poedit-KeywordsList: _;gettext;gettext_noop;__;_e\n"
|
14 |
"X-Poedit-Basepath: .\n"
|
15 |
+
"X-Generator: Poedit 1.6.4\n"
|
16 |
+
"X-Poedit-SearchPath-0: C:\\wamp\\www\\fdp\\media\\plugins\\maps\n"
|
17 |
|
18 |
+
#: ../mappress.php:122
|
19 |
msgid "Version"
|
20 |
msgstr "Versión"
|
21 |
|
22 |
+
#: ../mappress.php:130
|
23 |
+
msgid "Documentation"
|
24 |
+
msgstr "Documentación"
|
25 |
+
|
26 |
+
#: ../mappress.php:131
|
27 |
+
msgid "Support"
|
28 |
+
msgstr ""
|
29 |
+
|
30 |
+
#: ../mappress.php:132
|
31 |
+
msgid "Contact"
|
32 |
+
msgstr ""
|
33 |
+
|
34 |
+
#: ../mappress.php:135
|
35 |
+
msgid "Upgrade to MapPress Pro"
|
36 |
+
msgstr ""
|
37 |
+
|
38 |
+
#: ../mappress.php:334
|
39 |
+
msgid ""
|
40 |
+
"MapPress database tables are missing. Please deactivate the plugin and "
|
41 |
+
"activate it again to fix this."
|
42 |
+
msgstr ""
|
43 |
+
"No se encuentran las tablas de MapPress. Por favor, desactivar el plugin y "
|
44 |
+
"activarlo de nuevo para solucionar este problema."
|
45 |
+
|
46 |
+
#: ../mappress.php:339
|
47 |
+
#, fuzzy
|
48 |
+
msgid ""
|
49 |
+
"WARNING: MapPress now requires WordPress 3.2 or higher. Please upgrade "
|
50 |
+
"before using MapPress."
|
51 |
+
msgstr ""
|
52 |
+
"ADVERTENCIA: MapPress requiere WordPress 3.0 o superior. Por favor, "
|
53 |
+
"actualice antes de usar MapPress."
|
54 |
+
|
55 |
+
#: ../mappress.php:344
|
56 |
+
#, fuzzy
|
57 |
+
msgid ""
|
58 |
+
"WARNING: MapPress is not compfatible with the WP-Geo plugin. Please "
|
59 |
+
"deactivate or uninstall WP-Geo before using MapPress."
|
60 |
+
msgstr ""
|
61 |
+
"ADVERTENCIA: MapPress no es compatible con el plugin WP-Geo - tus feeds RSS, "
|
62 |
+
"no funcionará. Por favor, desactivar o desinstalar WP-Geo antes de usar "
|
63 |
+
"MapPress."
|
64 |
+
|
65 |
+
#: ../mappress.php:542 ../templates/map_directions.php:6
|
66 |
+
msgid "Bicycling"
|
67 |
+
msgstr "En bicicleta"
|
68 |
+
|
69 |
+
#: ../mappress.php:543
|
70 |
+
msgid "Bike"
|
71 |
+
msgstr ""
|
72 |
+
|
73 |
+
#: ../mappress.php:544
|
74 |
+
#, fuzzy
|
75 |
+
msgid "One of the addresses could not be found."
|
76 |
+
msgstr "La dirección de inicio o final no se pudo encontrar."
|
77 |
+
|
78 |
+
#: ../mappress.php:545
|
79 |
+
msgid ""
|
80 |
+
"Google cannot return directions between those addresses. There is no route "
|
81 |
+
"between them or the routing information is not available."
|
82 |
+
msgstr ""
|
83 |
+
"Google no puede devolver direcciones entre esas direcciones. No hay una ruta "
|
84 |
+
"entre ellos o la información de enrutamiento no está disponible."
|
85 |
+
|
86 |
+
#: ../mappress.php:546
|
87 |
+
msgid "Unknown error, unable to return directions. Status code = "
|
88 |
+
msgstr "Error desconocido,imposible devolver ruta. Código de estado ="
|
89 |
+
|
90 |
+
#: ../mappress.php:547 ../mappress_poi.php:281 ../mappress_settings.php:130
|
91 |
+
#: ../pro/mappress_widget.php:108
|
92 |
+
msgid "Directions"
|
93 |
+
msgstr "Cómo llegar"
|
94 |
+
|
95 |
+
#: ../mappress.php:548
|
96 |
+
msgid "Error reading KML file"
|
97 |
+
msgstr ""
|
98 |
+
|
99 |
+
#: ../mappress.php:549
|
100 |
+
msgid "Loading..."
|
101 |
+
msgstr ""
|
102 |
+
|
103 |
+
#: ../mappress.php:550
|
104 |
+
msgid "No matching address"
|
105 |
+
msgstr "No se ha encontrado la dirección/es"
|
106 |
+
|
107 |
+
#: ../mappress.php:551
|
108 |
+
msgid "Unable to get your location"
|
109 |
+
msgstr ""
|
110 |
+
|
111 |
+
#: ../mappress.php:552 ../mappress_settings.php:330
|
112 |
+
msgid "Traffic"
|
113 |
+
msgstr "Tráfico"
|
114 |
+
|
115 |
+
#: ../mappress.php:553
|
116 |
+
msgid "Transit"
|
117 |
+
msgstr ""
|
118 |
+
|
119 |
+
#: ../mappress.php:554 ../mappress_poi.php:330 ../mappress_settings.php:325
|
120 |
+
#: ../mappress_settings.php:465 ../pro/mappress_widget.php:124
|
121 |
+
msgid "Zoom"
|
122 |
+
msgstr "Zoom"
|
123 |
+
|
124 |
+
#: ../mappress.php:559
|
125 |
+
msgid "Add"
|
126 |
+
msgstr "Añadir"
|
127 |
+
|
128 |
+
#: ../mappress.php:560
|
129 |
+
#, fuzzy
|
130 |
+
msgid "Click & drag to move"
|
131 |
+
msgstr "Haga clic y arrastre para mover el marcador"
|
132 |
+
|
133 |
+
#: ../mappress.php:561
|
134 |
+
msgid "Click to change"
|
135 |
+
msgstr ""
|
136 |
+
|
137 |
+
#: ../mappress.php:562 ../mappress_map.php:436
|
138 |
+
msgid "Delete"
|
139 |
+
msgstr "Borrar"
|
140 |
+
|
141 |
+
#: ../mappress.php:563
|
142 |
+
#, fuzzy
|
143 |
+
msgid "Delete this POI?"
|
144 |
+
msgstr "¿Borrar este mapa?"
|
145 |
+
|
146 |
+
#: ../mappress.php:564
|
147 |
+
msgid "Delete this map?"
|
148 |
+
msgstr "¿Borrar este mapa?"
|
149 |
|
150 |
+
#: ../mappress.php:565
|
151 |
+
msgid "Please save the map first"
|
152 |
+
msgstr ""
|
153 |
|
154 |
+
#: ../mappress.php:566
|
155 |
+
msgid "Shape"
|
156 |
+
msgstr ""
|
157 |
+
|
158 |
+
#: ../mappress.php:567 ../mappress_map.php:53
|
159 |
msgid "Untitled"
|
160 |
msgstr "Sin título"
|
161 |
|
162 |
+
#: ../mappress_map.php:114
|
163 |
+
msgid "Map not found"
|
164 |
+
msgstr ""
|
165 |
+
|
166 |
+
#: ../mappress_map.php:434
|
167 |
+
msgid "Edit"
|
168 |
+
msgstr "Editar"
|
169 |
+
|
170 |
+
#: ../mappress_map.php:435 ../forms/map_media.php:48
|
171 |
+
msgid "Insert into post"
|
172 |
+
msgstr "Insertar en el post"
|
173 |
+
|
174 |
+
#: ../mappress_map.php:475
|
175 |
+
msgid "Show map"
|
176 |
+
msgstr "Mostrar:"
|
177 |
+
|
178 |
+
#: ../mappress_map.php:487 ../mappress_settings.php:457
|
179 |
+
#: ../forms/map_editor.php:17
|
180 |
+
msgid "Center map"
|
181 |
+
msgstr "Centrar"
|
182 |
+
|
183 |
+
#: ../mappress_map.php:496 ../mappress_settings.php:458
|
184 |
+
msgid "Reset map"
|
185 |
+
msgstr "Resetear"
|
186 |
+
|
187 |
+
#: ../mappress_map.php:505 ../mappress_settings.php:456
|
188 |
+
msgid "Bigger map"
|
189 |
+
msgstr ""
|
190 |
+
|
191 |
+
#: ../mappress_map.php:506
|
192 |
+
#, fuzzy
|
193 |
+
msgid "Smaller map"
|
194 |
+
msgstr "Pequeño"
|
195 |
+
|
196 |
+
#: ../mappress_poi.php:246 ../mappress_settings.php:466
|
197 |
+
msgid "Directions to"
|
198 |
+
msgstr "Cómo llegar"
|
199 |
+
|
200 |
+
#: ../mappress_poi.php:248 ../mappress_settings.php:467
|
201 |
+
msgid "Directions from"
|
202 |
+
msgstr "Desde"
|
203 |
+
|
204 |
+
#: ../mappress_settings.php:127
|
205 |
msgid "Basic Settings"
|
206 |
msgstr "Configuración"
|
207 |
|
208 |
+
#: ../mappress_settings.php:128
|
|
|
|
|
|
|
|
|
209 |
msgid "Post types"
|
210 |
msgstr "Tipos de post"
|
211 |
|
212 |
+
#: ../mappress_settings.php:129
|
213 |
+
msgid "Automatic map display"
|
214 |
+
msgstr "Visualización automática del mapa"
|
|
|
|
|
|
|
|
|
|
|
|
|
215 |
|
216 |
+
#: ../mappress_settings.php:132
|
217 |
+
msgid "Map Controls"
|
|
|
218 |
msgstr ""
|
219 |
|
220 |
+
#: ../mappress_settings.php:133
|
221 |
+
msgid "Draggable"
|
222 |
+
msgstr ""
|
223 |
|
224 |
+
#: ../mappress_settings.php:134
|
225 |
+
msgid "Keyboard shortcuts"
|
226 |
+
msgstr "Atajos de teclado"
|
227 |
|
228 |
+
#: ../mappress_settings.php:135
|
229 |
msgid "Scroll wheel zoom"
|
230 |
msgstr "Mostrar rueda de desplazamiento del zoom"
|
231 |
|
232 |
+
#: ../mappress_settings.php:136
|
233 |
+
#, fuzzy
|
234 |
+
msgid "Map Types"
|
235 |
+
msgstr "Tipos de mapa"
|
236 |
+
|
237 |
+
#: ../mappress_settings.php:137
|
238 |
+
msgid "Map controls"
|
239 |
+
msgstr ""
|
240 |
+
|
241 |
+
#: ../mappress_settings.php:139
|
242 |
+
#, fuzzy
|
243 |
+
msgid "Map Settings"
|
244 |
+
msgstr "Configuración"
|
245 |
+
|
246 |
+
#: ../mappress_settings.php:140
|
247 |
+
#, fuzzy
|
248 |
+
msgid "Map links"
|
249 |
+
msgstr "Alineación del Mapa "
|
250 |
+
|
251 |
+
#: ../mappress_settings.php:141
|
252 |
+
msgid "Map alignment"
|
253 |
+
msgstr "Alineación del Mapa "
|
254 |
+
|
255 |
+
#: ../mappress_settings.php:142
|
256 |
+
msgid "Map border"
|
257 |
+
msgstr ""
|
258 |
+
|
259 |
+
#: ../mappress_settings.php:143
|
260 |
+
msgid "Map border color"
|
261 |
+
msgstr ""
|
262 |
|
263 |
+
#: ../mappress_settings.php:144
|
264 |
+
#, fuzzy
|
265 |
+
msgid "Open first POI"
|
266 |
msgstr "Abierto el primer marcador"
|
267 |
|
268 |
+
#: ../mappress_settings.php:146
|
269 |
+
#, fuzzy
|
270 |
+
msgid "POI Settings"
|
271 |
+
msgstr "Configuración"
|
272 |
+
|
273 |
+
#: ../mappress_settings.php:147
|
274 |
+
msgid "POI links"
|
275 |
+
msgstr ""
|
276 |
|
277 |
+
#: ../mappress_settings.php:148
|
278 |
msgid "Tooltips"
|
279 |
msgstr "Información sobre herramientas"
|
280 |
|
281 |
+
#: ../mappress_settings.php:149
|
282 |
+
#, fuzzy
|
283 |
+
msgid "Default zoom"
|
284 |
+
msgstr "Por defecto"
|
285 |
+
|
286 |
+
#: ../mappress_settings.php:152
|
287 |
+
msgid "Mashups"
|
288 |
+
msgstr ""
|
289 |
+
|
290 |
+
#: ../mappress_settings.php:153
|
291 |
+
msgid "Icons"
|
292 |
+
msgstr ""
|
293 |
+
|
294 |
+
#: ../mappress_settings.php:154
|
295 |
+
msgid "Styled Maps"
|
296 |
+
msgstr ""
|
297 |
+
|
298 |
+
#: ../mappress_settings.php:155
|
299 |
+
msgid "Geocoding"
|
300 |
+
msgstr ""
|
301 |
+
|
302 |
+
#: ../mappress_settings.php:158
|
303 |
msgid "Localization"
|
304 |
msgstr ""
|
305 |
|
306 |
+
#: ../mappress_settings.php:159
|
307 |
msgid "Language"
|
308 |
msgstr "Idioma"
|
309 |
|
310 |
+
#: ../mappress_settings.php:160
|
311 |
msgid "Country"
|
312 |
msgstr "País"
|
313 |
|
314 |
+
#: ../mappress_settings.php:161
|
315 |
msgid "Directions server"
|
316 |
msgstr ""
|
317 |
|
318 |
+
#: ../mappress_settings.php:162
|
319 |
+
#, fuzzy
|
320 |
+
msgid "Directions units"
|
321 |
+
msgstr "Cómo llegar"
|
322 |
|
323 |
+
#: ../mappress_settings.php:164
|
324 |
+
msgid "Miscellaneous"
|
325 |
msgstr ""
|
326 |
|
327 |
+
#: ../mappress_settings.php:165
|
328 |
+
#, fuzzy
|
329 |
+
msgid "Adaptive display"
|
330 |
+
msgstr "Visualización automática del mapa"
|
331 |
|
332 |
+
#: ../mappress_settings.php:166
|
333 |
+
msgid "Turn off CSS"
|
334 |
+
msgstr ""
|
335 |
|
336 |
+
#: ../mappress_settings.php:167
|
337 |
+
msgid "Load maps last"
|
338 |
msgstr ""
|
339 |
|
340 |
+
#: ../mappress_settings.php:230
|
341 |
+
msgid "Use the settings below to automatically create maps from custom fields."
|
342 |
+
msgstr ""
|
343 |
|
344 |
+
#: ../mappress_settings.php:236
|
345 |
+
#, fuzzy
|
346 |
+
msgid "Posts"
|
347 |
+
msgstr "Tipos de post"
|
348 |
|
349 |
+
#: ../mappress_settings.php:237
|
350 |
+
#, fuzzy
|
351 |
+
msgid "Pages"
|
352 |
+
msgstr "Subpáginas"
|
353 |
|
354 |
+
#: ../mappress_settings.php:249
|
355 |
msgid "country code"
|
356 |
msgstr "código del país"
|
357 |
|
358 |
+
#: ../mappress_settings.php:251
|
359 |
#, php-format
|
360 |
msgid "Enter a %s to use when searching (leave blank for USA)"
|
361 |
+
msgstr ""
|
362 |
+
"Introduzca un %s para el uso en la búsqueda (dejar en blanco para EE.UU.):"
|
363 |
+
|
364 |
+
#: ../mappress_settings.php:258
|
365 |
+
msgid "Enter a google server URL for directions/printing"
|
366 |
+
msgstr ""
|
367 |
+
|
368 |
+
#: ../mappress_settings.php:263
|
369 |
+
#, fuzzy
|
370 |
+
msgid "(Default)"
|
371 |
+
msgstr "Por defecto"
|
372 |
+
|
373 |
+
#: ../mappress_settings.php:263
|
374 |
+
msgid "Metric (kilometers)"
|
375 |
+
msgstr ""
|
376 |
|
377 |
+
#: ../mappress_settings.php:263
|
378 |
+
msgid "Imperial (miles)"
|
379 |
msgstr ""
|
380 |
|
381 |
+
#: ../mappress_settings.php:268
|
382 |
+
#, fuzzy
|
383 |
+
msgid "Enable map dragging with the mouse"
|
384 |
+
msgstr "Activar el zoom con la rueda del ratón"
|
385 |
+
|
386 |
+
#: ../mappress_settings.php:272
|
387 |
msgid "Enable zoom with the mouse scroll wheel"
|
388 |
msgstr "Activar el zoom con la rueda del ratón"
|
389 |
|
390 |
+
#: ../mappress_settings.php:276
|
391 |
msgid "Enable keyboard panning and zooming"
|
392 |
msgstr "Habilitar panorámica y zoom con el teclado"
|
393 |
|
394 |
+
#: ../mappress_settings.php:282
|
395 |
msgid "language"
|
396 |
msgstr "Idioma"
|
397 |
|
398 |
+
#: ../mappress_settings.php:284
|
399 |
+
#, fuzzy, php-format
|
400 |
+
msgid "Use a specific %s for map controls and geocoding"
|
401 |
+
msgstr ""
|
402 |
+
"Use un %s específica para los controles del mapa (por defecto es la "
|
403 |
+
"configuración de idioma del navegador):"
|
404 |
+
|
405 |
+
#: ../mappress_settings.php:292 ../mappress_settings.php:298
|
406 |
+
#: ../mappress_settings.php:393 ../pro/mappress_pro_settings.php:211
|
407 |
+
msgid "Default"
|
408 |
+
msgstr "Por defecto"
|
409 |
+
|
410 |
+
#: ../mappress_settings.php:293
|
411 |
+
msgid "Horizontal"
|
412 |
+
msgstr ""
|
413 |
+
|
414 |
+
#: ../mappress_settings.php:294
|
415 |
+
msgid "Dropdown"
|
416 |
+
msgstr ""
|
417 |
+
|
418 |
+
#: ../mappress_settings.php:299
|
419 |
+
msgid "Small"
|
420 |
+
msgstr "Pequeño"
|
421 |
+
|
422 |
+
#: ../mappress_settings.php:300
|
423 |
+
msgid "Large"
|
424 |
+
msgstr "Grande"
|
425 |
+
|
426 |
+
#: ../mappress_settings.php:301
|
427 |
+
msgid "Android"
|
428 |
+
msgstr ""
|
429 |
+
|
430 |
+
#: ../mappress_settings.php:312
|
431 |
+
msgid "Open initially"
|
432 |
+
msgstr ""
|
433 |
+
|
434 |
+
#: ../mappress_settings.php:314 ../mappress_settings.php:316
|
435 |
+
#: ../mappress_settings.php:318
|
436 |
+
msgid "Checked initially"
|
437 |
+
msgstr ""
|
438 |
+
|
439 |
+
#: ../mappress_settings.php:320
|
440 |
+
msgid "Control"
|
441 |
+
msgstr ""
|
442 |
+
|
443 |
+
#: ../mappress_settings.php:320
|
444 |
+
msgid "Enable"
|
445 |
+
msgstr ""
|
446 |
+
|
447 |
+
#: ../mappress_settings.php:320 ../mappress_settings.php:418
|
448 |
+
msgid "Style"
|
449 |
+
msgstr ""
|
450 |
|
451 |
+
#: ../mappress_settings.php:323
|
452 |
+
msgid "Map types"
|
453 |
+
msgstr "Tipos de mapa"
|
454 |
+
|
455 |
+
#: ../mappress_settings.php:324
|
456 |
+
msgid "Pan"
|
457 |
+
msgstr ""
|
458 |
+
|
459 |
+
#: ../mappress_settings.php:326
|
460 |
+
#, fuzzy
|
461 |
+
msgid "Street view"
|
462 |
+
msgstr "Street View"
|
463 |
+
|
464 |
+
#: ../mappress_settings.php:327
|
465 |
+
msgid "Scale"
|
466 |
+
msgstr ""
|
467 |
+
|
468 |
+
#: ../mappress_settings.php:328
|
469 |
+
msgid "Overview map"
|
470 |
+
msgstr ""
|
471 |
+
|
472 |
+
#: ../mappress_settings.php:329
|
473 |
+
msgid "Public transit"
|
474 |
+
msgstr ""
|
475 |
+
|
476 |
+
#: ../mappress_settings.php:331
|
477 |
+
msgid "Bike routes"
|
478 |
+
msgstr ""
|
479 |
+
|
480 |
+
#: ../mappress_settings.php:338
|
481 |
+
msgid "Road map"
|
482 |
+
msgstr ""
|
483 |
+
|
484 |
+
#: ../mappress_settings.php:339 ../pro/mappress_widget.php:142
|
485 |
+
msgid "Satellite"
|
486 |
+
msgstr ""
|
487 |
+
|
488 |
+
#: ../mappress_settings.php:340 ../pro/mappress_widget.php:143
|
489 |
+
msgid "Terrain"
|
490 |
+
msgstr ""
|
491 |
|
492 |
+
#: ../mappress_settings.php:341 ../pro/mappress_widget.php:141
|
493 |
+
msgid "Hybrid"
|
494 |
+
msgstr ""
|
495 |
|
496 |
+
#: ../mappress_settings.php:354
|
497 |
msgid "Inline (in your blog)"
|
498 |
msgstr "En Lína (en tu blog)"
|
499 |
|
500 |
+
#: ../mappress_settings.php:355 ../pro/mappress_pro_settings.php:165
|
501 |
+
#: ../pro/mappress_widget.php:110
|
502 |
msgid "Google"
|
503 |
msgstr "Google"
|
504 |
|
505 |
+
#: ../mappress_settings.php:356 ../pro/mappress_widget.php:111
|
|
|
|
|
506 |
msgid "None"
|
507 |
msgstr "Ninguna"
|
508 |
|
509 |
+
#: ../mappress_settings.php:363
|
510 |
+
#, fuzzy
|
511 |
+
msgid "Automatically open the first POI when a map is displayed"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
512 |
msgstr ""
|
513 |
+
"Abrir automáticamente el marcador por primera vez cuando se muestra un mapa"
|
514 |
|
515 |
+
#: ../mappress_settings.php:368 ../mappress_settings.php:377
|
516 |
+
msgid "Show control"
|
|
|
517 |
msgstr ""
|
518 |
|
519 |
+
#: ../mappress_settings.php:372 ../mappress_settings.php:381
|
520 |
+
msgid "Enabled by default"
|
521 |
+
msgstr ""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
522 |
|
523 |
+
#: ../mappress_settings.php:386
|
524 |
+
#, fuzzy
|
525 |
+
msgid "Show POI titles as a \"tooltip\" on mouse-over"
|
526 |
+
msgstr ""
|
527 |
+
"Mostrar títulos de marcador como \"descripción \" al pasar el ratón por "
|
528 |
+
"encima"
|
529 |
|
530 |
+
#: ../mappress_settings.php:394 ../pro/mappress_widget.php:116
|
|
|
|
|
531 |
msgid "Center"
|
532 |
msgstr "Centro"
|
533 |
|
534 |
+
#: ../mappress_settings.php:395
|
|
|
535 |
msgid "Left"
|
536 |
msgstr "Izquierda"
|
537 |
|
538 |
+
#: ../mappress_settings.php:396
|
|
|
539 |
msgid "Right"
|
540 |
msgstr "Derecha"
|
541 |
|
542 |
+
#: ../mappress_settings.php:408
|
543 |
+
msgid "solid"
|
544 |
+
msgstr ""
|
545 |
+
|
546 |
+
#: ../mappress_settings.php:409
|
547 |
+
msgid "dashed"
|
548 |
+
msgstr ""
|
549 |
+
|
550 |
+
#: ../mappress_settings.php:410
|
551 |
+
msgid "dotted"
|
552 |
+
msgstr ""
|
553 |
+
|
554 |
+
#: ../mappress_settings.php:411
|
555 |
+
msgid "double"
|
556 |
+
msgstr ""
|
557 |
+
|
558 |
+
#: ../mappress_settings.php:412
|
559 |
+
msgid "groove"
|
560 |
+
msgstr ""
|
561 |
+
|
562 |
+
#: ../mappress_settings.php:413
|
563 |
+
msgid "inset"
|
564 |
+
msgstr ""
|
565 |
+
|
566 |
+
#: ../mappress_settings.php:414
|
567 |
+
msgid "outset"
|
568 |
+
msgstr ""
|
569 |
+
|
570 |
+
#: ../mappress_settings.php:426 ../pro/mappress_pro_settings.php:211
|
571 |
+
msgid "Width"
|
572 |
+
msgstr ""
|
573 |
+
|
574 |
+
#: ../mappress_settings.php:432
|
575 |
+
msgid "Corner radius"
|
576 |
+
msgstr ""
|
577 |
+
|
578 |
+
#: ../mappress_settings.php:441
|
579 |
+
msgid "Color"
|
580 |
+
msgstr ""
|
581 |
+
|
582 |
+
#: ../mappress_settings.php:451
|
583 |
+
msgid "Display shadow"
|
584 |
+
msgstr ""
|
585 |
+
|
586 |
+
#: ../mappress_settings.php:475
|
587 |
+
msgid "Default zoom for POIs entered by lat/lng"
|
588 |
+
msgstr ""
|
589 |
+
|
590 |
+
#: ../mappress_settings.php:481
|
591 |
msgid "Top of post"
|
592 |
msgstr "Parte superior del post"
|
593 |
|
594 |
+
#: ../mappress_settings.php:482
|
595 |
msgid "Bottom of post"
|
596 |
msgstr "Parte inferior del post"
|
597 |
|
598 |
+
#: ../mappress_settings.php:483
|
599 |
msgid "No automatic display"
|
600 |
msgstr "Sin visualización automática"
|
601 |
|
602 |
+
#: ../mappress_settings.php:490
|
603 |
+
msgid "Recenter maps when window is resized"
|
604 |
+
msgstr ""
|
605 |
|
606 |
+
#: ../mappress_settings.php:494
|
607 |
#, php-format
|
608 |
+
msgid "Don't load the %s stylesheet"
|
609 |
+
msgstr ""
|
|
|
|
|
|
|
|
|
610 |
|
611 |
+
#: ../mappress_settings.php:498
|
612 |
+
msgid "Load maps in window 'load' event"
|
613 |
+
msgstr ""
|
614 |
|
615 |
+
#: ../mappress_settings.php:506
|
616 |
+
msgid "Rate it 5 Stars"
|
617 |
+
msgstr ""
|
618 |
|
619 |
+
#: ../mappress_settings.php:508
|
620 |
+
#, php-format
|
621 |
+
msgid "%s on WordPress.org"
|
622 |
+
msgstr ""
|
623 |
|
624 |
+
#: ../mappress_settings.php:509
|
625 |
+
msgid "Thanks for your support!"
|
626 |
msgstr ""
|
627 |
|
628 |
+
#: ../mappress_settings.php:536
|
629 |
+
msgid "MapPress"
|
630 |
msgstr ""
|
631 |
|
632 |
+
#: ../mappress_settings.php:537
|
633 |
+
msgid "Easy Google Maps"
|
634 |
msgstr ""
|
635 |
|
636 |
+
#: ../mappress_settings.php:586
|
637 |
+
msgid "Like this plugin?"
|
638 |
msgstr ""
|
639 |
|
640 |
+
#: ../mappress_settings.php:588
|
641 |
+
msgid "Sample Map"
|
|
|
642 |
msgstr ""
|
643 |
|
644 |
+
#: ../mappress_settings.php:607
|
645 |
+
msgid "Save Changes"
|
646 |
+
msgstr "Salvar cambios"
|
647 |
+
|
648 |
+
#: ../mappress_settings.php:608
|
649 |
+
msgid "Reset Defaults"
|
650 |
msgstr ""
|
651 |
|
652 |
+
#: ../mappress_updater.php:19
|
653 |
+
msgid "Settings"
|
654 |
+
msgstr "Configuración"
|
655 |
+
|
656 |
+
#: ../mappress_updater.php:41
|
657 |
+
msgid "download it now"
|
658 |
msgstr ""
|
659 |
|
660 |
+
#: ../mappress_updater.php:46
|
661 |
#, php-format
|
662 |
+
msgid "A PRO Version update is available for manual installation: %s"
|
663 |
msgstr ""
|
664 |
|
665 |
+
#: ../forms/map_editor.php:2
|
666 |
+
msgid "Add POI"
|
667 |
msgstr ""
|
668 |
|
669 |
+
#: ../forms/map_editor.php:5 ../templates/map_directions.php:11
|
670 |
+
msgid "My location"
|
671 |
+
msgstr "Utilizar mi Ubicación"
|
|
|
672 |
|
673 |
+
#: ../forms/map_editor.php:18
|
674 |
+
msgid "Click map for lat/lng: "
|
675 |
+
msgstr ""
|
|
|
676 |
|
677 |
+
#: ../forms/map_editor_infobox.php:22
|
678 |
+
msgid "Line: "
|
679 |
msgstr ""
|
680 |
|
681 |
+
#: ../forms/map_editor_infobox.php:24
|
682 |
+
#, fuzzy
|
683 |
+
msgid "Weight"
|
684 |
+
msgstr "Derecha"
|
685 |
+
|
686 |
+
#: ../forms/map_editor_infobox.php:25 ../forms/map_editor_infobox.php:31
|
687 |
+
msgid "Opacity"
|
688 |
msgstr ""
|
689 |
|
690 |
+
#: ../forms/map_editor_infobox.php:29
|
691 |
+
msgid "Fill: "
|
692 |
+
msgstr ""
|
693 |
|
694 |
+
#: ../forms/map_editor_infobox.php:40
|
695 |
+
msgid "Visual"
|
696 |
msgstr ""
|
697 |
|
698 |
+
#: ../forms/map_editor_infobox.php:40
|
699 |
+
msgid "HTML"
|
700 |
+
msgstr ""
|
701 |
|
702 |
+
#: ../forms/map_editor_infobox.php:45 ../forms/map_media.php:46
|
703 |
+
msgid "Save"
|
704 |
+
msgstr "Salvar"
|
705 |
|
706 |
+
#: ../forms/map_editor_infobox.php:46 ../forms/map_media.php:47
|
707 |
+
#: ../pro/mappress_icons.php:71
|
708 |
+
msgid "Cancel"
|
709 |
+
msgstr "Cancelar"
|
710 |
+
|
711 |
+
#: ../forms/map_media.php:11
|
712 |
+
#, fuzzy
|
713 |
+
msgid "Maps for This Post"
|
714 |
+
msgstr "Mapas en este post"
|
715 |
|
716 |
+
#: ../forms/map_media.php:12
|
717 |
+
msgid "New Map"
|
718 |
+
msgstr "Nuevo mapa"
|
719 |
+
|
720 |
+
#: ../forms/map_media.php:22
|
721 |
+
msgid "Map ID"
|
722 |
+
msgstr "Map ID"
|
723 |
+
|
724 |
+
#: ../forms/map_media.php:27
|
725 |
+
#, fuzzy
|
726 |
+
msgid "Map Title"
|
727 |
+
msgstr "Título"
|
728 |
+
|
729 |
+
#: ../forms/map_media.php:32
|
730 |
+
msgid "Size"
|
731 |
+
msgstr ""
|
732 |
+
|
733 |
+
#: ../pro/mappress_geocoders.php:53
|
734 |
+
msgid "No results, check that a geocoder is configured"
|
735 |
+
msgstr ""
|
736 |
+
|
737 |
+
#: ../pro/mappress_geocoders.php:85
|
738 |
#, php-format
|
739 |
+
msgid "Invalid status: %s, address: %s"
|
740 |
msgstr ""
|
741 |
|
742 |
+
#: ../pro/mappress_geocoders.php:94 ../pro/mappress_geocoders.php:158
|
743 |
#, php-format
|
744 |
+
msgid "No results for address: %s"
|
745 |
msgstr ""
|
746 |
|
747 |
+
#: ../pro/mappress_geocoders.php:154
|
748 |
#, php-format
|
749 |
+
msgid "Error: %s %s"
|
750 |
msgstr ""
|
751 |
|
752 |
+
#: ../pro/mappress_icons.php:72
|
753 |
+
msgid "Use default icon"
|
754 |
+
msgstr ""
|
755 |
|
756 |
+
#: ../pro/mappress_pro.php:160
|
757 |
+
#, fuzzy
|
758 |
+
msgid "Automatic"
|
759 |
+
msgstr "Visualización automática del mapa"
|
760 |
|
761 |
+
#: ../pro/mappress_pro_settings.php:10
|
762 |
+
msgid "POI list"
|
763 |
+
msgstr ""
|
764 |
|
765 |
+
#: ../pro/mappress_pro_settings.php:11
|
766 |
+
msgid "Use DataTables"
|
767 |
+
msgstr ""
|
768 |
|
769 |
+
#: ../pro/mappress_pro_settings.php:13
|
770 |
+
msgid "InfoWindow type"
|
771 |
+
msgstr ""
|
772 |
|
773 |
+
#: ../pro/mappress_pro_settings.php:14
|
774 |
+
msgid "InfoWindow panning"
|
775 |
+
msgstr ""
|
776 |
|
777 |
+
#: ../pro/mappress_pro_settings.php:16
|
778 |
+
#, fuzzy
|
779 |
+
msgid "Default icon"
|
780 |
+
msgstr "Por defecto"
|
781 |
|
782 |
+
#: ../pro/mappress_pro_settings.php:17
|
783 |
+
msgid "Custom icons directory"
|
784 |
+
msgstr ""
|
785 |
|
786 |
+
#: ../pro/mappress_pro_settings.php:19
|
787 |
+
msgid "Mashup POI title"
|
788 |
+
msgstr ""
|
789 |
|
790 |
+
#: ../pro/mappress_pro_settings.php:20
|
791 |
+
msgid "Mashup POI body"
|
792 |
+
msgstr ""
|
793 |
|
794 |
+
#: ../pro/mappress_pro_settings.php:21
|
795 |
+
msgid "Mashup POI click"
|
796 |
+
msgstr ""
|
797 |
|
798 |
+
#: ../pro/mappress_pro_settings.php:22
|
799 |
+
#, fuzzy
|
800 |
+
msgid "Link title"
|
801 |
+
msgstr "Sin título"
|
802 |
|
803 |
+
#: ../pro/mappress_pro_settings.php:23
|
804 |
+
msgid "Mashup Thumbnails"
|
805 |
+
msgstr ""
|
806 |
|
807 |
+
#: ../pro/mappress_pro_settings.php:24
|
808 |
+
msgid "Thumbnail Size"
|
809 |
+
msgstr ""
|
810 |
|
811 |
+
#: ../pro/mappress_pro_settings.php:26
|
812 |
+
msgid "Styled maps"
|
813 |
+
msgstr "Seleccione un mapa"
|
814 |
|
815 |
+
#: ../pro/mappress_pro_settings.php:27
|
816 |
+
msgid "Default style"
|
817 |
+
msgstr "Por defecto"
|
818 |
|
819 |
+
#: ../pro/mappress_pro_settings.php:29
|
820 |
+
msgid "Geocoder(s)"
|
821 |
+
msgstr ""
|
|
|
822 |
|
823 |
+
#: ../pro/mappress_pro_settings.php:30
|
824 |
+
msgid "Geocoding fields"
|
825 |
+
msgstr ""
|
|
|
826 |
|
827 |
+
#: ../pro/mappress_pro_settings.php:32
|
828 |
+
msgid "API key (optional)"
|
829 |
+
msgstr ""
|
830 |
|
831 |
+
#: ../pro/mappress_pro_settings.php:33
|
832 |
+
msgid "Map sizes"
|
833 |
+
msgstr "Tamaño del mapa"
|
834 |
|
835 |
+
#: ../pro/mappress_pro_settings.php:34
|
836 |
+
msgid "Force resize"
|
837 |
+
msgstr "Forzar redimensionar"
|
838 |
|
839 |
+
#: ../pro/mappress_pro_settings.php:63
|
840 |
+
msgid "Show a list of POIs under each map"
|
841 |
+
msgstr ""
|
|
|
842 |
|
843 |
+
#: ../pro/mappress_pro_settings.php:68
|
844 |
+
#, php-format
|
845 |
+
msgid "Show the POI list as a sortable %s"
|
846 |
+
msgstr ""
|
847 |
|
848 |
+
#: ../pro/mappress_pro_settings.php:72
|
849 |
+
msgid "POI title"
|
850 |
+
msgstr ""
|
851 |
|
852 |
+
#: ../pro/mappress_pro_settings.php:72
|
853 |
+
msgid "Post title"
|
854 |
+
msgstr ""
|
855 |
|
856 |
+
#: ../pro/mappress_pro_settings.php:77
|
857 |
+
msgid "POI body"
|
858 |
+
msgstr ""
|
859 |
|
860 |
+
#: ../pro/mappress_pro_settings.php:77
|
861 |
+
msgid "Address"
|
862 |
+
msgstr "Introduzca la dirección"
|
863 |
|
864 |
+
#: ../pro/mappress_pro_settings.php:77
|
865 |
+
msgid "Post excerpt"
|
866 |
+
msgstr ""
|
867 |
|
868 |
+
#: ../pro/mappress_pro_settings.php:82
|
869 |
+
msgid "Link POI titles to the underlying post"
|
870 |
+
msgstr ""
|
871 |
|
872 |
+
#: ../pro/mappress_pro_settings.php:86
|
873 |
+
msgid "Open the POI"
|
874 |
+
msgstr ""
|
875 |
|
876 |
+
#: ../pro/mappress_pro_settings.php:86
|
877 |
+
msgid "Go directly to the post"
|
878 |
+
msgstr ""
|
879 |
|
880 |
+
#: ../pro/mappress_pro_settings.php:92
|
881 |
+
msgid "Google InfoWindow"
|
882 |
+
msgstr ""
|
883 |
|
884 |
+
#: ../pro/mappress_pro_settings.php:93
|
885 |
+
msgid "InfoBox (can be styled and extend outside the map)"
|
886 |
+
msgstr ""
|
887 |
|
888 |
+
#: ../pro/mappress_pro_settings.php:99
|
889 |
+
msgid "Disable map panning when infoWindow / infoBox is opened"
|
890 |
+
msgstr ""
|
|
|
891 |
|
892 |
+
#: ../pro/mappress_pro_settings.php:103
|
893 |
+
msgid "Show featured image thumbnails in mashup POIs"
|
894 |
+
msgstr ""
|
895 |
|
896 |
+
#: ../pro/mappress_pro_settings.php:111
|
897 |
+
msgid "Use existing size: "
|
898 |
+
msgstr ""
|
899 |
|
900 |
+
#: ../pro/mappress_pro_settings.php:114
|
901 |
+
msgid "or resize to (px): "
|
902 |
+
msgstr ""
|
903 |
|
904 |
+
#: ../pro/mappress_pro_settings.php:129
|
905 |
+
msgid "styled maps"
|
906 |
+
msgstr ""
|
907 |
|
908 |
+
#: ../pro/mappress_pro_settings.php:130
|
909 |
+
msgid "styled maps wizard"
|
910 |
+
msgstr ""
|
911 |
|
912 |
+
#: ../pro/mappress_pro_settings.php:132
|
913 |
+
#, php-format
|
914 |
+
msgid "Enter JSON for %s from Google's %s"
|
915 |
+
msgstr ""
|
916 |
|
917 |
+
#: ../pro/mappress_pro_settings.php:141
|
918 |
+
msgid "Style name"
|
919 |
+
msgstr ""
|
920 |
|
921 |
+
#: ../pro/mappress_pro_settings.php:155
|
922 |
+
msgid "No styles have been defined yet"
|
923 |
+
msgstr ""
|
924 |
|
925 |
+
#: ../pro/mappress_pro_settings.php:166
|
926 |
+
msgid "Nominatim"
|
927 |
+
msgstr ""
|
928 |
|
929 |
+
#: ../pro/mappress_pro_settings.php:178
|
930 |
+
msgid "Address Line 1"
|
931 |
+
msgstr ""
|
932 |
|
933 |
+
#: ../pro/mappress_pro_settings.php:179
|
934 |
+
msgid "Address Line 2"
|
935 |
+
msgstr ""
|
936 |
|
937 |
+
#: ../pro/mappress_pro_settings.php:180
|
938 |
+
msgid "Address Line 3"
|
939 |
+
msgstr ""
|
940 |
|
941 |
+
#: ../pro/mappress_pro_settings.php:181
|
942 |
+
msgid "Address Line 4"
|
943 |
msgstr ""
|
944 |
|
945 |
+
#: ../pro/mappress_pro_settings.php:182
|
946 |
+
msgid "Address Line 5"
|
947 |
msgstr ""
|
948 |
|
949 |
+
#: ../pro/mappress_pro_settings.php:183
|
950 |
+
msgid "Address Line 6"
|
|
|
951 |
msgstr ""
|
952 |
|
953 |
+
#: ../pro/mappress_pro_settings.php:184
|
954 |
+
msgid "Latitude"
|
955 |
msgstr ""
|
956 |
|
957 |
+
#: ../pro/mappress_pro_settings.php:185
|
958 |
+
msgid "Longitude"
|
959 |
msgstr ""
|
960 |
|
961 |
+
#: ../pro/mappress_pro_settings.php:186
|
962 |
+
msgid "Icon"
|
963 |
msgstr ""
|
964 |
|
965 |
+
#: ../pro/mappress_pro_settings.php:187
|
966 |
+
msgid "Title"
|
967 |
+
msgstr "Título"
|
968 |
+
|
969 |
+
#: ../pro/mappress_pro_settings.php:188
|
970 |
+
msgid "Body"
|
971 |
msgstr ""
|
972 |
|
973 |
+
#: ../pro/mappress_pro_settings.php:189
|
974 |
+
msgid "Map Zoom"
|
975 |
+
msgstr "Zoom"
|
976 |
+
|
977 |
+
#: ../pro/mappress_pro_settings.php:192 ../pro/mappress_widget.php:140
|
978 |
+
msgid "Map"
|
979 |
+
msgstr "Map ID"
|
980 |
+
|
981 |
+
#: ../pro/mappress_pro_settings.php:192
|
982 |
+
msgid "Custom Field"
|
983 |
+
msgstr "Campos Personalizado"
|
984 |
+
|
985 |
+
#: ../pro/mappress_pro_settings.php:201
|
986 |
+
msgid "Overwrite existing maps when upating"
|
987 |
msgstr ""
|
988 |
|
989 |
+
#: ../pro/mappress_pro_settings.php:206
|
990 |
+
msgid "usage tracking"
|
991 |
msgstr ""
|
992 |
|
993 |
+
#: ../pro/mappress_pro_settings.php:207
|
994 |
+
#, php-format
|
995 |
+
msgid "API keys is needed only for premium services or %s"
|
996 |
+
msgstr ""
|
997 |
+
|
998 |
+
#: ../pro/mappress_pro_settings.php:211
|
999 |
+
msgid "Height"
|
1000 |
+
msgstr "Altura"
|
1001 |
+
|
1002 |
+
#: ../pro/mappress_pro_settings.php:222
|
1003 |
+
msgid "Enter sizes in px or %"
|
1004 |
+
msgstr ""
|
1005 |
+
|
1006 |
+
#: ../pro/mappress_pro_settings.php:231
|
1007 |
+
msgid "Permanently resize existing maps"
|
1008 |
+
msgstr ""
|
1009 |
+
"Haga clic para cambiar el tamaño de forma permanente de TODOS sus mapas:"
|
1010 |
+
|
1011 |
+
#: ../pro/mappress_pro_settings.php:233
|
1012 |
+
#, php-format
|
1013 |
+
msgid "from %s to %s"
|
1014 |
+
msgstr ""
|
1015 |
+
|
1016 |
+
#: ../pro/mappress_pro_settings.php:234
|
1017 |
+
msgid "Force Resize"
|
1018 |
+
msgstr "Forzar redimensionar"
|
1019 |
+
|
1020 |
+
#: ../pro/mappress_widget.php:78
|
1021 |
msgid "Widget title"
|
1022 |
msgstr ""
|
1023 |
|
1024 |
+
#: ../pro/mappress_widget.php:83
|
1025 |
msgid "Map size"
|
1026 |
msgstr "Tamaño del mapa"
|
1027 |
|
1028 |
+
#: ../pro/mappress_widget.php:89
|
1029 |
+
msgid "Show"
|
1030 |
+
msgstr "Mostrar:"
|
1031 |
|
1032 |
+
#: ../pro/mappress_widget.php:90
|
1033 |
msgid "Current posts"
|
1034 |
msgstr ""
|
1035 |
|
1036 |
+
#: ../pro/mappress_widget.php:91
|
1037 |
+
msgid "Hide if empty"
|
1038 |
+
msgstr ""
|
1039 |
+
|
1040 |
+
#: ../pro/mappress_widget.php:93
|
1041 |
msgid "All posts"
|
1042 |
msgstr ""
|
1043 |
|
1044 |
+
#: ../pro/mappress_widget.php:94
|
1045 |
msgid "Custom query"
|
1046 |
msgstr ""
|
1047 |
|
1048 |
+
#: ../pro/mappress_widget.php:97
|
1049 |
msgid "Learn about queries"
|
1050 |
msgstr "Aprenda acerca de las consultas"
|
1051 |
|
1052 |
+
#: ../pro/mappress_widget.php:102
|
1053 |
+
msgid "Show POI list"
|
1054 |
+
msgstr ""
|
|
|
1055 |
|
1056 |
+
#: ../pro/mappress_widget.php:104
|
1057 |
+
msgid "Link POIs to posts"
|
1058 |
msgstr ""
|
1059 |
|
1060 |
+
#: ../pro/mappress_widget.php:109
|
1061 |
+
msgid "Inline"
|
1062 |
+
msgstr "En Línea"
|
1063 |
|
1064 |
+
#: ../pro/mappress_widget.php:137
|
1065 |
+
msgid "Map type"
|
1066 |
+
msgstr "Tipo de mapa"
|
1067 |
|
1068 |
+
#: ../pro/mappress_widget.php:151
|
1069 |
+
msgid "Other Settings"
|
1070 |
+
msgstr "Otras opciones"
|
|
|
1071 |
|
1072 |
+
#: ../pro/mappress_widget.php:154
|
1073 |
+
msgid "Example: traffic=\"false\" maplinks=\"\""
|
1074 |
msgstr ""
|
1075 |
|
1076 |
+
#: ../templates/map_directions.php:3
|
1077 |
+
msgid "By car"
|
1078 |
+
msgstr "En Coche"
|
1079 |
|
1080 |
+
#: ../templates/map_directions.php:4
|
1081 |
+
msgid "Public Transit"
|
1082 |
msgstr ""
|
1083 |
|
1084 |
+
#: ../templates/map_directions.php:5
|
1085 |
+
msgid "Walking"
|
1086 |
+
msgstr "A pie"
|
1087 |
+
|
1088 |
+
#: ../templates/map_directions.php:16
|
1089 |
+
msgid "Swap start and end"
|
1090 |
+
msgstr "Intercambiar inicio y fin"
|
1091 |
+
|
1092 |
+
#: ../templates/map_directions.php:29
|
1093 |
+
msgid "Get Directions"
|
1094 |
+
msgstr "Cómo llegar"
|
1095 |
+
|
1096 |
+
#: ../templates/map_directions.php:30
|
1097 |
+
msgid "Print"
|
1098 |
+
msgstr "Imprimir"
|
1099 |
+
|
1100 |
+
#: ../templates/map_directions.php:31
|
1101 |
+
msgid "Close"
|
1102 |
+
msgstr "Cerrar"
|
1103 |
+
|
1104 |
+
#: ../templates/map_poi_list.php:5
|
1105 |
+
msgid "Location"
|
1106 |
+
msgstr "Localización"
|
1107 |
+
|
1108 |
+
#~ msgid "Internal error, map was missing. Your data has not been saved!"
|
1109 |
+
#~ msgstr "Error interno, no se encontro el mapa. Sus datos no se ha salvado!"
|
1110 |
+
|
1111 |
+
#~ msgid "Internal error - unable to save map. Your data has not been saved!"
|
1112 |
+
#~ msgstr ""
|
1113 |
+
#~ "Error interno - no se puede guardar mapa. Sus datos no se ha salvado!"
|
1114 |
+
|
1115 |
+
#~ msgid "Show traffic button"
|
1116 |
+
#~ msgstr "Mostrar el botón de tráfico"
|
1117 |
+
|
1118 |
+
#~ msgid "Custom fields"
|
1119 |
+
#~ msgstr "Campo personalizado"
|
1120 |
+
|
1121 |
+
#~ msgid "Custom CSS"
|
1122 |
+
#~ msgstr "CSS personalizado"
|
1123 |
+
|
1124 |
+
#~ msgid ""
|
1125 |
+
#~ "Allow your readers to change the map type (street, satellite, or hybrid)"
|
1126 |
+
#~ msgstr ""
|
1127 |
+
#~ "Permita que sus lectores a cambiar el tipo de mapa (calles, satélite o "
|
1128 |
+
#~ "híbrido)"
|
1129 |
+
|
1130 |
+
#~ msgid "Display the street view control \"peg man\""
|
1131 |
+
#~ msgstr "Mostrar el control de vista de la calle"
|
1132 |
+
|
1133 |
+
#~ msgid ""
|
1134 |
+
#~ "Select 'Google' if directions aren't displaying properly in your theme"
|
1135 |
+
#~ msgstr ""
|
1136 |
+
#~ "Seleccione \"Google\" si las direcciones no se muestran correctamente en "
|
1137 |
+
#~ "el tema"
|
1138 |
+
|
1139 |
+
#~ msgid "Show a button for real-time traffic conditions"
|
1140 |
+
#~ msgstr "Mostrar un botón para las condiciones del tráfico en tiempo real"
|
1141 |
+
|
1142 |
+
#~ msgid "post types"
|
1143 |
+
#~ msgstr "Tipos de post"
|
1144 |
+
|
1145 |
+
#~ msgid "Mark the %s where you want to use MapPress"
|
1146 |
+
#~ msgstr "Marque el% s en la que desea utilizar MapPress"
|
1147 |
+
|
1148 |
+
#~ msgid "post"
|
1149 |
+
#~ msgstr "post"
|
1150 |
+
|
1151 |
+
#~ msgid "page"
|
1152 |
+
#~ msgstr "página"
|
1153 |
+
|
1154 |
+
#~ msgid "Report a bug"
|
1155 |
+
#~ msgstr "Notificar un error"
|
1156 |
+
|
1157 |
+
#~ msgid "Start"
|
1158 |
+
#~ msgstr "Inicio"
|
1159 |
+
|
1160 |
+
#~ msgid "End"
|
1161 |
+
#~ msgstr "Fin"
|
1162 |
+
|
1163 |
+
#~ msgid "Print Directions"
|
1164 |
+
#~ msgstr "Imprimir direcciones"
|
1165 |
+
|
1166 |
+
#~ msgid "FAQ"
|
1167 |
+
#~ msgstr "FAQ"
|
1168 |
+
|
1169 |
+
#~ msgid "Toggle lat/lng entry"
|
1170 |
+
#~ msgstr "Toggle lat/lng entry"
|
1171 |
+
|
1172 |
+
#~ msgid "Lat/Lng"
|
1173 |
+
#~ msgstr "Lat/Lng"
|
1174 |
+
|
1175 |
+
#~ msgid "Current Maps"
|
1176 |
+
#~ msgstr "Mapa actual"
|
1177 |
+
|
1178 |
+
#~ msgid "Medium"
|
1179 |
+
#~ msgstr "Mediano"
|
1180 |
+
|
1181 |
+
#~ msgid "There are no maps yet for this post"
|
1182 |
+
#~ msgstr "No hay mapas todavia para este post"
|
1183 |
+
|
1184 |
+
#~ msgid "Create a new map"
|
1185 |
+
#~ msgstr "Crear un nuevo mapa"
|
1186 |
+
|
1187 |
+
#~ msgid "Did you mean: "
|
1188 |
+
#~ msgstr "Quizás quisiste decir:"
|
1189 |
+
|
1190 |
+
#~ msgid "View"
|
1191 |
+
#~ msgstr "Ver"
|
1192 |
+
|
1193 |
+
#~ msgid "Back"
|
1194 |
+
#~ msgstr "Volver"
|
1195 |
+
|
1196 |
+
#~ msgid "Delete this map marker?"
|
1197 |
+
#~ msgstr "¿Eliminar este indicador de mapa?"
|
1198 |
+
|
1199 |
+
#~ msgid "Map saved"
|
1200 |
+
#~ msgstr "Mapa salvado"
|
1201 |
+
|
1202 |
+
#~ msgid "Map deleted"
|
1203 |
+
#~ msgstr "Mapa borrado"
|
1204 |
+
|
1205 |
+
#~ msgid "Error: AJAX failed! "
|
1206 |
+
#~ msgstr "Error:¡AJAX fallo!"
|
1207 |
+
|
1208 |
+
#~ msgid "Marker title"
|
1209 |
+
#~ msgstr "Título Marcador"
|
1210 |
+
|
1211 |
+
#~ msgid "Link"
|
1212 |
+
#~ msgstr "Link"
|
1213 |
+
|
1214 |
+
#~ msgid "Marker body"
|
1215 |
+
#~ msgstr "Marcador de cuerpo"
|
1216 |
+
|
1217 |
#~ msgid "Map custom field"
|
1218 |
#~ msgstr "Mapa de campo personalizado"
|
1219 |
|
1220 |
#~ msgid ""
|
1221 |
+
#~ " Include your own CSS. You must create a file named %s in the MapPress "
|
1222 |
+
#~ "%s sub-directory"
|
1223 |
#~ msgstr ""
|
1224 |
#~ "Incluya su propio CSS. Debe crear un archivo llamado% s en el directorio% "
|
1225 |
#~ "s MapPress subdirectorio"
|
1233 |
#~ msgid "Please make a donation today!"
|
1234 |
#~ msgstr "¡Por favor haga una donación hoy!"
|
1235 |
|
|
|
|
|
|
|
1236 |
#~ msgid "Categories"
|
1237 |
#~ msgstr "Categorías"
|
1238 |
|
1250 |
|
1251 |
#~ msgid "Used when only 1 marker is visible"
|
1252 |
#~ msgstr "Se utiliza cuando sólo un marcador es visible"
|
|
|
|
|
|
languages/mappress-it_IT.mo
CHANGED
Binary file
|
languages/mappress-it_IT.po
CHANGED
@@ -6,659 +6,1478 @@ msgid ""
|
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: MapPress Easy Google Maps in italiano\n"
|
8 |
"Report-Msgid-Bugs-To: \n"
|
9 |
-
"POT-Creation-Date:
|
10 |
-
"PO-Revision-Date:
|
11 |
-
"Last-Translator:
|
12 |
"Language-Team: Gianni Diurno | gidibao.net & charmingpress.com\n"
|
|
|
13 |
"MIME-Version: 1.0\n"
|
14 |
"Content-Type: text/plain; charset=UTF-8\n"
|
15 |
"Content-Transfer-Encoding: 8bit\n"
|
16 |
-
"X-Poedit-Language: Italian\n"
|
17 |
-
"X-Poedit-Country: ITALY\n"
|
18 |
"X-Poedit-KeywordsList: __;_e;esc_attr__;esc_attr_e;esc_html__;esc_html_e\n"
|
19 |
"X-Poedit-Basepath: ../\n"
|
20 |
"X-Poedit-SourceCharset: utf-8\n"
|
|
|
21 |
"X-Poedit-SearchPath-0: .\n"
|
22 |
|
23 |
-
#:
|
24 |
msgid "Version"
|
25 |
msgstr " Versione"
|
26 |
|
27 |
-
#:
|
28 |
-
msgid "
|
29 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
|
31 |
-
#:
|
32 |
-
msgid "
|
33 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
|
35 |
-
#:
|
36 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
37 |
msgid "Untitled"
|
38 |
msgstr "Senza nome"
|
39 |
|
40 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
msgid "Basic Settings"
|
42 |
msgstr "Impostazioni"
|
43 |
|
44 |
-
#:
|
|
|
|
|
|
|
|
|
45 |
msgid "Automatic map display"
|
46 |
msgstr "Visualizzazione mappa"
|
47 |
|
48 |
-
#:
|
49 |
msgid "Post types"
|
50 |
msgstr "Tipo di articoli"
|
51 |
|
52 |
-
#:
|
53 |
-
msgid "Map alignment"
|
54 |
-
msgstr "Allineamento mappa"
|
55 |
-
|
56 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\mappress-google-maps-for-wordpress/mappress.php:438
|
57 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\mappress-google-maps-for-wordpress/mappress_api.php:733
|
58 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\mappress-google-maps-for-wordpress/pro/mappress_pro.php:569
|
59 |
-
msgid "Directions"
|
60 |
-
msgstr "Percorsi"
|
61 |
-
|
62 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\mappress-google-maps-for-wordpress/mappress.php:439
|
63 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\mappress-google-maps-for-wordpress/pro/mappress_pro.php:576
|
64 |
msgid "Marker list"
|
65 |
msgstr "Lista marker"
|
66 |
|
67 |
-
#:
|
68 |
msgid "Map types"
|
69 |
msgstr "Tipo di mappa"
|
70 |
|
71 |
-
#:
|
72 |
msgid "Street View"
|
73 |
msgstr "Street view"
|
74 |
|
75 |
-
#:
|
76 |
msgid "Scroll wheel zoom"
|
77 |
msgstr "Scroll wheel zoom"
|
78 |
|
79 |
-
#:
|
80 |
msgid "Keyboard shortcuts"
|
81 |
msgstr "Scorciatoie da tastiera"
|
82 |
|
83 |
-
#:
|
84 |
msgid "Open first marker"
|
85 |
msgstr "Apertura primo marker"
|
86 |
|
87 |
-
#:
|
88 |
msgid "Show traffic button"
|
89 |
msgstr "Mostra pulsante traffico"
|
90 |
|
91 |
-
#:
|
92 |
msgid "Tooltips"
|
93 |
msgstr "Strumenti"
|
94 |
|
95 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
96 |
msgid "Localization"
|
97 |
msgstr "Località"
|
98 |
|
99 |
-
#:
|
100 |
msgid "Language"
|
101 |
msgstr "Lingua"
|
102 |
|
103 |
-
#:
|
104 |
msgid "Country"
|
105 |
msgstr "Paese"
|
106 |
|
107 |
-
#:
|
108 |
msgid "Directions server"
|
109 |
msgstr "Server direzioni"
|
110 |
|
111 |
-
#:
|
112 |
msgid "Templates"
|
113 |
msgstr "Template"
|
114 |
|
115 |
-
#:
|
116 |
msgid "Marker list template"
|
117 |
msgstr "Template lista marker"
|
118 |
|
119 |
-
#:
|
120 |
msgid "Custom Fields"
|
121 |
msgstr "Campi personalizzati"
|
122 |
|
123 |
-
#:
|
124 |
msgid "Custom fields"
|
125 |
msgstr "Campi personalizzati"
|
126 |
|
127 |
-
#:
|
128 |
msgid "Micsellaneous"
|
129 |
msgstr "Varie"
|
130 |
|
131 |
-
#:
|
132 |
-
msgid "
|
133 |
-
msgstr "
|
134 |
|
135 |
-
#:
|
136 |
msgid "Force resize"
|
137 |
msgstr "Imponi resize"
|
138 |
|
139 |
-
#:
|
140 |
msgid "MapPress link"
|
141 |
msgstr "Link MapPress"
|
142 |
|
143 |
-
#:
|
144 |
msgid "country code"
|
145 |
msgstr "codice paese"
|
146 |
|
147 |
-
#:
|
148 |
#, php-format
|
149 |
msgid "Enter a %s to use when searching (leave blank for USA)"
|
150 |
-
msgstr "
|
|
|
151 |
|
152 |
-
#:
|
153 |
-
msgid "Enter
|
154 |
-
msgstr "
|
|
|
155 |
|
156 |
-
#:
|
157 |
msgid "Enable zoom with the mouse scroll wheel"
|
158 |
msgstr "Attiva lo zoom con la rotellina del mouse"
|
159 |
|
160 |
-
#:
|
161 |
msgid "Enable keyboard panning and zooming"
|
162 |
msgstr "Attivare tastiera panoramica e zoom"
|
163 |
|
164 |
-
#:
|
165 |
msgid "language"
|
166 |
msgstr "lingua"
|
167 |
|
168 |
-
#:
|
169 |
#, php-format
|
170 |
-
msgid "Use a specific %s for map controls (
|
171 |
-
msgstr "
|
|
|
|
|
172 |
|
173 |
-
#:
|
174 |
-
msgid "
|
175 |
-
|
|
|
|
|
|
|
176 |
|
177 |
-
#:
|
178 |
msgid "Display the street view control \"peg man\""
|
179 |
msgstr "Mostra il controllo visualizzazione stradale \"peg man\""
|
180 |
|
181 |
-
#:
|
182 |
msgid "Inline (in your blog)"
|
183 |
msgstr "Inline (nel tuo blog)"
|
184 |
|
185 |
-
#:
|
186 |
-
#:
|
187 |
msgid "Google"
|
188 |
msgstr "Google"
|
189 |
|
190 |
-
#:
|
191 |
-
#:
|
192 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\mappress-google-maps-for-wordpress/pro/mappress_pro.php:570
|
193 |
msgid "None"
|
194 |
msgstr "Nessuno"
|
195 |
|
196 |
-
#:
|
197 |
msgid "Select 'Google' if directions aren't displaying properly in your theme"
|
198 |
-
msgstr "
|
|
|
|
|
199 |
|
200 |
-
#:
|
201 |
-
#:
|
202 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\mappress-google-maps-for-wordpress/mappress.php:711
|
203 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\mappress-google-maps-for-wordpress/mappress.php:719
|
204 |
#, php-format
|
205 |
msgid "This setting requires %s."
|
206 |
msgstr "Questa impostazione richiede %s."
|
207 |
|
208 |
-
#:
|
209 |
-
msgid "Show a list of markers under each map
|
210 |
msgstr "Mostra sotto ogni mappa una lista di luoghi"
|
211 |
|
212 |
-
#:
|
213 |
msgid "Automatically open the first marker when a map is displayed"
|
214 |
msgstr "Apri il primo marker al momento della visualizzazione della mappa"
|
215 |
|
216 |
-
#:
|
217 |
msgid "Show a button for real-time traffic conditions"
|
218 |
msgstr "Mostra un pulsante per le condizioni del traffico in tempo reale"
|
219 |
|
220 |
-
#:
|
221 |
-
msgid "
|
222 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
223 |
|
224 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
225 |
msgid "Default"
|
226 |
msgstr "predefinito"
|
227 |
|
228 |
-
#:
|
229 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\mappress-google-maps-for-wordpress/mappress.php:630
|
230 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\mappress-google-maps-for-wordpress/mappress_api.php:666
|
231 |
-
msgid "Center"
|
232 |
-
msgstr "al centro"
|
233 |
-
|
234 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\mappress-google-maps-for-wordpress/mappress.php:634
|
235 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\mappress-google-maps-for-wordpress/mappress.php:635
|
236 |
msgid "Left"
|
237 |
msgstr "a sinistra"
|
238 |
|
239 |
-
#:
|
240 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\mappress-google-maps-for-wordpress/mappress.php:640
|
241 |
msgid "Right"
|
242 |
msgstr "a destra"
|
243 |
|
244 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
245 |
msgid "Top of post"
|
246 |
msgstr "in cima all'articolo"
|
247 |
|
248 |
-
#:
|
249 |
msgid "Bottom of post"
|
250 |
msgstr "al fondo dell'articolo"
|
251 |
|
252 |
-
#:
|
253 |
msgid "No automatic display"
|
254 |
msgstr "nessuna visualizzazione automatica"
|
255 |
|
256 |
-
#:
|
257 |
msgid "post types"
|
258 |
msgstr "tipo di articoli"
|
259 |
|
260 |
-
#:
|
261 |
#, php-format
|
262 |
-
msgid "Mark the %s where
|
263 |
-
msgstr "
|
264 |
|
265 |
-
#:
|
266 |
msgid "post"
|
267 |
msgstr "articolo"
|
268 |
|
269 |
-
#:
|
270 |
msgid "page"
|
271 |
msgstr "pagina"
|
272 |
|
273 |
-
#:
|
274 |
-
msgid "
|
275 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
276 |
|
277 |
-
#:
|
278 |
msgid "Force Resize"
|
279 |
msgstr "imponi resize"
|
280 |
|
281 |
-
#:
|
282 |
-
msgid "
|
283 |
-
msgstr "
|
|
|
|
|
|
|
|
|
284 |
|
285 |
-
#:
|
286 |
-
msgid "
|
287 |
-
msgstr "
|
288 |
|
289 |
-
#:
|
290 |
-
msgid "
|
291 |
-
msgstr "
|
292 |
|
293 |
-
#:
|
294 |
-
msgid "
|
295 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
296 |
|
297 |
-
#:
|
298 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\mappress-google-maps-for-wordpress/mappress.php:741
|
299 |
msgid "No new items"
|
300 |
msgstr "Nessun nuovo termine"
|
301 |
|
302 |
-
#:
|
|
|
|
|
|
|
|
|
303 |
msgid "Subscribe with RSS"
|
304 |
msgstr "Abbonati via RSS"
|
305 |
|
306 |
-
#:
|
307 |
msgid "5 Stars"
|
308 |
msgstr "5 Stelle"
|
309 |
|
310 |
-
#:
|
|
|
|
|
|
|
|
|
311 |
#, php-format
|
312 |
-
msgid "
|
313 |
-
msgstr "Votalo %s su WordPress.org
|
314 |
|
315 |
-
#:
|
|
|
|
|
|
|
|
|
316 |
msgid "Thanks for your support!"
|
317 |
msgstr "Grazie per il tuo supporto!"
|
318 |
|
319 |
-
#:
|
320 |
-
|
321 |
-
|
322 |
-
msgstr "Documentazione"
|
323 |
|
324 |
-
#:
|
325 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\mappress-google-maps-for-wordpress/mappress_api.php:606
|
326 |
-
msgid "Report a bug"
|
327 |
-
msgstr "Segnalazione bug"
|
328 |
-
|
329 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\mappress-google-maps-for-wordpress/mappress.php:841
|
330 |
msgid "Like this plugin?"
|
331 |
msgstr "Ti piace questo plugin?"
|
332 |
|
333 |
-
#:
|
334 |
msgid "MapPress News"
|
335 |
msgstr "Notizie MapPress"
|
336 |
|
337 |
-
#:
|
|
|
|
|
|
|
|
|
338 |
msgid "Save Changes"
|
339 |
msgstr "Salva le modifiche"
|
340 |
|
341 |
-
#:
|
342 |
msgid "Reset Defaults"
|
343 |
msgstr "Ripristina i valori predefiniti"
|
344 |
|
345 |
-
#:
|
346 |
-
msgid "
|
347 |
-
msgstr "
|
348 |
|
349 |
-
#:
|
350 |
-
msgid "
|
351 |
-
msgstr "
|
352 |
|
353 |
-
#:
|
354 |
-
msgid "
|
355 |
-
msgstr "
|
356 |
|
357 |
-
#:
|
358 |
-
|
359 |
-
|
360 |
-
msgstr "Nessun risultato geocodifica da Google: %s"
|
361 |
|
362 |
-
#:
|
363 |
-
|
364 |
-
|
365 |
-
msgstr "Google non é in grado di geocodificare l'indirizzo: %s, stato: %s"
|
366 |
|
367 |
-
#:
|
368 |
-
|
369 |
-
|
370 |
-
msgstr "Nessun risultato geocodifica per l'indirizzo: %s"
|
371 |
|
372 |
-
#:
|
373 |
-
msgid "
|
374 |
-
msgstr "
|
375 |
|
376 |
-
#:
|
377 |
-
msgid "
|
378 |
-
msgstr "
|
379 |
|
380 |
-
#:
|
381 |
-
msgid "
|
382 |
-
msgstr "
|
383 |
|
384 |
-
#:
|
385 |
-
msgid "
|
386 |
-
msgstr "
|
387 |
|
388 |
-
#:
|
389 |
-
msgid "
|
390 |
-
msgstr "
|
391 |
|
392 |
-
#:
|
393 |
-
msgid "
|
394 |
-
msgstr "
|
395 |
|
396 |
-
#:
|
397 |
-
msgid "
|
398 |
-
msgstr "
|
399 |
|
400 |
-
#:
|
401 |
-
msgid "
|
402 |
-
msgstr "
|
403 |
|
404 |
-
#:
|
405 |
-
msgid "
|
406 |
-
msgstr "
|
407 |
|
408 |
-
#:
|
409 |
-
msgid "
|
410 |
-
msgstr "
|
411 |
|
412 |
-
#:
|
413 |
-
msgid "
|
414 |
-
msgstr "
|
415 |
|
416 |
-
#:
|
417 |
-
msgid "
|
418 |
-
msgstr "
|
419 |
|
420 |
-
#:
|
421 |
-
msgid "
|
422 |
-
msgstr "
|
423 |
|
424 |
-
#:
|
425 |
-
msgid "
|
426 |
-
msgstr "
|
427 |
|
428 |
-
#:
|
429 |
-
msgid "
|
430 |
-
msgstr "
|
431 |
|
432 |
-
#:
|
433 |
-
msgid "
|
434 |
-
msgstr "
|
435 |
|
436 |
-
#:
|
437 |
-
|
438 |
-
|
439 |
-
|
|
|
440 |
|
441 |
-
#:
|
442 |
-
|
443 |
-
|
444 |
-
msgstr "Nome"
|
445 |
|
446 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
447 |
msgid "Small"
|
448 |
msgstr "Piccola"
|
449 |
|
450 |
-
#:
|
451 |
-
msgid "Medium"
|
452 |
-
msgstr "Media"
|
453 |
-
|
454 |
-
#: C:\wamp\www\wordpress\wp-content\plugins\mappress-google-maps-for-wordpress/mappress_api.php:661
|
455 |
msgid "Large"
|
456 |
msgstr "Grande"
|
457 |
|
458 |
-
#:
|
459 |
-
|
460 |
-
|
461 |
-
msgstr "Salva"
|
462 |
|
463 |
-
#:
|
464 |
-
msgid "
|
465 |
-
msgstr "
|
466 |
|
467 |
-
#:
|
468 |
-
|
469 |
-
|
|
|
470 |
|
471 |
-
#:
|
472 |
-
msgid "
|
473 |
-
msgstr "
|
474 |
|
475 |
-
#:
|
476 |
-
msgid "
|
477 |
-
msgstr "
|
478 |
|
479 |
-
#:
|
480 |
-
msgid "
|
481 |
-
msgstr "
|
482 |
|
483 |
-
#:
|
484 |
-
msgid "
|
485 |
-
msgstr "
|
486 |
|
487 |
-
#:
|
488 |
-
msgid "
|
489 |
-
msgstr "
|
490 |
|
491 |
-
#:
|
492 |
-
msgid "
|
493 |
-
msgstr "
|
494 |
|
495 |
-
#:
|
496 |
-
msgid "
|
497 |
-
msgstr "
|
498 |
|
499 |
-
#:
|
500 |
-
msgid "
|
501 |
-
msgstr "
|
502 |
|
503 |
-
#:
|
504 |
-
msgid "
|
505 |
-
msgstr "
|
506 |
|
507 |
-
#:
|
508 |
-
|
509 |
-
|
510 |
-
msgstr "Annulla"
|
511 |
|
512 |
-
#:
|
513 |
-
msgid "
|
514 |
-
msgstr "
|
515 |
|
516 |
-
#:
|
517 |
-
msgid "
|
518 |
-
msgstr "
|
519 |
|
520 |
-
#:
|
521 |
-
msgid "
|
522 |
-
msgstr "
|
523 |
|
524 |
-
#:
|
525 |
-
msgid "
|
526 |
-
msgstr "
|
527 |
|
528 |
-
#:
|
529 |
-
msgid "
|
530 |
-
msgstr "
|
531 |
|
532 |
-
#:
|
533 |
-
msgid "
|
534 |
-
msgstr "
|
535 |
|
536 |
-
#:
|
537 |
-
msgid "
|
538 |
-
msgstr "
|
539 |
|
540 |
-
#:
|
541 |
-
msgid "
|
542 |
-
msgstr "
|
543 |
|
544 |
-
#:
|
545 |
-
|
546 |
-
|
|
|
547 |
|
548 |
-
#:
|
549 |
-
msgid "
|
550 |
-
msgstr "
|
551 |
|
552 |
-
#:
|
553 |
-
msgid "
|
554 |
-
msgstr "
|
555 |
|
556 |
-
#:
|
557 |
-
msgid "
|
558 |
-
msgstr "
|
559 |
|
560 |
-
#:
|
561 |
-
msgid "
|
562 |
-
msgstr "
|
563 |
|
564 |
-
#:
|
565 |
-
|
566 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
567 |
|
568 |
-
#:
|
|
|
|
|
|
|
|
|
569 |
#, php-format
|
570 |
-
msgid "
|
571 |
-
msgstr "
|
|
|
|
|
572 |
|
573 |
-
#:
|
574 |
-
msgid "
|
575 |
-
msgstr "
|
576 |
|
577 |
-
#:
|
578 |
-
msgid "
|
579 |
-
msgstr "
|
580 |
|
581 |
-
#:
|
582 |
-
msgid "
|
583 |
-
msgstr "
|
584 |
|
585 |
-
#:
|
586 |
-
msgid "
|
587 |
-
msgstr "
|
588 |
|
589 |
-
#:
|
590 |
-
msgid "
|
591 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
592 |
|
593 |
-
#:
|
594 |
-
msgid "
|
595 |
-
msgstr "
|
596 |
|
597 |
-
#:
|
598 |
-
msgid "
|
599 |
-
msgstr "
|
600 |
|
601 |
-
#:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
602 |
msgid "Widget title"
|
603 |
msgstr "Nome widget"
|
604 |
|
605 |
-
#:
|
606 |
msgid "Map size"
|
607 |
msgstr "Dimensione mappa"
|
608 |
|
609 |
-
#:
|
610 |
-
msgid "Show
|
611 |
-
msgstr "Mostra
|
612 |
|
613 |
-
#:
|
614 |
msgid "Current posts"
|
615 |
msgstr "Articoli in uso"
|
616 |
|
617 |
-
#:
|
|
|
|
|
|
|
|
|
618 |
msgid "All posts"
|
619 |
msgstr "Tutti gli articoli"
|
620 |
|
621 |
-
#:
|
622 |
msgid "Custom query"
|
623 |
msgstr "Query personalizzata"
|
624 |
|
625 |
-
#:
|
626 |
msgid "Learn about queries"
|
627 |
msgstr "Info sulle richieste"
|
628 |
|
629 |
-
#:
|
630 |
-
|
631 |
-
|
632 |
-
msgstr "Nome del marker"
|
633 |
|
634 |
-
#:
|
635 |
-
msgid "
|
636 |
-
msgstr "
|
637 |
|
638 |
-
#:
|
639 |
-
msgid "
|
640 |
-
msgstr "
|
641 |
|
642 |
-
#:
|
643 |
-
msgid "
|
644 |
-
msgstr "
|
645 |
|
646 |
-
#:
|
647 |
-
|
648 |
-
|
649 |
-
msgstr "Corpo del marker"
|
650 |
|
651 |
-
#:
|
652 |
-
msgid "
|
653 |
-
msgstr "
|
654 |
|
655 |
-
#:
|
656 |
-
msgid "
|
657 |
-
msgstr "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
658 |
|
659 |
-
|
660 |
-
|
661 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
662 |
|
663 |
#~ msgid "This setting requires %s. Show a list of markers under each map."
|
664 |
#~ msgstr ""
|
@@ -668,9 +1487,6 @@ msgstr "Mostra elenco marker"
|
|
668 |
#~ msgid "Donate"
|
669 |
#~ msgstr "Donazioni"
|
670 |
|
671 |
-
#~ msgid "Please make a donation today!"
|
672 |
-
#~ msgstr "Effettua una donazione!"
|
673 |
-
|
674 |
#~ msgid "Marker title:"
|
675 |
#~ msgstr "Nome del marker:"
|
676 |
|
@@ -695,8 +1511,8 @@ msgstr "Mostra elenco marker"
|
|
695 |
#~ msgstr "Campo personalizzato mappa"
|
696 |
|
697 |
#~ msgid ""
|
698 |
-
#~ " Include your own CSS. You must create a file named %s in the MapPress
|
699 |
-
#~ "s sub-directory"
|
700 |
#~ msgstr ""
|
701 |
#~ " Includi CSS personalizzato. Crea un file a nome %s nella sotto-cartella "
|
702 |
#~ "%s di MapPress"
|
@@ -704,9 +1520,6 @@ msgstr "Mostra elenco marker"
|
|
704 |
#~ msgid "Map addresses from a %s : "
|
705 |
#~ msgstr "Indirizzi mappa da un %s : "
|
706 |
|
707 |
-
#~ msgid "Subpages"
|
708 |
-
#~ msgstr "Sottopagine"
|
709 |
-
|
710 |
#~ msgid "Categories"
|
711 |
#~ msgstr "Categorie"
|
712 |
|
@@ -808,15 +1621,9 @@ msgstr "Mostra elenco marker"
|
|
808 |
#~ msgid "Insert map shortcode in post »"
|
809 |
#~ msgstr "Inserisci nell'articolo lo shortcode della mappa »"
|
810 |
|
811 |
-
#~ msgid "Add locations"
|
812 |
-
#~ msgstr "Aggiungi più località"
|
813 |
-
|
814 |
#~ msgid "Street Address, city, state, country, or place"
|
815 |
#~ msgstr "Indirizzo, città, stato, nazione o luogo"
|
816 |
|
817 |
-
#~ msgid "Latitude/Longitude "
|
818 |
-
#~ msgstr "Latitudine/Longitudine"
|
819 |
-
|
820 |
#~ msgid "Preview"
|
821 |
#~ msgstr "Anteprima"
|
822 |
|
@@ -841,12 +1648,6 @@ msgstr "Mostra elenco marker"
|
|
841 |
#~ msgstr ""
|
842 |
#~ "Ho dedicato molto tempo allo sviluppo di MapPress. Effettua una donazione!"
|
843 |
|
844 |
-
#~ msgid "Google Maps API Key"
|
845 |
-
#~ msgstr "Chiave API Google Maps"
|
846 |
-
|
847 |
-
#~ msgid "Optional Settings"
|
848 |
-
#~ msgstr "Impostazioni facoltative"
|
849 |
-
|
850 |
#~ msgid "Address format"
|
851 |
#~ msgstr "Formato indirizzo"
|
852 |
|
@@ -873,9 +1674,6 @@ msgstr "Mostra elenco marker"
|
|
873 |
#~ msgid "Check to enable directions to/from map markers"
|
874 |
#~ msgstr "Seleziona per attivare (marker della mappa) i percorsi da/a"
|
875 |
|
876 |
-
#~ msgid "Big map controls"
|
877 |
-
#~ msgstr "Controlli Big Map"
|
878 |
-
|
879 |
#~ msgid ""
|
880 |
#~ "Check to show large map controls; uncheck for a small zoom control instead"
|
881 |
#~ msgstr ""
|
@@ -893,9 +1691,6 @@ msgstr "Mostra elenco marker"
|
|
893 |
#~ "Seleziona quale tipologia di mappa mostrare alla visualizzazione di "
|
894 |
#~ "partenza"
|
895 |
|
896 |
-
#~ msgid "Default map icon: "
|
897 |
-
#~ msgstr "Icona predefinita mappa:"
|
898 |
-
|
899 |
#~ msgid "(click the icon to choose)"
|
900 |
#~ msgstr "(clicca sulla icona per scegliere)"
|
901 |
|
@@ -909,12 +1704,6 @@ msgstr "Mostra elenco marker"
|
|
909 |
#~ msgid "(leave blank for default)"
|
910 |
#~ msgstr "(lascia in bianco per le predefinite)"
|
911 |
|
912 |
-
#~ msgid "Width "
|
913 |
-
#~ msgstr "Larghezza"
|
914 |
-
|
915 |
-
#~ msgid "Add address"
|
916 |
-
#~ msgstr "Aggiungi indirizzo"
|
917 |
-
|
918 |
#~ msgid "1 - zoomed out"
|
919 |
#~ msgstr "1 - riduci zoom"
|
920 |
|
6 |
msgstr ""
|
7 |
"Project-Id-Version: MapPress Easy Google Maps in italiano\n"
|
8 |
"Report-Msgid-Bugs-To: \n"
|
9 |
+
"POT-Creation-Date: 2014-01-26 13:33+0100\n"
|
10 |
+
"PO-Revision-Date: 2014-01-26 14:45+0100\n"
|
11 |
+
"Last-Translator: Roberto Scano <mail@robertoscano.info>\n"
|
12 |
"Language-Team: Gianni Diurno | gidibao.net & charmingpress.com\n"
|
13 |
+
"Language: it_IT\n"
|
14 |
"MIME-Version: 1.0\n"
|
15 |
"Content-Type: text/plain; charset=UTF-8\n"
|
16 |
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
|
17 |
"X-Poedit-KeywordsList: __;_e;esc_attr__;esc_attr_e;esc_html__;esc_html_e\n"
|
18 |
"X-Poedit-Basepath: ../\n"
|
19 |
"X-Poedit-SourceCharset: utf-8\n"
|
20 |
+
"X-Generator: Poedit 1.5.5\n"
|
21 |
"X-Poedit-SearchPath-0: .\n"
|
22 |
|
23 |
+
#: mappress.php:122
|
24 |
msgid "Version"
|
25 |
msgstr " Versione"
|
26 |
|
27 |
+
#: mappress.php:130 mappress_api.php:550 mappress_options.php:603
|
28 |
+
msgid "Documentation"
|
29 |
+
msgstr "Documentazione"
|
30 |
+
|
31 |
+
#: mappress.php:131
|
32 |
+
msgid "Support"
|
33 |
+
msgstr "Supporto"
|
34 |
+
|
35 |
+
#: mappress.php:132
|
36 |
+
msgid "Contact"
|
37 |
+
msgstr "Contatti"
|
38 |
+
|
39 |
+
#: mappress.php:135
|
40 |
+
msgid "Upgrade to MapPress Pro"
|
41 |
+
msgstr "Passa a MapPress Pro"
|
42 |
+
|
43 |
+
#: mappress.php:334
|
44 |
+
msgid ""
|
45 |
+
"MapPress database tables are missing. Please deactivate the plugin and "
|
46 |
+
"activate it again to fix this."
|
47 |
+
msgstr ""
|
48 |
+
"Non sono presenti le tabelle del database di MapPress. Disattiva il plugin "
|
49 |
+
"quindi, riattivalo nuovamente per correggere il problema."
|
50 |
+
|
51 |
+
#: mappress.php:339
|
52 |
+
msgid ""
|
53 |
+
"WARNING: MapPress now requires WordPress 3.2 or higher. Please upgrade "
|
54 |
+
"before using MapPress."
|
55 |
+
msgstr ""
|
56 |
+
"ATTENZIONE: MapPress richiede WordPress 3.2 o superiore. Effettua "
|
57 |
+
"l'aggiornamento prima di utilizzare MapPress."
|
58 |
+
|
59 |
+
#: mappress.php:344
|
60 |
+
msgid ""
|
61 |
+
"WARNING: MapPress is not compfatible with the WP-Geo plugin. Please "
|
62 |
+
"deactivate or uninstall WP-Geo before using MapPress."
|
63 |
+
msgstr ""
|
64 |
+
"ATTENZIONE: MapPress non é compatibile con il plugin WP-Geo. Disattiva o "
|
65 |
+
"disinstalla WP-Geo prima di usare MapPress."
|
66 |
+
|
67 |
+
#: mappress.php:542 mappress_api.php:739 templates/map_directions.php:6
|
68 |
+
msgid "Bicycling"
|
69 |
+
msgstr "In bicicletta"
|
70 |
+
|
71 |
+
#: mappress.php:543
|
72 |
+
msgid "Bike"
|
73 |
+
msgstr "Bicicletta"
|
74 |
+
|
75 |
+
#: mappress.php:544
|
76 |
+
msgid "One of the addresses could not be found."
|
77 |
+
msgstr "Uno degli indirizzi non è stato trovato."
|
78 |
+
|
79 |
+
#: mappress.php:545 mappress_api.php:662
|
80 |
+
msgid ""
|
81 |
+
"Google cannot return directions between those addresses. There is no route "
|
82 |
+
"between them or the routing information is not available."
|
83 |
+
msgstr ""
|
84 |
+
"Google non può mostrare i percorsi tra questi indirizzi. Non esiste tra "
|
85 |
+
"loro una strada oppure l'informazione sulla strada non é disponibile."
|
86 |
+
|
87 |
+
#: mappress.php:546 mappress_api.php:663
|
88 |
+
msgid "Unknown error, unable to return directions. Status code = "
|
89 |
+
msgstr ""
|
90 |
+
"Errore sconosciuto, impossibile ritornare ai percorsi. Codice status = "
|
91 |
+
|
92 |
+
#: mappress.php:547 mappress_api.php:667 mappress_options.php:103
|
93 |
+
#: mappress_poi.php:281 mappress_settings.php:130 pro/mappress_widget.php:108
|
94 |
+
msgid "Directions"
|
95 |
+
msgstr "Percorsi"
|
96 |
+
|
97 |
+
#: mappress.php:548
|
98 |
+
msgid "Error reading KML file"
|
99 |
+
msgstr "Errore nella lettura del file KML"
|
100 |
+
|
101 |
+
#: mappress.php:549
|
102 |
+
msgid "Loading..."
|
103 |
+
msgstr "Caricamento..."
|
104 |
|
105 |
+
#: mappress.php:550 mappress_api.php:665
|
106 |
+
msgid "No matching address"
|
107 |
+
msgstr "Nessun indirizzo corrispondente"
|
108 |
+
|
109 |
+
#: mappress.php:551
|
110 |
+
msgid "Unable to get your location"
|
111 |
+
msgstr "Impossibile identificare la tua posizione"
|
112 |
+
|
113 |
+
#: mappress.php:552 mappress_api.php:685 mappress_settings.php:318
|
114 |
+
msgid "Traffic"
|
115 |
+
msgstr "Traffico"
|
116 |
+
|
117 |
+
#: mappress.php:553
|
118 |
+
msgid "Transit"
|
119 |
+
msgstr "Trasporti"
|
120 |
+
|
121 |
+
#: mappress.php:554 mappress_api.php:684 mappress_poi.php:330
|
122 |
+
#: mappress_settings.php:313 mappress_settings.php:452
|
123 |
+
#: pro/mappress_widget.php:124
|
124 |
+
msgid "Zoom"
|
125 |
+
msgstr "Zoom"
|
126 |
+
|
127 |
+
#: mappress.php:559 mappress_api.php:563
|
128 |
+
msgid "Add"
|
129 |
+
msgstr "Aggiungere"
|
130 |
+
|
131 |
+
#: mappress.php:560
|
132 |
+
msgid "Click & drag to move"
|
133 |
+
msgstr "Clicca e trascina per muovere"
|
134 |
+
|
135 |
+
#: mappress.php:561
|
136 |
+
msgid "Click to change"
|
137 |
+
msgstr "Clicca per modificare"
|
138 |
|
139 |
+
#: mappress.php:562 mappress_api.php:671 mappress_api.php:679
|
140 |
+
#: mappress_map.php:440
|
141 |
+
msgid "Delete"
|
142 |
+
msgstr "Annulla"
|
143 |
+
|
144 |
+
#: mappress.php:563
|
145 |
+
msgid "Delete this POI?"
|
146 |
+
msgstr "Cancello questo POI?"
|
147 |
+
|
148 |
+
#: mappress.php:564 mappress_api.php:678
|
149 |
+
msgid "Delete this map?"
|
150 |
+
msgstr "Desideri cancellare questa mappa?"
|
151 |
+
|
152 |
+
#: mappress.php:565
|
153 |
+
msgid "Please save the map first"
|
154 |
+
msgstr "Per cortesia prima salva la mappa"
|
155 |
+
|
156 |
+
#: mappress.php:566
|
157 |
+
msgid "Shape"
|
158 |
+
msgstr "Forma"
|
159 |
+
|
160 |
+
#: mappress.php:567 mappress_api.php:660 mappress_map.php:53
|
161 |
msgid "Untitled"
|
162 |
msgstr "Senza nome"
|
163 |
|
164 |
+
#: mappress_api.php:93
|
165 |
+
#, php-format
|
166 |
+
msgid "No geocoding response from Google: %s"
|
167 |
+
msgstr "Nessun risultato geocodifica da Google: %s"
|
168 |
+
|
169 |
+
#: mappress_api.php:106
|
170 |
+
#, php-format
|
171 |
+
msgid "Google cannot geocode address: %s, status: %s"
|
172 |
+
msgstr "Google non é in grado di geocodificare l'indirizzo: %s, stato: %s"
|
173 |
+
|
174 |
+
#: mappress_api.php:109
|
175 |
+
#, php-format
|
176 |
+
msgid "No geocoding result for address: %s"
|
177 |
+
msgstr "Nessun risultato geocodifica per l'indirizzo: %s"
|
178 |
+
|
179 |
+
#: mappress_api.php:551
|
180 |
+
msgid "FAQ"
|
181 |
+
msgstr "FAQ"
|
182 |
+
|
183 |
+
#: mappress_api.php:552 mappress_options.php:604
|
184 |
+
msgid "Report a bug"
|
185 |
+
msgstr "Segnalazione bug"
|
186 |
+
|
187 |
+
#: mappress_api.php:567 templates/map_poi_list.php:5
|
188 |
+
msgid "Location"
|
189 |
+
msgstr "Luogo"
|
190 |
+
|
191 |
+
#: mappress_api.php:582
|
192 |
+
msgid "Current Maps"
|
193 |
+
msgstr "Mappe in uso"
|
194 |
+
|
195 |
+
#: mappress_api.php:583 forms/map_media.php:12
|
196 |
+
msgid "New Map"
|
197 |
+
msgstr "Nuova mappa"
|
198 |
+
|
199 |
+
#: mappress_api.php:592 mappress_api.php:659 forms/map_media.php:22
|
200 |
+
msgid "Map ID"
|
201 |
+
msgstr "ID mappa"
|
202 |
+
|
203 |
+
#: mappress_api.php:595 mappress_api.php:676 pro/mappress_pro_settings.php:199
|
204 |
+
msgid "Title"
|
205 |
+
msgstr "Nome"
|
206 |
+
|
207 |
+
#: mappress_api.php:608 mappress_api.php:669 forms/map_editor_infobox.php:45
|
208 |
+
#: forms/map_media.php:46
|
209 |
+
msgid "Save"
|
210 |
+
msgstr "Salva"
|
211 |
+
|
212 |
+
#: mappress_api.php:609 mappress_options.php:290 mappress_options.php:291
|
213 |
+
#: mappress_settings.php:381 pro/mappress_widget.php:116
|
214 |
+
msgid "Center"
|
215 |
+
msgstr "al centro"
|
216 |
+
|
217 |
+
#: mappress_api.php:656
|
218 |
+
msgid "Maps in this post"
|
219 |
+
msgstr "Mappe in questo articolo"
|
220 |
+
|
221 |
+
#: mappress_api.php:657
|
222 |
+
msgid "There are no maps yet for this post"
|
223 |
+
msgstr "Nessuna mappa per questo articolo"
|
224 |
+
|
225 |
+
#: mappress_api.php:658
|
226 |
+
msgid "Create a new map"
|
227 |
+
msgstr "Crea una nuova mappa"
|
228 |
+
|
229 |
+
#: mappress_api.php:661
|
230 |
+
msgid "The starting or ending address could not be found."
|
231 |
+
msgstr "Manca l'indirizzo di partenza o arrivo."
|
232 |
+
|
233 |
+
#: mappress_api.php:664
|
234 |
+
msgid "Enter address"
|
235 |
+
msgstr "Inserire indirizzo"
|
236 |
+
|
237 |
+
#: mappress_api.php:666
|
238 |
+
msgid "Did you mean: "
|
239 |
+
msgstr "Intendevi?"
|
240 |
+
|
241 |
+
#: mappress_api.php:668 mappress_map.php:438
|
242 |
+
msgid "Edit"
|
243 |
+
msgstr "Modifica"
|
244 |
+
|
245 |
+
#: mappress_api.php:670 forms/map_editor_infobox.php:46 forms/map_media.php:47
|
246 |
+
#: pro/mappress_icons.php:71
|
247 |
+
msgid "Cancel"
|
248 |
+
msgstr "Cancella"
|
249 |
+
|
250 |
+
#: mappress_api.php:672
|
251 |
+
msgid "View"
|
252 |
+
msgstr "Visualizza"
|
253 |
+
|
254 |
+
#: mappress_api.php:673
|
255 |
+
msgid "Back"
|
256 |
+
msgstr "Indietro"
|
257 |
+
|
258 |
+
#: mappress_api.php:674 mappress_map.php:439 forms/map_media.php:48
|
259 |
+
msgid "Insert into post"
|
260 |
+
msgstr "Inserisci nell'articolo"
|
261 |
+
|
262 |
+
#: mappress_api.php:675
|
263 |
+
msgid "Select a map"
|
264 |
+
msgstr "Seleziona una mappa"
|
265 |
+
|
266 |
+
#: mappress_api.php:677
|
267 |
+
msgid "Delete this map marker?"
|
268 |
+
msgstr "Desideri annullare il marker di questa mappa?"
|
269 |
+
|
270 |
+
#: mappress_api.php:680
|
271 |
+
msgid "Map saved"
|
272 |
+
msgstr "La mappa é stata salvata"
|
273 |
+
|
274 |
+
#: mappress_api.php:681
|
275 |
+
msgid "Map deleted"
|
276 |
+
msgstr "La mappa é stata cancellata"
|
277 |
+
|
278 |
+
#: mappress_api.php:682
|
279 |
+
msgid "Error: AJAX failed! "
|
280 |
+
msgstr "ERRORE. AJAX fallito!"
|
281 |
+
|
282 |
+
#: mappress_api.php:683
|
283 |
+
msgid "Click & drag to move this marker"
|
284 |
+
msgstr "Clicca e trascina per muovere questo marker"
|
285 |
+
|
286 |
+
#: mappress_api.php:686
|
287 |
+
msgid "Standard icons"
|
288 |
+
msgstr "Icone standard"
|
289 |
+
|
290 |
+
#: mappress_api.php:687
|
291 |
+
msgid "My icons"
|
292 |
+
msgstr "Le mie icone"
|
293 |
+
|
294 |
+
#: mappress_api.php:737 templates/map_directions.php:3
|
295 |
+
msgid "By car"
|
296 |
+
msgstr "In auto"
|
297 |
+
|
298 |
+
#: mappress_api.php:738 templates/map_directions.php:5
|
299 |
+
msgid "Walking"
|
300 |
+
msgstr "A piedi"
|
301 |
+
|
302 |
+
#: mappress_api.php:745
|
303 |
+
msgid "Start"
|
304 |
+
msgstr "Avvio"
|
305 |
+
|
306 |
+
#: mappress_api.php:752 templates/map_directions.php:16
|
307 |
+
msgid "Swap start and end"
|
308 |
+
msgstr "Swap start and end"
|
309 |
+
|
310 |
+
#: mappress_api.php:758
|
311 |
+
msgid "End"
|
312 |
+
msgstr "Fine"
|
313 |
+
|
314 |
+
#: mappress_api.php:767 templates/map_directions.php:29
|
315 |
+
msgid "Get Directions"
|
316 |
+
msgstr "Ottieni i Percorsi"
|
317 |
+
|
318 |
+
#: mappress_api.php:768
|
319 |
+
msgid "Print Directions"
|
320 |
+
msgstr "Stampa il percorso"
|
321 |
+
|
322 |
+
#: mappress_api.php:769 templates/map_directions.php:31
|
323 |
+
msgid "Close"
|
324 |
+
msgstr "Chiudi"
|
325 |
+
|
326 |
+
#: mappress_map.php:118
|
327 |
+
msgid "Map not found"
|
328 |
+
msgstr "Mappa non trovata"
|
329 |
+
|
330 |
+
#: mappress_map.php:479
|
331 |
+
msgid "Show map"
|
332 |
+
msgstr "Mostra mappa"
|
333 |
+
|
334 |
+
#: mappress_map.php:491 mappress_settings.php:444 forms/map_editor.php:17
|
335 |
+
msgid "Center map"
|
336 |
+
msgstr "Centra mappa"
|
337 |
+
|
338 |
+
#: mappress_map.php:500 mappress_settings.php:445
|
339 |
+
msgid "Reset map"
|
340 |
+
msgstr "Ripristina mappa"
|
341 |
+
|
342 |
+
#: mappress_map.php:509 mappress_settings.php:443
|
343 |
+
msgid "Bigger map"
|
344 |
+
msgstr "Mappa più grande"
|
345 |
+
|
346 |
+
#: mappress_map.php:510
|
347 |
+
msgid "Smaller map"
|
348 |
+
msgstr "Mappa più piccola"
|
349 |
+
|
350 |
+
#: mappress_options.php:99 mappress_settings.php:127
|
351 |
msgid "Basic Settings"
|
352 |
msgstr "Impostazioni"
|
353 |
|
354 |
+
#: mappress_options.php:100 mappress_options.php:391
|
355 |
+
msgid "Show a sample map on this page"
|
356 |
+
msgstr "Mostra una mappa semplice in questa pagina"
|
357 |
+
|
358 |
+
#: mappress_options.php:101 mappress_settings.php:129
|
359 |
msgid "Automatic map display"
|
360 |
msgstr "Visualizzazione mappa"
|
361 |
|
362 |
+
#: mappress_options.php:102 mappress_settings.php:128
|
363 |
msgid "Post types"
|
364 |
msgstr "Tipo di articoli"
|
365 |
|
366 |
+
#: mappress_options.php:104
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
367 |
msgid "Marker list"
|
368 |
msgstr "Lista marker"
|
369 |
|
370 |
+
#: mappress_options.php:105 mappress_settings.php:311
|
371 |
msgid "Map types"
|
372 |
msgstr "Tipo di mappa"
|
373 |
|
374 |
+
#: mappress_options.php:106
|
375 |
msgid "Street View"
|
376 |
msgstr "Street view"
|
377 |
|
378 |
+
#: mappress_options.php:107 mappress_settings.php:135
|
379 |
msgid "Scroll wheel zoom"
|
380 |
msgstr "Scroll wheel zoom"
|
381 |
|
382 |
+
#: mappress_options.php:108 mappress_settings.php:134
|
383 |
msgid "Keyboard shortcuts"
|
384 |
msgstr "Scorciatoie da tastiera"
|
385 |
|
386 |
+
#: mappress_options.php:109
|
387 |
msgid "Open first marker"
|
388 |
msgstr "Apertura primo marker"
|
389 |
|
390 |
+
#: mappress_options.php:110
|
391 |
msgid "Show traffic button"
|
392 |
msgstr "Mostra pulsante traffico"
|
393 |
|
394 |
+
#: mappress_options.php:111 mappress_settings.php:148
|
395 |
msgid "Tooltips"
|
396 |
msgstr "Strumenti"
|
397 |
|
398 |
+
#: mappress_options.php:112 mappress_settings.php:316
|
399 |
+
msgid "Overview map"
|
400 |
+
msgstr "Mappa panoramica"
|
401 |
+
|
402 |
+
#: mappress_options.php:114
|
403 |
+
msgid "CSS Settings"
|
404 |
+
msgstr "Impostazioni CSS"
|
405 |
+
|
406 |
+
#: mappress_options.php:115 mappress_settings.php:141
|
407 |
+
msgid "Map alignment"
|
408 |
+
msgstr "Allineamento mappa"
|
409 |
+
|
410 |
+
#: mappress_options.php:116 mappress_settings.php:142
|
411 |
+
msgid "Map border"
|
412 |
+
msgstr "Bordo mappa"
|
413 |
+
|
414 |
+
#: mappress_options.php:126 mappress_settings.php:158
|
415 |
msgid "Localization"
|
416 |
msgstr "Località"
|
417 |
|
418 |
+
#: mappress_options.php:127 mappress_settings.php:159
|
419 |
msgid "Language"
|
420 |
msgstr "Lingua"
|
421 |
|
422 |
+
#: mappress_options.php:128 mappress_settings.php:160
|
423 |
msgid "Country"
|
424 |
msgstr "Paese"
|
425 |
|
426 |
+
#: mappress_options.php:129 mappress_settings.php:161
|
427 |
msgid "Directions server"
|
428 |
msgstr "Server direzioni"
|
429 |
|
430 |
+
#: mappress_options.php:131
|
431 |
msgid "Templates"
|
432 |
msgstr "Template"
|
433 |
|
434 |
+
#: mappress_options.php:132
|
435 |
msgid "Marker list template"
|
436 |
msgstr "Template lista marker"
|
437 |
|
438 |
+
#: mappress_options.php:134
|
439 |
msgid "Custom Fields"
|
440 |
msgstr "Campi personalizzati"
|
441 |
|
442 |
+
#: mappress_options.php:135
|
443 |
msgid "Custom fields"
|
444 |
msgstr "Campi personalizzati"
|
445 |
|
446 |
+
#: mappress_options.php:140
|
447 |
msgid "Micsellaneous"
|
448 |
msgstr "Varie"
|
449 |
|
450 |
+
#: mappress_options.php:141 mappress_settings.php:165
|
451 |
+
msgid "Map sizes"
|
452 |
+
msgstr "Dimensioni mappa"
|
453 |
|
454 |
+
#: mappress_options.php:142 pro/mappress_pro_settings.php:33
|
455 |
msgid "Force resize"
|
456 |
msgstr "Imponi resize"
|
457 |
|
458 |
+
#: mappress_options.php:143
|
459 |
msgid "MapPress link"
|
460 |
msgstr "Link MapPress"
|
461 |
|
462 |
+
#: mappress_options.php:188 mappress_settings.php:237
|
463 |
msgid "country code"
|
464 |
msgstr "codice paese"
|
465 |
|
466 |
+
#: mappress_options.php:190 mappress_settings.php:239
|
467 |
#, php-format
|
468 |
msgid "Enter a %s to use when searching (leave blank for USA)"
|
469 |
+
msgstr ""
|
470 |
+
"Inserisci il %s da utilizzare durante la ricerca (lascia in bianco per USA)"
|
471 |
|
472 |
+
#: mappress_options.php:197 mappress_settings.php:246
|
473 |
+
msgid "Enter a google server URL for directions/printing"
|
474 |
+
msgstr ""
|
475 |
+
"Inserisci un URL di server google da utilizzare per i percorsi / stampa"
|
476 |
|
477 |
+
#: mappress_options.php:203 mappress_settings.php:260
|
478 |
msgid "Enable zoom with the mouse scroll wheel"
|
479 |
msgstr "Attiva lo zoom con la rotellina del mouse"
|
480 |
|
481 |
+
#: mappress_options.php:208 mappress_settings.php:264
|
482 |
msgid "Enable keyboard panning and zooming"
|
483 |
msgstr "Attivare tastiera panoramica e zoom"
|
484 |
|
485 |
+
#: mappress_options.php:213 mappress_settings.php:270
|
486 |
msgid "language"
|
487 |
msgstr "lingua"
|
488 |
|
489 |
+
#: mappress_options.php:215
|
490 |
#, php-format
|
491 |
+
msgid "Use a specific %s for map controls (defaults to browser language)"
|
492 |
+
msgstr ""
|
493 |
+
"Utilizza una specifica %s per i controlli della mappa (predefinite per la "
|
494 |
+
"lingua del browser)"
|
495 |
|
496 |
+
#: mappress_options.php:222
|
497 |
+
msgid ""
|
498 |
+
"Allow your readers to change the map type (street, satellite, or hybrid)"
|
499 |
+
msgstr ""
|
500 |
+
"Permetti agli utenti di cambiare il tipo di mappa (stradale, satellite o "
|
501 |
+
"ibrida)"
|
502 |
|
503 |
+
#: mappress_options.php:227
|
504 |
msgid "Display the street view control \"peg man\""
|
505 |
msgstr "Mostra il controllo visualizzazione stradale \"peg man\""
|
506 |
|
507 |
+
#: mappress_options.php:234 mappress_settings.php:342
|
508 |
msgid "Inline (in your blog)"
|
509 |
msgstr "Inline (nel tuo blog)"
|
510 |
|
511 |
+
#: mappress_options.php:238 mappress_settings.php:343
|
512 |
+
#: pro/mappress_pro_settings.php:177 pro/mappress_widget.php:110
|
513 |
msgid "Google"
|
514 |
msgstr "Google"
|
515 |
|
516 |
+
#: mappress_options.php:242 mappress_settings.php:344
|
517 |
+
#: pro/mappress_widget.php:111
|
|
|
518 |
msgid "None"
|
519 |
msgstr "Nessuno"
|
520 |
|
521 |
+
#: mappress_options.php:244
|
522 |
msgid "Select 'Google' if directions aren't displaying properly in your theme"
|
523 |
+
msgstr ""
|
524 |
+
"Seleziona 'Google' qualora i percorsi non venissero mostrati correttamente "
|
525 |
+
"nel tema"
|
526 |
|
527 |
+
#: mappress_options.php:250 mappress_options.php:444 mappress_options.php:451
|
528 |
+
#: mappress_options.php:458 mappress_options.php:465
|
|
|
|
|
529 |
#, php-format
|
530 |
msgid "This setting requires %s."
|
531 |
msgstr "Questa impostazione richiede %s."
|
532 |
|
533 |
+
#: mappress_options.php:251
|
534 |
+
msgid "Show a list of markers under each map"
|
535 |
msgstr "Mostra sotto ogni mappa una lista di luoghi"
|
536 |
|
537 |
+
#: mappress_options.php:256
|
538 |
msgid "Automatically open the first marker when a map is displayed"
|
539 |
msgstr "Apri il primo marker al momento della visualizzazione della mappa"
|
540 |
|
541 |
+
#: mappress_options.php:262
|
542 |
msgid "Show a button for real-time traffic conditions"
|
543 |
msgstr "Mostra un pulsante per le condizioni del traffico in tempo reale"
|
544 |
|
545 |
+
#: mappress_options.php:265
|
546 |
+
msgid "Set traffic 'on' by default"
|
547 |
+
msgstr "Imposta traffico = 'on' come predefinito"
|
548 |
+
|
549 |
+
#: mappress_options.php:270
|
550 |
+
msgid "Show marker titles as a \"tooltip\" on mouse-over"
|
551 |
+
msgstr "Visualizza i titoli dei punti come \"tooltip\" al passaggio del mouse"
|
552 |
+
|
553 |
+
#: mappress_options.php:275
|
554 |
+
msgid "Show an overview map control in the bottom-right corner of the main map"
|
555 |
+
msgstr ""
|
556 |
+
"Mostra un controllo per la mappa panoramica nell'angolo in basso a destra "
|
557 |
+
"della pagina principale"
|
558 |
|
559 |
+
#: mappress_options.php:279
|
560 |
+
msgid "Automatically open the overview map"
|
561 |
+
msgstr "Apri automaticamente la mappa generale"
|
562 |
+
|
563 |
+
#: mappress_options.php:286 mappress_settings.php:280
|
564 |
+
#: mappress_settings.php:286 mappress_settings.php:380
|
565 |
+
#: mappress_settings.php:489
|
566 |
msgid "Default"
|
567 |
msgstr "predefinito"
|
568 |
|
569 |
+
#: mappress_options.php:295 mappress_options.php:296 mappress_settings.php:382
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
570 |
msgid "Left"
|
571 |
msgstr "a sinistra"
|
572 |
|
573 |
+
#: mappress_options.php:300 mappress_options.php:301 mappress_settings.php:383
|
|
|
574 |
msgid "Right"
|
575 |
msgstr "a destra"
|
576 |
|
577 |
+
#: mappress_options.php:303
|
578 |
+
#, php-format
|
579 |
+
msgid "Choose 'default' to override this with CSS class %s in your theme's %s"
|
580 |
+
msgstr ""
|
581 |
+
"Scegli 'predefinito' per sovrascrivere con le classi CSS %s nel tuo %s del "
|
582 |
+
"tema"
|
583 |
+
|
584 |
+
#: mappress_options.php:311 mappress_settings.php:395
|
585 |
+
msgid "solid"
|
586 |
+
msgstr "continua"
|
587 |
+
|
588 |
+
#: mappress_options.php:312 mappress_settings.php:396
|
589 |
+
msgid "dashed"
|
590 |
+
msgstr "tratteggiata"
|
591 |
+
|
592 |
+
#: mappress_options.php:313 mappress_settings.php:397
|
593 |
+
msgid "dotted"
|
594 |
+
msgstr "punteggiata"
|
595 |
+
|
596 |
+
#: mappress_options.php:314 mappress_settings.php:398
|
597 |
+
msgid "double"
|
598 |
+
msgstr "doppia"
|
599 |
+
|
600 |
+
#: mappress_options.php:315 mappress_settings.php:399
|
601 |
+
msgid "groove"
|
602 |
+
msgstr "scanalata"
|
603 |
+
|
604 |
+
#: mappress_options.php:316 mappress_settings.php:400
|
605 |
+
msgid "inset"
|
606 |
+
msgstr "inset"
|
607 |
+
|
608 |
+
#: mappress_options.php:317 mappress_settings.php:401
|
609 |
+
msgid "outset"
|
610 |
+
msgstr "outset"
|
611 |
+
|
612 |
+
#: mappress_options.php:321 mappress_settings.php:308
|
613 |
+
#: mappress_settings.php:405
|
614 |
+
msgid "Style"
|
615 |
+
msgstr "Stile"
|
616 |
+
|
617 |
+
#: mappress_options.php:329 mappress_settings.php:413
|
618 |
+
#: mappress_settings.php:489
|
619 |
+
msgid "Width"
|
620 |
+
msgstr "Larghezza"
|
621 |
+
|
622 |
+
#: mappress_options.php:337 mappress_settings.php:419
|
623 |
+
msgid "Corner radius"
|
624 |
+
msgstr "Radio angoli"
|
625 |
+
|
626 |
+
#: mappress_options.php:341 mappress_settings.php:428
|
627 |
+
msgid "Color"
|
628 |
+
msgstr "Colore"
|
629 |
+
|
630 |
+
#: mappress_options.php:346
|
631 |
+
msgid "Shadow"
|
632 |
+
msgstr "Ombra"
|
633 |
+
|
634 |
+
#: mappress_options.php:348
|
635 |
+
#, php-format
|
636 |
+
msgid "Choose -none- to override settings with CSS class %s in your theme's %s"
|
637 |
+
msgstr ""
|
638 |
+
"Scegli - nessuno - per sovrascrivere le impostazioni con la classe CSS %s "
|
639 |
+
"all'interno del %s del tuo tema"
|
640 |
+
|
641 |
+
#: mappress_options.php:366
|
642 |
+
msgid "Show the user's location on the map"
|
643 |
+
msgstr "Mostra la posizione dell'utente sulla mappa"
|
644 |
+
|
645 |
+
#: mappress_options.php:371
|
646 |
+
msgid "Open the user's marker when the map is displayed"
|
647 |
+
msgstr "Apri il puntatore dell'utente quando la mappa è visualizzata"
|
648 |
+
|
649 |
+
#: mappress_options.php:376
|
650 |
+
msgid "Center the map on the user's location"
|
651 |
+
msgstr "Centra la mappa nella posizione dell'utente"
|
652 |
+
|
653 |
+
#: mappress_options.php:398 mappress_settings.php:468
|
654 |
msgid "Top of post"
|
655 |
msgstr "in cima all'articolo"
|
656 |
|
657 |
+
#: mappress_options.php:402 mappress_settings.php:469
|
658 |
msgid "Bottom of post"
|
659 |
msgstr "al fondo dell'articolo"
|
660 |
|
661 |
+
#: mappress_options.php:406 mappress_settings.php:470
|
662 |
msgid "No automatic display"
|
663 |
msgstr "nessuna visualizzazione automatica"
|
664 |
|
665 |
+
#: mappress_options.php:414
|
666 |
msgid "post types"
|
667 |
msgstr "tipo di articoli"
|
668 |
|
669 |
+
#: mappress_options.php:416
|
670 |
#, php-format
|
671 |
+
msgid "Mark the %s where the MapPress Editor should be available"
|
672 |
+
msgstr "Marca %s dove l'editor MapPress dovrebbe essere disponibile"
|
673 |
|
674 |
+
#: mappress_options.php:423
|
675 |
msgid "post"
|
676 |
msgstr "articolo"
|
677 |
|
678 |
+
#: mappress_options.php:425
|
679 |
msgid "page"
|
680 |
msgstr "pagina"
|
681 |
|
682 |
+
#: mappress_options.php:436
|
683 |
+
msgid "Permanently resize existing maps:"
|
684 |
+
msgstr "Ridimensiona permanentemente le mappe esistenti:"
|
685 |
+
|
686 |
+
#: mappress_options.php:438 pro/mappress_pro_settings.php:229
|
687 |
+
#, php-format
|
688 |
+
msgid "from %s to %s"
|
689 |
+
msgstr "da %s a %s"
|
690 |
|
691 |
+
#: mappress_options.php:439 pro/mappress_pro_settings.php:230
|
692 |
msgid "Force Resize"
|
693 |
msgstr "imponi resize"
|
694 |
|
695 |
+
#: mappress_options.php:445
|
696 |
+
msgid "Set a template for the marker list"
|
697 |
+
msgstr "Definisci un modello per l'elenco dei punti"
|
698 |
+
|
699 |
+
#: mappress_options.php:452
|
700 |
+
msgid "Toggle the 'powered by' message"
|
701 |
+
msgstr "Rimuove il messaggio 'powered by'"
|
702 |
|
703 |
+
#: mappress_options.php:459
|
704 |
+
msgid "Automatically create maps from custom field data"
|
705 |
+
msgstr "Crea automaticamente mappe dai campi personalizzati"
|
706 |
|
707 |
+
#: mappress_options.php:466
|
708 |
+
msgid "Set custom map sizes"
|
709 |
+
msgstr "Definisci dimensioni personalizzate"
|
710 |
|
711 |
+
#: mappress_options.php:472
|
712 |
+
msgid "simple GeoRSS"
|
713 |
+
msgstr "semplice GeoRSS"
|
714 |
+
|
715 |
+
#: mappress_options.php:476
|
716 |
+
#, php-format
|
717 |
+
msgid "Enable %s for your RSS feeds"
|
718 |
+
msgstr "Abilita %s per il tuo feed RSS"
|
719 |
|
720 |
+
#: mappress_options.php:492 mappress_options.php:501
|
|
|
721 |
msgid "No new items"
|
722 |
msgstr "Nessun nuovo termine"
|
723 |
|
724 |
+
#: mappress_options.php:510
|
725 |
+
msgid "Read More"
|
726 |
+
msgstr "Continua lettura"
|
727 |
+
|
728 |
+
#: mappress_options.php:511
|
729 |
msgid "Subscribe with RSS"
|
730 |
msgstr "Abbonati via RSS"
|
731 |
|
732 |
+
#: mappress_options.php:520
|
733 |
msgid "5 Stars"
|
734 |
msgstr "5 Stelle"
|
735 |
|
736 |
+
#: mappress_options.php:522
|
737 |
+
msgid "Please take a moment to support future development "
|
738 |
+
msgstr "Ti chiediamo di perdere un momento per supportare sviluppi futuri"
|
739 |
+
|
740 |
+
#: mappress_options.php:523
|
741 |
#, php-format
|
742 |
+
msgid "* Rate it %s on WordPress.org"
|
743 |
+
msgstr "* Votalo %s su WordPress.org"
|
744 |
|
745 |
+
#: mappress_options.php:524
|
746 |
+
msgid "* Make a donation"
|
747 |
+
msgstr "* Effettua una donazione!"
|
748 |
+
|
749 |
+
#: mappress_options.php:532 mappress_settings.php:513
|
750 |
msgid "Thanks for your support!"
|
751 |
msgstr "Grazie per il tuo supporto!"
|
752 |
|
753 |
+
#: mappress_options.php:559 mappress_settings.php:540
|
754 |
+
msgid "MapPress"
|
755 |
+
msgstr "MapPress"
|
|
|
756 |
|
757 |
+
#: mappress_options.php:613 mappress_settings.php:590
|
|
|
|
|
|
|
|
|
|
|
758 |
msgid "Like this plugin?"
|
759 |
msgstr "Ti piace questo plugin?"
|
760 |
|
761 |
+
#: mappress_options.php:615
|
762 |
msgid "MapPress News"
|
763 |
msgstr "Notizie MapPress"
|
764 |
|
765 |
+
#: mappress_options.php:618 mappress_settings.php:592
|
766 |
+
msgid "Sample Map"
|
767 |
+
msgstr "Mappa esempio"
|
768 |
+
|
769 |
+
#: mappress_options.php:638 mappress_settings.php:611
|
770 |
msgid "Save Changes"
|
771 |
msgstr "Salva le modifiche"
|
772 |
|
773 |
+
#: mappress_options.php:639 mappress_settings.php:612
|
774 |
msgid "Reset Defaults"
|
775 |
msgstr "Ripristina i valori predefiniti"
|
776 |
|
777 |
+
#: mappress_poi.php:246 mappress_settings.php:453
|
778 |
+
msgid "Directions to"
|
779 |
+
msgstr "Percorsi verso"
|
780 |
|
781 |
+
#: mappress_poi.php:248 mappress_settings.php:454
|
782 |
+
msgid "Directions from"
|
783 |
+
msgstr "Percorsi da"
|
784 |
|
785 |
+
#: mappress_settings.php:132
|
786 |
+
msgid "Map Controls"
|
787 |
+
msgstr "Controlli mappa"
|
788 |
|
789 |
+
#: mappress_settings.php:133
|
790 |
+
msgid "Draggable"
|
791 |
+
msgstr "Trascinabile"
|
|
|
792 |
|
793 |
+
#: mappress_settings.php:136
|
794 |
+
msgid "Map Types"
|
795 |
+
msgstr "Tipi di mappa"
|
|
|
796 |
|
797 |
+
#: mappress_settings.php:137
|
798 |
+
msgid "Map controls"
|
799 |
+
msgstr "Controlli mappa"
|
|
|
800 |
|
801 |
+
#: mappress_settings.php:139
|
802 |
+
msgid "Map Settings"
|
803 |
+
msgstr "Impostazioni mappa"
|
804 |
|
805 |
+
#: mappress_settings.php:140
|
806 |
+
msgid "Map links"
|
807 |
+
msgstr "Collegamenti mappe"
|
808 |
|
809 |
+
#: mappress_settings.php:143
|
810 |
+
msgid "Map border color"
|
811 |
+
msgstr "Colore bordo mappa"
|
812 |
|
813 |
+
#: mappress_settings.php:144
|
814 |
+
msgid "Open first POI"
|
815 |
+
msgstr "Apri il primo POI"
|
816 |
|
817 |
+
#: mappress_settings.php:146
|
818 |
+
msgid "POI Settings"
|
819 |
+
msgstr "Impostazioni POI"
|
820 |
|
821 |
+
#: mappress_settings.php:147
|
822 |
+
msgid "POI links"
|
823 |
+
msgstr "Collegamenti POI"
|
824 |
|
825 |
+
#: mappress_settings.php:149
|
826 |
+
msgid "Default zoom"
|
827 |
+
msgstr "Zoom predefinito"
|
828 |
|
829 |
+
#: mappress_settings.php:152
|
830 |
+
msgid "Mashups"
|
831 |
+
msgstr "Mashup"
|
832 |
|
833 |
+
#: mappress_settings.php:153
|
834 |
+
msgid "Icons"
|
835 |
+
msgstr "Icone"
|
836 |
|
837 |
+
#: mappress_settings.php:154
|
838 |
+
msgid "Styled Maps"
|
839 |
+
msgstr "Mappe con stili"
|
840 |
|
841 |
+
#: mappress_settings.php:155
|
842 |
+
msgid "Geocoding"
|
843 |
+
msgstr "Geocoding"
|
844 |
|
845 |
+
#: mappress_settings.php:162
|
846 |
+
msgid "Directions units"
|
847 |
+
msgstr "Unità per percorsi"
|
848 |
|
849 |
+
#: mappress_settings.php:164
|
850 |
+
msgid "Miscellaneous"
|
851 |
+
msgstr "Varie"
|
852 |
|
853 |
+
#: mappress_settings.php:166
|
854 |
+
msgid "Adaptive display"
|
855 |
+
msgstr "Adatta visualizzazione"
|
856 |
|
857 |
+
#: mappress_settings.php:167
|
858 |
+
msgid "Turn off CSS"
|
859 |
+
msgstr "Disattiva CSS"
|
860 |
|
861 |
+
#: mappress_settings.php:168
|
862 |
+
msgid "Load maps last"
|
863 |
+
msgstr "Carica dopo le mappe"
|
864 |
|
865 |
+
#: mappress_settings.php:218
|
866 |
+
msgid "Use the settings below to automatically create maps from custom fields."
|
867 |
+
msgstr ""
|
868 |
+
"Utilizza le seguenti impostazioni per creare automaticamente delle mappe dai "
|
869 |
+
"campi personalizzati."
|
870 |
|
871 |
+
#: mappress_settings.php:224
|
872 |
+
msgid "Posts"
|
873 |
+
msgstr "Articoli"
|
|
|
874 |
|
875 |
+
#: mappress_settings.php:225
|
876 |
+
msgid "Pages"
|
877 |
+
msgstr "Pagine"
|
878 |
+
|
879 |
+
#: mappress_settings.php:251
|
880 |
+
msgid "(Default)"
|
881 |
+
msgstr "(Predefinito)"
|
882 |
+
|
883 |
+
#: mappress_settings.php:251
|
884 |
+
msgid "Metric (kilometers)"
|
885 |
+
msgstr "Metrico (chilometri)"
|
886 |
+
|
887 |
+
#: mappress_settings.php:251
|
888 |
+
msgid "Imperial (miles)"
|
889 |
+
msgstr "Imperiale (miglia)"
|
890 |
+
|
891 |
+
#: mappress_settings.php:256
|
892 |
+
msgid "Enable map dragging with the mouse"
|
893 |
+
msgstr "Abilita trascinamento mappe con il mouse"
|
894 |
+
|
895 |
+
#: mappress_settings.php:272
|
896 |
+
#, php-format
|
897 |
+
msgid "Use a specific %s for map controls and geocoding"
|
898 |
+
msgstr ""
|
899 |
+
"Usa una specifica %s per i controlli della mappa e la georeferenziazione"
|
900 |
+
|
901 |
+
#: mappress_settings.php:281
|
902 |
+
msgid "Horizontal"
|
903 |
+
msgstr "Orizzontale"
|
904 |
+
|
905 |
+
#: mappress_settings.php:282
|
906 |
+
msgid "Dropdown"
|
907 |
+
msgstr "Casella di selezione"
|
908 |
+
|
909 |
+
#: mappress_settings.php:287
|
910 |
msgid "Small"
|
911 |
msgstr "Piccola"
|
912 |
|
913 |
+
#: mappress_settings.php:288
|
|
|
|
|
|
|
|
|
914 |
msgid "Large"
|
915 |
msgstr "Grande"
|
916 |
|
917 |
+
#: mappress_settings.php:289
|
918 |
+
msgid "Android"
|
919 |
+
msgstr "Android"
|
|
|
920 |
|
921 |
+
#: mappress_settings.php:300
|
922 |
+
msgid "Open initially"
|
923 |
+
msgstr "Apri all'avvio"
|
924 |
|
925 |
+
#: mappress_settings.php:302 mappress_settings.php:304
|
926 |
+
#: mappress_settings.php:306
|
927 |
+
msgid "Checked initially"
|
928 |
+
msgstr "Selezionato all'avvio"
|
929 |
|
930 |
+
#: mappress_settings.php:308
|
931 |
+
msgid "Control"
|
932 |
+
msgstr "Controllo"
|
933 |
|
934 |
+
#: mappress_settings.php:308
|
935 |
+
msgid "Enable"
|
936 |
+
msgstr "Abilita"
|
937 |
|
938 |
+
#: mappress_settings.php:312
|
939 |
+
msgid "Pan"
|
940 |
+
msgstr "Pan"
|
941 |
|
942 |
+
#: mappress_settings.php:314
|
943 |
+
msgid "Street view"
|
944 |
+
msgstr "Street view"
|
945 |
|
946 |
+
#: mappress_settings.php:315
|
947 |
+
msgid "Scale"
|
948 |
+
msgstr "Scala"
|
949 |
|
950 |
+
#: mappress_settings.php:317
|
951 |
+
msgid "Public transit"
|
952 |
+
msgstr "Trasporto pubblico"
|
953 |
|
954 |
+
#: mappress_settings.php:319
|
955 |
+
msgid "Bike routes"
|
956 |
+
msgstr "Percorsi ciclabili"
|
957 |
|
958 |
+
#: mappress_settings.php:326
|
959 |
+
msgid "Road map"
|
960 |
+
msgstr "Percorso"
|
961 |
|
962 |
+
#: mappress_settings.php:327 pro/mappress_widget.php:142
|
963 |
+
msgid "Satellite"
|
964 |
+
msgstr "Satellite"
|
965 |
|
966 |
+
#: mappress_settings.php:328 pro/mappress_widget.php:143
|
967 |
+
msgid "Terrain"
|
968 |
+
msgstr "Rilievo"
|
|
|
969 |
|
970 |
+
#: mappress_settings.php:329 pro/mappress_widget.php:141
|
971 |
+
msgid "Hybrid"
|
972 |
+
msgstr "Ibrida"
|
973 |
|
974 |
+
#: mappress_settings.php:351
|
975 |
+
msgid "Automatically open the first POI when a map is displayed"
|
976 |
+
msgstr "Apri automaticamente il primo POI quando la mappa è visualizzata"
|
977 |
|
978 |
+
#: mappress_settings.php:356 mappress_settings.php:365
|
979 |
+
msgid "Show control"
|
980 |
+
msgstr "Visualizza controlli"
|
981 |
|
982 |
+
#: mappress_settings.php:360 mappress_settings.php:369
|
983 |
+
msgid "Enabled by default"
|
984 |
+
msgstr "Abilitato in modo predefinito"
|
985 |
|
986 |
+
#: mappress_settings.php:373
|
987 |
+
msgid "Show POI titles as a \"tooltip\" on mouse-over"
|
988 |
+
msgstr "Mostra i titoli dei POI come \"tooltip\" al passaggio del mouse."
|
989 |
|
990 |
+
#: mappress_settings.php:438
|
991 |
+
msgid "Display shadow"
|
992 |
+
msgstr "Visualizza ombre"
|
993 |
|
994 |
+
#: mappress_settings.php:462
|
995 |
+
msgid "Default zoom for POIs entered by lat/lng"
|
996 |
+
msgstr "Zoom predefinito per POI inseriti tramite lat/lon"
|
997 |
|
998 |
+
#: mappress_settings.php:477
|
999 |
+
msgid "Recenter maps when window is resized"
|
1000 |
+
msgstr "Ricentra le mappe quando la finestra è ridimensionata"
|
1001 |
|
1002 |
+
#: mappress_settings.php:481
|
1003 |
+
#, php-format
|
1004 |
+
msgid "Don't load the %s stylesheet"
|
1005 |
+
msgstr "Non caricare il foglio di stile %s"
|
1006 |
|
1007 |
+
#: mappress_settings.php:485
|
1008 |
+
msgid "Load maps in window 'load' event"
|
1009 |
+
msgstr "Carica mappe nell'evento window 'load'"
|
1010 |
|
1011 |
+
#: mappress_settings.php:489
|
1012 |
+
msgid "Height"
|
1013 |
+
msgstr "Altezza"
|
1014 |
|
1015 |
+
#: mappress_settings.php:500
|
1016 |
+
msgid "Enter sizes in px or %"
|
1017 |
+
msgstr "Inserisci dimensioni in px o %"
|
1018 |
|
1019 |
+
#: mappress_settings.php:510
|
1020 |
+
msgid "Rate it 5 Stars"
|
1021 |
+
msgstr "Votalo con 5 stelle"
|
1022 |
|
1023 |
+
#: mappress_settings.php:512
|
1024 |
+
#, php-format
|
1025 |
+
msgid "%s on WordPress.org"
|
1026 |
+
msgstr "%s su WordPress.org"
|
1027 |
+
|
1028 |
+
#: mappress_settings.php:541
|
1029 |
+
msgid "Easy Google Maps"
|
1030 |
+
msgstr "Easy Google Maps"
|
1031 |
+
|
1032 |
+
#: mappress_updater.php:19
|
1033 |
+
msgid "Settings"
|
1034 |
+
msgstr "Impostazioni"
|
1035 |
|
1036 |
+
#: mappress_updater.php:41
|
1037 |
+
msgid "download it now"
|
1038 |
+
msgstr "scarica ora"
|
1039 |
+
|
1040 |
+
#: mappress_updater.php:46
|
1041 |
#, php-format
|
1042 |
+
msgid "A PRO Version update is available for manual installation: %s"
|
1043 |
+
msgstr ""
|
1044 |
+
"Un aggiornamento della versione PRO è disponibile per installazione manuale: "
|
1045 |
+
"%s"
|
1046 |
|
1047 |
+
#: forms/map_editor.php:2
|
1048 |
+
msgid "Add POI"
|
1049 |
+
msgstr "Aggiungi POI"
|
1050 |
|
1051 |
+
#: forms/map_editor.php:5 templates/map_directions.php:11
|
1052 |
+
msgid "My location"
|
1053 |
+
msgstr "La mia posizione"
|
1054 |
|
1055 |
+
#: forms/map_editor.php:18
|
1056 |
+
msgid "Click map for lat/lng: "
|
1057 |
+
msgstr "Clicca mappa per lat/lon:"
|
1058 |
|
1059 |
+
#: forms/map_editor_infobox.php:22
|
1060 |
+
msgid "Line: "
|
1061 |
+
msgstr "Linea:"
|
1062 |
|
1063 |
+
#: forms/map_editor_infobox.php:24
|
1064 |
+
msgid "Weight"
|
1065 |
+
msgstr "Peso"
|
1066 |
+
|
1067 |
+
#: forms/map_editor_infobox.php:25 forms/map_editor_infobox.php:31
|
1068 |
+
msgid "Opacity"
|
1069 |
+
msgstr "Opacità"
|
1070 |
+
|
1071 |
+
#: forms/map_editor_infobox.php:29
|
1072 |
+
msgid "Fill: "
|
1073 |
+
msgstr "Riempimento:"
|
1074 |
+
|
1075 |
+
#: forms/map_editor_infobox.php:40
|
1076 |
+
msgid "Visual"
|
1077 |
+
msgstr "Visuale"
|
1078 |
|
1079 |
+
#: forms/map_editor_infobox.php:40
|
1080 |
+
msgid "HTML"
|
1081 |
+
msgstr "HTML"
|
1082 |
|
1083 |
+
#: forms/map_media.php:11
|
1084 |
+
msgid "Maps for This Post"
|
1085 |
+
msgstr "Mappe per questo articolo"
|
1086 |
|
1087 |
+
#: forms/map_media.php:27
|
1088 |
+
msgid "Map Title"
|
1089 |
+
msgstr "Titolo mappa"
|
1090 |
+
|
1091 |
+
#: forms/map_media.php:32
|
1092 |
+
msgid "Size"
|
1093 |
+
msgstr "Dimensione"
|
1094 |
+
|
1095 |
+
#: pro/mappress_geocoders.php:53
|
1096 |
+
msgid "No results, check that a geocoder is configured"
|
1097 |
+
msgstr "Nessun risultato, verifica che il geocoder sia configurato"
|
1098 |
+
|
1099 |
+
#: pro/mappress_geocoders.php:85
|
1100 |
+
#, php-format
|
1101 |
+
msgid "Invalid status: %s, address: %s"
|
1102 |
+
msgstr "Status non valido: %s, indirizzo: %s"
|
1103 |
+
|
1104 |
+
#: pro/mappress_geocoders.php:94 pro/mappress_geocoders.php:158
|
1105 |
+
#, php-format
|
1106 |
+
msgid "No results for address: %s"
|
1107 |
+
msgstr "Nessun risultato per l'indirizzo: %s"
|
1108 |
+
|
1109 |
+
#: pro/mappress_geocoders.php:154
|
1110 |
+
#, php-format
|
1111 |
+
msgid "Error: %s %s"
|
1112 |
+
msgstr "Errore: %s %s"
|
1113 |
+
|
1114 |
+
#: pro/mappress_icons.php:72
|
1115 |
+
msgid "Use default icon"
|
1116 |
+
msgstr "Usa icona predefinita"
|
1117 |
+
|
1118 |
+
#: pro/mappress_pro.php:160
|
1119 |
+
msgid "Automatic"
|
1120 |
+
msgstr "Automatica"
|
1121 |
+
|
1122 |
+
#: pro/mappress_pro_settings.php:10
|
1123 |
+
msgid "POI list"
|
1124 |
+
msgstr "Elenco POI"
|
1125 |
+
|
1126 |
+
#: pro/mappress_pro_settings.php:11
|
1127 |
+
msgid "Use DataTables"
|
1128 |
+
msgstr "Usa Tabelle dati"
|
1129 |
+
|
1130 |
+
#: pro/mappress_pro_settings.php:13
|
1131 |
+
msgid "InfoWindow type"
|
1132 |
+
msgstr "Tipo infoWindow"
|
1133 |
+
|
1134 |
+
#: pro/mappress_pro_settings.php:14
|
1135 |
+
msgid "InfoWindow panning"
|
1136 |
+
msgstr "Panning infoWindow"
|
1137 |
+
|
1138 |
+
#: pro/mappress_pro_settings.php:16
|
1139 |
+
msgid "Default icon"
|
1140 |
+
msgstr "Icona predefinita"
|
1141 |
+
|
1142 |
+
#: pro/mappress_pro_settings.php:17
|
1143 |
+
msgid "Custom icons directory"
|
1144 |
+
msgstr "Cartella icone personalizzate"
|
1145 |
+
|
1146 |
+
#: pro/mappress_pro_settings.php:19
|
1147 |
+
msgid "Mashup POI title"
|
1148 |
+
msgstr "Titolo mashup POI"
|
1149 |
+
|
1150 |
+
#: pro/mappress_pro_settings.php:20
|
1151 |
+
msgid "Mashup POI body"
|
1152 |
+
msgstr "Contenuto mashup POI"
|
1153 |
+
|
1154 |
+
#: pro/mappress_pro_settings.php:21
|
1155 |
+
msgid "Mashup POI click"
|
1156 |
+
msgstr "Click mashup POI"
|
1157 |
+
|
1158 |
+
#: pro/mappress_pro_settings.php:22
|
1159 |
+
msgid "Link title"
|
1160 |
+
msgstr "Titolo collegamento"
|
1161 |
+
|
1162 |
+
#: pro/mappress_pro_settings.php:23
|
1163 |
+
msgid "Mashup Thumbnails"
|
1164 |
+
msgstr "Miniature mashup"
|
1165 |
+
|
1166 |
+
#: pro/mappress_pro_settings.php:24
|
1167 |
+
msgid "Thumbnail Size"
|
1168 |
+
msgstr "Dimensione miniatura"
|
1169 |
+
|
1170 |
+
#: pro/mappress_pro_settings.php:26
|
1171 |
+
msgid "Styled maps"
|
1172 |
+
msgstr "Mappe con stile"
|
1173 |
+
|
1174 |
+
#: pro/mappress_pro_settings.php:27
|
1175 |
+
msgid "Default style"
|
1176 |
+
msgstr "Stile predefinito"
|
1177 |
+
|
1178 |
+
#: pro/mappress_pro_settings.php:29
|
1179 |
+
msgid "Geocoder(s)"
|
1180 |
+
msgstr "Geocoder"
|
1181 |
+
|
1182 |
+
#: pro/mappress_pro_settings.php:30
|
1183 |
+
msgid "Geocoding fields"
|
1184 |
+
msgstr "Campi geocoding"
|
1185 |
+
|
1186 |
+
#: pro/mappress_pro_settings.php:32
|
1187 |
+
msgid "API key (optional)"
|
1188 |
+
msgstr "Chiave API (opzionale)"
|
1189 |
+
|
1190 |
+
#: pro/mappress_pro_settings.php:75
|
1191 |
+
msgid "Show a list of POIs under each map"
|
1192 |
+
msgstr "Mostra un elenco di POI sotto ogni mappa"
|
1193 |
+
|
1194 |
+
#: pro/mappress_pro_settings.php:80
|
1195 |
+
#, php-format
|
1196 |
+
msgid "Show the POI list as a sortable %s"
|
1197 |
+
msgstr "Visualizza elenco POI come ordinabile %s"
|
1198 |
+
|
1199 |
+
#: pro/mappress_pro_settings.php:84
|
1200 |
+
msgid "POI title"
|
1201 |
+
msgstr "Titolo POI"
|
1202 |
+
|
1203 |
+
#: pro/mappress_pro_settings.php:84
|
1204 |
+
msgid "Post title"
|
1205 |
+
msgstr "Titolo articolo"
|
1206 |
+
|
1207 |
+
#: pro/mappress_pro_settings.php:89
|
1208 |
+
msgid "POI body"
|
1209 |
+
msgstr "Corpo POI"
|
1210 |
+
|
1211 |
+
#: pro/mappress_pro_settings.php:89
|
1212 |
+
msgid "Address"
|
1213 |
+
msgstr "Indirizzo"
|
1214 |
+
|
1215 |
+
#: pro/mappress_pro_settings.php:89
|
1216 |
+
msgid "Post excerpt"
|
1217 |
+
msgstr "Riassunto articolo"
|
1218 |
+
|
1219 |
+
#: pro/mappress_pro_settings.php:94
|
1220 |
+
msgid "Link POI titles to the underlying post"
|
1221 |
+
msgstr "Collega i titoli dei POI all'articolo sottostante"
|
1222 |
+
|
1223 |
+
#: pro/mappress_pro_settings.php:98
|
1224 |
+
msgid "Open the POI"
|
1225 |
+
msgstr "Apri il POI"
|
1226 |
+
|
1227 |
+
#: pro/mappress_pro_settings.php:98
|
1228 |
+
msgid "Go directly to the post"
|
1229 |
+
msgstr "Vai direttamente all'articolo"
|
1230 |
+
|
1231 |
+
#: pro/mappress_pro_settings.php:104
|
1232 |
+
msgid "Google InfoWindow"
|
1233 |
+
msgstr "Google InfoWindows"
|
1234 |
+
|
1235 |
+
#: pro/mappress_pro_settings.php:105
|
1236 |
+
msgid "InfoBox (can be styled and extend outside the map)"
|
1237 |
+
msgstr "InfoBox (può essere personalizzata ed estesa furoi dalla mappa)"
|
1238 |
+
|
1239 |
+
#: pro/mappress_pro_settings.php:111
|
1240 |
+
msgid "Disable map panning when infoWindow / infoBox is opened"
|
1241 |
+
msgstr ""
|
1242 |
+
"Disabilita il panning della mappa quando è aperto infoWindows / infoBox"
|
1243 |
+
|
1244 |
+
#: pro/mappress_pro_settings.php:115
|
1245 |
+
msgid "Show featured image thumbnails in mashup POIs"
|
1246 |
+
msgstr "Mostra miniatura dell'immagine in primo piano nel mashup dei POI"
|
1247 |
+
|
1248 |
+
#: pro/mappress_pro_settings.php:123
|
1249 |
+
msgid "Use existing size: "
|
1250 |
+
msgstr "Utilizza la dimensione attuale:"
|
1251 |
+
|
1252 |
+
#: pro/mappress_pro_settings.php:126
|
1253 |
+
msgid "or resize to (px): "
|
1254 |
+
msgstr "oppure ridimensione a (px):"
|
1255 |
+
|
1256 |
+
#: pro/mappress_pro_settings.php:141
|
1257 |
+
msgid "styled maps"
|
1258 |
+
msgstr "mappe definite"
|
1259 |
+
|
1260 |
+
#: pro/mappress_pro_settings.php:142
|
1261 |
+
msgid "styled maps wizard"
|
1262 |
+
msgstr "costruzione mappe definite"
|
1263 |
+
|
1264 |
+
#: pro/mappress_pro_settings.php:144
|
1265 |
+
#, php-format
|
1266 |
+
msgid "Enter JSON for %s from Google's %s"
|
1267 |
+
msgstr "Inserisci il JSON per %s dal %s di Google"
|
1268 |
+
|
1269 |
+
#: pro/mappress_pro_settings.php:153
|
1270 |
+
msgid "Style name"
|
1271 |
+
msgstr "Nome stile"
|
1272 |
+
|
1273 |
+
#: pro/mappress_pro_settings.php:167
|
1274 |
+
msgid "No styles have been defined yet"
|
1275 |
+
msgstr "Nessun stile è ancora stato definito"
|
1276 |
+
|
1277 |
+
#: pro/mappress_pro_settings.php:178
|
1278 |
+
msgid "Nominatim"
|
1279 |
+
msgstr "Nominatim"
|
1280 |
+
|
1281 |
+
#: pro/mappress_pro_settings.php:190
|
1282 |
+
msgid "Address Line 1"
|
1283 |
+
msgstr "Indirizzo - linea 1"
|
1284 |
+
|
1285 |
+
#: pro/mappress_pro_settings.php:191
|
1286 |
+
msgid "Address Line 2"
|
1287 |
+
msgstr "Indirizzo - linea 2"
|
1288 |
+
|
1289 |
+
#: pro/mappress_pro_settings.php:192
|
1290 |
+
msgid "Address Line 3"
|
1291 |
+
msgstr "Indirizzo - linea 3"
|
1292 |
+
|
1293 |
+
#: pro/mappress_pro_settings.php:193
|
1294 |
+
msgid "Address Line 4"
|
1295 |
+
msgstr "Indirizzo - linea 4"
|
1296 |
+
|
1297 |
+
#: pro/mappress_pro_settings.php:194
|
1298 |
+
msgid "Address Line 5"
|
1299 |
+
msgstr "Indirizzo - linea 5"
|
1300 |
+
|
1301 |
+
#: pro/mappress_pro_settings.php:195
|
1302 |
+
msgid "Address Line 6"
|
1303 |
+
msgstr "Indirizzo - linea 6"
|
1304 |
+
|
1305 |
+
#: pro/mappress_pro_settings.php:196
|
1306 |
+
msgid "Latitude"
|
1307 |
+
msgstr "Latitudine"
|
1308 |
+
|
1309 |
+
#: pro/mappress_pro_settings.php:197
|
1310 |
+
msgid "Longitude"
|
1311 |
+
msgstr "Longitudine"
|
1312 |
+
|
1313 |
+
#: pro/mappress_pro_settings.php:198
|
1314 |
+
msgid "Icon"
|
1315 |
+
msgstr "Icona"
|
1316 |
+
|
1317 |
+
#: pro/mappress_pro_settings.php:200
|
1318 |
+
msgid "Body"
|
1319 |
+
msgstr "Corpo"
|
1320 |
+
|
1321 |
+
#: pro/mappress_pro_settings.php:201
|
1322 |
+
msgid "Map Zoom"
|
1323 |
+
msgstr "Ingrandimento"
|
1324 |
+
|
1325 |
+
#: pro/mappress_pro_settings.php:204 pro/mappress_widget.php:140
|
1326 |
+
msgid "Map"
|
1327 |
+
msgstr "Mappa"
|
1328 |
+
|
1329 |
+
#: pro/mappress_pro_settings.php:204
|
1330 |
+
msgid "Custom Field"
|
1331 |
+
msgstr "Campi personalizzati"
|
1332 |
+
|
1333 |
+
#: pro/mappress_pro_settings.php:213
|
1334 |
+
msgid "Overwrite existing maps when upating"
|
1335 |
+
msgstr "Sovrascrivi le mappe esistenti quando aggiorni"
|
1336 |
+
|
1337 |
+
#: pro/mappress_pro_settings.php:218
|
1338 |
+
msgid "usage tracking"
|
1339 |
+
msgstr "tracciatura utilizzo"
|
1340 |
+
|
1341 |
+
#: pro/mappress_pro_settings.php:219
|
1342 |
+
#, php-format
|
1343 |
+
msgid "API keys is needed only for premium services or %s"
|
1344 |
+
msgstr "Le chiavi API sono necessarie solo per servizi premium o %s"
|
1345 |
+
|
1346 |
+
#: pro/mappress_pro_settings.php:227
|
1347 |
+
msgid "Permanently resize existing maps"
|
1348 |
+
msgstr "Ridimensiona permanentemente TUTTE le tue mappe"
|
1349 |
+
|
1350 |
+
#: pro/mappress_widget.php:78
|
1351 |
msgid "Widget title"
|
1352 |
msgstr "Nome widget"
|
1353 |
|
1354 |
+
#: pro/mappress_widget.php:83
|
1355 |
msgid "Map size"
|
1356 |
msgstr "Dimensione mappa"
|
1357 |
|
1358 |
+
#: pro/mappress_widget.php:89
|
1359 |
+
msgid "Show"
|
1360 |
+
msgstr "Mostra"
|
1361 |
|
1362 |
+
#: pro/mappress_widget.php:90
|
1363 |
msgid "Current posts"
|
1364 |
msgstr "Articoli in uso"
|
1365 |
|
1366 |
+
#: pro/mappress_widget.php:91
|
1367 |
+
msgid "Hide if empty"
|
1368 |
+
msgstr "Nascondi se vuoto"
|
1369 |
+
|
1370 |
+
#: pro/mappress_widget.php:93
|
1371 |
msgid "All posts"
|
1372 |
msgstr "Tutti gli articoli"
|
1373 |
|
1374 |
+
#: pro/mappress_widget.php:94
|
1375 |
msgid "Custom query"
|
1376 |
msgstr "Query personalizzata"
|
1377 |
|
1378 |
+
#: pro/mappress_widget.php:97
|
1379 |
msgid "Learn about queries"
|
1380 |
msgstr "Info sulle richieste"
|
1381 |
|
1382 |
+
#: pro/mappress_widget.php:102
|
1383 |
+
msgid "Show POI list"
|
1384 |
+
msgstr "Mostra elenco POI"
|
|
|
1385 |
|
1386 |
+
#: pro/mappress_widget.php:104
|
1387 |
+
msgid "Link POIs to posts"
|
1388 |
+
msgstr "Collega i Punti di interesse agli articoli"
|
1389 |
|
1390 |
+
#: pro/mappress_widget.php:109
|
1391 |
+
msgid "Inline"
|
1392 |
+
msgstr "Inline"
|
1393 |
|
1394 |
+
#: pro/mappress_widget.php:137
|
1395 |
+
msgid "Map type"
|
1396 |
+
msgstr "Tipo mappa"
|
1397 |
|
1398 |
+
#: pro/mappress_widget.php:151
|
1399 |
+
msgid "Other Settings"
|
1400 |
+
msgstr "Altre impostazioni"
|
|
|
1401 |
|
1402 |
+
#: pro/mappress_widget.php:154
|
1403 |
+
msgid "Example: traffic=\"false\" maplinks=\"\""
|
1404 |
+
msgstr "Esempio: traffic=\"false\" maplinks=\"\""
|
1405 |
|
1406 |
+
#: templates/map_directions.php:4
|
1407 |
+
msgid "Public Transit"
|
1408 |
+
msgstr "Trasporto pubblico"
|
1409 |
+
|
1410 |
+
#: templates/map_directions.php:30
|
1411 |
+
msgid "Print"
|
1412 |
+
msgstr "Stampa"
|
1413 |
+
|
1414 |
+
#: templates/map_template.php:12
|
1415 |
+
msgid "Please enable javascript to view this map."
|
1416 |
+
msgstr "Abilita javascript per visualizzare questa mappa."
|
1417 |
|
1418 |
+
#~ msgid "Internal error, map was missing. Your data has not been saved!"
|
1419 |
+
#~ msgstr ""
|
1420 |
+
#~ "Errore interno: la mappa é stata smarrita. I dati non sono stati salvati!"
|
1421 |
+
|
1422 |
+
#~ msgid "Internal error - unable to save map. Your data has not been saved!"
|
1423 |
+
#~ msgstr ""
|
1424 |
+
#~ "Errore interno - non é possibile salvare la mappa. I dati non sono stati "
|
1425 |
+
#~ "salvati!"
|
1426 |
+
|
1427 |
+
#~ msgid "Custom CSS"
|
1428 |
+
#~ msgstr "CSS personalizzato"
|
1429 |
+
|
1430 |
+
#~ msgid "Show a list of markers under each map."
|
1431 |
+
#~ msgstr "Mostra sotto ogni mappa una lista di luoghi"
|
1432 |
+
|
1433 |
+
#~ msgid "Mark the %s where you want to use MapPress"
|
1434 |
+
#~ msgstr "Indica il %s laddove desideri utilizzare MapPress"
|
1435 |
+
|
1436 |
+
#~ msgid "Take a moment to rate it %s on WordPress.org - or make a donation"
|
1437 |
+
#~ msgstr "Votalo %s su WordPress.org - oppure fai una donazione"
|
1438 |
+
|
1439 |
+
#~ msgid "Toggle lat/lng entry"
|
1440 |
+
#~ msgstr "Commuta a inserimento lat/lng"
|
1441 |
+
|
1442 |
+
#~ msgid "Lat/Lng"
|
1443 |
+
#~ msgstr "Lat/Lng"
|
1444 |
+
|
1445 |
+
#~ msgid "Medium"
|
1446 |
+
#~ msgstr "Media"
|
1447 |
+
|
1448 |
+
#~ msgid "Unable to parse input: %s"
|
1449 |
+
#~ msgstr "Non é stato possibile analizzare l'input: %s"
|
1450 |
+
|
1451 |
+
#~ msgid "Field for addresses"
|
1452 |
+
#~ msgstr "Campo per gli indirizzi"
|
1453 |
+
|
1454 |
+
#~ msgid "Field for errors"
|
1455 |
+
#~ msgstr "Campo per gli errori"
|
1456 |
+
|
1457 |
+
#~ msgid "Update map when address is changed by a program"
|
1458 |
+
#~ msgstr ""
|
1459 |
+
#~ "Aggiorna la mappa quando un indirizzo é stato modificato da un programma"
|
1460 |
+
|
1461 |
+
#~ msgid "Display powered by link"
|
1462 |
+
#~ msgstr "Attiva il link \"fornito da\"."
|
1463 |
+
|
1464 |
+
#~ msgid "Mappress Pro Site"
|
1465 |
+
#~ msgstr "Sito Mappress Pro"
|
1466 |
+
|
1467 |
+
#~ msgid "Show query"
|
1468 |
+
#~ msgstr "Mostra query"
|
1469 |
+
|
1470 |
+
#~ msgid "Marker title"
|
1471 |
+
#~ msgstr "Nome del marker"
|
1472 |
+
|
1473 |
+
#~ msgid "Link"
|
1474 |
+
#~ msgstr "Link"
|
1475 |
+
|
1476 |
+
#~ msgid "Marker body"
|
1477 |
+
#~ msgstr "Corpo del marker"
|
1478 |
+
|
1479 |
+
#~ msgid "Show list of markers"
|
1480 |
+
#~ msgstr "Mostra elenco marker"
|
1481 |
|
1482 |
#~ msgid "This setting requires %s. Show a list of markers under each map."
|
1483 |
#~ msgstr ""
|
1487 |
#~ msgid "Donate"
|
1488 |
#~ msgstr "Donazioni"
|
1489 |
|
|
|
|
|
|
|
1490 |
#~ msgid "Marker title:"
|
1491 |
#~ msgstr "Nome del marker:"
|
1492 |
|
1511 |
#~ msgstr "Campo personalizzato mappa"
|
1512 |
|
1513 |
#~ msgid ""
|
1514 |
+
#~ " Include your own CSS. You must create a file named %s in the MapPress "
|
1515 |
+
#~ "%s sub-directory"
|
1516 |
#~ msgstr ""
|
1517 |
#~ " Includi CSS personalizzato. Crea un file a nome %s nella sotto-cartella "
|
1518 |
#~ "%s di MapPress"
|
1520 |
#~ msgid "Map addresses from a %s : "
|
1521 |
#~ msgstr "Indirizzi mappa da un %s : "
|
1522 |
|
|
|
|
|
|
|
1523 |
#~ msgid "Categories"
|
1524 |
#~ msgstr "Categorie"
|
1525 |
|
1621 |
#~ msgid "Insert map shortcode in post »"
|
1622 |
#~ msgstr "Inserisci nell'articolo lo shortcode della mappa »"
|
1623 |
|
|
|
|
|
|
|
1624 |
#~ msgid "Street Address, city, state, country, or place"
|
1625 |
#~ msgstr "Indirizzo, città, stato, nazione o luogo"
|
1626 |
|
|
|
|
|
|
|
1627 |
#~ msgid "Preview"
|
1628 |
#~ msgstr "Anteprima"
|
1629 |
|
1648 |
#~ msgstr ""
|
1649 |
#~ "Ho dedicato molto tempo allo sviluppo di MapPress. Effettua una donazione!"
|
1650 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1651 |
#~ msgid "Address format"
|
1652 |
#~ msgstr "Formato indirizzo"
|
1653 |
|
1674 |
#~ msgid "Check to enable directions to/from map markers"
|
1675 |
#~ msgstr "Seleziona per attivare (marker della mappa) i percorsi da/a"
|
1676 |
|
|
|
|
|
|
|
1677 |
#~ msgid ""
|
1678 |
#~ "Check to show large map controls; uncheck for a small zoom control instead"
|
1679 |
#~ msgstr ""
|
1691 |
#~ "Seleziona quale tipologia di mappa mostrare alla visualizzazione di "
|
1692 |
#~ "partenza"
|
1693 |
|
|
|
|
|
|
|
1694 |
#~ msgid "(click the icon to choose)"
|
1695 |
#~ msgstr "(clicca sulla icona per scegliere)"
|
1696 |
|
1704 |
#~ msgid "(leave blank for default)"
|
1705 |
#~ msgstr "(lascia in bianco per le predefinite)"
|
1706 |
|
|
|
|
|
|
|
|
|
|
|
|
|
1707 |
#~ msgid "1 - zoomed out"
|
1708 |
#~ msgstr "1 - riduci zoom"
|
1709 |
|
languages/mappress.mo
CHANGED
Binary file
|
languages/mappress.po
CHANGED
@@ -2,8 +2,8 @@ msgid ""
|
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
-
"POT-Creation-Date:
|
6 |
-
"PO-Revision-Date:
|
7 |
"Last-Translator: Plugin Author <donotreply@gmail.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
"MIME-Version: 1.0\n"
|
@@ -33,601 +33,621 @@ msgstr "Contact"
|
|
33 |
msgid "Upgrade to MapPress Pro"
|
34 |
msgstr ""
|
35 |
|
36 |
-
#: ../mappress.php:
|
37 |
msgid "MapPress database tables are missing. Please deactivate the plugin and activate it again to fix this."
|
38 |
msgstr ""
|
39 |
|
40 |
-
#: ../mappress.php:
|
41 |
msgid "WARNING: MapPress now requires WordPress 3.2 or higher. Please upgrade before using MapPress."
|
42 |
msgstr ""
|
43 |
|
44 |
-
#: ../mappress.php:
|
45 |
msgid "WARNING: MapPress is not compfatible with the WP-Geo plugin. Please deactivate or uninstall WP-Geo before using MapPress."
|
46 |
msgstr ""
|
47 |
|
48 |
-
#: ../mappress.php:
|
49 |
#: ../templates/map_directions.php:6
|
50 |
msgid "Bicycling"
|
51 |
msgstr ""
|
52 |
|
53 |
-
#: ../mappress.php:
|
54 |
msgid "Bike"
|
55 |
msgstr ""
|
56 |
|
57 |
-
#: ../mappress.php:
|
58 |
msgid "One of the addresses could not be found."
|
59 |
msgstr ""
|
60 |
|
61 |
-
#: ../mappress.php:
|
62 |
msgid "Google cannot return directions between those addresses. There is no route between them or the routing information is not available."
|
63 |
msgstr ""
|
64 |
|
65 |
-
#: ../mappress.php:
|
66 |
msgid "Unknown error, unable to return directions. Status code = "
|
67 |
msgstr ""
|
68 |
|
69 |
-
#: ../mappress.php:
|
70 |
-
#: ../mappress_poi.php:
|
71 |
-
#: ../mappress_settings.php:
|
72 |
#: ../pro/mappress_widget.php:108
|
73 |
msgid "Directions"
|
74 |
msgstr ""
|
75 |
|
76 |
-
#: ../mappress.php:
|
77 |
msgid "Error reading KML file"
|
78 |
msgstr ""
|
79 |
|
80 |
-
#: ../mappress.php:
|
81 |
msgid "Loading..."
|
82 |
msgstr ""
|
83 |
|
84 |
-
#: ../mappress.php:
|
85 |
msgid "No matching address"
|
86 |
msgstr ""
|
87 |
|
88 |
-
#: ../mappress.php:
|
89 |
msgid "Unable to get your location"
|
90 |
msgstr ""
|
91 |
|
92 |
-
#: ../mappress.php:
|
93 |
-
#: ../mappress_settings.php:
|
94 |
msgid "Traffic"
|
95 |
msgstr ""
|
96 |
|
97 |
-
#: ../mappress.php:
|
98 |
msgid "Transit"
|
99 |
msgstr ""
|
100 |
|
101 |
-
#: ../mappress.php:
|
102 |
-
#: ../mappress_poi.php:
|
103 |
-
#: ../mappress_settings.php:
|
104 |
-
#: ../mappress_settings.php:
|
105 |
#: ../pro/mappress_widget.php:124
|
106 |
msgid "Zoom"
|
107 |
msgstr ""
|
108 |
|
109 |
-
#: ../mappress.php:
|
110 |
msgid "Add"
|
111 |
msgstr ""
|
112 |
|
113 |
-
#: ../mappress.php:
|
114 |
msgid "Click & drag to move"
|
115 |
msgstr ""
|
116 |
|
117 |
-
#: ../mappress.php:
|
118 |
msgid "Click to change"
|
119 |
msgstr ""
|
120 |
|
121 |
-
#: ../mappress.php:
|
122 |
-
#: ../mappress_map.php:
|
123 |
msgid "Delete"
|
124 |
msgstr ""
|
125 |
|
126 |
-
#: ../mappress.php:
|
127 |
msgid "Delete this POI?"
|
128 |
msgstr ""
|
129 |
|
130 |
-
#: ../mappress.php:
|
131 |
msgid "Delete this map?"
|
132 |
msgstr ""
|
133 |
|
134 |
-
#: ../mappress.php:
|
135 |
msgid "Please save the map first"
|
136 |
msgstr ""
|
137 |
|
138 |
-
#: ../mappress.php:
|
139 |
msgid "Shape"
|
140 |
msgstr ""
|
141 |
|
142 |
-
#: ../mappress.php:
|
143 |
-
#: ../mappress_map.php:
|
144 |
msgid "Untitled"
|
145 |
msgstr ""
|
146 |
|
147 |
-
#: ../mappress_map.php:
|
148 |
msgid "Map not found"
|
149 |
msgstr ""
|
150 |
|
151 |
-
#: ../mappress_map.php:
|
152 |
msgid "Edit"
|
153 |
msgstr ""
|
154 |
|
155 |
-
#: ../mappress_map.php:
|
156 |
#: ../forms/map_media.php:48
|
157 |
msgid "Insert into post"
|
158 |
msgstr ""
|
159 |
|
160 |
-
#: ../mappress_map.php:
|
161 |
msgid "Show map"
|
162 |
msgstr ""
|
163 |
|
164 |
-
#: ../mappress_map.php:
|
165 |
-
#: ../mappress_settings.php:
|
166 |
#: ../forms/map_editor.php:17
|
167 |
msgid "Center map"
|
168 |
msgstr ""
|
169 |
|
170 |
-
#: ../mappress_map.php:
|
171 |
-
#: ../mappress_settings.php:
|
172 |
msgid "Reset map"
|
173 |
msgstr ""
|
174 |
|
175 |
-
#: ../mappress_map.php:
|
176 |
-
#: ../mappress_settings.php:
|
177 |
msgid "Bigger map"
|
178 |
msgstr ""
|
179 |
|
180 |
-
#: ../mappress_map.php:
|
181 |
msgid "Smaller map"
|
182 |
msgstr ""
|
183 |
|
184 |
-
#: ../mappress_poi.php:
|
185 |
-
#: ../mappress_settings.php:
|
186 |
msgid "Directions to"
|
187 |
msgstr ""
|
188 |
|
189 |
-
#: ../mappress_poi.php:
|
190 |
-
#: ../mappress_settings.php:
|
191 |
msgid "Directions from"
|
192 |
msgstr ""
|
193 |
|
194 |
-
#: ../mappress_settings.php:
|
195 |
msgid "Basic Settings"
|
196 |
msgstr ""
|
197 |
|
198 |
-
#: ../mappress_settings.php:
|
199 |
msgid "Post types"
|
200 |
msgstr ""
|
201 |
|
202 |
-
#: ../mappress_settings.php:
|
203 |
msgid "Automatic map display"
|
204 |
msgstr ""
|
205 |
|
206 |
-
#: ../mappress_settings.php:
|
207 |
msgid "Map Controls"
|
208 |
msgstr ""
|
209 |
|
210 |
-
#: ../mappress_settings.php:
|
211 |
msgid "Draggable"
|
212 |
msgstr ""
|
213 |
|
214 |
-
#: ../mappress_settings.php:
|
215 |
msgid "Keyboard shortcuts"
|
216 |
msgstr ""
|
217 |
|
218 |
-
#: ../mappress_settings.php:
|
219 |
msgid "Scroll wheel zoom"
|
220 |
msgstr ""
|
221 |
|
222 |
-
#: ../mappress_settings.php:
|
223 |
msgid "Map Types"
|
224 |
msgstr ""
|
225 |
|
226 |
-
#: ../mappress_settings.php:
|
227 |
msgid "Map controls"
|
228 |
msgstr ""
|
229 |
|
230 |
-
#: ../mappress_settings.php:
|
231 |
msgid "Map Settings"
|
232 |
msgstr ""
|
233 |
|
234 |
-
#: ../mappress_settings.php:
|
235 |
msgid "Map links"
|
236 |
msgstr ""
|
237 |
|
238 |
-
#: ../mappress_settings.php:
|
239 |
msgid "Map alignment"
|
240 |
msgstr ""
|
241 |
|
242 |
-
#: ../mappress_settings.php:
|
243 |
msgid "Map border"
|
244 |
msgstr ""
|
245 |
|
246 |
-
#: ../mappress_settings.php:
|
247 |
msgid "Map border color"
|
248 |
msgstr ""
|
249 |
|
250 |
-
#: ../mappress_settings.php:
|
251 |
msgid "Open first POI"
|
252 |
msgstr ""
|
253 |
|
254 |
-
#: ../mappress_settings.php:
|
255 |
msgid "POI Settings"
|
256 |
msgstr ""
|
257 |
|
258 |
-
#: ../mappress_settings.php:
|
259 |
msgid "POI links"
|
260 |
msgstr ""
|
261 |
|
262 |
-
#: ../mappress_settings.php:
|
263 |
msgid "Tooltips"
|
264 |
msgstr ""
|
265 |
|
266 |
-
#: ../mappress_settings.php:
|
267 |
msgid "Default zoom"
|
268 |
msgstr ""
|
269 |
|
270 |
-
#: ../mappress_settings.php:
|
271 |
msgid "Mashups"
|
272 |
msgstr ""
|
273 |
|
274 |
-
#: ../mappress_settings.php:
|
275 |
msgid "Icons"
|
276 |
msgstr ""
|
277 |
|
278 |
-
#: ../mappress_settings.php:
|
279 |
msgid "Styled Maps"
|
280 |
msgstr ""
|
281 |
|
282 |
-
#: ../mappress_settings.php:
|
283 |
msgid "Geocoding"
|
284 |
msgstr ""
|
285 |
|
286 |
-
#: ../mappress_settings.php:
|
287 |
msgid "Localization"
|
288 |
msgstr ""
|
289 |
|
290 |
-
#: ../mappress_settings.php:
|
291 |
msgid "Language"
|
292 |
msgstr ""
|
293 |
|
294 |
-
#: ../mappress_settings.php:
|
295 |
msgid "Country"
|
296 |
msgstr ""
|
297 |
|
298 |
-
#: ../mappress_settings.php:
|
299 |
msgid "Directions server"
|
300 |
msgstr ""
|
301 |
|
302 |
-
#: ../mappress_settings.php:
|
303 |
msgid "Directions units"
|
304 |
msgstr ""
|
305 |
|
306 |
-
#: ../mappress_settings.php:
|
307 |
msgid "Miscellaneous"
|
308 |
msgstr ""
|
309 |
|
310 |
-
#: ../mappress_settings.php:
|
311 |
-
msgid "
|
|
|
|
|
|
|
|
|
312 |
msgstr ""
|
313 |
|
314 |
-
#: ../mappress_settings.php:
|
315 |
msgid "Turn off CSS"
|
316 |
msgstr ""
|
317 |
|
318 |
-
#: ../mappress_settings.php:
|
|
|
|
|
|
|
|
|
319 |
msgid "Load maps last"
|
320 |
msgstr ""
|
321 |
|
322 |
-
#: ../mappress_settings.php:
|
323 |
msgid "Use the settings below to automatically create maps from custom fields."
|
324 |
msgstr ""
|
325 |
|
326 |
-
#: ../mappress_settings.php:
|
327 |
msgid "Posts"
|
328 |
msgstr ""
|
329 |
|
330 |
-
#: ../mappress_settings.php:
|
331 |
msgid "Pages"
|
332 |
msgstr ""
|
333 |
|
334 |
-
#: ../mappress_settings.php:
|
335 |
msgid "country code"
|
336 |
msgstr ""
|
337 |
|
338 |
-
#: ../mappress_settings.php:
|
339 |
#, php-format
|
340 |
msgid "Enter a %s to use when searching (leave blank for USA)"
|
341 |
msgstr ""
|
342 |
|
343 |
-
#: ../mappress_settings.php:
|
344 |
msgid "Enter a google server URL for directions/printing"
|
345 |
msgstr ""
|
346 |
|
347 |
-
#: ../mappress_settings.php:
|
348 |
msgid "(Default)"
|
349 |
msgstr ""
|
350 |
|
351 |
-
#: ../mappress_settings.php:
|
352 |
msgid "Metric (kilometers)"
|
353 |
msgstr ""
|
354 |
|
355 |
-
#: ../mappress_settings.php:
|
356 |
msgid "Imperial (miles)"
|
357 |
msgstr ""
|
358 |
|
359 |
-
#: ../mappress_settings.php:
|
360 |
msgid "Enable map dragging with the mouse"
|
361 |
msgstr ""
|
362 |
|
363 |
-
#: ../mappress_settings.php:
|
364 |
msgid "Enable zoom with the mouse scroll wheel"
|
365 |
msgstr ""
|
366 |
|
367 |
-
#: ../mappress_settings.php:
|
368 |
msgid "Enable keyboard panning and zooming"
|
369 |
msgstr ""
|
370 |
|
371 |
-
#: ../mappress_settings.php:
|
372 |
msgid "language"
|
373 |
msgstr ""
|
374 |
|
375 |
-
#: ../mappress_settings.php:
|
376 |
#, php-format
|
377 |
msgid "Use a specific %s for map controls and geocoding"
|
378 |
msgstr ""
|
379 |
|
380 |
-
#: ../mappress_settings.php:
|
381 |
-
#: ../mappress_settings.php:
|
382 |
-
#: ../mappress_settings.php:
|
383 |
-
#: ../
|
384 |
msgid "Default"
|
385 |
msgstr ""
|
386 |
|
387 |
-
#: ../mappress_settings.php:
|
388 |
msgid "Horizontal"
|
389 |
msgstr ""
|
390 |
|
391 |
-
#: ../mappress_settings.php:
|
392 |
msgid "Dropdown"
|
393 |
msgstr ""
|
394 |
|
395 |
-
#: ../mappress_settings.php:
|
396 |
msgid "Small"
|
397 |
msgstr ""
|
398 |
|
399 |
-
#: ../mappress_settings.php:
|
400 |
msgid "Large"
|
401 |
msgstr ""
|
402 |
|
403 |
-
#: ../mappress_settings.php:
|
404 |
msgid "Android"
|
405 |
msgstr ""
|
406 |
|
407 |
-
#: ../mappress_settings.php:
|
408 |
msgid "Open initially"
|
409 |
msgstr ""
|
410 |
|
411 |
-
#: ../mappress_settings.php:
|
412 |
-
#: ../mappress_settings.php:
|
413 |
-
#: ../mappress_settings.php:
|
414 |
msgid "Checked initially"
|
415 |
msgstr ""
|
416 |
|
417 |
-
#: ../mappress_settings.php:
|
418 |
msgid "Control"
|
419 |
msgstr ""
|
420 |
|
421 |
-
#: ../mappress_settings.php:
|
422 |
msgid "Enable"
|
423 |
msgstr ""
|
424 |
|
425 |
-
#: ../mappress_settings.php:
|
426 |
-
#: ../mappress_settings.php:
|
427 |
msgid "Style"
|
428 |
msgstr ""
|
429 |
|
430 |
-
#: ../mappress_settings.php:
|
431 |
msgid "Map types"
|
432 |
msgstr ""
|
433 |
|
434 |
-
#: ../mappress_settings.php:
|
435 |
msgid "Pan"
|
436 |
msgstr ""
|
437 |
|
438 |
-
#: ../mappress_settings.php:
|
439 |
msgid "Street view"
|
440 |
msgstr ""
|
441 |
|
442 |
-
#: ../mappress_settings.php:
|
443 |
msgid "Scale"
|
444 |
msgstr ""
|
445 |
|
446 |
-
#: ../mappress_settings.php:
|
447 |
msgid "Overview map"
|
448 |
msgstr ""
|
449 |
|
450 |
-
#: ../mappress_settings.php:
|
451 |
msgid "Public transit"
|
452 |
msgstr ""
|
453 |
|
454 |
-
#: ../mappress_settings.php:
|
455 |
msgid "Bike routes"
|
456 |
msgstr ""
|
457 |
|
458 |
-
#: ../mappress_settings.php:
|
459 |
msgid "Road map"
|
460 |
msgstr ""
|
461 |
|
462 |
-
#: ../mappress_settings.php:
|
463 |
#: ../pro/mappress_widget.php:142
|
464 |
msgid "Satellite"
|
465 |
msgstr ""
|
466 |
|
467 |
-
#: ../mappress_settings.php:
|
468 |
#: ../pro/mappress_widget.php:143
|
469 |
msgid "Terrain"
|
470 |
msgstr ""
|
471 |
|
472 |
-
#: ../mappress_settings.php:
|
473 |
#: ../pro/mappress_widget.php:141
|
474 |
msgid "Hybrid"
|
475 |
msgstr ""
|
476 |
|
477 |
-
#: ../mappress_settings.php:
|
478 |
msgid "Inline (in your blog)"
|
479 |
msgstr ""
|
480 |
|
481 |
-
#: ../mappress_settings.php:
|
482 |
-
#: ../pro/mappress_pro_settings.php:
|
483 |
#: ../pro/mappress_widget.php:110
|
484 |
msgid "Google"
|
485 |
msgstr ""
|
486 |
|
487 |
-
#: ../mappress_settings.php:
|
488 |
#: ../pro/mappress_widget.php:111
|
489 |
msgid "None"
|
490 |
msgstr ""
|
491 |
|
492 |
-
#: ../mappress_settings.php:
|
493 |
msgid "Automatically open the first POI when a map is displayed"
|
494 |
msgstr ""
|
495 |
|
496 |
-
#: ../mappress_settings.php:
|
497 |
-
#: ../mappress_settings.php:
|
498 |
msgid "Show control"
|
499 |
msgstr ""
|
500 |
|
501 |
-
#: ../mappress_settings.php:
|
502 |
-
#: ../mappress_settings.php:
|
503 |
msgid "Enabled by default"
|
504 |
msgstr ""
|
505 |
|
506 |
-
#: ../mappress_settings.php:
|
507 |
msgid "Show POI titles as a \"tooltip\" on mouse-over"
|
508 |
msgstr ""
|
509 |
|
510 |
-
#: ../mappress_settings.php:
|
511 |
#: ../pro/mappress_widget.php:116
|
512 |
msgid "Center"
|
513 |
msgstr ""
|
514 |
|
515 |
-
#: ../mappress_settings.php:
|
516 |
msgid "Left"
|
517 |
msgstr ""
|
518 |
|
519 |
-
#: ../mappress_settings.php:
|
520 |
msgid "Right"
|
521 |
msgstr ""
|
522 |
|
523 |
-
#: ../mappress_settings.php:
|
524 |
msgid "solid"
|
525 |
msgstr ""
|
526 |
|
527 |
-
#: ../mappress_settings.php:
|
528 |
msgid "dashed"
|
529 |
msgstr ""
|
530 |
|
531 |
-
#: ../mappress_settings.php:
|
532 |
msgid "dotted"
|
533 |
msgstr ""
|
534 |
|
535 |
-
#: ../mappress_settings.php:
|
536 |
msgid "double"
|
537 |
msgstr ""
|
538 |
|
539 |
-
#: ../mappress_settings.php:
|
540 |
msgid "groove"
|
541 |
msgstr ""
|
542 |
|
543 |
-
#: ../mappress_settings.php:
|
544 |
msgid "inset"
|
545 |
msgstr ""
|
546 |
|
547 |
-
#: ../mappress_settings.php:
|
548 |
msgid "outset"
|
549 |
msgstr ""
|
550 |
|
551 |
-
#: ../mappress_settings.php:
|
552 |
-
#: ../
|
553 |
msgid "Width"
|
554 |
msgstr ""
|
555 |
|
556 |
-
#: ../mappress_settings.php:
|
557 |
msgid "Corner radius"
|
558 |
msgstr ""
|
559 |
|
560 |
-
#: ../mappress_settings.php:
|
561 |
msgid "Color"
|
562 |
msgstr ""
|
563 |
|
564 |
-
#: ../mappress_settings.php:
|
565 |
msgid "Display shadow"
|
566 |
msgstr ""
|
567 |
|
568 |
-
#: ../mappress_settings.php:
|
569 |
msgid "Default zoom for POIs entered by lat/lng"
|
570 |
msgstr ""
|
571 |
|
572 |
-
#: ../mappress_settings.php:
|
573 |
msgid "Top of post"
|
574 |
msgstr ""
|
575 |
|
576 |
-
#: ../mappress_settings.php:
|
577 |
msgid "Bottom of post"
|
578 |
msgstr ""
|
579 |
|
580 |
-
#: ../mappress_settings.php:
|
581 |
msgid "No automatic display"
|
582 |
msgstr ""
|
583 |
|
584 |
-
#: ../mappress_settings.php:
|
|
|
|
|
|
|
|
|
585 |
msgid "Recenter maps when window is resized"
|
586 |
msgstr ""
|
587 |
|
588 |
-
#: ../mappress_settings.php:
|
589 |
#, php-format
|
590 |
msgid "Don't load the %s stylesheet"
|
591 |
msgstr ""
|
592 |
|
593 |
-
#: ../mappress_settings.php:
|
594 |
msgid "Load maps in window 'load' event"
|
595 |
msgstr ""
|
596 |
|
597 |
-
#: ../mappress_settings.php:
|
598 |
-
msgid "
|
599 |
msgstr ""
|
600 |
|
601 |
#: ../mappress_settings.php:508
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
602 |
#, php-format
|
603 |
msgid "%s on WordPress.org"
|
604 |
msgstr ""
|
605 |
|
606 |
-
#: ../mappress_settings.php:
|
607 |
msgid "Thanks for your support!"
|
608 |
msgstr ""
|
609 |
|
610 |
-
#: ../mappress_settings.php:
|
611 |
msgid "MapPress"
|
612 |
msgstr ""
|
613 |
|
614 |
-
#: ../mappress_settings.php:
|
615 |
msgid "Easy Google Maps"
|
616 |
msgstr ""
|
617 |
|
618 |
-
#: ../mappress_settings.php:
|
619 |
msgid "Like this plugin?"
|
620 |
msgstr ""
|
621 |
|
622 |
-
#: ../mappress_settings.php:
|
623 |
msgid "Sample Map"
|
624 |
msgstr ""
|
625 |
|
626 |
-
#: ../mappress_settings.php:
|
627 |
msgid "Save Changes"
|
628 |
msgstr ""
|
629 |
|
630 |
-
#: ../mappress_settings.php:
|
631 |
msgid "Reset Defaults"
|
632 |
msgstr ""
|
633 |
|
@@ -717,18 +737,18 @@ msgstr ""
|
|
717 |
msgid "No results, check that a geocoder is configured"
|
718 |
msgstr ""
|
719 |
|
720 |
-
#: ../pro/mappress_geocoders.php:
|
721 |
#, php-format
|
722 |
msgid "Invalid status: %s, address: %s"
|
723 |
msgstr ""
|
724 |
|
725 |
-
#: ../pro/mappress_geocoders.php:
|
726 |
-
#: ../pro/mappress_geocoders.php:
|
727 |
#, php-format
|
728 |
msgid "No results for address: %s"
|
729 |
msgstr ""
|
730 |
|
731 |
-
#: ../pro/mappress_geocoders.php:
|
732 |
#, php-format
|
733 |
msgid "Error: %s %s"
|
734 |
msgstr ""
|
@@ -737,7 +757,7 @@ msgstr ""
|
|
737 |
msgid "Use default icon"
|
738 |
msgstr ""
|
739 |
|
740 |
-
#: ../pro/mappress_pro.php:
|
741 |
msgid "Automatic"
|
742 |
msgstr ""
|
743 |
|
@@ -810,191 +830,179 @@ msgid "API key (optional)"
|
|
810 |
msgstr ""
|
811 |
|
812 |
#: ../pro/mappress_pro_settings.php:33
|
813 |
-
msgid "Map sizes"
|
814 |
-
msgstr ""
|
815 |
-
|
816 |
-
#: ../pro/mappress_pro_settings.php:34
|
817 |
msgid "Force resize"
|
818 |
msgstr ""
|
819 |
|
820 |
-
#: ../pro/mappress_pro_settings.php:
|
821 |
msgid "Show a list of POIs under each map"
|
822 |
msgstr ""
|
823 |
|
824 |
-
#: ../pro/mappress_pro_settings.php:
|
825 |
#, php-format
|
826 |
msgid "Show the POI list as a sortable %s"
|
827 |
msgstr ""
|
828 |
|
829 |
-
#: ../pro/mappress_pro_settings.php:
|
830 |
msgid "POI title"
|
831 |
msgstr ""
|
832 |
|
833 |
-
#: ../pro/mappress_pro_settings.php:
|
834 |
msgid "Post title"
|
835 |
msgstr ""
|
836 |
|
837 |
-
#: ../pro/mappress_pro_settings.php:
|
838 |
msgid "POI body"
|
839 |
msgstr ""
|
840 |
|
841 |
-
#: ../pro/mappress_pro_settings.php:
|
842 |
msgid "Address"
|
843 |
msgstr ""
|
844 |
|
845 |
-
#: ../pro/mappress_pro_settings.php:
|
846 |
msgid "Post excerpt"
|
847 |
msgstr ""
|
848 |
|
849 |
-
#: ../pro/mappress_pro_settings.php:
|
850 |
msgid "Link POI titles to the underlying post"
|
851 |
msgstr ""
|
852 |
|
853 |
-
#: ../pro/mappress_pro_settings.php:
|
854 |
msgid "Open the POI"
|
855 |
msgstr ""
|
856 |
|
857 |
-
#: ../pro/mappress_pro_settings.php:
|
858 |
msgid "Go directly to the post"
|
859 |
msgstr ""
|
860 |
|
861 |
-
#: ../pro/mappress_pro_settings.php:
|
862 |
msgid "Google InfoWindow"
|
863 |
msgstr ""
|
864 |
|
865 |
-
#: ../pro/mappress_pro_settings.php:
|
866 |
msgid "InfoBox (can be styled and extend outside the map)"
|
867 |
msgstr ""
|
868 |
|
869 |
-
#: ../pro/mappress_pro_settings.php:
|
870 |
msgid "Disable map panning when infoWindow / infoBox is opened"
|
871 |
msgstr ""
|
872 |
|
873 |
-
#: ../pro/mappress_pro_settings.php:
|
874 |
msgid "Show featured image thumbnails in mashup POIs"
|
875 |
msgstr ""
|
876 |
|
877 |
-
#: ../pro/mappress_pro_settings.php:
|
878 |
msgid "Use existing size: "
|
879 |
msgstr ""
|
880 |
|
881 |
-
#: ../pro/mappress_pro_settings.php:
|
882 |
msgid "or resize to (px): "
|
883 |
msgstr ""
|
884 |
|
885 |
-
#: ../pro/mappress_pro_settings.php:
|
886 |
msgid "styled maps"
|
887 |
msgstr ""
|
888 |
|
889 |
-
#: ../pro/mappress_pro_settings.php:
|
890 |
msgid "styled maps wizard"
|
891 |
msgstr ""
|
892 |
|
893 |
-
#: ../pro/mappress_pro_settings.php:
|
894 |
#, php-format
|
895 |
msgid "Enter JSON for %s from Google's %s"
|
896 |
msgstr ""
|
897 |
|
898 |
-
#: ../pro/mappress_pro_settings.php:
|
899 |
msgid "Style name"
|
900 |
msgstr ""
|
901 |
|
902 |
-
#: ../pro/mappress_pro_settings.php:
|
903 |
msgid "No styles have been defined yet"
|
904 |
msgstr ""
|
905 |
|
906 |
-
#: ../pro/mappress_pro_settings.php:
|
907 |
msgid "Nominatim"
|
908 |
msgstr ""
|
909 |
|
910 |
-
#: ../pro/mappress_pro_settings.php:
|
911 |
msgid "Address Line 1"
|
912 |
msgstr ""
|
913 |
|
914 |
-
#: ../pro/mappress_pro_settings.php:
|
915 |
msgid "Address Line 2"
|
916 |
msgstr ""
|
917 |
|
918 |
-
#: ../pro/mappress_pro_settings.php:
|
919 |
msgid "Address Line 3"
|
920 |
msgstr ""
|
921 |
|
922 |
-
#: ../pro/mappress_pro_settings.php:
|
923 |
msgid "Address Line 4"
|
924 |
msgstr ""
|
925 |
|
926 |
-
#: ../pro/mappress_pro_settings.php:
|
927 |
msgid "Address Line 5"
|
928 |
msgstr ""
|
929 |
|
930 |
-
#: ../pro/mappress_pro_settings.php:
|
931 |
msgid "Address Line 6"
|
932 |
msgstr ""
|
933 |
|
934 |
-
#: ../pro/mappress_pro_settings.php:
|
935 |
msgid "Latitude"
|
936 |
msgstr ""
|
937 |
|
938 |
-
#: ../pro/mappress_pro_settings.php:
|
939 |
msgid "Longitude"
|
940 |
msgstr ""
|
941 |
|
942 |
-
#: ../pro/mappress_pro_settings.php:
|
943 |
msgid "Icon"
|
944 |
msgstr ""
|
945 |
|
946 |
-
#: ../pro/mappress_pro_settings.php:
|
947 |
msgid "Title"
|
948 |
msgstr ""
|
949 |
|
950 |
-
#: ../pro/mappress_pro_settings.php:
|
951 |
msgid "Body"
|
952 |
msgstr ""
|
953 |
|
954 |
-
#: ../pro/mappress_pro_settings.php:
|
955 |
msgid "Map Zoom"
|
956 |
msgstr ""
|
957 |
|
958 |
-
#: ../pro/mappress_pro_settings.php:
|
959 |
#: ../pro/mappress_widget.php:140
|
960 |
msgid "Map"
|
961 |
msgstr ""
|
962 |
|
963 |
-
#: ../pro/mappress_pro_settings.php:
|
964 |
msgid "Custom Field"
|
965 |
msgstr ""
|
966 |
|
967 |
-
#: ../pro/mappress_pro_settings.php:
|
968 |
-
msgid "Overwrite existing maps when
|
969 |
msgstr ""
|
970 |
|
971 |
-
#: ../pro/mappress_pro_settings.php:
|
972 |
msgid "usage tracking"
|
973 |
msgstr ""
|
974 |
|
975 |
-
#: ../pro/mappress_pro_settings.php:
|
976 |
#, php-format
|
977 |
msgid "API keys is needed only for premium services or %s"
|
978 |
msgstr ""
|
979 |
|
980 |
-
#: ../pro/mappress_pro_settings.php:
|
981 |
-
msgid "Height"
|
982 |
-
msgstr ""
|
983 |
-
|
984 |
-
#: ../pro/mappress_pro_settings.php:222
|
985 |
-
msgid "Enter sizes in px or %"
|
986 |
-
msgstr ""
|
987 |
-
|
988 |
-
#: ../pro/mappress_pro_settings.php:231
|
989 |
msgid "Permanently resize existing maps"
|
990 |
msgstr ""
|
991 |
|
992 |
-
#: ../pro/mappress_pro_settings.php:
|
993 |
#, php-format
|
994 |
msgid "from %s to %s"
|
995 |
msgstr ""
|
996 |
|
997 |
-
#: ../pro/mappress_pro_settings.php:
|
998 |
msgid "Force Resize"
|
999 |
msgstr ""
|
1000 |
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: \n"
|
4 |
"Report-Msgid-Bugs-To: \n"
|
5 |
+
"POT-Creation-Date: 2014-04-12 15:45-0800\n"
|
6 |
+
"PO-Revision-Date: 2014-04-12 15:45-0800\n"
|
7 |
"Last-Translator: Plugin Author <donotreply@gmail.com>\n"
|
8 |
"Language-Team: \n"
|
9 |
"MIME-Version: 1.0\n"
|
33 |
msgid "Upgrade to MapPress Pro"
|
34 |
msgstr ""
|
35 |
|
36 |
+
#: ../mappress.php:333
|
37 |
msgid "MapPress database tables are missing. Please deactivate the plugin and activate it again to fix this."
|
38 |
msgstr ""
|
39 |
|
40 |
+
#: ../mappress.php:338
|
41 |
msgid "WARNING: MapPress now requires WordPress 3.2 or higher. Please upgrade before using MapPress."
|
42 |
msgstr ""
|
43 |
|
44 |
+
#: ../mappress.php:343
|
45 |
msgid "WARNING: MapPress is not compfatible with the WP-Geo plugin. Please deactivate or uninstall WP-Geo before using MapPress."
|
46 |
msgstr ""
|
47 |
|
48 |
+
#: ../mappress.php:547
|
49 |
#: ../templates/map_directions.php:6
|
50 |
msgid "Bicycling"
|
51 |
msgstr ""
|
52 |
|
53 |
+
#: ../mappress.php:548
|
54 |
msgid "Bike"
|
55 |
msgstr ""
|
56 |
|
57 |
+
#: ../mappress.php:549
|
58 |
msgid "One of the addresses could not be found."
|
59 |
msgstr ""
|
60 |
|
61 |
+
#: ../mappress.php:550
|
62 |
msgid "Google cannot return directions between those addresses. There is no route between them or the routing information is not available."
|
63 |
msgstr ""
|
64 |
|
65 |
+
#: ../mappress.php:551
|
66 |
msgid "Unknown error, unable to return directions. Status code = "
|
67 |
msgstr ""
|
68 |
|
69 |
+
#: ../mappress.php:552
|
70 |
+
#: ../mappress_poi.php:251
|
71 |
+
#: ../mappress_settings.php:133
|
72 |
#: ../pro/mappress_widget.php:108
|
73 |
msgid "Directions"
|
74 |
msgstr ""
|
75 |
|
76 |
+
#: ../mappress.php:553
|
77 |
msgid "Error reading KML file"
|
78 |
msgstr ""
|
79 |
|
80 |
+
#: ../mappress.php:554
|
81 |
msgid "Loading..."
|
82 |
msgstr ""
|
83 |
|
84 |
+
#: ../mappress.php:555
|
85 |
msgid "No matching address"
|
86 |
msgstr ""
|
87 |
|
88 |
+
#: ../mappress.php:556
|
89 |
msgid "Unable to get your location"
|
90 |
msgstr ""
|
91 |
|
92 |
+
#: ../mappress.php:557
|
93 |
+
#: ../mappress_settings.php:322
|
94 |
msgid "Traffic"
|
95 |
msgstr ""
|
96 |
|
97 |
+
#: ../mappress.php:558
|
98 |
msgid "Transit"
|
99 |
msgstr ""
|
100 |
|
101 |
+
#: ../mappress.php:559
|
102 |
+
#: ../mappress_poi.php:300
|
103 |
+
#: ../mappress_settings.php:317
|
104 |
+
#: ../mappress_settings.php:456
|
105 |
#: ../pro/mappress_widget.php:124
|
106 |
msgid "Zoom"
|
107 |
msgstr ""
|
108 |
|
109 |
+
#: ../mappress.php:564
|
110 |
msgid "Add"
|
111 |
msgstr ""
|
112 |
|
113 |
+
#: ../mappress.php:565
|
114 |
msgid "Click & drag to move"
|
115 |
msgstr ""
|
116 |
|
117 |
+
#: ../mappress.php:566
|
118 |
msgid "Click to change"
|
119 |
msgstr ""
|
120 |
|
121 |
+
#: ../mappress.php:567
|
122 |
+
#: ../mappress_map.php:444
|
123 |
msgid "Delete"
|
124 |
msgstr ""
|
125 |
|
126 |
+
#: ../mappress.php:568
|
127 |
msgid "Delete this POI?"
|
128 |
msgstr ""
|
129 |
|
130 |
+
#: ../mappress.php:569
|
131 |
msgid "Delete this map?"
|
132 |
msgstr ""
|
133 |
|
134 |
+
#: ../mappress.php:570
|
135 |
msgid "Please save the map first"
|
136 |
msgstr ""
|
137 |
|
138 |
+
#: ../mappress.php:571
|
139 |
msgid "Shape"
|
140 |
msgstr ""
|
141 |
|
142 |
+
#: ../mappress.php:572
|
143 |
+
#: ../mappress_map.php:55
|
144 |
msgid "Untitled"
|
145 |
msgstr ""
|
146 |
|
147 |
+
#: ../mappress_map.php:122
|
148 |
msgid "Map not found"
|
149 |
msgstr ""
|
150 |
|
151 |
+
#: ../mappress_map.php:442
|
152 |
msgid "Edit"
|
153 |
msgstr ""
|
154 |
|
155 |
+
#: ../mappress_map.php:443
|
156 |
#: ../forms/map_media.php:48
|
157 |
msgid "Insert into post"
|
158 |
msgstr ""
|
159 |
|
160 |
+
#: ../mappress_map.php:483
|
161 |
msgid "Show map"
|
162 |
msgstr ""
|
163 |
|
164 |
+
#: ../mappress_map.php:495
|
165 |
+
#: ../mappress_settings.php:448
|
166 |
#: ../forms/map_editor.php:17
|
167 |
msgid "Center map"
|
168 |
msgstr ""
|
169 |
|
170 |
+
#: ../mappress_map.php:504
|
171 |
+
#: ../mappress_settings.php:449
|
172 |
msgid "Reset map"
|
173 |
msgstr ""
|
174 |
|
175 |
+
#: ../mappress_map.php:513
|
176 |
+
#: ../mappress_settings.php:447
|
177 |
msgid "Bigger map"
|
178 |
msgstr ""
|
179 |
|
180 |
+
#: ../mappress_map.php:514
|
181 |
msgid "Smaller map"
|
182 |
msgstr ""
|
183 |
|
184 |
+
#: ../mappress_poi.php:216
|
185 |
+
#: ../mappress_settings.php:457
|
186 |
msgid "Directions to"
|
187 |
msgstr ""
|
188 |
|
189 |
+
#: ../mappress_poi.php:218
|
190 |
+
#: ../mappress_settings.php:458
|
191 |
msgid "Directions from"
|
192 |
msgstr ""
|
193 |
|
194 |
+
#: ../mappress_settings.php:130
|
195 |
msgid "Basic Settings"
|
196 |
msgstr ""
|
197 |
|
198 |
+
#: ../mappress_settings.php:131
|
199 |
msgid "Post types"
|
200 |
msgstr ""
|
201 |
|
202 |
+
#: ../mappress_settings.php:132
|
203 |
msgid "Automatic map display"
|
204 |
msgstr ""
|
205 |
|
206 |
+
#: ../mappress_settings.php:135
|
207 |
msgid "Map Controls"
|
208 |
msgstr ""
|
209 |
|
210 |
+
#: ../mappress_settings.php:136
|
211 |
msgid "Draggable"
|
212 |
msgstr ""
|
213 |
|
214 |
+
#: ../mappress_settings.php:137
|
215 |
msgid "Keyboard shortcuts"
|
216 |
msgstr ""
|
217 |
|
218 |
+
#: ../mappress_settings.php:138
|
219 |
msgid "Scroll wheel zoom"
|
220 |
msgstr ""
|
221 |
|
222 |
+
#: ../mappress_settings.php:139
|
223 |
msgid "Map Types"
|
224 |
msgstr ""
|
225 |
|
226 |
+
#: ../mappress_settings.php:140
|
227 |
msgid "Map controls"
|
228 |
msgstr ""
|
229 |
|
230 |
+
#: ../mappress_settings.php:142
|
231 |
msgid "Map Settings"
|
232 |
msgstr ""
|
233 |
|
234 |
+
#: ../mappress_settings.php:143
|
235 |
msgid "Map links"
|
236 |
msgstr ""
|
237 |
|
238 |
+
#: ../mappress_settings.php:144
|
239 |
msgid "Map alignment"
|
240 |
msgstr ""
|
241 |
|
242 |
+
#: ../mappress_settings.php:145
|
243 |
msgid "Map border"
|
244 |
msgstr ""
|
245 |
|
246 |
+
#: ../mappress_settings.php:146
|
247 |
msgid "Map border color"
|
248 |
msgstr ""
|
249 |
|
250 |
+
#: ../mappress_settings.php:147
|
251 |
msgid "Open first POI"
|
252 |
msgstr ""
|
253 |
|
254 |
+
#: ../mappress_settings.php:149
|
255 |
msgid "POI Settings"
|
256 |
msgstr ""
|
257 |
|
258 |
+
#: ../mappress_settings.php:150
|
259 |
msgid "POI links"
|
260 |
msgstr ""
|
261 |
|
262 |
+
#: ../mappress_settings.php:151
|
263 |
msgid "Tooltips"
|
264 |
msgstr ""
|
265 |
|
266 |
+
#: ../mappress_settings.php:152
|
267 |
msgid "Default zoom"
|
268 |
msgstr ""
|
269 |
|
270 |
+
#: ../mappress_settings.php:155
|
271 |
msgid "Mashups"
|
272 |
msgstr ""
|
273 |
|
274 |
+
#: ../mappress_settings.php:156
|
275 |
msgid "Icons"
|
276 |
msgstr ""
|
277 |
|
278 |
+
#: ../mappress_settings.php:157
|
279 |
msgid "Styled Maps"
|
280 |
msgstr ""
|
281 |
|
282 |
+
#: ../mappress_settings.php:158
|
283 |
msgid "Geocoding"
|
284 |
msgstr ""
|
285 |
|
286 |
+
#: ../mappress_settings.php:161
|
287 |
msgid "Localization"
|
288 |
msgstr ""
|
289 |
|
290 |
+
#: ../mappress_settings.php:162
|
291 |
msgid "Language"
|
292 |
msgstr ""
|
293 |
|
294 |
+
#: ../mappress_settings.php:163
|
295 |
msgid "Country"
|
296 |
msgstr ""
|
297 |
|
298 |
+
#: ../mappress_settings.php:164
|
299 |
msgid "Directions server"
|
300 |
msgstr ""
|
301 |
|
302 |
+
#: ../mappress_settings.php:165
|
303 |
msgid "Directions units"
|
304 |
msgstr ""
|
305 |
|
306 |
+
#: ../mappress_settings.php:167
|
307 |
msgid "Miscellaneous"
|
308 |
msgstr ""
|
309 |
|
310 |
+
#: ../mappress_settings.php:168
|
311 |
+
msgid "Map sizes"
|
312 |
+
msgstr ""
|
313 |
+
|
314 |
+
#: ../mappress_settings.php:169
|
315 |
+
msgid "Fix Scrollbars"
|
316 |
msgstr ""
|
317 |
|
318 |
+
#: ../mappress_settings.php:170
|
319 |
msgid "Turn off CSS"
|
320 |
msgstr ""
|
321 |
|
322 |
+
#: ../mappress_settings.php:171
|
323 |
+
msgid "Adaptive display"
|
324 |
+
msgstr ""
|
325 |
+
|
326 |
+
#: ../mappress_settings.php:172
|
327 |
msgid "Load maps last"
|
328 |
msgstr ""
|
329 |
|
330 |
+
#: ../mappress_settings.php:222
|
331 |
msgid "Use the settings below to automatically create maps from custom fields."
|
332 |
msgstr ""
|
333 |
|
334 |
+
#: ../mappress_settings.php:228
|
335 |
msgid "Posts"
|
336 |
msgstr ""
|
337 |
|
338 |
+
#: ../mappress_settings.php:229
|
339 |
msgid "Pages"
|
340 |
msgstr ""
|
341 |
|
342 |
+
#: ../mappress_settings.php:241
|
343 |
msgid "country code"
|
344 |
msgstr ""
|
345 |
|
346 |
+
#: ../mappress_settings.php:243
|
347 |
#, php-format
|
348 |
msgid "Enter a %s to use when searching (leave blank for USA)"
|
349 |
msgstr ""
|
350 |
|
351 |
+
#: ../mappress_settings.php:250
|
352 |
msgid "Enter a google server URL for directions/printing"
|
353 |
msgstr ""
|
354 |
|
355 |
+
#: ../mappress_settings.php:255
|
356 |
msgid "(Default)"
|
357 |
msgstr ""
|
358 |
|
359 |
+
#: ../mappress_settings.php:255
|
360 |
msgid "Metric (kilometers)"
|
361 |
msgstr ""
|
362 |
|
363 |
+
#: ../mappress_settings.php:255
|
364 |
msgid "Imperial (miles)"
|
365 |
msgstr ""
|
366 |
|
367 |
+
#: ../mappress_settings.php:260
|
368 |
msgid "Enable map dragging with the mouse"
|
369 |
msgstr ""
|
370 |
|
371 |
+
#: ../mappress_settings.php:264
|
372 |
msgid "Enable zoom with the mouse scroll wheel"
|
373 |
msgstr ""
|
374 |
|
375 |
+
#: ../mappress_settings.php:268
|
376 |
msgid "Enable keyboard panning and zooming"
|
377 |
msgstr ""
|
378 |
|
379 |
+
#: ../mappress_settings.php:274
|
380 |
msgid "language"
|
381 |
msgstr ""
|
382 |
|
383 |
+
#: ../mappress_settings.php:276
|
384 |
#, php-format
|
385 |
msgid "Use a specific %s for map controls and geocoding"
|
386 |
msgstr ""
|
387 |
|
388 |
+
#: ../mappress_settings.php:284
|
389 |
+
#: ../mappress_settings.php:290
|
390 |
+
#: ../mappress_settings.php:384
|
391 |
+
#: ../mappress_settings.php:497
|
392 |
msgid "Default"
|
393 |
msgstr ""
|
394 |
|
395 |
+
#: ../mappress_settings.php:285
|
396 |
msgid "Horizontal"
|
397 |
msgstr ""
|
398 |
|
399 |
+
#: ../mappress_settings.php:286
|
400 |
msgid "Dropdown"
|
401 |
msgstr ""
|
402 |
|
403 |
+
#: ../mappress_settings.php:291
|
404 |
msgid "Small"
|
405 |
msgstr ""
|
406 |
|
407 |
+
#: ../mappress_settings.php:292
|
408 |
msgid "Large"
|
409 |
msgstr ""
|
410 |
|
411 |
+
#: ../mappress_settings.php:293
|
412 |
msgid "Android"
|
413 |
msgstr ""
|
414 |
|
415 |
+
#: ../mappress_settings.php:304
|
416 |
msgid "Open initially"
|
417 |
msgstr ""
|
418 |
|
419 |
+
#: ../mappress_settings.php:306
|
420 |
+
#: ../mappress_settings.php:308
|
421 |
+
#: ../mappress_settings.php:310
|
422 |
msgid "Checked initially"
|
423 |
msgstr ""
|
424 |
|
425 |
+
#: ../mappress_settings.php:312
|
426 |
msgid "Control"
|
427 |
msgstr ""
|
428 |
|
429 |
+
#: ../mappress_settings.php:312
|
430 |
msgid "Enable"
|
431 |
msgstr ""
|
432 |
|
433 |
+
#: ../mappress_settings.php:312
|
434 |
+
#: ../mappress_settings.php:409
|
435 |
msgid "Style"
|
436 |
msgstr ""
|
437 |
|
438 |
+
#: ../mappress_settings.php:315
|
439 |
msgid "Map types"
|
440 |
msgstr ""
|
441 |
|
442 |
+
#: ../mappress_settings.php:316
|
443 |
msgid "Pan"
|
444 |
msgstr ""
|
445 |
|
446 |
+
#: ../mappress_settings.php:318
|
447 |
msgid "Street view"
|
448 |
msgstr ""
|
449 |
|
450 |
+
#: ../mappress_settings.php:319
|
451 |
msgid "Scale"
|
452 |
msgstr ""
|
453 |
|
454 |
+
#: ../mappress_settings.php:320
|
455 |
msgid "Overview map"
|
456 |
msgstr ""
|
457 |
|
458 |
+
#: ../mappress_settings.php:321
|
459 |
msgid "Public transit"
|
460 |
msgstr ""
|
461 |
|
462 |
+
#: ../mappress_settings.php:323
|
463 |
msgid "Bike routes"
|
464 |
msgstr ""
|
465 |
|
466 |
+
#: ../mappress_settings.php:330
|
467 |
msgid "Road map"
|
468 |
msgstr ""
|
469 |
|
470 |
+
#: ../mappress_settings.php:331
|
471 |
#: ../pro/mappress_widget.php:142
|
472 |
msgid "Satellite"
|
473 |
msgstr ""
|
474 |
|
475 |
+
#: ../mappress_settings.php:332
|
476 |
#: ../pro/mappress_widget.php:143
|
477 |
msgid "Terrain"
|
478 |
msgstr ""
|
479 |
|
480 |
+
#: ../mappress_settings.php:333
|
481 |
#: ../pro/mappress_widget.php:141
|
482 |
msgid "Hybrid"
|
483 |
msgstr ""
|
484 |
|
485 |
+
#: ../mappress_settings.php:346
|
486 |
msgid "Inline (in your blog)"
|
487 |
msgstr ""
|
488 |
|
489 |
+
#: ../mappress_settings.php:347
|
490 |
+
#: ../pro/mappress_pro_settings.php:179
|
491 |
#: ../pro/mappress_widget.php:110
|
492 |
msgid "Google"
|
493 |
msgstr ""
|
494 |
|
495 |
+
#: ../mappress_settings.php:348
|
496 |
#: ../pro/mappress_widget.php:111
|
497 |
msgid "None"
|
498 |
msgstr ""
|
499 |
|
500 |
+
#: ../mappress_settings.php:355
|
501 |
msgid "Automatically open the first POI when a map is displayed"
|
502 |
msgstr ""
|
503 |
|
504 |
+
#: ../mappress_settings.php:360
|
505 |
+
#: ../mappress_settings.php:369
|
506 |
msgid "Show control"
|
507 |
msgstr ""
|
508 |
|
509 |
+
#: ../mappress_settings.php:364
|
510 |
+
#: ../mappress_settings.php:373
|
511 |
msgid "Enabled by default"
|
512 |
msgstr ""
|
513 |
|
514 |
+
#: ../mappress_settings.php:377
|
515 |
msgid "Show POI titles as a \"tooltip\" on mouse-over"
|
516 |
msgstr ""
|
517 |
|
518 |
+
#: ../mappress_settings.php:385
|
519 |
#: ../pro/mappress_widget.php:116
|
520 |
msgid "Center"
|
521 |
msgstr ""
|
522 |
|
523 |
+
#: ../mappress_settings.php:386
|
524 |
msgid "Left"
|
525 |
msgstr ""
|
526 |
|
527 |
+
#: ../mappress_settings.php:387
|
528 |
msgid "Right"
|
529 |
msgstr ""
|
530 |
|
531 |
+
#: ../mappress_settings.php:399
|
532 |
msgid "solid"
|
533 |
msgstr ""
|
534 |
|
535 |
+
#: ../mappress_settings.php:400
|
536 |
msgid "dashed"
|
537 |
msgstr ""
|
538 |
|
539 |
+
#: ../mappress_settings.php:401
|
540 |
msgid "dotted"
|
541 |
msgstr ""
|
542 |
|
543 |
+
#: ../mappress_settings.php:402
|
544 |
msgid "double"
|
545 |
msgstr ""
|
546 |
|
547 |
+
#: ../mappress_settings.php:403
|
548 |
msgid "groove"
|
549 |
msgstr ""
|
550 |
|
551 |
+
#: ../mappress_settings.php:404
|
552 |
msgid "inset"
|
553 |
msgstr ""
|
554 |
|
555 |
+
#: ../mappress_settings.php:405
|
556 |
msgid "outset"
|
557 |
msgstr ""
|
558 |
|
559 |
+
#: ../mappress_settings.php:417
|
560 |
+
#: ../mappress_settings.php:497
|
561 |
msgid "Width"
|
562 |
msgstr ""
|
563 |
|
564 |
+
#: ../mappress_settings.php:423
|
565 |
msgid "Corner radius"
|
566 |
msgstr ""
|
567 |
|
568 |
+
#: ../mappress_settings.php:432
|
569 |
msgid "Color"
|
570 |
msgstr ""
|
571 |
|
572 |
+
#: ../mappress_settings.php:442
|
573 |
msgid "Display shadow"
|
574 |
msgstr ""
|
575 |
|
576 |
+
#: ../mappress_settings.php:466
|
577 |
msgid "Default zoom for POIs entered by lat/lng"
|
578 |
msgstr ""
|
579 |
|
580 |
+
#: ../mappress_settings.php:472
|
581 |
msgid "Top of post"
|
582 |
msgstr ""
|
583 |
|
584 |
+
#: ../mappress_settings.php:473
|
585 |
msgid "Bottom of post"
|
586 |
msgstr ""
|
587 |
|
588 |
+
#: ../mappress_settings.php:474
|
589 |
msgid "No automatic display"
|
590 |
msgstr ""
|
591 |
|
592 |
+
#: ../mappress_settings.php:481
|
593 |
+
msgid "Fix InfoWindow Scrollbars"
|
594 |
+
msgstr ""
|
595 |
+
|
596 |
+
#: ../mappress_settings.php:485
|
597 |
msgid "Recenter maps when window is resized"
|
598 |
msgstr ""
|
599 |
|
600 |
+
#: ../mappress_settings.php:489
|
601 |
#, php-format
|
602 |
msgid "Don't load the %s stylesheet"
|
603 |
msgstr ""
|
604 |
|
605 |
+
#: ../mappress_settings.php:493
|
606 |
msgid "Load maps in window 'load' event"
|
607 |
msgstr ""
|
608 |
|
609 |
+
#: ../mappress_settings.php:497
|
610 |
+
msgid "Height"
|
611 |
msgstr ""
|
612 |
|
613 |
#: ../mappress_settings.php:508
|
614 |
+
msgid "Enter sizes in px or %"
|
615 |
+
msgstr ""
|
616 |
+
|
617 |
+
#: ../mappress_settings.php:518
|
618 |
+
msgid "Rate it 5 Stars"
|
619 |
+
msgstr ""
|
620 |
+
|
621 |
+
#: ../mappress_settings.php:520
|
622 |
#, php-format
|
623 |
msgid "%s on WordPress.org"
|
624 |
msgstr ""
|
625 |
|
626 |
+
#: ../mappress_settings.php:521
|
627 |
msgid "Thanks for your support!"
|
628 |
msgstr ""
|
629 |
|
630 |
+
#: ../mappress_settings.php:548
|
631 |
msgid "MapPress"
|
632 |
msgstr ""
|
633 |
|
634 |
+
#: ../mappress_settings.php:549
|
635 |
msgid "Easy Google Maps"
|
636 |
msgstr ""
|
637 |
|
638 |
+
#: ../mappress_settings.php:598
|
639 |
msgid "Like this plugin?"
|
640 |
msgstr ""
|
641 |
|
642 |
+
#: ../mappress_settings.php:600
|
643 |
msgid "Sample Map"
|
644 |
msgstr ""
|
645 |
|
646 |
+
#: ../mappress_settings.php:619
|
647 |
msgid "Save Changes"
|
648 |
msgstr ""
|
649 |
|
650 |
+
#: ../mappress_settings.php:620
|
651 |
msgid "Reset Defaults"
|
652 |
msgstr ""
|
653 |
|
737 |
msgid "No results, check that a geocoder is configured"
|
738 |
msgstr ""
|
739 |
|
740 |
+
#: ../pro/mappress_geocoders.php:86
|
741 |
#, php-format
|
742 |
msgid "Invalid status: %s, address: %s"
|
743 |
msgstr ""
|
744 |
|
745 |
+
#: ../pro/mappress_geocoders.php:95
|
746 |
+
#: ../pro/mappress_geocoders.php:159
|
747 |
#, php-format
|
748 |
msgid "No results for address: %s"
|
749 |
msgstr ""
|
750 |
|
751 |
+
#: ../pro/mappress_geocoders.php:155
|
752 |
#, php-format
|
753 |
msgid "Error: %s %s"
|
754 |
msgstr ""
|
757 |
msgid "Use default icon"
|
758 |
msgstr ""
|
759 |
|
760 |
+
#: ../pro/mappress_pro.php:161
|
761 |
msgid "Automatic"
|
762 |
msgstr ""
|
763 |
|
830 |
msgstr ""
|
831 |
|
832 |
#: ../pro/mappress_pro_settings.php:33
|
|
|
|
|
|
|
|
|
833 |
msgid "Force resize"
|
834 |
msgstr ""
|
835 |
|
836 |
+
#: ../pro/mappress_pro_settings.php:77
|
837 |
msgid "Show a list of POIs under each map"
|
838 |
msgstr ""
|
839 |
|
840 |
+
#: ../pro/mappress_pro_settings.php:82
|
841 |
#, php-format
|
842 |
msgid "Show the POI list as a sortable %s"
|
843 |
msgstr ""
|
844 |
|
845 |
+
#: ../pro/mappress_pro_settings.php:86
|
846 |
msgid "POI title"
|
847 |
msgstr ""
|
848 |
|
849 |
+
#: ../pro/mappress_pro_settings.php:86
|
850 |
msgid "Post title"
|
851 |
msgstr ""
|
852 |
|
853 |
+
#: ../pro/mappress_pro_settings.php:91
|
854 |
msgid "POI body"
|
855 |
msgstr ""
|
856 |
|
857 |
+
#: ../pro/mappress_pro_settings.php:91
|
858 |
msgid "Address"
|
859 |
msgstr ""
|
860 |
|
861 |
+
#: ../pro/mappress_pro_settings.php:91
|
862 |
msgid "Post excerpt"
|
863 |
msgstr ""
|
864 |
|
865 |
+
#: ../pro/mappress_pro_settings.php:96
|
866 |
msgid "Link POI titles to the underlying post"
|
867 |
msgstr ""
|
868 |
|
869 |
+
#: ../pro/mappress_pro_settings.php:100
|
870 |
msgid "Open the POI"
|
871 |
msgstr ""
|
872 |
|
873 |
+
#: ../pro/mappress_pro_settings.php:100
|
874 |
msgid "Go directly to the post"
|
875 |
msgstr ""
|
876 |
|
877 |
+
#: ../pro/mappress_pro_settings.php:106
|
878 |
msgid "Google InfoWindow"
|
879 |
msgstr ""
|
880 |
|
881 |
+
#: ../pro/mappress_pro_settings.php:107
|
882 |
msgid "InfoBox (can be styled and extend outside the map)"
|
883 |
msgstr ""
|
884 |
|
885 |
+
#: ../pro/mappress_pro_settings.php:113
|
886 |
msgid "Disable map panning when infoWindow / infoBox is opened"
|
887 |
msgstr ""
|
888 |
|
889 |
+
#: ../pro/mappress_pro_settings.php:117
|
890 |
msgid "Show featured image thumbnails in mashup POIs"
|
891 |
msgstr ""
|
892 |
|
893 |
+
#: ../pro/mappress_pro_settings.php:125
|
894 |
msgid "Use existing size: "
|
895 |
msgstr ""
|
896 |
|
897 |
+
#: ../pro/mappress_pro_settings.php:128
|
898 |
msgid "or resize to (px): "
|
899 |
msgstr ""
|
900 |
|
901 |
+
#: ../pro/mappress_pro_settings.php:143
|
902 |
msgid "styled maps"
|
903 |
msgstr ""
|
904 |
|
905 |
+
#: ../pro/mappress_pro_settings.php:144
|
906 |
msgid "styled maps wizard"
|
907 |
msgstr ""
|
908 |
|
909 |
+
#: ../pro/mappress_pro_settings.php:146
|
910 |
#, php-format
|
911 |
msgid "Enter JSON for %s from Google's %s"
|
912 |
msgstr ""
|
913 |
|
914 |
+
#: ../pro/mappress_pro_settings.php:155
|
915 |
msgid "Style name"
|
916 |
msgstr ""
|
917 |
|
918 |
+
#: ../pro/mappress_pro_settings.php:169
|
919 |
msgid "No styles have been defined yet"
|
920 |
msgstr ""
|
921 |
|
922 |
+
#: ../pro/mappress_pro_settings.php:180
|
923 |
msgid "Nominatim"
|
924 |
msgstr ""
|
925 |
|
926 |
+
#: ../pro/mappress_pro_settings.php:192
|
927 |
msgid "Address Line 1"
|
928 |
msgstr ""
|
929 |
|
930 |
+
#: ../pro/mappress_pro_settings.php:193
|
931 |
msgid "Address Line 2"
|
932 |
msgstr ""
|
933 |
|
934 |
+
#: ../pro/mappress_pro_settings.php:194
|
935 |
msgid "Address Line 3"
|
936 |
msgstr ""
|
937 |
|
938 |
+
#: ../pro/mappress_pro_settings.php:195
|
939 |
msgid "Address Line 4"
|
940 |
msgstr ""
|
941 |
|
942 |
+
#: ../pro/mappress_pro_settings.php:196
|
943 |
msgid "Address Line 5"
|
944 |
msgstr ""
|
945 |
|
946 |
+
#: ../pro/mappress_pro_settings.php:197
|
947 |
msgid "Address Line 6"
|
948 |
msgstr ""
|
949 |
|
950 |
+
#: ../pro/mappress_pro_settings.php:198
|
951 |
msgid "Latitude"
|
952 |
msgstr ""
|
953 |
|
954 |
+
#: ../pro/mappress_pro_settings.php:199
|
955 |
msgid "Longitude"
|
956 |
msgstr ""
|
957 |
|
958 |
+
#: ../pro/mappress_pro_settings.php:200
|
959 |
msgid "Icon"
|
960 |
msgstr ""
|
961 |
|
962 |
+
#: ../pro/mappress_pro_settings.php:201
|
963 |
msgid "Title"
|
964 |
msgstr ""
|
965 |
|
966 |
+
#: ../pro/mappress_pro_settings.php:202
|
967 |
msgid "Body"
|
968 |
msgstr ""
|
969 |
|
970 |
+
#: ../pro/mappress_pro_settings.php:203
|
971 |
msgid "Map Zoom"
|
972 |
msgstr ""
|
973 |
|
974 |
+
#: ../pro/mappress_pro_settings.php:206
|
975 |
#: ../pro/mappress_widget.php:140
|
976 |
msgid "Map"
|
977 |
msgstr ""
|
978 |
|
979 |
+
#: ../pro/mappress_pro_settings.php:206
|
980 |
msgid "Custom Field"
|
981 |
msgstr ""
|
982 |
|
983 |
+
#: ../pro/mappress_pro_settings.php:215
|
984 |
+
msgid "Overwrite existing maps when updating"
|
985 |
msgstr ""
|
986 |
|
987 |
+
#: ../pro/mappress_pro_settings.php:220
|
988 |
msgid "usage tracking"
|
989 |
msgstr ""
|
990 |
|
991 |
+
#: ../pro/mappress_pro_settings.php:221
|
992 |
#, php-format
|
993 |
msgid "API keys is needed only for premium services or %s"
|
994 |
msgstr ""
|
995 |
|
996 |
+
#: ../pro/mappress_pro_settings.php:229
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
997 |
msgid "Permanently resize existing maps"
|
998 |
msgstr ""
|
999 |
|
1000 |
+
#: ../pro/mappress_pro_settings.php:231
|
1001 |
#, php-format
|
1002 |
msgid "from %s to %s"
|
1003 |
msgstr ""
|
1004 |
|
1005 |
+
#: ../pro/mappress_pro_settings.php:232
|
1006 |
msgid "Force Resize"
|
1007 |
msgstr ""
|
1008 |
|
mappress.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: MapPress Easy Google Maps
|
|
4 |
Plugin URI: http://www.wphostreviews.com/mappress
|
5 |
Author URI: http://www.wphostreviews.com/mappress
|
6 |
Description: MapPress makes it easy to insert Google Maps in WordPress posts and pages.
|
7 |
-
Version: 2.
|
8 |
Author: Chris Richardson
|
9 |
Thanks to all the translators and to Matthias Stasiak for his wonderful icons (http://code.google.com/p/google-maps-icons/)
|
10 |
*/
|
@@ -29,7 +29,7 @@ Thanks to all the translators and to Matthias Stasiak for his wonderful icons (h
|
|
29 |
@include_once dirname( __FILE__ ) . '/pro/mappress_widget.php';
|
30 |
|
31 |
class Mappress {
|
32 |
-
const VERSION = '2.
|
33 |
|
34 |
static
|
35 |
$baseurl,
|
@@ -256,13 +256,12 @@ class Mappress {
|
|
256 |
wp_enqueue_style('mappress', self::$baseurl . '/css/mappress.css', null, self::VERSION);
|
257 |
|
258 |
// If a 'mappress.css' exists in the theme directory, load that afterwards
|
259 |
-
$file = "";
|
260 |
if ( @file_exists( get_stylesheet_directory() . '/mappress.css' ) )
|
261 |
$file = get_stylesheet_directory_uri() . '/mappress.css';
|
262 |
elseif ( @file_exists( get_template_directory() . '/mappress.css' ) )
|
263 |
$file = get_template_directory_uri() . '/mappress.css';
|
264 |
|
265 |
-
if ($file)
|
266 |
wp_enqueue_style('mappress-custom', $file, array('mappress'), self::VERSION);
|
267 |
}
|
268 |
|
@@ -328,9 +327,9 @@ class Mappress {
|
|
328 |
$error = "<div id='error' class='error'><p>%s</p></div>";
|
329 |
|
330 |
$map_table = $wpdb->prefix . "mappress_maps";
|
331 |
-
$
|
332 |
|
333 |
-
if (
|
334 |
echo sprintf($error, __("MapPress database tables are missing. Please deactivate the plugin and activate it again to fix this.", 'mappress'));
|
335 |
return;
|
336 |
}
|
@@ -380,6 +379,12 @@ class Mappress {
|
|
380 |
unset($atts['center']);
|
381 |
}
|
382 |
|
|
|
|
|
|
|
|
|
|
|
|
|
383 |
// MapTypeIds
|
384 |
if (isset($atts['maptypeids']))
|
385 |
$atts['maptypeids'] = explode(',', $atts['maptypeids']);
|
@@ -455,7 +460,7 @@ class Mappress {
|
|
455 |
$this->print_map_styles();
|
456 |
|
457 |
if (isset($this->queue['editor'])) {
|
458 |
-
$script = "
|
459 |
echo Mappress::script($script);
|
460 |
return;
|
461 |
}
|
@@ -469,7 +474,7 @@ class Mappress {
|
|
469 |
|
470 |
// Workaround for Nextgen plugin, which reverses sequence of wp_enqueue_scripts and wp_print_footer_scripts output
|
471 |
if ((self::$options->onLoad) || class_exists('C_Photocrati_Resource_Manager'))
|
472 |
-
$script = "jQuery(document).ready(function () { $script
|
473 |
|
474 |
echo Mappress::script($script);
|
475 |
}
|
@@ -574,7 +579,8 @@ class Mappress {
|
|
574 |
'ajaxErrors' => is_super_admin() || Mappress::$debug,
|
575 |
'baseurl' => Mappress::$baseurl,
|
576 |
'defaultIcon' => Mappress::$options->defaultIcon,
|
577 |
-
'postid' => ($post) ? $post->ID : null
|
|
|
578 |
));
|
579 |
|
580 |
return $l10n;
|
4 |
Plugin URI: http://www.wphostreviews.com/mappress
|
5 |
Author URI: http://www.wphostreviews.com/mappress
|
6 |
Description: MapPress makes it easy to insert Google Maps in WordPress posts and pages.
|
7 |
+
Version: 2.42
|
8 |
Author: Chris Richardson
|
9 |
Thanks to all the translators and to Matthias Stasiak for his wonderful icons (http://code.google.com/p/google-maps-icons/)
|
10 |
*/
|
29 |
@include_once dirname( __FILE__ ) . '/pro/mappress_widget.php';
|
30 |
|
31 |
class Mappress {
|
32 |
+
const VERSION = '2.42';
|
33 |
|
34 |
static
|
35 |
$baseurl,
|
256 |
wp_enqueue_style('mappress', self::$baseurl . '/css/mappress.css', null, self::VERSION);
|
257 |
|
258 |
// If a 'mappress.css' exists in the theme directory, load that afterwards
|
|
|
259 |
if ( @file_exists( get_stylesheet_directory() . '/mappress.css' ) )
|
260 |
$file = get_stylesheet_directory_uri() . '/mappress.css';
|
261 |
elseif ( @file_exists( get_template_directory() . '/mappress.css' ) )
|
262 |
$file = get_template_directory_uri() . '/mappress.css';
|
263 |
|
264 |
+
if (isset($file))
|
265 |
wp_enqueue_style('mappress-custom', $file, array('mappress'), self::VERSION);
|
266 |
}
|
267 |
|
327 |
$error = "<div id='error' class='error'><p>%s</p></div>";
|
328 |
|
329 |
$map_table = $wpdb->prefix . "mappress_maps";
|
330 |
+
$exists = $wpdb->get_var("show tables like '$map_table'");
|
331 |
|
332 |
+
if (!$exists) {
|
333 |
echo sprintf($error, __("MapPress database tables are missing. Please deactivate the plugin and activate it again to fix this.", 'mappress'));
|
334 |
return;
|
335 |
}
|
379 |
unset($atts['center']);
|
380 |
}
|
381 |
|
382 |
+
// Back-compat for initialOpenDirections: convert to 'to'
|
383 |
+
if (isset($atts['initialopendirections']) && !is_bool($atts['initialopendirections']) && !isset($atts['to'])) {
|
384 |
+
$atts['to'] = $atts['initialopendirections'];
|
385 |
+
$atts['initialopendirections'] = true;
|
386 |
+
}
|
387 |
+
|
388 |
// MapTypeIds
|
389 |
if (isset($atts['maptypeids']))
|
390 |
$atts['maptypeids'] = explode(',', $atts['maptypeids']);
|
460 |
$this->print_map_styles();
|
461 |
|
462 |
if (isset($this->queue['editor'])) {
|
463 |
+
$script = "window.mappEditor = new mapp.Media();";
|
464 |
echo Mappress::script($script);
|
465 |
return;
|
466 |
}
|
474 |
|
475 |
// Workaround for Nextgen plugin, which reverses sequence of wp_enqueue_scripts and wp_print_footer_scripts output
|
476 |
if ((self::$options->onLoad) || class_exists('C_Photocrati_Resource_Manager'))
|
477 |
+
$script = "jQuery(document).ready(function () { $script });";
|
478 |
|
479 |
echo Mappress::script($script);
|
480 |
}
|
579 |
'ajaxErrors' => is_super_admin() || Mappress::$debug,
|
580 |
'baseurl' => Mappress::$baseurl,
|
581 |
'defaultIcon' => Mappress::$options->defaultIcon,
|
582 |
+
'postid' => ($post) ? $post->ID : null,
|
583 |
+
'siteUrl' => site_url()
|
584 |
));
|
585 |
|
586 |
return $l10n;
|
mappress_map.php
CHANGED
@@ -41,11 +41,13 @@ class Mappress_Map extends Mappress_Obj {
|
|
41 |
}
|
42 |
|
43 |
// Set default size if no width/height specified
|
44 |
-
if (!$this->width
|
45 |
$i = (int) $this->options->size;
|
46 |
-
|
47 |
-
|
48 |
-
|
|
|
|
|
49 |
}
|
50 |
|
51 |
// Default title
|
@@ -71,14 +73,16 @@ class Mappress_Map extends Mappress_Obj {
|
|
71 |
|
72 |
$wpdb->show_errors(true);
|
73 |
|
74 |
-
|
|
|
75 |
$result = $wpdb->query ("CREATE TABLE $maps_table (
|
76 |
mapid INT NOT NULL AUTO_INCREMENT PRIMARY KEY,
|
77 |
obj LONGTEXT)
|
78 |
CHARACTER SET utf8;");
|
79 |
}
|
80 |
|
81 |
-
|
|
|
82 |
$result = $wpdb->query ("CREATE TABLE $posts_table (
|
83 |
postid INT,
|
84 |
mapid INT,
|
@@ -221,7 +225,7 @@ class Mappress_Map extends Mappress_Obj {
|
|
221 |
*
|
222 |
* @param mixed $mapid
|
223 |
*/
|
224 |
-
function delete($mapid) {
|
225 |
global $wpdb;
|
226 |
$maps_table = $wpdb->prefix . 'mappress_maps';
|
227 |
$posts_table = $wpdb->prefix . 'mappress_posts';
|
@@ -457,7 +461,7 @@ class Mappress_Map extends Mappress_Obj {
|
|
457 |
|
458 |
if (isset($border['radius']) && $border['radius']) {
|
459 |
$radius = $border['radius'] . 'px';
|
460 |
-
$style .= " border-radius: $radius; -moz-border-radius: $radius; -webkit-border-radius: $radius; -o-border-radius:$radius ";
|
461 |
}
|
462 |
}
|
463 |
|
41 |
}
|
42 |
|
43 |
// Set default size if no width/height specified
|
44 |
+
if (!$this->width || !$this->height) {
|
45 |
$i = (int) $this->options->size;
|
46 |
+
if (isset(Mappress::$options->sizes[$i])) {
|
47 |
+
$size = Mappress::$options->sizes[$i];
|
48 |
+
$this->width = ($this->width) ? $this->width : $size['width'];
|
49 |
+
$this->height = ($this->height) ? $this->height : $size['height'];
|
50 |
+
}
|
51 |
}
|
52 |
|
53 |
// Default title
|
73 |
|
74 |
$wpdb->show_errors(true);
|
75 |
|
76 |
+
$exists = $wpdb->get_var("show tables like '$maps_table'");
|
77 |
+
if (!$exists) {
|
78 |
$result = $wpdb->query ("CREATE TABLE $maps_table (
|
79 |
mapid INT NOT NULL AUTO_INCREMENT PRIMARY KEY,
|
80 |
obj LONGTEXT)
|
81 |
CHARACTER SET utf8;");
|
82 |
}
|
83 |
|
84 |
+
$exists = $wpdb->get_var("show tables like '$posts_table'");
|
85 |
+
if (!$exists) {
|
86 |
$result = $wpdb->query ("CREATE TABLE $posts_table (
|
87 |
postid INT,
|
88 |
mapid INT,
|
225 |
*
|
226 |
* @param mixed $mapid
|
227 |
*/
|
228 |
+
static function delete($mapid) {
|
229 |
global $wpdb;
|
230 |
$maps_table = $wpdb->prefix . 'mappress_maps';
|
231 |
$posts_table = $wpdb->prefix . 'mappress_posts';
|
461 |
|
462 |
if (isset($border['radius']) && $border['radius']) {
|
463 |
$radius = $border['radius'] . 'px';
|
464 |
+
$style .= " border-radius: $radius; -moz-border-radius: $radius; -webkit-border-radius: $radius; -o-border-radius:$radius; ";
|
465 |
}
|
466 |
}
|
467 |
|
mappress_poi.php
CHANGED
@@ -19,8 +19,8 @@ class Mappress_Poi extends Mappress_Obj {
|
|
19 |
function __sleep() {
|
20 |
return array('address', 'body', 'correctedAddress', 'iconid', 'point', 'poly', 'kml', 'title', 'type', 'viewport');
|
21 |
}
|
22 |
-
|
23 |
-
function __construct($atts) {
|
24 |
parent::__construct($atts);
|
25 |
}
|
26 |
|
@@ -75,54 +75,44 @@ class Mappress_Poi extends Mappress_Obj {
|
|
75 |
|
76 |
function set_html() {
|
77 |
global $mappress, $post;
|
78 |
-
|
79 |
if (class_exists('Mappress_Pro')) {
|
80 |
$html = $mappress->get_template($this->map()->options->templatePoi, array('poi' => $this));
|
81 |
$html = apply_filters('mappress_poi_html', $html, $this);
|
82 |
} else {
|
83 |
-
$html = "<div class='mapp-iw'>"
|
84 |
-
. "<div class='mapp-title'>" . $this->title . "</div>"
|
85 |
-
. "<div class='mapp-body'>" . $this->body . "</div>"
|
86 |
. "<div class='mapp-links'>" . $this->get_links() . "</div>"
|
87 |
. "</div>";
|
88 |
-
}
|
89 |
$this->html = $html;
|
90 |
}
|
91 |
-
|
92 |
function set_iconid() {
|
93 |
-
$this->iconid = apply_filters('
|
94 |
}
|
95 |
-
|
96 |
/**
|
97 |
-
* Sets the poi title and url
|
98 |
* - may replace title with post title (used in sorting)
|
99 |
-
* - sets poi url if mashupClick=true,
|
100 |
-
*
|
101 |
*/
|
102 |
-
function set_title() {
|
103 |
-
$map = $this->map();
|
104 |
|
105 |
-
// If using option to click directly to post, save the post's permalink
|
106 |
-
if ($map->options->mashupClick && $this->postid)
|
107 |
-
$this->url = get_permalink($this->postid);
|
108 |
-
|
109 |
-
// If a filter exists, use it instead of this function
|
110 |
-
if (has_filter('mappress_poi_title')) {
|
111 |
-
$this->title = apply_filters('mappress_poi_title', '', $this);
|
112 |
-
return;
|
113 |
-
}
|
114 |
-
|
115 |
$style = ($this->postid) ? $map->options->mashupTitle : 'poi';
|
116 |
-
|
117 |
if ($style == 'post') {
|
118 |
$post = get_post($this->postid);
|
119 |
$this->title = $post->post_title;
|
120 |
-
}
|
121 |
}
|
122 |
|
123 |
/**
|
124 |
* Sets the poi body based on style settings; replaces original body
|
125 |
-
*
|
126 |
*/
|
127 |
function set_body() {
|
128 |
$map = $this->map();
|
@@ -134,51 +124,41 @@ class Mappress_Poi extends Mappress_Obj {
|
|
134 |
}
|
135 |
|
136 |
$style = ($this->postid) ? $map->options->mashupBody : 'poi';
|
137 |
-
|
138 |
// Get the post excerpt
|
139 |
-
if ($style == 'post')
|
140 |
$this->body = $this->get_post_excerpt();
|
141 |
-
|
142 |
if ($style == 'address')
|
143 |
$this->body = $this->get_address();
|
144 |
}
|
145 |
-
|
146 |
-
/**
|
147 |
-
* Get the linked post, if any
|
148 |
-
*/
|
149 |
-
function get_post() {
|
150 |
-
if (!$this->postid)
|
151 |
-
return null;
|
152 |
-
|
153 |
-
return get_post($this->postid);
|
154 |
-
}
|
155 |
|
156 |
/**
|
157 |
* Get the poi title
|
158 |
-
*
|
159 |
*/
|
160 |
function get_title() {
|
161 |
return $this->title;
|
162 |
}
|
163 |
-
|
164 |
/**
|
165 |
* Based on style settings, gets either the poi title or a link to the underlying post with poi title as text
|
166 |
-
*
|
167 |
*/
|
168 |
function get_title_link() {
|
169 |
-
$map = $this->map();
|
170 |
$link = ($this->postid) ? $map->options->mashupLink : false;
|
171 |
return ($link) ? "<a href='" . get_permalink($this->postid) . "'>$this->title</a>" : $this->title;
|
172 |
-
}
|
173 |
-
|
174 |
/**
|
175 |
* Get the poi body
|
176 |
-
*
|
177 |
*/
|
178 |
function get_body() {
|
179 |
return $this->body;
|
180 |
-
}
|
181 |
-
|
182 |
/**
|
183 |
* Get a post excerpt for a poi
|
184 |
* Uses the WP get_the_excerpt(), which requires postdata to be set up.
|
@@ -187,13 +167,12 @@ class Mappress_Poi extends Mappress_Obj {
|
|
187 |
*/
|
188 |
function get_post_excerpt() {
|
189 |
global $post;
|
190 |
-
|
191 |
$post = get_post($this->postid);
|
192 |
if (empty($this->postid) || empty($post))
|
193 |
-
return "";
|
194 |
|
195 |
$old_post = ($post) ? clone($post) : null;
|
196 |
-
$post = get_post($this->postid);
|
197 |
setup_postdata($post);
|
198 |
$html = get_the_excerpt();
|
199 |
|
@@ -202,17 +181,8 @@ class Mappress_Poi extends Mappress_Obj {
|
|
202 |
$post = $old_post;
|
203 |
setup_postdata($post);
|
204 |
}
|
205 |
-
|
206 |
-
return $html;
|
207 |
-
}
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
-
function get_custom($field, $single = true) {
|
212 |
-
if (!$this->postid)
|
213 |
-
return "";
|
214 |
|
215 |
-
return
|
216 |
}
|
217 |
|
218 |
/**
|
@@ -260,7 +230,7 @@ class Mappress_Poi extends Mappress_Obj {
|
|
260 |
}
|
261 |
|
262 |
function get_icon() {
|
263 |
-
$map = $this->map();
|
264 |
return Mappress_Icons::get_icon($this->iconid, $map->options->defaultIcon);
|
265 |
}
|
266 |
|
@@ -275,8 +245,8 @@ class Mappress_Poi extends Mappress_Obj {
|
|
275 |
$map = $this->map();
|
276 |
|
277 |
extract(wp_parse_args($args, array(
|
278 |
-
'from' =>
|
279 |
-
'to' => $
|
280 |
'focus' => true,
|
281 |
'text' => __('Directions', 'mappress')
|
282 |
)));
|
@@ -351,13 +321,13 @@ class Mappress_Poi extends Mappress_Obj {
|
|
351 |
$size = $args['size'];
|
352 |
else
|
353 |
$size = ($map->options->thumbSize) ? $map->options->thumbSize : array($map->options->thumbWidth, $map->options->thumbHeight);
|
354 |
-
|
355 |
-
$html = get_the_post_thumbnail($this->postid, $size, $args);
|
356 |
|
357 |
// If linking poi to underlying post, then link the featured image
|
358 |
-
if ($map->options->mashupLink)
|
359 |
$html = "<a href='" . get_permalink($this->postid) . "'>$html</a>";
|
360 |
-
|
361 |
return $html;
|
362 |
}
|
363 |
}
|
19 |
function __sleep() {
|
20 |
return array('address', 'body', 'correctedAddress', 'iconid', 'point', 'poly', 'kml', 'title', 'type', 'viewport');
|
21 |
}
|
22 |
+
|
23 |
+
function __construct($atts = '') {
|
24 |
parent::__construct($atts);
|
25 |
}
|
26 |
|
75 |
|
76 |
function set_html() {
|
77 |
global $mappress, $post;
|
78 |
+
|
79 |
if (class_exists('Mappress_Pro')) {
|
80 |
$html = $mappress->get_template($this->map()->options->templatePoi, array('poi' => $this));
|
81 |
$html = apply_filters('mappress_poi_html', $html, $this);
|
82 |
} else {
|
83 |
+
$html = "<div class='mapp-iw'>"
|
84 |
+
. "<div class='mapp-title'>" . $this->title . "</div>"
|
85 |
+
. "<div class='mapp-body'>" . $this->body . "</div>"
|
86 |
. "<div class='mapp-links'>" . $this->get_links() . "</div>"
|
87 |
. "</div>";
|
88 |
+
}
|
89 |
$this->html = $html;
|
90 |
}
|
91 |
+
|
92 |
function set_iconid() {
|
93 |
+
$this->iconid = apply_filters('mappress_poi_iconid', $this->iconid, $this);
|
94 |
}
|
95 |
+
|
96 |
/**
|
97 |
+
* Sets the poi title and url
|
98 |
* - may replace title with post title (used in sorting)
|
99 |
+
* - sets poi url if mashupClick=true,
|
100 |
+
*
|
101 |
*/
|
102 |
+
function set_title() {
|
103 |
+
$map = $this->map();
|
104 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
105 |
$style = ($this->postid) ? $map->options->mashupTitle : 'poi';
|
106 |
+
|
107 |
if ($style == 'post') {
|
108 |
$post = get_post($this->postid);
|
109 |
$this->title = $post->post_title;
|
110 |
+
}
|
111 |
}
|
112 |
|
113 |
/**
|
114 |
* Sets the poi body based on style settings; replaces original body
|
115 |
+
*
|
116 |
*/
|
117 |
function set_body() {
|
118 |
$map = $this->map();
|
124 |
}
|
125 |
|
126 |
$style = ($this->postid) ? $map->options->mashupBody : 'poi';
|
127 |
+
|
128 |
// Get the post excerpt
|
129 |
+
if ($style == 'post')
|
130 |
$this->body = $this->get_post_excerpt();
|
131 |
+
|
132 |
if ($style == 'address')
|
133 |
$this->body = $this->get_address();
|
134 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
135 |
|
136 |
/**
|
137 |
* Get the poi title
|
138 |
+
*
|
139 |
*/
|
140 |
function get_title() {
|
141 |
return $this->title;
|
142 |
}
|
143 |
+
|
144 |
/**
|
145 |
* Based on style settings, gets either the poi title or a link to the underlying post with poi title as text
|
146 |
+
*
|
147 |
*/
|
148 |
function get_title_link() {
|
149 |
+
$map = $this->map();
|
150 |
$link = ($this->postid) ? $map->options->mashupLink : false;
|
151 |
return ($link) ? "<a href='" . get_permalink($this->postid) . "'>$this->title</a>" : $this->title;
|
152 |
+
}
|
153 |
+
|
154 |
/**
|
155 |
* Get the poi body
|
156 |
+
*
|
157 |
*/
|
158 |
function get_body() {
|
159 |
return $this->body;
|
160 |
+
}
|
161 |
+
|
162 |
/**
|
163 |
* Get a post excerpt for a poi
|
164 |
* Uses the WP get_the_excerpt(), which requires postdata to be set up.
|
167 |
*/
|
168 |
function get_post_excerpt() {
|
169 |
global $post;
|
170 |
+
|
171 |
$post = get_post($this->postid);
|
172 |
if (empty($this->postid) || empty($post))
|
173 |
+
return "";
|
174 |
|
175 |
$old_post = ($post) ? clone($post) : null;
|
|
|
176 |
setup_postdata($post);
|
177 |
$html = get_the_excerpt();
|
178 |
|
181 |
$post = $old_post;
|
182 |
setup_postdata($post);
|
183 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
184 |
|
185 |
+
return $html;
|
186 |
}
|
187 |
|
188 |
/**
|
230 |
}
|
231 |
|
232 |
function get_icon() {
|
233 |
+
$map = $this->map();
|
234 |
return Mappress_Icons::get_icon($this->iconid, $map->options->defaultIcon);
|
235 |
}
|
236 |
|
245 |
$map = $this->map();
|
246 |
|
247 |
extract(wp_parse_args($args, array(
|
248 |
+
'from' => $map->options->from,
|
249 |
+
'to' => $map->options->to,
|
250 |
'focus' => true,
|
251 |
'text' => __('Directions', 'mappress')
|
252 |
)));
|
321 |
$size = $args['size'];
|
322 |
else
|
323 |
$size = ($map->options->thumbSize) ? $map->options->thumbSize : array($map->options->thumbWidth, $map->options->thumbHeight);
|
324 |
+
|
325 |
+
$html = get_the_post_thumbnail($this->postid, $size, $args);
|
326 |
|
327 |
// If linking poi to underlying post, then link the featured image
|
328 |
+
if ($map->options->mashupLink)
|
329 |
$html = "<a href='" . get_permalink($this->postid) . "'>$html</a>";
|
330 |
+
|
331 |
return $html;
|
332 |
}
|
333 |
}
|
mappress_settings.php
CHANGED
@@ -20,6 +20,7 @@ class Mappress_Options extends Mappress_Obj {
|
|
20 |
$directionsUnits = '',
|
21 |
$draggable = true,
|
22 |
$editable = false,
|
|
|
23 |
$geocoders = array('google'),
|
24 |
$hidden = false, // Hide the map with a 'show map' link
|
25 |
$hideEmpty = false, // Hide 'current posts' mashups if empty
|
@@ -28,6 +29,7 @@ class Mappress_Options extends Mappress_Obj {
|
|
28 |
$initialOpenInfo = false,
|
29 |
$initialTraffic = false, // Initial setting for traffic checkbox (true = checked)
|
30 |
$initialTransit = false,
|
|
|
31 |
$iwType = 'iw', // iw | ib | none
|
32 |
$iwDisableAutoPan,
|
33 |
$keyboardShortcuts = true,
|
@@ -82,6 +84,7 @@ class Mappress_Options extends Mappress_Obj {
|
|
82 |
$thumbWidth = 64,
|
83 |
$thumbHeight = 64,
|
84 |
$tilt = 0, // 45 = 45-degree imagery, 0 = off; off by default because it can cause flicker on load
|
|
|
85 |
$tooltips = true,
|
86 |
$transit = false,
|
87 |
$traffic = false,
|
@@ -163,8 +166,9 @@ class Mappress_Settings {
|
|
163 |
|
164 |
add_settings_section('misc_settings', __('Miscellaneous', 'mappress'), array(&$this, 'section_settings'), 'mappress');
|
165 |
add_settings_field('sizes', __('Map sizes', 'mappress'), array(&$this, 'set_sizes'), 'mappress', 'misc_settings');
|
166 |
-
add_settings_field('
|
167 |
add_settings_field('noCSS', __('Turn off CSS', 'mappress'), array(&$this, 'set_no_css'), 'mappress', 'misc_settings');
|
|
|
168 |
add_settings_field('onLoad', __('Load maps last', 'mappress'), array(&$this, 'set_onload'), 'mappress', 'misc_settings');
|
169 |
}
|
170 |
|
@@ -225,7 +229,7 @@ class Mappress_Settings {
|
|
225 |
'page' => __('Pages', 'mappress'),
|
226 |
);
|
227 |
|
228 |
-
$custom_post_types = get_post_types(array('
|
229 |
foreach ($custom_post_types as $name => $type)
|
230 |
$labels[$name] = $type->label;
|
231 |
echo self::checkbox_list($this->options->postTypes, 'mappress_options[postTypes][]', $labels);
|
@@ -473,6 +477,10 @@ class Mappress_Settings {
|
|
473 |
echo self::radio($autos, $this->options->autodisplay, "mappress_options[autodisplay]");
|
474 |
}
|
475 |
|
|
|
|
|
|
|
|
|
476 |
function set_adaptive() {
|
477 |
echo self::checkbox($this->options->adaptive, 'mappress_options[adaptive]', __("Recenter maps when window is resized", 'mappress'));
|
478 |
}
|
20 |
$directionsUnits = '',
|
21 |
$draggable = true,
|
22 |
$editable = false,
|
23 |
+
$from,
|
24 |
$geocoders = array('google'),
|
25 |
$hidden = false, // Hide the map with a 'show map' link
|
26 |
$hideEmpty = false, // Hide 'current posts' mashups if empty
|
29 |
$initialOpenInfo = false,
|
30 |
$initialTraffic = false, // Initial setting for traffic checkbox (true = checked)
|
31 |
$initialTransit = false,
|
32 |
+
$iwFix = true,
|
33 |
$iwType = 'iw', // iw | ib | none
|
34 |
$iwDisableAutoPan,
|
35 |
$keyboardShortcuts = true,
|
84 |
$thumbWidth = 64,
|
85 |
$thumbHeight = 64,
|
86 |
$tilt = 0, // 45 = 45-degree imagery, 0 = off; off by default because it can cause flicker on load
|
87 |
+
$to,
|
88 |
$tooltips = true,
|
89 |
$transit = false,
|
90 |
$traffic = false,
|
166 |
|
167 |
add_settings_section('misc_settings', __('Miscellaneous', 'mappress'), array(&$this, 'section_settings'), 'mappress');
|
168 |
add_settings_field('sizes', __('Map sizes', 'mappress'), array(&$this, 'set_sizes'), 'mappress', 'misc_settings');
|
169 |
+
add_settings_field('iwFix', __('Fix Scrollbars', 'mappress'), array(&$this, 'set_iw_fix'), 'mappress', 'misc_settings');
|
170 |
add_settings_field('noCSS', __('Turn off CSS', 'mappress'), array(&$this, 'set_no_css'), 'mappress', 'misc_settings');
|
171 |
+
add_settings_field('adaptive', __('Adaptive display', 'mappress'), array(&$this, 'set_adaptive'), 'mappress', 'misc_settings');
|
172 |
add_settings_field('onLoad', __('Load maps last', 'mappress'), array(&$this, 'set_onload'), 'mappress', 'misc_settings');
|
173 |
}
|
174 |
|
229 |
'page' => __('Pages', 'mappress'),
|
230 |
);
|
231 |
|
232 |
+
$custom_post_types = get_post_types(array('show_ui' => true, '_builtin' => false), 'objects');
|
233 |
foreach ($custom_post_types as $name => $type)
|
234 |
$labels[$name] = $type->label;
|
235 |
echo self::checkbox_list($this->options->postTypes, 'mappress_options[postTypes][]', $labels);
|
477 |
echo self::radio($autos, $this->options->autodisplay, "mappress_options[autodisplay]");
|
478 |
}
|
479 |
|
480 |
+
function set_iw_fix() {
|
481 |
+
echo self::checkbox($this->options->iwFix, 'mappress_options[iwFix]', __("Fix InfoWindow Scrollbars", 'mappress'));
|
482 |
+
}
|
483 |
+
|
484 |
function set_adaptive() {
|
485 |
echo self::checkbox($this->options->adaptive, 'mappress_options[adaptive]', __("Recenter maps when window is resized", 'mappress'));
|
486 |
}
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
|
2 |
Contributors: chrisvrichardson
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4339298
|
4 |
Tags: google maps,google,map,maps,easy,poi,mapping,mapper,gps,lat,lon,latitude,longitude,geocoder,geocoding,georss,geo rss,geo,v3,marker,mashup,mash,api,v3,buddypress,mashup,geo,wp-geo,geo mashup,simplemap,simple,wpml
|
5 |
-
Requires at least: 3.
|
6 |
-
Tested up to: 3.
|
7 |
-
Stable tag: 2.
|
8 |
|
9 |
MapPress is the most popular and easiest way to create great-looking Google Maps and driving directions in your blog.
|
10 |
|
@@ -93,7 +93,43 @@ See full [installation intructions and Documentation](http://www.wphostreviews.c
|
|
93 |
|
94 |
== Changelog ==
|
95 |
|
96 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
97 |
|
98 |
2.40.7
|
99 |
=
|
1 |
+
=== MapPress Easy Google Maps ===
|
2 |
Contributors: chrisvrichardson
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=4339298
|
4 |
Tags: google maps,google,map,maps,easy,poi,mapping,mapper,gps,lat,lon,latitude,longitude,geocoder,geocoding,georss,geo rss,geo,v3,marker,mashup,mash,api,v3,buddypress,mashup,geo,wp-geo,geo mashup,simplemap,simple,wpml
|
5 |
+
Requires at least: 3.5
|
6 |
+
Tested up to: 3.9
|
7 |
+
Stable tag: 2.42
|
8 |
|
9 |
MapPress is the most popular and easiest way to create great-looking Google Maps and driving directions in your blog.
|
10 |
|
93 |
|
94 |
== Changelog ==
|
95 |
|
96 |
+
2.42
|
97 |
+
=
|
98 |
+
* Added: compatibiliy for TinyMCE 4.x in WordPress 3.9+
|
99 |
+
* Changed: geocoding calls from PHP now use http instead of https to prevent curl errors
|
100 |
+
* Changed: updated Spanish translation, thanks to Agustin
|
101 |
+
* Fixed: tinyMCE icons in WordPress 3.8+
|
102 |
+
|
103 |
+
2.41.1
|
104 |
+
=
|
105 |
+
* Added: polyline and polygon vertices can now be deleted by right-clicking
|
106 |
+
* Fixed: Mappress_Map::delete is now declared static to prevent warning messages
|
107 |
+
|
108 |
+
2.41
|
109 |
+
=
|
110 |
+
* Fixed: warning message in save_post action if WordPress is in debug mode and no post ID is provided
|
111 |
+
|
112 |
+
2.40.9
|
113 |
+
=
|
114 |
+
* Changed: infowindow scrollbar fix is updated and can now be turned off in settings
|
115 |
+
* Changed: removed $poi->get_post() method
|
116 |
+
* Changed: CSS for infowindow (.mapp-iw)
|
117 |
+
* Fixed: use default height for mashups with width but no height
|
118 |
+
|
119 |
+
2.40.8
|
120 |
+
=
|
121 |
+
* Added: workaround for Google infoWindow sizing bug
|
122 |
+
* Added: shortcode parameters 'from' and 'to' can be used to set a default for all directions. Use a string or POI number, for example [mappress from="2"] or [mappress from="Mountain View, CA"]
|
123 |
+
* Fixed: layout style was incorrect if map layout had rounded corners; this also prevented show="hidden" from working.
|
124 |
+
* Fixed: filter 'mappress_poi_iconid' was being called as 'mapress_poi_iconid' (with one 'p' instead of two)
|
125 |
+
* Fixed: Google CSS made copyright appear vertical in IE in some themes
|
126 |
+
* Fixed: Google bug with sizing infoWindows
|
127 |
+
* Changed: updated Italian translation, thanks to Reberto
|
128 |
+
* Changed: when dragging a marker originally entered by address, it will keep the address for directions instead of showing the lat/lng coordinates.
|
129 |
+
* Changed: no check for an active post for the mashup shortcode, to allow mashups on search results pages
|
130 |
+
* Changed: directions now appear -above- the poi list in the standard template 'layout.php'
|
131 |
+
* Changed: if option mashupClick="post", the plugin redirects using 'siteurl/?p=1234' instead of the permalink (which speeds up queries)
|
132 |
+
* Changed: initialopendirections is now a boolean: set it to 'true' or 'false'.
|
133 |
|
134 |
2.40.7
|
135 |
=
|
templates/map_layout.php
CHANGED
@@ -13,6 +13,6 @@
|
|
13 |
<div id="<?php echo $map->name . '_links';?>" class="mapp-map-links"><?php echo $map->get_links(); ?></div>
|
14 |
<div id="<?php echo $map->name . '_dialog';?>" class="mapp-dialog"></div>
|
15 |
<div id="<?php echo $map->name;?>" class="mapp-canvas" style="<?php echo "width: 100%; height: $height; "; ?>"></div>
|
16 |
-
<div id="<?php echo $map->name . '_poi_list';?>" class="mapp-poi-list" style="width:100%"></div>
|
17 |
<div id="<?php echo $map->name . '_directions';?>" class="mapp-directions" style="width:100%"></div>
|
|
|
18 |
</div>
|
13 |
<div id="<?php echo $map->name . '_links';?>" class="mapp-map-links"><?php echo $map->get_links(); ?></div>
|
14 |
<div id="<?php echo $map->name . '_dialog';?>" class="mapp-dialog"></div>
|
15 |
<div id="<?php echo $map->name;?>" class="mapp-canvas" style="<?php echo "width: 100%; height: $height; "; ?>"></div>
|
|
|
16 |
<div id="<?php echo $map->name . '_directions';?>" class="mapp-directions" style="width:100%"></div>
|
17 |
+
<div id="<?php echo $map->name . '_poi_list';?>" class="mapp-poi-list" style="width:100%"></div>
|
18 |
</div>
|
templates/map_poi_list.php
CHANGED
@@ -18,7 +18,7 @@
|
|
18 |
<div>
|
19 |
<?php echo $poi->get_links('poi_list'); ?>
|
20 |
</div>
|
21 |
-
</td>
|
22 |
</tr>
|
23 |
<?php endforeach; ?>
|
24 |
</tbody>
|
18 |
<div>
|
19 |
<?php echo $poi->get_links('poi_list'); ?>
|
20 |
</div>
|
21 |
+
</td>
|
22 |
</tr>
|
23 |
<?php endforeach; ?>
|
24 |
</tbody>
|