Changeset 3350117
- Timestamp:
- 08/26/2025 07:30:11 AM (7 months ago)
- Location:
- nextgen-gallery-geo/trunk
- Files:
-
- 12 edited
-
administration.php (modified) (2 diffs)
-
bing-map.php (modified) (13 diffs)
-
css/style.css (modified) (3 diffs)
-
functions.php (modified) (2 diffs)
-
js/geo2-ajax.js (modified) (4 diffs)
-
js/minimap-module/azure-maps-overview-map.js (modified) (1 diff)
-
js/minimap-module/azure-maps-overview-map.min.js (modified) (1 diff)
-
languages/ngg-geo2-maps-pl_PL.mo (modified) (previous)
-
languages/ngg-geo2-maps-pl_PL.po (modified) (96 diffs)
-
languages/ngg-geo2-maps.pot (modified) (64 diffs)
-
plugin.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
nextgen-gallery-geo/trunk/administration.php
r3215432 r3350117 15 15 * @since 2.0.9 Amended function:geo2_maps_options_page(). 16 16 * @since 2.1.0 Amended function:geo2_maps_options_page(). 17 * @since 2.1.2 Amended function:geo2_maps_options_page(). 17 18 * @author Pawel Block <pblock@op.pl> 18 19 * @copyright Copyright (c) 2023, Pawel Block … … 865 866 </h3> 866 867 <div class="inside"> 867 <p><b><?php esc_html_e( 'Infobox / Lightbox Type', 'ngg-geo2-maps' ); ?><code style="margin-left:30px;">Shortcode: [geo2 lightbox=fancybox / fancybox3 / slimbox2 / infobox / no]</code></b></p> 868 <p><b><?php esc_html_e( 'Infobox / Lightbox Type', 'ngg-geo2-maps' ); ?><code style="margin-left:30px;">Shortcode: [geo2 lightbox=no / infobox]</code></b> 869 <span class="geo2-tooltip-container"> 870 <img class="geo2-tooltip-trigger" src='<?php echo esc_attr( GEO2_MAPS_DIR_URL . '/img/information.png' ); ?>' alt="Info"> 871 <span class="geo2-tooltip-text"> 872 <?php esc_html_e( 'The lightbox function is an integral part of this plugin and requires the necessary scripts to be loaded during page initialisation. Currently, you can either disable the Lightbox/Infobox entirely or enable the Infobox for individual maps.', 'ngg-geo2-maps' ); ?> 873 </span> 874 </span> 875 </p> 868 876 <span class="description"><?php esc_html_e( 'You can choose between three different Lightbox plugins. These plugins are already included. Fancybox (used by NextGEN) and Slimbox 2 are free for personal and commercial usage. Fancybox 3 is only free for personal use.', 'ngg-geo2-maps' ); ?></span><br /> 869 877 <div class="geo2_margin_top"> -
nextgen-gallery-geo/trunk/bing-map.php
r3216344 r3350117 14 14 * @since 2.1.0 Function geo2_maps() amended. 15 15 * @since 2.1.1 Function geo2_maps() amended. 16 * @since 2.1.2 Function geo2_maps() amended. 16 17 17 18 * @author Pawel Block <pblock@op.pl> … … 37 38 * @since 2.1.0 Updated to output amended js code for Azure Maps. 38 39 * @since 2.1.1 JS function geo2_Infobox_xxx() corrected to return shape properties for Routes. 40 * @since 2.1.2 Adds code as inline_script. Modified to work with latest WordPress themes. 39 41 * 40 42 * @see function geo2_maps_data(), function geo2_maps_data_single(), function geo2_maps_check_content() in functions.php. … … 48 50 $options['mid'] = wp_rand( 0, 999 ); 49 51 } 50 52 if ( $options['status'] !== 'ajax' ) { 53 // Register and enqueue a placeholder script (can be empty) 54 wp_register_script('geo2-map-js', '', [], false, true); 55 wp_enqueue_script('geo2-map-js'); 56 } 51 57 // Route Mode condition. 52 58 $route_mode = 0; … … 114 120 } 115 121 116 $map_output = "\n\n" . '<!-- Start NGG Geo2 Maps' . $stat_text . ' -->' . "\n" . ' 117 <script type="text/javascript">' . "\n"; 118 122 $map_output = '// Start NGG Geo2 Maps' . $stat_text . "\n"; 123 if ( $picture_list === 'geo2_ajax_mode' ) { 124 $map_output = "\n" . '<script type="text/javascript">' . "\n"; 125 } 119 126 $map_output .= ' 120 127 var map_' . $options['mid'] . ', … … 514 521 geo2_maps_bringForwardOnHover_' . $options['mid'] . '(); 515 522 516 geo2_maps_pushpinClicked_' . $options['mid'] . '(); 523 ' . ( $options['lightbox'] !== 'no' ? ' 524 geo2_maps_pushpinClicked_' . $options['mid'] . '();' : '' ) . ' 517 525 518 526 // Changes mouse cursor style. … … 1050 1058 } 1051 1059 1052 // Code executes when pushpin is clicked - shows Infobox or Lightbox with data. 1053 $map_output .= ' 1060 if ( $options['lightbox'] !== 'no' ) { 1061 // Code executes when pushpin is clicked - shows Infobox or Lightbox with data. 1062 $map_output .= ' 1054 1063 // Click event to show full image and metadata in Infobox or selected Lightbox 1055 1064 … … 1064 1073 properties = shape.properties; 1065 1074 }'; 1066 if ( $options['worldmap'] === 1 ) {1067 $map_output .= '1075 if ( $options['worldmap'] === 1 ) { 1076 $map_output .= ' 1068 1077 //window.open(properties.pid, "_blank"); // Open full image 1069 1078 if ( properties.aid ) { … … 1076 1085 slug = properties.slug, 1077 1086 error_message = "Specify a page link for \""+properties.title+"\" in this "+pushpin+" NextGEN settings.";'; 1078 }1079 // Links to a gallery or album - open in the same page.1080 // windowURL is acquired from the album if it#s not provided if the album is on the same page as the Worldmap.1081 // TODO: Check why pageURL permalink is sometimes like: ...?page_id=137.1082 if ( $options['open_lightbox'] === 0 && $options['worldmap'] === 1 ) {1083 $map_output .= '1087 } 1088 // Links to a gallery or album - open in the same page. 1089 // windowURL is acquired from the album if it#s not provided if the album is on the same page as the Worldmap. 1090 // TODO: Check why pageURL permalink is sometimes like: ...?page_id=137. 1091 if ( $options['open_lightbox'] === 0 && $options['worldmap'] === 1 ) { 1092 $map_output .= ' 1084 1093 if ( homeURL != pageURL && pageURL !== "" ) { 1085 1094 if ( !homeURL.endsWith( slug ) ) { … … 1095 1104 } 1096 1105 }'; 1097 }1098 // Shows Lightbox.1099 if ( $options['open_lightbox'] === 1 && $options['lightbox'] !== 'infobox' && $options['worldmap'] === 1 ) {1100 $map_output .= '1106 } 1107 // Shows Lightbox. 1108 if ( $options['open_lightbox'] === 1 && $options['lightbox'] !== 'infobox' && $options['worldmap'] === 1 ) { 1109 $map_output .= ' 1101 1110 if ( properties.aid ) { 1102 1111 // Opens album in the same page. … … 1115 1124 geo2_maps_lightbox_ajax( properties.nonce ); 1116 1125 }'; 1117 }1118 // Shows Infobox.1119 if ( $options['lightbox'] === 'infobox' &&1120 ( $options['worldmap'] === 0 || ( $options['worldmap'] === 1 && $options['open_lightbox'] === 1 ) ) ) {1121 $map_output .= '1126 } 1127 // Shows Infobox. 1128 if ( $options['lightbox'] === 'infobox' && 1129 ( $options['worldmap'] === 0 || ( $options['worldmap'] === 1 && $options['open_lightbox'] === 1 ) ) ) { 1130 $map_output .= ' 1122 1131 geo2_Infobox_' . $options['mid'] . '( e.shapes[0], properties );'; 1123 }1124 if ( $options['worldmap'] === 0 && $options['lightbox'] !== 'infobox' ) {1125 $map_output .= '1132 } 1133 if ( $options['worldmap'] === 0 && $options['lightbox'] !== 'infobox' ) { 1134 $map_output .= ' 1126 1135 geo2_maps_lightbox_' . $options['mid'] . '( properties.picture_nr );'; 1127 }1128 1129 $map_output .= '1136 } 1137 1138 $map_output .= ' 1130 1139 } 1131 1140 } … … 1135 1144 } 1136 1145 ' . "\n"; 1137 1146 } 1138 1147 // Set the URL of the geo XML file as the data source of the layer. 1139 1148 if ( $route_mode === 1 ) { … … 1328 1337 } 1329 1338 } 1330 $map_output .= ' 1331 </script> 1339 if ( $options['status'] !== 'ajax' ) { 1340 wp_add_inline_script('geo2-map-js', $map_output); 1341 } else { 1342 $map_output .= ' 1343 </script>' . "\n"; 1344 } 1345 $html_output = ' 1332 1346 <div id="geo2_map_' . $options['mid'] . '_placeholder"> 1333 1347 <div class="geo2_maps_map" style="width: ' . $options['map_width'] . '; height: ' . $options['map_height'] . ';"> … … 1338 1352 1339 1353 unset( $options['worldmap'] ); 1340 return $map_output; 1341 } 1354 if ( $options['status'] === 'ajax') { 1355 return $map_output . $html_output; 1356 } else { 1357 return $html_output; 1358 } 1359 } -
nextgen-gallery-geo/trunk/css/style.css
r3215432 r3350117 5 5 * Description: Main plugin styles 6 6 * Author: Pawel Block 7 * Version: 2.0. 37 * Version: 2.0.4 8 8 * Text Domain: ngg-geo2-maps 9 9 * Domain Path: /languages … … 15 15 * @since 2.0.2 > 2.0.6 ".fancybox3-caption b:first-of-type" removed. 16 16 * @since 2.0.3 > 2.1.0 Amended: ".geo2_fullscreen_icon" ,".geo2_infobox_title_text" and ".geo2_infobox_desc" for text wrapping. Added: ".atlas-map .azure-maps-control-container", ".atlas-map .azure-maps-control-button.zoom-in/out:hover". 17 * @since 2.0.4 > 2.1.2 Added: ".atlas-map .azmaps-overviewMapBtn", ".atlas-map .azure-maps-control-container button", ".azmaps-map-fullscreen-btn" to correct Athena Theme. 17 18 */ 18 19 … … 308 309 background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M7 4.8V.2a.215.215 0 0 0-.2-.2H5.2a.215.215 0 0 0-.2.2v4.6a.215.215 0 0 1-.2.2H.2a.215.215 0 0 0-.2.2v1.6a.215.215 0 0 0 .2.2h4.6a.215.215 0 0 1 .2.2v4.6a.215.215 0 0 0 .2.2h1.6a.215.215 0 0 0 .2-.2V7.2a.215.215 0 0 1 .2-.2h4.6a.215.215 0 0 0 .2-.2V5.2a.215.215 0 0 0-.2-.2H7.2a.215.215 0 0 1-.2-.2z' fill='%2331acce'/%3E%3C/svg%3E") 309 310 } 311 312 /* Added to correct Athena Theme */ 313 .atlas-map .azmaps-overviewMapBtn { 314 margin-right: 0px !important; 315 } 316 .atlas-map .azure-maps-control-container button { 317 margin-right: 0px !important; 318 } 319 .azmaps-map-fullscreen-btn { 320 margin-right: 0px !important; 321 } 322 323 /* Azure Maps Overview Map button hover to correct Athena Theme */ 324 .atlas-map .azmaps-overviewMapBtn:hover { 325 background-position-x: center; 326 background-position-y: center; 327 background-repeat: no-repeat; 328 background-size: 12px 329 } 330 331 .geo2-tooltip-container { 332 position: relative; 333 display: inline-block; 334 margin-left: 8px; 335 } 336 337 .geo2-tooltip-trigger { 338 width: 24px; 339 height: 24px; 340 vertical-align: middle; 341 cursor: pointer; 342 padding-bottom: 2px; 343 } 344 345 .geo2-tooltip-text { 346 visibility: hidden; 347 width: 250px; 348 background-color: #333; 349 color: #fff; 350 text-align: left; 351 padding: 10px; 352 border-radius: 6px; 353 position: absolute; 354 z-index: 1; 355 bottom: 100%; 356 /* Position above the image */ 357 left: 50%; 358 transform: translateX(-3%); 359 opacity: 0; 360 transition: opacity 0.3s; 361 box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); 362 } 363 364 .geo2-tooltip-container:hover .geo2-tooltip-text { 365 visibility: visible; 366 opacity: 1; 367 } -
nextgen-gallery-geo/trunk/functions.php
r3215432 r3350117 119 119 * @since 2.1.0 Bing Maps script changed to Azure Maps script and CSS. Fancybox 1 path to js files changed. jquery.mousewheel-3.0.4.pack.min.js removed. Fancybox 1 path to js files changed. Amended JS file name updated. 120 120 */ 121 function geo2_maps_enqueue_scripts() { 121 function geo2_maps_enqueue_scripts( $options = null ) { 122 123 if ( $options === null || $options === "") { 124 // If options are not passed, get them from the database. 125 $options = geo2_maps_convert_to_int( get_option( 'plugin_geo2_maps_options' ) ); 126 } 122 127 // Gets options. 123 $options = geo2_maps_convert_to_int( get_option( 'plugin_geo2_maps_options' ) ); 128 124 129 125 130 // Adds jQuery. … … 1232 1237 $options = geo2_maps_convert_to_int( wp_parse_args( $options, $default_options ) ); 1233 1238 1239 if ( $options['lightbox'] === 'infobox') { 1240 geo2_maps_enqueue_scripts( $options ); 1241 } 1242 1234 1243 // 'mid' must be a number. 1235 1244 $options['mid'] = wp_rand( 0, 999 ); -
nextgen-gallery-geo/trunk/js/geo2-ajax.js
r3215432 r3350117 4 4 * Description: Code for loading maps on demand and opening galleries in Worldmap Mode using Ajax 5 5 * Author: Pawel Block 6 * Version: 2.0. 46 * Version: 2.0.5 7 7 * 8 8 * Changes: … … 10 10 * @since 2.0.3 Security improved. Search for unsafe words corrected. 11 11 * @since 2.0.4 > 2.1.0 Function added to get Azure Maps API key using Ajax. 12 * @since 2.0.5 > 2.1.2 Ajax URL validated using new URL(). 12 13 */ 13 14 … … 79 80 let resLower = res[i].toLowerCase(); 80 81 if ( res[i].includes( 'http' ) || res[i].includes( 'ftp' ) ) { 81 if ( res[i].match(/^(http|https|ftp)\:\/\/([a-zA-Z0-9\.\-]+(\:[a-zA-Z0-9\.&%\$\-]+)*@)*((25[0-5]|2[0-4][0-9]|[0-1]{1}[0-9]{2}|[1-9]{1}[0-9]{1}|[1-9])\.(25[0-5]|2[0-4][0-9]|[0-1]{1}[0-9]{2}|[1-9]{1}[0-9]{1}|[1-9]|0)\.(25[0-5]|2[0-4][0-9]|[0-1]{1}[0-9]{2}|[1-9]{1}[0-9]{1}|[1-9]|0)\.(25[0-5]|2[0-4][0-9]|[0-1]{1}[0-9]{2}|[1-9]{1}[0-9]{1}|[0-9])|([a-zA-Z0-9\-]+\.)*[a-zA-Z0-9\-]+\.(com|edu|gov|net|org|biz|info|pro|[a-z]{3,10}|[a-zA-Z]{2}))(\:[0-9]+)*(\/($|[a-zA-Z0-9\.\,\?\'\\\+&%\$#\=~_\-]+))*$/) == null ) { 82 warning_text = 'Validation error. URL not in the correct format.'; 83 console.log( res[i] ); 84 alert( warning_text ); 85 throw new Error( warning_text ); 82 try { 83 // Validate the URL using new URL() 84 new URL(res[i]); 85 } catch (error) { 86 const warning_text = 'Validation error. URL not in the correct format.'; 87 console.log(res[i]); 88 alert(warning_text); 89 throw new Error(warning_text); 86 90 } 87 91 } else if ( res[i].match(/^[^\\<>`]+$/) == null ) { … … 162 166 split_data( str, pic_desc_words ); 163 167 } 164 168 165 169 jQuery( '#geo2_maps_' + mid ).html( atob(geo2_map_code).replace( '{geo2_map_data}', response[0] ).replace( '{geo2_infobox_data}', response[1] ).replace( '{geo2_pin_desc_data}', response[2] ) ); 166 170 jQuery( '#geo2_maps_' + mid ).slideToggle( 'slow' ); -
nextgen-gallery-geo/trunk/js/minimap-module/azure-maps-overview-map.js
r3215438 r3350117 128 128 }; 129 129 this._icon = "url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24px' height='24px' viewBox='0 0 24 24'%3E%3Cpath fill='{color}' d='M24 20.5V6.7c0-1.8-1.4-3.256-3.1-3.256-1.708 0-3.098 1.457-3.098 3.256v6.754L5.29.94A3.092 3.092 0 0 0 .908.939a3.097 3.097 0 0 0 0 4.382l12.447 12.446H6.63c-1.825 0-3.303 1.387-3.303 3.1s1.478 3.098 3.303 3.098l14.058-.002c1.826.002 3.305-1.387 3.306-3.096-.001-.045-.014-.083-.016-.128.003-.06.018-.12.018-.18z'/%3E%3C/svg%3E\")"; 130 this._btnCss = ".azmaps-overviewMap{z-index:200;padding: 3px;border:none;border-collapse:collapse;border-radius:0px;transition:width 0.5s ease-in-out 0s, height 0.5s ease-in-out 0s;background:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32px' height='32px' viewBox='0 0 500 500'%3E%3Cpath stroke='Gray' fill='none' stroke-width='20' d='M249,55a195,195 0 1,0 2,0zm1,0v390m195-195H55 M99,130a260,260 0 0,0 302,0 m0,240 a260,260 0 0,0-302,0 M235,60a250,250 0 0,0 0,382 m30,0 a250,250 0 0,0 0-382'/%3E%3C/svg%3E\") no-repeat center center}" +130 this._btnCss = ".azmaps-overviewMap{z-index:200;padding:0px;border:none;border-collapse:collapse;border-radius:0px;transition:width 0.5s ease-in-out 0s, height 0.5s ease-in-out 0s;background:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32px' height='32px' viewBox='0 0 500 500'%3E%3Cpath stroke='Gray' fill='none' stroke-width='20' d='M249,55a195,195 0 1,0 2,0zm1,0v390m195-195H55 M99,130a260,260 0 0,0 302,0 m0,240 a260,260 0 0,0-302,0 M235,60a250,250 0 0,0 0,382 m30,0 a250,250 0 0,0 0-382'/%3E%3C/svg%3E\") no-repeat center center}" + 131 131 '.azmaps-overviewMapDiv{position:relative;height:100%;width:100%;transition:opacity 0.5s ease-in-out 0s}' + 132 '.azmaps-overviewMapBtn{position:absolute;margin:0;padding:0;border:none;border-collapse:collapse;width:22px;height:22px;text-align:center;cursor:pointer;line-height:32px;border-radius: 5px;z-index:200;background:no-repeat center center;background-image:{icon};background-size:12px;transition:transform 0.5s ease-in-out 0s}' +132 '.azmaps-overviewMapBtn{position:absolute;margin:0;padding:0;border:none;border-collapse:collapse;width:22px;height:22px;text-align:center;cursor:pointer;line-height:32px;border-radius:0px;z-index:200;background:no-repeat center center;background-image:{icon};background-size:12px;transition:transform 0.5s ease-in-out 0s}' + 133 133 '.azmaps-overviewMapBtn:hover{background-image:{iconHover}}' + 134 134 '.azmaps-overviewMap-round{border-radius:50%}.azmaps-overviewMap-round canvas{border-radius:50%}'; -
nextgen-gallery-geo/trunk/js/minimap-module/azure-maps-overview-map.min.js
r3215438 r3350117 1 1 /* MIT License - Copyright (c) Microsoft Corporation. 2 2 Amended for Geo2 Maps.*/ 3 !function(e,a){"use strict";var t="default"in a?a.default:a,r=function(){return r=Object.assign||function(e){for(var a,t=1,r=arguments.length;t<r;t++)for(var o in a=arguments[t])Object.prototype.hasOwnProperty.call(a,o)&&(e[o]=a[o]);return e},r.apply(this,arguments)},o=function(){function e(){}return e.merge=function(e,a){for(var t=window||global,o=0,n=e.split(".");o<n.length;o++){var i=n[o];if(!t[i])return a;t=t[i]}return r(r({},t),a)},e}(),n=function(){function e(e){var t=this;this._darkColor="#011c2c",this._hclStyle=null,this._position="non-fixed",this._syncEvents=[],this._options={style:"light",zoomOffset:-5,mapStyle:"road",width:150,height:150,syncZoom:!0,syncBearingPitch:!0,overlay:"area",interactive:!0,zoom:0,minimized:!1,showToggle:!0,visible:!0,markerOptions:{},shape:"square"},this._source=new a.source.DataSource,this._layers={lineLayer:new a.layer.LineLayer(this._source,null,{filter:["get","visible"]}),polygonLayer:new a.layer.PolygonLayer(this._source,null,{filter:["get","visible"]})},this._icon="url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24px' height='24px' viewBox='0 0 24 24'%3E%3Cpath fill='{color}' d='M24 20.5V6.7c0-1.8-1.4-3.256-3.1-3.256-1.708 0-3.098 1.457-3.098 3.256v6.754L5.29.94A3.092 3.092 0 0 0 .908.939a3.097 3.097 0 0 0 0 4.382l12.447 12.446H6.63c-1.825 0-3.303 1.387-3.303 3.1s1.478 3.098 3.303 3.098l14.058-.002c1.826.002 3.305-1.387 3.306-3.096-.001-.045-.014-.083-.016-.128.003-.06.018-.12.018-.18z'/%3E%3C/svg%3E\")",this._btnCss=".azmaps-overviewMap{z-index:200;padding: 3px;border:none;border-collapse:collapse;border-radius:0px;transition:width 0.5s ease-in-out 0s, height 0.5s ease-in-out 0s;background:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32px' height='32px' viewBox='0 0 500 500'%3E%3Cpath stroke='Gray' fill='none' stroke-width='20' d='M249,55a195,195 0 1,0 2,0zm1,0v390m195-195H55 M99,130a260,260 0 0,0 302,0 m0,240 a260,260 0 0,0-302,0 M235,60a250,250 0 0,0 0,382 m30,0 a250,250 0 0,0 0-382'/%3E%3C/svg%3E\") no-repeat center center}.azmaps-overviewMapDiv{position:relative;height:100%;width:100%;transition:opacity 0.5s ease-in-out 0s}.azmaps-overviewMapBtn{position:absolute;margin:0;padding:0;border:none;border-collapse:collapse;width:22px;height:22px;text-align:center;cursor:pointer;line-height:32px;border-radius:5px;z-index:200;background:no-repeat center center;background-image:{icon};background-size:12px;transition:transform 0.5s ease-in-out 0s}.azmaps-overviewMapBtn:hover{background-image:{iconHover}}.azmaps-overviewMap-round{border-radius:50%}.azmaps-overviewMap-round canvas{border-radius:50%}",this._btnRotation=0,this._markerdDragged=function(){var e=t._marker.getOptions().position;t._overviewMap.setCamera({center:e})},this._mapStyleChanged=function(){var e=t;if(e._mapContainer&&e._btn&&!e._hclStyle){var a=e._getColorFromMapStyle();e._mapContainer.style.backgroundColor=a,e._btn.style.backgroundColor=a}},this._toggle=function(){var e=t,a=e._options;a.minimized=!a.minimized,e._setBtnState()},this._resize=function(){var e=t;e._overviewMap.resize(),performance.now()-e._resizeStart>550&&(clearInterval(e._interval),e._interval=null)},Object.assign(this._options,e||{})}return e.prototype.dispose=function(){var e=this;e.onRemove(),Object.keys(e).forEach((function(a){return e[a]=void 0}))},e.prototype.getOverviewMap=function(){return this._overviewMap},e.prototype.getLayers=function(){return this._layers},e.prototype.getOptions=function(){return r({},this._options)},e.prototype.setOptions=function(e){var a=this,t=a._options,r=a._parentMap,o=a._overviewMap,n=!1,i=!1,s=!1;if("boolean"==typeof e.syncBearingPitch&&(t.syncBearingPitch=e.syncBearingPitch,n=!0,i=!0),"boolean"==typeof e.syncZoom&&(t.syncZoom=e.syncZoom,n=!0,i=!0),"boolean"==typeof e.interactive&&(t.interactive=e.interactive,n=!0),n&&a._updateMapUX(),"number"==typeof e.zoom&&(t.zoom=e.zoom,i=!0),"number"==typeof e.zoomOffset&&(t.zoomOffset=e.zoomOffset,i=!0),i&&r&&o){var l=r.getCamera(),p={center:l.center,zoom:t.syncZoom?Math.min(Math.max(l.zoom+t.zoomOffset,0),24):t.zoom,bearing:0,pitch:0};t.syncBearingPitch&&(p.bearing=l.bearing,p.pitch=l.pitch),o.setCamera(p)}if(e.mapStyle&&(t.mapStyle=e.mapStyle,o&&o.setStyle({style:t.mapStyle})),"boolean"==typeof e.showToggle&&(t.showToggle=e.showToggle,a._btn&&(a._btn.style.display=t.showToggle?"":"none")),"boolean"==typeof e.minimized&&(t.minimized=e.minimized,s=!0),"number"==typeof e.width&&(t.width=e.width,s=!0),"number"==typeof e.height&&(t.height=e.height,s=!0),e.markerOptions&&(Object.assign(t.markerOptions,e.markerOptions),a._marker&&a._marker.setOptions(t.markerOptions)),e.overlay&&(t.overlay=e.overlay,a._area&&a._area.setProperties({visible:"area"===t.overlay}),a._marker&&a._marker.setOptions({visible:"marker"===t.overlay}),a._updateOverlay()),e.style&&(console.log("OverviewMap: OPTIONS GENERAL."),0===t.style.indexOf("auto")&&r&&r.events.remove("styledata",a._mapStyleChanged),t.style=e.style,a._mapContainer)){var v=a._styleColor();a._mapContainer.style.backgroundColor=v,a._btn.style.backgroundColor=v}if(e.shape){t.shape=e.shape;var c=a._mapContainer.classList;"round"===t.shape?c.add("azmaps-overviewMap-round"):c.contains("azmaps-overviewMap-round")&&c.remove("azmaps-overviewMap-round"),s=!0}"boolean"==typeof e.visible&&(t.visible=e.visible,a._container&&(a._container.style.display=t.visible?"":"none",a._overviewMap.resize())),s&&a._setBtnState()},e.prototype.onAdd=function(r,o){var n=this,i=n._options;n._parentMap=r;var s=n._icon.replace("{color}","Gray"),l=n._icon.replace("{color}","DeepSkyBlue"),p=document.createElement("style");p.innerHTML=n._btnCss.replace(/{icon}/g,s).replace(/{iconHover}/g,l),document.body.appendChild(p);var v=n._styleColor(),c=e._getAriaLabel(n._parentMap);n._resx=c;var m=document.createElement("div");m.classList.add("azure-maps-control-container"),m.setAttribute("aria-label",c[0]),m.style.flexDirection="column",m.style.display=i.visible?"":"none",n._container=m;var d=document.createElement("div");d.classList.add("azmaps-overviewMap"),"round"===i.style&&d.classList.add("azmaps-overviewMap-round"),Object.assign(d.style,{height:i.height+"px",width:i.width+"px",backgroundColor:v}),m.appendChild(d),n._mapContainer=d;var g=document.createElement("div");g.classList.add("azmaps-overviewMapDiv"),d.appendChild(g),n._mapDiv=g;var h,_={display:i.showToggle?"":"none",backgroundColor:v};o&&(h=o.position),h&&"non-fixed"!==h||(h="top-left"),n._position=h;var y=document.createElement("button");y.setAttribute("type","button"),y.classList.add("azmaps-overviewMapBtn"),Object.assign(y.style,_),y.addEventListener("click",n._toggle),d.appendChild(y),n._btn=y,n._setBtnState();var u={showLogo:!1,showFeedbackLink:!1,style:i.mapStyle,enableAccessibility:!1};if(n._parentMap){var k=n._parentMap.getStyle();u=Object.assign({},n._parentMap.getServiceOptions(),{language:k.language,view:k.view},u)}else u={language:t.getLanguage(),view:t.getView()};var f=new a.Map(g,u);return n._overviewMap=f,f.events.add("ready",(function(){try{f.controls.getControls().forEach((function(e){var a=e.container;a&&a.className.indexOf("map-copyright")>-1&&(a.style.display="none")}))}catch(e){}f.resize(),n._updateMapUX(),f.sources.add(n._source),f.layers.add(n._layers.polygonLayer),f.layers.add(n._layers.lineLayer);var e=new a.Shape(new a.data.Polygon([]),null,{visible:"area"===i.overlay});n._source.add(e),n._area=e;var t=new a.HtmlMarker(Object.assign({visible:"marker"===i.overlay},i.markerOptions||{}));f.markers.add(t),f.events.add("dragend",t,n._markerdDragged),n._marker=t,n._syncEvents[0]=n._syncMaps.bind(n,n._parentMap),n._syncEvents[1]=n._syncMaps.bind(n,n._overviewMap),n._syncEvents[0](),n._attachEvents()})),m},e.prototype.onRemove=function(){var e=this;e._container&&(e._container.remove(),e._container=null,e._mapContainer=null,e._mapDiv=null,e._btn=null),e._marker&&e._overviewMap&&e._overviewMap.events.add("dragend",e._marker,e._markerdDragged),e._parentMap&&(0===e._options.style.indexOf("auto")&&e._parentMap.events.remove("styledata",e._mapStyleChanged),e._detachEvents(),e._parentMap=null,e._overviewMap=null)},e.prototype._styleColor=function(){var e=this,a="light";if(e._parentMap){var t=e._parentMap.getMapContainer().classList;t.contains("high-contrast-dark")?e._hclStyle="dark":t.contains("high-contrast-light")&&(e._hclStyle="light")}return e._hclStyle?"dark"===e._hclStyle&&(a=e._darkColor):a=e._options.style,"light"===a?a="white":"dark"===a?a=e._darkColor:0===a.indexOf("auto")&&e._parentMap&&(e._parentMap.events.add("styledata",e._mapStyleChanged),a=e._getColorFromMapStyle()),a},e.prototype._getColorFromMapStyle=function(){var e=!1;return["satellite","satellite_road_labels","grayscale_dark","night"].indexOf(this._parentMap.getStyle().style)>-1&&(e=!0),"auto-reverse"===this._options.style?e?"white":this._darkColor:e?this._darkColor:"white"},e.prototype._setBtnState=function(){var e=this,a=e._options,t=e._btn,r="32px",o="32px",n="0",i=0,s=e._resx[2],l=e._position.indexOf("left")>-1,p=e._position.indexOf("top")>-1;if(p?(t.style.bottom="0",i=l?180:270):(t.style.top="0",i=l?90:0),l?t.style.right="0":t.style.left="0",a.minimized)i=(i+180)%360,s=e._resx[1];else if(n="1",o=a.height+"px",r=a.width+"px","round"===a.shape){var v=a.width/2,c=a.height/2,m=Math.cos(45*Math.PI/180),d=v-v*m-10,g=c-c*m-10;p?t.style.bottom=g+"px":t.style.top=g+"px",l?t.style.right=d+"px":t.style.left=d+"px"}e._mapContainer&&(e._mapDiv.style.opacity=n,Object.assign(e._mapContainer.style,{height:o,width:r}),e._overviewMap&&(e._resizeStart=performance.now(),e._interval&&clearInterval(e._interval),e._interval=setInterval(e._resize,33)),t.style.transform="rotate("+i+"deg)"),t.setAttribute("title",s),t.setAttribute("alt",s)},e.prototype._updateMapUX=function(){var e=this._overviewMap;if(e){var a=this._options,t=a.syncZoom;e.setUserInteraction({dragRotateInteraction:a.syncBearingPitch,scrollZoomInteraction:t,dblClickZoomInteraction:t,boxZoomInteraction:t,interactive:a.interactive})}},e.prototype._attachEvents=function(){var e=this;e._parentMap&&e._syncEvents.length>=2&&(e._parentMap.events.add("move",e._syncEvents[0]),e._overviewMap.events.add("move",e._syncEvents[1]))},e.prototype._detachEvents=function(){var e=this;e._parentMap&&e._syncEvents.length>=2&&(e._parentMap.events.remove("move",e._syncEvents[0]),e._overviewMap.events.remove("move",e._syncEvents[1]))},e.prototype._syncMaps=function(e){if(e){var a=this,t=a._options,r=a._parentMap,o=a._overviewMap;a._detachEvents();var n=e.getCamera(),i={center:n.center,type:"jump"};t.syncBearingPitch&&(i.bearing=n.bearing,i.pitch=n.pitch);var s={center:n.center,type:"jump"};if(e!==r)if(t.syncZoom){let e=8,a=r.getCamera(),l=a.zoom,p=o.getCamera().minZoom,v=o.getCamera().maxZoom,c=n.zoom;a.zoom<=p-t.zoomOffset?c!=p?(i.zoom=l+(c-p)*e,s.zoom=1,r.setCamera(i),o.setCamera(s)):r.setCamera(i):a.zoom>=v+t.zoomOffset?(i.zoom=Math.min(n.zoom-t.zoomOffset,v-t.zoomOffset),n.zoom>v+t.zoomOffset&&(s.zoom=v+t.zoomOffset,o.setCamera(s)),r.setCamera(i)):(i.zoom=n.zoom-t.zoomOffset,r.setCamera(i))}else i.zoom=t.zoom,r.setCamera(i);e!==o&&(i.zoom=t.syncZoom?Math.min(Math.max(n.zoom+t.zoomOffset,0),24):t.zoom,t.syncBearingPitch||(i.bearing=0,i.pitch=0),o.setCamera(i)),a._updateOverlay(),a._attachEvents()}},e.prototype._updateOverlay=function(){var e=this,a=e._options;if("area"===a.overlay){var t=e._parentMap.getCanvasContainer().getBoundingClientRect(),r=t.width,o=t.height,n=e._parentMap.pixelsToPositions([[0,0],[r,0],[r,o],[0,o],[0,0]]);e._area.setCoordinates(n)}else"marker"===a.overlay&&e._marker.setOptions({position:e._overviewMap.getCamera().center})},e._getAriaLabel=function(a){var r;r=a?a.getStyle().language:t.getLanguage();var o=e._resx[r.toLowerCase()];return o||(o=e._resx.en),o},e._resx={af:["Oorsig kaart beheer","Uit te brei oorsig kaart","Val oorsig kaart"],ar:["نظرة عامة تحكم خريطة","توسيع الخريطة نظرة عامة","طي خريطة نظرة عامة"],eu:["Orokorra mapa kontrol","Zabaldu ikuspegi mapa","Tolestu ikuspegi mapa"],bg:["Преглед контрол карта","Разширете обзорна карта","Свиване на обзорната карта"],zh:["总览图控制","展开地图概述","关闭总览图"],hr:["Kontrola karta Pregled","Proširite preglednu kartu","Sažmi preglednu kartu"],cs:["Přehled ovládání mapa","Expandovat mapku","Sbalit mapku"],da:["Oversigtskort kontrol","Udvid oversigtskort","Skjul oversigtskort"],nl:["Overzichtskaart controle","Expand overzichtskaart","Collapse overzichtskaart"],et:["Ülevaade Kaart kontrolli","Laienda Ülevaatekaardi","Ahenda Ülevaatekaardi"],fi:["Yleiskuvakartta ohjaus","Laajenna yleiskuvakartta","Romahtaa yleiskuvakartta"],fr:["contrôle Présentation carte","Agrandir la carte Vue d'ensemble","Réduire carte générale"],gl:["control mapa xeral","Expandir mapa xeral","Recoller mapa xeral"],de:["Übersichtskarte Kontrolle","Erweitern Übersichtskarte","Collapse Übersichtskarte"],el:["Επισκόπηση έλεγχο χάρτη","Διεύρυνση χάρτη επισκόπησης","Σύμπτυξη επισκόπηση του χάρτη"],hi:["सिंहावलोकन मानचित्र नियंत्रण","ओवरव्यू मानचित्र को विस्तृत","ओवरव्यू मानचित्र को संकुचित करें"],hu:["Áttekintő térkép ellenőrzés","Nagyítás áttekintő térkép","Összecsukása áttekintő térkép"],id:["peta kendali ikhtisar","Memperluas peta ikhtisar","Perkecil peta ikhtisar"],it:["Panoramica controllo della mappa","Ingrandisci la mappa panoramica","Collapse mappa panoramica"],ja:["概要マップコントロール","概観マップを展開","概観マップを折りたたみます"],kk:["Шолу картасы бақылау","Картаны шолу Expand","Картаны шолу Collapse"],ko:["전체지도 제어","전체지도를 확장","개요지도 축소"],es:["Descripción general del mando mapa","Ampliar el mapa general","Contraer mapa general"],lv:["Pārskata karte kontrole","Izvērst pārskata karti","Sakļaut pārskata karti"],lt:["Apžvalga Žemėlapis kontrolė","Išplėsti apžvalga žemėlapį","Sutraukti apžvalga žemėlapį"],ms:["Gambaran keseluruhan kawalan peta","Buka peta gambaran","Runtuh peta gambaran"],nb:["Oversiktskart kontroll","Utvid oversiktskart","Skjul oversiktskart"],pl:["Przegląd kontrola mapa","Rozwinąć mapę ogólną","Zwinąć mapę ogólną"],pt:["controle mapa geral","Expandir mapa geral","Recolher mapa geral"],ro:["Controlul harta generală","Extindeți harta prezentare generală","Restrângere hartă generală"],ru:["Обзор управления картой","Развернуть обзорную карту","Свернуть обзорную карту"],sr:["Преглед мапа контрола","Проширити преглед карту","Скупи преглед карту"],sk:["Prehľad ovládania mapa","expandovať mapku","zbaliť mapku"],sl:["Pregled nadzor zemljevid","Razširi pregledni zemljevid","Collapse pregledni zemljevid"],sv:["Översiktskarta kontroll","Expandera översiktskarta","Dölj översiktskarta"],th:["การควบคุมแผนที่ภาพรวม","ขยายแผนที่ภาพรวม","ยุบแผนที่ภาพรวม"],tr:["Genel harita kontrolü","Genel bakış haritasını genişlet","Genel bakış haritasını aç"],uk:["Огляд управління картою","Розгорнути оглядову карту","Згорнути оглядову карту"],vi:["kiểm soát Bản đồ toàn cảnh","Mở rộng bản đồ tổng thể","Thu bản đồ tổng thể"],en:["Overview map control","Expand overview map","Collapse overview map"]},e}(),i=Object.freeze({__proto__:null,OverviewMap:n}),s=o.merge("atlas.control",i);e.control=s}(this.atlas=this.atlas||{},atlas);3 !function(e,a){"use strict";var t="default"in a?a.default:a,r=function(){return r=Object.assign||function(e){for(var a,t=1,r=arguments.length;t<r;t++)for(var o in a=arguments[t])Object.prototype.hasOwnProperty.call(a,o)&&(e[o]=a[o]);return e},r.apply(this,arguments)},o=function(){function e(){}return e.merge=function(e,a){for(var t=window||global,o=0,n=e.split(".");o<n.length;o++){var i=n[o];if(!t[i])return a;t=t[i]}return r(r({},t),a)},e}(),n=function(){function e(e){var t=this;this._darkColor="#011c2c",this._hclStyle=null,this._position="non-fixed",this._syncEvents=[],this._options={style:"light",zoomOffset:-5,mapStyle:"road",width:150,height:150,syncZoom:!0,syncBearingPitch:!0,overlay:"area",interactive:!0,zoom:0,minimized:!1,showToggle:!0,visible:!0,markerOptions:{},shape:"square"},this._source=new a.source.DataSource,this._layers={lineLayer:new a.layer.LineLayer(this._source,null,{filter:["get","visible"]}),polygonLayer:new a.layer.PolygonLayer(this._source,null,{filter:["get","visible"]})},this._icon="url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24px' height='24px' viewBox='0 0 24 24'%3E%3Cpath fill='{color}' d='M24 20.5V6.7c0-1.8-1.4-3.256-3.1-3.256-1.708 0-3.098 1.457-3.098 3.256v6.754L5.29.94A3.092 3.092 0 0 0 .908.939a3.097 3.097 0 0 0 0 4.382l12.447 12.446H6.63c-1.825 0-3.303 1.387-3.303 3.1s1.478 3.098 3.303 3.098l14.058-.002c1.826.002 3.305-1.387 3.306-3.096-.001-.045-.014-.083-.016-.128.003-.06.018-.12.018-.18z'/%3E%3C/svg%3E\")",this._btnCss=".azmaps-overviewMap{z-index:200;padding:0px;border:none;border-collapse:collapse;border-radius:0px;transition:width 0.5s ease-in-out 0s, height 0.5s ease-in-out 0s;background:url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32px' height='32px' viewBox='0 0 500 500'%3E%3Cpath stroke='Gray' fill='none' stroke-width='20' d='M249,55a195,195 0 1,0 2,0zm1,0v390m195-195H55 M99,130a260,260 0 0,0 302,0 m0,240 a260,260 0 0,0-302,0 M235,60a250,250 0 0,0 0,382 m30,0 a250,250 0 0,0 0-382'/%3E%3C/svg%3E\") no-repeat center center}.azmaps-overviewMapDiv{position:relative;height:100%;width:100%;transition:opacity 0.5s ease-in-out 0s}.azmaps-overviewMapBtn{position:absolute;margin:0;padding:0;border:none;border-collapse:collapse;width:22px;height:22px;text-align:center;cursor:pointer;line-height:32px;border-radius:0px;z-index:200;background:no-repeat center center;background-image:{icon};background-size:12px;transition:transform 0.5s ease-in-out 0s}.azmaps-overviewMapBtn:hover{background-image:{iconHover}}.azmaps-overviewMap-round{border-radius:50%}.azmaps-overviewMap-round canvas{border-radius:50%}",this._btnRotation=0,this._markerdDragged=function(){var e=t._marker.getOptions().position;t._overviewMap.setCamera({center:e})},this._mapStyleChanged=function(){var e=t;if(e._mapContainer&&e._btn&&!e._hclStyle){var a=e._getColorFromMapStyle();e._mapContainer.style.backgroundColor=a,e._btn.style.backgroundColor=a}},this._toggle=function(){var e=t,a=e._options;a.minimized=!a.minimized,e._setBtnState()},this._resize=function(){var e=t;e._overviewMap.resize(),performance.now()-e._resizeStart>550&&(clearInterval(e._interval),e._interval=null)},Object.assign(this._options,e||{})}return e.prototype.dispose=function(){var e=this;e.onRemove(),Object.keys(e).forEach((function(a){return e[a]=void 0}))},e.prototype.getOverviewMap=function(){return this._overviewMap},e.prototype.getLayers=function(){return this._layers},e.prototype.getOptions=function(){return r({},this._options)},e.prototype.setOptions=function(e){var a=this,t=a._options,r=a._parentMap,o=a._overviewMap,n=!1,i=!1,s=!1;if("boolean"==typeof e.syncBearingPitch&&(t.syncBearingPitch=e.syncBearingPitch,n=!0,i=!0),"boolean"==typeof e.syncZoom&&(t.syncZoom=e.syncZoom,n=!0,i=!0),"boolean"==typeof e.interactive&&(t.interactive=e.interactive,n=!0),n&&a._updateMapUX(),"number"==typeof e.zoom&&(t.zoom=e.zoom,i=!0),"number"==typeof e.zoomOffset&&(t.zoomOffset=e.zoomOffset,i=!0),i&&r&&o){var l=r.getCamera(),p={center:l.center,zoom:t.syncZoom?Math.min(Math.max(l.zoom+t.zoomOffset,0),24):t.zoom,bearing:0,pitch:0};t.syncBearingPitch&&(p.bearing=l.bearing,p.pitch=l.pitch),o.setCamera(p)}if(e.mapStyle&&(t.mapStyle=e.mapStyle,o&&o.setStyle({style:t.mapStyle})),"boolean"==typeof e.showToggle&&(t.showToggle=e.showToggle,a._btn&&(a._btn.style.display=t.showToggle?"":"none")),"boolean"==typeof e.minimized&&(t.minimized=e.minimized,s=!0),"number"==typeof e.width&&(t.width=e.width,s=!0),"number"==typeof e.height&&(t.height=e.height,s=!0),e.markerOptions&&(Object.assign(t.markerOptions,e.markerOptions),a._marker&&a._marker.setOptions(t.markerOptions)),e.overlay&&(t.overlay=e.overlay,a._area&&a._area.setProperties({visible:"area"===t.overlay}),a._marker&&a._marker.setOptions({visible:"marker"===t.overlay}),a._updateOverlay()),e.style&&(console.log("OverviewMap: OPTIONS GENERAL."),0===t.style.indexOf("auto")&&r&&r.events.remove("styledata",a._mapStyleChanged),t.style=e.style,a._mapContainer)){var v=a._styleColor();a._mapContainer.style.backgroundColor=v,a._btn.style.backgroundColor=v}if(e.shape){t.shape=e.shape;var c=a._mapContainer.classList;"round"===t.shape?c.add("azmaps-overviewMap-round"):c.contains("azmaps-overviewMap-round")&&c.remove("azmaps-overviewMap-round"),s=!0}"boolean"==typeof e.visible&&(t.visible=e.visible,a._container&&(a._container.style.display=t.visible?"":"none",a._overviewMap.resize())),s&&a._setBtnState()},e.prototype.onAdd=function(r,o){var n=this,i=n._options;n._parentMap=r;var s=n._icon.replace("{color}","Gray"),l=n._icon.replace("{color}","DeepSkyBlue"),p=document.createElement("style");p.innerHTML=n._btnCss.replace(/{icon}/g,s).replace(/{iconHover}/g,l),document.body.appendChild(p);var v=n._styleColor(),c=e._getAriaLabel(n._parentMap);n._resx=c;var m=document.createElement("div");m.classList.add("azure-maps-control-container"),m.setAttribute("aria-label",c[0]),m.style.flexDirection="column",m.style.display=i.visible?"":"none",n._container=m;var d=document.createElement("div");d.classList.add("azmaps-overviewMap"),"round"===i.style&&d.classList.add("azmaps-overviewMap-round"),Object.assign(d.style,{height:i.height+"px",width:i.width+"px",backgroundColor:v}),m.appendChild(d),n._mapContainer=d;var g=document.createElement("div");g.classList.add("azmaps-overviewMapDiv"),d.appendChild(g),n._mapDiv=g;var h,_={display:i.showToggle?"":"none",backgroundColor:v};o&&(h=o.position),h&&"non-fixed"!==h||(h="top-left"),n._position=h;var y=document.createElement("button");y.setAttribute("type","button"),y.classList.add("azmaps-overviewMapBtn"),Object.assign(y.style,_),y.addEventListener("click",n._toggle),d.appendChild(y),n._btn=y,n._setBtnState();var u={showLogo:!1,showFeedbackLink:!1,style:i.mapStyle,enableAccessibility:!1};if(n._parentMap){var k=n._parentMap.getStyle();u=Object.assign({},n._parentMap.getServiceOptions(),{language:k.language,view:k.view},u)}else u={language:t.getLanguage(),view:t.getView()};var f=new a.Map(g,u);return n._overviewMap=f,f.events.add("ready",(function(){try{f.controls.getControls().forEach((function(e){var a=e.container;a&&a.className.indexOf("map-copyright")>-1&&(a.style.display="none")}))}catch(e){}f.resize(),n._updateMapUX(),f.sources.add(n._source),f.layers.add(n._layers.polygonLayer),f.layers.add(n._layers.lineLayer);var e=new a.Shape(new a.data.Polygon([]),null,{visible:"area"===i.overlay});n._source.add(e),n._area=e;var t=new a.HtmlMarker(Object.assign({visible:"marker"===i.overlay},i.markerOptions||{}));f.markers.add(t),f.events.add("dragend",t,n._markerdDragged),n._marker=t,n._syncEvents[0]=n._syncMaps.bind(n,n._parentMap),n._syncEvents[1]=n._syncMaps.bind(n,n._overviewMap),n._syncEvents[0](),n._attachEvents()})),m},e.prototype.onRemove=function(){var e=this;e._container&&(e._container.remove(),e._container=null,e._mapContainer=null,e._mapDiv=null,e._btn=null),e._marker&&e._overviewMap&&e._overviewMap.events.add("dragend",e._marker,e._markerdDragged),e._parentMap&&(0===e._options.style.indexOf("auto")&&e._parentMap.events.remove("styledata",e._mapStyleChanged),e._detachEvents(),e._parentMap=null,e._overviewMap=null)},e.prototype._styleColor=function(){var e=this,a="light";if(e._parentMap){var t=e._parentMap.getMapContainer().classList;t.contains("high-contrast-dark")?e._hclStyle="dark":t.contains("high-contrast-light")&&(e._hclStyle="light")}return e._hclStyle?"dark"===e._hclStyle&&(a=e._darkColor):a=e._options.style,"light"===a?a="white":"dark"===a?a=e._darkColor:0===a.indexOf("auto")&&e._parentMap&&(e._parentMap.events.add("styledata",e._mapStyleChanged),a=e._getColorFromMapStyle()),a},e.prototype._getColorFromMapStyle=function(){var e=!1;return["satellite","satellite_road_labels","grayscale_dark","night"].indexOf(this._parentMap.getStyle().style)>-1&&(e=!0),"auto-reverse"===this._options.style?e?"white":this._darkColor:e?this._darkColor:"white"},e.prototype._setBtnState=function(){var e=this,a=e._options,t=e._btn,r="32px",o="32px",n="0",i=0,s=e._resx[2],l=e._position.indexOf("left")>-1,p=e._position.indexOf("top")>-1;if(p?(t.style.bottom="0",i=l?180:270):(t.style.top="0",i=l?90:0),l?t.style.right="0":t.style.left="0",a.minimized)i=(i+180)%360,s=e._resx[1];else if(n="1",o=a.height+"px",r=a.width+"px","round"===a.shape){var v=a.width/2,c=a.height/2,m=Math.cos(45*Math.PI/180),d=v-v*m-10,g=c-c*m-10;p?t.style.bottom=g+"px":t.style.top=g+"px",l?t.style.right=d+"px":t.style.left=d+"px"}e._mapContainer&&(e._mapDiv.style.opacity=n,Object.assign(e._mapContainer.style,{height:o,width:r}),e._overviewMap&&(e._resizeStart=performance.now(),e._interval&&clearInterval(e._interval),e._interval=setInterval(e._resize,33)),t.style.transform="rotate("+i+"deg)"),t.setAttribute("title",s),t.setAttribute("alt",s)},e.prototype._updateMapUX=function(){var e=this._overviewMap;if(e){var a=this._options,t=a.syncZoom;e.setUserInteraction({dragRotateInteraction:a.syncBearingPitch,scrollZoomInteraction:t,dblClickZoomInteraction:t,boxZoomInteraction:t,interactive:a.interactive})}},e.prototype._attachEvents=function(){var e=this;e._parentMap&&e._syncEvents.length>=2&&(e._parentMap.events.add("move",e._syncEvents[0]),e._overviewMap.events.add("move",e._syncEvents[1]))},e.prototype._detachEvents=function(){var e=this;e._parentMap&&e._syncEvents.length>=2&&(e._parentMap.events.remove("move",e._syncEvents[0]),e._overviewMap.events.remove("move",e._syncEvents[1]))},e.prototype._syncMaps=function(e){if(e){var a=this,t=a._options,r=a._parentMap,o=a._overviewMap;a._detachEvents();var n=e.getCamera(),i={center:n.center,type:"jump"};t.syncBearingPitch&&(i.bearing=n.bearing,i.pitch=n.pitch);var s={center:n.center,type:"jump"};if(e!==r)if(t.syncZoom){let e=8,a=r.getCamera(),l=a.zoom,p=o.getCamera().minZoom,v=o.getCamera().maxZoom,c=n.zoom;a.zoom<=p-t.zoomOffset?c!=p?(i.zoom=l+(c-p)*e,s.zoom=1,r.setCamera(i),o.setCamera(s)):r.setCamera(i):a.zoom>=v+t.zoomOffset?(i.zoom=Math.min(n.zoom-t.zoomOffset,v-t.zoomOffset),n.zoom>v+t.zoomOffset&&(s.zoom=v+t.zoomOffset,o.setCamera(s)),r.setCamera(i)):(i.zoom=n.zoom-t.zoomOffset,r.setCamera(i))}else i.zoom=t.zoom,r.setCamera(i);e!==o&&(i.zoom=t.syncZoom?Math.min(Math.max(n.zoom+t.zoomOffset,0),24):t.zoom,t.syncBearingPitch||(i.bearing=0,i.pitch=0),o.setCamera(i)),a._updateOverlay(),a._attachEvents()}},e.prototype._updateOverlay=function(){var e=this,a=e._options;if("area"===a.overlay){var t=e._parentMap.getCanvasContainer().getBoundingClientRect(),r=t.width,o=t.height,n=e._parentMap.pixelsToPositions([[0,0],[r,0],[r,o],[0,o],[0,0]]);e._area.setCoordinates(n)}else"marker"===a.overlay&&e._marker.setOptions({position:e._overviewMap.getCamera().center})},e._getAriaLabel=function(a){var r;r=a?a.getStyle().language:t.getLanguage();var o=e._resx[r.toLowerCase()];return o||(o=e._resx.en),o},e._resx={af:["Oorsig kaart beheer","Uit te brei oorsig kaart","Val oorsig kaart"],ar:["نظرة عامة تحكم خريطة","توسيع الخريطة نظرة عامة","طي خريطة نظرة عامة"],eu:["Orokorra mapa kontrol","Zabaldu ikuspegi mapa","Tolestu ikuspegi mapa"],bg:["Преглед контрол карта","Разширете обзорна карта","Свиване на обзорната карта"],zh:["总览图控制","展开地图概述","关闭总览图"],hr:["Kontrola karta Pregled","Proširite preglednu kartu","Sažmi preglednu kartu"],cs:["Přehled ovládání mapa","Expandovat mapku","Sbalit mapku"],da:["Oversigtskort kontrol","Udvid oversigtskort","Skjul oversigtskort"],nl:["Overzichtskaart controle","Expand overzichtskaart","Collapse overzichtskaart"],et:["Ülevaade Kaart kontrolli","Laienda Ülevaatekaardi","Ahenda Ülevaatekaardi"],fi:["Yleiskuvakartta ohjaus","Laajenna yleiskuvakartta","Romahtaa yleiskuvakartta"],fr:["contrôle Présentation carte","Agrandir la carte Vue d'ensemble","Réduire carte générale"],gl:["control mapa xeral","Expandir mapa xeral","Recoller mapa xeral"],de:["Übersichtskarte Kontrolle","Erweitern Übersichtskarte","Collapse Übersichtskarte"],el:["Επισκόπηση έλεγχο χάρτη","Διεύρυνση χάρτη επισκόπησης","Σύμπτυξη επισκόπηση του χάρτη"],hi:["सिंहावलोकन मानचित्र नियंत्रण","ओवरव्यू मानचित्र को विस्तृत","ओवरव्यू मानचित्र को संकुचित करें"],hu:["Áttekintő térkép ellenőrzés","Nagyítás áttekintő térkép","Összecsukása áttekintő térkép"],id:["peta kendali ikhtisar","Memperluas peta ikhtisar","Perkecil peta ikhtisar"],it:["Panoramica controllo della mappa","Ingrandisci la mappa panoramica","Collapse mappa panoramica"],ja:["概要マップコントロール","概観マップを展開","概観マップを折りたたみます"],kk:["Шолу картасы бақылау","Картаны шолу Expand","Картаны шолу Collapse"],ko:["전체지도 제어","전체지도를 확장","개요지도 축소"],es:["Descripción general del mando mapa","Ampliar el mapa general","Contraer mapa general"],lv:["Pārskata karte kontrole","Izvērst pārskata karti","Sakļaut pārskata karti"],lt:["Apžvalga Žemėlapis kontrolė","Išplėsti apžvalga žemėlapį","Sutraukti apžvalga žemėlapį"],ms:["Gambaran keseluruhan kawalan peta","Buka peta gambaran","Runtuh peta gambaran"],nb:["Oversiktskart kontroll","Utvid oversiktskart","Skjul oversiktskart"],pl:["Przegląd kontrola mapa","Rozwinąć mapę ogólną","Zwinąć mapę ogólną"],pt:["controle mapa geral","Expandir mapa geral","Recolher mapa geral"],ro:["Controlul harta generală","Extindeți harta prezentare generală","Restrângere hartă generală"],ru:["Обзор управления картой","Развернуть обзорную карту","Свернуть обзорную карту"],sr:["Преглед мапа контрола","Проширити преглед карту","Скупи преглед карту"],sk:["Prehľad ovládania mapa","expandovať mapku","zbaliť mapku"],sl:["Pregled nadzor zemljevid","Razširi pregledni zemljevid","Collapse pregledni zemljevid"],sv:["Översiktskarta kontroll","Expandera översiktskarta","Dölj översiktskarta"],th:["การควบคุมแผนที่ภาพรวม","ขยายแผนที่ภาพรวม","ยุบแผนที่ภาพรวม"],tr:["Genel harita kontrolü","Genel bakış haritasını genişlet","Genel bakış haritasını aç"],uk:["Огляд управління картою","Розгорнути оглядову карту","Згорнути оглядову карту"],vi:["kiểm soát Bản đồ toàn cảnh","Mở rộng bản đồ tổng thể","Thu bản đồ tổng thể"],en:["Overview map control","Expand overview map","Collapse overview map"]},e}(),i=Object.freeze({__proto__:null,OverviewMap:n}),s=o.merge("atlas.control",i);e.control=s}(this.atlas=this.atlas||{},atlas); -
nextgen-gallery-geo/trunk/languages/ngg-geo2-maps-pl_PL.po
r3215432 r3350117 4 4 "Report-Msgid-Bugs-To: \n" 5 5 "POT-Creation-Date: 2019-09-09 15:20+0000\n" 6 "PO-Revision-Date: 202 4-12-30 21:08+0000\n"6 "PO-Revision-Date: 2025-08-09 16:17+0000\n" 7 7 "Last-Translator: \n" 8 8 "Language-Team: Polish\n" … … 16 16 "X-Loco-Version: 2.6.10; wp-6.5.5" 17 17 18 #: administration.php:64 618 #: administration.php:647 19 19 msgid " Disable geocoding" 20 20 msgstr " Wyłącz geokodowanie" … … 26 26 "RGB(A)!" 27 27 28 #: administration.php:16 8828 #: administration.php:1696 29 29 msgid "\"textOffset\" option for pin head's text" 30 30 msgstr "Opcja \"textOffset\" przesunięcia tekstu na znaczniku" 31 31 32 32 #. 1: HTML link opening tag. 2: HTML link closing tag. 3: HTML link opening tag. 4: HTML link closing tag. 5: HTML link opening tag. 6: HTML link closing tag. 33 #: administration.php:43 133 #: administration.php:432 34 34 #, php-format 35 35 msgid "" … … 44 44 "ulepszyć, wysyłając swoje tłumaczenie lub darowiznę." 45 45 46 #: administration.php: 99546 #: administration.php:1003 47 47 #, fuzzy 48 48 #| msgid "" … … 71 71 "wartości.)" 72 72 73 #: administration.php:1 09673 #: administration.php:1104 74 74 msgid "Activate Route Mode" 75 75 msgstr "Aktywuj tryb trasy" 76 76 77 #: administration.php:1 09677 #: administration.php:1104 78 78 msgid "" 79 79 "Activate to use options below or for Shortcode loading a route path with " … … 85 85 "zawierającymi opis w formie dymku wyświetlanych za pomocą infoboksów" 86 86 87 #: administration.php:48 3 administration.php:630 administration.php:64087 #: administration.php:484 administration.php:631 administration.php:641 88 88 msgid "ACTIVATED" 89 89 msgstr "AKTYWOWANY" 90 90 91 #: administration.php:5 1991 #: administration.php:520 92 92 msgid "" 93 93 "Add your website domain to the CORS Allowed Origins field in your Azure " … … 97 97 "Azure." 98 98 99 #: administration.php:55 499 #: administration.php:555 100 100 #, fuzzy 101 101 #| msgid " albums and galleries contained in albums" … … 103 103 msgstr "albumów i galerii zawartych w tych albumach" 104 104 105 #: administration.php:55 6105 #: administration.php:557 106 106 #, fuzzy 107 107 #| msgid "" … … 115 115 "dla obrazów z zamieszczonych galerii" 116 116 117 #: administration.php:55 2117 #: administration.php:553 118 118 #, fuzzy 119 119 #| msgid " albums contained in albums" … … 121 121 msgstr "albumów zawartych w albumach" 122 122 123 #: administration.php:13 48123 #: administration.php:1356 124 124 msgid "Albums Thumbnail scale factor" 125 125 msgstr "Scalowanie miniatur albumów" 126 126 127 #: administration.php:57 4127 #: administration.php:575 128 128 #, fuzzy 129 129 #| msgid " all albums" … … 131 131 msgstr "wszystkie albumy" 132 132 133 #: administration.php:57 6133 #: administration.php:577 134 134 #, fuzzy 135 135 #| msgid " all albums and galleries" … … 137 137 msgstr "wszystkie albumy i galerie" 138 138 139 #: administration.php:57 5139 #: administration.php:576 140 140 #, fuzzy 141 141 #| msgid " all galleries" … … 143 143 msgstr "wszystkie galerie" 144 144 145 #: administration.php:5 0145 #: administration.php:51 146 146 msgid "An error occurred when saving ! " 147 147 msgstr "Wystąpił błąd podczas zapisywania!" 148 148 149 #: administration.php:16 58149 #: administration.php:1666 150 150 msgid "Animated pins" 151 151 msgstr "Animowane piny" … … 183 183 "MapQuest." 184 184 185 #: administration.php:54 5 administration.php:1214185 #: administration.php:546 administration.php:1222 186 186 msgid "Auto Mode" 187 187 msgstr "Tryb Auto" 188 188 189 #: administration.php:55 0189 #: administration.php:551 190 190 #, fuzzy 191 191 #| msgid "" … … 202 202 "używania skrótów." 203 203 204 #: administration.php:5 59204 #: administration.php:560 205 205 msgid "Automatic map placement location on a page" 206 206 msgstr "" 207 207 "Położenie automatycznie umieszczanej mapy na stronie\n" 208 208 209 #: administration.php:94 0209 #: administration.php:948 210 210 msgid "Autostart in fullscreen on opening" 211 211 msgstr "Otwórz w trybie pełnego ekranu po otwarciu" 212 212 213 #: administration.php:94 1213 #: administration.php:949 214 214 msgid "Autostart slideshow on opening" 215 215 msgstr "Włącz pokaz slajdów po otwarciu" … … 221 221 msgstr "Nieudana weryfikacja klucza API!" 222 222 223 #: administration.php:71 8223 #: administration.php:719 224 224 msgid "Azure logo" 225 225 msgstr "Logo Azure" 226 226 227 #: administration.php:11 57 administration.php:1158227 #: administration.php:1165 administration.php:1166 228 228 msgid "Azure Maps" 229 229 msgstr "Mapy Azure" 230 230 231 #: administration.php:48 6231 #: administration.php:487 232 232 msgid "Azure Maps API Key" 233 233 msgstr "Kluch API Map Azure" … … 242 242 243 243 #. 1: HTML link opening tag. 2: HTML link closing tag. 3: HTML link opening tag. 4: HTML link closing tag. 5: HTML link opening tag. 6: HTML link closing tag. 244 #: administration.php:49 3244 #: administration.php:494 245 245 #, php-format 246 246 msgid "" … … 253 253 "%3$sFAQ%4$s, %5$sCennik%6$s." 254 254 255 #: administration.php:14 54255 #: administration.php:1462 256 256 msgid "Background and text color" 257 257 msgstr "Kolor tekstu i tła" 258 258 259 #: administration.php:9 76259 #: administration.php:984 260 260 msgid "Background color" 261 261 msgstr "Kolor tła" 262 262 263 #: administration.php:150 0263 #: administration.php:1508 264 264 msgid "Background opacity and color" 265 265 msgstr "Kolor i przezroczystość tła" 266 266 267 #: administration.php:16 09267 #: administration.php:1617 268 268 msgid "Background opacity, image counter style" 269 269 msgstr "Przezroczystość tła, styl licznika obrazów" 270 270 271 #: administration.php:15 67271 #: administration.php:1575 272 272 msgid "Background, caption and buttons opacity and color" 273 273 msgstr "Kolor i przezroczystość tła, opisu i przycisków" 274 274 275 #: administration.php:13 43275 #: administration.php:1351 276 276 msgid "Border width and color" 277 277 msgstr "Szerokość i kolor obramowania" 278 278 279 #: administration.php:9 33279 #: administration.php:941 280 280 msgid "Bottom caption panel" 281 281 msgstr "Panel z opisem na dole ekranu" 282 282 283 #: administration.php:56 3283 #: administration.php:564 284 284 msgid "Bottom of the page" 285 285 msgstr "Na dole strony" 286 286 287 #: administration.php:10 66287 #: administration.php:1074 288 288 msgid "" 289 289 "Box scale factor to use when auto-resizing the image to fit in a browser (1 " … … 294 294 " 0 wyłączy tą funkcję)" 295 295 296 #: administration.php:9 82296 #: administration.php:990 297 297 msgid "Buttons background color" 298 298 msgstr "Kolor tła przycisków" 299 299 300 #: administration.php:9 45300 #: administration.php:953 301 301 msgid "Buttons Display options" 302 302 msgstr "Opcje wyświetlania przycisków funkcji" 303 303 304 #: administration.php:9 84304 #: administration.php:992 305 305 msgid "Buttons sign color" 306 306 msgstr "Kolor znaku na przyciskach" 307 307 308 #: administration.php:9 86308 #: administration.php:994 309 309 msgid "Buttons sign color on hover" 310 310 msgstr "Kolor znaku na przyciskach po najechaniu kursorem" … … 314 314 msgstr "Aparat" 315 315 316 #: administration.php:33 6316 #: administration.php:337 317 317 #| msgid "cancel" 318 318 msgid "Cancel" 319 319 msgstr "Anuluj" 320 320 321 #: administration.php:33 1321 #: administration.php:332 322 322 #, fuzzy 323 323 #| msgid "" … … 331 331 "aby wyłączyć wtyczkę bez utraty ustawień." 332 332 333 #: administration.php:93 1333 #: administration.php:939 334 334 msgid "Caption panel location and content" 335 335 msgstr "Położenie i zawartość panelu z opisem obrazu" 336 336 337 #: administration.php:9 78337 #: administration.php:986 338 338 msgid "Caption text color" 339 339 msgstr "Kolor tekstu opisu obrazu" … … 343 343 msgstr "Zamknij" 344 344 345 #: administration.php:10 49345 #: administration.php:1057 346 346 msgid "Color of the overlay" 347 347 msgstr "Kolor tła" 348 348 349 #: administration.php:9 73349 #: administration.php:981 350 350 msgid "Color Options" 351 351 msgstr "Opcje kolorystyki" 352 352 353 #: administration.php:11 43353 #: administration.php:1151 354 354 msgid "" 355 355 "Comparison of the basic Geo2 Maps and the expanded Geo2 Maps Plus for " … … 359 359 "dla wtyczek NextGEN." 360 360 361 #: administration.php:9 36 administration.php:1015 administration.php:1060361 #: administration.php:944 administration.php:1023 administration.php:1068 362 362 msgid "Control Options" 363 363 msgstr "Opcje kontroli zawartością" 364 364 365 #: administration.php:60 7365 #: administration.php:608 366 366 #| msgid "Create a map with selected images by specifying an image ids." 367 367 msgid "Create a map with selected images by specifying image ids." … … 369 369 "Utwórz mapę z wybranymi obrazami, podając numery identyfikacyjne obrazów." 370 370 371 #: administration.php:60 0371 #: administration.php:601 372 372 msgid "Create a map with selected NextGEN galleries by specifying their ids." 373 373 msgstr "" … … 375 375 "identyfikacyjne." 376 376 377 #: administration.php:73 0377 #: administration.php:731 378 378 #| msgid "" 379 379 #| " - Creates a small map in a corner with a smaller zoom. Enable to see " … … 386 386 "zobaczyć opcje Mini Mapy." 387 387 388 #: administration.php:14 32388 #: administration.php:1440 389 389 msgid "CSS override field" 390 390 msgstr "Pole do nadpisania CSS" 391 391 392 #: administration.php:9 88392 #: administration.php:996 393 393 msgid "Current image thumb's preview border colors" 394 394 msgstr "Kolory ramki podglądu miniatury bierzącego zdjęcia" 395 395 396 #: administration.php:71 5396 #: administration.php:716 397 397 msgid "Dashboard with map navigation controls" 398 398 msgstr "Pulpit Nawigacyjny z elementami sterującymi mapą" 399 399 400 #: administration.php:12 79400 #: administration.php:1287 401 401 msgid "Dashboard, Locate Me button, Scalebar, Logo" 402 402 msgstr "Panel, przycisk „Zlokalizuj mnie”, Pasek skali, Logo" … … 406 406 msgstr "Data" 407 407 408 #: administration.php:33 5408 #: administration.php:336 409 409 #| msgid "deactivate" 410 410 msgid "Deactivate" 411 411 msgstr "Dezactywuj" 412 412 413 #: administration.php:33 0413 #: administration.php:331 414 414 msgid "Default settings will be restored. Do you really want to do this?" 415 415 msgstr "" 416 416 "Przywrócone zostaną ustawienia domyślne. Czy naprawdę chcesz to zrobić?" 417 417 418 #: administration.php:16 53418 #: administration.php:1661 419 419 msgid "Different pin shapes for different image tags" 420 420 msgstr "Inne kształty znaczników dla różnych etykiet obrazów" 421 421 422 #: administration.php:15 87422 #: administration.php:1595 423 423 msgid "Disable Right-click - simple image protection for images" 424 424 msgstr "" … … 426 426 "obrazów" 427 427 428 #: administration.php:9 69428 #: administration.php:977 429 429 msgid "Display \"Close\" button" 430 430 msgstr "Wyświetl przycisk „Zamknij”" 431 431 432 #: administration.php:9 67432 #: administration.php:975 433 433 msgid "Display \"Download\" button" 434 434 msgstr "Wyświetl przycisk „Pobierz”" 435 435 436 #: administration.php:9 66436 #: administration.php:974 437 437 msgid "Display \"Fullscreen\" button" 438 438 msgstr "Wyświetl przycisk „Pełny ekran”" 439 439 440 #: administration.php:97 0440 #: administration.php:978 441 441 msgid "Display \"Share\" button" 442 442 msgstr "Wyświetl przycisk „Udostępnij”" 443 443 444 #: administration.php:9 65444 #: administration.php:973 445 445 msgid "Display \"Slideshow\" button" 446 446 msgstr "Wyświetl przycisk „Pokaz obrazów”" 447 447 448 #: administration.php:9 68448 #: administration.php:976 449 449 msgid "Display \"Thumbs preview\" button" 450 450 msgstr "Wyświetl przycisk „Podgląd miniatur”" 451 451 452 #: administration.php:9 64452 #: administration.php:972 453 453 msgid "Display \"Zoom\" button" 454 454 msgstr "Wyświetl przycisk „Powiększenie”" 455 455 456 #: administration.php:9 62456 #: administration.php:970 457 457 msgid "Display counter at the top left corner" 458 458 msgstr "Wyświetl licznik obrazów w lewym górnym rogu" 459 459 460 #: administration.php:96 1460 #: administration.php:969 461 461 msgid "Display navigation arrows" 462 462 msgstr "Wyświetl strzałki nawigacyjne" 463 463 464 #: administration.php:9 47464 #: administration.php:955 465 465 msgid "Display options for \"Close\" button" 466 466 msgstr "Opcje przycisku „Zamknij”" 467 467 468 #: administration.php:9 54468 #: administration.php:962 469 469 msgid "Display options for toolbar with buttons at the top" 470 470 msgstr "Opcje paska funkcji z przyciskami u góry" 471 471 472 #: administration.php:9 38472 #: administration.php:946 473 473 msgid "Display thumbnails preview on opening" 474 474 msgstr "Wyświetl podgląd miniatur po otwierciu" … … 478 478 msgstr "Pobierz" 479 479 480 #: administration.php:66 0480 #: administration.php:661 481 481 msgid "E-mail for Open Street Maps Nominatim" 482 482 msgstr "E-mail dla Map Open Street Nominatim" 483 483 484 #: administration.php:58 8484 #: administration.php:589 485 485 msgid "Enable Ajax shortcode" 486 486 msgstr "Aktywuj skrót dla funkcji Ajax" 487 487 488 #: administration.php:70 4 administration.php:1021 administration.php:1064488 #: administration.php:705 administration.php:1029 administration.php:1072 489 489 #, fuzzy 490 490 #| msgid "Enable fullscreen" … … 492 492 msgstr "Włącz tryb pełnoekranowy" 493 493 494 #: administration.php:9 39 administration.php:1062 administration.php:1604494 #: administration.php:947 administration.php:1070 administration.php:1612 495 495 msgid "Enable infinite gallery navigation" 496 496 msgstr "Włącz nieskończoną nawigację po galerii" 497 497 498 #: administration.php:10 19498 #: administration.php:1027 499 499 msgid "" 500 500 "Enable infinite gallery navigation (User can switch between the last and the " … … 504 504 "między ostatnim a pierwszym obrazem)" 505 505 506 #: administration.php:57 8506 #: administration.php:579 507 507 msgid "Enable Infobox/Lightbox for galleries and Infobox for albums" 508 508 msgstr "Włącz Info-okno/Lightbox dla galerii i Info-okno dla albumów" 509 509 510 #: administration.php:61 4510 #: administration.php:615 511 511 msgid "" 512 512 "Enable only if you want to restore default settings on " … … 516 516 "dezaktywacji / aktywacji tej wtyczki." 517 517 518 #: administration.php:12 62518 #: administration.php:1270 519 519 #, fuzzy 520 520 #| msgid "Exclude specific albums or gallerie" … … 522 522 msgstr "Wyklucz określone albumy lub galerie" 523 523 524 #: administration.php:118 1524 #: administration.php:1189 525 525 msgid "EXIF Viewer" 526 526 msgstr "Przeglądarka EXIF " 527 527 528 #: administration.php:1 698528 #: administration.php:1706 529 529 #| msgid "Fancybox 3 bottom caption mini map" 530 530 msgid "Fancybox 3 bottom caption panel mini map" 531 531 msgstr "Mini mapa w w dolnym panelu z opisem Fancybox 3" 532 532 533 #: administration.php:17 08533 #: administration.php:1716 534 534 msgid "Fancybox 3 commerce options" 535 535 msgstr "Komercyjne opcje Fancybox 3" 536 536 537 #: administration.php:9 24537 #: administration.php:932 538 538 msgid "Fancybox 3 Options" 539 539 msgstr "Opcje Fancybox 3" 540 540 541 #: administration.php:151 1541 #: administration.php:1519 542 542 msgid "Fancybox 3 options" 543 543 msgstr "Opcje Fancybox 3" 544 544 545 #: administration.php:17 03545 #: administration.php:1711 546 546 msgid "Fancybox 3 side caption panel left or right location" 547 547 msgstr "Prawe lub lewe położenie panelu z opisem Fancybox 3" 548 548 549 #: administration.php:101 1549 #: administration.php:1019 550 550 msgid "Fancybox Options" 551 551 msgstr "Opcje Fancybox" 552 552 553 #: administration.php:14 79553 #: administration.php:1487 554 554 msgid "Fancybox options" 555 555 msgstr "Opcje Fancybox" … … 565 565 msgstr "Dla parametru \"%1$s\" proszę wpisać liczbę ≥ %2$s i ≤ %3$s!" 566 566 567 #: administration.php:55 7567 #: administration.php:558 568 568 msgid "" 569 569 "For the first 3 options, if there are no albums, any found galleries will be " … … 577 577 msgstr "Pełny ekran" 578 578 579 #: administration.php:102 1 administration.php:1064579 #: administration.php:1029 administration.php:1072 580 580 #, fuzzy 581 581 #| msgid "" … … 588 588 "trybie pełnoekranowym." 589 589 590 #: administration.php:16 63590 #: administration.php:1671 591 591 #| msgid "Fully customized map appearance" 592 592 msgid "Fully customizable map appearance" 593 593 msgstr "W pełni konfigurowalny wygląd mapy" 594 594 595 #: administration.php:16 37595 #: administration.php:1645 596 596 msgid "Future improvements" 597 597 msgstr "Przyszłe udoskonalenia" 598 598 599 #: administration.php:55 3599 #: administration.php:554 600 600 #, fuzzy 601 601 #| msgid " galleries contained in albums" … … 603 603 msgstr "galerii zawartych w albumach" 604 604 605 #: administration.php:16 48605 #: administration.php:1656 606 606 msgid "Galleries sort order" 607 607 msgstr "Kolejność sortowania galerii" 608 608 609 #: administration.php:59 7609 #: administration.php:598 610 610 msgid "Gallery Map" 611 611 msgstr "Mapa Galerii" 612 612 613 #: administration.php:44 3613 #: administration.php:444 614 614 msgid "General" 615 615 msgstr "Ogólne" 616 616 617 #: administration.php:86 4617 #: administration.php:865 618 618 #, fuzzy 619 619 #| msgid "Genaral Infobox/Lightbox options" … … 621 621 msgstr "Opcje ogólne Info-okna/Lightboxów" 622 622 623 #: administration.php:8 86623 #: administration.php:894 624 624 msgid "General Options" 625 625 msgstr "Opcje ogólne" 626 626 627 #: administration.php:16 83627 #: administration.php:1691 628 628 #| msgid "Geo2 (Fancybox 3) style presets" 629 629 msgid "Geo2 (Fancybox 3) colour style presets" 630 630 msgstr "Predefiniowane style kolorystyczne Geo2 (Fancybox 3)" 631 631 632 #: administration.php:16 68632 #: administration.php:1676 633 633 msgid "Geo2 Map Widget" 634 634 msgstr "Widżet Geo2 Mapy" 635 635 636 #: administration.php:1 39 administration.php:140636 #: administration.php:140 administration.php:141 637 637 msgid "Geo2 Maps" 638 638 msgstr "Geo2 Mapy" 639 639 640 640 #. Name of the plugin 641 #: administration.php:41 7641 #: administration.php:418 642 642 msgid "Geo2 Maps Add-on for NextGEN Gallery" 643 643 msgstr "Geo2 Maps - dodatek do NextGEN Gallery" … … 651 651 "mapy ze zdjęciami przy użyciu danych EXIF lub geokodowania." 652 652 653 #: administration.php:45 0653 #: administration.php:451 654 654 msgid "Geo2 Maps Plus" 655 655 msgstr "Geo2 Maps Plus" 656 656 657 #: administration.php:11 37657 #: administration.php:1145 658 658 msgid "GEO2 MAPS PLUS - WIP - COMING IN 2025" 659 659 msgstr "GEO2 MAPS PLUS - W BUDOWIE - SPODZIEWANE W 2025" 660 660 661 #: administration.php:10 8661 #: administration.php:109 662 662 #| msgid "Geo2 Maps Add-on was deactivated." 663 663 msgid "Geo2 Maps Plus Add-on was deactivated." 664 664 msgstr "Geo2 Maps Add-on został dezaktywowany." 665 665 666 #: administration.php:44 4 administration.php:1161666 #: administration.php:445 administration.php:1169 667 667 msgid "Geocoding" 668 668 msgstr "Geokodowanie" 669 669 670 #: administration.php:62 0670 #: administration.php:621 671 671 msgid "Geocoding Provider" 672 672 msgstr "Dostawca Geokodowania" 673 673 674 674 #. 1: HTML link opening tag. 2: HTML link closing tag. 3: HTML link opening tag. 4: HTML link closing tag. 675 #: administration.php:47 6675 #: administration.php:477 676 676 #, fuzzy, php-format 677 677 #| msgid "" … … 686 686 687 687 #. 1: HTML link opening tag. 2: HTML link closing tag. 688 #: administration.php:65 4688 #: administration.php:655 689 689 #, fuzzy, php-format 690 690 #| msgid "Get the MapQuest API Key by following this %slink%s." … … 698 698 msgstr "Współrzędne GPS" 699 699 700 #: administration.php:90 0 administration.php:1023700 #: administration.php:908 administration.php:1031 701 701 msgid "Graphical Options" 702 702 msgstr "Opcje wyglądu" 703 703 704 #: administration.php:71 1 administration.php:738704 #: administration.php:712 administration.php:739 705 705 msgid "Grayscale Dark" 706 706 msgstr "Skala Szarości Jasna" 707 707 708 #: administration.php:71 0 administration.php:737708 #: administration.php:711 administration.php:738 709 709 msgid "Grayscale Light" 710 710 msgstr "Skala Szarości Ciemna " 711 711 712 712 #. 1: HTML link opening tag. 2: HTML link closing tag. 3: HTML link opening tag. 4: HTML link closing tag. 5: HTML link opening tag. 6: HTML link closing tag. 713 #: administration.php:50 7713 #: administration.php:508 714 714 #, fuzzy, php-format 715 715 #| msgid "Here you can create the %1$sAzzure Free Account%2$s." … … 717 717 msgstr "Tutaj możesz utworzyć %1$sDarmowe Konto Azure%2$s." 718 718 719 #: administration.php:14 73719 #: administration.php:1481 720 720 msgid "Hide image description and expand when clicked" 721 721 msgstr "Ukryj opis obrazu i rozwiń po kliknięciu" 722 722 723 #: administration.php:74 5723 #: administration.php:746 724 724 msgid "Hight" 725 725 msgstr "Wysokość" 726 726 727 #: administration.php:15 47727 #: administration.php:1555 728 728 msgid "Horizontal thumbnails preview and automatic orientation" 729 729 msgstr "Horyzonatalny podgląd miniatur i automatyczna orientacja" 730 730 731 #: administration.php:99 1731 #: administration.php:999 732 732 msgid "How to enable Fancybox 3 for Justified Image Grid plugin." 733 733 msgstr "Jak uaktywnić Fancybox 3 dla wtyczki Justified Image Grid." … … 741 741 msgstr "https://wordpress.org/plugins/nextgen-gallery-geo/" 742 742 743 #: administration.php:7 09 administration.php:736743 #: administration.php:710 administration.php:737 744 744 msgid "Hybrid (satellite_road_labels)" 745 745 msgstr "Hybrydowy (satellite_road_labels)" 746 746 747 #: administration.php:97 1747 #: administration.php:979 748 748 msgid "" 749 749 "If no toolbar button is checked above, default buttons: \"zoom\", " … … 758 758 msgstr "Obraz" 759 759 760 #: administration.php:13 53760 #: administration.php:1361 761 761 msgid "Image and border shadow" 762 762 msgstr "Cień obrazu i obramowania" 763 763 764 #: administration.php:10 72764 #: administration.php:1080 765 765 msgid "Image counter style" 766 766 msgstr "Styl licznika obrazów" 767 767 768 #: administration.php:60 4768 #: administration.php:605 769 769 msgid "Image Map" 770 770 msgstr "Mapa z wybranymi obrazami" 771 771 772 #: administration.php:52 8 administration.php:1198772 #: administration.php:529 administration.php:1206 773 773 msgid "Image thumbnails" 774 774 msgstr "Miniatury obrazków" 775 775 776 #: administration.php:55 5776 #: administration.php:556 777 777 #, fuzzy 778 778 #| msgid " images contained in galleries" … … 780 780 msgstr "obrazów zawartych w galeriach" 781 781 782 #: administration.php:51 5782 #: administration.php:516 783 783 msgid "Important: " 784 784 msgstr "Uwaga:" 785 785 786 #: administration.php:137 0786 #: administration.php:1378 787 787 msgid "Individual color for image, gallery and album pins" 788 788 msgstr "Indywidualne kolory dla znacznikow obrazów, galerii i albumów" 789 789 790 #: administration.php:149 0790 #: administration.php:1498 791 791 msgid "Infinite gallery navigation" 792 792 msgstr "Nieprzerwana nawigację po galerii" 793 793 794 #: administration.php:15 52794 #: administration.php:1560 795 795 #, fuzzy 796 796 #| msgid "Ifinite gallery navigation, autostart in fulscreen or slideshow" … … 800 800 "ekranu" 801 801 802 #: administration.php:44 8 administration.php:870802 #: administration.php:449 administration.php:878 803 803 msgid "Infobox" 804 804 msgstr "Info-okno" 805 805 806 #: administration.php:86 7806 #: administration.php:868 807 807 msgid "Infobox / Lightbox Type" 808 808 msgstr "Typ Info-okna / Lightboxu" 809 809 810 #: administration.php:13 86810 #: administration.php:1394 811 811 msgid "Infobox and Lightbox options" 812 812 msgstr "Opcje Info-okna i Lightboxu" 813 813 814 #: administration.php:9 12814 #: administration.php:920 815 815 msgid "" 816 816 "Infobox automatically adjusts its orientation. For portrait images, a " … … 825 825 "Pozostaw pola puste, aby orientacja działała automatycznie." 826 826 827 #: administration.php:9 15827 #: administration.php:923 828 828 msgid "Infobox background color" 829 829 msgstr "Kolor tłą Info-okna" 830 830 831 #: administration.php:14 69831 #: administration.php:1477 832 832 msgid "Infobox dragging" 833 833 msgstr "Przenoszenie Info-okna" 834 834 835 #: administration.php:91 0835 #: administration.php:918 836 836 msgid "Infobox height" 837 837 msgstr "Wysokość Info-okna" 838 838 839 #: administration.php: 896839 #: administration.php:904 840 840 msgid "Infobox Options" 841 841 msgstr "Opcje Info-okna" 842 842 843 #: administration.php:14 38843 #: administration.php:1446 844 844 msgid "Infobox options" 845 845 msgstr "Opcje Info-okna" 846 846 847 #: administration.php:12 57847 #: administration.php:1265 848 848 msgid "Infobox or Lightbox for galleries or albums" 849 849 msgstr "Info-okno lub Lightbox dla galerii lub albumów" 850 850 851 #: administration.php:1 693851 #: administration.php:1701 852 852 msgid "Infobox pointer and position offset option" 853 853 msgstr "Opcja wskaźnika i przesunięcia położenia Info-okna" 854 854 855 #: administration.php:14 49855 #: administration.php:1457 856 856 msgid "Infobox size override" 857 857 msgstr "Definiowanie wielkości Info-okna" 858 858 859 #: administration.php:9 07859 #: administration.php:915 860 860 msgid "Infobox size override:" 861 861 msgstr "Zdefiniuj wielkość Info-okna:" 862 862 863 #: administration.php:9 17863 #: administration.php:925 864 864 msgid "Infobox text color" 865 865 msgstr "Kolor textu Info-okna" 866 866 867 #: administration.php:9 09867 #: administration.php:917 868 868 msgid "Infobox width" 869 869 msgstr "Szerokość Info-okna" 870 870 871 #: administration.php:14 17871 #: administration.php:1425 872 872 msgid "Infobox with Lightbox" 873 873 msgstr "Info-okno z Lightboxem" 874 874 875 #: administration.php:5 49875 #: administration.php:550 876 876 msgid "Insert maps automatically when a gallery or an album is used" 877 877 msgstr "" … … 887 887 msgstr "Szerokść geo." 888 888 889 #: administration.php:9 29889 #: administration.php:937 890 890 msgid "Layout Options" 891 891 msgstr "Opcje układu" 892 892 893 #: administration.php:75 1893 #: administration.php:752 894 894 msgid "Left side offset" 895 895 msgstr "Odsunięcie od lewej strony" 896 896 897 #: functions.php:83 2897 #: functions.php:837 898 898 msgid "Lens" 899 899 msgstr "Obiektyw" 900 900 901 #: administration.php:11 06901 #: administration.php:1114 902 902 #, fuzzy 903 903 #| msgid "Lines & Polygons Color" … … 905 905 msgstr "Kolor linii i wielokątów" 906 906 907 #: administration.php:11 04907 #: administration.php:1112 908 908 msgid "Lines & Polygons Width" 909 909 msgstr "Szerokość linii i wielokątów" 910 910 911 #: administration.php:58 5911 #: administration.php:586 912 912 msgid "Load map on demand" 913 913 msgstr "Załaduj mapę na żądanie" 914 914 915 #: administration.php:11 66915 #: administration.php:1174 916 916 #| msgid "Load map on demand - Ajax Mode" 917 917 msgid "Load map on demand in Ajax Mode" 918 918 msgstr "Załaduj mapę na żądanie w trybie Ajax" 919 919 920 #: administration.php:59 0920 #: administration.php:591 921 921 msgid "" 922 922 "Loading maps may significantly increase a page opening time. This option " … … 926 926 "załadować je tylko na żądanie użytkownika." 927 927 928 #: administration.php:71 6928 #: administration.php:717 929 929 #| msgid "Locate Me button (dependent on Dashboard option)" 930 930 msgid "Locate Me button (dependent on Dashboard visibility)" … … 935 935 msgstr "Długość geo." 936 936 937 #: administration.php:73 3937 #: administration.php:734 938 938 msgid "Main map style" 939 939 msgstr "Styl Mini Mapy" 940 940 941 #: functions.php:126 1941 #: functions.php:1269 942 942 msgid "Map" 943 943 msgstr "Mapa" 944 944 945 #: administration.php:68 8945 #: administration.php:689 946 946 msgid "Map Height" 947 947 msgstr "Wysokość Mapy" 948 948 949 #: administration.php:68 1 administration.php:1268949 #: administration.php:682 administration.php:1276 950 950 msgid "Map Options" 951 951 msgstr "Opcje Mapy" 952 952 953 #: administration.php:11 56953 #: administration.php:1164 954 954 msgid "Map Provider" 955 955 msgstr "Usługodawca map" 956 956 957 #: administration.php:46 5957 #: administration.php:466 958 958 msgid "Map Service Provider" 959 959 msgstr "Usługodawca Serwisu Mapowego" 960 960 961 #: administration.php:70 6961 #: administration.php:707 962 962 msgid "Map Style" 963 963 msgstr "Styl Mapy" 964 964 965 #: administration.php:1 294965 #: administration.php:1302 966 966 msgid "Map style: Grayscale Light, Grayscale Dark, Night, Road Shaded Relief" 967 967 msgstr "" … … 969 969 "Cieniowana Rzeźba" 970 970 971 #: administration.php:1 299971 #: administration.php:1307 972 972 msgid "Map style: High Contrast Light, High Contrast Dark" 973 973 msgstr "Styl mapy: Wysoki kontrast jasny, Wysoki kontrast ciemny" 974 974 975 #: administration.php:69 0975 #: administration.php:691 976 976 msgid "Map Width" 977 977 msgstr "Szerokość Mapy" 978 978 979 #: administration.php:12 52979 #: administration.php:1260 980 980 msgid "Map with albums and/or galleries" 981 981 msgstr "Mapa z albumami i/lub galeriami" 982 982 983 #: administration.php:117 1983 #: administration.php:1179 984 984 msgid "Map with selected images" 985 985 msgstr "Mapa z wybranymi obrazami" 986 986 987 #: administration.php:11 76987 #: administration.php:1184 988 988 msgid "Map with tagged images" 989 989 msgstr "Mapa zdjęć z etykietami" 990 990 991 #: administration.php:12 74991 #: administration.php:1282 992 992 msgid "Map zoom level, dimensions and fullscreen" 993 993 msgstr "Poziom powiększenia mapy, wymiary i pełny ekran" 994 994 995 #: administration.php:6 49995 #: administration.php:650 996 996 msgid "MapQuest API Key" 997 997 msgstr "Klucz MapQuest API" … … 1001 1001 msgstr "Weryfikacja klucza API MapQuest nieudana!" 1002 1002 1003 #: administration.php:44 51003 #: administration.php:446 1004 1004 msgid "Maps" 1005 1005 msgstr "Mapy" 1006 1006 1007 #: administration.php:12 251007 #: administration.php:1233 1008 1008 msgid "Maps with albums and/or galleries or images" 1009 1009 msgstr "Mapa z albumami i/lub galeriami lub obrazami" 1010 1010 1011 #: administration.php:122 01011 #: administration.php:1228 1012 1012 msgid "Maps with images contained in galleries" 1013 1013 msgstr "Mapy z obrazmi zawartymi w galeriach" 1014 1014 1015 #: administration.php:10 421015 #: administration.php:1050 1016 1016 #, fuzzy 1017 1017 #| msgid "Space between viewport and Fancybox wrapper in px" … … 1019 1019 msgstr "Odstęp/margines między oknem przeglądarki a oknem Fancybox w px" 1020 1020 1021 #: administration.php:7 29 administration.php:12841021 #: administration.php:730 administration.php:1292 1022 1022 msgid "Mini Map" 1023 1023 msgstr "Mini Mapa" 1024 1024 1025 #: administration.php:16 731025 #: administration.php:1681 1026 1026 msgid "Mini Map left or right location" 1027 1027 msgstr "Położenie Mini Mapy po lewej lub prawej stronie" 1028 1028 1029 #: administration.php:74 41029 #: administration.php:745 1030 1030 msgid "Mini Map size and offset" 1031 1031 msgstr "Wielkość i odsunięcie Mini Mapy" 1032 1032 1033 #: administration.php:73 21033 #: administration.php:733 1034 1034 msgid "Mini Map Style" 1035 1035 msgstr "Styl Mini Mapy" 1036 1036 1037 #: administration.php:14 641037 #: administration.php:1472 1038 1038 msgid "Multiple Infoboxes" 1039 1039 msgstr "Wielokrotne Info-okna" 1040 1040 1041 #: administration.php:12 891041 #: administration.php:1297 1042 1042 #, fuzzy 1043 1043 #| msgid "" … … 1054 1054 msgstr "Następny" 1055 1055 1056 #: administration.php:14 221056 #: administration.php:1430 1057 1057 msgid "NextGEN Gallery Lightbox Override Mode" 1058 1058 msgstr "Tryb nadpisywania przeglądarki zdjęć Lightbox z Galerii NextGEN" 1059 1059 1060 #: administration.php:71 2 administration.php:7391060 #: administration.php:713 administration.php:740 1061 1061 msgid "Night" 1062 1062 msgstr "Nocny" 1063 1063 1064 #: administration.php:9 321064 #: administration.php:940 1065 1065 msgid "No caption" 1066 1066 msgstr "Bez panelu z opisem" 1067 1067 1068 #: administration.php:15 171068 #: administration.php:1525 1069 1069 msgid "No caption and bottom caption panel" 1070 1070 msgstr "Bez panela z opisem i dolny panel z opisem " 1071 1071 1072 #: administration.php:8 831072 #: administration.php:891 1073 1073 msgid "no Lightbox plugin, no Infobox" 1074 1074 msgstr "bez wtyczki Lightbox, bez Info-okna" 1075 1075 1076 #: administration.php:47 2 administration.php:628 administration.php:6381076 #: administration.php:473 administration.php:629 administration.php:639 1077 1077 msgid "NOT ACTIVATED" 1078 1078 msgstr "NIE AKTYWOWANY" … … 1083 1083 1084 1084 #. 1: HTML link opening tag. 2: HTML link closing tag. 1085 #: administration.php:72 31085 #: administration.php:724 1086 1086 #, fuzzy, php-format 1087 1087 #| msgid "" … … 1095 1095 "%1$sWarunki Korzystania z Platformy API Bing Maps%2$s!" 1096 1096 1097 #: administration.php:10 451097 #: administration.php:1053 1098 1098 msgid "Opacity of background overlay from 0 (opaque) to 1 (transparent)" 1099 1099 msgstr "Nieprzezroczystość tła od 0 (nieprzezroczyste) do 1 (przezroczyste)" 1100 1100 1101 #: administration.php:10 691101 #: administration.php:1077 1102 1102 msgid "Opacity of background overlay from 0 (transparent) to 1 (opaque)" 1103 1103 msgstr "Przezroczystość podkładu od 0 (przezroczyste) do 1 (nieprzezroczyste)" 1104 1104 1105 #: administration.php:124 01105 #: administration.php:1248 1106 1106 msgid "Option to block Auto Mode" 1107 1107 msgstr "Opcja blokowania trybu Auto" 1108 1108 1109 #: administration.php:12 351109 #: administration.php:1243 1110 1110 msgid "Option to disable with other maps" 1111 1111 msgstr "Opcja dezaktywacji z innymi mapami" 1112 1112 1113 #: administration.php:9 02 administration.php:14441113 #: administration.php:910 administration.php:1452 1114 1114 msgid "Overlap image title and description on top of Infobox thumbnail" 1115 1115 msgstr "Nałuż tytuł i opis obrazu na miniaturę Info-okna" 1116 1116 1117 #: administration.php:9 751117 #: administration.php:983 1118 1118 msgid "Override Fancybox 3 colors with the values below" 1119 1119 msgstr "Zastąp kolory Fancybox 3 wartościami poniżej" 1120 1120 1121 #: administration.php:10 391121 #: administration.php:1047 1122 1122 #, fuzzy 1123 1123 #| msgid "Space between Fancybox wrapper and content in px" … … 1125 1125 msgstr "Odstęp pomiędzy otoczką Fancybox a zawartością w px" 1126 1126 1127 #: administration.php:113 11127 #: administration.php:1139 1128 1128 #, fuzzy 1129 1129 #| msgid "" … … 1138 1138 "wszystkich mapach." 1139 1139 1140 #: administration.php:11 151140 #: administration.php:1123 1141 1141 msgid "Path to route file" 1142 1142 msgstr "Ścieżka do pliku trasy" … … 1146 1146 msgstr "Zatrzymaj pokaz slajdów" 1147 1147 1148 #: administration.php:84 21148 #: administration.php:843 1149 1149 msgid "Pin Hover Scale (Mouse Over)" 1150 1150 msgstr "Powiekszenia znaczników po najechaniu kursorem myszy" 1151 1151 1152 #: administration.php:138 01152 #: administration.php:1388 1153 1153 msgid "Pins clustering" 1154 1154 msgstr "Grupowanie znacznikó" 1155 1155 1156 #: administration.php:13 751156 #: administration.php:1383 1157 1157 msgid "Pins from image or SVG file" 1158 1158 msgstr "Znaczniki z obrazów i plików SVG" … … 1198 1198 "Podaj poprawny adres URL! Dopuszczalne protokoły: http, https, ftp, ftps." 1199 1199 1200 #: administration.php:7 11200 #: administration.php:72 1201 1201 msgid "" 1202 1202 "Please install the NextGEN Gallery plugin before activation of the Geo2 Maps " … … 1205 1205 1206 1206 #. 1: HTML link opening tag. 2: HTML link closing tag. 3: HTML link opening tag. 4: HTML link closing tag. 1207 #: administration.php:66 51207 #: administration.php:666 1208 1208 #, fuzzy, php-format 1209 1209 #| msgid "" … … 1230 1230 msgstr "Spróbuj ponownie później." 1231 1231 1232 #: administration.php:13 581232 #: administration.php:1366 1233 1233 msgid "Pointer" 1234 1234 msgstr "Wskaźnik" 1235 1235 1236 #: administration.php:111 11236 #: administration.php:1119 1237 1237 msgid "Polygon Fill Color" 1238 1238 msgstr "Kolor Wypełnienia Wielokątów" 1239 1239 1240 #: administration.php:163 11240 #: administration.php:1639 1241 1241 #| msgid "Polyline and Polygon edge width and colors override" 1242 1242 msgid "Polyline and polygon edge width and colors override" 1243 1243 msgstr "Zmiana grubości i koloru polilini i krawędzi wielokąta" 1244 1244 1245 #: administration.php:9 34 administration.php:15221245 #: administration.php:942 administration.php:1530 1246 1246 msgid "Prevent bottom caption to overlap the content" 1247 1247 msgstr "Zapobiegaj nakładaniu się dolnego panelu z opisem na tło obrazu" 1248 1248 1249 #: administration.php:11 861249 #: administration.php:1194 1250 1250 msgid "Preview Map" 1251 1251 msgstr "Podgląd mapy" … … 1255 1255 msgstr "Poprzedni" 1256 1256 1257 #: administration.php:81 21257 #: administration.php:813 1258 1258 msgid "Pushpin Color for Albums" 1259 1259 msgstr "Kolor Znacznika dla Albumów" 1260 1260 1261 #: administration.php:80 51261 #: administration.php:806 1262 1262 msgid "Pushpin Color for Galleries" 1263 1263 msgstr "Kolor Znacznika dla Galerii" 1264 1264 1265 #: administration.php:82 61265 #: administration.php:827 1266 1266 msgid "Pushpin Icon Type" 1267 1267 msgstr "Typ Ikony Znaczników" 1268 1268 1269 #: administration.php:8 191269 #: administration.php:820 1270 1270 msgid "Pushpin Secondary Color" 1271 1271 msgstr "Kolor Drugorzędny Znaczników" 1272 1272 1273 #: administration.php:44 7 administration.php:529 administration.php:12031273 #: administration.php:448 administration.php:530 administration.php:1211 1274 1274 msgid "Pushpins" 1275 1275 msgstr "Znaczniki (tzw. Pineski)" 1276 1276 1277 #: administration.php:1 0971277 #: administration.php:1105 1278 1278 msgid "Pushpins & Icons (Points) Scale" 1279 1279 msgstr "Powiększenie Znaczników (punktów) i Ikon " 1280 1280 1281 #: administration.php:1 0991281 #: administration.php:1107 1282 1282 msgid "Pushpins (Points) Color" 1283 1283 msgstr "Kolor Znaczników (Punktów)" 1284 1284 1285 #: administration.php:79 81285 #: administration.php:799 1286 1286 #, fuzzy 1287 1287 #| msgid "Pushpin Color for Images" … … 1289 1289 msgstr "Kolor Znacznika dla zdjęć" 1290 1290 1291 #: administration.php:79 5 administration.php:13641291 #: administration.php:796 administration.php:1372 1292 1292 msgid "Pushpins options" 1293 1293 msgstr "Opcje znaczjików (pinesek)" 1294 1294 1295 #: administration.php:1 1921295 #: administration.php:1200 1296 1296 msgid "Pushpins Type" 1297 1297 msgstr "Typy znaczików" 1298 1298 1299 #: administration.php:12 081299 #: administration.php:1216 1300 1300 msgid "Pushpins with thumbnails on hover" 1301 1301 msgstr "Znaczniki z pokazującymi się po najechaniu na nie miniaturami" 1302 1302 1303 #: administration.php:13 281303 #: administration.php:1336 1304 1304 msgid "Rectangular" 1305 1305 msgstr "Prostokątne" 1306 1306 1307 #: administration.php:76 61307 #: administration.php:767 1308 1308 msgid "Rectangular thumbnails" 1309 1309 msgstr "Prostokątne miniatury" 1310 1310 1311 #: administration.php:13 381311 #: administration.php:1346 1312 1312 msgid "Rectangular thumbnails with round corners" 1313 1313 msgstr "Prostokątne z zaokrąglonymi narożnikami" 1314 1314 1315 #: administration.php:1 5991315 #: administration.php:1607 1316 1316 msgid "Resizing and the initial size" 1317 1317 msgstr "Zmiana wielkości i wielkość początkowa" 1318 1318 1319 #: administration.php:61 21319 #: administration.php:613 1320 1320 msgid "Restore default settings" 1321 1321 msgstr "Przywróć ustawienia domyślne" 1322 1322 1323 #: administration.php:70 7 administration.php:7341323 #: administration.php:708 administration.php:735 1324 1324 msgid "Road" 1325 1325 msgstr "Drogowy" 1326 1326 1327 #: administration.php:71 3 administration.php:7401327 #: administration.php:714 administration.php:741 1328 1328 msgid "Road Shaded Relief" 1329 1329 msgstr "Drogowa Cieniowana Rzeźba" 1330 1330 1331 #: administration.php:13 331331 #: administration.php:1341 1332 1332 msgid "Round" 1333 1333 msgstr "Okrągłe" 1334 1334 1335 #: administration.php:14 591335 #: administration.php:1467 1336 1336 msgid "Round corners" 1337 1337 msgstr "Zaokrąglone narożniki" 1338 1338 1339 #: administration.php:76 71339 #: administration.php:768 1340 1340 msgid "Round thumbnails" 1341 1341 msgstr "Okrągłe miniatury" 1342 1342 1343 #: administration.php:162 01343 #: administration.php:1628 1344 1344 msgid "Route options" 1345 1345 msgstr "Opcje tras" 1346 1346 1347 #: administration.php:4 49 administration.php:10931347 #: administration.php:450 administration.php:1101 1348 1348 msgid "Routes" 1349 1349 msgstr "Trasy" 1350 1350 1351 #: administration.php:70 8 administration.php:7351351 #: administration.php:709 administration.php:736 1352 1352 msgid "Satellite" 1353 1353 msgstr "Satelitarny" 1354 1354 1355 #: administration.php:45 61355 #: administration.php:457 1356 1356 msgid "Save Changes" 1357 1357 msgstr "Zapisz zmiany" 1358 1358 1359 #: administration.php:10 17 administration.php:14851359 #: administration.php:1025 administration.php:1493 1360 1360 msgid "Scale image box to fit in viewport" 1361 1361 msgstr "Skaluj obrazu, aby zmieścić się w oknie przeglądarki" 1362 1362 1363 #: administration.php:71 71363 #: administration.php:718 1364 1364 msgid "Scalebar" 1365 1365 msgstr "Pasek skali" 1366 1366 1367 #: administration.php:55 11367 #: administration.php:552 1368 1368 msgid "Select a desired option below to create a map for:" 1369 1369 msgstr "Wybierz pożądaną opcję poniżej, aby utworzyć mapę dla:" 1370 1370 1371 #: administration.php:57 21371 #: administration.php:573 1372 1372 msgid "Select a desired option below to include:" 1373 1373 msgstr "Wybierz pożądaną opcję poniżej, aby uwzględnić:" … … 1377 1377 msgstr "Odpowiedz serwera:" 1378 1378 1379 #: administration.php:16 781379 #: administration.php:1686 1380 1380 msgid "Set and save GPS coordinates" 1381 1381 msgstr "Ustaw i zapisz coordynaty GPS" 1382 1382 1383 #: administration.php:4 61383 #: administration.php:47 1384 1384 msgid "Settings saved." 1385 1385 msgstr "Ustawienia zostały zapisane." … … 1389 1389 msgstr "Udostępnij" 1390 1390 1391 #: administration.php:16 431391 #: administration.php:1651 1392 1392 msgid "Shortcode Editor" 1393 1393 msgstr "Edytor kodu Shortcode" 1394 1394 1395 #: administration.php:10 251395 #: administration.php:1033 1396 1396 msgid "Show \"Close\" button" 1397 1397 msgstr "Pokaż przycisk „Zamknij”" 1398 1398 1399 #: administration.php:1 4951399 #: administration.php:1503 1400 1400 #, fuzzy 1401 1401 #| msgid "Show \"Close\" button, navigation arrows, image tytle and position" … … 1404 1404 "Pokaż przycisk \"Zamknij\", strzałki nawigacyjne, tytuł obrazu i położenie" 1405 1405 1406 #: administration.php:74 21406 #: administration.php:743 1407 1407 #, fuzzy 1408 1408 #| msgid "Show open at start" … … 1410 1410 msgstr "Pokaż otwartą po otworzeniu głównej mapy" 1411 1411 1412 #: administration.php:14 071412 #: administration.php:1415 1413 1413 msgid "Show copyrights or artist name" 1414 1414 msgstr "Pokaż prawa autorskie zdjęcia lub nazwę twórcy" 1415 1415 1416 #: administration.php:1 3971416 #: administration.php:1405 1417 1417 #| msgid "Show Exif and GPS data" 1418 1418 msgid "Show EXIF and GPS data" 1419 1419 msgstr "Pokaż dane EXIF i GPS" 1420 1420 1421 #: administration.php:8 881421 #: administration.php:896 1422 1422 msgid "" 1423 1423 "Show EXIF information: Created Date, Camera, Aperture, Focal length, ISO, " … … 1427 1427 "Szybkość migawki" 1428 1428 1429 #: administration.php:15 621429 #: administration.php:1570 1430 1430 #| msgid "Show Fancybox and Twitter buttons" 1431 1431 msgid "Show Facebook and Twitter buttons" 1432 1432 msgstr "Pokaż przyciski Facebook i Twitter" 1433 1433 1434 #: administration.php:8 87 administration.php:13921434 #: administration.php:895 administration.php:1400 1435 1435 msgid "Show gallery title and description" 1436 1436 msgstr "Pokaż tytuł i opis galerii" 1437 1437 1438 #: administration.php:8 891438 #: administration.php:897 1439 1439 msgid "Show GPS coordinates" 1440 1440 msgstr "Pokaż współrzędne GPS" 1441 1441 1442 #: administration.php:53 71442 #: administration.php:538 1443 1443 msgid "Show image or gallery title below thumbs or pushpins" 1444 1444 msgstr "Pokaż tytuł obrazu lub galerii poniżej znaczników i miniatur" 1445 1445 1446 #: administration.php:14 021446 #: administration.php:1410 1447 1447 msgid "Show image tags" 1448 1448 msgstr "Pokaż etykiety obrazu" 1449 1449 1450 #: administration.php:10 291450 #: administration.php:1037 1451 1451 msgid "Show image title" 1452 1452 msgstr "Pokaż tytuł obrazu" 1453 1453 1454 #: administration.php:10 271454 #: administration.php:1035 1455 1455 msgid "Show navigation arrows" 1456 1456 msgstr "Pokaż strzałki nawigacyjne" 1457 1457 1458 #: administration.php:15 571458 #: administration.php:1565 1459 1459 msgid "Show specific buttons, navigation arrows, counter" 1460 1460 msgstr "Pokaż określone przyciski, strzałki nawigacyjne, licznik" 1461 1461 1462 #: administration.php:13 161462 #: administration.php:1324 1463 1463 #, fuzzy 1464 1464 #| msgid "Show text/Alt Text on pins/tumbnails head" … … 1466 1466 msgstr "Pokaż tekst/ALT Text na znaczniku/miniaturze" 1467 1467 1468 #: administration.php:5 391468 #: administration.php:540 1469 1469 msgid "Show thumbnail Caption (subtitle) below the Title" 1470 1470 msgstr "Pokaż opis (podtytuł) znacznika/miniatury poniżej tytułu" 1471 1471 1472 #: administration.php:131 11472 #: administration.php:1319 1473 1473 msgid "Show title and caption" 1474 1474 msgstr "Pokaż tytuł i opis" … … 1478 1478 msgstr "Czas naświetlenia" 1479 1479 1480 #: administration.php:15 321480 #: administration.php:1540 1481 1481 msgid "Side caption panel mini map with images location" 1482 1482 msgstr "Panel boczny z mini mapą z położeniem obrazów" 1483 1483 1484 #: administration.php:108 11484 #: administration.php:1089 1485 1485 msgid "Size Options" 1486 1486 msgstr "Opcje Wielkości" 1487 1487 1488 #: administration.php:15 721488 #: administration.php:1580 1489 1489 msgid "Slideshow speed" 1490 1490 msgstr "Prędkość pokazu slajdów" 1491 1491 1492 #: administration.php:9 421492 #: administration.php:950 1493 1493 msgid "Slideshow Speed in ms (1000ms = 1s)" 1494 1494 msgstr "Prędkość pokazu slajdów w ms (1000ms = 1s)" 1495 1495 1496 #: administration.php:15 271496 #: administration.php:1535 1497 1497 msgid "Sliding or fixed side caption panel" 1498 1498 msgstr "Wysuwany lub stały panel boczny z opisem" 1499 1499 1500 #: administration.php:10 571500 #: administration.php:1065 1501 1501 msgid "Slimbox 2 Options" 1502 1502 msgstr "Opcje Slimbox 2" 1503 1503 1504 #: administration.php:1 5931504 #: administration.php:1601 1505 1505 msgid "Slimbox 2 options" 1506 1506 msgstr "Opcje Slimbox 2" … … 1514 1514 msgstr "Kod statusu:" 1515 1515 1516 #: administration.php:16 261516 #: administration.php:1634 1517 1517 msgid "Support for GPX, XML, KMZ, KML and GeoRSS files" 1518 1518 msgstr "Obsługa plików GPX, XML, KMZ, KML i GeoRSS" 1519 1519 1520 #: administration.php:10 791520 #: administration.php:1087 1521 1521 msgid "" 1522 1522 "Text value allows you to customize, translate or disable the counter text " … … 1533 1533 "licznika." 1534 1534 1535 #: administration.php:78 21535 #: administration.php:783 1536 1536 msgid "" 1537 1537 "The border is created outside of a thumbnail image for values larger than 0." … … 1540 1540 "miniatury." 1541 1541 1542 #: administration.php:64 71542 #: administration.php:648 1543 1543 msgid "" 1544 1544 "The geocoding function tries to find the location of a gallery using it's " … … 1548 1548 "tytułu, jeśli nie ma dostępnych współrzędnych." 1549 1549 1550 #: administration.php:10 841550 #: administration.php:1092 1551 1551 msgid "The initial height of the box in pixels" 1552 1552 msgstr "Początkowa wysokość okna w pikselach" 1553 1553 1554 #: administration.php:10 821554 #: administration.php:1090 1555 1555 msgid "The initial width of the box in pixels" 1556 1556 msgstr "Początkowa szerokość okna w pikselach" 1557 1558 #: administration.php:872 1559 msgid "" 1560 "The lightbox function is an integral part of this plugin and requires the " 1561 "necessary scripts to be loaded during page initialisation. Currently, you " 1562 "can either disable the Lightbox/Infobox entirely or enable the Infobox for " 1563 "individual maps." 1564 msgstr "" 1565 "Funkcja Lightbox jest integralną częścią tej wtyczki i wymaga załadowania " 1566 "niezbędnych skryptów podczas inicjalizacji strony. Obecnie możliwe jest " 1567 "jedynie wyłączenie Lightboxa/Infoboxa lub włączenie Infoboxa dla " 1568 "poszczególnych map." 1557 1569 1558 1570 #: geo2-fancybox3-worldmap.php:195 geo2-fancybox3.php:231 … … 1560 1572 msgstr "Żądana zawartość nie może zostać załadowana." 1561 1573 1562 #: administration.php:53 81574 #: administration.php:539 1563 1575 msgid "The style of this text can not be changed." 1564 1576 msgstr "Styl tego tekstu nie może zostać zmieniony." 1565 1577 1566 #: administration.php:112 01578 #: administration.php:1128 1567 1579 msgid "" 1568 1580 "There is a support for pushpins, polylines and polygons in the imported file." … … 1570 1582 "Z wybranego pliku mogą być zaimportowane znaczniki, polilinie i wielokąty." 1571 1583 1572 #: administration.php:70 41584 #: administration.php:705 1573 1585 msgid "" 1574 1586 "This option shows a button that opens the map in full-screen mode, expanding " … … 1578 1590 "rozszerzając ją na cały ekran fizyczny, a nie tylko na okno przeglądarki." 1579 1591 1580 #: administration.php:54 01592 #: administration.php:541 1581 1593 #, fuzzy 1582 1594 #| msgid "" … … 1593 1605 "tytułu i włączenia jej powyżej." 1594 1606 1595 #: administration.php:9 031607 #: administration.php:911 1596 1608 msgid "" 1597 1609 "This option will place gallery title, gallery description, image title and " … … 1602 1614 1603 1615 #. 1: HTML link opening tag. 2: HTML link closing tag. 1604 #: administration.php:42 21616 #: administration.php:423 1605 1617 #, php-format 1606 1618 msgid "This plugin is an add-on for the %1$sNextGEN Gallery%2$s plugin." 1607 1619 msgstr "Ten plugin jest dodatkiem do pluginu %1$sNextGEN Gallery%2$s." 1608 1620 1609 #: administration.php:44 6geo2-fancybox3-worldmap.php:1991621 #: administration.php:447 geo2-fancybox3-worldmap.php:199 1610 1622 #: geo2-fancybox3.php:235 1611 1623 msgid "Thumbnails" 1612 1624 msgstr "Miniatury" 1613 1625 1614 #: administration.php:53 51626 #: administration.php:536 1615 1627 msgid "Thumbnails and Pushpins common options" 1616 1628 msgstr "Wspólne opcje Miniatur i Znaczników" 1617 1629 1618 #: administration.php:13 051630 #: administration.php:1313 1619 1631 msgid "Thumbnails and Pushpins options" 1620 1632 msgstr "Opcje Miniatur i Znaczników (Pinesek)" 1621 1633 1622 #: administration.php:78 01634 #: administration.php:781 1623 1635 #, fuzzy 1624 1636 #| msgid "Thumbnail border (frame) width" … … 1626 1638 msgstr "Szerokość ramki miniatury" 1627 1639 1628 #: administration.php:78 41640 #: administration.php:785 1629 1641 #, fuzzy 1630 1642 #| msgid "Thumbnail border color" … … 1632 1644 msgstr "Kolor ramki miniatury" 1633 1645 1634 #: administration.php:77 01646 #: administration.php:771 1635 1647 msgid "Thumbnails image height" 1636 1648 msgstr "Wysokość obrazu miniatury" 1637 1649 1638 #: administration.php:77 71650 #: administration.php:778 1639 1651 msgid "Thumbnails image radius" 1640 1652 msgstr "Promień obrazu miniatury" 1641 1653 1642 #: administration.php:77 31654 #: administration.php:774 1643 1655 msgid "Thumbnails image width" 1644 1656 msgstr "Szerokość obrazu miniatury" 1645 1657 1646 #: administration.php:76 3 administration.php:13221658 #: administration.php:764 administration.php:1330 1647 1659 msgid "Thumbnails options" 1648 1660 msgstr "Opcje miniatur" 1649 1661 1650 #: administration.php:52 51662 #: administration.php:526 1651 1663 msgid "Thumbnails or Pushpins" 1652 1664 msgstr "Miniatury i Znaczniki" 1653 1665 1654 #: administration.php:15 421666 #: administration.php:1550 1655 1667 msgid "Thumbnails preview vertical orientation" 1656 1668 msgstr "Pionowa orientacja podgląd miniatur" 1657 1669 1658 #: administration.php:76 51670 #: administration.php:766 1659 1671 #, fuzzy 1660 1672 #| msgid "Thumbnails Shape" … … 1662 1674 msgstr "Szerokość miniatury" 1663 1675 1664 #: administration.php:77 51676 #: administration.php:776 1665 1677 #, fuzzy 1666 1678 #| msgid "" … … 1674 1686 "Powyższe wymiary to maksymalne wymiary w px." 1675 1687 1676 #: administration.php:98 01688 #: administration.php:988 1677 1689 msgid "Thumbs preview background color" 1678 1690 msgstr "Kolor tła podglądu miniatur" 1679 1691 1680 #: administration.php:10 321692 #: administration.php:1040 1681 1693 #, fuzzy 1682 1694 #| msgid "Title position" … … 1684 1696 msgstr "Położenie tytułu" 1685 1697 1686 #: administration.php:9 631698 #: administration.php:971 1687 1699 msgid "Toolbar buttons:" 1688 1700 msgstr "Przyciski paska funkcji:" 1689 1701 1690 #: administration.php:56 11702 #: administration.php:562 1691 1703 msgid "Top of the page" 1692 1704 msgstr "Na górze strony" 1693 1705 1694 #: administration.php:7 491706 #: administration.php:750 1695 1707 msgid "Top offset" 1696 1708 msgstr "Odsunięcie od góry" 1697 1709 1698 #: administration.php:123 01710 #: administration.php:1238 1699 1711 msgid "Top or bottom placement" 1700 1712 msgstr "Położenie na górze lub na dole strony" 1701 1713 1702 #: administration.php:15 05 administration.php:1577 administration.php:16141714 #: administration.php:1513 administration.php:1585 administration.php:1622 1703 1715 msgid "Transitions type and speed" 1704 1716 msgstr "Typ i szybkość przekształcenia" 1705 1717 1706 #: administration.php:15 821718 #: administration.php:1590 1707 1719 msgid "Translations: German, Polish, Spanish" 1708 1720 msgstr "Tłumaczenia: Niemieckie, Polskie, Hiszpańskie" 1709 1721 1710 #: administration.php:14 121722 #: administration.php:1420 1711 1723 msgid "Types: Infobox, Fancybox, Slimbox 2 or Fancybox 3" 1712 1724 msgstr "Typy: Info-okno, Lightbox, Fancybox, Slimbox 2 lub Fancybox 3" 1713 1725 1714 #: administration.php:11 391726 #: administration.php:1147 1715 1727 msgid "" 1716 1728 "Upgrade to much more powerful version of the Geo2 Maps with expanded " … … 1722 1734 "możliwością odtwarzania filmów i to wszytstko z wieloma opcjami adaptacji." 1723 1735 1724 #: administration.php:11 171736 #: administration.php:1125 1725 1737 msgid "Upload file" 1726 1738 msgstr "" 1727 1739 1728 #: administration.php:14 271740 #: administration.php:1435 1729 1741 #, fuzzy 1730 1742 #| msgid "URL link to a specific web page insted of Infobox or Lightbox" … … 1734 1746 "Lightboxa" 1735 1747 1736 #: administration.php:11 321748 #: administration.php:1140 1737 1749 msgid "" 1738 1750 "Use a path starting with: \"http://...\" or \"https://...\". Accepted are " … … 1746 1758 ", GeoRSS, GeoJSON, GML (Geography Markup Language) i Spatial CSV." 1747 1759 1748 #: administration.php:15 371760 #: administration.php:1545 1749 1761 msgid "Video support and video options" 1750 1762 msgstr "Wsparcie obsługi wideo i opcje wideo" 1751 1763 1752 #: administration.php:32 61764 #: administration.php:327 1753 1765 msgid "Warning" 1754 1766 msgstr "Ostrzeżenie" 1755 1767 1756 #: administration.php:59 11768 #: administration.php:592 1757 1769 msgid "" 1758 1770 "When the Ajax shortcode option above is enabled and the shortcode below is " … … 1766 1778 "załaduje i otworzy tę mapę." 1767 1779 1768 #: administration.php:58 01780 #: administration.php:581 1769 1781 #, fuzzy 1770 1782 #| msgid "" … … 1785 1797 "galerię." 1786 1798 1787 #: administration.php:71 41799 #: administration.php:715 1788 1800 msgid "Which elements should be displayed?" 1789 1801 msgstr "Które elementy powinny być wyświetlone?" 1790 1802 1791 #: administration.php:74 71803 #: administration.php:748 1792 1804 msgid "Width" 1793 1805 msgstr "Szerokość" 1794 1806 1795 #: administration.php:102 1 administration.php:10641807 #: administration.php:1029 administration.php:1072 1796 1808 msgid "" 1797 1809 "With this option enabled Lightbox will open not in a full browser window but " … … 1801 1813 "lecz na pełnym ekranie fizycznym." 1802 1814 1803 #: administration.php:56 7 administration.php:12461815 #: administration.php:568 administration.php:1254 1804 1816 msgid "Worldmap" 1805 1817 msgstr "Mapa Świata (Worldmap)" 1806 1818 1807 #: administration.php:57 01819 #: administration.php:571 1808 1820 #, fuzzy 1809 1821 #| msgid "" … … 1814 1826 "NextGen." 1815 1827 1816 #: administration.php:8 681828 #: administration.php:876 1817 1829 #, fuzzy 1818 1830 #| msgid "" … … 1831 1843 "tylko do użytku osobistego." 1832 1844 1833 #: administration.php:53 01845 #: administration.php:531 1834 1846 msgid "" 1835 1847 "You can show rectangular or round thumbnail images by choosing a desired " … … 1840 1852 1841 1853 #. 1: HTML link opening tag. 2: HTML link closing tag. 1842 #: administration.php:69 61854 #: administration.php:697 1843 1855 #, php-format 1844 1856 #| msgid "" … … 1863 1875 msgstr "Powiększenie" 1864 1876 1865 #: administration.php:68 51877 #: administration.php:686 1866 1878 msgid "Zoom Level" 1867 1879 msgstr "Stopień powiększenia" 1868 1880 1869 #: administration.php:68 71881 #: administration.php:688 1870 1882 msgid "" 1871 1883 "Zoom Level for single image. Maps with several pins are focused " -
nextgen-gallery-geo/trunk/languages/ngg-geo2-maps.pot
r3215432 r3350117 4 4 "Project-Id-Version: Geo2 Maps Add-on for NextGEN Gallery\n" 5 5 "Report-Msgid-Bugs-To: \n" 6 "POT-Creation-Date: 202 4-12-30 21:05+0000\n"6 "POT-Creation-Date: 2025-08-09 16:16+0000\n" 7 7 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 8 8 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" … … 17 17 "X-Domain: ngg-geo2-maps" 18 18 19 #: administration.php:64 619 #: administration.php:647 20 20 msgid " Disable geocoding" 21 21 msgstr "" … … 25 25 msgstr "" 26 26 27 #: administration.php:16 8827 #: administration.php:1696 28 28 msgid "\"textOffset\" option for pin head's text" 29 29 msgstr "" 30 30 31 31 #. 1: HTML link opening tag. 2: HTML link closing tag. 3: HTML link opening tag. 4: HTML link closing tag. 5: HTML link opening tag. 6: HTML link closing tag. 32 #: administration.php:43 132 #: administration.php:432 33 33 #, php-format 34 34 msgid "" … … 39 39 msgstr "" 40 40 41 #: administration.php: 99541 #: administration.php:1003 42 42 msgid "" 43 43 "1. In JIG settings select \"Custom\" option for \"Lightbox Type\" on " … … 49 49 msgstr "" 50 50 51 #: administration.php:1 09651 #: administration.php:1104 52 52 msgid "Activate Route Mode" 53 53 msgstr "" 54 54 55 #: administration.php:1 09655 #: administration.php:1104 56 56 msgid "" 57 57 "Activate to use options below or for Shortcode loading a route path with " … … 60 60 msgstr "" 61 61 62 #: administration.php:48 3 administration.php:630 administration.php:64062 #: administration.php:484 administration.php:631 administration.php:641 63 63 msgid "ACTIVATED" 64 64 msgstr "" 65 65 66 #: administration.php:5 1966 #: administration.php:520 67 67 msgid "" 68 68 "Add your website domain to the CORS Allowed Origins field in your Azure " … … 70 70 msgstr "" 71 71 72 #: administration.php:55 472 #: administration.php:555 73 73 msgid "albums and galleries contained in albums" 74 74 msgstr "" 75 75 76 #: administration.php:55 676 #: administration.php:557 77 77 msgid "" 78 78 "albums and galleries contained in albums and if not found for images " … … 80 80 msgstr "" 81 81 82 #: administration.php:55 282 #: administration.php:553 83 83 msgid "albums contained in albums" 84 84 msgstr "" 85 85 86 #: administration.php:13 4886 #: administration.php:1356 87 87 msgid "Albums Thumbnail scale factor" 88 88 msgstr "" 89 89 90 #: administration.php:57 490 #: administration.php:575 91 91 msgid "all albums" 92 92 msgstr "" 93 93 94 #: administration.php:577 95 msgid "all albums and galleries" 96 msgstr "" 97 94 98 #: administration.php:576 95 msgid "all albums and galleries"96 msgstr ""97 98 #: administration.php:57599 99 msgid "all galleries" 100 100 msgstr "" 101 101 102 #: administration.php:5 0102 #: administration.php:51 103 103 msgid "An error occurred when saving ! " 104 104 msgstr "" 105 105 106 #: administration.php:16 58106 #: administration.php:1666 107 107 msgid "Animated pins" 108 108 msgstr "" … … 130 130 msgstr "" 131 131 132 #: administration.php:54 5 administration.php:1214132 #: administration.php:546 administration.php:1222 133 133 msgid "Auto Mode" 134 134 msgstr "" 135 135 136 #: administration.php:55 0136 #: administration.php:551 137 137 msgid "" 138 138 "Auto Mode option creates a map automatically based on the content of the " … … 141 141 msgstr "" 142 142 143 #: administration.php:5 59143 #: administration.php:560 144 144 msgid "Automatic map placement location on a page" 145 145 msgstr "" 146 146 147 #: administration.php:94 0147 #: administration.php:948 148 148 msgid "Autostart in fullscreen on opening" 149 149 msgstr "" 150 150 151 #: administration.php:94 1151 #: administration.php:949 152 152 msgid "Autostart slideshow on opening" 153 153 msgstr "" … … 157 157 msgstr "" 158 158 159 #: administration.php:71 8159 #: administration.php:719 160 160 msgid "Azure logo" 161 161 msgstr "" 162 162 163 #: administration.php:11 57 administration.php:1158163 #: administration.php:1165 administration.php:1166 164 164 msgid "Azure Maps" 165 165 msgstr "" 166 166 167 #: administration.php:48 6167 #: administration.php:487 168 168 msgid "Azure Maps API Key" 169 169 msgstr "" … … 175 175 176 176 #. 1: HTML link opening tag. 2: HTML link closing tag. 3: HTML link opening tag. 4: HTML link closing tag. 5: HTML link opening tag. 6: HTML link closing tag. 177 #: administration.php:49 3177 #: administration.php:494 178 178 #, php-format 179 179 msgid "" … … 183 183 msgstr "" 184 184 185 #: administration.php:14 54185 #: administration.php:1462 186 186 msgid "Background and text color" 187 187 msgstr "" 188 188 189 #: administration.php:9 76189 #: administration.php:984 190 190 msgid "Background color" 191 191 msgstr "" 192 192 193 #: administration.php:150 0193 #: administration.php:1508 194 194 msgid "Background opacity and color" 195 195 msgstr "" 196 196 197 #: administration.php:16 09197 #: administration.php:1617 198 198 msgid "Background opacity, image counter style" 199 199 msgstr "" 200 200 201 #: administration.php:15 67201 #: administration.php:1575 202 202 msgid "Background, caption and buttons opacity and color" 203 203 msgstr "" 204 204 205 #: administration.php:13 43205 #: administration.php:1351 206 206 msgid "Border width and color" 207 207 msgstr "" 208 208 209 #: administration.php:9 33209 #: administration.php:941 210 210 msgid "Bottom caption panel" 211 211 msgstr "" 212 212 213 #: administration.php:56 3213 #: administration.php:564 214 214 msgid "Bottom of the page" 215 215 msgstr "" 216 216 217 #: administration.php:10 66217 #: administration.php:1074 218 218 msgid "" 219 219 "Box scale factor to use when auto-resizing the image to fit in a browser (1 " … … 221 221 msgstr "" 222 222 223 #: administration.php:9 82223 #: administration.php:990 224 224 msgid "Buttons background color" 225 225 msgstr "" 226 226 227 #: administration.php:9 45227 #: administration.php:953 228 228 msgid "Buttons Display options" 229 229 msgstr "" 230 230 231 #: administration.php:9 84231 #: administration.php:992 232 232 msgid "Buttons sign color" 233 233 msgstr "" 234 234 235 #: administration.php:9 86235 #: administration.php:994 236 236 msgid "Buttons sign color on hover" 237 237 msgstr "" … … 241 241 msgstr "" 242 242 243 #: administration.php:33 6243 #: administration.php:337 244 244 msgid "Cancel" 245 245 msgstr "" 246 246 247 #: administration.php:33 1247 #: administration.php:332 248 248 msgid "" 249 249 "Cancel and uncheck the \"Restore default settings\" checkbox in the Geo2 " … … 251 251 msgstr "" 252 252 253 #: administration.php:93 1253 #: administration.php:939 254 254 msgid "Caption panel location and content" 255 255 msgstr "" 256 256 257 #: administration.php:9 78257 #: administration.php:986 258 258 msgid "Caption text color" 259 259 msgstr "" … … 263 263 msgstr "" 264 264 265 #: administration.php:10 49265 #: administration.php:1057 266 266 msgid "Color of the overlay" 267 267 msgstr "" 268 268 269 #: administration.php:9 73269 #: administration.php:981 270 270 msgid "Color Options" 271 271 msgstr "" 272 272 273 #: administration.php:11 43273 #: administration.php:1151 274 274 msgid "" 275 275 "Comparison of the basic Geo2 Maps and the expanded Geo2 Maps Plus for " … … 277 277 msgstr "" 278 278 279 #: administration.php:9 36 administration.php:1015 administration.php:1060279 #: administration.php:944 administration.php:1023 administration.php:1068 280 280 msgid "Control Options" 281 281 msgstr "" 282 282 283 #: administration.php:60 7283 #: administration.php:608 284 284 msgid "Create a map with selected images by specifying image ids." 285 285 msgstr "" 286 286 287 #: administration.php:60 0287 #: administration.php:601 288 288 msgid "Create a map with selected NextGEN galleries by specifying their ids." 289 289 msgstr "" 290 290 291 #: administration.php:73 0291 #: administration.php:731 292 292 msgid "" 293 293 "Creates a small map in a corner with a smaller zoom. Enable to see Mini Map " … … 295 295 msgstr "" 296 296 297 #: administration.php:14 32297 #: administration.php:1440 298 298 msgid "CSS override field" 299 299 msgstr "" 300 300 301 #: administration.php:9 88301 #: administration.php:996 302 302 msgid "Current image thumb's preview border colors" 303 303 msgstr "" 304 304 305 #: administration.php:71 5305 #: administration.php:716 306 306 msgid "Dashboard with map navigation controls" 307 307 msgstr "" 308 308 309 #: administration.php:12 79309 #: administration.php:1287 310 310 msgid "Dashboard, Locate Me button, Scalebar, Logo" 311 311 msgstr "" … … 315 315 msgstr "" 316 316 317 #: administration.php:33 5317 #: administration.php:336 318 318 msgid "Deactivate" 319 319 msgstr "" 320 320 321 #: administration.php:33 0321 #: administration.php:331 322 322 msgid "Default settings will be restored. Do you really want to do this?" 323 323 msgstr "" 324 324 325 #: administration.php:16 53325 #: administration.php:1661 326 326 msgid "Different pin shapes for different image tags" 327 327 msgstr "" 328 328 329 #: administration.php:15 87329 #: administration.php:1595 330 330 msgid "Disable Right-click - simple image protection for images" 331 331 msgstr "" 332 332 333 #: administration.php:977 334 msgid "Display \"Close\" button" 335 msgstr "" 336 337 #: administration.php:975 338 msgid "Display \"Download\" button" 339 msgstr "" 340 341 #: administration.php:974 342 msgid "Display \"Fullscreen\" button" 343 msgstr "" 344 345 #: administration.php:978 346 msgid "Display \"Share\" button" 347 msgstr "" 348 349 #: administration.php:973 350 msgid "Display \"Slideshow\" button" 351 msgstr "" 352 353 #: administration.php:976 354 msgid "Display \"Thumbs preview\" button" 355 msgstr "" 356 357 #: administration.php:972 358 msgid "Display \"Zoom\" button" 359 msgstr "" 360 361 #: administration.php:970 362 msgid "Display counter at the top left corner" 363 msgstr "" 364 333 365 #: administration.php:969 334 msgid "Display \"Close\" button" 335 msgstr "" 336 337 #: administration.php:967 338 msgid "Display \"Download\" button" 339 msgstr "" 340 341 #: administration.php:966 342 msgid "Display \"Fullscreen\" button" 343 msgstr "" 344 345 #: administration.php:970 346 msgid "Display \"Share\" button" 347 msgstr "" 348 349 #: administration.php:965 350 msgid "Display \"Slideshow\" button" 351 msgstr "" 352 353 #: administration.php:968 354 msgid "Display \"Thumbs preview\" button" 355 msgstr "" 356 357 #: administration.php:964 358 msgid "Display \"Zoom\" button" 366 msgid "Display navigation arrows" 367 msgstr "" 368 369 #: administration.php:955 370 msgid "Display options for \"Close\" button" 359 371 msgstr "" 360 372 361 373 #: administration.php:962 362 msgid "Display counter at the top left corner"363 msgstr ""364 365 #: administration.php:961366 msgid "Display navigation arrows"367 msgstr ""368 369 #: administration.php:947370 msgid "Display options for \"Close\" button"371 msgstr ""372 373 #: administration.php:954374 374 msgid "Display options for toolbar with buttons at the top" 375 375 msgstr "" 376 376 377 #: administration.php:9 38377 #: administration.php:946 378 378 msgid "Display thumbnails preview on opening" 379 379 msgstr "" … … 383 383 msgstr "" 384 384 385 #: administration.php:66 0385 #: administration.php:661 386 386 msgid "E-mail for Open Street Maps Nominatim" 387 387 msgstr "" 388 388 389 #: administration.php:58 8389 #: administration.php:589 390 390 msgid "Enable Ajax shortcode" 391 391 msgstr "" 392 392 393 #: administration.php:70 4 administration.php:1021 administration.php:1064393 #: administration.php:705 administration.php:1029 administration.php:1072 394 394 msgid "Enable fullscreen mode" 395 395 msgstr "" 396 396 397 #: administration.php:9 39 administration.php:1062 administration.php:1604397 #: administration.php:947 administration.php:1070 administration.php:1612 398 398 msgid "Enable infinite gallery navigation" 399 399 msgstr "" 400 400 401 #: administration.php:10 19401 #: administration.php:1027 402 402 msgid "" 403 403 "Enable infinite gallery navigation (User can switch between the last and the " … … 405 405 msgstr "" 406 406 407 #: administration.php:57 8407 #: administration.php:579 408 408 msgid "Enable Infobox/Lightbox for galleries and Infobox for albums" 409 409 msgstr "" 410 410 411 #: administration.php:61 4411 #: administration.php:615 412 412 msgid "" 413 413 "Enable only if you want to restore default settings on " … … 415 415 msgstr "" 416 416 417 #: administration.php:12 62417 #: administration.php:1270 418 418 msgid "Exclude specific albums or gallery" 419 419 msgstr "" 420 420 421 #: administration.php:118 1421 #: administration.php:1189 422 422 msgid "EXIF Viewer" 423 423 msgstr "" 424 424 425 #: administration.php:1 698425 #: administration.php:1706 426 426 msgid "Fancybox 3 bottom caption panel mini map" 427 427 msgstr "" 428 428 429 #: administration.php:17 08429 #: administration.php:1716 430 430 msgid "Fancybox 3 commerce options" 431 431 msgstr "" 432 432 433 #: administration.php:9 24433 #: administration.php:932 434 434 msgid "Fancybox 3 Options" 435 435 msgstr "" 436 436 437 #: administration.php:151 1437 #: administration.php:1519 438 438 msgid "Fancybox 3 options" 439 439 msgstr "" 440 440 441 #: administration.php:17 03441 #: administration.php:1711 442 442 msgid "Fancybox 3 side caption panel left or right location" 443 443 msgstr "" 444 444 445 #: administration.php:101 1445 #: administration.php:1019 446 446 msgid "Fancybox Options" 447 447 msgstr "" 448 448 449 #: administration.php:14 79449 #: administration.php:1487 450 450 msgid "Fancybox options" 451 451 msgstr "" … … 461 461 msgstr "" 462 462 463 #: administration.php:55 7463 #: administration.php:558 464 464 msgid "" 465 465 "For the first 3 options, if there are no albums, any found galleries will be " … … 471 471 msgstr "" 472 472 473 #: administration.php:102 1 administration.php:1064473 #: administration.php:1029 administration.php:1072 474 474 msgid "" 475 475 "Fullscreen is automatically enabled when Azure map is in fullscreen mode." 476 476 msgstr "" 477 477 478 #: administration.php:16 63478 #: administration.php:1671 479 479 msgid "Fully customizable map appearance" 480 480 msgstr "" 481 481 482 #: administration.php:16 37482 #: administration.php:1645 483 483 msgid "Future improvements" 484 484 msgstr "" 485 485 486 #: administration.php:55 3486 #: administration.php:554 487 487 msgid "galleries contained in albums" 488 488 msgstr "" 489 489 490 #: administration.php:16 48490 #: administration.php:1656 491 491 msgid "Galleries sort order" 492 492 msgstr "" 493 493 494 #: administration.php:59 7494 #: administration.php:598 495 495 msgid "Gallery Map" 496 496 msgstr "" 497 497 498 #: administration.php:44 3498 #: administration.php:444 499 499 msgid "General" 500 500 msgstr "" 501 501 502 #: administration.php:86 4502 #: administration.php:865 503 503 msgid "General Infobox/Lightbox options" 504 504 msgstr "" 505 505 506 #: administration.php:8 86506 #: administration.php:894 507 507 msgid "General Options" 508 508 msgstr "" 509 509 510 #: administration.php:16 83510 #: administration.php:1691 511 511 msgid "Geo2 (Fancybox 3) colour style presets" 512 512 msgstr "" 513 513 514 #: administration.php:16 68514 #: administration.php:1676 515 515 msgid "Geo2 Map Widget" 516 516 msgstr "" 517 517 518 #: administration.php:1 39 administration.php:140518 #: administration.php:140 administration.php:141 519 519 msgid "Geo2 Maps" 520 520 msgstr "" 521 521 522 522 #. Name of the plugin 523 #: administration.php:41 7523 #: administration.php:418 524 524 msgid "Geo2 Maps Add-on for NextGEN Gallery" 525 525 msgstr "" … … 531 531 msgstr "" 532 532 533 #: administration.php:45 0533 #: administration.php:451 534 534 msgid "Geo2 Maps Plus" 535 535 msgstr "" 536 536 537 #: administration.php:11 37537 #: administration.php:1145 538 538 msgid "GEO2 MAPS PLUS - WIP - COMING IN 2025" 539 539 msgstr "" 540 540 541 #: administration.php:10 8541 #: administration.php:109 542 542 msgid "Geo2 Maps Plus Add-on was deactivated." 543 543 msgstr "" 544 544 545 #: administration.php:44 4 administration.php:1161545 #: administration.php:445 administration.php:1169 546 546 msgid "Geocoding" 547 547 msgstr "" 548 548 549 #: administration.php:62 0549 #: administration.php:621 550 550 msgid "Geocoding Provider" 551 551 msgstr "" 552 552 553 553 #. 1: HTML link opening tag. 2: HTML link closing tag. 3: HTML link opening tag. 4: HTML link closing tag. 554 #: administration.php:47 6554 #: administration.php:477 555 555 #, php-format 556 556 msgid "" … … 560 560 561 561 #. 1: HTML link opening tag. 2: HTML link closing tag. 562 #: administration.php:65 4562 #: administration.php:655 563 563 #, php-format 564 564 msgid "Get the MapQuest API Key by following this %1$slink%2$s." … … 569 569 msgstr "" 570 570 571 #: administration.php:90 0 administration.php:1023571 #: administration.php:908 administration.php:1031 572 572 msgid "Graphical Options" 573 573 msgstr "" 574 574 575 #: administration.php:712 administration.php:739 576 msgid "Grayscale Dark" 577 msgstr "" 578 575 579 #: administration.php:711 administration.php:738 576 msgid "Grayscale Dark"577 msgstr ""578 579 #: administration.php:710 administration.php:737580 580 msgid "Grayscale Light" 581 581 msgstr "" 582 582 583 583 #. 1: HTML link opening tag. 2: HTML link closing tag. 3: HTML link opening tag. 4: HTML link closing tag. 5: HTML link opening tag. 6: HTML link closing tag. 584 #: administration.php:50 7584 #: administration.php:508 585 585 #, php-format 586 586 msgid "Here you can create the %1$sAzure Free Account%2$s." 587 587 msgstr "" 588 588 589 #: administration.php:14 73589 #: administration.php:1481 590 590 msgid "Hide image description and expand when clicked" 591 591 msgstr "" 592 592 593 #: administration.php:74 5593 #: administration.php:746 594 594 msgid "Hight" 595 595 msgstr "" 596 596 597 #: administration.php:15 47597 #: administration.php:1555 598 598 msgid "Horizontal thumbnails preview and automatic orientation" 599 599 msgstr "" 600 600 601 #: administration.php:99 1601 #: administration.php:999 602 602 msgid "How to enable Fancybox 3 for Justified Image Grid plugin." 603 603 msgstr "" … … 611 611 msgstr "" 612 612 613 #: administration.php:7 09 administration.php:736613 #: administration.php:710 administration.php:737 614 614 msgid "Hybrid (satellite_road_labels)" 615 615 msgstr "" 616 616 617 #: administration.php:97 1617 #: administration.php:979 618 618 msgid "" 619 619 "If no toolbar button is checked above, default buttons: \"zoom\", " … … 625 625 msgstr "" 626 626 627 #: administration.php:13 53627 #: administration.php:1361 628 628 msgid "Image and border shadow" 629 629 msgstr "" 630 630 631 #: administration.php:10 72631 #: administration.php:1080 632 632 msgid "Image counter style" 633 633 msgstr "" 634 634 635 #: administration.php:60 4635 #: administration.php:605 636 636 msgid "Image Map" 637 637 msgstr "" 638 638 639 #: administration.php:52 8 administration.php:1198639 #: administration.php:529 administration.php:1206 640 640 msgid "Image thumbnails" 641 641 msgstr "" 642 642 643 #: administration.php:55 5643 #: administration.php:556 644 644 msgid "images contained in galleries" 645 645 msgstr "" 646 646 647 #: administration.php:51 5647 #: administration.php:516 648 648 msgid "Important: " 649 649 msgstr "" 650 650 651 #: administration.php:137 0651 #: administration.php:1378 652 652 msgid "Individual color for image, gallery and album pins" 653 653 msgstr "" 654 654 655 #: administration.php:149 0655 #: administration.php:1498 656 656 msgid "Infinite gallery navigation" 657 657 msgstr "" 658 658 659 #: administration.php:15 52659 #: administration.php:1560 660 660 msgid "Infinite gallery navigation, autostart in fullscreen or slideshow" 661 661 msgstr "" 662 662 663 #: administration.php:44 8 administration.php:870663 #: administration.php:449 administration.php:878 664 664 msgid "Infobox" 665 665 msgstr "" 666 666 667 #: administration.php:86 7667 #: administration.php:868 668 668 msgid "Infobox / Lightbox Type" 669 669 msgstr "" 670 670 671 #: administration.php:13 86671 #: administration.php:1394 672 672 msgid "Infobox and Lightbox options" 673 673 msgstr "" 674 674 675 #: administration.php:9 12675 #: administration.php:920 676 676 msgid "" 677 677 "Infobox automatically adjusts its orientation. For portrait images, a " … … 681 681 msgstr "" 682 682 683 #: administration.php:923 684 msgid "Infobox background color" 685 msgstr "" 686 687 #: administration.php:1477 688 msgid "Infobox dragging" 689 msgstr "" 690 691 #: administration.php:918 692 msgid "Infobox height" 693 msgstr "" 694 695 #: administration.php:904 696 msgid "Infobox Options" 697 msgstr "" 698 699 #: administration.php:1446 700 msgid "Infobox options" 701 msgstr "" 702 703 #: administration.php:1265 704 msgid "Infobox or Lightbox for galleries or albums" 705 msgstr "" 706 707 #: administration.php:1701 708 msgid "Infobox pointer and position offset option" 709 msgstr "" 710 711 #: administration.php:1457 712 msgid "Infobox size override" 713 msgstr "" 714 683 715 #: administration.php:915 684 msgid "Infobox background color"685 msgstr ""686 687 #: administration.php:1469688 msgid "Infobox dragging"689 msgstr ""690 691 #: administration.php:910692 msgid "Infobox height"693 msgstr ""694 695 #: administration.php:896696 msgid "Infobox Options"697 msgstr ""698 699 #: administration.php:1438700 msgid "Infobox options"701 msgstr ""702 703 #: administration.php:1257704 msgid "Infobox or Lightbox for galleries or albums"705 msgstr ""706 707 #: administration.php:1693708 msgid "Infobox pointer and position offset option"709 msgstr ""710 711 #: administration.php:1449712 msgid "Infobox size override"713 msgstr ""714 715 #: administration.php:907716 716 msgid "Infobox size override:" 717 717 msgstr "" 718 718 719 #: administration.php:925 720 msgid "Infobox text color" 721 msgstr "" 722 719 723 #: administration.php:917 720 msgid "Infobox text color"721 msgstr ""722 723 #: administration.php:909724 724 msgid "Infobox width" 725 725 msgstr "" 726 726 727 #: administration.php:14 17727 #: administration.php:1425 728 728 msgid "Infobox with Lightbox" 729 729 msgstr "" 730 730 731 #: administration.php:5 49731 #: administration.php:550 732 732 msgid "Insert maps automatically when a gallery or an album is used" 733 733 msgstr "" … … 742 742 msgstr "" 743 743 744 #: administration.php:9 29744 #: administration.php:937 745 745 msgid "Layout Options" 746 746 msgstr "" 747 747 748 #: administration.php:75 1748 #: administration.php:752 749 749 msgid "Left side offset" 750 750 msgstr "" 751 751 752 #: functions.php:83 2752 #: functions.php:837 753 753 msgid "Lens" 754 754 msgstr "" 755 755 756 #: administration.php:11 06756 #: administration.php:1114 757 757 msgid "Lines & Polygons Color" 758 758 msgstr "" 759 759 760 #: administration.php:11 04760 #: administration.php:1112 761 761 msgid "Lines & Polygons Width" 762 762 msgstr "" 763 763 764 #: administration.php:58 5764 #: administration.php:586 765 765 msgid "Load map on demand" 766 766 msgstr "" 767 767 768 #: administration.php:11 66768 #: administration.php:1174 769 769 msgid "Load map on demand in Ajax Mode" 770 770 msgstr "" 771 771 772 #: administration.php:59 0772 #: administration.php:591 773 773 msgid "" 774 774 "Loading maps may significantly increase a page opening time. This option " … … 776 776 msgstr "" 777 777 778 #: administration.php:71 6778 #: administration.php:717 779 779 msgid "Locate Me button (dependent on Dashboard visibility)" 780 780 msgstr "" … … 784 784 msgstr "" 785 785 786 #: administration.php:73 3786 #: administration.php:734 787 787 msgid "Main map style" 788 788 msgstr "" 789 789 790 #: functions.php:126 1790 #: functions.php:1269 791 791 msgid "Map" 792 792 msgstr "" 793 793 794 #: administration.php:68 8794 #: administration.php:689 795 795 msgid "Map Height" 796 796 msgstr "" 797 797 798 #: administration.php:68 1 administration.php:1268798 #: administration.php:682 administration.php:1276 799 799 msgid "Map Options" 800 800 msgstr "" 801 801 802 #: administration.php:11 56802 #: administration.php:1164 803 803 msgid "Map Provider" 804 804 msgstr "" 805 805 806 #: administration.php:46 5806 #: administration.php:466 807 807 msgid "Map Service Provider" 808 808 msgstr "" 809 809 810 #: administration.php:70 6810 #: administration.php:707 811 811 msgid "Map Style" 812 812 msgstr "" 813 813 814 #: administration.php:1 294814 #: administration.php:1302 815 815 msgid "Map style: Grayscale Light, Grayscale Dark, Night, Road Shaded Relief" 816 816 msgstr "" 817 817 818 #: administration.php:1 299818 #: administration.php:1307 819 819 msgid "Map style: High Contrast Light, High Contrast Dark" 820 820 msgstr "" 821 821 822 #: administration.php:69 0822 #: administration.php:691 823 823 msgid "Map Width" 824 824 msgstr "" 825 825 826 #: administration.php:12 52826 #: administration.php:1260 827 827 msgid "Map with albums and/or galleries" 828 828 msgstr "" 829 829 830 #: administration.php:117 1830 #: administration.php:1179 831 831 msgid "Map with selected images" 832 832 msgstr "" 833 833 834 #: administration.php:11 76834 #: administration.php:1184 835 835 msgid "Map with tagged images" 836 836 msgstr "" 837 837 838 #: administration.php:12 74838 #: administration.php:1282 839 839 msgid "Map zoom level, dimensions and fullscreen" 840 840 msgstr "" 841 841 842 #: administration.php:6 49842 #: administration.php:650 843 843 msgid "MapQuest API Key" 844 844 msgstr "" … … 848 848 msgstr "" 849 849 850 #: administration.php:44 5850 #: administration.php:446 851 851 msgid "Maps" 852 852 msgstr "" 853 853 854 #: administration.php:12 25854 #: administration.php:1233 855 855 msgid "Maps with albums and/or galleries or images" 856 856 msgstr "" 857 857 858 #: administration.php:122 0858 #: administration.php:1228 859 859 msgid "Maps with images contained in galleries" 860 860 msgstr "" 861 861 862 #: administration.php:10 42862 #: administration.php:1050 863 863 msgid "Margin - Space between viewport and Fancybox wrapper in px" 864 864 msgstr "" 865 865 866 #: administration.php:7 29 administration.php:1284866 #: administration.php:730 administration.php:1292 867 867 msgid "Mini Map" 868 868 msgstr "" 869 869 870 #: administration.php:16 73870 #: administration.php:1681 871 871 msgid "Mini Map left or right location" 872 872 msgstr "" 873 873 874 #: administration.php:74 4874 #: administration.php:745 875 875 msgid "Mini Map size and offset" 876 876 msgstr "" 877 877 878 #: administration.php:73 2878 #: administration.php:733 879 879 msgid "Mini Map Style" 880 880 msgstr "" 881 881 882 #: administration.php:14 64882 #: administration.php:1472 883 883 msgid "Multiple Infoboxes" 884 884 msgstr "" 885 885 886 #: administration.php:12 89886 #: administration.php:1297 887 887 msgid "" 888 888 "Navigation Bar mode and orientation, Map Type Selector, Zoom, Traffic buttons" … … 893 893 msgstr "" 894 894 895 #: administration.php:14 22895 #: administration.php:1430 896 896 msgid "NextGEN Gallery Lightbox Override Mode" 897 897 msgstr "" 898 898 899 #: administration.php:71 2 administration.php:739899 #: administration.php:713 administration.php:740 900 900 msgid "Night" 901 901 msgstr "" 902 902 903 #: administration.php:9 32903 #: administration.php:940 904 904 msgid "No caption" 905 905 msgstr "" 906 906 907 #: administration.php:15 17907 #: administration.php:1525 908 908 msgid "No caption and bottom caption panel" 909 909 msgstr "" 910 910 911 #: administration.php:8 83911 #: administration.php:891 912 912 msgid "no Lightbox plugin, no Infobox" 913 913 msgstr "" 914 914 915 #: administration.php:47 2 administration.php:628 administration.php:638915 #: administration.php:473 administration.php:629 administration.php:639 916 916 msgid "NOT ACTIVATED" 917 917 msgstr "" … … 922 922 923 923 #. 1: HTML link opening tag. 2: HTML link closing tag. 924 #: administration.php:72 3924 #: administration.php:724 925 925 #, php-format 926 926 msgid "" … … 929 929 msgstr "" 930 930 931 #: administration.php:10 45931 #: administration.php:1053 932 932 msgid "Opacity of background overlay from 0 (opaque) to 1 (transparent)" 933 933 msgstr "" 934 934 935 #: administration.php:10 69935 #: administration.php:1077 936 936 msgid "Opacity of background overlay from 0 (transparent) to 1 (opaque)" 937 937 msgstr "" 938 938 939 #: administration.php:124 0939 #: administration.php:1248 940 940 msgid "Option to block Auto Mode" 941 941 msgstr "" 942 942 943 #: administration.php:12 35943 #: administration.php:1243 944 944 msgid "Option to disable with other maps" 945 945 msgstr "" 946 946 947 #: administration.php:9 02 administration.php:1444947 #: administration.php:910 administration.php:1452 948 948 msgid "Overlap image title and description on top of Infobox thumbnail" 949 949 msgstr "" 950 950 951 #: administration.php:9 75951 #: administration.php:983 952 952 msgid "Override Fancybox 3 colors with the values below" 953 953 msgstr "" 954 954 955 #: administration.php:10 39955 #: administration.php:1047 956 956 msgid "Padding - Space between Fancybox wrapper and content in px" 957 957 msgstr "" 958 958 959 #: administration.php:113 1959 #: administration.php:1139 960 960 msgid "" 961 961 "Path for each map needs to be specified individually in a shortcode. Shapes " … … 963 963 msgstr "" 964 964 965 #: administration.php:11 15965 #: administration.php:1123 966 966 msgid "Path to route file" 967 967 msgstr "" … … 971 971 msgstr "" 972 972 973 #: administration.php:84 2973 #: administration.php:843 974 974 msgid "Pin Hover Scale (Mouse Over)" 975 975 msgstr "" 976 976 977 #: administration.php:138 0977 #: administration.php:1388 978 978 msgid "Pins clustering" 979 979 msgstr "" 980 980 981 #: administration.php:13 75981 #: administration.php:1383 982 982 msgid "Pins from image or SVG file" 983 983 msgstr "" … … 1019 1019 msgstr "" 1020 1020 1021 #: administration.php:7 11021 #: administration.php:72 1022 1022 msgid "" 1023 1023 "Please install the NextGEN Gallery plugin before activation of the Geo2 Maps " … … 1026 1026 1027 1027 #. 1: HTML link opening tag. 2: HTML link closing tag. 3: HTML link opening tag. 4: HTML link closing tag. 1028 #: administration.php:66 51028 #: administration.php:666 1029 1029 #, php-format 1030 1030 msgid "" … … 1040 1040 msgstr "" 1041 1041 1042 #: administration.php:13 581042 #: administration.php:1366 1043 1043 msgid "Pointer" 1044 1044 msgstr "" 1045 1045 1046 #: administration.php:111 11046 #: administration.php:1119 1047 1047 msgid "Polygon Fill Color" 1048 1048 msgstr "" 1049 1049 1050 #: administration.php:163 11050 #: administration.php:1639 1051 1051 msgid "Polyline and polygon edge width and colors override" 1052 1052 msgstr "" 1053 1053 1054 #: administration.php:9 34 administration.php:15221054 #: administration.php:942 administration.php:1530 1055 1055 msgid "Prevent bottom caption to overlap the content" 1056 1056 msgstr "" 1057 1057 1058 #: administration.php:11 861058 #: administration.php:1194 1059 1059 msgid "Preview Map" 1060 1060 msgstr "" … … 1064 1064 msgstr "" 1065 1065 1066 #: administration.php:81 21066 #: administration.php:813 1067 1067 msgid "Pushpin Color for Albums" 1068 1068 msgstr "" 1069 1069 1070 #: administration.php:80 51070 #: administration.php:806 1071 1071 msgid "Pushpin Color for Galleries" 1072 1072 msgstr "" 1073 1073 1074 #: administration.php:82 61074 #: administration.php:827 1075 1075 msgid "Pushpin Icon Type" 1076 1076 msgstr "" 1077 1077 1078 #: administration.php:8 191078 #: administration.php:820 1079 1079 msgid "Pushpin Secondary Color" 1080 1080 msgstr "" 1081 1081 1082 #: administration.php:44 7 administration.php:529 administration.php:12031082 #: administration.php:448 administration.php:530 administration.php:1211 1083 1083 msgid "Pushpins" 1084 1084 msgstr "" 1085 1085 1086 #: administration.php:1 0971086 #: administration.php:1105 1087 1087 msgid "Pushpins & Icons (Points) Scale" 1088 1088 msgstr "" 1089 1089 1090 #: administration.php:1 0991090 #: administration.php:1107 1091 1091 msgid "Pushpins (Points) Color" 1092 1092 msgstr "" 1093 1093 1094 #: administration.php:79 81094 #: administration.php:799 1095 1095 msgid "Pushpins Color for Images" 1096 1096 msgstr "" 1097 1097 1098 #: administration.php:79 5 administration.php:13641098 #: administration.php:796 administration.php:1372 1099 1099 msgid "Pushpins options" 1100 1100 msgstr "" 1101 1101 1102 #: administration.php:1 1921102 #: administration.php:1200 1103 1103 msgid "Pushpins Type" 1104 1104 msgstr "" 1105 1105 1106 #: administration.php:12 081106 #: administration.php:1216 1107 1107 msgid "Pushpins with thumbnails on hover" 1108 1108 msgstr "" 1109 1109 1110 #: administration.php:13 281110 #: administration.php:1336 1111 1111 msgid "Rectangular" 1112 1112 msgstr "" 1113 1113 1114 #: administration.php:76 61114 #: administration.php:767 1115 1115 msgid "Rectangular thumbnails" 1116 1116 msgstr "" 1117 1117 1118 #: administration.php:13 381118 #: administration.php:1346 1119 1119 msgid "Rectangular thumbnails with round corners" 1120 1120 msgstr "" 1121 1121 1122 #: administration.php:1 5991122 #: administration.php:1607 1123 1123 msgid "Resizing and the initial size" 1124 1124 msgstr "" 1125 1125 1126 #: administration.php:61 21126 #: administration.php:613 1127 1127 msgid "Restore default settings" 1128 1128 msgstr "" 1129 1129 1130 #: administration.php:70 7 administration.php:7341130 #: administration.php:708 administration.php:735 1131 1131 msgid "Road" 1132 1132 msgstr "" 1133 1133 1134 #: administration.php:71 3 administration.php:7401134 #: administration.php:714 administration.php:741 1135 1135 msgid "Road Shaded Relief" 1136 1136 msgstr "" 1137 1137 1138 #: administration.php:13 331138 #: administration.php:1341 1139 1139 msgid "Round" 1140 1140 msgstr "" 1141 1141 1142 #: administration.php:14 591142 #: administration.php:1467 1143 1143 msgid "Round corners" 1144 1144 msgstr "" 1145 1145 1146 #: administration.php:76 71146 #: administration.php:768 1147 1147 msgid "Round thumbnails" 1148 1148 msgstr "" 1149 1149 1150 #: administration.php:162 01150 #: administration.php:1628 1151 1151 msgid "Route options" 1152 1152 msgstr "" 1153 1153 1154 #: administration.php:4 49 administration.php:10931154 #: administration.php:450 administration.php:1101 1155 1155 msgid "Routes" 1156 1156 msgstr "" 1157 1157 1158 #: administration.php:70 8 administration.php:7351158 #: administration.php:709 administration.php:736 1159 1159 msgid "Satellite" 1160 1160 msgstr "" 1161 1161 1162 #: administration.php:45 61162 #: administration.php:457 1163 1163 msgid "Save Changes" 1164 1164 msgstr "" 1165 1165 1166 #: administration.php:10 17 administration.php:14851166 #: administration.php:1025 administration.php:1493 1167 1167 msgid "Scale image box to fit in viewport" 1168 1168 msgstr "" 1169 1169 1170 #: administration.php:71 71170 #: administration.php:718 1171 1171 msgid "Scalebar" 1172 1172 msgstr "" 1173 1173 1174 #: administration.php:55 11174 #: administration.php:552 1175 1175 msgid "Select a desired option below to create a map for:" 1176 1176 msgstr "" 1177 1177 1178 #: administration.php:57 21178 #: administration.php:573 1179 1179 msgid "Select a desired option below to include:" 1180 1180 msgstr "" … … 1184 1184 msgstr "" 1185 1185 1186 #: administration.php:16 781186 #: administration.php:1686 1187 1187 msgid "Set and save GPS coordinates" 1188 1188 msgstr "" 1189 1189 1190 #: administration.php:4 61190 #: administration.php:47 1191 1191 msgid "Settings saved." 1192 1192 msgstr "" … … 1196 1196 msgstr "" 1197 1197 1198 #: administration.php:16 431198 #: administration.php:1651 1199 1199 msgid "Shortcode Editor" 1200 1200 msgstr "" 1201 1201 1202 #: administration.php:10 251202 #: administration.php:1033 1203 1203 msgid "Show \"Close\" button" 1204 1204 msgstr "" 1205 1205 1206 #: administration.php:1 4951206 #: administration.php:1503 1207 1207 msgid "Show \"Close\" button, navigation arrows, image title and position" 1208 1208 msgstr "" 1209 1209 1210 #: administration.php:74 21210 #: administration.php:743 1211 1211 msgid "Show closed at start" 1212 1212 msgstr "" 1213 1213 1214 #: administration.php:14 071214 #: administration.php:1415 1215 1215 msgid "Show copyrights or artist name" 1216 1216 msgstr "" 1217 1217 1218 #: administration.php:1 3971218 #: administration.php:1405 1219 1219 msgid "Show EXIF and GPS data" 1220 1220 msgstr "" 1221 1221 1222 #: administration.php:8 881222 #: administration.php:896 1223 1223 msgid "" 1224 1224 "Show EXIF information: Created Date, Camera, Aperture, Focal length, ISO, " … … 1226 1226 msgstr "" 1227 1227 1228 #: administration.php:15 621228 #: administration.php:1570 1229 1229 msgid "Show Facebook and Twitter buttons" 1230 1230 msgstr "" 1231 1231 1232 #: administration.php:8 87 administration.php:13921232 #: administration.php:895 administration.php:1400 1233 1233 msgid "Show gallery title and description" 1234 1234 msgstr "" 1235 1235 1236 #: administration.php:8 891236 #: administration.php:897 1237 1237 msgid "Show GPS coordinates" 1238 1238 msgstr "" 1239 1239 1240 #: administration.php:53 71240 #: administration.php:538 1241 1241 msgid "Show image or gallery title below thumbs or pushpins" 1242 1242 msgstr "" 1243 1243 1244 #: administration.php:14 021244 #: administration.php:1410 1245 1245 msgid "Show image tags" 1246 1246 msgstr "" 1247 1247 1248 #: administration.php:10 291248 #: administration.php:1037 1249 1249 msgid "Show image title" 1250 1250 msgstr "" 1251 1251 1252 #: administration.php:10 271252 #: administration.php:1035 1253 1253 msgid "Show navigation arrows" 1254 1254 msgstr "" 1255 1255 1256 #: administration.php:15 571256 #: administration.php:1565 1257 1257 msgid "Show specific buttons, navigation arrows, counter" 1258 1258 msgstr "" 1259 1259 1260 #: administration.php:13 161260 #: administration.php:1324 1261 1261 msgid "Show text/Alt Text on pins/thumbnails head" 1262 1262 msgstr "" 1263 1263 1264 #: administration.php:5 391264 #: administration.php:540 1265 1265 msgid "Show thumbnail Caption (subtitle) below the Title" 1266 1266 msgstr "" 1267 1267 1268 #: administration.php:131 11268 #: administration.php:1319 1269 1269 msgid "Show title and caption" 1270 1270 msgstr "" … … 1274 1274 msgstr "" 1275 1275 1276 #: administration.php:15 321276 #: administration.php:1540 1277 1277 msgid "Side caption panel mini map with images location" 1278 1278 msgstr "" 1279 1279 1280 #: administration.php:108 11280 #: administration.php:1089 1281 1281 msgid "Size Options" 1282 1282 msgstr "" 1283 1283 1284 #: administration.php:15 721284 #: administration.php:1580 1285 1285 msgid "Slideshow speed" 1286 1286 msgstr "" 1287 1287 1288 #: administration.php:9 421288 #: administration.php:950 1289 1289 msgid "Slideshow Speed in ms (1000ms = 1s)" 1290 1290 msgstr "" 1291 1291 1292 #: administration.php:15 271292 #: administration.php:1535 1293 1293 msgid "Sliding or fixed side caption panel" 1294 1294 msgstr "" 1295 1295 1296 #: administration.php:10 571296 #: administration.php:1065 1297 1297 msgid "Slimbox 2 Options" 1298 1298 msgstr "" 1299 1299 1300 #: administration.php:1 5931300 #: administration.php:1601 1301 1301 msgid "Slimbox 2 options" 1302 1302 msgstr "" … … 1310 1310 msgstr "" 1311 1311 1312 #: administration.php:16 261312 #: administration.php:1634 1313 1313 msgid "Support for GPX, XML, KMZ, KML and GeoRSS files" 1314 1314 msgstr "" 1315 1315 1316 #: administration.php:10 791316 #: administration.php:1087 1317 1317 msgid "" 1318 1318 "Text value allows you to customize, translate or disable the counter text " … … 1323 1323 msgstr "" 1324 1324 1325 #: administration.php:78 21325 #: administration.php:783 1326 1326 msgid "" 1327 1327 "The border is created outside of a thumbnail image for values larger than 0." 1328 1328 msgstr "" 1329 1329 1330 #: administration.php:64 71330 #: administration.php:648 1331 1331 msgid "" 1332 1332 "The geocoding function tries to find the location of a gallery using it's " … … 1334 1334 msgstr "" 1335 1335 1336 #: administration.php:10 841336 #: administration.php:1092 1337 1337 msgid "The initial height of the box in pixels" 1338 1338 msgstr "" 1339 1339 1340 #: administration.php:10 821340 #: administration.php:1090 1341 1341 msgid "The initial width of the box in pixels" 1342 msgstr "" 1343 1344 #: administration.php:872 1345 msgid "" 1346 "The lightbox function is an integral part of this plugin and requires the " 1347 "necessary scripts to be loaded during page initialisation. Currently, you " 1348 "can either disable the Lightbox/Infobox entirely or enable the Infobox for " 1349 "individual maps." 1342 1350 msgstr "" 1343 1351 … … 1346 1354 msgstr "" 1347 1355 1348 #: administration.php:53 81356 #: administration.php:539 1349 1357 msgid "The style of this text can not be changed." 1350 1358 msgstr "" 1351 1359 1352 #: administration.php:112 01360 #: administration.php:1128 1353 1361 msgid "" 1354 1362 "There is a support for pushpins, polylines and polygons in the imported file." 1355 1363 msgstr "" 1356 1364 1357 #: administration.php:70 41365 #: administration.php:705 1358 1366 msgid "" 1359 1367 "This option shows a button that opens the map in full-screen mode, expanding " … … 1361 1369 msgstr "" 1362 1370 1363 #: administration.php:54 01371 #: administration.php:541 1364 1372 msgid "" 1365 1373 "This option shows the Caption text from the WP Media Library for the " … … 1368 1376 msgstr "" 1369 1377 1370 #: administration.php:9 031378 #: administration.php:911 1371 1379 msgid "" 1372 1380 "This option will place gallery title, gallery description, image title and " … … 1375 1383 1376 1384 #. 1: HTML link opening tag. 2: HTML link closing tag. 1377 #: administration.php:42 21385 #: administration.php:423 1378 1386 #, php-format 1379 1387 msgid "This plugin is an add-on for the %1$sNextGEN Gallery%2$s plugin." 1380 1388 msgstr "" 1381 1389 1382 #: administration.php:44 6geo2-fancybox3-worldmap.php:1991390 #: administration.php:447 geo2-fancybox3-worldmap.php:199 1383 1391 #: geo2-fancybox3.php:235 1384 1392 msgid "Thumbnails" 1385 1393 msgstr "" 1386 1394 1387 #: administration.php:53 51395 #: administration.php:536 1388 1396 msgid "Thumbnails and Pushpins common options" 1389 1397 msgstr "" 1390 1398 1391 #: administration.php:13 051399 #: administration.php:1313 1392 1400 msgid "Thumbnails and Pushpins options" 1393 1401 msgstr "" 1394 1402 1395 #: administration.php:78 01403 #: administration.php:781 1396 1404 msgid "Thumbnails border (frame) width" 1397 1405 msgstr "" 1398 1406 1399 #: administration.php:78 41407 #: administration.php:785 1400 1408 msgid "Thumbnails border color" 1401 1409 msgstr "" 1402 1410 1403 #: administration.php:77 01411 #: administration.php:771 1404 1412 msgid "Thumbnails image height" 1405 1413 msgstr "" 1406 1414 1407 #: administration.php:77 71415 #: administration.php:778 1408 1416 msgid "Thumbnails image radius" 1409 1417 msgstr "" 1410 1418 1411 #: administration.php:77 31419 #: administration.php:774 1412 1420 msgid "Thumbnails image width" 1413 1421 msgstr "" 1414 1422 1415 #: administration.php:76 3 administration.php:13221423 #: administration.php:764 administration.php:1330 1416 1424 msgid "Thumbnails options" 1417 1425 msgstr "" 1418 1426 1419 #: administration.php:52 51427 #: administration.php:526 1420 1428 msgid "Thumbnails or Pushpins" 1421 1429 msgstr "" 1422 1430 1423 #: administration.php:15 421431 #: administration.php:1550 1424 1432 msgid "Thumbnails preview vertical orientation" 1425 1433 msgstr "" 1426 1434 1427 #: administration.php:76 51435 #: administration.php:766 1428 1436 msgid "Thumbnails shape" 1429 1437 msgstr "" 1430 1438 1431 #: administration.php:77 51439 #: administration.php:776 1432 1440 msgid "" 1433 1441 "Thumbnails will retain proportions of thumbnails in NextGEN Gallery. Above " … … 1435 1443 msgstr "" 1436 1444 1437 #: administration.php:98 01445 #: administration.php:988 1438 1446 msgid "Thumbs preview background color" 1439 1447 msgstr "" 1440 1448 1441 #: administration.php:10 321449 #: administration.php:1040 1442 1450 msgid "Title Position" 1443 1451 msgstr "" 1444 1452 1445 #: administration.php:9 631453 #: administration.php:971 1446 1454 msgid "Toolbar buttons:" 1447 1455 msgstr "" 1448 1456 1449 #: administration.php:56 11457 #: administration.php:562 1450 1458 msgid "Top of the page" 1451 1459 msgstr "" 1452 1460 1453 #: administration.php:7 491461 #: administration.php:750 1454 1462 msgid "Top offset" 1455 1463 msgstr "" 1456 1464 1457 #: administration.php:123 01465 #: administration.php:1238 1458 1466 msgid "Top or bottom placement" 1459 1467 msgstr "" 1460 1468 1461 #: administration.php:15 05 administration.php:1577 administration.php:16141469 #: administration.php:1513 administration.php:1585 administration.php:1622 1462 1470 msgid "Transitions type and speed" 1463 1471 msgstr "" 1464 1472 1465 #: administration.php:15 821473 #: administration.php:1590 1466 1474 msgid "Translations: German, Polish, Spanish" 1467 1475 msgstr "" 1468 1476 1469 #: administration.php:14 121477 #: administration.php:1420 1470 1478 msgid "Types: Infobox, Fancybox, Slimbox 2 or Fancybox 3" 1471 1479 msgstr "" 1472 1480 1473 #: administration.php:11 391481 #: administration.php:1147 1474 1482 msgid "" 1475 1483 "Upgrade to much more powerful version of the Geo2 Maps with expanded " … … 1478 1486 msgstr "" 1479 1487 1480 #: administration.php:11 171488 #: administration.php:1125 1481 1489 msgid "Upload file" 1482 1490 msgstr "" 1483 1491 1484 #: administration.php:14 271492 #: administration.php:1435 1485 1493 msgid "URL link to a specific web page instead of Infobox or Lightbox" 1486 1494 msgstr "" 1487 1495 1488 #: administration.php:11 321496 #: administration.php:1140 1489 1497 msgid "" 1490 1498 "Use a path starting with: \"http://...\" or \"https://...\". Accepted are " … … 1494 1502 msgstr "" 1495 1503 1496 #: administration.php:15 371504 #: administration.php:1545 1497 1505 msgid "Video support and video options" 1498 1506 msgstr "" 1499 1507 1500 #: administration.php:32 61508 #: administration.php:327 1501 1509 msgid "Warning" 1502 1510 msgstr "" 1503 1511 1504 #: administration.php:59 11512 #: administration.php:592 1505 1513 msgid "" 1506 1514 "When the Ajax shortcode option above is enabled and the shortcode below is " … … 1510 1518 msgstr "" 1511 1519 1512 #: administration.php:58 01520 #: administration.php:581 1513 1521 msgid "" 1514 1522 "When this option is enabled the whole content of the gallery will be " … … 1518 1526 msgstr "" 1519 1527 1520 #: administration.php:71 41528 #: administration.php:715 1521 1529 msgid "Which elements should be displayed?" 1522 1530 msgstr "" 1523 1531 1524 #: administration.php:74 71532 #: administration.php:748 1525 1533 msgid "Width" 1526 1534 msgstr "" 1527 1535 1528 #: administration.php:102 1 administration.php:10641536 #: administration.php:1029 administration.php:1072 1529 1537 msgid "" 1530 1538 "With this option enabled Lightbox will open not in a full browser window but " … … 1532 1540 msgstr "" 1533 1541 1534 #: administration.php:56 7 administration.php:12461542 #: administration.php:568 administration.php:1254 1535 1543 msgid "Worldmap" 1536 1544 msgstr "" 1537 1545 1538 #: administration.php:57 01546 #: administration.php:571 1539 1547 msgid "Worldmap option creates a map with all NextGEN albums and/or galleries." 1540 1548 msgstr "" 1541 1549 1542 #: administration.php:8 681550 #: administration.php:876 1543 1551 msgid "" 1544 1552 "You can choose between three different Lightbox plugins. These plugins are " … … 1547 1555 msgstr "" 1548 1556 1549 #: administration.php:53 01557 #: administration.php:531 1550 1558 msgid "" 1551 1559 "You can show rectangular or round thumbnail images by choosing a desired " … … 1554 1562 1555 1563 #. 1: HTML link opening tag. 2: HTML link closing tag. 1556 #: administration.php:69 61564 #: administration.php:697 1557 1565 #, php-format 1558 1566 msgid "" … … 1567 1575 msgstr "" 1568 1576 1569 #: administration.php:68 51577 #: administration.php:686 1570 1578 msgid "Zoom Level" 1571 1579 msgstr "" 1572 1580 1573 #: administration.php:68 71581 #: administration.php:688 1574 1582 msgid "" 1575 1583 "Zoom Level for single image. Maps with several pins are focused " -
nextgen-gallery-geo/trunk/plugin.php
r3216344 r3350117 23 23 * Plugin URI: https://wordpress.org/plugins/nextgen-gallery-geo/ 24 24 * Description: Geo2 Maps Add-on for NextGEN Gallery is a flexible plugin, displaying beautiful maps with your photos by using EXIF data or geocoding. 25 * Version: 2.1. 125 * Version: 2.1.2 26 26 27 27 * Author URI: http://www.geo2maps.plus -
nextgen-gallery-geo/trunk/readme.txt
r3216354 r3350117 4 4 Donate link: https://www.paypal.com/PawelBlock 5 5 Requires at least: 3.0.1 6 Tested up to: 6. 7.16 Tested up to: 6.8.2 7 7 Requires PHP: 7.2.0 8 8 Stable tag: 2.1.1 … … 16 16 !!! Please notice that “Ratings” do not represent the current plugin version quality - which was updated and corrected. Please check by yourself and leave feedback. 17 17 18 NGG Geo2 Maps Add-on is a flexible extension plugin for free or Pro NextGEN Gallery (tested up to version 3.59. 7), displaying maps with your photos, galleries or albums located using EXIF GPS data or geocoding.18 NGG Geo2 Maps Add-on is a flexible extension plugin for free or Pro NextGEN Gallery (tested up to version 3.59.12), displaying maps with your photos, galleries or albums located using EXIF GPS data or geocoding. 19 19 20 20 The goal of this plugin is to add to WordPress similar geolocation functionality as other web-based self-hosted photo manager apps have like Gallery 3, Piwigo, PhotoPrism or LibrePhotos. … … 176 176 == Changelog == 177 177 178 = V2.1.2 - 02.06.2025 = 179 180 * Update: Added compatibility with the latest WordPress Themes 181 182 * Bugfix: Ajax URL validation improved 183 * Bugfix: Removed shotcodes for lightbox type 184 178 185 = V2.1.1 - 02.01.2025 = 179 186
Note: See TracChangeset
for help on using the changeset viewer.