WP Store Locator - Version 2.2.13

Version Description

Download this release

Release Info

Developer tijmensmit
Plugin Icon 128x128 WP Store Locator
Version 2.2.13
Comparing to
See all releases

Code changes from version 2.2.12 to 2.2.13

admin/class-settings.php CHANGED
@@ -98,6 +98,7 @@ if ( !class_exists( 'WPSL_Settings' ) ) {
98
  'mouse_focus',
99
  'reset_map',
100
  'show_contact_details',
 
101
  'hide_country',
102
  'hide_distance'
103
  );
98
  'mouse_focus',
99
  'reset_map',
100
  'show_contact_details',
101
+ 'clickable_contact_details',
102
  'hide_country',
103
  'hide_distance'
104
  );
admin/templates/map-settings.php CHANGED
@@ -318,6 +318,10 @@ global $wpdb, $wpsl, $wpsl_admin, $wp_version, $wpsl_settings;
318
  <label for="wpsl-contact-details"><?php _e( 'Always show the contact details below the address in the search results?', 'wpsl' ); ?></label>
319
  <input type="checkbox" value="" <?php checked( $wpsl_settings['show_contact_details'], true ); ?> name="wpsl_ux[show_contact_details]" id="wpsl-contact-details">
320
  </p>
 
 
 
 
321
  <p>
322
  <label for="wpsl-store-url"><?php _e( 'Make the store name clickable if a store URL exists?', 'wpsl' ); ?><span class="wpsl-info"><span class="wpsl-info-text wpsl-hide"><?php echo sprintf( __( 'If %spermalinks%s are enabled, the store name will always link to the store page.', 'wpsl' ), '<a href="' . admin_url( 'edit.php?post_type=wpsl_stores&page=wpsl_settings#wpsl-permalink-settings' ) . '">', '</a>' ); ?></span></span></label>
323
  <input type="checkbox" value="" <?php checked( $wpsl_settings['store_url'], true ); ?> name="wpsl_ux[store_url]" id="wpsl-store-url">
318
  <label for="wpsl-contact-details"><?php _e( 'Always show the contact details below the address in the search results?', 'wpsl' ); ?></label>
319
  <input type="checkbox" value="" <?php checked( $wpsl_settings['show_contact_details'], true ); ?> name="wpsl_ux[show_contact_details]" id="wpsl-contact-details">
320
  </p>
321
+ <p>
322
+ <label for="wpsl-clickable-contact-details"><?php _e( 'Make the contact details always clickable?', 'wpsl' ); ?></label>
323
+ <input type="checkbox" value="" <?php checked( $wpsl_settings['clickable_contact_details'], true ); ?> name="wpsl_ux[clickable_contact_details]" id="wpsl-clickable-contact-details">
324
+ </p>
325
  <p>
326
  <label for="wpsl-store-url"><?php _e( 'Make the store name clickable if a store URL exists?', 'wpsl' ); ?><span class="wpsl-info"><span class="wpsl-info-text wpsl-hide"><?php echo sprintf( __( 'If %spermalinks%s are enabled, the store name will always link to the store page.', 'wpsl' ), '<a href="' . admin_url( 'edit.php?post_type=wpsl_stores&page=wpsl_settings#wpsl-permalink-settings' ) . '">', '</a>' ); ?></span></span></label>
327
  <input type="checkbox" value="" <?php checked( $wpsl_settings['store_url'], true ); ?> name="wpsl_ux[store_url]" id="wpsl-store-url">
admin/upgrade.php CHANGED
@@ -408,6 +408,12 @@ function wpsl_check_upgrade() {
408
  update_option( 'wpsl_settings', $wpsl_settings );
409
  }
410
 
 
 
 
 
 
 
411
  update_option( 'wpsl_version', WPSL_VERSION_NUM );
412
  }
413
 
408
  update_option( 'wpsl_settings', $wpsl_settings );
409
  }
410
 
411
+ if ( version_compare( $current_version, '2.2.13', '<' ) ) {
412
+ $wpsl_settings['clickable_contact_details'] = 0;
413
+
414
+ update_option( 'wpsl_settings', $wpsl_settings );
415
+ }
416
+
417
  update_option( 'wpsl_version', WPSL_VERSION_NUM );
418
  }
419
 
css/styles.css CHANGED
@@ -827,6 +827,14 @@ table.wpsl-opening-hours td {
827
  display: block !important;
828
  }
829
 
 
 
 
 
 
 
 
 
830
  @media (max-width: 825px) {
831
  #wpsl-search-input {
832
  width: 348px;
827
  display: block !important;
828
  }
829
 
830
+ /*
831
+ Hide the select2 ( https://select2.org/ ) dropdowns to
832
+ prevent duplicate dropdowns from showing up in the search bar.
833
+ */
834
+ #wpsl-search-wrap .select2 {
835
+ display: none !important;
836
+ }
837
+
838
  @media (max-width: 825px) {
839
  #wpsl-search-input {
840
  width: 348px;
css/styles.min.css CHANGED
@@ -1 +1 @@
1
- #wpsl-wrap,.wpsl-gmap-canvas{margin-bottom:20px;width:100%}#wpsl-result-list a,#wpsl-wrap [class*=" wpsl-icon-"]:focus,#wpsl-wrap [class^=wpsl-icon-]:active{outline:0}#wpsl-map-controls div:hover,#wpsl-reset-map:hover,#wpsl-search-btn:hover,.wpsl-dropdown{cursor:pointer}#wpsl-wrap,.wpsl-clearfix:after,.wpsl-contact-details{clear:both}@font-face{font-family:wpsl-fontello;src:url(../font/fontello.eot?28897909);src:url(../font/fontello.eot?28897909#iefix) format('embedded-opentype'),url(../font/fontello.woff?28897909) format('woff'),url(../font/fontello.ttf?28897909) format('truetype'),url(../font/fontello.svg?28897909#fontello) format('svg');font-weight:400;font-style:normal}#wpsl-gmap{float:right;width:66.5%;height:350px;margin-bottom:0}.wpsl-store-below #wpsl-gmap{float:none;width:100%}.wpsl-gmap-canvas{height:300px}.gm-style-mtc,.gmnoprint{z-index:9999!important}#wpsl-gmap div:not[class^=gv-iv],#wpsl-gmap img,.wpsl-gmap-canvas div:not[class^=gv-iv],.wpsl-gmap-canvas img{box-shadow:none!important;max-width:none!important;background:0 0}#wpsl-gmap img,.wpsl-gmap-canvas img{display:inline!important;opacity:1!important;max-height:none!important}#wpsl-gmap *{box-sizing:content-box!important;-webkit-box-sizing:content-box!important;-moz-box-sizing:content-box!important}#wpsl-gmap div.gm-iv-marker,.wpsl-gmap-canvas div.gm-iv-marker{backgroud-image:inherit}#wpsl-wrap{position:relative;overflow:hidden}#wpsl-search-wrap{float:left;width:100%}#wpsl-search-wrap form{margin:0;padding:0;border:none;outline:0}#wpsl-gmap #wpsl-map-controls{position:absolute;height:28px;right:10px;bottom:24px;border-radius:2px;z-index:3;font-size:11px;white-space:nowrap;overflow:hidden}#wpsl-gmap #wpsl-map-controls.wpsl-street-view-exists{right:48px}#wpsl-map-controls .wpsl-direction-preloader{margin:5px 5px 0}#wpsl-map-controls div{float:left;background:#fff;border-radius:2px}#wpsl-wrap [class*=" wpsl-icon-"],#wpsl-wrap [class^=wpsl-icon-]{position:relative;float:left;padding:7px 9px 7px 8px;display:inline-block;font-family:wpsl-fontello;font-style:normal;font-weight:400;font-size:1.3em;color:#737373;speak:none;text-decoration:inherit;text-align:center;font-variant:normal;text-transform:none;line-height:1em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#wpsl-map-controls span{font-family:inherit;font-size:inherit}#wpsl-wrap .wpsl-ie [class*=" wpsl-icon-"],#wpsl-wrap .wpsl-ie [class^=wpsl-icon-]{padding:9px 8px 4px}#wpsl-wrap.wpsl-mobile [class*=" wpsl-icon-"],#wpsl-wrap.wpsl-mobile [class^=wpsl-icon-]{padding:8px 10px}#wpsl-wrap .wpsl-icon-reset{border-radius:2px 0 0 2px;z-index:2;padding-left:9px;padding-right:4px}#wpsl-wrap .wpsl-icon-direction{z-index:1}#wpsl-map-controls.wpsl-reset-exists .wpsl-icon-direction{border-radius:0 2px 2px 0}#wpsl-wrap .wpsl-active-icon,#wpsl-wrap [class*=" wpsl-icon-"]:hover,#wpsl-wrap [class^=wpsl-icon-]:hover{color:#000}#wpsl-wrap .wpsl-in-progress,#wpsl-wrap .wpsl-in-progress:hover{color:#c6c6c6}#wpsl-gmap #wpsl-reset-map{position:absolute;display:none;right:37px;top:37px;padding:6px 14px;background:#fff!important;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:2px;z-index:3}.gm-style-cc{word-wrap:normal}#wpsl-search-wrap .wpsl-input,#wpsl-search-wrap .wpsl-select-wrap{display:table}#wpsl-search-btn,#wpsl-search-wrap #wpsl-radius,#wpsl-search-wrap #wpsl-results,#wpsl-search-wrap .wpsl-input input,#wpsl-search-wrap .wpsl-input label{display:table-cell}#wpsl-search-wrap label{margin-bottom:0}#wpsl-search-input{width:179px;height:auto;padding:7px 12px;font-size:100%;margin:0}#wpsl-search-btn,#wpsl-search-wrap input{border:1px solid #d2d2d2;border-radius:3px}#wpsl-search-btn{padding:7px 10px;line-height:1.428571429;font-weight:400;color:#7c7c7c;background-color:#e6e6e6;background-repeat:repeat-x;background-image:-moz-linear-gradient(top,#f4f4f4,#e6e6e6);background-image:-ms-linear-gradient(top,#f4f4f4,#e6e6e6);background-image:-webkit-linear-gradient(top,#f4f4f4,#e6e6e6);background-image:-o-linear-gradient(top,#f4f4f4,#e6e6e6);background-image:linear-gradient(top,#f4f4f4,#e6e6e6);box-shadow:0 1px 2px rgba(64,64,64,.1);text-transform:none!important}#wpsl-search-input.wpsl-error{border:1px solid #bd0028!important}.wpsl-search{margin-bottom:12px;padding:12px 12px 0;background:#f4f3f3}.wpsl-search.wpsl-checkboxes-enabled{padding:12px}.wpsl-back{display:inline-block}#wpsl-result-list{width:33%;margin-right:.5%}.wpsl-store-below #wpsl-result-list{width:100%;margin:12px 0 0}#wpsl-direction-details,#wpsl-stores{height:350px;overflow-y:auto}#wpsl-direction-details,.wpsl-hide{display:none}#wpsl-result-list p{padding-left:10px}.wpsl-store-below #wpsl-result-list p{padding-left:0}.wpsl-direction-before{margin:14px 0 21px;padding-left:10px}.wpsl-store-below .wpsl-direction-before{padding-left:0}.wpsl-direction-before div{margin-top:10px}#wpsl-wrap #wpsl-result-list li{padding:10px;border-bottom:1px dotted #ccc;margin-left:0;overflow:hidden;list-style:none!important;text-indent:0}#wpsl-wrap #wpsl-result-list li li{padding:0;border-bottom:0;margin-left:14px;overflow:visible}#wpsl-wrap #wpsl-result-list ul li{list-style:none!important}#wpsl-wrap #wpsl-result-list ol li{list-style:decimal!important}#wpsl-wrap.wpsl-store-below #wpsl-result-list li{padding:10px 10px 10px 0}#wpsl-result-list li p{padding-left:0;margin:0 0 20px}.wpsl-store-details.wpsl-store-listing{position:relative;padding-right:20px}.wpsl-store-details.wpsl-store-listing.wpsl-active-details:before,.wpsl-store-details.wpsl-store-listing:before{position:absolute;content:'';bottom:6px;right:0;border-top:5px solid #000;border-left:6px solid transparent;border-right:6px solid transparent}.wpsl-store-details.wpsl-store-listing.wpsl-active-details:before{border-bottom:5px solid #000;border-top:none;border-left:6px solid transparent;border-right:6px solid transparent}#wpsl-stores .wpsl-store-thumb{float:right;border-radius:3px;margin:7px 0 0 10px;padding:0;border:none}.wpsl-direction-index{float:left;width:8%;margin:0 5% 0 0}.wpsl-direction-txt{float:left;width:62%}.wpsl-direction-distance{float:left;width:20%;margin:0 0 0 5%}.wpsl-direction-txt span{display:block;margin-top:10px}.wpsl-country,.wpsl-street{display:block;border-bottom:none!important}.wpsl-directions{display:table;border-bottom:none!important}#wpsl-wrap #wpsl-result-list li.wpsl-preloader{position:relative;border-bottom:none;padding:10px 10px 10px 35px}.wpsl-preloader img{position:absolute;left:10px;top:50%;margin-top:-8px;box-shadow:none!important;border:none!important}.wpsl-preloader span{float:left;margin:-5px 0 0 11px}#wpsl-search-btn,#wpsl-search-wrap div{margin-right:10px;float:left}#wpsl-search-wrap .wpsl-select-wrap{position:relative;z-index:2;margin-right:0}#wpsl-search-wrap .wpsl-input-field{position:relative}#wpsl-radius,#wpsl-results{float:left;margin-right:15px;display:inline}#wpsl-category{z-index:1;clear:both}#wpsl-search-wrap .wpsl-dropdown div{position:absolute;float:none;margin:-1px 0 0;top:100%;left:-1px;right:-1px;border:1px solid #ccc;background:#fff;border-top:1px solid #eee;border-radius:0 0 3px 3px;opacity:0;overflow:hidden;-webkit-transition:all 150ms ease-in-out;-moz-transition:all 150ms ease-in-out;-ms-transition:all 150ms ease-in-out;transition:all 150ms ease-in-out}#wpsl-search-wrap .wpsl-dropdown.wpsl-active div{opacity:1}#wpsl-search-wrap .wpsl-input label{margin-right:0}#wpsl-radius{margin-right:10px}#wpsl-search select,#wpsl-search-wrap select,.wpsl-direction-details{display:none}#wpsl-search-wrap div label{float:left;margin-right:10px;line-height:32px}#wpsl-results label{width:auto}#wpsl-result-list ul{list-style:none;margin:0;padding:0}#wpsl-gmap .wpsl-info-window,.wpsl-gmap-canvas .wpsl-info-window{max-width:225px}.wpsl-info-window span,.wpsl-more-info-listings span{display:block}.wpsl-info-window .wpsl-no-margin{margin:0}.wpsl-more-info-listings{display:none}.wpsl-info-window span span{display:inline!important}#wpsl-wrap .wpsl-info-window p{margin:0 0 10px}.wpsl-store-hours{margin-top:10px}.wpsl-store-hours strong{display:block}#wpsl-gmap .wpsl-info-actions{display:block;margin:10px 0!important}.wpsl-info-actions a{float:left;margin-right:7px}.wpsl-info-actions .wpsl-zoom-here{margin-right:0}.wpsl-dropdown{position:relative;width:90px;border:1px solid #ccc;background:#fff;border-radius:3px;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin-right:0!important;z-index:2}#wpsl-results .wpsl-dropdown{width:70px}.wpsl-dropdown ul{position:absolute;left:0;width:100%;height:100%;padding:0!important;margin:0!important;list-style:none;overflow:hidden}.wpsl-dropdown:hover{box-shadow:0 0 5px rgba(0,0,0,.15)}.wpsl-dropdown .wpsl-selected-item,.wpsl-dropdown li{position:relative;display:block;line-height:normal;color:#000;overflow:hidden}#wpsl-radius .wpsl-dropdown .wpsl-selected-item,#wpsl-radius .wpsl-dropdown li,#wpsl-results .wpsl-dropdown .wpsl-selected-item,#wpsl-results .wpsl-dropdown li{white-space:nowrap}.wpsl-selected-item:after{position:absolute;content:"";right:12px;top:50%;margin-top:-4px;border:6px solid transparent;border-top:8px solid #000}.wpsl-active .wpsl-selected-item:after{margin-top:-10px;border:6px solid transparent;border-bottom:8px solid #000}.wpsl-dropdown li:hover{background:#f8f9f8;position:relative;z-index:3;color:#000}.wpsl-dropdown .wpsl-selected-item,.wpsl-dropdown li,.wpsl-selected-item{list-style:none;padding:9px 12px!important;margin:0!important}.wpsl-selected-dropdown{font-weight:700}.wpsl-clearfix:after,.wpsl-clearfix:before{content:" ";display:table}#wpsl-wrap .wpsl-selected-item{position:static;padding-right:35px!important}#wpsl-category,.wpsl-input,.wpsl-select-wrap{position:relative;margin-bottom:10px}#wpsl-search-wrap .wpsl-scroll-required div{overflow-y:scroll}.wpsl-scroll-required ul{overflow:visible}.wpsl-provided-by{float:right;padding:5px 0;text-align:right;font-size:12px;width:100%}#wpsl-wrap .wpsl-results-only label{width:auto}.wpsl-contact-details,.wpsl-location-address,.wpsl-locations-details{margin-bottom:15px}table.wpsl-opening-hours td{vertical-align:top;padding:0 15px 0 0;text-align:left}table.wpsl-opening-hours time{display:block}table.wpsl-opening-hours{width:auto!important;font-size:100%!important}table.wpsl-opening-hours,table.wpsl-opening-hours td{border:none!important}.wpsl-gmap-canvas .wpsl-infobox{min-width:155px;max-width:350px!important;padding:10px;border-radius:4px;font-size:13px;font-weight:300;border:1px solid #ccc;background:#fff!important}.wpsl-gmap-canvas .wpsl-infobox:after,.wpsl-gmap-canvas .wpsl-infobox:before{position:absolute;content:"";left:40px;bottom:-11px}.wpsl-gmap-canvas .wpsl-infobox:after{border-left:11px solid transparent;border-right:11px solid transparent;border-top:11px solid #fff}.wpsl-gmap-canvas .wpsl-infobox:before{border-left:13px solid transparent;border-right:13px solid transparent;border-top:13px solid #ccc;bottom:-13px;left:38px}#wpsl-checkbox-filter,.wpsl-custom-checkboxes{display:block;float:left;margin:5px 0 15px;padding:0;width:100%}#wpsl-checkbox-filter li,.wpsl-custom-checkboxes li{float:left;list-style:none;margin:0 1% 0 0}#wpsl-checkbox-filter.wpsl-checkbox-1-columns li,.wpsl-custom-checkboxes.wpsl-checkbox-1-columns li{width:99%}#wpsl-checkbox-filter.wpsl-checkbox-2-columns li,.wpsl-custom-checkboxes.wpsl-checkbox-2-columns li{width:49%}#wpsl-checkbox-filter.wpsl-checkbox-3-columns li,.wpsl-custom-checkboxes.wpsl-checkbox-3-columns li{width:32%}#wpsl-checkbox-filter.wpsl-checkbox-4-columns li,.wpsl-custom-checkboxes.wpsl-checkbox-4-columns li{width:24%}#wpsl-checkbox-filter input,.wpsl-custom-checkboxes input{margin-right:5px}#wpsl-result-list .wpsl-contact-details span{display:block!important}@media (max-width:825px){#wpsl-search-input{width:348px}.wpsl-results-only #wpsl-search-wrap .wpsl-dropdown{width:70px}#wpsl-search-wrap .wpsl-input{width:100%;margin-bottom:10px}#wpsl-category label,#wpsl-radius label,.wpsl-cat-results-filter #wpsl-search-wrap .wpsl-input,.wpsl-input label,.wpsl-no-filters #wpsl-search-wrap .wpsl-input,.wpsl-results-only #wpsl-search-wrap .wpsl-input{width:auto}}@media (max-width:720px){#wpsl-search-wrap .wpsl-dropdown{width:114px}}@media (max-width:675px){#wpsl-search-wrap #wpsl-search-btn{float:left;margin:0 5px 0 0}.wpsl-dropdown,.wpsl-results-only #wpsl-search-wrap .wpsl-input{width:100%}.wpsl-search{padding:2%}#wpsl-result-list p,#wpsl-wrap #wpsl-result-list li,.wpsl-direction-before{padding-left:0}.wpsl-input{margin-right:0}#wpsl-gmap,#wpsl-result-list{float:none;width:100%}#wpsl-gmap{margin-bottom:15px;margin-top:10px}#wpsl-result-list,.wpsl-cat-results-filter .wpsl-select-wrap,.wpsl-filter .wpsl-select-wrap{margin-bottom:10px}#wpsl-wrap #wpsl-result-list li.wpsl-preloader{padding-left:25px}.wpsl-preloader img{left:0}#wpsl-stores.wpsl-not-loaded{height:25px}#wpsl-reset-map{top:25px}#wpsl-category,#wpsl-search-btn,.wpsl-input,.wpsl-no-filters #wpsl-search-wrap .wpsl-input,.wpsl-select-wrap{margin-bottom:0}#wpsl-stores.wpsl-no-autoload{height:auto!important}#wpsl-checkbox-filter.wpsl-checkbox-3-columns li,#wpsl-checkbox-filter.wpsl-checkbox-4-columns li{width:49%}}@media (max-width:570px){#wpsl-search-wrap #wpsl-search-btn{margin-bottom:5px}.wpsl-search{padding:4%}#wpsl-search-input{width:98%!important}.wpsl-cat-results-filter #wpsl-search-input,.wpsl-cat-results-filter #wpsl-search-wrap .wpsl-input,.wpsl-no-results #wpsl-search-input,.wpsl-results-only #wpsl-search-input{width:100%!important}.wpsl-search-btn-wrap{margin-top:15px;clear:both}.wpsl-checkboxes-enabled .wpsl-search-btn-wrap{margin-top:0}#wpsl-search-btn,#wpsl-search-wrap div{margin-right:0}#wpsl-search-wrap div label{display:block;width:100%}.wpsl-select-wrap{width:100%}#wpsl-radius,#wpsl-results{width:50%}#wpsl-radius{margin-right:4%}#wpsl-search-wrap .wpsl-dropdown{width:96%!important}.wpsl-no-filters #wpsl-search-input,.wpsl-no-filters #wpsl-search-wrap .wpsl-input{width:100%!important}}@media (max-width:420px){#wpsl-checkbox-filter li{margin:0}#wpsl-checkbox-filter.wpsl-checkbox-1-columns li,#wpsl-checkbox-filter.wpsl-checkbox-2-columns li,#wpsl-checkbox-filter.wpsl-checkbox-3-columns li,#wpsl-checkbox-filter.wpsl-checkbox-4-columns li{width:100%}}
1
+ #wpsl-wrap,.wpsl-gmap-canvas{margin-bottom:20px;width:100%}#wpsl-result-list a,#wpsl-wrap [class*=" wpsl-icon-"]:focus,#wpsl-wrap [class^=wpsl-icon-]:active{outline:0}#wpsl-map-controls div:hover,#wpsl-reset-map:hover,#wpsl-search-btn:hover,.wpsl-dropdown{cursor:pointer}#wpsl-wrap,.wpsl-clearfix:after,.wpsl-contact-details{clear:both}@font-face{font-family:wpsl-fontello;src:url(../font/fontello.eot?28897909);src:url(../font/fontello.eot?28897909#iefix) format('embedded-opentype'),url(../font/fontello.woff?28897909) format('woff'),url(../font/fontello.ttf?28897909) format('truetype'),url(../font/fontello.svg?28897909#fontello) format('svg');font-weight:400;font-style:normal}#wpsl-gmap{float:right;width:66.5%;height:350px;margin-bottom:0}.wpsl-store-below #wpsl-gmap{float:none;width:100%}.wpsl-gmap-canvas{height:300px}.gm-style-mtc,.gmnoprint{z-index:9999!important}#wpsl-gmap div:not[class^=gv-iv],#wpsl-gmap img,.wpsl-gmap-canvas div:not[class^=gv-iv],.wpsl-gmap-canvas img{box-shadow:none!important;max-width:none!important;background:0 0}#wpsl-gmap img,.wpsl-gmap-canvas img{display:inline!important;opacity:1!important;max-height:none!important}#wpsl-gmap *{box-sizing:content-box!important;-webkit-box-sizing:content-box!important;-moz-box-sizing:content-box!important}#wpsl-gmap div.gm-iv-marker,.wpsl-gmap-canvas div.gm-iv-marker{backgroud-image:inherit}#wpsl-wrap{position:relative;overflow:hidden}#wpsl-search-wrap{float:left;width:100%}#wpsl-search-wrap form{margin:0;padding:0;border:none;outline:0}#wpsl-gmap #wpsl-map-controls{position:absolute;height:28px;right:10px;bottom:24px;border-radius:2px;z-index:3;font-size:11px;white-space:nowrap;overflow:hidden}#wpsl-gmap #wpsl-map-controls.wpsl-street-view-exists{right:48px}#wpsl-map-controls .wpsl-direction-preloader{margin:5px 5px 0}#wpsl-map-controls div{float:left;background:#fff;border-radius:2px}#wpsl-wrap [class*=" wpsl-icon-"],#wpsl-wrap [class^=wpsl-icon-]{position:relative;float:left;padding:7px 9px 7px 8px;display:inline-block;font-family:wpsl-fontello;font-style:normal;font-weight:400;font-size:1.3em;color:#737373;speak:none;text-decoration:inherit;text-align:center;font-variant:normal;text-transform:none;line-height:1em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#wpsl-map-controls span{font-family:inherit;font-size:inherit}#wpsl-wrap .wpsl-ie [class*=" wpsl-icon-"],#wpsl-wrap .wpsl-ie [class^=wpsl-icon-]{padding:9px 8px 4px}#wpsl-wrap.wpsl-mobile [class*=" wpsl-icon-"],#wpsl-wrap.wpsl-mobile [class^=wpsl-icon-]{padding:8px 10px}#wpsl-wrap .wpsl-icon-reset{border-radius:2px 0 0 2px;z-index:2;padding-left:9px;padding-right:4px}#wpsl-wrap .wpsl-icon-direction{z-index:1}#wpsl-map-controls.wpsl-reset-exists .wpsl-icon-direction{border-radius:0 2px 2px 0}#wpsl-wrap .wpsl-active-icon,#wpsl-wrap [class*=" wpsl-icon-"]:hover,#wpsl-wrap [class^=wpsl-icon-]:hover{color:#000}#wpsl-wrap .wpsl-in-progress,#wpsl-wrap .wpsl-in-progress:hover{color:#c6c6c6}#wpsl-gmap #wpsl-reset-map{position:absolute;display:none;right:37px;top:37px;padding:6px 14px;background:#fff!important;border:1px solid rgba(0,0,0,.15);border-radius:2px;z-index:3}.gm-style-cc{word-wrap:normal}#wpsl-search-wrap .wpsl-input,#wpsl-search-wrap .wpsl-select-wrap{display:table}#wpsl-search-btn,#wpsl-search-wrap #wpsl-radius,#wpsl-search-wrap #wpsl-results,#wpsl-search-wrap .wpsl-input input,#wpsl-search-wrap .wpsl-input label{display:table-cell}#wpsl-search-wrap label{margin-bottom:0}#wpsl-search-input{width:179px;height:auto;padding:7px 12px;font-size:100%;margin:0}#wpsl-search-btn,#wpsl-search-wrap input{border:1px solid #d2d2d2;border-radius:3px}#wpsl-search-btn{padding:7px 10px;line-height:1.428571429;font-weight:400;color:#7c7c7c;background-color:#e6e6e6;background-repeat:repeat-x;background-image:-moz-linear-gradient(top,#f4f4f4,#e6e6e6);background-image:-ms-linear-gradient(top,#f4f4f4,#e6e6e6);background-image:-webkit-linear-gradient(top,#f4f4f4,#e6e6e6);background-image:-o-linear-gradient(top,#f4f4f4,#e6e6e6);background-image:linear-gradient(top,#f4f4f4,#e6e6e6);box-shadow:0 1px 2px rgba(64,64,64,.1);text-transform:none!important}#wpsl-search-input.wpsl-error{border:1px solid #bd0028!important}.wpsl-search{margin-bottom:12px;padding:12px 12px 0;background:#f4f3f3}.wpsl-search.wpsl-checkboxes-enabled{padding:12px}.wpsl-back{display:inline-block}#wpsl-result-list{width:33%;margin-right:.5%}.wpsl-store-below #wpsl-result-list{width:100%;margin:12px 0 0}#wpsl-direction-details,#wpsl-stores{height:350px;overflow-y:auto}#wpsl-direction-details,.wpsl-hide{display:none}#wpsl-result-list p{padding-left:10px}.wpsl-store-below #wpsl-result-list p{padding-left:0}.wpsl-direction-before{margin:14px 0 21px;padding-left:10px}.wpsl-store-below .wpsl-direction-before{padding-left:0}.wpsl-direction-before div{margin-top:10px}#wpsl-wrap #wpsl-result-list li{padding:10px;border-bottom:1px dotted #ccc;margin-left:0;overflow:hidden;list-style:none!important;text-indent:0}#wpsl-wrap #wpsl-result-list li li{padding:0;border-bottom:0;margin-left:14px;overflow:visible}#wpsl-wrap #wpsl-result-list ul li{list-style:none!important}#wpsl-wrap #wpsl-result-list ol li{list-style:decimal!important}#wpsl-wrap.wpsl-store-below #wpsl-result-list li{padding:10px 10px 10px 0}#wpsl-result-list li p{padding-left:0;margin:0 0 20px}.wpsl-store-details.wpsl-store-listing{position:relative;padding-right:20px}.wpsl-store-details.wpsl-store-listing.wpsl-active-details:before,.wpsl-store-details.wpsl-store-listing:before{position:absolute;content:'';bottom:6px;right:0;border-top:5px solid #000;border-left:6px solid transparent;border-right:6px solid transparent}.wpsl-store-details.wpsl-store-listing.wpsl-active-details:before{border-bottom:5px solid #000;border-top:none;border-left:6px solid transparent;border-right:6px solid transparent}#wpsl-stores .wpsl-store-thumb{float:right;border-radius:3px;margin:7px 0 0 10px;padding:0;border:none}.wpsl-direction-index{float:left;width:8%;margin:0 5% 0 0}.wpsl-direction-txt{float:left;width:62%}.wpsl-direction-distance{float:left;width:20%;margin:0 0 0 5%}.wpsl-direction-txt span{display:block;margin-top:10px}.wpsl-country,.wpsl-street{display:block;border-bottom:none!important}.wpsl-directions{display:table;border-bottom:none!important}#wpsl-wrap #wpsl-result-list li.wpsl-preloader{position:relative;border-bottom:none;padding:10px 10px 10px 35px}.wpsl-preloader img{position:absolute;left:10px;top:50%;margin-top:-8px;box-shadow:none!important;border:none!important}.wpsl-preloader span{float:left;margin:-5px 0 0 11px}#wpsl-search-btn,#wpsl-search-wrap div{margin-right:10px;float:left}#wpsl-search-wrap .wpsl-select-wrap{position:relative;z-index:2;margin-right:0}#wpsl-search-wrap .wpsl-input-field{position:relative}#wpsl-radius,#wpsl-results{float:left;margin-right:15px;display:inline}#wpsl-category{z-index:1;clear:both}#wpsl-search-wrap .wpsl-dropdown div{position:absolute;float:none;margin:-1px 0 0;top:100%;left:-1px;right:-1px;border:1px solid #ccc;background:#fff;border-top:1px solid #eee;border-radius:0 0 3px 3px;opacity:0;overflow:hidden;-webkit-transition:all 150ms ease-in-out;-moz-transition:all 150ms ease-in-out;-ms-transition:all 150ms ease-in-out;transition:all 150ms ease-in-out}#wpsl-search-wrap .wpsl-dropdown.wpsl-active div{opacity:1}#wpsl-search-wrap .wpsl-input label{margin-right:0}#wpsl-radius{margin-right:10px}#wpsl-search select,#wpsl-search-wrap select,.wpsl-direction-details{display:none}#wpsl-search-wrap div label{float:left;margin-right:10px;line-height:32px}#wpsl-results label{width:auto}#wpsl-result-list ul{list-style:none;margin:0;padding:0}#wpsl-gmap .wpsl-info-window,.wpsl-gmap-canvas .wpsl-info-window{max-width:225px}.wpsl-info-window span,.wpsl-more-info-listings span{display:block}.wpsl-info-window .wpsl-no-margin{margin:0}.wpsl-more-info-listings{display:none}.wpsl-info-window span span{display:inline!important}#wpsl-wrap .wpsl-info-window p{margin:0 0 10px}.wpsl-store-hours{margin-top:10px}.wpsl-store-hours strong{display:block}#wpsl-gmap .wpsl-info-actions{display:block;margin:10px 0!important}.wpsl-info-actions a{float:left;margin-right:7px}.wpsl-info-actions .wpsl-zoom-here{margin-right:0}.wpsl-dropdown{position:relative;width:90px;border:1px solid #ccc;background:#fff;border-radius:3px;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin-right:0!important;z-index:2}#wpsl-results .wpsl-dropdown{width:70px}.wpsl-dropdown ul{position:absolute;left:0;width:100%;height:100%;padding:0!important;margin:0!important;list-style:none;overflow:hidden}.wpsl-dropdown:hover{box-shadow:0 0 5px rgba(0,0,0,.15)}.wpsl-dropdown .wpsl-selected-item,.wpsl-dropdown li{position:relative;display:block;line-height:normal;color:#000;overflow:hidden}#wpsl-radius .wpsl-dropdown .wpsl-selected-item,#wpsl-radius .wpsl-dropdown li,#wpsl-results .wpsl-dropdown .wpsl-selected-item,#wpsl-results .wpsl-dropdown li{white-space:nowrap}.wpsl-selected-item:after{position:absolute;content:"";right:12px;top:50%;margin-top:-4px;border:6px solid transparent;border-top:8px solid #000}.wpsl-active .wpsl-selected-item:after{margin-top:-10px;border:6px solid transparent;border-bottom:8px solid #000}.wpsl-dropdown li:hover{background:#f8f9f8;position:relative;z-index:3;color:#000}.wpsl-dropdown .wpsl-selected-item,.wpsl-dropdown li,.wpsl-selected-item{list-style:none;padding:9px 12px!important;margin:0!important}.wpsl-selected-dropdown{font-weight:700}.wpsl-clearfix:after,.wpsl-clearfix:before{content:" ";display:table}#wpsl-wrap .wpsl-selected-item{position:static;padding-right:35px!important}#wpsl-category,.wpsl-input,.wpsl-select-wrap{position:relative;margin-bottom:10px}#wpsl-search-wrap .wpsl-scroll-required div{overflow-y:scroll}.wpsl-scroll-required ul{overflow:visible}.wpsl-provided-by{float:right;padding:5px 0;text-align:right;font-size:12px;width:100%}#wpsl-wrap .wpsl-results-only label{width:auto}.wpsl-contact-details,.wpsl-location-address,.wpsl-locations-details{margin-bottom:15px}table.wpsl-opening-hours td{vertical-align:top;padding:0 15px 0 0;text-align:left}table.wpsl-opening-hours time{display:block}table.wpsl-opening-hours{width:auto!important;font-size:100%!important}table.wpsl-opening-hours,table.wpsl-opening-hours td{border:none!important}.wpsl-gmap-canvas .wpsl-infobox{min-width:155px;max-width:350px!important;padding:10px;border-radius:4px;font-size:13px;font-weight:300;border:1px solid #ccc;background:#fff!important}.wpsl-gmap-canvas .wpsl-infobox:after,.wpsl-gmap-canvas .wpsl-infobox:before{position:absolute;content:"";left:40px;bottom:-11px}.wpsl-gmap-canvas .wpsl-infobox:after{border-left:11px solid transparent;border-right:11px solid transparent;border-top:11px solid #fff}.wpsl-gmap-canvas .wpsl-infobox:before{border-left:13px solid transparent;border-right:13px solid transparent;border-top:13px solid #ccc;bottom:-13px;left:38px}#wpsl-checkbox-filter,.wpsl-custom-checkboxes{display:block;float:left;margin:5px 0 15px;padding:0;width:100%}#wpsl-checkbox-filter li,.wpsl-custom-checkboxes li{float:left;list-style:none;margin:0 1% 0 0}#wpsl-checkbox-filter.wpsl-checkbox-1-columns li,.wpsl-custom-checkboxes.wpsl-checkbox-1-columns li{width:99%}#wpsl-checkbox-filter.wpsl-checkbox-2-columns li,.wpsl-custom-checkboxes.wpsl-checkbox-2-columns li{width:49%}#wpsl-checkbox-filter.wpsl-checkbox-3-columns li,.wpsl-custom-checkboxes.wpsl-checkbox-3-columns li{width:32%}#wpsl-checkbox-filter.wpsl-checkbox-4-columns li,.wpsl-custom-checkboxes.wpsl-checkbox-4-columns li{width:24%}#wpsl-checkbox-filter input,.wpsl-custom-checkboxes input{margin-right:5px}#wpsl-result-list .wpsl-contact-details span{display:block!important}#wpsl-search-wrap .select2{display:none!important}@media (max-width:825px){#wpsl-search-input{width:348px}.wpsl-results-only #wpsl-search-wrap .wpsl-dropdown{width:70px}#wpsl-search-wrap .wpsl-input{width:100%;margin-bottom:10px}#wpsl-category label,#wpsl-radius label,.wpsl-cat-results-filter #wpsl-search-wrap .wpsl-input,.wpsl-input label,.wpsl-no-filters #wpsl-search-wrap .wpsl-input,.wpsl-results-only #wpsl-search-wrap .wpsl-input{width:auto}}@media (max-width:720px){#wpsl-search-wrap .wpsl-dropdown{width:114px}}@media (max-width:675px){#wpsl-search-wrap #wpsl-search-btn{float:left;margin:0 5px 0 0}.wpsl-dropdown,.wpsl-results-only #wpsl-search-wrap .wpsl-input{width:100%}.wpsl-search{padding:2%}#wpsl-result-list p,#wpsl-wrap #wpsl-result-list li,.wpsl-direction-before{padding-left:0}.wpsl-input{margin-right:0}#wpsl-gmap,#wpsl-result-list{float:none;width:100%}#wpsl-gmap{margin-bottom:15px;margin-top:10px}#wpsl-result-list,.wpsl-cat-results-filter .wpsl-select-wrap,.wpsl-filter .wpsl-select-wrap{margin-bottom:10px}#wpsl-wrap #wpsl-result-list li.wpsl-preloader{padding-left:25px}.wpsl-preloader img{left:0}#wpsl-stores.wpsl-not-loaded{height:25px}#wpsl-reset-map{top:25px}#wpsl-category,#wpsl-search-btn,.wpsl-input,.wpsl-no-filters #wpsl-search-wrap .wpsl-input,.wpsl-select-wrap{margin-bottom:0}#wpsl-stores.wpsl-no-autoload{height:auto!important}#wpsl-checkbox-filter.wpsl-checkbox-3-columns li,#wpsl-checkbox-filter.wpsl-checkbox-4-columns li{width:49%}}@media (max-width:570px){#wpsl-search-wrap #wpsl-search-btn{margin-bottom:5px}.wpsl-search{padding:4%}#wpsl-search-input{width:98%!important}.wpsl-cat-results-filter #wpsl-search-input,.wpsl-cat-results-filter #wpsl-search-wrap .wpsl-input,.wpsl-no-results #wpsl-search-input,.wpsl-results-only #wpsl-search-input{width:100%!important}.wpsl-search-btn-wrap{margin-top:15px;clear:both}.wpsl-checkboxes-enabled .wpsl-search-btn-wrap{margin-top:0}#wpsl-search-btn,#wpsl-search-wrap div{margin-right:0}#wpsl-search-wrap div label{display:block;width:100%}.wpsl-select-wrap{width:100%}#wpsl-radius,#wpsl-results{width:50%}#wpsl-radius{margin-right:4%}#wpsl-search-wrap .wpsl-dropdown{width:96%!important}.wpsl-no-filters #wpsl-search-input,.wpsl-no-filters #wpsl-search-wrap .wpsl-input{width:100%!important}}@media (max-width:420px){#wpsl-checkbox-filter li{margin:0}#wpsl-checkbox-filter.wpsl-checkbox-1-columns li,#wpsl-checkbox-filter.wpsl-checkbox-2-columns li,#wpsl-checkbox-filter.wpsl-checkbox-3-columns li,#wpsl-checkbox-filter.wpsl-checkbox-4-columns li{width:100%}}
frontend/class-frontend.php CHANGED
@@ -58,10 +58,10 @@ if ( !class_exists( 'WPSL_Frontend' ) ) {
58
 
59
  add_filter( 'the_content', array( $this, 'cpt_template' ) );
60
 
61
- add_shortcode( 'wpsl', array( $this, 'show_store_locator' ) );
62
- add_shortcode( 'wpsl_address', array( $this, 'show_store_address' ) );
63
- add_shortcode( 'wpsl_hours', array( $this, 'show_opening_hours' ) );
64
- add_shortcode( 'wpsl_map', array( $this, 'show_store_map' ) );
65
  }
66
 
67
  /**
@@ -584,7 +584,9 @@ if ( !class_exists( 'WPSL_Frontend' ) ) {
584
 
585
  global $wpsl_settings, $post;
586
 
587
- if ( isset( $post->post_type ) && $post->post_type == 'wpsl_stores' && is_single() && in_the_loop() ) {
 
 
588
  array_push( $this->load_scripts, 'wpsl_base' );
589
 
590
  $content .= '[wpsl_map]';
@@ -707,18 +709,20 @@ if ( !class_exists( 'WPSL_Frontend' ) ) {
707
  global $post, $wpsl_settings, $wpsl;
708
 
709
  $atts = wpsl_bool_check( shortcode_atts( apply_filters( 'wpsl_address_shortcode_defaults', array(
710
- 'id' => '',
711
- 'name' => true,
712
- 'address' => true,
713
- 'address2' => true,
714
- 'city' => true,
715
- 'state' => true,
716
- 'zip' => true,
717
- 'country' => true,
718
- 'phone' => true,
719
- 'fax' => true,
720
- 'email' => true,
721
- 'url' => true
 
 
722
  ) ), $atts ) );
723
 
724
  if ( get_post_type() == 'wpsl_stores' ) {
@@ -732,76 +736,94 @@ if ( !class_exists( 'WPSL_Frontend' ) ) {
732
  } else if ( empty( $atts['id'] ) ) {
733
  return __( 'If you use the [wpsl_address] shortcode outside a store page you need to set the ID attribute.', 'wpsl' );
734
  }
735
-
736
  $content = '<div class="wpsl-locations-details">';
737
-
738
- if ( $atts['name'] && $store_name = get_the_title( $atts['id'] ) ) {
739
- $content .= '<span><strong>' . esc_html( $store_name ) . '</strong></span>';
740
  }
741
-
742
  $content .= '<div class="wpsl-location-address">';
743
-
744
- if ( $atts['address'] && $store_address = get_post_meta( $atts['id'], 'wpsl_address', true ) ) {
745
- $content .= '<span>' . esc_html( $store_address ) . '</span><br/>';
746
  }
747
-
748
- if ( $atts['address2'] && $store_address2 = get_post_meta( $atts['id'], 'wpsl_address2', true ) ) {
749
- $content .= '<span>' . esc_html( $store_address2 ) . '</span><br/>';
750
  }
751
-
752
  $address_format = explode( '_', $wpsl_settings['address_format'] );
753
  $count = count( $address_format );
754
  $i = 1;
755
 
756
  // Loop over the address parts to make sure they are shown in the right order.
757
  foreach ( $address_format as $address_part ) {
758
-
759
  // Make sure the shortcode attribute is set to true for the $address_part, and it's not the 'comma' part.
760
  if ( $address_part != 'comma' && $atts[$address_part] ) {
761
  $post_meta = get_post_meta( $atts['id'], 'wpsl_' . $address_part, true );
762
 
763
  if ( $post_meta ) {
764
 
765
- /*
766
- * Check if the next part of the address is set to 'comma'.
767
- * If so add the, after the current address part, otherwise just show a space
768
  */
769
  if ( isset( $address_format[$i] ) && ( $address_format[$i] == 'comma' ) ) {
770
- $punctuation = ', ';
771
  } else {
772
- $punctuation = ' ';
773
  }
774
-
775
  // If we have reached the last item add a <br /> behind it.
776
  $br = ( $count == $i ) ? '<br />' : '';
777
-
778
- $content .= '<span>' . esc_html( $post_meta ) . $punctuation . '</span>' . $br;
779
  }
780
  }
781
-
782
  $i++;
783
  }
784
-
785
- if ( $atts['country'] && $store_country = get_post_meta( $atts['id'], 'wpsl_country', true ) ) {
786
- $content .= '<span>' . esc_html( $store_country ) . '</span>';
787
  }
788
-
789
  $content .= '</div>';
790
-
791
  // If either the phone, fax, email or url is set to true, then add the wrap div for the contact details.
792
  if ( $atts['phone'] || $atts['fax'] || $atts['email'] || $atts['url'] ) {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
793
  $content .= '<div class="wpsl-contact-details">';
794
 
795
- if ( $atts['phone'] && $store_phone = get_post_meta( $atts['id'], 'wpsl_phone', true ) ) {
796
- $content .= esc_html( $wpsl->i18n->get_translation( 'phone_label', __( 'Phone', 'wpsl' ) ) ) . ': <span>' . esc_html( $store_phone ) . '</span><br/>';
797
  }
798
 
799
- if ( $atts['fax'] && $store_fax = get_post_meta( $atts['id'], 'wpsl_fax', true ) ) {
800
- $content .= esc_html( $wpsl->i18n->get_translation( 'fax_label', __( 'Fax', 'wpsl' ) ) ) . ': <span>' . esc_html( $store_fax ) . '</span><br/>';
801
  }
802
 
803
- if ( $atts['email'] && $store_email = get_post_meta( $atts['id'], 'wpsl_email', true ) ) {
804
- $content .= esc_html( $wpsl->i18n->get_translation( 'email_label', __( 'Email', 'wpsl' ) ) ) . ': <span>' . sanitize_email( $store_email ) . '</span><br/>';
805
  }
806
 
807
  if ( $atts['url'] && $store_url = get_post_meta( $atts['id'], 'wpsl_url', true ) ) {
@@ -811,7 +833,25 @@ if ( !class_exists( 'WPSL_Frontend' ) ) {
811
 
812
  $content .= '</div>';
813
  }
814
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
815
  $content .= '</div>';
816
 
817
  return $content;
@@ -1677,28 +1717,29 @@ if ( !class_exists( 'WPSL_Frontend' ) ) {
1677
  );
1678
 
1679
  $locator_map_settings = array(
1680
- 'startMarker' => $this->create_retina_filename( $wpsl_settings['start_marker'] ),
1681
- 'markerClusters' => $wpsl_settings['marker_clusters'],
1682
- 'streetView' => $wpsl_settings['streetview'],
1683
- 'autoComplete' => $wpsl_settings['autocomplete'],
1684
- 'autoLocate' => $wpsl_settings['auto_locate'],
1685
- 'autoLoad' => $wpsl_settings['autoload'],
1686
- 'markerEffect' => $wpsl_settings['marker_effect'],
1687
- 'markerStreetView' => $wpsl_settings['marker_streetview'],
1688
- 'markerZoomTo' => $wpsl_settings['marker_zoom_to'],
1689
- 'newWindow' => $wpsl_settings['new_window'],
1690
- 'resetMap' => $wpsl_settings['reset_map'],
1691
- 'directionRedirect' => $wpsl_settings['direction_redirect'],
1692
- 'phoneUrl' => $wpsl_settings['phone_url'],
1693
- 'moreInfoLocation' => $wpsl_settings['more_info_location'],
1694
- 'mouseFocus' => $wpsl_settings['mouse_focus'],
1695
- 'templateId' => $wpsl_settings['template_id'],
1696
- 'maxResults' => $dropdown_defaults['max_results'],
1697
- 'searchRadius' => $dropdown_defaults['search_radius'],
1698
- 'distanceUnit' => wpsl_get_distance_unit(),
1699
- 'geoLocationTimout' => apply_filters( 'wpsl_geolocation_timeout', 7500 ),
1700
- 'ajaxurl' => wpsl_get_ajax_url(),
1701
- 'mapControls' => $this->get_map_controls()
 
1702
  );
1703
 
1704
  /*
58
 
59
  add_filter( 'the_content', array( $this, 'cpt_template' ) );
60
 
61
+ add_shortcode( 'wpsl', array( $this, 'show_store_locator' ) );
62
+ add_shortcode( 'wpsl_address', array( $this, 'show_store_address' ) );
63
+ add_shortcode( 'wpsl_hours', array( $this, 'show_opening_hours' ) );
64
+ add_shortcode( 'wpsl_map', array( $this, 'show_store_map' ) );
65
  }
66
 
67
  /**
584
 
585
  global $wpsl_settings, $post;
586
 
587
+ $skip_cpt_template = apply_filters( 'wpsl_skip_cpt_template', false );
588
+
589
+ if ( isset( $post->post_type ) && $post->post_type == 'wpsl_stores' && is_single() && in_the_loop() && !$skip_cpt_template ) {
590
  array_push( $this->load_scripts, 'wpsl_base' );
591
 
592
  $content .= '[wpsl_map]';
709
  global $post, $wpsl_settings, $wpsl;
710
 
711
  $atts = wpsl_bool_check( shortcode_atts( apply_filters( 'wpsl_address_shortcode_defaults', array(
712
+ 'id' => '',
713
+ 'name' => true,
714
+ 'address' => true,
715
+ 'address2' => true,
716
+ 'city' => true,
717
+ 'state' => true,
718
+ 'zip' => true,
719
+ 'country' => true,
720
+ 'phone' => true,
721
+ 'fax' => true,
722
+ 'email' => true,
723
+ 'url' => true,
724
+ 'directions' => false,
725
+ 'clickable_contact_details' => (bool) $wpsl_settings['clickable_contact_details']
726
  ) ), $atts ) );
727
 
728
  if ( get_post_type() == 'wpsl_stores' ) {
736
  } else if ( empty( $atts['id'] ) ) {
737
  return __( 'If you use the [wpsl_address] shortcode outside a store page you need to set the ID attribute.', 'wpsl' );
738
  }
739
+
740
  $content = '<div class="wpsl-locations-details">';
741
+
742
+ if ( $atts['name'] && $name = get_the_title( $atts['id'] ) ) {
743
+ $content .= '<span><strong>' . esc_html( $name ) . '</strong></span>';
744
  }
745
+
746
  $content .= '<div class="wpsl-location-address">';
747
+
748
+ if ( $atts['address'] && $address = get_post_meta( $atts['id'], 'wpsl_address', true ) ) {
749
+ $content .= '<span>' . esc_html( $address ) . '</span><br/>';
750
  }
751
+
752
+ if ( $atts['address2'] && $address2 = get_post_meta( $atts['id'], 'wpsl_address2', true ) ) {
753
+ $content .= '<span>' . esc_html( $address2 ) . '</span><br/>';
754
  }
755
+
756
  $address_format = explode( '_', $wpsl_settings['address_format'] );
757
  $count = count( $address_format );
758
  $i = 1;
759
 
760
  // Loop over the address parts to make sure they are shown in the right order.
761
  foreach ( $address_format as $address_part ) {
762
+
763
  // Make sure the shortcode attribute is set to true for the $address_part, and it's not the 'comma' part.
764
  if ( $address_part != 'comma' && $atts[$address_part] ) {
765
  $post_meta = get_post_meta( $atts['id'], 'wpsl_' . $address_part, true );
766
 
767
  if ( $post_meta ) {
768
 
769
+ /*
770
+ * Check if the next part of the address is set to 'comma'.
771
+ * If so add the, after the current address part, otherwise just show a space
772
  */
773
  if ( isset( $address_format[$i] ) && ( $address_format[$i] == 'comma' ) ) {
774
+ $punctuation = ', ';
775
  } else {
776
+ $punctuation = ' ';
777
  }
778
+
779
  // If we have reached the last item add a <br /> behind it.
780
  $br = ( $count == $i ) ? '<br />' : '';
781
+
782
+ $content .= '<span>' . esc_html( $post_meta ) . $punctuation . '</span>' . $br;
783
  }
784
  }
785
+
786
  $i++;
787
  }
788
+
789
+ if ( $atts['country'] && $country = get_post_meta( $atts['id'], 'wpsl_country', true ) ) {
790
+ $content .= '<span>' . esc_html( $country ) . '</span>';
791
  }
792
+
793
  $content .= '</div>';
794
+
795
  // If either the phone, fax, email or url is set to true, then add the wrap div for the contact details.
796
  if ( $atts['phone'] || $atts['fax'] || $atts['email'] || $atts['url'] ) {
797
+ $phone = get_post_meta( $atts['id'], 'wpsl_phone', true );
798
+ $fax = get_post_meta( $atts['id'], 'wpsl_fax', true );
799
+ $email = get_post_meta( $atts['id'], 'wpsl_email', true );
800
+
801
+ if ( $atts['clickable_contact_details'] ) {
802
+ $contact_details = array(
803
+ 'phone' => '<a href="tel:' . esc_attr( $phone ) . '">' . esc_html( $phone ) . '</a>',
804
+ 'fax' => '<a href="tel:' . esc_attr( $fax ) . '">' . esc_html( $fax ) . '</a>',
805
+ 'email' => '<a href="mailto:' . sanitize_email( $email ) . '">' . sanitize_email( $email ) . '</a>'
806
+ );
807
+ } else {
808
+ $contact_details = array(
809
+ 'phone' => esc_html( $phone ),
810
+ 'fax' => esc_html( $fax ),
811
+ 'email' => sanitize_email( $email )
812
+ );
813
+ }
814
+
815
  $content .= '<div class="wpsl-contact-details">';
816
 
817
+ if ( $atts['phone'] && $phone ) {
818
+ $content .= esc_html( $wpsl->i18n->get_translation( 'phone_label', __( 'Phone', 'wpsl' ) ) ) . ': <span>' . $contact_details['phone'] . '</span><br/>';
819
  }
820
 
821
+ if ( $atts['fax'] && $fax ) {
822
+ $content .= esc_html( $wpsl->i18n->get_translation( 'fax_label', __( 'Fax', 'wpsl' ) ) ) . ': <span>' . $contact_details['fax'] . '</span><br/>';
823
  }
824
 
825
+ if ( $atts['email'] && $email ) {
826
+ $content .= esc_html( $wpsl->i18n->get_translation( 'email_label', __( 'Email', 'wpsl' ) ) ) . ': <span>' . $contact_details['email'] . '</span><br/>';
827
  }
828
 
829
  if ( $atts['url'] && $store_url = get_post_meta( $atts['id'], 'wpsl_url', true ) ) {
833
 
834
  $content .= '</div>';
835
  }
836
+
837
+ if ( $atts['directions'] && $address ) {
838
+ if ( $wpsl_settings['new_window'] ) {
839
+ $new_window = ' target="_blank"';
840
+ } else {
841
+ $new_window = '';
842
+ }
843
+
844
+ $content .= '<div class="wpsl-location-directions">';
845
+
846
+ $city = get_post_meta( $atts['id'], 'wpsl_city', true );
847
+ $country = get_post_meta( $atts['id'], 'wpsl_country', true );
848
+ $destination = $address . ',' . $city . ',' . $country;
849
+ $direction_url = "https://maps.google.com/maps?saddr=&daddr=" . urlencode( $destination ) . "&travelmode=" . strtolower( $this->get_directions_travel_mode() );
850
+
851
+ $content .= '<p><a ' . $new_window . ' href="' . esc_url( $direction_url ) . '">' . __( 'Directions', 'wpsl' ) . '</a></p>';
852
+ $content .= '</div>';
853
+ }
854
+
855
  $content .= '</div>';
856
 
857
  return $content;
1717
  );
1718
 
1719
  $locator_map_settings = array(
1720
+ 'startMarker' => $this->create_retina_filename( $wpsl_settings['start_marker'] ),
1721
+ 'markerClusters' => $wpsl_settings['marker_clusters'],
1722
+ 'streetView' => $wpsl_settings['streetview'],
1723
+ 'autoComplete' => $wpsl_settings['autocomplete'],
1724
+ 'autoLocate' => $wpsl_settings['auto_locate'],
1725
+ 'autoLoad' => $wpsl_settings['autoload'],
1726
+ 'markerEffect' => $wpsl_settings['marker_effect'],
1727
+ 'markerStreetView' => $wpsl_settings['marker_streetview'],
1728
+ 'markerZoomTo' => $wpsl_settings['marker_zoom_to'],
1729
+ 'newWindow' => $wpsl_settings['new_window'],
1730
+ 'resetMap' => $wpsl_settings['reset_map'],
1731
+ 'directionRedirect' => $wpsl_settings['direction_redirect'],
1732
+ 'phoneUrl' => $wpsl_settings['phone_url'],
1733
+ 'clickableDetails' => $wpsl_settings['clickable_contact_details'],
1734
+ 'moreInfoLocation' => $wpsl_settings['more_info_location'],
1735
+ 'mouseFocus' => $wpsl_settings['mouse_focus'],
1736
+ 'templateId' => $wpsl_settings['template_id'],
1737
+ 'maxResults' => $dropdown_defaults['max_results'],
1738
+ 'searchRadius' => $dropdown_defaults['search_radius'],
1739
+ 'distanceUnit' => wpsl_get_distance_unit(),
1740
+ 'geoLocationTimeout' => apply_filters( 'wpsl_geolocation_timeout', 7500 ),
1741
+ 'ajaxurl' => wpsl_get_ajax_url(),
1742
+ 'mapControls' => $this->get_map_controls()
1743
  );
1744
 
1745
  /*
frontend/underscore-functions.php CHANGED
@@ -32,7 +32,7 @@ function wpsl_create_underscore_templates( $template ) {
32
  $info_window_template .= "\t\t" . '<span><strong>' . esc_html( $wpsl->i18n->get_translation( 'fax_label', __( 'Fax', 'wpsl' ) ) ) . '</strong>: <%= fax %></span>' . "\r\n";
33
  $info_window_template .= "\t\t" . '<% } %>' . "\r\n";
34
  $info_window_template .= "\t\t" . '<% if ( email ) { %>' . "\r\n";
35
- $info_window_template .= "\t\t" . '<span><strong>' . esc_html( $wpsl->i18n->get_translation( 'email_label', __( 'Email', 'wpsl' ) ) ) . '</strong>: <%= email %></span>' . "\r\n";
36
  $info_window_template .= "\t\t" . '<% } %>' . "\r\n";
37
  $info_window_template .= "\t\t" . '<%= createInfoWindowActions( id ) %>' . "\r\n";
38
  $info_window_template .= "\t" . '</div>';
@@ -68,7 +68,7 @@ function wpsl_create_underscore_templates( $template ) {
68
  $listing_template .= "\t\t\t" . '<span><strong>' . esc_html( $wpsl->i18n->get_translation( 'fax_label', __( 'Fax', 'wpsl' ) ) ) . '</strong>: <%= fax %></span>' . "\r\n";
69
  $listing_template .= "\t\t\t" . '<% } %>' . "\r\n";
70
  $listing_template .= "\t\t\t" . '<% if ( email ) { %>' . "\r\n";
71
- $listing_template .= "\t\t\t" . '<span><strong>' . esc_html( $wpsl->i18n->get_translation( 'email_label', __( 'Email', 'wpsl' ) ) ) . '</strong>: <%= email %></span>' . "\r\n";
72
  $listing_template .= "\t\t\t" . '<% } %>' . "\r\n";
73
  $listing_template .= "\t\t\t" . '</p>' . "\r\n";
74
  }
@@ -150,7 +150,7 @@ function wpsl_more_info_template() {
150
  $more_info_template .= "\t\t\t\t" . '<span><strong>' . esc_html( $wpsl->i18n->get_translation( 'fax_label', __( 'Fax', 'wpsl' ) ) ) . '</strong>: <%= fax %></span>' . "\r\n";
151
  $more_info_template .= "\t\t\t\t" . '<% } %>' . "\r\n";
152
  $more_info_template .= "\t\t\t\t" . '<% if ( email ) { %>' . "\r\n";
153
- $more_info_template .= "\t\t\t\t" . '<span><strong>' . esc_html( $wpsl->i18n->get_translation( 'email_label', __( 'Email', 'wpsl' ) ) ) . '</strong>: <%= email %></span>' . "\r\n";
154
  $more_info_template .= "\t\t\t\t" . '<% } %>' . "\r\n";
155
  $more_info_template .= "\t\t\t\t" . '</p>' . "\r\n";
156
  }
32
  $info_window_template .= "\t\t" . '<span><strong>' . esc_html( $wpsl->i18n->get_translation( 'fax_label', __( 'Fax', 'wpsl' ) ) ) . '</strong>: <%= fax %></span>' . "\r\n";
33
  $info_window_template .= "\t\t" . '<% } %>' . "\r\n";
34
  $info_window_template .= "\t\t" . '<% if ( email ) { %>' . "\r\n";
35
+ $info_window_template .= "\t\t" . '<span><strong>' . esc_html( $wpsl->i18n->get_translation( 'email_label', __( 'Email', 'wpsl' ) ) ) . '</strong>: <%= formatEmail( email ) %></span>' . "\r\n";
36
  $info_window_template .= "\t\t" . '<% } %>' . "\r\n";
37
  $info_window_template .= "\t\t" . '<%= createInfoWindowActions( id ) %>' . "\r\n";
38
  $info_window_template .= "\t" . '</div>';
68
  $listing_template .= "\t\t\t" . '<span><strong>' . esc_html( $wpsl->i18n->get_translation( 'fax_label', __( 'Fax', 'wpsl' ) ) ) . '</strong>: <%= fax %></span>' . "\r\n";
69
  $listing_template .= "\t\t\t" . '<% } %>' . "\r\n";
70
  $listing_template .= "\t\t\t" . '<% if ( email ) { %>' . "\r\n";
71
+ $listing_template .= "\t\t\t" . '<span><strong>' . esc_html( $wpsl->i18n->get_translation( 'email_label', __( 'Email', 'wpsl' ) ) ) . '</strong>: <%= formatEmail( email ) %></span>' . "\r\n";
72
  $listing_template .= "\t\t\t" . '<% } %>' . "\r\n";
73
  $listing_template .= "\t\t\t" . '</p>' . "\r\n";
74
  }
150
  $more_info_template .= "\t\t\t\t" . '<span><strong>' . esc_html( $wpsl->i18n->get_translation( 'fax_label', __( 'Fax', 'wpsl' ) ) ) . '</strong>: <%= fax %></span>' . "\r\n";
151
  $more_info_template .= "\t\t\t\t" . '<% } %>' . "\r\n";
152
  $more_info_template .= "\t\t\t\t" . '<% if ( email ) { %>' . "\r\n";
153
+ $more_info_template .= "\t\t\t\t" . '<span><strong>' . esc_html( $wpsl->i18n->get_translation( 'email_label', __( 'Email', 'wpsl' ) ) ) . '</strong>: <%= formatEmail( email ) %></span>' . "\r\n";
154
  $more_info_template .= "\t\t\t\t" . '<% } %>' . "\r\n";
155
  $more_info_template .= "\t\t\t\t" . '</p>' . "\r\n";
156
  }
inc/class-i18n.php CHANGED
@@ -115,7 +115,12 @@ if ( !class_exists( 'WPSL_i18n' ) ) {
115
 
116
  if ( defined( 'WPML_ST_VERSION' ) ) {
117
  $translation = $text;
118
- } elseif ( defined( 'POLYLANG_VERSION' ) ) {
 
 
 
 
 
119
  $translation = pll__( $text );
120
  } else {
121
  $translation = stripslashes( $wpsl_settings[$name] );
@@ -135,7 +140,7 @@ if ( !class_exists( 'WPSL_i18n' ) ) {
135
 
136
  $language_code = '';
137
 
138
- if ( $this->wpml_exists() ) {
139
  $language_code = ICL_LANGUAGE_CODE;
140
  } else if ( $this->qtrans_exists() ) {
141
 
115
 
116
  if ( defined( 'WPML_ST_VERSION' ) ) {
117
  $translation = $text;
118
+ } elseif ( defined( 'POLYLANG_VERSION' ) && defined( 'PLL_INC' ) ) {
119
+
120
+ if ( !function_exists( 'pll__' ) ) {
121
+ require_once PLL_INC . '/api.php';
122
+ }
123
+
124
  $translation = pll__( $text );
125
  } else {
126
  $translation = stripslashes( $wpsl_settings[$name] );
140
 
141
  $language_code = '';
142
 
143
+ if ( $this->wpml_exists() && defined( 'ICL_LANGUAGE_CODE' ) ) {
144
  $language_code = ICL_LANGUAGE_CODE;
145
  } else if ( $this->qtrans_exists() ) {
146
 
inc/wpsl-functions.php CHANGED
@@ -57,99 +57,100 @@ function wpsl_get_gmap_api_params( $api_key_type, $geocode_params = false ) {
57
  * Get the default plugin settings.
58
  *
59
  * @since 1.0.0
60
- * @return void
61
  */
62
  function wpsl_get_default_settings() {
63
 
64
  $default_settings = array(
65
- 'api_browser_key' => '',
66
- 'api_server_key' => '',
67
- 'api_language' => 'en',
68
- 'api_region' => '',
69
- 'api_geocode_component' => 0,
70
- 'distance_unit' => 'km',
71
- 'max_results' => '[25],50,75,100',
72
- 'search_radius' => '10,25,[50],100,200,500',
73
- 'marker_effect' => 'bounce',
74
- 'address_format' => 'city_state_zip',
75
- 'hide_distance' => 0,
76
- 'hide_country' => 0,
77
- 'show_contact_details' => 0,
78
- 'auto_locate' => 1,
79
- 'autocomplete' => 0,
80
- 'autoload' => 1,
81
- 'autoload_limit' => 50,
82
- 'run_fitbounds' => 1,
83
- 'zoom_level' => 3,
84
- 'auto_zoom_level' => 15,
85
- 'start_name' => '',
86
- 'start_latlng' => '',
87
- 'height' => 350,
88
- 'map_type' => 'roadmap',
89
- 'map_style' => '',
90
- 'type_control' => 0,
91
- 'streetview' => 0,
92
- 'results_dropdown' => 1,
93
- 'radius_dropdown' => 1,
94
- 'category_filter' => 0,
95
- 'category_filter_type' => 'dropdown',
96
- 'infowindow_width' => 225,
97
- 'search_width' => 179,
98
- 'label_width' => 95,
99
- 'control_position' => 'left',
100
- 'scrollwheel' => 1,
101
- 'marker_clusters' => 0,
102
- 'cluster_zoom' => 0,
103
- 'cluster_size' => 0,
104
- 'new_window' => 0,
105
- 'reset_map' => 0,
106
- 'template_id' => 'default',
107
- 'listing_below_no_scroll' => 0,
108
- 'direction_redirect' => 0,
109
- 'more_info' => 0,
110
- 'store_url' => 0,
111
- 'phone_url' => 0,
112
- 'marker_streetview' => 0,
113
- 'marker_zoom_to' => 0,
114
- 'more_info_location' => 'info window',
115
- 'mouse_focus' => 1,
116
- 'start_marker' => 'red.png',
117
- 'store_marker' => 'blue.png',
118
- 'editor_country' => '',
119
- 'editor_hours' => wpsl_default_opening_hours(),
120
- 'editor_hour_input' => 'dropdown',
121
- 'editor_hour_format' => 12,
122
- 'editor_map_type' => 'roadmap',
123
- 'hide_hours' => 0,
124
- 'permalinks' => 0,
125
- 'permalink_slug' => __( 'stores', 'wpsl' ),
126
- 'category_slug' => __( 'store-category', 'wpsl' ),
127
- 'infowindow_style' => 'default',
128
- 'show_credits' => 0,
129
- 'debug' => 0,
130
- 'deregister_gmaps' => 0,
131
- 'start_label' => __( 'Start location', 'wpsl' ),
132
- 'search_label' => __( 'Your location', 'wpsl' ),
133
- 'search_btn_label' => __( 'Search', 'wpsl' ),
134
- 'preloader_label' => __( 'Searching...', 'wpsl' ),
135
- 'radius_label' => __( 'Search radius', 'wpsl' ),
136
- 'no_results_label' => __( 'No results found', 'wpsl' ),
137
- 'results_label' => __( 'Results', 'wpsl' ),
138
- 'more_label' => __( 'More info', 'wpsl' ),
139
- 'directions_label' => __( 'Directions', 'wpsl' ),
140
- 'no_directions_label' => __( 'No route could be found between the origin and destination', 'wpsl' ),
141
- 'back_label' => __( 'Back', 'wpsl' ),
142
- 'street_view_label' => __( 'Street view', 'wpsl' ),
143
- 'zoom_here_label' => __( 'Zoom here', 'wpsl' ),
144
- 'error_label' => __( 'Something went wrong, please try again!', 'wpsl' ),
145
- 'limit_label' => __( 'API usage limit reached', 'wpsl' ),
146
- 'phone_label' => __( 'Phone', 'wpsl' ),
147
- 'fax_label' => __( 'Fax', 'wpsl' ),
148
- 'email_label' => __( 'Email', 'wpsl' ),
149
- 'url_label' => __( 'Url', 'wpsl' ),
150
- 'hours_label' => __( 'Hours', 'wpsl' ),
151
- 'category_label' => __( 'Category filter', 'wpsl' ),
152
- 'category_default_label' => __( 'Any', 'wpsl' )
 
153
  );
154
 
155
  return $default_settings;
@@ -615,7 +616,7 @@ function wpsl_get_ajax_url() {
615
 
616
  $param = '';
617
 
618
- if ( $i18n->wpml_exists() ) {
619
  $param = '?lang=' . ICL_LANGUAGE_CODE;
620
  }
621
 
57
  * Get the default plugin settings.
58
  *
59
  * @since 1.0.0
60
+ * @return array $default_settings The default settings
61
  */
62
  function wpsl_get_default_settings() {
63
 
64
  $default_settings = array(
65
+ 'api_browser_key' => '',
66
+ 'api_server_key' => '',
67
+ 'api_language' => 'en',
68
+ 'api_region' => '',
69
+ 'api_geocode_component' => 0,
70
+ 'distance_unit' => 'km',
71
+ 'max_results' => '[25],50,75,100',
72
+ 'search_radius' => '10,25,[50],100,200,500',
73
+ 'marker_effect' => 'bounce',
74
+ 'address_format' => 'city_state_zip',
75
+ 'hide_distance' => 0,
76
+ 'hide_country' => 0,
77
+ 'show_contact_details' => 0,
78
+ 'clickable_contact_details' => 0,
79
+ 'auto_locate' => 1,
80
+ 'autocomplete' => 0,
81
+ 'autoload' => 1,
82
+ 'autoload_limit' => 50,
83
+ 'run_fitbounds' => 1,
84
+ 'zoom_level' => 3,
85
+ 'auto_zoom_level' => 15,
86
+ 'start_name' => '',
87
+ 'start_latlng' => '',
88
+ 'height' => 350,
89
+ 'map_type' => 'roadmap',
90
+ 'map_style' => '',
91
+ 'type_control' => 0,
92
+ 'streetview' => 0,
93
+ 'results_dropdown' => 1,
94
+ 'radius_dropdown' => 1,
95
+ 'category_filter' => 0,
96
+ 'category_filter_type' => 'dropdown',
97
+ 'infowindow_width' => 225,
98
+ 'search_width' => 179,
99
+ 'label_width' => 95,
100
+ 'control_position' => 'left',
101
+ 'scrollwheel' => 1,
102
+ 'marker_clusters' => 0,
103
+ 'cluster_zoom' => 0,
104
+ 'cluster_size' => 0,
105
+ 'new_window' => 0,
106
+ 'reset_map' => 0,
107
+ 'template_id' => 'default',
108
+ 'listing_below_no_scroll' => 0,
109
+ 'direction_redirect' => 0,
110
+ 'more_info' => 0,
111
+ 'store_url' => 0,
112
+ 'phone_url' => 0,
113
+ 'marker_streetview' => 0,
114
+ 'marker_zoom_to' => 0,
115
+ 'more_info_location' => 'info window',
116
+ 'mouse_focus' => 1,
117
+ 'start_marker' => 'red.png',
118
+ 'store_marker' => 'blue.png',
119
+ 'editor_country' => '',
120
+ 'editor_hours' => wpsl_default_opening_hours(),
121
+ 'editor_hour_input' => 'dropdown',
122
+ 'editor_hour_format' => 12,
123
+ 'editor_map_type' => 'roadmap',
124
+ 'hide_hours' => 0,
125
+ 'permalinks' => 0,
126
+ 'permalink_slug' => __( 'stores', 'wpsl' ),
127
+ 'category_slug' => __( 'store-category', 'wpsl' ),
128
+ 'infowindow_style' => 'default',
129
+ 'show_credits' => 0,
130
+ 'debug' => 0,
131
+ 'deregister_gmaps' => 0,
132
+ 'start_label' => __( 'Start location', 'wpsl' ),
133
+ 'search_label' => __( 'Your location', 'wpsl' ),
134
+ 'search_btn_label' => __( 'Search', 'wpsl' ),
135
+ 'preloader_label' => __( 'Searching...', 'wpsl' ),
136
+ 'radius_label' => __( 'Search radius', 'wpsl' ),
137
+ 'no_results_label' => __( 'No results found', 'wpsl' ),
138
+ 'results_label' => __( 'Results', 'wpsl' ),
139
+ 'more_label' => __( 'More info', 'wpsl' ),
140
+ 'directions_label' => __( 'Directions', 'wpsl' ),
141
+ 'no_directions_label' => __( 'No route could be found between the origin and destination', 'wpsl' ),
142
+ 'back_label' => __( 'Back', 'wpsl' ),
143
+ 'street_view_label' => __( 'Street view', 'wpsl' ),
144
+ 'zoom_here_label' => __( 'Zoom here', 'wpsl' ),
145
+ 'error_label' => __( 'Something went wrong, please try again!', 'wpsl' ),
146
+ 'limit_label' => __( 'API usage limit reached', 'wpsl' ),
147
+ 'phone_label' => __( 'Phone', 'wpsl' ),
148
+ 'fax_label' => __( 'Fax', 'wpsl' ),
149
+ 'email_label' => __( 'Email', 'wpsl' ),
150
+ 'url_label' => __( 'Url', 'wpsl' ),
151
+ 'hours_label' => __( 'Hours', 'wpsl' ),
152
+ 'category_label' => __( 'Category filter', 'wpsl' ),
153
+ 'category_default_label' => __( 'Any', 'wpsl' )
154
  );
155
 
156
  return $default_settings;
616
 
617
  $param = '';
618
 
619
+ if ( $i18n->wpml_exists() && defined( 'ICL_LANGUAGE_CODE' ) ) {
620
  $param = '?lang=' . ICL_LANGUAGE_CODE;
621
  }
622
 
js/wpsl-gmap.js CHANGED
@@ -1,5 +1,5 @@
1
  jQuery( document ).ready( function( $ ) {
2
- var geocoder, map, directionsDisplay, directionsService, geolocationLatlng, autoCompleteLatLng,
3
  activeWindowMarkerId, infoWindow, markerClusterer, startMarkerData, startAddress,
4
  openInfoWindow = [],
5
  markersArray = [],
@@ -9,7 +9,12 @@ var geocoder, map, directionsDisplay, directionsService, geolocationLatlng, auto
9
  mapDefaults = {},
10
  resetMap = false,
11
  streetViewAvailable = false,
12
- autoLoad = ( typeof wpslSettings !== "undefined" ) ? wpslSettings.autoLoad : "";
 
 
 
 
 
13
 
14
  /**
15
  * Set the underscore template settings.
@@ -486,7 +491,7 @@ function checkGeolocation( startLatLng, infoWindow ) {
486
  if ( navigator.geolocation ) {
487
  var geolocationInProgress, locationTimeout,
488
  keepStartMarker = false,
489
- timeout = Number( wpslSettings.geoLocationTimout );
490
 
491
  // Make the direction icon flash every 600ms to indicate the geolocation attempt is in progress.
492
  geolocationInProgress = setInterval( function() {
@@ -495,7 +500,7 @@ function checkGeolocation( startLatLng, infoWindow ) {
495
 
496
  /*
497
  * If the user doesn't approve the geolocation request within the value set in
498
- * wpslSettings.geoLocationTimout, then the default map is loaded.
499
  *
500
  * You can increase the timeout value with the wpsl_geolocation_timeout filter.
501
  */
@@ -604,9 +609,11 @@ function handleGeolocationQuery( startLatLng, position, resetMap, infoWindow ) {
604
  * Store the latlng from the geolocation for when the user hits "reset" again
605
  * without having to ask for permission again.
606
  */
607
- geolocationLatlng = position;
 
 
 
608
 
609
- reverseGeocode( latLng ); // Set the zipcode that belongs to the latlng in the input field
610
  map.setCenter( latLng );
611
  addMarker( latLng, 0, '', true, infoWindow ); // This marker is the 'start location' marker. With a storeId of 0, no name and is draggable
612
  findStoreLocations( latLng, resetMap, autoLoad, infoWindow );
@@ -763,7 +770,7 @@ function resetMapBtn( startLatLng, infoWindow ) {
763
  resetDropdowns();
764
 
765
  if ( wpslSettings.autoLocate == 1 ) {
766
- handleGeolocationQuery( startLatLng, geolocationLatlng, resetMap, infoWindow );
767
  } else {
768
  showStores( startLatLng, infoWindow );
769
  }
@@ -1001,9 +1008,9 @@ function letsBounce( storeId, status ) {
1001
  * @returns {void}
1002
  */
1003
  function calcRoute( start, end ) {
1004
- var legs, len, step, index, direction, i, j, distanceUnit, directionOffset,
1005
- directionStops = "",
1006
- request = {};
1007
 
1008
  if ( wpslSettings.distanceUnit == "km" ) {
1009
  distanceUnit = 'METRIC';
@@ -1089,6 +1096,11 @@ function codeAddress( infoWindow ) {
1089
 
1090
  geocoder.geocode( request, function( response, status ) {
1091
  if ( status == google.maps.GeocoderStatus.OK ) {
 
 
 
 
 
1092
  latLng = response[0].geometry.location;
1093
 
1094
  prepareStoreSearch( latLng, infoWindow );
@@ -1102,7 +1114,7 @@ function codeAddress( infoWindow ) {
1102
  * Prepare a new location search.
1103
  *
1104
  * @since 2.2.0
1105
- * @param {object} latLng
1106
  * @param {object} infoWindow The infoWindow object.
1107
  * @returns {void}
1108
  */
@@ -1121,18 +1133,36 @@ function prepareStoreSearch( latLng, infoWindow ) {
1121
  *
1122
  * @since 1.0.0
1123
  * @param {object} latLng The coordinates of the location that should be reverse geocoded
1124
- * @returns {void}
1125
  */
1126
- function reverseGeocode( latLng ) {
1127
- var zipCode;
1128
 
1129
  geocoder.geocode( {'latLng': latLng}, function( response, status ) {
1130
  if ( status == google.maps.GeocoderStatus.OK ) {
1131
- zipCode = filterApiResponse( response );
1132
 
1133
- if ( zipCode !== "" ) {
1134
- $( "#wpsl-search-input" ).val( zipCode );
 
 
 
 
 
 
 
 
 
 
1135
  }
 
 
 
 
 
 
 
 
 
 
1136
  } else {
1137
  geocodeErrors( status );
1138
  }
@@ -1170,7 +1200,7 @@ function filterApiResponse( response ) {
1170
  * we first need to geocode the start latlng into a formatted address.
1171
  *
1172
  * @since 1.0.0
1173
- * @param {object} startLatLng The latlng used as the starting point
1174
  * @param {boolean} resetMap Whether we should reset the map or not
1175
  * @param {string} autoLoad Check if we need to autoload all the stores
1176
  * @param {object} infoWindow The infoWindow object
@@ -1178,9 +1208,8 @@ function filterApiResponse( response ) {
1178
  */
1179
  function findStoreLocations( startLatLng, resetMap, autoLoad, infoWindow ) {
1180
 
1181
- // Check if we need to open a new window and show the route on the Google Maps site itself.
1182
- if ( wpslSettings.directionRedirect == 1 ) {
1183
- findFormattedAddress( startLatLng, function() {
1184
  makeAjaxRequest( startLatLng, resetMap, autoLoad, infoWindow );
1185
  });
1186
  } else {
@@ -1188,25 +1217,6 @@ function findStoreLocations( startLatLng, resetMap, autoLoad, infoWindow ) {
1188
  }
1189
  }
1190
 
1191
- /**
1192
- * Convert the latlng into a formatted address.
1193
- *
1194
- * @since 1.0.0
1195
- * @param {object} latLng The latlng to geocode
1196
- * @param {callback} callback
1197
- * @returns {void}
1198
- */
1199
- function findFormattedAddress( latLng, callback ) {
1200
- geocoder.geocode( {'latLng': latLng}, function( response, status ) {
1201
- if ( status == google.maps.GeocoderStatus.OK ) {
1202
- startAddress = response[0].formatted_address;
1203
- callback();
1204
- } else {
1205
- geocodeErrors( status );
1206
- }
1207
- });
1208
- }
1209
-
1210
  /**
1211
  * Make the AJAX request to load the store data.
1212
  *
@@ -1237,7 +1247,7 @@ function makeAjaxRequest( startLatLng, resetMap, autoLoad, infoWindow ) {
1237
  // Remove the preloaders and no results msg.
1238
  $( ".wpsl-preloader, .no-results" ).remove();
1239
 
1240
- if ( response.length > 0 ) {
1241
 
1242
  // Loop over the returned locations.
1243
  $.each( response, function( index ) {
@@ -1450,7 +1460,7 @@ function collectAjaxData( startLatLng, resetMap, autoLoad ) {
1450
  * start location from the settings page, instead of the users actual location.
1451
  */
1452
  if ( autoLoad == 1 ) {
1453
- if ( typeof geolocationLatlng !== "undefined" ) {
1454
  ajaxData.skip_cache = 1;
1455
  } else {
1456
  ajaxData.autoload = 1;
@@ -1466,9 +1476,10 @@ function collectAjaxData( startLatLng, resetMap, autoLoad ) {
1466
  }
1467
 
1468
  // If the collection of statistics is enabled, then we include the searched value.
1469
- if ( typeof wpslSettings.collectStatistics !== "undefined" && autoLoad == 0 ) {
1470
  ajaxData.search = $( "#wpsl-search-input" ).val();
1471
- }
 
1472
 
1473
  return ajaxData;
1474
  }
@@ -1898,7 +1909,7 @@ var templateHelpers = {
1898
  * @returns {string} phoneNumber Either just the plain number, or with a link wrapped around it with tel:
1899
  */
1900
  formatPhoneNumber: function( phoneNumber ) {
1901
- if ( ( wpslSettings.phoneUrl == 1 ) && ( checkMobileUserAgent() ) ) {
1902
  phoneNumber = "<a href='tel:" + templateHelpers.formatClickablePhoneNumber( phoneNumber ) + "'>" + phoneNumber + "</a>";
1903
  }
1904
 
@@ -1919,6 +1930,20 @@ var templateHelpers = {
1919
 
1920
  return phoneNumber.replace( /(-| |\(|\)|\.|)/g, "" );
1921
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1922
  /**
1923
  * Create the html for the info window action.
1924
  *
1
  jQuery( document ).ready( function( $ ) {
2
+ var geocoder, map, directionsDisplay, directionsService, autoCompleteLatLng,
3
  activeWindowMarkerId, infoWindow, markerClusterer, startMarkerData, startAddress,
4
  openInfoWindow = [],
5
  markersArray = [],
9
  mapDefaults = {},
10
  resetMap = false,
11
  streetViewAvailable = false,
12
+ autoLoad = ( typeof wpslSettings !== "undefined" ) ? wpslSettings.autoLoad : "",
13
+ userGeolocation = {},
14
+ statistics = {
15
+ enabled: ( typeof wpslSettings.collectStatistics !== "undefined" ) ? true : false,
16
+ address_components: ''
17
+ };
18
 
19
  /**
20
  * Set the underscore template settings.
491
  if ( navigator.geolocation ) {
492
  var geolocationInProgress, locationTimeout,
493
  keepStartMarker = false,
494
+ timeout = Number( wpslSettings.geoLocationTimeout );
495
 
496
  // Make the direction icon flash every 600ms to indicate the geolocation attempt is in progress.
497
  geolocationInProgress = setInterval( function() {
500
 
501
  /*
502
  * If the user doesn't approve the geolocation request within the value set in
503
+ * wpslSettings.geoLocationTimeout, then the default map is loaded.
504
  *
505
  * You can increase the timeout value with the wpsl_geolocation_timeout filter.
506
  */
609
  * Store the latlng from the geolocation for when the user hits "reset" again
610
  * without having to ask for permission again.
611
  */
612
+ userGeolocation = {
613
+ position: position,
614
+ newRequest: true
615
+ };
616
 
 
617
  map.setCenter( latLng );
618
  addMarker( latLng, 0, '', true, infoWindow ); // This marker is the 'start location' marker. With a storeId of 0, no name and is draggable
619
  findStoreLocations( latLng, resetMap, autoLoad, infoWindow );
770
  resetDropdowns();
771
 
772
  if ( wpslSettings.autoLocate == 1 ) {
773
+ handleGeolocationQuery( startLatLng, userGeolocation.position, resetMap, infoWindow );
774
  } else {
775
  showStores( startLatLng, infoWindow );
776
  }
1008
  * @returns {void}
1009
  */
1010
  function calcRoute( start, end ) {
1011
+ var legs, len, step, index, direction, i, j,
1012
+ distanceUnit, directionOffset, request,
1013
+ directionStops = "";
1014
 
1015
  if ( wpslSettings.distanceUnit == "km" ) {
1016
  distanceUnit = 'METRIC';
1096
 
1097
  geocoder.geocode( request, function( response, status ) {
1098
  if ( status == google.maps.GeocoderStatus.OK ) {
1099
+
1100
+ if ( statistics.enabled ) {
1101
+ statistics.address_components = response[0].address_components;
1102
+ }
1103
+
1104
  latLng = response[0].geometry.location;
1105
 
1106
  prepareStoreSearch( latLng, infoWindow );
1114
  * Prepare a new location search.
1115
  *
1116
  * @since 2.2.0
1117
+ * @param {object} latLng The coordinates
1118
  * @param {object} infoWindow The infoWindow object.
1119
  * @returns {void}
1120
  */
1133
  *
1134
  * @since 1.0.0
1135
  * @param {object} latLng The coordinates of the location that should be reverse geocoded
1136
+ * @returns {object} response The address components if the stats add-on is active.
1137
  */
1138
+ function reverseGeocode( latLng, callback ) {
 
1139
 
1140
  geocoder.geocode( {'latLng': latLng}, function( response, status ) {
1141
  if ( status == google.maps.GeocoderStatus.OK ) {
 
1142
 
1143
+ if ( wpslSettings.autoLocate == 1 && userGeolocation.newRequest ) {
1144
+ var zipCode = filterApiResponse( response );
1145
+
1146
+ if ( zipCode !== "" ) {
1147
+ $( "#wpsl-search-input" ).val( zipCode );
1148
+ }
1149
+
1150
+ /*
1151
+ * Prevent the zip from being placed in the input field
1152
+ * again after the users location is determined.
1153
+ */
1154
+ userGeolocation.newRequest = false;
1155
  }
1156
+
1157
+ if ( wpslSettings.directionRedirect ) {
1158
+ startAddress = response[0].formatted_address;
1159
+ }
1160
+
1161
+ if ( statistics.enabled ) {
1162
+ statistics.address_components = response[0].address_components;
1163
+ }
1164
+
1165
+ callback();
1166
  } else {
1167
  geocodeErrors( status );
1168
  }
1200
  * we first need to geocode the start latlng into a formatted address.
1201
  *
1202
  * @since 1.0.0
1203
+ * @param {object} startLatLng The coordinates
1204
  * @param {boolean} resetMap Whether we should reset the map or not
1205
  * @param {string} autoLoad Check if we need to autoload all the stores
1206
  * @param {object} infoWindow The infoWindow object
1208
  */
1209
  function findStoreLocations( startLatLng, resetMap, autoLoad, infoWindow ) {
1210
 
1211
+ if ( wpslSettings.directionRedirect == 1 || statistics.enabled ) {
1212
+ reverseGeocode( startLatLng, function() {
 
1213
  makeAjaxRequest( startLatLng, resetMap, autoLoad, infoWindow );
1214
  });
1215
  } else {
1217
  }
1218
  }
1219
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1220
  /**
1221
  * Make the AJAX request to load the store data.
1222
  *
1247
  // Remove the preloaders and no results msg.
1248
  $( ".wpsl-preloader, .no-results" ).remove();
1249
 
1250
+ if ( response.length > 0 && typeof response.addon == "undefined" ) {
1251
 
1252
  // Loop over the returned locations.
1253
  $.each( response, function( index ) {
1460
  * start location from the settings page, instead of the users actual location.
1461
  */
1462
  if ( autoLoad == 1 ) {
1463
+ if ( typeof userGeolocation.position !== "undefined" ) {
1464
  ajaxData.skip_cache = 1;
1465
  } else {
1466
  ajaxData.autoload = 1;
1476
  }
1477
 
1478
  // If the collection of statistics is enabled, then we include the searched value.
1479
+ if ( statistics.enabled && autoLoad == 0 ) {
1480
  ajaxData.search = $( "#wpsl-search-input" ).val();
1481
+ ajaxData.statistics = statistics.address_components;
1482
+ }
1483
 
1484
  return ajaxData;
1485
  }
1909
  * @returns {string} phoneNumber Either just the plain number, or with a link wrapped around it with tel:
1910
  */
1911
  formatPhoneNumber: function( phoneNumber ) {
1912
+ if ( ( wpslSettings.phoneUrl == 1 ) && ( checkMobileUserAgent() ) || wpslSettings.clickableDetails == 1 ) {
1913
  phoneNumber = "<a href='tel:" + templateHelpers.formatClickablePhoneNumber( phoneNumber ) + "'>" + phoneNumber + "</a>";
1914
  }
1915
 
1930
 
1931
  return phoneNumber.replace( /(-| |\(|\)|\.|)/g, "" );
1932
  },
1933
+ /**
1934
+ * Check if we need to make the email address clickable.
1935
+ *
1936
+ * @since 2.2.13
1937
+ * @param {string} email The email address
1938
+ * @returns {string} email Either the normal email address, or the clickable version.
1939
+ */
1940
+ formatEmail: function( email ) {
1941
+ if ( wpslSettings.clickableDetails == 1 ) {
1942
+ email = "<a href='mailto:" + email + "'>" + email + "</a>";
1943
+ }
1944
+
1945
+ return email;
1946
+ },
1947
  /**
1948
  * Create the html for the info window action.
1949
  *
js/wpsl-gmap.min.js CHANGED
@@ -1 +1 @@
1
- jQuery(document).ready(function(e){var t,s,o,l,n,i,a,r,p,d,c,w,g,u,m,f,h=[],v=[],S=[],b={},C={},L={},y=!1,k=!1,x="undefined"!=typeof wpslSettings?wpslSettings.autoLoad:"";function I(e,t){V(e,0,"",!0,t),B(e,y,x,t)}function M(){return/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)}function N(t,s){if(navigator.geolocation){var o,l,n=Number(wpslSettings.geoLocationTimout);o=setInterval(function(){e(".wpsl-icon-direction").toggleClass("wpsl-active-icon")},600),l=setTimeout(function(){E(o),I(t,s)},n),navigator.geolocation.getCurrentPosition(function(n){E(o),clearTimeout(l),F(!1),T(t,n,y,s),e(".wpsl-search").addClass("wpsl-geolocation-run")},function(o){if(e(".wpsl-icon-direction").hasClass("wpsl-user-activated")&&!e(".wpsl-search").hasClass("wpsl-geolocation-run")){switch(o.code){case o.PERMISSION_DENIED:alert(wpslGeolocationErrors.denied);break;case o.POSITION_UNAVAILABLE:alert(wpslGeolocationErrors.unavailable);break;case o.TIMEOUT:alert(wpslGeolocationErrors.timeout);break;default:alert(wpslGeolocationErrors.generalError)}e(".wpsl-icon-direction").removeClass("wpsl-active-icon")}else e(".wpsl-search").hasClass("wpsl-geolocation-run")||(clearTimeout(l),I(t,s))},{maximumAge:6e4,timeout:n,enableHighAccuracy:!0})}else alert(wpslGeolocationErrors.unavailable),I(t,s)}function E(t){clearInterval(t),e(".wpsl-icon-direction").removeClass("wpsl-active-icon")}function T(e,t,o,l){if(void 0===t)I(e,l);else{var i=new google.maps.LatLng(t.coords.latitude,t.coords.longitude);n=t,Z(i),s.setCenter(i),V(i,0,"",!0,l),B(i,o,x,l)}}function P(){void 0!==wpslSettings.infoWindowStyle&&"infobox"==wpslSettings.infoWindowStyle&&void 0!==h[0]&&h[0].close()}function R(){void 0!==d&&""!==d&&(d.setMap(null),d="")}function O(t){var n,i,a,r,c;for(P(),c=t.parents("li").length>0?t.parents("li").data("store-id"):t.parents(".wpsl-info-window").data("store-id"),void 0!==d&&""!==d&&(i=d.getPosition()),C={centerLatlng:s.getCenter(),zoomLevel:s.getZoom()},n=0,r=v.length;n<r;n++)0!=v[n].storeId||void 0!==i&&""!==i?v[n].storeId==c&&(a=v[n].getPosition()):i=v[n].getPosition();i&&a?(e("#wpsl-direction-details ul").empty(),e(".wpsl-direction-before, .wpsl-direction-after").remove(),function(t,n){var i,a,r,c,w,g,u,m,f="",h={};u="km"==wpslSettings.distanceUnit?"METRIC":"IMPERIAL";h={origin:t,destination:n,travelMode:wpslSettings.directionsTravelMode,unitSystem:google.maps.UnitSystem[u]},l.route(h,function(t,l){if(l==google.maps.DirectionsStatus.OK){if(o.setMap(s),o.setDirections(t),t.routes.length>0){for(c=t.routes[0],w=0;w<c.legs.length;w++)for(i=c.legs[w],g=0,a=i.steps.length;g<a;g++)r=i.steps[g],f=f+"<li><div class='wpsl-direction-index'>"+(g+1)+"</div><div class='wpsl-direction-txt'>"+r.instructions+"</div><div class='wpsl-direction-distance'>"+r.distance.text+"</div></li>";for(e("#wpsl-direction-details ul").append(f).before("<div class='wpsl-direction-before'><a class='wpsl-back' id='wpsl-direction-start' href='#'>"+wpslLabels.back+"</a><div><span class='wpsl-total-distance'>"+c.legs[0].distance.text+"</span> - <span class='wpsl-total-durations'>"+c.legs[0].duration.text+"</span></div></div>").after("<p class='wpsl-direction-after'>"+t.routes[0].copyrights+"</p>"),e("#wpsl-direction-details").show(),w=0,a=v.length;w<a;w++)v[w].setMap(null);p&&p.clearMarkers(),void 0!==d&&""!==d&&d.setMap(null),e("#wpsl-stores").hide(),1==wpslSettings.templateId&&(m=e("#wpsl-gmap").offset(),e(window).scrollTop(m.top))}}else!function(e){var t;switch(e){case"NOT_FOUND":case"ZERO_RESULTS":t=wpslLabels.noDirectionsFound;break;case"OVER_QUERY_LIMIT":t=wpslLabels.queryLimit;break;default:t=wpslLabels.generalError}alert(t)}(l)})}(i,a)):alert(wpslLabels.generalError)}function U(e,t){var s,o,l;for(s=0,o=v.length;s<o;s++)v[s].storeId==e&&(l=v[s],"start"==t?l.setAnimation(google.maps.Animation.BOUNCE):l.setAnimation(null))}function z(e,t){V(e,0,"",!0,t),B(e,y,!1,t)}function Z(s){var o;t.geocode({latLng:s},function(t,s){s==google.maps.GeocoderStatus.OK?""!==(o=function(e){var t,s,o,l=e[0].address_components.length;for(o=0;o<l;o++)s=e[0].address_components[o].types,(/^postal_code$/.test(s)||/^postal_code,postal_code_prefix$/.test(s))&&(t=e[0].address_components[o].long_name);return t}(t))&&e("#wpsl-search-input").val(o):K(s)})}function B(e,s,o,l){var n,i;1==wpslSettings.directionRedirect?(n=e,i=function(){A(e,s,o,l)},t.geocode({latLng:n},function(e,t){t==google.maps.GeocoderStatus.OK?(c=e[0].formatted_address,i()):K(t)})):A(e,s,o,l)}function A(t,o,l,i){var a,r,p="",d=e("#wpsl-listing-template").html(),c=e("#wpsl-stores ul"),w=wpslSettings.url+"img/ajax-loader.gif";r=function(t,s,o){var l,i,a,r,p,d="",c=e("#wpsl-wrap").hasClass("wpsl-mobile"),w=e("#wpsl-wrap").hasClass("wpsl-default-filters"),g={action:"store_search",lat:t.lat(),lng:t.lng()};s?(g.max_results=wpslSettings.maxResults,g.search_radius=wpslSettings.searchRadius):(c||w?(l=parseInt(e("#wpsl-results .wpsl-dropdown").val()),i=parseInt(e("#wpsl-radius .wpsl-dropdown").val())):(l=parseInt(e("#wpsl-results .wpsl-selected-item").attr("data-value")),i=parseInt(e("#wpsl-radius .wpsl-selected-item").attr("data-value"))),isNaN(l)?g.max_results=wpslSettings.maxResults:g.max_results=l,isNaN(i)?g.search_radius=wpslSettings.searchRadius:g.search_radius=i,void 0!==wpslSettings.categoryIds?g.filter=wpslSettings.categoryIds:e("#wpsl-category").length>0?(d=c||w?parseInt(e("#wpsl-category .wpsl-dropdown").val()):parseInt(e("#wpsl-category .wpsl-selected-item").attr("data-value")),isNaN(d)||0===d||(g.filter=d)):e("#wpsl-checkbox-filter").length>0&&e("#wpsl-checkbox-filter input:checked").length>0&&(g.filter=e("#wpsl-checkbox-filter input:checked").map(function(){return e(this).val()}).get().join(",")),e(".wpsl-custom-dropdown").length>0&&e(".wpsl-custom-dropdown").each(function(t){a="",r="",c||w?(a=e(this).attr("name"),r=e(this).val()):(a=e(this).attr("name"),r=e(this).next(".wpsl-selected-item").attr("data-value")),a&&r&&(g[a]=r)}),e(".wpsl-custom-checkboxes").length>0&&e(".wpsl-custom-checkboxes").each(function(t){var s,o;(p=e(this).attr("data-name"))&&(g[p]=(s=e("[data-name="+p+"]"),o=[],e(s).find("input:checked").each(function(t){o.push(e(this).val())}),o.join()))}));1==o&&(void 0!==n?g.skip_cache=1:(g.autoload=1,void 0!==wpslSettings.categoryIds&&(g.filter=wpslSettings.categoryIds)));void 0!==wpslSettings.collectStatistics&&0==o&&(g.search=e("#wpsl-search-input").val());return g}(t,o,l),c.empty().append("<li class='wpsl-preloader'><img src='"+w+"'/>"+wpslLabels.preloader+"</li>"),e("#wpsl-wrap").removeClass("wpsl-no-results"),e.get(wpslSettings.ajaxurl,r,function(o){e(".wpsl-preloader, .no-results").remove(),o.length>0?(e.each(o,function(e){_.extend(o[e],j),V(new google.maps.LatLng(o[e].lat,o[e].lng),o[e].id,o[e],!1,i),p+=_.template(d)(o[e])}),e("#wpsl-result-list").off("click",".wpsl-directions"),c.empty(),c.append(p),e("#wpsl-result-list").on("click",".wpsl-directions",function(){if(1!=wpslSettings.directionRedirect)return O(e(this)),!1}),$(),e("#wpsl-result-list p:empty").remove()):(V(t,0,"",!0,i),a=function(){var e;e=void 0!==wpslSettings.noResults&&""!==wpslSettings.noResults?wpslSettings.noResults:wpslLabels.noResults;return e}(),e("#wpsl-wrap").addClass("wpsl-no-results"),c.html("<li class='wpsl-no-results-msg'>"+a+"</li>")),1==wpslSettings.runFitBounds?H():(s.setZoom(Number(wpslSettings.zoomLevel)),s.setCenter(v[0].position)),1==wpslSettings.resetMap&&(e.isEmptyObject(L)&&google.maps.event.addListenerOnce(s,"tilesloaded",function(){L={centerLatlng:s.getCenter(),zoomLevel:s.getZoom()},e("#wpsl-map-controls").addClass("wpsl-reset-exists"),e(".wpsl-icon-reset, #wpsl-reset-map").show()}),e(".wpsl-icon-reset").removeClass("wpsl-in-progress"))}),1!=wpslSettings.mouseFocus||M()||e("#wpsl-search-input").focus()}function $(){if(1==wpslSettings.markerClusters){var e,t=Number(wpslSettings.clusterZoom),o=Number(wpslSettings.clusterSize);isNaN(t)&&(t=""),isNaN(o)&&(o=""),void 0!==wpslSettings.excludeStartFromCluster&&1==wpslSettings.excludeStartFromCluster&&(e=v.slice(0)).splice(0,1),p=new MarkerClusterer(s,void 0===e?v:e,{gridSize:o,maxZoom:t})}}function V(t,o,l,n,i){var a,r,p,d;0===o?(l={store:wpslLabels.startPoint},a=b.url+wpslSettings.startMarker):a=void 0!==l.alternateMarkerUrl&&l.alternateMarkerUrl?l.alternateMarkerUrl:void 0!==l.categoryMarkerUrl&&l.categoryMarkerUrl?l.categoryMarkerUrl:b.url+wpslSettings.storeMarker,r={url:a,scaledSize:new google.maps.Size(Number(b.scaledSize[0]),Number(b.scaledSize[1])),origin:new google.maps.Point(Number(b.origin[0]),Number(b.origin[1])),anchor:new google.maps.Point(Number(b.anchor[0]),Number(b.anchor[1]))},p=new google.maps.Marker({position:t,map:s,optimized:!1,title:function(e){if(e)return e.replace(/&#(\d+);/g,function(e,t){return String.fromCharCode(t)})}(l.store),draggable:n,storeId:o,icon:r}),v.push(p),google.maps.event.addListener(p,"click",(d=s,function(){var s,n;0!=o?void 0!==wpslSettings.markerStreetView&&1==wpslSettings.markerStreetView?(s=t,n=function(){W(p,G(l),i,d)},(new google.maps.StreetViewService).getPanoramaByLocation(s,50,function(e,t){k=t==google.maps.StreetViewStatus.OK,n()})):W(p,G(l),i,d):W(p,wpslLabels.startPoint,i,d),google.maps.event.clearListeners(i,"domready"),google.maps.event.addListener(i,"domready",function(){var t,s;t=p,s=d,e(".wpsl-info-actions a").on("click",function(o){var l,n,i,a,r,p=Number(wpslSettings.autoZoomLevel);if(o.stopImmediatePropagation(),e(this).hasClass("wpsl-directions")){if(1==wpslSettings.directionRedirect)return!0;O(e(this))}else e(this).hasClass("wpsl-streetview")?(l=t,(i=(n=s).getStreetView()).setPosition(l.getPosition()),i.setVisible(!0),e("#wpsl-map-controls").hide(),a=i,r=n,google.maps.event.addListener(a,"visible_changed",function(){if(!a.getVisible()){var t=r.getZoom();e("#wpsl-map-controls").show(),r.setZoom(t-1),r.setZoom(t)}})):e(this).hasClass("wpsl-zoom-here")&&(s.setCenter(t.getPosition()),s.setZoom(p));return!1}),D()})})),n&&google.maps.event.addListener(p,"dragend",function(e){F(!0),s.setCenter(e.latLng),Z(e.latLng),B(e.latLng,y,x=!1,i)})}(_.templateSettings={evaluate:/\<\%(.+?)\%\>/g,interpolate:/\<\%=(.+?)\%\>/g,escape:/\<\%-(.+?)\%\>/g},e(".wpsl-gmap-canvas").length&&(e("<img />").attr("src",wpslSettings.url+"img/ajax-loader.gif"),e(".wpsl-gmap-canvas").each(function(a){!function(a,d){var c,w,g,u,m,f,h,v,C=Number(wpslSettings.zoomLevel),k=Number(wpslSettings.autoZoomLevel);g=function(e){var t,s,o,l,n,i,a,r=["zoomLevel","mapType","mapTypeControl","mapStyle","streetView","scrollWheel","controlPosition"],p={zoomLevel:wpslSettings.zoomLevel,mapType:wpslSettings.mapType,mapTypeControl:wpslSettings.mapTypeControl,mapStyle:wpslSettings.mapStyle,streetView:wpslSettings.streetView,scrollWheel:wpslSettings.scrollWheel,controlPosition:wpslSettings.controlPosition,gestureHandling:wpslSettings.gestureHandling};if(void 0!==window["wpslMap_"+e]&&void 0!==window["wpslMap_"+e].shortCode)for(t=0,s=r.length;t<s;t++)void 0!==(o=window["wpslMap_"+e].shortCode[r[t]])&&(p[r[t]]=o);return p.startLatLng=(l=e,a="",void 0!==window["wpslMap_"+l]&&void 0!==window["wpslMap_"+l].locations&&(a=window["wpslMap_"+l].locations[0]),void 0!==a&&void 0!==a.lat&&void 0!==a.lng?n=new google.maps.LatLng(a.lat,a.lng):""!==wpslSettings.startLatlng?(i=wpslSettings.startLatlng.split(","),n=new google.maps.LatLng(i[0],i[1])):n=new google.maps.LatLng(0,0),n),p}(d),(v=Number(g.zoomLevel))!==C&&(k=v);Z={},void 0!==wpslSettings.infoWindowStyle&&"infobox"==wpslSettings.infoWindowStyle?(O=wpslSettings.infoBoxClearance.split(","),U=wpslSettings.infoBoxPixelOffset.split(","),Z={alignBottom:!0,boxClass:wpslSettings.infoBoxClass,closeBoxMargin:wpslSettings.infoBoxCloseMargin,closeBoxURL:wpslSettings.infoBoxCloseUrl,content:"",disableAutoPan:!!Number(wpslSettings.infoBoxDisableAutoPan),enableEventPropagation:!!Number(wpslSettings.infoBoxEnableEventPropagation),infoBoxClearance:new google.maps.Size(Number(O[0]),Number(O[1])),pixelOffset:new google.maps.Size(Number(U[0]),Number(U[1])),zIndex:Number(wpslSettings.infoBoxZindex)},r=new InfoBox(Z)):r=new google.maps.InfoWindow,u=r,t=new google.maps.Geocoder,o=new google.maps.DirectionsRenderer,l=new google.maps.DirectionsService,c={zoom:v,center:g.startLatLng,mapTypeId:google.maps.MapTypeId[g.mapType.toUpperCase()],mapTypeControl:!!Number(g.mapTypeControl),scrollwheel:!!Number(g.scrollWheel),streetViewControl:!!Number(g.streetView),gestureHandling:g.gestureHandling,zoomControlOptions:{position:google.maps.ControlPosition[g.controlPosition.toUpperCase()+"_TOP"]}},b=function(){var e,t=wpslSettings.markerIconProps,s={};void 0!==t.url?s.url=t.url:void 0!==t.categoryMarkerUrl?s.categoryMarkerUrl=t.categoryMarkerUrl:void 0!==t.alternateMarkerUrl?s.alternateMarkerUrl=t.alternateMarkerUrl:s.url=wpslSettings.url+"img/markers/";for(var o in t)t.hasOwnProperty(o)&&2==(e=t[o].split(",")).length&&(s[o]=e);return s}(),s=new google.maps.Map(document.getElementById(a),c),E=g.mapStyle,(E=function(e){try{var t=JSON.parse(e);if(t&&"object"==typeof t&&null!==t)return t}catch(e){}return!1}(E))&&s.setOptions({styles:E}),void 0!==window["wpslMap_"+d]&&void 0!==window["wpslMap_"+d].locations&&(f=new google.maps.LatLngBounds,h=window["wpslMap_"+d].locations,e.each(h,function(e){V(m=new google.maps.LatLng(h[e].lat,h[e].lng),h[e].id,h[e],!1,u),f.extend(m)}),h.length>1&&(Y(s,k),s.fitBounds(f)),_.isArray(wpslSettings.mapTabAnchor)&&(w={map:s,bounds:f,maxZoom:k},S.push(w)));var E;var O,U,Z;e("#wpsl-gmap").length&&(1==wpslSettings.autoComplete&&function(){var t,s,o,l={};void 0===wpslSettings.geocodeComponents||e.isEmptyObject(wpslSettings.geocodeComponents)||(l.componentRestrictions=wpslSettings.geocodeComponents);t=document.getElementById("wpsl-search-input"),(s=new google.maps.places.Autocomplete(t,l)).addListener("place_changed",function(){(o=s.getPlace()).geometry&&(i=o.geometry.location)})}(),!M()&&e(".wpsl-dropdown").length&&1==wpslSettings.enableStyledDropdowns?(j=Number(wpslSettings.maxDropdownHeight),e(".wpsl-dropdown").each(function(t){var s,o,l=e(this);l.$dropdownWrap=l.wrap("<div class='wpsl-dropdown'></div>").parent(),l.$selectedVal=l.val(),l.$dropdownElem=e("<div><ul/></div>").appendTo(l.$dropdownWrap),l.$dropdown=l.$dropdownElem.find("ul"),l.$options=l.$dropdownWrap.find("option"),l.hide().removeClass("wpsl-dropdown"),e.each(l.$options,function(){s=e(this).val()==l.$selectedVal?'class="wpsl-selected-dropdown"':"",l.$dropdown.append("<li data-value="+e(this).val()+" "+s+">"+e(this).text()+"</li>")}),l.$dropdownElem.before("<span data-value="+l.find(":selected").val()+" class='wpsl-selected-item'>"+l.find(":selected").text()+"</span>"),l.$dropdownItem=l.$dropdownElem.find("li"),l.$dropdownWrap.on("click",function(t){e(this).hasClass("wpsl-active")?e(this).removeClass("wpsl-active"):(q(),e(this).toggleClass("wpsl-active"),o=0,e(this).hasClass("wpsl-active")?(l.$dropdownItem.each(function(t){o+=e(this).outerHeight()}),l.$dropdownElem.css("height",o+2+"px")):l.$dropdownElem.css("height",0),o>j&&(e(this).addClass("wpsl-scroll-required"),l.$dropdownElem.css("height",j+"px")),t.stopPropagation())}),l.$dropdownItem.on("click",function(t){l.$dropdownWrap.find(e(".wpsl-selected-item")).html(e(this).text()).attr("data-value",e(this).attr("data-value")),l.$dropdownItem.removeClass("wpsl-selected-dropdown"),e(this).addClass("wpsl-selected-dropdown"),q(),t.stopPropagation()})}),e(document).click(function(){q()})):(e("#wpsl-search-wrap select").show(),M()?e("#wpsl-wrap").addClass("wpsl-mobile"):e("#wpsl-wrap").addClass("wpsl-default-filters")),e(".wpsl-search").hasClass("wpsl-widget")||(1==wpslSettings.autoLocate?N(g.startLatLng,u):1==wpslSettings.autoLoad&&I(g.startLatLng,u)),1!=wpslSettings.mouseFocus||M()||e("#wpsl-search-input").focus(),W=u,e("#wpsl-search-btn").unbind("click").bind("click",function(s){return e("#wpsl-search-input").removeClass(),e("#wpsl-search-input").val()?(e("#wpsl-result-list ul").empty(),e("#wpsl-stores").show(),e(".wpsl-direction-before, .wpsl-direction-after").remove(),e("#wpsl-direction-details").hide(),y=!1,P(),F(!1),R(),1==wpslSettings.autoComplete&&void 0!==i?z(i,W):(o=W,l={address:e("#wpsl-search-input").val()},void 0===wpslSettings.geocodeComponents||e.isEmptyObject(wpslSettings.geocodeComponents)||(l.componentRestrictions=wpslSettings.geocodeComponents),t.geocode(l,function(e,t){t==google.maps.GeocoderStatus.OK?z(e[0].geometry.location,o):K(t)}))):e("#wpsl-search-input").addClass("wpsl-error").focus(),!1;var o,l}),B=g,A=s,$=u,google.maps.event.addListenerOnce(A,"tilesloaded",function(){var t,o;e(".gm-style").append(wpslSettings.mapControls),e(".wpsl-icon-reset, #wpsl-reset-map").length>0&&(t=B.startLatLng,o=$,e(".wpsl-icon-reset, #wpsl-reset-map").on("click",function(){e(this).hasClass("wpsl-in-progress")||(1==wpslSettings.autoLoad&&(x=1),s.getCenter().lat()===L.centerLatlng.lat()&&s.getCenter().lng()===L.centerLatlng.lng()&&s.getZoom()===L.zoomLevel||(F(!1),e("#wpsl-search-input").val("").removeClass(),e(".wpsl-icon-reset").addClass("wpsl-in-progress"),p&&p.clearMarkers(),R(),function(){var t,s,o,l,n,i,a,r,p=e("#wpsl-wrap").hasClass("wpsl-default-filters"),d=[wpslSettings.searchRadius+" "+wpslSettings.distanceUnit,wpslSettings.maxResults],c=["wpsl-radius","wpsl-results"];for(t=0,s=c.length;t<s;t++)e("#"+c[t]+" select").val(parseInt(d[t])),e("#"+c[t]+" li").removeClass(),"wpsl-radius"==c[t]?o=wpslSettings.searchRadius:"wpsl-results"==c[t]&&(o=wpslSettings.maxResults),e("#"+c[t]+" li").each(function(){e(this).text()===d[t]&&(e(this).addClass("wpsl-selected-dropdown"),e("#"+c[t]+" .wpsl-selected-item").html(d[t]).attr("data-value",o))});e("#wpsl-category").length&&(e("#wpsl-category select").val(0),e("#wpsl-category li").removeClass(),e("#wpsl-category li:first-child").addClass("wpsl-selected-dropdown"),l=e("#wpsl-category li:first-child").text(),e("#wpsl-category .wpsl-selected-item").html(l).attr("data-value",0)),e(".wpsl-custom-dropdown").length>0&&e(".wpsl-custom-dropdown").each(function(t){p?e(this).find("option").removeAttr("selected"):(n=e(this).siblings("div"),i=n.find("li:first-child"),a=i.text(),r=i.attr("data-value"),n.find("li").removeClass(),n.prev().html(a).attr("data-value",r))})}(),1==wpslSettings.autoLocate?T(t,n,!0,o):I(t,o)),e("#wpsl-stores").show(),e("#wpsl-direction-details").hide())}),e(".wpsl-icon-reset").hide()),e(".wpsl-icon-direction").on("click",function(){e(this).addClass("wpsl-user-activated"),N(B.startLatLng,$)})}),e(".wpsl-search").hasClass("wpsl-widget")&&(e("#wpsl-search-btn").trigger("click"),e(".wpsl-search").removeClass("wpsl-widget")));var B,A,$;var W;var j;void 0!==wpslSettings.markerZoomTo&&1==wpslSettings.markerZoomTo&&google.maps.event.addListener(s,"zoom_changed",function(){D()})}(e(this).attr("id"),a)}),function(){var t,o;if(_.isArray(wpslSettings.mapTabAnchor))for(t=0,o=S.length;t<o;t++)Q(S[t],wpslSettings.mapTabAnchor[t],t);else e("a[href='#"+wpslSettings.mapTabAnchor+"']").length&&Q(s,wpslSettings.mapTabAnchor)}()),e("#wpsl-result-list").on("click",".wpsl-back",function(){var t,l;for(o.setMap(null),t=0,l=v.length;t<l;t++)v[t].setMap(s);return void 0!==d&&""!==d&&d.setMap(s),p&&$(),s.setCenter(C.centerLatlng),s.setZoom(C.zoomLevel),e(".wpsl-direction-before, .wpsl-direction-after").remove(),e("#wpsl-stores").show(),e("#wpsl-direction-details").hide(),!1}),e("#wpsl-gmap").length&&("bounce"==wpslSettings.markerEffect?(e("#wpsl-stores").on("mouseenter","li",function(){U(e(this).data("store-id"),"start")}),e("#wpsl-stores").on("mouseleave","li",function(){U(e(this).data("store-id"),"stop")})):"info_window"==wpslSettings.markerEffect&&e("#wpsl-stores").on("mouseenter","li",function(){var t,o;for(t=0,o=v.length;t<o;t++)v[t].storeId==e(this).data("store-id")&&(google.maps.event.trigger(v[t],"click"),s.setCenter(v[t].position))})),void 0!==wpslSettings.infoWindowStyle&&"infobox"==wpslSettings.infoWindowStyle&&1==wpslSettings.markerClusters)&&google.maps.event.addListener(s,"zoom_changed",function(){google.maps.event.addListenerOnce(s,"idle",function(){if(void 0!==p&&(w=p.clusters_).length)for(m=0,g=w.length;m<g;m++)for(f=0,u=w[m].markers_.length;f<u;f++)if(w[m].markers_[f].storeId==a){r.getVisible()&&null===w[m].markers_[f].map?r.setVisible(!1):r.getVisible()||null===w[m].markers_[f].map||r.setVisible(!0);break}})});function W(e,t,s,o){h.length=0,s.setContent(t),s.open(o,e),h.push(s),void 0!==wpslSettings.infoWindowStyle&&"infobox"==wpslSettings.infoWindowStyle&&1==wpslSettings.markerClusters&&(a=e.storeId,s.setVisible(!0))}function D(){s.getZoom()>=wpslSettings.autoZoomLevel?e(".wpsl-zoom-here").hide():e(".wpsl-zoom-here").show()}var j={formatPhoneNumber:function(e){return 1==wpslSettings.phoneUrl&&M()&&(e="<a href='tel:"+j.formatClickablePhoneNumber(e)+"'>"+e+"</a>"),e},formatClickablePhoneNumber:function(e){return-1!=e.indexOf("+")&&-1!=e.indexOf("(0)")&&(e=e.replace("(0)","")),e.replace(/(-| |\(|\)|\.|)/g,"")},createInfoWindowActions:function(t){var s,o="",l="";return e("#wpsl-gmap").length&&(k&&(o="<a class='wpsl-streetview' href='#'>"+wpslLabels.streetView+"</a>"),1==wpslSettings.markerZoomTo&&(l="<a class='wpsl-zoom-here' href='#'>"+wpslLabels.zoomHere+"</a>"),s="<div class='wpsl-info-actions'>"+j.createDirectionUrl(t)+o+l+"</div>"),s},createDirectionUrl:function(t){var s,o,l={};return 1==wpslSettings.directionRedirect?(void 0===c&&(c=""),l.target="target='_blank'",void 0!==t?l.src=e("[data-store-id="+t+"] .wpsl-directions").attr("href"):(o=this.zip?this.zip+", ":"",s=this.address+", "+this.city+", "+o+this.country,l.src="https://www.google.com/maps/dir/?api=1&origin="+j.rfc3986EncodeURIComponent(c)+"&destination="+j.rfc3986EncodeURIComponent(s)+"&travelmode="+wpslSettings.directionsTravelMode.toLowerCase())):l={src:"#",target:""},"<a class='wpsl-directions' "+l.target+" href='"+l.src+"'>"+wpslLabels.directions+"</a>"},rfc3986EncodeURIComponent:function(e){return encodeURIComponent(e).replace(/[!'()*]/g,escape)}};function G(t){var s;return s=e("#wpsl-base-gmap_0").length?e("#wpsl-cpt-info-window-template").html():e("#wpsl-info-window-template").html(),_.template(s)(t)}function H(){var e,t,o=Number(wpslSettings.autoZoomLevel),l=new google.maps.LatLngBounds;for(Y(s,o),e=0,t=v.length;e<t;e++)l.extend(v[e].position);s.fitBounds(l)}function F(e){var t,s;if(o.setMap(null),v){for(s=0,t=v.length;s<t;s++)e?1!=v[s].draggable?v[s].setMap(null):d=v[s]:v[s].setMap(null);v.length=0}p&&p.clearMarkers()}function K(e){var t;switch(e){case"ZERO_RESULTS":t=wpslLabels.noResults;break;case"OVER_QUERY_LIMIT":t=wpslLabels.queryLimit;break;default:t=wpslLabels.generalError}alert(t)}function q(){e(".wpsl-dropdown").removeClass("wpsl-active"),e(".wpsl-dropdown div").css("height",0)}function Q(t,s,o){var l,n,i,a,r,p=!!Number(wpslSettings.mapTabAnchorReturn),d=e("a[href='#"+s+"']");i=void 0!==t.maxZoom?t.maxZoom:Number(wpslSettings.autoZoomLevel),void 0!==o&&0==o&&d.addClass("wpsl-fitbounds"),d.on("click",function(){return setTimeout(function(){void 0!==t.map?(a=t.bounds,r=t.map):r=t,l=r.getZoom(),n=r.getCenter(),google.maps.event.trigger(r,"resize"),d.hasClass("wpsl-fitbounds")||(Y(r,i),r.setZoom(l),r.setCenter(n),void 0!==a?r.fitBounds(a):H(),d.addClass("wpsl-fitbounds"))},50),p})}function Y(e,t){google.maps.event.addListenerOnce(e,"bounds_changed",function(){google.maps.event.addListenerOnce(e,"idle",function(){this.getZoom()>t&&this.setZoom(t)})})}e("#wpsl-stores").on("click",".wpsl-store-details",function(){var t,s,o=e(this).parents("li"),l=o.data("store-id");if("info window"==wpslSettings.moreInfoLocation)for(t=0,s=v.length;t<s;t++)v[t].storeId==l&&google.maps.event.trigger(v[t],"click");else o.find(".wpsl-more-info-listings").is(":visible")?e(this).removeClass("wpsl-active-details"):e(this).addClass("wpsl-active-details"),o.siblings().find(".wpsl-store-details").removeClass("wpsl-active-details"),o.siblings().find(".wpsl-more-info-listings").hide(),o.find(".wpsl-more-info-listings").toggle();if("default"!=wpslSettings.templateId||"store listings"==wpslSettings.moreInfoLocation)return!1})});
1
+ jQuery(document).ready(function(e){var t,s,o,n,l,i,a,r,p,d,c,w,g,u,m,f=[],h=[],v=[],S={},b={},C={},L=!1,k=!1,y="undefined"!=typeof wpslSettings?wpslSettings.autoLoad:"",x={},I={enabled:void 0!==wpslSettings.collectStatistics,address_components:""};function M(e,t){W(e,0,"",!0,t),A(e,L,y,t)}function N(){return/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)}function E(t,s){if(navigator.geolocation){var o,n,l=Number(wpslSettings.geoLocationTimeout);o=setInterval(function(){e(".wpsl-icon-direction").toggleClass("wpsl-active-icon")},600),n=setTimeout(function(){R(o),M(t,s)},l),navigator.geolocation.getCurrentPosition(function(l){R(o),clearTimeout(n),q(!1),T(t,l,L,s),e(".wpsl-search").addClass("wpsl-geolocation-run")},function(o){if(e(".wpsl-icon-direction").hasClass("wpsl-user-activated")&&!e(".wpsl-search").hasClass("wpsl-geolocation-run")){switch(o.code){case o.PERMISSION_DENIED:alert(wpslGeolocationErrors.denied);break;case o.POSITION_UNAVAILABLE:alert(wpslGeolocationErrors.unavailable);break;case o.TIMEOUT:alert(wpslGeolocationErrors.timeout);break;default:alert(wpslGeolocationErrors.generalError)}e(".wpsl-icon-direction").removeClass("wpsl-active-icon")}else e(".wpsl-search").hasClass("wpsl-geolocation-run")||(clearTimeout(n),M(t,s))},{maximumAge:6e4,timeout:l,enableHighAccuracy:!0})}else alert(wpslGeolocationErrors.unavailable),M(t,s)}function R(t){clearInterval(t),e(".wpsl-icon-direction").removeClass("wpsl-active-icon")}function T(e,t,o,n){if(void 0===t)M(e,n);else{var l=new google.maps.LatLng(t.coords.latitude,t.coords.longitude);x={position:t,newRequest:!0},s.setCenter(l),W(l,0,"",!0,n),A(l,o,y,n)}}function P(){void 0!==wpslSettings.infoWindowStyle&&"infobox"==wpslSettings.infoWindowStyle&&void 0!==f[0]&&f[0].close()}function O(){void 0!==p&&""!==p&&(p.setMap(null),p="")}function U(t){var l,i,a,d,c;for(P(),c=t.parents("li").length>0?t.parents("li").data("store-id"):t.parents(".wpsl-info-window").data("store-id"),void 0!==p&&""!==p&&(i=p.getPosition()),b={centerLatlng:s.getCenter(),zoomLevel:s.getZoom()},l=0,d=h.length;l<d;l++)0!=h[l].storeId||void 0!==i&&""!==i?h[l].storeId==c&&(a=h[l].getPosition()):i=h[l].getPosition();i&&a?(e("#wpsl-direction-details ul").empty(),e(".wpsl-direction-before, .wpsl-direction-after").remove(),function(t,l){var i,a,d,c,w,g,u,m,f,v="";u="km"==wpslSettings.distanceUnit?"METRIC":"IMPERIAL";f={origin:t,destination:l,travelMode:wpslSettings.directionsTravelMode,unitSystem:google.maps.UnitSystem[u]},n.route(f,function(t,n){if(n==google.maps.DirectionsStatus.OK){if(o.setMap(s),o.setDirections(t),t.routes.length>0){for(c=t.routes[0],w=0;w<c.legs.length;w++)for(i=c.legs[w],g=0,a=i.steps.length;g<a;g++)d=i.steps[g],v=v+"<li><div class='wpsl-direction-index'>"+(g+1)+"</div><div class='wpsl-direction-txt'>"+d.instructions+"</div><div class='wpsl-direction-distance'>"+d.distance.text+"</div></li>";for(e("#wpsl-direction-details ul").append(v).before("<div class='wpsl-direction-before'><a class='wpsl-back' id='wpsl-direction-start' href='#'>"+wpslLabels.back+"</a><div><span class='wpsl-total-distance'>"+c.legs[0].distance.text+"</span> - <span class='wpsl-total-durations'>"+c.legs[0].duration.text+"</span></div></div>").after("<p class='wpsl-direction-after'>"+t.routes[0].copyrights+"</p>"),e("#wpsl-direction-details").show(),w=0,a=h.length;w<a;w++)h[w].setMap(null);r&&r.clearMarkers(),void 0!==p&&""!==p&&p.setMap(null),e("#wpsl-stores").hide(),1==wpslSettings.templateId&&(m=e("#wpsl-gmap").offset(),e(window).scrollTop(m.top))}}else!function(e){var t;switch(e){case"NOT_FOUND":case"ZERO_RESULTS":t=wpslLabels.noDirectionsFound;break;case"OVER_QUERY_LIMIT":t=wpslLabels.queryLimit;break;default:t=wpslLabels.generalError}alert(t)}(n)})}(i,a)):alert(wpslLabels.generalError)}function z(e,t){var s,o,n;for(s=0,o=h.length;s<o;s++)h[s].storeId==e&&(n=h[s],"start"==t?n.setAnimation(google.maps.Animation.BOUNCE):n.setAnimation(null))}function Z(e,t){W(e,0,"",!0,t),A(e,L,!1,t)}function B(s,o){t.geocode({latLng:s},function(t,s){if(s==google.maps.GeocoderStatus.OK){if(1==wpslSettings.autoLocate&&x.newRequest){var n=function(e){var t,s,o,n=e[0].address_components.length;for(o=0;o<n;o++)s=e[0].address_components[o].types,(/^postal_code$/.test(s)||/^postal_code,postal_code_prefix$/.test(s))&&(t=e[0].address_components[o].long_name);return t}(t);""!==n&&e("#wpsl-search-input").val(n),x.newRequest=!1}wpslSettings.directionRedirect&&(d=t[0].formatted_address),I.enabled&&(I.address_components=t[0].address_components),o()}else K(s)})}function A(e,t,s,o){1==wpslSettings.directionRedirect||I.enabled?B(e,function(){$(e,t,s,o)}):$(e,t,s,o)}function $(t,o,n,l){var i,a,r="",p=e("#wpsl-listing-template").html(),d=e("#wpsl-stores ul"),c=wpslSettings.url+"img/ajax-loader.gif";a=function(t,s,o){var n,l,i,a,r,p="",d=e("#wpsl-wrap").hasClass("wpsl-mobile"),c=e("#wpsl-wrap").hasClass("wpsl-default-filters"),w={action:"store_search",lat:t.lat(),lng:t.lng()};s?(w.max_results=wpslSettings.maxResults,w.search_radius=wpslSettings.searchRadius):(d||c?(n=parseInt(e("#wpsl-results .wpsl-dropdown").val()),l=parseInt(e("#wpsl-radius .wpsl-dropdown").val())):(n=parseInt(e("#wpsl-results .wpsl-selected-item").attr("data-value")),l=parseInt(e("#wpsl-radius .wpsl-selected-item").attr("data-value"))),isNaN(n)?w.max_results=wpslSettings.maxResults:w.max_results=n,isNaN(l)?w.search_radius=wpslSettings.searchRadius:w.search_radius=l,void 0!==wpslSettings.categoryIds?w.filter=wpslSettings.categoryIds:e("#wpsl-category").length>0?(p=d||c?parseInt(e("#wpsl-category .wpsl-dropdown").val()):parseInt(e("#wpsl-category .wpsl-selected-item").attr("data-value")),isNaN(p)||0===p||(w.filter=p)):e("#wpsl-checkbox-filter").length>0&&e("#wpsl-checkbox-filter input:checked").length>0&&(w.filter=e("#wpsl-checkbox-filter input:checked").map(function(){return e(this).val()}).get().join(",")),e(".wpsl-custom-dropdown").length>0&&e(".wpsl-custom-dropdown").each(function(t){i="",a="",d||c?(i=e(this).attr("name"),a=e(this).val()):(i=e(this).attr("name"),a=e(this).next(".wpsl-selected-item").attr("data-value")),i&&a&&(w[i]=a)}),e(".wpsl-custom-checkboxes").length>0&&e(".wpsl-custom-checkboxes").each(function(t){var s,o;(r=e(this).attr("data-name"))&&(w[r]=(s=e("[data-name="+r+"]"),o=[],e(s).find("input:checked").each(function(t){o.push(e(this).val())}),o.join()))}));1==o&&(void 0!==x.position?w.skip_cache=1:(w.autoload=1,void 0!==wpslSettings.categoryIds&&(w.filter=wpslSettings.categoryIds)));I.enabled&&0==o&&(w.search=e("#wpsl-search-input").val(),w.statistics=I.address_components);return w}(t,o,n),d.empty().append("<li class='wpsl-preloader'><img src='"+c+"'/>"+wpslLabels.preloader+"</li>"),e("#wpsl-wrap").removeClass("wpsl-no-results"),e.get(wpslSettings.ajaxurl,a,function(o){e(".wpsl-preloader, .no-results").remove(),o.length>0&&void 0===o.addon?(e.each(o,function(e){_.extend(o[e],G),W(new google.maps.LatLng(o[e].lat,o[e].lng),o[e].id,o[e],!1,l),r+=_.template(p)(o[e])}),e("#wpsl-result-list").off("click",".wpsl-directions"),d.empty(),d.append(r),e("#wpsl-result-list").on("click",".wpsl-directions",function(){if(1!=wpslSettings.directionRedirect)return U(e(this)),!1}),V(),e("#wpsl-result-list p:empty").remove()):(W(t,0,"",!0,l),i=function(){var e;e=void 0!==wpslSettings.noResults&&""!==wpslSettings.noResults?wpslSettings.noResults:wpslLabels.noResults;return e}(),e("#wpsl-wrap").addClass("wpsl-no-results"),d.html("<li class='wpsl-no-results-msg'>"+i+"</li>")),1==wpslSettings.runFitBounds?F():(s.setZoom(Number(wpslSettings.zoomLevel)),s.setCenter(h[0].position)),1==wpslSettings.resetMap&&(e.isEmptyObject(C)&&google.maps.event.addListenerOnce(s,"tilesloaded",function(){C={centerLatlng:s.getCenter(),zoomLevel:s.getZoom()},e("#wpsl-map-controls").addClass("wpsl-reset-exists"),e(".wpsl-icon-reset, #wpsl-reset-map").show()}),e(".wpsl-icon-reset").removeClass("wpsl-in-progress"))}),1!=wpslSettings.mouseFocus||N()||e("#wpsl-search-input").focus()}function V(){if(1==wpslSettings.markerClusters){var e,t=Number(wpslSettings.clusterZoom),o=Number(wpslSettings.clusterSize);isNaN(t)&&(t=""),isNaN(o)&&(o=""),void 0!==wpslSettings.excludeStartFromCluster&&1==wpslSettings.excludeStartFromCluster&&(e=h.slice(0)).splice(0,1),r=new MarkerClusterer(s,void 0===e?h:e,{gridSize:o,maxZoom:t})}}function W(t,o,n,l,i){var a,r,p,d;0===o?(n={store:wpslLabels.startPoint},a=S.url+wpslSettings.startMarker):a=void 0!==n.alternateMarkerUrl&&n.alternateMarkerUrl?n.alternateMarkerUrl:void 0!==n.categoryMarkerUrl&&n.categoryMarkerUrl?n.categoryMarkerUrl:S.url+wpslSettings.storeMarker,r={url:a,scaledSize:new google.maps.Size(Number(S.scaledSize[0]),Number(S.scaledSize[1])),origin:new google.maps.Point(Number(S.origin[0]),Number(S.origin[1])),anchor:new google.maps.Point(Number(S.anchor[0]),Number(S.anchor[1]))},p=new google.maps.Marker({position:t,map:s,optimized:!1,title:function(e){if(e)return e.replace(/&#(\d+);/g,function(e,t){return String.fromCharCode(t)})}(n.store),draggable:l,storeId:o,icon:r}),h.push(p),google.maps.event.addListener(p,"click",(d=s,function(){var s,l;0!=o?void 0!==wpslSettings.markerStreetView&&1==wpslSettings.markerStreetView?(s=t,l=function(){D(p,H(n),i,d)},(new google.maps.StreetViewService).getPanoramaByLocation(s,50,function(e,t){k=t==google.maps.StreetViewStatus.OK,l()})):D(p,H(n),i,d):D(p,wpslLabels.startPoint,i,d),google.maps.event.clearListeners(i,"domready"),google.maps.event.addListener(i,"domready",function(){var t,s;t=p,s=d,e(".wpsl-info-actions a").on("click",function(o){var n,l,i,a,r,p=Number(wpslSettings.autoZoomLevel);if(o.stopImmediatePropagation(),e(this).hasClass("wpsl-directions")){if(1==wpslSettings.directionRedirect)return!0;U(e(this))}else e(this).hasClass("wpsl-streetview")?(n=t,(i=(l=s).getStreetView()).setPosition(n.getPosition()),i.setVisible(!0),e("#wpsl-map-controls").hide(),a=i,r=l,google.maps.event.addListener(a,"visible_changed",function(){if(!a.getVisible()){var t=r.getZoom();e("#wpsl-map-controls").show(),r.setZoom(t-1),r.setZoom(t)}})):e(this).hasClass("wpsl-zoom-here")&&(s.setCenter(t.getPosition()),s.setZoom(p));return!1}),j()})})),l&&google.maps.event.addListener(p,"dragend",function(e){q(!0),s.setCenter(e.latLng),B(e.latLng),A(e.latLng,L,y=!1,i)})}(_.templateSettings={evaluate:/\<\%(.+?)\%\>/g,interpolate:/\<\%=(.+?)\%\>/g,escape:/\<\%-(.+?)\%\>/g},e(".wpsl-gmap-canvas").length&&(e("<img />").attr("src",wpslSettings.url+"img/ajax-loader.gif"),e(".wpsl-gmap-canvas").each(function(i){!function(i,p){var d,c,w,g,u,m,f,h,b=Number(wpslSettings.zoomLevel),k=Number(wpslSettings.autoZoomLevel);w=function(e){var t,s,o,n,l,i,a,r=["zoomLevel","mapType","mapTypeControl","mapStyle","streetView","scrollWheel","controlPosition"],p={zoomLevel:wpslSettings.zoomLevel,mapType:wpslSettings.mapType,mapTypeControl:wpslSettings.mapTypeControl,mapStyle:wpslSettings.mapStyle,streetView:wpslSettings.streetView,scrollWheel:wpslSettings.scrollWheel,controlPosition:wpslSettings.controlPosition,gestureHandling:wpslSettings.gestureHandling};if(void 0!==window["wpslMap_"+e]&&void 0!==window["wpslMap_"+e].shortCode)for(t=0,s=r.length;t<s;t++)void 0!==(o=window["wpslMap_"+e].shortCode[r[t]])&&(p[r[t]]=o);return p.startLatLng=(n=e,a="",void 0!==window["wpslMap_"+n]&&void 0!==window["wpslMap_"+n].locations&&(a=window["wpslMap_"+n].locations[0]),void 0!==a&&void 0!==a.lat&&void 0!==a.lng?l=new google.maps.LatLng(a.lat,a.lng):""!==wpslSettings.startLatlng?(i=wpslSettings.startLatlng.split(","),l=new google.maps.LatLng(i[0],i[1])):l=new google.maps.LatLng(0,0),l),p}(p),(h=Number(w.zoomLevel))!==b&&(k=h);B={},void 0!==wpslSettings.infoWindowStyle&&"infobox"==wpslSettings.infoWindowStyle?(U=wpslSettings.infoBoxClearance.split(","),z=wpslSettings.infoBoxPixelOffset.split(","),B={alignBottom:!0,boxClass:wpslSettings.infoBoxClass,closeBoxMargin:wpslSettings.infoBoxCloseMargin,closeBoxURL:wpslSettings.infoBoxCloseUrl,content:"",disableAutoPan:!!Number(wpslSettings.infoBoxDisableAutoPan),enableEventPropagation:!!Number(wpslSettings.infoBoxEnableEventPropagation),infoBoxClearance:new google.maps.Size(Number(U[0]),Number(U[1])),pixelOffset:new google.maps.Size(Number(z[0]),Number(z[1])),zIndex:Number(wpslSettings.infoBoxZindex)},a=new InfoBox(B)):a=new google.maps.InfoWindow,g=a,t=new google.maps.Geocoder,o=new google.maps.DirectionsRenderer,n=new google.maps.DirectionsService,d={zoom:h,center:w.startLatLng,mapTypeId:google.maps.MapTypeId[w.mapType.toUpperCase()],mapTypeControl:!!Number(w.mapTypeControl),scrollwheel:!!Number(w.scrollWheel),streetViewControl:!!Number(w.streetView),gestureHandling:w.gestureHandling,zoomControlOptions:{position:google.maps.ControlPosition[w.controlPosition.toUpperCase()+"_TOP"]}},S=function(){var e,t=wpslSettings.markerIconProps,s={};void 0!==t.url?s.url=t.url:void 0!==t.categoryMarkerUrl?s.categoryMarkerUrl=t.categoryMarkerUrl:void 0!==t.alternateMarkerUrl?s.alternateMarkerUrl=t.alternateMarkerUrl:s.url=wpslSettings.url+"img/markers/";for(var o in t)t.hasOwnProperty(o)&&2==(e=t[o].split(",")).length&&(s[o]=e);return s}(),s=new google.maps.Map(document.getElementById(i),d),R=w.mapStyle,(R=function(e){try{var t=JSON.parse(e);if(t&&"object"==typeof t&&null!==t)return t}catch(e){}return!1}(R))&&s.setOptions({styles:R}),void 0!==window["wpslMap_"+p]&&void 0!==window["wpslMap_"+p].locations&&(m=new google.maps.LatLngBounds,f=window["wpslMap_"+p].locations,e.each(f,function(e){W(u=new google.maps.LatLng(f[e].lat,f[e].lng),f[e].id,f[e],!1,g),m.extend(u)}),f.length>1&&(J(s,k),s.fitBounds(m)),_.isArray(wpslSettings.mapTabAnchor)&&(c={map:s,bounds:m,maxZoom:k},v.push(c)));var R;var U,z,B;e("#wpsl-gmap").length&&(1==wpslSettings.autoComplete&&function(){var t,s,o,n={};void 0===wpslSettings.geocodeComponents||e.isEmptyObject(wpslSettings.geocodeComponents)||(n.componentRestrictions=wpslSettings.geocodeComponents);t=document.getElementById("wpsl-search-input"),(s=new google.maps.places.Autocomplete(t,n)).addListener("place_changed",function(){(o=s.getPlace()).geometry&&(l=o.geometry.location)})}(),!N()&&e(".wpsl-dropdown").length&&1==wpslSettings.enableStyledDropdowns?(G=Number(wpslSettings.maxDropdownHeight),e(".wpsl-dropdown").each(function(t){var s,o,n=e(this);n.$dropdownWrap=n.wrap("<div class='wpsl-dropdown'></div>").parent(),n.$selectedVal=n.val(),n.$dropdownElem=e("<div><ul/></div>").appendTo(n.$dropdownWrap),n.$dropdown=n.$dropdownElem.find("ul"),n.$options=n.$dropdownWrap.find("option"),n.hide().removeClass("wpsl-dropdown"),e.each(n.$options,function(){s=e(this).val()==n.$selectedVal?'class="wpsl-selected-dropdown"':"",n.$dropdown.append("<li data-value="+e(this).val()+" "+s+">"+e(this).text()+"</li>")}),n.$dropdownElem.before("<span data-value="+n.find(":selected").val()+" class='wpsl-selected-item'>"+n.find(":selected").text()+"</span>"),n.$dropdownItem=n.$dropdownElem.find("li"),n.$dropdownWrap.on("click",function(t){e(this).hasClass("wpsl-active")?e(this).removeClass("wpsl-active"):(Q(),e(this).toggleClass("wpsl-active"),o=0,e(this).hasClass("wpsl-active")?(n.$dropdownItem.each(function(t){o+=e(this).outerHeight()}),n.$dropdownElem.css("height",o+2+"px")):n.$dropdownElem.css("height",0),o>G&&(e(this).addClass("wpsl-scroll-required"),n.$dropdownElem.css("height",G+"px")),t.stopPropagation())}),n.$dropdownItem.on("click",function(t){n.$dropdownWrap.find(e(".wpsl-selected-item")).html(e(this).text()).attr("data-value",e(this).attr("data-value")),n.$dropdownItem.removeClass("wpsl-selected-dropdown"),e(this).addClass("wpsl-selected-dropdown"),Q(),t.stopPropagation()})}),e(document).click(function(){Q()})):(e("#wpsl-search-wrap select").show(),N()?e("#wpsl-wrap").addClass("wpsl-mobile"):e("#wpsl-wrap").addClass("wpsl-default-filters")),e(".wpsl-search").hasClass("wpsl-widget")||(1==wpslSettings.autoLocate?E(w.startLatLng,g):1==wpslSettings.autoLoad&&M(w.startLatLng,g)),1!=wpslSettings.mouseFocus||N()||e("#wpsl-search-input").focus(),D=g,e("#wpsl-search-btn").unbind("click").bind("click",function(s){return e("#wpsl-search-input").removeClass(),e("#wpsl-search-input").val()?(e("#wpsl-result-list ul").empty(),e("#wpsl-stores").show(),e(".wpsl-direction-before, .wpsl-direction-after").remove(),e("#wpsl-direction-details").hide(),L=!1,P(),q(!1),O(),1==wpslSettings.autoComplete&&void 0!==l?Z(l,D):(o=D,n={address:e("#wpsl-search-input").val()},void 0===wpslSettings.geocodeComponents||e.isEmptyObject(wpslSettings.geocodeComponents)||(n.componentRestrictions=wpslSettings.geocodeComponents),t.geocode(n,function(e,t){t==google.maps.GeocoderStatus.OK?(I.enabled&&(I.address_components=e[0].address_components),Z(e[0].geometry.location,o)):K(t)}))):e("#wpsl-search-input").addClass("wpsl-error").focus(),!1;var o,n}),A=w,$=s,V=g,google.maps.event.addListenerOnce($,"tilesloaded",function(){var t,o;e(".gm-style").append(wpslSettings.mapControls),e(".wpsl-icon-reset, #wpsl-reset-map").length>0&&(t=A.startLatLng,o=V,e(".wpsl-icon-reset, #wpsl-reset-map").on("click",function(){e(this).hasClass("wpsl-in-progress")||(1==wpslSettings.autoLoad&&(y=1),s.getCenter().lat()===C.centerLatlng.lat()&&s.getCenter().lng()===C.centerLatlng.lng()&&s.getZoom()===C.zoomLevel||(q(!1),e("#wpsl-search-input").val("").removeClass(),e(".wpsl-icon-reset").addClass("wpsl-in-progress"),r&&r.clearMarkers(),O(),function(){var t,s,o,n,l,i,a,r,p=e("#wpsl-wrap").hasClass("wpsl-default-filters"),d=[wpslSettings.searchRadius+" "+wpslSettings.distanceUnit,wpslSettings.maxResults],c=["wpsl-radius","wpsl-results"];for(t=0,s=c.length;t<s;t++)e("#"+c[t]+" select").val(parseInt(d[t])),e("#"+c[t]+" li").removeClass(),"wpsl-radius"==c[t]?o=wpslSettings.searchRadius:"wpsl-results"==c[t]&&(o=wpslSettings.maxResults),e("#"+c[t]+" li").each(function(){e(this).text()===d[t]&&(e(this).addClass("wpsl-selected-dropdown"),e("#"+c[t]+" .wpsl-selected-item").html(d[t]).attr("data-value",o))});e("#wpsl-category").length&&(e("#wpsl-category select").val(0),e("#wpsl-category li").removeClass(),e("#wpsl-category li:first-child").addClass("wpsl-selected-dropdown"),n=e("#wpsl-category li:first-child").text(),e("#wpsl-category .wpsl-selected-item").html(n).attr("data-value",0)),e(".wpsl-custom-dropdown").length>0&&e(".wpsl-custom-dropdown").each(function(t){p?e(this).find("option").removeAttr("selected"):(l=e(this).siblings("div"),i=l.find("li:first-child"),a=i.text(),r=i.attr("data-value"),l.find("li").removeClass(),l.prev().html(a).attr("data-value",r))})}(),1==wpslSettings.autoLocate?T(t,x.position,!0,o):M(t,o)),e("#wpsl-stores").show(),e("#wpsl-direction-details").hide())}),e(".wpsl-icon-reset").hide()),e(".wpsl-icon-direction").on("click",function(){e(this).addClass("wpsl-user-activated"),E(A.startLatLng,V)})}),e(".wpsl-search").hasClass("wpsl-widget")&&(e("#wpsl-search-btn").trigger("click"),e(".wpsl-search").removeClass("wpsl-widget")));var A,$,V;var D;var G;void 0!==wpslSettings.markerZoomTo&&1==wpslSettings.markerZoomTo&&google.maps.event.addListener(s,"zoom_changed",function(){j()})}(e(this).attr("id"),i)}),function(){var t,o;if(_.isArray(wpslSettings.mapTabAnchor))for(t=0,o=v.length;t<o;t++)Y(v[t],wpslSettings.mapTabAnchor[t],t);else e("a[href='#"+wpslSettings.mapTabAnchor+"']").length&&Y(s,wpslSettings.mapTabAnchor)}()),e("#wpsl-result-list").on("click",".wpsl-back",function(){var t,n;for(o.setMap(null),t=0,n=h.length;t<n;t++)h[t].setMap(s);return void 0!==p&&""!==p&&p.setMap(s),r&&V(),s.setCenter(b.centerLatlng),s.setZoom(b.zoomLevel),e(".wpsl-direction-before, .wpsl-direction-after").remove(),e("#wpsl-stores").show(),e("#wpsl-direction-details").hide(),!1}),e("#wpsl-gmap").length&&("bounce"==wpslSettings.markerEffect?(e("#wpsl-stores").on("mouseenter","li",function(){z(e(this).data("store-id"),"start")}),e("#wpsl-stores").on("mouseleave","li",function(){z(e(this).data("store-id"),"stop")})):"info_window"==wpslSettings.markerEffect&&e("#wpsl-stores").on("mouseenter","li",function(){var t,o;for(t=0,o=h.length;t<o;t++)h[t].storeId==e(this).data("store-id")&&(google.maps.event.trigger(h[t],"click"),s.setCenter(h[t].position))})),void 0!==wpslSettings.infoWindowStyle&&"infobox"==wpslSettings.infoWindowStyle&&1==wpslSettings.markerClusters)&&google.maps.event.addListener(s,"zoom_changed",function(){google.maps.event.addListenerOnce(s,"idle",function(){if(void 0!==r&&(c=r.clusters_).length)for(u=0,w=c.length;u<w;u++)for(m=0,g=c[u].markers_.length;m<g;m++)if(c[u].markers_[m].storeId==i){a.getVisible()&&null===c[u].markers_[m].map?a.setVisible(!1):a.getVisible()||null===c[u].markers_[m].map||a.setVisible(!0);break}})});function D(e,t,s,o){f.length=0,s.setContent(t),s.open(o,e),f.push(s),void 0!==wpslSettings.infoWindowStyle&&"infobox"==wpslSettings.infoWindowStyle&&1==wpslSettings.markerClusters&&(i=e.storeId,s.setVisible(!0))}function j(){s.getZoom()>=wpslSettings.autoZoomLevel?e(".wpsl-zoom-here").hide():e(".wpsl-zoom-here").show()}var G={formatPhoneNumber:function(e){return(1==wpslSettings.phoneUrl&&N()||1==wpslSettings.clickableDetails)&&(e="<a href='tel:"+G.formatClickablePhoneNumber(e)+"'>"+e+"</a>"),e},formatClickablePhoneNumber:function(e){return-1!=e.indexOf("+")&&-1!=e.indexOf("(0)")&&(e=e.replace("(0)","")),e.replace(/(-| |\(|\)|\.|)/g,"")},formatEmail:function(e){return 1==wpslSettings.clickableDetails&&(e="<a href='mailto:"+e+"'>"+e+"</a>"),e},createInfoWindowActions:function(t){var s,o="",n="";return e("#wpsl-gmap").length&&(k&&(o="<a class='wpsl-streetview' href='#'>"+wpslLabels.streetView+"</a>"),1==wpslSettings.markerZoomTo&&(n="<a class='wpsl-zoom-here' href='#'>"+wpslLabels.zoomHere+"</a>"),s="<div class='wpsl-info-actions'>"+G.createDirectionUrl(t)+o+n+"</div>"),s},createDirectionUrl:function(t){var s,o,n={};return 1==wpslSettings.directionRedirect?(void 0===d&&(d=""),n.target="target='_blank'",void 0!==t?n.src=e("[data-store-id="+t+"] .wpsl-directions").attr("href"):(o=this.zip?this.zip+", ":"",s=this.address+", "+this.city+", "+o+this.country,n.src="https://www.google.com/maps/dir/?api=1&origin="+G.rfc3986EncodeURIComponent(d)+"&destination="+G.rfc3986EncodeURIComponent(s)+"&travelmode="+wpslSettings.directionsTravelMode.toLowerCase())):n={src:"#",target:""},"<a class='wpsl-directions' "+n.target+" href='"+n.src+"'>"+wpslLabels.directions+"</a>"},rfc3986EncodeURIComponent:function(e){return encodeURIComponent(e).replace(/[!'()*]/g,escape)}};function H(t){var s;return s=e("#wpsl-base-gmap_0").length?e("#wpsl-cpt-info-window-template").html():e("#wpsl-info-window-template").html(),_.template(s)(t)}function F(){var e,t,o=Number(wpslSettings.autoZoomLevel),n=new google.maps.LatLngBounds;for(J(s,o),e=0,t=h.length;e<t;e++)n.extend(h[e].position);s.fitBounds(n)}function q(e){var t,s;if(o.setMap(null),h){for(s=0,t=h.length;s<t;s++)e?1!=h[s].draggable?h[s].setMap(null):p=h[s]:h[s].setMap(null);h.length=0}r&&r.clearMarkers()}function K(e){var t;switch(e){case"ZERO_RESULTS":t=wpslLabels.noResults;break;case"OVER_QUERY_LIMIT":t=wpslLabels.queryLimit;break;default:t=wpslLabels.generalError}alert(t)}function Q(){e(".wpsl-dropdown").removeClass("wpsl-active"),e(".wpsl-dropdown div").css("height",0)}function Y(t,s,o){var n,l,i,a,r,p=!!Number(wpslSettings.mapTabAnchorReturn),d=e("a[href='#"+s+"']");i=void 0!==t.maxZoom?t.maxZoom:Number(wpslSettings.autoZoomLevel),void 0!==o&&0==o&&d.addClass("wpsl-fitbounds"),d.on("click",function(){return setTimeout(function(){void 0!==t.map?(a=t.bounds,r=t.map):r=t,n=r.getZoom(),l=r.getCenter(),google.maps.event.trigger(r,"resize"),d.hasClass("wpsl-fitbounds")||(J(r,i),r.setZoom(n),r.setCenter(l),void 0!==a?r.fitBounds(a):F(),d.addClass("wpsl-fitbounds"))},50),p})}function J(e,t){google.maps.event.addListenerOnce(e,"bounds_changed",function(){google.maps.event.addListenerOnce(e,"idle",function(){this.getZoom()>t&&this.setZoom(t)})})}e("#wpsl-stores").on("click",".wpsl-store-details",function(){var t,s,o=e(this).parents("li"),n=o.data("store-id");if("info window"==wpslSettings.moreInfoLocation)for(t=0,s=h.length;t<s;t++)h[t].storeId==n&&google.maps.event.trigger(h[t],"click");else o.find(".wpsl-more-info-listings").is(":visible")?e(this).removeClass("wpsl-active-details"):e(this).addClass("wpsl-active-details"),o.siblings().find(".wpsl-store-details").removeClass("wpsl-active-details"),o.siblings().find(".wpsl-more-info-listings").hide(),o.find(".wpsl-more-info-listings").toggle();if("default"!=wpslSettings.templateId||"store listings"==wpslSettings.moreInfoLocation)return!1})});
languages/wpsl-nl_NL.mo CHANGED
Binary file
languages/wpsl-nl_NL.po CHANGED
@@ -1,9 +1,9 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: WP Store Locator 2.2.11\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2018-01-07 12:36+0700\n"
6
- "PO-Revision-Date: 2018-01-07 12:37+0700\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: nl_NL\n"
@@ -85,7 +85,7 @@ msgstr "Er kan geen adres gevonden worden voor deze locatie."
85
  msgid "Geocode was not successful for the following reason"
86
  msgstr "Geocode was niet succesvol om de volgende reden"
87
 
88
- #: admin/class-admin.php:296 admin/upgrade.php:452
89
  msgid "Security check failed, reload the page and try again."
90
  msgstr ""
91
  "Beveiligings controle mislukt, herlaad de pagina en probeer het nog een keer."
@@ -101,7 +101,7 @@ msgstr ""
101
  "getoond kan worden."
102
 
103
  #: admin/class-admin.php:299 admin/class-metaboxes.php:525
104
- #: frontend/class-frontend.php:567
105
  msgid "Closed"
106
  msgstr "Gesloten"
107
 
@@ -325,9 +325,9 @@ msgstr "Lengtegraad"
325
  msgid "Opening Hours"
326
  msgstr "Openingstijden"
327
 
328
- #: admin/class-metaboxes.php:82 admin/templates/map-settings.php:544
329
- #: admin/templates/map-settings.php:545 frontend/underscore-functions.php:160
330
- #: inc/wpsl-functions.php:150
331
  msgid "Hours"
332
  msgstr "Uren"
333
 
@@ -339,24 +339,24 @@ msgstr "Extra informatie"
339
  msgid "Tel"
340
  msgstr "Tel."
341
 
342
- #: admin/class-metaboxes.php:91 admin/templates/map-settings.php:532
343
- #: admin/templates/map-settings.php:533 frontend/class-frontend.php:817
344
  #: frontend/underscore-functions.php:32 frontend/underscore-functions.php:68
345
- #: frontend/underscore-functions.php:150 inc/wpsl-functions.php:147
346
  msgid "Fax"
347
  msgstr "Fax"
348
 
349
- #: admin/class-metaboxes.php:94 admin/templates/map-settings.php:536
350
- #: admin/templates/map-settings.php:537 admin/upgrade.php:198
351
- #: frontend/class-frontend.php:821 frontend/underscore-functions.php:35
352
  #: frontend/underscore-functions.php:71 frontend/underscore-functions.php:153
353
- #: inc/wpsl-functions.php:148
354
  msgid "Email"
355
  msgstr "E-mail"
356
 
357
- #: admin/class-metaboxes.php:97 admin/templates/map-settings.php:540
358
- #: admin/templates/map-settings.php:541 admin/upgrade.php:202
359
- #: frontend/class-frontend.php:826 inc/wpsl-functions.php:149
360
  msgid "Url"
361
  msgstr "Url"
362
 
@@ -448,25 +448,25 @@ msgstr "Winkel voorbeeld"
448
  msgid "WP Store Locator Transients Cleared"
449
  msgstr "WP Store Locator transients verwijderd"
450
 
451
- #: admin/class-settings.php:374
452
  #, php-format
453
  msgid "There's a problem with the provided %sserver key%s. %s"
454
  msgstr "Er is een probleem met de opgegeven %sserver sleutel%s. %s"
455
 
456
- #: admin/class-settings.php:488
457
  msgid ""
458
  "The max results field cannot be empty, the default value has been restored."
459
  msgstr ""
460
  "Het max. zoek resulaten veld kan niet leeg zijn, de standaard waarde is "
461
  "hersteld."
462
 
463
- #: admin/class-settings.php:491
464
  msgid ""
465
  "The search radius field cannot be empty, the default value has been restored."
466
  msgstr ""
467
  "Het zoek radius veld kan niet leeg zijn, de standaard waarde is hersteld."
468
 
469
- #: admin/class-settings.php:494
470
  #, php-format
471
  msgid ""
472
  "Please provide the name of a city or country that can be used as a starting "
@@ -478,1296 +478,1296 @@ msgstr ""
478
  "automatische achterhalen van de gebruikers locatie mislukt, of het "
479
  "automatische achterhalen is uitgeschakeld."
480
 
481
- #: admin/class-settings.php:515
482
  msgid "Select your language"
483
  msgstr "Kies uw taal"
484
 
485
- #: admin/class-settings.php:516
486
  msgid "English"
487
  msgstr "Engels"
488
 
489
- #: admin/class-settings.php:517
490
  msgid "Arabic"
491
  msgstr "Arabisch"
492
 
493
- #: admin/class-settings.php:518
494
  msgid "Basque"
495
  msgstr "Bask"
496
 
497
- #: admin/class-settings.php:519
498
  msgid "Bulgarian"
499
  msgstr "Bulgaars"
500
 
501
- #: admin/class-settings.php:520
502
  msgid "Bengali"
503
  msgstr "Bengali"
504
 
505
- #: admin/class-settings.php:521
506
  msgid "Catalan"
507
  msgstr "Catalaans"
508
 
509
- #: admin/class-settings.php:522
510
  msgid "Czech"
511
  msgstr "Tjechisch"
512
 
513
- #: admin/class-settings.php:523
514
  msgid "Danish"
515
  msgstr "Deens"
516
 
517
- #: admin/class-settings.php:524
518
  msgid "German"
519
  msgstr "Duits"
520
 
521
- #: admin/class-settings.php:525
522
  msgid "Greek"
523
  msgstr "Grieks"
524
 
525
- #: admin/class-settings.php:526
526
  msgid "English (Australian)"
527
  msgstr "Engels (Australisch)"
528
 
529
- #: admin/class-settings.php:527
530
  msgid "English (Great Britain)"
531
  msgstr "Engels (Verenigd Koninkrijk)"
532
 
533
- #: admin/class-settings.php:528
534
  msgid "Spanish"
535
  msgstr "Spaans"
536
 
537
- #: admin/class-settings.php:529
538
  msgid "Farsi"
539
  msgstr "Farsi"
540
 
541
- #: admin/class-settings.php:530
542
  msgid "Finnish"
543
  msgstr "Fins"
544
 
545
- #: admin/class-settings.php:531
546
  msgid "Filipino"
547
  msgstr "Filipijns"
548
 
549
- #: admin/class-settings.php:532
550
  msgid "French"
551
  msgstr "Frans"
552
 
553
- #: admin/class-settings.php:533
554
  msgid "Galician"
555
  msgstr "Gallisch"
556
 
557
- #: admin/class-settings.php:534
558
  msgid "Gujarati"
559
  msgstr "Gujurati"
560
 
561
- #: admin/class-settings.php:535
562
  msgid "Hindi"
563
  msgstr "Hindi"
564
 
565
- #: admin/class-settings.php:536
566
  msgid "Croatian"
567
  msgstr "Kroatisch"
568
 
569
- #: admin/class-settings.php:537
570
  msgid "Hungarian"
571
  msgstr "Hongaars"
572
 
573
- #: admin/class-settings.php:538
574
  msgid "Indonesian"
575
  msgstr "Indonesisch"
576
 
577
- #: admin/class-settings.php:539
578
  msgid "Italian"
579
  msgstr "Italiaans"
580
 
581
- #: admin/class-settings.php:540
582
  msgid "Hebrew"
583
  msgstr "Hebreeuws"
584
 
585
- #: admin/class-settings.php:541
586
  msgid "Japanese"
587
  msgstr "Japans"
588
 
589
- #: admin/class-settings.php:542
590
  msgid "Kannada"
591
  msgstr "Kannada"
592
 
593
- #: admin/class-settings.php:543
594
  msgid "Korean"
595
  msgstr "Koreaans"
596
 
597
- #: admin/class-settings.php:544
598
  msgid "Lithuanian"
599
  msgstr "Litouws"
600
 
601
- #: admin/class-settings.php:545
602
  msgid "Latvian"
603
  msgstr "Lets"
604
 
605
- #: admin/class-settings.php:546
606
  msgid "Malayalam"
607
  msgstr "Malayalam"
608
 
609
- #: admin/class-settings.php:547
610
  msgid "Marathi"
611
  msgstr "Marathi"
612
 
613
- #: admin/class-settings.php:548
614
  msgid "Dutch"
615
  msgstr "Nederlands"
616
 
617
- #: admin/class-settings.php:549
618
  msgid "Norwegian"
619
  msgstr "Noors"
620
 
621
- #: admin/class-settings.php:550
622
  msgid "Norwegian Nynorsk"
623
  msgstr "Noors Nynorsk"
624
 
625
- #: admin/class-settings.php:551
626
  msgid "Polish"
627
  msgstr "Pools"
628
 
629
- #: admin/class-settings.php:552
630
  msgid "Portuguese"
631
  msgstr "Portugees"
632
 
633
- #: admin/class-settings.php:553
634
  msgid "Portuguese (Brazil)"
635
  msgstr "Portugees (Brazilië)"
636
 
637
- #: admin/class-settings.php:554
638
  msgid "Portuguese (Portugal)"
639
  msgstr "Portugees (Portugal)"
640
 
641
- #: admin/class-settings.php:555
642
  msgid "Romanian"
643
  msgstr "Roemeens"
644
 
645
- #: admin/class-settings.php:556
646
  msgid "Russian"
647
  msgstr "Russisch"
648
 
649
- #: admin/class-settings.php:557
650
  msgid "Slovak"
651
  msgstr "Slowaaks"
652
 
653
- #: admin/class-settings.php:558
654
  msgid "Slovenian"
655
  msgstr "Sloveens"
656
 
657
- #: admin/class-settings.php:559
658
  msgid "Serbian"
659
  msgstr "Servisch"
660
 
661
- #: admin/class-settings.php:560
662
  msgid "Swedish"
663
  msgstr "Zweeds"
664
 
665
- #: admin/class-settings.php:561
666
  msgid "Tagalog"
667
  msgstr "Tagalog"
668
 
669
- #: admin/class-settings.php:562
670
  msgid "Tamil"
671
  msgstr "Tamil"
672
 
673
- #: admin/class-settings.php:563
674
  msgid "Telugu"
675
  msgstr "Telugu"
676
 
677
- #: admin/class-settings.php:564
678
  msgid "Thai"
679
  msgstr "Thai"
680
 
681
- #: admin/class-settings.php:565
682
  msgid "Turkish"
683
  msgstr "Turks"
684
 
685
- #: admin/class-settings.php:566
686
  msgid "Ukrainian"
687
  msgstr "Oekraïens"
688
 
689
- #: admin/class-settings.php:567
690
  msgid "Vietnamese"
691
  msgstr "Vietnamees"
692
 
693
- #: admin/class-settings.php:568
694
  msgid "Chinese (Simplified)"
695
  msgstr "Chinees (Vereenvoudigd)"
696
 
697
- #: admin/class-settings.php:569
698
  msgid "Chinese (Traditional)"
699
  msgstr "Chinees (Traditioneel)"
700
 
701
- #: admin/class-settings.php:574
702
  msgid "Select your region"
703
  msgstr "Kies uw regio"
704
 
705
- #: admin/class-settings.php:575
706
  msgid "Afghanistan"
707
  msgstr "Afghanistan"
708
 
709
- #: admin/class-settings.php:576
710
  msgid "Albania"
711
  msgstr "Albanië"
712
 
713
- #: admin/class-settings.php:577
714
  msgid "Algeria"
715
  msgstr "Algerije"
716
 
717
- #: admin/class-settings.php:578
718
  msgid "American Samoa"
719
  msgstr "Amerikaans Samoa"
720
 
721
- #: admin/class-settings.php:579
722
  msgid "Andorra"
723
  msgstr "Andorra"
724
 
725
- #: admin/class-settings.php:580
726
  msgid "Angola"
727
  msgstr "Angola"
728
 
729
- #: admin/class-settings.php:581
730
  msgid "Anguilla"
731
  msgstr "Anguilla"
732
 
733
- #: admin/class-settings.php:582
734
  msgid "Antarctica"
735
  msgstr "Antarctica"
736
 
737
- #: admin/class-settings.php:583
738
  msgid "Antigua and Barbuda"
739
  msgstr "Antigua en Barbuda"
740
 
741
- #: admin/class-settings.php:584
742
  msgid "Argentina"
743
  msgstr "Argentinië"
744
 
745
- #: admin/class-settings.php:585
746
  msgid "Armenia"
747
  msgstr "Armenia"
748
 
749
- #: admin/class-settings.php:586
750
  msgid "Aruba"
751
  msgstr "Aruba"
752
 
753
- #: admin/class-settings.php:587
754
  msgid "Ascension Island"
755
  msgstr "Ascension"
756
 
757
- #: admin/class-settings.php:588
758
  msgid "Australia"
759
  msgstr "Australië"
760
 
761
- #: admin/class-settings.php:589
762
  msgid "Austria"
763
  msgstr "Oostenrijk"
764
 
765
- #: admin/class-settings.php:590
766
  msgid "Azerbaijan"
767
  msgstr "Azerbeidzjan"
768
 
769
- #: admin/class-settings.php:591
770
  msgid "Bahamas"
771
  msgstr "Bahamas"
772
 
773
- #: admin/class-settings.php:592
774
  msgid "Bahrain"
775
  msgstr "Bahrein"
776
 
777
- #: admin/class-settings.php:593
778
  msgid "Bangladesh"
779
  msgstr "Bangladesh"
780
 
781
- #: admin/class-settings.php:594
782
  msgid "Barbados"
783
  msgstr "Barbados"
784
 
785
- #: admin/class-settings.php:595
786
  msgid "Belarus"
787
  msgstr "Wit-Rusland"
788
 
789
- #: admin/class-settings.php:596
790
  msgid "Belgium"
791
  msgstr "België"
792
 
793
- #: admin/class-settings.php:597
794
  msgid "Belize"
795
  msgstr "Belize"
796
 
797
- #: admin/class-settings.php:598
798
  msgid "Benin"
799
  msgstr "Benin"
800
 
801
- #: admin/class-settings.php:599
802
  msgid "Bermuda"
803
  msgstr "Bermuda"
804
 
805
- #: admin/class-settings.php:600
806
  msgid "Bhutan"
807
  msgstr "Bhutan"
808
 
809
- #: admin/class-settings.php:601
810
  msgid "Bolivia"
811
  msgstr "Bolivia"
812
 
813
- #: admin/class-settings.php:602
814
  msgid "Bosnia and Herzegovina"
815
  msgstr "Bosnia en Herzegovina"
816
 
817
- #: admin/class-settings.php:603
818
  msgid "Botswana"
819
  msgstr "Botswana"
820
 
821
- #: admin/class-settings.php:604
822
  msgid "Bouvet Island"
823
  msgstr "Bouvet"
824
 
825
- #: admin/class-settings.php:605
826
  msgid "Brazil"
827
  msgstr "Brazilië"
828
 
829
- #: admin/class-settings.php:606
830
  msgid "British Indian Ocean Territory"
831
  msgstr "Brits Indische Oceaanterritorium"
832
 
833
- #: admin/class-settings.php:607
834
  msgid "British Virgin Islands"
835
  msgstr "Britse Maagdeneilanden"
836
 
837
- #: admin/class-settings.php:608
838
  msgid "Brunei"
839
  msgstr "Brunei"
840
 
841
- #: admin/class-settings.php:609
842
  msgid "Bulgaria"
843
  msgstr "Bulgarije"
844
 
845
- #: admin/class-settings.php:610
846
  msgid "Burkina Faso"
847
  msgstr "Burkina Faso"
848
 
849
- #: admin/class-settings.php:611
850
  msgid "Burundi"
851
  msgstr "Burundi"
852
 
853
- #: admin/class-settings.php:612
854
  msgid "Cambodia"
855
  msgstr "Cambodja"
856
 
857
- #: admin/class-settings.php:613
858
  msgid "Cameroon"
859
  msgstr "Kameroen"
860
 
861
- #: admin/class-settings.php:614
862
  msgid "Canada"
863
  msgstr "Canada"
864
 
865
- #: admin/class-settings.php:615
866
  msgid "Canary Islands"
867
  msgstr "Canarische Eilanden"
868
 
869
- #: admin/class-settings.php:616
870
  msgid "Cape Verde"
871
  msgstr "Kaapverdië"
872
 
873
- #: admin/class-settings.php:617
874
  msgid "Caribbean Netherlands"
875
  msgstr "Caribisch Nederland"
876
 
877
- #: admin/class-settings.php:618
878
  msgid "Cayman Islands"
879
  msgstr "Kaaimaneilanden"
880
 
881
- #: admin/class-settings.php:619
882
  msgid "Central African Republic"
883
  msgstr "Centraal-Afrikaanse Republiek"
884
 
885
- #: admin/class-settings.php:620
886
  msgid "Ceuta and Melilla"
887
  msgstr "Ceuta en Melilla"
888
 
889
- #: admin/class-settings.php:621
890
  msgid "Chad"
891
  msgstr "Chad"
892
 
893
- #: admin/class-settings.php:622
894
  msgid "Chile"
895
  msgstr "Chili"
896
 
897
- #: admin/class-settings.php:623
898
  msgid "China"
899
  msgstr "China"
900
 
901
- #: admin/class-settings.php:624
902
  msgid "Christmas Island"
903
  msgstr "Christmaseiland"
904
 
905
- #: admin/class-settings.php:625
906
  msgid "Clipperton Island"
907
  msgstr "Clipperton"
908
 
909
- #: admin/class-settings.php:626
910
  msgid "Cocos (Keeling) Islands"
911
  msgstr "Cocoseilanden"
912
 
913
- #: admin/class-settings.php:627
914
  msgid "Colombia"
915
  msgstr "Colombia"
916
 
917
- #: admin/class-settings.php:628
918
  msgid "Comoros"
919
  msgstr "Comoren"
920
 
921
- #: admin/class-settings.php:629
922
  msgid "Congo (DRC)"
923
  msgstr "Congo (DRC)"
924
 
925
- #: admin/class-settings.php:630
926
  msgid "Congo (Republic)"
927
  msgstr "Republiek Congo"
928
 
929
- #: admin/class-settings.php:631
930
  msgid "Cook Islands"
931
  msgstr "Cookeilanden"
932
 
933
- #: admin/class-settings.php:632
934
  msgid "Costa Rica"
935
  msgstr "Costa Rica"
936
 
937
- #: admin/class-settings.php:633
938
  msgid "Croatia"
939
  msgstr "Kroatië"
940
 
941
- #: admin/class-settings.php:634
942
  msgid "Cuba"
943
  msgstr "Cuba"
944
 
945
- #: admin/class-settings.php:635
946
  msgid "Curaçao"
947
  msgstr "Curaçao"
948
 
949
- #: admin/class-settings.php:636
950
  msgid "Cyprus"
951
  msgstr "Cyprus"
952
 
953
- #: admin/class-settings.php:637
954
  msgid "Czech Republic"
955
  msgstr "Tsjechië"
956
 
957
- #: admin/class-settings.php:638
958
  msgid "Côte d'Ivoire"
959
  msgstr "Ivoorkust"
960
 
961
- #: admin/class-settings.php:639
962
  msgid "Denmark"
963
  msgstr "Denemarken"
964
 
965
- #: admin/class-settings.php:640
966
  msgid "Djibouti"
967
  msgstr "Djibouti"
968
 
969
- #: admin/class-settings.php:641
970
  msgid "Democratic Republic of the Congo"
971
  msgstr "Democratische Republiek Congo"
972
 
973
- #: admin/class-settings.php:642
974
  msgid "Dominica"
975
  msgstr "Dominica"
976
 
977
- #: admin/class-settings.php:643
978
  msgid "Dominican Republic"
979
  msgstr "Dominicaanse Republiek"
980
 
981
- #: admin/class-settings.php:644
982
  msgid "Ecuador"
983
  msgstr "Ecuador"
984
 
985
- #: admin/class-settings.php:645
986
  msgid "Egypt"
987
  msgstr "Egypte"
988
 
989
- #: admin/class-settings.php:646
990
  msgid "El Salvador"
991
  msgstr "El Salvador"
992
 
993
- #: admin/class-settings.php:647
994
  msgid "Equatorial Guinea"
995
  msgstr "Equatoriaal-Guinea"
996
 
997
- #: admin/class-settings.php:648
998
  msgid "Eritrea"
999
  msgstr "Eritrea"
1000
 
1001
- #: admin/class-settings.php:649
1002
  msgid "Estonia"
1003
  msgstr "Estland"
1004
 
1005
- #: admin/class-settings.php:650
1006
  msgid "Ethiopia"
1007
  msgstr "Ethiopië"
1008
 
1009
- #: admin/class-settings.php:651
1010
  msgid "Falkland Islands(Islas Malvinas)"
1011
  msgstr "Falklandeilanden"
1012
 
1013
- #: admin/class-settings.php:652
1014
  msgid "Faroe Islands"
1015
  msgstr "Faeröer"
1016
 
1017
- #: admin/class-settings.php:653
1018
  msgid "Fiji"
1019
  msgstr "Fiji"
1020
 
1021
- #: admin/class-settings.php:654
1022
  msgid "Finland"
1023
  msgstr "Finland"
1024
 
1025
- #: admin/class-settings.php:655
1026
  msgid "France"
1027
  msgstr "Frankrijk"
1028
 
1029
- #: admin/class-settings.php:656
1030
  msgid "French Guiana"
1031
  msgstr "Frans Guyana"
1032
 
1033
- #: admin/class-settings.php:657
1034
  msgid "French Polynesia"
1035
  msgstr "Frans-Polynesië"
1036
 
1037
- #: admin/class-settings.php:658
1038
  msgid "French Southern Territories"
1039
  msgstr "Franse Zuidelijke en Antarctische Gebieden"
1040
 
1041
- #: admin/class-settings.php:659
1042
  msgid "Gabon"
1043
  msgstr "Gabon"
1044
 
1045
- #: admin/class-settings.php:660
1046
  msgid "Gambia"
1047
  msgstr "Gambia"
1048
 
1049
- #: admin/class-settings.php:661
1050
  msgid "Georgia"
1051
  msgstr "Georgië"
1052
 
1053
- #: admin/class-settings.php:662
1054
  msgid "Germany"
1055
  msgstr "Duitsland"
1056
 
1057
- #: admin/class-settings.php:663
1058
  msgid "Ghana"
1059
  msgstr "Ghana"
1060
 
1061
- #: admin/class-settings.php:664
1062
  msgid "Gibraltar"
1063
  msgstr "Gibraltar"
1064
 
1065
- #: admin/class-settings.php:665
1066
  msgid "Greece"
1067
  msgstr "Griekenland"
1068
 
1069
- #: admin/class-settings.php:666
1070
  msgid "Greenland"
1071
  msgstr "Groenland"
1072
 
1073
- #: admin/class-settings.php:667
1074
  msgid "Grenada"
1075
  msgstr "Grenada"
1076
 
1077
- #: admin/class-settings.php:668 admin/class-settings.php:670
1078
  msgid "Guam"
1079
  msgstr "Guam"
1080
 
1081
- #: admin/class-settings.php:669
1082
  msgid "Guadeloupe"
1083
  msgstr "Guadeloupe"
1084
 
1085
- #: admin/class-settings.php:671
1086
  msgid "Guatemala"
1087
  msgstr "Guatemala"
1088
 
1089
- #: admin/class-settings.php:672
1090
  msgid "Guernsey"
1091
  msgstr "Guernsey"
1092
 
1093
- #: admin/class-settings.php:673
1094
  msgid "Guinea"
1095
  msgstr "Guinee"
1096
 
1097
- #: admin/class-settings.php:674
1098
  msgid "Guinea-Bissau"
1099
  msgstr "Guinee-Bissau"
1100
 
1101
- #: admin/class-settings.php:675
1102
  msgid "Guyana"
1103
  msgstr "Guyana"
1104
 
1105
- #: admin/class-settings.php:676
1106
  msgid "Haiti"
1107
  msgstr "Haïti"
1108
 
1109
- #: admin/class-settings.php:677
1110
  msgid "Heard and McDonald Islands"
1111
  msgstr "Heard en McDonaldeilanden"
1112
 
1113
- #: admin/class-settings.php:678
1114
  msgid "Honduras"
1115
  msgstr "Honduras"
1116
 
1117
- #: admin/class-settings.php:679
1118
  msgid "Hong Kong"
1119
  msgstr "Hong Kong"
1120
 
1121
- #: admin/class-settings.php:680
1122
  msgid "Hungary"
1123
  msgstr "Hongarije"
1124
 
1125
- #: admin/class-settings.php:681
1126
  msgid "Iceland"
1127
  msgstr "IJsland"
1128
 
1129
- #: admin/class-settings.php:682
1130
  msgid "India"
1131
  msgstr "India"
1132
 
1133
- #: admin/class-settings.php:683
1134
  msgid "Indonesia"
1135
  msgstr "Indonesië"
1136
 
1137
- #: admin/class-settings.php:684
1138
  msgid "Iran"
1139
  msgstr "Iran"
1140
 
1141
- #: admin/class-settings.php:685
1142
  msgid "Iraq"
1143
  msgstr "Irak"
1144
 
1145
- #: admin/class-settings.php:686
1146
  msgid "Ireland"
1147
  msgstr "Ierland"
1148
 
1149
- #: admin/class-settings.php:687
1150
  msgid "Isle of Man"
1151
  msgstr "Man (eiland)"
1152
 
1153
- #: admin/class-settings.php:688
1154
  msgid "Israel"
1155
  msgstr "Israël"
1156
 
1157
- #: admin/class-settings.php:689
1158
  msgid "Italy"
1159
  msgstr "Italië"
1160
 
1161
- #: admin/class-settings.php:690
1162
  msgid "Jamaica"
1163
  msgstr "Jamaica"
1164
 
1165
- #: admin/class-settings.php:691
1166
  msgid "Japan"
1167
  msgstr "Japan"
1168
 
1169
- #: admin/class-settings.php:692
1170
  msgid "Jersey"
1171
  msgstr "Jersey"
1172
 
1173
- #: admin/class-settings.php:693
1174
  msgid "Jordan"
1175
  msgstr "Jordanië"
1176
 
1177
- #: admin/class-settings.php:694
1178
  msgid "Kazakhstan"
1179
  msgstr "Kazachstan"
1180
 
1181
- #: admin/class-settings.php:695
1182
  msgid "Kenya"
1183
  msgstr "Kenia"
1184
 
1185
- #: admin/class-settings.php:696
1186
  msgid "Kiribati"
1187
  msgstr "Kiribati"
1188
 
1189
- #: admin/class-settings.php:697
1190
  msgid "Kosovo"
1191
  msgstr "Kosovo"
1192
 
1193
- #: admin/class-settings.php:698
1194
  msgid "Kuwait"
1195
  msgstr "Koeweit"
1196
 
1197
- #: admin/class-settings.php:699
1198
  msgid "Kyrgyzstan"
1199
  msgstr "Kirgizië"
1200
 
1201
- #: admin/class-settings.php:700
1202
  msgid "Laos"
1203
  msgstr "Laos"
1204
 
1205
- #: admin/class-settings.php:701
1206
  msgid "Latvia"
1207
  msgstr "Letland"
1208
 
1209
- #: admin/class-settings.php:702
1210
  msgid "Lebanon"
1211
  msgstr "Libanon"
1212
 
1213
- #: admin/class-settings.php:703
1214
  msgid "Lesotho"
1215
  msgstr "Lesotho"
1216
 
1217
- #: admin/class-settings.php:704
1218
  msgid "Liberia"
1219
  msgstr "Liberia"
1220
 
1221
- #: admin/class-settings.php:705
1222
  msgid "Libya"
1223
  msgstr "Libië"
1224
 
1225
- #: admin/class-settings.php:706
1226
  msgid "Liechtenstein"
1227
  msgstr "Liechtenstein"
1228
 
1229
- #: admin/class-settings.php:707
1230
  msgid "Lithuania"
1231
  msgstr "Litouwen"
1232
 
1233
- #: admin/class-settings.php:708
1234
  msgid "Luxembourg"
1235
  msgstr "Luxemburg"
1236
 
1237
- #: admin/class-settings.php:709
1238
  msgid "Macau"
1239
  msgstr "Macau"
1240
 
1241
- #: admin/class-settings.php:710
1242
  msgid "Macedonia (FYROM)"
1243
  msgstr "Macedonië"
1244
 
1245
- #: admin/class-settings.php:711
1246
  msgid "Madagascar"
1247
  msgstr "Madagascar"
1248
 
1249
- #: admin/class-settings.php:712
1250
  msgid "Malawi"
1251
  msgstr "Malawi"
1252
 
1253
- #: admin/class-settings.php:713
1254
  msgid "Malaysia "
1255
  msgstr "Maleisie"
1256
 
1257
- #: admin/class-settings.php:714
1258
  msgid "Maldives "
1259
  msgstr "Maldiven"
1260
 
1261
- #: admin/class-settings.php:715
1262
  msgid "Mali"
1263
  msgstr "Mali"
1264
 
1265
- #: admin/class-settings.php:716
1266
  msgid "Malta"
1267
  msgstr "Malta"
1268
 
1269
- #: admin/class-settings.php:717
1270
  msgid "Marshall Islands"
1271
  msgstr "Marshalleilanden"
1272
 
1273
- #: admin/class-settings.php:718
1274
  msgid "Martinique"
1275
  msgstr "Martinique"
1276
 
1277
- #: admin/class-settings.php:719
1278
  msgid "Mauritania"
1279
  msgstr "Mauritanië"
1280
 
1281
- #: admin/class-settings.php:720
1282
  msgid "Mauritius"
1283
  msgstr "Mauritius"
1284
 
1285
- #: admin/class-settings.php:721
1286
  msgid "Mayotte"
1287
  msgstr "Mayotte"
1288
 
1289
- #: admin/class-settings.php:722
1290
  msgid "Mexico"
1291
  msgstr "Mexico"
1292
 
1293
- #: admin/class-settings.php:723
1294
  msgid "Micronesia"
1295
  msgstr "Micronesia"
1296
 
1297
- #: admin/class-settings.php:724
1298
  msgid "Moldova"
1299
  msgstr "Moldavië"
1300
 
1301
- #: admin/class-settings.php:725
1302
  msgid "Monaco"
1303
  msgstr "Monaco"
1304
 
1305
- #: admin/class-settings.php:726
1306
  msgid "Mongolia"
1307
  msgstr "Mongolië"
1308
 
1309
- #: admin/class-settings.php:727
1310
  msgid "Montenegro"
1311
  msgstr "Montenegro"
1312
 
1313
- #: admin/class-settings.php:728
1314
  msgid "Montserrat"
1315
  msgstr "Montserrat "
1316
 
1317
- #: admin/class-settings.php:729
1318
  msgid "Morocco"
1319
  msgstr "Marokko"
1320
 
1321
- #: admin/class-settings.php:730
1322
  msgid "Mozambique"
1323
  msgstr "Mozambique"
1324
 
1325
- #: admin/class-settings.php:731
1326
  msgid "Myanmar (Burma)"
1327
  msgstr "Myanmar (Birma)"
1328
 
1329
- #: admin/class-settings.php:732
1330
  msgid "Namibia"
1331
  msgstr "Namibië"
1332
 
1333
- #: admin/class-settings.php:733
1334
  msgid "Nauru"
1335
  msgstr "Nauru"
1336
 
1337
- #: admin/class-settings.php:734
1338
  msgid "Nepal"
1339
  msgstr "Nepal"
1340
 
1341
- #: admin/class-settings.php:735
1342
  msgid "Netherlands"
1343
  msgstr "Nederland"
1344
 
1345
- #: admin/class-settings.php:736
1346
  msgid "Netherlands Antilles"
1347
  msgstr "Nederlandse Antillen"
1348
 
1349
- #: admin/class-settings.php:737
1350
  msgid "New Caledonia"
1351
  msgstr "Nieuw-Caledonië"
1352
 
1353
- #: admin/class-settings.php:738
1354
  msgid "New Zealand"
1355
  msgstr "Nieuw Zeeland"
1356
 
1357
- #: admin/class-settings.php:739
1358
  msgid "Nicaragua"
1359
  msgstr "Nicaragua"
1360
 
1361
- #: admin/class-settings.php:740
1362
  msgid "Niger"
1363
  msgstr "Niger"
1364
 
1365
- #: admin/class-settings.php:741
1366
  msgid "Nigeria"
1367
  msgstr "Nigeria"
1368
 
1369
- #: admin/class-settings.php:742
1370
  msgid "Niue"
1371
  msgstr "Niue"
1372
 
1373
- #: admin/class-settings.php:743
1374
  msgid "Norfolk Island"
1375
  msgstr "Norfolk (eiland)"
1376
 
1377
- #: admin/class-settings.php:744
1378
  msgid "North Korea"
1379
  msgstr "Noord-Korea"
1380
 
1381
- #: admin/class-settings.php:745
1382
  msgid "Northern Mariana Islands"
1383
  msgstr "Noordelijke Marianen"
1384
 
1385
- #: admin/class-settings.php:746
1386
  msgid "Norway"
1387
  msgstr "Noorwegen"
1388
 
1389
- #: admin/class-settings.php:747
1390
  msgid "Oman"
1391
  msgstr "Oman"
1392
 
1393
- #: admin/class-settings.php:748
1394
  msgid "Pakistan"
1395
  msgstr "Pakistan"
1396
 
1397
- #: admin/class-settings.php:749
1398
  msgid "Palau"
1399
  msgstr "Palau"
1400
 
1401
- #: admin/class-settings.php:750
1402
  msgid "Palestine"
1403
  msgstr "Palestine"
1404
 
1405
- #: admin/class-settings.php:751
1406
  msgid "Panama"
1407
  msgstr "Panama"
1408
 
1409
- #: admin/class-settings.php:752
1410
  msgid "Papua New Guinea"
1411
  msgstr "Papoea-Nieuw-Guinea"
1412
 
1413
- #: admin/class-settings.php:753
1414
  msgid "Paraguay"
1415
  msgstr "Paraguay"
1416
 
1417
- #: admin/class-settings.php:754
1418
  msgid "Peru"
1419
  msgstr "Peru"
1420
 
1421
- #: admin/class-settings.php:755
1422
  msgid "Philippines"
1423
  msgstr "Filipijnen"
1424
 
1425
- #: admin/class-settings.php:756
1426
  msgid "Pitcairn Islands"
1427
  msgstr "Pitcairneilanden"
1428
 
1429
- #: admin/class-settings.php:757
1430
  msgid "Poland"
1431
  msgstr "Polen"
1432
 
1433
- #: admin/class-settings.php:758
1434
  msgid "Portugal"
1435
  msgstr "Portugal"
1436
 
1437
- #: admin/class-settings.php:759
1438
  msgid "Puerto Rico"
1439
  msgstr "Puerto Rico"
1440
 
1441
- #: admin/class-settings.php:760
1442
  msgid "Qatar"
1443
  msgstr "Qatar"
1444
 
1445
- #: admin/class-settings.php:761
1446
  msgid "Reunion"
1447
  msgstr "Réunion"
1448
 
1449
- #: admin/class-settings.php:762
1450
  msgid "Romania"
1451
  msgstr "Roemenië"
1452
 
1453
- #: admin/class-settings.php:763
1454
  msgid "Russia"
1455
  msgstr "Rusland"
1456
 
1457
- #: admin/class-settings.php:764
1458
  msgid "Rwanda"
1459
  msgstr "Rwanda"
1460
 
1461
- #: admin/class-settings.php:765
1462
  msgid "Saint Helena"
1463
  msgstr "Sint-Helena"
1464
 
1465
- #: admin/class-settings.php:766
1466
  msgid "Saint Kitts and Nevis"
1467
  msgstr "Saint Kitts en Nevis"
1468
 
1469
- #: admin/class-settings.php:767
1470
  msgid "Saint Vincent and the Grenadines"
1471
  msgstr "Saint Vincent en de Grenadines"
1472
 
1473
- #: admin/class-settings.php:768
1474
  msgid "Saint Lucia"
1475
  msgstr "Saint Lucia"
1476
 
1477
- #: admin/class-settings.php:769
1478
  msgid "Samoa"
1479
  msgstr "Samoa"
1480
 
1481
- #: admin/class-settings.php:770
1482
  msgid "San Marino"
1483
  msgstr "San Marino"
1484
 
1485
- #: admin/class-settings.php:771
1486
  msgid "São Tomé and Príncipe"
1487
  msgstr "Sao Tomé en Principe"
1488
 
1489
- #: admin/class-settings.php:772
1490
  msgid "Saudi Arabia"
1491
  msgstr "Saoedi-Arabië"
1492
 
1493
- #: admin/class-settings.php:773
1494
  msgid "Senegal"
1495
  msgstr "Senegal"
1496
 
1497
- #: admin/class-settings.php:774
1498
  msgid "Serbia"
1499
  msgstr "Servië"
1500
 
1501
- #: admin/class-settings.php:775
1502
  msgid "Seychelles"
1503
  msgstr "Seychellen"
1504
 
1505
- #: admin/class-settings.php:776
1506
  msgid "Sierra Leone"
1507
  msgstr "Sierra Leone"
1508
 
1509
- #: admin/class-settings.php:777
1510
  msgid "Singapore"
1511
  msgstr "Singapore"
1512
 
1513
- #: admin/class-settings.php:778
1514
  msgid "Sint Maarten"
1515
  msgstr "Sint Maarten"
1516
 
1517
- #: admin/class-settings.php:779
1518
  msgid "Slovakia"
1519
  msgstr "Slowakije"
1520
 
1521
- #: admin/class-settings.php:780
1522
  msgid "Slovenia"
1523
  msgstr "Slovenië"
1524
 
1525
- #: admin/class-settings.php:781
1526
  msgid "Solomon Islands"
1527
  msgstr "Salomonseilanden"
1528
 
1529
- #: admin/class-settings.php:782
1530
  msgid "Somalia"
1531
  msgstr "Somalie"
1532
 
1533
- #: admin/class-settings.php:783
1534
  msgid "South Africa"
1535
  msgstr "Zuid Afrika"
1536
 
1537
- #: admin/class-settings.php:784
1538
  msgid "South Georgia and South Sandwich Islands"
1539
  msgstr "Zuid-Georgia en de Zuidelijke Sandwicheilanden"
1540
 
1541
- #: admin/class-settings.php:785
1542
  msgid "South Korea"
1543
  msgstr "Zuid Korea"
1544
 
1545
- #: admin/class-settings.php:786
1546
  msgid "South Sudan"
1547
  msgstr "Zuid Sudan"
1548
 
1549
- #: admin/class-settings.php:787
1550
  msgid "Spain"
1551
  msgstr "Spanje"
1552
 
1553
- #: admin/class-settings.php:788
1554
  msgid "Sri Lanka"
1555
  msgstr "Sri Lanka"
1556
 
1557
- #: admin/class-settings.php:789
1558
  msgid "Sudan"
1559
  msgstr "Sudan"
1560
 
1561
- #: admin/class-settings.php:790
1562
  msgid "Swaziland"
1563
  msgstr "Swaziland "
1564
 
1565
- #: admin/class-settings.php:791
1566
  msgid "Sweden"
1567
  msgstr "Zweden"
1568
 
1569
- #: admin/class-settings.php:792
1570
  msgid "Switzerland"
1571
  msgstr "Zwitserland"
1572
 
1573
- #: admin/class-settings.php:793
1574
  msgid "Syria"
1575
  msgstr "Syrië"
1576
 
1577
- #: admin/class-settings.php:794
1578
  msgid "São Tomé & Príncipe"
1579
  msgstr "São Tomé & Príncipe"
1580
 
1581
- #: admin/class-settings.php:795
1582
  msgid "Taiwan"
1583
  msgstr "Taiwan"
1584
 
1585
- #: admin/class-settings.php:796
1586
  msgid "Tajikistan"
1587
  msgstr "Tajikistan"
1588
 
1589
- #: admin/class-settings.php:797
1590
  msgid "Tanzania"
1591
  msgstr "Tanzania"
1592
 
1593
- #: admin/class-settings.php:798
1594
  msgid "Thailand"
1595
  msgstr "Thailand"
1596
 
1597
- #: admin/class-settings.php:799
1598
  msgid "Timor-Leste"
1599
  msgstr "Oost-Timor"
1600
 
1601
- #: admin/class-settings.php:800 admin/class-settings.php:802
1602
  msgid "Tokelau"
1603
  msgstr "Tokelau"
1604
 
1605
- #: admin/class-settings.php:801
1606
  msgid "Togo"
1607
  msgstr "Togo"
1608
 
1609
- #: admin/class-settings.php:803
1610
  msgid "Tonga"
1611
  msgstr "Tonga"
1612
 
1613
- #: admin/class-settings.php:804
1614
  msgid "Trinidad and Tobago"
1615
  msgstr "Trinidad en Tobago"
1616
 
1617
- #: admin/class-settings.php:805
1618
  msgid "Tristan da Cunha"
1619
  msgstr "Tristan da Cunha"
1620
 
1621
- #: admin/class-settings.php:806
1622
  msgid "Tunisia"
1623
  msgstr "Tunesië"
1624
 
1625
- #: admin/class-settings.php:807
1626
  msgid "Turkey"
1627
  msgstr "Turkije"
1628
 
1629
- #: admin/class-settings.php:808
1630
  msgid "Turkmenistan"
1631
  msgstr "Turkmenistan"
1632
 
1633
- #: admin/class-settings.php:809
1634
  msgid "Turks and Caicos Islands"
1635
  msgstr "Turks- en Caicos eilanden"
1636
 
1637
- #: admin/class-settings.php:810
1638
  msgid "Tuvalu"
1639
  msgstr "Tuvalu"
1640
 
1641
- #: admin/class-settings.php:811
1642
  msgid "Uganda"
1643
  msgstr "Uganda"
1644
 
1645
- #: admin/class-settings.php:812
1646
  msgid "Ukraine"
1647
  msgstr "Oekraïne"
1648
 
1649
- #: admin/class-settings.php:813
1650
  msgid "United Arab Emirates"
1651
  msgstr "Verenigde Arabische Emiraten"
1652
 
1653
- #: admin/class-settings.php:814
1654
  msgid "United Kingdom"
1655
  msgstr "Verenigd Koninkrijk"
1656
 
1657
- #: admin/class-settings.php:815
1658
  msgid "United States"
1659
  msgstr "Verenigde Staten"
1660
 
1661
- #: admin/class-settings.php:816
1662
  msgid "Uruguay"
1663
  msgstr "Uruguay"
1664
 
1665
- #: admin/class-settings.php:817
1666
  msgid "Uzbekistan"
1667
  msgstr "Uzbekistan"
1668
 
1669
- #: admin/class-settings.php:818
1670
  msgid "Vanuatu"
1671
  msgstr "Vanuatu"
1672
 
1673
- #: admin/class-settings.php:819
1674
  msgid "Vatican City"
1675
  msgstr "Vaticaanstad"
1676
 
1677
- #: admin/class-settings.php:820
1678
  msgid "Venezuela"
1679
  msgstr "Venezuela"
1680
 
1681
- #: admin/class-settings.php:821
1682
  msgid "Vietnam"
1683
  msgstr "Vietnam"
1684
 
1685
- #: admin/class-settings.php:822
1686
  msgid "Wallis Futuna"
1687
  msgstr "Wallis en Futuna"
1688
 
1689
- #: admin/class-settings.php:823
1690
  msgid "Western Sahara"
1691
  msgstr "Westelijke Sahara"
1692
 
1693
- #: admin/class-settings.php:824
1694
  msgid "Yemen"
1695
  msgstr "Yemen"
1696
 
1697
- #: admin/class-settings.php:825
1698
  msgid "Zambia"
1699
  msgstr "Zambia"
1700
 
1701
- #: admin/class-settings.php:826
1702
  msgid "Zimbabwe"
1703
  msgstr "Zimbabwe"
1704
 
1705
- #: admin/class-settings.php:827
1706
  msgid "Åland Islands"
1707
  msgstr "Åland Eiland"
1708
 
1709
- #: admin/class-settings.php:870
1710
  msgid "World view"
1711
  msgstr "Wereldkaart"
1712
 
1713
- #: admin/class-settings.php:873 admin/class-settings.php:987
1714
- #: inc/wpsl-functions.php:216
1715
  msgid "Default"
1716
  msgstr "Standaard"
1717
 
1718
- #: admin/class-settings.php:876 inc/wpsl-functions.php:289
1719
  msgid "Roadmap"
1720
  msgstr "Wegenkaart"
1721
 
1722
- #: admin/class-settings.php:1017
1723
  msgid "Start location marker"
1724
  msgstr "Start locatie marker"
1725
 
1726
- #: admin/class-settings.php:1019
1727
  msgid "Store location marker"
1728
  msgstr "Winkel locatie marker"
1729
 
1730
- #: admin/class-settings.php:1099
1731
  msgid "Textarea"
1732
  msgstr "Tekstvlak"
1733
 
1734
- #: admin/class-settings.php:1100
1735
  msgid "Dropdowns (recommended)"
1736
  msgstr "Dropdown (aangeraden)"
1737
 
1738
- #: admin/class-settings.php:1108
1739
  msgid "Bounces up and down"
1740
  msgstr "Beweegt op en neer"
1741
 
1742
- #: admin/class-settings.php:1109
1743
  msgid "Will open the info window"
1744
  msgstr "Opent de info window"
1745
 
1746
- #: admin/class-settings.php:1110
1747
  msgid "Does not respond"
1748
  msgstr "Reageert niet"
1749
 
1750
- #: admin/class-settings.php:1118
1751
  msgid "In the store listings"
1752
  msgstr "In de locatie lijst"
1753
 
1754
- #: admin/class-settings.php:1119
1755
  msgid "In the info window on the map"
1756
  msgstr "In de info window op de kaart"
1757
 
1758
- #: admin/class-settings.php:1151 admin/class-shortcode-generator.php:263
1759
  msgid "Dropdown"
1760
  msgstr "Dropdown"
1761
 
1762
- #: admin/class-settings.php:1152 admin/class-shortcode-generator.php:264
1763
  msgid "Checkboxes"
1764
  msgstr "Checkboxes"
1765
 
1766
- #: admin/class-settings.php:1184
1767
  msgid "12 Hours"
1768
  msgstr "12 uur"
1769
 
1770
- #: admin/class-settings.php:1185
1771
  msgid "24 Hours"
1772
  msgstr "24 uur"
1773
 
@@ -1788,7 +1788,7 @@ msgstr "Je hebt geen toestemming om deze actie uit te voeren"
1788
  msgid "General Options"
1789
  msgstr "Algemene instellingen"
1790
 
1791
- #: admin/class-shortcode-generator.php:234 admin/templates/map-settings.php:372
1792
  msgid "Markers"
1793
  msgstr "Markers"
1794
 
@@ -1899,9 +1899,9 @@ msgstr "Deactiveer licensie"
1899
 
1900
  #: admin/templates/map-settings.php:85 admin/templates/map-settings.php:124
1901
  #: admin/templates/map-settings.php:176 admin/templates/map-settings.php:259
1902
- #: admin/templates/map-settings.php:362 admin/templates/map-settings.php:390
1903
- #: admin/templates/map-settings.php:440 admin/templates/map-settings.php:468
1904
- #: admin/templates/map-settings.php:580 admin/templates/map-settings.php:605
1905
  msgid "Save Changes"
1906
  msgstr "Wijzigingen opslaan"
1907
 
@@ -1982,9 +1982,9 @@ msgstr ""
1982
  "Om dit uit te sluiten kan je een restrictie plaatsen om dit te voorkomen. "
1983
  "%s Je kan de gebruikte restricties aanpassen met %sdeze%s filter."
1984
 
1985
- #: admin/templates/map-settings.php:134 admin/templates/map-settings.php:504
1986
- #: admin/templates/map-settings.php:505 frontend/templates/default.php:44
1987
- #: frontend/templates/store-listings-below.php:44 inc/wpsl-functions.php:133
1988
  msgid "Search"
1989
  msgstr "Zoek"
1990
 
@@ -2248,10 +2248,14 @@ msgid ""
2248
  msgstr "Toon altijd de contact gegevens onder het adres in de zoek resultaten?"
2249
 
2250
  #: admin/templates/map-settings.php:322
 
 
 
 
2251
  msgid "Make the store name clickable if a store URL exists?"
2252
  msgstr "Als een winkel url bestaat, maak de winkel naam dan klikbaar?"
2253
 
2254
- #: admin/templates/map-settings.php:322
2255
  #, php-format
2256
  msgid ""
2257
  "If %spermalinks%s are enabled, the store name will always link to the store "
@@ -2260,11 +2264,11 @@ msgstr ""
2260
  "Als de %spermalinks%s zijn ingeschakeld dan zal de winkel naam altijd linken "
2261
  "naar de winkel pagina."
2262
 
2263
- #: admin/templates/map-settings.php:326
2264
  msgid "Make the phone number clickable on mobile devices?"
2265
  msgstr "Maak het telefoonnummer klikbaar op mobiele apparaten?"
2266
 
2267
- #: admin/templates/map-settings.php:330
2268
  msgid ""
2269
  "If street view is available for the current location, then show a \"Street "
2270
  "view\" link in the info window?"
@@ -2272,7 +2276,7 @@ msgstr ""
2272
  "Als voor de huidge locatie street view beschikbaar is, toon dan een \"Street "
2273
  "view\" link om vanuit de info window?"
2274
 
2275
- #: admin/templates/map-settings.php:330
2276
  #, php-format
2277
  msgid ""
2278
  "Enabling this option can sometimes result in a small delay in the opening of "
@@ -2284,11 +2288,11 @@ msgstr ""
2284
  "er een verzoek naar de Google Maps API word gemaakt om te controleren ofdat "
2285
  "street view wel beschikbaar is voor de huidige locatie."
2286
 
2287
- #: admin/templates/map-settings.php:334
2288
  msgid "Show a \"Zoom here\" link in the info window?"
2289
  msgstr "Toon een \"zoom hier\" link in de info window?"
2290
 
2291
- #: admin/templates/map-settings.php:334
2292
  #, php-format
2293
  msgid ""
2294
  "Clicking this link will make the map zoom in to the %s max auto zoom level "
@@ -2297,12 +2301,12 @@ msgstr ""
2297
  "Als er op deze link geklikt word dan zoomt de kaart in totdat de %s max auto "
2298
  "zoom level %s bereikt is."
2299
 
2300
- #: admin/templates/map-settings.php:338
2301
  msgid "On page load move the mouse cursor to the search field?"
2302
  msgstr ""
2303
  "Als de pagina wordt geladen, verplaats de muiscursor dan naar het invulveld?"
2304
 
2305
- #: admin/templates/map-settings.php:338
2306
  #, php-format
2307
  msgid ""
2308
  "If the store locator is not placed at the top of the page, enabling this "
@@ -2313,11 +2317,11 @@ msgstr ""
2313
  "instelling ervoor zorgen dat de pagina naar benenden schuift tijden het "
2314
  "laden. %s %sDeze optie staat uit op mobiele apparaten.%s"
2315
 
2316
- #: admin/templates/map-settings.php:342
2317
  msgid "Use the default style for the info window?"
2318
  msgstr "Gebruik de standaard style voor de info window?"
2319
 
2320
- #: admin/templates/map-settings.php:342
2321
  #, php-format
2322
  msgid ""
2323
  "If the default style is disabled the %sInfoBox%s library will be used "
@@ -2328,21 +2332,21 @@ msgstr ""
2328
  "gebruikt. %s Dit script maakt het mogelijk om makkelijk het ontwerp te "
2329
  "wijzigen met behulp van de .wpsl-infobox css class."
2330
 
2331
- #: admin/templates/map-settings.php:346
2332
  msgid "Hide the country in the search results?"
2333
  msgstr "Verberg het land in de zoekresultaten?"
2334
 
2335
- #: admin/templates/map-settings.php:350
2336
  msgid "Hide the distance in the search results?"
2337
  msgstr "Verberg de afstand in de zoek resultaten?"
2338
 
2339
- #: admin/templates/map-settings.php:354
2340
  msgid "If a user hovers over the search results the store marker"
2341
  msgstr ""
2342
  "Als een gebruiker over de zoekresultaten beweegt met zijn muis de "
2343
  "bijbehorende marker"
2344
 
2345
- #: admin/templates/map-settings.php:354
2346
  #, php-format
2347
  msgid ""
2348
  "If marker clusters are enabled this option will not work as expected as long "
@@ -2357,11 +2361,11 @@ msgstr ""
2357
  "de marker cluster wordt omgezet naar losse markers. %s De info window wordt "
2358
  "wel geopend, maar het is niet duidelijk bij welke marker het hoort."
2359
 
2360
- #: admin/templates/map-settings.php:358
2361
  msgid "Address format"
2362
  msgstr "Adres formaat"
2363
 
2364
- #: admin/templates/map-settings.php:358
2365
  #, php-format
2366
  msgid ""
2367
  "You can add custom address formats with the %swpsl_address_formats%s filter."
@@ -2369,19 +2373,19 @@ msgstr ""
2369
  "Je kunt een nieuwe adres formaat toevoegen met de %swpsl_address_formats%s "
2370
  "filter."
2371
 
2372
- #: admin/templates/map-settings.php:376
2373
  msgid "Enable marker clusters?"
2374
  msgstr "Activeer marker clusters?"
2375
 
2376
- #: admin/templates/map-settings.php:376
2377
  msgid "Recommended for maps with a large amount of markers."
2378
  msgstr "Aan te raden voor kaarten met grote hoeveelheden markers."
2379
 
2380
- #: admin/templates/map-settings.php:381
2381
  msgid "Max zoom level"
2382
  msgstr "Max zoom niveau"
2383
 
2384
- #: admin/templates/map-settings.php:381
2385
  msgid ""
2386
  "If this zoom level is reached or exceeded, then all markers are moved out of "
2387
  "the marker cluster and shown as individual markers."
@@ -2389,11 +2393,11 @@ msgstr ""
2389
  "Als dit zoom niveau bereikt is of gepasseerd, dan worden alle markers uit de "
2390
  "marker cluster gehaald en als losse markers getoond."
2391
 
2392
- #: admin/templates/map-settings.php:385
2393
  msgid "Cluster size"
2394
  msgstr "Cluster grote"
2395
 
2396
- #: admin/templates/map-settings.php:385
2397
  #, php-format
2398
  msgid ""
2399
  "The grid size of a cluster in pixels. %s A larger number will result in a "
@@ -2403,27 +2407,27 @@ msgstr ""
2403
  "voor dat er minder clusters zichtbaar zijn en het algoritme dus ook sneller "
2404
  "klaar is."
2405
 
2406
- #: admin/templates/map-settings.php:400
2407
  msgid "Store Editor"
2408
  msgstr "Winkel editor"
2409
 
2410
- #: admin/templates/map-settings.php:403
2411
  msgid "Default country"
2412
  msgstr "Standaard land"
2413
 
2414
- #: admin/templates/map-settings.php:407
2415
  msgid "Map type for the location preview"
2416
  msgstr "Kaart type voor het lokatie voorbeeld"
2417
 
2418
- #: admin/templates/map-settings.php:411
2419
  msgid "Hide the opening hours?"
2420
  msgstr "Verberg de openingstijden?"
2421
 
2422
- #: admin/templates/map-settings.php:417
2423
  msgid "Opening hours input type"
2424
  msgstr "Openingstijden formaat"
2425
 
2426
- #: admin/templates/map-settings.php:421
2427
  #, php-format
2428
  msgid ""
2429
  "Opening hours created in version 1.x %sare not%s automatically converted to "
@@ -2432,15 +2436,15 @@ msgstr ""
2432
  "De openingstijden die zijn aangemaakt in versie 1.x %sworden niet%s "
2433
  "automatische omgezet naar het dropdown formaat."
2434
 
2435
- #: admin/templates/map-settings.php:424 admin/templates/map-settings.php:433
2436
  msgid "The default opening hours"
2437
  msgstr "De standaard openingstijden"
2438
 
2439
- #: admin/templates/map-settings.php:430
2440
  msgid "Opening hours format"
2441
  msgstr "Openingstijden formaat"
2442
 
2443
- #: admin/templates/map-settings.php:437
2444
  msgid ""
2445
  "The default country and opening hours are only used when a new store is "
2446
  "created. So changing the default values will have no effect on existing "
@@ -2450,39 +2454,39 @@ msgstr ""
2450
  "gebruikt als een nieuwe locatie wordt aangemaakt. Het wijzigen van deze "
2451
  "waardes heeft dus geen enkele invloed op de bestaande locaties."
2452
 
2453
- #: admin/templates/map-settings.php:450
2454
  msgid "Permalink"
2455
  msgstr "Permalink"
2456
 
2457
- #: admin/templates/map-settings.php:453
2458
  msgid "Enable permalink?"
2459
  msgstr "Activeer permalink?"
2460
 
2461
- #: admin/templates/map-settings.php:458
2462
  msgid "Store slug"
2463
  msgstr "Winkel slug"
2464
 
2465
- #: admin/templates/map-settings.php:462
2466
  msgid "Category slug"
2467
  msgstr "Categorie slug"
2468
 
2469
- #: admin/templates/map-settings.php:465
2470
  #, php-format
2471
  msgid "The permalink slugs %smust be unique%s on your site."
2472
  msgstr "De permalink slug %smoet uniek%s zijn op je site."
2473
 
2474
- #: admin/templates/map-settings.php:478
2475
  msgid "Labels"
2476
  msgstr "Labels"
2477
 
2478
- #: admin/templates/map-settings.php:487
2479
  #, php-format
2480
  msgid "%sWarning!%s %sWPML%s, or a plugin using the WPML API is active."
2481
  msgstr ""
2482
  "%sWaarschuwing!%s %sWPML%s, of een plugin die de WPML API gebruikt is "
2483
  "actief."
2484
 
2485
- #: admin/templates/map-settings.php:488
2486
  msgid ""
2487
  "Please use the \"String Translations\" section in the used multilingual "
2488
  "plugin to change the labels. Changing them here will have no effect as long "
@@ -2492,125 +2496,125 @@ msgstr ""
2492
  "labels te wijzigen. Wijzigingen die in dit gedeelte worden aangebracht "
2493
  "hebben geen effect zolang de vertaal plugin actief is."
2494
 
2495
- #: admin/templates/map-settings.php:492 admin/templates/map-settings.php:493
2496
  #: frontend/templates/default.php:12
2497
- #: frontend/templates/store-listings-below.php:12 inc/wpsl-functions.php:132
2498
  msgid "Your location"
2499
  msgstr "Uw locatie"
2500
 
2501
- #: admin/templates/map-settings.php:496 admin/templates/map-settings.php:497
2502
  #: frontend/templates/default.php:21
2503
- #: frontend/templates/store-listings-below.php:21 inc/wpsl-functions.php:135
2504
  msgid "Search radius"
2505
  msgstr "Zoek radius"
2506
 
2507
- #: admin/templates/map-settings.php:500 admin/templates/map-settings.php:501
2508
- #: frontend/class-frontend.php:1776 inc/wpsl-functions.php:136
2509
  msgid "No results found"
2510
  msgstr "Geen resultaten gevonden"
2511
 
2512
- #: admin/templates/map-settings.php:508
2513
  msgid "Searching (preloader text)"
2514
  msgstr "Aan het zoeken (preloader tekst)"
2515
 
2516
- #: admin/templates/map-settings.php:509 frontend/class-frontend.php:1775
2517
- #: inc/wpsl-functions.php:134
2518
  msgid "Searching..."
2519
  msgstr "Zoeken..."
2520
 
2521
- #: admin/templates/map-settings.php:512 admin/templates/map-settings.php:513
2522
  #: frontend/templates/default.php:30
2523
- #: frontend/templates/store-listings-below.php:30 inc/wpsl-functions.php:137
2524
  msgid "Results"
2525
  msgstr "Resultaten"
2526
 
2527
- #: admin/templates/map-settings.php:516 admin/upgrade.php:206
2528
- #: inc/wpsl-functions.php:151
2529
  msgid "Category filter"
2530
  msgstr "Categorie filter"
2531
 
2532
- #: admin/templates/map-settings.php:517 frontend/class-frontend.php:1370
2533
  msgid "Category"
2534
  msgstr "Categorie"
2535
 
2536
- #: admin/templates/map-settings.php:520
2537
  msgid "Category first item"
2538
  msgstr "Eerste categorie item"
2539
 
2540
- #: admin/templates/map-settings.php:521 admin/upgrade.php:367
2541
- #: frontend/class-frontend.php:1373 inc/wpsl-functions.php:152
2542
  msgid "Any"
2543
  msgstr "Alle"
2544
 
2545
- #: admin/templates/map-settings.php:524 admin/templates/map-settings.php:525
2546
- #: admin/upgrade.php:59 frontend/class-frontend.php:1777
2547
  #: frontend/underscore-functions.php:138 frontend/underscore-functions.php:168
2548
- #: inc/wpsl-functions.php:138
2549
  msgid "More info"
2550
  msgstr "Meer info"
2551
 
2552
- #: admin/templates/map-settings.php:528 admin/templates/map-settings.php:529
2553
- #: frontend/class-frontend.php:813 frontend/underscore-functions.php:29
2554
  #: frontend/underscore-functions.php:65 frontend/underscore-functions.php:147
2555
- #: inc/wpsl-functions.php:146
2556
  msgid "Phone"
2557
  msgstr "Telefoon"
2558
 
2559
- #: admin/templates/map-settings.php:548 admin/templates/map-settings.php:549
2560
- #: frontend/class-frontend.php:1782 inc/wpsl-functions.php:131
2561
  msgid "Start location"
2562
  msgstr "Start locatie"
2563
 
2564
- #: admin/templates/map-settings.php:552
2565
  msgid "Get directions"
2566
  msgstr "Toon routebeschrijving"
2567
 
2568
- #: admin/templates/map-settings.php:553 frontend/class-frontend.php:1780
2569
- #: inc/wpsl-functions.php:139
2570
  msgid "Directions"
2571
  msgstr "Routebeschrijving"
2572
 
2573
- #: admin/templates/map-settings.php:556
2574
  msgid "No directions found"
2575
  msgstr "Geen routebeschrijving beschikbaar"
2576
 
2577
- #: admin/templates/map-settings.php:557 admin/upgrade.php:151
2578
- #: frontend/class-frontend.php:1781 inc/wpsl-functions.php:140
2579
  msgid "No route could be found between the origin and destination"
2580
  msgstr "Er kon geen route gevonden worden tussen het begin- en eindpunt"
2581
 
2582
- #: admin/templates/map-settings.php:560 admin/templates/map-settings.php:561
2583
- #: admin/upgrade.php:77 frontend/class-frontend.php:1783
2584
- #: inc/wpsl-functions.php:141
2585
  msgid "Back"
2586
  msgstr "Terug"
2587
 
2588
- #: admin/templates/map-settings.php:564 admin/templates/map-settings.php:565
2589
- #: admin/upgrade.php:143 frontend/class-frontend.php:1784
2590
- #: inc/wpsl-functions.php:142
2591
  msgid "Street view"
2592
  msgstr "Street view"
2593
 
2594
- #: admin/templates/map-settings.php:568 admin/templates/map-settings.php:569
2595
- #: admin/upgrade.php:147 frontend/class-frontend.php:1785
2596
- #: inc/wpsl-functions.php:143
2597
  msgid "Zoom here"
2598
  msgstr "Zoom hier"
2599
 
2600
- #: admin/templates/map-settings.php:572
2601
  msgid "General error"
2602
  msgstr "Foutmelding"
2603
 
2604
- #: admin/templates/map-settings.php:573 frontend/class-frontend.php:1778
2605
- #: inc/wpsl-functions.php:144
2606
  msgid "Something went wrong, please try again!"
2607
  msgstr "Er ging iets fout, probeer het nog een keer!"
2608
 
2609
- #: admin/templates/map-settings.php:576
2610
  msgid "Query limit error"
2611
  msgstr "Query limit foutmelding"
2612
 
2613
- #: admin/templates/map-settings.php:576
2614
  #, php-format
2615
  msgid ""
2616
  "You can raise the %susage limit%s by obtaining an API %skey%s, and fill in "
@@ -2619,20 +2623,20 @@ msgstr ""
2619
  "Je kan de %sgebruiks limiet%s verhogen door een API %ssleutel%s aan te "
2620
  "vragen en die in het \"API sleutel\" veld bovenaan de pagina in te vullen."
2621
 
2622
- #: admin/templates/map-settings.php:577 frontend/class-frontend.php:1779
2623
- #: inc/wpsl-functions.php:145
2624
  msgid "API usage limit reached"
2625
  msgstr "API gebruikslimiet bereikt"
2626
 
2627
- #: admin/templates/map-settings.php:590
2628
  msgid "Tools"
2629
  msgstr "Tools"
2630
 
2631
- #: admin/templates/map-settings.php:593
2632
  msgid "Enable store locator debug?"
2633
  msgstr "Activeer store locator debug?"
2634
 
2635
- #: admin/templates/map-settings.php:593
2636
  #, php-format
2637
  msgid ""
2638
  "This disables the WPSL transient cache. %sThe transient cache is only used "
@@ -2642,11 +2646,11 @@ msgstr ""
2642
  "alleen gebruikt als de %sToon alle locaties op de kaart zodra de pagina "
2643
  "geladen is%s optie is geactiveerd."
2644
 
2645
- #: admin/templates/map-settings.php:597
2646
  msgid "Enable compatibility mode?"
2647
  msgstr "Activeer de compatibiliteitsmodus?"
2648
 
2649
- #: admin/templates/map-settings.php:597
2650
  #, php-format
2651
  msgid ""
2652
  "If the %sbrowser console%s shows the error below, then enabling this option "
@@ -2660,11 +2664,11 @@ msgstr ""
2660
  "%s Deze foutmelding kan er in sommige situations voor zorgen dat de store "
2661
  "locator kaart niet goed functioneerd."
2662
 
2663
- #: admin/templates/map-settings.php:601
2664
  msgid "WPSL transients"
2665
  msgstr "WPSL transients"
2666
 
2667
- #: admin/templates/map-settings.php:602
2668
  msgid "Clear store locator transient cache"
2669
  msgstr "Verwijder het store locator transient cache."
2670
 
@@ -2676,15 +2680,15 @@ msgstr "info window"
2676
  msgid "Reset"
2677
  msgstr "Herstel"
2678
 
2679
- #: admin/upgrade.php:174 inc/wpsl-functions.php:125
2680
  msgid "stores"
2681
  msgstr "winkels"
2682
 
2683
- #: admin/upgrade.php:178 inc/wpsl-functions.php:126
2684
  msgid "store-category"
2685
  msgstr "winkel-categorie"
2686
 
2687
- #: admin/upgrade.php:430
2688
  #, php-format
2689
  msgid ""
2690
  "Because you updated WP Store Locator from version 1.x, the %s current store "
@@ -2693,7 +2697,7 @@ msgstr ""
2693
  "Doordat je WP Store Locator update van versie 1.x, de %s huidige winkel "
2694
  "locaties moeten worden %somgezet%s naar custom post types."
2695
 
2696
- #: admin/upgrade.php:451
2697
  #, php-format
2698
  msgid ""
2699
  "The script converting the locations timed out. %s You can click the \"Start "
@@ -2711,15 +2715,15 @@ msgstr ""
2711
  "heeft al geprobeerd om de maximum execution time uit te zetten, maar als je "
2712
  "dit leest dan is dat mislukt."
2713
 
2714
- #: admin/upgrade.php:472
2715
  msgid "Store locations to convert:"
2716
  msgstr "Locaties die omgezet worden:"
2717
 
2718
- #: admin/upgrade.php:474
2719
  msgid "Start Converting"
2720
  msgstr "Begin met omzetten"
2721
 
2722
- #: admin/upgrade.php:596
2723
  #, php-format
2724
  msgid ""
2725
  "All the store locations are now converted to custom post types. %s You can "
@@ -2728,7 +2732,7 @@ msgstr ""
2728
  "Alle winkel locaties zijn nu omgezet naar custom post types. %s Je kunt ze "
2729
  "bekijken op de %sAlle Winkels%s pagina."
2730
 
2731
- #: frontend/class-frontend.php:750
2732
  msgid ""
2733
  "If you use the [wpsl_address] shortcode outside a store page you need to set "
2734
  "the ID attribute."
@@ -2736,7 +2740,7 @@ msgstr ""
2736
  "Als je de [wpsl_address] shortcode op een pagina gebruikt die geen winkel "
2737
  "pagina is dan is de ID attribute verplicht."
2738
 
2739
- #: frontend/class-frontend.php:864
2740
  msgid ""
2741
  "If you use the [wpsl_hours] shortcode outside a store page you need to set "
2742
  "the ID attribute."
@@ -2744,7 +2748,7 @@ msgstr ""
2744
  "Als je de [wpsl_hours] shortcode op een pagina gebruikt die geen winkel "
2745
  "pagina is dan is de ID attribute verplicht."
2746
 
2747
- #: frontend/class-frontend.php:912
2748
  msgid ""
2749
  "If you use the [wpsl_map] shortcode outside a store page, then you need to "
2750
  "set the ID or category attribute."
@@ -2752,20 +2756,20 @@ msgstr ""
2752
  "Als de [wpsl_map] shortcode buiten een winkel page is geplaatst, dan moet je "
2753
  "de ID of category attribute opgeven."
2754
 
2755
- #: frontend/class-frontend.php:1571
2756
  msgid "The application does not have permission to use the Geolocation API."
2757
  msgstr ""
2758
  "Deze applicatie heeft geen toestemming om de Geolocation API te gebruiken."
2759
 
2760
- #: frontend/class-frontend.php:1572
2761
  msgid "Location information is unavailable."
2762
  msgstr "Informatie over de huidige locatie is niet beschikbaar."
2763
 
2764
- #: frontend/class-frontend.php:1573
2765
  msgid "The geolocation request timed out."
2766
  msgstr "Het geolocation verzoek timed out."
2767
 
2768
- #: frontend/class-frontend.php:1574
2769
  msgid "An unknown error occurred."
2770
  msgstr " Er heeft zich een onbekende fout voorgedaan."
2771
 
@@ -2863,76 +2867,88 @@ msgstr "Voer winkel naam in"
2863
  msgid "Zip"
2864
  msgstr "Postcode"
2865
 
2866
- #: inc/wpsl-functions.php:221
 
 
 
 
 
 
 
 
 
 
 
 
2867
  msgid "Show the store list below the map"
2868
  msgstr "Toon the locatie lijst onder de kaart"
2869
 
2870
- #: inc/wpsl-functions.php:238
2871
  msgid "Monday"
2872
  msgstr "Maandag"
2873
 
2874
- #: inc/wpsl-functions.php:239
2875
  msgid "Tuesday"
2876
  msgstr "Dinsdag"
2877
 
2878
- #: inc/wpsl-functions.php:240
2879
  msgid "Wednesday"
2880
  msgstr "Woensdag"
2881
 
2882
- #: inc/wpsl-functions.php:241
2883
  msgid "Thursday"
2884
  msgstr "Donderdag"
2885
 
2886
- #: inc/wpsl-functions.php:242
2887
  msgid "Friday"
2888
  msgstr "Vrijdag"
2889
 
2890
- #: inc/wpsl-functions.php:243
2891
  msgid "Saturday"
2892
  msgstr "Zaterdag"
2893
 
2894
- #: inc/wpsl-functions.php:244
2895
  msgid "Sunday"
2896
  msgstr "Zondag"
2897
 
2898
- #: inc/wpsl-functions.php:274
2899
  #, php-format
2900
  msgid "Mon %sTue %sWed %sThu %sFri %sSat Closed %sSun Closed"
2901
  msgstr "ma %sdi %swoe %sdo %svrij %szat gesloten %szo gesloten"
2902
 
2903
- #: inc/wpsl-functions.php:290
2904
  msgid "Satellite"
2905
  msgstr "Satelliet"
2906
 
2907
- #: inc/wpsl-functions.php:291
2908
  msgid "Hybrid"
2909
  msgstr "Hybrid"
2910
 
2911
- #: inc/wpsl-functions.php:292
2912
  msgid "Terrain"
2913
  msgstr "Terrein"
2914
 
2915
- #: inc/wpsl-functions.php:307
2916
  msgid "(city) (state) (zip code)"
2917
  msgstr "(stad) (provincie) (postcode)"
2918
 
2919
- #: inc/wpsl-functions.php:308
2920
  msgid "(city), (state) (zip code)"
2921
  msgstr "(stad), (provincie), (postcode)"
2922
 
2923
- #: inc/wpsl-functions.php:309
2924
  msgid "(city) (zip code)"
2925
  msgstr "(stad) (postcode)"
2926
 
2927
- #: inc/wpsl-functions.php:310
2928
  msgid "(city), (zip code)"
2929
  msgstr "(stad), (postcode)"
2930
 
2931
- #: inc/wpsl-functions.php:311
2932
  msgid "(zip code) (city) (state)"
2933
  msgstr "(postcode) (stad) (provincie)"
2934
 
2935
- #: inc/wpsl-functions.php:312
2936
  msgid "(zip code) (city)"
2937
  msgstr "(postcode) (stad)"
2938
 
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: WP Store Locator 2.2.13\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2018-02-28 17:53+0100\n"
6
+ "PO-Revision-Date: 2018-02-28 17:55+0100\n"
7
  "Last-Translator: \n"
8
  "Language-Team: \n"
9
  "Language: nl_NL\n"
85
  msgid "Geocode was not successful for the following reason"
86
  msgstr "Geocode was niet succesvol om de volgende reden"
87
 
88
+ #: admin/class-admin.php:296 admin/upgrade.php:458
89
  msgid "Security check failed, reload the page and try again."
90
  msgstr ""
91
  "Beveiligings controle mislukt, herlaad de pagina en probeer het nog een keer."
101
  "getoond kan worden."
102
 
103
  #: admin/class-admin.php:299 admin/class-metaboxes.php:525
104
+ #: frontend/class-frontend.php:560
105
  msgid "Closed"
106
  msgstr "Gesloten"
107
 
325
  msgid "Opening Hours"
326
  msgstr "Openingstijden"
327
 
328
+ #: admin/class-metaboxes.php:82 admin/templates/map-settings.php:548
329
+ #: admin/templates/map-settings.php:549 frontend/underscore-functions.php:160
330
+ #: inc/wpsl-functions.php:151
331
  msgid "Hours"
332
  msgstr "Uren"
333
 
339
  msgid "Tel"
340
  msgstr "Tel."
341
 
342
+ #: admin/class-metaboxes.php:91 admin/templates/map-settings.php:536
343
+ #: admin/templates/map-settings.php:537 frontend/class-frontend.php:822
344
  #: frontend/underscore-functions.php:32 frontend/underscore-functions.php:68
345
+ #: frontend/underscore-functions.php:150 inc/wpsl-functions.php:148
346
  msgid "Fax"
347
  msgstr "Fax"
348
 
349
+ #: admin/class-metaboxes.php:94 admin/templates/map-settings.php:540
350
+ #: admin/templates/map-settings.php:541 admin/upgrade.php:198
351
+ #: frontend/class-frontend.php:826 frontend/underscore-functions.php:35
352
  #: frontend/underscore-functions.php:71 frontend/underscore-functions.php:153
353
+ #: inc/wpsl-functions.php:149
354
  msgid "Email"
355
  msgstr "E-mail"
356
 
357
+ #: admin/class-metaboxes.php:97 admin/templates/map-settings.php:544
358
+ #: admin/templates/map-settings.php:545 admin/upgrade.php:202
359
+ #: frontend/class-frontend.php:831 inc/wpsl-functions.php:150
360
  msgid "Url"
361
  msgstr "Url"
362
 
448
  msgid "WP Store Locator Transients Cleared"
449
  msgstr "WP Store Locator transients verwijderd"
450
 
451
+ #: admin/class-settings.php:368
452
  #, php-format
453
  msgid "There's a problem with the provided %sserver key%s. %s"
454
  msgstr "Er is een probleem met de opgegeven %sserver sleutel%s. %s"
455
 
456
+ #: admin/class-settings.php:482
457
  msgid ""
458
  "The max results field cannot be empty, the default value has been restored."
459
  msgstr ""
460
  "Het max. zoek resulaten veld kan niet leeg zijn, de standaard waarde is "
461
  "hersteld."
462
 
463
+ #: admin/class-settings.php:485
464
  msgid ""
465
  "The search radius field cannot be empty, the default value has been restored."
466
  msgstr ""
467
  "Het zoek radius veld kan niet leeg zijn, de standaard waarde is hersteld."
468
 
469
+ #: admin/class-settings.php:488
470
  #, php-format
471
  msgid ""
472
  "Please provide the name of a city or country that can be used as a starting "
478
  "automatische achterhalen van de gebruikers locatie mislukt, of het "
479
  "automatische achterhalen is uitgeschakeld."
480
 
481
+ #: admin/class-settings.php:509
482
  msgid "Select your language"
483
  msgstr "Kies uw taal"
484
 
485
+ #: admin/class-settings.php:510
486
  msgid "English"
487
  msgstr "Engels"
488
 
489
+ #: admin/class-settings.php:511
490
  msgid "Arabic"
491
  msgstr "Arabisch"
492
 
493
+ #: admin/class-settings.php:512
494
  msgid "Basque"
495
  msgstr "Bask"
496
 
497
+ #: admin/class-settings.php:513
498
  msgid "Bulgarian"
499
  msgstr "Bulgaars"
500
 
501
+ #: admin/class-settings.php:514
502
  msgid "Bengali"
503
  msgstr "Bengali"
504
 
505
+ #: admin/class-settings.php:515
506
  msgid "Catalan"
507
  msgstr "Catalaans"
508
 
509
+ #: admin/class-settings.php:516
510
  msgid "Czech"
511
  msgstr "Tjechisch"
512
 
513
+ #: admin/class-settings.php:517
514
  msgid "Danish"
515
  msgstr "Deens"
516
 
517
+ #: admin/class-settings.php:518
518
  msgid "German"
519
  msgstr "Duits"
520
 
521
+ #: admin/class-settings.php:519
522
  msgid "Greek"
523
  msgstr "Grieks"
524
 
525
+ #: admin/class-settings.php:520
526
  msgid "English (Australian)"
527
  msgstr "Engels (Australisch)"
528
 
529
+ #: admin/class-settings.php:521
530
  msgid "English (Great Britain)"
531
  msgstr "Engels (Verenigd Koninkrijk)"
532
 
533
+ #: admin/class-settings.php:522
534
  msgid "Spanish"
535
  msgstr "Spaans"
536
 
537
+ #: admin/class-settings.php:523
538
  msgid "Farsi"
539
  msgstr "Farsi"
540
 
541
+ #: admin/class-settings.php:524
542
  msgid "Finnish"
543
  msgstr "Fins"
544
 
545
+ #: admin/class-settings.php:525
546
  msgid "Filipino"
547
  msgstr "Filipijns"
548
 
549
+ #: admin/class-settings.php:526
550
  msgid "French"
551
  msgstr "Frans"
552
 
553
+ #: admin/class-settings.php:527
554
  msgid "Galician"
555
  msgstr "Gallisch"
556
 
557
+ #: admin/class-settings.php:528
558
  msgid "Gujarati"
559
  msgstr "Gujurati"
560
 
561
+ #: admin/class-settings.php:529
562
  msgid "Hindi"
563
  msgstr "Hindi"
564
 
565
+ #: admin/class-settings.php:530
566
  msgid "Croatian"
567
  msgstr "Kroatisch"
568
 
569
+ #: admin/class-settings.php:531
570
  msgid "Hungarian"
571
  msgstr "Hongaars"
572
 
573
+ #: admin/class-settings.php:532
574
  msgid "Indonesian"
575
  msgstr "Indonesisch"
576
 
577
+ #: admin/class-settings.php:533
578
  msgid "Italian"
579
  msgstr "Italiaans"
580
 
581
+ #: admin/class-settings.php:534
582
  msgid "Hebrew"
583
  msgstr "Hebreeuws"
584
 
585
+ #: admin/class-settings.php:535
586
  msgid "Japanese"
587
  msgstr "Japans"
588
 
589
+ #: admin/class-settings.php:536
590
  msgid "Kannada"
591
  msgstr "Kannada"
592
 
593
+ #: admin/class-settings.php:537
594
  msgid "Korean"
595
  msgstr "Koreaans"
596
 
597
+ #: admin/class-settings.php:538
598
  msgid "Lithuanian"
599
  msgstr "Litouws"
600
 
601
+ #: admin/class-settings.php:539
602
  msgid "Latvian"
603
  msgstr "Lets"
604
 
605
+ #: admin/class-settings.php:540
606
  msgid "Malayalam"
607
  msgstr "Malayalam"
608
 
609
+ #: admin/class-settings.php:541
610
  msgid "Marathi"
611
  msgstr "Marathi"
612
 
613
+ #: admin/class-settings.php:542
614
  msgid "Dutch"
615
  msgstr "Nederlands"
616
 
617
+ #: admin/class-settings.php:543
618
  msgid "Norwegian"
619
  msgstr "Noors"
620
 
621
+ #: admin/class-settings.php:544
622
  msgid "Norwegian Nynorsk"
623
  msgstr "Noors Nynorsk"
624
 
625
+ #: admin/class-settings.php:545
626
  msgid "Polish"
627
  msgstr "Pools"
628
 
629
+ #: admin/class-settings.php:546
630
  msgid "Portuguese"
631
  msgstr "Portugees"
632
 
633
+ #: admin/class-settings.php:547
634
  msgid "Portuguese (Brazil)"
635
  msgstr "Portugees (Brazilië)"
636
 
637
+ #: admin/class-settings.php:548
638
  msgid "Portuguese (Portugal)"
639
  msgstr "Portugees (Portugal)"
640
 
641
+ #: admin/class-settings.php:549
642
  msgid "Romanian"
643
  msgstr "Roemeens"
644
 
645
+ #: admin/class-settings.php:550
646
  msgid "Russian"
647
  msgstr "Russisch"
648
 
649
+ #: admin/class-settings.php:551
650
  msgid "Slovak"
651
  msgstr "Slowaaks"
652
 
653
+ #: admin/class-settings.php:552
654
  msgid "Slovenian"
655
  msgstr "Sloveens"
656
 
657
+ #: admin/class-settings.php:553
658
  msgid "Serbian"
659
  msgstr "Servisch"
660
 
661
+ #: admin/class-settings.php:554
662
  msgid "Swedish"
663
  msgstr "Zweeds"
664
 
665
+ #: admin/class-settings.php:555
666
  msgid "Tagalog"
667
  msgstr "Tagalog"
668
 
669
+ #: admin/class-settings.php:556
670
  msgid "Tamil"
671
  msgstr "Tamil"
672
 
673
+ #: admin/class-settings.php:557
674
  msgid "Telugu"
675
  msgstr "Telugu"
676
 
677
+ #: admin/class-settings.php:558
678
  msgid "Thai"
679
  msgstr "Thai"
680
 
681
+ #: admin/class-settings.php:559
682
  msgid "Turkish"
683
  msgstr "Turks"
684
 
685
+ #: admin/class-settings.php:560
686
  msgid "Ukrainian"
687
  msgstr "Oekraïens"
688
 
689
+ #: admin/class-settings.php:561
690
  msgid "Vietnamese"
691
  msgstr "Vietnamees"
692
 
693
+ #: admin/class-settings.php:562
694
  msgid "Chinese (Simplified)"
695
  msgstr "Chinees (Vereenvoudigd)"
696
 
697
+ #: admin/class-settings.php:563
698
  msgid "Chinese (Traditional)"
699
  msgstr "Chinees (Traditioneel)"
700
 
701
+ #: admin/class-settings.php:568
702
  msgid "Select your region"
703
  msgstr "Kies uw regio"
704
 
705
+ #: admin/class-settings.php:569
706
  msgid "Afghanistan"
707
  msgstr "Afghanistan"
708
 
709
+ #: admin/class-settings.php:570
710
  msgid "Albania"
711
  msgstr "Albanië"
712
 
713
+ #: admin/class-settings.php:571
714
  msgid "Algeria"
715
  msgstr "Algerije"
716
 
717
+ #: admin/class-settings.php:572
718
  msgid "American Samoa"
719
  msgstr "Amerikaans Samoa"
720
 
721
+ #: admin/class-settings.php:573
722
  msgid "Andorra"
723
  msgstr "Andorra"
724
 
725
+ #: admin/class-settings.php:574
726
  msgid "Angola"
727
  msgstr "Angola"
728
 
729
+ #: admin/class-settings.php:575
730
  msgid "Anguilla"
731
  msgstr "Anguilla"
732
 
733
+ #: admin/class-settings.php:576
734
  msgid "Antarctica"
735
  msgstr "Antarctica"
736
 
737
+ #: admin/class-settings.php:577
738
  msgid "Antigua and Barbuda"
739
  msgstr "Antigua en Barbuda"
740
 
741
+ #: admin/class-settings.php:578
742
  msgid "Argentina"
743
  msgstr "Argentinië"
744
 
745
+ #: admin/class-settings.php:579
746
  msgid "Armenia"
747
  msgstr "Armenia"
748
 
749
+ #: admin/class-settings.php:580
750
  msgid "Aruba"
751
  msgstr "Aruba"
752
 
753
+ #: admin/class-settings.php:581
754
  msgid "Ascension Island"
755
  msgstr "Ascension"
756
 
757
+ #: admin/class-settings.php:582
758
  msgid "Australia"
759
  msgstr "Australië"
760
 
761
+ #: admin/class-settings.php:583
762
  msgid "Austria"
763
  msgstr "Oostenrijk"
764
 
765
+ #: admin/class-settings.php:584
766
  msgid "Azerbaijan"
767
  msgstr "Azerbeidzjan"
768
 
769
+ #: admin/class-settings.php:585
770
  msgid "Bahamas"
771
  msgstr "Bahamas"
772
 
773
+ #: admin/class-settings.php:586
774
  msgid "Bahrain"
775
  msgstr "Bahrein"
776
 
777
+ #: admin/class-settings.php:587
778
  msgid "Bangladesh"
779
  msgstr "Bangladesh"
780
 
781
+ #: admin/class-settings.php:588
782
  msgid "Barbados"
783
  msgstr "Barbados"
784
 
785
+ #: admin/class-settings.php:589
786
  msgid "Belarus"
787
  msgstr "Wit-Rusland"
788
 
789
+ #: admin/class-settings.php:590
790
  msgid "Belgium"
791
  msgstr "België"
792
 
793
+ #: admin/class-settings.php:591
794
  msgid "Belize"
795
  msgstr "Belize"
796
 
797
+ #: admin/class-settings.php:592
798
  msgid "Benin"
799
  msgstr "Benin"
800
 
801
+ #: admin/class-settings.php:593
802
  msgid "Bermuda"
803
  msgstr "Bermuda"
804
 
805
+ #: admin/class-settings.php:594
806
  msgid "Bhutan"
807
  msgstr "Bhutan"
808
 
809
+ #: admin/class-settings.php:595
810
  msgid "Bolivia"
811
  msgstr "Bolivia"
812
 
813
+ #: admin/class-settings.php:596
814
  msgid "Bosnia and Herzegovina"
815
  msgstr "Bosnia en Herzegovina"
816
 
817
+ #: admin/class-settings.php:597
818
  msgid "Botswana"
819
  msgstr "Botswana"
820
 
821
+ #: admin/class-settings.php:598
822
  msgid "Bouvet Island"
823
  msgstr "Bouvet"
824
 
825
+ #: admin/class-settings.php:599
826
  msgid "Brazil"
827
  msgstr "Brazilië"
828
 
829
+ #: admin/class-settings.php:600
830
  msgid "British Indian Ocean Territory"
831
  msgstr "Brits Indische Oceaanterritorium"
832
 
833
+ #: admin/class-settings.php:601
834
  msgid "British Virgin Islands"
835
  msgstr "Britse Maagdeneilanden"
836
 
837
+ #: admin/class-settings.php:602
838
  msgid "Brunei"
839
  msgstr "Brunei"
840
 
841
+ #: admin/class-settings.php:603
842
  msgid "Bulgaria"
843
  msgstr "Bulgarije"
844
 
845
+ #: admin/class-settings.php:604
846
  msgid "Burkina Faso"
847
  msgstr "Burkina Faso"
848
 
849
+ #: admin/class-settings.php:605
850
  msgid "Burundi"
851
  msgstr "Burundi"
852
 
853
+ #: admin/class-settings.php:606
854
  msgid "Cambodia"
855
  msgstr "Cambodja"
856
 
857
+ #: admin/class-settings.php:607
858
  msgid "Cameroon"
859
  msgstr "Kameroen"
860
 
861
+ #: admin/class-settings.php:608
862
  msgid "Canada"
863
  msgstr "Canada"
864
 
865
+ #: admin/class-settings.php:609
866
  msgid "Canary Islands"
867
  msgstr "Canarische Eilanden"
868
 
869
+ #: admin/class-settings.php:610
870
  msgid "Cape Verde"
871
  msgstr "Kaapverdië"
872
 
873
+ #: admin/class-settings.php:611
874
  msgid "Caribbean Netherlands"
875
  msgstr "Caribisch Nederland"
876
 
877
+ #: admin/class-settings.php:612
878
  msgid "Cayman Islands"
879
  msgstr "Kaaimaneilanden"
880
 
881
+ #: admin/class-settings.php:613
882
  msgid "Central African Republic"
883
  msgstr "Centraal-Afrikaanse Republiek"
884
 
885
+ #: admin/class-settings.php:614
886
  msgid "Ceuta and Melilla"
887
  msgstr "Ceuta en Melilla"
888
 
889
+ #: admin/class-settings.php:615
890
  msgid "Chad"
891
  msgstr "Chad"
892
 
893
+ #: admin/class-settings.php:616
894
  msgid "Chile"
895
  msgstr "Chili"
896
 
897
+ #: admin/class-settings.php:617
898
  msgid "China"
899
  msgstr "China"
900
 
901
+ #: admin/class-settings.php:618
902
  msgid "Christmas Island"
903
  msgstr "Christmaseiland"
904
 
905
+ #: admin/class-settings.php:619
906
  msgid "Clipperton Island"
907
  msgstr "Clipperton"
908
 
909
+ #: admin/class-settings.php:620
910
  msgid "Cocos (Keeling) Islands"
911
  msgstr "Cocoseilanden"
912
 
913
+ #: admin/class-settings.php:621
914
  msgid "Colombia"
915
  msgstr "Colombia"
916
 
917
+ #: admin/class-settings.php:622
918
  msgid "Comoros"
919
  msgstr "Comoren"
920
 
921
+ #: admin/class-settings.php:623
922
  msgid "Congo (DRC)"
923
  msgstr "Congo (DRC)"
924
 
925
+ #: admin/class-settings.php:624
926
  msgid "Congo (Republic)"
927
  msgstr "Republiek Congo"
928
 
929
+ #: admin/class-settings.php:625
930
  msgid "Cook Islands"
931
  msgstr "Cookeilanden"
932
 
933
+ #: admin/class-settings.php:626
934
  msgid "Costa Rica"
935
  msgstr "Costa Rica"
936
 
937
+ #: admin/class-settings.php:627
938
  msgid "Croatia"
939
  msgstr "Kroatië"
940
 
941
+ #: admin/class-settings.php:628
942
  msgid "Cuba"
943
  msgstr "Cuba"
944
 
945
+ #: admin/class-settings.php:629
946
  msgid "Curaçao"
947
  msgstr "Curaçao"
948
 
949
+ #: admin/class-settings.php:630
950
  msgid "Cyprus"
951
  msgstr "Cyprus"
952
 
953
+ #: admin/class-settings.php:631
954
  msgid "Czech Republic"
955
  msgstr "Tsjechië"
956
 
957
+ #: admin/class-settings.php:632
958
  msgid "Côte d'Ivoire"
959
  msgstr "Ivoorkust"
960
 
961
+ #: admin/class-settings.php:633
962
  msgid "Denmark"
963
  msgstr "Denemarken"
964
 
965
+ #: admin/class-settings.php:634
966
  msgid "Djibouti"
967
  msgstr "Djibouti"
968
 
969
+ #: admin/class-settings.php:635
970
  msgid "Democratic Republic of the Congo"
971
  msgstr "Democratische Republiek Congo"
972
 
973
+ #: admin/class-settings.php:636
974
  msgid "Dominica"
975
  msgstr "Dominica"
976
 
977
+ #: admin/class-settings.php:637
978
  msgid "Dominican Republic"
979
  msgstr "Dominicaanse Republiek"
980
 
981
+ #: admin/class-settings.php:638
982
  msgid "Ecuador"
983
  msgstr "Ecuador"
984
 
985
+ #: admin/class-settings.php:639
986
  msgid "Egypt"
987
  msgstr "Egypte"
988
 
989
+ #: admin/class-settings.php:640
990
  msgid "El Salvador"
991
  msgstr "El Salvador"
992
 
993
+ #: admin/class-settings.php:641
994
  msgid "Equatorial Guinea"
995
  msgstr "Equatoriaal-Guinea"
996
 
997
+ #: admin/class-settings.php:642
998
  msgid "Eritrea"
999
  msgstr "Eritrea"
1000
 
1001
+ #: admin/class-settings.php:643
1002
  msgid "Estonia"
1003
  msgstr "Estland"
1004
 
1005
+ #: admin/class-settings.php:644
1006
  msgid "Ethiopia"
1007
  msgstr "Ethiopië"
1008
 
1009
+ #: admin/class-settings.php:645
1010
  msgid "Falkland Islands(Islas Malvinas)"
1011
  msgstr "Falklandeilanden"
1012
 
1013
+ #: admin/class-settings.php:646
1014
  msgid "Faroe Islands"
1015
  msgstr "Faeröer"
1016
 
1017
+ #: admin/class-settings.php:647
1018
  msgid "Fiji"
1019
  msgstr "Fiji"
1020
 
1021
+ #: admin/class-settings.php:648
1022
  msgid "Finland"
1023
  msgstr "Finland"
1024
 
1025
+ #: admin/class-settings.php:649
1026
  msgid "France"
1027
  msgstr "Frankrijk"
1028
 
1029
+ #: admin/class-settings.php:650
1030
  msgid "French Guiana"
1031
  msgstr "Frans Guyana"
1032
 
1033
+ #: admin/class-settings.php:651
1034
  msgid "French Polynesia"
1035
  msgstr "Frans-Polynesië"
1036
 
1037
+ #: admin/class-settings.php:652
1038
  msgid "French Southern Territories"
1039
  msgstr "Franse Zuidelijke en Antarctische Gebieden"
1040
 
1041
+ #: admin/class-settings.php:653
1042
  msgid "Gabon"
1043
  msgstr "Gabon"
1044
 
1045
+ #: admin/class-settings.php:654
1046
  msgid "Gambia"
1047
  msgstr "Gambia"
1048
 
1049
+ #: admin/class-settings.php:655
1050
  msgid "Georgia"
1051
  msgstr "Georgië"
1052
 
1053
+ #: admin/class-settings.php:656
1054
  msgid "Germany"
1055
  msgstr "Duitsland"
1056
 
1057
+ #: admin/class-settings.php:657
1058
  msgid "Ghana"
1059
  msgstr "Ghana"
1060
 
1061
+ #: admin/class-settings.php:658
1062
  msgid "Gibraltar"
1063
  msgstr "Gibraltar"
1064
 
1065
+ #: admin/class-settings.php:659
1066
  msgid "Greece"
1067
  msgstr "Griekenland"
1068
 
1069
+ #: admin/class-settings.php:660
1070
  msgid "Greenland"
1071
  msgstr "Groenland"
1072
 
1073
+ #: admin/class-settings.php:661
1074
  msgid "Grenada"
1075
  msgstr "Grenada"
1076
 
1077
+ #: admin/class-settings.php:662 admin/class-settings.php:664
1078
  msgid "Guam"
1079
  msgstr "Guam"
1080
 
1081
+ #: admin/class-settings.php:663
1082
  msgid "Guadeloupe"
1083
  msgstr "Guadeloupe"
1084
 
1085
+ #: admin/class-settings.php:665
1086
  msgid "Guatemala"
1087
  msgstr "Guatemala"
1088
 
1089
+ #: admin/class-settings.php:666
1090
  msgid "Guernsey"
1091
  msgstr "Guernsey"
1092
 
1093
+ #: admin/class-settings.php:667
1094
  msgid "Guinea"
1095
  msgstr "Guinee"
1096
 
1097
+ #: admin/class-settings.php:668
1098
  msgid "Guinea-Bissau"
1099
  msgstr "Guinee-Bissau"
1100
 
1101
+ #: admin/class-settings.php:669
1102
  msgid "Guyana"
1103
  msgstr "Guyana"
1104
 
1105
+ #: admin/class-settings.php:670
1106
  msgid "Haiti"
1107
  msgstr "Haïti"
1108
 
1109
+ #: admin/class-settings.php:671
1110
  msgid "Heard and McDonald Islands"
1111
  msgstr "Heard en McDonaldeilanden"
1112
 
1113
+ #: admin/class-settings.php:672
1114
  msgid "Honduras"
1115
  msgstr "Honduras"
1116
 
1117
+ #: admin/class-settings.php:673
1118
  msgid "Hong Kong"
1119
  msgstr "Hong Kong"
1120
 
1121
+ #: admin/class-settings.php:674
1122
  msgid "Hungary"
1123
  msgstr "Hongarije"
1124
 
1125
+ #: admin/class-settings.php:675
1126
  msgid "Iceland"
1127
  msgstr "IJsland"
1128
 
1129
+ #: admin/class-settings.php:676
1130
  msgid "India"
1131
  msgstr "India"
1132
 
1133
+ #: admin/class-settings.php:677
1134
  msgid "Indonesia"
1135
  msgstr "Indonesië"
1136
 
1137
+ #: admin/class-settings.php:678
1138
  msgid "Iran"
1139
  msgstr "Iran"
1140
 
1141
+ #: admin/class-settings.php:679
1142
  msgid "Iraq"
1143
  msgstr "Irak"
1144
 
1145
+ #: admin/class-settings.php:680
1146
  msgid "Ireland"
1147
  msgstr "Ierland"
1148
 
1149
+ #: admin/class-settings.php:681
1150
  msgid "Isle of Man"
1151
  msgstr "Man (eiland)"
1152
 
1153
+ #: admin/class-settings.php:682
1154
  msgid "Israel"
1155
  msgstr "Israël"
1156
 
1157
+ #: admin/class-settings.php:683
1158
  msgid "Italy"
1159
  msgstr "Italië"
1160
 
1161
+ #: admin/class-settings.php:684
1162
  msgid "Jamaica"
1163
  msgstr "Jamaica"
1164
 
1165
+ #: admin/class-settings.php:685
1166
  msgid "Japan"
1167
  msgstr "Japan"
1168
 
1169
+ #: admin/class-settings.php:686
1170
  msgid "Jersey"
1171
  msgstr "Jersey"
1172
 
1173
+ #: admin/class-settings.php:687
1174
  msgid "Jordan"
1175
  msgstr "Jordanië"
1176
 
1177
+ #: admin/class-settings.php:688
1178
  msgid "Kazakhstan"
1179
  msgstr "Kazachstan"
1180
 
1181
+ #: admin/class-settings.php:689
1182
  msgid "Kenya"
1183
  msgstr "Kenia"
1184
 
1185
+ #: admin/class-settings.php:690
1186
  msgid "Kiribati"
1187
  msgstr "Kiribati"
1188
 
1189
+ #: admin/class-settings.php:691
1190
  msgid "Kosovo"
1191
  msgstr "Kosovo"
1192
 
1193
+ #: admin/class-settings.php:692
1194
  msgid "Kuwait"
1195
  msgstr "Koeweit"
1196
 
1197
+ #: admin/class-settings.php:693
1198
  msgid "Kyrgyzstan"
1199
  msgstr "Kirgizië"
1200
 
1201
+ #: admin/class-settings.php:694
1202
  msgid "Laos"
1203
  msgstr "Laos"
1204
 
1205
+ #: admin/class-settings.php:695
1206
  msgid "Latvia"
1207
  msgstr "Letland"
1208
 
1209
+ #: admin/class-settings.php:696
1210
  msgid "Lebanon"
1211
  msgstr "Libanon"
1212
 
1213
+ #: admin/class-settings.php:697
1214
  msgid "Lesotho"
1215
  msgstr "Lesotho"
1216
 
1217
+ #: admin/class-settings.php:698
1218
  msgid "Liberia"
1219
  msgstr "Liberia"
1220
 
1221
+ #: admin/class-settings.php:699
1222
  msgid "Libya"
1223
  msgstr "Libië"
1224
 
1225
+ #: admin/class-settings.php:700
1226
  msgid "Liechtenstein"
1227
  msgstr "Liechtenstein"
1228
 
1229
+ #: admin/class-settings.php:701
1230
  msgid "Lithuania"
1231
  msgstr "Litouwen"
1232
 
1233
+ #: admin/class-settings.php:702
1234
  msgid "Luxembourg"
1235
  msgstr "Luxemburg"
1236
 
1237
+ #: admin/class-settings.php:703
1238
  msgid "Macau"
1239
  msgstr "Macau"
1240
 
1241
+ #: admin/class-settings.php:704
1242
  msgid "Macedonia (FYROM)"
1243
  msgstr "Macedonië"
1244
 
1245
+ #: admin/class-settings.php:705
1246
  msgid "Madagascar"
1247
  msgstr "Madagascar"
1248
 
1249
+ #: admin/class-settings.php:706
1250
  msgid "Malawi"
1251
  msgstr "Malawi"
1252
 
1253
+ #: admin/class-settings.php:707
1254
  msgid "Malaysia "
1255
  msgstr "Maleisie"
1256
 
1257
+ #: admin/class-settings.php:708
1258
  msgid "Maldives "
1259
  msgstr "Maldiven"
1260
 
1261
+ #: admin/class-settings.php:709
1262
  msgid "Mali"
1263
  msgstr "Mali"
1264
 
1265
+ #: admin/class-settings.php:710
1266
  msgid "Malta"
1267
  msgstr "Malta"
1268
 
1269
+ #: admin/class-settings.php:711
1270
  msgid "Marshall Islands"
1271
  msgstr "Marshalleilanden"
1272
 
1273
+ #: admin/class-settings.php:712
1274
  msgid "Martinique"
1275
  msgstr "Martinique"
1276
 
1277
+ #: admin/class-settings.php:713
1278
  msgid "Mauritania"
1279
  msgstr "Mauritanië"
1280
 
1281
+ #: admin/class-settings.php:714
1282
  msgid "Mauritius"
1283
  msgstr "Mauritius"
1284
 
1285
+ #: admin/class-settings.php:715
1286
  msgid "Mayotte"
1287
  msgstr "Mayotte"
1288
 
1289
+ #: admin/class-settings.php:716
1290
  msgid "Mexico"
1291
  msgstr "Mexico"
1292
 
1293
+ #: admin/class-settings.php:717
1294
  msgid "Micronesia"
1295
  msgstr "Micronesia"
1296
 
1297
+ #: admin/class-settings.php:718
1298
  msgid "Moldova"
1299
  msgstr "Moldavië"
1300
 
1301
+ #: admin/class-settings.php:719
1302
  msgid "Monaco"
1303
  msgstr "Monaco"
1304
 
1305
+ #: admin/class-settings.php:720
1306
  msgid "Mongolia"
1307
  msgstr "Mongolië"
1308
 
1309
+ #: admin/class-settings.php:721
1310
  msgid "Montenegro"
1311
  msgstr "Montenegro"
1312
 
1313
+ #: admin/class-settings.php:722
1314
  msgid "Montserrat"
1315
  msgstr "Montserrat "
1316
 
1317
+ #: admin/class-settings.php:723
1318
  msgid "Morocco"
1319
  msgstr "Marokko"
1320
 
1321
+ #: admin/class-settings.php:724
1322
  msgid "Mozambique"
1323
  msgstr "Mozambique"
1324
 
1325
+ #: admin/class-settings.php:725
1326
  msgid "Myanmar (Burma)"
1327
  msgstr "Myanmar (Birma)"
1328
 
1329
+ #: admin/class-settings.php:726
1330
  msgid "Namibia"
1331
  msgstr "Namibië"
1332
 
1333
+ #: admin/class-settings.php:727
1334
  msgid "Nauru"
1335
  msgstr "Nauru"
1336
 
1337
+ #: admin/class-settings.php:728
1338
  msgid "Nepal"
1339
  msgstr "Nepal"
1340
 
1341
+ #: admin/class-settings.php:729
1342
  msgid "Netherlands"
1343
  msgstr "Nederland"
1344
 
1345
+ #: admin/class-settings.php:730
1346
  msgid "Netherlands Antilles"
1347
  msgstr "Nederlandse Antillen"
1348
 
1349
+ #: admin/class-settings.php:731
1350
  msgid "New Caledonia"
1351
  msgstr "Nieuw-Caledonië"
1352
 
1353
+ #: admin/class-settings.php:732
1354
  msgid "New Zealand"
1355
  msgstr "Nieuw Zeeland"
1356
 
1357
+ #: admin/class-settings.php:733
1358
  msgid "Nicaragua"
1359
  msgstr "Nicaragua"
1360
 
1361
+ #: admin/class-settings.php:734
1362
  msgid "Niger"
1363
  msgstr "Niger"
1364
 
1365
+ #: admin/class-settings.php:735
1366
  msgid "Nigeria"
1367
  msgstr "Nigeria"
1368
 
1369
+ #: admin/class-settings.php:736
1370
  msgid "Niue"
1371
  msgstr "Niue"
1372
 
1373
+ #: admin/class-settings.php:737
1374
  msgid "Norfolk Island"
1375
  msgstr "Norfolk (eiland)"
1376
 
1377
+ #: admin/class-settings.php:738
1378
  msgid "North Korea"
1379
  msgstr "Noord-Korea"
1380
 
1381
+ #: admin/class-settings.php:739
1382
  msgid "Northern Mariana Islands"
1383
  msgstr "Noordelijke Marianen"
1384
 
1385
+ #: admin/class-settings.php:740
1386
  msgid "Norway"
1387
  msgstr "Noorwegen"
1388
 
1389
+ #: admin/class-settings.php:741
1390
  msgid "Oman"
1391
  msgstr "Oman"
1392
 
1393
+ #: admin/class-settings.php:742
1394
  msgid "Pakistan"
1395
  msgstr "Pakistan"
1396
 
1397
+ #: admin/class-settings.php:743
1398
  msgid "Palau"
1399
  msgstr "Palau"
1400
 
1401
+ #: admin/class-settings.php:744
1402
  msgid "Palestine"
1403
  msgstr "Palestine"
1404
 
1405
+ #: admin/class-settings.php:745
1406
  msgid "Panama"
1407
  msgstr "Panama"
1408
 
1409
+ #: admin/class-settings.php:746
1410
  msgid "Papua New Guinea"
1411
  msgstr "Papoea-Nieuw-Guinea"
1412
 
1413
+ #: admin/class-settings.php:747
1414
  msgid "Paraguay"
1415
  msgstr "Paraguay"
1416
 
1417
+ #: admin/class-settings.php:748
1418
  msgid "Peru"
1419
  msgstr "Peru"
1420
 
1421
+ #: admin/class-settings.php:749
1422
  msgid "Philippines"
1423
  msgstr "Filipijnen"
1424
 
1425
+ #: admin/class-settings.php:750
1426
  msgid "Pitcairn Islands"
1427
  msgstr "Pitcairneilanden"
1428
 
1429
+ #: admin/class-settings.php:751
1430
  msgid "Poland"
1431
  msgstr "Polen"
1432
 
1433
+ #: admin/class-settings.php:752
1434
  msgid "Portugal"
1435
  msgstr "Portugal"
1436
 
1437
+ #: admin/class-settings.php:753
1438
  msgid "Puerto Rico"
1439
  msgstr "Puerto Rico"
1440
 
1441
+ #: admin/class-settings.php:754
1442
  msgid "Qatar"
1443
  msgstr "Qatar"
1444
 
1445
+ #: admin/class-settings.php:755
1446
  msgid "Reunion"
1447
  msgstr "Réunion"
1448
 
1449
+ #: admin/class-settings.php:756
1450
  msgid "Romania"
1451
  msgstr "Roemenië"
1452
 
1453
+ #: admin/class-settings.php:757
1454
  msgid "Russia"
1455
  msgstr "Rusland"
1456
 
1457
+ #: admin/class-settings.php:758
1458
  msgid "Rwanda"
1459
  msgstr "Rwanda"
1460
 
1461
+ #: admin/class-settings.php:759
1462
  msgid "Saint Helena"
1463
  msgstr "Sint-Helena"
1464
 
1465
+ #: admin/class-settings.php:760
1466
  msgid "Saint Kitts and Nevis"
1467
  msgstr "Saint Kitts en Nevis"
1468
 
1469
+ #: admin/class-settings.php:761
1470
  msgid "Saint Vincent and the Grenadines"
1471
  msgstr "Saint Vincent en de Grenadines"
1472
 
1473
+ #: admin/class-settings.php:762
1474
  msgid "Saint Lucia"
1475
  msgstr "Saint Lucia"
1476
 
1477
+ #: admin/class-settings.php:763
1478
  msgid "Samoa"
1479
  msgstr "Samoa"
1480
 
1481
+ #: admin/class-settings.php:764
1482
  msgid "San Marino"
1483
  msgstr "San Marino"
1484
 
1485
+ #: admin/class-settings.php:765
1486
  msgid "São Tomé and Príncipe"
1487
  msgstr "Sao Tomé en Principe"
1488
 
1489
+ #: admin/class-settings.php:766
1490
  msgid "Saudi Arabia"
1491
  msgstr "Saoedi-Arabië"
1492
 
1493
+ #: admin/class-settings.php:767
1494
  msgid "Senegal"
1495
  msgstr "Senegal"
1496
 
1497
+ #: admin/class-settings.php:768
1498
  msgid "Serbia"
1499
  msgstr "Servië"
1500
 
1501
+ #: admin/class-settings.php:769
1502
  msgid "Seychelles"
1503
  msgstr "Seychellen"
1504
 
1505
+ #: admin/class-settings.php:770
1506
  msgid "Sierra Leone"
1507
  msgstr "Sierra Leone"
1508
 
1509
+ #: admin/class-settings.php:771
1510
  msgid "Singapore"
1511
  msgstr "Singapore"
1512
 
1513
+ #: admin/class-settings.php:772
1514
  msgid "Sint Maarten"
1515
  msgstr "Sint Maarten"
1516
 
1517
+ #: admin/class-settings.php:773
1518
  msgid "Slovakia"
1519
  msgstr "Slowakije"
1520
 
1521
+ #: admin/class-settings.php:774
1522
  msgid "Slovenia"
1523
  msgstr "Slovenië"
1524
 
1525
+ #: admin/class-settings.php:775
1526
  msgid "Solomon Islands"
1527
  msgstr "Salomonseilanden"
1528
 
1529
+ #: admin/class-settings.php:776
1530
  msgid "Somalia"
1531
  msgstr "Somalie"
1532
 
1533
+ #: admin/class-settings.php:777
1534
  msgid "South Africa"
1535
  msgstr "Zuid Afrika"
1536
 
1537
+ #: admin/class-settings.php:778
1538
  msgid "South Georgia and South Sandwich Islands"
1539
  msgstr "Zuid-Georgia en de Zuidelijke Sandwicheilanden"
1540
 
1541
+ #: admin/class-settings.php:779
1542
  msgid "South Korea"
1543
  msgstr "Zuid Korea"
1544
 
1545
+ #: admin/class-settings.php:780
1546
  msgid "South Sudan"
1547
  msgstr "Zuid Sudan"
1548
 
1549
+ #: admin/class-settings.php:781
1550
  msgid "Spain"
1551
  msgstr "Spanje"
1552
 
1553
+ #: admin/class-settings.php:782
1554
  msgid "Sri Lanka"
1555
  msgstr "Sri Lanka"
1556
 
1557
+ #: admin/class-settings.php:783
1558
  msgid "Sudan"
1559
  msgstr "Sudan"
1560
 
1561
+ #: admin/class-settings.php:784
1562
  msgid "Swaziland"
1563
  msgstr "Swaziland "
1564
 
1565
+ #: admin/class-settings.php:785
1566
  msgid "Sweden"
1567
  msgstr "Zweden"
1568
 
1569
+ #: admin/class-settings.php:786
1570
  msgid "Switzerland"
1571
  msgstr "Zwitserland"
1572
 
1573
+ #: admin/class-settings.php:787
1574
  msgid "Syria"
1575
  msgstr "Syrië"
1576
 
1577
+ #: admin/class-settings.php:788
1578
  msgid "São Tomé & Príncipe"
1579
  msgstr "São Tomé & Príncipe"
1580
 
1581
+ #: admin/class-settings.php:789
1582
  msgid "Taiwan"
1583
  msgstr "Taiwan"
1584
 
1585
+ #: admin/class-settings.php:790
1586
  msgid "Tajikistan"
1587
  msgstr "Tajikistan"
1588
 
1589
+ #: admin/class-settings.php:791
1590
  msgid "Tanzania"
1591
  msgstr "Tanzania"
1592
 
1593
+ #: admin/class-settings.php:792
1594
  msgid "Thailand"
1595
  msgstr "Thailand"
1596
 
1597
+ #: admin/class-settings.php:793
1598
  msgid "Timor-Leste"
1599
  msgstr "Oost-Timor"
1600
 
1601
+ #: admin/class-settings.php:794 admin/class-settings.php:796
1602
  msgid "Tokelau"
1603
  msgstr "Tokelau"
1604
 
1605
+ #: admin/class-settings.php:795
1606
  msgid "Togo"
1607
  msgstr "Togo"
1608
 
1609
+ #: admin/class-settings.php:797
1610
  msgid "Tonga"
1611
  msgstr "Tonga"
1612
 
1613
+ #: admin/class-settings.php:798
1614
  msgid "Trinidad and Tobago"
1615
  msgstr "Trinidad en Tobago"
1616
 
1617
+ #: admin/class-settings.php:799
1618
  msgid "Tristan da Cunha"
1619
  msgstr "Tristan da Cunha"
1620
 
1621
+ #: admin/class-settings.php:800
1622
  msgid "Tunisia"
1623
  msgstr "Tunesië"
1624
 
1625
+ #: admin/class-settings.php:801
1626
  msgid "Turkey"
1627
  msgstr "Turkije"
1628
 
1629
+ #: admin/class-settings.php:802
1630
  msgid "Turkmenistan"
1631
  msgstr "Turkmenistan"
1632
 
1633
+ #: admin/class-settings.php:803
1634
  msgid "Turks and Caicos Islands"
1635
  msgstr "Turks- en Caicos eilanden"
1636
 
1637
+ #: admin/class-settings.php:804
1638
  msgid "Tuvalu"
1639
  msgstr "Tuvalu"
1640
 
1641
+ #: admin/class-settings.php:805
1642
  msgid "Uganda"
1643
  msgstr "Uganda"
1644
 
1645
+ #: admin/class-settings.php:806
1646
  msgid "Ukraine"
1647
  msgstr "Oekraïne"
1648
 
1649
+ #: admin/class-settings.php:807
1650
  msgid "United Arab Emirates"
1651
  msgstr "Verenigde Arabische Emiraten"
1652
 
1653
+ #: admin/class-settings.php:808
1654
  msgid "United Kingdom"
1655
  msgstr "Verenigd Koninkrijk"
1656
 
1657
+ #: admin/class-settings.php:809
1658
  msgid "United States"
1659
  msgstr "Verenigde Staten"
1660
 
1661
+ #: admin/class-settings.php:810
1662
  msgid "Uruguay"
1663
  msgstr "Uruguay"
1664
 
1665
+ #: admin/class-settings.php:811
1666
  msgid "Uzbekistan"
1667
  msgstr "Uzbekistan"
1668
 
1669
+ #: admin/class-settings.php:812
1670
  msgid "Vanuatu"
1671
  msgstr "Vanuatu"
1672
 
1673
+ #: admin/class-settings.php:813
1674
  msgid "Vatican City"
1675
  msgstr "Vaticaanstad"
1676
 
1677
+ #: admin/class-settings.php:814
1678
  msgid "Venezuela"
1679
  msgstr "Venezuela"
1680
 
1681
+ #: admin/class-settings.php:815
1682
  msgid "Vietnam"
1683
  msgstr "Vietnam"
1684
 
1685
+ #: admin/class-settings.php:816
1686
  msgid "Wallis Futuna"
1687
  msgstr "Wallis en Futuna"
1688
 
1689
+ #: admin/class-settings.php:817
1690
  msgid "Western Sahara"
1691
  msgstr "Westelijke Sahara"
1692
 
1693
+ #: admin/class-settings.php:818
1694
  msgid "Yemen"
1695
  msgstr "Yemen"
1696
 
1697
+ #: admin/class-settings.php:819
1698
  msgid "Zambia"
1699
  msgstr "Zambia"
1700
 
1701
+ #: admin/class-settings.php:820
1702
  msgid "Zimbabwe"
1703
  msgstr "Zimbabwe"
1704
 
1705
+ #: admin/class-settings.php:821
1706
  msgid "Åland Islands"
1707
  msgstr "Åland Eiland"
1708
 
1709
+ #: admin/class-settings.php:864
1710
  msgid "World view"
1711
  msgstr "Wereldkaart"
1712
 
1713
+ #: admin/class-settings.php:867 admin/class-settings.php:981
1714
+ #: inc/wpsl-functions.php:217
1715
  msgid "Default"
1716
  msgstr "Standaard"
1717
 
1718
+ #: admin/class-settings.php:870 inc/wpsl-functions.php:290
1719
  msgid "Roadmap"
1720
  msgstr "Wegenkaart"
1721
 
1722
+ #: admin/class-settings.php:1011
1723
  msgid "Start location marker"
1724
  msgstr "Start locatie marker"
1725
 
1726
+ #: admin/class-settings.php:1013
1727
  msgid "Store location marker"
1728
  msgstr "Winkel locatie marker"
1729
 
1730
+ #: admin/class-settings.php:1093
1731
  msgid "Textarea"
1732
  msgstr "Tekstvlak"
1733
 
1734
+ #: admin/class-settings.php:1094
1735
  msgid "Dropdowns (recommended)"
1736
  msgstr "Dropdown (aangeraden)"
1737
 
1738
+ #: admin/class-settings.php:1102
1739
  msgid "Bounces up and down"
1740
  msgstr "Beweegt op en neer"
1741
 
1742
+ #: admin/class-settings.php:1103
1743
  msgid "Will open the info window"
1744
  msgstr "Opent de info window"
1745
 
1746
+ #: admin/class-settings.php:1104
1747
  msgid "Does not respond"
1748
  msgstr "Reageert niet"
1749
 
1750
+ #: admin/class-settings.php:1112
1751
  msgid "In the store listings"
1752
  msgstr "In de locatie lijst"
1753
 
1754
+ #: admin/class-settings.php:1113
1755
  msgid "In the info window on the map"
1756
  msgstr "In de info window op de kaart"
1757
 
1758
+ #: admin/class-settings.php:1145 admin/class-shortcode-generator.php:263
1759
  msgid "Dropdown"
1760
  msgstr "Dropdown"
1761
 
1762
+ #: admin/class-settings.php:1146 admin/class-shortcode-generator.php:264
1763
  msgid "Checkboxes"
1764
  msgstr "Checkboxes"
1765
 
1766
+ #: admin/class-settings.php:1178
1767
  msgid "12 Hours"
1768
  msgstr "12 uur"
1769
 
1770
+ #: admin/class-settings.php:1179
1771
  msgid "24 Hours"
1772
  msgstr "24 uur"
1773
 
1788
  msgid "General Options"
1789
  msgstr "Algemene instellingen"
1790
 
1791
+ #: admin/class-shortcode-generator.php:234 admin/templates/map-settings.php:376
1792
  msgid "Markers"
1793
  msgstr "Markers"
1794
 
1899
 
1900
  #: admin/templates/map-settings.php:85 admin/templates/map-settings.php:124
1901
  #: admin/templates/map-settings.php:176 admin/templates/map-settings.php:259
1902
+ #: admin/templates/map-settings.php:366 admin/templates/map-settings.php:394
1903
+ #: admin/templates/map-settings.php:444 admin/templates/map-settings.php:472
1904
+ #: admin/templates/map-settings.php:584 admin/templates/map-settings.php:609
1905
  msgid "Save Changes"
1906
  msgstr "Wijzigingen opslaan"
1907
 
1982
  "Om dit uit te sluiten kan je een restrictie plaatsen om dit te voorkomen. "
1983
  "%s Je kan de gebruikte restricties aanpassen met %sdeze%s filter."
1984
 
1985
+ #: admin/templates/map-settings.php:134 admin/templates/map-settings.php:508
1986
+ #: admin/templates/map-settings.php:509 frontend/templates/default.php:44
1987
+ #: frontend/templates/store-listings-below.php:44 inc/wpsl-functions.php:134
1988
  msgid "Search"
1989
  msgstr "Zoek"
1990
 
2248
  msgstr "Toon altijd de contact gegevens onder het adres in de zoek resultaten?"
2249
 
2250
  #: admin/templates/map-settings.php:322
2251
+ msgid "Make the contact details always clickable?"
2252
+ msgstr "Maak de contact gevens klikbaar?"
2253
+
2254
+ #: admin/templates/map-settings.php:326
2255
  msgid "Make the store name clickable if a store URL exists?"
2256
  msgstr "Als een winkel url bestaat, maak de winkel naam dan klikbaar?"
2257
 
2258
+ #: admin/templates/map-settings.php:326
2259
  #, php-format
2260
  msgid ""
2261
  "If %spermalinks%s are enabled, the store name will always link to the store "
2264
  "Als de %spermalinks%s zijn ingeschakeld dan zal de winkel naam altijd linken "
2265
  "naar de winkel pagina."
2266
 
2267
+ #: admin/templates/map-settings.php:330
2268
  msgid "Make the phone number clickable on mobile devices?"
2269
  msgstr "Maak het telefoonnummer klikbaar op mobiele apparaten?"
2270
 
2271
+ #: admin/templates/map-settings.php:334
2272
  msgid ""
2273
  "If street view is available for the current location, then show a \"Street "
2274
  "view\" link in the info window?"
2276
  "Als voor de huidge locatie street view beschikbaar is, toon dan een \"Street "
2277
  "view\" link om vanuit de info window?"
2278
 
2279
+ #: admin/templates/map-settings.php:334
2280
  #, php-format
2281
  msgid ""
2282
  "Enabling this option can sometimes result in a small delay in the opening of "
2288
  "er een verzoek naar de Google Maps API word gemaakt om te controleren ofdat "
2289
  "street view wel beschikbaar is voor de huidige locatie."
2290
 
2291
+ #: admin/templates/map-settings.php:338
2292
  msgid "Show a \"Zoom here\" link in the info window?"
2293
  msgstr "Toon een \"zoom hier\" link in de info window?"
2294
 
2295
+ #: admin/templates/map-settings.php:338
2296
  #, php-format
2297
  msgid ""
2298
  "Clicking this link will make the map zoom in to the %s max auto zoom level "
2301
  "Als er op deze link geklikt word dan zoomt de kaart in totdat de %s max auto "
2302
  "zoom level %s bereikt is."
2303
 
2304
+ #: admin/templates/map-settings.php:342
2305
  msgid "On page load move the mouse cursor to the search field?"
2306
  msgstr ""
2307
  "Als de pagina wordt geladen, verplaats de muiscursor dan naar het invulveld?"
2308
 
2309
+ #: admin/templates/map-settings.php:342
2310
  #, php-format
2311
  msgid ""
2312
  "If the store locator is not placed at the top of the page, enabling this "
2317
  "instelling ervoor zorgen dat de pagina naar benenden schuift tijden het "
2318
  "laden. %s %sDeze optie staat uit op mobiele apparaten.%s"
2319
 
2320
+ #: admin/templates/map-settings.php:346
2321
  msgid "Use the default style for the info window?"
2322
  msgstr "Gebruik de standaard style voor de info window?"
2323
 
2324
+ #: admin/templates/map-settings.php:346
2325
  #, php-format
2326
  msgid ""
2327
  "If the default style is disabled the %sInfoBox%s library will be used "
2332
  "gebruikt. %s Dit script maakt het mogelijk om makkelijk het ontwerp te "
2333
  "wijzigen met behulp van de .wpsl-infobox css class."
2334
 
2335
+ #: admin/templates/map-settings.php:350
2336
  msgid "Hide the country in the search results?"
2337
  msgstr "Verberg het land in de zoekresultaten?"
2338
 
2339
+ #: admin/templates/map-settings.php:354
2340
  msgid "Hide the distance in the search results?"
2341
  msgstr "Verberg de afstand in de zoek resultaten?"
2342
 
2343
+ #: admin/templates/map-settings.php:358
2344
  msgid "If a user hovers over the search results the store marker"
2345
  msgstr ""
2346
  "Als een gebruiker over de zoekresultaten beweegt met zijn muis de "
2347
  "bijbehorende marker"
2348
 
2349
+ #: admin/templates/map-settings.php:358
2350
  #, php-format
2351
  msgid ""
2352
  "If marker clusters are enabled this option will not work as expected as long "
2361
  "de marker cluster wordt omgezet naar losse markers. %s De info window wordt "
2362
  "wel geopend, maar het is niet duidelijk bij welke marker het hoort."
2363
 
2364
+ #: admin/templates/map-settings.php:362
2365
  msgid "Address format"
2366
  msgstr "Adres formaat"
2367
 
2368
+ #: admin/templates/map-settings.php:362
2369
  #, php-format
2370
  msgid ""
2371
  "You can add custom address formats with the %swpsl_address_formats%s filter."
2373
  "Je kunt een nieuwe adres formaat toevoegen met de %swpsl_address_formats%s "
2374
  "filter."
2375
 
2376
+ #: admin/templates/map-settings.php:380
2377
  msgid "Enable marker clusters?"
2378
  msgstr "Activeer marker clusters?"
2379
 
2380
+ #: admin/templates/map-settings.php:380
2381
  msgid "Recommended for maps with a large amount of markers."
2382
  msgstr "Aan te raden voor kaarten met grote hoeveelheden markers."
2383
 
2384
+ #: admin/templates/map-settings.php:385
2385
  msgid "Max zoom level"
2386
  msgstr "Max zoom niveau"
2387
 
2388
+ #: admin/templates/map-settings.php:385
2389
  msgid ""
2390
  "If this zoom level is reached or exceeded, then all markers are moved out of "
2391
  "the marker cluster and shown as individual markers."
2393
  "Als dit zoom niveau bereikt is of gepasseerd, dan worden alle markers uit de "
2394
  "marker cluster gehaald en als losse markers getoond."
2395
 
2396
+ #: admin/templates/map-settings.php:389
2397
  msgid "Cluster size"
2398
  msgstr "Cluster grote"
2399
 
2400
+ #: admin/templates/map-settings.php:389
2401
  #, php-format
2402
  msgid ""
2403
  "The grid size of a cluster in pixels. %s A larger number will result in a "
2407
  "voor dat er minder clusters zichtbaar zijn en het algoritme dus ook sneller "
2408
  "klaar is."
2409
 
2410
+ #: admin/templates/map-settings.php:404
2411
  msgid "Store Editor"
2412
  msgstr "Winkel editor"
2413
 
2414
+ #: admin/templates/map-settings.php:407
2415
  msgid "Default country"
2416
  msgstr "Standaard land"
2417
 
2418
+ #: admin/templates/map-settings.php:411
2419
  msgid "Map type for the location preview"
2420
  msgstr "Kaart type voor het lokatie voorbeeld"
2421
 
2422
+ #: admin/templates/map-settings.php:415
2423
  msgid "Hide the opening hours?"
2424
  msgstr "Verberg de openingstijden?"
2425
 
2426
+ #: admin/templates/map-settings.php:421
2427
  msgid "Opening hours input type"
2428
  msgstr "Openingstijden formaat"
2429
 
2430
+ #: admin/templates/map-settings.php:425
2431
  #, php-format
2432
  msgid ""
2433
  "Opening hours created in version 1.x %sare not%s automatically converted to "
2436
  "De openingstijden die zijn aangemaakt in versie 1.x %sworden niet%s "
2437
  "automatische omgezet naar het dropdown formaat."
2438
 
2439
+ #: admin/templates/map-settings.php:428 admin/templates/map-settings.php:437
2440
  msgid "The default opening hours"
2441
  msgstr "De standaard openingstijden"
2442
 
2443
+ #: admin/templates/map-settings.php:434
2444
  msgid "Opening hours format"
2445
  msgstr "Openingstijden formaat"
2446
 
2447
+ #: admin/templates/map-settings.php:441
2448
  msgid ""
2449
  "The default country and opening hours are only used when a new store is "
2450
  "created. So changing the default values will have no effect on existing "
2454
  "gebruikt als een nieuwe locatie wordt aangemaakt. Het wijzigen van deze "
2455
  "waardes heeft dus geen enkele invloed op de bestaande locaties."
2456
 
2457
+ #: admin/templates/map-settings.php:454
2458
  msgid "Permalink"
2459
  msgstr "Permalink"
2460
 
2461
+ #: admin/templates/map-settings.php:457
2462
  msgid "Enable permalink?"
2463
  msgstr "Activeer permalink?"
2464
 
2465
+ #: admin/templates/map-settings.php:462
2466
  msgid "Store slug"
2467
  msgstr "Winkel slug"
2468
 
2469
+ #: admin/templates/map-settings.php:466
2470
  msgid "Category slug"
2471
  msgstr "Categorie slug"
2472
 
2473
+ #: admin/templates/map-settings.php:469
2474
  #, php-format
2475
  msgid "The permalink slugs %smust be unique%s on your site."
2476
  msgstr "De permalink slug %smoet uniek%s zijn op je site."
2477
 
2478
+ #: admin/templates/map-settings.php:482
2479
  msgid "Labels"
2480
  msgstr "Labels"
2481
 
2482
+ #: admin/templates/map-settings.php:491
2483
  #, php-format
2484
  msgid "%sWarning!%s %sWPML%s, or a plugin using the WPML API is active."
2485
  msgstr ""
2486
  "%sWaarschuwing!%s %sWPML%s, of een plugin die de WPML API gebruikt is "
2487
  "actief."
2488
 
2489
+ #: admin/templates/map-settings.php:492
2490
  msgid ""
2491
  "Please use the \"String Translations\" section in the used multilingual "
2492
  "plugin to change the labels. Changing them here will have no effect as long "
2496
  "labels te wijzigen. Wijzigingen die in dit gedeelte worden aangebracht "
2497
  "hebben geen effect zolang de vertaal plugin actief is."
2498
 
2499
+ #: admin/templates/map-settings.php:496 admin/templates/map-settings.php:497
2500
  #: frontend/templates/default.php:12
2501
+ #: frontend/templates/store-listings-below.php:12 inc/wpsl-functions.php:133
2502
  msgid "Your location"
2503
  msgstr "Uw locatie"
2504
 
2505
+ #: admin/templates/map-settings.php:500 admin/templates/map-settings.php:501
2506
  #: frontend/templates/default.php:21
2507
+ #: frontend/templates/store-listings-below.php:21 inc/wpsl-functions.php:136
2508
  msgid "Search radius"
2509
  msgstr "Zoek radius"
2510
 
2511
+ #: admin/templates/map-settings.php:504 admin/templates/map-settings.php:505
2512
+ #: frontend/class-frontend.php:1798 inc/wpsl-functions.php:137
2513
  msgid "No results found"
2514
  msgstr "Geen resultaten gevonden"
2515
 
2516
+ #: admin/templates/map-settings.php:512
2517
  msgid "Searching (preloader text)"
2518
  msgstr "Aan het zoeken (preloader tekst)"
2519
 
2520
+ #: admin/templates/map-settings.php:513 frontend/class-frontend.php:1797
2521
+ #: inc/wpsl-functions.php:135
2522
  msgid "Searching..."
2523
  msgstr "Zoeken..."
2524
 
2525
+ #: admin/templates/map-settings.php:516 admin/templates/map-settings.php:517
2526
  #: frontend/templates/default.php:30
2527
+ #: frontend/templates/store-listings-below.php:30 inc/wpsl-functions.php:138
2528
  msgid "Results"
2529
  msgstr "Resultaten"
2530
 
2531
+ #: admin/templates/map-settings.php:520 admin/upgrade.php:206
2532
+ #: inc/wpsl-functions.php:152
2533
  msgid "Category filter"
2534
  msgstr "Categorie filter"
2535
 
2536
+ #: admin/templates/map-settings.php:521 frontend/class-frontend.php:1391
2537
  msgid "Category"
2538
  msgstr "Categorie"
2539
 
2540
+ #: admin/templates/map-settings.php:524
2541
  msgid "Category first item"
2542
  msgstr "Eerste categorie item"
2543
 
2544
+ #: admin/templates/map-settings.php:525 admin/upgrade.php:367
2545
+ #: frontend/class-frontend.php:1394 inc/wpsl-functions.php:153
2546
  msgid "Any"
2547
  msgstr "Alle"
2548
 
2549
+ #: admin/templates/map-settings.php:528 admin/templates/map-settings.php:529
2550
+ #: admin/upgrade.php:59 frontend/class-frontend.php:1799
2551
  #: frontend/underscore-functions.php:138 frontend/underscore-functions.php:168
2552
+ #: inc/wpsl-functions.php:139
2553
  msgid "More info"
2554
  msgstr "Meer info"
2555
 
2556
+ #: admin/templates/map-settings.php:532 admin/templates/map-settings.php:533
2557
+ #: frontend/class-frontend.php:818 frontend/underscore-functions.php:29
2558
  #: frontend/underscore-functions.php:65 frontend/underscore-functions.php:147
2559
+ #: inc/wpsl-functions.php:147
2560
  msgid "Phone"
2561
  msgstr "Telefoon"
2562
 
2563
+ #: admin/templates/map-settings.php:552 admin/templates/map-settings.php:553
2564
+ #: frontend/class-frontend.php:1804 inc/wpsl-functions.php:132
2565
  msgid "Start location"
2566
  msgstr "Start locatie"
2567
 
2568
+ #: admin/templates/map-settings.php:556
2569
  msgid "Get directions"
2570
  msgstr "Toon routebeschrijving"
2571
 
2572
+ #: admin/templates/map-settings.php:557 frontend/class-frontend.php:851
2573
+ #: frontend/class-frontend.php:1802 inc/wpsl-functions.php:140
2574
  msgid "Directions"
2575
  msgstr "Routebeschrijving"
2576
 
2577
+ #: admin/templates/map-settings.php:560
2578
  msgid "No directions found"
2579
  msgstr "Geen routebeschrijving beschikbaar"
2580
 
2581
+ #: admin/templates/map-settings.php:561 admin/upgrade.php:151
2582
+ #: frontend/class-frontend.php:1803 inc/wpsl-functions.php:141
2583
  msgid "No route could be found between the origin and destination"
2584
  msgstr "Er kon geen route gevonden worden tussen het begin- en eindpunt"
2585
 
2586
+ #: admin/templates/map-settings.php:564 admin/templates/map-settings.php:565
2587
+ #: admin/upgrade.php:77 frontend/class-frontend.php:1805
2588
+ #: inc/wpsl-functions.php:142
2589
  msgid "Back"
2590
  msgstr "Terug"
2591
 
2592
+ #: admin/templates/map-settings.php:568 admin/templates/map-settings.php:569
2593
+ #: admin/upgrade.php:143 frontend/class-frontend.php:1806
2594
+ #: inc/wpsl-functions.php:143
2595
  msgid "Street view"
2596
  msgstr "Street view"
2597
 
2598
+ #: admin/templates/map-settings.php:572 admin/templates/map-settings.php:573
2599
+ #: admin/upgrade.php:147 frontend/class-frontend.php:1807
2600
+ #: inc/wpsl-functions.php:144
2601
  msgid "Zoom here"
2602
  msgstr "Zoom hier"
2603
 
2604
+ #: admin/templates/map-settings.php:576
2605
  msgid "General error"
2606
  msgstr "Foutmelding"
2607
 
2608
+ #: admin/templates/map-settings.php:577 frontend/class-frontend.php:1800
2609
+ #: inc/wpsl-functions.php:145
2610
  msgid "Something went wrong, please try again!"
2611
  msgstr "Er ging iets fout, probeer het nog een keer!"
2612
 
2613
+ #: admin/templates/map-settings.php:580
2614
  msgid "Query limit error"
2615
  msgstr "Query limit foutmelding"
2616
 
2617
+ #: admin/templates/map-settings.php:580
2618
  #, php-format
2619
  msgid ""
2620
  "You can raise the %susage limit%s by obtaining an API %skey%s, and fill in "
2623
  "Je kan de %sgebruiks limiet%s verhogen door een API %ssleutel%s aan te "
2624
  "vragen en die in het \"API sleutel\" veld bovenaan de pagina in te vullen."
2625
 
2626
+ #: admin/templates/map-settings.php:581 frontend/class-frontend.php:1801
2627
+ #: inc/wpsl-functions.php:146
2628
  msgid "API usage limit reached"
2629
  msgstr "API gebruikslimiet bereikt"
2630
 
2631
+ #: admin/templates/map-settings.php:594
2632
  msgid "Tools"
2633
  msgstr "Tools"
2634
 
2635
+ #: admin/templates/map-settings.php:597
2636
  msgid "Enable store locator debug?"
2637
  msgstr "Activeer store locator debug?"
2638
 
2639
+ #: admin/templates/map-settings.php:597
2640
  #, php-format
2641
  msgid ""
2642
  "This disables the WPSL transient cache. %sThe transient cache is only used "
2646
  "alleen gebruikt als de %sToon alle locaties op de kaart zodra de pagina "
2647
  "geladen is%s optie is geactiveerd."
2648
 
2649
+ #: admin/templates/map-settings.php:601
2650
  msgid "Enable compatibility mode?"
2651
  msgstr "Activeer de compatibiliteitsmodus?"
2652
 
2653
+ #: admin/templates/map-settings.php:601
2654
  #, php-format
2655
  msgid ""
2656
  "If the %sbrowser console%s shows the error below, then enabling this option "
2664
  "%s Deze foutmelding kan er in sommige situations voor zorgen dat de store "
2665
  "locator kaart niet goed functioneerd."
2666
 
2667
+ #: admin/templates/map-settings.php:605
2668
  msgid "WPSL transients"
2669
  msgstr "WPSL transients"
2670
 
2671
+ #: admin/templates/map-settings.php:606
2672
  msgid "Clear store locator transient cache"
2673
  msgstr "Verwijder het store locator transient cache."
2674
 
2680
  msgid "Reset"
2681
  msgstr "Herstel"
2682
 
2683
+ #: admin/upgrade.php:174 inc/wpsl-functions.php:126
2684
  msgid "stores"
2685
  msgstr "winkels"
2686
 
2687
+ #: admin/upgrade.php:178 inc/wpsl-functions.php:127
2688
  msgid "store-category"
2689
  msgstr "winkel-categorie"
2690
 
2691
+ #: admin/upgrade.php:436
2692
  #, php-format
2693
  msgid ""
2694
  "Because you updated WP Store Locator from version 1.x, the %s current store "
2697
  "Doordat je WP Store Locator update van versie 1.x, de %s huidige winkel "
2698
  "locaties moeten worden %somgezet%s naar custom post types."
2699
 
2700
+ #: admin/upgrade.php:457
2701
  #, php-format
2702
  msgid ""
2703
  "The script converting the locations timed out. %s You can click the \"Start "
2715
  "heeft al geprobeerd om de maximum execution time uit te zetten, maar als je "
2716
  "dit leest dan is dat mislukt."
2717
 
2718
+ #: admin/upgrade.php:478
2719
  msgid "Store locations to convert:"
2720
  msgstr "Locaties die omgezet worden:"
2721
 
2722
+ #: admin/upgrade.php:480
2723
  msgid "Start Converting"
2724
  msgstr "Begin met omzetten"
2725
 
2726
+ #: admin/upgrade.php:602
2727
  #, php-format
2728
  msgid ""
2729
  "All the store locations are now converted to custom post types. %s You can "
2732
  "Alle winkel locaties zijn nu omgezet naar custom post types. %s Je kunt ze "
2733
  "bekijken op de %sAlle Winkels%s pagina."
2734
 
2735
+ #: frontend/class-frontend.php:737
2736
  msgid ""
2737
  "If you use the [wpsl_address] shortcode outside a store page you need to set "
2738
  "the ID attribute."
2740
  "Als je de [wpsl_address] shortcode op een pagina gebruikt die geen winkel "
2741
  "pagina is dan is de ID attribute verplicht."
2742
 
2743
+ #: frontend/class-frontend.php:887
2744
  msgid ""
2745
  "If you use the [wpsl_hours] shortcode outside a store page you need to set "
2746
  "the ID attribute."
2748
  "Als je de [wpsl_hours] shortcode op een pagina gebruikt die geen winkel "
2749
  "pagina is dan is de ID attribute verplicht."
2750
 
2751
+ #: frontend/class-frontend.php:935
2752
  msgid ""
2753
  "If you use the [wpsl_map] shortcode outside a store page, then you need to "
2754
  "set the ID or category attribute."
2756
  "Als de [wpsl_map] shortcode buiten een winkel page is geplaatst, dan moet je "
2757
  "de ID of category attribute opgeven."
2758
 
2759
+ #: frontend/class-frontend.php:1592
2760
  msgid "The application does not have permission to use the Geolocation API."
2761
  msgstr ""
2762
  "Deze applicatie heeft geen toestemming om de Geolocation API te gebruiken."
2763
 
2764
+ #: frontend/class-frontend.php:1593
2765
  msgid "Location information is unavailable."
2766
  msgstr "Informatie over de huidige locatie is niet beschikbaar."
2767
 
2768
+ #: frontend/class-frontend.php:1594
2769
  msgid "The geolocation request timed out."
2770
  msgstr "Het geolocation verzoek timed out."
2771
 
2772
+ #: frontend/class-frontend.php:1595
2773
  msgid "An unknown error occurred."
2774
  msgstr " Er heeft zich een onbekende fout voorgedaan."
2775
 
2867
  msgid "Zip"
2868
  msgstr "Postcode"
2869
 
2870
+ #: inc/class-templates.php:76
2871
+ #, php-format
2872
+ msgid "No template found for %s"
2873
+ msgstr "Geen template gevonden voor %s"
2874
+
2875
+ #: inc/class-templates.php:77
2876
+ #, php-format
2877
+ msgid ""
2878
+ "Make sure you call the %sget_template_details%s function with the correct "
2879
+ "parameters."
2880
+ msgstr "Roep de %sget_template_details%s functie aan met de juiste parameters."
2881
+
2882
+ #: inc/wpsl-functions.php:222
2883
  msgid "Show the store list below the map"
2884
  msgstr "Toon the locatie lijst onder de kaart"
2885
 
2886
+ #: inc/wpsl-functions.php:239
2887
  msgid "Monday"
2888
  msgstr "Maandag"
2889
 
2890
+ #: inc/wpsl-functions.php:240
2891
  msgid "Tuesday"
2892
  msgstr "Dinsdag"
2893
 
2894
+ #: inc/wpsl-functions.php:241
2895
  msgid "Wednesday"
2896
  msgstr "Woensdag"
2897
 
2898
+ #: inc/wpsl-functions.php:242
2899
  msgid "Thursday"
2900
  msgstr "Donderdag"
2901
 
2902
+ #: inc/wpsl-functions.php:243
2903
  msgid "Friday"
2904
  msgstr "Vrijdag"
2905
 
2906
+ #: inc/wpsl-functions.php:244
2907
  msgid "Saturday"
2908
  msgstr "Zaterdag"
2909
 
2910
+ #: inc/wpsl-functions.php:245
2911
  msgid "Sunday"
2912
  msgstr "Zondag"
2913
 
2914
+ #: inc/wpsl-functions.php:275
2915
  #, php-format
2916
  msgid "Mon %sTue %sWed %sThu %sFri %sSat Closed %sSun Closed"
2917
  msgstr "ma %sdi %swoe %sdo %svrij %szat gesloten %szo gesloten"
2918
 
2919
+ #: inc/wpsl-functions.php:291
2920
  msgid "Satellite"
2921
  msgstr "Satelliet"
2922
 
2923
+ #: inc/wpsl-functions.php:292
2924
  msgid "Hybrid"
2925
  msgstr "Hybrid"
2926
 
2927
+ #: inc/wpsl-functions.php:293
2928
  msgid "Terrain"
2929
  msgstr "Terrein"
2930
 
2931
+ #: inc/wpsl-functions.php:308
2932
  msgid "(city) (state) (zip code)"
2933
  msgstr "(stad) (provincie) (postcode)"
2934
 
2935
+ #: inc/wpsl-functions.php:309
2936
  msgid "(city), (state) (zip code)"
2937
  msgstr "(stad), (provincie), (postcode)"
2938
 
2939
+ #: inc/wpsl-functions.php:310
2940
  msgid "(city) (zip code)"
2941
  msgstr "(stad) (postcode)"
2942
 
2943
+ #: inc/wpsl-functions.php:311
2944
  msgid "(city), (zip code)"
2945
  msgstr "(stad), (postcode)"
2946
 
2947
+ #: inc/wpsl-functions.php:312
2948
  msgid "(zip code) (city) (state)"
2949
  msgstr "(postcode) (stad) (provincie)"
2950
 
2951
+ #: inc/wpsl-functions.php:313
2952
  msgid "(zip code) (city)"
2953
  msgstr "(postcode) (stad)"
2954
 
languages/wpsl.pot CHANGED
@@ -1,9 +1,9 @@
1
  #, fuzzy
2
  msgid ""
3
  msgstr ""
4
- "Project-Id-Version: WP Store Locator v2.2.11\n"
5
  "Report-Msgid-Bugs-To: \n"
6
- "POT-Creation-Date: 2018-01-09 12:28+0700\n"
7
  "PO-Revision-Date: 2015-09-01 13:49+0100\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
@@ -57,7 +57,7 @@ msgstr ""
57
  msgid "Geocode was not successful for the following reason"
58
  msgstr ""
59
 
60
- #: admin/class-admin.php:296 admin/upgrade.php:452
61
  msgid "Security check failed, reload the page and try again."
62
  msgstr ""
63
 
@@ -70,7 +70,7 @@ msgid "The map preview requires all the location details."
70
  msgstr ""
71
 
72
  #: admin/class-admin.php:299 admin/class-metaboxes.php:525
73
- #: frontend/class-frontend.php:565
74
  msgid "Closed"
75
  msgstr ""
76
 
@@ -264,9 +264,9 @@ msgstr ""
264
  msgid "Opening Hours"
265
  msgstr ""
266
 
267
- #: admin/class-metaboxes.php:82 admin/templates/map-settings.php:544
268
- #: admin/templates/map-settings.php:545 frontend/underscore-functions.php:160
269
- #: inc/wpsl-functions.php:150
270
  msgid "Hours"
271
  msgstr ""
272
 
@@ -278,24 +278,24 @@ msgstr ""
278
  msgid "Tel"
279
  msgstr ""
280
 
281
- #: admin/class-metaboxes.php:91 admin/templates/map-settings.php:532
282
- #: admin/templates/map-settings.php:533 frontend/class-frontend.php:815
283
  #: frontend/underscore-functions.php:32 frontend/underscore-functions.php:68
284
- #: frontend/underscore-functions.php:150 inc/wpsl-functions.php:147
285
  msgid "Fax"
286
  msgstr ""
287
 
288
- #: admin/class-metaboxes.php:94 admin/templates/map-settings.php:536
289
- #: admin/templates/map-settings.php:537 admin/upgrade.php:198
290
- #: frontend/class-frontend.php:819 frontend/underscore-functions.php:35
291
  #: frontend/underscore-functions.php:71 frontend/underscore-functions.php:153
292
- #: inc/wpsl-functions.php:148
293
  msgid "Email"
294
  msgstr ""
295
 
296
- #: admin/class-metaboxes.php:97 admin/templates/map-settings.php:540
297
- #: admin/templates/map-settings.php:541 admin/upgrade.php:202
298
- #: frontend/class-frontend.php:824 inc/wpsl-functions.php:149
299
  msgid "Url"
300
  msgstr ""
301
 
@@ -384,22 +384,22 @@ msgstr ""
384
  msgid "WP Store Locator Transients Cleared"
385
  msgstr ""
386
 
387
- #: admin/class-settings.php:367
388
  #, php-format
389
  msgid "There's a problem with the provided %sserver key%s. %s"
390
  msgstr ""
391
 
392
- #: admin/class-settings.php:481
393
  msgid ""
394
  "The max results field cannot be empty, the default value has been restored."
395
  msgstr ""
396
 
397
- #: admin/class-settings.php:484
398
  msgid ""
399
  "The search radius field cannot be empty, the default value has been restored."
400
  msgstr ""
401
 
402
- #: admin/class-settings.php:487
403
  #, php-format
404
  msgid ""
405
  "Please provide the name of a city or country that can be used as a starting "
@@ -407,1296 +407,1296 @@ msgid ""
407
  "user fails, or the option itself is disabled."
408
  msgstr ""
409
 
410
- #: admin/class-settings.php:508
411
  msgid "Select your language"
412
  msgstr ""
413
 
414
- #: admin/class-settings.php:509
415
  msgid "English"
416
  msgstr ""
417
 
418
- #: admin/class-settings.php:510
419
  msgid "Arabic"
420
  msgstr ""
421
 
422
- #: admin/class-settings.php:511
423
  msgid "Basque"
424
  msgstr ""
425
 
426
- #: admin/class-settings.php:512
427
  msgid "Bulgarian"
428
  msgstr ""
429
 
430
- #: admin/class-settings.php:513
431
  msgid "Bengali"
432
  msgstr ""
433
 
434
- #: admin/class-settings.php:514
435
  msgid "Catalan"
436
  msgstr ""
437
 
438
- #: admin/class-settings.php:515
439
  msgid "Czech"
440
  msgstr ""
441
 
442
- #: admin/class-settings.php:516
443
  msgid "Danish"
444
  msgstr ""
445
 
446
- #: admin/class-settings.php:517
447
  msgid "German"
448
  msgstr ""
449
 
450
- #: admin/class-settings.php:518
451
  msgid "Greek"
452
  msgstr ""
453
 
454
- #: admin/class-settings.php:519
455
  msgid "English (Australian)"
456
  msgstr ""
457
 
458
- #: admin/class-settings.php:520
459
  msgid "English (Great Britain)"
460
  msgstr ""
461
 
462
- #: admin/class-settings.php:521
463
  msgid "Spanish"
464
  msgstr ""
465
 
466
- #: admin/class-settings.php:522
467
  msgid "Farsi"
468
  msgstr ""
469
 
470
- #: admin/class-settings.php:523
471
  msgid "Finnish"
472
  msgstr ""
473
 
474
- #: admin/class-settings.php:524
475
  msgid "Filipino"
476
  msgstr ""
477
 
478
- #: admin/class-settings.php:525
479
  msgid "French"
480
  msgstr ""
481
 
482
- #: admin/class-settings.php:526
483
  msgid "Galician"
484
  msgstr ""
485
 
486
- #: admin/class-settings.php:527
487
  msgid "Gujarati"
488
  msgstr ""
489
 
490
- #: admin/class-settings.php:528
491
  msgid "Hindi"
492
  msgstr ""
493
 
494
- #: admin/class-settings.php:529
495
  msgid "Croatian"
496
  msgstr ""
497
 
498
- #: admin/class-settings.php:530
499
  msgid "Hungarian"
500
  msgstr ""
501
 
502
- #: admin/class-settings.php:531
503
  msgid "Indonesian"
504
  msgstr ""
505
 
506
- #: admin/class-settings.php:532
507
  msgid "Italian"
508
  msgstr ""
509
 
510
- #: admin/class-settings.php:533
511
  msgid "Hebrew"
512
  msgstr ""
513
 
514
- #: admin/class-settings.php:534
515
  msgid "Japanese"
516
  msgstr ""
517
 
518
- #: admin/class-settings.php:535
519
  msgid "Kannada"
520
  msgstr ""
521
 
522
- #: admin/class-settings.php:536
523
  msgid "Korean"
524
  msgstr ""
525
 
526
- #: admin/class-settings.php:537
527
  msgid "Lithuanian"
528
  msgstr ""
529
 
530
- #: admin/class-settings.php:538
531
  msgid "Latvian"
532
  msgstr ""
533
 
534
- #: admin/class-settings.php:539
535
  msgid "Malayalam"
536
  msgstr ""
537
 
538
- #: admin/class-settings.php:540
539
  msgid "Marathi"
540
  msgstr ""
541
 
542
- #: admin/class-settings.php:541
543
  msgid "Dutch"
544
  msgstr ""
545
 
546
- #: admin/class-settings.php:542
547
  msgid "Norwegian"
548
  msgstr ""
549
 
550
- #: admin/class-settings.php:543
551
  msgid "Norwegian Nynorsk"
552
  msgstr ""
553
 
554
- #: admin/class-settings.php:544
555
  msgid "Polish"
556
  msgstr ""
557
 
558
- #: admin/class-settings.php:545
559
  msgid "Portuguese"
560
  msgstr ""
561
 
562
- #: admin/class-settings.php:546
563
  msgid "Portuguese (Brazil)"
564
  msgstr ""
565
 
566
- #: admin/class-settings.php:547
567
  msgid "Portuguese (Portugal)"
568
  msgstr ""
569
 
570
- #: admin/class-settings.php:548
571
  msgid "Romanian"
572
  msgstr ""
573
 
574
- #: admin/class-settings.php:549
575
  msgid "Russian"
576
  msgstr ""
577
 
578
- #: admin/class-settings.php:550
579
  msgid "Slovak"
580
  msgstr ""
581
 
582
- #: admin/class-settings.php:551
583
  msgid "Slovenian"
584
  msgstr ""
585
 
586
- #: admin/class-settings.php:552
587
  msgid "Serbian"
588
  msgstr ""
589
 
590
- #: admin/class-settings.php:553
591
  msgid "Swedish"
592
  msgstr ""
593
 
594
- #: admin/class-settings.php:554
595
  msgid "Tagalog"
596
  msgstr ""
597
 
598
- #: admin/class-settings.php:555
599
  msgid "Tamil"
600
  msgstr ""
601
 
602
- #: admin/class-settings.php:556
603
  msgid "Telugu"
604
  msgstr ""
605
 
606
- #: admin/class-settings.php:557
607
  msgid "Thai"
608
  msgstr ""
609
 
610
- #: admin/class-settings.php:558
611
  msgid "Turkish"
612
  msgstr ""
613
 
614
- #: admin/class-settings.php:559
615
  msgid "Ukrainian"
616
  msgstr ""
617
 
618
- #: admin/class-settings.php:560
619
  msgid "Vietnamese"
620
  msgstr ""
621
 
622
- #: admin/class-settings.php:561
623
  msgid "Chinese (Simplified)"
624
  msgstr ""
625
 
626
- #: admin/class-settings.php:562
627
  msgid "Chinese (Traditional)"
628
  msgstr ""
629
 
630
- #: admin/class-settings.php:567
631
  msgid "Select your region"
632
  msgstr ""
633
 
634
- #: admin/class-settings.php:568
635
  msgid "Afghanistan"
636
  msgstr ""
637
 
638
- #: admin/class-settings.php:569
639
  msgid "Albania"
640
  msgstr ""
641
 
642
- #: admin/class-settings.php:570
643
  msgid "Algeria"
644
  msgstr ""
645
 
646
- #: admin/class-settings.php:571
647
  msgid "American Samoa"
648
  msgstr ""
649
 
650
- #: admin/class-settings.php:572
651
  msgid "Andorra"
652
  msgstr ""
653
 
654
- #: admin/class-settings.php:573
655
  msgid "Angola"
656
  msgstr ""
657
 
658
- #: admin/class-settings.php:574
659
  msgid "Anguilla"
660
  msgstr ""
661
 
662
- #: admin/class-settings.php:575
663
  msgid "Antarctica"
664
  msgstr ""
665
 
666
- #: admin/class-settings.php:576
667
  msgid "Antigua and Barbuda"
668
  msgstr ""
669
 
670
- #: admin/class-settings.php:577
671
  msgid "Argentina"
672
  msgstr ""
673
 
674
- #: admin/class-settings.php:578
675
  msgid "Armenia"
676
  msgstr ""
677
 
678
- #: admin/class-settings.php:579
679
  msgid "Aruba"
680
  msgstr ""
681
 
682
- #: admin/class-settings.php:580
683
  msgid "Ascension Island"
684
  msgstr ""
685
 
686
- #: admin/class-settings.php:581
687
  msgid "Australia"
688
  msgstr ""
689
 
690
- #: admin/class-settings.php:582
691
  msgid "Austria"
692
  msgstr ""
693
 
694
- #: admin/class-settings.php:583
695
  msgid "Azerbaijan"
696
  msgstr ""
697
 
698
- #: admin/class-settings.php:584
699
  msgid "Bahamas"
700
  msgstr ""
701
 
702
- #: admin/class-settings.php:585
703
  msgid "Bahrain"
704
  msgstr ""
705
 
706
- #: admin/class-settings.php:586
707
  msgid "Bangladesh"
708
  msgstr ""
709
 
710
- #: admin/class-settings.php:587
711
  msgid "Barbados"
712
  msgstr ""
713
 
714
- #: admin/class-settings.php:588
715
  msgid "Belarus"
716
  msgstr ""
717
 
718
- #: admin/class-settings.php:589
719
  msgid "Belgium"
720
  msgstr ""
721
 
722
- #: admin/class-settings.php:590
723
  msgid "Belize"
724
  msgstr ""
725
 
726
- #: admin/class-settings.php:591
727
  msgid "Benin"
728
  msgstr ""
729
 
730
- #: admin/class-settings.php:592
731
  msgid "Bermuda"
732
  msgstr ""
733
 
734
- #: admin/class-settings.php:593
735
  msgid "Bhutan"
736
  msgstr ""
737
 
738
- #: admin/class-settings.php:594
739
  msgid "Bolivia"
740
  msgstr ""
741
 
742
- #: admin/class-settings.php:595
743
  msgid "Bosnia and Herzegovina"
744
  msgstr ""
745
 
746
- #: admin/class-settings.php:596
747
  msgid "Botswana"
748
  msgstr ""
749
 
750
- #: admin/class-settings.php:597
751
  msgid "Bouvet Island"
752
  msgstr ""
753
 
754
- #: admin/class-settings.php:598
755
  msgid "Brazil"
756
  msgstr ""
757
 
758
- #: admin/class-settings.php:599
759
  msgid "British Indian Ocean Territory"
760
  msgstr ""
761
 
762
- #: admin/class-settings.php:600
763
  msgid "British Virgin Islands"
764
  msgstr ""
765
 
766
- #: admin/class-settings.php:601
767
  msgid "Brunei"
768
  msgstr ""
769
 
770
- #: admin/class-settings.php:602
771
  msgid "Bulgaria"
772
  msgstr ""
773
 
774
- #: admin/class-settings.php:603
775
  msgid "Burkina Faso"
776
  msgstr ""
777
 
778
- #: admin/class-settings.php:604
779
  msgid "Burundi"
780
  msgstr ""
781
 
782
- #: admin/class-settings.php:605
783
  msgid "Cambodia"
784
  msgstr ""
785
 
786
- #: admin/class-settings.php:606
787
  msgid "Cameroon"
788
  msgstr ""
789
 
790
- #: admin/class-settings.php:607
791
  msgid "Canada"
792
  msgstr ""
793
 
794
- #: admin/class-settings.php:608
795
  msgid "Canary Islands"
796
  msgstr ""
797
 
798
- #: admin/class-settings.php:609
799
  msgid "Cape Verde"
800
  msgstr ""
801
 
802
- #: admin/class-settings.php:610
803
  msgid "Caribbean Netherlands"
804
  msgstr ""
805
 
806
- #: admin/class-settings.php:611
807
  msgid "Cayman Islands"
808
  msgstr ""
809
 
810
- #: admin/class-settings.php:612
811
  msgid "Central African Republic"
812
  msgstr ""
813
 
814
- #: admin/class-settings.php:613
815
  msgid "Ceuta and Melilla"
816
  msgstr ""
817
 
818
- #: admin/class-settings.php:614
819
  msgid "Chad"
820
  msgstr ""
821
 
822
- #: admin/class-settings.php:615
823
  msgid "Chile"
824
  msgstr ""
825
 
826
- #: admin/class-settings.php:616
827
  msgid "China"
828
  msgstr ""
829
 
830
- #: admin/class-settings.php:617
831
  msgid "Christmas Island"
832
  msgstr ""
833
 
834
- #: admin/class-settings.php:618
835
  msgid "Clipperton Island"
836
  msgstr ""
837
 
838
- #: admin/class-settings.php:619
839
  msgid "Cocos (Keeling) Islands"
840
  msgstr ""
841
 
842
- #: admin/class-settings.php:620
843
  msgid "Colombia"
844
  msgstr ""
845
 
846
- #: admin/class-settings.php:621
847
  msgid "Comoros"
848
  msgstr ""
849
 
850
- #: admin/class-settings.php:622
851
  msgid "Congo (DRC)"
852
  msgstr ""
853
 
854
- #: admin/class-settings.php:623
855
  msgid "Congo (Republic)"
856
  msgstr ""
857
 
858
- #: admin/class-settings.php:624
859
  msgid "Cook Islands"
860
  msgstr ""
861
 
862
- #: admin/class-settings.php:625
863
  msgid "Costa Rica"
864
  msgstr ""
865
 
866
- #: admin/class-settings.php:626
867
  msgid "Croatia"
868
  msgstr ""
869
 
870
- #: admin/class-settings.php:627
871
  msgid "Cuba"
872
  msgstr ""
873
 
874
- #: admin/class-settings.php:628
875
  msgid "Curaçao"
876
  msgstr ""
877
 
878
- #: admin/class-settings.php:629
879
  msgid "Cyprus"
880
  msgstr ""
881
 
882
- #: admin/class-settings.php:630
883
  msgid "Czech Republic"
884
  msgstr ""
885
 
886
- #: admin/class-settings.php:631
887
  msgid "Côte d'Ivoire"
888
  msgstr ""
889
 
890
- #: admin/class-settings.php:632
891
  msgid "Denmark"
892
  msgstr ""
893
 
894
- #: admin/class-settings.php:633
895
  msgid "Djibouti"
896
  msgstr ""
897
 
898
- #: admin/class-settings.php:634
899
  msgid "Democratic Republic of the Congo"
900
  msgstr ""
901
 
902
- #: admin/class-settings.php:635
903
  msgid "Dominica"
904
  msgstr ""
905
 
906
- #: admin/class-settings.php:636
907
  msgid "Dominican Republic"
908
  msgstr ""
909
 
910
- #: admin/class-settings.php:637
911
  msgid "Ecuador"
912
  msgstr ""
913
 
914
- #: admin/class-settings.php:638
915
  msgid "Egypt"
916
  msgstr ""
917
 
918
- #: admin/class-settings.php:639
919
  msgid "El Salvador"
920
  msgstr ""
921
 
922
- #: admin/class-settings.php:640
923
  msgid "Equatorial Guinea"
924
  msgstr ""
925
 
926
- #: admin/class-settings.php:641
927
  msgid "Eritrea"
928
  msgstr ""
929
 
930
- #: admin/class-settings.php:642
931
  msgid "Estonia"
932
  msgstr ""
933
 
934
- #: admin/class-settings.php:643
935
  msgid "Ethiopia"
936
  msgstr ""
937
 
938
- #: admin/class-settings.php:644
939
  msgid "Falkland Islands(Islas Malvinas)"
940
  msgstr ""
941
 
942
- #: admin/class-settings.php:645
943
  msgid "Faroe Islands"
944
  msgstr ""
945
 
946
- #: admin/class-settings.php:646
947
  msgid "Fiji"
948
  msgstr ""
949
 
950
- #: admin/class-settings.php:647
951
  msgid "Finland"
952
  msgstr ""
953
 
954
- #: admin/class-settings.php:648
955
  msgid "France"
956
  msgstr ""
957
 
958
- #: admin/class-settings.php:649
959
  msgid "French Guiana"
960
  msgstr ""
961
 
962
- #: admin/class-settings.php:650
963
  msgid "French Polynesia"
964
  msgstr ""
965
 
966
- #: admin/class-settings.php:651
967
  msgid "French Southern Territories"
968
  msgstr ""
969
 
970
- #: admin/class-settings.php:652
971
  msgid "Gabon"
972
  msgstr ""
973
 
974
- #: admin/class-settings.php:653
975
  msgid "Gambia"
976
  msgstr ""
977
 
978
- #: admin/class-settings.php:654
979
  msgid "Georgia"
980
  msgstr ""
981
 
982
- #: admin/class-settings.php:655
983
  msgid "Germany"
984
  msgstr ""
985
 
986
- #: admin/class-settings.php:656
987
  msgid "Ghana"
988
  msgstr ""
989
 
990
- #: admin/class-settings.php:657
991
  msgid "Gibraltar"
992
  msgstr ""
993
 
994
- #: admin/class-settings.php:658
995
  msgid "Greece"
996
  msgstr ""
997
 
998
- #: admin/class-settings.php:659
999
  msgid "Greenland"
1000
  msgstr ""
1001
 
1002
- #: admin/class-settings.php:660
1003
  msgid "Grenada"
1004
  msgstr ""
1005
 
1006
- #: admin/class-settings.php:661 admin/class-settings.php:663
1007
  msgid "Guam"
1008
  msgstr ""
1009
 
1010
- #: admin/class-settings.php:662
1011
  msgid "Guadeloupe"
1012
  msgstr ""
1013
 
1014
- #: admin/class-settings.php:664
1015
  msgid "Guatemala"
1016
  msgstr ""
1017
 
1018
- #: admin/class-settings.php:665
1019
  msgid "Guernsey"
1020
  msgstr ""
1021
 
1022
- #: admin/class-settings.php:666
1023
  msgid "Guinea"
1024
  msgstr ""
1025
 
1026
- #: admin/class-settings.php:667
1027
  msgid "Guinea-Bissau"
1028
  msgstr ""
1029
 
1030
- #: admin/class-settings.php:668
1031
  msgid "Guyana"
1032
  msgstr ""
1033
 
1034
- #: admin/class-settings.php:669
1035
  msgid "Haiti"
1036
  msgstr ""
1037
 
1038
- #: admin/class-settings.php:670
1039
  msgid "Heard and McDonald Islands"
1040
  msgstr ""
1041
 
1042
- #: admin/class-settings.php:671
1043
  msgid "Honduras"
1044
  msgstr ""
1045
 
1046
- #: admin/class-settings.php:672
1047
  msgid "Hong Kong"
1048
  msgstr ""
1049
 
1050
- #: admin/class-settings.php:673
1051
  msgid "Hungary"
1052
  msgstr ""
1053
 
1054
- #: admin/class-settings.php:674
1055
  msgid "Iceland"
1056
  msgstr ""
1057
 
1058
- #: admin/class-settings.php:675
1059
  msgid "India"
1060
  msgstr ""
1061
 
1062
- #: admin/class-settings.php:676
1063
  msgid "Indonesia"
1064
  msgstr ""
1065
 
1066
- #: admin/class-settings.php:677
1067
  msgid "Iran"
1068
  msgstr ""
1069
 
1070
- #: admin/class-settings.php:678
1071
  msgid "Iraq"
1072
  msgstr ""
1073
 
1074
- #: admin/class-settings.php:679
1075
  msgid "Ireland"
1076
  msgstr ""
1077
 
1078
- #: admin/class-settings.php:680
1079
  msgid "Isle of Man"
1080
  msgstr ""
1081
 
1082
- #: admin/class-settings.php:681
1083
  msgid "Israel"
1084
  msgstr ""
1085
 
1086
- #: admin/class-settings.php:682
1087
  msgid "Italy"
1088
  msgstr ""
1089
 
1090
- #: admin/class-settings.php:683
1091
  msgid "Jamaica"
1092
  msgstr ""
1093
 
1094
- #: admin/class-settings.php:684
1095
  msgid "Japan"
1096
  msgstr ""
1097
 
1098
- #: admin/class-settings.php:685
1099
  msgid "Jersey"
1100
  msgstr ""
1101
 
1102
- #: admin/class-settings.php:686
1103
  msgid "Jordan"
1104
  msgstr ""
1105
 
1106
- #: admin/class-settings.php:687
1107
  msgid "Kazakhstan"
1108
  msgstr ""
1109
 
1110
- #: admin/class-settings.php:688
1111
  msgid "Kenya"
1112
  msgstr ""
1113
 
1114
- #: admin/class-settings.php:689
1115
  msgid "Kiribati"
1116
  msgstr ""
1117
 
1118
- #: admin/class-settings.php:690
1119
  msgid "Kosovo"
1120
  msgstr ""
1121
 
1122
- #: admin/class-settings.php:691
1123
  msgid "Kuwait"
1124
  msgstr ""
1125
 
1126
- #: admin/class-settings.php:692
1127
  msgid "Kyrgyzstan"
1128
  msgstr ""
1129
 
1130
- #: admin/class-settings.php:693
1131
  msgid "Laos"
1132
  msgstr ""
1133
 
1134
- #: admin/class-settings.php:694
1135
  msgid "Latvia"
1136
  msgstr ""
1137
 
1138
- #: admin/class-settings.php:695
1139
  msgid "Lebanon"
1140
  msgstr ""
1141
 
1142
- #: admin/class-settings.php:696
1143
  msgid "Lesotho"
1144
  msgstr ""
1145
 
1146
- #: admin/class-settings.php:697
1147
  msgid "Liberia"
1148
  msgstr ""
1149
 
1150
- #: admin/class-settings.php:698
1151
  msgid "Libya"
1152
  msgstr ""
1153
 
1154
- #: admin/class-settings.php:699
1155
  msgid "Liechtenstein"
1156
  msgstr ""
1157
 
1158
- #: admin/class-settings.php:700
1159
  msgid "Lithuania"
1160
  msgstr ""
1161
 
1162
- #: admin/class-settings.php:701
1163
  msgid "Luxembourg"
1164
  msgstr ""
1165
 
1166
- #: admin/class-settings.php:702
1167
  msgid "Macau"
1168
  msgstr ""
1169
 
1170
- #: admin/class-settings.php:703
1171
  msgid "Macedonia (FYROM)"
1172
  msgstr ""
1173
 
1174
- #: admin/class-settings.php:704
1175
  msgid "Madagascar"
1176
  msgstr ""
1177
 
1178
- #: admin/class-settings.php:705
1179
  msgid "Malawi"
1180
  msgstr ""
1181
 
1182
- #: admin/class-settings.php:706
1183
  msgid "Malaysia "
1184
  msgstr ""
1185
 
1186
- #: admin/class-settings.php:707
1187
  msgid "Maldives "
1188
  msgstr ""
1189
 
1190
- #: admin/class-settings.php:708
1191
  msgid "Mali"
1192
  msgstr ""
1193
 
1194
- #: admin/class-settings.php:709
1195
  msgid "Malta"
1196
  msgstr ""
1197
 
1198
- #: admin/class-settings.php:710
1199
  msgid "Marshall Islands"
1200
  msgstr ""
1201
 
1202
- #: admin/class-settings.php:711
1203
  msgid "Martinique"
1204
  msgstr ""
1205
 
1206
- #: admin/class-settings.php:712
1207
  msgid "Mauritania"
1208
  msgstr ""
1209
 
1210
- #: admin/class-settings.php:713
1211
  msgid "Mauritius"
1212
  msgstr ""
1213
 
1214
- #: admin/class-settings.php:714
1215
  msgid "Mayotte"
1216
  msgstr ""
1217
 
1218
- #: admin/class-settings.php:715
1219
  msgid "Mexico"
1220
  msgstr ""
1221
 
1222
- #: admin/class-settings.php:716
1223
  msgid "Micronesia"
1224
  msgstr ""
1225
 
1226
- #: admin/class-settings.php:717
1227
  msgid "Moldova"
1228
  msgstr ""
1229
 
1230
- #: admin/class-settings.php:718
1231
  msgid "Monaco"
1232
  msgstr ""
1233
 
1234
- #: admin/class-settings.php:719
1235
  msgid "Mongolia"
1236
  msgstr ""
1237
 
1238
- #: admin/class-settings.php:720
1239
  msgid "Montenegro"
1240
  msgstr ""
1241
 
1242
- #: admin/class-settings.php:721
1243
  msgid "Montserrat"
1244
  msgstr ""
1245
 
1246
- #: admin/class-settings.php:722
1247
  msgid "Morocco"
1248
  msgstr ""
1249
 
1250
- #: admin/class-settings.php:723
1251
  msgid "Mozambique"
1252
  msgstr ""
1253
 
1254
- #: admin/class-settings.php:724
1255
  msgid "Myanmar (Burma)"
1256
  msgstr ""
1257
 
1258
- #: admin/class-settings.php:725
1259
  msgid "Namibia"
1260
  msgstr ""
1261
 
1262
- #: admin/class-settings.php:726
1263
  msgid "Nauru"
1264
  msgstr ""
1265
 
1266
- #: admin/class-settings.php:727
1267
  msgid "Nepal"
1268
  msgstr ""
1269
 
1270
- #: admin/class-settings.php:728
1271
  msgid "Netherlands"
1272
  msgstr ""
1273
 
1274
- #: admin/class-settings.php:729
1275
  msgid "Netherlands Antilles"
1276
  msgstr ""
1277
 
1278
- #: admin/class-settings.php:730
1279
  msgid "New Caledonia"
1280
  msgstr ""
1281
 
1282
- #: admin/class-settings.php:731
1283
  msgid "New Zealand"
1284
  msgstr ""
1285
 
1286
- #: admin/class-settings.php:732
1287
  msgid "Nicaragua"
1288
  msgstr ""
1289
 
1290
- #: admin/class-settings.php:733
1291
  msgid "Niger"
1292
  msgstr ""
1293
 
1294
- #: admin/class-settings.php:734
1295
  msgid "Nigeria"
1296
  msgstr ""
1297
 
1298
- #: admin/class-settings.php:735
1299
  msgid "Niue"
1300
  msgstr ""
1301
 
1302
- #: admin/class-settings.php:736
1303
  msgid "Norfolk Island"
1304
  msgstr ""
1305
 
1306
- #: admin/class-settings.php:737
1307
  msgid "North Korea"
1308
  msgstr ""
1309
 
1310
- #: admin/class-settings.php:738
1311
  msgid "Northern Mariana Islands"
1312
  msgstr ""
1313
 
1314
- #: admin/class-settings.php:739
1315
  msgid "Norway"
1316
  msgstr ""
1317
 
1318
- #: admin/class-settings.php:740
1319
  msgid "Oman"
1320
  msgstr ""
1321
 
1322
- #: admin/class-settings.php:741
1323
  msgid "Pakistan"
1324
  msgstr ""
1325
 
1326
- #: admin/class-settings.php:742
1327
  msgid "Palau"
1328
  msgstr ""
1329
 
1330
- #: admin/class-settings.php:743
1331
  msgid "Palestine"
1332
  msgstr ""
1333
 
1334
- #: admin/class-settings.php:744
1335
  msgid "Panama"
1336
  msgstr ""
1337
 
1338
- #: admin/class-settings.php:745
1339
  msgid "Papua New Guinea"
1340
  msgstr ""
1341
 
1342
- #: admin/class-settings.php:746
1343
  msgid "Paraguay"
1344
  msgstr ""
1345
 
1346
- #: admin/class-settings.php:747
1347
  msgid "Peru"
1348
  msgstr ""
1349
 
1350
- #: admin/class-settings.php:748
1351
  msgid "Philippines"
1352
  msgstr ""
1353
 
1354
- #: admin/class-settings.php:749
1355
  msgid "Pitcairn Islands"
1356
  msgstr ""
1357
 
1358
- #: admin/class-settings.php:750
1359
  msgid "Poland"
1360
  msgstr ""
1361
 
1362
- #: admin/class-settings.php:751
1363
  msgid "Portugal"
1364
  msgstr ""
1365
 
1366
- #: admin/class-settings.php:752
1367
  msgid "Puerto Rico"
1368
  msgstr ""
1369
 
1370
- #: admin/class-settings.php:753
1371
  msgid "Qatar"
1372
  msgstr ""
1373
 
1374
- #: admin/class-settings.php:754
1375
  msgid "Reunion"
1376
  msgstr ""
1377
 
1378
- #: admin/class-settings.php:755
1379
  msgid "Romania"
1380
  msgstr ""
1381
 
1382
- #: admin/class-settings.php:756
1383
  msgid "Russia"
1384
  msgstr ""
1385
 
1386
- #: admin/class-settings.php:757
1387
  msgid "Rwanda"
1388
  msgstr ""
1389
 
1390
- #: admin/class-settings.php:758
1391
  msgid "Saint Helena"
1392
  msgstr ""
1393
 
1394
- #: admin/class-settings.php:759
1395
  msgid "Saint Kitts and Nevis"
1396
  msgstr ""
1397
 
1398
- #: admin/class-settings.php:760
1399
  msgid "Saint Vincent and the Grenadines"
1400
  msgstr ""
1401
 
1402
- #: admin/class-settings.php:761
1403
  msgid "Saint Lucia"
1404
  msgstr ""
1405
 
1406
- #: admin/class-settings.php:762
1407
  msgid "Samoa"
1408
  msgstr ""
1409
 
1410
- #: admin/class-settings.php:763
1411
  msgid "San Marino"
1412
  msgstr ""
1413
 
1414
- #: admin/class-settings.php:764
1415
  msgid "São Tomé and Príncipe"
1416
  msgstr ""
1417
 
1418
- #: admin/class-settings.php:765
1419
  msgid "Saudi Arabia"
1420
  msgstr ""
1421
 
1422
- #: admin/class-settings.php:766
1423
  msgid "Senegal"
1424
  msgstr ""
1425
 
1426
- #: admin/class-settings.php:767
1427
  msgid "Serbia"
1428
  msgstr ""
1429
 
1430
- #: admin/class-settings.php:768
1431
  msgid "Seychelles"
1432
  msgstr ""
1433
 
1434
- #: admin/class-settings.php:769
1435
  msgid "Sierra Leone"
1436
  msgstr ""
1437
 
1438
- #: admin/class-settings.php:770
1439
  msgid "Singapore"
1440
  msgstr ""
1441
 
1442
- #: admin/class-settings.php:771
1443
  msgid "Sint Maarten"
1444
  msgstr ""
1445
 
1446
- #: admin/class-settings.php:772
1447
  msgid "Slovakia"
1448
  msgstr ""
1449
 
1450
- #: admin/class-settings.php:773
1451
  msgid "Slovenia"
1452
  msgstr ""
1453
 
1454
- #: admin/class-settings.php:774
1455
  msgid "Solomon Islands"
1456
  msgstr ""
1457
 
1458
- #: admin/class-settings.php:775
1459
  msgid "Somalia"
1460
  msgstr ""
1461
 
1462
- #: admin/class-settings.php:776
1463
  msgid "South Africa"
1464
  msgstr ""
1465
 
1466
- #: admin/class-settings.php:777
1467
  msgid "South Georgia and South Sandwich Islands"
1468
  msgstr ""
1469
 
1470
- #: admin/class-settings.php:778
1471
  msgid "South Korea"
1472
  msgstr ""
1473
 
1474
- #: admin/class-settings.php:779
1475
  msgid "South Sudan"
1476
  msgstr ""
1477
 
1478
- #: admin/class-settings.php:780
1479
  msgid "Spain"
1480
  msgstr ""
1481
 
1482
- #: admin/class-settings.php:781
1483
  msgid "Sri Lanka"
1484
  msgstr ""
1485
 
1486
- #: admin/class-settings.php:782
1487
  msgid "Sudan"
1488
  msgstr ""
1489
 
1490
- #: admin/class-settings.php:783
1491
  msgid "Swaziland"
1492
  msgstr ""
1493
 
1494
- #: admin/class-settings.php:784
1495
  msgid "Sweden"
1496
  msgstr ""
1497
 
1498
- #: admin/class-settings.php:785
1499
  msgid "Switzerland"
1500
  msgstr ""
1501
 
1502
- #: admin/class-settings.php:786
1503
  msgid "Syria"
1504
  msgstr ""
1505
 
1506
- #: admin/class-settings.php:787
1507
  msgid "São Tomé & Príncipe"
1508
  msgstr ""
1509
 
1510
- #: admin/class-settings.php:788
1511
  msgid "Taiwan"
1512
  msgstr ""
1513
 
1514
- #: admin/class-settings.php:789
1515
  msgid "Tajikistan"
1516
  msgstr ""
1517
 
1518
- #: admin/class-settings.php:790
1519
  msgid "Tanzania"
1520
  msgstr ""
1521
 
1522
- #: admin/class-settings.php:791
1523
  msgid "Thailand"
1524
  msgstr ""
1525
 
1526
- #: admin/class-settings.php:792
1527
  msgid "Timor-Leste"
1528
  msgstr ""
1529
 
1530
- #: admin/class-settings.php:793 admin/class-settings.php:795
1531
  msgid "Tokelau"
1532
  msgstr ""
1533
 
1534
- #: admin/class-settings.php:794
1535
  msgid "Togo"
1536
  msgstr ""
1537
 
1538
- #: admin/class-settings.php:796
1539
  msgid "Tonga"
1540
  msgstr ""
1541
 
1542
- #: admin/class-settings.php:797
1543
  msgid "Trinidad and Tobago"
1544
  msgstr ""
1545
 
1546
- #: admin/class-settings.php:798
1547
  msgid "Tristan da Cunha"
1548
  msgstr ""
1549
 
1550
- #: admin/class-settings.php:799
1551
  msgid "Tunisia"
1552
  msgstr ""
1553
 
1554
- #: admin/class-settings.php:800
1555
  msgid "Turkey"
1556
  msgstr ""
1557
 
1558
- #: admin/class-settings.php:801
1559
  msgid "Turkmenistan"
1560
  msgstr ""
1561
 
1562
- #: admin/class-settings.php:802
1563
  msgid "Turks and Caicos Islands"
1564
  msgstr ""
1565
 
1566
- #: admin/class-settings.php:803
1567
  msgid "Tuvalu"
1568
  msgstr ""
1569
 
1570
- #: admin/class-settings.php:804
1571
  msgid "Uganda"
1572
  msgstr ""
1573
 
1574
- #: admin/class-settings.php:805
1575
  msgid "Ukraine"
1576
  msgstr ""
1577
 
1578
- #: admin/class-settings.php:806
1579
  msgid "United Arab Emirates"
1580
  msgstr ""
1581
 
1582
- #: admin/class-settings.php:807
1583
  msgid "United Kingdom"
1584
  msgstr ""
1585
 
1586
- #: admin/class-settings.php:808
1587
  msgid "United States"
1588
  msgstr ""
1589
 
1590
- #: admin/class-settings.php:809
1591
  msgid "Uruguay"
1592
  msgstr ""
1593
 
1594
- #: admin/class-settings.php:810
1595
  msgid "Uzbekistan"
1596
  msgstr ""
1597
 
1598
- #: admin/class-settings.php:811
1599
  msgid "Vanuatu"
1600
  msgstr ""
1601
 
1602
- #: admin/class-settings.php:812
1603
  msgid "Vatican City"
1604
  msgstr ""
1605
 
1606
- #: admin/class-settings.php:813
1607
  msgid "Venezuela"
1608
  msgstr ""
1609
 
1610
- #: admin/class-settings.php:814
1611
  msgid "Vietnam"
1612
  msgstr ""
1613
 
1614
- #: admin/class-settings.php:815
1615
  msgid "Wallis Futuna"
1616
  msgstr ""
1617
 
1618
- #: admin/class-settings.php:816
1619
  msgid "Western Sahara"
1620
  msgstr ""
1621
 
1622
- #: admin/class-settings.php:817
1623
  msgid "Yemen"
1624
  msgstr ""
1625
 
1626
- #: admin/class-settings.php:818
1627
  msgid "Zambia"
1628
  msgstr ""
1629
 
1630
- #: admin/class-settings.php:819
1631
  msgid "Zimbabwe"
1632
  msgstr ""
1633
 
1634
- #: admin/class-settings.php:820
1635
  msgid "Åland Islands"
1636
  msgstr ""
1637
 
1638
- #: admin/class-settings.php:863
1639
  msgid "World view"
1640
  msgstr ""
1641
 
1642
- #: admin/class-settings.php:866 admin/class-settings.php:980
1643
- #: inc/wpsl-functions.php:216
1644
  msgid "Default"
1645
  msgstr ""
1646
 
1647
- #: admin/class-settings.php:869 inc/wpsl-functions.php:289
1648
  msgid "Roadmap"
1649
  msgstr ""
1650
 
1651
- #: admin/class-settings.php:1010
1652
  msgid "Start location marker"
1653
  msgstr ""
1654
 
1655
- #: admin/class-settings.php:1012
1656
  msgid "Store location marker"
1657
  msgstr ""
1658
 
1659
- #: admin/class-settings.php:1092
1660
  msgid "Textarea"
1661
  msgstr ""
1662
 
1663
- #: admin/class-settings.php:1093
1664
  msgid "Dropdowns (recommended)"
1665
  msgstr ""
1666
 
1667
- #: admin/class-settings.php:1101
1668
  msgid "Bounces up and down"
1669
  msgstr ""
1670
 
1671
- #: admin/class-settings.php:1102
1672
  msgid "Will open the info window"
1673
  msgstr ""
1674
 
1675
- #: admin/class-settings.php:1103
1676
  msgid "Does not respond"
1677
  msgstr ""
1678
 
1679
- #: admin/class-settings.php:1111
1680
  msgid "In the store listings"
1681
  msgstr ""
1682
 
1683
- #: admin/class-settings.php:1112
1684
  msgid "In the info window on the map"
1685
  msgstr ""
1686
 
1687
- #: admin/class-settings.php:1144 admin/class-shortcode-generator.php:263
1688
  msgid "Dropdown"
1689
  msgstr ""
1690
 
1691
- #: admin/class-settings.php:1145 admin/class-shortcode-generator.php:264
1692
  msgid "Checkboxes"
1693
  msgstr ""
1694
 
1695
- #: admin/class-settings.php:1177
1696
  msgid "12 Hours"
1697
  msgstr ""
1698
 
1699
- #: admin/class-settings.php:1178
1700
  msgid "24 Hours"
1701
  msgstr ""
1702
 
@@ -1721,7 +1721,7 @@ msgstr ""
1721
  msgid "General Options"
1722
  msgstr ""
1723
 
1724
- #: admin/class-shortcode-generator.php:234 admin/templates/map-settings.php:372
1725
  msgid "Markers"
1726
  msgstr ""
1727
 
@@ -1828,9 +1828,9 @@ msgstr ""
1828
 
1829
  #: admin/templates/map-settings.php:85 admin/templates/map-settings.php:124
1830
  #: admin/templates/map-settings.php:176 admin/templates/map-settings.php:259
1831
- #: admin/templates/map-settings.php:362 admin/templates/map-settings.php:390
1832
- #: admin/templates/map-settings.php:440 admin/templates/map-settings.php:468
1833
- #: admin/templates/map-settings.php:580 admin/templates/map-settings.php:605
1834
  msgid "Save Changes"
1835
  msgstr ""
1836
 
@@ -1895,9 +1895,9 @@ msgid ""
1895
  "restrictions with %sthis%s filter."
1896
  msgstr ""
1897
 
1898
- #: admin/templates/map-settings.php:134 admin/templates/map-settings.php:504
1899
- #: admin/templates/map-settings.php:505 frontend/templates/default.php:44
1900
- #: frontend/templates/store-listings-below.php:44 inc/wpsl-functions.php:133
1901
  msgid "Search"
1902
  msgstr ""
1903
 
@@ -2131,27 +2131,31 @@ msgid ""
2131
  msgstr ""
2132
 
2133
  #: admin/templates/map-settings.php:322
 
 
 
 
2134
  msgid "Make the store name clickable if a store URL exists?"
2135
  msgstr ""
2136
 
2137
- #: admin/templates/map-settings.php:322
2138
  #, php-format
2139
  msgid ""
2140
  "If %spermalinks%s are enabled, the store name will always link to the store "
2141
  "page."
2142
  msgstr ""
2143
 
2144
- #: admin/templates/map-settings.php:326
2145
  msgid "Make the phone number clickable on mobile devices?"
2146
  msgstr ""
2147
 
2148
- #: admin/templates/map-settings.php:330
2149
  msgid ""
2150
  "If street view is available for the current location, then show a \"Street "
2151
  "view\" link in the info window?"
2152
  msgstr ""
2153
 
2154
- #: admin/templates/map-settings.php:330
2155
  #, php-format
2156
  msgid ""
2157
  "Enabling this option can sometimes result in a small delay in the opening of "
@@ -2159,22 +2163,22 @@ msgid ""
2159
  "Maps to check if street view is available for the current location."
2160
  msgstr ""
2161
 
2162
- #: admin/templates/map-settings.php:334
2163
  msgid "Show a \"Zoom here\" link in the info window?"
2164
  msgstr ""
2165
 
2166
- #: admin/templates/map-settings.php:334
2167
  #, php-format
2168
  msgid ""
2169
  "Clicking this link will make the map zoom in to the %s max auto zoom level "
2170
  "%s."
2171
  msgstr ""
2172
 
2173
- #: admin/templates/map-settings.php:338
2174
  msgid "On page load move the mouse cursor to the search field?"
2175
  msgstr ""
2176
 
2177
- #: admin/templates/map-settings.php:338
2178
  #, php-format
2179
  msgid ""
2180
  "If the store locator is not placed at the top of the page, enabling this "
@@ -2182,11 +2186,11 @@ msgid ""
2182
  "on mobile devices.%s"
2183
  msgstr ""
2184
 
2185
- #: admin/templates/map-settings.php:342
2186
  msgid "Use the default style for the info window?"
2187
  msgstr ""
2188
 
2189
- #: admin/templates/map-settings.php:342
2190
  #, php-format
2191
  msgid ""
2192
  "If the default style is disabled the %sInfoBox%s library will be used "
@@ -2194,19 +2198,19 @@ msgid ""
2194
  "window through the .wpsl-infobox css class."
2195
  msgstr ""
2196
 
2197
- #: admin/templates/map-settings.php:346
2198
  msgid "Hide the country in the search results?"
2199
  msgstr ""
2200
 
2201
- #: admin/templates/map-settings.php:350
2202
  msgid "Hide the distance in the search results?"
2203
  msgstr ""
2204
 
2205
- #: admin/templates/map-settings.php:354
2206
  msgid "If a user hovers over the search results the store marker"
2207
  msgstr ""
2208
 
2209
- #: admin/templates/map-settings.php:354
2210
  #, php-format
2211
  msgid ""
2212
  "If marker clusters are enabled this option will not work as expected as long "
@@ -2216,274 +2220,274 @@ msgid ""
2216
  "it won't be clear to which marker it belongs to. "
2217
  msgstr ""
2218
 
2219
- #: admin/templates/map-settings.php:358
2220
  msgid "Address format"
2221
  msgstr ""
2222
 
2223
- #: admin/templates/map-settings.php:358
2224
  #, php-format
2225
  msgid ""
2226
  "You can add custom address formats with the %swpsl_address_formats%s filter."
2227
  msgstr ""
2228
 
2229
- #: admin/templates/map-settings.php:376
2230
  msgid "Enable marker clusters?"
2231
  msgstr ""
2232
 
2233
- #: admin/templates/map-settings.php:376
2234
  msgid "Recommended for maps with a large amount of markers."
2235
  msgstr ""
2236
 
2237
- #: admin/templates/map-settings.php:381
2238
  msgid "Max zoom level"
2239
  msgstr ""
2240
 
2241
- #: admin/templates/map-settings.php:381
2242
  msgid ""
2243
  "If this zoom level is reached or exceeded, then all markers are moved out of "
2244
  "the marker cluster and shown as individual markers."
2245
  msgstr ""
2246
 
2247
- #: admin/templates/map-settings.php:385
2248
  msgid "Cluster size"
2249
  msgstr ""
2250
 
2251
- #: admin/templates/map-settings.php:385
2252
  #, php-format
2253
  msgid ""
2254
  "The grid size of a cluster in pixels. %s A larger number will result in a "
2255
  "lower amount of clusters and also make the algorithm run faster."
2256
  msgstr ""
2257
 
2258
- #: admin/templates/map-settings.php:400
2259
  msgid "Store Editor"
2260
  msgstr ""
2261
 
2262
- #: admin/templates/map-settings.php:403
2263
  msgid "Default country"
2264
  msgstr ""
2265
 
2266
- #: admin/templates/map-settings.php:407
2267
  msgid "Map type for the location preview"
2268
  msgstr ""
2269
 
2270
- #: admin/templates/map-settings.php:411
2271
  msgid "Hide the opening hours?"
2272
  msgstr ""
2273
 
2274
- #: admin/templates/map-settings.php:417
2275
  msgid "Opening hours input type"
2276
  msgstr ""
2277
 
2278
- #: admin/templates/map-settings.php:421
2279
  #, php-format
2280
  msgid ""
2281
  "Opening hours created in version 1.x %sare not%s automatically converted to "
2282
  "the new dropdown format."
2283
  msgstr ""
2284
 
2285
- #: admin/templates/map-settings.php:424 admin/templates/map-settings.php:433
2286
  msgid "The default opening hours"
2287
  msgstr ""
2288
 
2289
- #: admin/templates/map-settings.php:430
2290
  msgid "Opening hours format"
2291
  msgstr ""
2292
 
2293
- #: admin/templates/map-settings.php:437
2294
  msgid ""
2295
  "The default country and opening hours are only used when a new store is "
2296
  "created. So changing the default values will have no effect on existing "
2297
  "store locations."
2298
  msgstr ""
2299
 
2300
- #: admin/templates/map-settings.php:450
2301
  msgid "Permalink"
2302
  msgstr ""
2303
 
2304
- #: admin/templates/map-settings.php:453
2305
  msgid "Enable permalink?"
2306
  msgstr ""
2307
 
2308
- #: admin/templates/map-settings.php:458
2309
  msgid "Store slug"
2310
  msgstr ""
2311
 
2312
- #: admin/templates/map-settings.php:462
2313
  msgid "Category slug"
2314
  msgstr ""
2315
 
2316
- #: admin/templates/map-settings.php:465
2317
  #, php-format
2318
  msgid "The permalink slugs %smust be unique%s on your site."
2319
  msgstr ""
2320
 
2321
- #: admin/templates/map-settings.php:478
2322
  msgid "Labels"
2323
  msgstr ""
2324
 
2325
- #: admin/templates/map-settings.php:487
2326
  #, php-format
2327
  msgid "%sWarning!%s %sWPML%s, or a plugin using the WPML API is active."
2328
  msgstr ""
2329
 
2330
- #: admin/templates/map-settings.php:488
2331
  msgid ""
2332
  "Please use the \"String Translations\" section in the used multilingual "
2333
  "plugin to change the labels. Changing them here will have no effect as long "
2334
  "as the multilingual plugin remains active."
2335
  msgstr ""
2336
 
2337
- #: admin/templates/map-settings.php:492 admin/templates/map-settings.php:493
2338
  #: frontend/templates/default.php:12
2339
- #: frontend/templates/store-listings-below.php:12 inc/wpsl-functions.php:132
2340
  msgid "Your location"
2341
  msgstr ""
2342
 
2343
- #: admin/templates/map-settings.php:496 admin/templates/map-settings.php:497
2344
  #: frontend/templates/default.php:21
2345
- #: frontend/templates/store-listings-below.php:21 inc/wpsl-functions.php:135
2346
  msgid "Search radius"
2347
  msgstr ""
2348
 
2349
- #: admin/templates/map-settings.php:500 admin/templates/map-settings.php:501
2350
- #: frontend/class-frontend.php:1772 inc/wpsl-functions.php:136
2351
  msgid "No results found"
2352
  msgstr ""
2353
 
2354
- #: admin/templates/map-settings.php:508
2355
  msgid "Searching (preloader text)"
2356
  msgstr ""
2357
 
2358
- #: admin/templates/map-settings.php:509 frontend/class-frontend.php:1771
2359
- #: inc/wpsl-functions.php:134
2360
  msgid "Searching..."
2361
  msgstr ""
2362
 
2363
- #: admin/templates/map-settings.php:512 admin/templates/map-settings.php:513
2364
  #: frontend/templates/default.php:30
2365
- #: frontend/templates/store-listings-below.php:30 inc/wpsl-functions.php:137
2366
  msgid "Results"
2367
  msgstr ""
2368
 
2369
- #: admin/templates/map-settings.php:516 admin/upgrade.php:206
2370
- #: inc/wpsl-functions.php:151
2371
  msgid "Category filter"
2372
  msgstr ""
2373
 
2374
- #: admin/templates/map-settings.php:517 frontend/class-frontend.php:1366
2375
  msgid "Category"
2376
  msgstr ""
2377
 
2378
- #: admin/templates/map-settings.php:520
2379
  msgid "Category first item"
2380
  msgstr ""
2381
 
2382
- #: admin/templates/map-settings.php:521 admin/upgrade.php:367
2383
- #: frontend/class-frontend.php:1369 inc/wpsl-functions.php:152
2384
  msgid "Any"
2385
  msgstr ""
2386
 
2387
- #: admin/templates/map-settings.php:524 admin/templates/map-settings.php:525
2388
- #: admin/upgrade.php:59 frontend/class-frontend.php:1773
2389
  #: frontend/underscore-functions.php:138 frontend/underscore-functions.php:168
2390
- #: inc/wpsl-functions.php:138
2391
  msgid "More info"
2392
  msgstr ""
2393
 
2394
- #: admin/templates/map-settings.php:528 admin/templates/map-settings.php:529
2395
- #: frontend/class-frontend.php:811 frontend/underscore-functions.php:29
2396
  #: frontend/underscore-functions.php:65 frontend/underscore-functions.php:147
2397
- #: inc/wpsl-functions.php:146
2398
  msgid "Phone"
2399
  msgstr ""
2400
 
2401
- #: admin/templates/map-settings.php:548 admin/templates/map-settings.php:549
2402
- #: frontend/class-frontend.php:1778 inc/wpsl-functions.php:131
2403
  msgid "Start location"
2404
  msgstr ""
2405
 
2406
- #: admin/templates/map-settings.php:552
2407
  msgid "Get directions"
2408
  msgstr ""
2409
 
2410
- #: admin/templates/map-settings.php:553 frontend/class-frontend.php:1776
2411
- #: inc/wpsl-functions.php:139
2412
  msgid "Directions"
2413
  msgstr ""
2414
 
2415
- #: admin/templates/map-settings.php:556
2416
  msgid "No directions found"
2417
  msgstr ""
2418
 
2419
- #: admin/templates/map-settings.php:557 admin/upgrade.php:151
2420
- #: frontend/class-frontend.php:1777 inc/wpsl-functions.php:140
2421
  msgid "No route could be found between the origin and destination"
2422
  msgstr ""
2423
 
2424
- #: admin/templates/map-settings.php:560 admin/templates/map-settings.php:561
2425
- #: admin/upgrade.php:77 frontend/class-frontend.php:1779
2426
- #: inc/wpsl-functions.php:141
2427
- msgid "Back"
2428
- msgstr ""
2429
-
2430
  #: admin/templates/map-settings.php:564 admin/templates/map-settings.php:565
2431
- #: admin/upgrade.php:143 frontend/class-frontend.php:1780
2432
  #: inc/wpsl-functions.php:142
2433
- msgid "Street view"
2434
  msgstr ""
2435
 
2436
  #: admin/templates/map-settings.php:568 admin/templates/map-settings.php:569
2437
- #: admin/upgrade.php:147 frontend/class-frontend.php:1781
2438
  #: inc/wpsl-functions.php:143
 
 
 
 
 
 
2439
  msgid "Zoom here"
2440
  msgstr ""
2441
 
2442
- #: admin/templates/map-settings.php:572
2443
  msgid "General error"
2444
  msgstr ""
2445
 
2446
- #: admin/templates/map-settings.php:573 frontend/class-frontend.php:1774
2447
- #: inc/wpsl-functions.php:144
2448
  msgid "Something went wrong, please try again!"
2449
  msgstr ""
2450
 
2451
- #: admin/templates/map-settings.php:576
2452
  msgid "Query limit error"
2453
  msgstr ""
2454
 
2455
- #: admin/templates/map-settings.php:576
2456
  #, php-format
2457
  msgid ""
2458
  "You can raise the %susage limit%s by obtaining an API %skey%s, and fill in "
2459
  "the \"API key\" field at the top of this page."
2460
  msgstr ""
2461
 
2462
- #: admin/templates/map-settings.php:577 frontend/class-frontend.php:1775
2463
- #: inc/wpsl-functions.php:145
2464
  msgid "API usage limit reached"
2465
  msgstr ""
2466
 
2467
- #: admin/templates/map-settings.php:590
2468
  msgid "Tools"
2469
  msgstr ""
2470
 
2471
- #: admin/templates/map-settings.php:593
2472
  msgid "Enable store locator debug?"
2473
  msgstr ""
2474
 
2475
- #: admin/templates/map-settings.php:593
2476
  #, php-format
2477
  msgid ""
2478
  "This disables the WPSL transient cache. %sThe transient cache is only used "
2479
  "if the %sLoad locations on page load%s option is enabled."
2480
  msgstr ""
2481
 
2482
- #: admin/templates/map-settings.php:597
2483
  msgid "Enable compatibility mode?"
2484
  msgstr ""
2485
 
2486
- #: admin/templates/map-settings.php:597
2487
  #, php-format
2488
  msgid ""
2489
  "If the %sbrowser console%s shows the error below, then enabling this option "
@@ -2492,11 +2496,11 @@ msgid ""
2492
  "situations break the store locator map."
2493
  msgstr ""
2494
 
2495
- #: admin/templates/map-settings.php:601
2496
  msgid "WPSL transients"
2497
  msgstr ""
2498
 
2499
- #: admin/templates/map-settings.php:602
2500
  msgid "Clear store locator transient cache"
2501
  msgstr ""
2502
 
@@ -2508,22 +2512,22 @@ msgstr ""
2508
  msgid "Reset"
2509
  msgstr ""
2510
 
2511
- #: admin/upgrade.php:174 inc/wpsl-functions.php:125
2512
  msgid "stores"
2513
  msgstr ""
2514
 
2515
- #: admin/upgrade.php:178 inc/wpsl-functions.php:126
2516
  msgid "store-category"
2517
  msgstr ""
2518
 
2519
- #: admin/upgrade.php:430
2520
  #, php-format
2521
  msgid ""
2522
  "Because you updated WP Store Locator from version 1.x, the %s current store "
2523
  "locations need to be %sconverted%s to custom post types."
2524
  msgstr ""
2525
 
2526
- #: admin/upgrade.php:451
2527
  #, php-format
2528
  msgid ""
2529
  "The script converting the locations timed out. %s You can click the \"Start "
@@ -2534,52 +2538,52 @@ msgid ""
2534
  "but if you are reading this then that failed."
2535
  msgstr ""
2536
 
2537
- #: admin/upgrade.php:472
2538
  msgid "Store locations to convert:"
2539
  msgstr ""
2540
 
2541
- #: admin/upgrade.php:474
2542
  msgid "Start Converting"
2543
  msgstr ""
2544
 
2545
- #: admin/upgrade.php:596
2546
  #, php-format
2547
  msgid ""
2548
  "All the store locations are now converted to custom post types. %s You can "
2549
  "view them on the %sAll Stores%s page."
2550
  msgstr ""
2551
 
2552
- #: frontend/class-frontend.php:748
2553
  msgid ""
2554
  "If you use the [wpsl_address] shortcode outside a store page you need to set "
2555
  "the ID attribute."
2556
  msgstr ""
2557
 
2558
- #: frontend/class-frontend.php:862
2559
  msgid ""
2560
  "If you use the [wpsl_hours] shortcode outside a store page you need to set "
2561
  "the ID attribute."
2562
  msgstr ""
2563
 
2564
- #: frontend/class-frontend.php:910
2565
  msgid ""
2566
  "If you use the [wpsl_map] shortcode outside a store page, then you need to "
2567
  "set the ID or category attribute."
2568
  msgstr ""
2569
 
2570
- #: frontend/class-frontend.php:1567
2571
  msgid "The application does not have permission to use the Geolocation API."
2572
  msgstr ""
2573
 
2574
- #: frontend/class-frontend.php:1568
2575
  msgid "Location information is unavailable."
2576
  msgstr ""
2577
 
2578
- #: frontend/class-frontend.php:1569
2579
  msgid "The geolocation request timed out."
2580
  msgstr ""
2581
 
2582
- #: frontend/class-frontend.php:1570
2583
  msgid "An unknown error occurred."
2584
  msgstr ""
2585
 
@@ -2689,75 +2693,75 @@ msgid ""
2689
  "parameters."
2690
  msgstr ""
2691
 
2692
- #: inc/wpsl-functions.php:221
2693
  msgid "Show the store list below the map"
2694
  msgstr ""
2695
 
2696
- #: inc/wpsl-functions.php:238
2697
  msgid "Monday"
2698
  msgstr ""
2699
 
2700
- #: inc/wpsl-functions.php:239
2701
  msgid "Tuesday"
2702
  msgstr ""
2703
 
2704
- #: inc/wpsl-functions.php:240
2705
  msgid "Wednesday"
2706
  msgstr ""
2707
 
2708
- #: inc/wpsl-functions.php:241
2709
  msgid "Thursday"
2710
  msgstr ""
2711
 
2712
- #: inc/wpsl-functions.php:242
2713
  msgid "Friday"
2714
  msgstr ""
2715
 
2716
- #: inc/wpsl-functions.php:243
2717
  msgid "Saturday"
2718
  msgstr ""
2719
 
2720
- #: inc/wpsl-functions.php:244
2721
  msgid "Sunday"
2722
  msgstr ""
2723
 
2724
- #: inc/wpsl-functions.php:274
2725
  #, php-format
2726
  msgid "Mon %sTue %sWed %sThu %sFri %sSat Closed %sSun Closed"
2727
  msgstr ""
2728
 
2729
- #: inc/wpsl-functions.php:290
2730
  msgid "Satellite"
2731
  msgstr ""
2732
 
2733
- #: inc/wpsl-functions.php:291
2734
  msgid "Hybrid"
2735
  msgstr ""
2736
 
2737
- #: inc/wpsl-functions.php:292
2738
  msgid "Terrain"
2739
  msgstr ""
2740
 
2741
- #: inc/wpsl-functions.php:307
2742
  msgid "(city) (state) (zip code)"
2743
  msgstr ""
2744
 
2745
- #: inc/wpsl-functions.php:308
2746
  msgid "(city), (state) (zip code)"
2747
  msgstr ""
2748
 
2749
- #: inc/wpsl-functions.php:309
2750
  msgid "(city) (zip code)"
2751
  msgstr ""
2752
 
2753
- #: inc/wpsl-functions.php:310
2754
  msgid "(city), (zip code)"
2755
  msgstr ""
2756
 
2757
- #: inc/wpsl-functions.php:311
2758
  msgid "(zip code) (city) (state)"
2759
  msgstr ""
2760
 
2761
- #: inc/wpsl-functions.php:312
2762
  msgid "(zip code) (city)"
2763
  msgstr ""
1
  #, fuzzy
2
  msgid ""
3
  msgstr ""
4
+ "Project-Id-Version: WP Store Locator v2.2.13\n"
5
  "Report-Msgid-Bugs-To: \n"
6
+ "POT-Creation-Date: 2018-02-28 17:53+0100\n"
7
  "PO-Revision-Date: 2015-09-01 13:49+0100\n"
8
  "Last-Translator: \n"
9
  "Language-Team: \n"
57
  msgid "Geocode was not successful for the following reason"
58
  msgstr ""
59
 
60
+ #: admin/class-admin.php:296 admin/upgrade.php:458
61
  msgid "Security check failed, reload the page and try again."
62
  msgstr ""
63
 
70
  msgstr ""
71
 
72
  #: admin/class-admin.php:299 admin/class-metaboxes.php:525
73
+ #: frontend/class-frontend.php:560
74
  msgid "Closed"
75
  msgstr ""
76
 
264
  msgid "Opening Hours"
265
  msgstr ""
266
 
267
+ #: admin/class-metaboxes.php:82 admin/templates/map-settings.php:548
268
+ #: admin/templates/map-settings.php:549 frontend/underscore-functions.php:160
269
+ #: inc/wpsl-functions.php:151
270
  msgid "Hours"
271
  msgstr ""
272
 
278
  msgid "Tel"
279
  msgstr ""
280
 
281
+ #: admin/class-metaboxes.php:91 admin/templates/map-settings.php:536
282
+ #: admin/templates/map-settings.php:537 frontend/class-frontend.php:822
283
  #: frontend/underscore-functions.php:32 frontend/underscore-functions.php:68
284
+ #: frontend/underscore-functions.php:150 inc/wpsl-functions.php:148
285
  msgid "Fax"
286
  msgstr ""
287
 
288
+ #: admin/class-metaboxes.php:94 admin/templates/map-settings.php:540
289
+ #: admin/templates/map-settings.php:541 admin/upgrade.php:198
290
+ #: frontend/class-frontend.php:826 frontend/underscore-functions.php:35
291
  #: frontend/underscore-functions.php:71 frontend/underscore-functions.php:153
292
+ #: inc/wpsl-functions.php:149
293
  msgid "Email"
294
  msgstr ""
295
 
296
+ #: admin/class-metaboxes.php:97 admin/templates/map-settings.php:544
297
+ #: admin/templates/map-settings.php:545 admin/upgrade.php:202
298
+ #: frontend/class-frontend.php:831 inc/wpsl-functions.php:150
299
  msgid "Url"
300
  msgstr ""
301
 
384
  msgid "WP Store Locator Transients Cleared"
385
  msgstr ""
386
 
387
+ #: admin/class-settings.php:368
388
  #, php-format
389
  msgid "There's a problem with the provided %sserver key%s. %s"
390
  msgstr ""
391
 
392
+ #: admin/class-settings.php:482
393
  msgid ""
394
  "The max results field cannot be empty, the default value has been restored."
395
  msgstr ""
396
 
397
+ #: admin/class-settings.php:485
398
  msgid ""
399
  "The search radius field cannot be empty, the default value has been restored."
400
  msgstr ""
401
 
402
+ #: admin/class-settings.php:488
403
  #, php-format
404
  msgid ""
405
  "Please provide the name of a city or country that can be used as a starting "
407
  "user fails, or the option itself is disabled."
408
  msgstr ""
409
 
410
+ #: admin/class-settings.php:509
411
  msgid "Select your language"
412
  msgstr ""
413
 
414
+ #: admin/class-settings.php:510
415
  msgid "English"
416
  msgstr ""
417
 
418
+ #: admin/class-settings.php:511
419
  msgid "Arabic"
420
  msgstr ""
421
 
422
+ #: admin/class-settings.php:512
423
  msgid "Basque"
424
  msgstr ""
425
 
426
+ #: admin/class-settings.php:513
427
  msgid "Bulgarian"
428
  msgstr ""
429
 
430
+ #: admin/class-settings.php:514
431
  msgid "Bengali"
432
  msgstr ""
433
 
434
+ #: admin/class-settings.php:515
435
  msgid "Catalan"
436
  msgstr ""
437
 
438
+ #: admin/class-settings.php:516
439
  msgid "Czech"
440
  msgstr ""
441
 
442
+ #: admin/class-settings.php:517
443
  msgid "Danish"
444
  msgstr ""
445
 
446
+ #: admin/class-settings.php:518
447
  msgid "German"
448
  msgstr ""
449
 
450
+ #: admin/class-settings.php:519
451
  msgid "Greek"
452
  msgstr ""
453
 
454
+ #: admin/class-settings.php:520
455
  msgid "English (Australian)"
456
  msgstr ""
457
 
458
+ #: admin/class-settings.php:521
459
  msgid "English (Great Britain)"
460
  msgstr ""
461
 
462
+ #: admin/class-settings.php:522
463
  msgid "Spanish"
464
  msgstr ""
465
 
466
+ #: admin/class-settings.php:523
467
  msgid "Farsi"
468
  msgstr ""
469
 
470
+ #: admin/class-settings.php:524
471
  msgid "Finnish"
472
  msgstr ""
473
 
474
+ #: admin/class-settings.php:525
475
  msgid "Filipino"
476
  msgstr ""
477
 
478
+ #: admin/class-settings.php:526
479
  msgid "French"
480
  msgstr ""
481
 
482
+ #: admin/class-settings.php:527
483
  msgid "Galician"
484
  msgstr ""
485
 
486
+ #: admin/class-settings.php:528
487
  msgid "Gujarati"
488
  msgstr ""
489
 
490
+ #: admin/class-settings.php:529
491
  msgid "Hindi"
492
  msgstr ""
493
 
494
+ #: admin/class-settings.php:530
495
  msgid "Croatian"
496
  msgstr ""
497
 
498
+ #: admin/class-settings.php:531
499
  msgid "Hungarian"
500
  msgstr ""
501
 
502
+ #: admin/class-settings.php:532
503
  msgid "Indonesian"
504
  msgstr ""
505
 
506
+ #: admin/class-settings.php:533
507
  msgid "Italian"
508
  msgstr ""
509
 
510
+ #: admin/class-settings.php:534
511
  msgid "Hebrew"
512
  msgstr ""
513
 
514
+ #: admin/class-settings.php:535
515
  msgid "Japanese"
516
  msgstr ""
517
 
518
+ #: admin/class-settings.php:536
519
  msgid "Kannada"
520
  msgstr ""
521
 
522
+ #: admin/class-settings.php:537
523
  msgid "Korean"
524
  msgstr ""
525
 
526
+ #: admin/class-settings.php:538
527
  msgid "Lithuanian"
528
  msgstr ""
529
 
530
+ #: admin/class-settings.php:539
531
  msgid "Latvian"
532
  msgstr ""
533
 
534
+ #: admin/class-settings.php:540
535
  msgid "Malayalam"
536
  msgstr ""
537
 
538
+ #: admin/class-settings.php:541
539
  msgid "Marathi"
540
  msgstr ""
541
 
542
+ #: admin/class-settings.php:542
543
  msgid "Dutch"
544
  msgstr ""
545
 
546
+ #: admin/class-settings.php:543
547
  msgid "Norwegian"
548
  msgstr ""
549
 
550
+ #: admin/class-settings.php:544
551
  msgid "Norwegian Nynorsk"
552
  msgstr ""
553
 
554
+ #: admin/class-settings.php:545
555
  msgid "Polish"
556
  msgstr ""
557
 
558
+ #: admin/class-settings.php:546
559
  msgid "Portuguese"
560
  msgstr ""
561
 
562
+ #: admin/class-settings.php:547
563
  msgid "Portuguese (Brazil)"
564
  msgstr ""
565
 
566
+ #: admin/class-settings.php:548
567
  msgid "Portuguese (Portugal)"
568
  msgstr ""
569
 
570
+ #: admin/class-settings.php:549
571
  msgid "Romanian"
572
  msgstr ""
573
 
574
+ #: admin/class-settings.php:550
575
  msgid "Russian"
576
  msgstr ""
577
 
578
+ #: admin/class-settings.php:551
579
  msgid "Slovak"
580
  msgstr ""
581
 
582
+ #: admin/class-settings.php:552
583
  msgid "Slovenian"
584
  msgstr ""
585
 
586
+ #: admin/class-settings.php:553
587
  msgid "Serbian"
588
  msgstr ""
589
 
590
+ #: admin/class-settings.php:554
591
  msgid "Swedish"
592
  msgstr ""
593
 
594
+ #: admin/class-settings.php:555
595
  msgid "Tagalog"
596
  msgstr ""
597
 
598
+ #: admin/class-settings.php:556
599
  msgid "Tamil"
600
  msgstr ""
601
 
602
+ #: admin/class-settings.php:557
603
  msgid "Telugu"
604
  msgstr ""
605
 
606
+ #: admin/class-settings.php:558
607
  msgid "Thai"
608
  msgstr ""
609
 
610
+ #: admin/class-settings.php:559
611
  msgid "Turkish"
612
  msgstr ""
613
 
614
+ #: admin/class-settings.php:560
615
  msgid "Ukrainian"
616
  msgstr ""
617
 
618
+ #: admin/class-settings.php:561
619
  msgid "Vietnamese"
620
  msgstr ""
621
 
622
+ #: admin/class-settings.php:562
623
  msgid "Chinese (Simplified)"
624
  msgstr ""
625
 
626
+ #: admin/class-settings.php:563
627
  msgid "Chinese (Traditional)"
628
  msgstr ""
629
 
630
+ #: admin/class-settings.php:568
631
  msgid "Select your region"
632
  msgstr ""
633
 
634
+ #: admin/class-settings.php:569
635
  msgid "Afghanistan"
636
  msgstr ""
637
 
638
+ #: admin/class-settings.php:570
639
  msgid "Albania"
640
  msgstr ""
641
 
642
+ #: admin/class-settings.php:571
643
  msgid "Algeria"
644
  msgstr ""
645
 
646
+ #: admin/class-settings.php:572
647
  msgid "American Samoa"
648
  msgstr ""
649
 
650
+ #: admin/class-settings.php:573
651
  msgid "Andorra"
652
  msgstr ""
653
 
654
+ #: admin/class-settings.php:574
655
  msgid "Angola"
656
  msgstr ""
657
 
658
+ #: admin/class-settings.php:575
659
  msgid "Anguilla"
660
  msgstr ""
661
 
662
+ #: admin/class-settings.php:576
663
  msgid "Antarctica"
664
  msgstr ""
665
 
666
+ #: admin/class-settings.php:577
667
  msgid "Antigua and Barbuda"
668
  msgstr ""
669
 
670
+ #: admin/class-settings.php:578
671
  msgid "Argentina"
672
  msgstr ""
673
 
674
+ #: admin/class-settings.php:579
675
  msgid "Armenia"
676
  msgstr ""
677
 
678
+ #: admin/class-settings.php:580
679
  msgid "Aruba"
680
  msgstr ""
681
 
682
+ #: admin/class-settings.php:581
683
  msgid "Ascension Island"
684
  msgstr ""
685
 
686
+ #: admin/class-settings.php:582
687
  msgid "Australia"
688
  msgstr ""
689
 
690
+ #: admin/class-settings.php:583
691
  msgid "Austria"
692
  msgstr ""
693
 
694
+ #: admin/class-settings.php:584
695
  msgid "Azerbaijan"
696
  msgstr ""
697
 
698
+ #: admin/class-settings.php:585
699
  msgid "Bahamas"
700
  msgstr ""
701
 
702
+ #: admin/class-settings.php:586
703
  msgid "Bahrain"
704
  msgstr ""
705
 
706
+ #: admin/class-settings.php:587
707
  msgid "Bangladesh"
708
  msgstr ""
709
 
710
+ #: admin/class-settings.php:588
711
  msgid "Barbados"
712
  msgstr ""
713
 
714
+ #: admin/class-settings.php:589
715
  msgid "Belarus"
716
  msgstr ""
717
 
718
+ #: admin/class-settings.php:590
719
  msgid "Belgium"
720
  msgstr ""
721
 
722
+ #: admin/class-settings.php:591
723
  msgid "Belize"
724
  msgstr ""
725
 
726
+ #: admin/class-settings.php:592
727
  msgid "Benin"
728
  msgstr ""
729
 
730
+ #: admin/class-settings.php:593
731
  msgid "Bermuda"
732
  msgstr ""
733
 
734
+ #: admin/class-settings.php:594
735
  msgid "Bhutan"
736
  msgstr ""
737
 
738
+ #: admin/class-settings.php:595
739
  msgid "Bolivia"
740
  msgstr ""
741
 
742
+ #: admin/class-settings.php:596
743
  msgid "Bosnia and Herzegovina"
744
  msgstr ""
745
 
746
+ #: admin/class-settings.php:597
747
  msgid "Botswana"
748
  msgstr ""
749
 
750
+ #: admin/class-settings.php:598
751
  msgid "Bouvet Island"
752
  msgstr ""
753
 
754
+ #: admin/class-settings.php:599
755
  msgid "Brazil"
756
  msgstr ""
757
 
758
+ #: admin/class-settings.php:600
759
  msgid "British Indian Ocean Territory"
760
  msgstr ""
761
 
762
+ #: admin/class-settings.php:601
763
  msgid "British Virgin Islands"
764
  msgstr ""
765
 
766
+ #: admin/class-settings.php:602
767
  msgid "Brunei"
768
  msgstr ""
769
 
770
+ #: admin/class-settings.php:603
771
  msgid "Bulgaria"
772
  msgstr ""
773
 
774
+ #: admin/class-settings.php:604
775
  msgid "Burkina Faso"
776
  msgstr ""
777
 
778
+ #: admin/class-settings.php:605
779
  msgid "Burundi"
780
  msgstr ""
781
 
782
+ #: admin/class-settings.php:606
783
  msgid "Cambodia"
784
  msgstr ""
785
 
786
+ #: admin/class-settings.php:607
787
  msgid "Cameroon"
788
  msgstr ""
789
 
790
+ #: admin/class-settings.php:608
791
  msgid "Canada"
792
  msgstr ""
793
 
794
+ #: admin/class-settings.php:609
795
  msgid "Canary Islands"
796
  msgstr ""
797
 
798
+ #: admin/class-settings.php:610
799
  msgid "Cape Verde"
800
  msgstr ""
801
 
802
+ #: admin/class-settings.php:611
803
  msgid "Caribbean Netherlands"
804
  msgstr ""
805
 
806
+ #: admin/class-settings.php:612
807
  msgid "Cayman Islands"
808
  msgstr ""
809
 
810
+ #: admin/class-settings.php:613
811
  msgid "Central African Republic"
812
  msgstr ""
813
 
814
+ #: admin/class-settings.php:614
815
  msgid "Ceuta and Melilla"
816
  msgstr ""
817
 
818
+ #: admin/class-settings.php:615
819
  msgid "Chad"
820
  msgstr ""
821
 
822
+ #: admin/class-settings.php:616
823
  msgid "Chile"
824
  msgstr ""
825
 
826
+ #: admin/class-settings.php:617
827
  msgid "China"
828
  msgstr ""
829
 
830
+ #: admin/class-settings.php:618
831
  msgid "Christmas Island"
832
  msgstr ""
833
 
834
+ #: admin/class-settings.php:619
835
  msgid "Clipperton Island"
836
  msgstr ""
837
 
838
+ #: admin/class-settings.php:620
839
  msgid "Cocos (Keeling) Islands"
840
  msgstr ""
841
 
842
+ #: admin/class-settings.php:621
843
  msgid "Colombia"
844
  msgstr ""
845
 
846
+ #: admin/class-settings.php:622
847
  msgid "Comoros"
848
  msgstr ""
849
 
850
+ #: admin/class-settings.php:623
851
  msgid "Congo (DRC)"
852
  msgstr ""
853
 
854
+ #: admin/class-settings.php:624
855
  msgid "Congo (Republic)"
856
  msgstr ""
857
 
858
+ #: admin/class-settings.php:625
859
  msgid "Cook Islands"
860
  msgstr ""
861
 
862
+ #: admin/class-settings.php:626
863
  msgid "Costa Rica"
864
  msgstr ""
865
 
866
+ #: admin/class-settings.php:627
867
  msgid "Croatia"
868
  msgstr ""
869
 
870
+ #: admin/class-settings.php:628
871
  msgid "Cuba"
872
  msgstr ""
873
 
874
+ #: admin/class-settings.php:629
875
  msgid "Curaçao"
876
  msgstr ""
877
 
878
+ #: admin/class-settings.php:630
879
  msgid "Cyprus"
880
  msgstr ""
881
 
882
+ #: admin/class-settings.php:631
883
  msgid "Czech Republic"
884
  msgstr ""
885
 
886
+ #: admin/class-settings.php:632
887
  msgid "Côte d'Ivoire"
888
  msgstr ""
889
 
890
+ #: admin/class-settings.php:633
891
  msgid "Denmark"
892
  msgstr ""
893
 
894
+ #: admin/class-settings.php:634
895
  msgid "Djibouti"
896
  msgstr ""
897
 
898
+ #: admin/class-settings.php:635
899
  msgid "Democratic Republic of the Congo"
900
  msgstr ""
901
 
902
+ #: admin/class-settings.php:636
903
  msgid "Dominica"
904
  msgstr ""
905
 
906
+ #: admin/class-settings.php:637
907
  msgid "Dominican Republic"
908
  msgstr ""
909
 
910
+ #: admin/class-settings.php:638
911
  msgid "Ecuador"
912
  msgstr ""
913
 
914
+ #: admin/class-settings.php:639
915
  msgid "Egypt"
916
  msgstr ""
917
 
918
+ #: admin/class-settings.php:640
919
  msgid "El Salvador"
920
  msgstr ""
921
 
922
+ #: admin/class-settings.php:641
923
  msgid "Equatorial Guinea"
924
  msgstr ""
925
 
926
+ #: admin/class-settings.php:642
927
  msgid "Eritrea"
928
  msgstr ""
929
 
930
+ #: admin/class-settings.php:643
931
  msgid "Estonia"
932
  msgstr ""
933
 
934
+ #: admin/class-settings.php:644
935
  msgid "Ethiopia"
936
  msgstr ""
937
 
938
+ #: admin/class-settings.php:645
939
  msgid "Falkland Islands(Islas Malvinas)"
940
  msgstr ""
941
 
942
+ #: admin/class-settings.php:646
943
  msgid "Faroe Islands"
944
  msgstr ""
945
 
946
+ #: admin/class-settings.php:647
947
  msgid "Fiji"
948
  msgstr ""
949
 
950
+ #: admin/class-settings.php:648
951
  msgid "Finland"
952
  msgstr ""
953
 
954
+ #: admin/class-settings.php:649
955
  msgid "France"
956
  msgstr ""
957
 
958
+ #: admin/class-settings.php:650
959
  msgid "French Guiana"
960
  msgstr ""
961
 
962
+ #: admin/class-settings.php:651
963
  msgid "French Polynesia"
964
  msgstr ""
965
 
966
+ #: admin/class-settings.php:652
967
  msgid "French Southern Territories"
968
  msgstr ""
969
 
970
+ #: admin/class-settings.php:653
971
  msgid "Gabon"
972
  msgstr ""
973
 
974
+ #: admin/class-settings.php:654
975
  msgid "Gambia"
976
  msgstr ""
977
 
978
+ #: admin/class-settings.php:655
979
  msgid "Georgia"
980
  msgstr ""
981
 
982
+ #: admin/class-settings.php:656
983
  msgid "Germany"
984
  msgstr ""
985
 
986
+ #: admin/class-settings.php:657
987
  msgid "Ghana"
988
  msgstr ""
989
 
990
+ #: admin/class-settings.php:658
991
  msgid "Gibraltar"
992
  msgstr ""
993
 
994
+ #: admin/class-settings.php:659
995
  msgid "Greece"
996
  msgstr ""
997
 
998
+ #: admin/class-settings.php:660
999
  msgid "Greenland"
1000
  msgstr ""
1001
 
1002
+ #: admin/class-settings.php:661
1003
  msgid "Grenada"
1004
  msgstr ""
1005
 
1006
+ #: admin/class-settings.php:662 admin/class-settings.php:664
1007
  msgid "Guam"
1008
  msgstr ""
1009
 
1010
+ #: admin/class-settings.php:663
1011
  msgid "Guadeloupe"
1012
  msgstr ""
1013
 
1014
+ #: admin/class-settings.php:665
1015
  msgid "Guatemala"
1016
  msgstr ""
1017
 
1018
+ #: admin/class-settings.php:666
1019
  msgid "Guernsey"
1020
  msgstr ""
1021
 
1022
+ #: admin/class-settings.php:667
1023
  msgid "Guinea"
1024
  msgstr ""
1025
 
1026
+ #: admin/class-settings.php:668
1027
  msgid "Guinea-Bissau"
1028
  msgstr ""
1029
 
1030
+ #: admin/class-settings.php:669
1031
  msgid "Guyana"
1032
  msgstr ""
1033
 
1034
+ #: admin/class-settings.php:670
1035
  msgid "Haiti"
1036
  msgstr ""
1037
 
1038
+ #: admin/class-settings.php:671
1039
  msgid "Heard and McDonald Islands"
1040
  msgstr ""
1041
 
1042
+ #: admin/class-settings.php:672
1043
  msgid "Honduras"
1044
  msgstr ""
1045
 
1046
+ #: admin/class-settings.php:673
1047
  msgid "Hong Kong"
1048
  msgstr ""
1049
 
1050
+ #: admin/class-settings.php:674
1051
  msgid "Hungary"
1052
  msgstr ""
1053
 
1054
+ #: admin/class-settings.php:675
1055
  msgid "Iceland"
1056
  msgstr ""
1057
 
1058
+ #: admin/class-settings.php:676
1059
  msgid "India"
1060
  msgstr ""
1061
 
1062
+ #: admin/class-settings.php:677
1063
  msgid "Indonesia"
1064
  msgstr ""
1065
 
1066
+ #: admin/class-settings.php:678
1067
  msgid "Iran"
1068
  msgstr ""
1069
 
1070
+ #: admin/class-settings.php:679
1071
  msgid "Iraq"
1072
  msgstr ""
1073
 
1074
+ #: admin/class-settings.php:680
1075
  msgid "Ireland"
1076
  msgstr ""
1077
 
1078
+ #: admin/class-settings.php:681
1079
  msgid "Isle of Man"
1080
  msgstr ""
1081
 
1082
+ #: admin/class-settings.php:682
1083
  msgid "Israel"
1084
  msgstr ""
1085
 
1086
+ #: admin/class-settings.php:683
1087
  msgid "Italy"
1088
  msgstr ""
1089
 
1090
+ #: admin/class-settings.php:684
1091
  msgid "Jamaica"
1092
  msgstr ""
1093
 
1094
+ #: admin/class-settings.php:685
1095
  msgid "Japan"
1096
  msgstr ""
1097
 
1098
+ #: admin/class-settings.php:686
1099
  msgid "Jersey"
1100
  msgstr ""
1101
 
1102
+ #: admin/class-settings.php:687
1103
  msgid "Jordan"
1104
  msgstr ""
1105
 
1106
+ #: admin/class-settings.php:688
1107
  msgid "Kazakhstan"
1108
  msgstr ""
1109
 
1110
+ #: admin/class-settings.php:689
1111
  msgid "Kenya"
1112
  msgstr ""
1113
 
1114
+ #: admin/class-settings.php:690
1115
  msgid "Kiribati"
1116
  msgstr ""
1117
 
1118
+ #: admin/class-settings.php:691
1119
  msgid "Kosovo"
1120
  msgstr ""
1121
 
1122
+ #: admin/class-settings.php:692
1123
  msgid "Kuwait"
1124
  msgstr ""
1125
 
1126
+ #: admin/class-settings.php:693
1127
  msgid "Kyrgyzstan"
1128
  msgstr ""
1129
 
1130
+ #: admin/class-settings.php:694
1131
  msgid "Laos"
1132
  msgstr ""
1133
 
1134
+ #: admin/class-settings.php:695
1135
  msgid "Latvia"
1136
  msgstr ""
1137
 
1138
+ #: admin/class-settings.php:696
1139
  msgid "Lebanon"
1140
  msgstr ""
1141
 
1142
+ #: admin/class-settings.php:697
1143
  msgid "Lesotho"
1144
  msgstr ""
1145
 
1146
+ #: admin/class-settings.php:698
1147
  msgid "Liberia"
1148
  msgstr ""
1149
 
1150
+ #: admin/class-settings.php:699
1151
  msgid "Libya"
1152
  msgstr ""
1153
 
1154
+ #: admin/class-settings.php:700
1155
  msgid "Liechtenstein"
1156
  msgstr ""
1157
 
1158
+ #: admin/class-settings.php:701
1159
  msgid "Lithuania"
1160
  msgstr ""
1161
 
1162
+ #: admin/class-settings.php:702
1163
  msgid "Luxembourg"
1164
  msgstr ""
1165
 
1166
+ #: admin/class-settings.php:703
1167
  msgid "Macau"
1168
  msgstr ""
1169
 
1170
+ #: admin/class-settings.php:704
1171
  msgid "Macedonia (FYROM)"
1172
  msgstr ""
1173
 
1174
+ #: admin/class-settings.php:705
1175
  msgid "Madagascar"
1176
  msgstr ""
1177
 
1178
+ #: admin/class-settings.php:706
1179
  msgid "Malawi"
1180
  msgstr ""
1181
 
1182
+ #: admin/class-settings.php:707
1183
  msgid "Malaysia "
1184
  msgstr ""
1185
 
1186
+ #: admin/class-settings.php:708
1187
  msgid "Maldives "
1188
  msgstr ""
1189
 
1190
+ #: admin/class-settings.php:709
1191
  msgid "Mali"
1192
  msgstr ""
1193
 
1194
+ #: admin/class-settings.php:710
1195
  msgid "Malta"
1196
  msgstr ""
1197
 
1198
+ #: admin/class-settings.php:711
1199
  msgid "Marshall Islands"
1200
  msgstr ""
1201
 
1202
+ #: admin/class-settings.php:712
1203
  msgid "Martinique"
1204
  msgstr ""
1205
 
1206
+ #: admin/class-settings.php:713
1207
  msgid "Mauritania"
1208
  msgstr ""
1209
 
1210
+ #: admin/class-settings.php:714
1211
  msgid "Mauritius"
1212
  msgstr ""
1213
 
1214
+ #: admin/class-settings.php:715
1215
  msgid "Mayotte"
1216
  msgstr ""
1217
 
1218
+ #: admin/class-settings.php:716
1219
  msgid "Mexico"
1220
  msgstr ""
1221
 
1222
+ #: admin/class-settings.php:717
1223
  msgid "Micronesia"
1224
  msgstr ""
1225
 
1226
+ #: admin/class-settings.php:718
1227
  msgid "Moldova"
1228
  msgstr ""
1229
 
1230
+ #: admin/class-settings.php:719
1231
  msgid "Monaco"
1232
  msgstr ""
1233
 
1234
+ #: admin/class-settings.php:720
1235
  msgid "Mongolia"
1236
  msgstr ""
1237
 
1238
+ #: admin/class-settings.php:721
1239
  msgid "Montenegro"
1240
  msgstr ""
1241
 
1242
+ #: admin/class-settings.php:722
1243
  msgid "Montserrat"
1244
  msgstr ""
1245
 
1246
+ #: admin/class-settings.php:723
1247
  msgid "Morocco"
1248
  msgstr ""
1249
 
1250
+ #: admin/class-settings.php:724
1251
  msgid "Mozambique"
1252
  msgstr ""
1253
 
1254
+ #: admin/class-settings.php:725
1255
  msgid "Myanmar (Burma)"
1256
  msgstr ""
1257
 
1258
+ #: admin/class-settings.php:726
1259
  msgid "Namibia"
1260
  msgstr ""
1261
 
1262
+ #: admin/class-settings.php:727
1263
  msgid "Nauru"
1264
  msgstr ""
1265
 
1266
+ #: admin/class-settings.php:728
1267
  msgid "Nepal"
1268
  msgstr ""
1269
 
1270
+ #: admin/class-settings.php:729
1271
  msgid "Netherlands"
1272
  msgstr ""
1273
 
1274
+ #: admin/class-settings.php:730
1275
  msgid "Netherlands Antilles"
1276
  msgstr ""
1277
 
1278
+ #: admin/class-settings.php:731
1279
  msgid "New Caledonia"
1280
  msgstr ""
1281
 
1282
+ #: admin/class-settings.php:732
1283
  msgid "New Zealand"
1284
  msgstr ""
1285
 
1286
+ #: admin/class-settings.php:733
1287
  msgid "Nicaragua"
1288
  msgstr ""
1289
 
1290
+ #: admin/class-settings.php:734
1291
  msgid "Niger"
1292
  msgstr ""
1293
 
1294
+ #: admin/class-settings.php:735
1295
  msgid "Nigeria"
1296
  msgstr ""
1297
 
1298
+ #: admin/class-settings.php:736
1299
  msgid "Niue"
1300
  msgstr ""
1301
 
1302
+ #: admin/class-settings.php:737
1303
  msgid "Norfolk Island"
1304
  msgstr ""
1305
 
1306
+ #: admin/class-settings.php:738
1307
  msgid "North Korea"
1308
  msgstr ""
1309
 
1310
+ #: admin/class-settings.php:739
1311
  msgid "Northern Mariana Islands"
1312
  msgstr ""
1313
 
1314
+ #: admin/class-settings.php:740
1315
  msgid "Norway"
1316
  msgstr ""
1317
 
1318
+ #: admin/class-settings.php:741
1319
  msgid "Oman"
1320
  msgstr ""
1321
 
1322
+ #: admin/class-settings.php:742
1323
  msgid "Pakistan"
1324
  msgstr ""
1325
 
1326
+ #: admin/class-settings.php:743
1327
  msgid "Palau"
1328
  msgstr ""
1329
 
1330
+ #: admin/class-settings.php:744
1331
  msgid "Palestine"
1332
  msgstr ""
1333
 
1334
+ #: admin/class-settings.php:745
1335
  msgid "Panama"
1336
  msgstr ""
1337
 
1338
+ #: admin/class-settings.php:746
1339
  msgid "Papua New Guinea"
1340
  msgstr ""
1341
 
1342
+ #: admin/class-settings.php:747
1343
  msgid "Paraguay"
1344
  msgstr ""
1345
 
1346
+ #: admin/class-settings.php:748
1347
  msgid "Peru"
1348
  msgstr ""
1349
 
1350
+ #: admin/class-settings.php:749
1351
  msgid "Philippines"
1352
  msgstr ""
1353
 
1354
+ #: admin/class-settings.php:750
1355
  msgid "Pitcairn Islands"
1356
  msgstr ""
1357
 
1358
+ #: admin/class-settings.php:751
1359
  msgid "Poland"
1360
  msgstr ""
1361
 
1362
+ #: admin/class-settings.php:752
1363
  msgid "Portugal"
1364
  msgstr ""
1365
 
1366
+ #: admin/class-settings.php:753
1367
  msgid "Puerto Rico"
1368
  msgstr ""
1369
 
1370
+ #: admin/class-settings.php:754
1371
  msgid "Qatar"
1372
  msgstr ""
1373
 
1374
+ #: admin/class-settings.php:755
1375
  msgid "Reunion"
1376
  msgstr ""
1377
 
1378
+ #: admin/class-settings.php:756
1379
  msgid "Romania"
1380
  msgstr ""
1381
 
1382
+ #: admin/class-settings.php:757
1383
  msgid "Russia"
1384
  msgstr ""
1385
 
1386
+ #: admin/class-settings.php:758
1387
  msgid "Rwanda"
1388
  msgstr ""
1389
 
1390
+ #: admin/class-settings.php:759
1391
  msgid "Saint Helena"
1392
  msgstr ""
1393
 
1394
+ #: admin/class-settings.php:760
1395
  msgid "Saint Kitts and Nevis"
1396
  msgstr ""
1397
 
1398
+ #: admin/class-settings.php:761
1399
  msgid "Saint Vincent and the Grenadines"
1400
  msgstr ""
1401
 
1402
+ #: admin/class-settings.php:762
1403
  msgid "Saint Lucia"
1404
  msgstr ""
1405
 
1406
+ #: admin/class-settings.php:763
1407
  msgid "Samoa"
1408
  msgstr ""
1409
 
1410
+ #: admin/class-settings.php:764
1411
  msgid "San Marino"
1412
  msgstr ""
1413
 
1414
+ #: admin/class-settings.php:765
1415
  msgid "São Tomé and Príncipe"
1416
  msgstr ""
1417
 
1418
+ #: admin/class-settings.php:766
1419
  msgid "Saudi Arabia"
1420
  msgstr ""
1421
 
1422
+ #: admin/class-settings.php:767
1423
  msgid "Senegal"
1424
  msgstr ""
1425
 
1426
+ #: admin/class-settings.php:768
1427
  msgid "Serbia"
1428
  msgstr ""
1429
 
1430
+ #: admin/class-settings.php:769
1431
  msgid "Seychelles"
1432
  msgstr ""
1433
 
1434
+ #: admin/class-settings.php:770
1435
  msgid "Sierra Leone"
1436
  msgstr ""
1437
 
1438
+ #: admin/class-settings.php:771
1439
  msgid "Singapore"
1440
  msgstr ""
1441
 
1442
+ #: admin/class-settings.php:772
1443
  msgid "Sint Maarten"
1444
  msgstr ""
1445
 
1446
+ #: admin/class-settings.php:773
1447
  msgid "Slovakia"
1448
  msgstr ""
1449
 
1450
+ #: admin/class-settings.php:774
1451
  msgid "Slovenia"
1452
  msgstr ""
1453
 
1454
+ #: admin/class-settings.php:775
1455
  msgid "Solomon Islands"
1456
  msgstr ""
1457
 
1458
+ #: admin/class-settings.php:776
1459
  msgid "Somalia"
1460
  msgstr ""
1461
 
1462
+ #: admin/class-settings.php:777
1463
  msgid "South Africa"
1464
  msgstr ""
1465
 
1466
+ #: admin/class-settings.php:778
1467
  msgid "South Georgia and South Sandwich Islands"
1468
  msgstr ""
1469
 
1470
+ #: admin/class-settings.php:779
1471
  msgid "South Korea"
1472
  msgstr ""
1473
 
1474
+ #: admin/class-settings.php:780
1475
  msgid "South Sudan"
1476
  msgstr ""
1477
 
1478
+ #: admin/class-settings.php:781
1479
  msgid "Spain"
1480
  msgstr ""
1481
 
1482
+ #: admin/class-settings.php:782
1483
  msgid "Sri Lanka"
1484
  msgstr ""
1485
 
1486
+ #: admin/class-settings.php:783
1487
  msgid "Sudan"
1488
  msgstr ""
1489
 
1490
+ #: admin/class-settings.php:784
1491
  msgid "Swaziland"
1492
  msgstr ""
1493
 
1494
+ #: admin/class-settings.php:785
1495
  msgid "Sweden"
1496
  msgstr ""
1497
 
1498
+ #: admin/class-settings.php:786
1499
  msgid "Switzerland"
1500
  msgstr ""
1501
 
1502
+ #: admin/class-settings.php:787
1503
  msgid "Syria"
1504
  msgstr ""
1505
 
1506
+ #: admin/class-settings.php:788
1507
  msgid "São Tomé & Príncipe"
1508
  msgstr ""
1509
 
1510
+ #: admin/class-settings.php:789
1511
  msgid "Taiwan"
1512
  msgstr ""
1513
 
1514
+ #: admin/class-settings.php:790
1515
  msgid "Tajikistan"
1516
  msgstr ""
1517
 
1518
+ #: admin/class-settings.php:791
1519
  msgid "Tanzania"
1520
  msgstr ""
1521
 
1522
+ #: admin/class-settings.php:792
1523
  msgid "Thailand"
1524
  msgstr ""
1525
 
1526
+ #: admin/class-settings.php:793
1527
  msgid "Timor-Leste"
1528
  msgstr ""
1529
 
1530
+ #: admin/class-settings.php:794 admin/class-settings.php:796
1531
  msgid "Tokelau"
1532
  msgstr ""
1533
 
1534
+ #: admin/class-settings.php:795
1535
  msgid "Togo"
1536
  msgstr ""
1537
 
1538
+ #: admin/class-settings.php:797
1539
  msgid "Tonga"
1540
  msgstr ""
1541
 
1542
+ #: admin/class-settings.php:798
1543
  msgid "Trinidad and Tobago"
1544
  msgstr ""
1545
 
1546
+ #: admin/class-settings.php:799
1547
  msgid "Tristan da Cunha"
1548
  msgstr ""
1549
 
1550
+ #: admin/class-settings.php:800
1551
  msgid "Tunisia"
1552
  msgstr ""
1553
 
1554
+ #: admin/class-settings.php:801
1555
  msgid "Turkey"
1556
  msgstr ""
1557
 
1558
+ #: admin/class-settings.php:802
1559
  msgid "Turkmenistan"
1560
  msgstr ""
1561
 
1562
+ #: admin/class-settings.php:803
1563
  msgid "Turks and Caicos Islands"
1564
  msgstr ""
1565
 
1566
+ #: admin/class-settings.php:804
1567
  msgid "Tuvalu"
1568
  msgstr ""
1569
 
1570
+ #: admin/class-settings.php:805
1571
  msgid "Uganda"
1572
  msgstr ""
1573
 
1574
+ #: admin/class-settings.php:806
1575
  msgid "Ukraine"
1576
  msgstr ""
1577
 
1578
+ #: admin/class-settings.php:807
1579
  msgid "United Arab Emirates"
1580
  msgstr ""
1581
 
1582
+ #: admin/class-settings.php:808
1583
  msgid "United Kingdom"
1584
  msgstr ""
1585
 
1586
+ #: admin/class-settings.php:809
1587
  msgid "United States"
1588
  msgstr ""
1589
 
1590
+ #: admin/class-settings.php:810
1591
  msgid "Uruguay"
1592
  msgstr ""
1593
 
1594
+ #: admin/class-settings.php:811
1595
  msgid "Uzbekistan"
1596
  msgstr ""
1597
 
1598
+ #: admin/class-settings.php:812
1599
  msgid "Vanuatu"
1600
  msgstr ""
1601
 
1602
+ #: admin/class-settings.php:813
1603
  msgid "Vatican City"
1604
  msgstr ""
1605
 
1606
+ #: admin/class-settings.php:814
1607
  msgid "Venezuela"
1608
  msgstr ""
1609
 
1610
+ #: admin/class-settings.php:815
1611
  msgid "Vietnam"
1612
  msgstr ""
1613
 
1614
+ #: admin/class-settings.php:816
1615
  msgid "Wallis Futuna"
1616
  msgstr ""
1617
 
1618
+ #: admin/class-settings.php:817
1619
  msgid "Western Sahara"
1620
  msgstr ""
1621
 
1622
+ #: admin/class-settings.php:818
1623
  msgid "Yemen"
1624
  msgstr ""
1625
 
1626
+ #: admin/class-settings.php:819
1627
  msgid "Zambia"
1628
  msgstr ""
1629
 
1630
+ #: admin/class-settings.php:820
1631
  msgid "Zimbabwe"
1632
  msgstr ""
1633
 
1634
+ #: admin/class-settings.php:821
1635
  msgid "Åland Islands"
1636
  msgstr ""
1637
 
1638
+ #: admin/class-settings.php:864
1639
  msgid "World view"
1640
  msgstr ""
1641
 
1642
+ #: admin/class-settings.php:867 admin/class-settings.php:981
1643
+ #: inc/wpsl-functions.php:217
1644
  msgid "Default"
1645
  msgstr ""
1646
 
1647
+ #: admin/class-settings.php:870 inc/wpsl-functions.php:290
1648
  msgid "Roadmap"
1649
  msgstr ""
1650
 
1651
+ #: admin/class-settings.php:1011
1652
  msgid "Start location marker"
1653
  msgstr ""
1654
 
1655
+ #: admin/class-settings.php:1013
1656
  msgid "Store location marker"
1657
  msgstr ""
1658
 
1659
+ #: admin/class-settings.php:1093
1660
  msgid "Textarea"
1661
  msgstr ""
1662
 
1663
+ #: admin/class-settings.php:1094
1664
  msgid "Dropdowns (recommended)"
1665
  msgstr ""
1666
 
1667
+ #: admin/class-settings.php:1102
1668
  msgid "Bounces up and down"
1669
  msgstr ""
1670
 
1671
+ #: admin/class-settings.php:1103
1672
  msgid "Will open the info window"
1673
  msgstr ""
1674
 
1675
+ #: admin/class-settings.php:1104
1676
  msgid "Does not respond"
1677
  msgstr ""
1678
 
1679
+ #: admin/class-settings.php:1112
1680
  msgid "In the store listings"
1681
  msgstr ""
1682
 
1683
+ #: admin/class-settings.php:1113
1684
  msgid "In the info window on the map"
1685
  msgstr ""
1686
 
1687
+ #: admin/class-settings.php:1145 admin/class-shortcode-generator.php:263
1688
  msgid "Dropdown"
1689
  msgstr ""
1690
 
1691
+ #: admin/class-settings.php:1146 admin/class-shortcode-generator.php:264
1692
  msgid "Checkboxes"
1693
  msgstr ""
1694
 
1695
+ #: admin/class-settings.php:1178
1696
  msgid "12 Hours"
1697
  msgstr ""
1698
 
1699
+ #: admin/class-settings.php:1179
1700
  msgid "24 Hours"
1701
  msgstr ""
1702
 
1721
  msgid "General Options"
1722
  msgstr ""
1723
 
1724
+ #: admin/class-shortcode-generator.php:234 admin/templates/map-settings.php:376
1725
  msgid "Markers"
1726
  msgstr ""
1727
 
1828
 
1829
  #: admin/templates/map-settings.php:85 admin/templates/map-settings.php:124
1830
  #: admin/templates/map-settings.php:176 admin/templates/map-settings.php:259
1831
+ #: admin/templates/map-settings.php:366 admin/templates/map-settings.php:394
1832
+ #: admin/templates/map-settings.php:444 admin/templates/map-settings.php:472
1833
+ #: admin/templates/map-settings.php:584 admin/templates/map-settings.php:609
1834
  msgid "Save Changes"
1835
  msgstr ""
1836
 
1895
  "restrictions with %sthis%s filter."
1896
  msgstr ""
1897
 
1898
+ #: admin/templates/map-settings.php:134 admin/templates/map-settings.php:508
1899
+ #: admin/templates/map-settings.php:509 frontend/templates/default.php:44
1900
+ #: frontend/templates/store-listings-below.php:44 inc/wpsl-functions.php:134
1901
  msgid "Search"
1902
  msgstr ""
1903
 
2131
  msgstr ""
2132
 
2133
  #: admin/templates/map-settings.php:322
2134
+ msgid "Make the contact details always clickable?"
2135
+ msgstr ""
2136
+
2137
+ #: admin/templates/map-settings.php:326
2138
  msgid "Make the store name clickable if a store URL exists?"
2139
  msgstr ""
2140
 
2141
+ #: admin/templates/map-settings.php:326
2142
  #, php-format
2143
  msgid ""
2144
  "If %spermalinks%s are enabled, the store name will always link to the store "
2145
  "page."
2146
  msgstr ""
2147
 
2148
+ #: admin/templates/map-settings.php:330
2149
  msgid "Make the phone number clickable on mobile devices?"
2150
  msgstr ""
2151
 
2152
+ #: admin/templates/map-settings.php:334
2153
  msgid ""
2154
  "If street view is available for the current location, then show a \"Street "
2155
  "view\" link in the info window?"
2156
  msgstr ""
2157
 
2158
+ #: admin/templates/map-settings.php:334
2159
  #, php-format
2160
  msgid ""
2161
  "Enabling this option can sometimes result in a small delay in the opening of "
2163
  "Maps to check if street view is available for the current location."
2164
  msgstr ""
2165
 
2166
+ #: admin/templates/map-settings.php:338
2167
  msgid "Show a \"Zoom here\" link in the info window?"
2168
  msgstr ""
2169
 
2170
+ #: admin/templates/map-settings.php:338
2171
  #, php-format
2172
  msgid ""
2173
  "Clicking this link will make the map zoom in to the %s max auto zoom level "
2174
  "%s."
2175
  msgstr ""
2176
 
2177
+ #: admin/templates/map-settings.php:342
2178
  msgid "On page load move the mouse cursor to the search field?"
2179
  msgstr ""
2180
 
2181
+ #: admin/templates/map-settings.php:342
2182
  #, php-format
2183
  msgid ""
2184
  "If the store locator is not placed at the top of the page, enabling this "
2186
  "on mobile devices.%s"
2187
  msgstr ""
2188
 
2189
+ #: admin/templates/map-settings.php:346
2190
  msgid "Use the default style for the info window?"
2191
  msgstr ""
2192
 
2193
+ #: admin/templates/map-settings.php:346
2194
  #, php-format
2195
  msgid ""
2196
  "If the default style is disabled the %sInfoBox%s library will be used "
2198
  "window through the .wpsl-infobox css class."
2199
  msgstr ""
2200
 
2201
+ #: admin/templates/map-settings.php:350
2202
  msgid "Hide the country in the search results?"
2203
  msgstr ""
2204
 
2205
+ #: admin/templates/map-settings.php:354
2206
  msgid "Hide the distance in the search results?"
2207
  msgstr ""
2208
 
2209
+ #: admin/templates/map-settings.php:358
2210
  msgid "If a user hovers over the search results the store marker"
2211
  msgstr ""
2212
 
2213
+ #: admin/templates/map-settings.php:358
2214
  #, php-format
2215
  msgid ""
2216
  "If marker clusters are enabled this option will not work as expected as long "
2220
  "it won't be clear to which marker it belongs to. "
2221
  msgstr ""
2222
 
2223
+ #: admin/templates/map-settings.php:362
2224
  msgid "Address format"
2225
  msgstr ""
2226
 
2227
+ #: admin/templates/map-settings.php:362
2228
  #, php-format
2229
  msgid ""
2230
  "You can add custom address formats with the %swpsl_address_formats%s filter."
2231
  msgstr ""
2232
 
2233
+ #: admin/templates/map-settings.php:380
2234
  msgid "Enable marker clusters?"
2235
  msgstr ""
2236
 
2237
+ #: admin/templates/map-settings.php:380
2238
  msgid "Recommended for maps with a large amount of markers."
2239
  msgstr ""
2240
 
2241
+ #: admin/templates/map-settings.php:385
2242
  msgid "Max zoom level"
2243
  msgstr ""
2244
 
2245
+ #: admin/templates/map-settings.php:385
2246
  msgid ""
2247
  "If this zoom level is reached or exceeded, then all markers are moved out of "
2248
  "the marker cluster and shown as individual markers."
2249
  msgstr ""
2250
 
2251
+ #: admin/templates/map-settings.php:389
2252
  msgid "Cluster size"
2253
  msgstr ""
2254
 
2255
+ #: admin/templates/map-settings.php:389
2256
  #, php-format
2257
  msgid ""
2258
  "The grid size of a cluster in pixels. %s A larger number will result in a "
2259
  "lower amount of clusters and also make the algorithm run faster."
2260
  msgstr ""
2261
 
2262
+ #: admin/templates/map-settings.php:404
2263
  msgid "Store Editor"
2264
  msgstr ""
2265
 
2266
+ #: admin/templates/map-settings.php:407
2267
  msgid "Default country"
2268
  msgstr ""
2269
 
2270
+ #: admin/templates/map-settings.php:411
2271
  msgid "Map type for the location preview"
2272
  msgstr ""
2273
 
2274
+ #: admin/templates/map-settings.php:415
2275
  msgid "Hide the opening hours?"
2276
  msgstr ""
2277
 
2278
+ #: admin/templates/map-settings.php:421
2279
  msgid "Opening hours input type"
2280
  msgstr ""
2281
 
2282
+ #: admin/templates/map-settings.php:425
2283
  #, php-format
2284
  msgid ""
2285
  "Opening hours created in version 1.x %sare not%s automatically converted to "
2286
  "the new dropdown format."
2287
  msgstr ""
2288
 
2289
+ #: admin/templates/map-settings.php:428 admin/templates/map-settings.php:437
2290
  msgid "The default opening hours"
2291
  msgstr ""
2292
 
2293
+ #: admin/templates/map-settings.php:434
2294
  msgid "Opening hours format"
2295
  msgstr ""
2296
 
2297
+ #: admin/templates/map-settings.php:441
2298
  msgid ""
2299
  "The default country and opening hours are only used when a new store is "
2300
  "created. So changing the default values will have no effect on existing "
2301
  "store locations."
2302
  msgstr ""
2303
 
2304
+ #: admin/templates/map-settings.php:454
2305
  msgid "Permalink"
2306
  msgstr ""
2307
 
2308
+ #: admin/templates/map-settings.php:457
2309
  msgid "Enable permalink?"
2310
  msgstr ""
2311
 
2312
+ #: admin/templates/map-settings.php:462
2313
  msgid "Store slug"
2314
  msgstr ""
2315
 
2316
+ #: admin/templates/map-settings.php:466
2317
  msgid "Category slug"
2318
  msgstr ""
2319
 
2320
+ #: admin/templates/map-settings.php:469
2321
  #, php-format
2322
  msgid "The permalink slugs %smust be unique%s on your site."
2323
  msgstr ""
2324
 
2325
+ #: admin/templates/map-settings.php:482
2326
  msgid "Labels"
2327
  msgstr ""
2328
 
2329
+ #: admin/templates/map-settings.php:491
2330
  #, php-format
2331
  msgid "%sWarning!%s %sWPML%s, or a plugin using the WPML API is active."
2332
  msgstr ""
2333
 
2334
+ #: admin/templates/map-settings.php:492
2335
  msgid ""
2336
  "Please use the \"String Translations\" section in the used multilingual "
2337
  "plugin to change the labels. Changing them here will have no effect as long "
2338
  "as the multilingual plugin remains active."
2339
  msgstr ""
2340
 
2341
+ #: admin/templates/map-settings.php:496 admin/templates/map-settings.php:497
2342
  #: frontend/templates/default.php:12
2343
+ #: frontend/templates/store-listings-below.php:12 inc/wpsl-functions.php:133
2344
  msgid "Your location"
2345
  msgstr ""
2346
 
2347
+ #: admin/templates/map-settings.php:500 admin/templates/map-settings.php:501
2348
  #: frontend/templates/default.php:21
2349
+ #: frontend/templates/store-listings-below.php:21 inc/wpsl-functions.php:136
2350
  msgid "Search radius"
2351
  msgstr ""
2352
 
2353
+ #: admin/templates/map-settings.php:504 admin/templates/map-settings.php:505
2354
+ #: frontend/class-frontend.php:1798 inc/wpsl-functions.php:137
2355
  msgid "No results found"
2356
  msgstr ""
2357
 
2358
+ #: admin/templates/map-settings.php:512
2359
  msgid "Searching (preloader text)"
2360
  msgstr ""
2361
 
2362
+ #: admin/templates/map-settings.php:513 frontend/class-frontend.php:1797
2363
+ #: inc/wpsl-functions.php:135
2364
  msgid "Searching..."
2365
  msgstr ""
2366
 
2367
+ #: admin/templates/map-settings.php:516 admin/templates/map-settings.php:517
2368
  #: frontend/templates/default.php:30
2369
+ #: frontend/templates/store-listings-below.php:30 inc/wpsl-functions.php:138
2370
  msgid "Results"
2371
  msgstr ""
2372
 
2373
+ #: admin/templates/map-settings.php:520 admin/upgrade.php:206
2374
+ #: inc/wpsl-functions.php:152
2375
  msgid "Category filter"
2376
  msgstr ""
2377
 
2378
+ #: admin/templates/map-settings.php:521 frontend/class-frontend.php:1391
2379
  msgid "Category"
2380
  msgstr ""
2381
 
2382
+ #: admin/templates/map-settings.php:524
2383
  msgid "Category first item"
2384
  msgstr ""
2385
 
2386
+ #: admin/templates/map-settings.php:525 admin/upgrade.php:367
2387
+ #: frontend/class-frontend.php:1394 inc/wpsl-functions.php:153
2388
  msgid "Any"
2389
  msgstr ""
2390
 
2391
+ #: admin/templates/map-settings.php:528 admin/templates/map-settings.php:529
2392
+ #: admin/upgrade.php:59 frontend/class-frontend.php:1799
2393
  #: frontend/underscore-functions.php:138 frontend/underscore-functions.php:168
2394
+ #: inc/wpsl-functions.php:139
2395
  msgid "More info"
2396
  msgstr ""
2397
 
2398
+ #: admin/templates/map-settings.php:532 admin/templates/map-settings.php:533
2399
+ #: frontend/class-frontend.php:818 frontend/underscore-functions.php:29
2400
  #: frontend/underscore-functions.php:65 frontend/underscore-functions.php:147
2401
+ #: inc/wpsl-functions.php:147
2402
  msgid "Phone"
2403
  msgstr ""
2404
 
2405
+ #: admin/templates/map-settings.php:552 admin/templates/map-settings.php:553
2406
+ #: frontend/class-frontend.php:1804 inc/wpsl-functions.php:132
2407
  msgid "Start location"
2408
  msgstr ""
2409
 
2410
+ #: admin/templates/map-settings.php:556
2411
  msgid "Get directions"
2412
  msgstr ""
2413
 
2414
+ #: admin/templates/map-settings.php:557 frontend/class-frontend.php:851
2415
+ #: frontend/class-frontend.php:1802 inc/wpsl-functions.php:140
2416
  msgid "Directions"
2417
  msgstr ""
2418
 
2419
+ #: admin/templates/map-settings.php:560
2420
  msgid "No directions found"
2421
  msgstr ""
2422
 
2423
+ #: admin/templates/map-settings.php:561 admin/upgrade.php:151
2424
+ #: frontend/class-frontend.php:1803 inc/wpsl-functions.php:141
2425
  msgid "No route could be found between the origin and destination"
2426
  msgstr ""
2427
 
 
 
 
 
 
 
2428
  #: admin/templates/map-settings.php:564 admin/templates/map-settings.php:565
2429
+ #: admin/upgrade.php:77 frontend/class-frontend.php:1805
2430
  #: inc/wpsl-functions.php:142
2431
+ msgid "Back"
2432
  msgstr ""
2433
 
2434
  #: admin/templates/map-settings.php:568 admin/templates/map-settings.php:569
2435
+ #: admin/upgrade.php:143 frontend/class-frontend.php:1806
2436
  #: inc/wpsl-functions.php:143
2437
+ msgid "Street view"
2438
+ msgstr ""
2439
+
2440
+ #: admin/templates/map-settings.php:572 admin/templates/map-settings.php:573
2441
+ #: admin/upgrade.php:147 frontend/class-frontend.php:1807
2442
+ #: inc/wpsl-functions.php:144
2443
  msgid "Zoom here"
2444
  msgstr ""
2445
 
2446
+ #: admin/templates/map-settings.php:576
2447
  msgid "General error"
2448
  msgstr ""
2449
 
2450
+ #: admin/templates/map-settings.php:577 frontend/class-frontend.php:1800
2451
+ #: inc/wpsl-functions.php:145
2452
  msgid "Something went wrong, please try again!"
2453
  msgstr ""
2454
 
2455
+ #: admin/templates/map-settings.php:580
2456
  msgid "Query limit error"
2457
  msgstr ""
2458
 
2459
+ #: admin/templates/map-settings.php:580
2460
  #, php-format
2461
  msgid ""
2462
  "You can raise the %susage limit%s by obtaining an API %skey%s, and fill in "
2463
  "the \"API key\" field at the top of this page."
2464
  msgstr ""
2465
 
2466
+ #: admin/templates/map-settings.php:581 frontend/class-frontend.php:1801
2467
+ #: inc/wpsl-functions.php:146
2468
  msgid "API usage limit reached"
2469
  msgstr ""
2470
 
2471
+ #: admin/templates/map-settings.php:594
2472
  msgid "Tools"
2473
  msgstr ""
2474
 
2475
+ #: admin/templates/map-settings.php:597
2476
  msgid "Enable store locator debug?"
2477
  msgstr ""
2478
 
2479
+ #: admin/templates/map-settings.php:597
2480
  #, php-format
2481
  msgid ""
2482
  "This disables the WPSL transient cache. %sThe transient cache is only used "
2483
  "if the %sLoad locations on page load%s option is enabled."
2484
  msgstr ""
2485
 
2486
+ #: admin/templates/map-settings.php:601
2487
  msgid "Enable compatibility mode?"
2488
  msgstr ""
2489
 
2490
+ #: admin/templates/map-settings.php:601
2491
  #, php-format
2492
  msgid ""
2493
  "If the %sbrowser console%s shows the error below, then enabling this option "
2496
  "situations break the store locator map."
2497
  msgstr ""
2498
 
2499
+ #: admin/templates/map-settings.php:605
2500
  msgid "WPSL transients"
2501
  msgstr ""
2502
 
2503
+ #: admin/templates/map-settings.php:606
2504
  msgid "Clear store locator transient cache"
2505
  msgstr ""
2506
 
2512
  msgid "Reset"
2513
  msgstr ""
2514
 
2515
+ #: admin/upgrade.php:174 inc/wpsl-functions.php:126
2516
  msgid "stores"
2517
  msgstr ""
2518
 
2519
+ #: admin/upgrade.php:178 inc/wpsl-functions.php:127
2520
  msgid "store-category"
2521
  msgstr ""
2522
 
2523
+ #: admin/upgrade.php:436
2524
  #, php-format
2525
  msgid ""
2526
  "Because you updated WP Store Locator from version 1.x, the %s current store "
2527
  "locations need to be %sconverted%s to custom post types."
2528
  msgstr ""
2529
 
2530
+ #: admin/upgrade.php:457
2531
  #, php-format
2532
  msgid ""
2533
  "The script converting the locations timed out. %s You can click the \"Start "
2538
  "but if you are reading this then that failed."
2539
  msgstr ""
2540
 
2541
+ #: admin/upgrade.php:478
2542
  msgid "Store locations to convert:"
2543
  msgstr ""
2544
 
2545
+ #: admin/upgrade.php:480
2546
  msgid "Start Converting"
2547
  msgstr ""
2548
 
2549
+ #: admin/upgrade.php:602
2550
  #, php-format
2551
  msgid ""
2552
  "All the store locations are now converted to custom post types. %s You can "
2553
  "view them on the %sAll Stores%s page."
2554
  msgstr ""
2555
 
2556
+ #: frontend/class-frontend.php:737
2557
  msgid ""
2558
  "If you use the [wpsl_address] shortcode outside a store page you need to set "
2559
  "the ID attribute."
2560
  msgstr ""
2561
 
2562
+ #: frontend/class-frontend.php:887
2563
  msgid ""
2564
  "If you use the [wpsl_hours] shortcode outside a store page you need to set "
2565
  "the ID attribute."
2566
  msgstr ""
2567
 
2568
+ #: frontend/class-frontend.php:935
2569
  msgid ""
2570
  "If you use the [wpsl_map] shortcode outside a store page, then you need to "
2571
  "set the ID or category attribute."
2572
  msgstr ""
2573
 
2574
+ #: frontend/class-frontend.php:1592
2575
  msgid "The application does not have permission to use the Geolocation API."
2576
  msgstr ""
2577
 
2578
+ #: frontend/class-frontend.php:1593
2579
  msgid "Location information is unavailable."
2580
  msgstr ""
2581
 
2582
+ #: frontend/class-frontend.php:1594
2583
  msgid "The geolocation request timed out."
2584
  msgstr ""
2585
 
2586
+ #: frontend/class-frontend.php:1595
2587
  msgid "An unknown error occurred."
2588
  msgstr ""
2589
 
2693
  "parameters."
2694
  msgstr ""
2695
 
2696
+ #: inc/wpsl-functions.php:222
2697
  msgid "Show the store list below the map"
2698
  msgstr ""
2699
 
2700
+ #: inc/wpsl-functions.php:239
2701
  msgid "Monday"
2702
  msgstr ""
2703
 
2704
+ #: inc/wpsl-functions.php:240
2705
  msgid "Tuesday"
2706
  msgstr ""
2707
 
2708
+ #: inc/wpsl-functions.php:241
2709
  msgid "Wednesday"
2710
  msgstr ""
2711
 
2712
+ #: inc/wpsl-functions.php:242
2713
  msgid "Thursday"
2714
  msgstr ""
2715
 
2716
+ #: inc/wpsl-functions.php:243
2717
  msgid "Friday"
2718
  msgstr ""
2719
 
2720
+ #: inc/wpsl-functions.php:244
2721
  msgid "Saturday"
2722
  msgstr ""
2723
 
2724
+ #: inc/wpsl-functions.php:245
2725
  msgid "Sunday"
2726
  msgstr ""
2727
 
2728
+ #: inc/wpsl-functions.php:275
2729
  #, php-format
2730
  msgid "Mon %sTue %sWed %sThu %sFri %sSat Closed %sSun Closed"
2731
  msgstr ""
2732
 
2733
+ #: inc/wpsl-functions.php:291
2734
  msgid "Satellite"
2735
  msgstr ""
2736
 
2737
+ #: inc/wpsl-functions.php:292
2738
  msgid "Hybrid"
2739
  msgstr ""
2740
 
2741
+ #: inc/wpsl-functions.php:293
2742
  msgid "Terrain"
2743
  msgstr ""
2744
 
2745
+ #: inc/wpsl-functions.php:308
2746
  msgid "(city) (state) (zip code)"
2747
  msgstr ""
2748
 
2749
+ #: inc/wpsl-functions.php:309
2750
  msgid "(city), (state) (zip code)"
2751
  msgstr ""
2752
 
2753
+ #: inc/wpsl-functions.php:310
2754
  msgid "(city) (zip code)"
2755
  msgstr ""
2756
 
2757
+ #: inc/wpsl-functions.php:311
2758
  msgid "(city), (zip code)"
2759
  msgstr ""
2760
 
2761
+ #: inc/wpsl-functions.php:312
2762
  msgid "(zip code) (city) (state)"
2763
  msgstr ""
2764
 
2765
+ #: inc/wpsl-functions.php:313
2766
  msgid "(zip code) (city)"
2767
  msgstr ""
readme.txt CHANGED
@@ -5,7 +5,7 @@ Donate link: https://www.paypal.me/tijmensmit
5
  Tags: google maps, store locator, business locations, geocoding, stores, geo, zipcode locator, dealer locater, geocode, gmaps, google map, google map plugin, location finder, map tools, shop locator, wp google map
6
  Requires at least: 3.7
7
  Tested up to: 4.9.1
8
- Stable tag: 2.2.12
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl.html
11
 
@@ -126,6 +126,19 @@ If you find a plugin or theme that causes a conflict, please report it on the [s
126
 
127
  == Changelog ==
128
 
 
 
 
 
 
 
 
 
 
 
 
 
 
129
  = 2.2.12, February 16, 2018 =
130
  * Fixed: The zoom level automatically going down to streetlevel with the wpsl_map shortcode, and ignoring the set zoom level in the shortcode options.
131
  * Fixed: The zipcode not always being correctly filtered out of the geocode API response when the user location is automatically detected.
@@ -135,7 +148,6 @@ If you find a plugin or theme that causes a conflict, please report it on the [s
135
  * Added: A WPSL_Templates class that handles the different templates in the store locator and in the upcoming directory and nearby locations add-ons.
136
  * Added: A 'wpsl_settings_tab' filter that makes it possible to add custom tabs on the settings page.
137
  * Added: A 'wpsl_settings_section' action so you can add custom fields to the settings page.
138
- * Added: A 'wpsl_check_latlng_transient' function that checks if the coordinates for the passed address exist in a transient, if not, then create it.
139
  * Changed: The find_nearby_locations(), check_store_filter() and the check_allowed_filter_value() now accepts an $args param.
140
  * Changed: Increased the timeout for the geolocation request.
141
 
5
  Tags: google maps, store locator, business locations, geocoding, stores, geo, zipcode locator, dealer locater, geocode, gmaps, google map, google map plugin, location finder, map tools, shop locator, wp google map
6
  Requires at least: 3.7
7
  Tested up to: 4.9.1
8
+ Stable tag: 2.2.13
9
  License: GPLv3
10
  License URI: http://www.gnu.org/licenses/gpl.html
11
 
126
 
127
  == Changelog ==
128
 
129
+ = 2.2.13, February 28, 2018 =
130
+ * Added: Included support for 'directions' and 'clickable_contact_details' to the [wpsl_address](https://wpstorelocator.co/document/shortcodes/#store-address) shortcode.
131
+ * Added: An option to the User Experience section on the settings page to make the contact details ( phone / email ) always clickable.
132
+ * Added: A 'wpsl_skip_cpt_template' filter that you can use to prevent the code in the 'cpt_template' function from running.
133
+ * Changed: When the statistics add-on is active, then the complete response from the Geocode API is included in the AJAX data.
134
+ * Changed: Added a check in the makeAjaxRequest function to prevent it from processing data from AJAX request made by add-ons.
135
+ * Changed: Included a CSS rule to hide duplicate dropdowns generated by the [Select2](https://select2.org/) library used by some themes.
136
+ * Changed: Replaced the usage of findFormattedAddress with the reverseGeocode function in the wpsl-gmap.js.
137
+ * Changed: Fixed a typo in the geoLocationTim(e)out var.
138
+ * Changed: Updated the wpsl.pot file.
139
+ * Fixed: A ICL_LANGUAGE_CODE notice when Polylang is active.
140
+ * Fixed: On some installations a call to undefined function pll__() showed up when Polylang was used.
141
+
142
  = 2.2.12, February 16, 2018 =
143
  * Fixed: The zoom level automatically going down to streetlevel with the wpsl_map shortcode, and ignoring the set zoom level in the shortcode options.
144
  * Fixed: The zipcode not always being correctly filtered out of the geocode API response when the user location is automatically detected.
148
  * Added: A WPSL_Templates class that handles the different templates in the store locator and in the upcoming directory and nearby locations add-ons.
149
  * Added: A 'wpsl_settings_tab' filter that makes it possible to add custom tabs on the settings page.
150
  * Added: A 'wpsl_settings_section' action so you can add custom fields to the settings page.
 
151
  * Changed: The find_nearby_locations(), check_store_filter() and the check_allowed_filter_value() now accepts an $args param.
152
  * Changed: Increased the timeout for the geolocation request.
153
 
wp-store-locator.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: WP Store Locator
4
  Description: An easy to use location management system that enables users to search for nearby physical stores
5
  Author: Tijmen Smit
6
  Author URI: https://wpstorelocator.co/
7
- Version: 2.2.12
8
  Text Domain: wpsl
9
  Domain Path: /languages/
10
  License: GPL v3
@@ -59,7 +59,7 @@ if ( !class_exists( 'WP_Store_locator' ) ) {
59
  public function define_constants() {
60
 
61
  if ( !defined( 'WPSL_VERSION_NUM' ) )
62
- define( 'WPSL_VERSION_NUM', '2.2.12' );
63
 
64
  if ( !defined( 'WPSL_URL' ) )
65
  define( 'WPSL_URL', plugin_dir_url( __FILE__ ) );
4
  Description: An easy to use location management system that enables users to search for nearby physical stores
5
  Author: Tijmen Smit
6
  Author URI: https://wpstorelocator.co/
7
+ Version: 2.2.13
8
  Text Domain: wpsl
9
  Domain Path: /languages/
10
  License: GPL v3
59
  public function define_constants() {
60
 
61
  if ( !defined( 'WPSL_VERSION_NUM' ) )
62
+ define( 'WPSL_VERSION_NUM', '2.2.13' );
63
 
64
  if ( !defined( 'WPSL_URL' ) )
65
  define( 'WPSL_URL', plugin_dir_url( __FILE__ ) );