Gallery by BestWebSoft - Version 4.6.6

Version Description

  • 27.03.2020 =
  • Update : Appearance of the Plugin settings page was updated.
Download this release

Release Info

Developer bestwebsoft
Plugin Icon 128x128 Gallery by BestWebSoft
Version 4.6.6
Comparing to
See all releases

Code changes from version 4.6.5 to 4.6.6

gallery-plugin.php CHANGED
@@ -6,7 +6,7 @@ Description: Add beautiful galleries, albums & images to your Wordpress website
6
  Author: BestWebSoft
7
  Text Domain: gallery-plugin
8
  Domain Path: /languages
9
- Version: 4.6.5
10
  Author URI: https://bestwebsoft.com/
11
  License: GPLv2 or later
12
  */
@@ -1899,7 +1899,7 @@ if ( ! function_exists ( 'gllr_admin_head' ) ) {
1899
  'confirm_update_gallery' => __( "Switching to another mode, all unsaved data will be lost. Save data before switching?", 'gallery-plugin' ),
1900
  'wp_media_title' => __( 'Insert Media', 'gallery-plugin' ),
1901
  'wp_media_button' => __( 'Insert', 'gallery-plugin' ),
1902
- 'export_message' => __( 'Gallery has been successfully added!', 'gallery-plugin' ),
1903
  'post' => $post->ID,
1904
  'title' => $post->post_title
1905
  )
6
  Author: BestWebSoft
7
  Text Domain: gallery-plugin
8
  Domain Path: /languages
9
+ Version: 4.6.6
10
  Author URI: https://bestwebsoft.com/
11
  License: GPLv2 or later
12
  */
1899
  'confirm_update_gallery' => __( "Switching to another mode, all unsaved data will be lost. Save data before switching?", 'gallery-plugin' ),
1900
  'wp_media_title' => __( 'Insert Media', 'gallery-plugin' ),
1901
  'wp_media_button' => __( 'Insert', 'gallery-plugin' ),
1902
+ 'export_message' => sprintf( '%s <a href="admin.php?page=slider.php">%s</a>', __( 'A new slider is added.', 'gallery-plugin' ), __( 'Edit slider', 'gallery-plugin' ) ),
1903
  'post' => $post->ID,
1904
  'title' => $post->post_title
1905
  )
includes/class-gllr-settings.php CHANGED
@@ -298,7 +298,7 @@ if ( ! class_exists( 'Gllr_Settings_Tabs' ) ) {
298
  <?php if ( ! $this->is_global_settings ) { ?>
299
  <table class="form-table ">
300
  <tr>
301
- <th scope="row"><?php _e( 'Add Gallery to the Slider', 'gallery-plugin' ); ?> </th>
302
  <td>
303
  <?php $plugin_info = gallery_plugin_status(
304
  'slider-bws/slider-bws.php',
@@ -315,10 +315,10 @@ if ( ! class_exists( 'Gllr_Settings_Tabs' ) ) {
315
  $attrs = 'disabled="disabled"';
316
  $plugin_notice = ' <a href="https://bestwebsoft.com/products/wordpress/plugins/slider/' . '" target="_blank">' . __( 'Install Now', 'gallery-plugin' ) . '</a>';
317
  }
318
- $export = __( 'Add', 'gallery-plugin' ) ?>
319
  <input type="button" <?php echo $this->change_permission_attr; ?> class="button" <?php echo $attrs; ?> id="gllr-export-slider" name="gllr-export-slider" value="<?php echo $export ?>">
320
  <span id="gllr_export_loader" class="gllr_loader"><img src="<?php echo plugins_url( '../images/ajax-loader.gif', __FILE__ ); ?>" alt="loader" /></span><br />
321
- <span class="bws_info"><?php _e( 'Click to add current gallery to the slider. Slider plugin is required.', 'gallery-plugin' ); echo $plugin_notice; ?></span>
322
  </td>
323
  </tr>
324
  </table>
@@ -452,7 +452,7 @@ if ( ! class_exists( 'Gllr_Settings_Tabs' ) ) {
452
  <fieldset>
453
  <label>
454
  <input disabled type="radio" value="under" checked="checked">
455
- <?php _e( 'Under image', 'gallery-plugin' ); ?>
456
  <?php echo bws_add_help_box( '<img src="' . plugins_url( 'images/display_text_under_image.jpg', dirname( __FILE__ ) ) . '" />', 'bws-hide-for-mobile bws-auto-width' ); ?>
457
  </label>
458
  <br/>
@@ -489,6 +489,13 @@ if ( ! class_exists( 'Gllr_Settings_Tabs' ) ) {
489
  <input type="text" value="<?php echo $this->options["border_images_color"]; ?>" name="gllr_border_images_color" class="gllr_color_field" data-default-color="#F1F1F1" />
490
  </td>
491
  </tr>
 
 
 
 
 
 
 
492
  </table>
493
  <?php if ( ! $this->hide_pro_tabs ) { ?>
494
  <div class="bws_pro_version_bloc">
@@ -548,7 +555,7 @@ if ( ! class_exists( 'Gllr_Settings_Tabs' ) ) {
548
  <th scope="row"><?php _e( 'Back Link URL', 'gallery-plugin' ); ?></th>
549
  <td>
550
  <input type="text" value="<?php echo $this->options["return_link_url"]; ?>" name="gllr_return_link_url" maxlength="250" />
551
- <div class="bws_info"><?php _e( 'Back link custom page URL. Leave blank to use Gallery page template.' , 'gallery-plugin' ); ?></div>
552
  </td>
553
  </tr>
554
  <tr class="gllr_for_return_link">
@@ -565,9 +572,9 @@ if ( ! class_exists( 'Gllr_Settings_Tabs' ) ) {
565
  </td>
566
  </tr>
567
  <tr>
568
- <th scope="row"><?php _e( 'Try to disable 3rd-party fancybox', 'gallery-plugin' ); ?></th>
569
  <td>
570
- <input type="checkbox" name="gllr_disable_foreing_fancybox" value="1" <?php if ( 1 == $this->options["disable_foreing_fancybox"] ) echo 'checked="checked"'; ?> /> <span class="bws_info"><?php _e( 'Enable to avoid conflicts with 3rd-party fancybox.' , 'gallery-plugin' ); ?></span>
571
  </td>
572
  </tr>
573
  </table>
@@ -715,31 +722,33 @@ if ( ! class_exists( 'Gllr_Settings_Tabs' ) ) {
715
  </fieldset>
716
  </td>
717
  </tr>
718
- <tr>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
719
  <th scope="row"><?php _e( 'Read More Link Label', 'gallery-plugin' ); ?></th>
720
  <td>
721
  <input type="text" name="gllr_read_more_link_text" maxlength="250" value="<?php echo $this->options["read_more_link_text"]; ?>" />
722
  </td>
723
  </tr>
724
  </table>
725
- <?php if ( ! $this->hide_pro_tabs ) { ?>
726
- <div class="bws_pro_version_bloc gllr_for_enable_lightbox">
727
- <div class="bws_pro_version_table_bloc">
728
- <button type="submit" name="bws_hide_premium_options" class="notice-dismiss bws_hide_premium_options" title="<?php _e( 'Close', 'gallery-plugin' ); ?>"></button>
729
- <div class="bws_table_bg"></div>
730
- <table class="form-table bws_pro_version">
731
- <tr>
732
- <th scope="row"><?php _e( 'Instant Lightbox', 'gallery-plugin' ); ?> </th>
733
- <td>
734
- <input type="checkbox" value="1" disabled />
735
- <span class="bws_info"><?php _e( 'Enable to display all images in the lightbox after clicking cover image or URL instead of going to a single gallery page.', 'gallery-plugin' ); ?></span>
736
- </td>
737
- </tr>
738
- </table>
739
- </div>
740
- <?php $this->bws_pro_block_links(); ?>
741
- </div>
742
- <?php } ?>
743
  <?php }
744
 
745
  /**
@@ -750,13 +759,6 @@ if ( ! class_exists( 'Gllr_Settings_Tabs' ) ) {
750
  <?php $this->help_phrase(); ?>
751
  <hr>
752
  <table class="form-table">
753
- <tr>
754
- <th scope="row"><?php _e( 'Unclickable Thumbnail Images', 'gallery-plugin' ); ?> </th>
755
- <td>
756
- <input type="checkbox" name="gllr_enable_image_opening" <?php if ( 1 == $this->options["enable_image_opening"] ) echo 'checked="checked"'; ?> />
757
- <span class="bws_info"><?php _e( 'Enable to make the images in a single gallery unclickable and hide their URLs. This option also disables Lightbox.', 'gallery-plugin' ); ?></span>
758
- </td>
759
- </tr>
760
  <tr class="gllr_for_enable_opening_images">
761
  <th scope="row"><?php _e( 'Enable Lightbox', 'gallery-plugin' ); ?> </th>
762
  <td>
298
  <?php if ( ! $this->is_global_settings ) { ?>
299
  <table class="form-table ">
300
  <tr>
301
+ <th scope="row"><?php _e( 'Create Slider', 'gallery-plugin' ); ?> </th>
302
  <td>
303
  <?php $plugin_info = gallery_plugin_status(
304
  'slider-bws/slider-bws.php',
315
  $attrs = 'disabled="disabled"';
316
  $plugin_notice = ' <a href="https://bestwebsoft.com/products/wordpress/plugins/slider/' . '" target="_blank">' . __( 'Install Now', 'gallery-plugin' ) . '</a>';
317
  }
318
+ $export = __( 'Create New Slider', 'gallery-plugin' ) ?>
319
  <input type="button" <?php echo $this->change_permission_attr; ?> class="button" <?php echo $attrs; ?> id="gllr-export-slider" name="gllr-export-slider" value="<?php echo $export ?>">
320
  <span id="gllr_export_loader" class="gllr_loader"><img src="<?php echo plugins_url( '../images/ajax-loader.gif', __FILE__ ); ?>" alt="loader" /></span><br />
321
+ <span class="bws_info"><?php _e( 'Click to create a new slider using gallery images. Slider plugin is required.', 'gallery-plugin' ); echo $plugin_notice; ?></span>
322
  </td>
323
  </tr>
324
  </table>
452
  <fieldset>
453
  <label>
454
  <input disabled type="radio" value="under" checked="checked">
455
+ <?php _e( 'Below images', 'gallery-plugin' ); ?>
456
  <?php echo bws_add_help_box( '<img src="' . plugins_url( 'images/display_text_under_image.jpg', dirname( __FILE__ ) ) . '" />', 'bws-hide-for-mobile bws-auto-width' ); ?>
457
  </label>
458
  <br/>
489
  <input type="text" value="<?php echo $this->options["border_images_color"]; ?>" name="gllr_border_images_color" class="gllr_color_field" data-default-color="#F1F1F1" />
490
  </td>
491
  </tr>
492
+ <tr>
493
+ <th scope="row"><?php _e( 'Unclickable Thumbnail Images', 'gallery-plugin' ); ?> </th>
494
+ <td>
495
+ <input type="checkbox" name="gllr_enable_image_opening" <?php if ( 1 == $this->options["enable_image_opening"] ) echo 'checked="checked"'; ?> />
496
+ <span class="bws_info"><?php _e( 'Enable to make the images in a single gallery unclickable and hide their URLs. This option also disables Lightbox.', 'gallery-plugin' ); ?></span>
497
+ </td>
498
+ </tr>
499
  </table>
500
  <?php if ( ! $this->hide_pro_tabs ) { ?>
501
  <div class="bws_pro_version_bloc">
555
  <th scope="row"><?php _e( 'Back Link URL', 'gallery-plugin' ); ?></th>
556
  <td>
557
  <input type="text" value="<?php echo $this->options["return_link_url"]; ?>" name="gllr_return_link_url" maxlength="250" />
558
+ <div class="bws_info"><?php _e( 'Leave blank to use the Gallery page template or enter a custom page URL.' , 'gallery-plugin' ); ?></div>
559
  </td>
560
  </tr>
561
  <tr class="gllr_for_return_link">
572
  </td>
573
  </tr>
574
  <tr>
575
+ <th scope="row"><?php _e( 'Disable Fancybox', 'gallery-plugin' ); ?></th>
576
  <td>
577
+ <input type="checkbox" name="gllr_disable_foreing_fancybox" value="1" <?php if ( 1 == $this->options["disable_foreing_fancybox"] ) echo 'checked="checked"'; ?> /> <span class="bws_info"><?php _e( 'Enable to avoid possible conflicts with a 3rd party Fancybox.' , 'gallery-plugin' ); ?></span>
578
  </td>
579
  </tr>
580
  </table>
722
  </fieldset>
723
  </td>
724
  </tr>
725
+ </table>
726
+ <?php if ( ! $this->hide_pro_tabs ) { ?>
727
+ <div class="bws_pro_version_bloc gllr_for_enable_lightbox">
728
+ <div class="bws_pro_version_table_bloc">
729
+ <button type="submit" name="bws_hide_premium_options" class="notice-dismiss bws_hide_premium_options" title="<?php _e( 'Close', 'gallery-plugin' ); ?>"></button>
730
+ <div class="bws_table_bg"></div>
731
+ <table class="form-table bws_pro_version">
732
+ <tr>
733
+ <th scope="row"><?php _e( 'Instant Lightbox', 'gallery-plugin' ); ?> </th>
734
+ <td>
735
+ <input type="checkbox" value="1" disabled />
736
+ <span class="bws_info"><?php _e( 'Enable to display all images in the lightbox after clicking cover image or URL instead of going to a single gallery page.', 'gallery-plugin' ); ?></span>
737
+ </td>
738
+ </tr>
739
+ </table>
740
+ </div>
741
+ <?php $this->bws_pro_block_links(); ?>
742
+ </div>
743
+ <?php } ?>
744
+ <table class="form-table">
745
+ <tr>
746
  <th scope="row"><?php _e( 'Read More Link Label', 'gallery-plugin' ); ?></th>
747
  <td>
748
  <input type="text" name="gllr_read_more_link_text" maxlength="250" value="<?php echo $this->options["read_more_link_text"]; ?>" />
749
  </td>
750
  </tr>
751
  </table>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
752
  <?php }
753
 
754
  /**
759
  <?php $this->help_phrase(); ?>
760
  <hr>
761
  <table class="form-table">
 
 
 
 
 
 
 
762
  <tr class="gllr_for_enable_opening_images">
763
  <th scope="row"><?php _e( 'Enable Lightbox', 'gallery-plugin' ); ?> </th>
764
  <td>
includes/demo-data/class-bws-demo-data.php CHANGED
@@ -580,18 +580,18 @@ if ( ! class_exists( 'Bws_Demo_Data' ) ) {
580
  }
581
  </style>
582
  <?php } ?>
583
- <div class="update-nag" style="position: relative;">
584
  <form id="bws_handle_notice_form" action="" method="post">
585
  <button class="notice-dismiss bws_hide_demo_notice" title="<?php _e( 'Close notice', $this->bws_plugin_text_domain ); ?>"></button>
586
  <input type="hidden" name="bws_hide_demo_notice" value="hide" />
587
  <?php wp_nonce_field( $this->bws_plugin_basename, 'bws_demo_nonce_name' ); ?>
588
  </form>
589
- <div style="margin: 0 20px;">
590
  <?php printf(
591
- __( 'Do you want to install demo content and settings for %s? (You can do this later using Import / Export settings)', $this->bws_plugin_text_domain ),
592
- $this->bws_plugin_name . ' by BestWebSoft'
593
- ); ?>&nbsp;<a href="<?php echo admin_url( 'admin.php?page=' . $this->bws_plugin_page ); ?>"><?php _e( 'Yes, install demo now', $this->bws_plugin_text_domain ); ?></a>
594
- </div>
595
  </div>
596
  <?php }
597
  }
580
  }
581
  </style>
582
  <?php } ?>
583
+ <div class="notice" style="position: relative;">
584
  <form id="bws_handle_notice_form" action="" method="post">
585
  <button class="notice-dismiss bws_hide_demo_notice" title="<?php _e( 'Close notice', $this->bws_plugin_text_domain ); ?>"></button>
586
  <input type="hidden" name="bws_hide_demo_notice" value="hide" />
587
  <?php wp_nonce_field( $this->bws_plugin_basename, 'bws_demo_nonce_name' ); ?>
588
  </form>
589
+ <p>
590
  <?php printf(
591
+ __( 'Do you want to install demo content and settings for %s now?', $this->bws_plugin_text_domain ),
592
+ '<b>' . $this->bws_plugin_name . ' by BestWebSoft</b>'
593
+ ); ?>&nbsp;<a href="<?php echo admin_url( 'admin.php?page=' . $this->bws_plugin_page ); ?>"><?php _e( 'Yes, install demo data', $this->bws_plugin_text_domain ); ?></a>
594
+ </p>
595
  </div>
596
  <?php }
597
  }
languages/gallery-plugin-ru_RU.mo CHANGED
Binary file
languages/gallery-plugin-ru_RU.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2020-03-11 13:28+0200\n"
6
- "PO-Revision-Date: 2020-03-11 13:28+0200\n"
7
  "Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
@@ -25,7 +25,7 @@ msgstr "Настройки Галерей"
25
  msgid "Global Settings"
26
  msgstr "Общие настройки"
27
 
28
- #: gallery-plugin.php:45 gallery-plugin.php:2992
29
  msgid "Upgrade to Pro"
30
  msgstr "Обновить до Pro"
31
 
@@ -41,7 +41,7 @@ msgstr "Смотреть фотографии &raquo;"
41
  msgid "Galleries"
42
  msgstr "Галереи"
43
 
44
- #: gallery-plugin.php:454 gallery-plugin.php:3294
45
  msgid "Gallery"
46
  msgstr "Галерея"
47
 
@@ -61,7 +61,7 @@ msgstr "Новая галерея"
61
  msgid "View Gallery"
62
  msgstr "Просмотреть галерею"
63
 
64
- #: gallery-plugin.php:459 includes/class-gllr-settings.php:986
65
  msgid "Search Galleries"
66
  msgstr "Искать галереи"
67
 
@@ -69,7 +69,7 @@ msgstr "Искать галереи"
69
  msgid "No Gallery found"
70
  msgstr "Ни одной галереи не найдено"
71
 
72
- #: gallery-plugin.php:482 gallery-plugin.php:1731 gallery-plugin.php:3266
73
  #: includes/class-gllr-widgets.php:25 includes/class-gllr-widgets.php:33
74
  #: includes/class-gllr-widgets.php:71 includes/class-gllr-widgets.php:95
75
  msgid "Gallery Categories"
@@ -160,56 +160,56 @@ msgstr ""
160
  msgid "Sort Galleries in Category by"
161
  msgstr "Сортировать галереи в категории по"
162
 
163
- #: gallery-plugin.php:685 gallery-plugin.php:3280
164
  #: includes/class-gllr-settings.php:697
165
  msgid "Gallery ID"
166
  msgstr "ID галереи"
167
 
168
- #: gallery-plugin.php:686 gallery-plugin.php:1728 gallery-plugin.php:2846
169
- #: gallery-plugin.php:2953 gallery-plugin.php:3066 gallery-plugin.php:3281
170
  #: includes/class-gllr-settings.php:698 includes/class-gllr-widgets.php:282
171
  msgid "Title"
172
  msgstr "Название"
173
 
174
- #: gallery-plugin.php:687 gallery-plugin.php:1733 gallery-plugin.php:3282
175
  #: includes/class-gllr-settings.php:526 includes/class-gllr-settings.php:699
176
  msgid "Date"
177
  msgstr "Дата"
178
 
179
- #: gallery-plugin.php:688 gallery-plugin.php:3283
180
  #: includes/class-gllr-settings.php:700
181
  msgid "Last modified date"
182
  msgstr "Дата последнего изменения"
183
 
184
- #: gallery-plugin.php:689 gallery-plugin.php:3284
185
  #: includes/class-gllr-settings.php:701
186
  msgid "Comment count"
187
  msgstr "Количество комментариев"
188
 
189
- #: gallery-plugin.php:690 gallery-plugin.php:3285
190
  #: includes/class-gllr-settings.php:702
191
  msgid "\"Order\" field on the gallery edit page"
192
  msgstr "Поле \"Порядок\" в редакторе галереи"
193
 
194
- #: gallery-plugin.php:691 gallery-plugin.php:1732 gallery-plugin.php:3286
195
  #: includes/class-gllr-settings.php:703
196
  msgid "Author"
197
  msgstr "Автор"
198
 
199
- #: gallery-plugin.php:692 gallery-plugin.php:3287
200
  #: includes/class-gllr-settings.php:527 includes/class-gllr-settings.php:704
201
  msgid "Random"
202
  msgstr "Произвольно"
203
 
204
- #: gallery-plugin.php:693 gallery-plugin.php:3288
205
  msgid "Plugin Settings"
206
  msgstr "Настройки плагина"
207
 
208
- #: gallery-plugin.php:695 gallery-plugin.php:3290
209
  msgid "Select galleries sorting order in your category."
210
  msgstr "Выберите порядок сортировки галерей в вашей категории."
211
 
212
- #: gallery-plugin.php:717 gallery-plugin.php:1730
213
  msgid "Shortcode"
214
  msgstr "Шорткод"
215
 
@@ -221,53 +221,53 @@ msgstr "Все категории галерей"
221
  msgid "You can't delete default gallery category."
222
  msgstr "Вы не можете удалить стандартную категорию галереи."
223
 
224
- #: gallery-plugin.php:1219 gallery-plugin.php:1327 gallery-plugin.php:2281
225
  msgid "Sorry, nothing found."
226
  msgstr "Извините, ничего не найдено."
227
 
228
- #: gallery-plugin.php:1727
229
  msgid "Featured Image"
230
  msgstr "Изображение альбома"
231
 
232
- #: gallery-plugin.php:1729 includes/class-gllr-settings.php:40
233
  msgid "Images"
234
  msgstr "Изображения"
235
 
236
- #: gallery-plugin.php:1812
237
  #, php-format
238
  msgid "%s Settings"
239
  msgstr "Настройки %s"
240
 
241
- #: gallery-plugin.php:1839 gallery-plugin.php:1857
242
  #: includes/class-gllr-settings.php:29 includes/class-gllr-settings.php:41
243
  msgid "Settings"
244
  msgstr "Настройки"
245
 
246
- #: gallery-plugin.php:1840
247
  msgid "FAQ"
248
  msgstr "FAQ"
249
 
250
- #: gallery-plugin.php:1841
251
  msgid "Support"
252
  msgstr "Поддержка"
253
 
254
- #: gallery-plugin.php:1880
255
  msgid "Updating images..."
256
  msgstr "Обновление изображений..."
257
 
258
- #: gallery-plugin.php:1881
259
  msgid "No images found."
260
  msgstr "Изображения не найдены."
261
 
262
- #: gallery-plugin.php:1882
263
  msgid "All images were updated."
264
  msgstr "Все изображения обновлены."
265
 
266
- #: gallery-plugin.php:1883
267
  msgid "Error."
268
  msgstr "Ошибка."
269
 
270
- #: gallery-plugin.php:1895
271
  msgid ""
272
  "You are about to remove these items from this gallery.\n"
273
  " 'Cancel' to stop, 'OK' to delete."
@@ -275,7 +275,7 @@ msgstr ""
275
  "Вы собираетесь удалить эти элементы из этой галереи.\n"
276
  " «Отмена» — оставить, «ОК» — удалить."
277
 
278
- #: gallery-plugin.php:1896
279
  msgid ""
280
  "You are about to remove this image from the gallery.\n"
281
  " 'Cancel' to stop, 'OK' to delete."
@@ -283,7 +283,7 @@ msgstr ""
283
  "Вы собираетесь удалить это изображение из этой галереи.\n"
284
  " «Отмена» — оставить, «ОК» — удалить."
285
 
286
- #: gallery-plugin.php:1897
287
  msgid ""
288
  "Switching to another mode, all unsaved data will be lost. Save data before "
289
  "switching?"
@@ -291,23 +291,27 @@ msgstr ""
291
  "При переключении на другой режим все несохраненные данные будут потеряны. "
292
  "Сохранить данные перед переключением?"
293
 
294
- #: gallery-plugin.php:1898
295
  msgid "Insert Media"
296
  msgstr "Вставить медиафайл"
297
 
298
- #: gallery-plugin.php:1899
299
  msgid "Insert"
300
  msgstr "Вставить"
301
 
302
- #: gallery-plugin.php:1900
303
- msgid "Gallery has been successfully added!"
304
- msgstr "Галерея была успешно добавлена!"
305
 
306
- #: gallery-plugin.php:2492 gallery-plugin.php:2525
 
 
 
 
307
  msgid "Image size not defined"
308
  msgstr "Невозможно определить размер изображения"
309
 
310
- #: gallery-plugin.php:2512
311
  msgid ""
312
  "Plugin updates only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please "
313
  "reload images manually."
@@ -315,75 +319,75 @@ msgstr ""
315
  "Плагин может обновить только следующие типы файлов: PNG, JPEG, GIF, XBM или "
316
  "WPMP. Для других, пожалуйста, вручную перезагрузите изображения."
317
 
318
- #: gallery-plugin.php:2558 gallery-plugin.php:2562 gallery-plugin.php:2568
319
  msgid "Invalid path"
320
  msgstr "Путь к изображению некорректный"
321
 
322
- #: gallery-plugin.php:2666
323
  msgid "List View"
324
  msgstr "В виде списка"
325
 
326
- #: gallery-plugin.php:2667
327
  msgid "Grid View"
328
  msgstr "В виде сетки"
329
 
330
- #: gallery-plugin.php:2723
331
  msgid "Filter"
332
  msgstr "Фильтр"
333
 
334
- #: gallery-plugin.php:2727
335
  msgid "Empty Trash"
336
  msgstr "Очистить корзину"
337
 
338
- #: gallery-plugin.php:2750
339
  msgid "No images found"
340
  msgstr "Ни одного изображения не найдено"
341
 
342
- #: gallery-plugin.php:2803
343
  msgid "Select bulk action"
344
  msgstr "Выберите массовое действие"
345
 
346
- #: gallery-plugin.php:2805
347
  msgid "Bulk Actions"
348
  msgstr "Действия"
349
 
350
- #: gallery-plugin.php:2815
351
  msgid "Apply"
352
  msgstr "Применить"
353
 
354
- #: gallery-plugin.php:2822
355
  msgid "Delete from Gallery"
356
  msgstr "Удалить из галереи"
357
 
358
- #: gallery-plugin.php:2831
359
  msgid "Bulk Select"
360
  msgstr "Выбор"
361
 
362
- #: gallery-plugin.php:2832
363
  msgid "Cancel Selection"
364
  msgstr "Отменить выбор"
365
 
366
- #: gallery-plugin.php:2833
367
  msgid "Delete Selected"
368
  msgstr "Удалить выбранное"
369
 
370
- #: gallery-plugin.php:2844
371
  msgid "File"
372
  msgstr "Файл"
373
 
374
- #: gallery-plugin.php:2845 gallery-plugin.php:2948 gallery-plugin.php:3061
375
  msgid "Dimensions"
376
  msgstr "Размеры"
377
 
378
- #: gallery-plugin.php:2847 gallery-plugin.php:2959 gallery-plugin.php:3071
379
  msgid "Alt Text"
380
  msgstr "Альтернативный текст"
381
 
382
- #: gallery-plugin.php:2848 gallery-plugin.php:2963 gallery-plugin.php:3076
383
  msgid "URL"
384
  msgstr "Ссылка"
385
 
386
- #: gallery-plugin.php:2848 gallery-plugin.php:2965
387
  msgid ""
388
  "Enter your custom URL to link this image to other page or file. Leave blank "
389
  "to open a full size image."
@@ -392,111 +396,111 @@ msgstr ""
392
  "страницей или файлом. Оставьте пустым, чтобы открыть полноразмерное "
393
  "изображение."
394
 
395
- #: gallery-plugin.php:2930
396
  msgid "Remove Image from Gallery"
397
  msgstr "Удалить изображение из галереи"
398
 
399
- #: gallery-plugin.php:2933
400
  msgid "Edit Image Info"
401
  msgstr "Изменить информацию изображения"
402
 
403
- #: gallery-plugin.php:2934
404
  msgid "Deselect"
405
  msgstr "Отменить выбор"
406
 
407
- #: gallery-plugin.php:2946
408
  msgid "File name"
409
  msgstr "Название файла"
410
 
411
- #: gallery-plugin.php:2947
412
  msgid "File type"
413
  msgstr "Тип файла"
414
 
415
- #: gallery-plugin.php:2972
416
  msgid "Description"
417
  msgstr "Описание"
418
 
419
- #: gallery-plugin.php:2978
420
  msgid "Lightbox Button URL"
421
  msgstr "Ссылка для кнопки в лайтбоксе"
422
 
423
- #: gallery-plugin.php:2985
424
  msgid "New Tab"
425
  msgstr "Новая вкладка"
426
 
427
- #: gallery-plugin.php:2987
428
  msgid "Enable to open URLs above in a new tab."
429
  msgstr "Включите, чтобы открыть ссылку в новой вкладке."
430
 
431
- #: gallery-plugin.php:2992
432
  msgid "Go Pro"
433
  msgstr "Обновить до Pro"
434
 
435
- #: gallery-plugin.php:2998
436
  msgid "Edit more details"
437
  msgstr "Изменить детали"
438
 
439
- #: gallery-plugin.php:3000
440
  msgid "Remove from Gallery"
441
  msgstr "Удалить из галереи"
442
 
443
- #: gallery-plugin.php:3036
444
  #, php-format
445
  msgid "Select %s"
446
  msgstr "Выбрать %s"
447
 
448
- #: gallery-plugin.php:3049
449
  #, php-format
450
  msgid "Edit &#8220;%s&#8221;"
451
  msgstr "Изменить &#8220;%s&#8221;"
452
 
453
- #: gallery-plugin.php:3057
454
  msgid "Edit Attachment Info"
455
  msgstr "Изменить информацию изображения"
456
 
457
- #: gallery-plugin.php:3094 gallery-plugin.php:3110
458
  msgid "Edit"
459
  msgstr "Изменить"
460
 
461
- #: gallery-plugin.php:3098 gallery-plugin.php:3116
462
  msgid "Trash"
463
  msgstr "Удалить"
464
 
465
- #: gallery-plugin.php:3101 gallery-plugin.php:3120
466
  msgid "Delete Permanently"
467
  msgstr "Удалить навсегда"
468
 
469
- #: gallery-plugin.php:3104 gallery-plugin.php:3126
470
  #, php-format
471
  msgid "View &#8220;%s&#8221;"
472
  msgstr "Просмотр &#8220;%s&#8221;"
473
 
474
- #: gallery-plugin.php:3104 gallery-plugin.php:3126
475
  #: includes/class-gllr-widgets.php:90
476
  msgid "View"
477
  msgstr "Просмотр"
478
 
479
- #: gallery-plugin.php:3106
480
  msgid "Attach"
481
  msgstr "Прикрепить"
482
 
483
- #: gallery-plugin.php:3114
484
  msgid "Restore"
485
  msgstr "Восстановить"
486
 
487
- #: gallery-plugin.php:3246 gallery-plugin.php:3407
488
  msgid "Warning"
489
  msgstr "Внимание"
490
 
491
- #: gallery-plugin.php:3246
492
  msgid "You can add only images to the gallery"
493
  msgstr "Вы можете добавить только изображения в галерею"
494
 
495
- #: gallery-plugin.php:3301
496
  msgid "no title"
497
  msgstr "без названия"
498
 
499
- #: gallery-plugin.php:3311
500
  msgid ""
501
  "Display an album image with the description and the link to a single gallery "
502
  "page"
@@ -504,11 +508,11 @@ msgstr ""
504
  "Отобразить изображение альбома с описанием и ссылкой на отдельную страницу "
505
  "галереи"
506
 
507
- #: gallery-plugin.php:3315
508
  msgid "Sorry, no gallery found."
509
  msgstr "Извините, галерей не найдено."
510
 
511
- #: gallery-plugin.php:3407
512
  #, php-format
513
  msgid ""
514
  "Maximum upload file size %s. Contact your administrator or hosting provider "
@@ -521,7 +525,7 @@ msgstr ""
521
  msgid "Cover"
522
  msgstr "Альбом"
523
 
524
- #: includes/class-gllr-settings.php:31
525
  msgid "Lightbox"
526
  msgstr "Лайтбокс"
527
 
@@ -584,26 +588,27 @@ msgid "Switch to the list view"
584
  msgstr "Переключиться на список"
585
 
586
  #: includes/class-gllr-settings.php:301
587
- msgid "Add Gallery to the Slider"
588
- msgstr "Добавить галерею в слайдер"
589
 
590
  #: includes/class-gllr-settings.php:313
591
  msgid "Activate"
592
  msgstr "Активировать"
593
 
594
- #: includes/class-gllr-settings.php:316 includes/class-gllr-settings.php:1007
595
  msgid "Install Now"
596
  msgstr "Установить сейчас"
597
 
598
  #: includes/class-gllr-settings.php:318
599
- msgid "Add"
600
- msgstr "Добавить"
601
 
602
  #: includes/class-gllr-settings.php:321
603
- msgid "Click to add current gallery to the slider. Slider plugin is required."
 
604
  msgstr ""
605
- "Нажмите, чтобы добавить текущую галерею в слайдер. Для этой опции необходимо "
606
- "использование плагина Slider."
607
 
608
  #: includes/class-gllr-settings.php:331
609
  msgid "Single Gallery Settings"
@@ -616,9 +621,9 @@ msgstr "Включите, чтобы настроить параметры эт
616
 
617
  #: includes/class-gllr-settings.php:345 includes/class-gllr-settings.php:402
618
  #: includes/class-gllr-settings.php:446 includes/class-gllr-settings.php:496
619
- #: includes/class-gllr-settings.php:640 includes/class-gllr-settings.php:728
620
- #: includes/class-gllr-settings.php:771 includes/class-gllr-settings.php:821
621
- #: includes/class-gllr-settings.php:880 includes/class-gllr-settings.php:968
622
  msgid "Close"
623
  msgstr "Закрыть"
624
 
@@ -643,7 +648,7 @@ msgstr "Количество колонок"
643
  msgid "Number of gallery columns (default is %s)."
644
  msgstr "Количество колонок галерей (по умолчанию - %s)."
645
 
646
- #: includes/class-gllr-settings.php:380 includes/class-gllr-settings.php:775
647
  msgid "Image Size"
648
  msgstr "Размер изображения"
649
 
@@ -711,8 +716,8 @@ msgid "Image Title Position"
711
  msgstr "Расположение названия изображения"
712
 
713
  #: includes/class-gllr-settings.php:455
714
- msgid "Under image"
715
- msgstr "Под изображением"
716
 
717
  #: includes/class-gllr-settings.php:461
718
  msgid "On mouse hover"
@@ -818,10 +823,11 @@ msgid "Back Link URL"
818
  msgstr "URL обратной ссылки"
819
 
820
  #: includes/class-gllr-settings.php:551
821
- msgid "Back link custom page URL. Leave blank to use Gallery page template."
 
822
  msgstr ""
823
- "Пользовательский URL для обратной ссылки. Оставьте пустым, чтобы "
824
- "использовать страницу галерей."
825
 
826
  #: includes/class-gllr-settings.php:555
827
  msgid "Back Link Label"
@@ -838,12 +844,12 @@ msgstr ""
838
  "шорткода."
839
 
840
  #: includes/class-gllr-settings.php:568
841
- msgid "Try to disable 3rd-party fancybox"
842
- msgstr "Попробуйте отключить сторонний fancybox"
843
 
844
  #: includes/class-gllr-settings.php:570
845
- msgid "Enable to avoid conflicts with 3rd-party fancybox."
846
- msgstr "Включите, чтобы избежать конфликтов со сторонними fancybox."
847
 
848
  #: includes/class-gllr-settings.php:581
849
  msgid "Cover Settings"
@@ -958,15 +964,11 @@ msgstr "Выберите порядок сортировки галерей на
958
  msgid "Arrange Albums by"
959
  msgstr "Сортировка альбомов по"
960
 
961
- #: includes/class-gllr-settings.php:719
962
- msgid "Read More Link Label"
963
- msgstr "Текст ссылки Узнать больше"
964
-
965
- #: includes/class-gllr-settings.php:732
966
  msgid "Instant Lightbox"
967
  msgstr "Мгновенный лайтбокс"
968
 
969
- #: includes/class-gllr-settings.php:735
970
  msgid ""
971
  "Enable to display all images in the lightbox after clicking cover image or "
972
  "URL instead of going to a single gallery page."
@@ -974,15 +976,19 @@ msgstr ""
974
  "Включите, чтобы отображать все изображения в лайтбоксе после клика на "
975
  "изображение альбома или URL вместо перехода на отдельную страницу галереи."
976
 
977
- #: includes/class-gllr-settings.php:749
 
 
 
 
978
  msgid "Lightbox Settings"
979
  msgstr "Настройки лайтбокса"
980
 
981
- #: includes/class-gllr-settings.php:754
982
  msgid "Unclickable Thumbnail Images"
983
  msgstr "Некликабельные изображения"
984
 
985
- #: includes/class-gllr-settings.php:757
986
  msgid ""
987
  "Enable to make the images in a single gallery unclickable and hide their "
988
  "URLs. This option also disables Lightbox."
@@ -990,15 +996,15 @@ msgstr ""
990
  "Включите, чтобы сделать миниатюры изображений в галерее некликабельными, а "
991
  "так же не отображать их ссылки. Эта опция так же отключает лайтбокс."
992
 
993
- #: includes/class-gllr-settings.php:761
994
  msgid "Enable Lightbox"
995
  msgstr "Включить лайтбокс"
996
 
997
- #: includes/class-gllr-settings.php:764
998
  msgid "Enable to show the lightbox when clicking on gallery images."
999
  msgstr "Включите, чтобы показать лайтбокс при нажатии на изображения галереи."
1000
 
1001
- #: includes/class-gllr-settings.php:782
1002
  msgid ""
1003
  "Select the maximum gallery image size for the lightbox view. \"Default\" "
1004
  "will display the original, full size image."
@@ -1006,15 +1012,15 @@ msgstr ""
1006
  "Выберите максимальный размер изображений галереи для просмотра в лайтбоксе. "
1007
  "По умолчанию будет отображаться оригинал, полный размер."
1008
 
1009
- #: includes/class-gllr-settings.php:786
1010
  msgid "Overlay Color"
1011
  msgstr "Цвет подложки"
1012
 
1013
- #: includes/class-gllr-settings.php:792
1014
  msgid "Overlay Opacity"
1015
  msgstr "Прозрачность подложки"
1016
 
1017
- #: includes/class-gllr-settings.php:795
1018
  #, php-format
1019
  msgid ""
1020
  "Lightbox overlay opacity. Leave blank to disable opacity (default is %s, max "
@@ -1023,75 +1029,75 @@ msgstr ""
1023
  "Прозрачность подложки лайтбокса. Оставьте пустым, чтобы отключить "
1024
  "прозрачность (по умолчанию %s, максимум %s)."
1025
 
1026
- #: includes/class-gllr-settings.php:805
1027
  msgid "Slideshow"
1028
  msgstr "Слайд-шоу"
1029
 
1030
- #: includes/class-gllr-settings.php:807
1031
  msgid "Enable to start the slideshow automatically when the lightbox is used."
1032
  msgstr ""
1033
  "Включение автоматического запуска слайд-шоу при использовании лайтбокса."
1034
 
1035
- #: includes/class-gllr-settings.php:811
1036
  msgid "Slideshow Duration"
1037
  msgstr "Интервал времени"
1038
 
1039
- #: includes/class-gllr-settings.php:813
1040
  msgid "ms"
1041
  msgstr "мс"
1042
 
1043
- #: includes/class-gllr-settings.php:814
1044
  msgid "Slideshow interval duration between two images."
1045
  msgstr "Интервал переключения между двумя изображениями."
1046
 
1047
- #: includes/class-gllr-settings.php:825
1048
  msgid "Lightbox Helpers"
1049
  msgstr "Вспомогательные элементы в лайтбоксе"
1050
 
1051
- #: includes/class-gllr-settings.php:827
1052
  msgid "Enable to display the lightbox toolbar and arrows."
1053
  msgstr ""
1054
  "Включите, чтобы показать панель инструментов и кнопки навигации лайтбокса."
1055
 
1056
- #: includes/class-gllr-settings.php:831
1057
  msgid "Lightbox Thumbnails"
1058
  msgstr "Миниатюры в лайтбоксе"
1059
 
1060
- #: includes/class-gllr-settings.php:833
1061
  msgid "Enable to use a lightbox helper navigation between images."
1062
  msgstr ""
1063
  "Разрешить использовать вспомогательные элементы лайтбокса для навигации "
1064
  "между изображениями."
1065
 
1066
- #: includes/class-gllr-settings.php:837
1067
  msgid "Lightbox Thumbnails Position"
1068
  msgstr "Расположение миниатюр в лайтбоксе"
1069
 
1070
- #: includes/class-gllr-settings.php:840
1071
  msgid "Top"
1072
  msgstr "Верх"
1073
 
1074
- #: includes/class-gllr-settings.php:845
1075
  msgid "Lightbox Button Label"
1076
  msgstr "Текст кнопки в лайтбоксе"
1077
 
1078
- #: includes/class-gllr-settings.php:847
1079
  msgid "Read More"
1080
  msgstr "Подробнее"
1081
 
1082
- #: includes/class-gllr-settings.php:857
1083
  msgid "Download Button"
1084
  msgstr "Кнопка \"Скачать\""
1085
 
1086
- #: includes/class-gllr-settings.php:859
1087
  msgid "Enable to display download button."
1088
  msgstr "Включите, чтобы показать ссылку для скачивания исходного изображения."
1089
 
1090
- #: includes/class-gllr-settings.php:863
1091
  msgid "Single Lightbox"
1092
  msgstr "Один лайтбокс"
1093
 
1094
- #: includes/class-gllr-settings.php:865
1095
  msgid ""
1096
  "Enable to use a single lightbox for multiple galleries located on a single "
1097
  "page."
@@ -1099,35 +1105,35 @@ msgstr ""
1099
  "Включите, чтобы использовать один лайтбокс для нескольких галерей, "
1100
  "расположенных на одной странице."
1101
 
1102
- #: includes/class-gllr-settings.php:875
1103
  msgid "Social Sharing Buttons Settings"
1104
  msgstr "Настройки социальных кнопок"
1105
 
1106
- #: includes/class-gllr-settings.php:884
1107
  msgid "Social Buttons"
1108
  msgstr "Социальные кнопки"
1109
 
1110
- #: includes/class-gllr-settings.php:886
1111
  msgid "Enable social sharing buttons in the lightbox."
1112
  msgstr "Включите социальные кнопки в лайтбоксе."
1113
 
1114
- #: includes/class-gllr-settings.php:890
1115
  msgid "Social Networks"
1116
  msgstr "Социальные сети"
1117
 
1118
- #: includes/class-gllr-settings.php:900
1119
  msgid "Counter"
1120
  msgstr "Счетчик"
1121
 
1122
- #: includes/class-gllr-settings.php:903
1123
  msgid "Enable to show likes counter for each social button."
1124
  msgstr "Включите, чтобы показать счетчик для каждой социальной кнопки."
1125
 
1126
- #: includes/class-gllr-settings.php:918
1127
  msgid "Demo Data"
1128
  msgstr "Демо-данные"
1129
 
1130
- #: includes/class-gllr-settings.php:920
1131
  msgid ""
1132
  "Install demo data to create galleries with images, post with shortcodes and "
1133
  "page with a list of all galleries."
@@ -1135,11 +1141,11 @@ msgstr ""
1135
  "Установите демо-данные, чтобы создать галереи с изображениями, запись с "
1136
  "шорткодами и страницу со списком всех галерей."
1137
 
1138
- #: includes/class-gllr-settings.php:958
1139
  msgid "Gallery Post Type"
1140
  msgstr "Тип записи галереи"
1141
 
1142
- #: includes/class-gllr-settings.php:960
1143
  msgid ""
1144
  "Enable to avoid conflicts with other gallery plugins installed. All "
1145
  "galleries created earlier will stay unchanged. However, after enabling we "
@@ -1151,23 +1157,23 @@ msgstr ""
1151
  "переименования проверьте, пожалуйста, настройки других плагинов, где "
1152
  "используется тип записи \"gallery\"."
1153
 
1154
- #: includes/class-gllr-settings.php:972
1155
  msgid "Gallery Slug"
1156
  msgstr "Слаг галереи"
1157
 
1158
- #: includes/class-gllr-settings.php:976
1159
  msgid "Enter the unique gallery slug."
1160
  msgstr "Введите уникальный слаг галереи."
1161
 
1162
- #: includes/class-gllr-settings.php:992
1163
  msgid "Activate Now"
1164
  msgstr "Активировать сейчас"
1165
 
1166
- #: includes/class-gllr-settings.php:1010
1167
  msgid "Enable to include galleries to your website search."
1168
  msgstr "Включить галерею в поиск на вашем сайте."
1169
 
1170
- #: includes/class-gllr-settings.php:1010
1171
  #, php-format
1172
  msgid "%s is required."
1173
  msgstr "Требуется %s."
@@ -1241,6 +1247,7 @@ msgid "Delete demo data and restore old plugin settings."
1241
  msgstr "Удалить демо-данные и восстановить старые настройки плагина."
1242
 
1243
  #: includes/demo-data/class-bws-demo-data.php:50
 
1244
  msgid "Yes, install demo data"
1245
  msgstr "Да, установить демо-данные"
1246
 
@@ -1306,16 +1313,39 @@ msgstr "Закрыть сообщение"
1306
 
1307
  #: includes/demo-data/class-bws-demo-data.php:591
1308
  #, php-format
1309
- msgid ""
1310
- "Do you want to install demo content and settings for %s? (You can do this "
1311
- "later using Import / Export settings)"
1312
- msgstr ""
1313
- "Вы хотите установить демо контент и настройки для %s? (Вы можете сделать это "
1314
- "позже, используя настройки Импорта / Экспорта)"
1315
 
1316
- #: includes/demo-data/class-bws-demo-data.php:593
1317
- msgid "Yes, install demo now"
1318
- msgstr "Да, установить демо-данные сейчас"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1319
 
1320
  #~ msgid ""
1321
  #~ "Enable to show likes counter for each social button (not available for "
@@ -1411,13 +1441,6 @@ msgstr "Да, установить демо-данные сейчас"
1411
  #~ "Вместо этого галереи из удалённой категории будут перемещены в категорию "
1412
  #~ "%s."
1413
 
1414
- #~ msgid ""
1415
- #~ "Do you want to install demo content and settings (You can do this later "
1416
- #~ "using Import / Export settings)?"
1417
- #~ msgstr ""
1418
- #~ "Вы хотите установить демо-контент и настройки (Вы можете сделать это "
1419
- #~ "позже, используя настройки Импорт / Экспорт)?"
1420
-
1421
  #~ msgid ""
1422
  #~ "Enable to display link to the original file under each image in the "
1423
  #~ "lightbox."
@@ -2074,9 +2097,6 @@ msgstr "Да, установить демо-данные сейчас"
2074
  #~ msgid "Please make a choice"
2075
  #~ msgstr "Пожалуйста, выберите"
2076
 
2077
- #~ msgid "sort images"
2078
- #~ msgstr "сортировать изображения"
2079
-
2080
  #~ msgid "Delete"
2081
  #~ msgstr "Удалить"
2082
 
2
  msgstr ""
3
  "Project-Id-Version: Gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2020-03-24 13:30+0200\n"
6
+ "PO-Revision-Date: 2020-03-24 13:31+0200\n"
7
  "Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
25
  msgid "Global Settings"
26
  msgstr "Общие настройки"
27
 
28
+ #: gallery-plugin.php:45 gallery-plugin.php:2994
29
  msgid "Upgrade to Pro"
30
  msgstr "Обновить до Pro"
31
 
41
  msgid "Galleries"
42
  msgstr "Галереи"
43
 
44
+ #: gallery-plugin.php:454 gallery-plugin.php:3296
45
  msgid "Gallery"
46
  msgstr "Галерея"
47
 
61
  msgid "View Gallery"
62
  msgstr "Просмотреть галерею"
63
 
64
+ #: gallery-plugin.php:459 includes/class-gllr-settings.php:998
65
  msgid "Search Galleries"
66
  msgstr "Искать галереи"
67
 
69
  msgid "No Gallery found"
70
  msgstr "Ни одной галереи не найдено"
71
 
72
+ #: gallery-plugin.php:482 gallery-plugin.php:1733 gallery-plugin.php:3268
73
  #: includes/class-gllr-widgets.php:25 includes/class-gllr-widgets.php:33
74
  #: includes/class-gllr-widgets.php:71 includes/class-gllr-widgets.php:95
75
  msgid "Gallery Categories"
160
  msgid "Sort Galleries in Category by"
161
  msgstr "Сортировать галереи в категории по"
162
 
163
+ #: gallery-plugin.php:685 gallery-plugin.php:3282
164
  #: includes/class-gllr-settings.php:697
165
  msgid "Gallery ID"
166
  msgstr "ID галереи"
167
 
168
+ #: gallery-plugin.php:686 gallery-plugin.php:1730 gallery-plugin.php:2848
169
+ #: gallery-plugin.php:2955 gallery-plugin.php:3068 gallery-plugin.php:3283
170
  #: includes/class-gllr-settings.php:698 includes/class-gllr-widgets.php:282
171
  msgid "Title"
172
  msgstr "Название"
173
 
174
+ #: gallery-plugin.php:687 gallery-plugin.php:1735 gallery-plugin.php:3284
175
  #: includes/class-gllr-settings.php:526 includes/class-gllr-settings.php:699
176
  msgid "Date"
177
  msgstr "Дата"
178
 
179
+ #: gallery-plugin.php:688 gallery-plugin.php:3285
180
  #: includes/class-gllr-settings.php:700
181
  msgid "Last modified date"
182
  msgstr "Дата последнего изменения"
183
 
184
+ #: gallery-plugin.php:689 gallery-plugin.php:3286
185
  #: includes/class-gllr-settings.php:701
186
  msgid "Comment count"
187
  msgstr "Количество комментариев"
188
 
189
+ #: gallery-plugin.php:690 gallery-plugin.php:3287
190
  #: includes/class-gllr-settings.php:702
191
  msgid "\"Order\" field on the gallery edit page"
192
  msgstr "Поле \"Порядок\" в редакторе галереи"
193
 
194
+ #: gallery-plugin.php:691 gallery-plugin.php:1734 gallery-plugin.php:3288
195
  #: includes/class-gllr-settings.php:703
196
  msgid "Author"
197
  msgstr "Автор"
198
 
199
+ #: gallery-plugin.php:692 gallery-plugin.php:3289
200
  #: includes/class-gllr-settings.php:527 includes/class-gllr-settings.php:704
201
  msgid "Random"
202
  msgstr "Произвольно"
203
 
204
+ #: gallery-plugin.php:693 gallery-plugin.php:3290
205
  msgid "Plugin Settings"
206
  msgstr "Настройки плагина"
207
 
208
+ #: gallery-plugin.php:695 gallery-plugin.php:3292
209
  msgid "Select galleries sorting order in your category."
210
  msgstr "Выберите порядок сортировки галерей в вашей категории."
211
 
212
+ #: gallery-plugin.php:717 gallery-plugin.php:1732
213
  msgid "Shortcode"
214
  msgstr "Шорткод"
215
 
221
  msgid "You can't delete default gallery category."
222
  msgstr "Вы не можете удалить стандартную категорию галереи."
223
 
224
+ #: gallery-plugin.php:1221 gallery-plugin.php:1329 gallery-plugin.php:2283
225
  msgid "Sorry, nothing found."
226
  msgstr "Извините, ничего не найдено."
227
 
228
+ #: gallery-plugin.php:1729
229
  msgid "Featured Image"
230
  msgstr "Изображение альбома"
231
 
232
+ #: gallery-plugin.php:1731 includes/class-gllr-settings.php:40
233
  msgid "Images"
234
  msgstr "Изображения"
235
 
236
+ #: gallery-plugin.php:1814
237
  #, php-format
238
  msgid "%s Settings"
239
  msgstr "Настройки %s"
240
 
241
+ #: gallery-plugin.php:1841 gallery-plugin.php:1859
242
  #: includes/class-gllr-settings.php:29 includes/class-gllr-settings.php:41
243
  msgid "Settings"
244
  msgstr "Настройки"
245
 
246
+ #: gallery-plugin.php:1842
247
  msgid "FAQ"
248
  msgstr "FAQ"
249
 
250
+ #: gallery-plugin.php:1843
251
  msgid "Support"
252
  msgstr "Поддержка"
253
 
254
+ #: gallery-plugin.php:1882
255
  msgid "Updating images..."
256
  msgstr "Обновление изображений..."
257
 
258
+ #: gallery-plugin.php:1883
259
  msgid "No images found."
260
  msgstr "Изображения не найдены."
261
 
262
+ #: gallery-plugin.php:1884
263
  msgid "All images were updated."
264
  msgstr "Все изображения обновлены."
265
 
266
+ #: gallery-plugin.php:1885
267
  msgid "Error."
268
  msgstr "Ошибка."
269
 
270
+ #: gallery-plugin.php:1897
271
  msgid ""
272
  "You are about to remove these items from this gallery.\n"
273
  " 'Cancel' to stop, 'OK' to delete."
275
  "Вы собираетесь удалить эти элементы из этой галереи.\n"
276
  " «Отмена» — оставить, «ОК» — удалить."
277
 
278
+ #: gallery-plugin.php:1898
279
  msgid ""
280
  "You are about to remove this image from the gallery.\n"
281
  " 'Cancel' to stop, 'OK' to delete."
283
  "Вы собираетесь удалить это изображение из этой галереи.\n"
284
  " «Отмена» — оставить, «ОК» — удалить."
285
 
286
+ #: gallery-plugin.php:1899
287
  msgid ""
288
  "Switching to another mode, all unsaved data will be lost. Save data before "
289
  "switching?"
291
  "При переключении на другой режим все несохраненные данные будут потеряны. "
292
  "Сохранить данные перед переключением?"
293
 
294
+ #: gallery-plugin.php:1900
295
  msgid "Insert Media"
296
  msgstr "Вставить медиафайл"
297
 
298
+ #: gallery-plugin.php:1901
299
  msgid "Insert"
300
  msgstr "Вставить"
301
 
302
+ #: gallery-plugin.php:1902
303
+ msgid "A new slider is added."
304
+ msgstr "Добавлен новый слайдер."
305
 
306
+ #: gallery-plugin.php:1902
307
+ msgid "Edit slider"
308
+ msgstr "Редактировать слайдер"
309
+
310
+ #: gallery-plugin.php:2494 gallery-plugin.php:2527
311
  msgid "Image size not defined"
312
  msgstr "Невозможно определить размер изображения"
313
 
314
+ #: gallery-plugin.php:2514
315
  msgid ""
316
  "Plugin updates only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please "
317
  "reload images manually."
319
  "Плагин может обновить только следующие типы файлов: PNG, JPEG, GIF, XBM или "
320
  "WPMP. Для других, пожалуйста, вручную перезагрузите изображения."
321
 
322
+ #: gallery-plugin.php:2560 gallery-plugin.php:2564 gallery-plugin.php:2570
323
  msgid "Invalid path"
324
  msgstr "Путь к изображению некорректный"
325
 
326
+ #: gallery-plugin.php:2668
327
  msgid "List View"
328
  msgstr "В виде списка"
329
 
330
+ #: gallery-plugin.php:2669
331
  msgid "Grid View"
332
  msgstr "В виде сетки"
333
 
334
+ #: gallery-plugin.php:2725
335
  msgid "Filter"
336
  msgstr "Фильтр"
337
 
338
+ #: gallery-plugin.php:2729
339
  msgid "Empty Trash"
340
  msgstr "Очистить корзину"
341
 
342
+ #: gallery-plugin.php:2752
343
  msgid "No images found"
344
  msgstr "Ни одного изображения не найдено"
345
 
346
+ #: gallery-plugin.php:2805
347
  msgid "Select bulk action"
348
  msgstr "Выберите массовое действие"
349
 
350
+ #: gallery-plugin.php:2807
351
  msgid "Bulk Actions"
352
  msgstr "Действия"
353
 
354
+ #: gallery-plugin.php:2817
355
  msgid "Apply"
356
  msgstr "Применить"
357
 
358
+ #: gallery-plugin.php:2824
359
  msgid "Delete from Gallery"
360
  msgstr "Удалить из галереи"
361
 
362
+ #: gallery-plugin.php:2833
363
  msgid "Bulk Select"
364
  msgstr "Выбор"
365
 
366
+ #: gallery-plugin.php:2834
367
  msgid "Cancel Selection"
368
  msgstr "Отменить выбор"
369
 
370
+ #: gallery-plugin.php:2835
371
  msgid "Delete Selected"
372
  msgstr "Удалить выбранное"
373
 
374
+ #: gallery-plugin.php:2846
375
  msgid "File"
376
  msgstr "Файл"
377
 
378
+ #: gallery-plugin.php:2847 gallery-plugin.php:2950 gallery-plugin.php:3063
379
  msgid "Dimensions"
380
  msgstr "Размеры"
381
 
382
+ #: gallery-plugin.php:2849 gallery-plugin.php:2961 gallery-plugin.php:3073
383
  msgid "Alt Text"
384
  msgstr "Альтернативный текст"
385
 
386
+ #: gallery-plugin.php:2850 gallery-plugin.php:2965 gallery-plugin.php:3078
387
  msgid "URL"
388
  msgstr "Ссылка"
389
 
390
+ #: gallery-plugin.php:2850 gallery-plugin.php:2967
391
  msgid ""
392
  "Enter your custom URL to link this image to other page or file. Leave blank "
393
  "to open a full size image."
396
  "страницей или файлом. Оставьте пустым, чтобы открыть полноразмерное "
397
  "изображение."
398
 
399
+ #: gallery-plugin.php:2932
400
  msgid "Remove Image from Gallery"
401
  msgstr "Удалить изображение из галереи"
402
 
403
+ #: gallery-plugin.php:2935
404
  msgid "Edit Image Info"
405
  msgstr "Изменить информацию изображения"
406
 
407
+ #: gallery-plugin.php:2936
408
  msgid "Deselect"
409
  msgstr "Отменить выбор"
410
 
411
+ #: gallery-plugin.php:2948
412
  msgid "File name"
413
  msgstr "Название файла"
414
 
415
+ #: gallery-plugin.php:2949
416
  msgid "File type"
417
  msgstr "Тип файла"
418
 
419
+ #: gallery-plugin.php:2974
420
  msgid "Description"
421
  msgstr "Описание"
422
 
423
+ #: gallery-plugin.php:2980
424
  msgid "Lightbox Button URL"
425
  msgstr "Ссылка для кнопки в лайтбоксе"
426
 
427
+ #: gallery-plugin.php:2987
428
  msgid "New Tab"
429
  msgstr "Новая вкладка"
430
 
431
+ #: gallery-plugin.php:2989
432
  msgid "Enable to open URLs above in a new tab."
433
  msgstr "Включите, чтобы открыть ссылку в новой вкладке."
434
 
435
+ #: gallery-plugin.php:2994
436
  msgid "Go Pro"
437
  msgstr "Обновить до Pro"
438
 
439
+ #: gallery-plugin.php:3000
440
  msgid "Edit more details"
441
  msgstr "Изменить детали"
442
 
443
+ #: gallery-plugin.php:3002
444
  msgid "Remove from Gallery"
445
  msgstr "Удалить из галереи"
446
 
447
+ #: gallery-plugin.php:3038
448
  #, php-format
449
  msgid "Select %s"
450
  msgstr "Выбрать %s"
451
 
452
+ #: gallery-plugin.php:3051
453
  #, php-format
454
  msgid "Edit &#8220;%s&#8221;"
455
  msgstr "Изменить &#8220;%s&#8221;"
456
 
457
+ #: gallery-plugin.php:3059
458
  msgid "Edit Attachment Info"
459
  msgstr "Изменить информацию изображения"
460
 
461
+ #: gallery-plugin.php:3096 gallery-plugin.php:3112
462
  msgid "Edit"
463
  msgstr "Изменить"
464
 
465
+ #: gallery-plugin.php:3100 gallery-plugin.php:3118
466
  msgid "Trash"
467
  msgstr "Удалить"
468
 
469
+ #: gallery-plugin.php:3103 gallery-plugin.php:3122
470
  msgid "Delete Permanently"
471
  msgstr "Удалить навсегда"
472
 
473
+ #: gallery-plugin.php:3106 gallery-plugin.php:3128
474
  #, php-format
475
  msgid "View &#8220;%s&#8221;"
476
  msgstr "Просмотр &#8220;%s&#8221;"
477
 
478
+ #: gallery-plugin.php:3106 gallery-plugin.php:3128
479
  #: includes/class-gllr-widgets.php:90
480
  msgid "View"
481
  msgstr "Просмотр"
482
 
483
+ #: gallery-plugin.php:3108
484
  msgid "Attach"
485
  msgstr "Прикрепить"
486
 
487
+ #: gallery-plugin.php:3116
488
  msgid "Restore"
489
  msgstr "Восстановить"
490
 
491
+ #: gallery-plugin.php:3248 gallery-plugin.php:3409
492
  msgid "Warning"
493
  msgstr "Внимание"
494
 
495
+ #: gallery-plugin.php:3248
496
  msgid "You can add only images to the gallery"
497
  msgstr "Вы можете добавить только изображения в галерею"
498
 
499
+ #: gallery-plugin.php:3303
500
  msgid "no title"
501
  msgstr "без названия"
502
 
503
+ #: gallery-plugin.php:3313
504
  msgid ""
505
  "Display an album image with the description and the link to a single gallery "
506
  "page"
508
  "Отобразить изображение альбома с описанием и ссылкой на отдельную страницу "
509
  "галереи"
510
 
511
+ #: gallery-plugin.php:3317
512
  msgid "Sorry, no gallery found."
513
  msgstr "Извините, галерей не найдено."
514
 
515
+ #: gallery-plugin.php:3409
516
  #, php-format
517
  msgid ""
518
  "Maximum upload file size %s. Contact your administrator or hosting provider "
525
  msgid "Cover"
526
  msgstr "Альбом"
527
 
528
+ #: includes/class-gllr-settings.php:31 includes/class-gllr-settings.php:770
529
  msgid "Lightbox"
530
  msgstr "Лайтбокс"
531
 
588
  msgstr "Переключиться на список"
589
 
590
  #: includes/class-gllr-settings.php:301
591
+ msgid "Create Slider"
592
+ msgstr "Создание слайдера"
593
 
594
  #: includes/class-gllr-settings.php:313
595
  msgid "Activate"
596
  msgstr "Активировать"
597
 
598
+ #: includes/class-gllr-settings.php:316 includes/class-gllr-settings.php:1019
599
  msgid "Install Now"
600
  msgstr "Установить сейчас"
601
 
602
  #: includes/class-gllr-settings.php:318
603
+ msgid "Create New Slider"
604
+ msgstr "Создать новый слайдер"
605
 
606
  #: includes/class-gllr-settings.php:321
607
+ msgid ""
608
+ "Click to create a new slider using gallery images. Slider plugin is required."
609
  msgstr ""
610
+ "Нажмите, чтобы создать новый слайдер, используя галерею изображений. Плагин "
611
+ "слайдера обязателен."
612
 
613
  #: includes/class-gllr-settings.php:331
614
  msgid "Single Gallery Settings"
621
 
622
  #: includes/class-gllr-settings.php:345 includes/class-gllr-settings.php:402
623
  #: includes/class-gllr-settings.php:446 includes/class-gllr-settings.php:496
624
+ #: includes/class-gllr-settings.php:640 includes/class-gllr-settings.php:722
625
+ #: includes/class-gllr-settings.php:783 includes/class-gllr-settings.php:833
626
+ #: includes/class-gllr-settings.php:892 includes/class-gllr-settings.php:980
627
  msgid "Close"
628
  msgstr "Закрыть"
629
 
648
  msgid "Number of gallery columns (default is %s)."
649
  msgstr "Количество колонок галерей (по умолчанию - %s)."
650
 
651
+ #: includes/class-gllr-settings.php:380 includes/class-gllr-settings.php:787
652
  msgid "Image Size"
653
  msgstr "Размер изображения"
654
 
716
  msgstr "Расположение названия изображения"
717
 
718
  #: includes/class-gllr-settings.php:455
719
+ msgid "Below images"
720
+ msgstr "Ниже изображения"
721
 
722
  #: includes/class-gllr-settings.php:461
723
  msgid "On mouse hover"
823
  msgstr "URL обратной ссылки"
824
 
825
  #: includes/class-gllr-settings.php:551
826
+ msgid ""
827
+ "Leave blank to use the Gallery page template or enter a custom page URL."
828
  msgstr ""
829
+ "Оставьте пустым, чтобы использовать шаблон страницы галереи или введите "
830
+ "пользовательский URL страницы."
831
 
832
  #: includes/class-gllr-settings.php:555
833
  msgid "Back Link Label"
844
  "шорткода."
845
 
846
  #: includes/class-gllr-settings.php:568
847
+ msgid "Disable Fancybox"
848
+ msgstr "Отключить Fancybox"
849
 
850
  #: includes/class-gllr-settings.php:570
851
+ msgid "Enable to avoid possible conflicts with a 3rd party Fancybox."
852
+ msgstr "Включите, чтобы избежать возможных конфликтов со сторонними fancybox."
853
 
854
  #: includes/class-gllr-settings.php:581
855
  msgid "Cover Settings"
964
  msgid "Arrange Albums by"
965
  msgstr "Сортировка альбомов по"
966
 
967
+ #: includes/class-gllr-settings.php:726
 
 
 
 
968
  msgid "Instant Lightbox"
969
  msgstr "Мгновенный лайтбокс"
970
 
971
+ #: includes/class-gllr-settings.php:729
972
  msgid ""
973
  "Enable to display all images in the lightbox after clicking cover image or "
974
  "URL instead of going to a single gallery page."
976
  "Включите, чтобы отображать все изображения в лайтбоксе после клика на "
977
  "изображение альбома или URL вместо перехода на отдельную страницу галереи."
978
 
979
+ #: includes/class-gllr-settings.php:739
980
+ msgid "Read More Link Label"
981
+ msgstr "Текст ссылки Узнать больше"
982
+
983
+ #: includes/class-gllr-settings.php:751
984
  msgid "Lightbox Settings"
985
  msgstr "Настройки лайтбокса"
986
 
987
+ #: includes/class-gllr-settings.php:756
988
  msgid "Unclickable Thumbnail Images"
989
  msgstr "Некликабельные изображения"
990
 
991
+ #: includes/class-gllr-settings.php:759
992
  msgid ""
993
  "Enable to make the images in a single gallery unclickable and hide their "
994
  "URLs. This option also disables Lightbox."
996
  "Включите, чтобы сделать миниатюры изображений в галерее некликабельными, а "
997
  "так же не отображать их ссылки. Эта опция так же отключает лайтбокс."
998
 
999
+ #: includes/class-gllr-settings.php:763
1000
  msgid "Enable Lightbox"
1001
  msgstr "Включить лайтбокс"
1002
 
1003
+ #: includes/class-gllr-settings.php:766
1004
  msgid "Enable to show the lightbox when clicking on gallery images."
1005
  msgstr "Включите, чтобы показать лайтбокс при нажатии на изображения галереи."
1006
 
1007
+ #: includes/class-gllr-settings.php:794
1008
  msgid ""
1009
  "Select the maximum gallery image size for the lightbox view. \"Default\" "
1010
  "will display the original, full size image."
1012
  "Выберите максимальный размер изображений галереи для просмотра в лайтбоксе. "
1013
  "По умолчанию будет отображаться оригинал, полный размер."
1014
 
1015
+ #: includes/class-gllr-settings.php:798
1016
  msgid "Overlay Color"
1017
  msgstr "Цвет подложки"
1018
 
1019
+ #: includes/class-gllr-settings.php:804
1020
  msgid "Overlay Opacity"
1021
  msgstr "Прозрачность подложки"
1022
 
1023
+ #: includes/class-gllr-settings.php:807
1024
  #, php-format
1025
  msgid ""
1026
  "Lightbox overlay opacity. Leave blank to disable opacity (default is %s, max "
1029
  "Прозрачность подложки лайтбокса. Оставьте пустым, чтобы отключить "
1030
  "прозрачность (по умолчанию %s, максимум %s)."
1031
 
1032
+ #: includes/class-gllr-settings.php:817
1033
  msgid "Slideshow"
1034
  msgstr "Слайд-шоу"
1035
 
1036
+ #: includes/class-gllr-settings.php:819
1037
  msgid "Enable to start the slideshow automatically when the lightbox is used."
1038
  msgstr ""
1039
  "Включение автоматического запуска слайд-шоу при использовании лайтбокса."
1040
 
1041
+ #: includes/class-gllr-settings.php:823
1042
  msgid "Slideshow Duration"
1043
  msgstr "Интервал времени"
1044
 
1045
+ #: includes/class-gllr-settings.php:825
1046
  msgid "ms"
1047
  msgstr "мс"
1048
 
1049
+ #: includes/class-gllr-settings.php:826
1050
  msgid "Slideshow interval duration between two images."
1051
  msgstr "Интервал переключения между двумя изображениями."
1052
 
1053
+ #: includes/class-gllr-settings.php:837
1054
  msgid "Lightbox Helpers"
1055
  msgstr "Вспомогательные элементы в лайтбоксе"
1056
 
1057
+ #: includes/class-gllr-settings.php:839
1058
  msgid "Enable to display the lightbox toolbar and arrows."
1059
  msgstr ""
1060
  "Включите, чтобы показать панель инструментов и кнопки навигации лайтбокса."
1061
 
1062
+ #: includes/class-gllr-settings.php:843
1063
  msgid "Lightbox Thumbnails"
1064
  msgstr "Миниатюры в лайтбоксе"
1065
 
1066
+ #: includes/class-gllr-settings.php:845
1067
  msgid "Enable to use a lightbox helper navigation between images."
1068
  msgstr ""
1069
  "Разрешить использовать вспомогательные элементы лайтбокса для навигации "
1070
  "между изображениями."
1071
 
1072
+ #: includes/class-gllr-settings.php:849
1073
  msgid "Lightbox Thumbnails Position"
1074
  msgstr "Расположение миниатюр в лайтбоксе"
1075
 
1076
+ #: includes/class-gllr-settings.php:852
1077
  msgid "Top"
1078
  msgstr "Верх"
1079
 
1080
+ #: includes/class-gllr-settings.php:857
1081
  msgid "Lightbox Button Label"
1082
  msgstr "Текст кнопки в лайтбоксе"
1083
 
1084
+ #: includes/class-gllr-settings.php:859
1085
  msgid "Read More"
1086
  msgstr "Подробнее"
1087
 
1088
+ #: includes/class-gllr-settings.php:869
1089
  msgid "Download Button"
1090
  msgstr "Кнопка \"Скачать\""
1091
 
1092
+ #: includes/class-gllr-settings.php:871
1093
  msgid "Enable to display download button."
1094
  msgstr "Включите, чтобы показать ссылку для скачивания исходного изображения."
1095
 
1096
+ #: includes/class-gllr-settings.php:875
1097
  msgid "Single Lightbox"
1098
  msgstr "Один лайтбокс"
1099
 
1100
+ #: includes/class-gllr-settings.php:877
1101
  msgid ""
1102
  "Enable to use a single lightbox for multiple galleries located on a single "
1103
  "page."
1105
  "Включите, чтобы использовать один лайтбокс для нескольких галерей, "
1106
  "расположенных на одной странице."
1107
 
1108
+ #: includes/class-gllr-settings.php:887
1109
  msgid "Social Sharing Buttons Settings"
1110
  msgstr "Настройки социальных кнопок"
1111
 
1112
+ #: includes/class-gllr-settings.php:896
1113
  msgid "Social Buttons"
1114
  msgstr "Социальные кнопки"
1115
 
1116
+ #: includes/class-gllr-settings.php:898
1117
  msgid "Enable social sharing buttons in the lightbox."
1118
  msgstr "Включите социальные кнопки в лайтбоксе."
1119
 
1120
+ #: includes/class-gllr-settings.php:902
1121
  msgid "Social Networks"
1122
  msgstr "Социальные сети"
1123
 
1124
+ #: includes/class-gllr-settings.php:912
1125
  msgid "Counter"
1126
  msgstr "Счетчик"
1127
 
1128
+ #: includes/class-gllr-settings.php:915
1129
  msgid "Enable to show likes counter for each social button."
1130
  msgstr "Включите, чтобы показать счетчик для каждой социальной кнопки."
1131
 
1132
+ #: includes/class-gllr-settings.php:930
1133
  msgid "Demo Data"
1134
  msgstr "Демо-данные"
1135
 
1136
+ #: includes/class-gllr-settings.php:932
1137
  msgid ""
1138
  "Install demo data to create galleries with images, post with shortcodes and "
1139
  "page with a list of all galleries."
1141
  "Установите демо-данные, чтобы создать галереи с изображениями, запись с "
1142
  "шорткодами и страницу со списком всех галерей."
1143
 
1144
+ #: includes/class-gllr-settings.php:970
1145
  msgid "Gallery Post Type"
1146
  msgstr "Тип записи галереи"
1147
 
1148
+ #: includes/class-gllr-settings.php:972
1149
  msgid ""
1150
  "Enable to avoid conflicts with other gallery plugins installed. All "
1151
  "galleries created earlier will stay unchanged. However, after enabling we "
1157
  "переименования проверьте, пожалуйста, настройки других плагинов, где "
1158
  "используется тип записи \"gallery\"."
1159
 
1160
+ #: includes/class-gllr-settings.php:984
1161
  msgid "Gallery Slug"
1162
  msgstr "Слаг галереи"
1163
 
1164
+ #: includes/class-gllr-settings.php:988
1165
  msgid "Enter the unique gallery slug."
1166
  msgstr "Введите уникальный слаг галереи."
1167
 
1168
+ #: includes/class-gllr-settings.php:1004
1169
  msgid "Activate Now"
1170
  msgstr "Активировать сейчас"
1171
 
1172
+ #: includes/class-gllr-settings.php:1022
1173
  msgid "Enable to include galleries to your website search."
1174
  msgstr "Включить галерею в поиск на вашем сайте."
1175
 
1176
+ #: includes/class-gllr-settings.php:1022
1177
  #, php-format
1178
  msgid "%s is required."
1179
  msgstr "Требуется %s."
1247
  msgstr "Удалить демо-данные и восстановить старые настройки плагина."
1248
 
1249
  #: includes/demo-data/class-bws-demo-data.php:50
1250
+ #: includes/demo-data/class-bws-demo-data.php:593
1251
  msgid "Yes, install demo data"
1252
  msgstr "Да, установить демо-данные"
1253
 
1313
 
1314
  #: includes/demo-data/class-bws-demo-data.php:591
1315
  #, php-format
1316
+ msgid "Do you want to install demo content and settings for %s now?"
1317
+ msgstr "Хотите установить демо-контент и настройки для %s сейчас?"
 
 
 
 
1318
 
1319
+ #~ msgid "Gallery has been successfully added!"
1320
+ #~ msgstr "Галерея была успешно добавлена!"
1321
+
1322
+ #~ msgid "Add Gallery to the Slider"
1323
+ #~ msgstr "Добавить галерею в слайдер"
1324
+
1325
+ #~ msgid "Add"
1326
+ #~ msgstr "Добавить"
1327
+
1328
+ #~ msgid "Under image"
1329
+ #~ msgstr "Под изображением"
1330
+
1331
+ #~ msgid "Back link custom page URL. Leave blank to use Gallery page template."
1332
+ #~ msgstr ""
1333
+ #~ "Пользовательский URL для обратной ссылки. Оставьте пустым, чтобы "
1334
+ #~ "использовать страницу галерей."
1335
+
1336
+ #~ msgid "Try to disable 3rd-party fancybox"
1337
+ #~ msgstr "Попробуйте отключить сторонний fancybox"
1338
+
1339
+ #, php-format
1340
+ #~ msgid ""
1341
+ #~ "Do you want to install demo content and settings for %s? (You can do this "
1342
+ #~ "later using Import / Export settings)"
1343
+ #~ msgstr ""
1344
+ #~ "Вы хотите установить демо контент и настройки для %s? (Вы можете сделать "
1345
+ #~ "это позже, используя настройки Импорта / Экспорта)"
1346
+
1347
+ #~ msgid "Yes, install demo now"
1348
+ #~ msgstr "Да, установить демо-данные сейчас"
1349
 
1350
  #~ msgid ""
1351
  #~ "Enable to show likes counter for each social button (not available for "
1441
  #~ "Вместо этого галереи из удалённой категории будут перемещены в категорию "
1442
  #~ "%s."
1443
 
 
 
 
 
 
 
 
1444
  #~ msgid ""
1445
  #~ "Enable to display link to the original file under each image in the "
1446
  #~ "lightbox."
2097
  #~ msgid "Please make a choice"
2098
  #~ msgstr "Пожалуйста, выберите"
2099
 
 
 
 
2100
  #~ msgid "Delete"
2101
  #~ msgstr "Удалить"
2102
 
languages/gallery-plugin-uk.mo CHANGED
Binary file
languages/gallery-plugin-uk.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2020-03-11 13:28+0200\n"
6
- "PO-Revision-Date: 2020-03-11 13:28+0200\n"
7
  "Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft <https://support.bestwebsoft.com>\n"
9
  "Language: uk_UA\n"
@@ -25,7 +25,7 @@ msgstr "Налаштування Галерей"
25
  msgid "Global Settings"
26
  msgstr "Загальні налаштування"
27
 
28
- #: gallery-plugin.php:45 gallery-plugin.php:2992
29
  msgid "Upgrade to Pro"
30
  msgstr "Оновитися до Pro"
31
 
@@ -41,7 +41,7 @@ msgstr "Переглянути фото &raquo;"
41
  msgid "Galleries"
42
  msgstr "Галереї"
43
 
44
- #: gallery-plugin.php:454 gallery-plugin.php:3294
45
  msgid "Gallery"
46
  msgstr "Галерея"
47
 
@@ -61,7 +61,7 @@ msgstr "Нова галерея"
61
  msgid "View Gallery"
62
  msgstr "Переглянути галерею"
63
 
64
- #: gallery-plugin.php:459 includes/class-gllr-settings.php:986
65
  msgid "Search Galleries"
66
  msgstr "Шукати галереї"
67
 
@@ -69,7 +69,7 @@ msgstr "Шукати галереї"
69
  msgid "No Gallery found"
70
  msgstr "Жодної галереї не знайдено"
71
 
72
- #: gallery-plugin.php:482 gallery-plugin.php:1731 gallery-plugin.php:3266
73
  #: includes/class-gllr-widgets.php:25 includes/class-gllr-widgets.php:33
74
  #: includes/class-gllr-widgets.php:71 includes/class-gllr-widgets.php:95
75
  msgid "Gallery Categories"
@@ -160,56 +160,56 @@ msgstr ""
160
  msgid "Sort Galleries in Category by"
161
  msgstr "Сортувати галереї в категорії по"
162
 
163
- #: gallery-plugin.php:685 gallery-plugin.php:3280
164
  #: includes/class-gllr-settings.php:697
165
  msgid "Gallery ID"
166
  msgstr "ID галереї"
167
 
168
- #: gallery-plugin.php:686 gallery-plugin.php:1728 gallery-plugin.php:2846
169
- #: gallery-plugin.php:2953 gallery-plugin.php:3066 gallery-plugin.php:3281
170
  #: includes/class-gllr-settings.php:698 includes/class-gllr-widgets.php:282
171
  msgid "Title"
172
  msgstr "Назва"
173
 
174
- #: gallery-plugin.php:687 gallery-plugin.php:1733 gallery-plugin.php:3282
175
  #: includes/class-gllr-settings.php:526 includes/class-gllr-settings.php:699
176
  msgid "Date"
177
  msgstr "Дата"
178
 
179
- #: gallery-plugin.php:688 gallery-plugin.php:3283
180
  #: includes/class-gllr-settings.php:700
181
  msgid "Last modified date"
182
  msgstr "Дата останньої зміни"
183
 
184
- #: gallery-plugin.php:689 gallery-plugin.php:3284
185
  #: includes/class-gllr-settings.php:701
186
  msgid "Comment count"
187
  msgstr "Кількість коментарів"
188
 
189
- #: gallery-plugin.php:690 gallery-plugin.php:3285
190
  #: includes/class-gllr-settings.php:702
191
  msgid "\"Order\" field on the gallery edit page"
192
  msgstr "Поле \"Порядок розміщення\" на сторінці редагування"
193
 
194
- #: gallery-plugin.php:691 gallery-plugin.php:1732 gallery-plugin.php:3286
195
  #: includes/class-gllr-settings.php:703
196
  msgid "Author"
197
  msgstr "Автор"
198
 
199
- #: gallery-plugin.php:692 gallery-plugin.php:3287
200
  #: includes/class-gllr-settings.php:527 includes/class-gllr-settings.php:704
201
  msgid "Random"
202
  msgstr "Довільно"
203
 
204
- #: gallery-plugin.php:693 gallery-plugin.php:3288
205
  msgid "Plugin Settings"
206
  msgstr "Налаштування плагіна"
207
 
208
- #: gallery-plugin.php:695 gallery-plugin.php:3290
209
  msgid "Select galleries sorting order in your category."
210
  msgstr "Виберіть порядок сортування галерей у вашій категорії."
211
 
212
- #: gallery-plugin.php:717 gallery-plugin.php:1730
213
  msgid "Shortcode"
214
  msgstr "Шорткод"
215
 
@@ -221,53 +221,53 @@ msgstr "Усі категорії галерей"
221
  msgid "You can't delete default gallery category."
222
  msgstr "Ви не можете видалити стандартну категорію галереї."
223
 
224
- #: gallery-plugin.php:1219 gallery-plugin.php:1327 gallery-plugin.php:2281
225
  msgid "Sorry, nothing found."
226
  msgstr "Вибачте, нічого не знайдено."
227
 
228
- #: gallery-plugin.php:1727
229
  msgid "Featured Image"
230
  msgstr "Зображення альбому"
231
 
232
- #: gallery-plugin.php:1729 includes/class-gllr-settings.php:40
233
  msgid "Images"
234
  msgstr "Зображення"
235
 
236
- #: gallery-plugin.php:1812
237
  #, php-format
238
  msgid "%s Settings"
239
  msgstr "Налаштування %s"
240
 
241
- #: gallery-plugin.php:1839 gallery-plugin.php:1857
242
  #: includes/class-gllr-settings.php:29 includes/class-gllr-settings.php:41
243
  msgid "Settings"
244
  msgstr "Налаштування"
245
 
246
- #: gallery-plugin.php:1840
247
  msgid "FAQ"
248
  msgstr "FAQ"
249
 
250
- #: gallery-plugin.php:1841
251
  msgid "Support"
252
  msgstr "Техпідтримка"
253
 
254
- #: gallery-plugin.php:1880
255
  msgid "Updating images..."
256
  msgstr "Оновлення зображень..."
257
 
258
- #: gallery-plugin.php:1881
259
  msgid "No images found."
260
  msgstr "Зображення не знайдені."
261
 
262
- #: gallery-plugin.php:1882
263
  msgid "All images were updated."
264
  msgstr "Усі зображення оновлено."
265
 
266
- #: gallery-plugin.php:1883
267
  msgid "Error."
268
  msgstr "Помилка."
269
 
270
- #: gallery-plugin.php:1895
271
  msgid ""
272
  "You are about to remove these items from this gallery.\n"
273
  " 'Cancel' to stop, 'OK' to delete."
@@ -275,7 +275,7 @@ msgstr ""
275
  "Ви збираєтесь видалити вибрані елементи з цієї галереї.\n"
276
  " 'Відміна' - скасувати, 'OK' - видалити."
277
 
278
- #: gallery-plugin.php:1896
279
  msgid ""
280
  "You are about to remove this image from the gallery.\n"
281
  " 'Cancel' to stop, 'OK' to delete."
@@ -283,7 +283,7 @@ msgstr ""
283
  "Ви збираєтеся видалити це зображення з галереї.\n"
284
  " 'Відміна' - скасувати, 'OK' - видалити."
285
 
286
- #: gallery-plugin.php:1897
287
  msgid ""
288
  "Switching to another mode, all unsaved data will be lost. Save data before "
289
  "switching?"
@@ -291,23 +291,27 @@ msgstr ""
291
  "При переході на інший режим, усі незбережені дані будуть втрачені. Зберегти "
292
  "їх перед переходом?"
293
 
294
- #: gallery-plugin.php:1898
295
  msgid "Insert Media"
296
  msgstr "Додати медіафайл"
297
 
298
- #: gallery-plugin.php:1899
299
  msgid "Insert"
300
  msgstr "Додати"
301
 
302
- #: gallery-plugin.php:1900
303
- msgid "Gallery has been successfully added!"
304
- msgstr "Галерея була успішно додана!"
 
 
 
 
305
 
306
- #: gallery-plugin.php:2492 gallery-plugin.php:2525
307
  msgid "Image size not defined"
308
  msgstr "Неможливо визначити розмір зображення"
309
 
310
- #: gallery-plugin.php:2512
311
  msgid ""
312
  "Plugin updates only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please "
313
  "reload images manually."
@@ -315,75 +319,75 @@ msgstr ""
315
  "Плагін може оновити тільки такі типи файлів: PNG, JPEG, GIF, XBM або WPMP. "
316
  "Для інших типів, будь ласка, перезавантажте зображення вручну."
317
 
318
- #: gallery-plugin.php:2558 gallery-plugin.php:2562 gallery-plugin.php:2568
319
  msgid "Invalid path"
320
  msgstr "Невірний шлях до зображення"
321
 
322
- #: gallery-plugin.php:2666
323
  msgid "List View"
324
  msgstr "У вигляді списку"
325
 
326
- #: gallery-plugin.php:2667
327
  msgid "Grid View"
328
  msgstr "У вигляді сітки"
329
 
330
- #: gallery-plugin.php:2723
331
  msgid "Filter"
332
  msgstr "Фільтр"
333
 
334
- #: gallery-plugin.php:2727
335
  msgid "Empty Trash"
336
  msgstr "Очистити кошик"
337
 
338
- #: gallery-plugin.php:2750
339
  msgid "No images found"
340
  msgstr "Жодного зображення не знайдено"
341
 
342
- #: gallery-plugin.php:2803
343
  msgid "Select bulk action"
344
  msgstr "Вибрати групову дію"
345
 
346
- #: gallery-plugin.php:2805
347
  msgid "Bulk Actions"
348
  msgstr "Групові дії"
349
 
350
- #: gallery-plugin.php:2815
351
  msgid "Apply"
352
  msgstr "Застосувати"
353
 
354
- #: gallery-plugin.php:2822
355
  msgid "Delete from Gallery"
356
  msgstr "Видалити з галереї"
357
 
358
- #: gallery-plugin.php:2831
359
  msgid "Bulk Select"
360
  msgstr "Вибір"
361
 
362
- #: gallery-plugin.php:2832
363
  msgid "Cancel Selection"
364
  msgstr "Скасувати вибір"
365
 
366
- #: gallery-plugin.php:2833
367
  msgid "Delete Selected"
368
  msgstr "Видалити вибране"
369
 
370
- #: gallery-plugin.php:2844
371
  msgid "File"
372
  msgstr "Файл"
373
 
374
- #: gallery-plugin.php:2845 gallery-plugin.php:2948 gallery-plugin.php:3061
375
  msgid "Dimensions"
376
  msgstr "Розміри"
377
 
378
- #: gallery-plugin.php:2847 gallery-plugin.php:2959 gallery-plugin.php:3071
379
  msgid "Alt Text"
380
  msgstr "Альтернативний текст"
381
 
382
- #: gallery-plugin.php:2848 gallery-plugin.php:2963 gallery-plugin.php:3076
383
  msgid "URL"
384
  msgstr "Посилання"
385
 
386
- #: gallery-plugin.php:2848 gallery-plugin.php:2965
387
  msgid ""
388
  "Enter your custom URL to link this image to other page or file. Leave blank "
389
  "to open a full size image."
@@ -391,111 +395,111 @@ msgstr ""
391
  "Введіть свій власний URL, щоб зв'язати це зображення з іншою сторінкою або "
392
  "файлом. Залиште порожнім, щоб відкрити повнорозмірне зображення."
393
 
394
- #: gallery-plugin.php:2930
395
  msgid "Remove Image from Gallery"
396
  msgstr "Видалити зображення з галереї"
397
 
398
- #: gallery-plugin.php:2933
399
  msgid "Edit Image Info"
400
  msgstr "Редагувати інформацію зображення"
401
 
402
- #: gallery-plugin.php:2934
403
  msgid "Deselect"
404
  msgstr "Скасувати вибір"
405
 
406
- #: gallery-plugin.php:2946
407
  msgid "File name"
408
  msgstr "Назва файлу"
409
 
410
- #: gallery-plugin.php:2947
411
  msgid "File type"
412
  msgstr "Тип файлу"
413
 
414
- #: gallery-plugin.php:2972
415
  msgid "Description"
416
  msgstr "Опис"
417
 
418
- #: gallery-plugin.php:2978
419
  msgid "Lightbox Button URL"
420
  msgstr "Посилання для кнопки в лайтбоксі"
421
 
422
- #: gallery-plugin.php:2985
423
  msgid "New Tab"
424
  msgstr "Нова вкладка"
425
 
426
- #: gallery-plugin.php:2987
427
  msgid "Enable to open URLs above in a new tab."
428
  msgstr "Увімкніть, щоб відкрити посилання в новій вкладці."
429
 
430
- #: gallery-plugin.php:2992
431
  msgid "Go Pro"
432
  msgstr "Оновитися до Pro"
433
 
434
- #: gallery-plugin.php:2998
435
  msgid "Edit more details"
436
  msgstr "Змінити деталі"
437
 
438
- #: gallery-plugin.php:3000
439
  msgid "Remove from Gallery"
440
  msgstr "Видалити з галереї"
441
 
442
- #: gallery-plugin.php:3036
443
  #, php-format
444
  msgid "Select %s"
445
  msgstr "Вибрати %s"
446
 
447
- #: gallery-plugin.php:3049
448
  #, php-format
449
  msgid "Edit &#8220;%s&#8221;"
450
  msgstr "Редагувати &#8220;%s&#8221;"
451
 
452
- #: gallery-plugin.php:3057
453
  msgid "Edit Attachment Info"
454
  msgstr "Змінити інформацію зображення"
455
 
456
- #: gallery-plugin.php:3094 gallery-plugin.php:3110
457
  msgid "Edit"
458
  msgstr "Змінити"
459
 
460
- #: gallery-plugin.php:3098 gallery-plugin.php:3116
461
  msgid "Trash"
462
  msgstr "Кошик"
463
 
464
- #: gallery-plugin.php:3101 gallery-plugin.php:3120
465
  msgid "Delete Permanently"
466
  msgstr "Видалити назавжди"
467
 
468
- #: gallery-plugin.php:3104 gallery-plugin.php:3126
469
  #, php-format
470
  msgid "View &#8220;%s&#8221;"
471
  msgstr "Перегляд &#8220;%s&#8221;"
472
 
473
- #: gallery-plugin.php:3104 gallery-plugin.php:3126
474
  #: includes/class-gllr-widgets.php:90
475
  msgid "View"
476
  msgstr "Перегляд"
477
 
478
- #: gallery-plugin.php:3106
479
  msgid "Attach"
480
  msgstr "Прикріпити"
481
 
482
- #: gallery-plugin.php:3114
483
  msgid "Restore"
484
  msgstr "Відновити"
485
 
486
- #: gallery-plugin.php:3246 gallery-plugin.php:3407
487
  msgid "Warning"
488
  msgstr "Увага"
489
 
490
- #: gallery-plugin.php:3246
491
  msgid "You can add only images to the gallery"
492
  msgstr "В галерею можна додати лише зображення"
493
 
494
- #: gallery-plugin.php:3301
495
  msgid "no title"
496
  msgstr "без назви"
497
 
498
- #: gallery-plugin.php:3311
499
  msgid ""
500
  "Display an album image with the description and the link to a single gallery "
501
  "page"
@@ -503,11 +507,11 @@ msgstr ""
503
  "Відобразити зображення альбому з описом і посиланням на окрему сторінку "
504
  "галереї"
505
 
506
- #: gallery-plugin.php:3315
507
  msgid "Sorry, no gallery found."
508
  msgstr "Вибачте, жодної галереї не знайдено."
509
 
510
- #: gallery-plugin.php:3407
511
  #, php-format
512
  msgid ""
513
  "Maximum upload file size %s. Contact your administrator or hosting provider "
@@ -520,7 +524,7 @@ msgstr ""
520
  msgid "Cover"
521
  msgstr "Альбом"
522
 
523
- #: includes/class-gllr-settings.php:31
524
  msgid "Lightbox"
525
  msgstr "Лайтбокс"
526
 
@@ -583,26 +587,27 @@ msgid "Switch to the list view"
583
  msgstr "Переключитися на список"
584
 
585
  #: includes/class-gllr-settings.php:301
586
- msgid "Add Gallery to the Slider"
587
- msgstr "Додати галерею в слайдер"
588
 
589
  #: includes/class-gllr-settings.php:313
590
  msgid "Activate"
591
  msgstr "Активувати"
592
 
593
- #: includes/class-gllr-settings.php:316 includes/class-gllr-settings.php:1007
594
  msgid "Install Now"
595
  msgstr "Встановити зараз"
596
 
597
  #: includes/class-gllr-settings.php:318
598
- msgid "Add"
599
- msgstr "Додати"
600
 
601
  #: includes/class-gllr-settings.php:321
602
- msgid "Click to add current gallery to the slider. Slider plugin is required."
 
603
  msgstr ""
604
- "Натисніть, щоб додати поточну галерею в слайдер. Для цієї опції необхідно "
605
- "використання плагіна Slider."
606
 
607
  #: includes/class-gllr-settings.php:331
608
  msgid "Single Gallery Settings"
@@ -615,9 +620,9 @@ msgstr "Увімкніть щоб налаштувати цю галерею і
615
 
616
  #: includes/class-gllr-settings.php:345 includes/class-gllr-settings.php:402
617
  #: includes/class-gllr-settings.php:446 includes/class-gllr-settings.php:496
618
- #: includes/class-gllr-settings.php:640 includes/class-gllr-settings.php:728
619
- #: includes/class-gllr-settings.php:771 includes/class-gllr-settings.php:821
620
- #: includes/class-gllr-settings.php:880 includes/class-gllr-settings.php:968
621
  msgid "Close"
622
  msgstr "Закрити"
623
 
@@ -642,7 +647,7 @@ msgstr "Кількість колонок"
642
  msgid "Number of gallery columns (default is %s)."
643
  msgstr "Кількість колонок галерей (за замовчуванням - %s)."
644
 
645
- #: includes/class-gllr-settings.php:380 includes/class-gllr-settings.php:775
646
  msgid "Image Size"
647
  msgstr "Розмір зображення"
648
 
@@ -709,8 +714,8 @@ msgid "Image Title Position"
709
  msgstr "Розташування назви зображення"
710
 
711
  #: includes/class-gllr-settings.php:455
712
- msgid "Under image"
713
- msgstr "Під зображенням"
714
 
715
  #: includes/class-gllr-settings.php:461
716
  msgid "On mouse hover"
@@ -817,10 +822,11 @@ msgid "Back Link URL"
817
  msgstr "URL зворотнього посилання"
818
 
819
  #: includes/class-gllr-settings.php:551
820
- msgid "Back link custom page URL. Leave blank to use Gallery page template."
 
821
  msgstr ""
822
- "Користувацький URL для зворотнього посилання. Залиште порожнім, щоб "
823
- "використовувати сторінку галерей."
824
 
825
  #: includes/class-gllr-settings.php:555
826
  msgid "Back Link Label"
@@ -837,12 +843,12 @@ msgstr ""
837
  "шорткода."
838
 
839
  #: includes/class-gllr-settings.php:568
840
- msgid "Try to disable 3rd-party fancybox"
841
- msgstr "Спробуйте відключити сторонній fancybox"
842
 
843
  #: includes/class-gllr-settings.php:570
844
- msgid "Enable to avoid conflicts with 3rd-party fancybox."
845
- msgstr "Увімкніть, щоб уникнути конфліктів зі сторонніми fancybox."
846
 
847
  #: includes/class-gllr-settings.php:581
848
  msgid "Cover Settings"
@@ -956,15 +962,11 @@ msgstr "Оберіть порядок сортування галерей на
956
  msgid "Arrange Albums by"
957
  msgstr "Сортування альбомів за"
958
 
959
- #: includes/class-gllr-settings.php:719
960
- msgid "Read More Link Label"
961
- msgstr "Текст посилання Дізнатися більше"
962
-
963
- #: includes/class-gllr-settings.php:732
964
  msgid "Instant Lightbox"
965
  msgstr "Миттєвий лайтбокс"
966
 
967
- #: includes/class-gllr-settings.php:735
968
  msgid ""
969
  "Enable to display all images in the lightbox after clicking cover image or "
970
  "URL instead of going to a single gallery page."
@@ -972,15 +974,19 @@ msgstr ""
972
  "Увімкніть, щоб відображати всі зображення в лайтбоксі після натискання на "
973
  "зображення альбому або URL замість переходу на окрему сторінку галереї."
974
 
975
- #: includes/class-gllr-settings.php:749
 
 
 
 
976
  msgid "Lightbox Settings"
977
  msgstr "Налаштування лайтбоксу"
978
 
979
- #: includes/class-gllr-settings.php:754
980
  msgid "Unclickable Thumbnail Images"
981
  msgstr "Некликабельна картинка"
982
 
983
- #: includes/class-gllr-settings.php:757
984
  msgid ""
985
  "Enable to make the images in a single gallery unclickable and hide their "
986
  "URLs. This option also disables Lightbox."
@@ -988,15 +994,15 @@ msgstr ""
988
  "Увімкніть, щоб зробити мініатюри зображень в галереї неклікабельнимі, а "
989
  "також не відображати їх посилання. Ця опція також відключає лайтбокс."
990
 
991
- #: includes/class-gllr-settings.php:761
992
  msgid "Enable Lightbox"
993
  msgstr "Увімкнути лайтбокс"
994
 
995
- #: includes/class-gllr-settings.php:764
996
  msgid "Enable to show the lightbox when clicking on gallery images."
997
  msgstr "Увімкніть, щоб показати лайтбокс при натисканні на зображення галереї."
998
 
999
- #: includes/class-gllr-settings.php:782
1000
  msgid ""
1001
  "Select the maximum gallery image size for the lightbox view. \"Default\" "
1002
  "will display the original, full size image."
@@ -1004,15 +1010,15 @@ msgstr ""
1004
  "Оберіть максимальний розмір зображень галереї для перегляду в лайтбоксі. За "
1005
  "замовчуванням буде відображатися оригінал, повний розмір."
1006
 
1007
- #: includes/class-gllr-settings.php:786
1008
  msgid "Overlay Color"
1009
  msgstr "Колір підкладки"
1010
 
1011
- #: includes/class-gllr-settings.php:792
1012
  msgid "Overlay Opacity"
1013
  msgstr "Прозорість підкладки"
1014
 
1015
- #: includes/class-gllr-settings.php:795
1016
  #, php-format
1017
  msgid ""
1018
  "Lightbox overlay opacity. Leave blank to disable opacity (default is %s, max "
@@ -1021,76 +1027,76 @@ msgstr ""
1021
  "Прозорість підкладки лайтбоксу. Залиште порожнім, щоб відключити прозорість "
1022
  "(за замовчуванням %s, максимум %s)."
1023
 
1024
- #: includes/class-gllr-settings.php:805
1025
  msgid "Slideshow"
1026
  msgstr "Слайд-шоу"
1027
 
1028
- #: includes/class-gllr-settings.php:807
1029
  msgid "Enable to start the slideshow automatically when the lightbox is used."
1030
  msgstr ""
1031
  "Увімкніть для автоматичного запуску слайд-шоу при використанні лайтбоксу."
1032
 
1033
- #: includes/class-gllr-settings.php:811
1034
  msgid "Slideshow Duration"
1035
  msgstr "Інтервал часу"
1036
 
1037
- #: includes/class-gllr-settings.php:813
1038
  msgid "ms"
1039
  msgstr "мс"
1040
 
1041
- #: includes/class-gllr-settings.php:814
1042
  msgid "Slideshow interval duration between two images."
1043
  msgstr "Інтервал перемикання між двома зображеннями."
1044
 
1045
- #: includes/class-gllr-settings.php:825
1046
  msgid "Lightbox Helpers"
1047
  msgstr "Допоміжні елементи лайтбоксу"
1048
 
1049
- #: includes/class-gllr-settings.php:827
1050
  msgid "Enable to display the lightbox toolbar and arrows."
1051
  msgstr ""
1052
  "Увімкніть для того, щоб показати панель інструментів та кнопки навігації."
1053
 
1054
- #: includes/class-gllr-settings.php:831
1055
  msgid "Lightbox Thumbnails"
1056
  msgstr "Мініатюри в лайтбоксі"
1057
 
1058
- #: includes/class-gllr-settings.php:833
1059
  msgid "Enable to use a lightbox helper navigation between images."
1060
  msgstr ""
1061
  "Дозволити використовувати допоміжні елементи лайтбоксу для навігації між "
1062
  "зображеннями."
1063
 
1064
- #: includes/class-gllr-settings.php:837
1065
  msgid "Lightbox Thumbnails Position"
1066
  msgstr "Розташування мініатюр в лайтбоксі"
1067
 
1068
- #: includes/class-gllr-settings.php:840
1069
  msgid "Top"
1070
  msgstr "Верх"
1071
 
1072
- #: includes/class-gllr-settings.php:845
1073
  msgid "Lightbox Button Label"
1074
  msgstr "Текст кнопки в лайтбоксі"
1075
 
1076
- #: includes/class-gllr-settings.php:847
1077
  msgid "Read More"
1078
  msgstr "Дізнатися більше"
1079
 
1080
- #: includes/class-gllr-settings.php:857
1081
  msgid "Download Button"
1082
  msgstr "Кнопка \"Завантажити\""
1083
 
1084
- #: includes/class-gllr-settings.php:859
1085
  msgid "Enable to display download button."
1086
  msgstr ""
1087
  "Увімкніть, щоб показати посилання на завантаження оригінального зображення."
1088
 
1089
- #: includes/class-gllr-settings.php:863
1090
  msgid "Single Lightbox"
1091
  msgstr "Один лайтбокс"
1092
 
1093
- #: includes/class-gllr-settings.php:865
1094
  msgid ""
1095
  "Enable to use a single lightbox for multiple galleries located on a single "
1096
  "page."
@@ -1098,35 +1104,35 @@ msgstr ""
1098
  "Увімкніть, щоб використовувати один лайтбокс для декількох галерей, "
1099
  "розташованих на одній сторінці."
1100
 
1101
- #: includes/class-gllr-settings.php:875
1102
  msgid "Social Sharing Buttons Settings"
1103
  msgstr "Налаштування соціальних кнопок"
1104
 
1105
- #: includes/class-gllr-settings.php:884
1106
  msgid "Social Buttons"
1107
  msgstr "Соціальні кнопки"
1108
 
1109
- #: includes/class-gllr-settings.php:886
1110
  msgid "Enable social sharing buttons in the lightbox."
1111
  msgstr "Увімкніть соціальні кнопки в лайтбоксі."
1112
 
1113
- #: includes/class-gllr-settings.php:890
1114
  msgid "Social Networks"
1115
  msgstr "Соціальні мережі"
1116
 
1117
- #: includes/class-gllr-settings.php:900
1118
  msgid "Counter"
1119
  msgstr "Лічильник"
1120
 
1121
- #: includes/class-gllr-settings.php:903
1122
  msgid "Enable to show likes counter for each social button."
1123
  msgstr "Увімкніть, щоб показати лічильник для кожної соціальної кнопки."
1124
 
1125
- #: includes/class-gllr-settings.php:918
1126
  msgid "Demo Data"
1127
  msgstr "Демо-дані"
1128
 
1129
- #: includes/class-gllr-settings.php:920
1130
  msgid ""
1131
  "Install demo data to create galleries with images, post with shortcodes and "
1132
  "page with a list of all galleries."
@@ -1134,11 +1140,11 @@ msgstr ""
1134
  "Встановіть демо-дані, щоб створити галереї з зображеннями, запис з "
1135
  "шорткодами і сторінку зі списком усіх галерей."
1136
 
1137
- #: includes/class-gllr-settings.php:958
1138
  msgid "Gallery Post Type"
1139
  msgstr "Тип запису галереї"
1140
 
1141
- #: includes/class-gllr-settings.php:960
1142
  msgid ""
1143
  "Enable to avoid conflicts with other gallery plugins installed. All "
1144
  "galleries created earlier will stay unchanged. However, after enabling we "
@@ -1150,23 +1156,23 @@ msgstr ""
1150
  "перевірте, будь ласка, налаштування інших плагінів, де використовується тип "
1151
  "запису \"gallery\"."
1152
 
1153
- #: includes/class-gllr-settings.php:972
1154
  msgid "Gallery Slug"
1155
  msgstr "Слаґ галереї"
1156
 
1157
- #: includes/class-gllr-settings.php:976
1158
  msgid "Enter the unique gallery slug."
1159
  msgstr "Введіть унікальний слаґ галереї."
1160
 
1161
- #: includes/class-gllr-settings.php:992
1162
  msgid "Activate Now"
1163
  msgstr "Активувати зараз"
1164
 
1165
- #: includes/class-gllr-settings.php:1010
1166
  msgid "Enable to include galleries to your website search."
1167
  msgstr "Включити галерею в пошук на вашому сайті."
1168
 
1169
- #: includes/class-gllr-settings.php:1010
1170
  #, php-format
1171
  msgid "%s is required."
1172
  msgstr "Потребується %s."
@@ -1240,6 +1246,7 @@ msgid "Delete demo data and restore old plugin settings."
1240
  msgstr "Видалити демо-дані та відновити старі налаштування плагіну."
1241
 
1242
  #: includes/demo-data/class-bws-demo-data.php:50
 
1243
  msgid "Yes, install demo data"
1244
  msgstr "Так, встановити демо-дані"
1245
 
@@ -1305,16 +1312,39 @@ msgstr "Закрити повідомлення"
1305
 
1306
  #: includes/demo-data/class-bws-demo-data.php:591
1307
  #, php-format
1308
- msgid ""
1309
- "Do you want to install demo content and settings for %s? (You can do this "
1310
- "later using Import / Export settings)"
1311
- msgstr ""
1312
- "Ви хочете встановити демо-контент і налаштування для %s? (Ви можете зробити "
1313
- "це пізніше, використовуючи налаштування Імпорту / Експорту)"
1314
 
1315
- #: includes/demo-data/class-bws-demo-data.php:593
1316
- msgid "Yes, install demo now"
1317
- msgstr "Так, встановити демо-дані зараз"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1318
 
1319
  #~ msgid ""
1320
  #~ "Enable to show likes counter for each social button (not available for "
@@ -1389,13 +1419,6 @@ msgstr "Так, встановити демо-дані зараз"
1389
  #~ msgid "Enable Social Buttons"
1390
  #~ msgstr "Увімкніть соціальні кнопки"
1391
 
1392
- #~ msgid ""
1393
- #~ "Do you want to install demo content and settings (You can do this later "
1394
- #~ "using Import / Export settings)?"
1395
- #~ msgstr ""
1396
- #~ "Ви хочете встановити демо-контент і налаштування (Ви можете зробити це "
1397
- #~ "пізніше, використовуючи налаштування Імпорт / Експорт) ?"
1398
-
1399
  #~ msgid ""
1400
  #~ "Enable to display link to the original file under each image in the "
1401
  #~ "lightbox."
@@ -1939,9 +1962,6 @@ msgstr "Так, встановити демо-дані зараз"
1939
  #~ msgid "Please make a choice"
1940
  #~ msgstr "Будь ласка, виберіть"
1941
 
1942
- #~ msgid "sort images"
1943
- #~ msgstr "Сортувати зображення"
1944
-
1945
  #~ msgid "on the plugin settings page ("
1946
  #~ msgstr "на сторінці установок плагіну ("
1947
 
2
  msgstr ""
3
  "Project-Id-Version: Gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2020-03-24 13:31+0200\n"
6
+ "PO-Revision-Date: 2020-03-24 13:31+0200\n"
7
  "Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft <https://support.bestwebsoft.com>\n"
9
  "Language: uk_UA\n"
25
  msgid "Global Settings"
26
  msgstr "Загальні налаштування"
27
 
28
+ #: gallery-plugin.php:45 gallery-plugin.php:2994
29
  msgid "Upgrade to Pro"
30
  msgstr "Оновитися до Pro"
31
 
41
  msgid "Galleries"
42
  msgstr "Галереї"
43
 
44
+ #: gallery-plugin.php:454 gallery-plugin.php:3296
45
  msgid "Gallery"
46
  msgstr "Галерея"
47
 
61
  msgid "View Gallery"
62
  msgstr "Переглянути галерею"
63
 
64
+ #: gallery-plugin.php:459 includes/class-gllr-settings.php:998
65
  msgid "Search Galleries"
66
  msgstr "Шукати галереї"
67
 
69
  msgid "No Gallery found"
70
  msgstr "Жодної галереї не знайдено"
71
 
72
+ #: gallery-plugin.php:482 gallery-plugin.php:1733 gallery-plugin.php:3268
73
  #: includes/class-gllr-widgets.php:25 includes/class-gllr-widgets.php:33
74
  #: includes/class-gllr-widgets.php:71 includes/class-gllr-widgets.php:95
75
  msgid "Gallery Categories"
160
  msgid "Sort Galleries in Category by"
161
  msgstr "Сортувати галереї в категорії по"
162
 
163
+ #: gallery-plugin.php:685 gallery-plugin.php:3282
164
  #: includes/class-gllr-settings.php:697
165
  msgid "Gallery ID"
166
  msgstr "ID галереї"
167
 
168
+ #: gallery-plugin.php:686 gallery-plugin.php:1730 gallery-plugin.php:2848
169
+ #: gallery-plugin.php:2955 gallery-plugin.php:3068 gallery-plugin.php:3283
170
  #: includes/class-gllr-settings.php:698 includes/class-gllr-widgets.php:282
171
  msgid "Title"
172
  msgstr "Назва"
173
 
174
+ #: gallery-plugin.php:687 gallery-plugin.php:1735 gallery-plugin.php:3284
175
  #: includes/class-gllr-settings.php:526 includes/class-gllr-settings.php:699
176
  msgid "Date"
177
  msgstr "Дата"
178
 
179
+ #: gallery-plugin.php:688 gallery-plugin.php:3285
180
  #: includes/class-gllr-settings.php:700
181
  msgid "Last modified date"
182
  msgstr "Дата останньої зміни"
183
 
184
+ #: gallery-plugin.php:689 gallery-plugin.php:3286
185
  #: includes/class-gllr-settings.php:701
186
  msgid "Comment count"
187
  msgstr "Кількість коментарів"
188
 
189
+ #: gallery-plugin.php:690 gallery-plugin.php:3287
190
  #: includes/class-gllr-settings.php:702
191
  msgid "\"Order\" field on the gallery edit page"
192
  msgstr "Поле \"Порядок розміщення\" на сторінці редагування"
193
 
194
+ #: gallery-plugin.php:691 gallery-plugin.php:1734 gallery-plugin.php:3288
195
  #: includes/class-gllr-settings.php:703
196
  msgid "Author"
197
  msgstr "Автор"
198
 
199
+ #: gallery-plugin.php:692 gallery-plugin.php:3289
200
  #: includes/class-gllr-settings.php:527 includes/class-gllr-settings.php:704
201
  msgid "Random"
202
  msgstr "Довільно"
203
 
204
+ #: gallery-plugin.php:693 gallery-plugin.php:3290
205
  msgid "Plugin Settings"
206
  msgstr "Налаштування плагіна"
207
 
208
+ #: gallery-plugin.php:695 gallery-plugin.php:3292
209
  msgid "Select galleries sorting order in your category."
210
  msgstr "Виберіть порядок сортування галерей у вашій категорії."
211
 
212
+ #: gallery-plugin.php:717 gallery-plugin.php:1732
213
  msgid "Shortcode"
214
  msgstr "Шорткод"
215
 
221
  msgid "You can't delete default gallery category."
222
  msgstr "Ви не можете видалити стандартну категорію галереї."
223
 
224
+ #: gallery-plugin.php:1221 gallery-plugin.php:1329 gallery-plugin.php:2283
225
  msgid "Sorry, nothing found."
226
  msgstr "Вибачте, нічого не знайдено."
227
 
228
+ #: gallery-plugin.php:1729
229
  msgid "Featured Image"
230
  msgstr "Зображення альбому"
231
 
232
+ #: gallery-plugin.php:1731 includes/class-gllr-settings.php:40
233
  msgid "Images"
234
  msgstr "Зображення"
235
 
236
+ #: gallery-plugin.php:1814
237
  #, php-format
238
  msgid "%s Settings"
239
  msgstr "Налаштування %s"
240
 
241
+ #: gallery-plugin.php:1841 gallery-plugin.php:1859
242
  #: includes/class-gllr-settings.php:29 includes/class-gllr-settings.php:41
243
  msgid "Settings"
244
  msgstr "Налаштування"
245
 
246
+ #: gallery-plugin.php:1842
247
  msgid "FAQ"
248
  msgstr "FAQ"
249
 
250
+ #: gallery-plugin.php:1843
251
  msgid "Support"
252
  msgstr "Техпідтримка"
253
 
254
+ #: gallery-plugin.php:1882
255
  msgid "Updating images..."
256
  msgstr "Оновлення зображень..."
257
 
258
+ #: gallery-plugin.php:1883
259
  msgid "No images found."
260
  msgstr "Зображення не знайдені."
261
 
262
+ #: gallery-plugin.php:1884
263
  msgid "All images were updated."
264
  msgstr "Усі зображення оновлено."
265
 
266
+ #: gallery-plugin.php:1885
267
  msgid "Error."
268
  msgstr "Помилка."
269
 
270
+ #: gallery-plugin.php:1897
271
  msgid ""
272
  "You are about to remove these items from this gallery.\n"
273
  " 'Cancel' to stop, 'OK' to delete."
275
  "Ви збираєтесь видалити вибрані елементи з цієї галереї.\n"
276
  " 'Відміна' - скасувати, 'OK' - видалити."
277
 
278
+ #: gallery-plugin.php:1898
279
  msgid ""
280
  "You are about to remove this image from the gallery.\n"
281
  " 'Cancel' to stop, 'OK' to delete."
283
  "Ви збираєтеся видалити це зображення з галереї.\n"
284
  " 'Відміна' - скасувати, 'OK' - видалити."
285
 
286
+ #: gallery-plugin.php:1899
287
  msgid ""
288
  "Switching to another mode, all unsaved data will be lost. Save data before "
289
  "switching?"
291
  "При переході на інший режим, усі незбережені дані будуть втрачені. Зберегти "
292
  "їх перед переходом?"
293
 
294
+ #: gallery-plugin.php:1900
295
  msgid "Insert Media"
296
  msgstr "Додати медіафайл"
297
 
298
+ #: gallery-plugin.php:1901
299
  msgid "Insert"
300
  msgstr "Додати"
301
 
302
+ #: gallery-plugin.php:1902
303
+ msgid "A new slider is added."
304
+ msgstr "Додано новий слайдер."
305
+
306
+ #: gallery-plugin.php:1902
307
+ msgid "Edit slider"
308
+ msgstr "Редагування слайдера"
309
 
310
+ #: gallery-plugin.php:2494 gallery-plugin.php:2527
311
  msgid "Image size not defined"
312
  msgstr "Неможливо визначити розмір зображення"
313
 
314
+ #: gallery-plugin.php:2514
315
  msgid ""
316
  "Plugin updates only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please "
317
  "reload images manually."
319
  "Плагін може оновити тільки такі типи файлів: PNG, JPEG, GIF, XBM або WPMP. "
320
  "Для інших типів, будь ласка, перезавантажте зображення вручну."
321
 
322
+ #: gallery-plugin.php:2560 gallery-plugin.php:2564 gallery-plugin.php:2570
323
  msgid "Invalid path"
324
  msgstr "Невірний шлях до зображення"
325
 
326
+ #: gallery-plugin.php:2668
327
  msgid "List View"
328
  msgstr "У вигляді списку"
329
 
330
+ #: gallery-plugin.php:2669
331
  msgid "Grid View"
332
  msgstr "У вигляді сітки"
333
 
334
+ #: gallery-plugin.php:2725
335
  msgid "Filter"
336
  msgstr "Фільтр"
337
 
338
+ #: gallery-plugin.php:2729
339
  msgid "Empty Trash"
340
  msgstr "Очистити кошик"
341
 
342
+ #: gallery-plugin.php:2752
343
  msgid "No images found"
344
  msgstr "Жодного зображення не знайдено"
345
 
346
+ #: gallery-plugin.php:2805
347
  msgid "Select bulk action"
348
  msgstr "Вибрати групову дію"
349
 
350
+ #: gallery-plugin.php:2807
351
  msgid "Bulk Actions"
352
  msgstr "Групові дії"
353
 
354
+ #: gallery-plugin.php:2817
355
  msgid "Apply"
356
  msgstr "Застосувати"
357
 
358
+ #: gallery-plugin.php:2824
359
  msgid "Delete from Gallery"
360
  msgstr "Видалити з галереї"
361
 
362
+ #: gallery-plugin.php:2833
363
  msgid "Bulk Select"
364
  msgstr "Вибір"
365
 
366
+ #: gallery-plugin.php:2834
367
  msgid "Cancel Selection"
368
  msgstr "Скасувати вибір"
369
 
370
+ #: gallery-plugin.php:2835
371
  msgid "Delete Selected"
372
  msgstr "Видалити вибране"
373
 
374
+ #: gallery-plugin.php:2846
375
  msgid "File"
376
  msgstr "Файл"
377
 
378
+ #: gallery-plugin.php:2847 gallery-plugin.php:2950 gallery-plugin.php:3063
379
  msgid "Dimensions"
380
  msgstr "Розміри"
381
 
382
+ #: gallery-plugin.php:2849 gallery-plugin.php:2961 gallery-plugin.php:3073
383
  msgid "Alt Text"
384
  msgstr "Альтернативний текст"
385
 
386
+ #: gallery-plugin.php:2850 gallery-plugin.php:2965 gallery-plugin.php:3078
387
  msgid "URL"
388
  msgstr "Посилання"
389
 
390
+ #: gallery-plugin.php:2850 gallery-plugin.php:2967
391
  msgid ""
392
  "Enter your custom URL to link this image to other page or file. Leave blank "
393
  "to open a full size image."
395
  "Введіть свій власний URL, щоб зв'язати це зображення з іншою сторінкою або "
396
  "файлом. Залиште порожнім, щоб відкрити повнорозмірне зображення."
397
 
398
+ #: gallery-plugin.php:2932
399
  msgid "Remove Image from Gallery"
400
  msgstr "Видалити зображення з галереї"
401
 
402
+ #: gallery-plugin.php:2935
403
  msgid "Edit Image Info"
404
  msgstr "Редагувати інформацію зображення"
405
 
406
+ #: gallery-plugin.php:2936
407
  msgid "Deselect"
408
  msgstr "Скасувати вибір"
409
 
410
+ #: gallery-plugin.php:2948
411
  msgid "File name"
412
  msgstr "Назва файлу"
413
 
414
+ #: gallery-plugin.php:2949
415
  msgid "File type"
416
  msgstr "Тип файлу"
417
 
418
+ #: gallery-plugin.php:2974
419
  msgid "Description"
420
  msgstr "Опис"
421
 
422
+ #: gallery-plugin.php:2980
423
  msgid "Lightbox Button URL"
424
  msgstr "Посилання для кнопки в лайтбоксі"
425
 
426
+ #: gallery-plugin.php:2987
427
  msgid "New Tab"
428
  msgstr "Нова вкладка"
429
 
430
+ #: gallery-plugin.php:2989
431
  msgid "Enable to open URLs above in a new tab."
432
  msgstr "Увімкніть, щоб відкрити посилання в новій вкладці."
433
 
434
+ #: gallery-plugin.php:2994
435
  msgid "Go Pro"
436
  msgstr "Оновитися до Pro"
437
 
438
+ #: gallery-plugin.php:3000
439
  msgid "Edit more details"
440
  msgstr "Змінити деталі"
441
 
442
+ #: gallery-plugin.php:3002
443
  msgid "Remove from Gallery"
444
  msgstr "Видалити з галереї"
445
 
446
+ #: gallery-plugin.php:3038
447
  #, php-format
448
  msgid "Select %s"
449
  msgstr "Вибрати %s"
450
 
451
+ #: gallery-plugin.php:3051
452
  #, php-format
453
  msgid "Edit &#8220;%s&#8221;"
454
  msgstr "Редагувати &#8220;%s&#8221;"
455
 
456
+ #: gallery-plugin.php:3059
457
  msgid "Edit Attachment Info"
458
  msgstr "Змінити інформацію зображення"
459
 
460
+ #: gallery-plugin.php:3096 gallery-plugin.php:3112
461
  msgid "Edit"
462
  msgstr "Змінити"
463
 
464
+ #: gallery-plugin.php:3100 gallery-plugin.php:3118
465
  msgid "Trash"
466
  msgstr "Кошик"
467
 
468
+ #: gallery-plugin.php:3103 gallery-plugin.php:3122
469
  msgid "Delete Permanently"
470
  msgstr "Видалити назавжди"
471
 
472
+ #: gallery-plugin.php:3106 gallery-plugin.php:3128
473
  #, php-format
474
  msgid "View &#8220;%s&#8221;"
475
  msgstr "Перегляд &#8220;%s&#8221;"
476
 
477
+ #: gallery-plugin.php:3106 gallery-plugin.php:3128
478
  #: includes/class-gllr-widgets.php:90
479
  msgid "View"
480
  msgstr "Перегляд"
481
 
482
+ #: gallery-plugin.php:3108
483
  msgid "Attach"
484
  msgstr "Прикріпити"
485
 
486
+ #: gallery-plugin.php:3116
487
  msgid "Restore"
488
  msgstr "Відновити"
489
 
490
+ #: gallery-plugin.php:3248 gallery-plugin.php:3409
491
  msgid "Warning"
492
  msgstr "Увага"
493
 
494
+ #: gallery-plugin.php:3248
495
  msgid "You can add only images to the gallery"
496
  msgstr "В галерею можна додати лише зображення"
497
 
498
+ #: gallery-plugin.php:3303
499
  msgid "no title"
500
  msgstr "без назви"
501
 
502
+ #: gallery-plugin.php:3313
503
  msgid ""
504
  "Display an album image with the description and the link to a single gallery "
505
  "page"
507
  "Відобразити зображення альбому з описом і посиланням на окрему сторінку "
508
  "галереї"
509
 
510
+ #: gallery-plugin.php:3317
511
  msgid "Sorry, no gallery found."
512
  msgstr "Вибачте, жодної галереї не знайдено."
513
 
514
+ #: gallery-plugin.php:3409
515
  #, php-format
516
  msgid ""
517
  "Maximum upload file size %s. Contact your administrator or hosting provider "
524
  msgid "Cover"
525
  msgstr "Альбом"
526
 
527
+ #: includes/class-gllr-settings.php:31 includes/class-gllr-settings.php:770
528
  msgid "Lightbox"
529
  msgstr "Лайтбокс"
530
 
587
  msgstr "Переключитися на список"
588
 
589
  #: includes/class-gllr-settings.php:301
590
+ msgid "Create Slider"
591
+ msgstr "Додати слайдер"
592
 
593
  #: includes/class-gllr-settings.php:313
594
  msgid "Activate"
595
  msgstr "Активувати"
596
 
597
+ #: includes/class-gllr-settings.php:316 includes/class-gllr-settings.php:1019
598
  msgid "Install Now"
599
  msgstr "Встановити зараз"
600
 
601
  #: includes/class-gllr-settings.php:318
602
+ msgid "Create New Slider"
603
+ msgstr "Створити новий слайдер"
604
 
605
  #: includes/class-gllr-settings.php:321
606
+ msgid ""
607
+ "Click to create a new slider using gallery images. Slider plugin is required."
608
  msgstr ""
609
+ "Натисніть, щоб створити новий слайдер за допомогою зображень галереї. Для "
610
+ "цієї опції необхідно використання плагіна Slider."
611
 
612
  #: includes/class-gllr-settings.php:331
613
  msgid "Single Gallery Settings"
620
 
621
  #: includes/class-gllr-settings.php:345 includes/class-gllr-settings.php:402
622
  #: includes/class-gllr-settings.php:446 includes/class-gllr-settings.php:496
623
+ #: includes/class-gllr-settings.php:640 includes/class-gllr-settings.php:722
624
+ #: includes/class-gllr-settings.php:783 includes/class-gllr-settings.php:833
625
+ #: includes/class-gllr-settings.php:892 includes/class-gllr-settings.php:980
626
  msgid "Close"
627
  msgstr "Закрити"
628
 
647
  msgid "Number of gallery columns (default is %s)."
648
  msgstr "Кількість колонок галерей (за замовчуванням - %s)."
649
 
650
+ #: includes/class-gllr-settings.php:380 includes/class-gllr-settings.php:787
651
  msgid "Image Size"
652
  msgstr "Розмір зображення"
653
 
714
  msgstr "Розташування назви зображення"
715
 
716
  #: includes/class-gllr-settings.php:455
717
+ msgid "Below images"
718
+ msgstr "Нижче зображення"
719
 
720
  #: includes/class-gllr-settings.php:461
721
  msgid "On mouse hover"
822
  msgstr "URL зворотнього посилання"
823
 
824
  #: includes/class-gllr-settings.php:551
825
+ msgid ""
826
+ "Leave blank to use the Gallery page template or enter a custom page URL."
827
  msgstr ""
828
+ "Залиште порожнє, щоб використовувати шаблон сторінки галереї або введіть URL-"
829
+ "адресу користувача."
830
 
831
  #: includes/class-gllr-settings.php:555
832
  msgid "Back Link Label"
843
  "шорткода."
844
 
845
  #: includes/class-gllr-settings.php:568
846
+ msgid "Disable Fancybox"
847
+ msgstr "Вимкнути Fancybox"
848
 
849
  #: includes/class-gllr-settings.php:570
850
+ msgid "Enable to avoid possible conflicts with a 3rd party Fancybox."
851
+ msgstr "Увімкніть, щоб уникнути можливих конфліктів із сторонніми fancybox."
852
 
853
  #: includes/class-gllr-settings.php:581
854
  msgid "Cover Settings"
962
  msgid "Arrange Albums by"
963
  msgstr "Сортування альбомів за"
964
 
965
+ #: includes/class-gllr-settings.php:726
 
 
 
 
966
  msgid "Instant Lightbox"
967
  msgstr "Миттєвий лайтбокс"
968
 
969
+ #: includes/class-gllr-settings.php:729
970
  msgid ""
971
  "Enable to display all images in the lightbox after clicking cover image or "
972
  "URL instead of going to a single gallery page."
974
  "Увімкніть, щоб відображати всі зображення в лайтбоксі після натискання на "
975
  "зображення альбому або URL замість переходу на окрему сторінку галереї."
976
 
977
+ #: includes/class-gllr-settings.php:739
978
+ msgid "Read More Link Label"
979
+ msgstr "Текст посилання Дізнатися більше"
980
+
981
+ #: includes/class-gllr-settings.php:751
982
  msgid "Lightbox Settings"
983
  msgstr "Налаштування лайтбоксу"
984
 
985
+ #: includes/class-gllr-settings.php:756
986
  msgid "Unclickable Thumbnail Images"
987
  msgstr "Некликабельна картинка"
988
 
989
+ #: includes/class-gllr-settings.php:759
990
  msgid ""
991
  "Enable to make the images in a single gallery unclickable and hide their "
992
  "URLs. This option also disables Lightbox."
994
  "Увімкніть, щоб зробити мініатюри зображень в галереї неклікабельнимі, а "
995
  "також не відображати їх посилання. Ця опція також відключає лайтбокс."
996
 
997
+ #: includes/class-gllr-settings.php:763
998
  msgid "Enable Lightbox"
999
  msgstr "Увімкнути лайтбокс"
1000
 
1001
+ #: includes/class-gllr-settings.php:766
1002
  msgid "Enable to show the lightbox when clicking on gallery images."
1003
  msgstr "Увімкніть, щоб показати лайтбокс при натисканні на зображення галереї."
1004
 
1005
+ #: includes/class-gllr-settings.php:794
1006
  msgid ""
1007
  "Select the maximum gallery image size for the lightbox view. \"Default\" "
1008
  "will display the original, full size image."
1010
  "Оберіть максимальний розмір зображень галереї для перегляду в лайтбоксі. За "
1011
  "замовчуванням буде відображатися оригінал, повний розмір."
1012
 
1013
+ #: includes/class-gllr-settings.php:798
1014
  msgid "Overlay Color"
1015
  msgstr "Колір підкладки"
1016
 
1017
+ #: includes/class-gllr-settings.php:804
1018
  msgid "Overlay Opacity"
1019
  msgstr "Прозорість підкладки"
1020
 
1021
+ #: includes/class-gllr-settings.php:807
1022
  #, php-format
1023
  msgid ""
1024
  "Lightbox overlay opacity. Leave blank to disable opacity (default is %s, max "
1027
  "Прозорість підкладки лайтбоксу. Залиште порожнім, щоб відключити прозорість "
1028
  "(за замовчуванням %s, максимум %s)."
1029
 
1030
+ #: includes/class-gllr-settings.php:817
1031
  msgid "Slideshow"
1032
  msgstr "Слайд-шоу"
1033
 
1034
+ #: includes/class-gllr-settings.php:819
1035
  msgid "Enable to start the slideshow automatically when the lightbox is used."
1036
  msgstr ""
1037
  "Увімкніть для автоматичного запуску слайд-шоу при використанні лайтбоксу."
1038
 
1039
+ #: includes/class-gllr-settings.php:823
1040
  msgid "Slideshow Duration"
1041
  msgstr "Інтервал часу"
1042
 
1043
+ #: includes/class-gllr-settings.php:825
1044
  msgid "ms"
1045
  msgstr "мс"
1046
 
1047
+ #: includes/class-gllr-settings.php:826
1048
  msgid "Slideshow interval duration between two images."
1049
  msgstr "Інтервал перемикання між двома зображеннями."
1050
 
1051
+ #: includes/class-gllr-settings.php:837
1052
  msgid "Lightbox Helpers"
1053
  msgstr "Допоміжні елементи лайтбоксу"
1054
 
1055
+ #: includes/class-gllr-settings.php:839
1056
  msgid "Enable to display the lightbox toolbar and arrows."
1057
  msgstr ""
1058
  "Увімкніть для того, щоб показати панель інструментів та кнопки навігації."
1059
 
1060
+ #: includes/class-gllr-settings.php:843
1061
  msgid "Lightbox Thumbnails"
1062
  msgstr "Мініатюри в лайтбоксі"
1063
 
1064
+ #: includes/class-gllr-settings.php:845
1065
  msgid "Enable to use a lightbox helper navigation between images."
1066
  msgstr ""
1067
  "Дозволити використовувати допоміжні елементи лайтбоксу для навігації між "
1068
  "зображеннями."
1069
 
1070
+ #: includes/class-gllr-settings.php:849
1071
  msgid "Lightbox Thumbnails Position"
1072
  msgstr "Розташування мініатюр в лайтбоксі"
1073
 
1074
+ #: includes/class-gllr-settings.php:852
1075
  msgid "Top"
1076
  msgstr "Верх"
1077
 
1078
+ #: includes/class-gllr-settings.php:857
1079
  msgid "Lightbox Button Label"
1080
  msgstr "Текст кнопки в лайтбоксі"
1081
 
1082
+ #: includes/class-gllr-settings.php:859
1083
  msgid "Read More"
1084
  msgstr "Дізнатися більше"
1085
 
1086
+ #: includes/class-gllr-settings.php:869
1087
  msgid "Download Button"
1088
  msgstr "Кнопка \"Завантажити\""
1089
 
1090
+ #: includes/class-gllr-settings.php:871
1091
  msgid "Enable to display download button."
1092
  msgstr ""
1093
  "Увімкніть, щоб показати посилання на завантаження оригінального зображення."
1094
 
1095
+ #: includes/class-gllr-settings.php:875
1096
  msgid "Single Lightbox"
1097
  msgstr "Один лайтбокс"
1098
 
1099
+ #: includes/class-gllr-settings.php:877
1100
  msgid ""
1101
  "Enable to use a single lightbox for multiple galleries located on a single "
1102
  "page."
1104
  "Увімкніть, щоб використовувати один лайтбокс для декількох галерей, "
1105
  "розташованих на одній сторінці."
1106
 
1107
+ #: includes/class-gllr-settings.php:887
1108
  msgid "Social Sharing Buttons Settings"
1109
  msgstr "Налаштування соціальних кнопок"
1110
 
1111
+ #: includes/class-gllr-settings.php:896
1112
  msgid "Social Buttons"
1113
  msgstr "Соціальні кнопки"
1114
 
1115
+ #: includes/class-gllr-settings.php:898
1116
  msgid "Enable social sharing buttons in the lightbox."
1117
  msgstr "Увімкніть соціальні кнопки в лайтбоксі."
1118
 
1119
+ #: includes/class-gllr-settings.php:902
1120
  msgid "Social Networks"
1121
  msgstr "Соціальні мережі"
1122
 
1123
+ #: includes/class-gllr-settings.php:912
1124
  msgid "Counter"
1125
  msgstr "Лічильник"
1126
 
1127
+ #: includes/class-gllr-settings.php:915
1128
  msgid "Enable to show likes counter for each social button."
1129
  msgstr "Увімкніть, щоб показати лічильник для кожної соціальної кнопки."
1130
 
1131
+ #: includes/class-gllr-settings.php:930
1132
  msgid "Demo Data"
1133
  msgstr "Демо-дані"
1134
 
1135
+ #: includes/class-gllr-settings.php:932
1136
  msgid ""
1137
  "Install demo data to create galleries with images, post with shortcodes and "
1138
  "page with a list of all galleries."
1140
  "Встановіть демо-дані, щоб створити галереї з зображеннями, запис з "
1141
  "шорткодами і сторінку зі списком усіх галерей."
1142
 
1143
+ #: includes/class-gllr-settings.php:970
1144
  msgid "Gallery Post Type"
1145
  msgstr "Тип запису галереї"
1146
 
1147
+ #: includes/class-gllr-settings.php:972
1148
  msgid ""
1149
  "Enable to avoid conflicts with other gallery plugins installed. All "
1150
  "galleries created earlier will stay unchanged. However, after enabling we "
1156
  "перевірте, будь ласка, налаштування інших плагінів, де використовується тип "
1157
  "запису \"gallery\"."
1158
 
1159
+ #: includes/class-gllr-settings.php:984
1160
  msgid "Gallery Slug"
1161
  msgstr "Слаґ галереї"
1162
 
1163
+ #: includes/class-gllr-settings.php:988
1164
  msgid "Enter the unique gallery slug."
1165
  msgstr "Введіть унікальний слаґ галереї."
1166
 
1167
+ #: includes/class-gllr-settings.php:1004
1168
  msgid "Activate Now"
1169
  msgstr "Активувати зараз"
1170
 
1171
+ #: includes/class-gllr-settings.php:1022
1172
  msgid "Enable to include galleries to your website search."
1173
  msgstr "Включити галерею в пошук на вашому сайті."
1174
 
1175
+ #: includes/class-gllr-settings.php:1022
1176
  #, php-format
1177
  msgid "%s is required."
1178
  msgstr "Потребується %s."
1246
  msgstr "Видалити демо-дані та відновити старі налаштування плагіну."
1247
 
1248
  #: includes/demo-data/class-bws-demo-data.php:50
1249
+ #: includes/demo-data/class-bws-demo-data.php:593
1250
  msgid "Yes, install demo data"
1251
  msgstr "Так, встановити демо-дані"
1252
 
1312
 
1313
  #: includes/demo-data/class-bws-demo-data.php:591
1314
  #, php-format
1315
+ msgid "Do you want to install demo content and settings for %s now?"
1316
+ msgstr "Ви хочете встановити демо-контент та налаштування для %s зараз?"
 
 
 
 
1317
 
1318
+ #~ msgid "Gallery has been successfully added!"
1319
+ #~ msgstr "Галерея була успішно додана!"
1320
+
1321
+ #~ msgid "Add Gallery to the Slider"
1322
+ #~ msgstr "Додати галерею в слайдер"
1323
+
1324
+ #~ msgid "Add"
1325
+ #~ msgstr "Додати"
1326
+
1327
+ #~ msgid "Under image"
1328
+ #~ msgstr "Під зображенням"
1329
+
1330
+ #~ msgid "Back link custom page URL. Leave blank to use Gallery page template."
1331
+ #~ msgstr ""
1332
+ #~ "Користувацький URL для зворотнього посилання. Залиште порожнім, щоб "
1333
+ #~ "використовувати сторінку галерей."
1334
+
1335
+ #~ msgid "Try to disable 3rd-party fancybox"
1336
+ #~ msgstr "Спробуйте відключити сторонній fancybox"
1337
+
1338
+ #, php-format
1339
+ #~ msgid ""
1340
+ #~ "Do you want to install demo content and settings for %s? (You can do this "
1341
+ #~ "later using Import / Export settings)"
1342
+ #~ msgstr ""
1343
+ #~ "Ви хочете встановити демо-контент і налаштування для %s? (Ви можете "
1344
+ #~ "зробити це пізніше, використовуючи налаштування Імпорту / Експорту)"
1345
+
1346
+ #~ msgid "Yes, install demo now"
1347
+ #~ msgstr "Так, встановити демо-дані зараз"
1348
 
1349
  #~ msgid ""
1350
  #~ "Enable to show likes counter for each social button (not available for "
1419
  #~ msgid "Enable Social Buttons"
1420
  #~ msgstr "Увімкніть соціальні кнопки"
1421
 
 
 
 
 
 
 
 
1422
  #~ msgid ""
1423
  #~ "Enable to display link to the original file under each image in the "
1424
  #~ "lightbox."
1962
  #~ msgid "Please make a choice"
1963
  #~ msgstr "Будь ласка, виберіть"
1964
 
 
 
 
1965
  #~ msgid "on the plugin settings page ("
1966
  #~ msgstr "на сторінці установок плагіну ("
1967
 
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: bestwebsoft
3
  Donate link: https://bestwebsoft.com/donate/
4
  Tags: add album, add galleries, add images, add pictures, add albums, gallery, gallery plugin, gallery slider, fancy gallery, slideshow, lightbox, fullscreen gallery
5
  Requires at least: 4.5
6
- Tested up to: 5.3.2
7
- Stable tag: 4.6.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -234,7 +234,10 @@ Please make sure that the problem hasn't been discussed yet on our forum (<https
234
 
235
  == Changelog ==
236
 
237
- = V4.6.5 - 17.03.2020 =
 
 
 
238
  * Update : BWS menu has been updated.
239
  * Update : All functionality was updated for WordPress 5.3.2.
240
  * Update : Removed Google+1 button.
@@ -694,6 +697,9 @@ Please make sure that the problem hasn't been discussed yet on our forum (<https
694
 
695
  == Upgrade Notice ==
696
 
 
 
 
697
  = V4.6.5 =
698
  * Bugs fixed.
699
 
3
  Donate link: https://bestwebsoft.com/donate/
4
  Tags: add album, add galleries, add images, add pictures, add albums, gallery, gallery plugin, gallery slider, fancy gallery, slideshow, lightbox, fullscreen gallery
5
  Requires at least: 4.5
6
+ Tested up to: 5.4.1
7
+ Stable tag: 4.6.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
234
 
235
  == Changelog ==
236
 
237
+ = V4.6.6 - 27.03.2020 =
238
+ * Update : Appearance of the Plugin settings page was updated.
239
+
240
+ = V4.6.5 - 16.03.2020 =
241
  * Update : BWS menu has been updated.
242
  * Update : All functionality was updated for WordPress 5.3.2.
243
  * Update : Removed Google+1 button.
697
 
698
  == Upgrade Notice ==
699
 
700
+ = V4.6.6 =
701
+ * Usability improved.
702
+
703
  = V4.6.5 =
704
  * Bugs fixed.
705
 
screenshot-9.png CHANGED
Binary file