Version Description
- Includes a video tutorial in the plugin's interface to improve the users' experience.
Download this release
Release Info
Developer | codepeople |
Plugin | Google Maps CP |
Version | 1.0.35 |
Comparing to | |
See all releases |
Code changes from version 1.0.32 to 1.0.35
- codepeople-post-map.php +1 -1
- include/functions.php +26 -6
- languages/codepeople-post-map-es_ES.mo +0 -0
- languages/codepeople-post-map-es_ES.po +140 -136
- languages/codepeople-post-map-fr_FR.mo +0 -0
- languages/codepeople-post-map-fr_FR.po +140 -136
- readme.txt +13 -1
codepeople-post-map.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/*
|
3 |
Plugin Name: Google Maps CP
|
4 |
Text Domain: codepeople-post-map
|
5 |
-
Version: 1.0.
|
6 |
Author: CodePeople
|
7 |
Author URI: http://wordpress.dwbooster.com/content-tools/codepeople-post-map
|
8 |
Plugin URI: http://wordpress.dwbooster.com/content-tools/codepeople-post-map
|
2 |
/*
|
3 |
Plugin Name: Google Maps CP
|
4 |
Text Domain: codepeople-post-map
|
5 |
+
Version: 1.0.35
|
6 |
Author: CodePeople
|
7 |
Author URI: http://wordpress.dwbooster.com/content-tools/codepeople-post-map
|
8 |
Plugin URI: http://wordpress.dwbooster.com/content-tools/codepeople-post-map
|
include/functions.php
CHANGED
@@ -313,6 +313,13 @@ class CPM {
|
|
313 |
<?php _e('For any issues with the map, go to our <a href="http://wordpress.dwbooster.com/contact-us" target="_blank">contact page</a> and leave us a message.', 'codepeople-post-map'); ?><br/><br />
|
314 |
<?php _e('If you want test the premium version of CP Google Maps go to the following links:<br/> <a href="https://demos.dwbooster.com/cp-google-maps/wp-login.php" target="_blank">Administration area: Click to access the administration area demo</a><br/> <a href="https://demos.dwbooster.com/cp-google-maps/" target="_blank">Public page: Click to access the CP Google Maps</a>', 'codepeople-post-map' ); ?>
|
315 |
</p>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
316 |
<table class="form-table">
|
317 |
<?php
|
318 |
if( !$single )
|
@@ -1318,14 +1325,25 @@ class CPM {
|
|
1318 |
$atts = array_merge($atts, $this->extended);
|
1319 |
extract($atts);
|
1320 |
|
1321 |
-
|
1322 |
-
|
|
|
|
|
|
|
|
|
1323 |
|
1324 |
-
|
1325 |
-
|
|
|
|
|
|
|
|
|
1326 |
|
1327 |
$output ='<div id="'.$this->map_id.'" class="cpm-map" style="display:none; width:'.esc_attr($width).'; height:'.esc_attr($height).'; ';
|
1328 |
|
|
|
|
|
|
|
1329 |
switch ($align) {
|
1330 |
case "left" :
|
1331 |
$output .= 'float:left; margin:'.esc_attr($margin).'px;"';
|
@@ -1334,8 +1352,6 @@ class CPM {
|
|
1334 |
$output .= 'float:right; margin:'.esc_attr($margin).'px;"';
|
1335 |
break;
|
1336 |
case "center" :
|
1337 |
-
$output .= 'clear:both; overflow:hidden; margin:'.esc_attr($margin).'px auto;"';
|
1338 |
-
break;
|
1339 |
default:
|
1340 |
$output .= 'clear:both; overflow:hidden; margin:'.esc_attr($margin).'px auto;"';
|
1341 |
break;
|
@@ -1351,6 +1367,10 @@ class CPM {
|
|
1351 |
$atts = array_merge($atts, $this->extended);
|
1352 |
|
1353 |
extract($atts);
|
|
|
|
|
|
|
|
|
1354 |
$default_language = $this->get_configuration_option('language');
|
1355 |
$output = "<script type=\"text/javascript\">\n";
|
1356 |
|
313 |
<?php _e('For any issues with the map, go to our <a href="http://wordpress.dwbooster.com/contact-us" target="_blank">contact page</a> and leave us a message.', 'codepeople-post-map'); ?><br/><br />
|
314 |
<?php _e('If you want test the premium version of CP Google Maps go to the following links:<br/> <a href="https://demos.dwbooster.com/cp-google-maps/wp-login.php" target="_blank">Administration area: Click to access the administration area demo</a><br/> <a href="https://demos.dwbooster.com/cp-google-maps/" target="_blank">Public page: Click to access the CP Google Maps</a>', 'codepeople-post-map' ); ?>
|
315 |
</p>
|
316 |
+
<div style="padding:10px; border: 1px solid #DADADA;margin-bottom:20px;text-align:center;">
|
317 |
+
<h2><?php _e('Video Tutorial', 'codepeople-post-map'); ?></h2>
|
318 |
+
<style>.videoWrapper {position: relative;padding-bottom: 56.25%;height: 0;} .videoWrapper iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;}</style>
|
319 |
+
<div class="videoWrapper">
|
320 |
+
<iframe width="560" height="349" src="https://www.youtube.com/embed/VL067cYfYyM" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
321 |
+
</div>
|
322 |
+
</div>
|
323 |
<table class="form-table">
|
324 |
<?php
|
325 |
if( !$single )
|
1325 |
$atts = array_merge($atts, $this->extended);
|
1326 |
extract($atts);
|
1327 |
|
1328 |
+
if(isset($width))
|
1329 |
+
{
|
1330 |
+
$width = trim($width);
|
1331 |
+
if(is_numeric($width)) $width .= 'px';
|
1332 |
+
}
|
1333 |
+
else $width = '100%';
|
1334 |
|
1335 |
+
if(isset($height))
|
1336 |
+
{
|
1337 |
+
$height = trim($height);
|
1338 |
+
if(is_numeric($height)) $height .= 'px';
|
1339 |
+
}
|
1340 |
+
else $height = '500px';
|
1341 |
|
1342 |
$output ='<div id="'.$this->map_id.'" class="cpm-map" style="display:none; width:'.esc_attr($width).'; height:'.esc_attr($height).'; ';
|
1343 |
|
1344 |
+
if(!isset($align)) $align = 'center';
|
1345 |
+
if(!isset($margin)) $margin = 0;
|
1346 |
+
|
1347 |
switch ($align) {
|
1348 |
case "left" :
|
1349 |
$output .= 'float:left; margin:'.esc_attr($margin).'px;"';
|
1352 |
$output .= 'float:right; margin:'.esc_attr($margin).'px;"';
|
1353 |
break;
|
1354 |
case "center" :
|
|
|
|
|
1355 |
default:
|
1356 |
$output .= 'clear:both; overflow:hidden; margin:'.esc_attr($margin).'px auto;"';
|
1357 |
break;
|
1367 |
$atts = array_merge($atts, $this->extended);
|
1368 |
|
1369 |
extract($atts);
|
1370 |
+
|
1371 |
+
if(!isset($display)) $display = 'map';
|
1372 |
+
if(!isset($type)) $type = 'ROADMAP';
|
1373 |
+
|
1374 |
$default_language = $this->get_configuration_option('language');
|
1375 |
$output = "<script type=\"text/javascript\">\n";
|
1376 |
|
languages/codepeople-post-map-es_ES.mo
CHANGED
Binary file
|
languages/codepeople-post-map-es_ES.po
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: codepeople-post-map\n"
|
4 |
-
"POT-Creation-Date: 2020-
|
5 |
-
"PO-Revision-Date: 2020-
|
6 |
"Last-Translator: CodePeople\n"
|
7 |
"Language-Team: CodePeople\n"
|
8 |
"Language: es\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Generator: Poedit 2.
|
13 |
"X-Poedit-KeywordsList: __;gettext;gettext_noop;_e\n"
|
14 |
"X-Poedit-Basepath: .\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
@@ -247,7 +247,7 @@ msgstr "Impulsado por"
|
|
247 |
msgid "Maps Configuration"
|
248 |
msgstr "Configuración del Mapa"
|
249 |
|
250 |
-
#: ../include/functions.php:313 ../include/functions.php:
|
251 |
msgid ""
|
252 |
"For any issues with the map, go to our <a href=\"http://wordpress.dwbooster."
|
253 |
"com/contact-us\" target=\"_blank\">contact page</a> and leave us a message."
|
@@ -277,186 +277,190 @@ msgstr ""
|
|
277 |
"login.php\">Área de administración</a><br /><a href=\"http://demos.net-"
|
278 |
"factor.com/cp-google-maps/\">Página pública</a>"
|
279 |
|
280 |
-
#: ../include/functions.php:
|
|
|
|
|
|
|
|
|
281 |
msgid "I have an API key:"
|
282 |
msgstr ""
|
283 |
|
284 |
-
#: ../include/functions.php:
|
285 |
msgid "Enter your API Key"
|
286 |
msgstr ""
|
287 |
|
288 |
-
#: ../include/functions.php:
|
289 |
msgid "Please, visit the following link to get the API Key for your website:"
|
290 |
msgstr ""
|
291 |
|
292 |
-
#: ../include/functions.php:
|
293 |
msgid "With the Google project, activate at least the following APIs"
|
294 |
msgstr ""
|
295 |
|
296 |
-
#: ../include/functions.php:
|
297 |
msgid ""
|
298 |
"Required if the <i>\"Display a search box for places\"</i> option is enabled"
|
299 |
msgstr ""
|
300 |
|
301 |
-
#: ../include/functions.php:
|
302 |
msgid "Required if the <i>\"Display route\"</i> option is enabled"
|
303 |
msgstr ""
|
304 |
|
305 |
-
#: ../include/functions.php:
|
306 |
msgid "Use particular settings for this map:"
|
307 |
msgstr "Usar ajustes particulares para este mapa :"
|
308 |
|
309 |
-
#: ../include/functions.php:
|
310 |
msgid "Map zoom:"
|
311 |
msgstr "Zoom :"
|
312 |
|
313 |
-
#: ../include/functions.php:
|
314 |
msgid "Dynamic zoom:"
|
315 |
msgstr "Zoom dinámico:"
|
316 |
|
317 |
-
#: ../include/functions.php:
|
318 |
msgid "Allows to adjust the zoom dynamically to display all points on map"
|
319 |
msgstr ""
|
320 |
"Permite ajustar el zoom de forma dinámica para mostrar todos los puntos en "
|
321 |
"el mapa"
|
322 |
|
323 |
-
#: ../include/functions.php:
|
324 |
msgid "Map width:"
|
325 |
msgstr "Ancho del mapa:"
|
326 |
|
327 |
-
#: ../include/functions.php:
|
328 |
msgid "Map height:"
|
329 |
msgstr "Altura del mapa :"
|
330 |
|
331 |
-
#: ../include/functions.php:
|
332 |
msgid "Map margin:"
|
333 |
msgstr "Margen del mapa :"
|
334 |
|
335 |
-
#: ../include/functions.php:
|
336 |
msgid "Map align:"
|
337 |
msgstr "Alinear el mapa:"
|
338 |
|
339 |
-
#: ../include/functions.php:
|
340 |
msgid "left"
|
341 |
msgstr "izquierda"
|
342 |
|
343 |
-
#: ../include/functions.php:
|
344 |
msgid "center"
|
345 |
msgstr "centro"
|
346 |
|
347 |
-
#: ../include/functions.php:
|
348 |
msgid "right"
|
349 |
msgstr "derecho"
|
350 |
|
351 |
-
#: ../include/functions.php:
|
352 |
msgid "Map type:"
|
353 |
msgstr "Tipo de mapa :"
|
354 |
|
355 |
-
#: ../include/functions.php:
|
356 |
msgid "ROADMAP - Displays a normal street map"
|
357 |
msgstr "HOJA DE RUTA - Muestra un mapa normal de la calle"
|
358 |
|
359 |
-
#: ../include/functions.php:
|
360 |
msgid "SATELLITE - Displays satellite images"
|
361 |
msgstr "SATÉLITE - muestra imágenes de satélite"
|
362 |
|
363 |
-
#: ../include/functions.php:
|
364 |
msgid ""
|
365 |
"TERRAIN - Displays maps with physical features such as terrain and vegetation"
|
366 |
msgstr ""
|
367 |
"TERRENO - Muestra los mapas con las características físicas, tales como el "
|
368 |
"terreno y la vegetación"
|
369 |
|
370 |
-
#: ../include/functions.php:
|
371 |
msgid ""
|
372 |
"HYBRID - Displays a transparent layer of major streets on satellite images"
|
373 |
msgstr ""
|
374 |
"HYBRID - Muestra una capa transparente de las principales calles en imágenes "
|
375 |
"de satélite"
|
376 |
|
377 |
-
#: ../include/functions.php:
|
378 |
msgid "Map language:"
|
379 |
msgstr "Idioma del mapa:"
|
380 |
|
381 |
-
#: ../include/functions.php:
|
382 |
msgid "Allow drag the map:"
|
383 |
msgstr "Permitir desplazar los mapas :"
|
384 |
|
385 |
-
#: ../include/functions.php:
|
386 |
msgid "Display map in post/page:"
|
387 |
msgstr "Visualizar mapa en post / página:"
|
388 |
|
389 |
-
#: ../include/functions.php:
|
390 |
msgid "as icon"
|
391 |
msgstr "como icono"
|
392 |
|
393 |
-
#: ../include/functions.php:
|
394 |
msgid "as full map"
|
395 |
msgstr "mapa como completo"
|
396 |
|
397 |
-
#: ../include/functions.php:
|
398 |
msgid "Show info bubbles:"
|
399 |
msgstr "Mostrar información de burbujas :"
|
400 |
|
401 |
-
#: ../include/functions.php:
|
402 |
msgid "Display the bubbles associated to the points"
|
403 |
msgstr "Mostrar las burbujas asociadas a los puntos"
|
404 |
|
405 |
-
#: ../include/functions.php:
|
406 |
msgid "Display a bubble by default:"
|
407 |
msgstr "Mostrar una burbuja por defecto:"
|
408 |
|
409 |
-
#: ../include/functions.php:
|
410 |
msgid "Display a bubble opened by default"
|
411 |
msgstr "Mostrar una burbuja abierta por defecto"
|
412 |
|
413 |
-
#: ../include/functions.php:
|
414 |
#, fuzzy
|
415 |
#| msgid "Display a link to Google Maps:"
|
416 |
msgid "Display as marker tooltip:"
|
417 |
msgstr "Mostrar un enlace a Google Maps :"
|
418 |
|
419 |
-
#: ../include/functions.php:
|
420 |
#, fuzzy
|
421 |
#| msgid "Location name:"
|
422 |
msgid "Point location name"
|
423 |
msgstr "Nombre de la ubicación :"
|
424 |
|
425 |
-
#: ../include/functions.php:
|
426 |
msgid "Point address"
|
427 |
msgstr ""
|
428 |
|
429 |
-
#: ../include/functions.php:
|
430 |
msgid "None"
|
431 |
msgstr ""
|
432 |
|
433 |
-
#: ../include/functions.php:
|
434 |
#, fuzzy
|
435 |
#| msgid "Display a bubble by default:"
|
436 |
msgid "Display Featured Image by default:"
|
437 |
msgstr "Mostrar una burbuja por defecto:"
|
438 |
|
439 |
-
#: ../include/functions.php:
|
440 |
msgid ""
|
441 |
"Displays the Featured Image in posts and pages in the infowindows, if the "
|
442 |
"points don't have associated an image"
|
443 |
msgstr ""
|
444 |
|
445 |
-
#: ../include/functions.php:
|
446 |
msgid "Display the get directions link:"
|
447 |
msgstr "Mostrar el enlace CÓMO LLEGAR :"
|
448 |
|
449 |
-
#: ../include/functions.php:
|
450 |
msgid "Display a link at bottom of infowindow to get directions"
|
451 |
msgstr ""
|
452 |
"Mostar un enlace al final de la ventana de información para obtener la "
|
453 |
"dirección"
|
454 |
|
455 |
-
#: ../include/functions.php:
|
456 |
-
#: ../include/functions.php:
|
457 |
-
#: ../include/functions.php:
|
458 |
-
#: ../include/functions.php:
|
459 |
-
#: ../include/functions.php:
|
460 |
#, fuzzy
|
461 |
#| msgid ""
|
462 |
#| "Multiple points in the same Post/Page are available only in the <a href="
|
@@ -471,135 +475,135 @@ msgstr ""
|
|
471 |
"wordpress.dwbooster.com/content - tools/codepeople post - map\" target="
|
472 |
"\"_blank\"> CodePeople Post Ubicación </a>"
|
473 |
|
474 |
-
#: ../include/functions.php:
|
475 |
msgid "Display a link to Google Maps:"
|
476 |
msgstr "Mostrar un enlace a Google Maps :"
|
477 |
|
478 |
-
#: ../include/functions.php:
|
479 |
msgid "Display a link at bottom of infowindow to display on Google Maps"
|
480 |
msgstr ""
|
481 |
"Mostar un enlace al final de la ventana de información para mostrar en "
|
482 |
"Google Maps"
|
483 |
|
484 |
-
#: ../include/functions.php:
|
485 |
msgid "Display a link to street view:"
|
486 |
msgstr "Mostrar un enlace a la vista de la calle:"
|
487 |
|
488 |
-
#: ../include/functions.php:
|
489 |
msgid ""
|
490 |
"Display a link at bottom of infowindow to load the corresponding street view"
|
491 |
msgstr ""
|
492 |
"Mostar un enlace al final de la ventana de información para cargar en el "
|
493 |
"Street View"
|
494 |
|
495 |
-
#: ../include/functions.php:
|
496 |
msgid "Display a bundle of points in the same area, like a cluster:"
|
497 |
msgstr ""
|
498 |
"Mostrar un conjunto de puntos en la misma zona , al igual que un clúster:"
|
499 |
|
500 |
-
#: ../include/functions.php:
|
501 |
msgid "Displays the number of points in the cluster"
|
502 |
msgstr "Mostrar un conjunto de puntos en la misma zona ,en forma de clúster"
|
503 |
|
504 |
-
#: ../include/functions.php:
|
505 |
msgid "Display the user's location:"
|
506 |
msgstr "Muestra la ubicación del usuario :"
|
507 |
|
508 |
-
#: ../include/functions.php:
|
509 |
msgid "Display an icon with the user's location on map"
|
510 |
msgstr "Muestra un icono con la ubicación del usuario"
|
511 |
|
512 |
-
#: ../include/functions.php:
|
513 |
#, fuzzy
|
514 |
#| msgid "Display the user's location:"
|
515 |
msgid "Refresh the user's location every:"
|
516 |
msgstr "Muestra la ubicación del usuario :"
|
517 |
|
518 |
-
#: ../include/functions.php:
|
519 |
msgid "milliseconds"
|
520 |
msgstr ""
|
521 |
|
522 |
-
#: ../include/functions.php:
|
523 |
msgid "Title of user's location:"
|
524 |
msgstr "Título de la ubicación del usuario :"
|
525 |
|
526 |
-
#: ../include/functions.php:
|
527 |
msgid "Title of user's location"
|
528 |
msgstr "Título de la ubicación del usuario"
|
529 |
|
530 |
-
#: ../include/functions.php:
|
531 |
msgid "Display a search box for places:"
|
532 |
msgstr ""
|
533 |
|
534 |
-
#: ../include/functions.php:
|
535 |
msgid "Includes an input box on the map for searching places"
|
536 |
msgstr ""
|
537 |
|
538 |
-
#: ../include/functions.php:
|
539 |
msgid "Display route:"
|
540 |
msgstr "Dibujar ruta:"
|
541 |
|
542 |
-
#: ../include/functions.php:
|
543 |
msgid "Draws the route between the points in the same post"
|
544 |
msgstr "Dibujar las rutas entre los puntos en un mismo post"
|
545 |
|
546 |
-
#: ../include/functions.php:
|
547 |
msgid ""
|
548 |
"Connect the points with polylines, even if there is not a route between "
|
549 |
"points"
|
550 |
msgstr ""
|
551 |
|
552 |
-
#: ../include/functions.php:
|
553 |
msgid "Travel mode:"
|
554 |
msgstr "Modo de viajar :"
|
555 |
|
556 |
-
#: ../include/functions.php:
|
557 |
msgid "Include traffic layer:"
|
558 |
msgstr ""
|
559 |
|
560 |
-
#: ../include/functions.php:
|
561 |
msgid "Displays a layer over the map for traffic"
|
562 |
msgstr ""
|
563 |
|
564 |
-
#: ../include/functions.php:
|
565 |
msgid "Options"
|
566 |
msgstr "Opciones"
|
567 |
|
568 |
-
#: ../include/functions.php:
|
569 |
msgid "Display the street view control"
|
570 |
msgstr "Mostrar el control de vista de la calle"
|
571 |
|
572 |
-
#: ../include/functions.php:
|
573 |
msgid "Enable mouse wheel zoom"
|
574 |
msgstr "Habilitar ratón con rueda de zoom"
|
575 |
|
576 |
-
#: ../include/functions.php:
|
577 |
#, fuzzy
|
578 |
#| msgid "Enable zoom/pan controls"
|
579 |
msgid "Enable zoom controls"
|
580 |
msgstr "Activar controles de zoom / pan"
|
581 |
|
582 |
-
#: ../include/functions.php:
|
583 |
#, fuzzy
|
584 |
#| msgid "Enable zoom/pan controls"
|
585 |
msgid "Enable fullscreen control"
|
586 |
msgstr "Activar controles de zoom / pan"
|
587 |
|
588 |
-
#: ../include/functions.php:
|
589 |
msgid "Enable map type controls (Map, Satellite, or Hybrid)"
|
590 |
msgstr "Activar los controles de tipo de mapa (Mapa , Satélite o híbridos )"
|
591 |
|
592 |
-
#: ../include/functions.php:
|
593 |
#, fuzzy
|
594 |
#| msgid "Enter the number of posts to display on the map"
|
595 |
msgid "Enter the number of posts to display on the post/page map"
|
596 |
msgstr "Entre el número de posts a visualizar en el mapa"
|
597 |
|
598 |
-
#: ../include/functions.php:
|
599 |
msgid "Allow stylize the maps:"
|
600 |
msgstr "Permitir estilizar los mapas :"
|
601 |
|
602 |
-
#: ../include/functions.php:
|
603 |
msgid ""
|
604 |
"If you want change the maps' styles, be sure to know how to create a JSON "
|
605 |
"structure with the map's styles"
|
@@ -607,27 +611,27 @@ msgstr ""
|
|
607 |
"Si usted quiere cambiar los estilos de los mapas , asegúrese de saber cómo "
|
608 |
"crear una estructura JSON con estilos del mapa"
|
609 |
|
610 |
-
#: ../include/functions.php:
|
611 |
msgid "Display the map's legend:"
|
612 |
msgstr "Mostrar la leyenda del mapa:"
|
613 |
|
614 |
-
#: ../include/functions.php:
|
615 |
msgid "Select the taxonomy to display on legend:"
|
616 |
msgstr "Seleccione la taxonomía para mostrar en la leyenda :"
|
617 |
|
618 |
-
#: ../include/functions.php:
|
619 |
msgid "Select a taxonomy"
|
620 |
msgstr "Seleccionar una taxonomía"
|
621 |
|
622 |
-
#: ../include/functions.php:
|
623 |
msgid "Enter a title for legend:"
|
624 |
msgstr "Introduzca un título para la leyenda :"
|
625 |
|
626 |
-
#: ../include/functions.php:
|
627 |
msgid "Enter a classname to be applied to the legend:"
|
628 |
msgstr "Introduzca un nombre de clase que se aplicará a la leyenda :"
|
629 |
|
630 |
-
#: ../include/functions.php:
|
631 |
msgid ""
|
632 |
"For more information go to the <a href=\"http://wordpress.dwbooster.com/"
|
633 |
"content-tools/codepeople-post-map\" target=\"_blank\">CodePeople Post Map</"
|
@@ -637,11 +641,11 @@ msgstr ""
|
|
637 |
"wordpress.dwbooster.com/content - tools/codepeople post - map\" target="
|
638 |
"\"_blank\"> CodePeople Post Ubicación </a>"
|
639 |
|
640 |
-
#: ../include/functions.php:
|
641 |
msgid "To insert a map in the post follow the steps below"
|
642 |
msgstr "Para insertar un mapa en el post, siga los siguientes pasos"
|
643 |
|
644 |
-
#: ../include/functions.php:
|
645 |
msgid ""
|
646 |
"Enter the point's information (the latitude and longitude are required, but "
|
647 |
"are obtained pressing the \"verify\" button after type the address"
|
@@ -650,7 +654,7 @@ msgstr ""
|
|
650 |
"son obtenidos pulsando el botón \"Verificar\", después de escribir la "
|
651 |
"dirección)"
|
652 |
|
653 |
-
#: ../include/functions.php:
|
654 |
msgid ""
|
655 |
"Insert the shortcode in the post's content pressing the \"insert the map tag"
|
656 |
"\" button"
|
@@ -658,7 +662,7 @@ msgstr ""
|
|
658 |
"Inserte el shortcode en el contenido del post, presionando el botón "
|
659 |
"\"inserte la etiqueta del mapa\""
|
660 |
|
661 |
-
#: ../include/functions.php:
|
662 |
#, fuzzy
|
663 |
#| msgid ""
|
664 |
#| "If you want to use specific settings just for this map, press the \"Show/"
|
@@ -671,18 +675,18 @@ msgstr ""
|
|
671 |
"Si desea especificar una confguración para este mapa en particular, marque "
|
672 |
"la opción \"Usar ajustes particulares para este mapa\""
|
673 |
|
674 |
-
#: ../include/functions.php:
|
675 |
msgid ""
|
676 |
"Don't forget to press the \"Update\" button for save the post and map data"
|
677 |
msgstr ""
|
678 |
"No olvide presionar el botón \"Actualizar\" para salvar los datos del post y "
|
679 |
"del mapa"
|
680 |
|
681 |
-
#: ../include/functions.php:
|
682 |
msgid "Map points"
|
683 |
msgstr "Puntos de Ruta"
|
684 |
|
685 |
-
#: ../include/functions.php:
|
686 |
msgid ""
|
687 |
"Multiple points in the same Post/Page are available only in the <a href="
|
688 |
"\"http://wordpress.dwbooster.com/content-tools/codepeople-post-map#download"
|
@@ -692,41 +696,41 @@ msgstr ""
|
|
692 |
"wordpress.dwbooster.com/content - tools/codepeople post - map\" target="
|
693 |
"\"_blank\"> CodePeople Post Ubicación </a>."
|
694 |
|
695 |
-
#: ../include/functions.php:
|
696 |
msgid "Map point description"
|
697 |
msgstr "Mapa Descripción del punto"
|
698 |
|
699 |
-
#: ../include/functions.php:
|
700 |
msgid "Location name:"
|
701 |
msgstr "Nombre de la ubicación :"
|
702 |
|
703 |
-
#: ../include/functions.php:
|
704 |
msgid "Location description:"
|
705 |
msgstr "Descripción de la ubicación :"
|
706 |
|
707 |
-
#: ../include/functions.php:
|
708 |
#, fuzzy
|
709 |
#| msgid "Select an images to attach to the point: "
|
710 |
msgid "Select an image to attach to the point: "
|
711 |
msgstr "Seleccionar una imágenes para adjuntar al punto:"
|
712 |
|
713 |
-
#: ../include/functions.php:
|
714 |
msgid "Address:"
|
715 |
msgstr "Dirección:"
|
716 |
|
717 |
-
#: ../include/functions.php:
|
718 |
msgid "Latitude:"
|
719 |
msgstr "Latitud:"
|
720 |
|
721 |
-
#: ../include/functions.php:
|
722 |
msgid "Longitude:"
|
723 |
msgstr "Longitud :"
|
724 |
|
725 |
-
#: ../include/functions.php:
|
726 |
msgid "Verify"
|
727 |
msgstr "Verificar"
|
728 |
|
729 |
-
#: ../include/functions.php:
|
730 |
msgid ""
|
731 |
"Verify this latitude and longitude using Geocoding. This could overwrite the "
|
732 |
"point address."
|
@@ -734,12 +738,12 @@ msgstr ""
|
|
734 |
"Verificar esta latitud y longitud usando geocodificación . Esto podría "
|
735 |
"sobrescribir la dirección del punto ."
|
736 |
|
737 |
-
#: ../include/functions.php:
|
738 |
msgid "Required: Press the button \"verify\" after complete the address."
|
739 |
msgstr ""
|
740 |
"Deseados: pulse el botón \" verifique \"después de completar la dirección."
|
741 |
|
742 |
-
#: ../include/functions.php:
|
743 |
msgid ""
|
744 |
"To insert this map in a post/page, press the <strong>\"insert the map tag\"</"
|
745 |
"strong> button and save the post/page modifications."
|
@@ -748,19 +752,19 @@ msgstr ""
|
|
748 |
"insertar el mapa de etiquetas \" </ strong> y guardar las modificaciones del "
|
749 |
"post / página."
|
750 |
|
751 |
-
#: ../include/functions.php:
|
752 |
msgid "Do you want display a <strong>shape</strong> on map?"
|
753 |
msgstr "¿Quieres mostrar una <strong> forma </strong> en el mapa ?"
|
754 |
|
755 |
-
#: ../include/functions.php:
|
756 |
msgid "If you want to display the map in page / post:"
|
757 |
msgstr "Si usted quiere mostrar el mapa en la página / post:"
|
758 |
|
759 |
-
#: ../include/functions.php:
|
760 |
msgid "Insert the map tag"
|
761 |
msgstr "Inserte la etiqueta del mapa"
|
762 |
|
763 |
-
#: ../include/functions.php:
|
764 |
msgid ""
|
765 |
"<p>It is possible to use attributes in the shortcode, like: width, height, "
|
766 |
"zoom and the other maps attributes:</p>\n"
|
@@ -780,23 +784,23 @@ msgid ""
|
|
780 |
"\t\t\t\t\t\t\t<p><strong>[codepeople-post-map tag=\"mytag\"]</strong></p>"
|
781 |
msgstr ""
|
782 |
|
783 |
-
#: ../include/functions.php:
|
784 |
msgid "[ + less information]"
|
785 |
msgstr ""
|
786 |
|
787 |
-
#: ../include/functions.php:
|
788 |
msgid "To display the points that belong to any category"
|
789 |
msgstr "Mostrar los puntos que pertenecen a una categoría"
|
790 |
|
791 |
-
#: ../include/functions.php:
|
792 |
msgid "All points on website"
|
793 |
msgstr ""
|
794 |
|
795 |
-
#: ../include/functions.php:
|
796 |
msgid "Settings Updated"
|
797 |
msgstr "Configuración de Actualización"
|
798 |
|
799 |
-
#: ../include/functions.php:
|
800 |
msgid ""
|
801 |
"Generate points dynamically from geolocation information included on images, "
|
802 |
"when images are uploaded to WordPress:"
|
@@ -804,7 +808,7 @@ msgstr ""
|
|
804 |
"Generar puntos de forma dinámica a partir de información de geolocalización "
|
805 |
"incluida en las imágenes, cuando las imágenes se cargan en WordPress:"
|
806 |
|
807 |
-
#: ../include/functions.php:
|
808 |
msgid ""
|
809 |
"The geolocation information is added to the images from your mobiles or "
|
810 |
"cameras, if they have associated GPS devices"
|
@@ -812,11 +816,11 @@ msgstr ""
|
|
812 |
"La información de geolocalización se añade a las imágenes desde sus "
|
813 |
"teléfonos móviles o cámaras, si han asociado dispositivos GPS"
|
814 |
|
815 |
-
#: ../include/functions.php:
|
816 |
msgid "Process All Previous Images"
|
817 |
msgstr ""
|
818 |
|
819 |
-
#: ../include/functions.php:
|
820 |
msgid ""
|
821 |
"Process all images in the library, and generates new points in the parents "
|
822 |
"pages, with the geocode information in the images metadata. A post/page is "
|
@@ -824,24 +828,24 @@ msgid ""
|
|
824 |
"post/page."
|
825 |
msgstr ""
|
826 |
|
827 |
-
#: ../include/functions.php:
|
828 |
msgid "The free version of CodePeople Post Map allows only one map by webpage."
|
829 |
msgstr ""
|
830 |
|
831 |
-
#: ../include/functions.php:
|
832 |
-
#: ../include/functions.php:
|
833 |
-
#: ../include/functions.php:
|
834 |
msgid "Click Here"
|
835 |
msgstr ""
|
836 |
|
837 |
-
#: ../include/functions.php:
|
838 |
msgid ""
|
839 |
"Generate points dynamically from geolocation information included on posts:"
|
840 |
msgstr ""
|
841 |
"Generar puntos de forma dinámica a partir de información de geolocalización "
|
842 |
"incluida en los mensajes :"
|
843 |
|
844 |
-
#: ../include/functions.php:
|
845 |
msgid ""
|
846 |
"The geolocation information is added to the post from WordPress app in your "
|
847 |
"mobile"
|
@@ -849,78 +853,78 @@ msgstr ""
|
|
849 |
"La información de geolocalización se añade al post de WordPress aplicación "
|
850 |
"en tu móvil"
|
851 |
|
852 |
-
#: ../include/functions.php:
|
853 |
msgid "Use points information in search results:"
|
854 |
msgstr "Utilizar la información puntos en los resultados de búsqueda :"
|
855 |
|
856 |
-
#: ../include/functions.php:
|
857 |
msgid ""
|
858 |
"The search in the maps data is available only in commercial version of "
|
859 |
"plugin."
|
860 |
msgstr ""
|
861 |
|
862 |
-
#: ../include/functions.php:
|
863 |
msgid "Highlight post when mouse move over related point on map:"
|
864 |
msgstr ""
|
865 |
"Post Resaltar cuando mueva el ratón sobre el punto relacionado en el mapa :"
|
866 |
|
867 |
-
#: ../include/functions.php:
|
868 |
msgid "The post highlight is available only in commercial version of plugin."
|
869 |
msgstr ""
|
870 |
|
871 |
-
#: ../include/functions.php:
|
872 |
msgid "Highlight class:"
|
873 |
msgstr "Clase Highlight :"
|
874 |
|
875 |
-
#: ../include/functions.php:
|
876 |
msgid "The highlight class is available only in commercial version of plugin."
|
877 |
msgstr ""
|
878 |
|
879 |
-
#: ../include/functions.php:
|
880 |
msgid "Allow to associate a map to the post types:"
|
881 |
msgstr "Permitir a asociar el mapa de los tipos de posts:"
|
882 |
|
883 |
-
#: ../include/functions.php:
|
884 |
msgid "Posts and Pages are selected by default"
|
885 |
msgstr "Mensajes y páginas se seleccionan de forma predeterminada"
|
886 |
|
887 |
-
#: ../include/functions.php:
|
888 |
msgid ""
|
889 |
"Associate the maps to custom post types is available only in commercial "
|
890 |
"version of plugin."
|
891 |
msgstr ""
|
892 |
|
893 |
-
#: ../include/functions.php:
|
894 |
msgid "Draws Routes"
|
895 |
msgstr ""
|
896 |
|
897 |
-
#: ../include/functions.php:
|
898 |
#, fuzzy
|
899 |
#| msgid "Allow to associate a map to the post types:"
|
900 |
msgid "Associate maps to custom post types"
|
901 |
msgstr "Permitir a asociar el mapa de los tipos de posts:"
|
902 |
|
903 |
-
#: ../include/functions.php:
|
904 |
msgid "Display a map for each post in pages with multiple posts"
|
905 |
msgstr ""
|
906 |
|
907 |
-
#: ../include/functions.php:
|
908 |
msgid "Troubleshoot Section"
|
909 |
msgstr ""
|
910 |
|
911 |
-
#: ../include/functions.php:
|
912 |
msgid "Load required resources (javascript files) in footer"
|
913 |
msgstr ""
|
914 |
|
915 |
-
#: ../include/functions.php:
|
916 |
msgid "Update Settings"
|
917 |
msgstr "Configuración de la actualización"
|
918 |
|
919 |
-
#: ../include/functions.php:
|
920 |
msgid "Help"
|
921 |
msgstr ""
|
922 |
|
923 |
-
#: ../include/functions.php:
|
924 |
msgid "Request custom changes"
|
925 |
msgstr "Solicitar cambios de encargo"
|
926 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: codepeople-post-map\n"
|
4 |
+
"POT-Creation-Date: 2020-07-28 16:44+0200\n"
|
5 |
+
"PO-Revision-Date: 2020-07-28 16:44+0200\n"
|
6 |
"Last-Translator: CodePeople\n"
|
7 |
"Language-Team: CodePeople\n"
|
8 |
"Language: es\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 2.4\n"
|
13 |
"X-Poedit-KeywordsList: __;gettext;gettext_noop;_e\n"
|
14 |
"X-Poedit-Basepath: .\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
247 |
msgid "Maps Configuration"
|
248 |
msgstr "Configuración del Mapa"
|
249 |
|
250 |
+
#: ../include/functions.php:313 ../include/functions.php:659
|
251 |
msgid ""
|
252 |
"For any issues with the map, go to our <a href=\"http://wordpress.dwbooster."
|
253 |
"com/contact-us\" target=\"_blank\">contact page</a> and leave us a message."
|
277 |
"login.php\">Área de administración</a><br /><a href=\"http://demos.net-"
|
278 |
"factor.com/cp-google-maps/\">Página pública</a>"
|
279 |
|
280 |
+
#: ../include/functions.php:317
|
281 |
+
msgid "Video Tutorial"
|
282 |
+
msgstr ""
|
283 |
+
|
284 |
+
#: ../include/functions.php:329
|
285 |
msgid "I have an API key:"
|
286 |
msgstr ""
|
287 |
|
288 |
+
#: ../include/functions.php:331
|
289 |
msgid "Enter your API Key"
|
290 |
msgstr ""
|
291 |
|
292 |
+
#: ../include/functions.php:334
|
293 |
msgid "Please, visit the following link to get the API Key for your website:"
|
294 |
msgstr ""
|
295 |
|
296 |
+
#: ../include/functions.php:338
|
297 |
msgid "With the Google project, activate at least the following APIs"
|
298 |
msgstr ""
|
299 |
|
300 |
+
#: ../include/functions.php:341
|
301 |
msgid ""
|
302 |
"Required if the <i>\"Display a search box for places\"</i> option is enabled"
|
303 |
msgstr ""
|
304 |
|
305 |
+
#: ../include/functions.php:342
|
306 |
msgid "Required if the <i>\"Display route\"</i> option is enabled"
|
307 |
msgstr ""
|
308 |
|
309 |
+
#: ../include/functions.php:351
|
310 |
msgid "Use particular settings for this map:"
|
311 |
msgstr "Usar ajustes particulares para este mapa :"
|
312 |
|
313 |
+
#: ../include/functions.php:360
|
314 |
msgid "Map zoom:"
|
315 |
msgstr "Zoom :"
|
316 |
|
317 |
+
#: ../include/functions.php:366
|
318 |
msgid "Dynamic zoom:"
|
319 |
msgstr "Zoom dinámico:"
|
320 |
|
321 |
+
#: ../include/functions.php:368
|
322 |
msgid "Allows to adjust the zoom dynamically to display all points on map"
|
323 |
msgstr ""
|
324 |
"Permite ajustar el zoom de forma dinámica para mostrar todos los puntos en "
|
325 |
"el mapa"
|
326 |
|
327 |
+
#: ../include/functions.php:372
|
328 |
msgid "Map width:"
|
329 |
msgstr "Ancho del mapa:"
|
330 |
|
331 |
+
#: ../include/functions.php:384
|
332 |
msgid "Map height:"
|
333 |
msgstr "Altura del mapa :"
|
334 |
|
335 |
+
#: ../include/functions.php:390
|
336 |
msgid "Map margin:"
|
337 |
msgstr "Margen del mapa :"
|
338 |
|
339 |
+
#: ../include/functions.php:396
|
340 |
msgid "Map align:"
|
341 |
msgstr "Alinear el mapa:"
|
342 |
|
343 |
+
#: ../include/functions.php:399
|
344 |
msgid "left"
|
345 |
msgstr "izquierda"
|
346 |
|
347 |
+
#: ../include/functions.php:400
|
348 |
msgid "center"
|
349 |
msgstr "centro"
|
350 |
|
351 |
+
#: ../include/functions.php:401
|
352 |
msgid "right"
|
353 |
msgstr "derecho"
|
354 |
|
355 |
+
#: ../include/functions.php:406
|
356 |
msgid "Map type:"
|
357 |
msgstr "Tipo de mapa :"
|
358 |
|
359 |
+
#: ../include/functions.php:409
|
360 |
msgid "ROADMAP - Displays a normal street map"
|
361 |
msgstr "HOJA DE RUTA - Muestra un mapa normal de la calle"
|
362 |
|
363 |
+
#: ../include/functions.php:410
|
364 |
msgid "SATELLITE - Displays satellite images"
|
365 |
msgstr "SATÉLITE - muestra imágenes de satélite"
|
366 |
|
367 |
+
#: ../include/functions.php:411
|
368 |
msgid ""
|
369 |
"TERRAIN - Displays maps with physical features such as terrain and vegetation"
|
370 |
msgstr ""
|
371 |
"TERRENO - Muestra los mapas con las características físicas, tales como el "
|
372 |
"terreno y la vegetación"
|
373 |
|
374 |
+
#: ../include/functions.php:412
|
375 |
msgid ""
|
376 |
"HYBRID - Displays a transparent layer of major streets on satellite images"
|
377 |
msgstr ""
|
378 |
"HYBRID - Muestra una capa transparente de las principales calles en imágenes "
|
379 |
"de satélite"
|
380 |
|
381 |
+
#: ../include/functions.php:417
|
382 |
msgid "Map language:"
|
383 |
msgstr "Idioma del mapa:"
|
384 |
|
385 |
+
#: ../include/functions.php:421
|
386 |
msgid "Allow drag the map:"
|
387 |
msgstr "Permitir desplazar los mapas :"
|
388 |
|
389 |
+
#: ../include/functions.php:427
|
390 |
msgid "Display map in post/page:"
|
391 |
msgstr "Visualizar mapa en post / página:"
|
392 |
|
393 |
+
#: ../include/functions.php:430
|
394 |
msgid "as icon"
|
395 |
msgstr "como icono"
|
396 |
|
397 |
+
#: ../include/functions.php:431
|
398 |
msgid "as full map"
|
399 |
msgstr "mapa como completo"
|
400 |
|
401 |
+
#: ../include/functions.php:437
|
402 |
msgid "Show info bubbles:"
|
403 |
msgstr "Mostrar información de burbujas :"
|
404 |
|
405 |
+
#: ../include/functions.php:439
|
406 |
msgid "Display the bubbles associated to the points"
|
407 |
msgstr "Mostrar las burbujas asociadas a los puntos"
|
408 |
|
409 |
+
#: ../include/functions.php:444
|
410 |
msgid "Display a bubble by default:"
|
411 |
msgstr "Mostrar una burbuja por defecto:"
|
412 |
|
413 |
+
#: ../include/functions.php:446
|
414 |
msgid "Display a bubble opened by default"
|
415 |
msgstr "Mostrar una burbuja abierta por defecto"
|
416 |
|
417 |
+
#: ../include/functions.php:454
|
418 |
#, fuzzy
|
419 |
#| msgid "Display a link to Google Maps:"
|
420 |
msgid "Display as marker tooltip:"
|
421 |
msgstr "Mostrar un enlace a Google Maps :"
|
422 |
|
423 |
+
#: ../include/functions.php:456
|
424 |
#, fuzzy
|
425 |
#| msgid "Location name:"
|
426 |
msgid "Point location name"
|
427 |
msgstr "Nombre de la ubicación :"
|
428 |
|
429 |
+
#: ../include/functions.php:457
|
430 |
msgid "Point address"
|
431 |
msgstr ""
|
432 |
|
433 |
+
#: ../include/functions.php:458
|
434 |
msgid "None"
|
435 |
msgstr ""
|
436 |
|
437 |
+
#: ../include/functions.php:463
|
438 |
#, fuzzy
|
439 |
#| msgid "Display a bubble by default:"
|
440 |
msgid "Display Featured Image by default:"
|
441 |
msgstr "Mostrar una burbuja por defecto:"
|
442 |
|
443 |
+
#: ../include/functions.php:465
|
444 |
msgid ""
|
445 |
"Displays the Featured Image in posts and pages in the infowindows, if the "
|
446 |
"points don't have associated an image"
|
447 |
msgstr ""
|
448 |
|
449 |
+
#: ../include/functions.php:470
|
450 |
msgid "Display the get directions link:"
|
451 |
msgstr "Mostrar el enlace CÓMO LLEGAR :"
|
452 |
|
453 |
+
#: ../include/functions.php:472
|
454 |
msgid "Display a link at bottom of infowindow to get directions"
|
455 |
msgstr ""
|
456 |
"Mostar un enlace al final de la ventana de información para obtener la "
|
457 |
"dirección"
|
458 |
|
459 |
+
#: ../include/functions.php:473 ../include/functions.php:481
|
460 |
+
#: ../include/functions.php:489 ../include/functions.php:497
|
461 |
+
#: ../include/functions.php:505 ../include/functions.php:513
|
462 |
+
#: ../include/functions.php:521 ../include/functions.php:531
|
463 |
+
#: ../include/functions.php:762 ../include/functions.php:797
|
464 |
#, fuzzy
|
465 |
#| msgid ""
|
466 |
#| "Multiple points in the same Post/Page are available only in the <a href="
|
475 |
"wordpress.dwbooster.com/content - tools/codepeople post - map\" target="
|
476 |
"\"_blank\"> CodePeople Post Ubicación </a>"
|
477 |
|
478 |
+
#: ../include/functions.php:478
|
479 |
msgid "Display a link to Google Maps:"
|
480 |
msgstr "Mostrar un enlace a Google Maps :"
|
481 |
|
482 |
+
#: ../include/functions.php:480
|
483 |
msgid "Display a link at bottom of infowindow to display on Google Maps"
|
484 |
msgstr ""
|
485 |
"Mostar un enlace al final de la ventana de información para mostrar en "
|
486 |
"Google Maps"
|
487 |
|
488 |
+
#: ../include/functions.php:486
|
489 |
msgid "Display a link to street view:"
|
490 |
msgstr "Mostrar un enlace a la vista de la calle:"
|
491 |
|
492 |
+
#: ../include/functions.php:488
|
493 |
msgid ""
|
494 |
"Display a link at bottom of infowindow to load the corresponding street view"
|
495 |
msgstr ""
|
496 |
"Mostar un enlace al final de la ventana de información para cargar en el "
|
497 |
"Street View"
|
498 |
|
499 |
+
#: ../include/functions.php:494
|
500 |
msgid "Display a bundle of points in the same area, like a cluster:"
|
501 |
msgstr ""
|
502 |
"Mostrar un conjunto de puntos en la misma zona , al igual que un clúster:"
|
503 |
|
504 |
+
#: ../include/functions.php:496
|
505 |
msgid "Displays the number of points in the cluster"
|
506 |
msgstr "Mostrar un conjunto de puntos en la misma zona ,en forma de clúster"
|
507 |
|
508 |
+
#: ../include/functions.php:502
|
509 |
msgid "Display the user's location:"
|
510 |
msgstr "Muestra la ubicación del usuario :"
|
511 |
|
512 |
+
#: ../include/functions.php:504
|
513 |
msgid "Display an icon with the user's location on map"
|
514 |
msgstr "Muestra un icono con la ubicación del usuario"
|
515 |
|
516 |
+
#: ../include/functions.php:510
|
517 |
#, fuzzy
|
518 |
#| msgid "Display the user's location:"
|
519 |
msgid "Refresh the user's location every:"
|
520 |
msgstr "Muestra la ubicación del usuario :"
|
521 |
|
522 |
+
#: ../include/functions.php:512
|
523 |
msgid "milliseconds"
|
524 |
msgstr ""
|
525 |
|
526 |
+
#: ../include/functions.php:518
|
527 |
msgid "Title of user's location:"
|
528 |
msgstr "Título de la ubicación del usuario :"
|
529 |
|
530 |
+
#: ../include/functions.php:520
|
531 |
msgid "Title of user's location"
|
532 |
msgstr "Título de la ubicación del usuario"
|
533 |
|
534 |
+
#: ../include/functions.php:528
|
535 |
msgid "Display a search box for places:"
|
536 |
msgstr ""
|
537 |
|
538 |
+
#: ../include/functions.php:530
|
539 |
msgid "Includes an input box on the map for searching places"
|
540 |
msgstr ""
|
541 |
|
542 |
+
#: ../include/functions.php:536
|
543 |
msgid "Display route:"
|
544 |
msgstr "Dibujar ruta:"
|
545 |
|
546 |
+
#: ../include/functions.php:538
|
547 |
msgid "Draws the route between the points in the same post"
|
548 |
msgstr "Dibujar las rutas entre los puntos en un mismo post"
|
549 |
|
550 |
+
#: ../include/functions.php:539
|
551 |
msgid ""
|
552 |
"Connect the points with polylines, even if there is not a route between "
|
553 |
"points"
|
554 |
msgstr ""
|
555 |
|
556 |
+
#: ../include/functions.php:545
|
557 |
msgid "Travel mode:"
|
558 |
msgstr "Modo de viajar :"
|
559 |
|
560 |
+
#: ../include/functions.php:554
|
561 |
msgid "Include traffic layer:"
|
562 |
msgstr ""
|
563 |
|
564 |
+
#: ../include/functions.php:556
|
565 |
msgid "Displays a layer over the map for traffic"
|
566 |
msgstr ""
|
567 |
|
568 |
+
#: ../include/functions.php:561
|
569 |
msgid "Options"
|
570 |
msgstr "Opciones"
|
571 |
|
572 |
+
#: ../include/functions.php:564
|
573 |
msgid "Display the street view control"
|
574 |
msgstr "Mostrar el control de vista de la calle"
|
575 |
|
576 |
+
#: ../include/functions.php:566
|
577 |
msgid "Enable mouse wheel zoom"
|
578 |
msgstr "Habilitar ratón con rueda de zoom"
|
579 |
|
580 |
+
#: ../include/functions.php:568
|
581 |
#, fuzzy
|
582 |
#| msgid "Enable zoom/pan controls"
|
583 |
msgid "Enable zoom controls"
|
584 |
msgstr "Activar controles de zoom / pan"
|
585 |
|
586 |
+
#: ../include/functions.php:570
|
587 |
#, fuzzy
|
588 |
#| msgid "Enable zoom/pan controls"
|
589 |
msgid "Enable fullscreen control"
|
590 |
msgstr "Activar controles de zoom / pan"
|
591 |
|
592 |
+
#: ../include/functions.php:572
|
593 |
msgid "Enable map type controls (Map, Satellite, or Hybrid)"
|
594 |
msgstr "Activar los controles de tipo de mapa (Mapa , Satélite o híbridos )"
|
595 |
|
596 |
+
#: ../include/functions.php:576
|
597 |
#, fuzzy
|
598 |
#| msgid "Enter the number of posts to display on the map"
|
599 |
msgid "Enter the number of posts to display on the post/page map"
|
600 |
msgstr "Entre el número de posts a visualizar en el mapa"
|
601 |
|
602 |
+
#: ../include/functions.php:580
|
603 |
msgid "Allow stylize the maps:"
|
604 |
msgstr "Permitir estilizar los mapas :"
|
605 |
|
606 |
+
#: ../include/functions.php:590
|
607 |
msgid ""
|
608 |
"If you want change the maps' styles, be sure to know how to create a JSON "
|
609 |
"structure with the map's styles"
|
611 |
"Si usted quiere cambiar los estilos de los mapas , asegúrese de saber cómo "
|
612 |
"crear una estructura JSON con estilos del mapa"
|
613 |
|
614 |
+
#: ../include/functions.php:598
|
615 |
msgid "Display the map's legend:"
|
616 |
msgstr "Mostrar la leyenda del mapa:"
|
617 |
|
618 |
+
#: ../include/functions.php:604
|
619 |
msgid "Select the taxonomy to display on legend:"
|
620 |
msgstr "Seleccione la taxonomía para mostrar en la leyenda :"
|
621 |
|
622 |
+
#: ../include/functions.php:607
|
623 |
msgid "Select a taxonomy"
|
624 |
msgstr "Seleccionar una taxonomía"
|
625 |
|
626 |
+
#: ../include/functions.php:612
|
627 |
msgid "Enter a title for legend:"
|
628 |
msgstr "Introduzca un título para la leyenda :"
|
629 |
|
630 |
+
#: ../include/functions.php:618
|
631 |
msgid "Enter a classname to be applied to the legend:"
|
632 |
msgstr "Introduzca un nombre de clase que se aplicará a la leyenda :"
|
633 |
|
634 |
+
#: ../include/functions.php:658 ../include/functions.php:1046
|
635 |
msgid ""
|
636 |
"For more information go to the <a href=\"http://wordpress.dwbooster.com/"
|
637 |
"content-tools/codepeople-post-map\" target=\"_blank\">CodePeople Post Map</"
|
641 |
"wordpress.dwbooster.com/content - tools/codepeople post - map\" target="
|
642 |
"\"_blank\"> CodePeople Post Ubicación </a>"
|
643 |
|
644 |
+
#: ../include/functions.php:661
|
645 |
msgid "To insert a map in the post follow the steps below"
|
646 |
msgstr "Para insertar un mapa en el post, siga los siguientes pasos"
|
647 |
|
648 |
+
#: ../include/functions.php:664
|
649 |
msgid ""
|
650 |
"Enter the point's information (the latitude and longitude are required, but "
|
651 |
"are obtained pressing the \"verify\" button after type the address"
|
654 |
"son obtenidos pulsando el botón \"Verificar\", después de escribir la "
|
655 |
"dirección)"
|
656 |
|
657 |
+
#: ../include/functions.php:665
|
658 |
msgid ""
|
659 |
"Insert the shortcode in the post's content pressing the \"insert the map tag"
|
660 |
"\" button"
|
662 |
"Inserte el shortcode en el contenido del post, presionando el botón "
|
663 |
"\"inserte la etiqueta del mapa\""
|
664 |
|
665 |
+
#: ../include/functions.php:666
|
666 |
#, fuzzy
|
667 |
#| msgid ""
|
668 |
#| "If you want to use specific settings just for this map, press the \"Show/"
|
675 |
"Si desea especificar una confguración para este mapa en particular, marque "
|
676 |
"la opción \"Usar ajustes particulares para este mapa\""
|
677 |
|
678 |
+
#: ../include/functions.php:667
|
679 |
msgid ""
|
680 |
"Don't forget to press the \"Update\" button for save the post and map data"
|
681 |
msgstr ""
|
682 |
"No olvide presionar el botón \"Actualizar\" para salvar los datos del post y "
|
683 |
"del mapa"
|
684 |
|
685 |
+
#: ../include/functions.php:671
|
686 |
msgid "Map points"
|
687 |
msgstr "Puntos de Ruta"
|
688 |
|
689 |
+
#: ../include/functions.php:673
|
690 |
msgid ""
|
691 |
"Multiple points in the same Post/Page are available only in the <a href="
|
692 |
"\"http://wordpress.dwbooster.com/content-tools/codepeople-post-map#download"
|
696 |
"wordpress.dwbooster.com/content - tools/codepeople post - map\" target="
|
697 |
"\"_blank\"> CodePeople Post Ubicación </a>."
|
698 |
|
699 |
+
#: ../include/functions.php:677
|
700 |
msgid "Map point description"
|
701 |
msgstr "Mapa Descripción del punto"
|
702 |
|
703 |
+
#: ../include/functions.php:680
|
704 |
msgid "Location name:"
|
705 |
msgstr "Nombre de la ubicación :"
|
706 |
|
707 |
+
#: ../include/functions.php:686
|
708 |
msgid "Location description:"
|
709 |
msgstr "Descripción de la ubicación :"
|
710 |
|
711 |
+
#: ../include/functions.php:695
|
712 |
#, fuzzy
|
713 |
#| msgid "Select an images to attach to the point: "
|
714 |
msgid "Select an image to attach to the point: "
|
715 |
msgstr "Seleccionar una imágenes para adjuntar al punto:"
|
716 |
|
717 |
+
#: ../include/functions.php:710
|
718 |
msgid "Address:"
|
719 |
msgstr "Dirección:"
|
720 |
|
721 |
+
#: ../include/functions.php:716
|
722 |
msgid "Latitude:"
|
723 |
msgstr "Latitud:"
|
724 |
|
725 |
+
#: ../include/functions.php:722
|
726 |
msgid "Longitude:"
|
727 |
msgstr "Longitud :"
|
728 |
|
729 |
+
#: ../include/functions.php:728
|
730 |
msgid "Verify"
|
731 |
msgstr "Verificar"
|
732 |
|
733 |
+
#: ../include/functions.php:730
|
734 |
msgid ""
|
735 |
"Verify this latitude and longitude using Geocoding. This could overwrite the "
|
736 |
"point address."
|
738 |
"Verificar esta latitud y longitud usando geocodificación . Esto podría "
|
739 |
"sobrescribir la dirección del punto ."
|
740 |
|
741 |
+
#: ../include/functions.php:730
|
742 |
msgid "Required: Press the button \"verify\" after complete the address."
|
743 |
msgstr ""
|
744 |
"Deseados: pulse el botón \" verifique \"después de completar la dirección."
|
745 |
|
746 |
+
#: ../include/functions.php:753
|
747 |
msgid ""
|
748 |
"To insert this map in a post/page, press the <strong>\"insert the map tag\"</"
|
749 |
"strong> button and save the post/page modifications."
|
752 |
"insertar el mapa de etiquetas \" </ strong> y guardar las modificaciones del "
|
753 |
"post / página."
|
754 |
|
755 |
+
#: ../include/functions.php:760
|
756 |
msgid "Do you want display a <strong>shape</strong> on map?"
|
757 |
msgstr "¿Quieres mostrar una <strong> forma </strong> en el mapa ?"
|
758 |
|
759 |
+
#: ../include/functions.php:768
|
760 |
msgid "If you want to display the map in page / post:"
|
761 |
msgstr "Si usted quiere mostrar el mapa en la página / post:"
|
762 |
|
763 |
+
#: ../include/functions.php:769
|
764 |
msgid "Insert the map tag"
|
765 |
msgstr "Inserte la etiqueta del mapa"
|
766 |
|
767 |
+
#: ../include/functions.php:772
|
768 |
msgid ""
|
769 |
"<p>It is possible to use attributes in the shortcode, like: width, height, "
|
770 |
"zoom and the other maps attributes:</p>\n"
|
784 |
"\t\t\t\t\t\t\t<p><strong>[codepeople-post-map tag=\"mytag\"]</strong></p>"
|
785 |
msgstr ""
|
786 |
|
787 |
+
#: ../include/functions.php:781
|
788 |
msgid "[ + less information]"
|
789 |
msgstr ""
|
790 |
|
791 |
+
#: ../include/functions.php:785
|
792 |
msgid "To display the points that belong to any category"
|
793 |
msgstr "Mostrar los puntos que pertenecen a una categoría"
|
794 |
|
795 |
+
#: ../include/functions.php:787
|
796 |
msgid "All points on website"
|
797 |
msgstr ""
|
798 |
|
799 |
+
#: ../include/functions.php:934
|
800 |
msgid "Settings Updated"
|
801 |
msgstr "Configuración de Actualización"
|
802 |
|
803 |
+
#: ../include/functions.php:947
|
804 |
msgid ""
|
805 |
"Generate points dynamically from geolocation information included on images, "
|
806 |
"when images are uploaded to WordPress:"
|
808 |
"Generar puntos de forma dinámica a partir de información de geolocalización "
|
809 |
"incluida en las imágenes, cuando las imágenes se cargan en WordPress:"
|
810 |
|
811 |
+
#: ../include/functions.php:950
|
812 |
msgid ""
|
813 |
"The geolocation information is added to the images from your mobiles or "
|
814 |
"cameras, if they have associated GPS devices"
|
816 |
"La información de geolocalización se añade a las imágenes desde sus "
|
817 |
"teléfonos móviles o cámaras, si han asociado dispositivos GPS"
|
818 |
|
819 |
+
#: ../include/functions.php:952
|
820 |
msgid "Process All Previous Images"
|
821 |
msgstr ""
|
822 |
|
823 |
+
#: ../include/functions.php:953
|
824 |
msgid ""
|
825 |
"Process all images in the library, and generates new points in the parents "
|
826 |
"pages, with the geocode information in the images metadata. A post/page is "
|
828 |
"post/page."
|
829 |
msgstr ""
|
830 |
|
831 |
+
#: ../include/functions.php:954 ../include/functions.php:964
|
832 |
msgid "The free version of CodePeople Post Map allows only one map by webpage."
|
833 |
msgstr ""
|
834 |
|
835 |
+
#: ../include/functions.php:954 ../include/functions.php:964
|
836 |
+
#: ../include/functions.php:971 ../include/functions.php:977
|
837 |
+
#: ../include/functions.php:983 ../include/functions.php:1003
|
838 |
msgid "Click Here"
|
839 |
msgstr ""
|
840 |
|
841 |
+
#: ../include/functions.php:959
|
842 |
msgid ""
|
843 |
"Generate points dynamically from geolocation information included on posts:"
|
844 |
msgstr ""
|
845 |
"Generar puntos de forma dinámica a partir de información de geolocalización "
|
846 |
"incluida en los mensajes :"
|
847 |
|
848 |
+
#: ../include/functions.php:962
|
849 |
msgid ""
|
850 |
"The geolocation information is added to the post from WordPress app in your "
|
851 |
"mobile"
|
853 |
"La información de geolocalización se añade al post de WordPress aplicación "
|
854 |
"en tu móvil"
|
855 |
|
856 |
+
#: ../include/functions.php:969
|
857 |
msgid "Use points information in search results:"
|
858 |
msgstr "Utilizar la información puntos en los resultados de búsqueda :"
|
859 |
|
860 |
+
#: ../include/functions.php:971
|
861 |
msgid ""
|
862 |
"The search in the maps data is available only in commercial version of "
|
863 |
"plugin."
|
864 |
msgstr ""
|
865 |
|
866 |
+
#: ../include/functions.php:975
|
867 |
msgid "Highlight post when mouse move over related point on map:"
|
868 |
msgstr ""
|
869 |
"Post Resaltar cuando mueva el ratón sobre el punto relacionado en el mapa :"
|
870 |
|
871 |
+
#: ../include/functions.php:977
|
872 |
msgid "The post highlight is available only in commercial version of plugin."
|
873 |
msgstr ""
|
874 |
|
875 |
+
#: ../include/functions.php:981
|
876 |
msgid "Highlight class:"
|
877 |
msgstr "Clase Highlight :"
|
878 |
|
879 |
+
#: ../include/functions.php:983
|
880 |
msgid "The highlight class is available only in commercial version of plugin."
|
881 |
msgstr ""
|
882 |
|
883 |
+
#: ../include/functions.php:987
|
884 |
msgid "Allow to associate a map to the post types:"
|
885 |
msgstr "Permitir a asociar el mapa de los tipos de posts:"
|
886 |
|
887 |
+
#: ../include/functions.php:1000
|
888 |
msgid "Posts and Pages are selected by default"
|
889 |
msgstr "Mensajes y páginas se seleccionan de forma predeterminada"
|
890 |
|
891 |
+
#: ../include/functions.php:1003
|
892 |
msgid ""
|
893 |
"Associate the maps to custom post types is available only in commercial "
|
894 |
"version of plugin."
|
895 |
msgstr ""
|
896 |
|
897 |
+
#: ../include/functions.php:1013
|
898 |
msgid "Draws Routes"
|
899 |
msgstr ""
|
900 |
|
901 |
+
#: ../include/functions.php:1019
|
902 |
#, fuzzy
|
903 |
#| msgid "Allow to associate a map to the post types:"
|
904 |
msgid "Associate maps to custom post types"
|
905 |
msgstr "Permitir a asociar el mapa de los tipos de posts:"
|
906 |
|
907 |
+
#: ../include/functions.php:1025
|
908 |
msgid "Display a map for each post in pages with multiple posts"
|
909 |
msgstr ""
|
910 |
|
911 |
+
#: ../include/functions.php:1030
|
912 |
msgid "Troubleshoot Section"
|
913 |
msgstr ""
|
914 |
|
915 |
+
#: ../include/functions.php:1035
|
916 |
msgid "Load required resources (javascript files) in footer"
|
917 |
msgstr ""
|
918 |
|
919 |
+
#: ../include/functions.php:1047
|
920 |
msgid "Update Settings"
|
921 |
msgstr "Configuración de la actualización"
|
922 |
|
923 |
+
#: ../include/functions.php:1524
|
924 |
msgid "Help"
|
925 |
msgstr ""
|
926 |
|
927 |
+
#: ../include/functions.php:1526
|
928 |
msgid "Request custom changes"
|
929 |
msgstr "Solicitar cambios de encargo"
|
930 |
|
languages/codepeople-post-map-fr_FR.mo
CHANGED
Binary file
|
languages/codepeople-post-map-fr_FR.po
CHANGED
@@ -1,15 +1,15 @@
|
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: codepeople-post-map\n"
|
4 |
-
"POT-Creation-Date: 2020-
|
5 |
-
"PO-Revision-Date: 2020-
|
6 |
"Last-Translator: CodePeople\n"
|
7 |
"Language-Team: CodePeople\n"
|
8 |
"Language: fr\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
-
"X-Generator: Poedit 2.
|
13 |
"X-Poedit-KeywordsList: __;gettext;gettext_noop;_e\n"
|
14 |
"X-Poedit-Basepath: .\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
@@ -247,7 +247,7 @@ msgstr "Alimenté par"
|
|
247 |
msgid "Maps Configuration"
|
248 |
msgstr "Configuration des cartes"
|
249 |
|
250 |
-
#: ../include/functions.php:313 ../include/functions.php:
|
251 |
msgid ""
|
252 |
"For any issues with the map, go to our <a href=\"http://wordpress.dwbooster."
|
253 |
"com/contact-us\" target=\"_blank\">contact page</a> and leave us a message."
|
@@ -279,183 +279,187 @@ msgstr ""
|
|
279 |
"com/cp-google-maps/\" target=\"_blank\">Page publique: Cliquez pour accéder "
|
280 |
"au CP Google Maps</a>"
|
281 |
|
282 |
-
#: ../include/functions.php:
|
|
|
|
|
|
|
|
|
283 |
msgid "I have an API key:"
|
284 |
msgstr ""
|
285 |
|
286 |
-
#: ../include/functions.php:
|
287 |
msgid "Enter your API Key"
|
288 |
msgstr ""
|
289 |
|
290 |
-
#: ../include/functions.php:
|
291 |
msgid "Please, visit the following link to get the API Key for your website:"
|
292 |
msgstr ""
|
293 |
|
294 |
-
#: ../include/functions.php:
|
295 |
msgid "With the Google project, activate at least the following APIs"
|
296 |
msgstr ""
|
297 |
|
298 |
-
#: ../include/functions.php:
|
299 |
msgid ""
|
300 |
"Required if the <i>\"Display a search box for places\"</i> option is enabled"
|
301 |
msgstr ""
|
302 |
|
303 |
-
#: ../include/functions.php:
|
304 |
msgid "Required if the <i>\"Display route\"</i> option is enabled"
|
305 |
msgstr ""
|
306 |
|
307 |
-
#: ../include/functions.php:
|
308 |
msgid "Use particular settings for this map:"
|
309 |
msgstr "Utiliser des paramètres particuliers pour cette carte:"
|
310 |
|
311 |
-
#: ../include/functions.php:
|
312 |
msgid "Map zoom:"
|
313 |
msgstr "Zoom"
|
314 |
|
315 |
-
#: ../include/functions.php:
|
316 |
msgid "Dynamic zoom:"
|
317 |
msgstr "Zoom dynamique:"
|
318 |
|
319 |
-
#: ../include/functions.php:
|
320 |
msgid "Allows to adjust the zoom dynamically to display all points on map"
|
321 |
msgstr ""
|
322 |
"Permet de régler le zoom dynamique pour afficher tous les points sur la carte"
|
323 |
|
324 |
-
#: ../include/functions.php:
|
325 |
msgid "Map width:"
|
326 |
msgstr "Largeur de la carte:"
|
327 |
|
328 |
-
#: ../include/functions.php:
|
329 |
msgid "Map height:"
|
330 |
msgstr "Hauteur de la carte:"
|
331 |
|
332 |
-
#: ../include/functions.php:
|
333 |
msgid "Map margin:"
|
334 |
msgstr "Marge de la carte:"
|
335 |
|
336 |
-
#: ../include/functions.php:
|
337 |
msgid "Map align:"
|
338 |
msgstr "Alignement de la Carte:"
|
339 |
|
340 |
-
#: ../include/functions.php:
|
341 |
msgid "left"
|
342 |
msgstr "gauche"
|
343 |
|
344 |
-
#: ../include/functions.php:
|
345 |
msgid "center"
|
346 |
msgstr "centre"
|
347 |
|
348 |
-
#: ../include/functions.php:
|
349 |
msgid "right"
|
350 |
msgstr "droit"
|
351 |
|
352 |
-
#: ../include/functions.php:
|
353 |
msgid "Map type:"
|
354 |
msgstr "Type de Carte:"
|
355 |
|
356 |
-
#: ../include/functions.php:
|
357 |
msgid "ROADMAP - Displays a normal street map"
|
358 |
msgstr "FEUILLE DE ROUTE - Affiche un plan normal"
|
359 |
|
360 |
-
#: ../include/functions.php:
|
361 |
msgid "SATELLITE - Displays satellite images"
|
362 |
msgstr "SATELLITE - affiche des images satellite"
|
363 |
|
364 |
-
#: ../include/functions.php:
|
365 |
msgid ""
|
366 |
"TERRAIN - Displays maps with physical features such as terrain and vegetation"
|
367 |
msgstr ""
|
368 |
"TERRAIN - d'afficher les cartes avec des caractéristiques physiques comme le "
|
369 |
"terrain et la végétation"
|
370 |
|
371 |
-
#: ../include/functions.php:
|
372 |
msgid ""
|
373 |
"HYBRID - Displays a transparent layer of major streets on satellite images"
|
374 |
msgstr ""
|
375 |
"HYBRIDE - Affiche une couche transparente de rues principales sur les images "
|
376 |
"satellites"
|
377 |
|
378 |
-
#: ../include/functions.php:
|
379 |
msgid "Map language:"
|
380 |
msgstr "Langue de la carte:"
|
381 |
|
382 |
-
#: ../include/functions.php:
|
383 |
msgid "Allow drag the map:"
|
384 |
msgstr "Autoriser traînée la carte"
|
385 |
|
386 |
-
#: ../include/functions.php:
|
387 |
msgid "Display map in post/page:"
|
388 |
msgstr "Afficher la carte sur l'article/la page:"
|
389 |
|
390 |
-
#: ../include/functions.php:
|
391 |
msgid "as icon"
|
392 |
msgstr "en icône"
|
393 |
|
394 |
-
#: ../include/functions.php:
|
395 |
msgid "as full map"
|
396 |
msgstr "en carte"
|
397 |
|
398 |
-
#: ../include/functions.php:
|
399 |
msgid "Show info bubbles:"
|
400 |
msgstr "Afficher les infos bulles:"
|
401 |
|
402 |
-
#: ../include/functions.php:
|
403 |
msgid "Display the bubbles associated to the points"
|
404 |
msgstr "Afficher les bulles associées aux points"
|
405 |
|
406 |
-
#: ../include/functions.php:
|
407 |
msgid "Display a bubble by default:"
|
408 |
msgstr "Afficher une bulle par défaut:"
|
409 |
|
410 |
-
#: ../include/functions.php:
|
411 |
msgid "Display a bubble opened by default"
|
412 |
msgstr "Afficher une bulle ouverte par défaut"
|
413 |
|
414 |
-
#: ../include/functions.php:
|
415 |
#, fuzzy
|
416 |
#| msgid "Display a link to Google Maps:"
|
417 |
msgid "Display as marker tooltip:"
|
418 |
msgstr "Afficher un lien vers Google Maps:"
|
419 |
|
420 |
-
#: ../include/functions.php:
|
421 |
#, fuzzy
|
422 |
#| msgid "Location name:"
|
423 |
msgid "Point location name"
|
424 |
msgstr "Nom du lieu:"
|
425 |
|
426 |
-
#: ../include/functions.php:
|
427 |
msgid "Point address"
|
428 |
msgstr ""
|
429 |
|
430 |
-
#: ../include/functions.php:
|
431 |
msgid "None"
|
432 |
msgstr ""
|
433 |
|
434 |
-
#: ../include/functions.php:
|
435 |
#, fuzzy
|
436 |
#| msgid "Display a bubble by default:"
|
437 |
msgid "Display Featured Image by default:"
|
438 |
msgstr "Afficher une bulle par défaut:"
|
439 |
|
440 |
-
#: ../include/functions.php:
|
441 |
msgid ""
|
442 |
"Displays the Featured Image in posts and pages in the infowindows, if the "
|
443 |
"points don't have associated an image"
|
444 |
msgstr ""
|
445 |
|
446 |
-
#: ../include/functions.php:
|
447 |
msgid "Display the get directions link:"
|
448 |
msgstr "Afficher le lien de directions:"
|
449 |
|
450 |
-
#: ../include/functions.php:
|
451 |
msgid "Display a link at bottom of infowindow to get directions"
|
452 |
msgstr "Afficher un lien en bas de la fenêtre d'infos pour l'adresse"
|
453 |
|
454 |
-
#: ../include/functions.php:
|
455 |
-
#: ../include/functions.php:
|
456 |
-
#: ../include/functions.php:
|
457 |
-
#: ../include/functions.php:
|
458 |
-
#: ../include/functions.php:
|
459 |
msgid ""
|
460 |
"The feature is available only for the commercial version of plugin. <a href="
|
461 |
"\"http://wordpress.dwbooster.com/content-tools/codepeople-post-map#download"
|
@@ -465,133 +469,133 @@ msgstr ""
|
|
465 |
"\"http://wordpress.dwbooster.com/content-tools/codepeople-post-map#download"
|
466 |
"\" target = \"_blank\">Cliquez ici</a>."
|
467 |
|
468 |
-
#: ../include/functions.php:
|
469 |
msgid "Display a link to Google Maps:"
|
470 |
msgstr "Afficher un lien vers Google Maps:"
|
471 |
|
472 |
-
#: ../include/functions.php:
|
473 |
msgid "Display a link at bottom of infowindow to display on Google Maps"
|
474 |
msgstr ""
|
475 |
"Afficher un lien en bas de la fenêtre d'infos à afficher sur Google Maps"
|
476 |
|
477 |
-
#: ../include/functions.php:
|
478 |
msgid "Display a link to street view:"
|
479 |
msgstr "Afficher un lien vers Vue de la rue (Street View):"
|
480 |
|
481 |
-
#: ../include/functions.php:
|
482 |
msgid ""
|
483 |
"Display a link at bottom of infowindow to load the corresponding street view"
|
484 |
msgstr ""
|
485 |
"Afficher un lien en bas de la fenêtre d'infos pour charger la vue sur la rue "
|
486 |
"correspondante"
|
487 |
|
488 |
-
#: ../include/functions.php:
|
489 |
msgid "Display a bundle of points in the same area, like a cluster:"
|
490 |
msgstr "Afficher un faisceau de points dans la même zone, en groupe:"
|
491 |
|
492 |
-
#: ../include/functions.php:
|
493 |
msgid "Displays the number of points in the cluster"
|
494 |
msgstr "Affiche le nombre de points dans le regroupement"
|
495 |
|
496 |
-
#: ../include/functions.php:
|
497 |
msgid "Display the user's location:"
|
498 |
msgstr "Afficher l'emplacement de l'utilisateur:"
|
499 |
|
500 |
-
#: ../include/functions.php:
|
501 |
msgid "Display an icon with the user's location on map"
|
502 |
msgstr "Afficher une icône avec l'emplacement de l'utilisateur sur la carte"
|
503 |
|
504 |
-
#: ../include/functions.php:
|
505 |
#, fuzzy
|
506 |
#| msgid "Display the user's location:"
|
507 |
msgid "Refresh the user's location every:"
|
508 |
msgstr "Afficher l'emplacement de l'utilisateur:"
|
509 |
|
510 |
-
#: ../include/functions.php:
|
511 |
msgid "milliseconds"
|
512 |
msgstr ""
|
513 |
|
514 |
-
#: ../include/functions.php:
|
515 |
msgid "Title of user's location:"
|
516 |
msgstr "Titre de l'emplacement de l'utilisateur:"
|
517 |
|
518 |
-
#: ../include/functions.php:
|
519 |
msgid "Title of user's location"
|
520 |
msgstr "Titre de l'emplacement de l'utilisateur"
|
521 |
|
522 |
-
#: ../include/functions.php:
|
523 |
msgid "Display a search box for places:"
|
524 |
msgstr ""
|
525 |
|
526 |
-
#: ../include/functions.php:
|
527 |
msgid "Includes an input box on the map for searching places"
|
528 |
msgstr ""
|
529 |
|
530 |
-
#: ../include/functions.php:
|
531 |
msgid "Display route:"
|
532 |
msgstr "Afficher l'itinéraire:"
|
533 |
|
534 |
-
#: ../include/functions.php:
|
535 |
msgid "Draws the route between the points in the same post"
|
536 |
msgstr "Dessine le trajet entre les points dans le même article"
|
537 |
|
538 |
-
#: ../include/functions.php:
|
539 |
msgid ""
|
540 |
"Connect the points with polylines, even if there is not a route between "
|
541 |
"points"
|
542 |
msgstr ""
|
543 |
|
544 |
-
#: ../include/functions.php:
|
545 |
msgid "Travel mode:"
|
546 |
msgstr "Mode de transport:"
|
547 |
|
548 |
-
#: ../include/functions.php:
|
549 |
msgid "Include traffic layer:"
|
550 |
msgstr ""
|
551 |
|
552 |
-
#: ../include/functions.php:
|
553 |
msgid "Displays a layer over the map for traffic"
|
554 |
msgstr ""
|
555 |
|
556 |
-
#: ../include/functions.php:
|
557 |
msgid "Options"
|
558 |
msgstr "Options"
|
559 |
|
560 |
-
#: ../include/functions.php:
|
561 |
msgid "Display the street view control"
|
562 |
msgstr "Afficher le moyen de contrôle de la vue de la rue"
|
563 |
|
564 |
-
#: ../include/functions.php:
|
565 |
msgid "Enable mouse wheel zoom"
|
566 |
msgstr "Activer zoom molette de la souris"
|
567 |
|
568 |
-
#: ../include/functions.php:
|
569 |
#, fuzzy
|
570 |
#| msgid "Enable zoom/pan controls"
|
571 |
msgid "Enable zoom controls"
|
572 |
msgstr "Activer le contrôle zoom/panoramique"
|
573 |
|
574 |
-
#: ../include/functions.php:
|
575 |
#, fuzzy
|
576 |
#| msgid "Enable zoom/pan controls"
|
577 |
msgid "Enable fullscreen control"
|
578 |
msgstr "Activer le contrôle zoom/panoramique"
|
579 |
|
580 |
-
#: ../include/functions.php:
|
581 |
msgid "Enable map type controls (Map, Satellite, or Hybrid)"
|
582 |
msgstr "Activer le contrôle de type de carte (carte, satellite ou hybride)"
|
583 |
|
584 |
-
#: ../include/functions.php:
|
585 |
#, fuzzy
|
586 |
#| msgid "Enter the number of posts to display on the map"
|
587 |
msgid "Enter the number of posts to display on the post/page map"
|
588 |
msgstr "Entrez le nombre d'articles à afficher sur la carte"
|
589 |
|
590 |
-
#: ../include/functions.php:
|
591 |
msgid "Allow stylize the maps:"
|
592 |
msgstr "Autoriser de modifier le style des cartes:"
|
593 |
|
594 |
-
#: ../include/functions.php:
|
595 |
msgid ""
|
596 |
"If you want change the maps' styles, be sure to know how to create a JSON "
|
597 |
"structure with the map's styles"
|
@@ -599,27 +603,27 @@ msgstr ""
|
|
599 |
"Si vous voulez changer les styles des cartes , assurez-vous de savoir "
|
600 |
"comment créer une structure JSON avec les styles de la carte"
|
601 |
|
602 |
-
#: ../include/functions.php:
|
603 |
msgid "Display the map's legend:"
|
604 |
msgstr "Afficher la légende de la carte:"
|
605 |
|
606 |
-
#: ../include/functions.php:
|
607 |
msgid "Select the taxonomy to display on legend:"
|
608 |
msgstr "Sélectionnez la taxonomie pour afficher sur la légende:"
|
609 |
|
610 |
-
#: ../include/functions.php:
|
611 |
msgid "Select a taxonomy"
|
612 |
msgstr "Sélectionnez une taxonomie"
|
613 |
|
614 |
-
#: ../include/functions.php:
|
615 |
msgid "Enter a title for legend:"
|
616 |
msgstr "Entrez un titre pour la légende:"
|
617 |
|
618 |
-
#: ../include/functions.php:
|
619 |
msgid "Enter a classname to be applied to the legend:"
|
620 |
msgstr "Entrez un nom de classe à appliquer à la légende:"
|
621 |
|
622 |
-
#: ../include/functions.php:
|
623 |
msgid ""
|
624 |
"For more information go to the <a href=\"http://wordpress.dwbooster.com/"
|
625 |
"content-tools/codepeople-post-map\" target=\"_blank\">CodePeople Post Map</"
|
@@ -629,11 +633,11 @@ msgstr ""
|
|
629 |
"dwbooster.com/content-tools/codepeople post-map\" target=\"_blank\"> "
|
630 |
"CodePeople Post Map"
|
631 |
|
632 |
-
#: ../include/functions.php:
|
633 |
msgid "To insert a map in the post follow the steps below"
|
634 |
msgstr "Pour insérer une carte dans l'article, suivez les étapes ci-dessous"
|
635 |
|
636 |
-
#: ../include/functions.php:
|
637 |
msgid ""
|
638 |
"Enter the point's information (the latitude and longitude are required, but "
|
639 |
"are obtained pressing the \"verify\" button after type the address"
|
@@ -642,7 +646,7 @@ msgstr ""
|
|
642 |
"obligatoires , mais on les obtient en appuyant sur le bouton \"vérifier\" "
|
643 |
"après avoir entré l'adresse)"
|
644 |
|
645 |
-
#: ../include/functions.php:
|
646 |
msgid ""
|
647 |
"Insert the shortcode in the post's content pressing the \"insert the map tag"
|
648 |
"\" button"
|
@@ -650,7 +654,7 @@ msgstr ""
|
|
650 |
"Insérer le code dans le contenu du message en appuyant sur le \"insérer le "
|
651 |
"Shortcode de la carte\""
|
652 |
|
653 |
-
#: ../include/functions.php:
|
654 |
#, fuzzy
|
655 |
#| msgid ""
|
656 |
#| "If you want to use specific settings just for this map, press the \"Show/"
|
@@ -664,18 +668,18 @@ msgstr ""
|
|
664 |
"cochez la case \"Utiliser les paramètres particuliers pour cette carte:\" , "
|
665 |
"et modifiez les paramètres de cette carte"
|
666 |
|
667 |
-
#: ../include/functions.php:
|
668 |
msgid ""
|
669 |
"Don't forget to press the \"Update\" button for save the post and map data"
|
670 |
msgstr ""
|
671 |
"N'oubliez pas d'appuyer sur le bouton \"mise à jour\" pour enregistrer les "
|
672 |
"données de l'article et la carte."
|
673 |
|
674 |
-
#: ../include/functions.php:
|
675 |
msgid "Map points"
|
676 |
msgstr "Points de la carte"
|
677 |
|
678 |
-
#: ../include/functions.php:
|
679 |
msgid ""
|
680 |
"Multiple points in the same Post/Page are available only in the <a href="
|
681 |
"\"http://wordpress.dwbooster.com/content-tools/codepeople-post-map#download"
|
@@ -685,41 +689,41 @@ msgstr ""
|
|
685 |
"la <a href = \"http://wordpress.dwbooster.com/content-tools/codepeople-post-"
|
686 |
"map#download\" target = \"_blank\">version commerciale</a>."
|
687 |
|
688 |
-
#: ../include/functions.php:
|
689 |
msgid "Map point description"
|
690 |
msgstr "Description d'un point sur la carte"
|
691 |
|
692 |
-
#: ../include/functions.php:
|
693 |
msgid "Location name:"
|
694 |
msgstr "Nom du lieu:"
|
695 |
|
696 |
-
#: ../include/functions.php:
|
697 |
msgid "Location description:"
|
698 |
msgstr "Description du lieu:"
|
699 |
|
700 |
-
#: ../include/functions.php:
|
701 |
#, fuzzy
|
702 |
#| msgid "Select an images to attach to the point: "
|
703 |
msgid "Select an image to attach to the point: "
|
704 |
msgstr "Sélectionnez une image à associer au point:"
|
705 |
|
706 |
-
#: ../include/functions.php:
|
707 |
msgid "Address:"
|
708 |
msgstr "Adresse (inclure le pays):"
|
709 |
|
710 |
-
#: ../include/functions.php:
|
711 |
msgid "Latitude:"
|
712 |
msgstr "Latitude:"
|
713 |
|
714 |
-
#: ../include/functions.php:
|
715 |
msgid "Longitude:"
|
716 |
msgstr "Longitude:"
|
717 |
|
718 |
-
#: ../include/functions.php:
|
719 |
msgid "Verify"
|
720 |
msgstr "Vérifier"
|
721 |
|
722 |
-
#: ../include/functions.php:
|
723 |
msgid ""
|
724 |
"Verify this latitude and longitude using Geocoding. This could overwrite the "
|
725 |
"point address."
|
@@ -727,12 +731,12 @@ msgstr ""
|
|
727 |
"Vérifiez cette latitude et la longitude en utilisant le Géocodage . Cela "
|
728 |
"pourrait écraser l'adresse de point."
|
729 |
|
730 |
-
#: ../include/functions.php:
|
731 |
msgid "Required: Press the button \"verify\" after complete the address."
|
732 |
msgstr ""
|
733 |
"Obligatoire: Appuyez sur le bouton \"Vérifier\" après l'adresse complète."
|
734 |
|
735 |
-
#: ../include/functions.php:
|
736 |
msgid ""
|
737 |
"To insert this map in a post/page, press the <strong>\"insert the map tag\"</"
|
738 |
"strong> button and save the post/page modifications."
|
@@ -741,19 +745,19 @@ msgstr ""
|
|
741 |
">\" insérer le Shortcode de la carte\" </strong> et enregistrer la "
|
742 |
"publication/page modifications."
|
743 |
|
744 |
-
#: ../include/functions.php:
|
745 |
msgid "Do you want display a <strong>shape</strong> on map?"
|
746 |
msgstr "Vous voulez afficher une <strong>forme</strong> sur la carte?"
|
747 |
|
748 |
-
#: ../include/functions.php:
|
749 |
msgid "If you want to display the map in page / post:"
|
750 |
msgstr "Si vous voulez afficher la carte dans la page ou l'article:"
|
751 |
|
752 |
-
#: ../include/functions.php:
|
753 |
msgid "Insert the map tag"
|
754 |
msgstr "Insérer le Shortcode de la carte"
|
755 |
|
756 |
-
#: ../include/functions.php:
|
757 |
msgid ""
|
758 |
"<p>It is possible to use attributes in the shortcode, like: width, height, "
|
759 |
"zoom and the other maps attributes:</p>\n"
|
@@ -773,25 +777,25 @@ msgid ""
|
|
773 |
"\t\t\t\t\t\t\t<p><strong>[codepeople-post-map tag=\"mytag\"]</strong></p>"
|
774 |
msgstr ""
|
775 |
|
776 |
-
#: ../include/functions.php:
|
777 |
#, fuzzy
|
778 |
#| msgid "[ + more information]"
|
779 |
msgid "[ + less information]"
|
780 |
msgstr "[en savoir plus]"
|
781 |
|
782 |
-
#: ../include/functions.php:
|
783 |
msgid "To display the points that belong to any category"
|
784 |
msgstr "Pour afficher les points qui appartiennent à une catégorie"
|
785 |
|
786 |
-
#: ../include/functions.php:
|
787 |
msgid "All points on website"
|
788 |
msgstr ""
|
789 |
|
790 |
-
#: ../include/functions.php:
|
791 |
msgid "Settings Updated"
|
792 |
msgstr "Paramètres Mise à jour"
|
793 |
|
794 |
-
#: ../include/functions.php:
|
795 |
msgid ""
|
796 |
"Generate points dynamically from geolocation information included on images, "
|
797 |
"when images are uploaded to WordPress:"
|
@@ -800,7 +804,7 @@ msgstr ""
|
|
800 |
"géolocalisation inclus sur les images , lorsque les images sont téléchargées "
|
801 |
"sur WordPress:"
|
802 |
|
803 |
-
#: ../include/functions.php:
|
804 |
msgid ""
|
805 |
"The geolocation information is added to the images from your mobiles or "
|
806 |
"cameras, if they have associated GPS devices"
|
@@ -808,11 +812,11 @@ msgstr ""
|
|
808 |
"Les informations de géolocalisation est ajouté aux images de vos mobiles ou "
|
809 |
"de caméras , se ils ont associé les appareils GPS"
|
810 |
|
811 |
-
#: ../include/functions.php:
|
812 |
msgid "Process All Previous Images"
|
813 |
msgstr ""
|
814 |
|
815 |
-
#: ../include/functions.php:
|
816 |
msgid ""
|
817 |
"Process all images in the library, and generates new points in the parents "
|
818 |
"pages, with the geocode information in the images metadata. A post/page is "
|
@@ -820,24 +824,24 @@ msgid ""
|
|
820 |
"post/page."
|
821 |
msgstr ""
|
822 |
|
823 |
-
#: ../include/functions.php:
|
824 |
msgid "The free version of CodePeople Post Map allows only one map by webpage."
|
825 |
msgstr ""
|
826 |
|
827 |
-
#: ../include/functions.php:
|
828 |
-
#: ../include/functions.php:
|
829 |
-
#: ../include/functions.php:
|
830 |
msgid "Click Here"
|
831 |
msgstr ""
|
832 |
|
833 |
-
#: ../include/functions.php:
|
834 |
msgid ""
|
835 |
"Generate points dynamically from geolocation information included on posts:"
|
836 |
msgstr ""
|
837 |
"Générer des points dynamiquement à partir des informations de "
|
838 |
"géolocalisation inclus dans les messages:"
|
839 |
|
840 |
-
#: ../include/functions.php:
|
841 |
msgid ""
|
842 |
"The geolocation information is added to the post from WordPress app in your "
|
843 |
"mobile"
|
@@ -845,79 +849,79 @@ msgstr ""
|
|
845 |
"Les informations de géolocalisation est ajouté au article de WordPress dans "
|
846 |
"votre application mobile"
|
847 |
|
848 |
-
#: ../include/functions.php:
|
849 |
msgid "Use points information in search results:"
|
850 |
msgstr "Utilisez des points d'information dans les résultats de recherche:"
|
851 |
|
852 |
-
#: ../include/functions.php:
|
853 |
msgid ""
|
854 |
"The search in the maps data is available only in commercial version of "
|
855 |
"plugin."
|
856 |
msgstr ""
|
857 |
|
858 |
-
#: ../include/functions.php:
|
859 |
msgid "Highlight post when mouse move over related point on map:"
|
860 |
msgstr ""
|
861 |
"Mettre en évidence l'article lorsque la souris survole le point concerné sur "
|
862 |
"la carte:"
|
863 |
|
864 |
-
#: ../include/functions.php:
|
865 |
msgid "The post highlight is available only in commercial version of plugin."
|
866 |
msgstr ""
|
867 |
|
868 |
-
#: ../include/functions.php:
|
869 |
msgid "Highlight class:"
|
870 |
msgstr "Classe pour surligner et mettre en évidence"
|
871 |
|
872 |
-
#: ../include/functions.php:
|
873 |
msgid "The highlight class is available only in commercial version of plugin."
|
874 |
msgstr ""
|
875 |
|
876 |
-
#: ../include/functions.php:
|
877 |
msgid "Allow to associate a map to the post types:"
|
878 |
msgstr "Permettre d'associer une carte pour les types d'article:"
|
879 |
|
880 |
-
#: ../include/functions.php:
|
881 |
msgid "Posts and Pages are selected by default"
|
882 |
msgstr "Articles et Pages sont sélectionnés par défaut"
|
883 |
|
884 |
-
#: ../include/functions.php:
|
885 |
msgid ""
|
886 |
"Associate the maps to custom post types is available only in commercial "
|
887 |
"version of plugin."
|
888 |
msgstr ""
|
889 |
|
890 |
-
#: ../include/functions.php:
|
891 |
msgid "Draws Routes"
|
892 |
msgstr ""
|
893 |
|
894 |
-
#: ../include/functions.php:
|
895 |
#, fuzzy
|
896 |
#| msgid "Allow to associate a map to the post types:"
|
897 |
msgid "Associate maps to custom post types"
|
898 |
msgstr "Permettre d'associer une carte pour les types d'article:"
|
899 |
|
900 |
-
#: ../include/functions.php:
|
901 |
msgid "Display a map for each post in pages with multiple posts"
|
902 |
msgstr ""
|
903 |
|
904 |
-
#: ../include/functions.php:
|
905 |
msgid "Troubleshoot Section"
|
906 |
msgstr ""
|
907 |
|
908 |
-
#: ../include/functions.php:
|
909 |
msgid "Load required resources (javascript files) in footer"
|
910 |
msgstr ""
|
911 |
|
912 |
-
#: ../include/functions.php:
|
913 |
msgid "Update Settings"
|
914 |
msgstr "Mise à Jour"
|
915 |
|
916 |
-
#: ../include/functions.php:
|
917 |
msgid "Help"
|
918 |
msgstr ""
|
919 |
|
920 |
-
#: ../include/functions.php:
|
921 |
msgid "Request custom changes"
|
922 |
msgstr "Demande de Modifications personnalisées"
|
923 |
|
1 |
msgid ""
|
2 |
msgstr ""
|
3 |
"Project-Id-Version: codepeople-post-map\n"
|
4 |
+
"POT-Creation-Date: 2020-07-28 16:44+0200\n"
|
5 |
+
"PO-Revision-Date: 2020-07-28 16:44+0200\n"
|
6 |
"Last-Translator: CodePeople\n"
|
7 |
"Language-Team: CodePeople\n"
|
8 |
"Language: fr\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 2.4\n"
|
13 |
"X-Poedit-KeywordsList: __;gettext;gettext_noop;_e\n"
|
14 |
"X-Poedit-Basepath: .\n"
|
15 |
"X-Poedit-SourceCharset: UTF-8\n"
|
247 |
msgid "Maps Configuration"
|
248 |
msgstr "Configuration des cartes"
|
249 |
|
250 |
+
#: ../include/functions.php:313 ../include/functions.php:659
|
251 |
msgid ""
|
252 |
"For any issues with the map, go to our <a href=\"http://wordpress.dwbooster."
|
253 |
"com/contact-us\" target=\"_blank\">contact page</a> and leave us a message."
|
279 |
"com/cp-google-maps/\" target=\"_blank\">Page publique: Cliquez pour accéder "
|
280 |
"au CP Google Maps</a>"
|
281 |
|
282 |
+
#: ../include/functions.php:317
|
283 |
+
msgid "Video Tutorial"
|
284 |
+
msgstr ""
|
285 |
+
|
286 |
+
#: ../include/functions.php:329
|
287 |
msgid "I have an API key:"
|
288 |
msgstr ""
|
289 |
|
290 |
+
#: ../include/functions.php:331
|
291 |
msgid "Enter your API Key"
|
292 |
msgstr ""
|
293 |
|
294 |
+
#: ../include/functions.php:334
|
295 |
msgid "Please, visit the following link to get the API Key for your website:"
|
296 |
msgstr ""
|
297 |
|
298 |
+
#: ../include/functions.php:338
|
299 |
msgid "With the Google project, activate at least the following APIs"
|
300 |
msgstr ""
|
301 |
|
302 |
+
#: ../include/functions.php:341
|
303 |
msgid ""
|
304 |
"Required if the <i>\"Display a search box for places\"</i> option is enabled"
|
305 |
msgstr ""
|
306 |
|
307 |
+
#: ../include/functions.php:342
|
308 |
msgid "Required if the <i>\"Display route\"</i> option is enabled"
|
309 |
msgstr ""
|
310 |
|
311 |
+
#: ../include/functions.php:351
|
312 |
msgid "Use particular settings for this map:"
|
313 |
msgstr "Utiliser des paramètres particuliers pour cette carte:"
|
314 |
|
315 |
+
#: ../include/functions.php:360
|
316 |
msgid "Map zoom:"
|
317 |
msgstr "Zoom"
|
318 |
|
319 |
+
#: ../include/functions.php:366
|
320 |
msgid "Dynamic zoom:"
|
321 |
msgstr "Zoom dynamique:"
|
322 |
|
323 |
+
#: ../include/functions.php:368
|
324 |
msgid "Allows to adjust the zoom dynamically to display all points on map"
|
325 |
msgstr ""
|
326 |
"Permet de régler le zoom dynamique pour afficher tous les points sur la carte"
|
327 |
|
328 |
+
#: ../include/functions.php:372
|
329 |
msgid "Map width:"
|
330 |
msgstr "Largeur de la carte:"
|
331 |
|
332 |
+
#: ../include/functions.php:384
|
333 |
msgid "Map height:"
|
334 |
msgstr "Hauteur de la carte:"
|
335 |
|
336 |
+
#: ../include/functions.php:390
|
337 |
msgid "Map margin:"
|
338 |
msgstr "Marge de la carte:"
|
339 |
|
340 |
+
#: ../include/functions.php:396
|
341 |
msgid "Map align:"
|
342 |
msgstr "Alignement de la Carte:"
|
343 |
|
344 |
+
#: ../include/functions.php:399
|
345 |
msgid "left"
|
346 |
msgstr "gauche"
|
347 |
|
348 |
+
#: ../include/functions.php:400
|
349 |
msgid "center"
|
350 |
msgstr "centre"
|
351 |
|
352 |
+
#: ../include/functions.php:401
|
353 |
msgid "right"
|
354 |
msgstr "droit"
|
355 |
|
356 |
+
#: ../include/functions.php:406
|
357 |
msgid "Map type:"
|
358 |
msgstr "Type de Carte:"
|
359 |
|
360 |
+
#: ../include/functions.php:409
|
361 |
msgid "ROADMAP - Displays a normal street map"
|
362 |
msgstr "FEUILLE DE ROUTE - Affiche un plan normal"
|
363 |
|
364 |
+
#: ../include/functions.php:410
|
365 |
msgid "SATELLITE - Displays satellite images"
|
366 |
msgstr "SATELLITE - affiche des images satellite"
|
367 |
|
368 |
+
#: ../include/functions.php:411
|
369 |
msgid ""
|
370 |
"TERRAIN - Displays maps with physical features such as terrain and vegetation"
|
371 |
msgstr ""
|
372 |
"TERRAIN - d'afficher les cartes avec des caractéristiques physiques comme le "
|
373 |
"terrain et la végétation"
|
374 |
|
375 |
+
#: ../include/functions.php:412
|
376 |
msgid ""
|
377 |
"HYBRID - Displays a transparent layer of major streets on satellite images"
|
378 |
msgstr ""
|
379 |
"HYBRIDE - Affiche une couche transparente de rues principales sur les images "
|
380 |
"satellites"
|
381 |
|
382 |
+
#: ../include/functions.php:417
|
383 |
msgid "Map language:"
|
384 |
msgstr "Langue de la carte:"
|
385 |
|
386 |
+
#: ../include/functions.php:421
|
387 |
msgid "Allow drag the map:"
|
388 |
msgstr "Autoriser traînée la carte"
|
389 |
|
390 |
+
#: ../include/functions.php:427
|
391 |
msgid "Display map in post/page:"
|
392 |
msgstr "Afficher la carte sur l'article/la page:"
|
393 |
|
394 |
+
#: ../include/functions.php:430
|
395 |
msgid "as icon"
|
396 |
msgstr "en icône"
|
397 |
|
398 |
+
#: ../include/functions.php:431
|
399 |
msgid "as full map"
|
400 |
msgstr "en carte"
|
401 |
|
402 |
+
#: ../include/functions.php:437
|
403 |
msgid "Show info bubbles:"
|
404 |
msgstr "Afficher les infos bulles:"
|
405 |
|
406 |
+
#: ../include/functions.php:439
|
407 |
msgid "Display the bubbles associated to the points"
|
408 |
msgstr "Afficher les bulles associées aux points"
|
409 |
|
410 |
+
#: ../include/functions.php:444
|
411 |
msgid "Display a bubble by default:"
|
412 |
msgstr "Afficher une bulle par défaut:"
|
413 |
|
414 |
+
#: ../include/functions.php:446
|
415 |
msgid "Display a bubble opened by default"
|
416 |
msgstr "Afficher une bulle ouverte par défaut"
|
417 |
|
418 |
+
#: ../include/functions.php:454
|
419 |
#, fuzzy
|
420 |
#| msgid "Display a link to Google Maps:"
|
421 |
msgid "Display as marker tooltip:"
|
422 |
msgstr "Afficher un lien vers Google Maps:"
|
423 |
|
424 |
+
#: ../include/functions.php:456
|
425 |
#, fuzzy
|
426 |
#| msgid "Location name:"
|
427 |
msgid "Point location name"
|
428 |
msgstr "Nom du lieu:"
|
429 |
|
430 |
+
#: ../include/functions.php:457
|
431 |
msgid "Point address"
|
432 |
msgstr ""
|
433 |
|
434 |
+
#: ../include/functions.php:458
|
435 |
msgid "None"
|
436 |
msgstr ""
|
437 |
|
438 |
+
#: ../include/functions.php:463
|
439 |
#, fuzzy
|
440 |
#| msgid "Display a bubble by default:"
|
441 |
msgid "Display Featured Image by default:"
|
442 |
msgstr "Afficher une bulle par défaut:"
|
443 |
|
444 |
+
#: ../include/functions.php:465
|
445 |
msgid ""
|
446 |
"Displays the Featured Image in posts and pages in the infowindows, if the "
|
447 |
"points don't have associated an image"
|
448 |
msgstr ""
|
449 |
|
450 |
+
#: ../include/functions.php:470
|
451 |
msgid "Display the get directions link:"
|
452 |
msgstr "Afficher le lien de directions:"
|
453 |
|
454 |
+
#: ../include/functions.php:472
|
455 |
msgid "Display a link at bottom of infowindow to get directions"
|
456 |
msgstr "Afficher un lien en bas de la fenêtre d'infos pour l'adresse"
|
457 |
|
458 |
+
#: ../include/functions.php:473 ../include/functions.php:481
|
459 |
+
#: ../include/functions.php:489 ../include/functions.php:497
|
460 |
+
#: ../include/functions.php:505 ../include/functions.php:513
|
461 |
+
#: ../include/functions.php:521 ../include/functions.php:531
|
462 |
+
#: ../include/functions.php:762 ../include/functions.php:797
|
463 |
msgid ""
|
464 |
"The feature is available only for the commercial version of plugin. <a href="
|
465 |
"\"http://wordpress.dwbooster.com/content-tools/codepeople-post-map#download"
|
469 |
"\"http://wordpress.dwbooster.com/content-tools/codepeople-post-map#download"
|
470 |
"\" target = \"_blank\">Cliquez ici</a>."
|
471 |
|
472 |
+
#: ../include/functions.php:478
|
473 |
msgid "Display a link to Google Maps:"
|
474 |
msgstr "Afficher un lien vers Google Maps:"
|
475 |
|
476 |
+
#: ../include/functions.php:480
|
477 |
msgid "Display a link at bottom of infowindow to display on Google Maps"
|
478 |
msgstr ""
|
479 |
"Afficher un lien en bas de la fenêtre d'infos à afficher sur Google Maps"
|
480 |
|
481 |
+
#: ../include/functions.php:486
|
482 |
msgid "Display a link to street view:"
|
483 |
msgstr "Afficher un lien vers Vue de la rue (Street View):"
|
484 |
|
485 |
+
#: ../include/functions.php:488
|
486 |
msgid ""
|
487 |
"Display a link at bottom of infowindow to load the corresponding street view"
|
488 |
msgstr ""
|
489 |
"Afficher un lien en bas de la fenêtre d'infos pour charger la vue sur la rue "
|
490 |
"correspondante"
|
491 |
|
492 |
+
#: ../include/functions.php:494
|
493 |
msgid "Display a bundle of points in the same area, like a cluster:"
|
494 |
msgstr "Afficher un faisceau de points dans la même zone, en groupe:"
|
495 |
|
496 |
+
#: ../include/functions.php:496
|
497 |
msgid "Displays the number of points in the cluster"
|
498 |
msgstr "Affiche le nombre de points dans le regroupement"
|
499 |
|
500 |
+
#: ../include/functions.php:502
|
501 |
msgid "Display the user's location:"
|
502 |
msgstr "Afficher l'emplacement de l'utilisateur:"
|
503 |
|
504 |
+
#: ../include/functions.php:504
|
505 |
msgid "Display an icon with the user's location on map"
|
506 |
msgstr "Afficher une icône avec l'emplacement de l'utilisateur sur la carte"
|
507 |
|
508 |
+
#: ../include/functions.php:510
|
509 |
#, fuzzy
|
510 |
#| msgid "Display the user's location:"
|
511 |
msgid "Refresh the user's location every:"
|
512 |
msgstr "Afficher l'emplacement de l'utilisateur:"
|
513 |
|
514 |
+
#: ../include/functions.php:512
|
515 |
msgid "milliseconds"
|
516 |
msgstr ""
|
517 |
|
518 |
+
#: ../include/functions.php:518
|
519 |
msgid "Title of user's location:"
|
520 |
msgstr "Titre de l'emplacement de l'utilisateur:"
|
521 |
|
522 |
+
#: ../include/functions.php:520
|
523 |
msgid "Title of user's location"
|
524 |
msgstr "Titre de l'emplacement de l'utilisateur"
|
525 |
|
526 |
+
#: ../include/functions.php:528
|
527 |
msgid "Display a search box for places:"
|
528 |
msgstr ""
|
529 |
|
530 |
+
#: ../include/functions.php:530
|
531 |
msgid "Includes an input box on the map for searching places"
|
532 |
msgstr ""
|
533 |
|
534 |
+
#: ../include/functions.php:536
|
535 |
msgid "Display route:"
|
536 |
msgstr "Afficher l'itinéraire:"
|
537 |
|
538 |
+
#: ../include/functions.php:538
|
539 |
msgid "Draws the route between the points in the same post"
|
540 |
msgstr "Dessine le trajet entre les points dans le même article"
|
541 |
|
542 |
+
#: ../include/functions.php:539
|
543 |
msgid ""
|
544 |
"Connect the points with polylines, even if there is not a route between "
|
545 |
"points"
|
546 |
msgstr ""
|
547 |
|
548 |
+
#: ../include/functions.php:545
|
549 |
msgid "Travel mode:"
|
550 |
msgstr "Mode de transport:"
|
551 |
|
552 |
+
#: ../include/functions.php:554
|
553 |
msgid "Include traffic layer:"
|
554 |
msgstr ""
|
555 |
|
556 |
+
#: ../include/functions.php:556
|
557 |
msgid "Displays a layer over the map for traffic"
|
558 |
msgstr ""
|
559 |
|
560 |
+
#: ../include/functions.php:561
|
561 |
msgid "Options"
|
562 |
msgstr "Options"
|
563 |
|
564 |
+
#: ../include/functions.php:564
|
565 |
msgid "Display the street view control"
|
566 |
msgstr "Afficher le moyen de contrôle de la vue de la rue"
|
567 |
|
568 |
+
#: ../include/functions.php:566
|
569 |
msgid "Enable mouse wheel zoom"
|
570 |
msgstr "Activer zoom molette de la souris"
|
571 |
|
572 |
+
#: ../include/functions.php:568
|
573 |
#, fuzzy
|
574 |
#| msgid "Enable zoom/pan controls"
|
575 |
msgid "Enable zoom controls"
|
576 |
msgstr "Activer le contrôle zoom/panoramique"
|
577 |
|
578 |
+
#: ../include/functions.php:570
|
579 |
#, fuzzy
|
580 |
#| msgid "Enable zoom/pan controls"
|
581 |
msgid "Enable fullscreen control"
|
582 |
msgstr "Activer le contrôle zoom/panoramique"
|
583 |
|
584 |
+
#: ../include/functions.php:572
|
585 |
msgid "Enable map type controls (Map, Satellite, or Hybrid)"
|
586 |
msgstr "Activer le contrôle de type de carte (carte, satellite ou hybride)"
|
587 |
|
588 |
+
#: ../include/functions.php:576
|
589 |
#, fuzzy
|
590 |
#| msgid "Enter the number of posts to display on the map"
|
591 |
msgid "Enter the number of posts to display on the post/page map"
|
592 |
msgstr "Entrez le nombre d'articles à afficher sur la carte"
|
593 |
|
594 |
+
#: ../include/functions.php:580
|
595 |
msgid "Allow stylize the maps:"
|
596 |
msgstr "Autoriser de modifier le style des cartes:"
|
597 |
|
598 |
+
#: ../include/functions.php:590
|
599 |
msgid ""
|
600 |
"If you want change the maps' styles, be sure to know how to create a JSON "
|
601 |
"structure with the map's styles"
|
603 |
"Si vous voulez changer les styles des cartes , assurez-vous de savoir "
|
604 |
"comment créer une structure JSON avec les styles de la carte"
|
605 |
|
606 |
+
#: ../include/functions.php:598
|
607 |
msgid "Display the map's legend:"
|
608 |
msgstr "Afficher la légende de la carte:"
|
609 |
|
610 |
+
#: ../include/functions.php:604
|
611 |
msgid "Select the taxonomy to display on legend:"
|
612 |
msgstr "Sélectionnez la taxonomie pour afficher sur la légende:"
|
613 |
|
614 |
+
#: ../include/functions.php:607
|
615 |
msgid "Select a taxonomy"
|
616 |
msgstr "Sélectionnez une taxonomie"
|
617 |
|
618 |
+
#: ../include/functions.php:612
|
619 |
msgid "Enter a title for legend:"
|
620 |
msgstr "Entrez un titre pour la légende:"
|
621 |
|
622 |
+
#: ../include/functions.php:618
|
623 |
msgid "Enter a classname to be applied to the legend:"
|
624 |
msgstr "Entrez un nom de classe à appliquer à la légende:"
|
625 |
|
626 |
+
#: ../include/functions.php:658 ../include/functions.php:1046
|
627 |
msgid ""
|
628 |
"For more information go to the <a href=\"http://wordpress.dwbooster.com/"
|
629 |
"content-tools/codepeople-post-map\" target=\"_blank\">CodePeople Post Map</"
|
633 |
"dwbooster.com/content-tools/codepeople post-map\" target=\"_blank\"> "
|
634 |
"CodePeople Post Map"
|
635 |
|
636 |
+
#: ../include/functions.php:661
|
637 |
msgid "To insert a map in the post follow the steps below"
|
638 |
msgstr "Pour insérer une carte dans l'article, suivez les étapes ci-dessous"
|
639 |
|
640 |
+
#: ../include/functions.php:664
|
641 |
msgid ""
|
642 |
"Enter the point's information (the latitude and longitude are required, but "
|
643 |
"are obtained pressing the \"verify\" button after type the address"
|
646 |
"obligatoires , mais on les obtient en appuyant sur le bouton \"vérifier\" "
|
647 |
"après avoir entré l'adresse)"
|
648 |
|
649 |
+
#: ../include/functions.php:665
|
650 |
msgid ""
|
651 |
"Insert the shortcode in the post's content pressing the \"insert the map tag"
|
652 |
"\" button"
|
654 |
"Insérer le code dans le contenu du message en appuyant sur le \"insérer le "
|
655 |
"Shortcode de la carte\""
|
656 |
|
657 |
+
#: ../include/functions.php:666
|
658 |
#, fuzzy
|
659 |
#| msgid ""
|
660 |
#| "If you want to use specific settings just for this map, press the \"Show/"
|
668 |
"cochez la case \"Utiliser les paramètres particuliers pour cette carte:\" , "
|
669 |
"et modifiez les paramètres de cette carte"
|
670 |
|
671 |
+
#: ../include/functions.php:667
|
672 |
msgid ""
|
673 |
"Don't forget to press the \"Update\" button for save the post and map data"
|
674 |
msgstr ""
|
675 |
"N'oubliez pas d'appuyer sur le bouton \"mise à jour\" pour enregistrer les "
|
676 |
"données de l'article et la carte."
|
677 |
|
678 |
+
#: ../include/functions.php:671
|
679 |
msgid "Map points"
|
680 |
msgstr "Points de la carte"
|
681 |
|
682 |
+
#: ../include/functions.php:673
|
683 |
msgid ""
|
684 |
"Multiple points in the same Post/Page are available only in the <a href="
|
685 |
"\"http://wordpress.dwbooster.com/content-tools/codepeople-post-map#download"
|
689 |
"la <a href = \"http://wordpress.dwbooster.com/content-tools/codepeople-post-"
|
690 |
"map#download\" target = \"_blank\">version commerciale</a>."
|
691 |
|
692 |
+
#: ../include/functions.php:677
|
693 |
msgid "Map point description"
|
694 |
msgstr "Description d'un point sur la carte"
|
695 |
|
696 |
+
#: ../include/functions.php:680
|
697 |
msgid "Location name:"
|
698 |
msgstr "Nom du lieu:"
|
699 |
|
700 |
+
#: ../include/functions.php:686
|
701 |
msgid "Location description:"
|
702 |
msgstr "Description du lieu:"
|
703 |
|
704 |
+
#: ../include/functions.php:695
|
705 |
#, fuzzy
|
706 |
#| msgid "Select an images to attach to the point: "
|
707 |
msgid "Select an image to attach to the point: "
|
708 |
msgstr "Sélectionnez une image à associer au point:"
|
709 |
|
710 |
+
#: ../include/functions.php:710
|
711 |
msgid "Address:"
|
712 |
msgstr "Adresse (inclure le pays):"
|
713 |
|
714 |
+
#: ../include/functions.php:716
|
715 |
msgid "Latitude:"
|
716 |
msgstr "Latitude:"
|
717 |
|
718 |
+
#: ../include/functions.php:722
|
719 |
msgid "Longitude:"
|
720 |
msgstr "Longitude:"
|
721 |
|
722 |
+
#: ../include/functions.php:728
|
723 |
msgid "Verify"
|
724 |
msgstr "Vérifier"
|
725 |
|
726 |
+
#: ../include/functions.php:730
|
727 |
msgid ""
|
728 |
"Verify this latitude and longitude using Geocoding. This could overwrite the "
|
729 |
"point address."
|
731 |
"Vérifiez cette latitude et la longitude en utilisant le Géocodage . Cela "
|
732 |
"pourrait écraser l'adresse de point."
|
733 |
|
734 |
+
#: ../include/functions.php:730
|
735 |
msgid "Required: Press the button \"verify\" after complete the address."
|
736 |
msgstr ""
|
737 |
"Obligatoire: Appuyez sur le bouton \"Vérifier\" après l'adresse complète."
|
738 |
|
739 |
+
#: ../include/functions.php:753
|
740 |
msgid ""
|
741 |
"To insert this map in a post/page, press the <strong>\"insert the map tag\"</"
|
742 |
"strong> button and save the post/page modifications."
|
745 |
">\" insérer le Shortcode de la carte\" </strong> et enregistrer la "
|
746 |
"publication/page modifications."
|
747 |
|
748 |
+
#: ../include/functions.php:760
|
749 |
msgid "Do you want display a <strong>shape</strong> on map?"
|
750 |
msgstr "Vous voulez afficher une <strong>forme</strong> sur la carte?"
|
751 |
|
752 |
+
#: ../include/functions.php:768
|
753 |
msgid "If you want to display the map in page / post:"
|
754 |
msgstr "Si vous voulez afficher la carte dans la page ou l'article:"
|
755 |
|
756 |
+
#: ../include/functions.php:769
|
757 |
msgid "Insert the map tag"
|
758 |
msgstr "Insérer le Shortcode de la carte"
|
759 |
|
760 |
+
#: ../include/functions.php:772
|
761 |
msgid ""
|
762 |
"<p>It is possible to use attributes in the shortcode, like: width, height, "
|
763 |
"zoom and the other maps attributes:</p>\n"
|
777 |
"\t\t\t\t\t\t\t<p><strong>[codepeople-post-map tag=\"mytag\"]</strong></p>"
|
778 |
msgstr ""
|
779 |
|
780 |
+
#: ../include/functions.php:781
|
781 |
#, fuzzy
|
782 |
#| msgid "[ + more information]"
|
783 |
msgid "[ + less information]"
|
784 |
msgstr "[en savoir plus]"
|
785 |
|
786 |
+
#: ../include/functions.php:785
|
787 |
msgid "To display the points that belong to any category"
|
788 |
msgstr "Pour afficher les points qui appartiennent à une catégorie"
|
789 |
|
790 |
+
#: ../include/functions.php:787
|
791 |
msgid "All points on website"
|
792 |
msgstr ""
|
793 |
|
794 |
+
#: ../include/functions.php:934
|
795 |
msgid "Settings Updated"
|
796 |
msgstr "Paramètres Mise à jour"
|
797 |
|
798 |
+
#: ../include/functions.php:947
|
799 |
msgid ""
|
800 |
"Generate points dynamically from geolocation information included on images, "
|
801 |
"when images are uploaded to WordPress:"
|
804 |
"géolocalisation inclus sur les images , lorsque les images sont téléchargées "
|
805 |
"sur WordPress:"
|
806 |
|
807 |
+
#: ../include/functions.php:950
|
808 |
msgid ""
|
809 |
"The geolocation information is added to the images from your mobiles or "
|
810 |
"cameras, if they have associated GPS devices"
|
812 |
"Les informations de géolocalisation est ajouté aux images de vos mobiles ou "
|
813 |
"de caméras , se ils ont associé les appareils GPS"
|
814 |
|
815 |
+
#: ../include/functions.php:952
|
816 |
msgid "Process All Previous Images"
|
817 |
msgstr ""
|
818 |
|
819 |
+
#: ../include/functions.php:953
|
820 |
msgid ""
|
821 |
"Process all images in the library, and generates new points in the parents "
|
822 |
"pages, with the geocode information in the images metadata. A post/page is "
|
824 |
"post/page."
|
825 |
msgstr ""
|
826 |
|
827 |
+
#: ../include/functions.php:954 ../include/functions.php:964
|
828 |
msgid "The free version of CodePeople Post Map allows only one map by webpage."
|
829 |
msgstr ""
|
830 |
|
831 |
+
#: ../include/functions.php:954 ../include/functions.php:964
|
832 |
+
#: ../include/functions.php:971 ../include/functions.php:977
|
833 |
+
#: ../include/functions.php:983 ../include/functions.php:1003
|
834 |
msgid "Click Here"
|
835 |
msgstr ""
|
836 |
|
837 |
+
#: ../include/functions.php:959
|
838 |
msgid ""
|
839 |
"Generate points dynamically from geolocation information included on posts:"
|
840 |
msgstr ""
|
841 |
"Générer des points dynamiquement à partir des informations de "
|
842 |
"géolocalisation inclus dans les messages:"
|
843 |
|
844 |
+
#: ../include/functions.php:962
|
845 |
msgid ""
|
846 |
"The geolocation information is added to the post from WordPress app in your "
|
847 |
"mobile"
|
849 |
"Les informations de géolocalisation est ajouté au article de WordPress dans "
|
850 |
"votre application mobile"
|
851 |
|
852 |
+
#: ../include/functions.php:969
|
853 |
msgid "Use points information in search results:"
|
854 |
msgstr "Utilisez des points d'information dans les résultats de recherche:"
|
855 |
|
856 |
+
#: ../include/functions.php:971
|
857 |
msgid ""
|
858 |
"The search in the maps data is available only in commercial version of "
|
859 |
"plugin."
|
860 |
msgstr ""
|
861 |
|
862 |
+
#: ../include/functions.php:975
|
863 |
msgid "Highlight post when mouse move over related point on map:"
|
864 |
msgstr ""
|
865 |
"Mettre en évidence l'article lorsque la souris survole le point concerné sur "
|
866 |
"la carte:"
|
867 |
|
868 |
+
#: ../include/functions.php:977
|
869 |
msgid "The post highlight is available only in commercial version of plugin."
|
870 |
msgstr ""
|
871 |
|
872 |
+
#: ../include/functions.php:981
|
873 |
msgid "Highlight class:"
|
874 |
msgstr "Classe pour surligner et mettre en évidence"
|
875 |
|
876 |
+
#: ../include/functions.php:983
|
877 |
msgid "The highlight class is available only in commercial version of plugin."
|
878 |
msgstr ""
|
879 |
|
880 |
+
#: ../include/functions.php:987
|
881 |
msgid "Allow to associate a map to the post types:"
|
882 |
msgstr "Permettre d'associer une carte pour les types d'article:"
|
883 |
|
884 |
+
#: ../include/functions.php:1000
|
885 |
msgid "Posts and Pages are selected by default"
|
886 |
msgstr "Articles et Pages sont sélectionnés par défaut"
|
887 |
|
888 |
+
#: ../include/functions.php:1003
|
889 |
msgid ""
|
890 |
"Associate the maps to custom post types is available only in commercial "
|
891 |
"version of plugin."
|
892 |
msgstr ""
|
893 |
|
894 |
+
#: ../include/functions.php:1013
|
895 |
msgid "Draws Routes"
|
896 |
msgstr ""
|
897 |
|
898 |
+
#: ../include/functions.php:1019
|
899 |
#, fuzzy
|
900 |
#| msgid "Allow to associate a map to the post types:"
|
901 |
msgid "Associate maps to custom post types"
|
902 |
msgstr "Permettre d'associer une carte pour les types d'article:"
|
903 |
|
904 |
+
#: ../include/functions.php:1025
|
905 |
msgid "Display a map for each post in pages with multiple posts"
|
906 |
msgstr ""
|
907 |
|
908 |
+
#: ../include/functions.php:1030
|
909 |
msgid "Troubleshoot Section"
|
910 |
msgstr ""
|
911 |
|
912 |
+
#: ../include/functions.php:1035
|
913 |
msgid "Load required resources (javascript files) in footer"
|
914 |
msgstr ""
|
915 |
|
916 |
+
#: ../include/functions.php:1047
|
917 |
msgid "Update Settings"
|
918 |
msgstr "Mise à Jour"
|
919 |
|
920 |
+
#: ../include/functions.php:1524
|
921 |
msgid "Help"
|
922 |
msgstr ""
|
923 |
|
924 |
+
#: ../include/functions.php:1526
|
925 |
msgid "Request custom changes"
|
926 |
msgstr "Demande de Modifications personnalisées"
|
927 |
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: codepeople
|
|
3 |
Donate link: http://wordpress.dwbooster.com/content-tools/codepeople-post-map
|
4 |
Tags:google maps,maps,marker,gmap,places,shortcode,map,categories,post map,point,location,address,images,geocoder,google,shape,list,grouping,cluster,infowindow,route,pin,streetview,post,posts,pages,widget,image,exif tag,plugin,sidebar,stylize,admin
|
5 |
Requires at least: 3.0.5
|
6 |
-
Tested up to: 5.
|
7 |
Stable tag: trunk
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
@@ -636,6 +636,18 @@ Now the most important part create the shape's area. To create the shape's area
|
|
636 |
|
637 |
== Changelog ==
|
638 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
639 |
= 1.0.32 =
|
640 |
|
641 |
* Modifies the Mouse Wheel behavior, to make it less intrusive.
|
3 |
Donate link: http://wordpress.dwbooster.com/content-tools/codepeople-post-map
|
4 |
Tags:google maps,maps,marker,gmap,places,shortcode,map,categories,post map,point,location,address,images,geocoder,google,shape,list,grouping,cluster,infowindow,route,pin,streetview,post,posts,pages,widget,image,exif tag,plugin,sidebar,stylize,admin
|
5 |
Requires at least: 3.0.5
|
6 |
+
Tested up to: 5.5
|
7 |
Stable tag: trunk
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
636 |
|
637 |
== Changelog ==
|
638 |
|
639 |
+
= 1.0.35 =
|
640 |
+
|
641 |
+
* Includes a video tutorial in the plugin's interface to improve the users' experience.
|
642 |
+
|
643 |
+
= 1.0.34 =
|
644 |
+
|
645 |
+
* Includes new validation rules to prevent possible errors and warnings' messages, and removes unnecessary blocks of code.
|
646 |
+
|
647 |
+
= 1.0.33 =
|
648 |
+
|
649 |
+
* Fixes some notice messages.
|
650 |
+
|
651 |
= 1.0.32 =
|
652 |
|
653 |
* Modifies the Mouse Wheel behavior, to make it less intrusive.
|