Plugin Directory

Changeset 2607665


Ignore:
Timestamp:
10/01/2021 08:52:04 AM (4 years ago)
Author:
teplosup
Message:

Add version 1.4.6.1

Location:
shmapper-by-teplitsa
Files:
151 added
14 edited

Legend:

Unmodified
Added
Removed
  • shmapper-by-teplitsa/trunk/README.txt

    r2607402 r2607665  
    55Tags: map, OpenStreetMap, OSM, yandex.map, crowdsourcing, карта, Яндекс.карты, картирование, mapping, crowdsourced mapping, user mapping
    66Requires at least: 5.0
    7 Tested up to: 5.8
     7Tested up to: 5.7
    88Requires PHP: 5.6
    9 Stable tag: 1.4.6
     9Stable tag: 1.4.6.1
    1010License: GPLv2 or later
    1111License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    5959== Changelog ==
    6060
    61 = 1.4.6 =
    62 * Added: Support for loading elements from the .KML file.
    63 * Added: New design of the frontend form for adding markers.
    64 * Fix: Several js bugs conflicting with other plugins.
    65 * Fix: Plugin options were not always saved correctly.
    6661
    6762= 1.4.1 =
  • shmapper-by-teplitsa/trunk/assets/css/ShMapper.css

    r2607205 r2607665  
    11/** Shmapper Styles */
    22:root {
     3    --shm-map-max-width: 100%;
    34    --shm-border-radius: 20px;
    45    --shm-color-primary: #f43724;
     
    868869    margin-top: 30px;
    869870    border-radius: var(--shm-border-radius);
     871    width: 100%;
     872    margin-left: auto;
     873    margin-right: auto;
     874    max-width: 960px;
    870875}
    871876.shm-map-block .shm-form-request {
     
    19031908    z-index: 3;
    19041909    height: 30px;
     1910    width: 100%;
    19051911    text-align: right;
    19061912    text-align: left;
     
    19091915/** Map Container */
    19101916.shm-map-block {
    1911     max-width: 960px;
     1917    max-width: var(--shm-map-max-width);
    19121918    margin-left: auto;
    19131919    margin-right: auto;
     
    19171923    position: relative;
    19181924    height: 400px;
     1925    width: 100%;
    19191926    border: 1px solid var(--shm-field-border-color);
    19201927    border-radius: var(--shm-border-radius);
     
    19321939/** Map Legend */
    19331940.shm-legend {
     1941    width: 100%;
    19341942    padding: 5px 7px;
    19351943    background-color: var(--shm-legend-background);
  • shmapper-by-teplitsa/trunk/assets/js/ShmapperTracks.js

    r2607205 r2607665  
    224224        {           
    225225            var boo = !myPolyline && !isTrackEdit;             
    226             boo = myPolyline ? confirm(__("Delete prevous track?")) : true;
     226            boo = myPolyline ? confirm(__("Delete previous track?")) : true;
    227227            if( boo )
    228228            {
     
    378378        {           
    379379            var newTitle = $(".form-field-9").length > 0 ? $(".form-field-9").find(".sh-form").val() : __("New track");
    380             var newDescr = $(".form-field-6").length > 0 ? $(".form-field-6").find(".sh-form").val() : __("New descr");
     380            var newDescr = $(".form-field-6").length > 0 ? $(".form-field-6").find(".sh-form").val() : __("New description");
    381381            shm_add_modal({
    382382                class: "shm-max",
  • shmapper-by-teplitsa/trunk/class/ShMaperTrack.class.php

    r2607205 r2607665  
    592592            'name' => __('Map track', SHMAPPER_TRACKS),
    593593            'singular_name' => __("Map track", SHMAPPER_TRACKS),
    594             'add_new' => __("add Map track", SHMAPPER_TRACKS),
    595             'add_new_item' => __("add Map track", SHMAPPER_TRACKS),
    596             'edit_item' => __("edit Map track", SHMAPPER_TRACKS),
    597             'new_item' => __("add Map track", SHMAPPER_TRACKS),
    598             'all_items' => __("all Map tracks", 'shmapper-by-teplitsa'),
    599             'view_item' => __("view Map track", SHMAPPER_TRACKS),
    600             'search_items' => __("search Map track", SHMAPPER_TRACKS),
     594            'add_new' => __("Add Map track", SHMAPPER_TRACKS),
     595            'add_new_item' => __("Add Map track", SHMAPPER_TRACKS),
     596            'edit_item' => __("Edit Map track", SHMAPPER_TRACKS),
     597            'new_item' => __("Add Map track", SHMAPPER_TRACKS),
     598            'all_items' => __("All Map tracks", 'shmapper-by-teplitsa'),
     599            'view_item' => __("View Map track", SHMAPPER_TRACKS),
     600            'search_items' => __("Search Map track", SHMAPPER_TRACKS),
    601601            'not_found' =>  __("Map track not found", SHMAPPER_TRACKS),
    602             'not_found_in_trash' => __("no found Map track in trash", SHMAPPER_TRACKS),
     602            'not_found_in_trash' => __("No found Map track in trash", SHMAPPER_TRACKS),
    603603            'menu_name' => __("Map tracks", SHMAPPER_TRACKS)
    604604        );
  • shmapper-by-teplitsa/trunk/class/ShMapper.class.php

    r2607205 r2607665  
    919919            [
    920920                "title"             => esc_html__( 'New map', 'shmapper-by-teplitsa' ),
    921                 "text"              => __( 'Select a visible area on the map. <p> Create the first Marker by pointing to the desired location on the map with the right mouse button. <p> Fill in the fields and click "Create".', 'shmapper-by-teplitsa' ),
     921                "text"              => __( 'Select a visible area on the map. <p>Create the first Marker by pointing to the desired location on the map with the right mouse button.</p><p>Fill in the fields and click "Create".</p>', 'shmapper-by-teplitsa' ),
    922922                "selector"          => '#adminmenuwrap a[href=\"edit.php?post_type=shm_map\"]',
    923923                "alt_selector"      => 'body.post-type-shm_map #publish',
  • shmapper-by-teplitsa/trunk/class/ShMapperPointMessage.class.php

    r2561733 r2607665  
    2424            'new_item' => __("Add Map marker message", SHMAPPER),
    2525            'all_items' => __("All Map marker messages", SHMAPPER),
    26             'view_item' => __("view Map marker message", SHMAPPER),
     26            'view_item' => __("View Map marker message", SHMAPPER),
    2727            'search_items' => __("Search Map marker message", SHMAPPER),
    2828            'not_found' =>  __("Map marker message not found", SHMAPPER),
  • shmapper-by-teplitsa/trunk/class/ShMapperTracksPoint.class.php

    r2607205 r2607665  
    99{
    1010    static function init()
    11     {
    12         add_action('init',                                  array(__CLASS__, 'add_class'), 15 );
    13         //add_action('admin_menu',                          array(__CLASS__, 'owner_fields'), 20);
    14        
    15         //bulk-actions
    16         //add_action("bulk_edit_custom_box",                array(__CLASS__, 'my_bulk_edit_custom_box'), 2, 2 );
    17         //add_action("shmapper_bulk_before",                array(__CLASS__, 'save_bulk_edit_point') );     
    18         //add_filter("the_content",                         array(__CLASS__, "the_content"));
     11    {
     12        add_action('init', array(__CLASS__, 'add_class'), 15 );
    1913        parent::init();
    2014    }
     
    2923            'name' => __('Track marker', SHMAPPER_TRACKS),
    3024            'singular_name' => __("Track marker", SHMAPPER_TRACKS),
    31             'add_new' => __("add Track marker", SHMAPPER_TRACKS),
    32             'add_new_item' => __("add Track marker", SHMAPPER_TRACKS),
    33             'edit_item' => __("edit Track marker", SHMAPPER_TRACKS),
    34             'new_item' => __("add Track marker", SHMAPPER_TRACKS),
    35             'all_items' => __("all Track markers", SHMAPPER_TRACKS),
    36             'view_item' => __("view Track marker", SHMAPPER_TRACKS),
    37             'search_items' => __("search Track marker", SHMAPPER_TRACKS),
     25            'add_new' => __("Add Track marker", SHMAPPER_TRACKS),
     26            'add_new_item' => __("Add Track marker", SHMAPPER_TRACKS),
     27            'edit_item' => __("Edit Track marker", SHMAPPER_TRACKS),
     28            'new_item' => __("Add Track marker", SHMAPPER_TRACKS),
     29            'all_items' => __("All Track markers", SHMAPPER_TRACKS),
     30            'view_item' => __("View Track marker", SHMAPPER_TRACKS),
     31            'search_items' => __("Search Track marker", SHMAPPER_TRACKS),
    3832            'not_found' =>  __("Track marker not found", SHMAPPER_TRACKS),
    39             'not_found_in_trash' => __("no found Track marker in trash", SHMAPPER_TRACKS),
     33            'not_found_in_trash' => __("No found track marker in trash", SHMAPPER_TRACKS),
    4034            'menu_name' => __("Track markers", SHMAPPER_TRACKS)
    4135        );
  • shmapper-by-teplitsa/trunk/class/ShmMap.class.php

    r2607205 r2607665  
    250250            <div class='shm-row'>
    251251                <h3 class='shm-12'>". __("1.1. Pan map and choose zoom", SHMAPPER). "</h3>
    252                 <div class='shm-12'>".
    253                     $obj->draw( [ 'height'=>$height, 'id' => $obj->id ] ).
    254                 "</div>
     252                <div class='shm-12'>
     253                    <div class='shm-map-block'>
     254                    " . $obj->draw( [ 'height'=>$height, 'id' => $obj->id ] ) . "
     255                    </div>
     256                </div>
    255257                <div class='shm-12'>
    256258                    <input type='hidden' value='". $latitude ."' name='latitude' />
  • shmapper-by-teplitsa/trunk/languages/shmapper-by-teplitsa-ru_RU.po

    r2607205 r2607665  
    44msgstr ""
    55"Project-Id-Version: Plugins - shMapper by Teplitsa - Development (trunk)\n"
    6 "POT-Creation-Date: 2021-09-19 01:26+0300\n"
    7 "PO-Revision-Date: 2021-09-19 01:27+0300\n"
     6"POT-Creation-Date: 2021-09-30 18:57+0300\n"
     7"PO-Revision-Date: 2021-09-30 19:01+0300\n"
    88"Last-Translator: \n"
    99"Language-Team: \n"
     
    1717
    1818#: class/SMC_Post.php:391 class/ShMapper.class.php:191
    19 #: class/ShMapperTracks.class.php:114 class/ShmMap.class.php:109
    20 #: class/ShmMap.class.php:673 class/ShmPoint.class.php:324
     19#: class/ShMapperTracks.class.php:114 class/ShmForm.class.php:62
     20#: class/ShmMap.class.php:109 class/ShmMap.class.php:708
     21#: class/ShmPoint.class.php:324
    2122msgid "Title"
    2223msgstr "Название"
    2324
    24 #: class/SMC_Post.php:548 class/ShmMap.class.php:599
     25#: class/SMC_Post.php:548 class/ShmMap.class.php:634
    2526msgid "Double"
    2627msgstr "Дублировать"
     
    113114msgstr "Цвет"
    114115
    115 #: class/ShMapPointType.class.php:133 class/ShMapPointType.class.php:185
    116 #: class/ShMapper.class.php:161 class/ShmMap.class.php:265
     116#: class/ShMapPointType.class.php:133 class/ShMapPointType.class.php:195
     117#: class/ShMapTrackType.class.php:118 class/ShMapTrackType.class.php:152
     118#: class/ShMapper.class.php:160 class/ShmMap.class.php:271
     119msgid "Width"
     120msgstr "Ширина"
     121
     122#: class/ShMapPointType.class.php:139 class/ShMapPointType.class.php:185
     123#: class/ShMapper.class.php:161 class/ShmMap.class.php:266
    117124#: widget/ShMap.widget.php:84
    118125msgid "Height"
    119126msgstr "Высота"
    120 
    121 #: class/ShMapPointType.class.php:139 class/ShMapPointType.class.php:195
    122 #: class/ShMapTrackType.class.php:118 class/ShMapTrackType.class.php:152
    123 #: class/ShMapper.class.php:160 class/ShmMap.class.php:270
    124 msgid "Width"
    125 msgstr "Ширина"
    126127
    127128#: class/ShMapPointType.class.php:437 class/ShMapTrackType.class.php:320
     
    185186#: class/ShMaperTrack.class.php:30 class/ShMaperTrack.class.php:64
    186187#: class/ShMaperTrack.class.php:185 class/ShMaperTrack.class.php:407
    187 #: class/ShMaperTrack.class.php:639 class/ShMaperTrack.class.php:721
     188#: class/ShMaperTrack.class.php:639 class/ShMaperTrack.class.php:728
    188189msgid "Shmapper Track exists only in Yandex map API"
    189190msgstr "Shmapper Track существует только в API Яндекс карты"
     
    246247msgstr "Рисование Маршрута"
    247248
    248 #: class/ShMaperTrack.class.php:656 class/ShMapperTracks.class.php:100
     249#: class/ShMaperTrack.class.php:660 class/ShMapperTracks.class.php:100
    249250msgid "Start draw new Track"
    250251msgstr "Начать рисовать маршрут"
    251252
    252 #: class/ShMaperTrack.class.php:663
     253#: class/ShMaperTrack.class.php:668
    253254msgid "Сhoose local GPX-file"
    254255msgstr "Выберите GPX-файл на своём диске"
    255256
    256 #: class/ShMaperTrack.class.php:674 class/ShMapperTracks.class.php:106
     257#: class/ShMaperTrack.class.php:672 class/ShmForm.class.php:564
     258#: class/ShmForm.class.php:568
     259msgid "Сhoose files"
     260msgstr "Выберите файл"
     261
     262#: class/ShMaperTrack.class.php:680 class/ShMapperTracks.class.php:106
    257263msgid "Set range fliping of route's dots"
    258264msgstr "Маштаб сокращения"
    259265
    260 #: class/ShMaperTrack.class.php:683 class/ShMapperTracks.class.php:107
     266#: class/ShMaperTrack.class.php:690 class/ShMapperTracks.class.php:107
    261267msgid "edit"
    262268msgstr "редактировать"
    263269
    264 #: class/ShMaperTrack.class.php:694
    265 msgid "Upload GPX-file"
    266 msgstr "Загрузите GPX-файл"
    267 
    268 #: class/ShMaperTrack.class.php:727
     270#: class/ShMaperTrack.class.php:734
    269271msgid "Draw button label"
    270272msgstr "Название кнопки рисования"
    271273
    272 #: class/ShMaperTrack.class.php:731
     274#: class/ShMaperTrack.class.php:738
    273275msgid "start draw button label"
    274276msgstr "метка кнопки начала рисования"
    275277
    276 #: class/ShMaperTrack.class.php:740
     278#: class/ShMaperTrack.class.php:747
    277279msgid "Input label"
    278280msgstr "Название кнопки загрузки"
    279281
    280 #: class/ShMaperTrack.class.php:744
     282#: class/ShMaperTrack.class.php:751
    281283msgid "input label"
    282284msgstr "Название кнопки загрузки"
    283285
    284 #: class/ShMaperTrack.class.php:753
     286#: class/ShMaperTrack.class.php:760
    285287msgid "Added GPX-input form"
    286288msgstr "Форма загрузки GPX-файла"
    287289
    288 #: class/ShMaperTrack.class.php:758
     290#: class/ShMaperTrack.class.php:765
    289291msgid "Disabled markers"
    290292msgstr "Отключенные маркеры"
    291293
    292 #: class/ShMapper.class.php:55
     294#: class/ShMapper.class.php:54
    293295msgid ""
    294296"I give my consent to the site administrator to process, including automated, "
     
    300302"законом от 27.07.2006 N 152-ФЗ «О персональных данных»."
    301303
    302 #: class/ShMapper.class.php:56
     304#: class/ShMapper.class.php:55
    303305msgid "Your request has been successfully registered."
    304306msgstr "Ваш запрос успешно зарегистрирован."
    305307
    306 #: class/ShMapper.class.php:57
     308#: class/ShMapper.class.php:56
    307309msgid "Unknown error."
    308310msgstr "Неизвестная ошибка."
    309311
    310 #: class/ShMapper.class.php:96 class/ShMapper.class.php:470
    311 #: class/ShMapper.class.php:471
     312#: class/ShMapper.class.php:96 class/ShMapper.class.php:472
     313#: class/ShMapper.class.php:473
    312314msgid "Shmapper"
    313315msgstr "shMapper"
     
    333335#: class/ShMapper.class.php:145 class/ShMapper.class.php:195
    334336#: class/ShMapperRequest.class.php:93 class/ShMapperTracks.class.php:151
    335 #: class/ShmMap.class.php:673 class/ShmPoint.class.php:270
     337#: class/ShmMap.class.php:708 class/ShmPoint.class.php:270
    336338msgid "Location"
    337339msgstr "Адрес"
    338340
    339341#: class/ShMapper.class.php:146 class/ShMapper.class.php:154
    340 #: class/ShMapper.class.php:193 class/ShMapper.class.php:679
     342#: class/ShMapper.class.php:193 class/ShMapper.class.php:681
    341343#: class/ShMapperRequest.class.php:89 class/ShMapperTracks.class.php:152
    342 #: class/ShmMap.class.php:673 class/ShmPoint.class.php:266
     344#: class/ShmMap.class.php:708 class/ShmPoint.class.php:266
    343345msgid "Latitude"
    344346msgstr "Широта"
    345347
    346348#: class/ShMapper.class.php:147 class/ShMapper.class.php:155
    347 #: class/ShMapper.class.php:194 class/ShMapper.class.php:677
     349#: class/ShMapper.class.php:194 class/ShMapper.class.php:679
    348350#: class/ShMapperRequest.class.php:91 class/ShMapperTracks.class.php:153
    349 #: class/ShmMap.class.php:673 class/ShmPoint.class.php:268
     351#: class/ShmMap.class.php:708 class/ShmPoint.class.php:268
    350352msgid "Longitude"
    351353msgstr "Долгота"
    352354
    353355#: class/ShMapper.class.php:148 class/ShMapper.class.php:156
    354 #: class/ShMapper.class.php:681
     356#: class/ShMapper.class.php:683
    355357msgid "Zoom"
    356358msgstr "Увеличение"
    357359
    358360#: class/ShMapper.class.php:157 class/ShmMap.class.php:118
    359 #: class/ShmMap.class.php:354
     361#: class/ShmMap.class.php:355
    360362msgid "Legend exists"
    361363msgstr "Легенда присутствует"
    362364
    363 #: class/ShMapper.class.php:158 class/ShmMap.class.php:365
     365#: class/ShMapper.class.php:158 class/ShmMap.class.php:366
    364366msgid "Filters exists"
    365367msgstr "Панель фильтров присутствует"
    366368
    367369#: class/ShMapper.class.php:159 class/ShmMap.class.php:113
    368 #: class/ShmMap.class.php:341
     370#: class/ShmMap.class.php:342
    369371msgid "Export csv"
    370372msgstr "Загрузка сводки в формате csv"
    371373
    372 #: class/ShMapper.class.php:162 class/ShmMap.class.php:286
     374#: class/ShMapper.class.php:162 class/ShmMap.class.php:287
    373375msgid "Map search"
    374376msgstr "Поиск по карте"
    375377
    376 #: class/ShMapper.class.php:163 class/ShmMap.class.php:300
     378#: class/ShMapper.class.php:163 class/ShmMap.class.php:301
    377379msgid "Map full screen"
    378380msgstr "Полноэкранный режим"
     
    382384msgstr "Слайдер масштаба"
    383385
    384 #: class/ShMapper.class.php:165 class/ShmMap.class.php:294
     386#: class/ShMapper.class.php:165 class/ShmMap.class.php:295
    385387msgid "Map layer switcher"
    386388msgstr "Переключатель слоев карты"
    387389
    388 #: class/ShMapper.class.php:166 class/ShmMap.class.php:308
     390#: class/ShMapper.class.php:166 class/ShmMap.class.php:309
    389391msgid "Lock zoom and drag"
    390392msgstr ""
    391393"Заблокировать перетаскивание карты и изменение размера средним колёсиком мышы"
    392394
    393 #: class/ShMapper.class.php:167 class/ShmMap.class.php:304
     395#: class/ShMapper.class.php:167 class/ShmMap.class.php:305
    394396msgid "Formating Marker to cluster"
    395397msgstr "Укладывать маркеры карты в кластеры"
     
    404406
    405407#: class/ShMapper.class.php:171 class/ShmMap.class.php:128
    406 #: class/ShmMap.class.php:472
     408#: class/ShmMap.class.php:506
    407409msgid "Notify owner of Map"
    408410msgstr "Присылать уведомления о новых картах автору"
     
    416418msgstr "Генератор форм"
    417419
    418 #: class/ShMapper.class.php:174 class/ShmMap.class.php:492
     420#: class/ShMapper.class.php:174 class/ShmMap.class.php:526
    419421msgid "Users can leave their contact details for feedback."
    420422msgstr "Пользователи могут оставлять свои контактные данные для обратной связи"
     
    424426msgstr "Включить личное имя"
    425427
    426 #: class/ShMapper.class.php:176 class/ShmMap.class.php:505
     428#: class/ShMapper.class.php:176 class/ShmMap.class.php:539
    427429msgid "Personal name"
    428430msgstr "Имя"
     
    448450msgstr "Включить личный телефон"
    449451
    450 #: class/ShMapper.class.php:182 class/ShmMap.class.php:537
     452#: class/ShMapper.class.php:182 class/ShmMap.class.php:571
    451453msgid "Personal phone"
    452454msgstr "Телефон"
     
    462464msgstr "Карта"
    463465
    464 #: class/ShMapper.class.php:192 class/ShmForm.class.php:249
    465 #: class/ShmForm.class.php:325 class/ShmForm.class.php:398
    466 #: class/ShmMap.class.php:673 class/ShmPoint.class.php:328
     466#: class/ShMapper.class.php:192 class/ShmForm.class.php:257
     467#: class/ShmForm.class.php:324 class/ShmMap.class.php:708
     468#: class/ShmPoint.class.php:328
    467469msgid "Description"
    468470msgstr "Описание"
     
    499501msgstr "Доступ пользователя"
    500502
    501 #: class/ShMapper.class.php:311 class/ShMapper.class.php:431
     503#: class/ShMapper.class.php:313 class/ShMapper.class.php:433
    502504#: class/ShMapperDrive.class.php:134
    503505msgid "Attantion"
    504506msgstr "Внимание"
    505507
    506 #: class/ShMapper.class.php:312 class/ShMapper.class.php:432
     508#: class/ShMapper.class.php:314 class/ShMapper.class.php:434
    507509msgid "Send"
    508510msgstr "Послать"
    509511
    510 #: class/ShMapper.class.php:313 class/ShMapper.class.php:433
     512#: class/ShMapper.class.php:315 class/ShMapper.class.php:435
    511513msgid "Close"
    512514msgstr "Закрыть"
    513515
    514 #: class/ShMapper.class.php:314 class/ShMapper.class.php:434
     516#: class/ShMapper.class.php:316 class/ShMapper.class.php:436
    515517msgid ""
    516518"Error: the form is not associated with the card. To link a map and a form, "
     
    524526"777']), у которых параметр uniq будет совпадать"
    525527
    526 #: class/ShMapper.class.php:315
     528#: class/ShMapper.class.php:317
    527529msgid "Are you shure?"
    528530msgstr "Вы уверены?"
    529531
    530 #: class/ShMapper.class.php:483 class/ShMapper.class.php:484
    531 #: class/ShMapper.class.php:530 class/ShMapperDrive.class.php:448
     532#: class/ShMapper.class.php:485 class/ShMapper.class.php:486
     533#: class/ShMapper.class.php:532 class/ShMapperDrive.class.php:448
    532534msgid "Settings"
    533535msgstr "Настройки"
    534536
    535 #: class/ShMapper.class.php:508
     537#: class/ShMapper.class.php:510
    536538msgid "Save personal data garantee"
    537539msgstr "Гарантия сохранения персональных данных"
    538540
    539 #: class/ShMapper.class.php:509
     541#: class/ShMapper.class.php:511
    540542msgid "Successful send map request"
    541543msgstr "Сообщение об успешной регистрации запроса на Маркер"
    542544
    543 #: class/ShMapper.class.php:510
     545#: class/ShMapper.class.php:512
    544546msgid "Error send map request"
    545547msgstr "Сообщение об ошибки регистрации запроса на Маркер"
    546548
    547 #: class/ShMapper.class.php:539
     549#: class/ShMapper.class.php:541
    548550msgid "Map API"
    549551msgstr "API карт"
    550552
    551 #: class/ShMapper.class.php:552
     553#: class/ShMapper.class.php:554
    552554msgid "OpenStreetMap"
    553555msgstr "Open Street Карта"
    554556
    555 #: class/ShMapper.class.php:560
     557#: class/ShMapper.class.php:562
    556558msgid "Yandex.Maps API Key"
    557559msgstr "Ключ API Яндекс.Карт"
    558560
    559 #: class/ShMapper.class.php:562
     561#: class/ShMapper.class.php:564
    560562msgid "ATTENTION: you must specify a key for working with the Yandex.Maps API."
    561563msgstr "ВНИМАНИЕ: необходимо указать ключ для работы с API Яндекс.Карт."
    562564
    563 #: class/ShMapper.class.php:562
     565#: class/ShMapper.class.php:564
    564566msgid "Learn more here:"
    565567msgstr "Подробнее здесь:"
    566568
    567 #: class/ShMapper.class.php:573
     569#: class/ShMapper.class.php:575
    568570msgid "Interactive"
    569571msgstr "Интерактив"
    570572
    571 #: class/ShMapper.class.php:581
     573#: class/ShMapper.class.php:583
    572574msgid "Enable global mode for non-interactive maps"
    573575msgstr "Включить глобальный режим неинтерактивных карт"
    574576
    575 #: class/ShMapper.class.php:585
     577#: class/ShMapper.class.php:587
    576578msgid ""
    577579"users will not be able to add posts to any map. If the checkbox is enabled, "
     
    581583"включена у карт даже не появляется блок интерактивности."
    582584
    583 #: class/ShMapper.class.php:593
     585#: class/ShMapper.class.php:595
    584586msgid "Pre-modertion from Map owner."
    585587msgstr "Премодерация со стороны владельца Карты."
    586588
    587 #: class/ShMapper.class.php:597
     589#: class/ShMapper.class.php:599
    588590msgid "all messages will be added in the Draft status"
    589591msgstr "все сообщения будут добавляться в статусе Черновик"
    590592
    591 #: class/ShMapper.class.php:601
     593#: class/ShMapper.class.php:603
    592594msgid ""
    593595"ATTENTION: disable this option only at your own peril and risk, because "
     
    597599"угроза спам-атаки"
    598600
    599 #: class/ShMapper.class.php:609
     601#: class/ShMapper.class.php:611
    600602msgid "Reload page after User send request."
    601603msgstr "Перегрузить страницу после того, как юзер отправил форму запроса"
    602604
    603 #: class/ShMapper.class.php:621
     605#: class/ShMapper.class.php:623
    604606msgid "Protection"
    605607msgstr "Защита"
    606608
    607 #: class/ShMapper.class.php:628
     609#: class/ShMapper.class.php:630
    608610msgid "Include captcha in form (plugin uses only reCAPTCHA v2 keys)"
    609611msgstr "Включать капчу в форме (плагин использует только ключи reCAPTCHA v2)"
    610612
    611 #: class/ShMapper.class.php:637
     613#: class/ShMapper.class.php:639
    612614#, php-format
    613615msgid ""
     
    618620"инстукцию%s."
    619621
    620 #: class/ShMapper.class.php:641
     622#: class/ShMapper.class.php:643
    621623msgid ""
    622624"Your reCAPTCHA doesn't work yet. In order to make it work, please get the "
     
    626628"на google.com/recaptch"
    627629
    628 #: class/ShMapper.class.php:653
     630#: class/ShMapper.class.php:655
    629631msgid "Vocabulary"
    630632msgstr "Словарь"
    631633
    632 #: class/ShMapper.class.php:668 class/ShMapper.class.php:691
    633 #: class/ShMapper.class.php:731
     634#: class/ShMapper.class.php:670 class/ShMapper.class.php:693
     635#: class/ShMapper.class.php:733
    634636msgid "Coordinates"
    635637msgstr "Координаты"
    636638
    637 #: class/ShMapper.class.php:675
     639#: class/ShMapper.class.php:677
    638640msgid "Set default coordinates"
    639641msgstr "Установить координаты по умолчанию"
    640642
    641 #: class/ShMapper.class.php:787
     643#: class/ShMapper.class.php:789
    642644msgid "Wizzard"
    643645msgstr "Мастер"
    644646
    645 #: class/ShMapper.class.php:790
     647#: class/ShMapper.class.php:792
    646648msgid "Restart wizzard"
    647649msgstr "Перезапустить Мастер"
    648650
    649 #: class/ShMapper.class.php:839 class/ShMapper.class.php:847
     651#: class/ShMapper.class.php:841 class/ShMapper.class.php:849
    650652msgid "Close wizzard"
    651653msgstr "Закрыть навсегда"
    652654
    653 #: class/ShMapper.class.php:840 class/ShMapper.class.php:846
     655#: class/ShMapper.class.php:842 class/ShMapper.class.php:848
    654656msgid "Go to current page"
    655657msgstr "На текущую страницу"
    656658
    657 #: class/ShMapper.class.php:843 class/ShMapper_ajax.class.php:174
     659#: class/ShMapper.class.php:845 class/ShMapper_ajax.class.php:174
    658660msgid "Next step"
    659661msgstr "Следующий шаг"
    660662
    661 #: class/ShMapper.class.php:845
     663#: class/ShMapper.class.php:847
    662664msgid "Prevous step"
    663665msgstr "Предыдущий шаг"
    664666
    665 #: class/ShMapper.class.php:897
     667#: class/ShMapper.class.php:899
    666668msgid "Welcome to the Shmapper Configuration Wizard"
    667669msgstr "Приветствуем Вас в Мастере конфигурации Shmapper"
    668670
    669 #: class/ShMapper.class.php:898
     671#: class/ShMapper.class.php:900
    670672msgid ""
    671673"First, you need to specify the general settings. Click on the button <span "
     
    677679"раздел"
    678680
    679 #: class/ShMapper.class.php:904
     681#: class/ShMapper.class.php:906
    680682msgid "Configure Shmapper"
    681683msgstr "Настройте Shmapper"
    682684
    683 #: class/ShMapper.class.php:905
     685#: class/ShMapper.class.php:907
    684686msgid ""
    685687"Change the settings that do not suit you. To connect reCAPTCHA, you need to "
     
    689691"необходимо создать учётную запись на Google.com"
    690692
    691 #: class/ShMapper.class.php:911
     693#: class/ShMapper.class.php:913
    692694msgid "Create your first map"
    693695msgstr "Создайте вашу первую карту"
    694696
    695 #: class/ShMapper.class.php:912
     697#: class/ShMapper.class.php:914
    696698msgid "Click the \"Add Map\" button at the very top of the page"
    697699msgstr "Нажмите кнопку \"Добавить карту\" в самом верху страницы"
    698700
    699 #: class/ShMapper.class.php:918 class/ShMapper.class.php:926
     701#: class/ShMapper.class.php:920 class/ShMapper.class.php:928
    700702msgid "New map"
    701703msgstr "Новая карта"
    702704
    703 #: class/ShMapper.class.php:919
     705#: class/ShMapper.class.php:921
    704706msgid ""
    705707"Select a visible area on the map. <p> Create the first Marker by pointing to "
     
    711713"\"Создать\"."
    712714
    713 #: class/ShMapper.class.php:927
     715#: class/ShMapper.class.php:929
    714716msgid ""
    715717"Fill in the provided fields in sequence. In the \"Request Form\" section, "
     
    10011003msgstr "гео-позиция"
    10021004
    1003 #: class/ShMapperRequest.class.php:360
     1005#: class/ShMapperRequest.class.php:358
    10041006msgid "Uknown User"
    10051007msgstr "некто Имярек"
    10061008
    1007 #: class/ShMapperRequest.class.php:368
     1009#: class/ShMapperRequest.class.php:366
    10081010#, php-format
    10091011msgid "<%s> Request to your Map from [%s] [%s]"
    10101012msgstr "<%s> Новый карт-запрос от [%s] [%s]"
    10111013
    1012 #: class/ShMapperRequest.class.php:370
     1014#: class/ShMapperRequest.class.php:368
    10131015#, php-format
    10141016msgid "You may see this %s"
    10151017msgstr "Вы можете посмотреть его здесь %s"
    10161018
    1017 #: class/ShMapperRequest.class.php:389
     1019#: class/ShMapperRequest.class.php:387
    10181020msgid "Visitor"
    10191021msgstr "Посетитель"
    10201022
    1021 #: class/ShMapperRequest.class.php:402
     1023#: class/ShMapperRequest.class.php:400
    10221024msgid "Approve"
    10231025msgstr "Одобрить"
    10241026
    1025 #: class/ShMapperRequest.class.php:404
     1027#: class/ShMapperRequest.class.php:402
    10261028msgid "Trash"
    10271029msgstr "Корзина"
     
    12511253msgstr "Напишите описание"
    12521254
    1253 #: class/ShmForm.class.php:62
    1254 msgid "Heading"
    1255 msgstr "Заголовок"
    1256 
    12571255#: class/ShmForm.class.php:68
    12581256msgid "Text field"
    12591257msgstr "Текстовая строка"
    12601258
    1261 #: class/ShmForm.class.php:98
     1259#: class/ShmForm.class.php:74
     1260msgid "Heading"
     1261msgstr "Заголовок"
     1262
     1263#: class/ShmForm.class.php:104
    12621264msgid "Textarea"
    12631265msgstr "Текстовый блок"
    12641266
    1265 #: class/ShmForm.class.php:104
     1267#: class/ShmForm.class.php:110
    12661268msgid "Upload file"
    12671269msgstr "Загрузить файл"
    12681270
    1269 #: class/ShmForm.class.php:110
     1271#: class/ShmForm.class.php:116
    12701272msgid "Markers"
    12711273msgstr "Маркеры"
    12721274
    1273 #: class/ShmForm.class.php:209 class/ShmForm.class.php:284
    1274 #: class/ShmForm.class.php:366
     1275#: class/ShmForm.class.php:217 class/ShmForm.class.php:284
    12751276msgid "Type of element"
    12761277msgstr "Тип элемента"
    12771278
    1278 #: class/ShmForm.class.php:219 class/ShmForm.class.php:297
    1279 #: class/ShmForm.class.php:360
     1279#: class/ShmForm.class.php:227 class/ShmForm.class.php:294
    12801280msgid "Label of element"
    12811281msgstr "Лейбл элемента"
    12821282
    1283 #: class/ShmForm.class.php:221 class/ShmForm.class.php:299
    1284 #: class/ShmForm.class.php:362
     1283#: class/ShmForm.class.php:229 class/ShmForm.class.php:296
    12851284msgid "write title"
    12861285msgstr "напишите заголовок"
    12871286
    1288 #: class/ShmForm.class.php:228 class/ShmForm.class.php:307
    1289 #: class/ShmForm.class.php:381
     1287#: class/ShmForm.class.php:236 class/ShmForm.class.php:303
    12901288msgid "Placeholder"
    12911289msgstr "Заполнитель"
    12921290
    1293 #: class/ShmForm.class.php:230 class/ShmForm.class.php:309
    1294 #: class/ShmForm.class.php:383
     1291#: class/ShmForm.class.php:238 class/ShmForm.class.php:305
    12951292msgid "write placeholder"
    12961293msgstr "напишите плейсхолдер"
    12971294
    1298 #: class/ShmForm.class.php:234 class/ShmForm.class.php:313
    1299 #: class/ShmForm.class.php:387
     1295#: class/ShmForm.class.php:242 class/ShmForm.class.php:309
    13001296msgid "Placemark types"
    13011297msgstr "Типы маркеров"
    13021298
    1303 #: class/ShmForm.class.php:251 class/ShmForm.class.php:327
    1304 #: class/ShmForm.class.php:400
     1299#: class/ShmForm.class.php:259 class/ShmForm.class.php:326
    13051300msgid "write description"
    13061301msgstr "напишите описание"
    13071302
    1308 #: class/ShmForm.class.php:258
     1303#: class/ShmForm.class.php:266
    13091304msgid "Element is required"
    13101305msgstr "Элемент обязателен к заполнению"
    13111306
    1312 #: class/ShmForm.class.php:260 class/ShmForm.class.php:332
     1307#: class/ShmForm.class.php:268
    13131308msgid "Add before"
    13141309msgstr "Добавить перед"
    13151310
    1316 #: class/ShmForm.class.php:261 class/ShmForm.class.php:333
     1311#: class/ShmForm.class.php:269 class/ShmForm.class.php:335
    13171312msgid "Add after"
    13181313msgstr "Добавить после"
    13191314
    1320 #: class/ShmForm.class.php:262 class/ShmForm.class.php:334
     1315#: class/ShmForm.class.php:270 class/ShmForm.class.php:336
    13211316msgid "Delete me"
    13221317msgstr "Удали меня"
    13231318
    1324 #: class/ShmForm.class.php:291 class/ShmForm.class.php:355
    1325 msgid "require"
    1326 msgstr "обязательно"
    1327 
    1328 #: class/ShmForm.class.php:352
    1329 msgid "enable"
    1330 msgstr "доступно"
    1331 
    1332 #: class/ShmForm.class.php:404
    1333 msgid "The name of the parameter that refers to this element"
    1334 msgstr "Имя параметра, который ссылается на этот элемент"
    1335 
    1336 #: class/ShmForm.class.php:478
    1337 msgid "Сhoose files"
    1338 msgstr "Выберите файл"
    1339 
    1340 #: class/ShmForm.class.php:497 class/ShmForm.class.php:517
    1341 #: class/ShmForm.class.php:550 class/ShmForm.class.php:561
    1342 #: class/ShmForm.class.php:571
     1319#: class/ShmForm.class.php:534 class/ShmForm.class.php:607
     1320#: class/ShmForm.class.php:790
    13431321msgid "This required field"
    13441322msgstr "Обязательно для заполнения"
    13451323
    1346 #: class/ShmForm.class.php:514
     1324#: class/ShmForm.class.php:604
    13471325msgid "Drag icon and place it to map."
    13481326msgstr "Перетащите иконку в нужное место Карты"
    13491327
    1350 #: class/ShmForm.class.php:546
     1328#: class/ShmForm.class.php:645
    13511329msgid "Your name"
    13521330msgstr "Ваше имя"
    13531331
    1354 #: class/ShmForm.class.php:557
     1332#: class/ShmForm.class.php:661
    13551333msgid "Your e-mail"
    13561334msgstr "Ваш e-mail"
    13571335
    1358 #: class/ShmForm.class.php:567
     1336#: class/ShmForm.class.php:677
    13591337msgid "Your phone"
    13601338msgstr "Ваш номер телефона"
    13611339
    1362 #: class/ShmForm.class.php:658
     1340#: class/ShmForm.class.php:802
    13631341msgid ""
    13641342"Drag choosed icon and place it to map or click it and enter exact address."
     
    14291407"Шаг 2. Смогут ли другие пользователи добавлять информацию на Вашу карту?"
    14301408
    1431 #: class/ShmMap.class.php:250
     1409#: class/ShmMap.class.php:251
    14321410msgid "1.1. Pan map and choose zoom"
    14331411msgstr "1.1. Отцентрируйте карту и выберите масштаб"
    14341412
    1435 #: class/ShmMap.class.php:262
     1413#: class/ShmMap.class.php:263
    14361414msgid "1.2. Set size for map's div (per pixels)"
    14371415msgstr "1.2. Установите размер окна карты (в пикселях)"
    14381416
    1439 #: class/ShmMap.class.php:267 class/ShmMap.class.php:272
     1417#: class/ShmMap.class.php:268 class/ShmMap.class.php:273
    14401418msgid "Empty for "
    14411419msgstr "Оставьте пустым, чтобы было "
    14421420
    1443 #: class/ShmMap.class.php:282
     1421#: class/ShmMap.class.php:283
    14441422msgid "1.3. Include interface"
    14451423msgstr "1.3. Какие элементы управления картой должны присутствовать?"
    14461424
    1447 #: class/ShmMap.class.php:290
     1425#: class/ShmMap.class.php:291
    14481426msgid "Map zoom slider enabled"
    14491427msgstr "Ползунок масштаба"
    14501428
    1451 #: class/ShmMap.class.php:312
     1429#: class/ShmMap.class.php:313
    14521430msgid "Choose layers"
    14531431msgstr "Выбор типа визуализации слоя"
    14541432
    1455 #: class/ShmMap.class.php:327
     1433#: class/ShmMap.class.php:328
    14561434msgid "1.4. Map title"
    14571435msgstr "1.4. Заголовок карты"
    14581436
    1459 #: class/ShmMap.class.php:329
     1437#: class/ShmMap.class.php:330
    14601438msgid "Show map title"
    14611439msgstr "Показать заголовок карты"
    14621440
    1463 #: class/ShmMap.class.php:338
     1441#: class/ShmMap.class.php:339
    14641442msgid "1.5. May User download data in *.csv?"
    14651443msgstr "1.5. Можно ли скачать данные карты в формате .csv?"
    14661444
    1467 #: class/ShmMap.class.php:351
     1445#: class/ShmMap.class.php:352
    14681446msgid "1.6. Will the legend be displayed?"
    14691447msgstr "1.6. Будет ли отображаться легенда?"
    14701448
    1471 #: class/ShmMap.class.php:362
     1449#: class/ShmMap.class.php:363
    14721450msgid "1.7. Will Marker type filter be displayed?"
    14731451msgstr "1.7. Будет ли отображаться панель фильтрации по типам Маркеров?"
    14741452
    1475 #: class/ShmMap.class.php:372
     1453#: class/ShmMap.class.php:373
    14761454msgid "1.8. Default Marker icon"
    14771455msgstr "1.8. Иконка маркера по умолчанию"
    14781456
    1479 #: class/ShmMap.class.php:377
     1457#: class/ShmMap.class.php:378
    14801458msgid "Recommended size is 64х64 px, format is .png"
    14811459msgstr "Рекомендуемый размер: 64х64 pxб формат .png"
    14821460
    1483 #: class/ShmMap.class.php:388
     1461#: class/ShmMap.class.php:389
    14841462msgid "1.9. Highlight the country on the map"
    14851463msgstr "1.9. Выделение страны на карте"
    14861464
    1487 #: class/ShmMap.class.php:392
     1465#: class/ShmMap.class.php:393
    14881466msgid "Loading countries ... "
    14891467msgstr "Загрузка стран ... "
    14901468
    1491 #: class/ShmMap.class.php:395
     1469#: class/ShmMap.class.php:396
    14921470msgid "Select country"
    14931471msgstr "Выберите страну"
    14941472
    1495 #: class/ShmMap.class.php:404
     1473#: class/ShmMap.class.php:405
    14961474msgid "Choose map overlay color"
    14971475msgstr "Выберите цвет наложения карты"
    14981476
    1499 #: class/ShmMap.class.php:410
     1477#: class/ShmMap.class.php:411
    15001478msgid "Choose country border color"
    15011479msgstr "Выберите цвет границы страны"
    15021480
    1503 #: class/ShmMap.class.php:416
     1481#: class/ShmMap.class.php:417
    15041482msgid "Overlay opacity"
    15051483msgstr "Прозрачность наложения"
    15061484
    1507 #: class/ShmMap.class.php:453
     1485#: class/ShmMap.class.php:439
     1486msgid "1.10. Load elements on the map from file .KML"
     1487msgstr "1.10. Загрузка элементов на карту из файла .KML"
     1488
     1489#: class/ShmMap.class.php:444
     1490msgid "Select KML File"
     1491msgstr "Выберите файл KML"
     1492
     1493#: class/ShmMap.class.php:444
     1494msgid "Insert KML File Url"
     1495msgstr "Вставить URL-адрес файла KML"
     1496
     1497#: class/ShmMap.class.php:444
     1498msgid "Upload KML File"
     1499msgstr "Загрузите GPX-файл"
     1500
     1501#: class/ShmMap.class.php:445
     1502msgid "Clear"
     1503msgstr "Сброс"
     1504
     1505#: class/ShmMap.class.php:449
     1506msgid "Yandex Map Constructor"
     1507msgstr "Конструктор карт Яндекса"
     1508
     1509#: class/ShmMap.class.php:487
    15081510msgid "Enable crowdsourcing function (free add Users new Markers)"
    15091511msgstr ""
     
    15111513"Маркеров) "
    15121514
    1513 #: class/ShmMap.class.php:459
     1515#: class/ShmMap.class.php:493
    15141516msgid "2.1. What is the name of your information form?"
    15151517msgstr "2.1. Как называется Ваша форма сбора информации?"
    15161518
    1517 #: class/ShmMap.class.php:463
     1519#: class/ShmMap.class.php:497
    15181520msgid "For example &laquo;All beaches by the river&raquo;"
    15191521msgstr "Например «Все пляжи у реки»"
    15201522
    1521 #: class/ShmMap.class.php:469
     1523#: class/ShmMap.class.php:503
    15221524msgid "2.2. Will I notify the author about new posts?"
    15231525msgstr "2.2. Оповещать ли автора Карты о новых сообщениях?"
    15241526
    1525 #: class/ShmMap.class.php:477
     1527#: class/ShmMap.class.php:511
    15261528msgid "2.3. What information can users enter?"
    15271529msgstr "2.3. Какую информацию могут вводить пользователи?"
    15281530
    1529 #: class/ShmMap.class.php:480
     1531#: class/ShmMap.class.php:514
    15301532msgid ""
    15311533"You can create your own forms using form elements: Heading, Text field, "
     
    15361538"Маршрута."
    15371539
    1538 #: class/ShmMap.class.php:489
     1540#: class/ShmMap.class.php:523
    15391541msgid "2.4. Can users leave their contact information?"
    15401542msgstr "2.4. Могут ли пользователи оставлять свою контактную информацию?"
    15411543
    1542 #: class/ShmMap.class.php:497
     1544#: class/ShmMap.class.php:531
    15431545msgid "2.5. What data users will have to put?"
    15441546msgstr "2.5. Какие данные пользователи должны будут ставить?"
    15451547
    1546 #: class/ShmMap.class.php:500 class/ShmMap.class.php:516
    1547 #: class/ShmMap.class.php:532
     1548#: class/ShmMap.class.php:534 class/ShmMap.class.php:550
     1549#: class/ShmMap.class.php:566
    15481550msgid "Include"
    15491551msgstr "Включать"
    15501552
    1551 #: class/ShmMap.class.php:510 class/ShmMap.class.php:526
    1552 #: class/ShmMap.class.php:542
     1553#: class/ShmMap.class.php:544 class/ShmMap.class.php:560
     1554#: class/ShmMap.class.php:576
    15531555msgid "Required"
    15541556msgstr "Обязателен"
    15551557
    1556 #: class/ShmMap.class.php:521
     1558#: class/ShmMap.class.php:555
    15571559msgid "Personal email"
    15581560msgstr "Адрес электронной почты"
    15591561
    1560 #: class/ShmMap.class.php:742
     1562#: class/ShmMap.class.php:777
    15611563msgid "What do with placemarks of deleting Map?"
    15621564msgstr "Что делать с Маркерами удаляемой Карты?"
    15631565
    1564 #: class/ShmMap.class.php:747
     1566#: class/ShmMap.class.php:782
    15651567msgid "Delete all Points"
    15661568msgstr "Удалить все Маркеры"
    15671569
    1568 #: class/ShmMap.class.php:753
     1570#: class/ShmMap.class.php:788
    15691571msgid "Escape all Points without Owner Map"
    15701572msgstr "Оставить все Маркеры без родительской Карты"
    15711573
    1572 #: class/ShmMap.class.php:759
     1574#: class/ShmMap.class.php:794
    15731575msgid "Switch all Points to anover Map"
    15741576msgstr "Перенести все Маркеры на другую Карту"
    15751577
    1576 #: class/ShmMap.class.php:775
     1578#: class/ShmMap.class.php:810
    15771579msgid "delete"
    15781580msgstr "удалить"
    15791581
    1580 #: class/ShmMap.class.php:854
     1582#: class/ShmMap.class.php:889
    15811583#, php-format
    15821584msgid "Succesfuly delete map width %s points"
    15831585msgstr "Карта успешно удалена с %s точками"
    15841586
    1585 #: class/ShmMap.class.php:859
     1587#: class/ShmMap.class.php:894
    15861588#, php-format
    15871589msgid "Succesfuly delete map and %s points are orphans now"
    15881590msgstr "Карта успешно удалена и %s точек сейчас не привязаны ни к какой карте"
    15891591
    1590 #: class/ShmMap.class.php:866
     1592#: class/ShmMap.class.php:901
    15911593#, php-format
    15921594msgid "Succesfuly delete map and %s points migrates to %s"
    15931595msgstr "Карта успешно удалена и %s точек перенесено в %s"
    15941596
    1595 #: class/ShmMap.class.php:898
     1597#: class/ShmMap.class.php:933
    15961598msgid "Yandex Map"
    15971599msgstr "Яндекс карты"
    15981600
    1599 #: class/ShmMap.class.php:920
     1601#: class/ShmMap.class.php:955
    16001602msgid "Open Street Map"
    16011603msgstr "Open Street Карта"
     
    16501652msgstr "Не указан ID карты"
    16511653
    1652 #: shortcode/shmMap.shortcode.php:57
     1654#: shortcode/shmMap.shortcode.php:55
    16531655msgid "Send request"
    16541656msgstr "Отправить информацию"
     
    16941696msgstr "Отправить"
    16951697
    1696 #: tpl/shmMap.php:127
     1698#: tpl/shmMap.php:128
    16971699#, php-format
    16981700msgid "download %s.csv"
     
    17341736msgid "https://te-st.ru"
    17351737msgstr "https://te-st.ru"
     1738
     1739#~ msgid "Upload GPX-file"
     1740#~ msgstr "Загрузите GPX-файл"
     1741
     1742#~ msgid "require"
     1743#~ msgstr "обязательно"
     1744
     1745#~ msgid "enable"
     1746#~ msgstr "доступно"
     1747
     1748#~ msgid "The name of the parameter that refers to this element"
     1749#~ msgstr "Имя параметра, который ссылается на этот элемент"
    17361750
    17371751#~ msgid "input title"
  • shmapper-by-teplitsa/trunk/languages/shmapper-by-teplitsa.pot

    r2607205 r2607665  
    44"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
    55"Project-Id-Version: ShMapper by Teplitsa\n"
    6 "POT-Creation-Date: 2021-09-19 01:26+0300\n"
     6"POT-Creation-Date: 2021-10-01 10:27+0300\n"
    77"PO-Revision-Date: 2020-06-18 05:16+0300\n"
    88"Last-Translator: \n"
     
    2222
    2323#: class/SMC_Post.php:391 class/ShMapper.class.php:191
    24 #: class/ShMapperTracks.class.php:114 class/ShmMap.class.php:109
    25 #: class/ShmMap.class.php:673 class/ShmPoint.class.php:324
     24#: class/ShMapperTracks.class.php:114 class/ShmForm.class.php:62
     25#: class/ShmMap.class.php:109 class/ShmMap.class.php:708
     26#: class/ShmPoint.class.php:324
    2627msgid "Title"
    2728msgstr ""
    2829
    29 #: class/SMC_Post.php:548 class/ShmMap.class.php:599
     30#: class/SMC_Post.php:548 class/ShmMap.class.php:634
    3031msgid "Double"
    3132msgstr ""
     
    118119msgstr ""
    119120
    120 #: class/ShMapPointType.class.php:133 class/ShMapPointType.class.php:185
    121 #: class/ShMapper.class.php:161 class/ShmMap.class.php:265
     121#: class/ShMapPointType.class.php:133 class/ShMapPointType.class.php:195
     122#: class/ShMapTrackType.class.php:118 class/ShMapTrackType.class.php:152
     123#: class/ShMapper.class.php:160 class/ShmMap.class.php:271
     124msgid "Width"
     125msgstr ""
     126
     127#: class/ShMapPointType.class.php:139 class/ShMapPointType.class.php:185
     128#: class/ShMapper.class.php:161 class/ShmMap.class.php:266
    122129#: widget/ShMap.widget.php:84
    123130msgid "Height"
    124 msgstr ""
    125 
    126 #: class/ShMapPointType.class.php:139 class/ShMapPointType.class.php:195
    127 #: class/ShMapTrackType.class.php:118 class/ShMapTrackType.class.php:152
    128 #: class/ShMapper.class.php:160 class/ShmMap.class.php:270
    129 msgid "Width"
    130131msgstr ""
    131132
     
    190191#: class/ShMaperTrack.class.php:30 class/ShMaperTrack.class.php:64
    191192#: class/ShMaperTrack.class.php:185 class/ShMaperTrack.class.php:407
    192 #: class/ShMaperTrack.class.php:639 class/ShMaperTrack.class.php:721
     193#: class/ShMaperTrack.class.php:639 class/ShMaperTrack.class.php:728
    193194msgid "Shmapper Track exists only in Yandex map API"
    194195msgstr ""
     
    216217#: class/ShMaperTrack.class.php:594 class/ShMaperTrack.class.php:595
    217218#: class/ShMaperTrack.class.php:597
    218 msgid "add Map track"
     219msgid "Add Map track"
    219220msgstr ""
    220221
    221222#: class/ShMaperTrack.class.php:596
    222 msgid "edit Map track"
     223msgid "Edit Map track"
    223224msgstr ""
    224225
    225226#: class/ShMaperTrack.class.php:598
    226 msgid "all Map tracks"
     227msgid "All Map tracks"
    227228msgstr ""
    228229
    229230#: class/ShMaperTrack.class.php:599
    230 msgid "view Map track"
     231msgid "View Map track"
    231232msgstr ""
    232233
    233234#: class/ShMaperTrack.class.php:600
    234 msgid "search Map track"
     235msgid "Search Map track"
    235236msgstr ""
    236237
     
    240241
    241242#: class/ShMaperTrack.class.php:602
    242 msgid "no found Map track in trash"
     243msgid "No found Map track in trash"
    243244msgstr ""
    244245
     
    251252msgstr ""
    252253
    253 #: class/ShMaperTrack.class.php:656 class/ShMapperTracks.class.php:100
     254#: class/ShMaperTrack.class.php:660 class/ShMapperTracks.class.php:100
    254255msgid "Start draw new Track"
    255256msgstr ""
    256257
    257 #: class/ShMaperTrack.class.php:663
     258#: class/ShMaperTrack.class.php:668
    258259msgid "Сhoose local GPX-file"
    259260msgstr ""
    260261
    261 #: class/ShMaperTrack.class.php:674 class/ShMapperTracks.class.php:106
     262#: class/ShMaperTrack.class.php:672 class/ShmForm.class.php:564
     263#: class/ShmForm.class.php:568
     264msgid "Сhoose files"
     265msgstr ""
     266
     267#: class/ShMaperTrack.class.php:680 class/ShMapperTracks.class.php:106
    262268msgid "Set range fliping of route's dots"
    263269msgstr ""
    264270
    265 #: class/ShMaperTrack.class.php:683 class/ShMapperTracks.class.php:107
     271#: class/ShMaperTrack.class.php:690 class/ShMapperTracks.class.php:107
    266272msgid "edit"
    267273msgstr ""
    268274
    269 #: class/ShMaperTrack.class.php:694
    270 msgid "Upload GPX-file"
    271 msgstr ""
    272 
    273 #: class/ShMaperTrack.class.php:727
     275#: class/ShMaperTrack.class.php:734
    274276msgid "Draw button label"
    275277msgstr ""
    276278
    277 #: class/ShMaperTrack.class.php:731
     279#: class/ShMaperTrack.class.php:738
    278280msgid "start draw button label"
    279281msgstr ""
    280282
    281 #: class/ShMaperTrack.class.php:740
     283#: class/ShMaperTrack.class.php:747
    282284msgid "Input label"
    283285msgstr ""
    284286
    285 #: class/ShMaperTrack.class.php:744
     287#: class/ShMaperTrack.class.php:751
    286288msgid "input label"
    287289msgstr ""
    288290
    289 #: class/ShMaperTrack.class.php:753
     291#: class/ShMaperTrack.class.php:760
    290292msgid "Added GPX-input form"
    291293msgstr ""
    292294
    293 #: class/ShMaperTrack.class.php:758
     295#: class/ShMaperTrack.class.php:765
    294296msgid "Disabled markers"
    295297msgstr ""
    296298
    297 #: class/ShMapper.class.php:55
     299#: class/ShMapper.class.php:54
    298300msgid ""
    299301"I give my consent to the site administrator to process, including automated, "
     
    302304msgstr ""
    303305
     306#: class/ShMapper.class.php:55
     307msgid "Your request has been successfully registered."
     308msgstr ""
     309
    304310#: class/ShMapper.class.php:56
    305 msgid "Your request has been successfully registered."
    306 msgstr ""
    307 
    308 #: class/ShMapper.class.php:57
    309311msgid "Unknown error."
    310312msgstr ""
    311313
    312 #: class/ShMapper.class.php:96 class/ShMapper.class.php:470
    313 #: class/ShMapper.class.php:471
     314#: class/ShMapper.class.php:96 class/ShMapper.class.php:472
     315#: class/ShMapper.class.php:473
    314316msgid "Shmapper"
    315317msgstr ""
     
    335337#: class/ShMapper.class.php:145 class/ShMapper.class.php:195
    336338#: class/ShMapperRequest.class.php:93 class/ShMapperTracks.class.php:151
    337 #: class/ShmMap.class.php:673 class/ShmPoint.class.php:270
     339#: class/ShmMap.class.php:708 class/ShmPoint.class.php:270
    338340msgid "Location"
    339341msgstr ""
    340342
    341343#: class/ShMapper.class.php:146 class/ShMapper.class.php:154
    342 #: class/ShMapper.class.php:193 class/ShMapper.class.php:679
     344#: class/ShMapper.class.php:193 class/ShMapper.class.php:681
    343345#: class/ShMapperRequest.class.php:89 class/ShMapperTracks.class.php:152
    344 #: class/ShmMap.class.php:673 class/ShmPoint.class.php:266
     346#: class/ShmMap.class.php:708 class/ShmPoint.class.php:266
    345347msgid "Latitude"
    346348msgstr ""
    347349
    348350#: class/ShMapper.class.php:147 class/ShMapper.class.php:155
    349 #: class/ShMapper.class.php:194 class/ShMapper.class.php:677
     351#: class/ShMapper.class.php:194 class/ShMapper.class.php:679
    350352#: class/ShMapperRequest.class.php:91 class/ShMapperTracks.class.php:153
    351 #: class/ShmMap.class.php:673 class/ShmPoint.class.php:268
     353#: class/ShmMap.class.php:708 class/ShmPoint.class.php:268
    352354msgid "Longitude"
    353355msgstr ""
    354356
    355357#: class/ShMapper.class.php:148 class/ShMapper.class.php:156
    356 #: class/ShMapper.class.php:681
     358#: class/ShMapper.class.php:683
    357359msgid "Zoom"
    358360msgstr ""
    359361
    360362#: class/ShMapper.class.php:157 class/ShmMap.class.php:118
    361 #: class/ShmMap.class.php:354
     363#: class/ShmMap.class.php:355
    362364msgid "Legend exists"
    363365msgstr ""
    364366
    365 #: class/ShMapper.class.php:158 class/ShmMap.class.php:365
     367#: class/ShMapper.class.php:158 class/ShmMap.class.php:366
    366368msgid "Filters exists"
    367369msgstr ""
    368370
    369371#: class/ShMapper.class.php:159 class/ShmMap.class.php:113
    370 #: class/ShmMap.class.php:341
     372#: class/ShmMap.class.php:342
    371373msgid "Export csv"
    372374msgstr ""
    373375
    374 #: class/ShMapper.class.php:162 class/ShmMap.class.php:286
     376#: class/ShMapper.class.php:162 class/ShmMap.class.php:287
    375377msgid "Map search"
    376378msgstr ""
    377379
    378 #: class/ShMapper.class.php:163 class/ShmMap.class.php:300
     380#: class/ShMapper.class.php:163 class/ShmMap.class.php:301
    379381msgid "Map full screen"
    380382msgstr ""
     
    384386msgstr ""
    385387
    386 #: class/ShMapper.class.php:165 class/ShmMap.class.php:294
     388#: class/ShMapper.class.php:165 class/ShmMap.class.php:295
    387389msgid "Map layer switcher"
    388390msgstr ""
    389391
    390 #: class/ShMapper.class.php:166 class/ShmMap.class.php:308
     392#: class/ShMapper.class.php:166 class/ShmMap.class.php:309
    391393msgid "Lock zoom and drag"
    392394msgstr ""
    393395
    394 #: class/ShMapper.class.php:167 class/ShmMap.class.php:304
     396#: class/ShMapper.class.php:167 class/ShmMap.class.php:305
    395397msgid "Formating Marker to cluster"
    396398msgstr ""
     
    405407
    406408#: class/ShMapper.class.php:171 class/ShmMap.class.php:128
    407 #: class/ShmMap.class.php:472
     409#: class/ShmMap.class.php:506
    408410msgid "Notify owner of Map"
    409411msgstr ""
     
    417419msgstr ""
    418420
    419 #: class/ShMapper.class.php:174 class/ShmMap.class.php:492
     421#: class/ShMapper.class.php:174 class/ShmMap.class.php:526
    420422msgid "Users can leave their contact details for feedback."
    421423msgstr ""
     
    425427msgstr ""
    426428
    427 #: class/ShMapper.class.php:176 class/ShmMap.class.php:505
     429#: class/ShMapper.class.php:176 class/ShmMap.class.php:539
    428430msgid "Personal name"
    429431msgstr ""
     
    449451msgstr ""
    450452
    451 #: class/ShMapper.class.php:182 class/ShmMap.class.php:537
     453#: class/ShMapper.class.php:182 class/ShmMap.class.php:571
    452454msgid "Personal phone"
    453455msgstr ""
     
    463465msgstr ""
    464466
    465 #: class/ShMapper.class.php:192 class/ShmForm.class.php:249
    466 #: class/ShmForm.class.php:325 class/ShmForm.class.php:398
    467 #: class/ShmMap.class.php:673 class/ShmPoint.class.php:328
     467#: class/ShMapper.class.php:192 class/ShmForm.class.php:257
     468#: class/ShmForm.class.php:324 class/ShmMap.class.php:708
     469#: class/ShmPoint.class.php:328
    468470msgid "Description"
    469471msgstr ""
     
    500502msgstr ""
    501503
    502 #: class/ShMapper.class.php:311 class/ShMapper.class.php:431
     504#: class/ShMapper.class.php:313 class/ShMapper.class.php:433
    503505#: class/ShMapperDrive.class.php:134
    504506msgid "Attantion"
    505507msgstr ""
    506508
    507 #: class/ShMapper.class.php:312 class/ShMapper.class.php:432
     509#: class/ShMapper.class.php:314 class/ShMapper.class.php:434
    508510msgid "Send"
    509511msgstr ""
    510512
    511 #: class/ShMapper.class.php:313 class/ShMapper.class.php:433
     513#: class/ShMapper.class.php:315 class/ShMapper.class.php:435
    512514msgid "Close"
    513515msgstr ""
    514516
    515 #: class/ShMapper.class.php:314 class/ShMapper.class.php:434
     517#: class/ShMapper.class.php:316 class/ShMapper.class.php:436
    516518msgid ""
    517519"Error: the form is not associated with the card. To link a map and a form, "
     
    521523msgstr ""
    522524
    523 #: class/ShMapper.class.php:315
     525#: class/ShMapper.class.php:317
    524526msgid "Are you shure?"
    525527msgstr ""
    526528
    527 #: class/ShMapper.class.php:483 class/ShMapper.class.php:484
    528 #: class/ShMapper.class.php:530 class/ShMapperDrive.class.php:448
     529#: class/ShMapper.class.php:485 class/ShMapper.class.php:486
     530#: class/ShMapper.class.php:532 class/ShMapperDrive.class.php:448
    529531msgid "Settings"
    530532msgstr ""
    531533
    532 #: class/ShMapper.class.php:508
     534#: class/ShMapper.class.php:510
    533535msgid "Save personal data garantee"
    534536msgstr ""
    535537
    536 #: class/ShMapper.class.php:509
     538#: class/ShMapper.class.php:511
    537539msgid "Successful send map request"
    538540msgstr ""
    539541
    540 #: class/ShMapper.class.php:510
     542#: class/ShMapper.class.php:512
    541543msgid "Error send map request"
    542544msgstr ""
    543545
    544 #: class/ShMapper.class.php:539
     546#: class/ShMapper.class.php:541
    545547msgid "Map API"
    546548msgstr ""
    547549
    548 #: class/ShMapper.class.php:552
     550#: class/ShMapper.class.php:554
    549551msgid "OpenStreetMap"
    550552msgstr ""
    551553
    552 #: class/ShMapper.class.php:560
     554#: class/ShMapper.class.php:562
    553555msgid "Yandex.Maps API Key"
    554556msgstr ""
    555557
    556 #: class/ShMapper.class.php:562
     558#: class/ShMapper.class.php:564
    557559msgid "ATTENTION: you must specify a key for working with the Yandex.Maps API."
    558560msgstr ""
    559561
    560 #: class/ShMapper.class.php:562
     562#: class/ShMapper.class.php:564
    561563msgid "Learn more here:"
    562564msgstr ""
    563565
    564 #: class/ShMapper.class.php:573
     566#: class/ShMapper.class.php:575
    565567msgid "Interactive"
    566568msgstr ""
    567569
    568 #: class/ShMapper.class.php:581
     570#: class/ShMapper.class.php:583
    569571msgid "Enable global mode for non-interactive maps"
    570572msgstr ""
    571573
    572 #: class/ShMapper.class.php:585
     574#: class/ShMapper.class.php:587
    573575msgid ""
    574576"users will not be able to add posts to any map. If the checkbox is enabled, "
     
    576578msgstr ""
    577579
    578 #: class/ShMapper.class.php:593
     580#: class/ShMapper.class.php:595
    579581msgid "Pre-modertion from Map owner."
    580582msgstr ""
    581583
    582 #: class/ShMapper.class.php:597
     584#: class/ShMapper.class.php:599
    583585msgid "all messages will be added in the Draft status"
    584586msgstr ""
    585587
    586 #: class/ShMapper.class.php:601
     588#: class/ShMapper.class.php:603
    587589msgid ""
    588590"ATTENTION: disable this option only at your own peril and risk, because "
     
    590592msgstr ""
    591593
    592 #: class/ShMapper.class.php:609
     594#: class/ShMapper.class.php:611
    593595msgid "Reload page after User send request."
    594596msgstr ""
    595597
    596 #: class/ShMapper.class.php:621
     598#: class/ShMapper.class.php:623
    597599msgid "Protection"
    598600msgstr ""
    599601
    600 #: class/ShMapper.class.php:628
     602#: class/ShMapper.class.php:630
    601603msgid "Include captcha in form (plugin uses only reCAPTCHA v2 keys)"
    602604msgstr ""
    603605
    604 #: class/ShMapper.class.php:637
     606#: class/ShMapper.class.php:639
    605607#, php-format
    606608msgid ""
     
    609611msgstr ""
    610612
    611 #: class/ShMapper.class.php:641
     613#: class/ShMapper.class.php:643
    612614msgid ""
    613615"Your reCAPTCHA doesn't work yet. In order to make it work, please get the "
     
    615617msgstr ""
    616618
    617 #: class/ShMapper.class.php:653
     619#: class/ShMapper.class.php:655
    618620msgid "Vocabulary"
    619621msgstr ""
    620622
    621 #: class/ShMapper.class.php:668 class/ShMapper.class.php:691
    622 #: class/ShMapper.class.php:731
     623#: class/ShMapper.class.php:670 class/ShMapper.class.php:693
     624#: class/ShMapper.class.php:733
    623625msgid "Coordinates"
    624626msgstr ""
    625627
    626 #: class/ShMapper.class.php:675
     628#: class/ShMapper.class.php:677
    627629msgid "Set default coordinates"
    628630msgstr ""
    629631
    630 #: class/ShMapper.class.php:787
     632#: class/ShMapper.class.php:789
    631633msgid "Wizzard"
    632634msgstr ""
    633635
    634 #: class/ShMapper.class.php:790
     636#: class/ShMapper.class.php:792
    635637msgid "Restart wizzard"
    636638msgstr ""
    637639
    638 #: class/ShMapper.class.php:839 class/ShMapper.class.php:847
     640#: class/ShMapper.class.php:841 class/ShMapper.class.php:849
    639641msgid "Close wizzard"
    640642msgstr ""
    641643
    642 #: class/ShMapper.class.php:840 class/ShMapper.class.php:846
     644#: class/ShMapper.class.php:842 class/ShMapper.class.php:848
    643645msgid "Go to current page"
    644646msgstr ""
    645647
    646 #: class/ShMapper.class.php:843 class/ShMapper_ajax.class.php:174
     648#: class/ShMapper.class.php:845 class/ShMapper_ajax.class.php:174
    647649msgid "Next step"
    648650msgstr ""
    649651
    650 #: class/ShMapper.class.php:845
     652#: class/ShMapper.class.php:847
    651653msgid "Prevous step"
    652654msgstr ""
    653655
    654 #: class/ShMapper.class.php:897
     656#: class/ShMapper.class.php:899
    655657msgid "Welcome to the Shmapper Configuration Wizard"
    656658msgstr ""
    657659
    658 #: class/ShMapper.class.php:898
     660#: class/ShMapper.class.php:900
    659661msgid ""
    660662"First, you need to specify the general settings. Click on the button <span "
     
    663665msgstr ""
    664666
    665 #: class/ShMapper.class.php:904
     667#: class/ShMapper.class.php:906
    666668msgid "Configure Shmapper"
    667669msgstr ""
    668670
    669 #: class/ShMapper.class.php:905
     671#: class/ShMapper.class.php:907
    670672msgid ""
    671673"Change the settings that do not suit you. To connect reCAPTCHA, you need to "
     
    673675msgstr ""
    674676
    675 #: class/ShMapper.class.php:911
     677#: class/ShMapper.class.php:913
    676678msgid "Create your first map"
    677679msgstr ""
    678680
    679 #: class/ShMapper.class.php:912
     681#: class/ShMapper.class.php:914
    680682msgid "Click the \"Add Map\" button at the very top of the page"
    681683msgstr ""
    682684
    683 #: class/ShMapper.class.php:918 class/ShMapper.class.php:926
     685#: class/ShMapper.class.php:920 class/ShMapper.class.php:928
    684686msgid "New map"
    685687msgstr ""
    686688
    687 #: class/ShMapper.class.php:919
    688 msgid ""
    689 "Select a visible area on the map. <p> Create the first Marker by pointing to "
    690 "the desired location on the map with the right mouse button. <p> Fill in the "
    691 "fields and click \"Create\"."
    692 msgstr ""
    693 
    694 #: class/ShMapper.class.php:927
     689#: class/ShMapper.class.php:921
     690msgid ""
     691"Select a visible area on the map. <p>Create the first Marker by pointing to "
     692"the desired location on the map with the right mouse button.</p><p>Fill in "
     693"the fields and click \"Create\".</p>"
     694msgstr ""
     695
     696#: class/ShMapper.class.php:929
    695697msgid ""
    696698"Fill in the provided fields in sequence. In the \"Request Form\" section, "
     
    897899
    898900#: class/ShMapperPointMessage.class.php:26
    899 msgid "view Map marker message"
     901msgid "View Map marker message"
    900902msgstr ""
    901903
     
    957959msgstr ""
    958960
    959 #: class/ShMapperRequest.class.php:360
     961#: class/ShMapperRequest.class.php:358
    960962msgid "Uknown User"
     963msgstr ""
     964
     965#: class/ShMapperRequest.class.php:366
     966#, php-format
     967msgid "<%s> Request to your Map from [%s] [%s]"
    961968msgstr ""
    962969
    963970#: class/ShMapperRequest.class.php:368
    964971#, php-format
    965 msgid "<%s> Request to your Map from [%s] [%s]"
    966 msgstr ""
    967 
    968 #: class/ShMapperRequest.class.php:370
    969 #, php-format
    970972msgid "You may see this %s"
    971973msgstr ""
    972974
    973 #: class/ShMapperRequest.class.php:389
     975#: class/ShMapperRequest.class.php:387
    974976msgid "Visitor"
    975977msgstr ""
    976978
     979#: class/ShMapperRequest.class.php:400
     980msgid "Approve"
     981msgstr ""
     982
    977983#: class/ShMapperRequest.class.php:402
    978 msgid "Approve"
    979 msgstr ""
    980 
    981 #: class/ShMapperRequest.class.php:404
    982984msgid "Trash"
    983985msgstr ""
     
    10711073msgstr ""
    10721074
     1075#: class/ShMapperTracksPoint.class.php:23
     1076#: class/ShMapperTracksPoint.class.php:24
     1077msgid "Track marker"
     1078msgstr ""
     1079
     1080#: class/ShMapperTracksPoint.class.php:25
     1081#: class/ShMapperTracksPoint.class.php:26
     1082#: class/ShMapperTracksPoint.class.php:28
     1083msgid "Add Track marker"
     1084msgstr ""
     1085
     1086#: class/ShMapperTracksPoint.class.php:27
     1087msgid "Edit Track marker"
     1088msgstr ""
     1089
    10731090#: class/ShMapperTracksPoint.class.php:29
     1091msgid "All Track markers"
     1092msgstr ""
     1093
    10741094#: class/ShMapperTracksPoint.class.php:30
    1075 msgid "Track marker"
     1095msgid "View Track marker"
    10761096msgstr ""
    10771097
    10781098#: class/ShMapperTracksPoint.class.php:31
     1099msgid "Search Track marker"
     1100msgstr ""
     1101
    10791102#: class/ShMapperTracksPoint.class.php:32
     1103msgid "Track marker not found"
     1104msgstr ""
     1105
     1106#: class/ShMapperTracksPoint.class.php:33
     1107msgid "No found track marker in trash"
     1108msgstr ""
     1109
    10801110#: class/ShMapperTracksPoint.class.php:34
    1081 msgid "add Track marker"
    1082 msgstr ""
    1083 
    1084 #: class/ShMapperTracksPoint.class.php:33
    1085 msgid "edit Track marker"
    1086 msgstr ""
    1087 
    1088 #: class/ShMapperTracksPoint.class.php:35
    1089 msgid "all Track markers"
    1090 msgstr ""
    1091 
    1092 #: class/ShMapperTracksPoint.class.php:36
    1093 msgid "view Track marker"
    1094 msgstr ""
    1095 
    1096 #: class/ShMapperTracksPoint.class.php:37
    1097 msgid "search Track marker"
    1098 msgstr ""
    1099 
    1100 #: class/ShMapperTracksPoint.class.php:38
    1101 msgid "Track marker not found"
    1102 msgstr ""
    1103 
    1104 #: class/ShMapperTracksPoint.class.php:39
    1105 msgid "no found Track marker in trash"
    1106 msgstr ""
    1107 
    1108 #: class/ShMapperTracksPoint.class.php:40
    11091111msgid "Track markers"
    11101112msgstr ""
     
    12071209msgstr ""
    12081210
    1209 #: class/ShmForm.class.php:62
    1210 msgid "Heading"
    1211 msgstr ""
    1212 
    12131211#: class/ShmForm.class.php:68
    12141212msgid "Text field"
    12151213msgstr ""
    12161214
    1217 #: class/ShmForm.class.php:98
     1215#: class/ShmForm.class.php:74
     1216msgid "Heading"
     1217msgstr ""
     1218
     1219#: class/ShmForm.class.php:104
    12181220msgid "Textarea"
    12191221msgstr ""
    12201222
    1221 #: class/ShmForm.class.php:104
     1223#: class/ShmForm.class.php:110
    12221224msgid "Upload file"
    12231225msgstr ""
    12241226
    1225 #: class/ShmForm.class.php:110
     1227#: class/ShmForm.class.php:116
    12261228msgid "Markers"
    12271229msgstr ""
    12281230
    1229 #: class/ShmForm.class.php:209 class/ShmForm.class.php:284
    1230 #: class/ShmForm.class.php:366
     1231#: class/ShmForm.class.php:217 class/ShmForm.class.php:284
    12311232msgid "Type of element"
    12321233msgstr ""
    12331234
    1234 #: class/ShmForm.class.php:219 class/ShmForm.class.php:297
    1235 #: class/ShmForm.class.php:360
     1235#: class/ShmForm.class.php:227 class/ShmForm.class.php:294
    12361236msgid "Label of element"
    12371237msgstr ""
    12381238
    1239 #: class/ShmForm.class.php:221 class/ShmForm.class.php:299
    1240 #: class/ShmForm.class.php:362
     1239#: class/ShmForm.class.php:229 class/ShmForm.class.php:296
    12411240msgid "write title"
    12421241msgstr ""
    12431242
    1244 #: class/ShmForm.class.php:228 class/ShmForm.class.php:307
    1245 #: class/ShmForm.class.php:381
     1243#: class/ShmForm.class.php:236 class/ShmForm.class.php:303
    12461244msgid "Placeholder"
    12471245msgstr ""
    12481246
    1249 #: class/ShmForm.class.php:230 class/ShmForm.class.php:309
    1250 #: class/ShmForm.class.php:383
     1247#: class/ShmForm.class.php:238 class/ShmForm.class.php:305
    12511248msgid "write placeholder"
    12521249msgstr ""
    12531250
    1254 #: class/ShmForm.class.php:234 class/ShmForm.class.php:313
    1255 #: class/ShmForm.class.php:387
     1251#: class/ShmForm.class.php:242 class/ShmForm.class.php:309
    12561252msgid "Placemark types"
    12571253msgstr ""
    12581254
    1259 #: class/ShmForm.class.php:251 class/ShmForm.class.php:327
    1260 #: class/ShmForm.class.php:400
     1255#: class/ShmForm.class.php:259 class/ShmForm.class.php:326
    12611256msgid "write description"
    12621257msgstr ""
    12631258
    1264 #: class/ShmForm.class.php:258
     1259#: class/ShmForm.class.php:266
    12651260msgid "Element is required"
    12661261msgstr ""
    12671262
    1268 #: class/ShmForm.class.php:260 class/ShmForm.class.php:332
     1263#: class/ShmForm.class.php:268
    12691264msgid "Add before"
    12701265msgstr ""
    12711266
    1272 #: class/ShmForm.class.php:261 class/ShmForm.class.php:333
     1267#: class/ShmForm.class.php:269 class/ShmForm.class.php:335
    12731268msgid "Add after"
    12741269msgstr ""
    12751270
    1276 #: class/ShmForm.class.php:262 class/ShmForm.class.php:334
     1271#: class/ShmForm.class.php:270 class/ShmForm.class.php:336
    12771272msgid "Delete me"
    12781273msgstr ""
    12791274
    1280 #: class/ShmForm.class.php:291 class/ShmForm.class.php:355
    1281 msgid "require"
    1282 msgstr ""
    1283 
    1284 #: class/ShmForm.class.php:352
    1285 msgid "enable"
    1286 msgstr ""
    1287 
    1288 #: class/ShmForm.class.php:404
    1289 msgid "The name of the parameter that refers to this element"
    1290 msgstr ""
    1291 
    1292 #: class/ShmForm.class.php:478
    1293 msgid "Сhoose files"
    1294 msgstr ""
    1295 
    1296 #: class/ShmForm.class.php:497 class/ShmForm.class.php:517
    1297 #: class/ShmForm.class.php:550 class/ShmForm.class.php:561
    1298 #: class/ShmForm.class.php:571
     1275#: class/ShmForm.class.php:534 class/ShmForm.class.php:607
     1276#: class/ShmForm.class.php:790
    12991277msgid "This required field"
    13001278msgstr ""
    13011279
    1302 #: class/ShmForm.class.php:514
     1280#: class/ShmForm.class.php:604
    13031281msgid "Drag icon and place it to map."
    13041282msgstr ""
    13051283
    1306 #: class/ShmForm.class.php:546
     1284#: class/ShmForm.class.php:645
    13071285msgid "Your name"
    13081286msgstr ""
    13091287
    1310 #: class/ShmForm.class.php:557
     1288#: class/ShmForm.class.php:661
    13111289msgid "Your e-mail"
    13121290msgstr ""
    13131291
    1314 #: class/ShmForm.class.php:567
     1292#: class/ShmForm.class.php:677
    13151293msgid "Your phone"
    13161294msgstr ""
    13171295
    1318 #: class/ShmForm.class.php:658
     1296#: class/ShmForm.class.php:802
    13191297msgid ""
    13201298"Drag choosed icon and place it to map or click it and enter exact address."
     
    13811359msgstr ""
    13821360
    1383 #: class/ShmMap.class.php:250
     1361#: class/ShmMap.class.php:251
    13841362msgid "1.1. Pan map and choose zoom"
    13851363msgstr ""
    13861364
    1387 #: class/ShmMap.class.php:262
     1365#: class/ShmMap.class.php:263
    13881366msgid "1.2. Set size for map's div (per pixels)"
    13891367msgstr ""
    13901368
    1391 #: class/ShmMap.class.php:267 class/ShmMap.class.php:272
     1369#: class/ShmMap.class.php:268 class/ShmMap.class.php:273
    13921370msgid "Empty for "
    13931371msgstr ""
    13941372
    1395 #: class/ShmMap.class.php:282
     1373#: class/ShmMap.class.php:283
    13961374msgid "1.3. Include interface"
    13971375msgstr ""
    13981376
    1399 #: class/ShmMap.class.php:290
     1377#: class/ShmMap.class.php:291
    14001378msgid "Map zoom slider enabled"
    14011379msgstr ""
    14021380
    1403 #: class/ShmMap.class.php:312
     1381#: class/ShmMap.class.php:313
    14041382msgid "Choose layers"
    14051383msgstr ""
    14061384
    1407 #: class/ShmMap.class.php:327
     1385#: class/ShmMap.class.php:328
    14081386msgid "1.4. Map title"
    14091387msgstr ""
    14101388
    1411 #: class/ShmMap.class.php:329
     1389#: class/ShmMap.class.php:330
    14121390msgid "Show map title"
    14131391msgstr ""
    14141392
    1415 #: class/ShmMap.class.php:338
     1393#: class/ShmMap.class.php:339
    14161394msgid "1.5. May User download data in *.csv?"
    14171395msgstr ""
    14181396
    1419 #: class/ShmMap.class.php:351
     1397#: class/ShmMap.class.php:352
    14201398msgid "1.6. Will the legend be displayed?"
    14211399msgstr ""
    14221400
    1423 #: class/ShmMap.class.php:362
     1401#: class/ShmMap.class.php:363
    14241402msgid "1.7. Will Marker type filter be displayed?"
    14251403msgstr ""
    14261404
    1427 #: class/ShmMap.class.php:372
     1405#: class/ShmMap.class.php:373
    14281406msgid "1.8. Default Marker icon"
    14291407msgstr ""
    14301408
    1431 #: class/ShmMap.class.php:377
     1409#: class/ShmMap.class.php:378
    14321410msgid "Recommended size is 64х64 px, format is .png"
    14331411msgstr ""
    14341412
    1435 #: class/ShmMap.class.php:388
     1413#: class/ShmMap.class.php:389
    14361414msgid "1.9. Highlight the country on the map"
    14371415msgstr ""
    14381416
    1439 #: class/ShmMap.class.php:392
     1417#: class/ShmMap.class.php:393
    14401418msgid "Loading countries ... "
    14411419msgstr ""
    14421420
    1443 #: class/ShmMap.class.php:395
     1421#: class/ShmMap.class.php:396
    14441422msgid "Select country"
    14451423msgstr ""
    14461424
    1447 #: class/ShmMap.class.php:404
     1425#: class/ShmMap.class.php:405
    14481426msgid "Choose map overlay color"
    14491427msgstr ""
    14501428
    1451 #: class/ShmMap.class.php:410
     1429#: class/ShmMap.class.php:411
    14521430msgid "Choose country border color"
    14531431msgstr ""
    14541432
    1455 #: class/ShmMap.class.php:416
     1433#: class/ShmMap.class.php:417
    14561434msgid "Overlay opacity"
    14571435msgstr ""
    14581436
    1459 #: class/ShmMap.class.php:453
     1437#: class/ShmMap.class.php:439
     1438msgid "1.10. Load elements on the map from file .KML"
     1439msgstr ""
     1440
     1441#: class/ShmMap.class.php:444
     1442msgid "Select KML File"
     1443msgstr ""
     1444
     1445#: class/ShmMap.class.php:444
     1446msgid "Insert KML File Url"
     1447msgstr ""
     1448
     1449#: class/ShmMap.class.php:444
     1450msgid "Upload KML File"
     1451msgstr ""
     1452
     1453#: class/ShmMap.class.php:445
     1454msgid "Clear"
     1455msgstr ""
     1456
     1457#: class/ShmMap.class.php:449
     1458msgid "Yandex Map Constructor"
     1459msgstr ""
     1460
     1461#: class/ShmMap.class.php:487
    14601462msgid "Enable crowdsourcing function (free add Users new Markers)"
    14611463msgstr ""
    14621464
    1463 #: class/ShmMap.class.php:459
     1465#: class/ShmMap.class.php:493
    14641466msgid "2.1. What is the name of your information form?"
    14651467msgstr ""
    14661468
    1467 #: class/ShmMap.class.php:463
     1469#: class/ShmMap.class.php:497
    14681470msgid "For example &laquo;All beaches by the river&raquo;"
    14691471msgstr ""
    14701472
    1471 #: class/ShmMap.class.php:469
     1473#: class/ShmMap.class.php:503
    14721474msgid "2.2. Will I notify the author about new posts?"
    14731475msgstr ""
    14741476
    1475 #: class/ShmMap.class.php:477
     1477#: class/ShmMap.class.php:511
    14761478msgid "2.3. What information can users enter?"
    14771479msgstr ""
    14781480
    1479 #: class/ShmMap.class.php:480
     1481#: class/ShmMap.class.php:514
    14801482msgid ""
    14811483"You can create your own forms using form elements: Heading, Text field, "
     
    14831485msgstr ""
    14841486
    1485 #: class/ShmMap.class.php:489
     1487#: class/ShmMap.class.php:523
    14861488msgid "2.4. Can users leave their contact information?"
    14871489msgstr ""
    14881490
    1489 #: class/ShmMap.class.php:497
     1491#: class/ShmMap.class.php:531
    14901492msgid "2.5. What data users will have to put?"
    14911493msgstr ""
    14921494
    1493 #: class/ShmMap.class.php:500 class/ShmMap.class.php:516
    1494 #: class/ShmMap.class.php:532
     1495#: class/ShmMap.class.php:534 class/ShmMap.class.php:550
     1496#: class/ShmMap.class.php:566
    14951497msgid "Include"
    14961498msgstr ""
    14971499
    1498 #: class/ShmMap.class.php:510 class/ShmMap.class.php:526
    1499 #: class/ShmMap.class.php:542
     1500#: class/ShmMap.class.php:544 class/ShmMap.class.php:560
     1501#: class/ShmMap.class.php:576
    15001502msgid "Required"
    15011503msgstr ""
    15021504
    1503 #: class/ShmMap.class.php:521
     1505#: class/ShmMap.class.php:555
    15041506msgid "Personal email"
    15051507msgstr ""
    15061508
    1507 #: class/ShmMap.class.php:742
     1509#: class/ShmMap.class.php:777
    15081510msgid "What do with placemarks of deleting Map?"
    15091511msgstr ""
    15101512
    1511 #: class/ShmMap.class.php:747
     1513#: class/ShmMap.class.php:782
    15121514msgid "Delete all Points"
    15131515msgstr ""
    15141516
    1515 #: class/ShmMap.class.php:753
     1517#: class/ShmMap.class.php:788
    15161518msgid "Escape all Points without Owner Map"
    15171519msgstr ""
    15181520
    1519 #: class/ShmMap.class.php:759
     1521#: class/ShmMap.class.php:794
    15201522msgid "Switch all Points to anover Map"
    15211523msgstr ""
    15221524
    1523 #: class/ShmMap.class.php:775
     1525#: class/ShmMap.class.php:810
    15241526msgid "delete"
    15251527msgstr ""
    15261528
    1527 #: class/ShmMap.class.php:854
     1529#: class/ShmMap.class.php:889
    15281530#, php-format
    15291531msgid "Succesfuly delete map width %s points"
    15301532msgstr ""
    15311533
    1532 #: class/ShmMap.class.php:859
     1534#: class/ShmMap.class.php:894
    15331535#, php-format
    15341536msgid "Succesfuly delete map and %s points are orphans now"
    15351537msgstr ""
    15361538
    1537 #: class/ShmMap.class.php:866
     1539#: class/ShmMap.class.php:901
    15381540#, php-format
    15391541msgid "Succesfuly delete map and %s points migrates to %s"
    15401542msgstr ""
    15411543
    1542 #: class/ShmMap.class.php:898
     1544#: class/ShmMap.class.php:933
    15431545msgid "Yandex Map"
    15441546msgstr ""
    15451547
    1546 #: class/ShmMap.class.php:920
     1548#: class/ShmMap.class.php:955
    15471549msgid "Open Street Map"
    15481550msgstr ""
     
    15971599msgstr ""
    15981600
    1599 #: shortcode/shmMap.shortcode.php:57
     1601#: shortcode/shmMap.shortcode.php:55
    16001602msgid "Send request"
    16011603msgstr ""
     
    16411643msgstr ""
    16421644
    1643 #: tpl/shmMap.php:127
     1645#: tpl/shmMap.php:128
    16441646#, php-format
    16451647msgid "download %s.csv"
  • shmapper-by-teplitsa/trunk/shmapper.php

    r2607402 r2607665  
    44 * Plugin URI: http://genagl.ru/?p=652
    55 * Description: Location and logistics services for NKO
    6  * Version: 1.4.6
     6 * Version: 1.4.6.1
    77 * Requires at least: 5.0
    88 * Requires PHP: 5.6
     
    6060define( 'SHM_CSV_ROW_SEPARATOR', '
    6161');
    62 define( 'SHMAPPER_VERSION', '1.4.6' );
     62define( 'SHMAPPER_VERSION', '1.4.6.1' );
    6363
    6464/** Load textdomain */
  • shmapper-by-teplitsa/trunk/shortcode/shmMap.shortcode.php

    r2607205 r2607665  
    3232    $is_title = ( $map->get_meta( 'is_title' ) !== '' ) ? $map->get_meta( 'is_title' ) : '1';
    3333
     34    $style_attr = '';
     35    if ( $map->get_meta( 'width' ) ) {
     36        $width =  $map->get_meta( 'width' );
     37        $style_attr = ' style="--shm-map-max-width:' . $width . 'px"';
     38    }
     39
    3440    if ( $is_title ) {
    3541        $html .= '<div class="shm-title-6 shm-map-title">' . esc_html( $map->get( 'post_title' ) ) . '</div>';
     
    5965    }
    6066
    61     $html = '<div class="shm-map-block">' . $html . '</div>';
     67    $html = '<div class="shm-map-block"' . $style_attr . '>' . $html . '</div>';
    6268
    6369    $html = apply_filters("shm_final_after_front_map", $html, $args);
  • shmapper-by-teplitsa/trunk/tpl/shmMap.php

    r2607205 r2607665  
    9292            if ( $leg ) {
    9393                $legend = "
    94                 <div class='shm-legend' style='width:$width;'>
     94                <div class='shm-legend'>
    9595                    $leg
    9696                </div>";
     
    133133    if( $filters || $csv ) {
    134134        $html .="
    135             <div class='shm-map-panel' for='$uniq' style='width:$width;'>
     135            <div class='shm-map-panel' for='$uniq'>
    136136                $filters $csv
    137137            </div>";
     
    142142        $shm_has_legend = ' shm-map-has-legend';
    143143    }
    144     $html .= '<div class="shm-map-container shm_container' . esc_attr( $shm_has_legend ) . '" id="' . esc_attr( $uniq ) . '" shm_map_id="' . esc_attr( $id ) . '" style="height:' . $height . 'px;width:' . $width . ';"></div>';
     144    $html .= '<div class="shm-map-container shm_container' . esc_attr( $shm_has_legend ) . '" id="' . esc_attr( $uniq ) . '" shm_map_id="' . esc_attr( $id ) . '" style="height:' . $height . 'px;"></div>';
    145145
    146146    $html .= $legend;
Note: See TracChangeset for help on using the changeset viewer.