Gallery by BestWebSoft - Version 4.5.3

Version Description

  • 05.12.2017 =
  • NEW : Ability to select albums displaying and column alignment has been added.
  • Update : The French language file has been updated.
  • Update : The Czech language file has been updated.
  • Bugfix: Bugs related to the compatibility with third-party products has been fixed.
Download this release

Release Info

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

Code changes from version 4.5.2 to 4.5.3

Files changed (55) hide show
  1. bws_menu/bws_functions.php +41 -33
  2. bws_menu/bws_menu.php +58 -51
  3. bws_menu/class-bws-settings.php +32 -30
  4. bws_menu/css/modal.css +25 -25
  5. bws_menu/deactivation-form.php +18 -12
  6. bws_menu/deprecated.php +30 -26
  7. bws_menu/icons/plugins/captcha.png +0 -0
  8. bws_menu/languages/bestwebsoft-cs_CZ.mo +0 -0
  9. bws_menu/languages/bestwebsoft-cs_CZ.po +331 -279
  10. bws_menu/languages/bestwebsoft-es_ES.mo +0 -0
  11. bws_menu/languages/bestwebsoft-es_ES.po +303 -259
  12. bws_menu/languages/bestwebsoft-fr_FR.mo +0 -0
  13. bws_menu/languages/bestwebsoft-fr_FR.po +297 -257
  14. bws_menu/languages/bestwebsoft-id_ID.mo +0 -0
  15. bws_menu/languages/bestwebsoft-id_ID.po +296 -257
  16. bws_menu/languages/bestwebsoft-nl_NL.mo +0 -0
  17. bws_menu/languages/bestwebsoft-nl_NL.po +297 -257
  18. bws_menu/languages/bestwebsoft-pl_PL.mo +0 -0
  19. bws_menu/languages/bestwebsoft-pl_PL.po +243 -206
  20. bws_menu/languages/bestwebsoft-ru_RU.mo +0 -0
  21. bws_menu/languages/bestwebsoft-ru_RU.po +316 -260
  22. bws_menu/languages/bestwebsoft-uk.mo +0 -0
  23. bws_menu/languages/bestwebsoft-uk.po +315 -261
  24. bws_menu/product_list.php +5 -8
  25. css/frontend_style.css +44 -5
  26. css/style.css +10 -4
  27. gallery-plugin.php +64 -31
  28. includes/class-gllr-settings.php +33 -19
  29. includes/demo-data/class-bws-demo-data.php +1 -1
  30. js/frontend_script.js +12 -1
  31. js/script.js +20 -6
  32. languages/gallery-plugin-bg_BG.mo +0 -0
  33. languages/gallery-plugin-bg_BG.po +376 -315
  34. languages/gallery-plugin-cs_CZ.mo +0 -0
  35. languages/gallery-plugin-cs_CZ.po +374 -297
  36. languages/gallery-plugin-de_DE.mo +0 -0
  37. languages/gallery-plugin-de_DE.po +376 -315
  38. languages/gallery-plugin-es_ES.mo +0 -0
  39. languages/gallery-plugin-es_ES.po +312 -278
  40. languages/gallery-plugin-fr_FR.mo +0 -0
  41. languages/gallery-plugin-fr_FR.po +833 -691
  42. languages/gallery-plugin-id_ID.mo +0 -0
  43. languages/gallery-plugin-id_ID.po +350 -292
  44. languages/gallery-plugin-nl_NL.mo +0 -0
  45. languages/gallery-plugin-nl_NL.po +309 -276
  46. languages/gallery-plugin-pt_BR.mo +0 -0
  47. languages/gallery-plugin-pt_BR.po +302 -275
  48. languages/gallery-plugin-ru_RU.mo +0 -0
  49. languages/gallery-plugin-ru_RU.po +399 -303
  50. languages/gallery-plugin-sk_SK.mo +0 -0
  51. languages/gallery-plugin-sk_SK.po +309 -276
  52. languages/gallery-plugin-sl_SI.mo +0 -0
  53. languages/gallery-plugin-sl_SI.po +309 -276
  54. languages/gallery-plugin-sr_RS.mo +0 -0
  55. languages/gallery-plugin-sr_RS.po +63 -59
bws_menu/bws_functions.php CHANGED
@@ -90,7 +90,7 @@ if ( ! function_exists( 'bws_plugin_reviews_block' ) ) {
90
  <div class="bws-plugin-reviews">
91
  <div class="bws-plugin-reviews-rate">
92
  <?php _e( 'Like the plugin?', 'bestwebsoft' ); ?>
93
- <a href="http://wordpress.org/support/view/plugin-reviews/<?php echo $plugin_slug; ?>?filter=5" target="_blank" title="<?php echo $plugin_name; ?> reviews">
94
  <?php _e( 'Rate it', 'bestwebsoft' ); ?>
95
  <span class="dashicons dashicons-star-filled"></span>
96
  <span class="dashicons dashicons-star-filled"></span>
@@ -120,8 +120,8 @@ if ( ! function_exists ( 'bws_plugin_update_row' ) ) {
120
  $class = ( $wp_version >= 4.6 ) ? 'active' : '';
121
  $style = ( $wp_version < 4.6 ) ? ' style="background-color: #FFEBE8;border-color: #CC0000;"' : '';
122
  $div_class = ( $wp_version >= 4.6 ) ? ' notice inline notice-warning notice-alt' : '';
123
- echo '<tr class="bws-plugin-update-tr plugin-update-tr ' . $class . '" id="' . $explode_plugin_key[0] . '-update" data-slug="' . $explode_plugin_key[0] . '" data-plugin="' . $plugin_key . '">
124
- <td colspan="' . $wp_list_table->get_column_count() . '" class="plugin-update colspanchange">
125
  <div class="update-message' . $div_class . '"' . $style . '>';
126
  if ( $wp_version >= 4.6 )
127
  echo '<p>';
@@ -136,13 +136,13 @@ if ( ! function_exists ( 'bws_plugin_update_row' ) ) {
136
  $class = ( $wp_version >= 4.6 ) ? 'active' : '';
137
  $style = ( $wp_version < 4.6 ) ? ' style="color: #8C0000;"' : '';
138
  $div_class = ( $wp_version >= 4.6 ) ? ' notice inline notice-warning notice-alt' : '';
139
- echo '<tr class="bws-plugin-update-tr plugin-update-tr ' . $class . '" id="' . $explode_plugin_key[0] . '-update" data-slug="' . $explode_plugin_key[0] . '" data-plugin="' . $plugin_key . '">
140
- <td colspan="' . $wp_list_table->get_column_count() . '" class="plugin-update colspanchange">
141
  <div class="update-message' . $div_class . '"' . $style . '>';
142
  if ( $wp_version >= 4.6 )
143
  echo '<p>';
144
  if ( isset( $bstwbsftwppdtplgns_options['trial'][ $plugin_key ] ) && $link_slug != false ) {
145
- echo __( 'Notice: Your Pro Trial license has expired. To continue using the plugin, you should buy a Pro license', 'bestwebsoft' ) . ' - <a href="https://bestwebsoft.com/products/wordpress/plugins/' . $link_slug .'/">https://bestwebsoft.com/products/wordpress/plugins/' . $link_slug . '/</a>';
146
  } else {
147
  echo __( 'Your license has expired. To continue getting top-priority support and plugin updates, you should extend it.', 'bestwebsoft' ) . ' <a target="_new" href="https://support.bestwebsoft.com/entries/53487136">' . __( "Learn more", 'bestwebsoft' ) . '</a>';
148
  }
@@ -156,18 +156,18 @@ if ( ! function_exists ( 'bws_plugin_update_row' ) ) {
156
  $class = ( $wp_version >= 4.6 ) ? 'active' : '';
157
  $style = ( $wp_version < 4.6 ) ? ' style="color: #8C0000;"' : '';
158
  $div_class = ( $wp_version >= 4.6 ) ? ' notice inline notice-warning notice-alt' : '';
159
- echo '<tr class="bws-plugin-update-tr plugin-update-tr ' . $class . '" id="' . $explode_plugin_key[0] . '-update" data-slug="' . $explode_plugin_key[0] . '" data-plugin="' . $plugin_key . '">
160
- <td colspan="' . $wp_list_table->get_column_count() . '" class="plugin-update colspanchange">
161
  <div class="update-message' . $div_class . '"' . $style . '>';
162
  if ( $wp_version >= 4.6 )
163
  echo '<p>';
164
  if ( $free_plugin_name != false ) {
165
- echo sprintf( __( 'Notice: You are using the Pro Trial license of %s plugin.', 'bestwebsoft' ), $free_plugin_name );
166
  } else {
167
  _e( 'Notice: You are using the Pro Trial license of plugin.', 'bestwebsoft' );
168
  }
169
  if ( isset( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) )
170
- echo ' ' . __( "The Pro Trial license will expire on", 'bestwebsoft' ) . ' ' . $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] . '.';
171
  if ( $wp_version >= 4.6 )
172
  echo '</p>';
173
  echo '</div>
@@ -184,15 +184,15 @@ if ( ! function_exists( 'bws_admin_notices' ) ) {
184
  /* versions notice */
185
  if ( ! empty( $bws_versions_notice_array ) ) {
186
  foreach ( $bws_versions_notice_array as $key => $value ) { ?>
187
- <div class="update-nag"><?php
188
- echo sprintf(
189
- "<strong>%s</strong> %s <strong>WordPress %s</strong> %s",
190
- $value['name'],
191
- __( 'requires', 'bestwebsoft' ),
192
- $value['version'],
193
- __( 'or higher! We do not guarantee that our plugin will work correctly. Please upgrade to WordPress latest version.', 'bestwebsoft' )
194
- );
195
- ?></div>
196
  <?php }
197
  }
198
 
@@ -205,12 +205,13 @@ if ( ! function_exists( 'bws_admin_notices' ) ) {
205
  <img title="" src="<?php echo esc_attr( $bws_plugin_banner_to_settings[0]['banner_url'] ); ?>" alt="" />
206
  </div>
207
  <div class="text">
208
- <strong><?php printf( __( 'Thank you for installing %s plugin!', 'bestwebsoft' ), $bws_plugin_banner_to_settings[0]['plugin_info']['Name'] ); ?> </strong><br />
 
209
  <?php _e( "Let's get started", 'bestwebsoft' ); ?>:
210
- <a href="<?php echo $bws_plugin_banner_to_settings[0]['settings_url']; ?>"><?php _e( 'Settings', 'bestwebsoft' ); ?></a>
211
  <?php if ( false != $bws_plugin_banner_to_settings[0]['post_type_url'] ) { ?>
212
  <?php _e( 'or', 'bestwebsoft' ); ?>
213
- <a href="<?php echo $bws_plugin_banner_to_settings[0]['post_type_url']; ?>"><?php _e( 'Add New', 'bestwebsoft' ); ?></a>
214
  <?php } ?>
215
  </div>
216
  <form action="" method="post">
@@ -240,9 +241,9 @@ if ( ! function_exists( 'bws_admin_notices' ) ) {
240
  <div class="bws-details hide-if-js">
241
  <?php foreach ( $bws_plugin_banner_to_settings as $value ) { ?>
242
  <div>
243
- <strong><?php echo str_replace( ' by BestWebSoft', '', $value['plugin_info']['Name'] ); ?></strong>&ensp;<a href="<?php echo $value['settings_url']; ?>"><?php _e( 'Settings', 'bestwebsoft' ); ?></a>
244
  <?php if ( false != $value['post_type_url'] ) { ?>
245
- &ensp;|&ensp;<a target="_blank" href="<?php echo $value['post_type_url']; ?>"><?php _e( 'Add New', 'bestwebsoft' ); ?></a>
246
  <?php } ?>
247
  <input type="hidden" name="bws_hide_settings_notice_<?php echo $value['plugin_options_name']; ?>" value="hide" />
248
  </div>
@@ -332,12 +333,12 @@ if ( ! function_exists( 'bws_plugin_banner' ) ) {
332
  <div class="icon">
333
  <img title="" src="<?php echo esc_attr( $banner_url_or_slug ); ?>" alt="" />
334
  </div>
335
- <div class="text"><?php
336
- _e( 'It’s time to upgrade your', 'bestwebsoft' ); ?> <strong><?php echo $plugin_info['Name']; ?> plugin</strong> <?php _e( 'to', 'bestwebsoft' ); ?> <strong>Pro</strong> <?php _e( 'version!', 'bestwebsoft' ); ?><br />
337
  <span><?php _e( 'Extend standard plugin functionality with new great options.', 'bestwebsoft' ); ?></span>
338
  </div>
339
  <div class="button_div">
340
- <a class="button" target="_blank" href="https://bestwebsoft.com/products/wordpress/plugins/<?php echo $link_slug; ?>/?k=<?php echo $link_key; ?>&amp;pn=<?php echo $link_pn; ?>&amp;v=<?php echo $plugin_info["Version"]; ?>&amp;wp_v=<?php echo $wp_version; ?>"><?php _e( 'Learn More', 'bestwebsoft' ); ?></a>
341
  </div>
342
  </div>
343
  </div>
@@ -351,9 +352,14 @@ if ( ! function_exists( 'bws_plugin_banner' ) ) {
351
  }
352
 
353
  if ( ! function_exists ( 'bws_plugin_banner_timeout' ) ) {
354
- function bws_plugin_banner_timeout( $plugin_key, $plugin_prefix, $plugin_name, $banner_url = false ) {
355
  global $bstwbsftwppdtplgns_options, $bstwbsftwppdtplgns_cookie_add;
356
  if ( isset( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) && ( strtotime( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) < strtotime( date("m/d/Y") . '+1 month' ) ) && ( strtotime( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) > strtotime( date("m/d/Y") ) ) ) {
 
 
 
 
 
357
  if ( ! isset( $bstwbsftwppdtplgns_cookie_add ) ) {
358
  echo '<script type="text/javascript" src="' . bws_menu_url( 'js/c_o_o_k_i_e.js' ) . '"></script>';
359
  $bstwbsftwppdtplgns_cookie_add = true;
@@ -378,7 +384,7 @@ if ( ! function_exists ( 'bws_plugin_banner_timeout' ) ) {
378
  <div class="<?php echo $plugin_prefix; ?>_message_timeout bws_banner_on_plugin_page bws_banner_timeout" style="display:none;">
379
  <button class="<?php echo $plugin_prefix; ?>_close_icon close_icon notice-dismiss bws_hide_settings_notice" title="<?php _e( 'Close notice', 'bestwebsoft' ); ?>"></button>
380
  <div class="icon">
381
- <img title="" src="<?php echo $banner_url; ?>" alt="" />
382
  </div>
383
  <div class="text"><?php printf( __( "Your license key for %s expires on %s and you won't be granted TOP-PRIORITY SUPPORT or UPDATES.", 'bestwebsoft' ), '<strong>' . $plugin_name . '</strong>', $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ); ?> <a target="_new" href="https://support.bestwebsoft.com/entries/53487136"><?php _e( "Learn more", 'bestwebsoft' ); ?></a></div>
384
  </div>
@@ -524,7 +530,7 @@ if ( ! function_exists ( 'bws_plugins_admin_init' ) ) {
524
  function bws_plugins_admin_init() {
525
  if ( isset( $_GET['bws_activate_plugin'] ) && check_admin_referer( 'bws_activate_plugin' . $_GET['bws_activate_plugin'] ) ) {
526
 
527
- $plugin = isset( $_GET['bws_activate_plugin'] ) ? $_GET['bws_activate_plugin'] : '';
528
  $result = activate_plugin( $plugin, '', is_network_admin() );
529
  if ( is_wp_error( $result ) ) {
530
  if ( 'unexpected_output' == $result->get_error_code() ) {
@@ -562,7 +568,7 @@ if ( ! function_exists ( 'bws_plugins_admin_init' ) ) {
562
  exit();
563
  }
564
 
565
- if ( isset( $_GET['page'] ) && $_GET['page'] == 'bws_panel' ) {
566
  if ( ! session_id() )
567
  @session_start();
568
  }
@@ -861,7 +867,7 @@ if ( ! function_exists( 'bws_shortcode_media_button_popup' ) ) {
861
  <h4><?php _e( 'Plugin', 'bestwebsoft' ); ?></h4>
862
  <select name="bws_shortcode_select" id="bws_shortcode_select">
863
  <?php foreach ( $bws_shortcode_list as $key => $value ) { ?>
864
- <option value="<?php echo $key; ?>"><?php echo $value['name']; ?></option>
865
  <?php } ?>
866
  </select>
867
  </div>
@@ -894,6 +900,8 @@ if ( ! function_exists( 'bws_shortcode_output' ) ) {
894
  /**
895
  * output tooltip
896
  * @since 1.9.8
 
 
897
  */
898
  if ( ! function_exists( 'bws_add_help_box' ) ) {
899
  function bws_add_help_box( $content, $class = '' ) {
@@ -908,7 +916,7 @@ if ( ! function_exists( 'bws_help_tab' ) ) {
908
  function bws_help_tab( $screen, $args ) {
909
  $url = ( ! empty( $args['section'] ) ) ? 'https://support.bestwebsoft.com/hc/en-us/sections/' . $args['section'] : 'https://support.bestwebsoft.com/';
910
 
911
- $content = '<p><a href="' . $url . '" target="_blank">' . __( 'Visit Help Center', 'bestwebsoft' ) . '</a></p>';
912
 
913
  $screen->add_help_tab(
914
  array(
90
  <div class="bws-plugin-reviews">
91
  <div class="bws-plugin-reviews-rate">
92
  <?php _e( 'Like the plugin?', 'bestwebsoft' ); ?>
93
+ <a href="https://wordpress.org/support/view/plugin-reviews/<?php echo esc_attr( $plugin_slug ); ?>?filter=5" target="_blank" title="<?php printf( __( '%s reviews', 'bestwebsoft' ), sanitize_text_field( $plugin_name ) ); ?>">
94
  <?php _e( 'Rate it', 'bestwebsoft' ); ?>
95
  <span class="dashicons dashicons-star-filled"></span>
96
  <span class="dashicons dashicons-star-filled"></span>
120
  $class = ( $wp_version >= 4.6 ) ? 'active' : '';
121
  $style = ( $wp_version < 4.6 ) ? ' style="background-color: #FFEBE8;border-color: #CC0000;"' : '';
122
  $div_class = ( $wp_version >= 4.6 ) ? ' notice inline notice-warning notice-alt' : '';
123
+ echo '<tr class="bws-plugin-update-tr plugin-update-tr ' . $class . '" id="' . esc_attr( $explode_plugin_key[0] ) . '-update" data-slug="' . esc_attr( $explode_plugin_key[0] ) . '" data-plugin="' . esc_attr( $plugin_key ) . '">
124
+ <td colspan="' . esc_attr( $wp_list_table->get_column_count() ) . '" class="plugin-update colspanchange">
125
  <div class="update-message' . $div_class . '"' . $style . '>';
126
  if ( $wp_version >= 4.6 )
127
  echo '<p>';
136
  $class = ( $wp_version >= 4.6 ) ? 'active' : '';
137
  $style = ( $wp_version < 4.6 ) ? ' style="color: #8C0000;"' : '';
138
  $div_class = ( $wp_version >= 4.6 ) ? ' notice inline notice-warning notice-alt' : '';
139
+ echo '<tr class="bws-plugin-update-tr plugin-update-tr ' . $class . '" id="' . esc_attr( $explode_plugin_key[0] ) . '-update" data-slug="' . esc_attr( $explode_plugin_key[0] ) . '" data-plugin="' . esc_attr( $plugin_key ) . '">
140
+ <td colspan="' . esc_attr( $wp_list_table->get_column_count() ) . '" class="plugin-update colspanchange">
141
  <div class="update-message' . $div_class . '"' . $style . '>';
142
  if ( $wp_version >= 4.6 )
143
  echo '<p>';
144
  if ( isset( $bstwbsftwppdtplgns_options['trial'][ $plugin_key ] ) && $link_slug != false ) {
145
+ echo __( 'Notice: Your Pro Trial license has expired. To continue using the plugin, you should buy a Pro license', 'bestwebsoft' ) . ' - <a href="https://bestwebsoft.com/products/wordpress/plugins/' . esc_attr( $link_slug ) . '/">https://bestwebsoft.com/products/wordpress/plugins/' . esc_attr( $link_slug ) . '/</a>';
146
  } else {
147
  echo __( 'Your license has expired. To continue getting top-priority support and plugin updates, you should extend it.', 'bestwebsoft' ) . ' <a target="_new" href="https://support.bestwebsoft.com/entries/53487136">' . __( "Learn more", 'bestwebsoft' ) . '</a>';
148
  }
156
  $class = ( $wp_version >= 4.6 ) ? 'active' : '';
157
  $style = ( $wp_version < 4.6 ) ? ' style="color: #8C0000;"' : '';
158
  $div_class = ( $wp_version >= 4.6 ) ? ' notice inline notice-warning notice-alt' : '';
159
+ echo '<tr class="bws-plugin-update-tr plugin-update-tr ' . $class . '" id="' . esc_attr( $explode_plugin_key[0] ) . '-update" data-slug="' . esc_attr( $explode_plugin_key[0] ) . '" data-plugin="' . esc_attr( $plugin_key ) . '">
160
+ <td colspan="' . esc_attr( $wp_list_table->get_column_count() ) . '" class="plugin-update colspanchange">
161
  <div class="update-message' . $div_class . '"' . $style . '>';
162
  if ( $wp_version >= 4.6 )
163
  echo '<p>';
164
  if ( $free_plugin_name != false ) {
165
+ printf( __( 'Notice: You are using the Pro Trial license of %s plugin.', 'bestwebsoft' ), $free_plugin_name );
166
  } else {
167
  _e( 'Notice: You are using the Pro Trial license of plugin.', 'bestwebsoft' );
168
  }
169
  if ( isset( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) )
170
+ echo ' ' . __( 'The Pro Trial license will expire on', 'bestwebsoft' ) . ' ' . $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] . '.';
171
  if ( $wp_version >= 4.6 )
172
  echo '</p>';
173
  echo '</div>
184
  /* versions notice */
185
  if ( ! empty( $bws_versions_notice_array ) ) {
186
  foreach ( $bws_versions_notice_array as $key => $value ) { ?>
187
+ <div class="update-nag">
188
+ <?php printf(
189
+ "<strong>%s</strong> %s <strong>WordPress %s</strong> %s",
190
+ $value['name'],
191
+ __( 'requires', 'bestwebsoft' ),
192
+ $value['version'],
193
+ __( 'or higher! We do not guarantee that our plugin will work correctly. Please upgrade to WordPress latest version.', 'bestwebsoft' )
194
+ ); ?>
195
+ </div>
196
  <?php }
197
  }
198
 
205
  <img title="" src="<?php echo esc_attr( $bws_plugin_banner_to_settings[0]['banner_url'] ); ?>" alt="" />
206
  </div>
207
  <div class="text">
208
+ <strong><?php printf( __( 'Thank you for installing %s plugin!', 'bestwebsoft' ), $bws_plugin_banner_to_settings[0]['plugin_info']['Name'] ); ?></strong>
209
+ <br />
210
  <?php _e( "Let's get started", 'bestwebsoft' ); ?>:
211
+ <a href="<?php echo esc_url( self_admin_url( $bws_plugin_banner_to_settings[0]['settings_url'] ) ); ?>"><?php _e( 'Settings', 'bestwebsoft' ); ?></a>
212
  <?php if ( false != $bws_plugin_banner_to_settings[0]['post_type_url'] ) { ?>
213
  <?php _e( 'or', 'bestwebsoft' ); ?>
214
+ <a href="<?php echo esc_url( self_admin_url( $bws_plugin_banner_to_settings[0]['post_type_url'] ) ); ?>"><?php _e( 'Add New', 'bestwebsoft' ); ?></a>
215
  <?php } ?>
216
  </div>
217
  <form action="" method="post">
241
  <div class="bws-details hide-if-js">
242
  <?php foreach ( $bws_plugin_banner_to_settings as $value ) { ?>
243
  <div>
244
+ <strong><?php echo str_replace( ' by BestWebSoft', '', $value['plugin_info']['Name'] ); ?></strong>&ensp;<a href="<?php echo esc_url( self_admin_url( $value['settings_url'] ) ); ?>"><?php _e( 'Settings', 'bestwebsoft' ); ?></a>
245
  <?php if ( false != $value['post_type_url'] ) { ?>
246
+ &ensp;|&ensp;<a target="_blank" href="<?php echo esc_url( self_admin_url( $value['post_type_url'] ) ); ?>"><?php _e( 'Add New', 'bestwebsoft' ); ?></a>
247
  <?php } ?>
248
  <input type="hidden" name="bws_hide_settings_notice_<?php echo $value['plugin_options_name']; ?>" value="hide" />
249
  </div>
333
  <div class="icon">
334
  <img title="" src="<?php echo esc_attr( $banner_url_or_slug ); ?>" alt="" />
335
  </div>
336
+ <div class="text">
337
+ <?php _e( 'It’s time to upgrade your', 'bestwebsoft' ); ?> <strong><?php echo $plugin_info['Name']; ?> plugin</strong> <?php _e( 'to', 'bestwebsoft' ); ?> <strong>Pro</strong> <?php _e( 'version!', 'bestwebsoft' ); ?><br />
338
  <span><?php _e( 'Extend standard plugin functionality with new great options.', 'bestwebsoft' ); ?></span>
339
  </div>
340
  <div class="button_div">
341
+ <a class="button" target="_blank" href="<?php echo esc_url( 'https://bestwebsoft.com/products/wordpress/plugins/' . $link_slug . '/?k=' . $link_key . '&pn=' . $link_pn . '&v=' . $plugin_info["Version"] . '&wp_v=' . $wp_version ); ?>"><?php _e( 'Learn More', 'bestwebsoft' ); ?></a>
342
  </div>
343
  </div>
344
  </div>
352
  }
353
 
354
  if ( ! function_exists ( 'bws_plugin_banner_timeout' ) ) {
355
+ function bws_plugin_banner_timeout( $plugin_key, $plugin_prefix, $plugin_name, $banner_url_or_slug = false ) {
356
  global $bstwbsftwppdtplgns_options, $bstwbsftwppdtplgns_cookie_add;
357
  if ( isset( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) && ( strtotime( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) < strtotime( date("m/d/Y") . '+1 month' ) ) && ( strtotime( $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ) > strtotime( date("m/d/Y") ) ) ) {
358
+
359
+ if ( $banner_url_or_slug && false == strrpos( $banner_url_or_slug, '/' ) ) {
360
+ $banner_url_or_slug = '//ps.w.org/' . $banner_url_or_slug . '/assets/icon-128x128.png';
361
+ }
362
+
363
  if ( ! isset( $bstwbsftwppdtplgns_cookie_add ) ) {
364
  echo '<script type="text/javascript" src="' . bws_menu_url( 'js/c_o_o_k_i_e.js' ) . '"></script>';
365
  $bstwbsftwppdtplgns_cookie_add = true;
384
  <div class="<?php echo $plugin_prefix; ?>_message_timeout bws_banner_on_plugin_page bws_banner_timeout" style="display:none;">
385
  <button class="<?php echo $plugin_prefix; ?>_close_icon close_icon notice-dismiss bws_hide_settings_notice" title="<?php _e( 'Close notice', 'bestwebsoft' ); ?>"></button>
386
  <div class="icon">
387
+ <img title="" src="<?php echo esc_attr( $banner_url_or_slug ); ?>" alt="" />
388
  </div>
389
  <div class="text"><?php printf( __( "Your license key for %s expires on %s and you won't be granted TOP-PRIORITY SUPPORT or UPDATES.", 'bestwebsoft' ), '<strong>' . $plugin_name . '</strong>', $bstwbsftwppdtplgns_options['time_out'][ $plugin_key ] ); ?> <a target="_new" href="https://support.bestwebsoft.com/entries/53487136"><?php _e( "Learn more", 'bestwebsoft' ); ?></a></div>
390
  </div>
530
  function bws_plugins_admin_init() {
531
  if ( isset( $_GET['bws_activate_plugin'] ) && check_admin_referer( 'bws_activate_plugin' . $_GET['bws_activate_plugin'] ) ) {
532
 
533
+ $plugin = isset( $_GET['bws_activate_plugin'] ) ? sanitize_text_field( $_GET['bws_activate_plugin'] ) : '';
534
  $result = activate_plugin( $plugin, '', is_network_admin() );
535
  if ( is_wp_error( $result ) ) {
536
  if ( 'unexpected_output' == $result->get_error_code() ) {
568
  exit();
569
  }
570
 
571
+ if ( isset( $_GET['page'] ) && ( $_GET['page'] == 'bws_panel' || strpos( $_GET['page'], '-bws-panel' ) ) ) {
572
  if ( ! session_id() )
573
  @session_start();
574
  }
867
  <h4><?php _e( 'Plugin', 'bestwebsoft' ); ?></h4>
868
  <select name="bws_shortcode_select" id="bws_shortcode_select">
869
  <?php foreach ( $bws_shortcode_list as $key => $value ) { ?>
870
+ <option value="<?php echo esc_attr( $key ); ?>"><?php echo $value['name']; ?></option>
871
  <?php } ?>
872
  </select>
873
  </div>
900
  /**
901
  * output tooltip
902
  * @since 1.9.8
903
+ * @param string $content - HTML content for the tooltip
904
+ * @param string $class - Can be standart "bws-hide-for-mobile" (tooltip will be hidden in 782px) and "bws-auto-width" (need for img) or some custom class.
905
  */
906
  if ( ! function_exists( 'bws_add_help_box' ) ) {
907
  function bws_add_help_box( $content, $class = '' ) {
916
  function bws_help_tab( $screen, $args ) {
917
  $url = ( ! empty( $args['section'] ) ) ? 'https://support.bestwebsoft.com/hc/en-us/sections/' . $args['section'] : 'https://support.bestwebsoft.com/';
918
 
919
+ $content = '<p><a href="' . esc_url( $url ) . '" target="_blank">' . __( 'Visit Help Center', 'bestwebsoft' ) . '</a></p>';
920
 
921
  $screen->add_help_tab(
922
  array(
bws_menu/bws_menu.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /*
3
  * Function for displaying BestWebSoft menu
4
- * Version: 2.1.3
5
  */
6
 
7
  if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
@@ -10,7 +10,7 @@ if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
10
  if ( ! function_exists( 'bws_add_menu_render' ) ) {
11
  function bws_add_menu_render() {
12
  global $wpdb, $wp_version, $bws_plugin_info, $bstwbsftwppdtplgns_options;
13
- $error = $message = $bwsmn_form_email = '';
14
 
15
  /**
16
  * @deprecated 1.9.8 (15.12.2016)
@@ -37,7 +37,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
37
  $sitewide_active_plugins = ( function_exists( 'is_multisite' ) && is_multisite() ) ? get_site_option( 'active_sitewide_plugins' ) : array();
38
  $update_availible_all = get_site_transient( 'update_plugins' );
39
 
40
- $plugin_category = isset( $_GET['category'] ) ? esc_html( $_GET['category'] ) : 'all';
41
 
42
  if ( ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) || ! isset( $_GET['sub'] ) ) {
43
  $bws_plugins_update_availible = $bws_plugins_expired = array();
@@ -87,7 +87,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
87
  $update_membership_list = true;
88
 
89
  if ( isset( $_POST['bws_license_key'] ) )
90
- $bws_license_key = stripslashes( esc_html( trim( $_POST['bws_license_key'] ) ) );
91
 
92
  if ( isset( $_SESSION['bws_membership_time_check'] ) && isset( $_SESSION['bws_membership_list'] ) && $_SESSION['bws_membership_time_check'] < strtotime( '+12 hours' ) ) {
93
  $update_membership_list = false;
@@ -143,7 +143,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
143
  if ( isset( $value->time_out ) && $value->time_out != '' )
144
  $message .= ' ' . __( 'Your license will expire on', 'bestwebsoft' ) . ' ' . $value->time_out . '.';
145
  } else {
146
- $message = __( 'Congratulations! Pro Membership license is activated successfully.', 'bestwebsoft' );
147
  }
148
 
149
  $bstwbsftwppdtplgns_options[ $bws_license_plugin ] = $bws_license_key;
@@ -255,13 +255,11 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
255
 
256
  if ( ( isset( $_REQUEST['bwsmn_form_submit'] ) && check_admin_referer( plugin_basename(__FILE__), 'bwsmn_nonce_submit' ) ) || ( isset( $_REQUEST['bwsmn_form_submit_custom_email'] ) && check_admin_referer( plugin_basename(__FILE__), 'bwsmn_nonce_submit_custom_email' ) ) ) {
257
  if ( isset( $_REQUEST['bwsmn_form_email'] ) ) {
258
- $bwsmn_form_email = esc_html( trim( $_REQUEST['bwsmn_form_email'] ) );
259
- if ( $bwsmn_form_email == "" || ! is_email( $bwsmn_form_email ) ) {
260
- $error = __( "Please enter a valid email address.", 'bestwebsoft' );
261
  } else {
262
- $email = $bwsmn_form_email;
263
- $bwsmn_form_email = '';
264
- $message = __( 'Email with system info is sent to', 'bestwebsoft' ) . ' ' . $email;
265
  }
266
  } else {
267
  $email = 'plugin_system_status@bestwebsoft.com';
@@ -280,7 +278,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
280
  $message_text .= ' (' . $info['count'] . ')';
281
  $message_text .= '</h4><table>';
282
  foreach ( $info['data'] as $key => $value ) {
283
- $message_text .= '<tr><td>'. $key .'</td><td>'. $value .'</td></tr>';
284
  }
285
  $message_text .= '</table>';
286
  }
@@ -295,7 +293,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
295
  <div class="bws-wrap">
296
  <div class="bws-header">
297
  <div class="bws-title">
298
- <a href="<?php echo ( $is_main_page ) ? self_admin_url( 'admin.php?page=bws_panel' ) : self_admin_url( 'admin.php?page=' . $page ); ?>">
299
  <span class="bws-logo bwsicons bwsicons-bws-logo"></span>
300
  BestWebSoft
301
  <span>panel</span>
@@ -308,14 +306,14 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
308
  <a class="bws-nav-tab<?php if ( 'bws_themes' == $page ) echo ' bws-nav-tab-active'; ?>" href="<?php echo self_admin_url( 'admin.php?page=bws_themes' ); ?>"><?php _e( 'Themes', 'bestwebsoft' ); ?></a>
309
  <a class="bws-nav-tab<?php if ( 'bws_system_status' == $page ) echo ' bws-nav-tab-active'; ?>" href="<?php echo self_admin_url( 'admin.php?page=bws_system_status' ); ?>"><?php _e( 'System status', 'bestwebsoft' ); ?></a>
310
  <?php } else { ?>
311
- <a class="bws-nav-tab<?php if ( ! isset( $_GET['tab'] ) ) echo ' bws-nav-tab-active'; ?>" href="<?php echo self_admin_url( 'admin.php?page=' . $page ); ?>"><?php _e( 'Plugins', 'bestwebsoft' ); ?></a>
312
- <a class="bws-nav-tab<?php if ( 'themes' == $tab ) echo ' bws-nav-tab-active'; ?>" href="<?php echo self_admin_url( 'admin.php?page=' . $page . '&tab=themes' ); ?>"><?php _e( 'Themes', 'bestwebsoft' ); ?></a>
313
- <a class="bws-nav-tab<?php if ( 'system-status' == $tab ) echo ' bws-nav-tab-active'; ?>" href="<?php echo self_admin_url( 'admin.php?page=' . $page . '&tab=system-status' ); ?>"><?php _e( 'System status', 'bestwebsoft' ); ?></a>
314
  <?php } ?>
315
  </div>
316
  <div class="bws-help-links-wrapper">
317
- <a href="<?php echo esc_url( 'https://support.bestwebsoft.com' ); ?>" target="_blank"><?php _e( 'Support', 'bestwebsoft' ); ?></a>
318
- <a href="<?php echo esc_url( 'https://bestwebsoft.com/client-area' ); ?>" target="_blank" title="<?php _e( 'Manage purchased licenses & subscriptions', 'bestwebsoft' ); ?>">Client Area</a>
319
  </div>
320
  <div class="clear"></div>
321
  </div>
@@ -330,16 +328,16 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
330
  '5' < $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] &&
331
  $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] > ( time() - ( 24 * 60 * 60 ) ) ) { ?>
332
  <div class="bws_form_input_wrap">
333
- <input disabled="disabled" type="text" name="bws_license_key" value="<?php echo $bws_license_key; ?>" />
334
  <div class="bws_error"><?php _e( "Unfortunately, you have exceeded the number of available tries per day.", 'bestwebsoft' ); ?></div>
335
  </div>
336
  <input disabled="disabled" type="submit" class="bws-button" value="<?php _e( 'Check license key', 'bestwebsoft' ); ?>" />
337
  <?php } else { ?>
338
  <div class="bws_form_input_wrap">
339
- <input <?php if ( "" != $error ) echo "class=\"bws_input_error\""; ?> type="text" placeholder="<?php _e( 'Enter your license key', 'bestwebsoft' ); ?>" maxlength="100" name="bws_license_key" value="<?php echo $bws_license_key; ?>" />
340
- <div class="bws_error" <?php if ( "" == $error ) echo "style=\"display:none\""; ?>><?php echo $error; ?></div>
341
  </div>
342
- <input type="hidden" name="bws_license_plugin" value="<?php echo $bws_license_plugin; ?>" />
343
  <input type="hidden" name="bws_license_submit" value="submit" />
344
  <?php if ( empty( $plugins_array ) ) { ?>
345
  <input type="submit" class="bws-button" value="<?php _e( 'Activate', 'bestwebsoft' ); ?>" />
@@ -355,14 +353,14 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
355
  <?php } ?>
356
  <div class="bws-wrap-content wrap">
357
  <?php if ( 'bws_panel' == $page || ( ! isset( $_GET['tab'] ) && ! $is_main_page ) ) { ?>
358
- <div class="updated notice is-dismissible inline" <?php if ( '' == $message || '' != $error ) echo "style=\"display:none\""; ?>><p><?php echo $message; ?></p></div>
359
  <h1>
360
  <?php _e( 'Plugins', 'bestwebsoft' ); ?>
361
  <a href="<?php echo self_admin_url( 'plugin-install.php?tab=upload' ); ?>" class="upload page-title-action add-new-h2"><?php _e( 'Upload Plugin', 'bestwebsoft' ); ?></a>
362
  </h1>
363
  <?php if ( isset( $_GET['error'] ) ) {
364
  if ( isset( $_GET['charsout'] ) )
365
- $errmsg = sprintf(__( 'The plugin generated %d characters of <strong>unexpected output</strong> during activation. If you notice &#8220;headers already sent&#8221; messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.' ), $_GET['charsout'] );
366
  else
367
  $errmsg = __( 'Plugin could not be activated because it triggered a <strong>fatal error</strong>.' ); ?>
368
  <div id="message" class="error is-dismissible"><p><?php echo $errmsg; ?></p></div>
@@ -372,7 +370,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
372
 
373
  if ( isset( $_POST['bws_plugin_action_submit'] ) && isset( $_POST['bws_install_plugin'] ) && check_admin_referer( plugin_basename(__FILE__), 'bws_license_install_nonce_name' ) ) {
374
 
375
- $bws_license_plugin = esc_html( $_POST['bws_install_plugin'] );
376
 
377
  echo '<h2>' . __( 'Installing Plugin', 'bestwebsoft' ) . ': ' . $plugins_array[ $bws_license_plugin ]['name'] . '</h2>';
378
 
@@ -436,19 +434,28 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
436
  }
437
 
438
  if ( file_exists( WP_PLUGIN_DIR . '/' . $zip_name[0] ) ) {
439
- echo '<p><a href="' . wp_nonce_url( $current_page . '&amp;bws_activate_plugin=' . $bws_license_plugin, 'bws_activate_plugin' . $bws_license_plugin ) . '" target="_parent">' . __( 'Activate Plugin', 'bestwebsoft' ) . '</a> | <a href="' . self_admin_url( $current_page ) . '" target="_parent">' . __( 'Return to BestWebSoft Panel', 'bestwebsoft' ) . '</a></p>';
440
  } else {
441
  if ( empty( $error ) )
442
  $error = __( "Failed to download the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
443
 
444
  echo '<p class="error">' . $error . '</p>';
445
- echo '<p><a href="' . self_admin_url( $current_page ) . '" target="_parent">' . __( 'Return to BestWebSoft Panel', 'bestwebsoft' ) . '</a></p>';
446
  }
447
- } else { ?>
 
 
 
448
  <ul class="subsubsub">
449
- <li><a <?php if ( ! isset( $_GET['sub'] ) ) echo 'class="current" '; ?>href="<?php echo $current_page; if ( 'all' != $plugin_category ) echo '&amp;category=' . $plugin_category; ?>"><?php _e( 'All', 'bestwebsoft' ); ?></a></li> |
450
- <li><a <?php if ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) echo 'class="current" '; ?>href="<?php echo $current_page; ?>&amp;sub=installed<?php if ( 'all' != $plugin_category ) echo '&amp;category=' . $plugin_category; ?>"><?php _e( 'Installed', 'bestwebsoft' ); ?></a></li> |
451
- <li><a <?php if ( isset( $_GET['sub'] ) && 'not_installed' == $_GET['sub'] ) echo 'class="current" '; ?>href="<?php echo $current_page; ?>&amp;sub=not_installed<?php if ( 'all' != $plugin_category ) echo '&amp;category=' . $plugin_category; ?>"><?php _e( 'Not Installed', 'bestwebsoft' ); ?></a></li>
 
 
 
 
 
 
452
  </ul>
453
  <div class="clear"></div>
454
  <div class="bws-filter-top">
@@ -460,14 +467,14 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
460
  <div class="bws-filter-title"><?php _e( 'Category', 'bestwebsoft' ); ?></div>
461
  <ul class="bws-category">
462
  <li>
463
- <?php $sub_in_url = ( isset( $_GET['sub'] ) && in_array( $_GET['sub'], array( 'installed', 'not_installed' ) ) ) ? '&amp;sub=' . $_GET['sub'] : ''; ?>
464
- <a <?php if ( 'all' == $plugin_category ) echo ' class="bws-active"'; ?> href="<?php echo self_admin_url( $current_page . $sub_in_url ); ?>"><?php _e( 'All', 'bestwebsoft' ); ?>
465
  <span>(<?php echo count( $bws_plugins ); ?>)</span>
466
  </a>
467
  </li>
468
  <?php foreach ( $bws_plugins_category as $category_key => $category_value ) { ?>
469
  <li>
470
- <a <?php if ( $category_key == $plugin_category ) echo ' class="bws-active"'; ?> href="<?php echo esc_url( self_admin_url( $current_page . $sub_in_url . '&amp;category=' . $category_key ) ); ?>"><?php echo $category_value['name']; ?>
471
  <span>(<?php echo $category_value['count']; ?>)</span>
472
  </a>
473
  </li>
@@ -499,7 +506,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
499
  ( isset( $_GET['sub'] ) && 'not_installed' == $_GET['sub'] && ( $is_pro_installed || $is_installed ) ) )
500
  continue;
501
 
502
- $link_attr = isset( $value_plugin['install_url'] ) ? 'href="' . $value_plugin['install_url'] . '" target="_blank"' : 'href="' . esc_url( self_admin_url( 'plugin-install.php?tab=plugin-information&plugin=' . $key_plugin_explode[0] . '&from=import&TB_iframe=true&width=600&height=550' ) ) . '" class="thickbox open-plugin-details-modal"';
503
 
504
  $nothing_found = false; ?>
505
  <div class="bws_product_box<?php if ( $is_active || $is_pro_active ) echo ' bws_product_active'; ?>">
@@ -528,7 +535,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
528
  echo ' - <a class="bws-update-now" href="https://support.bestwebsoft.com/hc/en-us/articles/202356359" target="_blank">' . __( 'Renew to get updates', 'bestwebsoft' ) . '</a>';
529
  } elseif ( ! empty( $value_plugin['update_availible'] ) ) {
530
  $r = $update_availible_all->response[ $value_plugin['update_availible'] ];
531
- echo ' - <a class="bws-update-now" href="' . wp_nonce_url( self_admin_url( 'update.php?action=upgrade-plugin&plugin=' ) . $value_plugin['update_availible'], 'upgrade-plugin_' . $value_plugin['update_availible'] ) . '" class="update-link" aria-label="' . sprintf( __( 'Update to v %s', 'bestwebsoft' ), $r->new_version ) . '">' . sprintf( __( 'Update to v %s', 'bestwebsoft' ), $r->new_version ) . '</a>';
532
  } ?>
533
  </div>
534
  <div class="bws_product_description">
@@ -546,7 +553,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
546
  <?php wp_nonce_field( plugin_basename(__FILE__), 'bws_license_install_nonce_name' ); ?>
547
  </form>
548
  <?php } else { ?>
549
- <a class="button button-secondary bws_upgrade_button" href="<?php echo $bws_plugins[ $key_plugin ]['purchase']; ?>" target="_blank"><?php _e( 'Upgrade to Pro', 'bestwebsoft' ); ?></a>
550
  <?php }
551
  }
552
  } else { ?>
@@ -554,13 +561,13 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
554
  <?php }
555
 
556
  if ( $is_pro_active ) { ?>
557
- <a class="bws_settings" href="<?php echo $bws_plugins[ $key_plugin ]["pro_settings"]; ?>"><?php _e( 'Settings', 'bestwebsoft' ); ?></a>
558
  <?php } else { ?>
559
- <a class="bws_settings" href="<?php echo $bws_plugins[ $key_plugin ]["settings"]; ?>"><?php _e( 'Settings', 'bestwebsoft' ); ?></a>
560
  <?php }
561
  } else {
562
  if ( $is_pro_installed ) { ?>
563
- <a class="button button-secondary" href="<?php echo wp_nonce_url( $current_page . '&amp;bws_activate_plugin=' . $value_plugin['pro_version'], 'bws_activate_plugin' . $value_plugin['pro_version'] ); ?>" title="<?php _e( 'Activate this plugin', 'bestwebsoft' ); ?>"><?php _e( 'Activate', 'bestwebsoft' ); ?></a>
564
  <?php } elseif ( ! empty( $plugins_array ) && isset( $value_plugin['pro_version'] ) && array_key_exists( $value_plugin['pro_version'], $plugins_array ) ) { ?>
565
  <form method="post" action="">
566
  <input type="submit" class="button button-secondary" value="<?php _e( 'Install Now', 'bestwebsoft' ); ?>" />
@@ -569,10 +576,10 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
569
  <?php wp_nonce_field( plugin_basename(__FILE__), 'bws_license_install_nonce_name' ); ?>
570
  </form>
571
  <?php } elseif ( $is_installed ) { ?>
572
- <a class="button button-secondary" href="<?php echo wp_nonce_url( $current_page . '&amp;bws_activate_plugin=' . $key_plugin, 'bws_activate_plugin' . $key_plugin ); ?>" title="<?php _e( 'Activate this plugin', 'bestwebsoft' ); ?>"><?php _e( 'Activate', 'bestwebsoft' ); ?></a>
573
  <?php } else {
574
- $install_url = isset( $value_plugin['install_url'] ) ? $value_plugin['install_url'] : esc_url( self_admin_url( 'plugin-install.php?tab=search&type=term&s=' . str_replace( ' ', '+', str_replace( '-', '', $value_plugin['name'] ) ) . '+BestWebSoft&plugin-search-input=Search+Plugins' ) ); ?>
575
- <a class="button button-secondary" href="<?php echo $install_url; ?>" title="<?php _e( 'Install this plugin', 'bestwebsoft' ); ?>" target="_blank"><?php _e( 'Install Now', 'bestwebsoft' ); ?></a>
576
  <?php }
577
  } ?>
578
  </div>
@@ -589,14 +596,14 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
589
  <div class="bws-filter-title"><?php _e( 'Category', 'bestwebsoft' ); ?></div>
590
  <ul class="bws-category">
591
  <li>
592
- <?php $sub_in_url = ( isset( $_GET['sub'] ) && in_array( $_GET['sub'], array( 'installed', 'not_installed' ) ) ) ? '&amp;sub=' . $_GET['sub'] : ''; ?>
593
- <a <?php if ( 'all' == $plugin_category ) echo ' class="bws-active"'; ?> href="<?php echo self_admin_url( $current_page . $sub_in_url ); ?>"><?php _e( 'All', 'bestwebsoft' ); ?>
594
  <span>(<?php echo count( $bws_plugins ); ?>)</span>
595
  </a>
596
  </li>
597
  <?php foreach ( $bws_plugins_category as $category_key => $category_value ) { ?>
598
  <li>
599
- <a <?php if ( $category_key == $plugin_category ) echo ' class="bws-active"'; ?> href="<?php echo esc_url( self_admin_url( $current_page . $sub_in_url . '&amp;category=' . $category_key ) ); ?>"><?php echo $category_value['name']; ?>
600
  <span>(<?php echo $category_value['count']; ?>)</span>
601
  </a>
602
  </li>
@@ -621,7 +628,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
621
  <div class="theme-author"><?php printf( __( 'By %s', 'bestwebsoft' ), 'BestWebSoft' ); ?></div>
622
  <h3 class="theme-name"><?php echo $theme->name; ?></h3>
623
  <div class="theme-actions">
624
- <a class="button button-secondary preview install-theme-preview" href="<?php echo $theme->href; ?>" target="_blank"><?php esc_html_e( 'Learn More', 'bestwebsoft' ); ?></a>
625
  </div>
626
  <?php if ( $installed_theme->exists() ) {
627
  if ( $wp_version < '4.6' ) { ?>
@@ -635,12 +642,12 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
635
  <br class="clear" />
636
  </div>
637
  </div>
638
- <p><a class="bws_browse_link" href="http://bestweblayout.com/categories/themes/" target="_blank"><?php _e( 'Browse Free WordPress Themes', 'bestwebsoft' ); ?> <span class="dashicons dashicons-arrow-right-alt2"></span></a></p>
639
  </div>
640
  <?php } elseif ( 'bws_system_status' == $page || 'system-status' == $tab ) { ?>
641
  <h1><?php _e( 'System status', 'bestwebsoft' ); ?></h1>
642
- <div class="updated fade notice is-dismissible inline" <?php if ( ! ( isset( $_REQUEST['bwsmn_form_submit'] ) || isset( $_REQUEST['bwsmn_form_submit_custom_email'] ) ) || $error != "" ) echo "style=\"display:none\""; ?>><p><strong><?php echo $message; ?></strong></p></div>
643
- <div class="error" <?php if ( "" == $error ) echo "style=\"display:none\""; ?>><p><strong><?php echo $error; ?></strong></p></div>
644
  <form method="post" action="">
645
  <p>
646
  <input type="hidden" name="bwsmn_form_submit" value="submit" />
@@ -652,7 +659,7 @@ if ( ! function_exists( 'bws_add_menu_render' ) ) {
652
  <p>
653
  <input type="hidden" name="bwsmn_form_submit_custom_email" value="submit" />
654
  <input type="submit" class="button" value="<?php _e( 'Send to custom email &#187;', 'bestwebsoft' ) ?>" />
655
- <input type="text" maxlength="250" value="<?php echo $bwsmn_form_email; ?>" name="bwsmn_form_email" />
656
  <?php wp_nonce_field( plugin_basename(__FILE__), 'bwsmn_nonce_submit_custom_email' ); ?>
657
  </p>
658
  </form>
1
  <?php
2
  /*
3
  * Function for displaying BestWebSoft menu
4
+ * Version: 2.1.5
5
  */
6
 
7
  if ( ! function_exists ( 'bws_admin_enqueue_scripts' ) )
10
  if ( ! function_exists( 'bws_add_menu_render' ) ) {
11
  function bws_add_menu_render() {
12
  global $wpdb, $wp_version, $bws_plugin_info, $bstwbsftwppdtplgns_options;
13
+ $error = $message = '';
14
 
15
  /**
16
  * @deprecated 1.9.8 (15.12.2016)
37
  $sitewide_active_plugins = ( function_exists( 'is_multisite' ) && is_multisite() ) ? get_site_option( 'active_sitewide_plugins' ) : array();
38
  $update_availible_all = get_site_transient( 'update_plugins' );
39
 
40
+ $plugin_category = isset( $_GET['category'] ) ? esc_attr( $_GET['category'] ) : 'all';
41
 
42
  if ( ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) || ! isset( $_GET['sub'] ) ) {
43
  $bws_plugins_update_availible = $bws_plugins_expired = array();
87
  $update_membership_list = true;
88
 
89
  if ( isset( $_POST['bws_license_key'] ) )
90
+ $bws_license_key = sanitize_text_field( $_POST['bws_license_key'] );
91
 
92
  if ( isset( $_SESSION['bws_membership_time_check'] ) && isset( $_SESSION['bws_membership_list'] ) && $_SESSION['bws_membership_time_check'] < strtotime( '+12 hours' ) ) {
93
  $update_membership_list = false;
143
  if ( isset( $value->time_out ) && $value->time_out != '' )
144
  $message .= ' ' . __( 'Your license will expire on', 'bestwebsoft' ) . ' ' . $value->time_out . '.';
145
  } else {
146
+ $message = __( 'Congratulations! Pro Membership license is activated successfully.', 'bestwebsoft' );
147
  }
148
 
149
  $bstwbsftwppdtplgns_options[ $bws_license_plugin ] = $bws_license_key;
255
 
256
  if ( ( isset( $_REQUEST['bwsmn_form_submit'] ) && check_admin_referer( plugin_basename(__FILE__), 'bwsmn_nonce_submit' ) ) || ( isset( $_REQUEST['bwsmn_form_submit_custom_email'] ) && check_admin_referer( plugin_basename(__FILE__), 'bwsmn_nonce_submit_custom_email' ) ) ) {
257
  if ( isset( $_REQUEST['bwsmn_form_email'] ) ) {
258
+ $email = sanitize_email( $_REQUEST['bwsmn_form_email'] );
259
+ if ( '' == $email ) {
260
+ $error = __( 'Please enter a valid email address.', 'bestwebsoft' );
261
  } else {
262
+ $message = sprintf( __( 'Email with system info is sent to %s.', 'bestwebsoft' ), $email );
 
 
263
  }
264
  } else {
265
  $email = 'plugin_system_status@bestwebsoft.com';
278
  $message_text .= ' (' . $info['count'] . ')';
279
  $message_text .= '</h4><table>';
280
  foreach ( $info['data'] as $key => $value ) {
281
+ $message_text .= '<tr><td>' . $key . '</td><td>' . $value . '</td></tr>';
282
  }
283
  $message_text .= '</table>';
284
  }
293
  <div class="bws-wrap">
294
  <div class="bws-header">
295
  <div class="bws-title">
296
+ <a href="<?php echo ( $is_main_page ) ? self_admin_url( 'admin.php?page=bws_panel' ) : esc_url( self_admin_url( 'admin.php?page=' . $page ) ); ?>">
297
  <span class="bws-logo bwsicons bwsicons-bws-logo"></span>
298
  BestWebSoft
299
  <span>panel</span>
306
  <a class="bws-nav-tab<?php if ( 'bws_themes' == $page ) echo ' bws-nav-tab-active'; ?>" href="<?php echo self_admin_url( 'admin.php?page=bws_themes' ); ?>"><?php _e( 'Themes', 'bestwebsoft' ); ?></a>
307
  <a class="bws-nav-tab<?php if ( 'bws_system_status' == $page ) echo ' bws-nav-tab-active'; ?>" href="<?php echo self_admin_url( 'admin.php?page=bws_system_status' ); ?>"><?php _e( 'System status', 'bestwebsoft' ); ?></a>
308
  <?php } else { ?>
309
+ <a class="bws-nav-tab<?php if ( ! isset( $_GET['tab'] ) ) echo ' bws-nav-tab-active'; ?>" href="<?php echo esc_url( self_admin_url( 'admin.php?page=' . $page ) ); ?>"><?php _e( 'Plugins', 'bestwebsoft' ); ?></a>
310
+ <a class="bws-nav-tab<?php if ( 'themes' == $tab ) echo ' bws-nav-tab-active'; ?>" href="<?php echo esc_url( self_admin_url( 'admin.php?page=' . $page . '&tab=themes' ) ); ?>"><?php _e( 'Themes', 'bestwebsoft' ); ?></a>
311
+ <a class="bws-nav-tab<?php if ( 'system-status' == $tab ) echo ' bws-nav-tab-active'; ?>" href="<?php echo esc_url( self_admin_url( 'admin.php?page=' . $page . '&tab=system-status' ) ); ?>"><?php _e( 'System status', 'bestwebsoft' ); ?></a>
312
  <?php } ?>
313
  </div>
314
  <div class="bws-help-links-wrapper">
315
+ <a href="https://support.bestwebsoft.com" target="_blank"><?php _e( 'Support', 'bestwebsoft' ); ?></a>
316
+ <a href="https://bestwebsoft.com/client-area" target="_blank" title="<?php _e( 'Manage purchased licenses & subscriptions', 'bestwebsoft' ); ?>">Client Area</a>
317
  </div>
318
  <div class="clear"></div>
319
  </div>
328
  '5' < $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] &&
329
  $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] > ( time() - ( 24 * 60 * 60 ) ) ) { ?>
330
  <div class="bws_form_input_wrap">
331
+ <input disabled="disabled" type="text" name="bws_license_key" value="<?php echo esc_attr( $bws_license_key); ?>" />
332
  <div class="bws_error"><?php _e( "Unfortunately, you have exceeded the number of available tries per day.", 'bestwebsoft' ); ?></div>
333
  </div>
334
  <input disabled="disabled" type="submit" class="bws-button" value="<?php _e( 'Check license key', 'bestwebsoft' ); ?>" />
335
  <?php } else { ?>
336
  <div class="bws_form_input_wrap">
337
+ <input <?php if ( "" != $error ) echo 'class="bws_input_error"'; ?> type="text" placeholder="<?php _e( 'Enter your license key', 'bestwebsoft' ); ?>" maxlength="100" name="bws_license_key" value="<?php echo esc_attr( $bws_license_key ); ?>" />
338
+ <div class="bws_error" <?php if ( "" == $error ) echo 'style="display:none"'; ?>><?php echo $error; ?></div>
339
  </div>
340
+ <input type="hidden" name="bws_license_plugin" value="<?php echo esc_attr( $bws_license_plugin ); ?>" />
341
  <input type="hidden" name="bws_license_submit" value="submit" />
342
  <?php if ( empty( $plugins_array ) ) { ?>
343
  <input type="submit" class="bws-button" value="<?php _e( 'Activate', 'bestwebsoft' ); ?>" />
353
  <?php } ?>
354
  <div class="bws-wrap-content wrap">
355
  <?php if ( 'bws_panel' == $page || ( ! isset( $_GET['tab'] ) && ! $is_main_page ) ) { ?>
356
+ <div class="updated notice is-dismissible inline" <?php if ( '' == $message || '' != $error ) echo 'style="display:none"'; ?>><p><?php echo $message; ?></p></div>
357
  <h1>
358
  <?php _e( 'Plugins', 'bestwebsoft' ); ?>
359
  <a href="<?php echo self_admin_url( 'plugin-install.php?tab=upload' ); ?>" class="upload page-title-action add-new-h2"><?php _e( 'Upload Plugin', 'bestwebsoft' ); ?></a>
360
  </h1>
361
  <?php if ( isset( $_GET['error'] ) ) {
362
  if ( isset( $_GET['charsout'] ) )
363
+ $errmsg = sprintf( __( 'The plugin generated %d characters of <strong>unexpected output</strong> during activation. If you notice &#8220;headers already sent&#8221; messages, problems with syndication feeds or other issues, try deactivating or removing this plugin.' ), $_GET['charsout'] );
364
  else
365
  $errmsg = __( 'Plugin could not be activated because it triggered a <strong>fatal error</strong>.' ); ?>
366
  <div id="message" class="error is-dismissible"><p><?php echo $errmsg; ?></p></div>
370
 
371
  if ( isset( $_POST['bws_plugin_action_submit'] ) && isset( $_POST['bws_install_plugin'] ) && check_admin_referer( plugin_basename(__FILE__), 'bws_license_install_nonce_name' ) ) {
372
 
373
+ $bws_license_plugin = sanitize_text_field( $_POST['bws_install_plugin'] );
374
 
375
  echo '<h2>' . __( 'Installing Plugin', 'bestwebsoft' ) . ': ' . $plugins_array[ $bws_license_plugin ]['name'] . '</h2>';
376
 
434
  }
435
 
436
  if ( file_exists( WP_PLUGIN_DIR . '/' . $zip_name[0] ) ) {
437
+ echo '<p><a href="' . esc_url( wp_nonce_url( self_admin_url( $current_page . '&bws_activate_plugin=' . $bws_license_plugin ), 'bws_activate_plugin' . $bws_license_plugin ) ) . '" target="_parent">' . __( 'Activate Plugin', 'bestwebsoft' ) . '</a> | <a href="' . esc_url( self_admin_url( $current_page ) ) . '" target="_parent">' . __( 'Return to BestWebSoft Panel', 'bestwebsoft' ) . '</a></p>';
438
  } else {
439
  if ( empty( $error ) )
440
  $error = __( "Failed to download the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
441
 
442
  echo '<p class="error">' . $error . '</p>';
443
+ echo '<p><a href="' . esc_url( self_admin_url( $current_page ) ) . '" target="_parent">' . __( 'Return to BestWebSoft Panel', 'bestwebsoft' ) . '</a></p>';
444
  }
445
+ } else {
446
+ $category_href = $current_page;
447
+ if ( 'all' != $plugin_category )
448
+ $category_href .= '&category=' . $plugin_category; ?>
449
  <ul class="subsubsub">
450
+ <li>
451
+ <a <?php if ( ! isset( $_GET['sub'] ) ) echo 'class="current" '; ?>href="<?php echo esc_url( self_admin_url( $category_href ) ); ?>"><?php _e( 'All', 'bestwebsoft' ); ?></a>
452
+ </li> |
453
+ <li>
454
+ <a <?php if ( isset( $_GET['sub'] ) && 'installed' == $_GET['sub'] ) echo 'class="current" '; ?>href="<?php echo esc_url( self_admin_url( $category_href . '&sub=installed' ) ); ?>"><?php _e( 'Installed', 'bestwebsoft' ); ?></a>
455
+ </li> |
456
+ <li>
457
+ <a <?php if ( isset( $_GET['sub'] ) && 'not_installed' == $_GET['sub'] ) echo 'class="current" '; ?>href="<?php echo esc_url( self_admin_url( $category_href . '&sub=not_installed' ) ); ?>"><?php _e( 'Not Installed', 'bestwebsoft' ); ?></a>
458
+ </li>
459
  </ul>
460
  <div class="clear"></div>
461
  <div class="bws-filter-top">
467
  <div class="bws-filter-title"><?php _e( 'Category', 'bestwebsoft' ); ?></div>
468
  <ul class="bws-category">
469
  <li>
470
+ <?php $sub_in_url = ( isset( $_GET['sub'] ) && in_array( $_GET['sub'], array( 'installed', 'not_installed' ) ) ) ? '&sub=' . $_GET['sub'] : ''; ?>
471
+ <a <?php if ( 'all' == $plugin_category ) echo ' class="bws-active"'; ?> href="<?php echo esc_url(self_admin_url( $current_page . $sub_in_url ) ); ?>"><?php _e( 'All', 'bestwebsoft' ); ?>
472
  <span>(<?php echo count( $bws_plugins ); ?>)</span>
473
  </a>
474
  </li>
475
  <?php foreach ( $bws_plugins_category as $category_key => $category_value ) { ?>
476
  <li>
477
+ <a <?php if ( $category_key == $plugin_category ) echo ' class="bws-active"'; ?> href="<?php echo esc_url( self_admin_url( $current_page . $sub_in_url . '&category=' . $category_key ) ); ?>"><?php echo $category_value['name']; ?>
478
  <span>(<?php echo $category_value['count']; ?>)</span>
479
  </a>
480
  </li>
506
  ( isset( $_GET['sub'] ) && 'not_installed' == $_GET['sub'] && ( $is_pro_installed || $is_installed ) ) )
507
  continue;
508
 
509
+ $link_attr = isset( $value_plugin['install_url'] ) ? 'href="' . esc_url( $value_plugin['install_url'] ) . '" target="_blank"' : 'href="' . esc_url( self_admin_url( 'plugin-install.php?tab=plugin-information&plugin=' . $key_plugin_explode[0] . '&from=import&TB_iframe=true&width=600&height=550' ) ) . '" class="thickbox open-plugin-details-modal"';
510
 
511
  $nothing_found = false; ?>
512
  <div class="bws_product_box<?php if ( $is_active || $is_pro_active ) echo ' bws_product_active'; ?>">
535
  echo ' - <a class="bws-update-now" href="https://support.bestwebsoft.com/hc/en-us/articles/202356359" target="_blank">' . __( 'Renew to get updates', 'bestwebsoft' ) . '</a>';
536
  } elseif ( ! empty( $value_plugin['update_availible'] ) ) {
537
  $r = $update_availible_all->response[ $value_plugin['update_availible'] ];
538
+ echo ' - <a class="bws-update-now" href="' . esc_url( wp_nonce_url( self_admin_url( 'update.php?action=upgrade-plugin&plugin=' . $value_plugin['update_availible'] ), 'upgrade-plugin_' . $value_plugin['update_availible'] ) ) . '" class="update-link" aria-label="' . sprintf( __( 'Update to v %s', 'bestwebsoft' ), $r->new_version ) . '">' . sprintf( __( 'Update to v %s', 'bestwebsoft' ), $r->new_version ) . '</a>';
539
  } ?>
540
  </div>
541
  <div class="bws_product_description">
553
  <?php wp_nonce_field( plugin_basename(__FILE__), 'bws_license_install_nonce_name' ); ?>
554
  </form>
555
  <?php } else { ?>
556
+ <a class="button button-secondary bws_upgrade_button" href="<?php echo esc_url( $bws_plugins[ $key_plugin ]['purchase'] ); ?>" target="_blank"><?php _e( 'Upgrade to Pro', 'bestwebsoft' ); ?></a>
557
  <?php }
558
  }
559
  } else { ?>
561
  <?php }
562
 
563
  if ( $is_pro_active ) { ?>
564
+ <a class="bws_settings" href="<?php echo esc_url( self_admin_url( $bws_plugins[ $key_plugin ]["pro_settings"] ) ); ?>"><?php _e( 'Settings', 'bestwebsoft' ); ?></a>
565
  <?php } else { ?>
566
+ <a class="bws_settings" href="<?php echo esc_url( self_admin_url( $bws_plugins[ $key_plugin ]["settings"] ) ); ?>"><?php _e( 'Settings', 'bestwebsoft' ); ?></a>
567
  <?php }
568
  } else {
569
  if ( $is_pro_installed ) { ?>
570
+ <a class="button button-secondary" href="<?php echo esc_url( wp_nonce_url( self_admin_url( $current_page . '&bws_activate_plugin=' . $value_plugin['pro_version'] ), 'bws_activate_plugin' . $value_plugin['pro_version'] ) ); ?>" title="<?php _e( 'Activate this plugin', 'bestwebsoft' ); ?>"><?php _e( 'Activate', 'bestwebsoft' ); ?></a>
571
  <?php } elseif ( ! empty( $plugins_array ) && isset( $value_plugin['pro_version'] ) && array_key_exists( $value_plugin['pro_version'], $plugins_array ) ) { ?>
572
  <form method="post" action="">
573
  <input type="submit" class="button button-secondary" value="<?php _e( 'Install Now', 'bestwebsoft' ); ?>" />
576
  <?php wp_nonce_field( plugin_basename(__FILE__), 'bws_license_install_nonce_name' ); ?>
577
  </form>
578
  <?php } elseif ( $is_installed ) { ?>
579
+ <a class="button button-secondary" href="<?php echo esc_url( wp_nonce_url( self_admin_url( $current_page . '&bws_activate_plugin=' . $key_plugin ), 'bws_activate_plugin' . $key_plugin ) ); ?>" title="<?php _e( 'Activate this plugin', 'bestwebsoft' ); ?>"><?php _e( 'Activate', 'bestwebsoft' ); ?></a>
580
  <?php } else {
581
+ $install_url = isset( $value_plugin['install_url'] ) ? $value_plugin['install_url'] : self_admin_url( 'plugin-install.php?tab=search&type=term&s=' . str_replace( ' ', '+', str_replace( '-', '', $value_plugin['name'] ) ) . '+BestWebSoft&plugin-search-input=Search+Plugins' ); ?>
582
+ <a class="button button-secondary" href="<?php echo esc_url( $install_url ); ?>" title="<?php _e( 'Install this plugin', 'bestwebsoft' ); ?>" target="_blank"><?php _e( 'Install Now', 'bestwebsoft' ); ?></a>
583
  <?php }
584
  } ?>
585
  </div>
596
  <div class="bws-filter-title"><?php _e( 'Category', 'bestwebsoft' ); ?></div>
597
  <ul class="bws-category">
598
  <li>
599
+ <?php $sub_in_url = ( isset( $_GET['sub'] ) && in_array( $_GET['sub'], array( 'installed', 'not_installed' ) ) ) ? '&sub=' . $_GET['sub'] : ''; ?>
600
+ <a <?php if ( 'all' == $plugin_category ) echo ' class="bws-active"'; ?> href="<?php echo esc_url( self_admin_url( $current_page . $sub_in_url ) ); ?>"><?php _e( 'All', 'bestwebsoft' ); ?>
601
  <span>(<?php echo count( $bws_plugins ); ?>)</span>
602
  </a>
603
  </li>
604
  <?php foreach ( $bws_plugins_category as $category_key => $category_value ) { ?>
605
  <li>
606
+ <a <?php if ( $category_key == $plugin_category ) echo ' class="bws-active"'; ?> href="<?php echo esc_url( self_admin_url( $current_page . $sub_in_url . '&category=' . $category_key ) ); ?>"><?php echo $category_value['name']; ?>
607
  <span>(<?php echo $category_value['count']; ?>)</span>
608
  </a>
609
  </li>
628
  <div class="theme-author"><?php printf( __( 'By %s', 'bestwebsoft' ), 'BestWebSoft' ); ?></div>
629
  <h3 class="theme-name"><?php echo $theme->name; ?></h3>
630
  <div class="theme-actions">
631
+ <a class="button button-secondary preview install-theme-preview" href="<?php echo esc_url( $theme->href ); ?>" target="_blank"><?php _e( 'Learn More', 'bestwebsoft' ); ?></a>
632
  </div>
633
  <?php if ( $installed_theme->exists() ) {
634
  if ( $wp_version < '4.6' ) { ?>
642
  <br class="clear" />
643
  </div>
644
  </div>
645
+ <p><a class="bws_browse_link" href="https://bestwebsoft.com/products/wordpress/themes/" target="_blank"><?php _e( 'Browse More WordPress Themes', 'bestwebsoft' ); ?> <span class="dashicons dashicons-arrow-right-alt2"></span></a></p>
646
  </div>
647
  <?php } elseif ( 'bws_system_status' == $page || 'system-status' == $tab ) { ?>
648
  <h1><?php _e( 'System status', 'bestwebsoft' ); ?></h1>
649
+ <div class="updated fade notice is-dismissible inline" <?php if ( ! ( isset( $_REQUEST['bwsmn_form_submit'] ) || isset( $_REQUEST['bwsmn_form_submit_custom_email'] ) ) || $error != "" ) echo 'style="display:none"'; ?>><p><strong><?php echo $message; ?></strong></p></div>
650
+ <div class="error" <?php if ( "" == $error ) echo 'style="display:none"'; ?>><p><strong><?php echo $error; ?></strong></p></div>
651
  <form method="post" action="">
652
  <p>
653
  <input type="hidden" name="bwsmn_form_submit" value="submit" />
659
  <p>
660
  <input type="hidden" name="bwsmn_form_submit_custom_email" value="submit" />
661
  <input type="submit" class="button" value="<?php _e( 'Send to custom email &#187;', 'bestwebsoft' ) ?>" />
662
+ <input type="text" maxlength="250" value="" name="bwsmn_form_email" />
663
  <?php wp_nonce_field( plugin_basename(__FILE__), 'bwsmn_nonce_submit_custom_email' ); ?>
664
  </p>
665
  </form>
bws_menu/class-bws-settings.php CHANGED
@@ -7,7 +7,7 @@
7
 
8
  if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
9
  class Bws_Settings_Tabs {
10
- private $tabs;
11
  private $pro_plugin_is_activated = false;
12
  private $custom_code_args = array();
13
 
@@ -129,7 +129,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
129
  <div id="post-body" class="metabox-holder columns-2">
130
  <div id="post-body-content" style="position: relative;">
131
  <?php $this->display_tabs(); ?>
132
- </div><!-- /post-body-content -->
133
  <div id="postbox-container-1" class="postbox-container">
134
  <div class="meta-box-sortables ui-sortable">
135
  <div id="submitdiv" class="postbox">
@@ -154,7 +154,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
154
  $daysleft = floor( ( $finish - $today ) / ( 60*60*24 ) );
155
  $license_status = sprintf( __( '%s day(-s) left', 'bestwebsoft' ), $daysleft );
156
  }
157
- $license_status .= '. <a target="_blank" href="' . $this->plugins_info['PluginURI'] . '">' . __( 'Upgrade to Pro', 'bestwebsoft' ) . '</a>';
158
  } else {
159
  $license_type = isset( $bstwbsftwppdtplgns_options['nonprofit'][ $this->plugin_basename ] ) ? 'Nonprofit Pro' : 'Pro';
160
  if ( $finish < $today ) {
@@ -261,7 +261,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
261
  foreach ( $this->tabs as $tab_slug => $data ) {
262
  if ( ! empty( $data['is_pro'] ) && $this->hide_pro_tabs )
263
  continue; ?>
264
- <div class="bws_tab ui-tabs-panel ui-widget-content ui-corner-bottom" id="<?php echo $this->prefix . '_' . $tab_slug; ?>_tab" aria-labelledby="ui-id-2" role="tabpanel" aria-hidden="false" style="display: block;">
265
  <?php $tab_slug = str_replace( '-', '_', $tab_slug );
266
  if ( method_exists( $this, 'tab_' . $tab_slug ) ) {
267
  call_user_func( array( $this, 'tab_' . $tab_slug ) );
@@ -400,7 +400,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
400
 
401
  if ( file_exists( $real_file ) ) {
402
  update_recently_edited( $real_file );
403
- $this->custom_code_args["content_{$extension}"] = esc_textarea( file_get_contents( $real_file ) );
404
  if ( ( $this->is_multisite && isset( $bstwbsftwppdtplgns_options['custom_code'][ $this->custom_code_args['blog_id'] ][ $file ] ) ) ||
405
  ( ! $this->is_multisite && isset( $bstwbsftwppdtplgns_options['custom_code'][ $file ] ) ) ) {
406
  $this->custom_code_args["is_{$extension}_active"] = true;
@@ -432,7 +432,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
432
  'css' => array( 'description' => __( 'These styles will be added to the header on all pages of your site.', 'bestwebsoft' ),
433
  'learn_more_link' => 'https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Getting_started'
434
  ),
435
- 'php' => array( 'description' => sprintf( __( 'This PHP code will be hooked to the %s action and will be printed on front end only.', 'bestwebsoft' ), '<a href="http://codex.wordpress.org/Plugin_API/Action_Reference/init" target="_blank"><code>init</code></a>' ),
436
  'learn_more_link' => 'http://php.net/'
437
  ),
438
  'js' => array( 'description' => __( 'These code will be added to the header on all pages of your site.', 'bestwebsoft' ),
@@ -461,11 +461,11 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
461
  <?php printf( __( 'Activate custom %s code.', 'bestwebsoft' ), $name ); ?>
462
  </label>
463
  </p>
464
- <textarea cols="70" rows="25" name="bws_newcontent_<?php echo $extension; ?>" id="bws_newcontent_<?php echo $extension; ?>"><?php if ( isset( $this->custom_code_args["content_{$extension}"] ) ) echo $this->custom_code_args["content_{$extension}"]; ?></textarea>
465
  <p class="bws_info">
466
  <?php echo $extension_data['description']; ?>
467
  <br>
468
- <a href="<?php echo $extension_data['learn_more_link']; ?>" target="_blank">
469
  <?php printf( __( 'Learn more about %s', 'bestwebsoft' ), $name ); ?>
470
  </a>
471
  </p>
@@ -488,6 +488,8 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
488
  if ( isset( $_POST["bws_newcontent_{$extension}"] ) &&
489
  $this->custom_code_args["{$extension}_writeable"] ) {
490
  $newcontent = trim( wp_unslash( $_POST["bws_newcontent_{$extension}"] ) );
 
 
491
 
492
  if ( ! empty( $newcontent ) && isset( $_POST["bws_custom_{$extension}_active"] ) ) {
493
  $this->custom_code_args["is_{$extension}_active"] = true;
@@ -701,7 +703,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
701
  <?php $this->help_phrase(); ?>
702
  <hr>
703
  <?php if ( ! empty( $this->pro_page ) ) {
704
- $bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? stripslashes( esc_html( trim( $_POST['bws_license_key'] ) ) ) : "";
705
 
706
  if ( $this->pro_plugin_is_activated ) {
707
  deactivate_plugins( $this->plugin_basename ); ?>
@@ -711,7 +713,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
711
  function bws_set_timeout() {
712
  i--;
713
  if ( 0 == i ) {
714
- window.location.href = '<?php echo $this->pro_page; ?>';
715
  } else {
716
  $( '#bws_timeout_counter' ).text( i );
717
  window.setTimeout( bws_set_timeout, 1000 );
@@ -721,7 +723,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
721
  })(jQuery);
722
  </script>
723
  <p><strong><?php _e( 'Congratulations! Pro license is activated successfully.', 'bestwebsoft' ); ?></strong></p>
724
- <p><?php printf( __( 'You will be automatically redirected to the %s in %s seconds.', 'bestwebsoft' ), '<a href="' . $this->pro_page . '">' . __( 'Settings page', 'bestwebsoft' ) . '</a>', '<span id="bws_timeout_counter">7</span>' ); ?></p>
725
  <?php } else {
726
  $attr = '';
727
  if ( isset( $bstwbsftwppdtplgns_options['go_pro'][ $this->bws_license_plugin ]['count'] ) &&
@@ -732,17 +734,17 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
732
  <tr>
733
  <th scope="row"><?php _e( 'License Key', 'bestwebsoft' ); ?></th>
734
  <td>
735
- <input <?php echo $attr; ?> type="text" name="bws_license_key" value="<?php echo $bws_license_key; ?>" />
736
- <input <?php echo $attr; ?> type="hidden" name="bws_license_plugin" value="<?php echo $this->bws_license_plugin; ?>" />
737
  <input <?php echo $attr; ?> type="submit" class="button button-secondary" name="bws_license_submit" value="<?php _e( 'Activate', 'bestwebsoft' ); ?>" />
738
  <div class="bws_info">
739
- <?php printf( __( 'Enter your license key to activate %s and get premium plugin features.', 'bestwebsoft' ), '<a href="' . $this->plugins_info['PluginURI'] . '?k=' . $this->link_key . '&pn=' . $this->link_pn . '&v=' . $this->plugins_info["Version"] . '&wp_v=' . $wp_version . '" target="_blank" title="' . $this->plugins_info["Name"] . ' Pro">' . $this->plugins_info["Name"] . ' Pro</a>' ); ?>
740
  </div>
741
  <?php if ( '' != $attr ) { ?>
742
  <p><?php _e( "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually.", 'bestwebsoft' ); ?></p>
743
  <?php }
744
  if ( $this->trial_days !== false )
745
- echo '<p>' . __( 'or', 'bestwebsoft' ) . ' <a href="' . $this->plugins_info['PluginURI'] . 'trial/?k=' . $this->link_key . '&pn=' . $this->link_pn . '&v=' . $this->plugins_info["Version"] . '&wp_v=' . $wp_version . '" target="_blank">' . sprintf( __( 'Start Your Free %s-Day Trial Now', 'bestwebsoft' ), $this->trial_days ) . '</a></p>'; ?>
746
  </td>
747
  </tr>
748
  </table>
@@ -754,7 +756,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
754
  <tr>
755
  <th scope="row"><?php _e( 'License Key', 'bestwebsoft' ); ?></th>
756
  <td>
757
- <input type="text" maxlength="100" name="bws_license_key" value="<?php echo $license_key; ?>" />
758
  <input type="submit" class="button button-secondary" name="bws_license_submit" value="<?php _e( 'Check license key', 'bestwebsoft' ); ?>" />
759
  <div class="bws_info">
760
  <?php _e( 'If necessary, you can check if the license key is correct or reenter it in the field below.', 'bestwebsoft' ); ?>
@@ -783,7 +785,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
783
  private function save_options_license_key() {
784
  global $wp_version, $bstwbsftwppdtplgns_options;
785
 
786
- $bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? stripslashes( esc_html( trim( $_POST['bws_license_key'] ) ) ) : '';
787
 
788
  if ( '' != $bws_license_key ) {
789
  if ( strlen( $bws_license_key ) != 18 ) {
@@ -840,7 +842,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
840
  $message .= ' ' . __( 'Your license will expire on', 'bestwebsoft' ) . ' ' . $single_response->time_out . '.';
841
 
842
  if ( isset( $single_response->trial ) && $this->is_trial )
843
- $message .= ' ' . sprintf( __( 'In order to continue using the plugin it is necessary to buy a %s license.', 'bestwebsoft' ), '<a href="' . $this->plugins_info['PluginURI'] . '?k=' . $this->link_key . '&pn=' . $this->link_pn . '&v=' . $this->plugins_info["Version"] . '&wp_v=' . $wp_version . '" target="_blank" title="' . $this->plugins_info["Name"] . '">Pro</a>' );
844
  }
845
 
846
  if ( isset( $single_response->trial ) ) {
@@ -887,7 +889,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
887
  /* Go Pro */
888
  } else {
889
 
890
- $bws_license_plugin = stripslashes( esc_html( $_POST['bws_license_plugin'] ) );
891
  if ( isset( $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] ) && $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] > ( time() - (24 * 60 * 60) ) ) {
892
  $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] = $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] + 1;
893
  } else {
@@ -928,7 +930,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
928
  } elseif ( "you_are_banned" == $single_response->package ) {
929
  $error = __( "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually.", 'bestwebsoft' );
930
  } elseif ( "time_out" == $single_response->package ) {
931
- $error = sprintf( __( "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates, you should extend it in your %s", 'bestwebsoft' ), ' <a href="https://bestwebsoft.com/client-area">Client Area</a>' );
932
  } elseif ( "duplicate_domen_for_trial" == $single_response->package ) {
933
  $error = __( "Unfortunately, the Pro licence was already installed to this domain. The Pro Trial license can be installed only once.", 'bestwebsoft' );
934
  }
@@ -954,7 +956,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
954
  }
955
 
956
  if ( ! $received_content ) {
957
- $error = __( "Failed to download the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
958
  } else {
959
  if ( is_writable( $this->upload_dir["path"] ) ) {
960
  $file_put_contents = $this->upload_dir["path"] . "/" . $zip_name[0] . ".zip";
@@ -966,20 +968,20 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
966
  $zip->extractTo( WP_PLUGIN_DIR );
967
  $zip->close();
968
  } else {
969
- $error = __( "Failed to open the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
970
  }
971
  } elseif ( class_exists( 'Phar' ) ) {
972
  $phar = new PharData( $file_put_contents );
973
  $phar->extractTo( WP_PLUGIN_DIR );
974
  } else {
975
- $error = __( "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually", 'bestwebsoft' );
976
  }
977
  @unlink( $file_put_contents );
978
  } else {
979
- $error = __( "Failed to download the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
980
  }
981
  } else {
982
- $error = __( "UploadDir is not writable. Please, upload the plugin manually", 'bestwebsoft' );
983
  }
984
  }
985
 
@@ -998,7 +1000,7 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
998
  }
999
  $this->pro_plugin_is_activated = true;
1000
  } elseif ( empty( $error ) ) {
1001
- $error = __( "Failed to download the zip archive. Please, upload the plugin manually", 'bestwebsoft' );
1002
  }
1003
  }
1004
  } else {
@@ -1051,22 +1053,22 @@ if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
1051
  public function help_phrase() {
1052
  echo '<div class="bws_tab_description">' . __( 'Need Help?', 'bestwebsoft' ) . ' ';
1053
  if ( '' != $this->doc_link )
1054
- echo '<a href="' . $this->doc_link . '" target="_blank">' . __( 'Read the Instruction', 'bestwebsoft' );
1055
  else
1056
  echo '<a href="https://support.bestwebsoft.com/hc/en-us/" target="_blank">' . __( 'Visit Help Center', 'bestwebsoft' );
1057
  if ( '' != $this->doc_video_link )
1058
- echo '</a>' . ' ' . __( 'or', 'bestwebsoft' ) . ' ' . '<a href="' . $this->doc_video_link . '" target="_blank">' . __( 'Watch the Video', 'bestwebsoft' );
1059
  echo '</a></div>';
1060
  }
1061
 
1062
  public function bws_pro_block_links() {
1063
  global $wp_version; ?>
1064
  <div class="bws_pro_version_tooltip">
1065
- <a class="bws_button" href="<?php echo $this->plugins_info['PluginURI']; ?>?k=<?php echo $this->link_key; ?>&amp;pn=<?php echo $this->link_pn; ?>&amp;v=<?php echo $this->plugins_info["Version"]; ?>&amp;wp_v=<?php echo $wp_version; ?>" target="_blank" title="<?php echo $this->plugins_info["Name"]; ?>"><?php _e( 'Upgrade to Pro', 'bestwebsoft' ); ?></a>
1066
  <?php if ( $this->trial_days !== false ) { ?>
1067
  <span class="bws_trial_info">
1068
  <?php _e( 'or', 'bestwebsoft' ); ?>
1069
- <a href="<?php echo $this->plugins_info['PluginURI']; ?>?k=<?php echo $this->link_key; ?>&amp;pn=<?php echo $this->link_pn; ?>&amp;v=<?php echo $this->plugins_info["Version"]; ?>&amp;wp_v=<?php echo $wp_version; ?>" target="_blank" title="<?php echo $this->plugins_info["Name"]; ?>"><?php _e( 'Start Your Free Trial', 'bestwebsoft' ); ?></a>
1070
  </span>
1071
  <?php } ?>
1072
  <div class="clear"></div>
7
 
8
  if ( ! class_exists( 'Bws_Settings_Tabs' ) ) {
9
  class Bws_Settings_Tabs {
10
+ private $tabs;
11
  private $pro_plugin_is_activated = false;
12
  private $custom_code_args = array();
13
 
129
  <div id="post-body" class="metabox-holder columns-2">
130
  <div id="post-body-content" style="position: relative;">
131
  <?php $this->display_tabs(); ?>
132
+ </div><!-- #post-body-content -->
133
  <div id="postbox-container-1" class="postbox-container">
134
  <div class="meta-box-sortables ui-sortable">
135
  <div id="submitdiv" class="postbox">
154
  $daysleft = floor( ( $finish - $today ) / ( 60*60*24 ) );
155
  $license_status = sprintf( __( '%s day(-s) left', 'bestwebsoft' ), $daysleft );
156
  }
157
+ $license_status .= '. <a target="_blank" href="' . esc_url( $this->plugins_info['PluginURI'] ) . '">' . __( 'Upgrade to Pro', 'bestwebsoft' ) . '</a>';
158
  } else {
159
  $license_type = isset( $bstwbsftwppdtplgns_options['nonprofit'][ $this->plugin_basename ] ) ? 'Nonprofit Pro' : 'Pro';
160
  if ( $finish < $today ) {
261
  foreach ( $this->tabs as $tab_slug => $data ) {
262
  if ( ! empty( $data['is_pro'] ) && $this->hide_pro_tabs )
263
  continue; ?>
264
+ <div class="bws_tab ui-tabs-panel ui-widget-content ui-corner-bottom" id="<?php echo esc_attr( $this->prefix . '_' . $tab_slug . '_tab' ); ?>" aria-labelledby="ui-id-2" role="tabpanel" aria-hidden="false" style="display: block;">
265
  <?php $tab_slug = str_replace( '-', '_', $tab_slug );
266
  if ( method_exists( $this, 'tab_' . $tab_slug ) ) {
267
  call_user_func( array( $this, 'tab_' . $tab_slug ) );
400
 
401
  if ( file_exists( $real_file ) ) {
402
  update_recently_edited( $real_file );
403
+ $this->custom_code_args["content_{$extension}"] = file_get_contents( $real_file );
404
  if ( ( $this->is_multisite && isset( $bstwbsftwppdtplgns_options['custom_code'][ $this->custom_code_args['blog_id'] ][ $file ] ) ) ||
405
  ( ! $this->is_multisite && isset( $bstwbsftwppdtplgns_options['custom_code'][ $file ] ) ) ) {
406
  $this->custom_code_args["is_{$extension}_active"] = true;
432
  'css' => array( 'description' => __( 'These styles will be added to the header on all pages of your site.', 'bestwebsoft' ),
433
  'learn_more_link' => 'https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Getting_started'
434
  ),
435
+ 'php' => array( 'description' => sprintf( __( 'This PHP code will be hooked to the %s action and will be printed on front end only.', 'bestwebsoft' ), '<a href="https://codex.wordpress.org/Plugin_API/Action_Reference/init" target="_blank"><code>init</code></a>' ),
436
  'learn_more_link' => 'http://php.net/'
437
  ),
438
  'js' => array( 'description' => __( 'These code will be added to the header on all pages of your site.', 'bestwebsoft' ),
461
  <?php printf( __( 'Activate custom %s code.', 'bestwebsoft' ), $name ); ?>
462
  </label>
463
  </p>
464
+ <textarea cols="70" rows="25" name="bws_newcontent_<?php echo $extension; ?>" id="bws_newcontent_<?php echo $extension; ?>"><?php if ( isset( $this->custom_code_args["content_{$extension}"] ) ) echo esc_textarea( $this->custom_code_args["content_{$extension}"] ); ?></textarea>
465
  <p class="bws_info">
466
  <?php echo $extension_data['description']; ?>
467
  <br>
468
+ <a href="<?php echo esc_url( $extension_data['learn_more_link'] ); ?>" target="_blank">
469
  <?php printf( __( 'Learn more about %s', 'bestwebsoft' ), $name ); ?>
470
  </a>
471
  </p>
488
  if ( isset( $_POST["bws_newcontent_{$extension}"] ) &&
489
  $this->custom_code_args["{$extension}_writeable"] ) {
490
  $newcontent = trim( wp_unslash( $_POST["bws_newcontent_{$extension}"] ) );
491
+ if ( 'css' == $extension )
492
+ $newcontent = wp_kses( $newcontent, 'strip' );
493
 
494
  if ( ! empty( $newcontent ) && isset( $_POST["bws_custom_{$extension}_active"] ) ) {
495
  $this->custom_code_args["is_{$extension}_active"] = true;
703
  <?php $this->help_phrase(); ?>
704
  <hr>
705
  <?php if ( ! empty( $this->pro_page ) ) {
706
+ $bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? stripslashes( sanitize_text_field( $_POST['bws_license_key'] ) ) : "";
707
 
708
  if ( $this->pro_plugin_is_activated ) {
709
  deactivate_plugins( $this->plugin_basename ); ?>
713
  function bws_set_timeout() {
714
  i--;
715
  if ( 0 == i ) {
716
+ window.location.href = '<?php echo esc_url( self_admin_url( $this->pro_page ) ); ?>';
717
  } else {
718
  $( '#bws_timeout_counter' ).text( i );
719
  window.setTimeout( bws_set_timeout, 1000 );
723
  })(jQuery);
724
  </script>
725
  <p><strong><?php _e( 'Congratulations! Pro license is activated successfully.', 'bestwebsoft' ); ?></strong></p>
726
+ <p><?php printf( __( 'You will be automatically redirected to the %s in %s seconds.', 'bestwebsoft' ), '<a href="' . esc_url( self_admin_url( $this->pro_page ) ) . '">' . __( 'Settings page', 'bestwebsoft' ) . '</a>', '<span id="bws_timeout_counter">7</span>' ); ?></p>
727
  <?php } else {
728
  $attr = '';
729
  if ( isset( $bstwbsftwppdtplgns_options['go_pro'][ $this->bws_license_plugin ]['count'] ) &&
734
  <tr>
735
  <th scope="row"><?php _e( 'License Key', 'bestwebsoft' ); ?></th>
736
  <td>
737
+ <input <?php echo $attr; ?> type="text" name="bws_license_key" value="<?php echo esc_attr( $bws_license_key ); ?>" />
738
+ <input <?php echo $attr; ?> type="hidden" name="bws_license_plugin" value="<?php echo esc_attr( $this->bws_license_plugin ); ?>" />
739
  <input <?php echo $attr; ?> type="submit" class="button button-secondary" name="bws_license_submit" value="<?php _e( 'Activate', 'bestwebsoft' ); ?>" />
740
  <div class="bws_info">
741
+ <?php printf( __( 'Enter your license key to activate %s and get premium plugin features.', 'bestwebsoft' ), '<a href="' . esc_url( $this->plugins_info['PluginURI'] . '?k=' . $this->link_key . '&pn=' . $this->link_pn . '&v=' . $this->plugins_info["Version"] . '&wp_v=' . $wp_version ) . '" target="_blank" title="' . $this->plugins_info["Name"] . ' Pro">' . $this->plugins_info["Name"] . ' Pro</a>' ); ?>
742
  </div>
743
  <?php if ( '' != $attr ) { ?>
744
  <p><?php _e( "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually.", 'bestwebsoft' ); ?></p>
745
  <?php }
746
  if ( $this->trial_days !== false )
747
+ echo '<p>' . __( 'or', 'bestwebsoft' ) . ' <a href="' . esc_url( $this->plugins_info['PluginURI'] . 'trial/?k=' . $this->link_key . '&pn=' . $this->link_pn . '&v=' . $this->plugins_info["Version"] . '&wp_v=' . $wp_version ) . '" target="_blank">' . sprintf( __( 'Start Your Free %s-Day Trial Now', 'bestwebsoft' ), $this->trial_days ) . '</a></p>'; ?>
748
  </td>
749
  </tr>
750
  </table>
756
  <tr>
757
  <th scope="row"><?php _e( 'License Key', 'bestwebsoft' ); ?></th>
758
  <td>
759
+ <input type="text" maxlength="100" name="bws_license_key" value="<?php echo esc_attr( $license_key ); ?>" />
760
  <input type="submit" class="button button-secondary" name="bws_license_submit" value="<?php _e( 'Check license key', 'bestwebsoft' ); ?>" />
761
  <div class="bws_info">
762
  <?php _e( 'If necessary, you can check if the license key is correct or reenter it in the field below.', 'bestwebsoft' ); ?>
785
  private function save_options_license_key() {
786
  global $wp_version, $bstwbsftwppdtplgns_options;
787
 
788
+ $bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? stripslashes( sanitize_text_field( $_POST['bws_license_key'] ) ) : '';
789
 
790
  if ( '' != $bws_license_key ) {
791
  if ( strlen( $bws_license_key ) != 18 ) {
842
  $message .= ' ' . __( 'Your license will expire on', 'bestwebsoft' ) . ' ' . $single_response->time_out . '.';
843
 
844
  if ( isset( $single_response->trial ) && $this->is_trial )
845
+ $message .= ' ' . sprintf( __( 'In order to continue using the plugin it is necessary to buy a %s license.', 'bestwebsoft' ), '<a href="' . esc_url( $this->plugins_info['PluginURI'] . '?k=' . $this->link_key . '&pn=' . $this->link_pn . '&v=' . $this->plugins_info["Version"] . '&wp_v=' . $wp_version ) . '" target="_blank" title="' . $this->plugins_info["Name"] . '">Pro</a>' );
846
  }
847
 
848
  if ( isset( $single_response->trial ) ) {
889
  /* Go Pro */
890
  } else {
891
 
892
+ $bws_license_plugin = stripslashes( sanitize_text_field( $_POST['bws_license_plugin'] ) );
893
  if ( isset( $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] ) && $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] > ( time() - (24 * 60 * 60) ) ) {
894
  $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] = $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] + 1;
895
  } else {
930
  } elseif ( "you_are_banned" == $single_response->package ) {
931
  $error = __( "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually.", 'bestwebsoft' );
932
  } elseif ( "time_out" == $single_response->package ) {
933
+ $error = sprintf( __( "Unfortunately, Your license has expired. To continue getting top-priority support and plugin updates, you should extend it in your %s.", 'bestwebsoft' ), ' <a href="https://bestwebsoft.com/client-area">Client Area</a>' );
934
  } elseif ( "duplicate_domen_for_trial" == $single_response->package ) {
935
  $error = __( "Unfortunately, the Pro licence was already installed to this domain. The Pro Trial license can be installed only once.", 'bestwebsoft' );
936
  }
956
  }
957
 
958
  if ( ! $received_content ) {
959
+ $error = __( "Failed to download the zip archive. Please, upload the plugin manually.", 'bestwebsoft' );
960
  } else {
961
  if ( is_writable( $this->upload_dir["path"] ) ) {
962
  $file_put_contents = $this->upload_dir["path"] . "/" . $zip_name[0] . ".zip";
968
  $zip->extractTo( WP_PLUGIN_DIR );
969
  $zip->close();
970
  } else {
971
+ $error = __( "Failed to open the zip archive. Please, upload the plugin manually.", 'bestwebsoft' );
972
  }
973
  } elseif ( class_exists( 'Phar' ) ) {
974
  $phar = new PharData( $file_put_contents );
975
  $phar->extractTo( WP_PLUGIN_DIR );
976
  } else {
977
+ $error = __( "Your server does not support either ZipArchive or Phar. Please, upload the plugin manually.", 'bestwebsoft' );
978
  }
979
  @unlink( $file_put_contents );
980
  } else {
981
+ $error = __( "Failed to download the zip archive. Please, upload the plugin manually.", 'bestwebsoft' );
982
  }
983
  } else {
984
+ $error = __( "UploadDir is not writable. Please, upload the plugin manually.", 'bestwebsoft' );
985
  }
986
  }
987
 
1000
  }
1001
  $this->pro_plugin_is_activated = true;
1002
  } elseif ( empty( $error ) ) {
1003
+ $error = __( "Failed to download the zip archive. Please, upload the plugin manually.", 'bestwebsoft' );
1004
  }
1005
  }
1006
  } else {
1053
  public function help_phrase() {
1054
  echo '<div class="bws_tab_description">' . __( 'Need Help?', 'bestwebsoft' ) . ' ';
1055
  if ( '' != $this->doc_link )
1056
+ echo '<a href="' . esc_url( $this->doc_link ) . '" target="_blank">' . __( 'Read the Instruction', 'bestwebsoft' );
1057
  else
1058
  echo '<a href="https://support.bestwebsoft.com/hc/en-us/" target="_blank">' . __( 'Visit Help Center', 'bestwebsoft' );
1059
  if ( '' != $this->doc_video_link )
1060
+ echo '</a>' . ' ' . __( 'or', 'bestwebsoft' ) . ' ' . '<a href="' . esc_url( $this->doc_video_link ) . '" target="_blank">' . __( 'Watch the Video', 'bestwebsoft' );
1061
  echo '</a></div>';
1062
  }
1063
 
1064
  public function bws_pro_block_links() {
1065
  global $wp_version; ?>
1066
  <div class="bws_pro_version_tooltip">
1067
+ <a class="bws_button" href="<?php echo esc_url( $this->plugins_info['PluginURI'] ); ?>?k=<?php echo $this->link_key; ?>&amp;pn=<?php echo $this->link_pn; ?>&amp;v=<?php echo $this->plugins_info["Version"]; ?>&amp;wp_v=<?php echo $wp_version; ?>" target="_blank" title="<?php echo $this->plugins_info["Name"]; ?>"><?php _e( 'Upgrade to Pro', 'bestwebsoft' ); ?></a>
1068
  <?php if ( $this->trial_days !== false ) { ?>
1069
  <span class="bws_trial_info">
1070
  <?php _e( 'or', 'bestwebsoft' ); ?>
1071
+ <a href="<?php echo esc_url( $this->plugins_info['PluginURI'] . '?k=' . $this->link_key . '&pn=' . $this->link_pn . '&v=' . $this->plugins_info["Version"] . '&wp_v=' . $wp_version ); ?>" target="_blank" title="<?php echo $this->plugins_info["Name"]; ?>"><?php _e( 'Start Your Free Trial', 'bestwebsoft' ); ?></a>
1072
  </span>
1073
  <?php } ?>
1074
  <div class="clear"></div>
bws_menu/css/modal.css CHANGED
@@ -6,13 +6,13 @@
6
  top: 0;
7
  z-index: 100000;
8
  display: none;
9
- background: rgba(0, 0, 0, 0.6)
10
  }
11
  .bws-modal.active {
12
- display: block
13
  }
14
  .bws-modal.active:before {
15
- display: block
16
  }
17
  .bws-modal .bws-modal-dialog {
18
  background: transparent;
@@ -22,10 +22,10 @@
22
  padding-bottom: 30px;
23
  top: -100%;
24
  z-index: 100001;
25
- width: 596px
26
  }
27
  .bws-modal.active .bws-modal-dialog {
28
- top: 10%
29
  }
30
  .bws-modal .bws-modal-body,
31
  .bws-modal .bws-modal-footer {
@@ -34,7 +34,7 @@
34
  padding: 25px 25px 15px;
35
  }
36
  .bws-modal .bws-modal-body {
37
- border-bottom: 0
38
  }
39
  .bws-modal .bws-modal-body p {
40
  font-size: 1.3em;
@@ -46,44 +46,44 @@
46
  }
47
  .bws-modal .bws-modal-footer {
48
  border-top: #eeeeee solid 1px;
49
- text-align: right
50
  }
51
- .bws-modal .bws-modal-footer>.button {
52
- margin: 0 7px
53
  }
54
- .bws-modal .bws-modal-footer>.button:first-child {
55
- margin: 0
56
  }
57
  .bws-modal .bws-modal-panel>.notice.inline {
58
  margin: 0;
59
- display: none
60
  }
61
  .bws-modal .bws-modal-panel:not(.active) {
62
- display: none
63
  }
64
  body.has-bws-modal {
65
- overflow: hidden
66
  }
67
  .bws-modal.bws-modal-deactivation-feedback .bws-modal-reason-input,
68
  .bws-modal.bws-modal-deactivation-feedback .bws-modal-internal-message {
69
- margin: 3px 0 3px 22px
70
  }
71
  .bws-modal.bws-modal-deactivation-feedback .bws-modal-reason-input input,
72
  .bws-modal.bws-modal-deactivation-feedback .bws-modal-reason-input textarea,
73
  .bws-modal.bws-modal-deactivation-feedback .bws-modal-internal-message input,
74
  .bws-modal.bws-modal-deactivation-feedback .bws-modal-internal-message textarea {
75
- width: 100%
76
  }
77
  .bws-modal.bws-modal-deactivation-feedback li.bws-modal-reason.has-internal-message .bws-modal-internal-message {
78
  border: 1px solid #ccc;
79
  padding: 7px;
80
- display: none
81
  }
82
  .bws-modal.bws-modal-deactivation-feedback .bws-modal-anonymous-label {
83
- float: left
84
  }
85
  .bws-modal.bws-modal-deactivation-feedback .bws-modal-panel {
86
- margin-top: 0 !important
87
  }
88
 
89
  @media (max-width: 650px) {
@@ -92,23 +92,23 @@ body.has-bws-modal {
92
  box-sizing: border-box;
93
  padding-left: 10px;
94
  padding-right: 10px;
95
- width: 100%
96
  }
97
  .bws-modal .bws-modal-dialog .bws-modal-panel>h3>strong {
98
- font-size: 1.3em
99
  }
100
  .bws-modal.bws-modal-deactivation-feedback li.bws-modal-reason li.bws-modal-reason {
101
- margin-bottom: 10px
102
  }
103
  .bws-modal.bws-modal-deactivation-feedback li.bws-modal-reason li.bws-modal-reason .bws-modal-reason-input,
104
  .bws-modal.bws-modal-deactivation-feedback li.bws-modal-reason li.bws-modal-reason .bws-modal-internal-message {
105
- margin-left: 29px
106
  }
107
  .bws-modal.bws-modal-deactivation-feedback li.bws-modal-reason li.bws-modal-reason label {
108
- display: table
109
  }
110
  .bws-modal.bws-modal-deactivation-feedback li.bws-modal-reason li.bws-modal-reason label>span {
111
  display: table-cell;
112
- font-size: 1.3em
113
  }
114
  }
6
  top: 0;
7
  z-index: 100000;
8
  display: none;
9
+ background: rgba(0, 0, 0, 0.6);
10
  }
11
  .bws-modal.active {
12
+ display: block;
13
  }
14
  .bws-modal.active:before {
15
+ display: block;
16
  }
17
  .bws-modal .bws-modal-dialog {
18
  background: transparent;
22
  padding-bottom: 30px;
23
  top: -100%;
24
  z-index: 100001;
25
+ width: 596px;
26
  }
27
  .bws-modal.active .bws-modal-dialog {
28
+ top: 10%;
29
  }
30
  .bws-modal .bws-modal-body,
31
  .bws-modal .bws-modal-footer {
34
  padding: 25px 25px 15px;
35
  }
36
  .bws-modal .bws-modal-body {
37
+ border-bottom: 0;
38
  }
39
  .bws-modal .bws-modal-body p {
40
  font-size: 1.3em;
46
  }
47
  .bws-modal .bws-modal-footer {
48
  border-top: #eeeeee solid 1px;
49
+ text-align: right;
50
  }
51
+ .bws-modal .bws-modal-footer .button {
52
+ margin: 0 7px;
53
  }
54
+ .bws-modal .bws-modal-footer .button:first-child {
55
+ margin: 0;
56
  }
57
  .bws-modal .bws-modal-panel>.notice.inline {
58
  margin: 0;
59
+ display: none;
60
  }
61
  .bws-modal .bws-modal-panel:not(.active) {
62
+ display: none;
63
  }
64
  body.has-bws-modal {
65
+ overflow: hidden;
66
  }
67
  .bws-modal.bws-modal-deactivation-feedback .bws-modal-reason-input,
68
  .bws-modal.bws-modal-deactivation-feedback .bws-modal-internal-message {
69
+ margin: 3px 0 3px 22px;
70
  }
71
  .bws-modal.bws-modal-deactivation-feedback .bws-modal-reason-input input,
72
  .bws-modal.bws-modal-deactivation-feedback .bws-modal-reason-input textarea,
73
  .bws-modal.bws-modal-deactivation-feedback .bws-modal-internal-message input,
74
  .bws-modal.bws-modal-deactivation-feedback .bws-modal-internal-message textarea {
75
+ width: 100%;
76
  }
77
  .bws-modal.bws-modal-deactivation-feedback li.bws-modal-reason.has-internal-message .bws-modal-internal-message {
78
  border: 1px solid #ccc;
79
  padding: 7px;
80
+ display: none;
81
  }
82
  .bws-modal.bws-modal-deactivation-feedback .bws-modal-anonymous-label {
83
+ padding-top: 15px;
84
  }
85
  .bws-modal.bws-modal-deactivation-feedback .bws-modal-panel {
86
+ margin-top: 0 !important;
87
  }
88
 
89
  @media (max-width: 650px) {
92
  box-sizing: border-box;
93
  padding-left: 10px;
94
  padding-right: 10px;
95
+ width: 100%;
96
  }
97
  .bws-modal .bws-modal-dialog .bws-modal-panel>h3>strong {
98
+ font-size: 1.3em;
99
  }
100
  .bws-modal.bws-modal-deactivation-feedback li.bws-modal-reason li.bws-modal-reason {
101
+ margin-bottom: 10px;
102
  }
103
  .bws-modal.bws-modal-deactivation-feedback li.bws-modal-reason li.bws-modal-reason .bws-modal-reason-input,
104
  .bws-modal.bws-modal-deactivation-feedback li.bws-modal-reason li.bws-modal-reason .bws-modal-internal-message {
105
+ margin-left: 29px;
106
  }
107
  .bws-modal.bws-modal-deactivation-feedback li.bws-modal-reason li.bws-modal-reason label {
108
+ display: table;
109
  }
110
  .bws-modal.bws-modal-deactivation-feedback li.bws-modal-reason li.bws-modal-reason label>span {
111
  display: table-cell;
112
+ font-size: 1.3em;
113
  }
114
  }
bws_menu/deactivation-form.php CHANGED
@@ -121,24 +121,26 @@ if ( ! function_exists( 'bws_add_deactivation_feedback_dialog_box' ) ) {
121
  + ' <div class="bws-modal-dialog">'
122
  + ' <div class="bws-modal-body">'
123
  + ' <h2><?php _e( 'Quick Feedback', 'bestwebsoft' ); ?></h2>'
124
- + ' <div class="bws-modal-panel active"><p><?php _e( 'If you have a moment, please let us know why you are deactivating', 'bestwebsoft' ); ?>:</p><ul>' + <?php echo json_encode( $reasons_list_items_html ); ?> + '</ul></div>'
 
 
 
 
 
125
  + ' </div>'
126
  + ' <div class="bws-modal-footer">'
127
- + ' <label class="bws-modal-anonymous-label">'
128
- + ' <input type="checkbox" />'
129
- + ' <?php _e( 'Anonymous feedback', 'bestwebsoft' ); ?>'
130
- + ' </label>'
131
  + ' <a href="#" class="button button-secondary bws-modal-button-close"><?php _e( 'Cancel', 'bestwebsoft' ); ?></a>'
132
  + ' <a href="#" class="button button-primary bws-modal-button-deactivate"></a>'
 
133
  + ' </div>'
134
  + ' </div>'
135
  + '</div>',
136
  $modal = $( modalHtml ),
137
- $deactivateLink = $( '#the-list .active[data-slug="<?php echo $slug; ?>"] .deactivate a' ),
138
  $anonymousFeedback = $modal.find( '.bws-modal-anonymous-label' ),
139
  selectedReasonID = false;
140
 
141
- /* WP added data-slug attr after 4.2 version */
142
  if ( 0 == $deactivateLink.length )
143
  $deactivateLink = $( '#the-list .active#<?php echo $plugin_id; ?> .deactivate a' );
144
 
@@ -205,7 +207,7 @@ if ( ! function_exists( 'bws_add_deactivation_feedback_dialog_box' ) ) {
205
  return;
206
  }
207
 
208
- var $selected_reason = $radio.parents('li:first'),
209
  $input = $selected_reason.find( 'textarea, input[type="text"]' ),
210
  userReason = ( 0 !== $input.length ) ? $input.val().trim() : '';
211
 
@@ -213,6 +215,8 @@ if ( ! function_exists( 'bws_add_deactivation_feedback_dialog_box' ) ) {
213
  return;
214
  }
215
 
 
 
216
  $.ajax({
217
  url : ajaxurl,
218
  method : 'POST',
@@ -221,7 +225,7 @@ if ( ! function_exists( 'bws_add_deactivation_feedback_dialog_box' ) ) {
221
  'plugin' : '<?php echo $basename; ?>',
222
  'reason_id' : $radio.val(),
223
  'reason_info' : userReason,
224
- 'is_anonymous' : ( $anonymousFeedback.find( 'input' ).prop( 'checked' ) ),
225
  'bws_ajax_nonce' : '<?php echo wp_create_nonce( 'bws_ajax_nonce' ); ?>'
226
  },
227
  beforeSend: function() {
@@ -316,7 +320,7 @@ if ( ! function_exists( 'bws_add_deactivation_feedback_dialog_box' ) ) {
316
 
317
  $modal.find( '.message' ).hide();
318
 
319
- $anonymousFeedback.find( 'input' ).prop( 'checked', false );
320
 
321
  /* Hide, since by default there is no selected reason.*/
322
  $anonymousFeedback.hide();
@@ -353,7 +357,7 @@ if ( ! function_exists( 'bws_add_deactivation_feedback_dialog_box' ) ) {
353
  */
354
  if ( ! function_exists( 'bws_submit_uninstall_reason_action' ) ) {
355
  function bws_submit_uninstall_reason_action() {
356
- global $bstwbsftwppdtplgns_options, $wp_version, $bstwbsftwppdtplgns_active_plugins;
357
 
358
  wp_verify_nonce( $_REQUEST['bws_ajax_nonce'], 'bws_ajax_nonce' );
359
 
@@ -368,7 +372,7 @@ if ( ! function_exists( 'bws_submit_uninstall_reason_action' ) ) {
368
  if ( ! empty( $reason_info ) ) {
369
  $reason_info = substr( $reason_info, 0, 255 );
370
  }
371
- $is_anonymous = isset( $_REQUEST['is_anonymous'] ) && ( 1 == $_REQUEST['is_anonymous'] || 'true' == strtolower( $_REQUEST['is_anonymous'] ) );
372
 
373
  $options = array(
374
  'product' => $basename,
@@ -389,6 +393,8 @@ if ( ! function_exists( 'bws_submit_uninstall_reason_action' ) ) {
389
  $options['is_active'] = false;
390
  $options['version'] = $bstwbsftwppdtplgns_active_plugins[ $basename ]['Version'];
391
  }
 
 
392
  }
393
 
394
  /* send data */
121
  + ' <div class="bws-modal-dialog">'
122
  + ' <div class="bws-modal-body">'
123
  + ' <h2><?php _e( 'Quick Feedback', 'bestwebsoft' ); ?></h2>'
124
+ + ' <div class="bws-modal-panel active"><p><?php _e( 'If you have a moment, please let us know why you are deactivating', 'bestwebsoft' ); ?>:</p><ul>' + <?php echo json_encode( $reasons_list_items_html ); ?> + '</ul>'
125
+ + ' <label class="bws-modal-anonymous-label">'
126
+ + ' <input type="checkbox" checked="checked" />'
127
+ + ' <?php _e( 'Send website data and allow to contact me back', 'bestwebsoft' ); ?>'
128
+ + ' </label>'
129
+ + ' </div>'
130
  + ' </div>'
131
  + ' <div class="bws-modal-footer">'
 
 
 
 
132
  + ' <a href="#" class="button button-secondary bws-modal-button-close"><?php _e( 'Cancel', 'bestwebsoft' ); ?></a>'
133
  + ' <a href="#" class="button button-primary bws-modal-button-deactivate"></a>'
134
+ + ' <div class="clear"></div>'
135
  + ' </div>'
136
  + ' </div>'
137
  + '</div>',
138
  $modal = $( modalHtml ),
139
+ $deactivateLink = $( '#the-list .active[data-plugin="<?php echo $basename; ?>"] .deactivate a' ),
140
  $anonymousFeedback = $modal.find( '.bws-modal-anonymous-label' ),
141
  selectedReasonID = false;
142
 
143
+ /* WP added data-plugin attr after 4.5 version/ In prev version was id attr */
144
  if ( 0 == $deactivateLink.length )
145
  $deactivateLink = $( '#the-list .active#<?php echo $plugin_id; ?> .deactivate a' );
146
 
207
  return;
208
  }
209
 
210
+ var $selected_reason = $radio.parents( 'li:first' ),
211
  $input = $selected_reason.find( 'textarea, input[type="text"]' ),
212
  userReason = ( 0 !== $input.length ) ? $input.val().trim() : '';
213
 
215
  return;
216
  }
217
 
218
+ var is_anonymous = ( $anonymousFeedback.find( 'input' ).is( ':checked' ) ) ? 0 : 1;
219
+
220
  $.ajax({
221
  url : ajaxurl,
222
  method : 'POST',
225
  'plugin' : '<?php echo $basename; ?>',
226
  'reason_id' : $radio.val(),
227
  'reason_info' : userReason,
228
+ 'is_anonymous' : is_anonymous,
229
  'bws_ajax_nonce' : '<?php echo wp_create_nonce( 'bws_ajax_nonce' ); ?>'
230
  },
231
  beforeSend: function() {
320
 
321
  $modal.find( '.message' ).hide();
322
 
323
+ $anonymousFeedback.find( 'input' ).prop( 'checked', true );
324
 
325
  /* Hide, since by default there is no selected reason.*/
326
  $anonymousFeedback.hide();
357
  */
358
  if ( ! function_exists( 'bws_submit_uninstall_reason_action' ) ) {
359
  function bws_submit_uninstall_reason_action() {
360
+ global $bstwbsftwppdtplgns_options, $wp_version, $bstwbsftwppdtplgns_active_plugins, $current_user;
361
 
362
  wp_verify_nonce( $_REQUEST['bws_ajax_nonce'], 'bws_ajax_nonce' );
363
 
372
  if ( ! empty( $reason_info ) ) {
373
  $reason_info = substr( $reason_info, 0, 255 );
374
  }
375
+ $is_anonymous = isset( $_REQUEST['is_anonymous'] ) && 1 == $_REQUEST['is_anonymous'];
376
 
377
  $options = array(
378
  'product' => $basename,
393
  $options['is_active'] = false;
394
  $options['version'] = $bstwbsftwppdtplgns_active_plugins[ $basename ]['Version'];
395
  }
396
+
397
+ $options['email'] = $current_user->data->user_email;
398
  }
399
 
400
  /* send data */
bws_menu/deprecated.php CHANGED
@@ -107,7 +107,7 @@ if ( ! function_exists( 'bws_check_pro_license' ) ) {
107
  $result = array();
108
 
109
  if ( isset( $_POST['bws_license_submit'] ) && check_admin_referer( $plugin_basename, 'bws_license_nonce_name' ) ) {
110
- $license_key = isset( $_POST['bws_license_key'] ) ? stripslashes( esc_html( trim( $_POST['bws_license_key'] ) ) ) : '';
111
 
112
  if ( '' != $license_key ) {
113
 
@@ -222,7 +222,7 @@ if ( ! function_exists ( 'bws_check_pro_license_form' ) ) {
222
  <form method="post" action="">
223
  <p><?php echo _e( 'If necessary, you can check if the license key is correct or reenter it in the field below. You can find your license key on your personal page - Client Area - on our website', 'bestwebsoft' ) . ' <a href="https://bestwebsoft.com/client-area">https://bestwebsoft.com/client-area</a> ' . __( '(your username is the email address specified during the purchase). If necessary, please submit "Lost your password?" request.', 'bestwebsoft' ); ?></p>
224
  <p>
225
- <input type="text" maxlength="100" name="bws_license_key" value="<?php echo $license_key; ?>" />
226
  <input type="hidden" name="bws_license_submit" value="submit" />
227
  <input type="submit" class="button" value="<?php _e( 'Check license key', 'bestwebsoft' ) ?>" />
228
  <?php wp_nonce_field( $plugin_basename, 'bws_license_nonce_name' ); ?>
@@ -239,12 +239,12 @@ if ( ! function_exists ( 'bws_check_pro_license_form' ) ) {
239
  if ( ! function_exists( 'bws_go_pro_from_trial_tab' ) ) {
240
  function bws_go_pro_from_trial_tab( $plugin_info, $plugin_basename, $page, $link_slug, $link_key, $link_pn, $trial_license_is_set = true ) {
241
  global $wp_version, $bstwbsftwppdtplgns_options;
242
- $bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? stripslashes( esc_html( trim( $_POST['bws_license_key'] ) ) ) : "";
243
  if ( $trial_license_is_set ) { ?>
244
  <form method="post" action="">
245
  <p>
246
- <?php echo sprintf( __( 'In order to continue using the plugin it is necessary to buy a %s license.', 'bestwebsoft' ), '<a href="https://bestwebsoft.com/products/wordpress/plugins/' . $link_slug . '/?k=' . $link_key . '&amp;pn=' . $link_pn . '&amp;v=' . $plugin_info["Version"] . '&amp;wp_v=' . $wp_version .'" target="_blank" title="' . $plugin_info["Name"] . '">Pro</a>' ) . ' ';
247
- _e( 'After that, you can activate it by entering your license key.', 'bestwebsoft' ); ?><br />
248
  <span class="bws_info">
249
  <?php _e( 'License key can be found in the', 'bestwebsoft' ); ?>
250
  <a href="https://bestwebsoft.com/wp-login.php">Client Area</a>
@@ -262,22 +262,23 @@ if ( ! function_exists( 'bws_go_pro_from_trial_tab' ) ) {
262
  <?php } else { ?>
263
  <p>
264
  <input type="text" maxlength="100" name="bws_license_key" value="" />
265
- <input type="hidden" name="bws_license_plugin" value="<?php echo $plugin_basename; ?>" />
266
  <input type="hidden" name="bws_license_submit" value="submit" />
267
  <input type="submit" class="button-primary" value="<?php _e( 'Activate', 'bestwebsoft' ); ?>" />
268
  <?php wp_nonce_field( $plugin_basename, 'bws_license_nonce_name' ); ?>
269
  </p>
270
  <?php } ?>
271
  </form>
272
- <?php } else { ?>
 
273
  <script type="text/javascript">
274
  window.setTimeout( function() {
275
- window.location.href = 'admin.php?page=<?php echo $page; ?>';
276
  }, 5000 );
277
  </script>
278
  <p><?php _e( "Congratulations! The Pro license of the plugin is activated successfully.", 'bestwebsoft' ); ?></p>
279
  <p>
280
- <?php _e( "Please, go to", 'bestwebsoft' ); ?> <a href="admin.php?page=<?php echo $page; ?>"><?php _e( 'the setting page', 'bestwebsoft' ); ?></a>
281
  (<?php _e( "You will be redirected automatically in 5 seconds.", 'bestwebsoft' ); ?>)
282
  </p>
283
  <?php }
@@ -294,7 +295,7 @@ if ( ! function_exists( 'bws_go_pro_tab_check' ) ) {
294
  global $wp_version, $bstwbsftwppdtplgns_options;
295
  $result = array();
296
 
297
- $bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? stripslashes( esc_html( trim( $_POST['bws_license_key'] ) ) ) : "";
298
 
299
  if ( ! empty( $plugin_options_name ) && isset( $_POST['bws_hide_premium_options_submit'] ) && check_admin_referer( $plugin_basename, 'bws_license_nonce_name' ) ) {
300
 
@@ -321,7 +322,7 @@ if ( ! function_exists( 'bws_go_pro_tab_check' ) ) {
321
  if ( strlen( $bws_license_key ) != 18 ) {
322
  $result['error'] = __( "Wrong license key", 'bestwebsoft' );
323
  } else {
324
- $bws_license_plugin = stripslashes( esc_html( $_POST['bws_license_plugin'] ) );
325
  if ( isset( $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] ) && $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] > ( time() - (24 * 60 * 60) ) ) {
326
  $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] = $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] + 1;
327
  } else {
@@ -527,7 +528,8 @@ if ( ! function_exists( 'bws_custom_code_tab' ) ) {
527
  if ( isset( $_REQUEST['bws_update_custom_code'] ) && check_admin_referer( 'bws_update_' . $css_file ) ) {
528
 
529
  /* CSS */
530
- $newcontent_css = wp_unslash( $_POST['bws_newcontent_css'] );
 
531
  if ( ! empty( $newcontent_css ) && isset( $_REQUEST['bws_custom_css_active'] ) ) {
532
  if ( $is_multisite )
533
  $bstwbsftwppdtplgns_options['custom_code'][ $blog_id ][ $css_file ] = $upload_dir['baseurl'] . '/bws-custom-code/' . $css_file;
@@ -551,7 +553,7 @@ if ( ! function_exists( 'bws_custom_code_tab' ) ) {
551
  }
552
 
553
  /* PHP */
554
- $newcontent_php = wp_unslash( trim( $_POST['bws_newcontent_php'] ) );
555
  if ( file_exists( $index_file ) ) {
556
  if ( ! empty( $newcontent_php ) && isset( $_REQUEST['bws_custom_php_active'] ) ) {
557
  if ( $is_multisite )
@@ -591,7 +593,7 @@ if ( ! function_exists( 'bws_custom_code_tab' ) ) {
591
 
592
  if ( file_exists( $real_css_file ) ) {
593
  update_recently_edited( $real_css_file );
594
- $content_css = esc_textarea( file_get_contents( $real_css_file ) );
595
  if ( ( $is_multisite && isset( $bstwbsftwppdtplgns_options['custom_code'][ $blog_id ][ $css_file ] ) ) ||
596
  ( ! $is_multisite && isset( $bstwbsftwppdtplgns_options['custom_code'][ $css_file ] ) ) ) {
597
  $is_css_active = true;
@@ -599,7 +601,7 @@ if ( ! function_exists( 'bws_custom_code_tab' ) ) {
599
  }
600
  if ( file_exists( $real_php_file ) ) {
601
  update_recently_edited( $real_php_file );
602
- $content_php = esc_textarea( file_get_contents( $real_php_file ) );
603
  if ( ( $is_multisite && isset( $bstwbsftwppdtplgns_options['custom_code'][ $blog_id ][ $php_file ] ) ) ||
604
  ( ! $is_multisite && isset( $bstwbsftwppdtplgns_options['custom_code'][ $php_file ] ) ) ) {
605
  $is_php_active = true;
@@ -617,7 +619,7 @@ if ( ! function_exists( 'bws_custom_code_tab' ) ) {
617
  <?php if ( 'css' == $extension )
618
  _e( 'These styles will be added to the header on all pages of your site.', 'bestwebsoft' );
619
  else
620
- printf( __( 'This PHP code will be hooked to the %s action and will be printed on front end only.', 'bestwebsoft' ), '<a href="http://codex.wordpress.org/Plugin_API/Action_Reference/init" target="_blank"><code>init</code></a>' ); ?>
621
  </p>
622
  <p><big>
623
  <?php if ( ! file_exists( ${"real_{$extension}_file"} ) || ( is_writeable( ${"real_{$extension}_file"} ) ) ) {
@@ -627,7 +629,7 @@ if ( ! function_exists( 'bws_custom_code_tab' ) ) {
627
  } ?>
628
  </big></p>
629
  <p><label><input type="checkbox" name="bws_custom_<?php echo $extension; ?>_active" value="1" <?php if ( ${"is_{$extension}_active"} ) echo "checked"; ?> /> <?php _e( 'Activate', 'bestwebsoft' ); ?></label></p>
630
- <textarea cols="70" rows="25" name="bws_newcontent_<?php echo $extension; ?>" id="bws_newcontent_<?php echo $extension; ?>"><?php if ( isset( ${"content_{$extension}"} ) ) echo ${"content_{$extension}"}; ?></textarea>
631
  <p class="description">
632
  <a href="<?php echo ( 'css' == $extension ) ? 'https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Getting_started' : 'http://php.net/' ?>" target="_blank">
633
  <?php printf( __( 'Learn more about %s', 'bestwebsoft' ), strtoupper( $extension ) ); ?>
@@ -657,16 +659,17 @@ if ( ! function_exists( 'bws_custom_code_tab' ) ) {
657
  if ( ! function_exists( 'bws_go_pro_tab_show' ) ) {
658
  function bws_go_pro_tab_show( $bws_hide_premium_options_check, $plugin_info, $plugin_basename, $page, $pro_page, $bws_license_plugin, $link_slug, $link_key, $link_pn, $pro_plugin_is_activated = false, $trial_days_number = false ) {
659
  global $wp_version, $bstwbsftwppdtplgns_options;
660
- $bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? stripslashes( esc_html( trim( $_POST['bws_license_key'] ) ) ) : "";
661
- if ( $pro_plugin_is_activated ) { ?>
 
662
  <script type="text/javascript">
663
  window.setTimeout( function() {
664
- window.location.href = 'admin.php?page=<?php echo $pro_page; ?>';
665
  }, 5000 );
666
  </script>
667
  <p><?php _e( "Congratulations! Pro version of the plugin is installed and activated successfully.", 'bestwebsoft' ); ?></p>
668
  <p>
669
- <?php _e( "Please, go to", 'bestwebsoft' ); ?> <a href="admin.php?page=<?php echo $pro_page; ?>"><?php _e( 'the setting page', 'bestwebsoft' ); ?></a>
670
  (<?php _e( "You will be redirected automatically in 5 seconds.", 'bestwebsoft' ); ?>)
671
  </p>
672
  <?php } else {
@@ -682,7 +685,7 @@ if ( ! function_exists( 'bws_go_pro_tab_show' ) ) {
682
  <form method="post" action="">
683
  <p>
684
  <?php _e( 'Enter your license key to install and activate', 'bestwebsoft' ); ?>
685
- <a href="https://bestwebsoft.com/products/wordpress/plugins/<?php echo $link_slug; ?>/?k=<?php echo $link_key; ?>&amp;pn=<?php echo $link_pn; ?>&amp;v=<?php echo $plugin_info["Version"]; ?>&amp;wp_v=<?php echo $wp_version; ?>" target="_blank" title="<?php echo $plugin_info["Name"]; ?> Pro">Pro</a>
686
  <?php _e( 'version of the plugin.', 'bestwebsoft' ); ?><br />
687
  <span class="bws_info">
688
  <?php _e( 'License key can be found in the', 'bestwebsoft' ); ?>
@@ -696,18 +699,19 @@ if ( ! function_exists( 'bws_go_pro_tab_show' ) ) {
696
  '5' < $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] &&
697
  $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] > ( time() - ( 24 * 60 * 60 ) ) ) { ?>
698
  <p>
699
- <input disabled="disabled" type="text" name="bws_license_key" value="<?php echo $bws_license_key; ?>" />
700
  <input disabled="disabled" type="submit" class="button-primary" value="<?php _e( 'Activate', 'bestwebsoft' ); ?>" />
701
  <?php if ( $trial_days_number !== false ) echo $trial_days_number; ?>
702
  </p>
703
  <p><?php _e( "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually.", 'bestwebsoft' ); ?></p>
704
  <?php } else { ?>
705
  <p>
706
- <input type="text" maxlength="100" name="bws_license_key" value="<?php echo $bws_license_key; ?>" />
707
- <input type="hidden" name="bws_license_plugin" value="<?php echo $bws_license_plugin; ?>" />
708
  <input type="hidden" name="bws_license_submit" value="submit" />
709
  <input type="submit" class="button-primary" value="<?php _e( 'Activate', 'bestwebsoft' ); ?>" />
710
- <?php if ( $trial_days_number !== false ) echo $trial_days_number;
 
711
  wp_nonce_field( $plugin_basename, 'bws_license_nonce_name' ); ?>
712
  </p>
713
  <?php } ?>
107
  $result = array();
108
 
109
  if ( isset( $_POST['bws_license_submit'] ) && check_admin_referer( $plugin_basename, 'bws_license_nonce_name' ) ) {
110
+ $license_key = isset( $_POST['bws_license_key'] ) ? sanitize_text_field( $_POST['bws_license_key'] ) : '';
111
 
112
  if ( '' != $license_key ) {
113
 
222
  <form method="post" action="">
223
  <p><?php echo _e( 'If necessary, you can check if the license key is correct or reenter it in the field below. You can find your license key on your personal page - Client Area - on our website', 'bestwebsoft' ) . ' <a href="https://bestwebsoft.com/client-area">https://bestwebsoft.com/client-area</a> ' . __( '(your username is the email address specified during the purchase). If necessary, please submit "Lost your password?" request.', 'bestwebsoft' ); ?></p>
224
  <p>
225
+ <input type="text" maxlength="100" name="bws_license_key" value="<?php echo esc_attr( $license_key ); ?>" />
226
  <input type="hidden" name="bws_license_submit" value="submit" />
227
  <input type="submit" class="button" value="<?php _e( 'Check license key', 'bestwebsoft' ) ?>" />
228
  <?php wp_nonce_field( $plugin_basename, 'bws_license_nonce_name' ); ?>
239
  if ( ! function_exists( 'bws_go_pro_from_trial_tab' ) ) {
240
  function bws_go_pro_from_trial_tab( $plugin_info, $plugin_basename, $page, $link_slug, $link_key, $link_pn, $trial_license_is_set = true ) {
241
  global $wp_version, $bstwbsftwppdtplgns_options;
242
+ $bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? sanitize_text_field( $_POST['bws_license_key'] ) : "";
243
  if ( $trial_license_is_set ) { ?>
244
  <form method="post" action="">
245
  <p>
246
+ <?php printf( __( 'In order to continue using the plugin it is necessary to buy a %s license.', 'bestwebsoft' ), '<a href="https://bestwebsoft.com/products/wordpress/plugins/' . $link_slug . '/?k=' . $link_key . '&amp;pn=' . $link_pn . '&amp;v=' . $plugin_info["Version"] . '&amp;wp_v=' . $wp_version .'" target="_blank" title="' . $plugin_info["Name"] . '">Pro</a>' ); ?> <?php _e( 'After that, you can activate it by entering your license key.', 'bestwebsoft' ); ?>
247
+ <br />
248
  <span class="bws_info">
249
  <?php _e( 'License key can be found in the', 'bestwebsoft' ); ?>
250
  <a href="https://bestwebsoft.com/wp-login.php">Client Area</a>
262
  <?php } else { ?>
263
  <p>
264
  <input type="text" maxlength="100" name="bws_license_key" value="" />
265
+ <input type="hidden" name="bws_license_plugin" value="<?php echo esc_attr( $plugin_basename ); ?>" />
266
  <input type="hidden" name="bws_license_submit" value="submit" />
267
  <input type="submit" class="button-primary" value="<?php _e( 'Activate', 'bestwebsoft' ); ?>" />
268
  <?php wp_nonce_field( $plugin_basename, 'bws_license_nonce_name' ); ?>
269
  </p>
270
  <?php } ?>
271
  </form>
272
+ <?php } else {
273
+ $page_url = esc_url( self_admin_url( 'admin.php?page=' . $page ) ); ?>
274
  <script type="text/javascript">
275
  window.setTimeout( function() {
276
+ window.location.href = '<?php echo $page_url; ?>';
277
  }, 5000 );
278
  </script>
279
  <p><?php _e( "Congratulations! The Pro license of the plugin is activated successfully.", 'bestwebsoft' ); ?></p>
280
  <p>
281
+ <?php _e( "Please, go to", 'bestwebsoft' ); ?> <a href="<?php echo $page_url; ?>"><?php _e( 'the setting page', 'bestwebsoft' ); ?></a>
282
  (<?php _e( "You will be redirected automatically in 5 seconds.", 'bestwebsoft' ); ?>)
283
  </p>
284
  <?php }
295
  global $wp_version, $bstwbsftwppdtplgns_options;
296
  $result = array();
297
 
298
+ $bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? sanitize_text_field( $_POST['bws_license_key'] ) : "";
299
 
300
  if ( ! empty( $plugin_options_name ) && isset( $_POST['bws_hide_premium_options_submit'] ) && check_admin_referer( $plugin_basename, 'bws_license_nonce_name' ) ) {
301
 
322
  if ( strlen( $bws_license_key ) != 18 ) {
323
  $result['error'] = __( "Wrong license key", 'bestwebsoft' );
324
  } else {
325
+ $bws_license_plugin = sanitize_text_field( $_POST['bws_license_plugin'] );
326
  if ( isset( $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] ) && $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] > ( time() - (24 * 60 * 60) ) ) {
327
  $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] = $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] + 1;
328
  } else {
528
  if ( isset( $_REQUEST['bws_update_custom_code'] ) && check_admin_referer( 'bws_update_' . $css_file ) ) {
529
 
530
  /* CSS */
531
+ $newcontent_css = wp_kses( trim( wp_unslash( $_POST['bws_newcontent_css'] ) ), 'strip' );
532
+
533
  if ( ! empty( $newcontent_css ) && isset( $_REQUEST['bws_custom_css_active'] ) ) {
534
  if ( $is_multisite )
535
  $bstwbsftwppdtplgns_options['custom_code'][ $blog_id ][ $css_file ] = $upload_dir['baseurl'] . '/bws-custom-code/' . $css_file;
553
  }
554
 
555
  /* PHP */
556
+ $newcontent_php = trim( wp_unslash( $_POST['bws_newcontent_php'] ) );
557
  if ( file_exists( $index_file ) ) {
558
  if ( ! empty( $newcontent_php ) && isset( $_REQUEST['bws_custom_php_active'] ) ) {
559
  if ( $is_multisite )
593
 
594
  if ( file_exists( $real_css_file ) ) {
595
  update_recently_edited( $real_css_file );
596
+ $content_css = file_get_contents( $real_css_file );
597
  if ( ( $is_multisite && isset( $bstwbsftwppdtplgns_options['custom_code'][ $blog_id ][ $css_file ] ) ) ||
598
  ( ! $is_multisite && isset( $bstwbsftwppdtplgns_options['custom_code'][ $css_file ] ) ) ) {
599
  $is_css_active = true;
601
  }
602
  if ( file_exists( $real_php_file ) ) {
603
  update_recently_edited( $real_php_file );
604
+ $content_php = file_get_contents( $real_php_file );
605
  if ( ( $is_multisite && isset( $bstwbsftwppdtplgns_options['custom_code'][ $blog_id ][ $php_file ] ) ) ||
606
  ( ! $is_multisite && isset( $bstwbsftwppdtplgns_options['custom_code'][ $php_file ] ) ) ) {
607
  $is_php_active = true;
619
  <?php if ( 'css' == $extension )
620
  _e( 'These styles will be added to the header on all pages of your site.', 'bestwebsoft' );
621
  else
622
+ printf( __( 'This PHP code will be hooked to the %s action and will be printed on front end only.', 'bestwebsoft' ), '<a href="https://codex.wordpress.org/Plugin_API/Action_Reference/init" target="_blank"><code>init</code></a>' ); ?>
623
  </p>
624
  <p><big>
625
  <?php if ( ! file_exists( ${"real_{$extension}_file"} ) || ( is_writeable( ${"real_{$extension}_file"} ) ) ) {
629
  } ?>
630
  </big></p>
631
  <p><label><input type="checkbox" name="bws_custom_<?php echo $extension; ?>_active" value="1" <?php if ( ${"is_{$extension}_active"} ) echo "checked"; ?> /> <?php _e( 'Activate', 'bestwebsoft' ); ?></label></p>
632
+ <textarea cols="70" rows="25" name="bws_newcontent_<?php echo $extension; ?>" id="bws_newcontent_<?php echo $extension; ?>"><?php if ( isset( ${"content_{$extension}"} ) ) echo esc_textarea( ${"content_{$extension}"} ); ?></textarea>
633
  <p class="description">
634
  <a href="<?php echo ( 'css' == $extension ) ? 'https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Getting_started' : 'http://php.net/' ?>" target="_blank">
635
  <?php printf( __( 'Learn more about %s', 'bestwebsoft' ), strtoupper( $extension ) ); ?>
659
  if ( ! function_exists( 'bws_go_pro_tab_show' ) ) {
660
  function bws_go_pro_tab_show( $bws_hide_premium_options_check, $plugin_info, $plugin_basename, $page, $pro_page, $bws_license_plugin, $link_slug, $link_key, $link_pn, $pro_plugin_is_activated = false, $trial_days_number = false ) {
661
  global $wp_version, $bstwbsftwppdtplgns_options;
662
+ $bws_license_key = ( isset( $_POST['bws_license_key'] ) ) ? sanitize_text_field( $_POST['bws_license_key'] ) : "";
663
+ if ( $pro_plugin_is_activated ) {
664
+ $page_url = esc_url( self_admin_url( 'admin.php?page=' . $pro_page ) ); ?>
665
  <script type="text/javascript">
666
  window.setTimeout( function() {
667
+ window.location.href = '<?php echo $page_url; ?>';
668
  }, 5000 );
669
  </script>
670
  <p><?php _e( "Congratulations! Pro version of the plugin is installed and activated successfully.", 'bestwebsoft' ); ?></p>
671
  <p>
672
+ <?php _e( "Please, go to", 'bestwebsoft' ); ?> <a href="<?php echo $page_url; ?>"><?php _e( 'the setting page', 'bestwebsoft' ); ?></a>
673
  (<?php _e( "You will be redirected automatically in 5 seconds.", 'bestwebsoft' ); ?>)
674
  </p>
675
  <?php } else {
685
  <form method="post" action="">
686
  <p>
687
  <?php _e( 'Enter your license key to install and activate', 'bestwebsoft' ); ?>
688
+ <a href="<?php echo esc_url( 'https://bestwebsoft.com/products/wordpress/plugins/' . $link_slug . '/?k=' . $link_key . '&pn=' . $link_pn . '&v=' . $plugin_info["Version"] . '&wp_v=' . $wp_version ); ?>" target="_blank" title="<?php echo $plugin_info["Name"]; ?> Pro">Pro</a>
689
  <?php _e( 'version of the plugin.', 'bestwebsoft' ); ?><br />
690
  <span class="bws_info">
691
  <?php _e( 'License key can be found in the', 'bestwebsoft' ); ?>
699
  '5' < $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['count'] &&
700
  $bstwbsftwppdtplgns_options['go_pro'][ $bws_license_plugin ]['time'] > ( time() - ( 24 * 60 * 60 ) ) ) { ?>
701
  <p>
702
+ <input disabled="disabled" type="text" name="bws_license_key" value="<?php echo esc_attr( $bws_license_key ); ?>" />
703
  <input disabled="disabled" type="submit" class="button-primary" value="<?php _e( 'Activate', 'bestwebsoft' ); ?>" />
704
  <?php if ( $trial_days_number !== false ) echo $trial_days_number; ?>
705
  </p>
706
  <p><?php _e( "Unfortunately, you have exceeded the number of available tries per day. Please, upload the plugin manually.", 'bestwebsoft' ); ?></p>
707
  <?php } else { ?>
708
  <p>
709
+ <input type="text" maxlength="100" name="bws_license_key" value="<?php echo esc_attr( $bws_license_key ); ?>" />
710
+ <input type="hidden" name="bws_license_plugin" value="<?php echo esc_attr( $bws_license_plugin ); ?>" />
711
  <input type="hidden" name="bws_license_submit" value="submit" />
712
  <input type="submit" class="button-primary" value="<?php _e( 'Activate', 'bestwebsoft' ); ?>" />
713
+ <?php if ( $trial_days_number !== false )
714
+ echo $trial_days_number;
715
  wp_nonce_field( $plugin_basename, 'bws_license_nonce_name' ); ?>
716
  </p>
717
  <?php } ?>
bws_menu/icons/plugins/captcha.png DELETED
Binary file
bws_menu/languages/bestwebsoft-cs_CZ.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-cs_CZ.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-08-28 09:55+0300\n"
6
- "PO-Revision-Date: 2017-08-28 09:55+0300\n"
7
  "Last-Translator: Mik013\n"
8
  "Language-Team: Mik013\n"
9
  "Language: cs_CZ\n"
@@ -14,7 +14,6 @@ msgstr ""
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Generator: Poedit 1.8.7.1\n"
17
- "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
  #: bws_functions.php:73 bws_functions.php:191
@@ -41,6 +40,11 @@ msgstr "Stránka pluginů"
41
  msgid "Like the plugin?"
42
  msgstr "Líbí se vám plugin?"
43
 
 
 
 
 
 
44
  #: bws_functions.php:94
45
  msgid "Rate it"
46
  msgstr "Ohodnoťte jej"
@@ -49,7 +53,7 @@ msgstr "Ohodnoťte jej"
49
  msgid "Need help?"
50
  msgstr "Potřebujete pomoc?"
51
 
52
- #: bws_functions.php:104 bws_functions.php:911 class-bws-settings.php:1056
53
  msgid "Visit Help Center"
54
  msgstr "Navštivte Centrum pomoci"
55
 
@@ -57,7 +61,7 @@ msgstr "Navštivte Centrum pomoci"
57
  msgid "Want to support the plugin?"
58
  msgstr "Chcete podpořit plugin?"
59
 
60
- #: bws_functions.php:108 bws_menu.php:553
61
  msgid "Donate"
62
  msgstr "Darujte"
63
 
@@ -72,8 +76,13 @@ msgid ""
72
  "Area. We strongly recommend you to solve the problem within 24 hours, "
73
  "otherwise the Pro plugin will be deactivated."
74
  msgstr ""
 
 
 
 
75
 
76
- #: bws_functions.php:128 bws_functions.php:340 class-bws-settings.php:144
 
77
  msgid "Learn More"
78
  msgstr "Dozvědět se více"
79
 
@@ -93,7 +102,7 @@ msgstr ""
93
  "Vaše licence vypršela. Pro přístup k top-prioritní podpoře a aktualizacím "
94
  "pluginu ji budete muset prodloužit."
95
 
96
- #: bws_functions.php:147 bws_functions.php:383 deprecated.php:584
97
  msgid "Learn more"
98
  msgstr "Dozvědět se více"
99
 
@@ -123,68 +132,68 @@ msgstr ""
123
  msgid "Thank you for installing %s plugin!"
124
  msgstr "Děkujeme vám za instalaci %s pluginu!"
125
 
126
- #: bws_functions.php:209
127
  msgid "Let's get started"
128
  msgstr "Začněme"
129
 
130
- #: bws_functions.php:210 bws_functions.php:243 bws_menu.php:557
131
- #: bws_menu.php:559
132
  msgid "Settings"
133
  msgstr "Nastavení"
134
 
135
- #: bws_functions.php:212 bws_menu.php:328 class-bws-settings.php:745
136
- #: class-bws-settings.php:1058 class-bws-settings.php:1068 deprecated.php:694
137
  msgid "or"
138
  msgstr "nebo"
139
 
140
- #: bws_functions.php:213 bws_functions.php:245
141
  msgid "Add New"
142
  msgstr "Přidat nový"
143
 
144
- #: bws_functions.php:217 bws_functions.php:227 bws_functions.php:331
145
- #: bws_functions.php:379 bws_functions.php:481
146
  msgid "Close notice"
147
  msgstr "Zavřít poznámku"
148
 
149
- #: bws_functions.php:232
150
  msgid "Thank you for installing plugins by BestWebSoft!"
151
  msgstr "Děkujeme vám za instalaci pluginů od BestWebSoft!"
152
 
153
- #: bws_functions.php:234
154
  msgid "More Details"
155
  msgstr "Více detailů"
156
 
157
- #: bws_functions.php:235
158
  msgid "Less Details"
159
  msgstr "Méně detailů"
160
 
161
- #: bws_functions.php:263
162
  msgid "Deprecated function(-s) is used on the site here:"
163
  msgstr "Zastaralé funkce se používají na stránkách zde:"
164
 
165
- #: bws_functions.php:277
166
  msgid ""
167
  "This function(-s) will be removed over time. Please update the product(-s)."
168
  msgstr ""
169
  "Tato funkce, bude v průběhu času odstraněna. Prosím aktualizujte produkt."
170
 
171
- #: bws_functions.php:336
172
  msgid "It’s time to upgrade your"
173
  msgstr "Je čas na aktualizaci vašeho"
174
 
175
- #: bws_functions.php:336
176
  msgid "to"
177
  msgstr "na"
178
 
179
- #: bws_functions.php:336
180
  msgid "version!"
181
  msgstr "verzi!"
182
 
183
- #: bws_functions.php:337
184
  msgid "Extend standard plugin functionality with new great options."
185
  msgstr "Rozšiřuje standardní funkce pluginu novými skvělými možnostmi."
186
 
187
- #: bws_functions.php:383
188
  #, php-format
189
  msgid ""
190
  "Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
@@ -193,12 +202,12 @@ msgstr ""
193
  "Váš licenční klíč pro %s vyprší dne %s a nebudou vám poskytovány TOP-"
194
  "PRIOROTNÍ PODPORA a AKTUALIZACE."
195
 
196
- #: bws_functions.php:476
197
  #, php-format
198
  msgid "Thank you for choosing %s plugin!"
199
  msgstr "Děkujeme, že jste si vybrali %s plugin!"
200
 
201
- #: bws_functions.php:477
202
  msgid ""
203
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
204
  "we'd love to hear about it!"
@@ -206,25 +215,25 @@ msgstr ""
206
  "Máte-li nápad, nebo doporučení na novou vlastnost, kterou by jste v pluginu "
207
  "chtěli vidět, rádi o něm uslyšíme!"
208
 
209
- #: bws_functions.php:478
210
  msgid "Suggest a Feature"
211
  msgstr "Navrhnout vlastnost"
212
 
213
- #: bws_functions.php:494 class-bws-settings.php:538 class-bws-settings.php:541
214
- #: class-bws-settings.php:593 class-bws-settings.php:596
215
  msgid "Notice"
216
  msgstr "Poznámka"
217
 
218
- #: bws_functions.php:494
219
  msgid "The plugin's settings have been changed."
220
  msgstr "Nastavení pluginu bylo změněno."
221
 
222
- #: bws_functions.php:495 class-bws-settings.php:183 class-bws-settings.php:203
223
- #: deprecated.php:640
224
  msgid "Save Changes"
225
  msgstr "Uložit změny"
226
 
227
- #: bws_functions.php:509
228
  msgid ""
229
  "You can always look at premium options by checking the \"Pro Options\" in "
230
  "the \"Misc\" tab."
@@ -232,78 +241,78 @@ msgstr ""
232
  "Vždy se můžete podívat na možnosti prémiové verze, kliknutím na \"PRO "
233
  "nastavení\" na \"Go PRO\" záložce."
234
 
235
- #: bws_functions.php:647
236
  msgid "Add BWS Shortcode"
237
  msgstr "Přidávejte zkrácený kód BWS"
238
 
239
- #: bws_functions.php:648
240
  msgid "Add BWS Plugins Shortcode"
241
  msgstr "Přidávejte zkrácený kód BWS pluginů"
242
 
243
- #: bws_functions.php:667
244
  msgid "Add shortcode"
245
  msgstr "Přidat krátký kód"
246
 
247
- #: bws_functions.php:667
248
  msgid "Add BestWebSoft plugins' shortcodes using this button."
249
  msgstr ""
250
  "Pomocí tohoto tlačítka můžete přidávat krátké kódy BestWebSoft pluginu."
251
 
252
- #: bws_functions.php:723
253
  msgid "Close"
254
  msgstr "Zavřít"
255
 
256
- #: bws_functions.php:815
257
  msgid "Are you sure you want to restore default settings?"
258
  msgstr "Jste si jisti, že chcete obnovit výchozí nastavení?"
259
 
260
- #: bws_functions.php:818
261
  msgid "Yes, restore all settings"
262
  msgstr "Ano, obnovit veškerá nastavení"
263
 
264
- #: bws_functions.php:819
265
  msgid "No, go back to the settings page"
266
  msgstr "Ne, vrátit se zpět na stránku nastavení"
267
 
268
- #: bws_functions.php:861
269
  msgid "Plugin"
270
  msgstr "Plugin"
271
 
272
- #: bws_functions.php:870
273
  msgid "Shortcode settings"
274
  msgstr "Nastavení krátkých kódů"
275
 
276
- #: bws_functions.php:875
277
  msgid "The shortcode will be inserted"
278
  msgstr "Bude vložen krátký kód"
279
 
280
- #: bws_functions.php:916
281
  msgid "FAQ"
282
  msgstr "Často kladené otázky (FAQ)"
283
 
284
- #: bws_functions.php:922
285
  msgid "For more information:"
286
  msgstr "Pro více informací:"
287
 
288
- #: bws_functions.php:923
289
  msgid "Documentation"
290
  msgstr "Dokumentace"
291
 
292
- #: bws_functions.php:924
293
  msgid "Video Instructions"
294
  msgstr "Video instrukce"
295
 
296
- #: bws_functions.php:925
297
  msgid "Submit a Request"
298
  msgstr "Odeslat požadavek"
299
 
300
- #: bws_menu.php:101 class-bws-settings.php:790 deprecated.php:322
301
  msgid "Wrong license key"
302
  msgstr "Špatný licenční klíč"
303
 
304
- #: bws_menu.php:122 class-bws-settings.php:816 class-bws-settings.php:883
305
- #: class-bws-settings.php:919 deprecated.php:133 deprecated.php:199
306
- #: deprecated.php:352
307
  msgid ""
308
  "Something went wrong. Please try again later. If the error appears again, "
309
  "please contact us"
@@ -311,14 +320,14 @@ msgstr ""
311
  "Něco se pokazilo. Prosím zkuste to znovu později. Pokud se chyba objeví "
312
  "znovu, obraťte se na nás"
313
 
314
- #: bws_menu.php:122 class-bws-settings.php:816 class-bws-settings.php:883
315
- #: class-bws-settings.php:919 deprecated.php:133 deprecated.php:199
316
- #: deprecated.php:352
317
  msgid "We are sorry for inconvenience."
318
  msgstr "Omlouváme se za nepříjemnosti."
319
 
320
- #: bws_menu.php:128 class-bws-settings.php:822 class-bws-settings.php:925
321
- #: deprecated.php:139 deprecated.php:358
322
  msgid "Wrong license key."
323
  msgstr "Neplatný licenční klíč."
324
 
@@ -334,11 +343,11 @@ msgstr ""
334
  msgid "Log in"
335
  msgstr "Přihlášení"
336
 
337
- #: bws_menu.php:132 bws_menu.php:334 deprecated.php:261
338
  msgid "Unfortunately, you have exceeded the number of available tries per day."
339
  msgstr "Bohužel, překročili jste dostupný počet pokusů pro daný den."
340
 
341
- #: bws_menu.php:134 class-bws-settings.php:931 deprecated.php:364
342
  #, php-format
343
  msgid ""
344
  "Unfortunately, Your license has expired. To continue getting top-priority "
@@ -347,7 +356,7 @@ msgstr ""
347
  "Bohužel, Vaše licence vypršela. Chcete-li pokračovat v získávání top-"
348
  "prioritní podpory a aktualizace pluginu měli byste ji prodloužit ve vašem %s"
349
 
350
- #: bws_menu.php:136 class-bws-settings.php:933 deprecated.php:366
351
  msgid ""
352
  "Unfortunately, the Pro licence was already installed to this domain. The Pro "
353
  "Trial license can be installed only once."
@@ -355,19 +364,19 @@ msgstr ""
355
  "Bohužel, pro tuto doménu již byla použita Pro licence. Zkušební Pro licence "
356
  "může být instalována pouze jedenkrát."
357
 
358
- #: bws_menu.php:142 class-bws-settings.php:837 deprecated.php:153
359
  msgid "The license key is valid."
360
  msgstr "Licenční klíč je platný."
361
 
362
- #: bws_menu.php:144 class-bws-settings.php:840 deprecated.php:156
363
  msgid "Your license will expire on"
364
  msgstr "Vaše licence vyprší"
365
 
366
  #: bws_menu.php:146
367
- msgid "Congratulations! Pro Membership license is activated successfully."
368
- msgstr "Gratulujeme! PRO členství bylo úspěšně aktivováno."
369
 
370
- #: bws_menu.php:153 class-bws-settings.php:1005 deprecated.php:435
371
  msgid ""
372
  "Something went wrong. Try again later or upload the plugin manually. We are "
373
  "sorry for inconvenience."
@@ -526,67 +535,68 @@ msgstr "Neaktivní pluginy"
526
  msgid "Please enter a valid email address."
527
  msgstr "Prosím vložte platnou e-mailovou adresu."
528
 
529
- #: bws_menu.php:264
530
- msgid "Email with system info is sent to"
531
- msgstr "E-mail se systémovým nastavením byl odeslán na"
 
532
 
533
- #: bws_menu.php:268
534
  msgid "Thank you for contacting us."
535
  msgstr "Děkujeme, že jste nás kontaktovali."
536
 
537
- #: bws_menu.php:291
538
  msgid "Sorry, email message could not be delivered."
539
  msgstr "Je nám líto, ale e-mail nemohl být doručen."
540
 
541
- #: bws_menu.php:307 bws_menu.php:311 bws_menu.php:360 deprecated.php:91
542
  msgid "Plugins"
543
  msgstr "Pluginy"
544
 
545
- #: bws_menu.php:308 bws_menu.php:312 bws_menu.php:611 deprecated.php:92
546
  msgid "Themes"
547
  msgstr "Šablony"
548
 
549
- #: bws_menu.php:309 bws_menu.php:313 bws_menu.php:641
550
  msgid "System status"
551
  msgstr "Stav systému"
552
 
553
- #: bws_menu.php:317
554
  msgid "Support"
555
  msgstr "Podpora"
556
 
557
- #: bws_menu.php:318
558
  msgid "Manage purchased licenses & subscriptions"
559
  msgstr "Spravovat zakoupené licence a předplatné"
560
 
561
- #: bws_menu.php:326
562
  #, php-format
563
  msgid "Get Access to %s+ Premium Plugins"
564
  msgstr "Získejte přístup k %s+ Premiovým pluginům"
565
 
566
- #: bws_menu.php:328
567
  msgid "Subscribe to Pro Membership"
568
  msgstr "Přihlásit se k Pro členství"
569
 
570
- #: bws_menu.php:336 bws_menu.php:347 class-bws-settings.php:758
571
  #: deprecated.php:227
572
  msgid "Check license key"
573
  msgstr "Zkontrolovat licenční klíč"
574
 
575
- #: bws_menu.php:339
576
  msgid "Enter your license key"
577
  msgstr "Vložte váš licenční klíč"
578
 
579
- #: bws_menu.php:345 bws_menu.php:563 bws_menu.php:572
580
- #: class-bws-settings.php:737 deprecated.php:259 deprecated.php:267
581
- #: deprecated.php:629 deprecated.php:700 deprecated.php:709
582
  msgid "Activate"
583
  msgstr "Aktivovat"
584
 
585
- #: bws_menu.php:361
586
  msgid "Upload Plugin"
587
  msgstr "Nahrát plugin"
588
 
589
- #: bws_menu.php:365
590
  #, php-format
591
  msgid ""
592
  "The plugin generated %d characters of <strong>unexpected output</strong> "
@@ -599,45 +609,43 @@ msgstr ""
599
  "problems with syndication feeds or other issues, pokuste se deaktivovat, "
600
  "nebo odstranit tento plugin."
601
 
602
- #: bws_menu.php:367
603
  msgid ""
604
  "Plugin could not be activated because it triggered a <strong>fatal error</"
605
  "strong>."
606
  msgstr ""
607
  "Plugin nemůže být aktivován, neboť způsobil <strong>závažnou chybu</strong>."
608
 
609
- #: bws_menu.php:370
610
  msgid "Plugin <strong>activated</strong>."
611
  msgstr "Plugin <strong>aktivován</strong>."
612
 
613
- #: bws_menu.php:377
614
  msgid "Installing Plugin"
615
  msgstr "Instalace pluginu"
616
 
617
- #: bws_menu.php:383
618
  msgid "Downloading install package from"
619
  msgstr "Stahování instalačního balíčku z"
620
 
621
- #: bws_menu.php:400 bws_menu.php:431 bws_menu.php:442
622
- #: class-bws-settings.php:957 class-bws-settings.php:979
623
- #: class-bws-settings.php:1001 deprecated.php:387 deprecated.php:409
624
- #: deprecated.php:431
625
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
626
  msgstr "Stažení zip archivu selhalo. Prosíme, nahrajte plugin ručně"
627
 
628
- #: bws_menu.php:408
629
  msgid "Unpacking the package"
630
  msgstr "Rozbalování balíčku"
631
 
632
- #: bws_menu.php:413 bws_menu.php:421
633
  msgid "Installing the plugin"
634
  msgstr "Instalace pluginu"
635
 
636
- #: bws_menu.php:417 class-bws-settings.php:969 deprecated.php:399
637
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
638
  msgstr "Otevření zip archivu selhalo. Prosíme, nahrajte plugin ručně"
639
 
640
- #: bws_menu.php:424 class-bws-settings.php:975 deprecated.php:405
641
  msgid ""
642
  "Your server does not support either ZipArchive or Phar. Please, upload the "
643
  "plugin manually"
@@ -645,95 +653,95 @@ msgstr ""
645
  "Váš server nepodporuje buď ZipArchive nebo Phar. Prosím, nahrajte plugin "
646
  "ručně"
647
 
648
- #: bws_menu.php:427
649
  #, php-format
650
  msgid "The plugin %s is successfully installed."
651
  msgstr "Plugin %s úspěšně nainstalován."
652
 
653
- #: bws_menu.php:434 class-bws-settings.php:982 deprecated.php:412
654
  msgid "UploadDir is not writable. Please, upload the plugin manually"
655
  msgstr "Nelze zapisovat do UploadDir. Prosím, nahrajte plugin ručně"
656
 
657
- #: bws_menu.php:439
658
  msgid "Activate Plugin"
659
  msgstr "Aktivovat plugin"
660
 
661
- #: bws_menu.php:439 bws_menu.php:445
662
  msgid "Return to BestWebSoft Panel"
663
  msgstr "Návrat na BestWebSoft panel"
664
 
665
- #: bws_menu.php:449 bws_menu.php:464 bws_menu.php:593
666
  msgid "All"
667
  msgstr "Vše"
668
 
669
- #: bws_menu.php:450 bws_menu.php:630
670
  msgid "Installed"
671
  msgstr "Instalováno"
672
 
673
- #: bws_menu.php:451
674
  msgid "Not Installed"
675
  msgstr "Neninstalováno"
676
 
677
- #: bws_menu.php:457
678
  msgid "Filter results"
679
  msgstr "Výsledky filtrování"
680
 
681
- #: bws_menu.php:460 bws_menu.php:589
682
  msgid "Category"
683
  msgstr "Rubriky"
684
 
685
- #: bws_menu.php:524
686
  msgid "Not installed"
687
  msgstr "Neninstalováno"
688
 
689
- #: bws_menu.php:528
690
  msgid "Renew to get updates"
691
  msgstr "Obnovit pro získání aktualizací"
692
 
693
- #: bws_menu.php:531
694
  #, php-format
695
  msgid "Update to v %s"
696
  msgstr "Aktualizovat na %s"
697
 
698
- #: bws_menu.php:543 bws_menu.php:566 bws_menu.php:575
699
  msgid "Install Now"
700
  msgstr "Instalovat nyní"
701
 
702
- #: bws_menu.php:549 class-bws-settings.php:157 class-bws-settings.php:1065
703
  msgid "Upgrade to Pro"
704
  msgstr "Aktualizovat na Pro"
705
 
706
- #: bws_menu.php:563 bws_menu.php:572
707
  msgid "Activate this plugin"
708
  msgstr "Aktivovat tento plugin"
709
 
710
- #: bws_menu.php:575
711
  msgid "Install this plugin"
712
  msgstr "Instalovat tento plugin"
713
 
714
- #: bws_menu.php:584
715
  msgid "Nothing found. Try another criteria."
716
  msgstr "Nic nenalezeno. Zkuste jiná kritéria."
717
 
718
  # podle, nebo taky od
719
- #: bws_menu.php:621
720
  #, php-format
721
  msgid "By %s"
722
  msgstr "podle %s"
723
 
724
- #: bws_menu.php:628
725
  msgid "Already Installed"
726
  msgstr "Již instalováno"
727
 
728
- #: bws_menu.php:638
729
- msgid "Browse Free WordPress Themes"
730
- msgstr "Procházet WordPress šablony zdarma"
731
 
732
- #: bws_menu.php:647
733
  msgid "Send to support"
734
  msgstr "Odeslat podpoře"
735
 
736
- #: bws_menu.php:654
737
  msgid "Send to custom email &#187;"
738
  msgstr "Odeslat na vlastní e-mail &#187;"
739
 
@@ -787,15 +795,15 @@ msgstr "Všechna nastavení pluginu byla obnovena."
787
  msgid "Custom Code"
788
  msgstr "Vlastní kód"
789
 
790
- #: class-bws-settings.php:427 deprecated.php:497
791
  msgid "You do not have sufficient permissions to edit plugins for this site."
792
  msgstr "Nemáte dostatečná oprávnění pro úpravu pluginů tohoto webu."
793
 
794
- #: class-bws-settings.php:432 deprecated.php:618
795
  msgid "These styles will be added to the header on all pages of your site."
796
  msgstr "Tyto styly budou přidány do hlaviček všech stránek vašeho webu."
797
 
798
- #: class-bws-settings.php:435 deprecated.php:620
799
  #, php-format
800
  msgid ""
801
  "This PHP code will be hooked to the %s action and will be printed on front "
@@ -807,7 +815,7 @@ msgstr ""
807
  msgid "These code will be added to the header on all pages of your site."
808
  msgstr "Tento kód bude přidán do záhlaví všech stránek vašeho webu."
809
 
810
- #: class-bws-settings.php:446 deprecated.php:644
811
  #, php-format
812
  msgid ""
813
  "You need to make this files writable before you can save your changes. See "
@@ -816,7 +824,7 @@ msgstr ""
816
  "Před tím, než budete moci vaše změny uložit, nastavte těmto souborům "
817
  "oprávnění pro zápis. Podívejte se %s na Kodex %s pro více informací."
818
 
819
- #: class-bws-settings.php:456 deprecated.php:626
820
  msgid "Browsing"
821
  msgstr "Procházení"
822
 
@@ -825,88 +833,88 @@ msgstr "Procházení"
825
  msgid "Activate custom %s code."
826
  msgstr "Aktivovat vlastní %s kód."
827
 
828
- #: class-bws-settings.php:469 deprecated.php:633
829
  #, php-format
830
  msgid "Learn more about %s"
831
  msgstr "Dozvědět se více o %s"
832
 
833
- #: class-bws-settings.php:529
834
  msgid "Miscellaneous Settings"
835
  msgstr "Různá nastavení"
836
 
837
- #: class-bws-settings.php:538 class-bws-settings.php:593
838
  #, php-format
839
  msgid ""
840
  "It is prohibited to change %s settings on this site in the %s network "
841
  "settings."
842
  msgstr "Je zakázáno měnit nastavení %s na této stránce v %s nastavení sítě."
843
 
844
- #: class-bws-settings.php:541 class-bws-settings.php:596
845
  #, php-format
846
  msgid ""
847
  "It is prohibited to view %s settings on this site in the %s network settings."
848
  msgstr "Je zobrazit nastavení %s na této stránce v %s nastavení sítě."
849
 
850
- #: class-bws-settings.php:550
851
  msgid "Pro Options"
852
  msgstr "PRO nastavení"
853
 
854
- #: class-bws-settings.php:554
855
  msgid "Enable to display plugin Pro options."
856
  msgstr "Povolit zobrazení PRO voleb pluginu."
857
 
858
- #: class-bws-settings.php:560
859
  msgid "Track Usage"
860
  msgstr "Sběr statistik"
861
 
862
- #: class-bws-settings.php:564
863
  msgid ""
864
  "Enable to allow tracking plugin usage anonymously in order to make it better."
865
  msgstr ""
866
  "Umožnit anonymní sledování využití pluginu tak, aby mohl být dále vylepšován."
867
 
868
- #: class-bws-settings.php:569
869
  msgid "Default Settings"
870
  msgstr "Výchozí nastavení"
871
 
872
- #: class-bws-settings.php:571
873
  msgid "Restore Settings"
874
  msgstr "Obnovit nastavení"
875
 
876
- #: class-bws-settings.php:572
877
  msgid "This will restore plugin settings to defaults."
878
  msgstr "Toto obnoví veškerá nastavení pluginu na výchozí hodnoty."
879
 
880
- #: class-bws-settings.php:584
881
  msgid "Import / Export"
882
  msgstr "Import / Export"
883
 
884
- #: class-bws-settings.php:700 class-bws-settings.php:733
885
- #: class-bws-settings.php:755
886
  msgid "License Key"
887
  msgstr "Licenční klíč"
888
 
889
- #: class-bws-settings.php:723
890
  msgid "Congratulations! Pro license is activated successfully."
891
  msgstr "Gratulujeme! PRO licence byla úspěšně aktivována."
892
 
893
- #: class-bws-settings.php:724
894
  #, php-format
895
  msgid "You will be automatically redirected to the %s in %s seconds."
896
  msgstr "Za %s sekund budete automaticky přesměrováni na %s."
897
 
898
- #: class-bws-settings.php:724
899
  msgid "Settings page"
900
  msgstr "Stránka nastavení"
901
 
902
- #: class-bws-settings.php:739
903
  #, php-format
904
  msgid "Enter your license key to activate %s and get premium plugin features."
905
  msgstr ""
906
  "Vložte váš licenční klíč pro aktivaci %s a získání prémiových fukcí pluginu."
907
 
908
- #: class-bws-settings.php:742 class-bws-settings.php:929 deprecated.php:362
909
- #: deprecated.php:703
910
  msgid ""
911
  "Unfortunately, you have exceeded the number of available tries per day. "
912
  "Please, upload the plugin manually."
@@ -914,12 +922,12 @@ msgstr ""
914
  "Bohužel, jste překročili počet dostupných pokusů za den. Prosím, nahrejte "
915
  "plugin ručně."
916
 
917
- #: class-bws-settings.php:745 deprecated.php:694
918
  #, php-format
919
  msgid "Start Your Free %s-Day Trial Now"
920
  msgstr "Vyzkoušejte vaší %s-denní zkušební verzi zdarma nyní"
921
 
922
- #: class-bws-settings.php:760
923
  msgid ""
924
  "If necessary, you can check if the license key is correct or reenter it in "
925
  "the field below."
@@ -927,15 +935,15 @@ msgstr ""
927
  "V případě potřeby zkontrolujte, je-li licenční klíč správně zadán, případně "
928
  "jej do pole níže vložte znova."
929
 
930
- #: class-bws-settings.php:765
931
  msgid "Manage License Settings"
932
  msgstr "Správa nastavení licencí"
933
 
934
- #: class-bws-settings.php:767
935
  msgid "Login to Client Area"
936
  msgstr "Přihlášení do klientská zóny"
937
 
938
- #: class-bws-settings.php:769
939
  msgid ""
940
  "Manage active licenses, download BWS products, and view your payment history "
941
  "using BestWebSoft Client Area."
@@ -943,12 +951,12 @@ msgstr ""
943
  "Správa aktivních licencí, stahování BWS produktů a zobrazení historie plateb "
944
  "v BestWebSoft klientské zóně."
945
 
946
- #: class-bws-settings.php:824 class-bws-settings.php:927 deprecated.php:141
947
- #: deprecated.php:360
948
  msgid "This license key is bound to another site."
949
  msgstr "Tento licenční klíč je přidružen k jinému webu."
950
 
951
- #: class-bws-settings.php:826 deprecated.php:143
952
  msgid ""
953
  "This license key is valid, but Your license has expired. If you want to "
954
  "update our plugin in future, you should extend the license."
@@ -956,11 +964,11 @@ msgstr ""
956
  "Tento licenční klíč je platný, ale vaše licence vypršela. Chcete-li náš "
957
  "plugin v budoucnosti aktualizovat, měli by jste licenci prodloužit."
958
 
959
- #: class-bws-settings.php:828 deprecated.php:145
960
  msgid "Unfortunately, you have exceeded the number of available tries."
961
  msgstr "Bohužel, překročili jste dostupný počet pokusů."
962
 
963
- #: class-bws-settings.php:830 deprecated.php:147
964
  msgid ""
965
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
966
  "The Pro Trial license can be installed only once."
@@ -968,132 +976,161 @@ msgstr ""
968
  "Bohužel, tato zkušební Pro licence již pro tuto doménu byla použita. "
969
  "Zkušební Pro licence může být instalována pouze jedenkrát."
970
 
971
- #: class-bws-settings.php:835 deprecated.php:151
972
  msgid "The Pro Trial license key is valid."
973
  msgstr "Licenční klíč zkušební Pro verze je platný."
974
 
975
- #: class-bws-settings.php:843 deprecated.php:159 deprecated.php:246
976
  #, php-format
977
  msgid ""
978
  "In order to continue using the plugin it is necessary to buy a %s license."
979
  msgstr ""
980
  "Pokud chcete nadále využívat tento plugin, je nutné zakoupit %s licenci."
981
 
982
- #: class-bws-settings.php:1040 deprecated.php:463
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
983
  msgid "Please, enter Your license key"
984
  msgstr "Prosím, vložte váš licenční klíč"
985
 
986
- #: class-bws-settings.php:1052
987
  msgid "Need Help?"
988
  msgstr "Potřebujete pomoc?"
989
 
990
- #: class-bws-settings.php:1054
991
  msgid "Read the Instruction"
992
  msgstr "Přečíst si instrukce"
993
 
994
- #: class-bws-settings.php:1058
995
  msgid "Watch the Video"
996
  msgstr "Přehrát video"
997
 
998
- #: class-bws-settings.php:1069
999
  msgid "Start Your Free Trial"
1000
  msgstr "Vyzkoušejte po omezenou dobu"
1001
 
1002
- #: deactivation-form.php:26
1003
  msgid "Need help? We are ready to answer your questions."
1004
- msgstr ""
1005
 
1006
- #: deactivation-form.php:26
1007
  msgid "Contact Support"
1008
- msgstr ""
1009
 
1010
- #: deactivation-form.php:31
1011
  msgid "The plugin is not working"
1012
- msgstr ""
1013
 
1014
- #: deactivation-form.php:33
1015
  msgid "Kindly share what didn't work so we can fix it in future updates..."
1016
  msgstr ""
 
 
1017
 
1018
- #: deactivation-form.php:37
1019
  msgid "The plugin didn't work as expected"
1020
- msgstr ""
1021
 
1022
- #: deactivation-form.php:39
1023
  msgid "What did you expect?"
1024
- msgstr ""
1025
 
1026
- #: deactivation-form.php:43
1027
  msgid "The plugin suddenly stopped working"
1028
- msgstr ""
1029
 
1030
- #: deactivation-form.php:50
1031
  msgid "The plugin broke my site"
1032
- msgstr ""
1033
 
1034
- #: deactivation-form.php:57
1035
  msgid "I couldn't understand how to get it work"
1036
- msgstr ""
1037
 
1038
- #: deactivation-form.php:64
1039
  msgid "I found a better plugin"
1040
- msgstr ""
1041
 
1042
- #: deactivation-form.php:66
1043
  msgid "What's the plugin name?"
1044
- msgstr ""
1045
 
1046
- #: deactivation-form.php:70
1047
  msgid "The plugin is great, but I need specific feature that you don't support"
1048
  msgstr ""
 
1049
 
1050
- #: deactivation-form.php:72
1051
  msgid "What feature?"
1052
- msgstr ""
1053
 
1054
- #: deactivation-form.php:76
1055
  msgid "I no longer need the plugin"
1056
- msgstr ""
1057
 
1058
- #: deactivation-form.php:82
1059
  msgid "It's a temporary deactivation, I'm just debugging an issue"
1060
- msgstr ""
1061
 
1062
- #: deactivation-form.php:88
1063
  msgid "Other"
1064
  msgstr "Ostatní"
1065
 
1066
- #: deactivation-form.php:122
1067
  msgid "Quick Feedback"
1068
- msgstr ""
1069
 
1070
- #: deactivation-form.php:123
1071
  msgid "If you have a moment, please let us know why you are deactivating"
1072
- msgstr ""
1073
 
1074
- #: deactivation-form.php:128
1075
- msgid "Anonymous feedback"
1076
  msgstr ""
1077
 
1078
- #: deactivation-form.php:130
1079
  msgid "Cancel"
1080
- msgstr ""
1081
 
1082
- #: deactivation-form.php:230
1083
  msgid "Processing"
1084
- msgstr ""
1085
 
1086
- #: deactivation-form.php:259
1087
  msgid "Submit & Deactivate"
1088
- msgstr ""
1089
 
1090
- #: deactivation-form.php:276
1091
  msgid "Please tell us the reason so we can improve it."
1092
- msgstr ""
1093
 
1094
- #: deactivation-form.php:344
1095
  msgid "Deactivate"
1096
- msgstr ""
1097
 
1098
  #: deprecated.php:93
1099
  msgid "System Status"
@@ -1121,79 +1158,79 @@ msgstr ""
1121
  "(vaše uživatelské jméno je e-mailová adresa uvedena při nákupu). Pokud je to "
1122
  "nutné, prosím odešlete \"Lost your password?\" požadavek."
1123
 
1124
- #: deprecated.php:247
1125
  msgid "After that, you can activate it by entering your license key."
1126
  msgstr "Poté jej lze snadno aktivovat zadáním licenčního klíče."
1127
 
1128
- #: deprecated.php:249 deprecated.php:688
1129
  msgid "License key can be found in the"
1130
  msgstr "Licenční klíč najdete v"
1131
 
1132
- #: deprecated.php:251 deprecated.php:690
1133
  msgid "(your username is the email address specified during the purchase)."
1134
  msgstr "(vaše uživatelské jméno je e-mailová adresa uvedená při nákupu)."
1135
 
1136
- #: deprecated.php:278
1137
  msgid ""
1138
  "Congratulations! The Pro license of the plugin is activated successfully."
1139
  msgstr "Gratulujeme! PRO licence pluginu je úspěšně aktivována."
1140
 
1141
- #: deprecated.php:280 deprecated.php:669
1142
  msgid "Please, go to"
1143
  msgstr "Prosím, jděte na"
1144
 
1145
- #: deprecated.php:280 deprecated.php:669
1146
  msgid "the setting page"
1147
  msgstr "stránka nastavení"
1148
 
1149
- #: deprecated.php:281 deprecated.php:670
1150
  msgid "You will be redirected automatically in 5 seconds."
1151
  msgstr "Budete automaticky přesměrováni za 5 sekund."
1152
 
1153
- #: deprecated.php:315
1154
  msgid "Check premium options on the plugin settings page!"
1155
  msgstr "Zkontrolujte prémiové možnosti na stránce nastavení pluginů!"
1156
 
1157
- #: deprecated.php:478
1158
  msgid "Restore all plugin settings to defaults"
1159
  msgstr "Obnovit veškerá nastavení pluginu na výchozí hodnoty"
1160
 
1161
- #: deprecated.php:480
1162
  msgid "Restore settings"
1163
  msgstr "Obnovit nastavení"
1164
 
1165
- #: deprecated.php:548 deprecated.php:575
1166
  #, php-format
1167
  msgid "File %s edited successfully."
1168
  msgstr "Soubor %s byl úspěšně upraven."
1169
 
1170
- #: deprecated.php:550 deprecated.php:577
1171
  msgid "Not enough permissions to create or update the file"
1172
  msgstr "Nedostatečná oprávnění pro vytvoření či úpravu souboru"
1173
 
1174
- #: deprecated.php:580
1175
  msgid "Not enough permissions to create the file"
1176
  msgstr "Nedostatečná oprávnění pro vytvoření souboru"
1177
 
1178
- #: deprecated.php:624
1179
  msgid "Editing"
1180
  msgstr "Úprava"
1181
 
1182
- #: deprecated.php:667
1183
  msgid ""
1184
  "Congratulations! Pro version of the plugin is installed and activated "
1185
  "successfully."
1186
  msgstr "Gratulujeme! PRO verze pluginu byla úspěšně instalována a aktivována."
1187
 
1188
- #: deprecated.php:677
1189
  msgid "Show Pro features"
1190
  msgstr "Zobrazit Pro vlastnosti"
1191
 
1192
- #: deprecated.php:684
1193
  msgid "Enter your license key to install and activate"
1194
  msgstr "Vložte váš licenční klíč pro instalaci a aktivaci"
1195
 
1196
- #: deprecated.php:686
1197
  msgid "version of the plugin."
1198
  msgstr "verze pluginu."
1199
 
@@ -1233,17 +1270,15 @@ msgstr "SEO"
1233
  msgid "SMM"
1234
  msgstr "SMM"
1235
 
1236
- #: product_list.php:23
1237
- msgid ""
1238
- "Protect WordPress website forms from spam entries by means of math logic."
1239
  msgstr ""
1240
- "Chraňte WordPress webové formuláře před spamem pomocí matematické logiky."
1241
 
1242
- #: product_list.php:35
1243
  msgid "Create your personal car rental/booking and reservation website."
1244
  msgstr "Vytvořte si osobní rezervační web - auta/hotely."
1245
 
1246
- #: product_list.php:45
1247
  msgid ""
1248
  "Allow customers to reach you using secure contact form plugin any website "
1249
  "must have."
@@ -1251,37 +1286,37 @@ msgstr ""
1251
  "Umožněte zákazníkům kontaktovat vás pomocí pluginu zabezpečeného kontaktního "
1252
  "formuláře, tohle musí mít každý web."
1253
 
1254
- #: product_list.php:55
1255
  msgid "Add unlimited number of contact forms to WordPress website."
1256
  msgstr "Přidávejte neomezený počet kontaktních formulářů na WordPress web."
1257
 
1258
- #: product_list.php:65
1259
  msgid "Save and manage Contact Form messages. Never lose important data."
1260
  msgstr ""
1261
  "Ukládejte a spravujte zprávy z kontaktního formuláře. Už nikdy neztraťte "
1262
  "důležitá data."
1263
 
1264
- #: product_list.php:75
1265
  msgid "Add unlimited custom pages to WordPress admin dashboard."
1266
  msgstr ""
1267
  "Přidávejte neomezený počet vlastních stránek do WordPress admin nástěnky."
1268
 
1269
- #: product_list.php:82
1270
  msgid "Add custom fields to WordPress website search results."
1271
  msgstr "Přidávejte vlastní pole do výsledků vyhledání na webu WordPress."
1272
 
1273
- #: product_list.php:89
1274
  msgid ""
1275
  "Add custom post types and taxonomies to WordPress website search results."
1276
  msgstr ""
1277
  "Přidávejte vlastní typy příspěvků a taxonomie do výsledků vyhledání na webu "
1278
  "WordPress."
1279
 
1280
- #: product_list.php:99
1281
  msgid "Add PayPal and 2CO donate buttons to receive charity payments."
1282
  msgstr "Přidávejte darovací tlačítka PayPal a 2CO pro příjem příspěvků."
1283
 
1284
- #: product_list.php:106
1285
  msgid ""
1286
  "Get latest error log messages to diagnose website problems. Define and fix "
1287
  "issues faster."
@@ -1289,7 +1324,7 @@ msgstr ""
1289
  "Získejte nejnovější zprávy z error logu při diagnostice problémů s webem. "
1290
  "Definujte a opravte problémy rychleji."
1291
 
1292
- #: product_list.php:113
1293
  msgid ""
1294
  "Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
1295
  "widgets."
@@ -1297,7 +1332,7 @@ msgstr ""
1297
  "Přidávejte Facebooková tlačítka sledovat, to se mi líbí a sdílet do "
1298
  "WordPress příspěvků, stránek a widgetů."
1299
 
1300
- #: product_list.php:123
1301
  msgid ""
1302
  "Add beautiful galleries, albums & images to your WordPress website in a few "
1303
  "clicks."
@@ -1305,7 +1340,7 @@ msgstr ""
1305
  "Přidávejte na váš WordPress web krásné galerie, alba a obrázky během "
1306
  "několika kliknutí."
1307
 
1308
- #: product_list.php:133
1309
  msgid ""
1310
  "Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
1311
  "posts, pages and widgets."
@@ -1313,7 +1348,7 @@ msgstr ""
1313
  "Přidávejte Google +1 tlačítka sdílet, sledovat, Hangout a profile badge do "
1314
  "WordPress příspěvků, stránek a widgetů."
1315
 
1316
- #: product_list.php:143
1317
  msgid ""
1318
  "Stronger security solution which protects your WordPress website from hacks "
1319
  "and unauthorized login attempts."
@@ -1321,7 +1356,7 @@ msgstr ""
1321
  "Silnější bezpečnostní řešení, které chrání vaše webové stránky WordPress od "
1322
  "hacků a pokusů o neoprávněné přihlášení."
1323
 
1324
- #: product_list.php:153
1325
  msgid ""
1326
  "Add Adsense ads to WordPress website pages, posts, custom posts, search "
1327
  "results, categories, tags, and widgets."
@@ -1329,13 +1364,13 @@ msgstr ""
1329
  "Přidávejte reklamy Adsense do webu WordPress, příspěvky, vlastní příspěvky, "
1330
  "výsledky vyhledávání, rubriky, štítky a widgety."
1331
 
1332
- #: product_list.php:163
1333
  msgid "Add Google Analytics code to WordPress website and track basic stats."
1334
  msgstr ""
1335
  "Přidávejte Google Analytics kód do WordPress webu a sledujte základní "
1336
  "statistiky."
1337
 
1338
- #: product_list.php:173
1339
  msgid ""
1340
  "Protect WordPress website forms from spam entries with Google Captcha "
1341
  "(reCaptcha)."
@@ -1343,12 +1378,12 @@ msgstr ""
1343
  "Chraňte WordPress webové formuláře před spamem s Google Captcha (\"reCAPTCHA"
1344
  "\")."
1345
 
1346
- #: product_list.php:183
1347
  msgid "Add customized Google maps to WordPress posts, pages and widgets."
1348
  msgstr ""
1349
  "Přidávejte vlastní mapy Google do WordPress příspěvků, stránek a widgetů."
1350
 
1351
- #: product_list.php:193
1352
  msgid ""
1353
  "Generate and add XML sitemap to WordPress website. Help search engines index "
1354
  "your blog."
@@ -1356,7 +1391,7 @@ msgstr ""
1356
  "Generujte a přidávejte sitemap.xml na vaše WordPress weby. Pomožte "
1357
  "vyhledávačům indexovat váš blog."
1358
 
1359
- #: product_list.php:203
1360
  msgid ""
1361
  "Replace external WordPress website links with Google shortlinks and track "
1362
  "click stats."
@@ -1364,7 +1399,7 @@ msgstr ""
1364
  "Nahradit externí odkazy WordPress webu pomocí Google shortlinks a sledujte "
1365
  "statistiky kliknutí."
1366
 
1367
- #: product_list.php:210
1368
  msgid ""
1369
  "Protect WordPress website – allow and deny access for certain IP addresses, "
1370
  "hostnames, etc."
@@ -1372,7 +1407,7 @@ msgstr ""
1372
  "Chráňte WordPress web– povolte či odepřete přístup pro určité IP adresy, "
1373
  "hostnames, atd."
1374
 
1375
- #: product_list.php:220
1376
  msgid ""
1377
  "Create your personal job board and listing WordPress website. Search jobs, "
1378
  "submit CV/resumes, choose candidates."
@@ -1380,7 +1415,7 @@ msgstr ""
1380
  "Vytvořte si osobní nástěnku pracovních míst na WordPress webu. Hledání "
1381
  "zaměstnání, odeslání CV/životopisu, výběr kandidátů."
1382
 
1383
- #: product_list.php:227
1384
  msgid ""
1385
  "Protect WordPress website against brute force attacks. Limit rate of login "
1386
  "attempts."
@@ -1388,7 +1423,7 @@ msgstr ""
1388
  "Chraňte WordPress web proti útokům hrubou silou. Omezte počet pokusů o "
1389
  "přihlášení."
1390
 
1391
- #: product_list.php:237
1392
  msgid ""
1393
  "Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
1394
  "5 plugins included – profile, insider, etc."
@@ -1396,7 +1431,7 @@ msgstr ""
1396
  "Přidávejte LinkedIn tlačítka sdílet a sledovat do WordPress příspěvků, "
1397
  "stránek a widgetů. 5 pluginů zahrnuje - profil, insider, atd."
1398
 
1399
- #: product_list.php:247
1400
  msgid ""
1401
  "Translate WordPress website content to other languages manually. Create "
1402
  "multilingual pages, posts, widgets, menus, etc."
@@ -1404,7 +1439,7 @@ msgstr ""
1404
  "Přeložte manuálně obsah webu WordPress do jiných jazyků. Vytvořte "
1405
  "vícejazyčné stránky, příspěvky, widgety, menu, atd."
1406
 
1407
- #: product_list.php:257
1408
  msgid ""
1409
  "Add customizable pagination to WordPress website. Split long content to "
1410
  "multiple pages for better navigation."
@@ -1412,7 +1447,7 @@ msgstr ""
1412
  "Přidávejte nastavitelné stránkování na web WordPress. Pro lepší navigaci "
1413
  "rozdělte dlouhý obsah na více stránek."
1414
 
1415
- #: product_list.php:267
1416
  msgid ""
1417
  "Generate PDF files and print WordPress posts/pages. Customize document "
1418
  "header/footer styles and appearance."
@@ -1420,7 +1455,7 @@ msgstr ""
1420
  "Generujte PDF soubory a tiskněte WordPress příspěvky/stránky. Vlastní "
1421
  "záhlaví/zápatí dokumentu, styly a vzhled."
1422
 
1423
- #: product_list.php:277
1424
  msgid ""
1425
  "Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
1426
  "Profile) to WordPress posts, pages and widgets."
@@ -1428,7 +1463,7 @@ msgstr ""
1428
  "Přidávejte Pinterest tlačítka sledovat a připnout a profilový widget (Pin, "
1429
  "Board, Profile) do WordPress příspěvků, stránek a widgetů."
1430
 
1431
- #: product_list.php:287
1432
  msgid ""
1433
  "Create your personal portfolio WordPress website. Manage and showcase past "
1434
  "projects to get more clients."
@@ -1436,13 +1471,13 @@ msgstr ""
1436
  "Vytvořte si osobní portfolio WordPress webů. Spravujte a představte své "
1437
  "nedávné projekty a získejte více klientů."
1438
 
1439
- #: product_list.php:297
1440
  msgid "Export WordPress posts to CSV file format easily. Configure data order."
1441
  msgstr ""
1442
  "Exportujte snadno vaše WordPress příspěvky do souboru formátu CSV. "
1443
  "Konfigurujte pořadí dat."
1444
 
1445
- #: product_list.php:304
1446
  msgid ""
1447
  "Add extra fields to default WordPress user profile. The easiest way to "
1448
  "create and manage additional custom values."
@@ -1450,7 +1485,7 @@ msgstr ""
1450
  "Přidávejte další pole do výchozího profilu uživatele WordPress. "
1451
  "Nejjednodušší způsob, jak vytvořit a spravovat vlastní hodnoty."
1452
 
1453
- #: product_list.php:311
1454
  msgid ""
1455
  "Add and display HTML advertisement banner on WordPress website. Customize "
1456
  "bar styles and appearance."
@@ -1458,7 +1493,7 @@ msgstr ""
1458
  "Přidávejte a zobrazujte HTML reklamní banner na webu WordPress. Úpravte styl "
1459
  "a vzhled lišt."
1460
 
1461
- #: product_list.php:321
1462
  msgid ""
1463
  "Add customizable quotes and tips blocks to WordPress posts, pages and "
1464
  "widgets."
@@ -1466,7 +1501,7 @@ msgstr ""
1466
  "Přidávejte přizpůsobitelné nabídky a bloky s tipy do WordPress příspěvků, "
1467
  "stránek a widgetů."
1468
 
1469
- #: product_list.php:328
1470
  msgid ""
1471
  "Add rating plugin to your WordPress website to receive feedback from your "
1472
  "customers."
@@ -1474,7 +1509,7 @@ msgstr ""
1474
  "Přidávejte do vašeho WordPress webu plugin hodnocení k získání zpětné vazby "
1475
  "od vašich zákazníků."
1476
 
1477
- #: product_list.php:335
1478
  msgid ""
1479
  "Create your personal real estate WordPress website. Sell, rent and buy "
1480
  "properties. Add, search and browse listings easily."
@@ -1483,7 +1518,7 @@ msgstr ""
1483
  "pronajímejte a kupujte nemovitosti. Snadno přidejte hledání a procházení "
1484
  "seznamy."
1485
 
1486
- #: product_list.php:345
1487
  msgid ""
1488
  "Add related, featured, latest, and popular posts to your WordPress website. "
1489
  "Connect your blog readers with a relevant content."
@@ -1491,7 +1526,7 @@ msgstr ""
1491
  "Přidávejte související, nejlepší, nejnovější a populární příspěvky do vašeho "
1492
  "WordPress webu. Propojte čtenáře vašeho blogu s příslušným obsahem."
1493
 
1494
- #: product_list.php:352
1495
  msgid ""
1496
  "Send bulk email messages to WordPress users. Custom templates, advanced "
1497
  "settings and detailed reports."
@@ -1499,7 +1534,7 @@ msgstr ""
1499
  "Odesílejte hromadné e-maily WordPress uživatelům. Vlastní šablony, rozšířené "
1500
  "nastavení a podrobné reporty."
1501
 
1502
- #: product_list.php:362
1503
  msgid ""
1504
  "The best responsive slider plugin for your WordPress website. Create "
1505
  "beautifully animated slides just in a few clicks."
@@ -1507,7 +1542,7 @@ msgstr ""
1507
  "Nejlepší responzivní slider plugin pro váše WordPress web. Vytvořte krásné "
1508
  "animované snímky během pár kliknutí."
1509
 
1510
- #: product_list.php:369
1511
  msgid ""
1512
  "Configure SMTP server to receive email messages from WordPress to Gmail, "
1513
  "Yahoo, Hotmail and other services."
@@ -1515,7 +1550,7 @@ msgstr ""
1515
  "Konfigurujte SMTP server pro příjem e-mailových zpráv z WordPress na Gmail, "
1516
  "Yahoo, Hotmail a dalších službách."
1517
 
1518
- #: product_list.php:376
1519
  msgid ""
1520
  "Add social media buttons and widgets to WordPress posts, pages and widgets. "
1521
  "FB, Twitter, G+1, Pinterest, LinkedIn."
@@ -1523,7 +1558,7 @@ msgstr ""
1523
  "Přidávejte tlačítka sociálních sítí a widgety do WordPress příspěvků, "
1524
  "stránek a widgetů. Facebook, Twitter, G+1, Pinterest, LinkedIn."
1525
 
1526
- #: product_list.php:386
1527
  msgid ""
1528
  "Add social media login, registration, and commenting to your WordPress "
1529
  "website."
@@ -1531,7 +1566,7 @@ msgstr ""
1531
  "Přidávejte na váš WordPress web login, registraci či komentáře "
1532
  "prostřednictvím sociálních sítí."
1533
 
1534
- #: product_list.php:393
1535
  msgid ""
1536
  "Add email newsletter sign up form to WordPress posts, pages and widgets. "
1537
  "Collect data and subscribe your users."
@@ -1540,7 +1575,7 @@ msgstr ""
1540
  "příspěvků, stránek a widgetů. Shromažďujte data a přihlaste k odběru vaše "
1541
  "uživatele."
1542
 
1543
- #: product_list.php:403
1544
  msgid ""
1545
  "Add testimonials and feedbacks from your customers to WordPress website "
1546
  "posts, pages, and widgets."
@@ -1548,7 +1583,7 @@ msgstr ""
1548
  "Přidávejte potvrzení a zpětnou vazbu od vašich zákazníků do WordPress "
1549
  "příspěvků, stránek a widgetů."
1550
 
1551
- #: product_list.php:410
1552
  msgid ""
1553
  "Best timesheet plugin for WordPress. Track employee time, streamline "
1554
  "attendance and generate reports."
@@ -1556,7 +1591,7 @@ msgstr ""
1556
  "Nejlepší timesheet plugin pro WordPress. Sledujte časy zaměstnanců, "
1557
  "kontrolujte jejich přítomnost a generujte sestavy."
1558
 
1559
- #: product_list.php:420
1560
  msgid ""
1561
  "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
1562
  "and pages."
@@ -1564,7 +1599,7 @@ msgstr ""
1564
  "Přidávejte Twitter tlačítka sledovat, twítnout a zmínit do WordPress "
1565
  "příspěvků a stránek."
1566
 
1567
- #: product_list.php:430
1568
  msgid ""
1569
  "Automatically check and update WordPress website core with all installed "
1570
  "plugins and themes to the latest versions."
@@ -1572,7 +1607,7 @@ msgstr ""
1572
  "Automaticky kontrolujte a aktualizujte na nejnovější verzi WordPress jádro i "
1573
  "všechny nainstalované pluginy a šablony."
1574
 
1575
- #: product_list.php:440
1576
  msgid ""
1577
  "Powerful user role management plugin for WordPress website. Create, edit, "
1578
  "copy, and delete user roles."
@@ -1580,7 +1615,7 @@ msgstr ""
1580
  "Plugin robustní správy užiatelů pro WordPress web. Vytvářejte, upravujte, "
1581
  "kopírujte a odstraňujte uživatelské role."
1582
 
1583
- #: product_list.php:450
1584
  msgid ""
1585
  "Display live count of online visitors who are currently browsing your "
1586
  "WordPress website."
@@ -1588,7 +1623,7 @@ msgstr ""
1588
  "Zobrazujte počet aktivních online návštěvníků, kteří dané chvíli procházejí "
1589
  "váš WordPress web."
1590
 
1591
- #: product_list.php:460
1592
  msgid ""
1593
  "Backup and export Zendesk Help Center content automatically to your "
1594
  "WordPress website database."
@@ -1596,6 +1631,23 @@ msgstr ""
1596
  "Automaticky zálohujte a exportujte obsah centra nápovědy Zendesk do databáze "
1597
  "vašeho WordPress webu."
1598
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1599
  #~ msgid ""
1600
  #~ "You can use one license of the Pro plugin for one domain only. Please "
1601
  #~ "check and edit your license or domain if necessary using you personal "
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-09-11 16:42+0300\n"
6
+ "PO-Revision-Date: 2017-09-11 16:42+0300\n"
7
  "Last-Translator: Mik013\n"
8
  "Language-Team: Mik013\n"
9
  "Language: cs_CZ\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Generator: Poedit 1.8.7.1\n"
 
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: bws_functions.php:73 bws_functions.php:191
40
  msgid "Like the plugin?"
41
  msgstr "Líbí se vám plugin?"
42
 
43
+ #: bws_functions.php:93
44
+ #, php-format
45
+ msgid "%s reviews"
46
+ msgstr ""
47
+
48
  #: bws_functions.php:94
49
  msgid "Rate it"
50
  msgstr "Ohodnoťte jej"
53
  msgid "Need help?"
54
  msgstr "Potřebujete pomoc?"
55
 
56
+ #: bws_functions.php:104 bws_functions.php:917 class-bws-settings.php:1058
57
  msgid "Visit Help Center"
58
  msgstr "Navštivte Centrum pomoci"
59
 
61
  msgid "Want to support the plugin?"
62
  msgstr "Chcete podpořit plugin?"
63
 
64
+ #: bws_functions.php:108 bws_menu.php:560
65
  msgid "Donate"
66
  msgstr "Darujte"
67
 
76
  "Area. We strongly recommend you to solve the problem within 24 hours, "
77
  "otherwise the Pro plugin will be deactivated."
78
  msgstr ""
79
+ "Pro licenci pluginu můžete používat pouze pro jednu doménu. Prosím "
80
+ "zkontrolujte a případně upravte Váš licenční klíč či doménu na vaší osobní "
81
+ "stránce - Klientské zóně. Důrazně doporučujeme, aby jste tento problém "
82
+ "odstranili během 24 hodin, jinak bude Pro plugin deaktivován."
83
 
84
+ #: bws_functions.php:128 bws_functions.php:341 bws_menu.php:631
85
+ #: class-bws-settings.php:144
86
  msgid "Learn More"
87
  msgstr "Dozvědět se více"
88
 
102
  "Vaše licence vypršela. Pro přístup k top-prioritní podpoře a aktualizacím "
103
  "pluginu ji budete muset prodloužit."
104
 
105
+ #: bws_functions.php:147 bws_functions.php:389 deprecated.php:586
106
  msgid "Learn more"
107
  msgstr "Dozvědět se více"
108
 
132
  msgid "Thank you for installing %s plugin!"
133
  msgstr "Děkujeme vám za instalaci %s pluginu!"
134
 
135
+ #: bws_functions.php:210
136
  msgid "Let's get started"
137
  msgstr "Začněme"
138
 
139
+ #: bws_functions.php:211 bws_functions.php:244 bws_menu.php:564
140
+ #: bws_menu.php:566
141
  msgid "Settings"
142
  msgstr "Nastavení"
143
 
144
+ #: bws_functions.php:213 bws_menu.php:326 class-bws-settings.php:747
145
+ #: class-bws-settings.php:1060 class-bws-settings.php:1070 deprecated.php:697
146
  msgid "or"
147
  msgstr "nebo"
148
 
149
+ #: bws_functions.php:214 bws_functions.php:246
150
  msgid "Add New"
151
  msgstr "Přidat nový"
152
 
153
+ #: bws_functions.php:218 bws_functions.php:228 bws_functions.php:332
154
+ #: bws_functions.php:385 bws_functions.php:487
155
  msgid "Close notice"
156
  msgstr "Zavřít poznámku"
157
 
158
+ #: bws_functions.php:233
159
  msgid "Thank you for installing plugins by BestWebSoft!"
160
  msgstr "Děkujeme vám za instalaci pluginů od BestWebSoft!"
161
 
162
+ #: bws_functions.php:235
163
  msgid "More Details"
164
  msgstr "Více detailů"
165
 
166
+ #: bws_functions.php:236
167
  msgid "Less Details"
168
  msgstr "Méně detailů"
169
 
170
+ #: bws_functions.php:264
171
  msgid "Deprecated function(-s) is used on the site here:"
172
  msgstr "Zastaralé funkce se používají na stránkách zde:"
173
 
174
+ #: bws_functions.php:278
175
  msgid ""
176
  "This function(-s) will be removed over time. Please update the product(-s)."
177
  msgstr ""
178
  "Tato funkce, bude v průběhu času odstraněna. Prosím aktualizujte produkt."
179
 
180
+ #: bws_functions.php:337
181
  msgid "It’s time to upgrade your"
182
  msgstr "Je čas na aktualizaci vašeho"
183
 
184
+ #: bws_functions.php:337
185
  msgid "to"
186
  msgstr "na"
187
 
188
+ #: bws_functions.php:337
189
  msgid "version!"
190
  msgstr "verzi!"
191
 
192
+ #: bws_functions.php:338
193
  msgid "Extend standard plugin functionality with new great options."
194
  msgstr "Rozšiřuje standardní funkce pluginu novými skvělými možnostmi."
195
 
196
+ #: bws_functions.php:389
197
  #, php-format
198
  msgid ""
199
  "Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
202
  "Váš licenční klíč pro %s vyprší dne %s a nebudou vám poskytovány TOP-"
203
  "PRIOROTNÍ PODPORA a AKTUALIZACE."
204
 
205
+ #: bws_functions.php:482
206
  #, php-format
207
  msgid "Thank you for choosing %s plugin!"
208
  msgstr "Děkujeme, že jste si vybrali %s plugin!"
209
 
210
+ #: bws_functions.php:483
211
  msgid ""
212
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
213
  "we'd love to hear about it!"
215
  "Máte-li nápad, nebo doporučení na novou vlastnost, kterou by jste v pluginu "
216
  "chtěli vidět, rádi o něm uslyšíme!"
217
 
218
+ #: bws_functions.php:484
219
  msgid "Suggest a Feature"
220
  msgstr "Navrhnout vlastnost"
221
 
222
+ #: bws_functions.php:500 class-bws-settings.php:540 class-bws-settings.php:543
223
+ #: class-bws-settings.php:595 class-bws-settings.php:598
224
  msgid "Notice"
225
  msgstr "Poznámka"
226
 
227
+ #: bws_functions.php:500
228
  msgid "The plugin's settings have been changed."
229
  msgstr "Nastavení pluginu bylo změněno."
230
 
231
+ #: bws_functions.php:501 class-bws-settings.php:183 class-bws-settings.php:203
232
+ #: deprecated.php:642
233
  msgid "Save Changes"
234
  msgstr "Uložit změny"
235
 
236
+ #: bws_functions.php:515
237
  msgid ""
238
  "You can always look at premium options by checking the \"Pro Options\" in "
239
  "the \"Misc\" tab."
241
  "Vždy se můžete podívat na možnosti prémiové verze, kliknutím na \"PRO "
242
  "nastavení\" na \"Go PRO\" záložce."
243
 
244
+ #: bws_functions.php:653
245
  msgid "Add BWS Shortcode"
246
  msgstr "Přidávejte zkrácený kód BWS"
247
 
248
+ #: bws_functions.php:654
249
  msgid "Add BWS Plugins Shortcode"
250
  msgstr "Přidávejte zkrácený kód BWS pluginů"
251
 
252
+ #: bws_functions.php:673
253
  msgid "Add shortcode"
254
  msgstr "Přidat krátký kód"
255
 
256
+ #: bws_functions.php:673
257
  msgid "Add BestWebSoft plugins' shortcodes using this button."
258
  msgstr ""
259
  "Pomocí tohoto tlačítka můžete přidávat krátké kódy BestWebSoft pluginu."
260
 
261
+ #: bws_functions.php:729
262
  msgid "Close"
263
  msgstr "Zavřít"
264
 
265
+ #: bws_functions.php:821
266
  msgid "Are you sure you want to restore default settings?"
267
  msgstr "Jste si jisti, že chcete obnovit výchozí nastavení?"
268
 
269
+ #: bws_functions.php:824
270
  msgid "Yes, restore all settings"
271
  msgstr "Ano, obnovit veškerá nastavení"
272
 
273
+ #: bws_functions.php:825
274
  msgid "No, go back to the settings page"
275
  msgstr "Ne, vrátit se zpět na stránku nastavení"
276
 
277
+ #: bws_functions.php:867
278
  msgid "Plugin"
279
  msgstr "Plugin"
280
 
281
+ #: bws_functions.php:876
282
  msgid "Shortcode settings"
283
  msgstr "Nastavení krátkých kódů"
284
 
285
+ #: bws_functions.php:881
286
  msgid "The shortcode will be inserted"
287
  msgstr "Bude vložen krátký kód"
288
 
289
+ #: bws_functions.php:922
290
  msgid "FAQ"
291
  msgstr "Často kladené otázky (FAQ)"
292
 
293
+ #: bws_functions.php:928
294
  msgid "For more information:"
295
  msgstr "Pro více informací:"
296
 
297
+ #: bws_functions.php:929
298
  msgid "Documentation"
299
  msgstr "Dokumentace"
300
 
301
+ #: bws_functions.php:930
302
  msgid "Video Instructions"
303
  msgstr "Video instrukce"
304
 
305
+ #: bws_functions.php:931
306
  msgid "Submit a Request"
307
  msgstr "Odeslat požadavek"
308
 
309
+ #: bws_menu.php:101 class-bws-settings.php:792 deprecated.php:323
310
  msgid "Wrong license key"
311
  msgstr "Špatný licenční klíč"
312
 
313
+ #: bws_menu.php:122 class-bws-settings.php:818 class-bws-settings.php:885
314
+ #: class-bws-settings.php:921 deprecated.php:133 deprecated.php:199
315
+ #: deprecated.php:353
316
  msgid ""
317
  "Something went wrong. Please try again later. If the error appears again, "
318
  "please contact us"
320
  "Něco se pokazilo. Prosím zkuste to znovu později. Pokud se chyba objeví "
321
  "znovu, obraťte se na nás"
322
 
323
+ #: bws_menu.php:122 class-bws-settings.php:818 class-bws-settings.php:885
324
+ #: class-bws-settings.php:921 deprecated.php:133 deprecated.php:199
325
+ #: deprecated.php:353
326
  msgid "We are sorry for inconvenience."
327
  msgstr "Omlouváme se za nepříjemnosti."
328
 
329
+ #: bws_menu.php:128 class-bws-settings.php:824 class-bws-settings.php:927
330
+ #: deprecated.php:139 deprecated.php:359
331
  msgid "Wrong license key."
332
  msgstr "Neplatný licenční klíč."
333
 
343
  msgid "Log in"
344
  msgstr "Přihlášení"
345
 
346
+ #: bws_menu.php:132 bws_menu.php:332 deprecated.php:261
347
  msgid "Unfortunately, you have exceeded the number of available tries per day."
348
  msgstr "Bohužel, překročili jste dostupný počet pokusů pro daný den."
349
 
350
+ #: bws_menu.php:134 deprecated.php:365
351
  #, php-format
352
  msgid ""
353
  "Unfortunately, Your license has expired. To continue getting top-priority "
356
  "Bohužel, Vaše licence vypršela. Chcete-li pokračovat v získávání top-"
357
  "prioritní podpory a aktualizace pluginu měli byste ji prodloužit ve vašem %s"
358
 
359
+ #: bws_menu.php:136 class-bws-settings.php:935 deprecated.php:367
360
  msgid ""
361
  "Unfortunately, the Pro licence was already installed to this domain. The Pro "
362
  "Trial license can be installed only once."
364
  "Bohužel, pro tuto doménu již byla použita Pro licence. Zkušební Pro licence "
365
  "může být instalována pouze jedenkrát."
366
 
367
+ #: bws_menu.php:142 class-bws-settings.php:839 deprecated.php:153
368
  msgid "The license key is valid."
369
  msgstr "Licenční klíč je platný."
370
 
371
+ #: bws_menu.php:144 class-bws-settings.php:842 deprecated.php:156
372
  msgid "Your license will expire on"
373
  msgstr "Vaše licence vyprší"
374
 
375
  #: bws_menu.php:146
376
+ msgid "Congratulations! Pro Membership license is activated successfully."
377
+ msgstr ""
378
 
379
+ #: bws_menu.php:153 class-bws-settings.php:1007 deprecated.php:436
380
  msgid ""
381
  "Something went wrong. Try again later or upload the plugin manually. We are "
382
  "sorry for inconvenience."
535
  msgid "Please enter a valid email address."
536
  msgstr "Prosím vložte platnou e-mailovou adresu."
537
 
538
+ #: bws_menu.php:262
539
+ #, php-format
540
+ msgid "Email with system info is sent to %s."
541
+ msgstr ""
542
 
543
+ #: bws_menu.php:266
544
  msgid "Thank you for contacting us."
545
  msgstr "Děkujeme, že jste nás kontaktovali."
546
 
547
+ #: bws_menu.php:289
548
  msgid "Sorry, email message could not be delivered."
549
  msgstr "Je nám líto, ale e-mail nemohl být doručen."
550
 
551
+ #: bws_menu.php:305 bws_menu.php:309 bws_menu.php:358 deprecated.php:91
552
  msgid "Plugins"
553
  msgstr "Pluginy"
554
 
555
+ #: bws_menu.php:306 bws_menu.php:310 bws_menu.php:618 deprecated.php:92
556
  msgid "Themes"
557
  msgstr "Šablony"
558
 
559
+ #: bws_menu.php:307 bws_menu.php:311 bws_menu.php:648
560
  msgid "System status"
561
  msgstr "Stav systému"
562
 
563
+ #: bws_menu.php:315
564
  msgid "Support"
565
  msgstr "Podpora"
566
 
567
+ #: bws_menu.php:316
568
  msgid "Manage purchased licenses & subscriptions"
569
  msgstr "Spravovat zakoupené licence a předplatné"
570
 
571
+ #: bws_menu.php:324
572
  #, php-format
573
  msgid "Get Access to %s+ Premium Plugins"
574
  msgstr "Získejte přístup k %s+ Premiovým pluginům"
575
 
576
+ #: bws_menu.php:326
577
  msgid "Subscribe to Pro Membership"
578
  msgstr "Přihlásit se k Pro členství"
579
 
580
+ #: bws_menu.php:334 bws_menu.php:345 class-bws-settings.php:760
581
  #: deprecated.php:227
582
  msgid "Check license key"
583
  msgstr "Zkontrolovat licenční klíč"
584
 
585
+ #: bws_menu.php:337
586
  msgid "Enter your license key"
587
  msgstr "Vložte váš licenční klíč"
588
 
589
+ #: bws_menu.php:343 bws_menu.php:570 bws_menu.php:579
590
+ #: class-bws-settings.php:739 deprecated.php:259 deprecated.php:267
591
+ #: deprecated.php:631 deprecated.php:703 deprecated.php:712
592
  msgid "Activate"
593
  msgstr "Aktivovat"
594
 
595
+ #: bws_menu.php:359
596
  msgid "Upload Plugin"
597
  msgstr "Nahrát plugin"
598
 
599
+ #: bws_menu.php:363
600
  #, php-format
601
  msgid ""
602
  "The plugin generated %d characters of <strong>unexpected output</strong> "
609
  "problems with syndication feeds or other issues, pokuste se deaktivovat, "
610
  "nebo odstranit tento plugin."
611
 
612
+ #: bws_menu.php:365
613
  msgid ""
614
  "Plugin could not be activated because it triggered a <strong>fatal error</"
615
  "strong>."
616
  msgstr ""
617
  "Plugin nemůže být aktivován, neboť způsobil <strong>závažnou chybu</strong>."
618
 
619
+ #: bws_menu.php:368
620
  msgid "Plugin <strong>activated</strong>."
621
  msgstr "Plugin <strong>aktivován</strong>."
622
 
623
+ #: bws_menu.php:375
624
  msgid "Installing Plugin"
625
  msgstr "Instalace pluginu"
626
 
627
+ #: bws_menu.php:381
628
  msgid "Downloading install package from"
629
  msgstr "Stahování instalačního balíčku z"
630
 
631
+ #: bws_menu.php:398 bws_menu.php:429 bws_menu.php:440 deprecated.php:388
632
+ #: deprecated.php:410 deprecated.php:432
 
 
633
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
634
  msgstr "Stažení zip archivu selhalo. Prosíme, nahrajte plugin ručně"
635
 
636
+ #: bws_menu.php:406
637
  msgid "Unpacking the package"
638
  msgstr "Rozbalování balíčku"
639
 
640
+ #: bws_menu.php:411 bws_menu.php:419
641
  msgid "Installing the plugin"
642
  msgstr "Instalace pluginu"
643
 
644
+ #: bws_menu.php:415 deprecated.php:400
645
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
646
  msgstr "Otevření zip archivu selhalo. Prosíme, nahrajte plugin ručně"
647
 
648
+ #: bws_menu.php:422 deprecated.php:406
649
  msgid ""
650
  "Your server does not support either ZipArchive or Phar. Please, upload the "
651
  "plugin manually"
653
  "Váš server nepodporuje buď ZipArchive nebo Phar. Prosím, nahrajte plugin "
654
  "ručně"
655
 
656
+ #: bws_menu.php:425
657
  #, php-format
658
  msgid "The plugin %s is successfully installed."
659
  msgstr "Plugin %s úspěšně nainstalován."
660
 
661
+ #: bws_menu.php:432 deprecated.php:413
662
  msgid "UploadDir is not writable. Please, upload the plugin manually"
663
  msgstr "Nelze zapisovat do UploadDir. Prosím, nahrajte plugin ručně"
664
 
665
+ #: bws_menu.php:437
666
  msgid "Activate Plugin"
667
  msgstr "Aktivovat plugin"
668
 
669
+ #: bws_menu.php:437 bws_menu.php:443
670
  msgid "Return to BestWebSoft Panel"
671
  msgstr "Návrat na BestWebSoft panel"
672
 
673
+ #: bws_menu.php:451 bws_menu.php:471 bws_menu.php:600
674
  msgid "All"
675
  msgstr "Vše"
676
 
677
+ #: bws_menu.php:454 bws_menu.php:637
678
  msgid "Installed"
679
  msgstr "Instalováno"
680
 
681
+ #: bws_menu.php:457
682
  msgid "Not Installed"
683
  msgstr "Neninstalováno"
684
 
685
+ #: bws_menu.php:464
686
  msgid "Filter results"
687
  msgstr "Výsledky filtrování"
688
 
689
+ #: bws_menu.php:467 bws_menu.php:596
690
  msgid "Category"
691
  msgstr "Rubriky"
692
 
693
+ #: bws_menu.php:531
694
  msgid "Not installed"
695
  msgstr "Neninstalováno"
696
 
697
+ #: bws_menu.php:535
698
  msgid "Renew to get updates"
699
  msgstr "Obnovit pro získání aktualizací"
700
 
701
+ #: bws_menu.php:538
702
  #, php-format
703
  msgid "Update to v %s"
704
  msgstr "Aktualizovat na %s"
705
 
706
+ #: bws_menu.php:550 bws_menu.php:573 bws_menu.php:582
707
  msgid "Install Now"
708
  msgstr "Instalovat nyní"
709
 
710
+ #: bws_menu.php:556 class-bws-settings.php:157 class-bws-settings.php:1067
711
  msgid "Upgrade to Pro"
712
  msgstr "Aktualizovat na Pro"
713
 
714
+ #: bws_menu.php:570 bws_menu.php:579
715
  msgid "Activate this plugin"
716
  msgstr "Aktivovat tento plugin"
717
 
718
+ #: bws_menu.php:582
719
  msgid "Install this plugin"
720
  msgstr "Instalovat tento plugin"
721
 
722
+ #: bws_menu.php:591
723
  msgid "Nothing found. Try another criteria."
724
  msgstr "Nic nenalezeno. Zkuste jiná kritéria."
725
 
726
  # podle, nebo taky od
727
+ #: bws_menu.php:628
728
  #, php-format
729
  msgid "By %s"
730
  msgstr "podle %s"
731
 
732
+ #: bws_menu.php:635
733
  msgid "Already Installed"
734
  msgstr "Již instalováno"
735
 
736
+ #: bws_menu.php:645
737
+ msgid "Browse More WordPress Themes"
738
+ msgstr ""
739
 
740
+ #: bws_menu.php:654
741
  msgid "Send to support"
742
  msgstr "Odeslat podpoře"
743
 
744
+ #: bws_menu.php:661
745
  msgid "Send to custom email &#187;"
746
  msgstr "Odeslat na vlastní e-mail &#187;"
747
 
795
  msgid "Custom Code"
796
  msgstr "Vlastní kód"
797
 
798
+ #: class-bws-settings.php:427 deprecated.php:498
799
  msgid "You do not have sufficient permissions to edit plugins for this site."
800
  msgstr "Nemáte dostatečná oprávnění pro úpravu pluginů tohoto webu."
801
 
802
+ #: class-bws-settings.php:432 deprecated.php:620
803
  msgid "These styles will be added to the header on all pages of your site."
804
  msgstr "Tyto styly budou přidány do hlaviček všech stránek vašeho webu."
805
 
806
+ #: class-bws-settings.php:435 deprecated.php:622
807
  #, php-format
808
  msgid ""
809
  "This PHP code will be hooked to the %s action and will be printed on front "
815
  msgid "These code will be added to the header on all pages of your site."
816
  msgstr "Tento kód bude přidán do záhlaví všech stránek vašeho webu."
817
 
818
+ #: class-bws-settings.php:446 deprecated.php:646
819
  #, php-format
820
  msgid ""
821
  "You need to make this files writable before you can save your changes. See "
824
  "Před tím, než budete moci vaše změny uložit, nastavte těmto souborům "
825
  "oprávnění pro zápis. Podívejte se %s na Kodex %s pro více informací."
826
 
827
+ #: class-bws-settings.php:456 deprecated.php:628
828
  msgid "Browsing"
829
  msgstr "Procházení"
830
 
833
  msgid "Activate custom %s code."
834
  msgstr "Aktivovat vlastní %s kód."
835
 
836
+ #: class-bws-settings.php:469 deprecated.php:635
837
  #, php-format
838
  msgid "Learn more about %s"
839
  msgstr "Dozvědět se více o %s"
840
 
841
+ #: class-bws-settings.php:531
842
  msgid "Miscellaneous Settings"
843
  msgstr "Různá nastavení"
844
 
845
+ #: class-bws-settings.php:540 class-bws-settings.php:595
846
  #, php-format
847
  msgid ""
848
  "It is prohibited to change %s settings on this site in the %s network "
849
  "settings."
850
  msgstr "Je zakázáno měnit nastavení %s na této stránce v %s nastavení sítě."
851
 
852
+ #: class-bws-settings.php:543 class-bws-settings.php:598
853
  #, php-format
854
  msgid ""
855
  "It is prohibited to view %s settings on this site in the %s network settings."
856
  msgstr "Je zobrazit nastavení %s na této stránce v %s nastavení sítě."
857
 
858
+ #: class-bws-settings.php:552
859
  msgid "Pro Options"
860
  msgstr "PRO nastavení"
861
 
862
+ #: class-bws-settings.php:556
863
  msgid "Enable to display plugin Pro options."
864
  msgstr "Povolit zobrazení PRO voleb pluginu."
865
 
866
+ #: class-bws-settings.php:562
867
  msgid "Track Usage"
868
  msgstr "Sběr statistik"
869
 
870
+ #: class-bws-settings.php:566
871
  msgid ""
872
  "Enable to allow tracking plugin usage anonymously in order to make it better."
873
  msgstr ""
874
  "Umožnit anonymní sledování využití pluginu tak, aby mohl být dále vylepšován."
875
 
876
+ #: class-bws-settings.php:571
877
  msgid "Default Settings"
878
  msgstr "Výchozí nastavení"
879
 
880
+ #: class-bws-settings.php:573
881
  msgid "Restore Settings"
882
  msgstr "Obnovit nastavení"
883
 
884
+ #: class-bws-settings.php:574
885
  msgid "This will restore plugin settings to defaults."
886
  msgstr "Toto obnoví veškerá nastavení pluginu na výchozí hodnoty."
887
 
888
+ #: class-bws-settings.php:586
889
  msgid "Import / Export"
890
  msgstr "Import / Export"
891
 
892
+ #: class-bws-settings.php:702 class-bws-settings.php:735
893
+ #: class-bws-settings.php:757
894
  msgid "License Key"
895
  msgstr "Licenční klíč"
896
 
897
+ #: class-bws-settings.php:725
898
  msgid "Congratulations! Pro license is activated successfully."
899
  msgstr "Gratulujeme! PRO licence byla úspěšně aktivována."
900
 
901
+ #: class-bws-settings.php:726
902
  #, php-format
903
  msgid "You will be automatically redirected to the %s in %s seconds."
904
  msgstr "Za %s sekund budete automaticky přesměrováni na %s."
905
 
906
+ #: class-bws-settings.php:726
907
  msgid "Settings page"
908
  msgstr "Stránka nastavení"
909
 
910
+ #: class-bws-settings.php:741
911
  #, php-format
912
  msgid "Enter your license key to activate %s and get premium plugin features."
913
  msgstr ""
914
  "Vložte váš licenční klíč pro aktivaci %s a získání prémiových fukcí pluginu."
915
 
916
+ #: class-bws-settings.php:744 class-bws-settings.php:931 deprecated.php:363
917
+ #: deprecated.php:706
918
  msgid ""
919
  "Unfortunately, you have exceeded the number of available tries per day. "
920
  "Please, upload the plugin manually."
922
  "Bohužel, jste překročili počet dostupných pokusů za den. Prosím, nahrejte "
923
  "plugin ručně."
924
 
925
+ #: class-bws-settings.php:747 deprecated.php:697
926
  #, php-format
927
  msgid "Start Your Free %s-Day Trial Now"
928
  msgstr "Vyzkoušejte vaší %s-denní zkušební verzi zdarma nyní"
929
 
930
+ #: class-bws-settings.php:762
931
  msgid ""
932
  "If necessary, you can check if the license key is correct or reenter it in "
933
  "the field below."
935
  "V případě potřeby zkontrolujte, je-li licenční klíč správně zadán, případně "
936
  "jej do pole níže vložte znova."
937
 
938
+ #: class-bws-settings.php:767
939
  msgid "Manage License Settings"
940
  msgstr "Správa nastavení licencí"
941
 
942
+ #: class-bws-settings.php:769
943
  msgid "Login to Client Area"
944
  msgstr "Přihlášení do klientská zóny"
945
 
946
+ #: class-bws-settings.php:771
947
  msgid ""
948
  "Manage active licenses, download BWS products, and view your payment history "
949
  "using BestWebSoft Client Area."
951
  "Správa aktivních licencí, stahování BWS produktů a zobrazení historie plateb "
952
  "v BestWebSoft klientské zóně."
953
 
954
+ #: class-bws-settings.php:826 class-bws-settings.php:929 deprecated.php:141
955
+ #: deprecated.php:361
956
  msgid "This license key is bound to another site."
957
  msgstr "Tento licenční klíč je přidružen k jinému webu."
958
 
959
+ #: class-bws-settings.php:828 deprecated.php:143
960
  msgid ""
961
  "This license key is valid, but Your license has expired. If you want to "
962
  "update our plugin in future, you should extend the license."
964
  "Tento licenční klíč je platný, ale vaše licence vypršela. Chcete-li náš "
965
  "plugin v budoucnosti aktualizovat, měli by jste licenci prodloužit."
966
 
967
+ #: class-bws-settings.php:830 deprecated.php:145
968
  msgid "Unfortunately, you have exceeded the number of available tries."
969
  msgstr "Bohužel, překročili jste dostupný počet pokusů."
970
 
971
+ #: class-bws-settings.php:832 deprecated.php:147
972
  msgid ""
973
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
974
  "The Pro Trial license can be installed only once."
976
  "Bohužel, tato zkušební Pro licence již pro tuto doménu byla použita. "
977
  "Zkušební Pro licence může být instalována pouze jedenkrát."
978
 
979
+ #: class-bws-settings.php:837 deprecated.php:151
980
  msgid "The Pro Trial license key is valid."
981
  msgstr "Licenční klíč zkušební Pro verze je platný."
982
 
983
+ #: class-bws-settings.php:845 deprecated.php:159 deprecated.php:246
984
  #, php-format
985
  msgid ""
986
  "In order to continue using the plugin it is necessary to buy a %s license."
987
  msgstr ""
988
  "Pokud chcete nadále využívat tento plugin, je nutné zakoupit %s licenci."
989
 
990
+ #: class-bws-settings.php:933
991
+ #, php-format
992
+ msgid ""
993
+ "Unfortunately, Your license has expired. To continue getting top-priority "
994
+ "support and plugin updates, you should extend it in your %s."
995
+ msgstr ""
996
+
997
+ #: class-bws-settings.php:959 class-bws-settings.php:981
998
+ #: class-bws-settings.php:1003
999
+ msgid "Failed to download the zip archive. Please, upload the plugin manually."
1000
+ msgstr ""
1001
+
1002
+ #: class-bws-settings.php:971
1003
+ msgid "Failed to open the zip archive. Please, upload the plugin manually."
1004
+ msgstr ""
1005
+
1006
+ #: class-bws-settings.php:977
1007
+ msgid ""
1008
+ "Your server does not support either ZipArchive or Phar. Please, upload the "
1009
+ "plugin manually."
1010
+ msgstr ""
1011
+
1012
+ #: class-bws-settings.php:984
1013
+ msgid "UploadDir is not writable. Please, upload the plugin manually."
1014
+ msgstr ""
1015
+
1016
+ #: class-bws-settings.php:1042 deprecated.php:464
1017
  msgid "Please, enter Your license key"
1018
  msgstr "Prosím, vložte váš licenční klíč"
1019
 
1020
+ #: class-bws-settings.php:1054
1021
  msgid "Need Help?"
1022
  msgstr "Potřebujete pomoc?"
1023
 
1024
+ #: class-bws-settings.php:1056
1025
  msgid "Read the Instruction"
1026
  msgstr "Přečíst si instrukce"
1027
 
1028
+ #: class-bws-settings.php:1060
1029
  msgid "Watch the Video"
1030
  msgstr "Přehrát video"
1031
 
1032
+ #: class-bws-settings.php:1071
1033
  msgid "Start Your Free Trial"
1034
  msgstr "Vyzkoušejte po omezenou dobu"
1035
 
1036
+ #: deactivation-form.php:27
1037
  msgid "Need help? We are ready to answer your questions."
1038
+ msgstr "Potřebujete pomoc? Rádi zodpovíme Vaše dotazy."
1039
 
1040
+ #: deactivation-form.php:27
1041
  msgid "Contact Support"
1042
+ msgstr "Kontaktujte podporu"
1043
 
1044
+ #: deactivation-form.php:32
1045
  msgid "The plugin is not working"
1046
+ msgstr "Plugin nefunguje"
1047
 
1048
+ #: deactivation-form.php:34
1049
  msgid "Kindly share what didn't work so we can fix it in future updates..."
1050
  msgstr ""
1051
+ "Dejte nám prosím vědět, co nefungovalo, abychom to v budoucích aktualizacích "
1052
+ "mohli opravit..."
1053
 
1054
+ #: deactivation-form.php:38
1055
  msgid "The plugin didn't work as expected"
1056
+ msgstr "Plugin nefungoval podle mých očekávání"
1057
 
1058
+ #: deactivation-form.php:40
1059
  msgid "What did you expect?"
1060
+ msgstr "Co jste očekávali?"
1061
 
1062
+ #: deactivation-form.php:44
1063
  msgid "The plugin suddenly stopped working"
1064
+ msgstr "Plugin náhle přestal pracovat"
1065
 
1066
+ #: deactivation-form.php:51
1067
  msgid "The plugin broke my site"
1068
+ msgstr "Plugin mi rozbil web"
1069
 
1070
+ #: deactivation-form.php:58
1071
  msgid "I couldn't understand how to get it work"
1072
+ msgstr "Nemohl jsem pochopit, jak to zprovoznit"
1073
 
1074
+ #: deactivation-form.php:65
1075
  msgid "I found a better plugin"
1076
+ msgstr "Našel jsem lepší plugin"
1077
 
1078
+ #: deactivation-form.php:67
1079
  msgid "What's the plugin name?"
1080
+ msgstr "Jaké je jméno pluginu?"
1081
 
1082
+ #: deactivation-form.php:71
1083
  msgid "The plugin is great, but I need specific feature that you don't support"
1084
  msgstr ""
1085
+ "Plugin je skvělý, ale já potřebuji specifickou funkci, kterou nepodporuje"
1086
 
1087
+ #: deactivation-form.php:73
1088
  msgid "What feature?"
1089
+ msgstr "Jakou funkci?"
1090
 
1091
+ #: deactivation-form.php:77
1092
  msgid "I no longer need the plugin"
1093
+ msgstr "Nadále již tento plugin nepotřebuji"
1094
 
1095
+ #: deactivation-form.php:83
1096
  msgid "It's a temporary deactivation, I'm just debugging an issue"
1097
+ msgstr "Jedná se o dočasnou deaktivaci, pouze jsem ladím problém"
1098
 
1099
+ #: deactivation-form.php:89
1100
  msgid "Other"
1101
  msgstr "Ostatní"
1102
 
1103
+ #: deactivation-form.php:123
1104
  msgid "Quick Feedback"
1105
+ msgstr "Rychlá zpětná vazba"
1106
 
1107
+ #: deactivation-form.php:124
1108
  msgid "If you have a moment, please let us know why you are deactivating"
1109
+ msgstr "Máte-li chvilku, sdělte nám důvod, proč deaktivujete tento plugin"
1110
 
1111
+ #: deactivation-form.php:127
1112
+ msgid "Send website data and allow to contact me back"
1113
  msgstr ""
1114
 
1115
+ #: deactivation-form.php:132
1116
  msgid "Cancel"
1117
+ msgstr "Zrušit"
1118
 
1119
+ #: deactivation-form.php:233
1120
  msgid "Processing"
1121
+ msgstr "Zpracovává se"
1122
 
1123
+ #: deactivation-form.php:262
1124
  msgid "Submit & Deactivate"
1125
+ msgstr "Odeslat a vypnout"
1126
 
1127
+ #: deactivation-form.php:277
1128
  msgid "Please tell us the reason so we can improve it."
1129
+ msgstr "Prosím, prozraďte nám důvod, abychom jej mohli zlepšit."
1130
 
1131
+ #: deactivation-form.php:345
1132
  msgid "Deactivate"
1133
+ msgstr "Vypnout"
1134
 
1135
  #: deprecated.php:93
1136
  msgid "System Status"
1158
  "(vaše uživatelské jméno je e-mailová adresa uvedena při nákupu). Pokud je to "
1159
  "nutné, prosím odešlete \"Lost your password?\" požadavek."
1160
 
1161
+ #: deprecated.php:246
1162
  msgid "After that, you can activate it by entering your license key."
1163
  msgstr "Poté jej lze snadno aktivovat zadáním licenčního klíče."
1164
 
1165
+ #: deprecated.php:249 deprecated.php:691
1166
  msgid "License key can be found in the"
1167
  msgstr "Licenční klíč najdete v"
1168
 
1169
+ #: deprecated.php:251 deprecated.php:693
1170
  msgid "(your username is the email address specified during the purchase)."
1171
  msgstr "(vaše uživatelské jméno je e-mailová adresa uvedená při nákupu)."
1172
 
1173
+ #: deprecated.php:279
1174
  msgid ""
1175
  "Congratulations! The Pro license of the plugin is activated successfully."
1176
  msgstr "Gratulujeme! PRO licence pluginu je úspěšně aktivována."
1177
 
1178
+ #: deprecated.php:281 deprecated.php:672
1179
  msgid "Please, go to"
1180
  msgstr "Prosím, jděte na"
1181
 
1182
+ #: deprecated.php:281 deprecated.php:672
1183
  msgid "the setting page"
1184
  msgstr "stránka nastavení"
1185
 
1186
+ #: deprecated.php:282 deprecated.php:673
1187
  msgid "You will be redirected automatically in 5 seconds."
1188
  msgstr "Budete automaticky přesměrováni za 5 sekund."
1189
 
1190
+ #: deprecated.php:316
1191
  msgid "Check premium options on the plugin settings page!"
1192
  msgstr "Zkontrolujte prémiové možnosti na stránce nastavení pluginů!"
1193
 
1194
+ #: deprecated.php:479
1195
  msgid "Restore all plugin settings to defaults"
1196
  msgstr "Obnovit veškerá nastavení pluginu na výchozí hodnoty"
1197
 
1198
+ #: deprecated.php:481
1199
  msgid "Restore settings"
1200
  msgstr "Obnovit nastavení"
1201
 
1202
+ #: deprecated.php:550 deprecated.php:577
1203
  #, php-format
1204
  msgid "File %s edited successfully."
1205
  msgstr "Soubor %s byl úspěšně upraven."
1206
 
1207
+ #: deprecated.php:552 deprecated.php:579
1208
  msgid "Not enough permissions to create or update the file"
1209
  msgstr "Nedostatečná oprávnění pro vytvoření či úpravu souboru"
1210
 
1211
+ #: deprecated.php:582
1212
  msgid "Not enough permissions to create the file"
1213
  msgstr "Nedostatečná oprávnění pro vytvoření souboru"
1214
 
1215
+ #: deprecated.php:626
1216
  msgid "Editing"
1217
  msgstr "Úprava"
1218
 
1219
+ #: deprecated.php:670
1220
  msgid ""
1221
  "Congratulations! Pro version of the plugin is installed and activated "
1222
  "successfully."
1223
  msgstr "Gratulujeme! PRO verze pluginu byla úspěšně instalována a aktivována."
1224
 
1225
+ #: deprecated.php:680
1226
  msgid "Show Pro features"
1227
  msgstr "Zobrazit Pro vlastnosti"
1228
 
1229
+ #: deprecated.php:687
1230
  msgid "Enter your license key to install and activate"
1231
  msgstr "Vložte váš licenční klíč pro instalaci a aktivaci"
1232
 
1233
+ #: deprecated.php:689
1234
  msgid "version of the plugin."
1235
  msgstr "verze pluginu."
1236
 
1270
  msgid "SMM"
1271
  msgstr "SMM"
1272
 
1273
+ #: product_list.php:22
1274
+ msgid "Best secure captcha plugin to protect your WordPress forms."
 
1275
  msgstr ""
 
1276
 
1277
+ #: product_list.php:32
1278
  msgid "Create your personal car rental/booking and reservation website."
1279
  msgstr "Vytvořte si osobní rezervační web - auta/hotely."
1280
 
1281
+ #: product_list.php:42
1282
  msgid ""
1283
  "Allow customers to reach you using secure contact form plugin any website "
1284
  "must have."
1286
  "Umožněte zákazníkům kontaktovat vás pomocí pluginu zabezpečeného kontaktního "
1287
  "formuláře, tohle musí mít každý web."
1288
 
1289
+ #: product_list.php:52
1290
  msgid "Add unlimited number of contact forms to WordPress website."
1291
  msgstr "Přidávejte neomezený počet kontaktních formulářů na WordPress web."
1292
 
1293
+ #: product_list.php:62
1294
  msgid "Save and manage Contact Form messages. Never lose important data."
1295
  msgstr ""
1296
  "Ukládejte a spravujte zprávy z kontaktního formuláře. Už nikdy neztraťte "
1297
  "důležitá data."
1298
 
1299
+ #: product_list.php:72
1300
  msgid "Add unlimited custom pages to WordPress admin dashboard."
1301
  msgstr ""
1302
  "Přidávejte neomezený počet vlastních stránek do WordPress admin nástěnky."
1303
 
1304
+ #: product_list.php:79
1305
  msgid "Add custom fields to WordPress website search results."
1306
  msgstr "Přidávejte vlastní pole do výsledků vyhledání na webu WordPress."
1307
 
1308
+ #: product_list.php:86
1309
  msgid ""
1310
  "Add custom post types and taxonomies to WordPress website search results."
1311
  msgstr ""
1312
  "Přidávejte vlastní typy příspěvků a taxonomie do výsledků vyhledání na webu "
1313
  "WordPress."
1314
 
1315
+ #: product_list.php:96
1316
  msgid "Add PayPal and 2CO donate buttons to receive charity payments."
1317
  msgstr "Přidávejte darovací tlačítka PayPal a 2CO pro příjem příspěvků."
1318
 
1319
+ #: product_list.php:103
1320
  msgid ""
1321
  "Get latest error log messages to diagnose website problems. Define and fix "
1322
  "issues faster."
1324
  "Získejte nejnovější zprávy z error logu při diagnostice problémů s webem. "
1325
  "Definujte a opravte problémy rychleji."
1326
 
1327
+ #: product_list.php:110
1328
  msgid ""
1329
  "Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
1330
  "widgets."
1332
  "Přidávejte Facebooková tlačítka sledovat, to se mi líbí a sdílet do "
1333
  "WordPress příspěvků, stránek a widgetů."
1334
 
1335
+ #: product_list.php:120
1336
  msgid ""
1337
  "Add beautiful galleries, albums & images to your WordPress website in a few "
1338
  "clicks."
1340
  "Přidávejte na váš WordPress web krásné galerie, alba a obrázky během "
1341
  "několika kliknutí."
1342
 
1343
+ #: product_list.php:130
1344
  msgid ""
1345
  "Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
1346
  "posts, pages and widgets."
1348
  "Přidávejte Google +1 tlačítka sdílet, sledovat, Hangout a profile badge do "
1349
  "WordPress příspěvků, stránek a widgetů."
1350
 
1351
+ #: product_list.php:140
1352
  msgid ""
1353
  "Stronger security solution which protects your WordPress website from hacks "
1354
  "and unauthorized login attempts."
1356
  "Silnější bezpečnostní řešení, které chrání vaše webové stránky WordPress od "
1357
  "hacků a pokusů o neoprávněné přihlášení."
1358
 
1359
+ #: product_list.php:150
1360
  msgid ""
1361
  "Add Adsense ads to WordPress website pages, posts, custom posts, search "
1362
  "results, categories, tags, and widgets."
1364
  "Přidávejte reklamy Adsense do webu WordPress, příspěvky, vlastní příspěvky, "
1365
  "výsledky vyhledávání, rubriky, štítky a widgety."
1366
 
1367
+ #: product_list.php:160
1368
  msgid "Add Google Analytics code to WordPress website and track basic stats."
1369
  msgstr ""
1370
  "Přidávejte Google Analytics kód do WordPress webu a sledujte základní "
1371
  "statistiky."
1372
 
1373
+ #: product_list.php:170
1374
  msgid ""
1375
  "Protect WordPress website forms from spam entries with Google Captcha "
1376
  "(reCaptcha)."
1378
  "Chraňte WordPress webové formuláře před spamem s Google Captcha (\"reCAPTCHA"
1379
  "\")."
1380
 
1381
+ #: product_list.php:180
1382
  msgid "Add customized Google maps to WordPress posts, pages and widgets."
1383
  msgstr ""
1384
  "Přidávejte vlastní mapy Google do WordPress příspěvků, stránek a widgetů."
1385
 
1386
+ #: product_list.php:190
1387
  msgid ""
1388
  "Generate and add XML sitemap to WordPress website. Help search engines index "
1389
  "your blog."
1391
  "Generujte a přidávejte sitemap.xml na vaše WordPress weby. Pomožte "
1392
  "vyhledávačům indexovat váš blog."
1393
 
1394
+ #: product_list.php:200
1395
  msgid ""
1396
  "Replace external WordPress website links with Google shortlinks and track "
1397
  "click stats."
1399
  "Nahradit externí odkazy WordPress webu pomocí Google shortlinks a sledujte "
1400
  "statistiky kliknutí."
1401
 
1402
+ #: product_list.php:207
1403
  msgid ""
1404
  "Protect WordPress website – allow and deny access for certain IP addresses, "
1405
  "hostnames, etc."
1407
  "Chráňte WordPress web– povolte či odepřete přístup pro určité IP adresy, "
1408
  "hostnames, atd."
1409
 
1410
+ #: product_list.php:217
1411
  msgid ""
1412
  "Create your personal job board and listing WordPress website. Search jobs, "
1413
  "submit CV/resumes, choose candidates."
1415
  "Vytvořte si osobní nástěnku pracovních míst na WordPress webu. Hledání "
1416
  "zaměstnání, odeslání CV/životopisu, výběr kandidátů."
1417
 
1418
+ #: product_list.php:224
1419
  msgid ""
1420
  "Protect WordPress website against brute force attacks. Limit rate of login "
1421
  "attempts."
1423
  "Chraňte WordPress web proti útokům hrubou silou. Omezte počet pokusů o "
1424
  "přihlášení."
1425
 
1426
+ #: product_list.php:234
1427
  msgid ""
1428
  "Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
1429
  "5 plugins included – profile, insider, etc."
1431
  "Přidávejte LinkedIn tlačítka sdílet a sledovat do WordPress příspěvků, "
1432
  "stránek a widgetů. 5 pluginů zahrnuje - profil, insider, atd."
1433
 
1434
+ #: product_list.php:244
1435
  msgid ""
1436
  "Translate WordPress website content to other languages manually. Create "
1437
  "multilingual pages, posts, widgets, menus, etc."
1439
  "Přeložte manuálně obsah webu WordPress do jiných jazyků. Vytvořte "
1440
  "vícejazyčné stránky, příspěvky, widgety, menu, atd."
1441
 
1442
+ #: product_list.php:254
1443
  msgid ""
1444
  "Add customizable pagination to WordPress website. Split long content to "
1445
  "multiple pages for better navigation."
1447
  "Přidávejte nastavitelné stránkování na web WordPress. Pro lepší navigaci "
1448
  "rozdělte dlouhý obsah na více stránek."
1449
 
1450
+ #: product_list.php:264
1451
  msgid ""
1452
  "Generate PDF files and print WordPress posts/pages. Customize document "
1453
  "header/footer styles and appearance."
1455
  "Generujte PDF soubory a tiskněte WordPress příspěvky/stránky. Vlastní "
1456
  "záhlaví/zápatí dokumentu, styly a vzhled."
1457
 
1458
+ #: product_list.php:274
1459
  msgid ""
1460
  "Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
1461
  "Profile) to WordPress posts, pages and widgets."
1463
  "Přidávejte Pinterest tlačítka sledovat a připnout a profilový widget (Pin, "
1464
  "Board, Profile) do WordPress příspěvků, stránek a widgetů."
1465
 
1466
+ #: product_list.php:284
1467
  msgid ""
1468
  "Create your personal portfolio WordPress website. Manage and showcase past "
1469
  "projects to get more clients."
1471
  "Vytvořte si osobní portfolio WordPress webů. Spravujte a představte své "
1472
  "nedávné projekty a získejte více klientů."
1473
 
1474
+ #: product_list.php:294
1475
  msgid "Export WordPress posts to CSV file format easily. Configure data order."
1476
  msgstr ""
1477
  "Exportujte snadno vaše WordPress příspěvky do souboru formátu CSV. "
1478
  "Konfigurujte pořadí dat."
1479
 
1480
+ #: product_list.php:301
1481
  msgid ""
1482
  "Add extra fields to default WordPress user profile. The easiest way to "
1483
  "create and manage additional custom values."
1485
  "Přidávejte další pole do výchozího profilu uživatele WordPress. "
1486
  "Nejjednodušší způsob, jak vytvořit a spravovat vlastní hodnoty."
1487
 
1488
+ #: product_list.php:308
1489
  msgid ""
1490
  "Add and display HTML advertisement banner on WordPress website. Customize "
1491
  "bar styles and appearance."
1493
  "Přidávejte a zobrazujte HTML reklamní banner na webu WordPress. Úpravte styl "
1494
  "a vzhled lišt."
1495
 
1496
+ #: product_list.php:318
1497
  msgid ""
1498
  "Add customizable quotes and tips blocks to WordPress posts, pages and "
1499
  "widgets."
1501
  "Přidávejte přizpůsobitelné nabídky a bloky s tipy do WordPress příspěvků, "
1502
  "stránek a widgetů."
1503
 
1504
+ #: product_list.php:325
1505
  msgid ""
1506
  "Add rating plugin to your WordPress website to receive feedback from your "
1507
  "customers."
1509
  "Přidávejte do vašeho WordPress webu plugin hodnocení k získání zpětné vazby "
1510
  "od vašich zákazníků."
1511
 
1512
+ #: product_list.php:332
1513
  msgid ""
1514
  "Create your personal real estate WordPress website. Sell, rent and buy "
1515
  "properties. Add, search and browse listings easily."
1518
  "pronajímejte a kupujte nemovitosti. Snadno přidejte hledání a procházení "
1519
  "seznamy."
1520
 
1521
+ #: product_list.php:342
1522
  msgid ""
1523
  "Add related, featured, latest, and popular posts to your WordPress website. "
1524
  "Connect your blog readers with a relevant content."
1526
  "Přidávejte související, nejlepší, nejnovější a populární příspěvky do vašeho "
1527
  "WordPress webu. Propojte čtenáře vašeho blogu s příslušným obsahem."
1528
 
1529
+ #: product_list.php:349
1530
  msgid ""
1531
  "Send bulk email messages to WordPress users. Custom templates, advanced "
1532
  "settings and detailed reports."
1534
  "Odesílejte hromadné e-maily WordPress uživatelům. Vlastní šablony, rozšířené "
1535
  "nastavení a podrobné reporty."
1536
 
1537
+ #: product_list.php:359
1538
  msgid ""
1539
  "The best responsive slider plugin for your WordPress website. Create "
1540
  "beautifully animated slides just in a few clicks."
1542
  "Nejlepší responzivní slider plugin pro váše WordPress web. Vytvořte krásné "
1543
  "animované snímky během pár kliknutí."
1544
 
1545
+ #: product_list.php:366
1546
  msgid ""
1547
  "Configure SMTP server to receive email messages from WordPress to Gmail, "
1548
  "Yahoo, Hotmail and other services."
1550
  "Konfigurujte SMTP server pro příjem e-mailových zpráv z WordPress na Gmail, "
1551
  "Yahoo, Hotmail a dalších službách."
1552
 
1553
+ #: product_list.php:373
1554
  msgid ""
1555
  "Add social media buttons and widgets to WordPress posts, pages and widgets. "
1556
  "FB, Twitter, G+1, Pinterest, LinkedIn."
1558
  "Přidávejte tlačítka sociálních sítí a widgety do WordPress příspěvků, "
1559
  "stránek a widgetů. Facebook, Twitter, G+1, Pinterest, LinkedIn."
1560
 
1561
+ #: product_list.php:383
1562
  msgid ""
1563
  "Add social media login, registration, and commenting to your WordPress "
1564
  "website."
1566
  "Přidávejte na váš WordPress web login, registraci či komentáře "
1567
  "prostřednictvím sociálních sítí."
1568
 
1569
+ #: product_list.php:390
1570
  msgid ""
1571
  "Add email newsletter sign up form to WordPress posts, pages and widgets. "
1572
  "Collect data and subscribe your users."
1575
  "příspěvků, stránek a widgetů. Shromažďujte data a přihlaste k odběru vaše "
1576
  "uživatele."
1577
 
1578
+ #: product_list.php:400
1579
  msgid ""
1580
  "Add testimonials and feedbacks from your customers to WordPress website "
1581
  "posts, pages, and widgets."
1583
  "Přidávejte potvrzení a zpětnou vazbu od vašich zákazníků do WordPress "
1584
  "příspěvků, stránek a widgetů."
1585
 
1586
+ #: product_list.php:407
1587
  msgid ""
1588
  "Best timesheet plugin for WordPress. Track employee time, streamline "
1589
  "attendance and generate reports."
1591
  "Nejlepší timesheet plugin pro WordPress. Sledujte časy zaměstnanců, "
1592
  "kontrolujte jejich přítomnost a generujte sestavy."
1593
 
1594
+ #: product_list.php:417
1595
  msgid ""
1596
  "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
1597
  "and pages."
1599
  "Přidávejte Twitter tlačítka sledovat, twítnout a zmínit do WordPress "
1600
  "příspěvků a stránek."
1601
 
1602
+ #: product_list.php:427
1603
  msgid ""
1604
  "Automatically check and update WordPress website core with all installed "
1605
  "plugins and themes to the latest versions."
1607
  "Automaticky kontrolujte a aktualizujte na nejnovější verzi WordPress jádro i "
1608
  "všechny nainstalované pluginy a šablony."
1609
 
1610
+ #: product_list.php:437
1611
  msgid ""
1612
  "Powerful user role management plugin for WordPress website. Create, edit, "
1613
  "copy, and delete user roles."
1615
  "Plugin robustní správy užiatelů pro WordPress web. Vytvářejte, upravujte, "
1616
  "kopírujte a odstraňujte uživatelské role."
1617
 
1618
+ #: product_list.php:447
1619
  msgid ""
1620
  "Display live count of online visitors who are currently browsing your "
1621
  "WordPress website."
1623
  "Zobrazujte počet aktivních online návštěvníků, kteří dané chvíli procházejí "
1624
  "váš WordPress web."
1625
 
1626
+ #: product_list.php:457
1627
  msgid ""
1628
  "Backup and export Zendesk Help Center content automatically to your "
1629
  "WordPress website database."
1631
  "Automaticky zálohujte a exportujte obsah centra nápovědy Zendesk do databáze "
1632
  "vašeho WordPress webu."
1633
 
1634
+ #~ msgid "Anonymous feedback"
1635
+ #~ msgstr "Anonymní zpětná vazba"
1636
+
1637
+ #~ msgid ""
1638
+ #~ "Protect WordPress website forms from spam entries by means of math logic."
1639
+ #~ msgstr ""
1640
+ #~ "Chraňte WordPress webové formuláře před spamem pomocí matematické logiky."
1641
+
1642
+ #~ msgid "Congratulations! Pro Membership license is activated successfully."
1643
+ #~ msgstr "Gratulujeme! PRO členství bylo úspěšně aktivováno."
1644
+
1645
+ #~ msgid "Email with system info is sent to"
1646
+ #~ msgstr "E-mail se systémovým nastavením byl odeslán na"
1647
+
1648
+ #~ msgid "Browse Free WordPress Themes"
1649
+ #~ msgstr "Procházet WordPress šablony zdarma"
1650
+
1651
  #~ msgid ""
1652
  #~ "You can use one license of the Pro plugin for one domain only. Please "
1653
  #~ "check and edit your license or domain if necessary using you personal "
bws_menu/languages/bestwebsoft-es_ES.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-es_ES.po CHANGED
@@ -3,8 +3,8 @@
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: bestwebsoft\n"
6
- "POT-Creation-Date: 2017-08-28 09:52+0300\n"
7
- "PO-Revision-Date: 2017-08-28 09:55+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
10
  "Language: es\n"
@@ -41,6 +41,11 @@ msgstr "Página de plugins"
41
  msgid "Like the plugin?"
42
  msgstr "¿Te gusta el plugin?"
43
 
 
 
 
 
 
44
  #: bws_functions.php:94
45
  msgid "Rate it"
46
  msgstr "Valorar"
@@ -49,7 +54,7 @@ msgstr "Valorar"
49
  msgid "Need help?"
50
  msgstr "¿Necesitas ayuda?"
51
 
52
- #: bws_functions.php:104 bws_functions.php:911 class-bws-settings.php:1056
53
  msgid "Visit Help Center"
54
  msgstr "Visita el Centro de Ayuda"
55
 
@@ -57,7 +62,7 @@ msgstr "Visita el Centro de Ayuda"
57
  msgid "Want to support the plugin?"
58
  msgstr "¿Quieres apoyar al plugin?"
59
 
60
- #: bws_functions.php:108 bws_menu.php:553
61
  msgid "Donate"
62
  msgstr "Donar"
63
 
@@ -73,7 +78,8 @@ msgid ""
73
  "otherwise the Pro plugin will be deactivated."
74
  msgstr ""
75
 
76
- #: bws_functions.php:128 bws_functions.php:340 class-bws-settings.php:144
 
77
  msgid "Learn More"
78
  msgstr "Aprende más"
79
 
@@ -93,7 +99,7 @@ msgstr ""
93
  "Para seguir recibiendo soporte prioritario y actualizaciones de plugin debes "
94
  "extenderla."
95
 
96
- #: bws_functions.php:147 bws_functions.php:383 deprecated.php:584
97
  msgid "Learn more"
98
  msgstr "Aprende más"
99
 
@@ -123,70 +129,70 @@ msgstr ""
123
  msgid "Thank you for installing %s plugin!"
124
  msgstr "¡Gracias por haber instalado plugin de %s!"
125
 
126
- #: bws_functions.php:209
127
  msgid "Let's get started"
128
  msgstr "¡Empecemos!"
129
 
130
- #: bws_functions.php:210 bws_functions.php:243 bws_menu.php:557
131
- #: bws_menu.php:559
132
  msgid "Settings"
133
  msgstr "Ajustes"
134
 
135
- #: bws_functions.php:212 bws_menu.php:328 class-bws-settings.php:745
136
- #: class-bws-settings.php:1058 class-bws-settings.php:1068 deprecated.php:694
137
  msgid "or"
138
  msgstr "o"
139
 
140
- #: bws_functions.php:213 bws_functions.php:245
141
  msgid "Add New"
142
  msgstr "Añadir nuevo"
143
 
144
- #: bws_functions.php:217 bws_functions.php:227 bws_functions.php:331
145
- #: bws_functions.php:379 bws_functions.php:481
146
  msgid "Close notice"
147
  msgstr "Descartar"
148
 
149
- #: bws_functions.php:232
150
  msgid "Thank you for installing plugins by BestWebSoft!"
151
  msgstr "¡Gracias por haber instalado los plugins de BestWebSoft!"
152
 
153
- #: bws_functions.php:234
154
  msgid "More Details"
155
  msgstr "Más detalles"
156
 
157
- #: bws_functions.php:235
158
  msgid "Less Details"
159
  msgstr "Menos detalles"
160
 
161
- #: bws_functions.php:263
162
  msgid "Deprecated function(-s) is used on the site here:"
163
  msgstr "Función(-es) obsoleta(-s) se utiliza(-n) en el sitio aquí:"
164
 
165
- #: bws_functions.php:277
166
  msgid ""
167
  "This function(-s) will be removed over time. Please update the product(-s)."
168
  msgstr ""
169
  "Esta(-s) función(-es) se eliminará(-n) con el tiempo. Actualiza el(los) "
170
  "producto(-s)."
171
 
172
- #: bws_functions.php:336
173
  msgid "It’s time to upgrade your"
174
  msgstr "¡Ahora es el tiempo de actualizar tu"
175
 
176
- #: bws_functions.php:336
177
  msgid "to"
178
  msgstr "a"
179
 
180
- #: bws_functions.php:336
181
  msgid "version!"
182
  msgstr "versión!"
183
 
184
- #: bws_functions.php:337
185
  msgid "Extend standard plugin functionality with new great options."
186
  msgstr ""
187
  "Amplía la funcionalidad del plugin estándar con nuevas excelentes opciones."
188
 
189
- #: bws_functions.php:383
190
  #, php-format
191
  msgid ""
192
  "Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
@@ -195,12 +201,12 @@ msgstr ""
195
  "Tu clave de licencia para %s expirará el %s y no vas a recibir el SOPORTE "
196
  "PRIORITARIO O ACTUALIZACIONES."
197
 
198
- #: bws_functions.php:476
199
  #, php-format
200
  msgid "Thank you for choosing %s plugin!"
201
  msgstr "¡Gracias por haber elegido plugin de %s!"
202
 
203
- #: bws_functions.php:477
204
  msgid ""
205
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
206
  "we'd love to hear about it!"
@@ -208,25 +214,25 @@ msgstr ""
208
  "Si tienes una función, sugerencia o idea que te gustaría ver en el plugin, "
209
  "nos encantaría saberlo."
210
 
211
- #: bws_functions.php:478
212
  msgid "Suggest a Feature"
213
  msgstr "Ofrecer una función"
214
 
215
- #: bws_functions.php:494 class-bws-settings.php:538 class-bws-settings.php:541
216
- #: class-bws-settings.php:593 class-bws-settings.php:596
217
  msgid "Notice"
218
  msgstr "Aviso"
219
 
220
- #: bws_functions.php:494
221
  msgid "The plugin's settings have been changed."
222
  msgstr "Se han cambiado los ajustes del plugin."
223
 
224
- #: bws_functions.php:495 class-bws-settings.php:183 class-bws-settings.php:203
225
- #: deprecated.php:640
226
  msgid "Save Changes"
227
  msgstr "Guardar cambios"
228
 
229
- #: bws_functions.php:509
230
  msgid ""
231
  "You can always look at premium options by checking the \"Pro Options\" in "
232
  "the \"Misc\" tab."
@@ -234,78 +240,78 @@ msgstr ""
234
  "Siempre puedes ver las opciones premium haciendo clic en las \"Opciones Pro"
235
  "\" en la ficha \"Varios\"."
236
 
237
- #: bws_functions.php:647
238
  msgid "Add BWS Shortcode"
239
  msgstr "Añadir BWS shortcode"
240
 
241
- #: bws_functions.php:648
242
  msgid "Add BWS Plugins Shortcode"
243
  msgstr "Añadir shortcode de plugins BWS"
244
 
245
- #: bws_functions.php:667
246
  msgid "Add shortcode"
247
  msgstr "Añadir shortcode"
248
 
249
- #: bws_functions.php:667
250
  msgid "Add BestWebSoft plugins' shortcodes using this button."
251
  msgstr "Añadir los shortcodes de los plugins de BestWebSoft usando este botón."
252
 
253
- #: bws_functions.php:723
254
  msgid "Close"
255
  msgstr "Descartar"
256
 
257
- #: bws_functions.php:815
258
  msgid "Are you sure you want to restore default settings?"
259
  msgstr ""
260
  "¿Estás seguro de que deseas restaurar los ajustes de plugin por defecto?"
261
 
262
- #: bws_functions.php:818
263
  msgid "Yes, restore all settings"
264
  msgstr "Sí, restaurar todos los ajustes"
265
 
266
- #: bws_functions.php:819
267
  msgid "No, go back to the settings page"
268
  msgstr "No, volver a la página de ajustes"
269
 
270
- #: bws_functions.php:861
271
  msgid "Plugin"
272
  msgstr "Plugin"
273
 
274
- #: bws_functions.php:870
275
  msgid "Shortcode settings"
276
  msgstr "Ajustes de shortcode"
277
 
278
- #: bws_functions.php:875
279
  msgid "The shortcode will be inserted"
280
  msgstr "El shortcode se insertará"
281
 
282
- #: bws_functions.php:916
283
  msgid "FAQ"
284
  msgstr "FAQ"
285
 
286
- #: bws_functions.php:922
287
  msgid "For more information:"
288
  msgstr "Más información"
289
 
290
- #: bws_functions.php:923
291
  msgid "Documentation"
292
  msgstr "Documentación"
293
 
294
- #: bws_functions.php:924
295
  msgid "Video Instructions"
296
  msgstr "Video instrucciones"
297
 
298
- #: bws_functions.php:925
299
  msgid "Submit a Request"
300
  msgstr "Presentar una solicitud"
301
 
302
- #: bws_menu.php:101 class-bws-settings.php:790 deprecated.php:322
303
  msgid "Wrong license key"
304
  msgstr "Clave de licencia incorrecta"
305
 
306
- #: bws_menu.php:122 class-bws-settings.php:816 class-bws-settings.php:883
307
- #: class-bws-settings.php:919 deprecated.php:133 deprecated.php:199
308
- #: deprecated.php:352
309
  msgid ""
310
  "Something went wrong. Please try again later. If the error appears again, "
311
  "please contact us"
@@ -313,14 +319,14 @@ msgstr ""
313
  "Algo salió mal. Por favor, inténtalo de nuevo más tarde. Si el error aparece "
314
  "de nuevo, ponte en contacto con nosotros"
315
 
316
- #: bws_menu.php:122 class-bws-settings.php:816 class-bws-settings.php:883
317
- #: class-bws-settings.php:919 deprecated.php:133 deprecated.php:199
318
- #: deprecated.php:352
319
  msgid "We are sorry for inconvenience."
320
  msgstr "Lo siento para la inconveniencia causada."
321
 
322
- #: bws_menu.php:128 class-bws-settings.php:822 class-bws-settings.php:925
323
- #: deprecated.php:139 deprecated.php:358
324
  msgid "Wrong license key."
325
  msgstr "Clave de licencia incorrecta."
326
 
@@ -336,11 +342,11 @@ msgstr ""
336
  msgid "Log in"
337
  msgstr "Acceder"
338
 
339
- #: bws_menu.php:132 bws_menu.php:334 deprecated.php:261
340
  msgid "Unfortunately, you have exceeded the number of available tries per day."
341
  msgstr "Por desgracia, has excedido el número de intentos por hoy."
342
 
343
- #: bws_menu.php:134 class-bws-settings.php:931 deprecated.php:364
344
  #, php-format
345
  msgid ""
346
  "Unfortunately, Your license has expired. To continue getting top-priority "
@@ -349,7 +355,7 @@ msgstr ""
349
  "Por desgracia, tu licencia ha expirado. Para seguir recibiendo soporte "
350
  "prioritario y actualizaciones de plugin debes extenderla en tu %s"
351
 
352
- #: bws_menu.php:136 class-bws-settings.php:933 deprecated.php:366
353
  msgid ""
354
  "Unfortunately, the Pro licence was already installed to this domain. The Pro "
355
  "Trial license can be installed only once."
@@ -357,19 +363,19 @@ msgstr ""
357
  "Por desgracia, la licencia Pro ha estado ya instalada en este dominio. La "
358
  "licencia Pro Trial puede estar instalada una sola vez."
359
 
360
- #: bws_menu.php:142 class-bws-settings.php:837 deprecated.php:153
361
  msgid "The license key is valid."
362
  msgstr "La clave de licencia está válida."
363
 
364
- #: bws_menu.php:144 class-bws-settings.php:840 deprecated.php:156
365
  msgid "Your license will expire on"
366
  msgstr "Tu licencia expirará el"
367
 
368
  #: bws_menu.php:146
369
- msgid "Congratulations! Pro Membership license is activated successfully."
370
- msgstr "¡Felicitaciones! La licencia Pro Membership está activada con éxito."
371
 
372
- #: bws_menu.php:153 class-bws-settings.php:1005 deprecated.php:435
373
  msgid ""
374
  "Something went wrong. Try again later or upload the plugin manually. We are "
375
  "sorry for inconvenience."
@@ -523,67 +529,68 @@ msgstr "Plugins Inactivos"
523
  msgid "Please enter a valid email address."
524
  msgstr "Por favor, introduce la dirección de correo electrónico válida."
525
 
526
- #: bws_menu.php:264
527
- msgid "Email with system info is sent to"
528
- msgstr "El correo electrónico con información de sistema es enviado a"
 
529
 
530
- #: bws_menu.php:268
531
  msgid "Thank you for contacting us."
532
  msgstr "¡Gracias por haber contactado con nosotros!"
533
 
534
- #: bws_menu.php:291
535
  msgid "Sorry, email message could not be delivered."
536
  msgstr "Lo siento, el mensaje de correo electrónico no se pudo enviar."
537
 
538
- #: bws_menu.php:307 bws_menu.php:311 bws_menu.php:360 deprecated.php:91
539
  msgid "Plugins"
540
  msgstr "Plugins"
541
 
542
- #: bws_menu.php:308 bws_menu.php:312 bws_menu.php:611 deprecated.php:92
543
  msgid "Themes"
544
  msgstr "Temas"
545
 
546
- #: bws_menu.php:309 bws_menu.php:313 bws_menu.php:641
547
  msgid "System status"
548
  msgstr "Información de sistema"
549
 
550
- #: bws_menu.php:317
551
  msgid "Support"
552
  msgstr "Soporte"
553
 
554
- #: bws_menu.php:318
555
  msgid "Manage purchased licenses & subscriptions"
556
  msgstr "Gestionar licencias y suscripciones adquiridas"
557
 
558
- #: bws_menu.php:326
559
  #, php-format
560
  msgid "Get Access to %s+ Premium Plugins"
561
  msgstr "Obtener acceso a %s+ Premium plugins"
562
 
563
- #: bws_menu.php:328
564
  msgid "Subscribe to Pro Membership"
565
  msgstr "Suscribirse a Pro Membership"
566
 
567
- #: bws_menu.php:336 bws_menu.php:347 class-bws-settings.php:758
568
  #: deprecated.php:227
569
  msgid "Check license key"
570
  msgstr "Comprueba la clave de licencia"
571
 
572
- #: bws_menu.php:339
573
  msgid "Enter your license key"
574
  msgstr "Introduce tu clave de licencia"
575
 
576
- #: bws_menu.php:345 bws_menu.php:563 bws_menu.php:572
577
- #: class-bws-settings.php:737 deprecated.php:259 deprecated.php:267
578
- #: deprecated.php:629 deprecated.php:700 deprecated.php:709
579
  msgid "Activate"
580
  msgstr "Activar"
581
 
582
- #: bws_menu.php:361
583
  msgid "Upload Plugin"
584
  msgstr "Subir plugin"
585
 
586
- #: bws_menu.php:365
587
  #, php-format
588
  msgid ""
589
  "The plugin generated %d characters of <strong>unexpected output</strong> "
@@ -596,46 +603,44 @@ msgstr ""
596
  "problemas con los feeds de sindicación u otras cuestiones, prueba desactivar "
597
  "o borrar este plugin."
598
 
599
- #: bws_menu.php:367
600
  msgid ""
601
  "Plugin could not be activated because it triggered a <strong>fatal error</"
602
  "strong>."
603
  msgstr ""
604
  "No se pudo activar el plugin porque provocó un <strong>error fatal</ strong>."
605
 
606
- #: bws_menu.php:370
607
  msgid "Plugin <strong>activated</strong>."
608
  msgstr "Plugin <strong>activado</strong>."
609
 
610
- #: bws_menu.php:377
611
  msgid "Installing Plugin"
612
  msgstr "Instalando el plugin"
613
 
614
- #: bws_menu.php:383
615
  msgid "Downloading install package from"
616
  msgstr "Descargando el paquete de instalación de"
617
 
618
- #: bws_menu.php:400 bws_menu.php:431 bws_menu.php:442
619
- #: class-bws-settings.php:957 class-bws-settings.php:979
620
- #: class-bws-settings.php:1001 deprecated.php:387 deprecated.php:409
621
- #: deprecated.php:431
622
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
623
  msgstr ""
624
  "Error al descargar el archivo zip. Por favor, sube el plugin manualmente"
625
 
626
- #: bws_menu.php:408
627
  msgid "Unpacking the package"
628
  msgstr "Desempacando el paquete"
629
 
630
- #: bws_menu.php:413 bws_menu.php:421
631
  msgid "Installing the plugin"
632
  msgstr "Instalando el plugin"
633
 
634
- #: bws_menu.php:417 class-bws-settings.php:969 deprecated.php:399
635
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
636
  msgstr "Error al abrir el archivo zip. Por favor, sube el plugin manualmente"
637
 
638
- #: bws_menu.php:424 class-bws-settings.php:975 deprecated.php:405
639
  msgid ""
640
  "Your server does not support either ZipArchive or Phar. Please, upload the "
641
  "plugin manually"
@@ -643,94 +648,94 @@ msgstr ""
643
  "Tu servidor no admite ni ZipArchive ni Phar. Por favor, sube el plugin "
644
  "manualmente"
645
 
646
- #: bws_menu.php:427
647
  #, php-format
648
  msgid "The plugin %s is successfully installed."
649
  msgstr "El plugin %s se ha instalado con éxito."
650
 
651
- #: bws_menu.php:434 class-bws-settings.php:982 deprecated.php:412
652
  msgid "UploadDir is not writable. Please, upload the plugin manually"
653
  msgstr "UploadDir no se puede editar. Por favor, sube el plugin manualmente"
654
 
655
- #: bws_menu.php:439
656
  msgid "Activate Plugin"
657
  msgstr "Activar plugin"
658
 
659
- #: bws_menu.php:439 bws_menu.php:445
660
  msgid "Return to BestWebSoft Panel"
661
  msgstr "Volver a Panel de BestWebSoft"
662
 
663
- #: bws_menu.php:449 bws_menu.php:464 bws_menu.php:593
664
  msgid "All"
665
  msgstr "Todo"
666
 
667
- #: bws_menu.php:450 bws_menu.php:630
668
  msgid "Installed"
669
  msgstr "Instalado"
670
 
671
- #: bws_menu.php:451
672
  msgid "Not Installed"
673
  msgstr "No instalado"
674
 
675
- #: bws_menu.php:457
676
  msgid "Filter results"
677
  msgstr "Filtrar resultados"
678
 
679
- #: bws_menu.php:460 bws_menu.php:589
680
  msgid "Category"
681
  msgstr "Categoría"
682
 
683
- #: bws_menu.php:524
684
  msgid "Not installed"
685
  msgstr "No instalado"
686
 
687
- #: bws_menu.php:528
688
  msgid "Renew to get updates"
689
  msgstr "Renovar para obtener actualizaciones"
690
 
691
- #: bws_menu.php:531
692
  #, php-format
693
  msgid "Update to v %s"
694
  msgstr "Actualizar a v %s"
695
 
696
- #: bws_menu.php:543 bws_menu.php:566 bws_menu.php:575
697
  msgid "Install Now"
698
  msgstr "Instalar"
699
 
700
- #: bws_menu.php:549 class-bws-settings.php:157 class-bws-settings.php:1065
701
  msgid "Upgrade to Pro"
702
  msgstr "Actualizar a Pro"
703
 
704
- #: bws_menu.php:563 bws_menu.php:572
705
  msgid "Activate this plugin"
706
  msgstr "Activar el plugin"
707
 
708
- #: bws_menu.php:575
709
  msgid "Install this plugin"
710
  msgstr "Instalar el plugin"
711
 
712
- #: bws_menu.php:584
713
  msgid "Nothing found. Try another criteria."
714
  msgstr "Nada encontrado. Prueba otro criterio."
715
 
716
- #: bws_menu.php:621
717
  #, php-format
718
  msgid "By %s"
719
  msgstr "Por %s"
720
 
721
- #: bws_menu.php:628
722
  msgid "Already Installed"
723
  msgstr "Ya instalado"
724
 
725
- #: bws_menu.php:638
726
- msgid "Browse Free WordPress Themes"
727
- msgstr "Navegar gratis temas WordPress"
728
 
729
- #: bws_menu.php:647
730
  msgid "Send to support"
731
  msgstr "Enviar al soporte técnico"
732
 
733
- #: bws_menu.php:654
734
  msgid "Send to custom email &#187;"
735
  msgstr "Enviar al correo electrónico personalizado &#187;"
736
 
@@ -784,16 +789,16 @@ msgstr "Se restauraron todos los ajustes del plugin."
784
  msgid "Custom Code"
785
  msgstr "Código personalizado"
786
 
787
- #: class-bws-settings.php:427 deprecated.php:497
788
  msgid "You do not have sufficient permissions to edit plugins for this site."
789
  msgstr "No tienes suficientes permisos para editar plugins de este sitio."
790
 
791
- #: class-bws-settings.php:432 deprecated.php:618
792
  msgid "These styles will be added to the header on all pages of your site."
793
  msgstr ""
794
  "Estos estilos se agregarán a la cabecera en todas las páginas de tu sitio."
795
 
796
- #: class-bws-settings.php:435 deprecated.php:620
797
  #, php-format
798
  msgid ""
799
  "This PHP code will be hooked to the %s action and will be printed on front "
@@ -807,7 +812,7 @@ msgid "These code will be added to the header on all pages of your site."
807
  msgstr ""
808
  "Este código se agregará a la cabecera en todas las páginas de tu sitio."
809
 
810
- #: class-bws-settings.php:446 deprecated.php:644
811
  #, php-format
812
  msgid ""
813
  "You need to make this files writable before you can save your changes. See "
@@ -816,7 +821,7 @@ msgstr ""
816
  "Es necesario que estos archivos sean editables antes de poder guardar los "
817
  "cambios. Consulta %s el Codex %s para obtener más información."
818
 
819
- #: class-bws-settings.php:456 deprecated.php:626
820
  msgid "Browsing"
821
  msgstr "Navegar"
822
 
@@ -825,16 +830,16 @@ msgstr "Navegar"
825
  msgid "Activate custom %s code."
826
  msgstr "Activar código personalizado de %s."
827
 
828
- #: class-bws-settings.php:469 deprecated.php:633
829
  #, php-format
830
  msgid "Learn more about %s"
831
  msgstr "Aprende más de %s"
832
 
833
- #: class-bws-settings.php:529
834
  msgid "Miscellaneous Settings"
835
  msgstr "Ajustes varios"
836
 
837
- #: class-bws-settings.php:538 class-bws-settings.php:593
838
  #, php-format
839
  msgid ""
840
  "It is prohibited to change %s settings on this site in the %s network "
@@ -843,7 +848,7 @@ msgstr ""
843
  "Está prohibido cambiar la configuración de %s en este sitio por los "
844
  "parámetros de la red de %s."
845
 
846
- #: class-bws-settings.php:541 class-bws-settings.php:596
847
  #, php-format
848
  msgid ""
849
  "It is prohibited to view %s settings on this site in the %s network settings."
@@ -851,68 +856,68 @@ msgstr ""
851
  "Está prohibido ver la configuración de %s en este sitio por los "
852
  "parámetros de la red de %s."
853
 
854
- #: class-bws-settings.php:550
855
  msgid "Pro Options"
856
  msgstr "Opciones Pro"
857
 
858
- #: class-bws-settings.php:554
859
  msgid "Enable to display plugin Pro options."
860
  msgstr "Activar muestro de las opciones Pro del plugin."
861
 
862
- #: class-bws-settings.php:560
863
  msgid "Track Usage"
864
  msgstr "Seguir el uso"
865
 
866
- #: class-bws-settings.php:564
867
  msgid ""
868
  "Enable to allow tracking plugin usage anonymously in order to make it better."
869
  msgstr ""
870
  "Activar permiso de seguir el uso de plugin de forma anónima con el fin de "
871
  "hacerlo mejor."
872
 
873
- #: class-bws-settings.php:569
874
  msgid "Default Settings"
875
  msgstr "Ajustes por defecto"
876
 
877
- #: class-bws-settings.php:571
878
  msgid "Restore Settings"
879
  msgstr "Restaurar ajustes"
880
 
881
- #: class-bws-settings.php:572
882
  msgid "This will restore plugin settings to defaults."
883
  msgstr "Esto restaurará los ajustes de plugin por defecto."
884
 
885
- #: class-bws-settings.php:584
886
  msgid "Import / Export"
887
  msgstr "Importar / Exportar"
888
 
889
- #: class-bws-settings.php:700 class-bws-settings.php:733
890
- #: class-bws-settings.php:755
891
  msgid "License Key"
892
  msgstr "Clave de licencia"
893
 
894
- #: class-bws-settings.php:723
895
  msgid "Congratulations! Pro license is activated successfully."
896
  msgstr "¡Felicitaciones! Licencia Pro está activada con éxito."
897
 
898
- #: class-bws-settings.php:724
899
  #, php-format
900
  msgid "You will be automatically redirected to the %s in %s seconds."
901
  msgstr "En %s segundos automáticamente serás dirigido a %s."
902
 
903
- #: class-bws-settings.php:724
904
  msgid "Settings page"
905
  msgstr "Página de ajustes"
906
 
907
- #: class-bws-settings.php:739
908
  #, php-format
909
  msgid "Enter your license key to activate %s and get premium plugin features."
910
  msgstr ""
911
  "Introduce tu clave de licencia para activar %s y obtener funciones premium "
912
  "del plugin."
913
 
914
- #: class-bws-settings.php:742 class-bws-settings.php:929 deprecated.php:362
915
- #: deprecated.php:703
916
  msgid ""
917
  "Unfortunately, you have exceeded the number of available tries per day. "
918
  "Please, upload the plugin manually."
@@ -920,12 +925,12 @@ msgstr ""
920
  "Por desgracia, has excedido el número de intentos por hoy. Por favor, sube "
921
  "el plugin manualmente."
922
 
923
- #: class-bws-settings.php:745 deprecated.php:694
924
  #, php-format
925
  msgid "Start Your Free %s-Day Trial Now"
926
  msgstr "Comienza tu prueba gratuita de %s días"
927
 
928
- #: class-bws-settings.php:760
929
  msgid ""
930
  "If necessary, you can check if the license key is correct or reenter it in "
931
  "the field below."
@@ -933,15 +938,15 @@ msgstr ""
933
  "Si es necesario, puedes comprobar si la clave de licencia es correcta o "
934
  "introducirla otra vez en el campo abajo."
935
 
936
- #: class-bws-settings.php:765
937
  msgid "Manage License Settings"
938
  msgstr "Gestionar ajustes de licencias"
939
 
940
- #: class-bws-settings.php:767
941
  msgid "Login to Client Area"
942
  msgstr "Acceder al Área de Cliente"
943
 
944
- #: class-bws-settings.php:769
945
  msgid ""
946
  "Manage active licenses, download BWS products, and view your payment history "
947
  "using BestWebSoft Client Area."
@@ -949,12 +954,12 @@ msgstr ""
949
  "Gestiona licencias activas, descarga productos BWS y ve la historia de pagos "
950
  "con Área de Cliente de BestWebSoft."
951
 
952
- #: class-bws-settings.php:824 class-bws-settings.php:927 deprecated.php:141
953
- #: deprecated.php:360
954
  msgid "This license key is bound to another site."
955
  msgstr "Esta clave de licencia está enlazada al otro sitio."
956
 
957
- #: class-bws-settings.php:826 deprecated.php:143
958
  msgid ""
959
  "This license key is valid, but Your license has expired. If you want to "
960
  "update our plugin in future, you should extend the license."
@@ -962,11 +967,11 @@ msgstr ""
962
  "Esta clave de licencia está válida, pero tu licencia ha expirado. Si deseas "
963
  "actualizar nuestro plugin en el futuro debes extender la licencia."
964
 
965
- #: class-bws-settings.php:828 deprecated.php:145
966
  msgid "Unfortunately, you have exceeded the number of available tries."
967
  msgstr "Por desgracia, has excedido el número de intentos."
968
 
969
- #: class-bws-settings.php:830 deprecated.php:147
970
  msgid ""
971
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
972
  "The Pro Trial license can be installed only once."
@@ -974,129 +979,155 @@ msgstr ""
974
  "Por desgracia, la licencia Pro Trial ha estado ya instalada en este dominio. "
975
  "La licencia Pro Trial puede estar instalada una sola vez."
976
 
977
- #: class-bws-settings.php:835 deprecated.php:151
978
  msgid "The Pro Trial license key is valid."
979
  msgstr "La licencia Pro Trial está válida."
980
 
981
- #: class-bws-settings.php:843 deprecated.php:159 deprecated.php:246
982
  #, php-format
983
  msgid ""
984
  "In order to continue using the plugin it is necessary to buy a %s license."
985
  msgstr "Para seguir usando el plugin es necesario comprar una licencia de %s."
986
 
987
- #: class-bws-settings.php:1040 deprecated.php:463
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
988
  msgid "Please, enter Your license key"
989
  msgstr "Por favor, introduce tu clave de licencia"
990
 
991
- #: class-bws-settings.php:1052
992
  msgid "Need Help?"
993
  msgstr "¿Necesitas ayuda?"
994
 
995
- #: class-bws-settings.php:1054
996
  msgid "Read the Instruction"
997
  msgstr "Lee las instrucciones"
998
 
999
- #: class-bws-settings.php:1058
1000
  msgid "Watch the Video"
1001
  msgstr "Ve el vídeo"
1002
 
1003
- #: class-bws-settings.php:1069
1004
  msgid "Start Your Free Trial"
1005
  msgstr "Comienza tu prueba gratuita"
1006
 
1007
- #: deactivation-form.php:26
1008
  msgid "Need help? We are ready to answer your questions."
1009
  msgstr ""
1010
 
1011
- #: deactivation-form.php:26
1012
  msgid "Contact Support"
1013
  msgstr ""
1014
 
1015
- #: deactivation-form.php:31
1016
  msgid "The plugin is not working"
1017
  msgstr ""
1018
 
1019
- #: deactivation-form.php:33
1020
  msgid "Kindly share what didn't work so we can fix it in future updates..."
1021
  msgstr ""
1022
 
1023
- #: deactivation-form.php:37
1024
  msgid "The plugin didn't work as expected"
1025
  msgstr ""
1026
 
1027
- #: deactivation-form.php:39
1028
  msgid "What did you expect?"
1029
  msgstr ""
1030
 
1031
- #: deactivation-form.php:43
1032
  msgid "The plugin suddenly stopped working"
1033
  msgstr ""
1034
 
1035
- #: deactivation-form.php:50
1036
  msgid "The plugin broke my site"
1037
  msgstr ""
1038
 
1039
- #: deactivation-form.php:57
1040
  msgid "I couldn't understand how to get it work"
1041
  msgstr ""
1042
 
1043
- #: deactivation-form.php:64
1044
  msgid "I found a better plugin"
1045
  msgstr ""
1046
 
1047
- #: deactivation-form.php:66
1048
  msgid "What's the plugin name?"
1049
  msgstr ""
1050
 
1051
- #: deactivation-form.php:70
1052
  msgid "The plugin is great, but I need specific feature that you don't support"
1053
  msgstr ""
1054
 
1055
- #: deactivation-form.php:72
1056
  msgid "What feature?"
1057
  msgstr ""
1058
 
1059
- #: deactivation-form.php:76
1060
  msgid "I no longer need the plugin"
1061
  msgstr ""
1062
 
1063
- #: deactivation-form.php:82
1064
  msgid "It's a temporary deactivation, I'm just debugging an issue"
1065
  msgstr ""
1066
 
1067
- #: deactivation-form.php:88
1068
  msgid "Other"
1069
  msgstr ""
1070
 
1071
- #: deactivation-form.php:122
1072
  msgid "Quick Feedback"
1073
  msgstr ""
1074
 
1075
- #: deactivation-form.php:123
1076
  msgid "If you have a moment, please let us know why you are deactivating"
1077
  msgstr ""
1078
 
1079
- #: deactivation-form.php:128
1080
- msgid "Anonymous feedback"
1081
  msgstr ""
1082
 
1083
- #: deactivation-form.php:130
1084
  msgid "Cancel"
1085
  msgstr ""
1086
 
1087
- #: deactivation-form.php:230
1088
  msgid "Processing"
1089
  msgstr ""
1090
 
1091
- #: deactivation-form.php:259
1092
  msgid "Submit & Deactivate"
1093
  msgstr ""
1094
 
1095
- #: deactivation-form.php:276
1096
  msgid "Please tell us the reason so we can improve it."
1097
  msgstr ""
1098
 
1099
- #: deactivation-form.php:344
1100
  msgid "Deactivate"
1101
  msgstr ""
1102
 
@@ -1127,81 +1158,81 @@ msgstr ""
1127
  "durante la compra). Si es necesario, haz clic en \"¿Has perdido tu "
1128
  "contraseña?\"."
1129
 
1130
- #: deprecated.php:247
1131
  msgid "After that, you can activate it by entering your license key."
1132
  msgstr "Después, puedes activarlo introduciendo tu clave de licencia."
1133
 
1134
- #: deprecated.php:249 deprecated.php:688
1135
  msgid "License key can be found in the"
1136
  msgstr "La clave de licencia se puede encontrar en el"
1137
 
1138
- #: deprecated.php:251 deprecated.php:690
1139
  msgid "(your username is the email address specified during the purchase)."
1140
  msgstr ""
1141
  "(tu nombre del usuario es la dirección de correo electrónico especificada "
1142
  "durante la compra)."
1143
 
1144
- #: deprecated.php:278
1145
  msgid ""
1146
  "Congratulations! The Pro license of the plugin is activated successfully."
1147
  msgstr "¡Felicitaciones! La licencia Pro está activada con éxito."
1148
 
1149
- #: deprecated.php:280 deprecated.php:669
1150
  msgid "Please, go to"
1151
  msgstr "Por favor ve a"
1152
 
1153
- #: deprecated.php:280 deprecated.php:669
1154
  msgid "the setting page"
1155
  msgstr "la página de ajustes"
1156
 
1157
- #: deprecated.php:281 deprecated.php:670
1158
  msgid "You will be redirected automatically in 5 seconds."
1159
  msgstr "En 5 segundos automáticamente serás dirigido a la nueva ubicación."
1160
 
1161
- #: deprecated.php:315
1162
  msgid "Check premium options on the plugin settings page!"
1163
  msgstr "¡Comprueba las opciones premium en la página de ajustes del plugin!"
1164
 
1165
- #: deprecated.php:478
1166
  msgid "Restore all plugin settings to defaults"
1167
  msgstr "Restaurar todos los ajustes de plugin por defecto"
1168
 
1169
- #: deprecated.php:480
1170
  msgid "Restore settings"
1171
  msgstr "Restaurar ajustes"
1172
 
1173
- #: deprecated.php:548 deprecated.php:575
1174
  #, php-format
1175
  msgid "File %s edited successfully."
1176
  msgstr "Archivo %s editado con éxito."
1177
 
1178
- #: deprecated.php:550 deprecated.php:577
1179
  msgid "Not enough permissions to create or update the file"
1180
  msgstr "No hay suficientes permisos para crear o actualizar el archivo"
1181
 
1182
- #: deprecated.php:580
1183
  msgid "Not enough permissions to create the file"
1184
  msgstr "No hay suficientes permisos para crear el archivo"
1185
 
1186
- #: deprecated.php:624
1187
  msgid "Editing"
1188
  msgstr "Editar"
1189
 
1190
- #: deprecated.php:667
1191
  msgid ""
1192
  "Congratulations! Pro version of the plugin is installed and activated "
1193
  "successfully."
1194
  msgstr "¡Felicitaciones! Licencia Pro está instalada y activada con éxito."
1195
 
1196
- #: deprecated.php:677
1197
  msgid "Show Pro features"
1198
  msgstr "Mostrar funciones Pro"
1199
 
1200
- #: deprecated.php:684
1201
  msgid "Enter your license key to install and activate"
1202
  msgstr "Introduce tu clave de licencia para instalar y activar"
1203
 
1204
- #: deprecated.php:686
1205
  msgid "version of the plugin."
1206
  msgstr "la versión del plugin."
1207
 
@@ -1241,18 +1272,15 @@ msgstr "SEO"
1241
  msgid "SMM"
1242
  msgstr "SMM"
1243
 
1244
- #: product_list.php:23
1245
- msgid ""
1246
- "Protect WordPress website forms from spam entries by means of math logic."
1247
  msgstr ""
1248
- "Protege los formularios en el sitio de WordPress de las entradas de spam "
1249
- "mediante lógica matemática."
1250
 
1251
- #: product_list.php:35
1252
  msgid "Create your personal car rental/booking and reservation website."
1253
  msgstr "Crea tu sitio personal de alquiler/reserva de automóviles."
1254
 
1255
- #: product_list.php:45
1256
  msgid ""
1257
  "Allow customers to reach you using secure contact form plugin any website "
1258
  "must have."
@@ -1260,42 +1288,42 @@ msgstr ""
1260
  "Permite a los clientes ponerse en contacto contigo usando el plugin seguro "
1261
  "del formulario de contacto que debe tener cualquier sitio."
1262
 
1263
- #: product_list.php:55
1264
  msgid "Add unlimited number of contact forms to WordPress website."
1265
  msgstr ""
1266
  "Añade el número ilimitado de formularios de contacto al sitio de WordPress."
1267
 
1268
- #: product_list.php:65
1269
  msgid "Save and manage Contact Form messages. Never lose important data."
1270
  msgstr ""
1271
  "Guarda y gestiona los mensajes de Contact Form plugin. Nunca pierde datos "
1272
  "importantes."
1273
 
1274
- #: product_list.php:75
1275
  msgid "Add unlimited custom pages to WordPress admin dashboard."
1276
  msgstr ""
1277
  "Añade el número ilimitado de páginas personalizadas al escritorio de "
1278
  "WordPress."
1279
 
1280
- #: product_list.php:82
1281
  msgid "Add custom fields to WordPress website search results."
1282
  msgstr ""
1283
  "Añade los campos personalizados a los resultados de búsqueda en el sitio de "
1284
  "WordPress."
1285
 
1286
- #: product_list.php:89
1287
  msgid ""
1288
  "Add custom post types and taxonomies to WordPress website search results."
1289
  msgstr ""
1290
  "Añade los tipos de contenido personalizados y taxonomías a los resultados de "
1291
  "búsqueda en el sitio de WordPress."
1292
 
1293
- #: product_list.php:99
1294
  msgid "Add PayPal and 2CO donate buttons to receive charity payments."
1295
  msgstr ""
1296
  "Añade los botones de donación PayPal y 2CO para recibir pagos benéficos."
1297
 
1298
- #: product_list.php:106
1299
  msgid ""
1300
  "Get latest error log messages to diagnose website problems. Define and fix "
1301
  "issues faster."
@@ -1303,7 +1331,7 @@ msgstr ""
1303
  "Recibe más recientes mensajes del registro de errores para diagnosticar los "
1304
  "problemas del sitio. Define y corrige los problemas más rápido."
1305
 
1306
- #: product_list.php:113
1307
  msgid ""
1308
  "Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
1309
  "widgets."
@@ -1311,7 +1339,7 @@ msgstr ""
1311
  "Añade los botones de Facebook Seguir, Me gusta y Compartir a las entradas, "
1312
  "páginas y widgets de WordPress."
1313
 
1314
- #: product_list.php:123
1315
  msgid ""
1316
  "Add beautiful galleries, albums & images to your WordPress website in a few "
1317
  "clicks."
@@ -1319,7 +1347,7 @@ msgstr ""
1319
  "Añade las galerías, álbumes e imágenes hermosos a tu sitio de WordPress en "
1320
  "unos pocos clics."
1321
 
1322
- #: product_list.php:133
1323
  msgid ""
1324
  "Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
1325
  "posts, pages and widgets."
@@ -1327,7 +1355,7 @@ msgstr ""
1327
  "Añade los botones de Google +1 Compartir, Seguir, Hangout e insignia de "
1328
  "perfil a las entradas, páginas y widgets de WordPress."
1329
 
1330
- #: product_list.php:143
1331
  msgid ""
1332
  "Stronger security solution which protects your WordPress website from hacks "
1333
  "and unauthorized login attempts."
@@ -1335,7 +1363,7 @@ msgstr ""
1335
  "Potente solución de seguridad que protege tu sitio de WordPress de los "
1336
  "hackeos y intentos no autorizados de acceder."
1337
 
1338
- #: product_list.php:153
1339
  msgid ""
1340
  "Add Adsense ads to WordPress website pages, posts, custom posts, search "
1341
  "results, categories, tags, and widgets."
@@ -1344,13 +1372,13 @@ msgstr ""
1344
  "entradas personalizadas, resultados de búsqueda, categorías, etiquetas y "
1345
  "widgets en el sitio de WordPress, ."
1346
 
1347
- #: product_list.php:163
1348
  msgid "Add Google Analytics code to WordPress website and track basic stats."
1349
  msgstr ""
1350
  "Añade el código de Google Analytics al sitio de WordPress y sigue las "
1351
  "estadísticas básicas."
1352
 
1353
- #: product_list.php:173
1354
  msgid ""
1355
  "Protect WordPress website forms from spam entries with Google Captcha "
1356
  "(reCaptcha)."
@@ -1358,13 +1386,13 @@ msgstr ""
1358
  "Protege los formularios en sitio de WordPress de las entradas de spam con "
1359
  "Google Captcha (reCaptcha)."
1360
 
1361
- #: product_list.php:183
1362
  msgid "Add customized Google maps to WordPress posts, pages and widgets."
1363
  msgstr ""
1364
  "Añade los mapas de Google personalizados a las entradas, páginas y widgets "
1365
  "de WordPress."
1366
 
1367
- #: product_list.php:193
1368
  msgid ""
1369
  "Generate and add XML sitemap to WordPress website. Help search engines index "
1370
  "your blog."
@@ -1372,7 +1400,7 @@ msgstr ""
1372
  "Genera y añade los archivos de XML sitemap al sitio de WordPress. Ayuda a "
1373
  "los buscadores a indexar tu blog."
1374
 
1375
- #: product_list.php:203
1376
  msgid ""
1377
  "Replace external WordPress website links with Google shortlinks and track "
1378
  "click stats."
@@ -1380,7 +1408,7 @@ msgstr ""
1380
  "Reemplaza los enlaces externos con los enlaces cortos de Google en el sitio "
1381
  "de WordPress y sigue las estadísticas de clics."
1382
 
1383
- #: product_list.php:210
1384
  msgid ""
1385
  "Protect WordPress website – allow and deny access for certain IP addresses, "
1386
  "hostnames, etc."
@@ -1388,7 +1416,7 @@ msgstr ""
1388
  "Protege el sitio de WordPress - permite y impide el acceso para determinadas "
1389
  "direcciones IP, nombres de host, etc."
1390
 
1391
- #: product_list.php:220
1392
  msgid ""
1393
  "Create your personal job board and listing WordPress website. Search jobs, "
1394
  "submit CV/resumes, choose candidates."
@@ -1396,7 +1424,7 @@ msgstr ""
1396
  "Crea tu tablero personal con la lista de trabajos en el sitio de WordPress. "
1397
  "Busca trabajos, envía CV, elija candidatos."
1398
 
1399
- #: product_list.php:227
1400
  msgid ""
1401
  "Protect WordPress website against brute force attacks. Limit rate of login "
1402
  "attempts."
@@ -1404,7 +1432,7 @@ msgstr ""
1404
  "Protege el sitio de WordPress contra ataques de fuerza bruta. Limita el "
1405
  "número de intentos de acceder."
1406
 
1407
- #: product_list.php:237
1408
  msgid ""
1409
  "Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
1410
  "5 plugins included – profile, insider, etc."
@@ -1412,7 +1440,7 @@ msgstr ""
1412
  "Añade los botones de LinkedIn Compartir y Seguir a las entradas, páginas y "
1413
  "widgets de WordPress. 5 plugins incluidos - perfil, insider, etc."
1414
 
1415
- #: product_list.php:247
1416
  msgid ""
1417
  "Translate WordPress website content to other languages manually. Create "
1418
  "multilingual pages, posts, widgets, menus, etc."
@@ -1421,7 +1449,7 @@ msgstr ""
1421
  "Crea páginas multilingües, asi como entradas, widgets, menús, etc. en varios "
1422
  "idiomas."
1423
 
1424
- #: product_list.php:257
1425
  msgid ""
1426
  "Add customizable pagination to WordPress website. Split long content to "
1427
  "multiple pages for better navigation."
@@ -1429,7 +1457,7 @@ msgstr ""
1429
  "Añade la paginación personalizable al sitio de WordPress. Divide contenido "
1430
  "largo en varias páginas para mejorar la navegación."
1431
 
1432
- #: product_list.php:267
1433
  msgid ""
1434
  "Generate PDF files and print WordPress posts/pages. Customize document "
1435
  "header/footer styles and appearance."
@@ -1438,7 +1466,7 @@ msgstr ""
1438
  "Personaliza los estilos de la cabecera/pie de la página del documento y su "
1439
  "apariencia."
1440
 
1441
- #: product_list.php:277
1442
  msgid ""
1443
  "Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
1444
  "Profile) to WordPress posts, pages and widgets."
@@ -1446,7 +1474,7 @@ msgstr ""
1446
  "Añade los botones de Pinterest Segiur, Guardar y widgets de perfil (Pines, "
1447
  "Tablero, Perfil) a las entradas, páginas y widgets de WordPress."
1448
 
1449
- #: product_list.php:287
1450
  msgid ""
1451
  "Create your personal portfolio WordPress website. Manage and showcase past "
1452
  "projects to get more clients."
@@ -1454,13 +1482,13 @@ msgstr ""
1454
  "Crea tu cartera personal en el sitio de WordPress. Gestiona y muestra los "
1455
  "proyectos anteriores para obtener más clientes."
1456
 
1457
- #: product_list.php:297
1458
  msgid "Export WordPress posts to CSV file format easily. Configure data order."
1459
  msgstr ""
1460
  "Exporta las entradas de WordPress en formato de archivo CSV fácilmente. "
1461
  "Configura el orden de los datos."
1462
 
1463
- #: product_list.php:304
1464
  msgid ""
1465
  "Add extra fields to default WordPress user profile. The easiest way to "
1466
  "create and manage additional custom values."
@@ -1468,7 +1496,7 @@ msgstr ""
1468
  "Añade los campos adicionales al perfil estándar del usuario de WordPress. La "
1469
  "forma más fácil de crear y gestionar los valores personalizados adicionales."
1470
 
1471
- #: product_list.php:311
1472
  msgid ""
1473
  "Add and display HTML advertisement banner on WordPress website. Customize "
1474
  "bar styles and appearance."
@@ -1476,7 +1504,7 @@ msgstr ""
1476
  "Añade y muestra los anuncios publicitarios de HTML en el sitio de WordPress. "
1477
  "Personaliza los estilos y la apariencia de la barra."
1478
 
1479
- #: product_list.php:321
1480
  msgid ""
1481
  "Add customizable quotes and tips blocks to WordPress posts, pages and "
1482
  "widgets."
@@ -1484,7 +1512,7 @@ msgstr ""
1484
  "Añade las citas personalizables y bloques de consejos a las entradas, "
1485
  "páginas y widgets de WordPress."
1486
 
1487
- #: product_list.php:328
1488
  msgid ""
1489
  "Add rating plugin to your WordPress website to receive feedback from your "
1490
  "customers."
@@ -1492,7 +1520,7 @@ msgstr ""
1492
  "Añade el plugin de valoración a tu sitio de WordPress para recibir "
1493
  "comentarios de tus clientes."
1494
 
1495
- #: product_list.php:335
1496
  msgid ""
1497
  "Create your personal real estate WordPress website. Sell, rent and buy "
1498
  "properties. Add, search and browse listings easily."
@@ -1501,7 +1529,7 @@ msgstr ""
1501
  "alquila y compra las propiedades. Añade, busca y navega las listas "
1502
  "fácilmente."
1503
 
1504
- #: product_list.php:345
1505
  msgid ""
1506
  "Add related, featured, latest, and popular posts to your WordPress website. "
1507
  "Connect your blog readers with a relevant content."
@@ -1510,7 +1538,7 @@ msgstr ""
1510
  "sitio de WordPress. Conecta a tus lectores de blog con el contenido "
1511
  "relevante."
1512
 
1513
- #: product_list.php:352
1514
  msgid ""
1515
  "Send bulk email messages to WordPress users. Custom templates, advanced "
1516
  "settings and detailed reports."
@@ -1518,7 +1546,7 @@ msgstr ""
1518
  "Envía mensajes de correo masivo a los usuarios de WordPress. Plantillas "
1519
  "personalizadas, ajustes avanzados e informes detallados."
1520
 
1521
- #: product_list.php:362
1522
  msgid ""
1523
  "The best responsive slider plugin for your WordPress website. Create "
1524
  "beautifully animated slides just in a few clicks."
@@ -1526,7 +1554,7 @@ msgstr ""
1526
  "El mejor adaptable carrusel plugin para tu sitio de WordPress. Crea las "
1527
  "diapositivas maravillosamente animadas con sólo unos clics."
1528
 
1529
- #: product_list.php:369
1530
  msgid ""
1531
  "Configure SMTP server to receive email messages from WordPress to Gmail, "
1532
  "Yahoo, Hotmail and other services."
@@ -1534,7 +1562,7 @@ msgstr ""
1534
  "Configura el servidor SMTP para recibir mensajes de correo electrónico de "
1535
  "WordPress en Gmail, Yahoo, Hotmail y otros servicios."
1536
 
1537
- #: product_list.php:376
1538
  msgid ""
1539
  "Add social media buttons and widgets to WordPress posts, pages and widgets. "
1540
  "FB, Twitter, G+1, Pinterest, LinkedIn."
@@ -1543,7 +1571,7 @@ msgstr ""
1543
  "entradas, páginas y widgets de WordPress. FB, Twitter, G+1, Pinterest, "
1544
  "LinkedIn."
1545
 
1546
- #: product_list.php:386
1547
  msgid ""
1548
  "Add social media login, registration, and commenting to your WordPress "
1549
  "website."
@@ -1551,7 +1579,7 @@ msgstr ""
1551
  "Añade el acceso, registro y comentarios a los medios de comunicación social "
1552
  "a tu sitio de WordPress."
1553
 
1554
- #: product_list.php:393
1555
  msgid ""
1556
  "Add email newsletter sign up form to WordPress posts, pages and widgets. "
1557
  "Collect data and subscribe your users."
@@ -1560,7 +1588,7 @@ msgstr ""
1560
  "páginas y widgets de WordPress. Recoge los datos y suscribe a tus usuarios a "
1561
  "las noticias."
1562
 
1563
- #: product_list.php:403
1564
  msgid ""
1565
  "Add testimonials and feedbacks from your customers to WordPress website "
1566
  "posts, pages, and widgets."
@@ -1568,7 +1596,7 @@ msgstr ""
1568
  "Añade los testimonios y comentarios de tus clientes a las entradas, páginas "
1569
  "y widgets en el sitio de WordPress."
1570
 
1571
- #: product_list.php:410
1572
  msgid ""
1573
  "Best timesheet plugin for WordPress. Track employee time, streamline "
1574
  "attendance and generate reports."
@@ -1577,7 +1605,7 @@ msgstr ""
1577
  "laboral de los empleados, optimiza el horario de trabajo en la oficina y "
1578
  "crea informes generales."
1579
 
1580
- #: product_list.php:420
1581
  msgid ""
1582
  "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
1583
  "and pages."
@@ -1585,7 +1613,7 @@ msgstr ""
1585
  "Añade los botones de Twitter Seguir, Twittear, Hashtag y Mencionar a las "
1586
  "entradas y páginas de WordPress."
1587
 
1588
- #: product_list.php:430
1589
  msgid ""
1590
  "Automatically check and update WordPress website core with all installed "
1591
  "plugins and themes to the latest versions."
@@ -1593,7 +1621,7 @@ msgstr ""
1593
  "Compruebа y actualiza automáticamente el núcleo de sitio de WordPress a las "
1594
  "últimas versiones con todos plugins y temas que tienes instalados."
1595
 
1596
- #: product_list.php:440
1597
  msgid ""
1598
  "Powerful user role management plugin for WordPress website. Create, edit, "
1599
  "copy, and delete user roles."
@@ -1601,7 +1629,7 @@ msgstr ""
1601
  "Poderoso plugin de gestión de funciones para el sitio de WordPress. Crea, "
1602
  "edita, copia y borra los perfiles de usuarios."
1603
 
1604
- #: product_list.php:450
1605
  msgid ""
1606
  "Display live count of online visitors who are currently browsing your "
1607
  "WordPress website."
@@ -1609,7 +1637,7 @@ msgstr ""
1609
  "Lleva la cuenta de los visitantes en línea que están hojeando tu sitio de "
1610
  "WordPress en ese momento."
1611
 
1612
- #: product_list.php:460
1613
  msgid ""
1614
  "Backup and export Zendesk Help Center content automatically to your "
1615
  "WordPress website database."
@@ -1617,6 +1645,22 @@ msgstr ""
1617
  "Haz la copia de seguridad y exporta el contenido de Zendesk Centro de Ayuda "
1618
  "automáticamente a tu base de datos en el sitio de WordPress."
1619
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1620
  #~ msgid ""
1621
  #~ "You can use one license of the Pro plugin for one domain only. Please "
1622
  #~ "check and edit your license or domain if necessary using you personal "
3
  msgid ""
4
  msgstr ""
5
  "Project-Id-Version: bestwebsoft\n"
6
+ "POT-Creation-Date: 2017-09-11 16:42+0300\n"
7
+ "PO-Revision-Date: 2017-09-11 16:42+0300\n"
8
  "Last-Translator: \n"
9
  "Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
10
  "Language: es\n"
41
  msgid "Like the plugin?"
42
  msgstr "¿Te gusta el plugin?"
43
 
44
+ #: bws_functions.php:93
45
+ #, php-format
46
+ msgid "%s reviews"
47
+ msgstr ""
48
+
49
  #: bws_functions.php:94
50
  msgid "Rate it"
51
  msgstr "Valorar"
54
  msgid "Need help?"
55
  msgstr "¿Necesitas ayuda?"
56
 
57
+ #: bws_functions.php:104 bws_functions.php:917 class-bws-settings.php:1058
58
  msgid "Visit Help Center"
59
  msgstr "Visita el Centro de Ayuda"
60
 
62
  msgid "Want to support the plugin?"
63
  msgstr "¿Quieres apoyar al plugin?"
64
 
65
+ #: bws_functions.php:108 bws_menu.php:560
66
  msgid "Donate"
67
  msgstr "Donar"
68
 
78
  "otherwise the Pro plugin will be deactivated."
79
  msgstr ""
80
 
81
+ #: bws_functions.php:128 bws_functions.php:341 bws_menu.php:631
82
+ #: class-bws-settings.php:144
83
  msgid "Learn More"
84
  msgstr "Aprende más"
85
 
99
  "Para seguir recibiendo soporte prioritario y actualizaciones de plugin debes "
100
  "extenderla."
101
 
102
+ #: bws_functions.php:147 bws_functions.php:389 deprecated.php:586
103
  msgid "Learn more"
104
  msgstr "Aprende más"
105
 
129
  msgid "Thank you for installing %s plugin!"
130
  msgstr "¡Gracias por haber instalado plugin de %s!"
131
 
132
+ #: bws_functions.php:210
133
  msgid "Let's get started"
134
  msgstr "¡Empecemos!"
135
 
136
+ #: bws_functions.php:211 bws_functions.php:244 bws_menu.php:564
137
+ #: bws_menu.php:566
138
  msgid "Settings"
139
  msgstr "Ajustes"
140
 
141
+ #: bws_functions.php:213 bws_menu.php:326 class-bws-settings.php:747
142
+ #: class-bws-settings.php:1060 class-bws-settings.php:1070 deprecated.php:697
143
  msgid "or"
144
  msgstr "o"
145
 
146
+ #: bws_functions.php:214 bws_functions.php:246
147
  msgid "Add New"
148
  msgstr "Añadir nuevo"
149
 
150
+ #: bws_functions.php:218 bws_functions.php:228 bws_functions.php:332
151
+ #: bws_functions.php:385 bws_functions.php:487
152
  msgid "Close notice"
153
  msgstr "Descartar"
154
 
155
+ #: bws_functions.php:233
156
  msgid "Thank you for installing plugins by BestWebSoft!"
157
  msgstr "¡Gracias por haber instalado los plugins de BestWebSoft!"
158
 
159
+ #: bws_functions.php:235
160
  msgid "More Details"
161
  msgstr "Más detalles"
162
 
163
+ #: bws_functions.php:236
164
  msgid "Less Details"
165
  msgstr "Menos detalles"
166
 
167
+ #: bws_functions.php:264
168
  msgid "Deprecated function(-s) is used on the site here:"
169
  msgstr "Función(-es) obsoleta(-s) se utiliza(-n) en el sitio aquí:"
170
 
171
+ #: bws_functions.php:278
172
  msgid ""
173
  "This function(-s) will be removed over time. Please update the product(-s)."
174
  msgstr ""
175
  "Esta(-s) función(-es) se eliminará(-n) con el tiempo. Actualiza el(los) "
176
  "producto(-s)."
177
 
178
+ #: bws_functions.php:337
179
  msgid "It’s time to upgrade your"
180
  msgstr "¡Ahora es el tiempo de actualizar tu"
181
 
182
+ #: bws_functions.php:337
183
  msgid "to"
184
  msgstr "a"
185
 
186
+ #: bws_functions.php:337
187
  msgid "version!"
188
  msgstr "versión!"
189
 
190
+ #: bws_functions.php:338
191
  msgid "Extend standard plugin functionality with new great options."
192
  msgstr ""
193
  "Amplía la funcionalidad del plugin estándar con nuevas excelentes opciones."
194
 
195
+ #: bws_functions.php:389
196
  #, php-format
197
  msgid ""
198
  "Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
201
  "Tu clave de licencia para %s expirará el %s y no vas a recibir el SOPORTE "
202
  "PRIORITARIO O ACTUALIZACIONES."
203
 
204
+ #: bws_functions.php:482
205
  #, php-format
206
  msgid "Thank you for choosing %s plugin!"
207
  msgstr "¡Gracias por haber elegido plugin de %s!"
208
 
209
+ #: bws_functions.php:483
210
  msgid ""
211
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
212
  "we'd love to hear about it!"
214
  "Si tienes una función, sugerencia o idea que te gustaría ver en el plugin, "
215
  "nos encantaría saberlo."
216
 
217
+ #: bws_functions.php:484
218
  msgid "Suggest a Feature"
219
  msgstr "Ofrecer una función"
220
 
221
+ #: bws_functions.php:500 class-bws-settings.php:540 class-bws-settings.php:543
222
+ #: class-bws-settings.php:595 class-bws-settings.php:598
223
  msgid "Notice"
224
  msgstr "Aviso"
225
 
226
+ #: bws_functions.php:500
227
  msgid "The plugin's settings have been changed."
228
  msgstr "Se han cambiado los ajustes del plugin."
229
 
230
+ #: bws_functions.php:501 class-bws-settings.php:183 class-bws-settings.php:203
231
+ #: deprecated.php:642
232
  msgid "Save Changes"
233
  msgstr "Guardar cambios"
234
 
235
+ #: bws_functions.php:515
236
  msgid ""
237
  "You can always look at premium options by checking the \"Pro Options\" in "
238
  "the \"Misc\" tab."
240
  "Siempre puedes ver las opciones premium haciendo clic en las \"Opciones Pro"
241
  "\" en la ficha \"Varios\"."
242
 
243
+ #: bws_functions.php:653
244
  msgid "Add BWS Shortcode"
245
  msgstr "Añadir BWS shortcode"
246
 
247
+ #: bws_functions.php:654
248
  msgid "Add BWS Plugins Shortcode"
249
  msgstr "Añadir shortcode de plugins BWS"
250
 
251
+ #: bws_functions.php:673
252
  msgid "Add shortcode"
253
  msgstr "Añadir shortcode"
254
 
255
+ #: bws_functions.php:673
256
  msgid "Add BestWebSoft plugins' shortcodes using this button."
257
  msgstr "Añadir los shortcodes de los plugins de BestWebSoft usando este botón."
258
 
259
+ #: bws_functions.php:729
260
  msgid "Close"
261
  msgstr "Descartar"
262
 
263
+ #: bws_functions.php:821
264
  msgid "Are you sure you want to restore default settings?"
265
  msgstr ""
266
  "¿Estás seguro de que deseas restaurar los ajustes de plugin por defecto?"
267
 
268
+ #: bws_functions.php:824
269
  msgid "Yes, restore all settings"
270
  msgstr "Sí, restaurar todos los ajustes"
271
 
272
+ #: bws_functions.php:825
273
  msgid "No, go back to the settings page"
274
  msgstr "No, volver a la página de ajustes"
275
 
276
+ #: bws_functions.php:867
277
  msgid "Plugin"
278
  msgstr "Plugin"
279
 
280
+ #: bws_functions.php:876
281
  msgid "Shortcode settings"
282
  msgstr "Ajustes de shortcode"
283
 
284
+ #: bws_functions.php:881
285
  msgid "The shortcode will be inserted"
286
  msgstr "El shortcode se insertará"
287
 
288
+ #: bws_functions.php:922
289
  msgid "FAQ"
290
  msgstr "FAQ"
291
 
292
+ #: bws_functions.php:928
293
  msgid "For more information:"
294
  msgstr "Más información"
295
 
296
+ #: bws_functions.php:929
297
  msgid "Documentation"
298
  msgstr "Documentación"
299
 
300
+ #: bws_functions.php:930
301
  msgid "Video Instructions"
302
  msgstr "Video instrucciones"
303
 
304
+ #: bws_functions.php:931
305
  msgid "Submit a Request"
306
  msgstr "Presentar una solicitud"
307
 
308
+ #: bws_menu.php:101 class-bws-settings.php:792 deprecated.php:323
309
  msgid "Wrong license key"
310
  msgstr "Clave de licencia incorrecta"
311
 
312
+ #: bws_menu.php:122 class-bws-settings.php:818 class-bws-settings.php:885
313
+ #: class-bws-settings.php:921 deprecated.php:133 deprecated.php:199
314
+ #: deprecated.php:353
315
  msgid ""
316
  "Something went wrong. Please try again later. If the error appears again, "
317
  "please contact us"
319
  "Algo salió mal. Por favor, inténtalo de nuevo más tarde. Si el error aparece "
320
  "de nuevo, ponte en contacto con nosotros"
321
 
322
+ #: bws_menu.php:122 class-bws-settings.php:818 class-bws-settings.php:885
323
+ #: class-bws-settings.php:921 deprecated.php:133 deprecated.php:199
324
+ #: deprecated.php:353
325
  msgid "We are sorry for inconvenience."
326
  msgstr "Lo siento para la inconveniencia causada."
327
 
328
+ #: bws_menu.php:128 class-bws-settings.php:824 class-bws-settings.php:927
329
+ #: deprecated.php:139 deprecated.php:359
330
  msgid "Wrong license key."
331
  msgstr "Clave de licencia incorrecta."
332
 
342
  msgid "Log in"
343
  msgstr "Acceder"
344
 
345
+ #: bws_menu.php:132 bws_menu.php:332 deprecated.php:261
346
  msgid "Unfortunately, you have exceeded the number of available tries per day."
347
  msgstr "Por desgracia, has excedido el número de intentos por hoy."
348
 
349
+ #: bws_menu.php:134 deprecated.php:365
350
  #, php-format
351
  msgid ""
352
  "Unfortunately, Your license has expired. To continue getting top-priority "
355
  "Por desgracia, tu licencia ha expirado. Para seguir recibiendo soporte "
356
  "prioritario y actualizaciones de plugin debes extenderla en tu %s"
357
 
358
+ #: bws_menu.php:136 class-bws-settings.php:935 deprecated.php:367
359
  msgid ""
360
  "Unfortunately, the Pro licence was already installed to this domain. The Pro "
361
  "Trial license can be installed only once."
363
  "Por desgracia, la licencia Pro ha estado ya instalada en este dominio. La "
364
  "licencia Pro Trial puede estar instalada una sola vez."
365
 
366
+ #: bws_menu.php:142 class-bws-settings.php:839 deprecated.php:153
367
  msgid "The license key is valid."
368
  msgstr "La clave de licencia está válida."
369
 
370
+ #: bws_menu.php:144 class-bws-settings.php:842 deprecated.php:156
371
  msgid "Your license will expire on"
372
  msgstr "Tu licencia expirará el"
373
 
374
  #: bws_menu.php:146
375
+ msgid "Congratulations! Pro Membership license is activated successfully."
376
+ msgstr ""
377
 
378
+ #: bws_menu.php:153 class-bws-settings.php:1007 deprecated.php:436
379
  msgid ""
380
  "Something went wrong. Try again later or upload the plugin manually. We are "
381
  "sorry for inconvenience."
529
  msgid "Please enter a valid email address."
530
  msgstr "Por favor, introduce la dirección de correo electrónico válida."
531
 
532
+ #: bws_menu.php:262
533
+ #, php-format
534
+ msgid "Email with system info is sent to %s."
535
+ msgstr ""
536
 
537
+ #: bws_menu.php:266
538
  msgid "Thank you for contacting us."
539
  msgstr "¡Gracias por haber contactado con nosotros!"
540
 
541
+ #: bws_menu.php:289
542
  msgid "Sorry, email message could not be delivered."
543
  msgstr "Lo siento, el mensaje de correo electrónico no se pudo enviar."
544
 
545
+ #: bws_menu.php:305 bws_menu.php:309 bws_menu.php:358 deprecated.php:91
546
  msgid "Plugins"
547
  msgstr "Plugins"
548
 
549
+ #: bws_menu.php:306 bws_menu.php:310 bws_menu.php:618 deprecated.php:92
550
  msgid "Themes"
551
  msgstr "Temas"
552
 
553
+ #: bws_menu.php:307 bws_menu.php:311 bws_menu.php:648
554
  msgid "System status"
555
  msgstr "Información de sistema"
556
 
557
+ #: bws_menu.php:315
558
  msgid "Support"
559
  msgstr "Soporte"
560
 
561
+ #: bws_menu.php:316
562
  msgid "Manage purchased licenses & subscriptions"
563
  msgstr "Gestionar licencias y suscripciones adquiridas"
564
 
565
+ #: bws_menu.php:324
566
  #, php-format
567
  msgid "Get Access to %s+ Premium Plugins"
568
  msgstr "Obtener acceso a %s+ Premium plugins"
569
 
570
+ #: bws_menu.php:326
571
  msgid "Subscribe to Pro Membership"
572
  msgstr "Suscribirse a Pro Membership"
573
 
574
+ #: bws_menu.php:334 bws_menu.php:345 class-bws-settings.php:760
575
  #: deprecated.php:227
576
  msgid "Check license key"
577
  msgstr "Comprueba la clave de licencia"
578
 
579
+ #: bws_menu.php:337
580
  msgid "Enter your license key"
581
  msgstr "Introduce tu clave de licencia"
582
 
583
+ #: bws_menu.php:343 bws_menu.php:570 bws_menu.php:579
584
+ #: class-bws-settings.php:739 deprecated.php:259 deprecated.php:267
585
+ #: deprecated.php:631 deprecated.php:703 deprecated.php:712
586
  msgid "Activate"
587
  msgstr "Activar"
588
 
589
+ #: bws_menu.php:359
590
  msgid "Upload Plugin"
591
  msgstr "Subir plugin"
592
 
593
+ #: bws_menu.php:363
594
  #, php-format
595
  msgid ""
596
  "The plugin generated %d characters of <strong>unexpected output</strong> "
603
  "problemas con los feeds de sindicación u otras cuestiones, prueba desactivar "
604
  "o borrar este plugin."
605
 
606
+ #: bws_menu.php:365
607
  msgid ""
608
  "Plugin could not be activated because it triggered a <strong>fatal error</"
609
  "strong>."
610
  msgstr ""
611
  "No se pudo activar el plugin porque provocó un <strong>error fatal</ strong>."
612
 
613
+ #: bws_menu.php:368
614
  msgid "Plugin <strong>activated</strong>."
615
  msgstr "Plugin <strong>activado</strong>."
616
 
617
+ #: bws_menu.php:375
618
  msgid "Installing Plugin"
619
  msgstr "Instalando el plugin"
620
 
621
+ #: bws_menu.php:381
622
  msgid "Downloading install package from"
623
  msgstr "Descargando el paquete de instalación de"
624
 
625
+ #: bws_menu.php:398 bws_menu.php:429 bws_menu.php:440 deprecated.php:388
626
+ #: deprecated.php:410 deprecated.php:432
 
 
627
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
628
  msgstr ""
629
  "Error al descargar el archivo zip. Por favor, sube el plugin manualmente"
630
 
631
+ #: bws_menu.php:406
632
  msgid "Unpacking the package"
633
  msgstr "Desempacando el paquete"
634
 
635
+ #: bws_menu.php:411 bws_menu.php:419
636
  msgid "Installing the plugin"
637
  msgstr "Instalando el plugin"
638
 
639
+ #: bws_menu.php:415 deprecated.php:400
640
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
641
  msgstr "Error al abrir el archivo zip. Por favor, sube el plugin manualmente"
642
 
643
+ #: bws_menu.php:422 deprecated.php:406
644
  msgid ""
645
  "Your server does not support either ZipArchive or Phar. Please, upload the "
646
  "plugin manually"
648
  "Tu servidor no admite ni ZipArchive ni Phar. Por favor, sube el plugin "
649
  "manualmente"
650
 
651
+ #: bws_menu.php:425
652
  #, php-format
653
  msgid "The plugin %s is successfully installed."
654
  msgstr "El plugin %s se ha instalado con éxito."
655
 
656
+ #: bws_menu.php:432 deprecated.php:413
657
  msgid "UploadDir is not writable. Please, upload the plugin manually"
658
  msgstr "UploadDir no se puede editar. Por favor, sube el plugin manualmente"
659
 
660
+ #: bws_menu.php:437
661
  msgid "Activate Plugin"
662
  msgstr "Activar plugin"
663
 
664
+ #: bws_menu.php:437 bws_menu.php:443
665
  msgid "Return to BestWebSoft Panel"
666
  msgstr "Volver a Panel de BestWebSoft"
667
 
668
+ #: bws_menu.php:451 bws_menu.php:471 bws_menu.php:600
669
  msgid "All"
670
  msgstr "Todo"
671
 
672
+ #: bws_menu.php:454 bws_menu.php:637
673
  msgid "Installed"
674
  msgstr "Instalado"
675
 
676
+ #: bws_menu.php:457
677
  msgid "Not Installed"
678
  msgstr "No instalado"
679
 
680
+ #: bws_menu.php:464
681
  msgid "Filter results"
682
  msgstr "Filtrar resultados"
683
 
684
+ #: bws_menu.php:467 bws_menu.php:596
685
  msgid "Category"
686
  msgstr "Categoría"
687
 
688
+ #: bws_menu.php:531
689
  msgid "Not installed"
690
  msgstr "No instalado"
691
 
692
+ #: bws_menu.php:535
693
  msgid "Renew to get updates"
694
  msgstr "Renovar para obtener actualizaciones"
695
 
696
+ #: bws_menu.php:538
697
  #, php-format
698
  msgid "Update to v %s"
699
  msgstr "Actualizar a v %s"
700
 
701
+ #: bws_menu.php:550 bws_menu.php:573 bws_menu.php:582
702
  msgid "Install Now"
703
  msgstr "Instalar"
704
 
705
+ #: bws_menu.php:556 class-bws-settings.php:157 class-bws-settings.php:1067
706
  msgid "Upgrade to Pro"
707
  msgstr "Actualizar a Pro"
708
 
709
+ #: bws_menu.php:570 bws_menu.php:579
710
  msgid "Activate this plugin"
711
  msgstr "Activar el plugin"
712
 
713
+ #: bws_menu.php:582
714
  msgid "Install this plugin"
715
  msgstr "Instalar el plugin"
716
 
717
+ #: bws_menu.php:591
718
  msgid "Nothing found. Try another criteria."
719
  msgstr "Nada encontrado. Prueba otro criterio."
720
 
721
+ #: bws_menu.php:628
722
  #, php-format
723
  msgid "By %s"
724
  msgstr "Por %s"
725
 
726
+ #: bws_menu.php:635
727
  msgid "Already Installed"
728
  msgstr "Ya instalado"
729
 
730
+ #: bws_menu.php:645
731
+ msgid "Browse More WordPress Themes"
732
+ msgstr ""
733
 
734
+ #: bws_menu.php:654
735
  msgid "Send to support"
736
  msgstr "Enviar al soporte técnico"
737
 
738
+ #: bws_menu.php:661
739
  msgid "Send to custom email &#187;"
740
  msgstr "Enviar al correo electrónico personalizado &#187;"
741
 
789
  msgid "Custom Code"
790
  msgstr "Código personalizado"
791
 
792
+ #: class-bws-settings.php:427 deprecated.php:498
793
  msgid "You do not have sufficient permissions to edit plugins for this site."
794
  msgstr "No tienes suficientes permisos para editar plugins de este sitio."
795
 
796
+ #: class-bws-settings.php:432 deprecated.php:620
797
  msgid "These styles will be added to the header on all pages of your site."
798
  msgstr ""
799
  "Estos estilos se agregarán a la cabecera en todas las páginas de tu sitio."
800
 
801
+ #: class-bws-settings.php:435 deprecated.php:622
802
  #, php-format
803
  msgid ""
804
  "This PHP code will be hooked to the %s action and will be printed on front "
812
  msgstr ""
813
  "Este código se agregará a la cabecera en todas las páginas de tu sitio."
814
 
815
+ #: class-bws-settings.php:446 deprecated.php:646
816
  #, php-format
817
  msgid ""
818
  "You need to make this files writable before you can save your changes. See "
821
  "Es necesario que estos archivos sean editables antes de poder guardar los "
822
  "cambios. Consulta %s el Codex %s para obtener más información."
823
 
824
+ #: class-bws-settings.php:456 deprecated.php:628
825
  msgid "Browsing"
826
  msgstr "Navegar"
827
 
830
  msgid "Activate custom %s code."
831
  msgstr "Activar código personalizado de %s."
832
 
833
+ #: class-bws-settings.php:469 deprecated.php:635
834
  #, php-format
835
  msgid "Learn more about %s"
836
  msgstr "Aprende más de %s"
837
 
838
+ #: class-bws-settings.php:531
839
  msgid "Miscellaneous Settings"
840
  msgstr "Ajustes varios"
841
 
842
+ #: class-bws-settings.php:540 class-bws-settings.php:595
843
  #, php-format
844
  msgid ""
845
  "It is prohibited to change %s settings on this site in the %s network "
848
  "Está prohibido cambiar la configuración de %s en este sitio por los "
849
  "parámetros de la red de %s."
850
 
851
+ #: class-bws-settings.php:543 class-bws-settings.php:598
852
  #, php-format
853
  msgid ""
854
  "It is prohibited to view %s settings on this site in the %s network settings."
856
  "Está prohibido ver la configuración de %s en este sitio por los "
857
  "parámetros de la red de %s."
858
 
859
+ #: class-bws-settings.php:552
860
  msgid "Pro Options"
861
  msgstr "Opciones Pro"
862
 
863
+ #: class-bws-settings.php:556
864
  msgid "Enable to display plugin Pro options."
865
  msgstr "Activar muestro de las opciones Pro del plugin."
866
 
867
+ #: class-bws-settings.php:562
868
  msgid "Track Usage"
869
  msgstr "Seguir el uso"
870
 
871
+ #: class-bws-settings.php:566
872
  msgid ""
873
  "Enable to allow tracking plugin usage anonymously in order to make it better."
874
  msgstr ""
875
  "Activar permiso de seguir el uso de plugin de forma anónima con el fin de "
876
  "hacerlo mejor."
877
 
878
+ #: class-bws-settings.php:571
879
  msgid "Default Settings"
880
  msgstr "Ajustes por defecto"
881
 
882
+ #: class-bws-settings.php:573
883
  msgid "Restore Settings"
884
  msgstr "Restaurar ajustes"
885
 
886
+ #: class-bws-settings.php:574
887
  msgid "This will restore plugin settings to defaults."
888
  msgstr "Esto restaurará los ajustes de plugin por defecto."
889
 
890
+ #: class-bws-settings.php:586
891
  msgid "Import / Export"
892
  msgstr "Importar / Exportar"
893
 
894
+ #: class-bws-settings.php:702 class-bws-settings.php:735
895
+ #: class-bws-settings.php:757
896
  msgid "License Key"
897
  msgstr "Clave de licencia"
898
 
899
+ #: class-bws-settings.php:725
900
  msgid "Congratulations! Pro license is activated successfully."
901
  msgstr "¡Felicitaciones! Licencia Pro está activada con éxito."
902
 
903
+ #: class-bws-settings.php:726
904
  #, php-format
905
  msgid "You will be automatically redirected to the %s in %s seconds."
906
  msgstr "En %s segundos automáticamente serás dirigido a %s."
907
 
908
+ #: class-bws-settings.php:726
909
  msgid "Settings page"
910
  msgstr "Página de ajustes"
911
 
912
+ #: class-bws-settings.php:741
913
  #, php-format
914
  msgid "Enter your license key to activate %s and get premium plugin features."
915
  msgstr ""
916
  "Introduce tu clave de licencia para activar %s y obtener funciones premium "
917
  "del plugin."
918
 
919
+ #: class-bws-settings.php:744 class-bws-settings.php:931 deprecated.php:363
920
+ #: deprecated.php:706
921
  msgid ""
922
  "Unfortunately, you have exceeded the number of available tries per day. "
923
  "Please, upload the plugin manually."
925
  "Por desgracia, has excedido el número de intentos por hoy. Por favor, sube "
926
  "el plugin manualmente."
927
 
928
+ #: class-bws-settings.php:747 deprecated.php:697
929
  #, php-format
930
  msgid "Start Your Free %s-Day Trial Now"
931
  msgstr "Comienza tu prueba gratuita de %s días"
932
 
933
+ #: class-bws-settings.php:762
934
  msgid ""
935
  "If necessary, you can check if the license key is correct or reenter it in "
936
  "the field below."
938
  "Si es necesario, puedes comprobar si la clave de licencia es correcta o "
939
  "introducirla otra vez en el campo abajo."
940
 
941
+ #: class-bws-settings.php:767
942
  msgid "Manage License Settings"
943
  msgstr "Gestionar ajustes de licencias"
944
 
945
+ #: class-bws-settings.php:769
946
  msgid "Login to Client Area"
947
  msgstr "Acceder al Área de Cliente"
948
 
949
+ #: class-bws-settings.php:771
950
  msgid ""
951
  "Manage active licenses, download BWS products, and view your payment history "
952
  "using BestWebSoft Client Area."
954
  "Gestiona licencias activas, descarga productos BWS y ve la historia de pagos "
955
  "con Área de Cliente de BestWebSoft."
956
 
957
+ #: class-bws-settings.php:826 class-bws-settings.php:929 deprecated.php:141
958
+ #: deprecated.php:361
959
  msgid "This license key is bound to another site."
960
  msgstr "Esta clave de licencia está enlazada al otro sitio."
961
 
962
+ #: class-bws-settings.php:828 deprecated.php:143
963
  msgid ""
964
  "This license key is valid, but Your license has expired. If you want to "
965
  "update our plugin in future, you should extend the license."
967
  "Esta clave de licencia está válida, pero tu licencia ha expirado. Si deseas "
968
  "actualizar nuestro plugin en el futuro debes extender la licencia."
969
 
970
+ #: class-bws-settings.php:830 deprecated.php:145
971
  msgid "Unfortunately, you have exceeded the number of available tries."
972
  msgstr "Por desgracia, has excedido el número de intentos."
973
 
974
+ #: class-bws-settings.php:832 deprecated.php:147
975
  msgid ""
976
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
977
  "The Pro Trial license can be installed only once."
979
  "Por desgracia, la licencia Pro Trial ha estado ya instalada en este dominio. "
980
  "La licencia Pro Trial puede estar instalada una sola vez."
981
 
982
+ #: class-bws-settings.php:837 deprecated.php:151
983
  msgid "The Pro Trial license key is valid."
984
  msgstr "La licencia Pro Trial está válida."
985
 
986
+ #: class-bws-settings.php:845 deprecated.php:159 deprecated.php:246
987
  #, php-format
988
  msgid ""
989
  "In order to continue using the plugin it is necessary to buy a %s license."
990
  msgstr "Para seguir usando el plugin es necesario comprar una licencia de %s."
991
 
992
+ #: class-bws-settings.php:933
993
+ #, php-format
994
+ msgid ""
995
+ "Unfortunately, Your license has expired. To continue getting top-priority "
996
+ "support and plugin updates, you should extend it in your %s."
997
+ msgstr ""
998
+
999
+ #: class-bws-settings.php:959 class-bws-settings.php:981
1000
+ #: class-bws-settings.php:1003
1001
+ msgid "Failed to download the zip archive. Please, upload the plugin manually."
1002
+ msgstr ""
1003
+
1004
+ #: class-bws-settings.php:971
1005
+ msgid "Failed to open the zip archive. Please, upload the plugin manually."
1006
+ msgstr ""
1007
+
1008
+ #: class-bws-settings.php:977
1009
+ msgid ""
1010
+ "Your server does not support either ZipArchive or Phar. Please, upload the "
1011
+ "plugin manually."
1012
+ msgstr ""
1013
+
1014
+ #: class-bws-settings.php:984
1015
+ msgid "UploadDir is not writable. Please, upload the plugin manually."
1016
+ msgstr ""
1017
+
1018
+ #: class-bws-settings.php:1042 deprecated.php:464
1019
  msgid "Please, enter Your license key"
1020
  msgstr "Por favor, introduce tu clave de licencia"
1021
 
1022
+ #: class-bws-settings.php:1054
1023
  msgid "Need Help?"
1024
  msgstr "¿Necesitas ayuda?"
1025
 
1026
+ #: class-bws-settings.php:1056
1027
  msgid "Read the Instruction"
1028
  msgstr "Lee las instrucciones"
1029
 
1030
+ #: class-bws-settings.php:1060
1031
  msgid "Watch the Video"
1032
  msgstr "Ve el vídeo"
1033
 
1034
+ #: class-bws-settings.php:1071
1035
  msgid "Start Your Free Trial"
1036
  msgstr "Comienza tu prueba gratuita"
1037
 
1038
+ #: deactivation-form.php:27
1039
  msgid "Need help? We are ready to answer your questions."
1040
  msgstr ""
1041
 
1042
+ #: deactivation-form.php:27
1043
  msgid "Contact Support"
1044
  msgstr ""
1045
 
1046
+ #: deactivation-form.php:32
1047
  msgid "The plugin is not working"
1048
  msgstr ""
1049
 
1050
+ #: deactivation-form.php:34
1051
  msgid "Kindly share what didn't work so we can fix it in future updates..."
1052
  msgstr ""
1053
 
1054
+ #: deactivation-form.php:38
1055
  msgid "The plugin didn't work as expected"
1056
  msgstr ""
1057
 
1058
+ #: deactivation-form.php:40
1059
  msgid "What did you expect?"
1060
  msgstr ""
1061
 
1062
+ #: deactivation-form.php:44
1063
  msgid "The plugin suddenly stopped working"
1064
  msgstr ""
1065
 
1066
+ #: deactivation-form.php:51
1067
  msgid "The plugin broke my site"
1068
  msgstr ""
1069
 
1070
+ #: deactivation-form.php:58
1071
  msgid "I couldn't understand how to get it work"
1072
  msgstr ""
1073
 
1074
+ #: deactivation-form.php:65
1075
  msgid "I found a better plugin"
1076
  msgstr ""
1077
 
1078
+ #: deactivation-form.php:67
1079
  msgid "What's the plugin name?"
1080
  msgstr ""
1081
 
1082
+ #: deactivation-form.php:71
1083
  msgid "The plugin is great, but I need specific feature that you don't support"
1084
  msgstr ""
1085
 
1086
+ #: deactivation-form.php:73
1087
  msgid "What feature?"
1088
  msgstr ""
1089
 
1090
+ #: deactivation-form.php:77
1091
  msgid "I no longer need the plugin"
1092
  msgstr ""
1093
 
1094
+ #: deactivation-form.php:83
1095
  msgid "It's a temporary deactivation, I'm just debugging an issue"
1096
  msgstr ""
1097
 
1098
+ #: deactivation-form.php:89
1099
  msgid "Other"
1100
  msgstr ""
1101
 
1102
+ #: deactivation-form.php:123
1103
  msgid "Quick Feedback"
1104
  msgstr ""
1105
 
1106
+ #: deactivation-form.php:124
1107
  msgid "If you have a moment, please let us know why you are deactivating"
1108
  msgstr ""
1109
 
1110
+ #: deactivation-form.php:127
1111
+ msgid "Send website data and allow to contact me back"
1112
  msgstr ""
1113
 
1114
+ #: deactivation-form.php:132
1115
  msgid "Cancel"
1116
  msgstr ""
1117
 
1118
+ #: deactivation-form.php:233
1119
  msgid "Processing"
1120
  msgstr ""
1121
 
1122
+ #: deactivation-form.php:262
1123
  msgid "Submit & Deactivate"
1124
  msgstr ""
1125
 
1126
+ #: deactivation-form.php:277
1127
  msgid "Please tell us the reason so we can improve it."
1128
  msgstr ""
1129
 
1130
+ #: deactivation-form.php:345
1131
  msgid "Deactivate"
1132
  msgstr ""
1133
 
1158
  "durante la compra). Si es necesario, haz clic en \"¿Has perdido tu "
1159
  "contraseña?\"."
1160
 
1161
+ #: deprecated.php:246
1162
  msgid "After that, you can activate it by entering your license key."
1163
  msgstr "Después, puedes activarlo introduciendo tu clave de licencia."
1164
 
1165
+ #: deprecated.php:249 deprecated.php:691
1166
  msgid "License key can be found in the"
1167
  msgstr "La clave de licencia se puede encontrar en el"
1168
 
1169
+ #: deprecated.php:251 deprecated.php:693
1170
  msgid "(your username is the email address specified during the purchase)."
1171
  msgstr ""
1172
  "(tu nombre del usuario es la dirección de correo electrónico especificada "
1173
  "durante la compra)."
1174
 
1175
+ #: deprecated.php:279
1176
  msgid ""
1177
  "Congratulations! The Pro license of the plugin is activated successfully."
1178
  msgstr "¡Felicitaciones! La licencia Pro está activada con éxito."
1179
 
1180
+ #: deprecated.php:281 deprecated.php:672
1181
  msgid "Please, go to"
1182
  msgstr "Por favor ve a"
1183
 
1184
+ #: deprecated.php:281 deprecated.php:672
1185
  msgid "the setting page"
1186
  msgstr "la página de ajustes"
1187
 
1188
+ #: deprecated.php:282 deprecated.php:673
1189
  msgid "You will be redirected automatically in 5 seconds."
1190
  msgstr "En 5 segundos automáticamente serás dirigido a la nueva ubicación."
1191
 
1192
+ #: deprecated.php:316
1193
  msgid "Check premium options on the plugin settings page!"
1194
  msgstr "¡Comprueba las opciones premium en la página de ajustes del plugin!"
1195
 
1196
+ #: deprecated.php:479
1197
  msgid "Restore all plugin settings to defaults"
1198
  msgstr "Restaurar todos los ajustes de plugin por defecto"
1199
 
1200
+ #: deprecated.php:481
1201
  msgid "Restore settings"
1202
  msgstr "Restaurar ajustes"
1203
 
1204
+ #: deprecated.php:550 deprecated.php:577
1205
  #, php-format
1206
  msgid "File %s edited successfully."
1207
  msgstr "Archivo %s editado con éxito."
1208
 
1209
+ #: deprecated.php:552 deprecated.php:579
1210
  msgid "Not enough permissions to create or update the file"
1211
  msgstr "No hay suficientes permisos para crear o actualizar el archivo"
1212
 
1213
+ #: deprecated.php:582
1214
  msgid "Not enough permissions to create the file"
1215
  msgstr "No hay suficientes permisos para crear el archivo"
1216
 
1217
+ #: deprecated.php:626
1218
  msgid "Editing"
1219
  msgstr "Editar"
1220
 
1221
+ #: deprecated.php:670
1222
  msgid ""
1223
  "Congratulations! Pro version of the plugin is installed and activated "
1224
  "successfully."
1225
  msgstr "¡Felicitaciones! Licencia Pro está instalada y activada con éxito."
1226
 
1227
+ #: deprecated.php:680
1228
  msgid "Show Pro features"
1229
  msgstr "Mostrar funciones Pro"
1230
 
1231
+ #: deprecated.php:687
1232
  msgid "Enter your license key to install and activate"
1233
  msgstr "Introduce tu clave de licencia para instalar y activar"
1234
 
1235
+ #: deprecated.php:689
1236
  msgid "version of the plugin."
1237
  msgstr "la versión del plugin."
1238
 
1272
  msgid "SMM"
1273
  msgstr "SMM"
1274
 
1275
+ #: product_list.php:22
1276
+ msgid "Best secure captcha plugin to protect your WordPress forms."
 
1277
  msgstr ""
 
 
1278
 
1279
+ #: product_list.php:32
1280
  msgid "Create your personal car rental/booking and reservation website."
1281
  msgstr "Crea tu sitio personal de alquiler/reserva de automóviles."
1282
 
1283
+ #: product_list.php:42
1284
  msgid ""
1285
  "Allow customers to reach you using secure contact form plugin any website "
1286
  "must have."
1288
  "Permite a los clientes ponerse en contacto contigo usando el plugin seguro "
1289
  "del formulario de contacto que debe tener cualquier sitio."
1290
 
1291
+ #: product_list.php:52
1292
  msgid "Add unlimited number of contact forms to WordPress website."
1293
  msgstr ""
1294
  "Añade el número ilimitado de formularios de contacto al sitio de WordPress."
1295
 
1296
+ #: product_list.php:62
1297
  msgid "Save and manage Contact Form messages. Never lose important data."
1298
  msgstr ""
1299
  "Guarda y gestiona los mensajes de Contact Form plugin. Nunca pierde datos "
1300
  "importantes."
1301
 
1302
+ #: product_list.php:72
1303
  msgid "Add unlimited custom pages to WordPress admin dashboard."
1304
  msgstr ""
1305
  "Añade el número ilimitado de páginas personalizadas al escritorio de "
1306
  "WordPress."
1307
 
1308
+ #: product_list.php:79
1309
  msgid "Add custom fields to WordPress website search results."
1310
  msgstr ""
1311
  "Añade los campos personalizados a los resultados de búsqueda en el sitio de "
1312
  "WordPress."
1313
 
1314
+ #: product_list.php:86
1315
  msgid ""
1316
  "Add custom post types and taxonomies to WordPress website search results."
1317
  msgstr ""
1318
  "Añade los tipos de contenido personalizados y taxonomías a los resultados de "
1319
  "búsqueda en el sitio de WordPress."
1320
 
1321
+ #: product_list.php:96
1322
  msgid "Add PayPal and 2CO donate buttons to receive charity payments."
1323
  msgstr ""
1324
  "Añade los botones de donación PayPal y 2CO para recibir pagos benéficos."
1325
 
1326
+ #: product_list.php:103
1327
  msgid ""
1328
  "Get latest error log messages to diagnose website problems. Define and fix "
1329
  "issues faster."
1331
  "Recibe más recientes mensajes del registro de errores para diagnosticar los "
1332
  "problemas del sitio. Define y corrige los problemas más rápido."
1333
 
1334
+ #: product_list.php:110
1335
  msgid ""
1336
  "Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
1337
  "widgets."
1339
  "Añade los botones de Facebook Seguir, Me gusta y Compartir a las entradas, "
1340
  "páginas y widgets de WordPress."
1341
 
1342
+ #: product_list.php:120
1343
  msgid ""
1344
  "Add beautiful galleries, albums & images to your WordPress website in a few "
1345
  "clicks."
1347
  "Añade las galerías, álbumes e imágenes hermosos a tu sitio de WordPress en "
1348
  "unos pocos clics."
1349
 
1350
+ #: product_list.php:130
1351
  msgid ""
1352
  "Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
1353
  "posts, pages and widgets."
1355
  "Añade los botones de Google +1 Compartir, Seguir, Hangout e insignia de "
1356
  "perfil a las entradas, páginas y widgets de WordPress."
1357
 
1358
+ #: product_list.php:140
1359
  msgid ""
1360
  "Stronger security solution which protects your WordPress website from hacks "
1361
  "and unauthorized login attempts."
1363
  "Potente solución de seguridad que protege tu sitio de WordPress de los "
1364
  "hackeos y intentos no autorizados de acceder."
1365
 
1366
+ #: product_list.php:150
1367
  msgid ""
1368
  "Add Adsense ads to WordPress website pages, posts, custom posts, search "
1369
  "results, categories, tags, and widgets."
1372
  "entradas personalizadas, resultados de búsqueda, categorías, etiquetas y "
1373
  "widgets en el sitio de WordPress, ."
1374
 
1375
+ #: product_list.php:160
1376
  msgid "Add Google Analytics code to WordPress website and track basic stats."
1377
  msgstr ""
1378
  "Añade el código de Google Analytics al sitio de WordPress y sigue las "
1379
  "estadísticas básicas."
1380
 
1381
+ #: product_list.php:170
1382
  msgid ""
1383
  "Protect WordPress website forms from spam entries with Google Captcha "
1384
  "(reCaptcha)."
1386
  "Protege los formularios en sitio de WordPress de las entradas de spam con "
1387
  "Google Captcha (reCaptcha)."
1388
 
1389
+ #: product_list.php:180
1390
  msgid "Add customized Google maps to WordPress posts, pages and widgets."
1391
  msgstr ""
1392
  "Añade los mapas de Google personalizados a las entradas, páginas y widgets "
1393
  "de WordPress."
1394
 
1395
+ #: product_list.php:190
1396
  msgid ""
1397
  "Generate and add XML sitemap to WordPress website. Help search engines index "
1398
  "your blog."
1400
  "Genera y añade los archivos de XML sitemap al sitio de WordPress. Ayuda a "
1401
  "los buscadores a indexar tu blog."
1402
 
1403
+ #: product_list.php:200
1404
  msgid ""
1405
  "Replace external WordPress website links with Google shortlinks and track "
1406
  "click stats."
1408
  "Reemplaza los enlaces externos con los enlaces cortos de Google en el sitio "
1409
  "de WordPress y sigue las estadísticas de clics."
1410
 
1411
+ #: product_list.php:207
1412
  msgid ""
1413
  "Protect WordPress website – allow and deny access for certain IP addresses, "
1414
  "hostnames, etc."
1416
  "Protege el sitio de WordPress - permite y impide el acceso para determinadas "
1417
  "direcciones IP, nombres de host, etc."
1418
 
1419
+ #: product_list.php:217
1420
  msgid ""
1421
  "Create your personal job board and listing WordPress website. Search jobs, "
1422
  "submit CV/resumes, choose candidates."
1424
  "Crea tu tablero personal con la lista de trabajos en el sitio de WordPress. "
1425
  "Busca trabajos, envía CV, elija candidatos."
1426
 
1427
+ #: product_list.php:224
1428
  msgid ""
1429
  "Protect WordPress website against brute force attacks. Limit rate of login "
1430
  "attempts."
1432
  "Protege el sitio de WordPress contra ataques de fuerza bruta. Limita el "
1433
  "número de intentos de acceder."
1434
 
1435
+ #: product_list.php:234
1436
  msgid ""
1437
  "Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
1438
  "5 plugins included – profile, insider, etc."
1440
  "Añade los botones de LinkedIn Compartir y Seguir a las entradas, páginas y "
1441
  "widgets de WordPress. 5 plugins incluidos - perfil, insider, etc."
1442
 
1443
+ #: product_list.php:244
1444
  msgid ""
1445
  "Translate WordPress website content to other languages manually. Create "
1446
  "multilingual pages, posts, widgets, menus, etc."
1449
  "Crea páginas multilingües, asi como entradas, widgets, menús, etc. en varios "
1450
  "idiomas."
1451
 
1452
+ #: product_list.php:254
1453
  msgid ""
1454
  "Add customizable pagination to WordPress website. Split long content to "
1455
  "multiple pages for better navigation."
1457
  "Añade la paginación personalizable al sitio de WordPress. Divide contenido "
1458
  "largo en varias páginas para mejorar la navegación."
1459
 
1460
+ #: product_list.php:264
1461
  msgid ""
1462
  "Generate PDF files and print WordPress posts/pages. Customize document "
1463
  "header/footer styles and appearance."
1466
  "Personaliza los estilos de la cabecera/pie de la página del documento y su "
1467
  "apariencia."
1468
 
1469
+ #: product_list.php:274
1470
  msgid ""
1471
  "Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
1472
  "Profile) to WordPress posts, pages and widgets."
1474
  "Añade los botones de Pinterest Segiur, Guardar y widgets de perfil (Pines, "
1475
  "Tablero, Perfil) a las entradas, páginas y widgets de WordPress."
1476
 
1477
+ #: product_list.php:284
1478
  msgid ""
1479
  "Create your personal portfolio WordPress website. Manage and showcase past "
1480
  "projects to get more clients."
1482
  "Crea tu cartera personal en el sitio de WordPress. Gestiona y muestra los "
1483
  "proyectos anteriores para obtener más clientes."
1484
 
1485
+ #: product_list.php:294
1486
  msgid "Export WordPress posts to CSV file format easily. Configure data order."
1487
  msgstr ""
1488
  "Exporta las entradas de WordPress en formato de archivo CSV fácilmente. "
1489
  "Configura el orden de los datos."
1490
 
1491
+ #: product_list.php:301
1492
  msgid ""
1493
  "Add extra fields to default WordPress user profile. The easiest way to "
1494
  "create and manage additional custom values."
1496
  "Añade los campos adicionales al perfil estándar del usuario de WordPress. La "
1497
  "forma más fácil de crear y gestionar los valores personalizados adicionales."
1498
 
1499
+ #: product_list.php:308
1500
  msgid ""
1501
  "Add and display HTML advertisement banner on WordPress website. Customize "
1502
  "bar styles and appearance."
1504
  "Añade y muestra los anuncios publicitarios de HTML en el sitio de WordPress. "
1505
  "Personaliza los estilos y la apariencia de la barra."
1506
 
1507
+ #: product_list.php:318
1508
  msgid ""
1509
  "Add customizable quotes and tips blocks to WordPress posts, pages and "
1510
  "widgets."
1512
  "Añade las citas personalizables y bloques de consejos a las entradas, "
1513
  "páginas y widgets de WordPress."
1514
 
1515
+ #: product_list.php:325
1516
  msgid ""
1517
  "Add rating plugin to your WordPress website to receive feedback from your "
1518
  "customers."
1520
  "Añade el plugin de valoración a tu sitio de WordPress para recibir "
1521
  "comentarios de tus clientes."
1522
 
1523
+ #: product_list.php:332
1524
  msgid ""
1525
  "Create your personal real estate WordPress website. Sell, rent and buy "
1526
  "properties. Add, search and browse listings easily."
1529
  "alquila y compra las propiedades. Añade, busca y navega las listas "
1530
  "fácilmente."
1531
 
1532
+ #: product_list.php:342
1533
  msgid ""
1534
  "Add related, featured, latest, and popular posts to your WordPress website. "
1535
  "Connect your blog readers with a relevant content."
1538
  "sitio de WordPress. Conecta a tus lectores de blog con el contenido "
1539
  "relevante."
1540
 
1541
+ #: product_list.php:349
1542
  msgid ""
1543
  "Send bulk email messages to WordPress users. Custom templates, advanced "
1544
  "settings and detailed reports."
1546
  "Envía mensajes de correo masivo a los usuarios de WordPress. Plantillas "
1547
  "personalizadas, ajustes avanzados e informes detallados."
1548
 
1549
+ #: product_list.php:359
1550
  msgid ""
1551
  "The best responsive slider plugin for your WordPress website. Create "
1552
  "beautifully animated slides just in a few clicks."
1554
  "El mejor adaptable carrusel plugin para tu sitio de WordPress. Crea las "
1555
  "diapositivas maravillosamente animadas con sólo unos clics."
1556
 
1557
+ #: product_list.php:366
1558
  msgid ""
1559
  "Configure SMTP server to receive email messages from WordPress to Gmail, "
1560
  "Yahoo, Hotmail and other services."
1562
  "Configura el servidor SMTP para recibir mensajes de correo electrónico de "
1563
  "WordPress en Gmail, Yahoo, Hotmail y otros servicios."
1564
 
1565
+ #: product_list.php:373
1566
  msgid ""
1567
  "Add social media buttons and widgets to WordPress posts, pages and widgets. "
1568
  "FB, Twitter, G+1, Pinterest, LinkedIn."
1571
  "entradas, páginas y widgets de WordPress. FB, Twitter, G+1, Pinterest, "
1572
  "LinkedIn."
1573
 
1574
+ #: product_list.php:383
1575
  msgid ""
1576
  "Add social media login, registration, and commenting to your WordPress "
1577
  "website."
1579
  "Añade el acceso, registro y comentarios a los medios de comunicación social "
1580
  "a tu sitio de WordPress."
1581
 
1582
+ #: product_list.php:390
1583
  msgid ""
1584
  "Add email newsletter sign up form to WordPress posts, pages and widgets. "
1585
  "Collect data and subscribe your users."
1588
  "páginas y widgets de WordPress. Recoge los datos y suscribe a tus usuarios a "
1589
  "las noticias."
1590
 
1591
+ #: product_list.php:400
1592
  msgid ""
1593
  "Add testimonials and feedbacks from your customers to WordPress website "
1594
  "posts, pages, and widgets."
1596
  "Añade los testimonios y comentarios de tus clientes a las entradas, páginas "
1597
  "y widgets en el sitio de WordPress."
1598
 
1599
+ #: product_list.php:407
1600
  msgid ""
1601
  "Best timesheet plugin for WordPress. Track employee time, streamline "
1602
  "attendance and generate reports."
1605
  "laboral de los empleados, optimiza el horario de trabajo en la oficina y "
1606
  "crea informes generales."
1607
 
1608
+ #: product_list.php:417
1609
  msgid ""
1610
  "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
1611
  "and pages."
1613
  "Añade los botones de Twitter Seguir, Twittear, Hashtag y Mencionar a las "
1614
  "entradas y páginas de WordPress."
1615
 
1616
+ #: product_list.php:427
1617
  msgid ""
1618
  "Automatically check and update WordPress website core with all installed "
1619
  "plugins and themes to the latest versions."
1621
  "Compruebа y actualiza automáticamente el núcleo de sitio de WordPress a las "
1622
  "últimas versiones con todos plugins y temas que tienes instalados."
1623
 
1624
+ #: product_list.php:437
1625
  msgid ""
1626
  "Powerful user role management plugin for WordPress website. Create, edit, "
1627
  "copy, and delete user roles."
1629
  "Poderoso plugin de gestión de funciones para el sitio de WordPress. Crea, "
1630
  "edita, copia y borra los perfiles de usuarios."
1631
 
1632
+ #: product_list.php:447
1633
  msgid ""
1634
  "Display live count of online visitors who are currently browsing your "
1635
  "WordPress website."
1637
  "Lleva la cuenta de los visitantes en línea que están hojeando tu sitio de "
1638
  "WordPress en ese momento."
1639
 
1640
+ #: product_list.php:457
1641
  msgid ""
1642
  "Backup and export Zendesk Help Center content automatically to your "
1643
  "WordPress website database."
1645
  "Haz la copia de seguridad y exporta el contenido de Zendesk Centro de Ayuda "
1646
  "automáticamente a tu base de datos en el sitio de WordPress."
1647
 
1648
+ #~ msgid ""
1649
+ #~ "Protect WordPress website forms from spam entries by means of math logic."
1650
+ #~ msgstr ""
1651
+ #~ "Protege los formularios en el sitio de WordPress de las entradas de spam "
1652
+ #~ "mediante lógica matemática."
1653
+
1654
+ #~ msgid "Congratulations! Pro Membership license is activated successfully."
1655
+ #~ msgstr ""
1656
+ #~ "¡Felicitaciones! La licencia Pro Membership está activada con éxito."
1657
+
1658
+ #~ msgid "Email with system info is sent to"
1659
+ #~ msgstr "El correo electrónico con información de sistema es enviado a"
1660
+
1661
+ #~ msgid "Browse Free WordPress Themes"
1662
+ #~ msgstr "Navegar gratis temas WordPress"
1663
+
1664
  #~ msgid ""
1665
  #~ "You can use one license of the Pro plugin for one domain only. Please "
1666
  #~ "check and edit your license or domain if necessary using you personal "
bws_menu/languages/bestwebsoft-fr_FR.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-fr_FR.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-08-28 09:55+0300\n"
6
- "PO-Revision-Date: 2017-08-28 09:55+0300\n"
7
  "Last-Translator: Luc Capronnier <lcapronnier@yahoo.com>\n"
8
  "Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
9
  "Language: fr_FR\n"
@@ -41,6 +41,11 @@ msgstr "Page des extensions"
41
  msgid "Like the plugin?"
42
  msgstr "Voter pour l'extension"
43
 
 
 
 
 
 
44
  #: bws_functions.php:94
45
  msgid "Rate it"
46
  msgstr "Notez là"
@@ -49,7 +54,7 @@ msgstr "Notez là"
49
  msgid "Need help?"
50
  msgstr "Besoin d'aide ?"
51
 
52
- #: bws_functions.php:104 bws_functions.php:911 class-bws-settings.php:1056
53
  msgid "Visit Help Center"
54
  msgstr "Visiter le site du support"
55
 
@@ -57,7 +62,7 @@ msgstr "Visiter le site du support"
57
  msgid "Want to support the plugin?"
58
  msgstr "Voter pour l'extension"
59
 
60
- #: bws_functions.php:108 bws_menu.php:553
61
  msgid "Donate"
62
  msgstr "Don"
63
 
@@ -73,7 +78,8 @@ msgid ""
73
  "otherwise the Pro plugin will be deactivated."
74
  msgstr ""
75
 
76
- #: bws_functions.php:128 bws_functions.php:340 class-bws-settings.php:144
 
77
  msgid "Learn More"
78
  msgstr "En savoir plus"
79
 
@@ -93,7 +99,7 @@ msgstr ""
93
  "Votre licence est terminée. Pour continuer à disposer du support rapide et "
94
  "des mises à jour de l'extension vous devez la renouveler."
95
 
96
- #: bws_functions.php:147 bws_functions.php:383 deprecated.php:584
97
  msgid "Learn more"
98
  msgstr "En savoir plus"
99
 
@@ -124,71 +130,71 @@ msgstr ""
124
  msgid "Thank you for installing %s plugin!"
125
  msgstr ""
126
 
127
- #: bws_functions.php:209
128
  msgid "Let's get started"
129
  msgstr "Démarrer"
130
 
131
- #: bws_functions.php:210 bws_functions.php:243 bws_menu.php:557
132
- #: bws_menu.php:559
133
  msgid "Settings"
134
  msgstr "Réglages"
135
 
136
- #: bws_functions.php:212 bws_menu.php:328 class-bws-settings.php:745
137
- #: class-bws-settings.php:1058 class-bws-settings.php:1068 deprecated.php:694
138
  msgid "or"
139
  msgstr "ou"
140
 
141
- #: bws_functions.php:213 bws_functions.php:245
142
  msgid "Add New"
143
  msgstr "Ajouter"
144
 
145
- #: bws_functions.php:217 bws_functions.php:227 bws_functions.php:331
146
- #: bws_functions.php:379 bws_functions.php:481
147
  msgid "Close notice"
148
  msgstr "Effacer l'avertissement"
149
 
150
- #: bws_functions.php:232
151
  msgid "Thank you for installing plugins by BestWebSoft!"
152
  msgstr "Merci d'avoir installé des extensions de BestWebSoft!"
153
 
154
- #: bws_functions.php:234
155
  msgid "More Details"
156
  msgstr "Plus de détails"
157
 
158
- #: bws_functions.php:235
159
  msgid "Less Details"
160
  msgstr "Moins de détails"
161
 
162
- #: bws_functions.php:263
163
  msgid "Deprecated function(-s) is used on the site here:"
164
  msgstr "Une ou des fonction(s) obsolètes sont utilisées sur ce site ici&nbsp;:"
165
 
166
- #: bws_functions.php:277
167
  msgid ""
168
  "This function(-s) will be removed over time. Please update the product(-s)."
169
  msgstr ""
170
  "Ces fonctions seront supprimées rapidement. Merci de mettre à jour vos "
171
  "produits."
172
 
173
- #: bws_functions.php:336
174
  msgid "It’s time to upgrade your"
175
  msgstr "C'est le moment de mettre à jour votre "
176
 
177
- #: bws_functions.php:336
178
  msgid "to"
179
  msgstr "à"
180
 
181
- #: bws_functions.php:336
182
  msgid "version!"
183
  msgstr "version"
184
 
185
- #: bws_functions.php:337
186
  msgid "Extend standard plugin functionality with new great options."
187
  msgstr ""
188
  "Étend les fonctionnalités classiques de l'extension avec des nouvelles "
189
  "options."
190
 
191
- #: bws_functions.php:383
192
  #, php-format
193
  msgid ""
194
  "Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
@@ -197,12 +203,12 @@ msgstr ""
197
  "Votre clé de licence pour %s est terminée le %s et vous ne disposerez plus "
198
  "du support rapide et des mises à jour."
199
 
200
- #: bws_functions.php:476
201
  #, php-format
202
  msgid "Thank you for choosing %s plugin!"
203
  msgstr ""
204
 
205
- #: bws_functions.php:477
206
  msgid ""
207
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
208
  "we'd love to hear about it!"
@@ -210,25 +216,25 @@ msgstr ""
210
  "Si vous avez une fonctionnalité, une suggestion ou une idée que vous "
211
  "souhaitez pour cette extension, nous serons ravis d'en parler avec vous !"
212
 
213
- #: bws_functions.php:478
214
  msgid "Suggest a Feature"
215
  msgstr "Proposer une fonctionnalité"
216
 
217
- #: bws_functions.php:494 class-bws-settings.php:538 class-bws-settings.php:541
218
- #: class-bws-settings.php:593 class-bws-settings.php:596
219
  msgid "Notice"
220
  msgstr "Avertissement"
221
 
222
- #: bws_functions.php:494
223
  msgid "The plugin's settings have been changed."
224
  msgstr "Les paramètres de l'extension ont été modifiés."
225
 
226
- #: bws_functions.php:495 class-bws-settings.php:183 class-bws-settings.php:203
227
- #: deprecated.php:640
228
  msgid "Save Changes"
229
  msgstr "Enregistrer les modifications"
230
 
231
- #: bws_functions.php:509
232
  msgid ""
233
  "You can always look at premium options by checking the \"Pro Options\" in "
234
  "the \"Misc\" tab."
@@ -236,77 +242,77 @@ msgstr ""
236
  "Vous pouvez toujours consulter les options premium en cliquant sur le lien "
237
  "\"Voir les fonctionnalités de la version PRO\" dans l'onglet divers."
238
 
239
- #: bws_functions.php:647
240
  msgid "Add BWS Shortcode"
241
  msgstr ""
242
 
243
- #: bws_functions.php:648
244
  msgid "Add BWS Plugins Shortcode"
245
  msgstr "Ajouter le code court de l'extension BWS"
246
 
247
- #: bws_functions.php:667
248
  msgid "Add shortcode"
249
  msgstr "Ajouter le code court"
250
 
251
- #: bws_functions.php:667
252
  msgid "Add BestWebSoft plugins' shortcodes using this button."
253
  msgstr "Ajouter le code court des extensions BestWebSoft avec ce bouton."
254
 
255
- #: bws_functions.php:723
256
  msgid "Close"
257
  msgstr "Fermer"
258
 
259
- #: bws_functions.php:815
260
  msgid "Are you sure you want to restore default settings?"
261
  msgstr "Êtes vous sûr de vouloir remettre toutes les valeurs par défaut ?"
262
 
263
- #: bws_functions.php:818
264
  msgid "Yes, restore all settings"
265
  msgstr "Oui, remettre les valeurs par défaut"
266
 
267
- #: bws_functions.php:819
268
  msgid "No, go back to the settings page"
269
  msgstr "Non, retourner à la page des paramètres"
270
 
271
- #: bws_functions.php:861
272
  msgid "Plugin"
273
  msgstr "Extension"
274
 
275
- #: bws_functions.php:870
276
  msgid "Shortcode settings"
277
  msgstr "Paramètres du code court"
278
 
279
- #: bws_functions.php:875
280
  msgid "The shortcode will be inserted"
281
  msgstr "Le code court sera inséré"
282
 
283
- #: bws_functions.php:916
284
  msgid "FAQ"
285
  msgstr "FAQ"
286
 
287
- #: bws_functions.php:922
288
  msgid "For more information:"
289
  msgstr "Pour plus d'informations&nbsp;:"
290
 
291
- #: bws_functions.php:923
292
  msgid "Documentation"
293
  msgstr "Documentation"
294
 
295
- #: bws_functions.php:924
296
  msgid "Video Instructions"
297
  msgstr "Vidéo explicative"
298
 
299
- #: bws_functions.php:925
300
  msgid "Submit a Request"
301
  msgstr "Soumettre une requête"
302
 
303
- #: bws_menu.php:101 class-bws-settings.php:790 deprecated.php:322
304
  msgid "Wrong license key"
305
  msgstr "Clé de licence incorrecte"
306
 
307
- #: bws_menu.php:122 class-bws-settings.php:816 class-bws-settings.php:883
308
- #: class-bws-settings.php:919 deprecated.php:133 deprecated.php:199
309
- #: deprecated.php:352
310
  msgid ""
311
  "Something went wrong. Please try again later. If the error appears again, "
312
  "please contact us"
@@ -315,14 +321,14 @@ msgstr ""
315
  "nouveau, merci de contacter <a href=http://support.bestwebsoft."
316
  "com>BestWebSoft</a>. Nous sommes désolés pour le désagrément."
317
 
318
- #: bws_menu.php:122 class-bws-settings.php:816 class-bws-settings.php:883
319
- #: class-bws-settings.php:919 deprecated.php:133 deprecated.php:199
320
- #: deprecated.php:352
321
  msgid "We are sorry for inconvenience."
322
  msgstr "Nous sommes désolés pour le désagrément."
323
 
324
- #: bws_menu.php:128 class-bws-settings.php:822 class-bws-settings.php:925
325
- #: deprecated.php:139 deprecated.php:358
326
  msgid "Wrong license key."
327
  msgstr "Clé de licence incorrecte."
328
 
@@ -338,13 +344,13 @@ msgstr ""
338
  msgid "Log in"
339
  msgstr "Connexion"
340
 
341
- #: bws_menu.php:132 bws_menu.php:334 deprecated.php:261
342
  msgid "Unfortunately, you have exceeded the number of available tries per day."
343
  msgstr ""
344
  "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
345
  "télécharger l'extension manuellement."
346
 
347
- #: bws_menu.php:134 class-bws-settings.php:931 deprecated.php:364
348
  #, php-format
349
  msgid ""
350
  "Unfortunately, Your license has expired. To continue getting top-priority "
@@ -354,7 +360,7 @@ msgstr ""
354
  "rapide et des mises à jour de l'extension vous devez la renouveler dans "
355
  "votre %s"
356
 
357
- #: bws_menu.php:136 class-bws-settings.php:933 deprecated.php:366
358
  msgid ""
359
  "Unfortunately, the Pro licence was already installed to this domain. The Pro "
360
  "Trial license can be installed only once."
@@ -362,20 +368,19 @@ msgstr ""
362
  "Une licence a déjà été installée sur ce domaine. La licence d'évaluation ne "
363
  "peut-être installée qu'une seule fois."
364
 
365
- #: bws_menu.php:142 class-bws-settings.php:837 deprecated.php:153
366
  msgid "The license key is valid."
367
  msgstr "La clé de licence est valide."
368
 
369
- #: bws_menu.php:144 class-bws-settings.php:840 deprecated.php:156
370
  msgid "Your license will expire on"
371
  msgstr "Votre licence se termine le "
372
 
373
  #: bws_menu.php:146
374
- msgid "Congratulations! Pro Membership license is activated successfully."
375
  msgstr ""
376
- "Félicitations! La version PRO de cette extension a été activée avec succès."
377
 
378
- #: bws_menu.php:153 class-bws-settings.php:1005 deprecated.php:435
379
  msgid ""
380
  "Something went wrong. Try again later or upload the plugin manually. We are "
381
  "sorry for inconvenience."
@@ -529,67 +534,68 @@ msgstr "Extensions inactives"
529
  msgid "Please enter a valid email address."
530
  msgstr "Merci de saisir une adresse e-mail valide."
531
 
532
- #: bws_menu.php:264
533
- msgid "Email with system info is sent to"
534
- msgstr "Le courriel avec les informations système est envoyé à"
 
535
 
536
- #: bws_menu.php:268
537
  msgid "Thank you for contacting us."
538
  msgstr "Merci de nous avoir contacté."
539
 
540
- #: bws_menu.php:291
541
  msgid "Sorry, email message could not be delivered."
542
  msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
543
 
544
- #: bws_menu.php:307 bws_menu.php:311 bws_menu.php:360 deprecated.php:91
545
  msgid "Plugins"
546
  msgstr "Extensions"
547
 
548
- #: bws_menu.php:308 bws_menu.php:312 bws_menu.php:611 deprecated.php:92
549
  msgid "Themes"
550
  msgstr "Thèmes"
551
 
552
- #: bws_menu.php:309 bws_menu.php:313 bws_menu.php:641
553
  msgid "System status"
554
  msgstr "Etat du système"
555
 
556
- #: bws_menu.php:317
557
  msgid "Support"
558
  msgstr "Support"
559
 
560
- #: bws_menu.php:318
561
  msgid "Manage purchased licenses & subscriptions"
562
  msgstr "Gérer les licences et les adhésions"
563
 
564
- #: bws_menu.php:326
565
  #, php-format
566
  msgid "Get Access to %s+ Premium Plugins"
567
  msgstr "Accéder à plus de %s extension premiums"
568
 
569
- #: bws_menu.php:328
570
  msgid "Subscribe to Pro Membership"
571
  msgstr "Souscrire une adhésion PRO"
572
 
573
- #: bws_menu.php:336 bws_menu.php:347 class-bws-settings.php:758
574
  #: deprecated.php:227
575
  msgid "Check license key"
576
  msgstr "Vérifier la clé de licence"
577
 
578
- #: bws_menu.php:339
579
  msgid "Enter your license key"
580
  msgstr "Merci de saisir votre clé de licence"
581
 
582
- #: bws_menu.php:345 bws_menu.php:563 bws_menu.php:572
583
- #: class-bws-settings.php:737 deprecated.php:259 deprecated.php:267
584
- #: deprecated.php:629 deprecated.php:700 deprecated.php:709
585
  msgid "Activate"
586
  msgstr "Activé"
587
 
588
- #: bws_menu.php:361
589
  msgid "Upload Plugin"
590
  msgstr "Charger l'extension"
591
 
592
- #: bws_menu.php:365
593
  #, php-format
594
  msgid ""
595
  "The plugin generated %d characters of <strong>unexpected output</strong> "
@@ -602,7 +608,7 @@ msgstr ""
602
  "sent&#8221;, des problèmes avec les flux de syndication ou autres, essayez "
603
  "de désactiver l'extension ou supprimer l'extension."
604
 
605
- #: bws_menu.php:367
606
  msgid ""
607
  "Plugin could not be activated because it triggered a <strong>fatal error</"
608
  "strong>."
@@ -610,42 +616,40 @@ msgstr ""
610
  "L'extension ne peut pas être activée car une <strong>erreur fatale</strong> "
611
  "a été détectée."
612
 
613
- #: bws_menu.php:370
614
  msgid "Plugin <strong>activated</strong>."
615
  msgstr "Extension <strong>activée</strong>."
616
 
617
- #: bws_menu.php:377
618
  msgid "Installing Plugin"
619
  msgstr "Extensions installées"
620
 
621
- #: bws_menu.php:383
622
  msgid "Downloading install package from"
623
  msgstr "Télécharger le paquet d'installation depuis"
624
 
625
- #: bws_menu.php:400 bws_menu.php:431 bws_menu.php:442
626
- #: class-bws-settings.php:957 class-bws-settings.php:979
627
- #: class-bws-settings.php:1001 deprecated.php:387 deprecated.php:409
628
- #: deprecated.php:431
629
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
630
  msgstr ""
631
  "Erreur de téléchargement de l'archive ZIP. Merci de télécharger l'extension "
632
  "manuellement."
633
 
634
- #: bws_menu.php:408
635
  msgid "Unpacking the package"
636
  msgstr "Décompresser le paquet"
637
 
638
- #: bws_menu.php:413 bws_menu.php:421
639
  msgid "Installing the plugin"
640
  msgstr "Installer l'extension"
641
 
642
- #: bws_menu.php:417 class-bws-settings.php:969 deprecated.php:399
643
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
644
  msgstr ""
645
  "Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension "
646
  "manuellement."
647
 
648
- #: bws_menu.php:424 class-bws-settings.php:975 deprecated.php:405
649
  msgid ""
650
  "Your server does not support either ZipArchive or Phar. Please, upload the "
651
  "plugin manually"
@@ -653,96 +657,96 @@ msgstr ""
653
  "Votre serveur n'a pas le support du format des archives ZIP ou Phar. Merci "
654
  "de télécharger l'extension manuellement."
655
 
656
- #: bws_menu.php:427
657
  #, php-format
658
  msgid "The plugin %s is successfully installed."
659
  msgstr "L'extension %s a été installée avec succès."
660
 
661
- #: bws_menu.php:434 class-bws-settings.php:982 deprecated.php:412
662
  msgid "UploadDir is not writable. Please, upload the plugin manually"
663
  msgstr ""
664
  "Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension "
665
  "manuellement."
666
 
667
- #: bws_menu.php:439
668
  msgid "Activate Plugin"
669
  msgstr "Activer l'extension"
670
 
671
- #: bws_menu.php:439 bws_menu.php:445
672
  msgid "Return to BestWebSoft Panel"
673
  msgstr "Retourner à l'administration BestWebSoft"
674
 
675
- #: bws_menu.php:449 bws_menu.php:464 bws_menu.php:593
676
  msgid "All"
677
  msgstr "Tous"
678
 
679
- #: bws_menu.php:450 bws_menu.php:630
680
  msgid "Installed"
681
  msgstr "Installé"
682
 
683
- #: bws_menu.php:451
684
  msgid "Not Installed"
685
  msgstr "Non installé"
686
 
687
- #: bws_menu.php:457
688
  msgid "Filter results"
689
  msgstr "Filtrer les résultats"
690
 
691
- #: bws_menu.php:460 bws_menu.php:589
692
  msgid "Category"
693
  msgstr "Catégorie"
694
 
695
- #: bws_menu.php:524
696
  msgid "Not installed"
697
  msgstr "Non installé"
698
 
699
- #: bws_menu.php:528
700
  msgid "Renew to get updates"
701
  msgstr "Se réabonner pour avoir les mises à jour"
702
 
703
- #: bws_menu.php:531
704
  #, php-format
705
  msgid "Update to v %s"
706
  msgstr "Mettre à jour avec la version %s"
707
 
708
- #: bws_menu.php:543 bws_menu.php:566 bws_menu.php:575
709
  msgid "Install Now"
710
  msgstr "Installer maintenant"
711
 
712
- #: bws_menu.php:549 class-bws-settings.php:157 class-bws-settings.php:1065
713
  msgid "Upgrade to Pro"
714
  msgstr "Passer à la version PRO"
715
 
716
- #: bws_menu.php:563 bws_menu.php:572
717
  msgid "Activate this plugin"
718
  msgstr "Activer cette extension"
719
 
720
- #: bws_menu.php:575
721
  msgid "Install this plugin"
722
  msgstr "Installer cette extension"
723
 
724
- #: bws_menu.php:584
725
  msgid "Nothing found. Try another criteria."
726
  msgstr "Pas de réponse. essayer d'autres critères."
727
 
728
- #: bws_menu.php:621
729
  #, php-format
730
  msgid "By %s"
731
  msgstr "Par %s"
732
 
733
- #: bws_menu.php:628
734
  msgid "Already Installed"
735
  msgstr "Déjà installé"
736
 
737
- #: bws_menu.php:638
738
- msgid "Browse Free WordPress Themes"
739
- msgstr "Parcourir les thèmes gratuits pour WordPress"
740
 
741
- #: bws_menu.php:647
742
  msgid "Send to support"
743
  msgstr "Envoyé au support"
744
 
745
- #: bws_menu.php:654
746
  msgid "Send to custom email &#187;"
747
  msgstr "Envoyer un e-mail spécifique &#187;"
748
 
@@ -796,17 +800,17 @@ msgstr "Les paramètres de l'extension ont été remis aux valeurs d'origine."
796
  msgid "Custom Code"
797
  msgstr "Code personnalisé"
798
 
799
- #: class-bws-settings.php:427 deprecated.php:497
800
  msgid "You do not have sufficient permissions to edit plugins for this site."
801
  msgstr ""
802
  "Vous n'avez pas assez de droits pour modifier l'extension pour ce site."
803
 
804
- #: class-bws-settings.php:432 deprecated.php:618
805
  msgid "These styles will be added to the header on all pages of your site."
806
  msgstr ""
807
  "Ces styles seront ajoutés aux entêtes sur tous les pages de votre site."
808
 
809
- #: class-bws-settings.php:435 deprecated.php:620
810
  #, php-format
811
  msgid ""
812
  "This PHP code will be hooked to the %s action and will be printed on front "
@@ -819,7 +823,7 @@ msgstr ""
819
  msgid "These code will be added to the header on all pages of your site."
820
  msgstr "Ce code sera ajouté aux entêtes sur tous les pages de votre site."
821
 
822
- #: class-bws-settings.php:446 deprecated.php:644
823
  #, php-format
824
  msgid ""
825
  "You need to make this files writable before you can save your changes. See "
@@ -828,7 +832,7 @@ msgstr ""
828
  "Vous devez rendre ce fichier modifiable avant de pouvoir enregistrer vos "
829
  "modifications. Regarder %s du Codex %s pour plus d'informations."
830
 
831
- #: class-bws-settings.php:456 deprecated.php:626
832
  msgid "Browsing"
833
  msgstr "Parcourir"
834
 
@@ -837,16 +841,16 @@ msgstr "Parcourir"
837
  msgid "Activate custom %s code."
838
  msgstr "Activer le code personnalisé %s."
839
 
840
- #: class-bws-settings.php:469 deprecated.php:633
841
  #, php-format
842
  msgid "Learn more about %s"
843
  msgstr "En savoir plus sur %s"
844
 
845
- #: class-bws-settings.php:529
846
  msgid "Miscellaneous Settings"
847
  msgstr "Paramètres divers"
848
 
849
- #: class-bws-settings.php:538 class-bws-settings.php:593
850
  #, php-format
851
  msgid ""
852
  "It is prohibited to change %s settings on this site in the %s network "
@@ -855,7 +859,7 @@ msgstr ""
855
  "Il est interdit de changer le paramètre %s sur ce site dans les paramètres "
856
  "%s du réseau."
857
 
858
- #: class-bws-settings.php:541 class-bws-settings.php:596
859
  #, php-format
860
  msgid ""
861
  "It is prohibited to view %s settings on this site in the %s network settings."
@@ -863,69 +867,69 @@ msgstr ""
863
  "Il est interdit de voir le paramètre %s sur ce site dans les paramètres %s "
864
  "du réseau."
865
 
866
- #: class-bws-settings.php:550
867
  msgid "Pro Options"
868
  msgstr "Options Pro"
869
 
870
- #: class-bws-settings.php:554
871
  msgid "Enable to display plugin Pro options."
872
  msgstr "Activer pour voir les options PRO de l'extension."
873
 
874
- #: class-bws-settings.php:560
875
  msgid "Track Usage"
876
  msgstr "Suivi de l'utilisation"
877
 
878
- #: class-bws-settings.php:564
879
  msgid ""
880
  "Enable to allow tracking plugin usage anonymously in order to make it better."
881
  msgstr ""
882
  "Activer pour autoriser le suivi de l'utilisation de l'extension de manière "
883
  "anonyme afin de le rendre meilleur."
884
 
885
- #: class-bws-settings.php:569
886
  msgid "Default Settings"
887
  msgstr "Réglages par défauts"
888
 
889
- #: class-bws-settings.php:571
890
  msgid "Restore Settings"
891
  msgstr "Remettre les paramètres"
892
 
893
- #: class-bws-settings.php:572
894
  msgid "This will restore plugin settings to defaults."
895
  msgstr "Remettre les valeurs par défaut des paramètres de l'extension."
896
 
897
- #: class-bws-settings.php:584
898
  msgid "Import / Export"
899
  msgstr "Importer / Exporter"
900
 
901
- #: class-bws-settings.php:700 class-bws-settings.php:733
902
- #: class-bws-settings.php:755
903
  msgid "License Key"
904
  msgstr "Clé de licence"
905
 
906
- #: class-bws-settings.php:723
907
  msgid "Congratulations! Pro license is activated successfully."
908
  msgstr ""
909
  "Félicitations! La version PRO de cette extension a été activée avec succès."
910
 
911
- #: class-bws-settings.php:724
912
  #, php-format
913
  msgid "You will be automatically redirected to the %s in %s seconds."
914
  msgstr ""
915
 
916
- #: class-bws-settings.php:724
917
  msgid "Settings page"
918
  msgstr "Page des paramètres"
919
 
920
- #: class-bws-settings.php:739
921
  #, php-format
922
  msgid "Enter your license key to activate %s and get premium plugin features."
923
  msgstr ""
924
  "Saisir votre clé de licence pour activer %s et obtenir les fonctionnalités "
925
  "premium."
926
 
927
- #: class-bws-settings.php:742 class-bws-settings.php:929 deprecated.php:362
928
- #: deprecated.php:703
929
  msgid ""
930
  "Unfortunately, you have exceeded the number of available tries per day. "
931
  "Please, upload the plugin manually."
@@ -933,12 +937,12 @@ msgstr ""
933
  "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
934
  "télécharger l'extension manuellement."
935
 
936
- #: class-bws-settings.php:745 deprecated.php:694
937
  #, php-format
938
  msgid "Start Your Free %s-Day Trial Now"
939
  msgstr "Débuter votre licence d'évaluation gratuite de %s jours"
940
 
941
- #: class-bws-settings.php:760
942
  msgid ""
943
  "If necessary, you can check if the license key is correct or reenter it in "
944
  "the field below."
@@ -946,15 +950,15 @@ msgstr ""
946
  "Si nécessaire vous pouvez vérifier que la clé de licence est correcte ou la "
947
  "saisir de nouveau dans le champ ci-dessous."
948
 
949
- #: class-bws-settings.php:765
950
  msgid "Manage License Settings"
951
  msgstr "Gérer les paramètres de licence"
952
 
953
- #: class-bws-settings.php:767
954
  msgid "Login to Client Area"
955
  msgstr "Se connecter à l'espace client"
956
 
957
- #: class-bws-settings.php:769
958
  msgid ""
959
  "Manage active licenses, download BWS products, and view your payment history "
960
  "using BestWebSoft Client Area."
@@ -962,12 +966,12 @@ msgstr ""
962
  "Gérer les licences actives, télécharger les produits BWS, et voir "
963
  "l'historique de vos règlements dans l'interface client de BestWebSoft."
964
 
965
- #: class-bws-settings.php:824 class-bws-settings.php:927 deprecated.php:141
966
- #: deprecated.php:360
967
  msgid "This license key is bound to another site."
968
  msgstr "La clé de licence correspond à un autre site."
969
 
970
- #: class-bws-settings.php:826 deprecated.php:143
971
  msgid ""
972
  "This license key is valid, but Your license has expired. If you want to "
973
  "update our plugin in future, you should extend the license."
@@ -976,13 +980,13 @@ msgstr ""
976
  "continuer à disposer du support rapide et des mises à jour de l'extension "
977
  "vous devez la renouveller."
978
 
979
- #: class-bws-settings.php:828 deprecated.php:145
980
  msgid "Unfortunately, you have exceeded the number of available tries."
981
  msgstr ""
982
  "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
983
  "télécharger l'extension manuellement."
984
 
985
- #: class-bws-settings.php:830 deprecated.php:147
986
  msgid ""
987
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
988
  "The Pro Trial license can be installed only once."
@@ -990,11 +994,11 @@ msgstr ""
990
  "Une licence a déjà été installée sur ce domaine. La licence d'évaluation ne "
991
  "peut-être installée qu'une seule fois."
992
 
993
- #: class-bws-settings.php:835 deprecated.php:151
994
  msgid "The Pro Trial license key is valid."
995
  msgstr "La clé de licence d'évaluation est valide."
996
 
997
- #: class-bws-settings.php:843 deprecated.php:159 deprecated.php:246
998
  #, php-format
999
  msgid ""
1000
  "In order to continue using the plugin it is necessary to buy a %s license."
@@ -1002,119 +1006,145 @@ msgstr ""
1002
  "Afin de pouvoir continuer à utiliser cette extension il est nécessaire "
1003
  "d'acheter une licence %s."
1004
 
1005
- #: class-bws-settings.php:1040 deprecated.php:463
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1006
  msgid "Please, enter Your license key"
1007
  msgstr "Merci de saisir votre clé de licence"
1008
 
1009
- #: class-bws-settings.php:1052
1010
  msgid "Need Help?"
1011
  msgstr "Besoin d'aide ?"
1012
 
1013
- #: class-bws-settings.php:1054
1014
  msgid "Read the Instruction"
1015
  msgstr "Lire les instructions"
1016
 
1017
- #: class-bws-settings.php:1058
1018
  msgid "Watch the Video"
1019
  msgstr "Regarder la vidéo"
1020
 
1021
- #: class-bws-settings.php:1069
1022
  msgid "Start Your Free Trial"
1023
  msgstr "Débuter votre licence d'évaluation gratuite"
1024
 
1025
- #: deactivation-form.php:26
1026
  msgid "Need help? We are ready to answer your questions."
1027
  msgstr ""
1028
 
1029
- #: deactivation-form.php:26
1030
  msgid "Contact Support"
1031
  msgstr ""
1032
 
1033
- #: deactivation-form.php:31
1034
  msgid "The plugin is not working"
1035
  msgstr ""
1036
 
1037
- #: deactivation-form.php:33
1038
  msgid "Kindly share what didn't work so we can fix it in future updates..."
1039
  msgstr ""
1040
 
1041
- #: deactivation-form.php:37
1042
  msgid "The plugin didn't work as expected"
1043
  msgstr ""
1044
 
1045
- #: deactivation-form.php:39
1046
  msgid "What did you expect?"
1047
  msgstr ""
1048
 
1049
- #: deactivation-form.php:43
1050
  msgid "The plugin suddenly stopped working"
1051
  msgstr ""
1052
 
1053
- #: deactivation-form.php:50
1054
  msgid "The plugin broke my site"
1055
  msgstr ""
1056
 
1057
- #: deactivation-form.php:57
1058
  msgid "I couldn't understand how to get it work"
1059
  msgstr ""
1060
 
1061
- #: deactivation-form.php:64
1062
  msgid "I found a better plugin"
1063
  msgstr ""
1064
 
1065
- #: deactivation-form.php:66
1066
  msgid "What's the plugin name?"
1067
  msgstr ""
1068
 
1069
- #: deactivation-form.php:70
1070
  msgid "The plugin is great, but I need specific feature that you don't support"
1071
  msgstr ""
1072
 
1073
- #: deactivation-form.php:72
1074
  msgid "What feature?"
1075
  msgstr ""
1076
 
1077
- #: deactivation-form.php:76
1078
  msgid "I no longer need the plugin"
1079
  msgstr ""
1080
 
1081
- #: deactivation-form.php:82
1082
  msgid "It's a temporary deactivation, I'm just debugging an issue"
1083
  msgstr ""
1084
 
1085
- #: deactivation-form.php:88
1086
  msgid "Other"
1087
  msgstr "Autre"
1088
 
1089
- #: deactivation-form.php:122
1090
  msgid "Quick Feedback"
1091
  msgstr ""
1092
 
1093
- #: deactivation-form.php:123
1094
  msgid "If you have a moment, please let us know why you are deactivating"
1095
  msgstr ""
1096
 
1097
- #: deactivation-form.php:128
1098
- msgid "Anonymous feedback"
1099
  msgstr ""
1100
 
1101
- #: deactivation-form.php:130
1102
  msgid "Cancel"
1103
  msgstr ""
1104
 
1105
- #: deactivation-form.php:230
1106
  msgid "Processing"
1107
  msgstr ""
1108
 
1109
- #: deactivation-form.php:259
1110
  msgid "Submit & Deactivate"
1111
  msgstr ""
1112
 
1113
- #: deactivation-form.php:276
1114
  msgid "Please tell us the reason so we can improve it."
1115
  msgstr ""
1116
 
1117
- #: deactivation-form.php:344
1118
  msgid "Deactivate"
1119
  msgstr ""
1120
 
@@ -1145,70 +1175,70 @@ msgstr ""
1145
  "l'achat de l'extension). Si nécessaire, utilisez la fonction de demande de "
1146
  "mot de passe perdu."
1147
 
1148
- #: deprecated.php:247
1149
  msgid "After that, you can activate it by entering your license key."
1150
  msgstr ""
1151
  " Après vous pouvez activer cette extension en donnant votre clé de licence."
1152
 
1153
- #: deprecated.php:249 deprecated.php:688
1154
  msgid "License key can be found in the"
1155
  msgstr "La clé de licence peut être trouvée dans "
1156
 
1157
- #: deprecated.php:251 deprecated.php:690
1158
  msgid "(your username is the email address specified during the purchase)."
1159
  msgstr ""
1160
  "(votre nom d'utilisateur est l'adresse e-mail que vous avez donnée lors de "
1161
  "l'achat de l'extension)."
1162
 
1163
- #: deprecated.php:278
1164
  msgid ""
1165
  "Congratulations! The Pro license of the plugin is activated successfully."
1166
  msgstr ""
1167
  "Félicitations! La version PRO de cette extension a été activée avec succès."
1168
 
1169
- #: deprecated.php:280 deprecated.php:669
1170
  msgid "Please, go to"
1171
  msgstr "Merci d’aller à"
1172
 
1173
- #: deprecated.php:280 deprecated.php:669
1174
  msgid "the setting page"
1175
  msgstr "Options supplémentaires"
1176
 
1177
- #: deprecated.php:281 deprecated.php:670
1178
  msgid "You will be redirected automatically in 5 seconds."
1179
  msgstr "Vous allez être redirigé automatiquement dans 5 secondes"
1180
 
1181
- #: deprecated.php:315
1182
  msgid "Check premium options on the plugin settings page!"
1183
  msgstr ""
1184
  "Vérifier les options premium sur la page des paramètres de l'extension!"
1185
 
1186
- #: deprecated.php:478
1187
  msgid "Restore all plugin settings to defaults"
1188
  msgstr "Remettre les valeurs par défaut des paramètres de l'extension"
1189
 
1190
- #: deprecated.php:480
1191
  msgid "Restore settings"
1192
  msgstr "Remettre les paramètres"
1193
 
1194
- #: deprecated.php:548 deprecated.php:575
1195
  #, php-format
1196
  msgid "File %s edited successfully."
1197
  msgstr "Le fichier %s a été modifié avec succès."
1198
 
1199
- #: deprecated.php:550 deprecated.php:577
1200
  msgid "Not enough permissions to create or update the file"
1201
  msgstr "Pas assez de droits pour créer ou modifier le fichier"
1202
 
1203
- #: deprecated.php:580
1204
  msgid "Not enough permissions to create the file"
1205
  msgstr "Pas assez de droits pour créer le fichier"
1206
 
1207
- #: deprecated.php:624
1208
  msgid "Editing"
1209
  msgstr "Modifier"
1210
 
1211
- #: deprecated.php:667
1212
  msgid ""
1213
  "Congratulations! Pro version of the plugin is installed and activated "
1214
  "successfully."
@@ -1216,15 +1246,15 @@ msgstr ""
1216
  "Félicitations! La version PRO de cette extension a été téléchargée et "
1217
  "activée avec succès."
1218
 
1219
- #: deprecated.php:677
1220
  msgid "Show Pro features"
1221
  msgstr "Voir les fonctionnalités de la version PRO"
1222
 
1223
- #: deprecated.php:684
1224
  msgid "Enter your license key to install and activate"
1225
  msgstr "Saisir votre clé de licence pour installer et activer"
1226
 
1227
- #: deprecated.php:686
1228
  msgid "version of the plugin."
1229
  msgstr "version de l'extension."
1230
 
@@ -1264,280 +1294,290 @@ msgstr ""
1264
  msgid "SMM"
1265
  msgstr ""
1266
 
1267
- #: product_list.php:23
1268
- msgid ""
1269
- "Protect WordPress website forms from spam entries by means of math logic."
1270
  msgstr ""
1271
 
1272
- #: product_list.php:35
1273
  msgid "Create your personal car rental/booking and reservation website."
1274
  msgstr ""
1275
 
1276
- #: product_list.php:45
1277
  msgid ""
1278
  "Allow customers to reach you using secure contact form plugin any website "
1279
  "must have."
1280
  msgstr ""
1281
 
1282
- #: product_list.php:55
1283
  msgid "Add unlimited number of contact forms to WordPress website."
1284
  msgstr ""
1285
 
1286
- #: product_list.php:65
1287
  msgid "Save and manage Contact Form messages. Never lose important data."
1288
  msgstr ""
1289
 
1290
- #: product_list.php:75
1291
  msgid "Add unlimited custom pages to WordPress admin dashboard."
1292
  msgstr ""
1293
 
1294
- #: product_list.php:82
1295
  msgid "Add custom fields to WordPress website search results."
1296
  msgstr ""
1297
 
1298
- #: product_list.php:89
1299
  msgid ""
1300
  "Add custom post types and taxonomies to WordPress website search results."
1301
  msgstr ""
1302
 
1303
- #: product_list.php:99
1304
  msgid "Add PayPal and 2CO donate buttons to receive charity payments."
1305
  msgstr ""
1306
 
1307
- #: product_list.php:106
1308
  msgid ""
1309
  "Get latest error log messages to diagnose website problems. Define and fix "
1310
  "issues faster."
1311
  msgstr ""
1312
 
1313
- #: product_list.php:113
1314
  msgid ""
1315
  "Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
1316
  "widgets."
1317
  msgstr ""
1318
 
1319
- #: product_list.php:123
1320
  msgid ""
1321
  "Add beautiful galleries, albums & images to your WordPress website in a few "
1322
  "clicks."
1323
  msgstr ""
1324
 
1325
- #: product_list.php:133
1326
  msgid ""
1327
  "Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
1328
  "posts, pages and widgets."
1329
  msgstr ""
1330
 
1331
- #: product_list.php:143
1332
  msgid ""
1333
  "Stronger security solution which protects your WordPress website from hacks "
1334
  "and unauthorized login attempts."
1335
  msgstr ""
1336
 
1337
- #: product_list.php:153
1338
  msgid ""
1339
  "Add Adsense ads to WordPress website pages, posts, custom posts, search "
1340
  "results, categories, tags, and widgets."
1341
  msgstr ""
1342
 
1343
- #: product_list.php:163
1344
  msgid "Add Google Analytics code to WordPress website and track basic stats."
1345
  msgstr ""
1346
 
1347
- #: product_list.php:173
1348
  msgid ""
1349
  "Protect WordPress website forms from spam entries with Google Captcha "
1350
  "(reCaptcha)."
1351
  msgstr ""
1352
 
1353
- #: product_list.php:183
1354
  msgid "Add customized Google maps to WordPress posts, pages and widgets."
1355
  msgstr ""
1356
 
1357
- #: product_list.php:193
1358
  msgid ""
1359
  "Generate and add XML sitemap to WordPress website. Help search engines index "
1360
  "your blog."
1361
  msgstr ""
1362
 
1363
- #: product_list.php:203
1364
  msgid ""
1365
  "Replace external WordPress website links with Google shortlinks and track "
1366
  "click stats."
1367
  msgstr ""
1368
 
1369
- #: product_list.php:210
1370
  msgid ""
1371
  "Protect WordPress website – allow and deny access for certain IP addresses, "
1372
  "hostnames, etc."
1373
  msgstr ""
1374
 
1375
- #: product_list.php:220
1376
  msgid ""
1377
  "Create your personal job board and listing WordPress website. Search jobs, "
1378
  "submit CV/resumes, choose candidates."
1379
  msgstr ""
1380
 
1381
- #: product_list.php:227
1382
  msgid ""
1383
  "Protect WordPress website against brute force attacks. Limit rate of login "
1384
  "attempts."
1385
  msgstr ""
1386
 
1387
- #: product_list.php:237
1388
  msgid ""
1389
  "Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
1390
  "5 plugins included – profile, insider, etc."
1391
  msgstr ""
1392
 
1393
- #: product_list.php:247
1394
  msgid ""
1395
  "Translate WordPress website content to other languages manually. Create "
1396
  "multilingual pages, posts, widgets, menus, etc."
1397
  msgstr ""
1398
 
1399
- #: product_list.php:257
1400
  msgid ""
1401
  "Add customizable pagination to WordPress website. Split long content to "
1402
  "multiple pages for better navigation."
1403
  msgstr ""
1404
 
1405
- #: product_list.php:267
1406
  msgid ""
1407
  "Generate PDF files and print WordPress posts/pages. Customize document "
1408
  "header/footer styles and appearance."
1409
  msgstr ""
1410
 
1411
- #: product_list.php:277
1412
  msgid ""
1413
  "Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
1414
  "Profile) to WordPress posts, pages and widgets."
1415
  msgstr ""
1416
 
1417
- #: product_list.php:287
1418
  msgid ""
1419
  "Create your personal portfolio WordPress website. Manage and showcase past "
1420
  "projects to get more clients."
1421
  msgstr ""
1422
 
1423
- #: product_list.php:297
1424
  msgid "Export WordPress posts to CSV file format easily. Configure data order."
1425
  msgstr ""
1426
 
1427
- #: product_list.php:304
1428
  msgid ""
1429
  "Add extra fields to default WordPress user profile. The easiest way to "
1430
  "create and manage additional custom values."
1431
  msgstr ""
1432
 
1433
- #: product_list.php:311
1434
  msgid ""
1435
  "Add and display HTML advertisement banner on WordPress website. Customize "
1436
  "bar styles and appearance."
1437
  msgstr ""
1438
 
1439
- #: product_list.php:321
1440
  msgid ""
1441
  "Add customizable quotes and tips blocks to WordPress posts, pages and "
1442
  "widgets."
1443
  msgstr ""
1444
 
1445
- #: product_list.php:328
1446
  msgid ""
1447
  "Add rating plugin to your WordPress website to receive feedback from your "
1448
  "customers."
1449
  msgstr ""
1450
 
1451
- #: product_list.php:335
1452
  msgid ""
1453
  "Create your personal real estate WordPress website. Sell, rent and buy "
1454
  "properties. Add, search and browse listings easily."
1455
  msgstr ""
1456
 
1457
- #: product_list.php:345
1458
  msgid ""
1459
  "Add related, featured, latest, and popular posts to your WordPress website. "
1460
  "Connect your blog readers with a relevant content."
1461
  msgstr ""
1462
 
1463
- #: product_list.php:352
1464
  msgid ""
1465
  "Send bulk email messages to WordPress users. Custom templates, advanced "
1466
  "settings and detailed reports."
1467
  msgstr ""
1468
 
1469
- #: product_list.php:362
1470
  msgid ""
1471
  "The best responsive slider plugin for your WordPress website. Create "
1472
  "beautifully animated slides just in a few clicks."
1473
  msgstr ""
1474
 
1475
- #: product_list.php:369
1476
  msgid ""
1477
  "Configure SMTP server to receive email messages from WordPress to Gmail, "
1478
  "Yahoo, Hotmail and other services."
1479
  msgstr ""
1480
 
1481
- #: product_list.php:376
1482
  msgid ""
1483
  "Add social media buttons and widgets to WordPress posts, pages and widgets. "
1484
  "FB, Twitter, G+1, Pinterest, LinkedIn."
1485
  msgstr ""
1486
 
1487
- #: product_list.php:386
1488
  msgid ""
1489
  "Add social media login, registration, and commenting to your WordPress "
1490
  "website."
1491
  msgstr ""
1492
 
1493
- #: product_list.php:393
1494
  msgid ""
1495
  "Add email newsletter sign up form to WordPress posts, pages and widgets. "
1496
  "Collect data and subscribe your users."
1497
  msgstr ""
1498
 
1499
- #: product_list.php:403
1500
  msgid ""
1501
  "Add testimonials and feedbacks from your customers to WordPress website "
1502
  "posts, pages, and widgets."
1503
  msgstr ""
1504
 
1505
- #: product_list.php:410
1506
  msgid ""
1507
  "Best timesheet plugin for WordPress. Track employee time, streamline "
1508
  "attendance and generate reports."
1509
  msgstr ""
1510
 
1511
- #: product_list.php:420
1512
  msgid ""
1513
  "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
1514
  "and pages."
1515
  msgstr ""
1516
 
1517
- #: product_list.php:430
1518
  msgid ""
1519
  "Automatically check and update WordPress website core with all installed "
1520
  "plugins and themes to the latest versions."
1521
  msgstr ""
1522
 
1523
- #: product_list.php:440
1524
  msgid ""
1525
  "Powerful user role management plugin for WordPress website. Create, edit, "
1526
  "copy, and delete user roles."
1527
  msgstr ""
1528
 
1529
- #: product_list.php:450
1530
  msgid ""
1531
  "Display live count of online visitors who are currently browsing your "
1532
  "WordPress website."
1533
  msgstr ""
1534
 
1535
- #: product_list.php:460
1536
  msgid ""
1537
  "Backup and export Zendesk Help Center content automatically to your "
1538
  "WordPress website database."
1539
  msgstr ""
1540
 
 
 
 
 
 
 
 
 
 
 
 
1541
  #~ msgid ""
1542
  #~ "You can use one license of the Pro plugin for one domain only. Please "
1543
  #~ "check and edit your license or domain if necessary using you personal "
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-09-11 16:42+0300\n"
6
+ "PO-Revision-Date: 2017-09-11 16:42+0300\n"
7
  "Last-Translator: Luc Capronnier <lcapronnier@yahoo.com>\n"
8
  "Language-Team: Luc Capronnier <lcapronnier@yahoo.com>\n"
9
  "Language: fr_FR\n"
41
  msgid "Like the plugin?"
42
  msgstr "Voter pour l'extension"
43
 
44
+ #: bws_functions.php:93
45
+ #, php-format
46
+ msgid "%s reviews"
47
+ msgstr ""
48
+
49
  #: bws_functions.php:94
50
  msgid "Rate it"
51
  msgstr "Notez là"
54
  msgid "Need help?"
55
  msgstr "Besoin d'aide ?"
56
 
57
+ #: bws_functions.php:104 bws_functions.php:917 class-bws-settings.php:1058
58
  msgid "Visit Help Center"
59
  msgstr "Visiter le site du support"
60
 
62
  msgid "Want to support the plugin?"
63
  msgstr "Voter pour l'extension"
64
 
65
+ #: bws_functions.php:108 bws_menu.php:560
66
  msgid "Donate"
67
  msgstr "Don"
68
 
78
  "otherwise the Pro plugin will be deactivated."
79
  msgstr ""
80
 
81
+ #: bws_functions.php:128 bws_functions.php:341 bws_menu.php:631
82
+ #: class-bws-settings.php:144
83
  msgid "Learn More"
84
  msgstr "En savoir plus"
85
 
99
  "Votre licence est terminée. Pour continuer à disposer du support rapide et "
100
  "des mises à jour de l'extension vous devez la renouveler."
101
 
102
+ #: bws_functions.php:147 bws_functions.php:389 deprecated.php:586
103
  msgid "Learn more"
104
  msgstr "En savoir plus"
105
 
130
  msgid "Thank you for installing %s plugin!"
131
  msgstr ""
132
 
133
+ #: bws_functions.php:210
134
  msgid "Let's get started"
135
  msgstr "Démarrer"
136
 
137
+ #: bws_functions.php:211 bws_functions.php:244 bws_menu.php:564
138
+ #: bws_menu.php:566
139
  msgid "Settings"
140
  msgstr "Réglages"
141
 
142
+ #: bws_functions.php:213 bws_menu.php:326 class-bws-settings.php:747
143
+ #: class-bws-settings.php:1060 class-bws-settings.php:1070 deprecated.php:697
144
  msgid "or"
145
  msgstr "ou"
146
 
147
+ #: bws_functions.php:214 bws_functions.php:246
148
  msgid "Add New"
149
  msgstr "Ajouter"
150
 
151
+ #: bws_functions.php:218 bws_functions.php:228 bws_functions.php:332
152
+ #: bws_functions.php:385 bws_functions.php:487
153
  msgid "Close notice"
154
  msgstr "Effacer l'avertissement"
155
 
156
+ #: bws_functions.php:233
157
  msgid "Thank you for installing plugins by BestWebSoft!"
158
  msgstr "Merci d'avoir installé des extensions de BestWebSoft!"
159
 
160
+ #: bws_functions.php:235
161
  msgid "More Details"
162
  msgstr "Plus de détails"
163
 
164
+ #: bws_functions.php:236
165
  msgid "Less Details"
166
  msgstr "Moins de détails"
167
 
168
+ #: bws_functions.php:264
169
  msgid "Deprecated function(-s) is used on the site here:"
170
  msgstr "Une ou des fonction(s) obsolètes sont utilisées sur ce site ici&nbsp;:"
171
 
172
+ #: bws_functions.php:278
173
  msgid ""
174
  "This function(-s) will be removed over time. Please update the product(-s)."
175
  msgstr ""
176
  "Ces fonctions seront supprimées rapidement. Merci de mettre à jour vos "
177
  "produits."
178
 
179
+ #: bws_functions.php:337
180
  msgid "It’s time to upgrade your"
181
  msgstr "C'est le moment de mettre à jour votre "
182
 
183
+ #: bws_functions.php:337
184
  msgid "to"
185
  msgstr "à"
186
 
187
+ #: bws_functions.php:337
188
  msgid "version!"
189
  msgstr "version"
190
 
191
+ #: bws_functions.php:338
192
  msgid "Extend standard plugin functionality with new great options."
193
  msgstr ""
194
  "Étend les fonctionnalités classiques de l'extension avec des nouvelles "
195
  "options."
196
 
197
+ #: bws_functions.php:389
198
  #, php-format
199
  msgid ""
200
  "Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
203
  "Votre clé de licence pour %s est terminée le %s et vous ne disposerez plus "
204
  "du support rapide et des mises à jour."
205
 
206
+ #: bws_functions.php:482
207
  #, php-format
208
  msgid "Thank you for choosing %s plugin!"
209
  msgstr ""
210
 
211
+ #: bws_functions.php:483
212
  msgid ""
213
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
214
  "we'd love to hear about it!"
216
  "Si vous avez une fonctionnalité, une suggestion ou une idée que vous "
217
  "souhaitez pour cette extension, nous serons ravis d'en parler avec vous !"
218
 
219
+ #: bws_functions.php:484
220
  msgid "Suggest a Feature"
221
  msgstr "Proposer une fonctionnalité"
222
 
223
+ #: bws_functions.php:500 class-bws-settings.php:540 class-bws-settings.php:543
224
+ #: class-bws-settings.php:595 class-bws-settings.php:598
225
  msgid "Notice"
226
  msgstr "Avertissement"
227
 
228
+ #: bws_functions.php:500
229
  msgid "The plugin's settings have been changed."
230
  msgstr "Les paramètres de l'extension ont été modifiés."
231
 
232
+ #: bws_functions.php:501 class-bws-settings.php:183 class-bws-settings.php:203
233
+ #: deprecated.php:642
234
  msgid "Save Changes"
235
  msgstr "Enregistrer les modifications"
236
 
237
+ #: bws_functions.php:515
238
  msgid ""
239
  "You can always look at premium options by checking the \"Pro Options\" in "
240
  "the \"Misc\" tab."
242
  "Vous pouvez toujours consulter les options premium en cliquant sur le lien "
243
  "\"Voir les fonctionnalités de la version PRO\" dans l'onglet divers."
244
 
245
+ #: bws_functions.php:653
246
  msgid "Add BWS Shortcode"
247
  msgstr ""
248
 
249
+ #: bws_functions.php:654
250
  msgid "Add BWS Plugins Shortcode"
251
  msgstr "Ajouter le code court de l'extension BWS"
252
 
253
+ #: bws_functions.php:673
254
  msgid "Add shortcode"
255
  msgstr "Ajouter le code court"
256
 
257
+ #: bws_functions.php:673
258
  msgid "Add BestWebSoft plugins' shortcodes using this button."
259
  msgstr "Ajouter le code court des extensions BestWebSoft avec ce bouton."
260
 
261
+ #: bws_functions.php:729
262
  msgid "Close"
263
  msgstr "Fermer"
264
 
265
+ #: bws_functions.php:821
266
  msgid "Are you sure you want to restore default settings?"
267
  msgstr "Êtes vous sûr de vouloir remettre toutes les valeurs par défaut ?"
268
 
269
+ #: bws_functions.php:824
270
  msgid "Yes, restore all settings"
271
  msgstr "Oui, remettre les valeurs par défaut"
272
 
273
+ #: bws_functions.php:825
274
  msgid "No, go back to the settings page"
275
  msgstr "Non, retourner à la page des paramètres"
276
 
277
+ #: bws_functions.php:867
278
  msgid "Plugin"
279
  msgstr "Extension"
280
 
281
+ #: bws_functions.php:876
282
  msgid "Shortcode settings"
283
  msgstr "Paramètres du code court"
284
 
285
+ #: bws_functions.php:881
286
  msgid "The shortcode will be inserted"
287
  msgstr "Le code court sera inséré"
288
 
289
+ #: bws_functions.php:922
290
  msgid "FAQ"
291
  msgstr "FAQ"
292
 
293
+ #: bws_functions.php:928
294
  msgid "For more information:"
295
  msgstr "Pour plus d'informations&nbsp;:"
296
 
297
+ #: bws_functions.php:929
298
  msgid "Documentation"
299
  msgstr "Documentation"
300
 
301
+ #: bws_functions.php:930
302
  msgid "Video Instructions"
303
  msgstr "Vidéo explicative"
304
 
305
+ #: bws_functions.php:931
306
  msgid "Submit a Request"
307
  msgstr "Soumettre une requête"
308
 
309
+ #: bws_menu.php:101 class-bws-settings.php:792 deprecated.php:323
310
  msgid "Wrong license key"
311
  msgstr "Clé de licence incorrecte"
312
 
313
+ #: bws_menu.php:122 class-bws-settings.php:818 class-bws-settings.php:885
314
+ #: class-bws-settings.php:921 deprecated.php:133 deprecated.php:199
315
+ #: deprecated.php:353
316
  msgid ""
317
  "Something went wrong. Please try again later. If the error appears again, "
318
  "please contact us"
321
  "nouveau, merci de contacter <a href=http://support.bestwebsoft."
322
  "com>BestWebSoft</a>. Nous sommes désolés pour le désagrément."
323
 
324
+ #: bws_menu.php:122 class-bws-settings.php:818 class-bws-settings.php:885
325
+ #: class-bws-settings.php:921 deprecated.php:133 deprecated.php:199
326
+ #: deprecated.php:353
327
  msgid "We are sorry for inconvenience."
328
  msgstr "Nous sommes désolés pour le désagrément."
329
 
330
+ #: bws_menu.php:128 class-bws-settings.php:824 class-bws-settings.php:927
331
+ #: deprecated.php:139 deprecated.php:359
332
  msgid "Wrong license key."
333
  msgstr "Clé de licence incorrecte."
334
 
344
  msgid "Log in"
345
  msgstr "Connexion"
346
 
347
+ #: bws_menu.php:132 bws_menu.php:332 deprecated.php:261
348
  msgid "Unfortunately, you have exceeded the number of available tries per day."
349
  msgstr ""
350
  "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
351
  "télécharger l'extension manuellement."
352
 
353
+ #: bws_menu.php:134 deprecated.php:365
354
  #, php-format
355
  msgid ""
356
  "Unfortunately, Your license has expired. To continue getting top-priority "
360
  "rapide et des mises à jour de l'extension vous devez la renouveler dans "
361
  "votre %s"
362
 
363
+ #: bws_menu.php:136 class-bws-settings.php:935 deprecated.php:367
364
  msgid ""
365
  "Unfortunately, the Pro licence was already installed to this domain. The Pro "
366
  "Trial license can be installed only once."
368
  "Une licence a déjà été installée sur ce domaine. La licence d'évaluation ne "
369
  "peut-être installée qu'une seule fois."
370
 
371
+ #: bws_menu.php:142 class-bws-settings.php:839 deprecated.php:153
372
  msgid "The license key is valid."
373
  msgstr "La clé de licence est valide."
374
 
375
+ #: bws_menu.php:144 class-bws-settings.php:842 deprecated.php:156
376
  msgid "Your license will expire on"
377
  msgstr "Votre licence se termine le "
378
 
379
  #: bws_menu.php:146
380
+ msgid "Congratulations! Pro Membership license is activated successfully."
381
  msgstr ""
 
382
 
383
+ #: bws_menu.php:153 class-bws-settings.php:1007 deprecated.php:436
384
  msgid ""
385
  "Something went wrong. Try again later or upload the plugin manually. We are "
386
  "sorry for inconvenience."
534
  msgid "Please enter a valid email address."
535
  msgstr "Merci de saisir une adresse e-mail valide."
536
 
537
+ #: bws_menu.php:262
538
+ #, php-format
539
+ msgid "Email with system info is sent to %s."
540
+ msgstr ""
541
 
542
+ #: bws_menu.php:266
543
  msgid "Thank you for contacting us."
544
  msgstr "Merci de nous avoir contacté."
545
 
546
+ #: bws_menu.php:289
547
  msgid "Sorry, email message could not be delivered."
548
  msgstr "Désolé, votre e-mail n'a pas pu être envoyé."
549
 
550
+ #: bws_menu.php:305 bws_menu.php:309 bws_menu.php:358 deprecated.php:91
551
  msgid "Plugins"
552
  msgstr "Extensions"
553
 
554
+ #: bws_menu.php:306 bws_menu.php:310 bws_menu.php:618 deprecated.php:92
555
  msgid "Themes"
556
  msgstr "Thèmes"
557
 
558
+ #: bws_menu.php:307 bws_menu.php:311 bws_menu.php:648
559
  msgid "System status"
560
  msgstr "Etat du système"
561
 
562
+ #: bws_menu.php:315
563
  msgid "Support"
564
  msgstr "Support"
565
 
566
+ #: bws_menu.php:316
567
  msgid "Manage purchased licenses & subscriptions"
568
  msgstr "Gérer les licences et les adhésions"
569
 
570
+ #: bws_menu.php:324
571
  #, php-format
572
  msgid "Get Access to %s+ Premium Plugins"
573
  msgstr "Accéder à plus de %s extension premiums"
574
 
575
+ #: bws_menu.php:326
576
  msgid "Subscribe to Pro Membership"
577
  msgstr "Souscrire une adhésion PRO"
578
 
579
+ #: bws_menu.php:334 bws_menu.php:345 class-bws-settings.php:760
580
  #: deprecated.php:227
581
  msgid "Check license key"
582
  msgstr "Vérifier la clé de licence"
583
 
584
+ #: bws_menu.php:337
585
  msgid "Enter your license key"
586
  msgstr "Merci de saisir votre clé de licence"
587
 
588
+ #: bws_menu.php:343 bws_menu.php:570 bws_menu.php:579
589
+ #: class-bws-settings.php:739 deprecated.php:259 deprecated.php:267
590
+ #: deprecated.php:631 deprecated.php:703 deprecated.php:712
591
  msgid "Activate"
592
  msgstr "Activé"
593
 
594
+ #: bws_menu.php:359
595
  msgid "Upload Plugin"
596
  msgstr "Charger l'extension"
597
 
598
+ #: bws_menu.php:363
599
  #, php-format
600
  msgid ""
601
  "The plugin generated %d characters of <strong>unexpected output</strong> "
608
  "sent&#8221;, des problèmes avec les flux de syndication ou autres, essayez "
609
  "de désactiver l'extension ou supprimer l'extension."
610
 
611
+ #: bws_menu.php:365
612
  msgid ""
613
  "Plugin could not be activated because it triggered a <strong>fatal error</"
614
  "strong>."
616
  "L'extension ne peut pas être activée car une <strong>erreur fatale</strong> "
617
  "a été détectée."
618
 
619
+ #: bws_menu.php:368
620
  msgid "Plugin <strong>activated</strong>."
621
  msgstr "Extension <strong>activée</strong>."
622
 
623
+ #: bws_menu.php:375
624
  msgid "Installing Plugin"
625
  msgstr "Extensions installées"
626
 
627
+ #: bws_menu.php:381
628
  msgid "Downloading install package from"
629
  msgstr "Télécharger le paquet d'installation depuis"
630
 
631
+ #: bws_menu.php:398 bws_menu.php:429 bws_menu.php:440 deprecated.php:388
632
+ #: deprecated.php:410 deprecated.php:432
 
 
633
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
634
  msgstr ""
635
  "Erreur de téléchargement de l'archive ZIP. Merci de télécharger l'extension "
636
  "manuellement."
637
 
638
+ #: bws_menu.php:406
639
  msgid "Unpacking the package"
640
  msgstr "Décompresser le paquet"
641
 
642
+ #: bws_menu.php:411 bws_menu.php:419
643
  msgid "Installing the plugin"
644
  msgstr "Installer l'extension"
645
 
646
+ #: bws_menu.php:415 deprecated.php:400
647
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
648
  msgstr ""
649
  "Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension "
650
  "manuellement."
651
 
652
+ #: bws_menu.php:422 deprecated.php:406
653
  msgid ""
654
  "Your server does not support either ZipArchive or Phar. Please, upload the "
655
  "plugin manually"
657
  "Votre serveur n'a pas le support du format des archives ZIP ou Phar. Merci "
658
  "de télécharger l'extension manuellement."
659
 
660
+ #: bws_menu.php:425
661
  #, php-format
662
  msgid "The plugin %s is successfully installed."
663
  msgstr "L'extension %s a été installée avec succès."
664
 
665
+ #: bws_menu.php:432 deprecated.php:413
666
  msgid "UploadDir is not writable. Please, upload the plugin manually"
667
  msgstr ""
668
  "Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension "
669
  "manuellement."
670
 
671
+ #: bws_menu.php:437
672
  msgid "Activate Plugin"
673
  msgstr "Activer l'extension"
674
 
675
+ #: bws_menu.php:437 bws_menu.php:443
676
  msgid "Return to BestWebSoft Panel"
677
  msgstr "Retourner à l'administration BestWebSoft"
678
 
679
+ #: bws_menu.php:451 bws_menu.php:471 bws_menu.php:600
680
  msgid "All"
681
  msgstr "Tous"
682
 
683
+ #: bws_menu.php:454 bws_menu.php:637
684
  msgid "Installed"
685
  msgstr "Installé"
686
 
687
+ #: bws_menu.php:457
688
  msgid "Not Installed"
689
  msgstr "Non installé"
690
 
691
+ #: bws_menu.php:464
692
  msgid "Filter results"
693
  msgstr "Filtrer les résultats"
694
 
695
+ #: bws_menu.php:467 bws_menu.php:596
696
  msgid "Category"
697
  msgstr "Catégorie"
698
 
699
+ #: bws_menu.php:531
700
  msgid "Not installed"
701
  msgstr "Non installé"
702
 
703
+ #: bws_menu.php:535
704
  msgid "Renew to get updates"
705
  msgstr "Se réabonner pour avoir les mises à jour"
706
 
707
+ #: bws_menu.php:538
708
  #, php-format
709
  msgid "Update to v %s"
710
  msgstr "Mettre à jour avec la version %s"
711
 
712
+ #: bws_menu.php:550 bws_menu.php:573 bws_menu.php:582
713
  msgid "Install Now"
714
  msgstr "Installer maintenant"
715
 
716
+ #: bws_menu.php:556 class-bws-settings.php:157 class-bws-settings.php:1067
717
  msgid "Upgrade to Pro"
718
  msgstr "Passer à la version PRO"
719
 
720
+ #: bws_menu.php:570 bws_menu.php:579
721
  msgid "Activate this plugin"
722
  msgstr "Activer cette extension"
723
 
724
+ #: bws_menu.php:582
725
  msgid "Install this plugin"
726
  msgstr "Installer cette extension"
727
 
728
+ #: bws_menu.php:591
729
  msgid "Nothing found. Try another criteria."
730
  msgstr "Pas de réponse. essayer d'autres critères."
731
 
732
+ #: bws_menu.php:628
733
  #, php-format
734
  msgid "By %s"
735
  msgstr "Par %s"
736
 
737
+ #: bws_menu.php:635
738
  msgid "Already Installed"
739
  msgstr "Déjà installé"
740
 
741
+ #: bws_menu.php:645
742
+ msgid "Browse More WordPress Themes"
743
+ msgstr ""
744
 
745
+ #: bws_menu.php:654
746
  msgid "Send to support"
747
  msgstr "Envoyé au support"
748
 
749
+ #: bws_menu.php:661
750
  msgid "Send to custom email &#187;"
751
  msgstr "Envoyer un e-mail spécifique &#187;"
752
 
800
  msgid "Custom Code"
801
  msgstr "Code personnalisé"
802
 
803
+ #: class-bws-settings.php:427 deprecated.php:498
804
  msgid "You do not have sufficient permissions to edit plugins for this site."
805
  msgstr ""
806
  "Vous n'avez pas assez de droits pour modifier l'extension pour ce site."
807
 
808
+ #: class-bws-settings.php:432 deprecated.php:620
809
  msgid "These styles will be added to the header on all pages of your site."
810
  msgstr ""
811
  "Ces styles seront ajoutés aux entêtes sur tous les pages de votre site."
812
 
813
+ #: class-bws-settings.php:435 deprecated.php:622
814
  #, php-format
815
  msgid ""
816
  "This PHP code will be hooked to the %s action and will be printed on front "
823
  msgid "These code will be added to the header on all pages of your site."
824
  msgstr "Ce code sera ajouté aux entêtes sur tous les pages de votre site."
825
 
826
+ #: class-bws-settings.php:446 deprecated.php:646
827
  #, php-format
828
  msgid ""
829
  "You need to make this files writable before you can save your changes. See "
832
  "Vous devez rendre ce fichier modifiable avant de pouvoir enregistrer vos "
833
  "modifications. Regarder %s du Codex %s pour plus d'informations."
834
 
835
+ #: class-bws-settings.php:456 deprecated.php:628
836
  msgid "Browsing"
837
  msgstr "Parcourir"
838
 
841
  msgid "Activate custom %s code."
842
  msgstr "Activer le code personnalisé %s."
843
 
844
+ #: class-bws-settings.php:469 deprecated.php:635
845
  #, php-format
846
  msgid "Learn more about %s"
847
  msgstr "En savoir plus sur %s"
848
 
849
+ #: class-bws-settings.php:531
850
  msgid "Miscellaneous Settings"
851
  msgstr "Paramètres divers"
852
 
853
+ #: class-bws-settings.php:540 class-bws-settings.php:595
854
  #, php-format
855
  msgid ""
856
  "It is prohibited to change %s settings on this site in the %s network "
859
  "Il est interdit de changer le paramètre %s sur ce site dans les paramètres "
860
  "%s du réseau."
861
 
862
+ #: class-bws-settings.php:543 class-bws-settings.php:598
863
  #, php-format
864
  msgid ""
865
  "It is prohibited to view %s settings on this site in the %s network settings."
867
  "Il est interdit de voir le paramètre %s sur ce site dans les paramètres %s "
868
  "du réseau."
869
 
870
+ #: class-bws-settings.php:552
871
  msgid "Pro Options"
872
  msgstr "Options Pro"
873
 
874
+ #: class-bws-settings.php:556
875
  msgid "Enable to display plugin Pro options."
876
  msgstr "Activer pour voir les options PRO de l'extension."
877
 
878
+ #: class-bws-settings.php:562
879
  msgid "Track Usage"
880
  msgstr "Suivi de l'utilisation"
881
 
882
+ #: class-bws-settings.php:566
883
  msgid ""
884
  "Enable to allow tracking plugin usage anonymously in order to make it better."
885
  msgstr ""
886
  "Activer pour autoriser le suivi de l'utilisation de l'extension de manière "
887
  "anonyme afin de le rendre meilleur."
888
 
889
+ #: class-bws-settings.php:571
890
  msgid "Default Settings"
891
  msgstr "Réglages par défauts"
892
 
893
+ #: class-bws-settings.php:573
894
  msgid "Restore Settings"
895
  msgstr "Remettre les paramètres"
896
 
897
+ #: class-bws-settings.php:574
898
  msgid "This will restore plugin settings to defaults."
899
  msgstr "Remettre les valeurs par défaut des paramètres de l'extension."
900
 
901
+ #: class-bws-settings.php:586
902
  msgid "Import / Export"
903
  msgstr "Importer / Exporter"
904
 
905
+ #: class-bws-settings.php:702 class-bws-settings.php:735
906
+ #: class-bws-settings.php:757
907
  msgid "License Key"
908
  msgstr "Clé de licence"
909
 
910
+ #: class-bws-settings.php:725
911
  msgid "Congratulations! Pro license is activated successfully."
912
  msgstr ""
913
  "Félicitations! La version PRO de cette extension a été activée avec succès."
914
 
915
+ #: class-bws-settings.php:726
916
  #, php-format
917
  msgid "You will be automatically redirected to the %s in %s seconds."
918
  msgstr ""
919
 
920
+ #: class-bws-settings.php:726
921
  msgid "Settings page"
922
  msgstr "Page des paramètres"
923
 
924
+ #: class-bws-settings.php:741
925
  #, php-format
926
  msgid "Enter your license key to activate %s and get premium plugin features."
927
  msgstr ""
928
  "Saisir votre clé de licence pour activer %s et obtenir les fonctionnalités "
929
  "premium."
930
 
931
+ #: class-bws-settings.php:744 class-bws-settings.php:931 deprecated.php:363
932
+ #: deprecated.php:706
933
  msgid ""
934
  "Unfortunately, you have exceeded the number of available tries per day. "
935
  "Please, upload the plugin manually."
937
  "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
938
  "télécharger l'extension manuellement."
939
 
940
+ #: class-bws-settings.php:747 deprecated.php:697
941
  #, php-format
942
  msgid "Start Your Free %s-Day Trial Now"
943
  msgstr "Débuter votre licence d'évaluation gratuite de %s jours"
944
 
945
+ #: class-bws-settings.php:762
946
  msgid ""
947
  "If necessary, you can check if the license key is correct or reenter it in "
948
  "the field below."
950
  "Si nécessaire vous pouvez vérifier que la clé de licence est correcte ou la "
951
  "saisir de nouveau dans le champ ci-dessous."
952
 
953
+ #: class-bws-settings.php:767
954
  msgid "Manage License Settings"
955
  msgstr "Gérer les paramètres de licence"
956
 
957
+ #: class-bws-settings.php:769
958
  msgid "Login to Client Area"
959
  msgstr "Se connecter à l'espace client"
960
 
961
+ #: class-bws-settings.php:771
962
  msgid ""
963
  "Manage active licenses, download BWS products, and view your payment history "
964
  "using BestWebSoft Client Area."
966
  "Gérer les licences actives, télécharger les produits BWS, et voir "
967
  "l'historique de vos règlements dans l'interface client de BestWebSoft."
968
 
969
+ #: class-bws-settings.php:826 class-bws-settings.php:929 deprecated.php:141
970
+ #: deprecated.php:361
971
  msgid "This license key is bound to another site."
972
  msgstr "La clé de licence correspond à un autre site."
973
 
974
+ #: class-bws-settings.php:828 deprecated.php:143
975
  msgid ""
976
  "This license key is valid, but Your license has expired. If you want to "
977
  "update our plugin in future, you should extend the license."
980
  "continuer à disposer du support rapide et des mises à jour de l'extension "
981
  "vous devez la renouveller."
982
 
983
+ #: class-bws-settings.php:830 deprecated.php:145
984
  msgid "Unfortunately, you have exceeded the number of available tries."
985
  msgstr ""
986
  "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
987
  "télécharger l'extension manuellement."
988
 
989
+ #: class-bws-settings.php:832 deprecated.php:147
990
  msgid ""
991
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
992
  "The Pro Trial license can be installed only once."
994
  "Une licence a déjà été installée sur ce domaine. La licence d'évaluation ne "
995
  "peut-être installée qu'une seule fois."
996
 
997
+ #: class-bws-settings.php:837 deprecated.php:151
998
  msgid "The Pro Trial license key is valid."
999
  msgstr "La clé de licence d'évaluation est valide."
1000
 
1001
+ #: class-bws-settings.php:845 deprecated.php:159 deprecated.php:246
1002
  #, php-format
1003
  msgid ""
1004
  "In order to continue using the plugin it is necessary to buy a %s license."
1006
  "Afin de pouvoir continuer à utiliser cette extension il est nécessaire "
1007
  "d'acheter une licence %s."
1008
 
1009
+ #: class-bws-settings.php:933
1010
+ #, php-format
1011
+ msgid ""
1012
+ "Unfortunately, Your license has expired. To continue getting top-priority "
1013
+ "support and plugin updates, you should extend it in your %s."
1014
+ msgstr ""
1015
+
1016
+ #: class-bws-settings.php:959 class-bws-settings.php:981
1017
+ #: class-bws-settings.php:1003
1018
+ msgid "Failed to download the zip archive. Please, upload the plugin manually."
1019
+ msgstr ""
1020
+
1021
+ #: class-bws-settings.php:971
1022
+ msgid "Failed to open the zip archive. Please, upload the plugin manually."
1023
+ msgstr ""
1024
+
1025
+ #: class-bws-settings.php:977
1026
+ msgid ""
1027
+ "Your server does not support either ZipArchive or Phar. Please, upload the "
1028
+ "plugin manually."
1029
+ msgstr ""
1030
+
1031
+ #: class-bws-settings.php:984
1032
+ msgid "UploadDir is not writable. Please, upload the plugin manually."
1033
+ msgstr ""
1034
+
1035
+ #: class-bws-settings.php:1042 deprecated.php:464
1036
  msgid "Please, enter Your license key"
1037
  msgstr "Merci de saisir votre clé de licence"
1038
 
1039
+ #: class-bws-settings.php:1054
1040
  msgid "Need Help?"
1041
  msgstr "Besoin d'aide ?"
1042
 
1043
+ #: class-bws-settings.php:1056
1044
  msgid "Read the Instruction"
1045
  msgstr "Lire les instructions"
1046
 
1047
+ #: class-bws-settings.php:1060
1048
  msgid "Watch the Video"
1049
  msgstr "Regarder la vidéo"
1050
 
1051
+ #: class-bws-settings.php:1071
1052
  msgid "Start Your Free Trial"
1053
  msgstr "Débuter votre licence d'évaluation gratuite"
1054
 
1055
+ #: deactivation-form.php:27
1056
  msgid "Need help? We are ready to answer your questions."
1057
  msgstr ""
1058
 
1059
+ #: deactivation-form.php:27
1060
  msgid "Contact Support"
1061
  msgstr ""
1062
 
1063
+ #: deactivation-form.php:32
1064
  msgid "The plugin is not working"
1065
  msgstr ""
1066
 
1067
+ #: deactivation-form.php:34
1068
  msgid "Kindly share what didn't work so we can fix it in future updates..."
1069
  msgstr ""
1070
 
1071
+ #: deactivation-form.php:38
1072
  msgid "The plugin didn't work as expected"
1073
  msgstr ""
1074
 
1075
+ #: deactivation-form.php:40
1076
  msgid "What did you expect?"
1077
  msgstr ""
1078
 
1079
+ #: deactivation-form.php:44
1080
  msgid "The plugin suddenly stopped working"
1081
  msgstr ""
1082
 
1083
+ #: deactivation-form.php:51
1084
  msgid "The plugin broke my site"
1085
  msgstr ""
1086
 
1087
+ #: deactivation-form.php:58
1088
  msgid "I couldn't understand how to get it work"
1089
  msgstr ""
1090
 
1091
+ #: deactivation-form.php:65
1092
  msgid "I found a better plugin"
1093
  msgstr ""
1094
 
1095
+ #: deactivation-form.php:67
1096
  msgid "What's the plugin name?"
1097
  msgstr ""
1098
 
1099
+ #: deactivation-form.php:71
1100
  msgid "The plugin is great, but I need specific feature that you don't support"
1101
  msgstr ""
1102
 
1103
+ #: deactivation-form.php:73
1104
  msgid "What feature?"
1105
  msgstr ""
1106
 
1107
+ #: deactivation-form.php:77
1108
  msgid "I no longer need the plugin"
1109
  msgstr ""
1110
 
1111
+ #: deactivation-form.php:83
1112
  msgid "It's a temporary deactivation, I'm just debugging an issue"
1113
  msgstr ""
1114
 
1115
+ #: deactivation-form.php:89
1116
  msgid "Other"
1117
  msgstr "Autre"
1118
 
1119
+ #: deactivation-form.php:123
1120
  msgid "Quick Feedback"
1121
  msgstr ""
1122
 
1123
+ #: deactivation-form.php:124
1124
  msgid "If you have a moment, please let us know why you are deactivating"
1125
  msgstr ""
1126
 
1127
+ #: deactivation-form.php:127
1128
+ msgid "Send website data and allow to contact me back"
1129
  msgstr ""
1130
 
1131
+ #: deactivation-form.php:132
1132
  msgid "Cancel"
1133
  msgstr ""
1134
 
1135
+ #: deactivation-form.php:233
1136
  msgid "Processing"
1137
  msgstr ""
1138
 
1139
+ #: deactivation-form.php:262
1140
  msgid "Submit & Deactivate"
1141
  msgstr ""
1142
 
1143
+ #: deactivation-form.php:277
1144
  msgid "Please tell us the reason so we can improve it."
1145
  msgstr ""
1146
 
1147
+ #: deactivation-form.php:345
1148
  msgid "Deactivate"
1149
  msgstr ""
1150
 
1175
  "l'achat de l'extension). Si nécessaire, utilisez la fonction de demande de "
1176
  "mot de passe perdu."
1177
 
1178
+ #: deprecated.php:246
1179
  msgid "After that, you can activate it by entering your license key."
1180
  msgstr ""
1181
  " Après vous pouvez activer cette extension en donnant votre clé de licence."
1182
 
1183
+ #: deprecated.php:249 deprecated.php:691
1184
  msgid "License key can be found in the"
1185
  msgstr "La clé de licence peut être trouvée dans "
1186
 
1187
+ #: deprecated.php:251 deprecated.php:693
1188
  msgid "(your username is the email address specified during the purchase)."
1189
  msgstr ""
1190
  "(votre nom d'utilisateur est l'adresse e-mail que vous avez donnée lors de "
1191
  "l'achat de l'extension)."
1192
 
1193
+ #: deprecated.php:279
1194
  msgid ""
1195
  "Congratulations! The Pro license of the plugin is activated successfully."
1196
  msgstr ""
1197
  "Félicitations! La version PRO de cette extension a été activée avec succès."
1198
 
1199
+ #: deprecated.php:281 deprecated.php:672
1200
  msgid "Please, go to"
1201
  msgstr "Merci d’aller à"
1202
 
1203
+ #: deprecated.php:281 deprecated.php:672
1204
  msgid "the setting page"
1205
  msgstr "Options supplémentaires"
1206
 
1207
+ #: deprecated.php:282 deprecated.php:673
1208
  msgid "You will be redirected automatically in 5 seconds."
1209
  msgstr "Vous allez être redirigé automatiquement dans 5 secondes"
1210
 
1211
+ #: deprecated.php:316
1212
  msgid "Check premium options on the plugin settings page!"
1213
  msgstr ""
1214
  "Vérifier les options premium sur la page des paramètres de l'extension!"
1215
 
1216
+ #: deprecated.php:479
1217
  msgid "Restore all plugin settings to defaults"
1218
  msgstr "Remettre les valeurs par défaut des paramètres de l'extension"
1219
 
1220
+ #: deprecated.php:481
1221
  msgid "Restore settings"
1222
  msgstr "Remettre les paramètres"
1223
 
1224
+ #: deprecated.php:550 deprecated.php:577
1225
  #, php-format
1226
  msgid "File %s edited successfully."
1227
  msgstr "Le fichier %s a été modifié avec succès."
1228
 
1229
+ #: deprecated.php:552 deprecated.php:579
1230
  msgid "Not enough permissions to create or update the file"
1231
  msgstr "Pas assez de droits pour créer ou modifier le fichier"
1232
 
1233
+ #: deprecated.php:582
1234
  msgid "Not enough permissions to create the file"
1235
  msgstr "Pas assez de droits pour créer le fichier"
1236
 
1237
+ #: deprecated.php:626
1238
  msgid "Editing"
1239
  msgstr "Modifier"
1240
 
1241
+ #: deprecated.php:670
1242
  msgid ""
1243
  "Congratulations! Pro version of the plugin is installed and activated "
1244
  "successfully."
1246
  "Félicitations! La version PRO de cette extension a été téléchargée et "
1247
  "activée avec succès."
1248
 
1249
+ #: deprecated.php:680
1250
  msgid "Show Pro features"
1251
  msgstr "Voir les fonctionnalités de la version PRO"
1252
 
1253
+ #: deprecated.php:687
1254
  msgid "Enter your license key to install and activate"
1255
  msgstr "Saisir votre clé de licence pour installer et activer"
1256
 
1257
+ #: deprecated.php:689
1258
  msgid "version of the plugin."
1259
  msgstr "version de l'extension."
1260
 
1294
  msgid "SMM"
1295
  msgstr ""
1296
 
1297
+ #: product_list.php:22
1298
+ msgid "Best secure captcha plugin to protect your WordPress forms."
 
1299
  msgstr ""
1300
 
1301
+ #: product_list.php:32
1302
  msgid "Create your personal car rental/booking and reservation website."
1303
  msgstr ""
1304
 
1305
+ #: product_list.php:42
1306
  msgid ""
1307
  "Allow customers to reach you using secure contact form plugin any website "
1308
  "must have."
1309
  msgstr ""
1310
 
1311
+ #: product_list.php:52
1312
  msgid "Add unlimited number of contact forms to WordPress website."
1313
  msgstr ""
1314
 
1315
+ #: product_list.php:62
1316
  msgid "Save and manage Contact Form messages. Never lose important data."
1317
  msgstr ""
1318
 
1319
+ #: product_list.php:72
1320
  msgid "Add unlimited custom pages to WordPress admin dashboard."
1321
  msgstr ""
1322
 
1323
+ #: product_list.php:79
1324
  msgid "Add custom fields to WordPress website search results."
1325
  msgstr ""
1326
 
1327
+ #: product_list.php:86
1328
  msgid ""
1329
  "Add custom post types and taxonomies to WordPress website search results."
1330
  msgstr ""
1331
 
1332
+ #: product_list.php:96
1333
  msgid "Add PayPal and 2CO donate buttons to receive charity payments."
1334
  msgstr ""
1335
 
1336
+ #: product_list.php:103
1337
  msgid ""
1338
  "Get latest error log messages to diagnose website problems. Define and fix "
1339
  "issues faster."
1340
  msgstr ""
1341
 
1342
+ #: product_list.php:110
1343
  msgid ""
1344
  "Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
1345
  "widgets."
1346
  msgstr ""
1347
 
1348
+ #: product_list.php:120
1349
  msgid ""
1350
  "Add beautiful galleries, albums & images to your WordPress website in a few "
1351
  "clicks."
1352
  msgstr ""
1353
 
1354
+ #: product_list.php:130
1355
  msgid ""
1356
  "Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
1357
  "posts, pages and widgets."
1358
  msgstr ""
1359
 
1360
+ #: product_list.php:140
1361
  msgid ""
1362
  "Stronger security solution which protects your WordPress website from hacks "
1363
  "and unauthorized login attempts."
1364
  msgstr ""
1365
 
1366
+ #: product_list.php:150
1367
  msgid ""
1368
  "Add Adsense ads to WordPress website pages, posts, custom posts, search "
1369
  "results, categories, tags, and widgets."
1370
  msgstr ""
1371
 
1372
+ #: product_list.php:160
1373
  msgid "Add Google Analytics code to WordPress website and track basic stats."
1374
  msgstr ""
1375
 
1376
+ #: product_list.php:170
1377
  msgid ""
1378
  "Protect WordPress website forms from spam entries with Google Captcha "
1379
  "(reCaptcha)."
1380
  msgstr ""
1381
 
1382
+ #: product_list.php:180
1383
  msgid "Add customized Google maps to WordPress posts, pages and widgets."
1384
  msgstr ""
1385
 
1386
+ #: product_list.php:190
1387
  msgid ""
1388
  "Generate and add XML sitemap to WordPress website. Help search engines index "
1389
  "your blog."
1390
  msgstr ""
1391
 
1392
+ #: product_list.php:200
1393
  msgid ""
1394
  "Replace external WordPress website links with Google shortlinks and track "
1395
  "click stats."
1396
  msgstr ""
1397
 
1398
+ #: product_list.php:207
1399
  msgid ""
1400
  "Protect WordPress website – allow and deny access for certain IP addresses, "
1401
  "hostnames, etc."
1402
  msgstr ""
1403
 
1404
+ #: product_list.php:217
1405
  msgid ""
1406
  "Create your personal job board and listing WordPress website. Search jobs, "
1407
  "submit CV/resumes, choose candidates."
1408
  msgstr ""
1409
 
1410
+ #: product_list.php:224
1411
  msgid ""
1412
  "Protect WordPress website against brute force attacks. Limit rate of login "
1413
  "attempts."
1414
  msgstr ""
1415
 
1416
+ #: product_list.php:234
1417
  msgid ""
1418
  "Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
1419
  "5 plugins included – profile, insider, etc."
1420
  msgstr ""
1421
 
1422
+ #: product_list.php:244
1423
  msgid ""
1424
  "Translate WordPress website content to other languages manually. Create "
1425
  "multilingual pages, posts, widgets, menus, etc."
1426
  msgstr ""
1427
 
1428
+ #: product_list.php:254
1429
  msgid ""
1430
  "Add customizable pagination to WordPress website. Split long content to "
1431
  "multiple pages for better navigation."
1432
  msgstr ""
1433
 
1434
+ #: product_list.php:264
1435
  msgid ""
1436
  "Generate PDF files and print WordPress posts/pages. Customize document "
1437
  "header/footer styles and appearance."
1438
  msgstr ""
1439
 
1440
+ #: product_list.php:274
1441
  msgid ""
1442
  "Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
1443
  "Profile) to WordPress posts, pages and widgets."
1444
  msgstr ""
1445
 
1446
+ #: product_list.php:284
1447
  msgid ""
1448
  "Create your personal portfolio WordPress website. Manage and showcase past "
1449
  "projects to get more clients."
1450
  msgstr ""
1451
 
1452
+ #: product_list.php:294
1453
  msgid "Export WordPress posts to CSV file format easily. Configure data order."
1454
  msgstr ""
1455
 
1456
+ #: product_list.php:301
1457
  msgid ""
1458
  "Add extra fields to default WordPress user profile. The easiest way to "
1459
  "create and manage additional custom values."
1460
  msgstr ""
1461
 
1462
+ #: product_list.php:308
1463
  msgid ""
1464
  "Add and display HTML advertisement banner on WordPress website. Customize "
1465
  "bar styles and appearance."
1466
  msgstr ""
1467
 
1468
+ #: product_list.php:318
1469
  msgid ""
1470
  "Add customizable quotes and tips blocks to WordPress posts, pages and "
1471
  "widgets."
1472
  msgstr ""
1473
 
1474
+ #: product_list.php:325
1475
  msgid ""
1476
  "Add rating plugin to your WordPress website to receive feedback from your "
1477
  "customers."
1478
  msgstr ""
1479
 
1480
+ #: product_list.php:332
1481
  msgid ""
1482
  "Create your personal real estate WordPress website. Sell, rent and buy "
1483
  "properties. Add, search and browse listings easily."
1484
  msgstr ""
1485
 
1486
+ #: product_list.php:342
1487
  msgid ""
1488
  "Add related, featured, latest, and popular posts to your WordPress website. "
1489
  "Connect your blog readers with a relevant content."
1490
  msgstr ""
1491
 
1492
+ #: product_list.php:349
1493
  msgid ""
1494
  "Send bulk email messages to WordPress users. Custom templates, advanced "
1495
  "settings and detailed reports."
1496
  msgstr ""
1497
 
1498
+ #: product_list.php:359
1499
  msgid ""
1500
  "The best responsive slider plugin for your WordPress website. Create "
1501
  "beautifully animated slides just in a few clicks."
1502
  msgstr ""
1503
 
1504
+ #: product_list.php:366
1505
  msgid ""
1506
  "Configure SMTP server to receive email messages from WordPress to Gmail, "
1507
  "Yahoo, Hotmail and other services."
1508
  msgstr ""
1509
 
1510
+ #: product_list.php:373
1511
  msgid ""
1512
  "Add social media buttons and widgets to WordPress posts, pages and widgets. "
1513
  "FB, Twitter, G+1, Pinterest, LinkedIn."
1514
  msgstr ""
1515
 
1516
+ #: product_list.php:383
1517
  msgid ""
1518
  "Add social media login, registration, and commenting to your WordPress "
1519
  "website."
1520
  msgstr ""
1521
 
1522
+ #: product_list.php:390
1523
  msgid ""
1524
  "Add email newsletter sign up form to WordPress posts, pages and widgets. "
1525
  "Collect data and subscribe your users."
1526
  msgstr ""
1527
 
1528
+ #: product_list.php:400
1529
  msgid ""
1530
  "Add testimonials and feedbacks from your customers to WordPress website "
1531
  "posts, pages, and widgets."
1532
  msgstr ""
1533
 
1534
+ #: product_list.php:407
1535
  msgid ""
1536
  "Best timesheet plugin for WordPress. Track employee time, streamline "
1537
  "attendance and generate reports."
1538
  msgstr ""
1539
 
1540
+ #: product_list.php:417
1541
  msgid ""
1542
  "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
1543
  "and pages."
1544
  msgstr ""
1545
 
1546
+ #: product_list.php:427
1547
  msgid ""
1548
  "Automatically check and update WordPress website core with all installed "
1549
  "plugins and themes to the latest versions."
1550
  msgstr ""
1551
 
1552
+ #: product_list.php:437
1553
  msgid ""
1554
  "Powerful user role management plugin for WordPress website. Create, edit, "
1555
  "copy, and delete user roles."
1556
  msgstr ""
1557
 
1558
+ #: product_list.php:447
1559
  msgid ""
1560
  "Display live count of online visitors who are currently browsing your "
1561
  "WordPress website."
1562
  msgstr ""
1563
 
1564
+ #: product_list.php:457
1565
  msgid ""
1566
  "Backup and export Zendesk Help Center content automatically to your "
1567
  "WordPress website database."
1568
  msgstr ""
1569
 
1570
+ #~ msgid "Congratulations! Pro Membership license is activated successfully."
1571
+ #~ msgstr ""
1572
+ #~ "Félicitations! La version PRO de cette extension a été activée avec "
1573
+ #~ "succès."
1574
+
1575
+ #~ msgid "Email with system info is sent to"
1576
+ #~ msgstr "Le courriel avec les informations système est envoyé à"
1577
+
1578
+ #~ msgid "Browse Free WordPress Themes"
1579
+ #~ msgstr "Parcourir les thèmes gratuits pour WordPress"
1580
+
1581
  #~ msgid ""
1582
  #~ "You can use one license of the Pro plugin for one domain only. Please "
1583
  #~ "check and edit your license or domain if necessary using you personal "
bws_menu/languages/bestwebsoft-id_ID.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-id_ID.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-08-28 09:55+0300\n"
6
- "PO-Revision-Date: 2017-08-28 09:55+0300\n"
7
  "Last-Translator: Jordan Silaen <jordan.silaen@chameleonjohn.com>\n"
8
  "Language-Team: chameleonjohn.com <jordan.silaen@chameleonjohn.com>\n"
9
  "Language: id\n"
@@ -41,6 +41,11 @@ msgstr "halaman plugin"
41
  msgid "Like the plugin?"
42
  msgstr "Seperti plugin?"
43
 
 
 
 
 
 
44
  #: bws_functions.php:94
45
  msgid "Rate it"
46
  msgstr "Menilai itu"
@@ -49,7 +54,7 @@ msgstr "Menilai itu"
49
  msgid "Need help?"
50
  msgstr "Butuh bantuan?"
51
 
52
- #: bws_functions.php:104 bws_functions.php:911 class-bws-settings.php:1056
53
  msgid "Visit Help Center"
54
  msgstr "Kunjungi Pusat Bantuan"
55
 
@@ -57,7 +62,7 @@ msgstr "Kunjungi Pusat Bantuan"
57
  msgid "Want to support the plugin?"
58
  msgstr "Ingin mendukung plugin?"
59
 
60
- #: bws_functions.php:108 bws_menu.php:553
61
  msgid "Donate"
62
  msgstr "Menyumbangkan"
63
 
@@ -73,7 +78,8 @@ msgid ""
73
  "otherwise the Pro plugin will be deactivated."
74
  msgstr ""
75
 
76
- #: bws_functions.php:128 bws_functions.php:340 class-bws-settings.php:144
 
77
  msgid "Learn More"
78
  msgstr "Belajarlah lagi"
79
 
@@ -93,7 +99,7 @@ msgstr ""
93
  "lisensi Anda telah berakhir. Untuk terus mendapatkan dukungan top-prioritas "
94
  "dan update Plugin, Anda harus memperpanjang."
95
 
96
- #: bws_functions.php:147 bws_functions.php:383 deprecated.php:584
97
  msgid "Learn more"
98
  msgstr "Belajarlah lagi"
99
 
@@ -123,68 +129,68 @@ msgstr ""
123
  msgid "Thank you for installing %s plugin!"
124
  msgstr ""
125
 
126
- #: bws_functions.php:209
127
  msgid "Let's get started"
128
  msgstr "Mari kita mulai"
129
 
130
- #: bws_functions.php:210 bws_functions.php:243 bws_menu.php:557
131
- #: bws_menu.php:559
132
  msgid "Settings"
133
  msgstr "pengaturan"
134
 
135
- #: bws_functions.php:212 bws_menu.php:328 class-bws-settings.php:745
136
- #: class-bws-settings.php:1058 class-bws-settings.php:1068 deprecated.php:694
137
  msgid "or"
138
  msgstr "atau"
139
 
140
- #: bws_functions.php:213 bws_functions.php:245
141
  msgid "Add New"
142
  msgstr "Tambah baru"
143
 
144
- #: bws_functions.php:217 bws_functions.php:227 bws_functions.php:331
145
- #: bws_functions.php:379 bws_functions.php:481
146
  msgid "Close notice"
147
  msgstr "Tutup pemberitahuan"
148
 
149
- #: bws_functions.php:232
150
  msgid "Thank you for installing plugins by BestWebSoft!"
151
  msgstr "Terima kasih untuk menginstal plugin dengan BestWebSoft!"
152
 
153
- #: bws_functions.php:234
154
  msgid "More Details"
155
  msgstr "Keterangan lebih lanjut"
156
 
157
- #: bws_functions.php:235
158
  msgid "Less Details"
159
  msgstr "Kurang Detail"
160
 
161
- #: bws_functions.php:263
162
  msgid "Deprecated function(-s) is used on the site here:"
163
  msgstr "Fungsi usang (-s) digunakan di situs di sini:"
164
 
165
- #: bws_functions.php:277
166
  msgid ""
167
  "This function(-s) will be removed over time. Please update the product(-s)."
168
  msgstr ""
169
  "Fungsi ini (-s) akan dihapus dari waktu ke waktu. Perbarui produk (-s)."
170
 
171
- #: bws_functions.php:336
172
  msgid "It’s time to upgrade your"
173
  msgstr "Saatnya untuk meng-upgrade Anda"
174
 
175
- #: bws_functions.php:336
176
  msgid "to"
177
  msgstr "untuk"
178
 
179
- #: bws_functions.php:336
180
  msgid "version!"
181
  msgstr "versi!"
182
 
183
- #: bws_functions.php:337
184
  msgid "Extend standard plugin functionality with new great options."
185
  msgstr "Memperluas fungsi Plugin standar dengan pilihan besar baru."
186
 
187
- #: bws_functions.php:383
188
  #, php-format
189
  msgid ""
190
  "Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
@@ -193,12 +199,12 @@ msgstr ""
193
  "Kunci lisensi untuk %s berakhir pada %s dan Anda tidak akan diberikan TOP-"
194
  "PRIORITAS DUKUNGAN atau PEMBARUAN."
195
 
196
- #: bws_functions.php:476
197
  #, php-format
198
  msgid "Thank you for choosing %s plugin!"
199
  msgstr ""
200
 
201
- #: bws_functions.php:477
202
  msgid ""
203
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
204
  "we'd love to hear about it!"
@@ -206,25 +212,25 @@ msgstr ""
206
  "Jika Anda memiliki fitur, saran atau ide yang ingin Anda lihat di plugin, "
207
  "kami akan senang mendengar tentang hal itu!"
208
 
209
- #: bws_functions.php:478
210
  msgid "Suggest a Feature"
211
  msgstr "Sarankan Fitur sebuah"
212
 
213
- #: bws_functions.php:494 class-bws-settings.php:538 class-bws-settings.php:541
214
- #: class-bws-settings.php:593 class-bws-settings.php:596
215
  msgid "Notice"
216
  msgstr "Melihat"
217
 
218
- #: bws_functions.php:494
219
  msgid "The plugin's settings have been changed."
220
  msgstr "pengaturan plugin ini telah berubah."
221
 
222
- #: bws_functions.php:495 class-bws-settings.php:183 class-bws-settings.php:203
223
- #: deprecated.php:640
224
  msgid "Save Changes"
225
  msgstr "Simpan perubahan"
226
 
227
- #: bws_functions.php:509
228
  msgid ""
229
  "You can always look at premium options by checking the \"Pro Options\" in "
230
  "the \"Misc\" tab."
@@ -232,77 +238,77 @@ msgstr ""
232
  "Anda selalu dapat melihat pilihan premium dengan memeriksa \\ \"Pro Options "
233
  "\" di \\ tab \"Misc \"."
234
 
235
- #: bws_functions.php:647
236
  msgid "Add BWS Shortcode"
237
  msgstr ""
238
 
239
- #: bws_functions.php:648
240
  msgid "Add BWS Plugins Shortcode"
241
  msgstr "Tambahkan BWS Plugin pendek"
242
 
243
- #: bws_functions.php:667
244
  msgid "Add shortcode"
245
  msgstr "Tambahkan shortcode"
246
 
247
- #: bws_functions.php:667
248
  msgid "Add BestWebSoft plugins' shortcodes using this button."
249
  msgstr "Tambahkan shortcode BestWebSoft plugin 'menggunakan tombol ini."
250
 
251
- #: bws_functions.php:723
252
  msgid "Close"
253
  msgstr "Dekat"
254
 
255
- #: bws_functions.php:815
256
  msgid "Are you sure you want to restore default settings?"
257
  msgstr "Apakah Anda yakin ingin mengembalikan pengaturan default?"
258
 
259
- #: bws_functions.php:818
260
  msgid "Yes, restore all settings"
261
  msgstr "Ya, mengembalikan semua pengaturan"
262
 
263
- #: bws_functions.php:819
264
  msgid "No, go back to the settings page"
265
  msgstr "Tidak, kembali ke halaman pengaturan"
266
 
267
- #: bws_functions.php:861
268
  msgid "Plugin"
269
  msgstr "Plugin"
270
 
271
- #: bws_functions.php:870
272
  msgid "Shortcode settings"
273
  msgstr "pengaturan shortcode"
274
 
275
- #: bws_functions.php:875
276
  msgid "The shortcode will be inserted"
277
  msgstr "shortcode akan dimasukkan"
278
 
279
- #: bws_functions.php:916
280
  msgid "FAQ"
281
  msgstr "FAQ"
282
 
283
- #: bws_functions.php:922
284
  msgid "For more information:"
285
  msgstr "Untuk informasi lebih lanjut:"
286
 
287
- #: bws_functions.php:923
288
  msgid "Documentation"
289
  msgstr "Dokumentasi"
290
 
291
- #: bws_functions.php:924
292
  msgid "Video Instructions"
293
  msgstr "Petunjuk Video"
294
 
295
- #: bws_functions.php:925
296
  msgid "Submit a Request"
297
  msgstr "Mengajukan permohonan"
298
 
299
- #: bws_menu.php:101 class-bws-settings.php:790 deprecated.php:322
300
  msgid "Wrong license key"
301
  msgstr "kunci lisensi yang salah"
302
 
303
- #: bws_menu.php:122 class-bws-settings.php:816 class-bws-settings.php:883
304
- #: class-bws-settings.php:919 deprecated.php:133 deprecated.php:199
305
- #: deprecated.php:352
306
  msgid ""
307
  "Something went wrong. Please try again later. If the error appears again, "
308
  "please contact us"
@@ -310,14 +316,14 @@ msgstr ""
310
  "Ada yang salah. Silakan coba lagi nanti. Jika kesalahan muncul lagi, "
311
  "silahkan hubungi kami"
312
 
313
- #: bws_menu.php:122 class-bws-settings.php:816 class-bws-settings.php:883
314
- #: class-bws-settings.php:919 deprecated.php:133 deprecated.php:199
315
- #: deprecated.php:352
316
  msgid "We are sorry for inconvenience."
317
  msgstr "Kami mohon maaf atas ketidaknyamanan."
318
 
319
- #: bws_menu.php:128 class-bws-settings.php:822 class-bws-settings.php:925
320
- #: deprecated.php:139 deprecated.php:358
321
  msgid "Wrong license key."
322
  msgstr "kunci lisensi yang salah."
323
 
@@ -333,11 +339,11 @@ msgstr ""
333
  msgid "Log in"
334
  msgstr "Masuk"
335
 
336
- #: bws_menu.php:132 bws_menu.php:334 deprecated.php:261
337
  msgid "Unfortunately, you have exceeded the number of available tries per day."
338
  msgstr "Sayangnya, Anda telah melebihi jumlah mencoba tersedia per hari."
339
 
340
- #: bws_menu.php:134 class-bws-settings.php:931 deprecated.php:364
341
  #, php-format
342
  msgid ""
343
  "Unfortunately, Your license has expired. To continue getting top-priority "
@@ -346,7 +352,7 @@ msgstr ""
346
  "Sayangnya, lisensi Anda telah kedaluwarsa. Untuk terus mendapatkan dukungan "
347
  "top-prioritas dan Plugin update, Anda harus memperpanjang di Anda %s"
348
 
349
- #: bws_menu.php:136 class-bws-settings.php:933 deprecated.php:366
350
  msgid ""
351
  "Unfortunately, the Pro licence was already installed to this domain. The Pro "
352
  "Trial license can be installed only once."
@@ -354,19 +360,19 @@ msgstr ""
354
  "Sayangnya, lisensi Pro sudah dipasang untuk domain ini. Lisensi Percobaan "
355
  "Pro dapat diinstal hanya sekali."
356
 
357
- #: bws_menu.php:142 class-bws-settings.php:837 deprecated.php:153
358
  msgid "The license key is valid."
359
  msgstr "Kunci lisensi berlaku."
360
 
361
- #: bws_menu.php:144 class-bws-settings.php:840 deprecated.php:156
362
  msgid "Your license will expire on"
363
  msgstr "lisensi Anda akan berakhir pada"
364
 
365
  #: bws_menu.php:146
366
- msgid "Congratulations! Pro Membership license is activated successfully."
367
- msgstr "Selamat! lisensi Keanggotaan Pro berhasil diaktifkan."
368
 
369
- #: bws_menu.php:153 class-bws-settings.php:1005 deprecated.php:435
370
  msgid ""
371
  "Something went wrong. Try again later or upload the plugin manually. We are "
372
  "sorry for inconvenience."
@@ -520,67 +526,68 @@ msgstr "Plugin tidak aktif"
520
  msgid "Please enter a valid email address."
521
  msgstr "Silakan isi alamat email."
522
 
523
- #: bws_menu.php:264
524
- msgid "Email with system info is sent to"
525
- msgstr "Email dengan info sistem dikirim ke"
 
526
 
527
- #: bws_menu.php:268
528
  msgid "Thank you for contacting us."
529
  msgstr "Terima kasih sudah menghubungi kami."
530
 
531
- #: bws_menu.php:291
532
  msgid "Sorry, email message could not be delivered."
533
  msgstr "Maaf, pesan email tidak dapat disampaikan."
534
 
535
- #: bws_menu.php:307 bws_menu.php:311 bws_menu.php:360 deprecated.php:91
536
  msgid "Plugins"
537
  msgstr "plugin"
538
 
539
- #: bws_menu.php:308 bws_menu.php:312 bws_menu.php:611 deprecated.php:92
540
  msgid "Themes"
541
  msgstr "tema"
542
 
543
- #: bws_menu.php:309 bws_menu.php:313 bws_menu.php:641
544
  msgid "System status"
545
  msgstr "Status sistem"
546
 
547
- #: bws_menu.php:317
548
  msgid "Support"
549
  msgstr "Mendukung"
550
 
551
- #: bws_menu.php:318
552
  msgid "Manage purchased licenses & subscriptions"
553
  msgstr "Mengelola membeli lisensi & langganan"
554
 
555
- #: bws_menu.php:326
556
  #, php-format
557
  msgid "Get Access to %s+ Premium Plugins"
558
  msgstr "Dapatkan Akses ke %s + Premium Plugin"
559
 
560
- #: bws_menu.php:328
561
  msgid "Subscribe to Pro Membership"
562
  msgstr "Berlangganan Pro Keanggotaan"
563
 
564
- #: bws_menu.php:336 bws_menu.php:347 class-bws-settings.php:758
565
  #: deprecated.php:227
566
  msgid "Check license key"
567
  msgstr "Periksa kunci lisensi"
568
 
569
- #: bws_menu.php:339
570
  msgid "Enter your license key"
571
  msgstr "Masukkan kunci lisensi Anda"
572
 
573
- #: bws_menu.php:345 bws_menu.php:563 bws_menu.php:572
574
- #: class-bws-settings.php:737 deprecated.php:259 deprecated.php:267
575
- #: deprecated.php:629 deprecated.php:700 deprecated.php:709
576
  msgid "Activate"
577
  msgstr "Mengaktifkan"
578
 
579
- #: bws_menu.php:361
580
  msgid "Upload Plugin"
581
  msgstr "Upload Plugin"
582
 
583
- #: bws_menu.php:365
584
  #, php-format
585
  msgid ""
586
  "The plugin generated %d characters of <strong>unexpected output</strong> "
@@ -593,7 +600,7 @@ msgstr ""
593
  "# 8221; pesan, masalah dengan feed sindikasi atau masalah lain, coba "
594
  "menonaktifkan atau menghapus plugin ini."
595
 
596
- #: bws_menu.php:367
597
  msgid ""
598
  "Plugin could not be activated because it triggered a <strong>fatal error</"
599
  "strong>."
@@ -601,38 +608,36 @@ msgstr ""
601
  "Plugin tidak dapat diaktifkan karena memicu <strong> kesalahan fatal </ "
602
  "strong>."
603
 
604
- #: bws_menu.php:370
605
  msgid "Plugin <strong>activated</strong>."
606
  msgstr "Plugin <strong> diaktifkan </ strong>."
607
 
608
- #: bws_menu.php:377
609
  msgid "Installing Plugin"
610
  msgstr "Instalasi Plugin"
611
 
612
- #: bws_menu.php:383
613
  msgid "Downloading install package from"
614
  msgstr "Men-download menginstal paket dari"
615
 
616
- #: bws_menu.php:400 bws_menu.php:431 bws_menu.php:442
617
- #: class-bws-settings.php:957 class-bws-settings.php:979
618
- #: class-bws-settings.php:1001 deprecated.php:387 deprecated.php:409
619
- #: deprecated.php:431
620
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
621
  msgstr "Gagal mengunduh arsip zip. Silakan, upload plugin secara manual"
622
 
623
- #: bws_menu.php:408
624
  msgid "Unpacking the package"
625
  msgstr "Membuka paket"
626
 
627
- #: bws_menu.php:413 bws_menu.php:421
628
  msgid "Installing the plugin"
629
  msgstr "Instalasi plugin"
630
 
631
- #: bws_menu.php:417 class-bws-settings.php:969 deprecated.php:399
632
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
633
  msgstr "Gagal membuka arsip zip. Silakan, upload plugin secara manual"
634
 
635
- #: bws_menu.php:424 class-bws-settings.php:975 deprecated.php:405
636
  msgid ""
637
  "Your server does not support either ZipArchive or Phar. Please, upload the "
638
  "plugin manually"
@@ -640,94 +645,94 @@ msgstr ""
640
  "server Anda tidak mendukung baik ZipArchive atau Phar. Silakan, upload "
641
  "plugin secara manual"
642
 
643
- #: bws_menu.php:427
644
  #, php-format
645
  msgid "The plugin %s is successfully installed."
646
  msgstr "Plugin %s berhasil diinstal."
647
 
648
- #: bws_menu.php:434 class-bws-settings.php:982 deprecated.php:412
649
  msgid "UploadDir is not writable. Please, upload the plugin manually"
650
  msgstr "UploadDir tidak dapat ditulis. Silakan, upload plugin secara manual"
651
 
652
- #: bws_menu.php:439
653
  msgid "Activate Plugin"
654
  msgstr "Aktifkan Plugin"
655
 
656
- #: bws_menu.php:439 bws_menu.php:445
657
  msgid "Return to BestWebSoft Panel"
658
  msgstr "Kembali ke BestWebSoft Panel"
659
 
660
- #: bws_menu.php:449 bws_menu.php:464 bws_menu.php:593
661
  msgid "All"
662
  msgstr "Semua"
663
 
664
- #: bws_menu.php:450 bws_menu.php:630
665
  msgid "Installed"
666
  msgstr "dipasang"
667
 
668
- #: bws_menu.php:451
669
  msgid "Not Installed"
670
  msgstr "Tidak terpasang"
671
 
672
- #: bws_menu.php:457
673
  msgid "Filter results"
674
  msgstr "Filter hasil"
675
 
676
- #: bws_menu.php:460 bws_menu.php:589
677
  msgid "Category"
678
  msgstr "Kategori"
679
 
680
- #: bws_menu.php:524
681
  msgid "Not installed"
682
  msgstr "Tidak terpasang"
683
 
684
- #: bws_menu.php:528
685
  msgid "Renew to get updates"
686
  msgstr "Renew untuk mendapatkan update"
687
 
688
- #: bws_menu.php:531
689
  #, php-format
690
  msgid "Update to v %s"
691
  msgstr "Update untuk v %s"
692
 
693
- #: bws_menu.php:543 bws_menu.php:566 bws_menu.php:575
694
  msgid "Install Now"
695
  msgstr "Pasang sekarang"
696
 
697
- #: bws_menu.php:549 class-bws-settings.php:157 class-bws-settings.php:1065
698
  msgid "Upgrade to Pro"
699
  msgstr "Upgrade ke yang lebih baik"
700
 
701
- #: bws_menu.php:563 bws_menu.php:572
702
  msgid "Activate this plugin"
703
  msgstr "Aktifkan plugin ini"
704
 
705
- #: bws_menu.php:575
706
  msgid "Install this plugin"
707
  msgstr "Menginstal plugin ini"
708
 
709
- #: bws_menu.php:584
710
  msgid "Nothing found. Try another criteria."
711
  msgstr "Tidak ada yang ditemukan. Coba kriteria lain."
712
 
713
- #: bws_menu.php:621
714
  #, php-format
715
  msgid "By %s"
716
  msgstr "Oleh %s"
717
 
718
- #: bws_menu.php:628
719
  msgid "Already Installed"
720
  msgstr "sudah Dipasang"
721
 
722
- #: bws_menu.php:638
723
- msgid "Browse Free WordPress Themes"
724
- msgstr "Isi Gratis WordPress Themes"
725
 
726
- #: bws_menu.php:647
727
  msgid "Send to support"
728
  msgstr "Kirim untuk mendukung"
729
 
730
- #: bws_menu.php:654
731
  msgid "Send to custom email &#187;"
732
  msgstr "Kirim ke email khusus & # 187;"
733
 
@@ -781,16 +786,16 @@ msgstr "Semua pengaturan Plugin dipulihkan."
781
  msgid "Custom Code"
782
  msgstr "Kode kustom"
783
 
784
- #: class-bws-settings.php:427 deprecated.php:497
785
  msgid "You do not have sufficient permissions to edit plugins for this site."
786
  msgstr ""
787
  "Anda tidak memiliki cukup izin untuk menyunting plugin untuk situs ini."
788
 
789
- #: class-bws-settings.php:432 deprecated.php:618
790
  msgid "These styles will be added to the header on all pages of your site."
791
  msgstr "Gaya ini akan ditambahkan ke header pada semua halaman situs Anda."
792
 
793
- #: class-bws-settings.php:435 deprecated.php:620
794
  #, php-format
795
  msgid ""
796
  "This PHP code will be hooked to the %s action and will be printed on front "
@@ -803,7 +808,7 @@ msgstr ""
803
  msgid "These code will be added to the header on all pages of your site."
804
  msgstr "Kode ini akan ditambahkan ke header pada semua halaman situs Anda."
805
 
806
- #: class-bws-settings.php:446 deprecated.php:644
807
  #, php-format
808
  msgid ""
809
  "You need to make this files writable before you can save your changes. See "
@@ -812,7 +817,7 @@ msgstr ""
812
  "Anda perlu membuat file ini ditulis sebelum Anda dapat menyimpan perubahan. "
813
  "Lihat %s Codex %s untuk informasi lebih lanjut."
814
 
815
- #: class-bws-settings.php:456 deprecated.php:626
816
  msgid "Browsing"
817
  msgstr "Browsing"
818
 
@@ -821,16 +826,16 @@ msgstr "Browsing"
821
  msgid "Activate custom %s code."
822
  msgstr "Aktifkan kustom %s kode."
823
 
824
- #: class-bws-settings.php:469 deprecated.php:633
825
  #, php-format
826
  msgid "Learn more about %s"
827
  msgstr "Pelajari lebih lanjut tentang %s"
828
 
829
- #: class-bws-settings.php:529
830
  msgid "Miscellaneous Settings"
831
  msgstr "Pengaturan Miscellaneous"
832
 
833
- #: class-bws-settings.php:538 class-bws-settings.php:593
834
  #, php-format
835
  msgid ""
836
  "It is prohibited to change %s settings on this site in the %s network "
@@ -838,74 +843,74 @@ msgid ""
838
  msgstr ""
839
  "Dilarang mengubah %s pengaturan di situs ini di %s pengaturan jaringan."
840
 
841
- #: class-bws-settings.php:541 class-bws-settings.php:596
842
  #, php-format
843
  msgid ""
844
  "It is prohibited to view %s settings on this site in the %s network settings."
845
  msgstr "Dilarang melihat %s pengaturan di situs ini di %s pengaturan jaringan."
846
 
847
- #: class-bws-settings.php:550
848
  msgid "Pro Options"
849
  msgstr "Pro Pilihan"
850
 
851
- #: class-bws-settings.php:554
852
  msgid "Enable to display plugin Pro options."
853
  msgstr "Memungkinkan untuk menampilkan opsi Pro Plugin."
854
 
855
- #: class-bws-settings.php:560
856
  msgid "Track Usage"
857
  msgstr "track Penggunaan"
858
 
859
- #: class-bws-settings.php:564
860
  msgid ""
861
  "Enable to allow tracking plugin usage anonymously in order to make it better."
862
  msgstr ""
863
  "Aktifkan untuk memungkinkan pelacakan penggunaan Plugin anonim untuk "
864
  "membuatnya lebih baik."
865
 
866
- #: class-bws-settings.php:569
867
  msgid "Default Settings"
868
  msgstr "Pengaturan default"
869
 
870
- #: class-bws-settings.php:571
871
  msgid "Restore Settings"
872
  msgstr "Kembalikan Pengaturan"
873
 
874
- #: class-bws-settings.php:572
875
  msgid "This will restore plugin settings to defaults."
876
  msgstr "Ini akan mengembalikan pengaturan plugin untuk default."
877
 
878
- #: class-bws-settings.php:584
879
  msgid "Import / Export"
880
  msgstr "Ekspor Impor"
881
 
882
- #: class-bws-settings.php:700 class-bws-settings.php:733
883
- #: class-bws-settings.php:755
884
  msgid "License Key"
885
  msgstr "Kunci lisensi"
886
 
887
- #: class-bws-settings.php:723
888
  msgid "Congratulations! Pro license is activated successfully."
889
  msgstr "Selamat! lisensi Pro berhasil diaktifkan."
890
 
891
- #: class-bws-settings.php:724
892
  #, php-format
893
  msgid "You will be automatically redirected to the %s in %s seconds."
894
  msgstr ""
895
 
896
- #: class-bws-settings.php:724
897
  msgid "Settings page"
898
  msgstr "halaman pengaturan"
899
 
900
- #: class-bws-settings.php:739
901
  #, php-format
902
  msgid "Enter your license key to activate %s and get premium plugin features."
903
  msgstr ""
904
  "Masukkan kunci lisensi Anda untuk mengaktifkan %s dan mendapatkan fitur "
905
  "Plugin premium."
906
 
907
- #: class-bws-settings.php:742 class-bws-settings.php:929 deprecated.php:362
908
- #: deprecated.php:703
909
  msgid ""
910
  "Unfortunately, you have exceeded the number of available tries per day. "
911
  "Please, upload the plugin manually."
@@ -913,12 +918,12 @@ msgstr ""
913
  "Sayangnya, Anda telah melebihi jumlah mencoba tersedia per hari. Silakan, "
914
  "upload plugin secara manual."
915
 
916
- #: class-bws-settings.php:745 deprecated.php:694
917
  #, php-format
918
  msgid "Start Your Free %s-Day Trial Now"
919
  msgstr "Mulai Anda gratis %s -Day Percobaan Sekarang"
920
 
921
- #: class-bws-settings.php:760
922
  msgid ""
923
  "If necessary, you can check if the license key is correct or reenter it in "
924
  "the field below."
@@ -926,15 +931,15 @@ msgstr ""
926
  "Jika perlu, Anda dapat memeriksa apakah kunci lisensi benar atau masuk "
927
  "kembali ke dalam bidang di bawah."
928
 
929
- #: class-bws-settings.php:765
930
  msgid "Manage License Settings"
931
  msgstr "Kelola Setelan License"
932
 
933
- #: class-bws-settings.php:767
934
  msgid "Login to Client Area"
935
  msgstr "Login ke Area Klien"
936
 
937
- #: class-bws-settings.php:769
938
  msgid ""
939
  "Manage active licenses, download BWS products, and view your payment history "
940
  "using BestWebSoft Client Area."
@@ -942,12 +947,12 @@ msgstr ""
942
  "Mengelola lisensi aktif, men-download produk BWS, dan melihat riwayat "
943
  "pembayaran Anda menggunakan BestWebSoft Client Area."
944
 
945
- #: class-bws-settings.php:824 class-bws-settings.php:927 deprecated.php:141
946
- #: deprecated.php:360
947
  msgid "This license key is bound to another site."
948
  msgstr "kunci lisensi ini terikat ke situs lain."
949
 
950
- #: class-bws-settings.php:826 deprecated.php:143
951
  msgid ""
952
  "This license key is valid, but Your license has expired. If you want to "
953
  "update our plugin in future, you should extend the license."
@@ -956,11 +961,11 @@ msgstr ""
956
  "ingin memperbarui plugin kami di masa depan, Anda harus memperpanjang "
957
  "lisensi."
958
 
959
- #: class-bws-settings.php:828 deprecated.php:145
960
  msgid "Unfortunately, you have exceeded the number of available tries."
961
  msgstr "Sayangnya, Anda telah melebihi jumlah mencoba tersedia."
962
 
963
- #: class-bws-settings.php:830 deprecated.php:147
964
  msgid ""
965
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
966
  "The Pro Trial license can be installed only once."
@@ -968,130 +973,156 @@ msgstr ""
968
  "Sayangnya, lisensi Percobaan Pro sudah dipasang untuk domain ini. Lisensi "
969
  "Percobaan Pro dapat diinstal hanya sekali."
970
 
971
- #: class-bws-settings.php:835 deprecated.php:151
972
  msgid "The Pro Trial license key is valid."
973
  msgstr "Kunci lisensi Percobaan Pro berlaku."
974
 
975
- #: class-bws-settings.php:843 deprecated.php:159 deprecated.php:246
976
  #, php-format
977
  msgid ""
978
  "In order to continue using the plugin it is necessary to buy a %s license."
979
  msgstr ""
980
  "Dalam rangka untuk terus menggunakan plugin perlu untuk membeli %s lisensi."
981
 
982
- #: class-bws-settings.php:1040 deprecated.php:463
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
983
  msgid "Please, enter Your license key"
984
  msgstr "Silakan, masukkan kunci lisensi Anda"
985
 
986
- #: class-bws-settings.php:1052
987
  msgid "Need Help?"
988
  msgstr "Butuh bantuan?"
989
 
990
- #: class-bws-settings.php:1054
991
  msgid "Read the Instruction"
992
  msgstr "Baca Instruksi"
993
 
994
- #: class-bws-settings.php:1058
995
  msgid "Watch the Video"
996
  msgstr "Saksikan Video"
997
 
998
- #: class-bws-settings.php:1069
999
  msgid "Start Your Free Trial"
1000
  msgstr "Mulai Uji Coba Gratis"
1001
 
1002
- #: deactivation-form.php:26
1003
  msgid "Need help? We are ready to answer your questions."
1004
  msgstr ""
1005
 
1006
- #: deactivation-form.php:26
1007
  msgid "Contact Support"
1008
  msgstr ""
1009
 
1010
- #: deactivation-form.php:31
1011
  msgid "The plugin is not working"
1012
  msgstr ""
1013
 
1014
- #: deactivation-form.php:33
1015
  msgid "Kindly share what didn't work so we can fix it in future updates..."
1016
  msgstr ""
1017
 
1018
- #: deactivation-form.php:37
1019
  msgid "The plugin didn't work as expected"
1020
  msgstr ""
1021
 
1022
- #: deactivation-form.php:39
1023
  msgid "What did you expect?"
1024
  msgstr ""
1025
 
1026
- #: deactivation-form.php:43
1027
  msgid "The plugin suddenly stopped working"
1028
  msgstr ""
1029
 
1030
- #: deactivation-form.php:50
1031
  msgid "The plugin broke my site"
1032
  msgstr ""
1033
 
1034
- #: deactivation-form.php:57
1035
  msgid "I couldn't understand how to get it work"
1036
  msgstr ""
1037
 
1038
- #: deactivation-form.php:64
1039
  msgid "I found a better plugin"
1040
  msgstr ""
1041
 
1042
- #: deactivation-form.php:66
1043
  msgid "What's the plugin name?"
1044
  msgstr ""
1045
 
1046
- #: deactivation-form.php:70
1047
  msgid "The plugin is great, but I need specific feature that you don't support"
1048
  msgstr ""
1049
 
1050
- #: deactivation-form.php:72
1051
  msgid "What feature?"
1052
  msgstr ""
1053
 
1054
- #: deactivation-form.php:76
1055
  msgid "I no longer need the plugin"
1056
  msgstr ""
1057
 
1058
- #: deactivation-form.php:82
1059
  msgid "It's a temporary deactivation, I'm just debugging an issue"
1060
  msgstr ""
1061
 
1062
- #: deactivation-form.php:88
1063
  msgid "Other"
1064
  msgstr "Lain"
1065
 
1066
- #: deactivation-form.php:122
1067
  msgid "Quick Feedback"
1068
  msgstr ""
1069
 
1070
- #: deactivation-form.php:123
1071
  msgid "If you have a moment, please let us know why you are deactivating"
1072
  msgstr ""
1073
 
1074
- #: deactivation-form.php:128
1075
- msgid "Anonymous feedback"
1076
  msgstr ""
1077
 
1078
- #: deactivation-form.php:130
1079
  msgid "Cancel"
1080
  msgstr ""
1081
 
1082
- #: deactivation-form.php:230
1083
  msgid "Processing"
1084
  msgstr ""
1085
 
1086
- #: deactivation-form.php:259
1087
  msgid "Submit & Deactivate"
1088
  msgstr ""
1089
 
1090
- #: deactivation-form.php:276
1091
  msgid "Please tell us the reason so we can improve it."
1092
  msgstr ""
1093
 
1094
- #: deactivation-form.php:344
1095
  msgid "Deactivate"
1096
  msgstr ""
1097
 
@@ -1121,80 +1152,80 @@ msgstr ""
1121
  "(Nama pengguna adalah alamat email yang ditentukan selama pembelian). Jika "
1122
  "perlu, silahkan pilih \\ \"Kehilangan kata sandi Anda? \" Permintaan."
1123
 
1124
- #: deprecated.php:247
1125
  msgid "After that, you can activate it by entering your license key."
1126
  msgstr ""
1127
  "Setelah itu, Anda dapat mengaktifkannya dengan memasukkan kunci lisensi Anda."
1128
 
1129
- #: deprecated.php:249 deprecated.php:688
1130
  msgid "License key can be found in the"
1131
  msgstr "kunci lisensi dapat ditemukan di"
1132
 
1133
- #: deprecated.php:251 deprecated.php:690
1134
  msgid "(your username is the email address specified during the purchase)."
1135
  msgstr "(Nama pengguna adalah alamat email yang ditentukan selama pembelian)."
1136
 
1137
- #: deprecated.php:278
1138
  msgid ""
1139
  "Congratulations! The Pro license of the plugin is activated successfully."
1140
  msgstr "Selamat! Lisensi Pro plugin tersebut berhasil diaktifkan."
1141
 
1142
- #: deprecated.php:280 deprecated.php:669
1143
  msgid "Please, go to"
1144
  msgstr "Tolong, pergi ke"
1145
 
1146
- #: deprecated.php:280 deprecated.php:669
1147
  msgid "the setting page"
1148
  msgstr "halaman pengaturan"
1149
 
1150
- #: deprecated.php:281 deprecated.php:670
1151
  msgid "You will be redirected automatically in 5 seconds."
1152
  msgstr "Anda akan diarahkan secara otomatis dalam 5 detik."
1153
 
1154
- #: deprecated.php:315
1155
  msgid "Check premium options on the plugin settings page!"
1156
  msgstr "Periksa pilihan premium di halaman pengaturan plugin!"
1157
 
1158
- #: deprecated.php:478
1159
  msgid "Restore all plugin settings to defaults"
1160
  msgstr "Mengembalikan semua pengaturan plugin untuk default"
1161
 
1162
- #: deprecated.php:480
1163
  msgid "Restore settings"
1164
  msgstr "mengembalikan pengaturan"
1165
 
1166
- #: deprecated.php:548 deprecated.php:575
1167
  #, php-format
1168
  msgid "File %s edited successfully."
1169
  msgstr "File %s berhasil diedit."
1170
 
1171
- #: deprecated.php:550 deprecated.php:577
1172
  msgid "Not enough permissions to create or update the file"
1173
  msgstr "Tidak cukup izin untuk membuat atau memperbarui file"
1174
 
1175
- #: deprecated.php:580
1176
  msgid "Not enough permissions to create the file"
1177
  msgstr "Tidak cukup izin untuk membuat file"
1178
 
1179
- #: deprecated.php:624
1180
  msgid "Editing"
1181
  msgstr "editing"
1182
 
1183
- #: deprecated.php:667
1184
  msgid ""
1185
  "Congratulations! Pro version of the plugin is installed and activated "
1186
  "successfully."
1187
  msgstr "Selamat! Versi Pro plugin diinstal dan diaktifkan berhasil."
1188
 
1189
- #: deprecated.php:677
1190
  msgid "Show Pro features"
1191
  msgstr "Tampilkan fitur Pro"
1192
 
1193
- #: deprecated.php:684
1194
  msgid "Enter your license key to install and activate"
1195
  msgstr "Masukkan kunci lisensi Anda untuk menginstal dan mengaktifkan"
1196
 
1197
- #: deprecated.php:686
1198
  msgid "version of the plugin."
1199
  msgstr "versi plugin."
1200
 
@@ -1234,280 +1265,288 @@ msgstr ""
1234
  msgid "SMM"
1235
  msgstr ""
1236
 
1237
- #: product_list.php:23
1238
- msgid ""
1239
- "Protect WordPress website forms from spam entries by means of math logic."
1240
  msgstr ""
1241
 
1242
- #: product_list.php:35
1243
  msgid "Create your personal car rental/booking and reservation website."
1244
  msgstr ""
1245
 
1246
- #: product_list.php:45
1247
  msgid ""
1248
  "Allow customers to reach you using secure contact form plugin any website "
1249
  "must have."
1250
  msgstr ""
1251
 
1252
- #: product_list.php:55
1253
  msgid "Add unlimited number of contact forms to WordPress website."
1254
  msgstr ""
1255
 
1256
- #: product_list.php:65
1257
  msgid "Save and manage Contact Form messages. Never lose important data."
1258
  msgstr ""
1259
 
1260
- #: product_list.php:75
1261
  msgid "Add unlimited custom pages to WordPress admin dashboard."
1262
  msgstr ""
1263
 
1264
- #: product_list.php:82
1265
  msgid "Add custom fields to WordPress website search results."
1266
  msgstr ""
1267
 
1268
- #: product_list.php:89
1269
  msgid ""
1270
  "Add custom post types and taxonomies to WordPress website search results."
1271
  msgstr ""
1272
 
1273
- #: product_list.php:99
1274
  msgid "Add PayPal and 2CO donate buttons to receive charity payments."
1275
  msgstr ""
1276
 
1277
- #: product_list.php:106
1278
  msgid ""
1279
  "Get latest error log messages to diagnose website problems. Define and fix "
1280
  "issues faster."
1281
  msgstr ""
1282
 
1283
- #: product_list.php:113
1284
  msgid ""
1285
  "Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
1286
  "widgets."
1287
  msgstr ""
1288
 
1289
- #: product_list.php:123
1290
  msgid ""
1291
  "Add beautiful galleries, albums & images to your WordPress website in a few "
1292
  "clicks."
1293
  msgstr ""
1294
 
1295
- #: product_list.php:133
1296
  msgid ""
1297
  "Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
1298
  "posts, pages and widgets."
1299
  msgstr ""
1300
 
1301
- #: product_list.php:143
1302
  msgid ""
1303
  "Stronger security solution which protects your WordPress website from hacks "
1304
  "and unauthorized login attempts."
1305
  msgstr ""
1306
 
1307
- #: product_list.php:153
1308
  msgid ""
1309
  "Add Adsense ads to WordPress website pages, posts, custom posts, search "
1310
  "results, categories, tags, and widgets."
1311
  msgstr ""
1312
 
1313
- #: product_list.php:163
1314
  msgid "Add Google Analytics code to WordPress website and track basic stats."
1315
  msgstr ""
1316
 
1317
- #: product_list.php:173
1318
  msgid ""
1319
  "Protect WordPress website forms from spam entries with Google Captcha "
1320
  "(reCaptcha)."
1321
  msgstr ""
1322
 
1323
- #: product_list.php:183
1324
  msgid "Add customized Google maps to WordPress posts, pages and widgets."
1325
  msgstr ""
1326
 
1327
- #: product_list.php:193
1328
  msgid ""
1329
  "Generate and add XML sitemap to WordPress website. Help search engines index "
1330
  "your blog."
1331
  msgstr ""
1332
 
1333
- #: product_list.php:203
1334
  msgid ""
1335
  "Replace external WordPress website links with Google shortlinks and track "
1336
  "click stats."
1337
  msgstr ""
1338
 
1339
- #: product_list.php:210
1340
  msgid ""
1341
  "Protect WordPress website – allow and deny access for certain IP addresses, "
1342
  "hostnames, etc."
1343
  msgstr ""
1344
 
1345
- #: product_list.php:220
1346
  msgid ""
1347
  "Create your personal job board and listing WordPress website. Search jobs, "
1348
  "submit CV/resumes, choose candidates."
1349
  msgstr ""
1350
 
1351
- #: product_list.php:227
1352
  msgid ""
1353
  "Protect WordPress website against brute force attacks. Limit rate of login "
1354
  "attempts."
1355
  msgstr ""
1356
 
1357
- #: product_list.php:237
1358
  msgid ""
1359
  "Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
1360
  "5 plugins included – profile, insider, etc."
1361
  msgstr ""
1362
 
1363
- #: product_list.php:247
1364
  msgid ""
1365
  "Translate WordPress website content to other languages manually. Create "
1366
  "multilingual pages, posts, widgets, menus, etc."
1367
  msgstr ""
1368
 
1369
- #: product_list.php:257
1370
  msgid ""
1371
  "Add customizable pagination to WordPress website. Split long content to "
1372
  "multiple pages for better navigation."
1373
  msgstr ""
1374
 
1375
- #: product_list.php:267
1376
  msgid ""
1377
  "Generate PDF files and print WordPress posts/pages. Customize document "
1378
  "header/footer styles and appearance."
1379
  msgstr ""
1380
 
1381
- #: product_list.php:277
1382
  msgid ""
1383
  "Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
1384
  "Profile) to WordPress posts, pages and widgets."
1385
  msgstr ""
1386
 
1387
- #: product_list.php:287
1388
  msgid ""
1389
  "Create your personal portfolio WordPress website. Manage and showcase past "
1390
  "projects to get more clients."
1391
  msgstr ""
1392
 
1393
- #: product_list.php:297
1394
  msgid "Export WordPress posts to CSV file format easily. Configure data order."
1395
  msgstr ""
1396
 
1397
- #: product_list.php:304
1398
  msgid ""
1399
  "Add extra fields to default WordPress user profile. The easiest way to "
1400
  "create and manage additional custom values."
1401
  msgstr ""
1402
 
1403
- #: product_list.php:311
1404
  msgid ""
1405
  "Add and display HTML advertisement banner on WordPress website. Customize "
1406
  "bar styles and appearance."
1407
  msgstr ""
1408
 
1409
- #: product_list.php:321
1410
  msgid ""
1411
  "Add customizable quotes and tips blocks to WordPress posts, pages and "
1412
  "widgets."
1413
  msgstr ""
1414
 
1415
- #: product_list.php:328
1416
  msgid ""
1417
  "Add rating plugin to your WordPress website to receive feedback from your "
1418
  "customers."
1419
  msgstr ""
1420
 
1421
- #: product_list.php:335
1422
  msgid ""
1423
  "Create your personal real estate WordPress website. Sell, rent and buy "
1424
  "properties. Add, search and browse listings easily."
1425
  msgstr ""
1426
 
1427
- #: product_list.php:345
1428
  msgid ""
1429
  "Add related, featured, latest, and popular posts to your WordPress website. "
1430
  "Connect your blog readers with a relevant content."
1431
  msgstr ""
1432
 
1433
- #: product_list.php:352
1434
  msgid ""
1435
  "Send bulk email messages to WordPress users. Custom templates, advanced "
1436
  "settings and detailed reports."
1437
  msgstr ""
1438
 
1439
- #: product_list.php:362
1440
  msgid ""
1441
  "The best responsive slider plugin for your WordPress website. Create "
1442
  "beautifully animated slides just in a few clicks."
1443
  msgstr ""
1444
 
1445
- #: product_list.php:369
1446
  msgid ""
1447
  "Configure SMTP server to receive email messages from WordPress to Gmail, "
1448
  "Yahoo, Hotmail and other services."
1449
  msgstr ""
1450
 
1451
- #: product_list.php:376
1452
  msgid ""
1453
  "Add social media buttons and widgets to WordPress posts, pages and widgets. "
1454
  "FB, Twitter, G+1, Pinterest, LinkedIn."
1455
  msgstr ""
1456
 
1457
- #: product_list.php:386
1458
  msgid ""
1459
  "Add social media login, registration, and commenting to your WordPress "
1460
  "website."
1461
  msgstr ""
1462
 
1463
- #: product_list.php:393
1464
  msgid ""
1465
  "Add email newsletter sign up form to WordPress posts, pages and widgets. "
1466
  "Collect data and subscribe your users."
1467
  msgstr ""
1468
 
1469
- #: product_list.php:403
1470
  msgid ""
1471
  "Add testimonials and feedbacks from your customers to WordPress website "
1472
  "posts, pages, and widgets."
1473
  msgstr ""
1474
 
1475
- #: product_list.php:410
1476
  msgid ""
1477
  "Best timesheet plugin for WordPress. Track employee time, streamline "
1478
  "attendance and generate reports."
1479
  msgstr ""
1480
 
1481
- #: product_list.php:420
1482
  msgid ""
1483
  "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
1484
  "and pages."
1485
  msgstr ""
1486
 
1487
- #: product_list.php:430
1488
  msgid ""
1489
  "Automatically check and update WordPress website core with all installed "
1490
  "plugins and themes to the latest versions."
1491
  msgstr ""
1492
 
1493
- #: product_list.php:440
1494
  msgid ""
1495
  "Powerful user role management plugin for WordPress website. Create, edit, "
1496
  "copy, and delete user roles."
1497
  msgstr ""
1498
 
1499
- #: product_list.php:450
1500
  msgid ""
1501
  "Display live count of online visitors who are currently browsing your "
1502
  "WordPress website."
1503
  msgstr ""
1504
 
1505
- #: product_list.php:460
1506
  msgid ""
1507
  "Backup and export Zendesk Help Center content automatically to your "
1508
  "WordPress website database."
1509
  msgstr ""
1510
 
 
 
 
 
 
 
 
 
 
1511
  #~ msgid ""
1512
  #~ "You can use one license of the Pro plugin for one domain only. Please "
1513
  #~ "check and edit your license or domain if necessary using you personal "
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-09-11 16:42+0300\n"
6
+ "PO-Revision-Date: 2017-09-11 16:42+0300\n"
7
  "Last-Translator: Jordan Silaen <jordan.silaen@chameleonjohn.com>\n"
8
  "Language-Team: chameleonjohn.com <jordan.silaen@chameleonjohn.com>\n"
9
  "Language: id\n"
41
  msgid "Like the plugin?"
42
  msgstr "Seperti plugin?"
43
 
44
+ #: bws_functions.php:93
45
+ #, php-format
46
+ msgid "%s reviews"
47
+ msgstr ""
48
+
49
  #: bws_functions.php:94
50
  msgid "Rate it"
51
  msgstr "Menilai itu"
54
  msgid "Need help?"
55
  msgstr "Butuh bantuan?"
56
 
57
+ #: bws_functions.php:104 bws_functions.php:917 class-bws-settings.php:1058
58
  msgid "Visit Help Center"
59
  msgstr "Kunjungi Pusat Bantuan"
60
 
62
  msgid "Want to support the plugin?"
63
  msgstr "Ingin mendukung plugin?"
64
 
65
+ #: bws_functions.php:108 bws_menu.php:560
66
  msgid "Donate"
67
  msgstr "Menyumbangkan"
68
 
78
  "otherwise the Pro plugin will be deactivated."
79
  msgstr ""
80
 
81
+ #: bws_functions.php:128 bws_functions.php:341 bws_menu.php:631
82
+ #: class-bws-settings.php:144
83
  msgid "Learn More"
84
  msgstr "Belajarlah lagi"
85
 
99
  "lisensi Anda telah berakhir. Untuk terus mendapatkan dukungan top-prioritas "
100
  "dan update Plugin, Anda harus memperpanjang."
101
 
102
+ #: bws_functions.php:147 bws_functions.php:389 deprecated.php:586
103
  msgid "Learn more"
104
  msgstr "Belajarlah lagi"
105
 
129
  msgid "Thank you for installing %s plugin!"
130
  msgstr ""
131
 
132
+ #: bws_functions.php:210
133
  msgid "Let's get started"
134
  msgstr "Mari kita mulai"
135
 
136
+ #: bws_functions.php:211 bws_functions.php:244 bws_menu.php:564
137
+ #: bws_menu.php:566
138
  msgid "Settings"
139
  msgstr "pengaturan"
140
 
141
+ #: bws_functions.php:213 bws_menu.php:326 class-bws-settings.php:747
142
+ #: class-bws-settings.php:1060 class-bws-settings.php:1070 deprecated.php:697
143
  msgid "or"
144
  msgstr "atau"
145
 
146
+ #: bws_functions.php:214 bws_functions.php:246
147
  msgid "Add New"
148
  msgstr "Tambah baru"
149
 
150
+ #: bws_functions.php:218 bws_functions.php:228 bws_functions.php:332
151
+ #: bws_functions.php:385 bws_functions.php:487
152
  msgid "Close notice"
153
  msgstr "Tutup pemberitahuan"
154
 
155
+ #: bws_functions.php:233
156
  msgid "Thank you for installing plugins by BestWebSoft!"
157
  msgstr "Terima kasih untuk menginstal plugin dengan BestWebSoft!"
158
 
159
+ #: bws_functions.php:235
160
  msgid "More Details"
161
  msgstr "Keterangan lebih lanjut"
162
 
163
+ #: bws_functions.php:236
164
  msgid "Less Details"
165
  msgstr "Kurang Detail"
166
 
167
+ #: bws_functions.php:264
168
  msgid "Deprecated function(-s) is used on the site here:"
169
  msgstr "Fungsi usang (-s) digunakan di situs di sini:"
170
 
171
+ #: bws_functions.php:278
172
  msgid ""
173
  "This function(-s) will be removed over time. Please update the product(-s)."
174
  msgstr ""
175
  "Fungsi ini (-s) akan dihapus dari waktu ke waktu. Perbarui produk (-s)."
176
 
177
+ #: bws_functions.php:337
178
  msgid "It’s time to upgrade your"
179
  msgstr "Saatnya untuk meng-upgrade Anda"
180
 
181
+ #: bws_functions.php:337
182
  msgid "to"
183
  msgstr "untuk"
184
 
185
+ #: bws_functions.php:337
186
  msgid "version!"
187
  msgstr "versi!"
188
 
189
+ #: bws_functions.php:338
190
  msgid "Extend standard plugin functionality with new great options."
191
  msgstr "Memperluas fungsi Plugin standar dengan pilihan besar baru."
192
 
193
+ #: bws_functions.php:389
194
  #, php-format
195
  msgid ""
196
  "Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
199
  "Kunci lisensi untuk %s berakhir pada %s dan Anda tidak akan diberikan TOP-"
200
  "PRIORITAS DUKUNGAN atau PEMBARUAN."
201
 
202
+ #: bws_functions.php:482
203
  #, php-format
204
  msgid "Thank you for choosing %s plugin!"
205
  msgstr ""
206
 
207
+ #: bws_functions.php:483
208
  msgid ""
209
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
210
  "we'd love to hear about it!"
212
  "Jika Anda memiliki fitur, saran atau ide yang ingin Anda lihat di plugin, "
213
  "kami akan senang mendengar tentang hal itu!"
214
 
215
+ #: bws_functions.php:484
216
  msgid "Suggest a Feature"
217
  msgstr "Sarankan Fitur sebuah"
218
 
219
+ #: bws_functions.php:500 class-bws-settings.php:540 class-bws-settings.php:543
220
+ #: class-bws-settings.php:595 class-bws-settings.php:598
221
  msgid "Notice"
222
  msgstr "Melihat"
223
 
224
+ #: bws_functions.php:500
225
  msgid "The plugin's settings have been changed."
226
  msgstr "pengaturan plugin ini telah berubah."
227
 
228
+ #: bws_functions.php:501 class-bws-settings.php:183 class-bws-settings.php:203
229
+ #: deprecated.php:642
230
  msgid "Save Changes"
231
  msgstr "Simpan perubahan"
232
 
233
+ #: bws_functions.php:515
234
  msgid ""
235
  "You can always look at premium options by checking the \"Pro Options\" in "
236
  "the \"Misc\" tab."
238
  "Anda selalu dapat melihat pilihan premium dengan memeriksa \\ \"Pro Options "
239
  "\" di \\ tab \"Misc \"."
240
 
241
+ #: bws_functions.php:653
242
  msgid "Add BWS Shortcode"
243
  msgstr ""
244
 
245
+ #: bws_functions.php:654
246
  msgid "Add BWS Plugins Shortcode"
247
  msgstr "Tambahkan BWS Plugin pendek"
248
 
249
+ #: bws_functions.php:673
250
  msgid "Add shortcode"
251
  msgstr "Tambahkan shortcode"
252
 
253
+ #: bws_functions.php:673
254
  msgid "Add BestWebSoft plugins' shortcodes using this button."
255
  msgstr "Tambahkan shortcode BestWebSoft plugin 'menggunakan tombol ini."
256
 
257
+ #: bws_functions.php:729
258
  msgid "Close"
259
  msgstr "Dekat"
260
 
261
+ #: bws_functions.php:821
262
  msgid "Are you sure you want to restore default settings?"
263
  msgstr "Apakah Anda yakin ingin mengembalikan pengaturan default?"
264
 
265
+ #: bws_functions.php:824
266
  msgid "Yes, restore all settings"
267
  msgstr "Ya, mengembalikan semua pengaturan"
268
 
269
+ #: bws_functions.php:825
270
  msgid "No, go back to the settings page"
271
  msgstr "Tidak, kembali ke halaman pengaturan"
272
 
273
+ #: bws_functions.php:867
274
  msgid "Plugin"
275
  msgstr "Plugin"
276
 
277
+ #: bws_functions.php:876
278
  msgid "Shortcode settings"
279
  msgstr "pengaturan shortcode"
280
 
281
+ #: bws_functions.php:881
282
  msgid "The shortcode will be inserted"
283
  msgstr "shortcode akan dimasukkan"
284
 
285
+ #: bws_functions.php:922
286
  msgid "FAQ"
287
  msgstr "FAQ"
288
 
289
+ #: bws_functions.php:928
290
  msgid "For more information:"
291
  msgstr "Untuk informasi lebih lanjut:"
292
 
293
+ #: bws_functions.php:929
294
  msgid "Documentation"
295
  msgstr "Dokumentasi"
296
 
297
+ #: bws_functions.php:930
298
  msgid "Video Instructions"
299
  msgstr "Petunjuk Video"
300
 
301
+ #: bws_functions.php:931
302
  msgid "Submit a Request"
303
  msgstr "Mengajukan permohonan"
304
 
305
+ #: bws_menu.php:101 class-bws-settings.php:792 deprecated.php:323
306
  msgid "Wrong license key"
307
  msgstr "kunci lisensi yang salah"
308
 
309
+ #: bws_menu.php:122 class-bws-settings.php:818 class-bws-settings.php:885
310
+ #: class-bws-settings.php:921 deprecated.php:133 deprecated.php:199
311
+ #: deprecated.php:353
312
  msgid ""
313
  "Something went wrong. Please try again later. If the error appears again, "
314
  "please contact us"
316
  "Ada yang salah. Silakan coba lagi nanti. Jika kesalahan muncul lagi, "
317
  "silahkan hubungi kami"
318
 
319
+ #: bws_menu.php:122 class-bws-settings.php:818 class-bws-settings.php:885
320
+ #: class-bws-settings.php:921 deprecated.php:133 deprecated.php:199
321
+ #: deprecated.php:353
322
  msgid "We are sorry for inconvenience."
323
  msgstr "Kami mohon maaf atas ketidaknyamanan."
324
 
325
+ #: bws_menu.php:128 class-bws-settings.php:824 class-bws-settings.php:927
326
+ #: deprecated.php:139 deprecated.php:359
327
  msgid "Wrong license key."
328
  msgstr "kunci lisensi yang salah."
329
 
339
  msgid "Log in"
340
  msgstr "Masuk"
341
 
342
+ #: bws_menu.php:132 bws_menu.php:332 deprecated.php:261
343
  msgid "Unfortunately, you have exceeded the number of available tries per day."
344
  msgstr "Sayangnya, Anda telah melebihi jumlah mencoba tersedia per hari."
345
 
346
+ #: bws_menu.php:134 deprecated.php:365
347
  #, php-format
348
  msgid ""
349
  "Unfortunately, Your license has expired. To continue getting top-priority "
352
  "Sayangnya, lisensi Anda telah kedaluwarsa. Untuk terus mendapatkan dukungan "
353
  "top-prioritas dan Plugin update, Anda harus memperpanjang di Anda %s"
354
 
355
+ #: bws_menu.php:136 class-bws-settings.php:935 deprecated.php:367
356
  msgid ""
357
  "Unfortunately, the Pro licence was already installed to this domain. The Pro "
358
  "Trial license can be installed only once."
360
  "Sayangnya, lisensi Pro sudah dipasang untuk domain ini. Lisensi Percobaan "
361
  "Pro dapat diinstal hanya sekali."
362
 
363
+ #: bws_menu.php:142 class-bws-settings.php:839 deprecated.php:153
364
  msgid "The license key is valid."
365
  msgstr "Kunci lisensi berlaku."
366
 
367
+ #: bws_menu.php:144 class-bws-settings.php:842 deprecated.php:156
368
  msgid "Your license will expire on"
369
  msgstr "lisensi Anda akan berakhir pada"
370
 
371
  #: bws_menu.php:146
372
+ msgid "Congratulations! Pro Membership license is activated successfully."
373
+ msgstr ""
374
 
375
+ #: bws_menu.php:153 class-bws-settings.php:1007 deprecated.php:436
376
  msgid ""
377
  "Something went wrong. Try again later or upload the plugin manually. We are "
378
  "sorry for inconvenience."
526
  msgid "Please enter a valid email address."
527
  msgstr "Silakan isi alamat email."
528
 
529
+ #: bws_menu.php:262
530
+ #, php-format
531
+ msgid "Email with system info is sent to %s."
532
+ msgstr ""
533
 
534
+ #: bws_menu.php:266
535
  msgid "Thank you for contacting us."
536
  msgstr "Terima kasih sudah menghubungi kami."
537
 
538
+ #: bws_menu.php:289
539
  msgid "Sorry, email message could not be delivered."
540
  msgstr "Maaf, pesan email tidak dapat disampaikan."
541
 
542
+ #: bws_menu.php:305 bws_menu.php:309 bws_menu.php:358 deprecated.php:91
543
  msgid "Plugins"
544
  msgstr "plugin"
545
 
546
+ #: bws_menu.php:306 bws_menu.php:310 bws_menu.php:618 deprecated.php:92
547
  msgid "Themes"
548
  msgstr "tema"
549
 
550
+ #: bws_menu.php:307 bws_menu.php:311 bws_menu.php:648
551
  msgid "System status"
552
  msgstr "Status sistem"
553
 
554
+ #: bws_menu.php:315
555
  msgid "Support"
556
  msgstr "Mendukung"
557
 
558
+ #: bws_menu.php:316
559
  msgid "Manage purchased licenses & subscriptions"
560
  msgstr "Mengelola membeli lisensi & langganan"
561
 
562
+ #: bws_menu.php:324
563
  #, php-format
564
  msgid "Get Access to %s+ Premium Plugins"
565
  msgstr "Dapatkan Akses ke %s + Premium Plugin"
566
 
567
+ #: bws_menu.php:326
568
  msgid "Subscribe to Pro Membership"
569
  msgstr "Berlangganan Pro Keanggotaan"
570
 
571
+ #: bws_menu.php:334 bws_menu.php:345 class-bws-settings.php:760
572
  #: deprecated.php:227
573
  msgid "Check license key"
574
  msgstr "Periksa kunci lisensi"
575
 
576
+ #: bws_menu.php:337
577
  msgid "Enter your license key"
578
  msgstr "Masukkan kunci lisensi Anda"
579
 
580
+ #: bws_menu.php:343 bws_menu.php:570 bws_menu.php:579
581
+ #: class-bws-settings.php:739 deprecated.php:259 deprecated.php:267
582
+ #: deprecated.php:631 deprecated.php:703 deprecated.php:712
583
  msgid "Activate"
584
  msgstr "Mengaktifkan"
585
 
586
+ #: bws_menu.php:359
587
  msgid "Upload Plugin"
588
  msgstr "Upload Plugin"
589
 
590
+ #: bws_menu.php:363
591
  #, php-format
592
  msgid ""
593
  "The plugin generated %d characters of <strong>unexpected output</strong> "
600
  "# 8221; pesan, masalah dengan feed sindikasi atau masalah lain, coba "
601
  "menonaktifkan atau menghapus plugin ini."
602
 
603
+ #: bws_menu.php:365
604
  msgid ""
605
  "Plugin could not be activated because it triggered a <strong>fatal error</"
606
  "strong>."
608
  "Plugin tidak dapat diaktifkan karena memicu <strong> kesalahan fatal </ "
609
  "strong>."
610
 
611
+ #: bws_menu.php:368
612
  msgid "Plugin <strong>activated</strong>."
613
  msgstr "Plugin <strong> diaktifkan </ strong>."
614
 
615
+ #: bws_menu.php:375
616
  msgid "Installing Plugin"
617
  msgstr "Instalasi Plugin"
618
 
619
+ #: bws_menu.php:381
620
  msgid "Downloading install package from"
621
  msgstr "Men-download menginstal paket dari"
622
 
623
+ #: bws_menu.php:398 bws_menu.php:429 bws_menu.php:440 deprecated.php:388
624
+ #: deprecated.php:410 deprecated.php:432
 
 
625
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
626
  msgstr "Gagal mengunduh arsip zip. Silakan, upload plugin secara manual"
627
 
628
+ #: bws_menu.php:406
629
  msgid "Unpacking the package"
630
  msgstr "Membuka paket"
631
 
632
+ #: bws_menu.php:411 bws_menu.php:419
633
  msgid "Installing the plugin"
634
  msgstr "Instalasi plugin"
635
 
636
+ #: bws_menu.php:415 deprecated.php:400
637
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
638
  msgstr "Gagal membuka arsip zip. Silakan, upload plugin secara manual"
639
 
640
+ #: bws_menu.php:422 deprecated.php:406
641
  msgid ""
642
  "Your server does not support either ZipArchive or Phar. Please, upload the "
643
  "plugin manually"
645
  "server Anda tidak mendukung baik ZipArchive atau Phar. Silakan, upload "
646
  "plugin secara manual"
647
 
648
+ #: bws_menu.php:425
649
  #, php-format
650
  msgid "The plugin %s is successfully installed."
651
  msgstr "Plugin %s berhasil diinstal."
652
 
653
+ #: bws_menu.php:432 deprecated.php:413
654
  msgid "UploadDir is not writable. Please, upload the plugin manually"
655
  msgstr "UploadDir tidak dapat ditulis. Silakan, upload plugin secara manual"
656
 
657
+ #: bws_menu.php:437
658
  msgid "Activate Plugin"
659
  msgstr "Aktifkan Plugin"
660
 
661
+ #: bws_menu.php:437 bws_menu.php:443
662
  msgid "Return to BestWebSoft Panel"
663
  msgstr "Kembali ke BestWebSoft Panel"
664
 
665
+ #: bws_menu.php:451 bws_menu.php:471 bws_menu.php:600
666
  msgid "All"
667
  msgstr "Semua"
668
 
669
+ #: bws_menu.php:454 bws_menu.php:637
670
  msgid "Installed"
671
  msgstr "dipasang"
672
 
673
+ #: bws_menu.php:457
674
  msgid "Not Installed"
675
  msgstr "Tidak terpasang"
676
 
677
+ #: bws_menu.php:464
678
  msgid "Filter results"
679
  msgstr "Filter hasil"
680
 
681
+ #: bws_menu.php:467 bws_menu.php:596
682
  msgid "Category"
683
  msgstr "Kategori"
684
 
685
+ #: bws_menu.php:531
686
  msgid "Not installed"
687
  msgstr "Tidak terpasang"
688
 
689
+ #: bws_menu.php:535
690
  msgid "Renew to get updates"
691
  msgstr "Renew untuk mendapatkan update"
692
 
693
+ #: bws_menu.php:538
694
  #, php-format
695
  msgid "Update to v %s"
696
  msgstr "Update untuk v %s"
697
 
698
+ #: bws_menu.php:550 bws_menu.php:573 bws_menu.php:582
699
  msgid "Install Now"
700
  msgstr "Pasang sekarang"
701
 
702
+ #: bws_menu.php:556 class-bws-settings.php:157 class-bws-settings.php:1067
703
  msgid "Upgrade to Pro"
704
  msgstr "Upgrade ke yang lebih baik"
705
 
706
+ #: bws_menu.php:570 bws_menu.php:579
707
  msgid "Activate this plugin"
708
  msgstr "Aktifkan plugin ini"
709
 
710
+ #: bws_menu.php:582
711
  msgid "Install this plugin"
712
  msgstr "Menginstal plugin ini"
713
 
714
+ #: bws_menu.php:591
715
  msgid "Nothing found. Try another criteria."
716
  msgstr "Tidak ada yang ditemukan. Coba kriteria lain."
717
 
718
+ #: bws_menu.php:628
719
  #, php-format
720
  msgid "By %s"
721
  msgstr "Oleh %s"
722
 
723
+ #: bws_menu.php:635
724
  msgid "Already Installed"
725
  msgstr "sudah Dipasang"
726
 
727
+ #: bws_menu.php:645
728
+ msgid "Browse More WordPress Themes"
729
+ msgstr ""
730
 
731
+ #: bws_menu.php:654
732
  msgid "Send to support"
733
  msgstr "Kirim untuk mendukung"
734
 
735
+ #: bws_menu.php:661
736
  msgid "Send to custom email &#187;"
737
  msgstr "Kirim ke email khusus & # 187;"
738
 
786
  msgid "Custom Code"
787
  msgstr "Kode kustom"
788
 
789
+ #: class-bws-settings.php:427 deprecated.php:498
790
  msgid "You do not have sufficient permissions to edit plugins for this site."
791
  msgstr ""
792
  "Anda tidak memiliki cukup izin untuk menyunting plugin untuk situs ini."
793
 
794
+ #: class-bws-settings.php:432 deprecated.php:620
795
  msgid "These styles will be added to the header on all pages of your site."
796
  msgstr "Gaya ini akan ditambahkan ke header pada semua halaman situs Anda."
797
 
798
+ #: class-bws-settings.php:435 deprecated.php:622
799
  #, php-format
800
  msgid ""
801
  "This PHP code will be hooked to the %s action and will be printed on front "
808
  msgid "These code will be added to the header on all pages of your site."
809
  msgstr "Kode ini akan ditambahkan ke header pada semua halaman situs Anda."
810
 
811
+ #: class-bws-settings.php:446 deprecated.php:646
812
  #, php-format
813
  msgid ""
814
  "You need to make this files writable before you can save your changes. See "
817
  "Anda perlu membuat file ini ditulis sebelum Anda dapat menyimpan perubahan. "
818
  "Lihat %s Codex %s untuk informasi lebih lanjut."
819
 
820
+ #: class-bws-settings.php:456 deprecated.php:628
821
  msgid "Browsing"
822
  msgstr "Browsing"
823
 
826
  msgid "Activate custom %s code."
827
  msgstr "Aktifkan kustom %s kode."
828
 
829
+ #: class-bws-settings.php:469 deprecated.php:635
830
  #, php-format
831
  msgid "Learn more about %s"
832
  msgstr "Pelajari lebih lanjut tentang %s"
833
 
834
+ #: class-bws-settings.php:531
835
  msgid "Miscellaneous Settings"
836
  msgstr "Pengaturan Miscellaneous"
837
 
838
+ #: class-bws-settings.php:540 class-bws-settings.php:595
839
  #, php-format
840
  msgid ""
841
  "It is prohibited to change %s settings on this site in the %s network "
843
  msgstr ""
844
  "Dilarang mengubah %s pengaturan di situs ini di %s pengaturan jaringan."
845
 
846
+ #: class-bws-settings.php:543 class-bws-settings.php:598
847
  #, php-format
848
  msgid ""
849
  "It is prohibited to view %s settings on this site in the %s network settings."
850
  msgstr "Dilarang melihat %s pengaturan di situs ini di %s pengaturan jaringan."
851
 
852
+ #: class-bws-settings.php:552
853
  msgid "Pro Options"
854
  msgstr "Pro Pilihan"
855
 
856
+ #: class-bws-settings.php:556
857
  msgid "Enable to display plugin Pro options."
858
  msgstr "Memungkinkan untuk menampilkan opsi Pro Plugin."
859
 
860
+ #: class-bws-settings.php:562
861
  msgid "Track Usage"
862
  msgstr "track Penggunaan"
863
 
864
+ #: class-bws-settings.php:566
865
  msgid ""
866
  "Enable to allow tracking plugin usage anonymously in order to make it better."
867
  msgstr ""
868
  "Aktifkan untuk memungkinkan pelacakan penggunaan Plugin anonim untuk "
869
  "membuatnya lebih baik."
870
 
871
+ #: class-bws-settings.php:571
872
  msgid "Default Settings"
873
  msgstr "Pengaturan default"
874
 
875
+ #: class-bws-settings.php:573
876
  msgid "Restore Settings"
877
  msgstr "Kembalikan Pengaturan"
878
 
879
+ #: class-bws-settings.php:574
880
  msgid "This will restore plugin settings to defaults."
881
  msgstr "Ini akan mengembalikan pengaturan plugin untuk default."
882
 
883
+ #: class-bws-settings.php:586
884
  msgid "Import / Export"
885
  msgstr "Ekspor Impor"
886
 
887
+ #: class-bws-settings.php:702 class-bws-settings.php:735
888
+ #: class-bws-settings.php:757
889
  msgid "License Key"
890
  msgstr "Kunci lisensi"
891
 
892
+ #: class-bws-settings.php:725
893
  msgid "Congratulations! Pro license is activated successfully."
894
  msgstr "Selamat! lisensi Pro berhasil diaktifkan."
895
 
896
+ #: class-bws-settings.php:726
897
  #, php-format
898
  msgid "You will be automatically redirected to the %s in %s seconds."
899
  msgstr ""
900
 
901
+ #: class-bws-settings.php:726
902
  msgid "Settings page"
903
  msgstr "halaman pengaturan"
904
 
905
+ #: class-bws-settings.php:741
906
  #, php-format
907
  msgid "Enter your license key to activate %s and get premium plugin features."
908
  msgstr ""
909
  "Masukkan kunci lisensi Anda untuk mengaktifkan %s dan mendapatkan fitur "
910
  "Plugin premium."
911
 
912
+ #: class-bws-settings.php:744 class-bws-settings.php:931 deprecated.php:363
913
+ #: deprecated.php:706
914
  msgid ""
915
  "Unfortunately, you have exceeded the number of available tries per day. "
916
  "Please, upload the plugin manually."
918
  "Sayangnya, Anda telah melebihi jumlah mencoba tersedia per hari. Silakan, "
919
  "upload plugin secara manual."
920
 
921
+ #: class-bws-settings.php:747 deprecated.php:697
922
  #, php-format
923
  msgid "Start Your Free %s-Day Trial Now"
924
  msgstr "Mulai Anda gratis %s -Day Percobaan Sekarang"
925
 
926
+ #: class-bws-settings.php:762
927
  msgid ""
928
  "If necessary, you can check if the license key is correct or reenter it in "
929
  "the field below."
931
  "Jika perlu, Anda dapat memeriksa apakah kunci lisensi benar atau masuk "
932
  "kembali ke dalam bidang di bawah."
933
 
934
+ #: class-bws-settings.php:767
935
  msgid "Manage License Settings"
936
  msgstr "Kelola Setelan License"
937
 
938
+ #: class-bws-settings.php:769
939
  msgid "Login to Client Area"
940
  msgstr "Login ke Area Klien"
941
 
942
+ #: class-bws-settings.php:771
943
  msgid ""
944
  "Manage active licenses, download BWS products, and view your payment history "
945
  "using BestWebSoft Client Area."
947
  "Mengelola lisensi aktif, men-download produk BWS, dan melihat riwayat "
948
  "pembayaran Anda menggunakan BestWebSoft Client Area."
949
 
950
+ #: class-bws-settings.php:826 class-bws-settings.php:929 deprecated.php:141
951
+ #: deprecated.php:361
952
  msgid "This license key is bound to another site."
953
  msgstr "kunci lisensi ini terikat ke situs lain."
954
 
955
+ #: class-bws-settings.php:828 deprecated.php:143
956
  msgid ""
957
  "This license key is valid, but Your license has expired. If you want to "
958
  "update our plugin in future, you should extend the license."
961
  "ingin memperbarui plugin kami di masa depan, Anda harus memperpanjang "
962
  "lisensi."
963
 
964
+ #: class-bws-settings.php:830 deprecated.php:145
965
  msgid "Unfortunately, you have exceeded the number of available tries."
966
  msgstr "Sayangnya, Anda telah melebihi jumlah mencoba tersedia."
967
 
968
+ #: class-bws-settings.php:832 deprecated.php:147
969
  msgid ""
970
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
971
  "The Pro Trial license can be installed only once."
973
  "Sayangnya, lisensi Percobaan Pro sudah dipasang untuk domain ini. Lisensi "
974
  "Percobaan Pro dapat diinstal hanya sekali."
975
 
976
+ #: class-bws-settings.php:837 deprecated.php:151
977
  msgid "The Pro Trial license key is valid."
978
  msgstr "Kunci lisensi Percobaan Pro berlaku."
979
 
980
+ #: class-bws-settings.php:845 deprecated.php:159 deprecated.php:246
981
  #, php-format
982
  msgid ""
983
  "In order to continue using the plugin it is necessary to buy a %s license."
984
  msgstr ""
985
  "Dalam rangka untuk terus menggunakan plugin perlu untuk membeli %s lisensi."
986
 
987
+ #: class-bws-settings.php:933
988
+ #, php-format
989
+ msgid ""
990
+ "Unfortunately, Your license has expired. To continue getting top-priority "
991
+ "support and plugin updates, you should extend it in your %s."
992
+ msgstr ""
993
+
994
+ #: class-bws-settings.php:959 class-bws-settings.php:981
995
+ #: class-bws-settings.php:1003
996
+ msgid "Failed to download the zip archive. Please, upload the plugin manually."
997
+ msgstr ""
998
+
999
+ #: class-bws-settings.php:971
1000
+ msgid "Failed to open the zip archive. Please, upload the plugin manually."
1001
+ msgstr ""
1002
+
1003
+ #: class-bws-settings.php:977
1004
+ msgid ""
1005
+ "Your server does not support either ZipArchive or Phar. Please, upload the "
1006
+ "plugin manually."
1007
+ msgstr ""
1008
+
1009
+ #: class-bws-settings.php:984
1010
+ msgid "UploadDir is not writable. Please, upload the plugin manually."
1011
+ msgstr ""
1012
+
1013
+ #: class-bws-settings.php:1042 deprecated.php:464
1014
  msgid "Please, enter Your license key"
1015
  msgstr "Silakan, masukkan kunci lisensi Anda"
1016
 
1017
+ #: class-bws-settings.php:1054
1018
  msgid "Need Help?"
1019
  msgstr "Butuh bantuan?"
1020
 
1021
+ #: class-bws-settings.php:1056
1022
  msgid "Read the Instruction"
1023
  msgstr "Baca Instruksi"
1024
 
1025
+ #: class-bws-settings.php:1060
1026
  msgid "Watch the Video"
1027
  msgstr "Saksikan Video"
1028
 
1029
+ #: class-bws-settings.php:1071
1030
  msgid "Start Your Free Trial"
1031
  msgstr "Mulai Uji Coba Gratis"
1032
 
1033
+ #: deactivation-form.php:27
1034
  msgid "Need help? We are ready to answer your questions."
1035
  msgstr ""
1036
 
1037
+ #: deactivation-form.php:27
1038
  msgid "Contact Support"
1039
  msgstr ""
1040
 
1041
+ #: deactivation-form.php:32
1042
  msgid "The plugin is not working"
1043
  msgstr ""
1044
 
1045
+ #: deactivation-form.php:34
1046
  msgid "Kindly share what didn't work so we can fix it in future updates..."
1047
  msgstr ""
1048
 
1049
+ #: deactivation-form.php:38
1050
  msgid "The plugin didn't work as expected"
1051
  msgstr ""
1052
 
1053
+ #: deactivation-form.php:40
1054
  msgid "What did you expect?"
1055
  msgstr ""
1056
 
1057
+ #: deactivation-form.php:44
1058
  msgid "The plugin suddenly stopped working"
1059
  msgstr ""
1060
 
1061
+ #: deactivation-form.php:51
1062
  msgid "The plugin broke my site"
1063
  msgstr ""
1064
 
1065
+ #: deactivation-form.php:58
1066
  msgid "I couldn't understand how to get it work"
1067
  msgstr ""
1068
 
1069
+ #: deactivation-form.php:65
1070
  msgid "I found a better plugin"
1071
  msgstr ""
1072
 
1073
+ #: deactivation-form.php:67
1074
  msgid "What's the plugin name?"
1075
  msgstr ""
1076
 
1077
+ #: deactivation-form.php:71
1078
  msgid "The plugin is great, but I need specific feature that you don't support"
1079
  msgstr ""
1080
 
1081
+ #: deactivation-form.php:73
1082
  msgid "What feature?"
1083
  msgstr ""
1084
 
1085
+ #: deactivation-form.php:77
1086
  msgid "I no longer need the plugin"
1087
  msgstr ""
1088
 
1089
+ #: deactivation-form.php:83
1090
  msgid "It's a temporary deactivation, I'm just debugging an issue"
1091
  msgstr ""
1092
 
1093
+ #: deactivation-form.php:89
1094
  msgid "Other"
1095
  msgstr "Lain"
1096
 
1097
+ #: deactivation-form.php:123
1098
  msgid "Quick Feedback"
1099
  msgstr ""
1100
 
1101
+ #: deactivation-form.php:124
1102
  msgid "If you have a moment, please let us know why you are deactivating"
1103
  msgstr ""
1104
 
1105
+ #: deactivation-form.php:127
1106
+ msgid "Send website data and allow to contact me back"
1107
  msgstr ""
1108
 
1109
+ #: deactivation-form.php:132
1110
  msgid "Cancel"
1111
  msgstr ""
1112
 
1113
+ #: deactivation-form.php:233
1114
  msgid "Processing"
1115
  msgstr ""
1116
 
1117
+ #: deactivation-form.php:262
1118
  msgid "Submit & Deactivate"
1119
  msgstr ""
1120
 
1121
+ #: deactivation-form.php:277
1122
  msgid "Please tell us the reason so we can improve it."
1123
  msgstr ""
1124
 
1125
+ #: deactivation-form.php:345
1126
  msgid "Deactivate"
1127
  msgstr ""
1128
 
1152
  "(Nama pengguna adalah alamat email yang ditentukan selama pembelian). Jika "
1153
  "perlu, silahkan pilih \\ \"Kehilangan kata sandi Anda? \" Permintaan."
1154
 
1155
+ #: deprecated.php:246
1156
  msgid "After that, you can activate it by entering your license key."
1157
  msgstr ""
1158
  "Setelah itu, Anda dapat mengaktifkannya dengan memasukkan kunci lisensi Anda."
1159
 
1160
+ #: deprecated.php:249 deprecated.php:691
1161
  msgid "License key can be found in the"
1162
  msgstr "kunci lisensi dapat ditemukan di"
1163
 
1164
+ #: deprecated.php:251 deprecated.php:693
1165
  msgid "(your username is the email address specified during the purchase)."
1166
  msgstr "(Nama pengguna adalah alamat email yang ditentukan selama pembelian)."
1167
 
1168
+ #: deprecated.php:279
1169
  msgid ""
1170
  "Congratulations! The Pro license of the plugin is activated successfully."
1171
  msgstr "Selamat! Lisensi Pro plugin tersebut berhasil diaktifkan."
1172
 
1173
+ #: deprecated.php:281 deprecated.php:672
1174
  msgid "Please, go to"
1175
  msgstr "Tolong, pergi ke"
1176
 
1177
+ #: deprecated.php:281 deprecated.php:672
1178
  msgid "the setting page"
1179
  msgstr "halaman pengaturan"
1180
 
1181
+ #: deprecated.php:282 deprecated.php:673
1182
  msgid "You will be redirected automatically in 5 seconds."
1183
  msgstr "Anda akan diarahkan secara otomatis dalam 5 detik."
1184
 
1185
+ #: deprecated.php:316
1186
  msgid "Check premium options on the plugin settings page!"
1187
  msgstr "Periksa pilihan premium di halaman pengaturan plugin!"
1188
 
1189
+ #: deprecated.php:479
1190
  msgid "Restore all plugin settings to defaults"
1191
  msgstr "Mengembalikan semua pengaturan plugin untuk default"
1192
 
1193
+ #: deprecated.php:481
1194
  msgid "Restore settings"
1195
  msgstr "mengembalikan pengaturan"
1196
 
1197
+ #: deprecated.php:550 deprecated.php:577
1198
  #, php-format
1199
  msgid "File %s edited successfully."
1200
  msgstr "File %s berhasil diedit."
1201
 
1202
+ #: deprecated.php:552 deprecated.php:579
1203
  msgid "Not enough permissions to create or update the file"
1204
  msgstr "Tidak cukup izin untuk membuat atau memperbarui file"
1205
 
1206
+ #: deprecated.php:582
1207
  msgid "Not enough permissions to create the file"
1208
  msgstr "Tidak cukup izin untuk membuat file"
1209
 
1210
+ #: deprecated.php:626
1211
  msgid "Editing"
1212
  msgstr "editing"
1213
 
1214
+ #: deprecated.php:670
1215
  msgid ""
1216
  "Congratulations! Pro version of the plugin is installed and activated "
1217
  "successfully."
1218
  msgstr "Selamat! Versi Pro plugin diinstal dan diaktifkan berhasil."
1219
 
1220
+ #: deprecated.php:680
1221
  msgid "Show Pro features"
1222
  msgstr "Tampilkan fitur Pro"
1223
 
1224
+ #: deprecated.php:687
1225
  msgid "Enter your license key to install and activate"
1226
  msgstr "Masukkan kunci lisensi Anda untuk menginstal dan mengaktifkan"
1227
 
1228
+ #: deprecated.php:689
1229
  msgid "version of the plugin."
1230
  msgstr "versi plugin."
1231
 
1265
  msgid "SMM"
1266
  msgstr ""
1267
 
1268
+ #: product_list.php:22
1269
+ msgid "Best secure captcha plugin to protect your WordPress forms."
 
1270
  msgstr ""
1271
 
1272
+ #: product_list.php:32
1273
  msgid "Create your personal car rental/booking and reservation website."
1274
  msgstr ""
1275
 
1276
+ #: product_list.php:42
1277
  msgid ""
1278
  "Allow customers to reach you using secure contact form plugin any website "
1279
  "must have."
1280
  msgstr ""
1281
 
1282
+ #: product_list.php:52
1283
  msgid "Add unlimited number of contact forms to WordPress website."
1284
  msgstr ""
1285
 
1286
+ #: product_list.php:62
1287
  msgid "Save and manage Contact Form messages. Never lose important data."
1288
  msgstr ""
1289
 
1290
+ #: product_list.php:72
1291
  msgid "Add unlimited custom pages to WordPress admin dashboard."
1292
  msgstr ""
1293
 
1294
+ #: product_list.php:79
1295
  msgid "Add custom fields to WordPress website search results."
1296
  msgstr ""
1297
 
1298
+ #: product_list.php:86
1299
  msgid ""
1300
  "Add custom post types and taxonomies to WordPress website search results."
1301
  msgstr ""
1302
 
1303
+ #: product_list.php:96
1304
  msgid "Add PayPal and 2CO donate buttons to receive charity payments."
1305
  msgstr ""
1306
 
1307
+ #: product_list.php:103
1308
  msgid ""
1309
  "Get latest error log messages to diagnose website problems. Define and fix "
1310
  "issues faster."
1311
  msgstr ""
1312
 
1313
+ #: product_list.php:110
1314
  msgid ""
1315
  "Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
1316
  "widgets."
1317
  msgstr ""
1318
 
1319
+ #: product_list.php:120
1320
  msgid ""
1321
  "Add beautiful galleries, albums & images to your WordPress website in a few "
1322
  "clicks."
1323
  msgstr ""
1324
 
1325
+ #: product_list.php:130
1326
  msgid ""
1327
  "Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
1328
  "posts, pages and widgets."
1329
  msgstr ""
1330
 
1331
+ #: product_list.php:140
1332
  msgid ""
1333
  "Stronger security solution which protects your WordPress website from hacks "
1334
  "and unauthorized login attempts."
1335
  msgstr ""
1336
 
1337
+ #: product_list.php:150
1338
  msgid ""
1339
  "Add Adsense ads to WordPress website pages, posts, custom posts, search "
1340
  "results, categories, tags, and widgets."
1341
  msgstr ""
1342
 
1343
+ #: product_list.php:160
1344
  msgid "Add Google Analytics code to WordPress website and track basic stats."
1345
  msgstr ""
1346
 
1347
+ #: product_list.php:170
1348
  msgid ""
1349
  "Protect WordPress website forms from spam entries with Google Captcha "
1350
  "(reCaptcha)."
1351
  msgstr ""
1352
 
1353
+ #: product_list.php:180
1354
  msgid "Add customized Google maps to WordPress posts, pages and widgets."
1355
  msgstr ""
1356
 
1357
+ #: product_list.php:190
1358
  msgid ""
1359
  "Generate and add XML sitemap to WordPress website. Help search engines index "
1360
  "your blog."
1361
  msgstr ""
1362
 
1363
+ #: product_list.php:200
1364
  msgid ""
1365
  "Replace external WordPress website links with Google shortlinks and track "
1366
  "click stats."
1367
  msgstr ""
1368
 
1369
+ #: product_list.php:207
1370
  msgid ""
1371
  "Protect WordPress website – allow and deny access for certain IP addresses, "
1372
  "hostnames, etc."
1373
  msgstr ""
1374
 
1375
+ #: product_list.php:217
1376
  msgid ""
1377
  "Create your personal job board and listing WordPress website. Search jobs, "
1378
  "submit CV/resumes, choose candidates."
1379
  msgstr ""
1380
 
1381
+ #: product_list.php:224
1382
  msgid ""
1383
  "Protect WordPress website against brute force attacks. Limit rate of login "
1384
  "attempts."
1385
  msgstr ""
1386
 
1387
+ #: product_list.php:234
1388
  msgid ""
1389
  "Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
1390
  "5 plugins included – profile, insider, etc."
1391
  msgstr ""
1392
 
1393
+ #: product_list.php:244
1394
  msgid ""
1395
  "Translate WordPress website content to other languages manually. Create "
1396
  "multilingual pages, posts, widgets, menus, etc."
1397
  msgstr ""
1398
 
1399
+ #: product_list.php:254
1400
  msgid ""
1401
  "Add customizable pagination to WordPress website. Split long content to "
1402
  "multiple pages for better navigation."
1403
  msgstr ""
1404
 
1405
+ #: product_list.php:264
1406
  msgid ""
1407
  "Generate PDF files and print WordPress posts/pages. Customize document "
1408
  "header/footer styles and appearance."
1409
  msgstr ""
1410
 
1411
+ #: product_list.php:274
1412
  msgid ""
1413
  "Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
1414
  "Profile) to WordPress posts, pages and widgets."
1415
  msgstr ""
1416
 
1417
+ #: product_list.php:284
1418
  msgid ""
1419
  "Create your personal portfolio WordPress website. Manage and showcase past "
1420
  "projects to get more clients."
1421
  msgstr ""
1422
 
1423
+ #: product_list.php:294
1424
  msgid "Export WordPress posts to CSV file format easily. Configure data order."
1425
  msgstr ""
1426
 
1427
+ #: product_list.php:301
1428
  msgid ""
1429
  "Add extra fields to default WordPress user profile. The easiest way to "
1430
  "create and manage additional custom values."
1431
  msgstr ""
1432
 
1433
+ #: product_list.php:308
1434
  msgid ""
1435
  "Add and display HTML advertisement banner on WordPress website. Customize "
1436
  "bar styles and appearance."
1437
  msgstr ""
1438
 
1439
+ #: product_list.php:318
1440
  msgid ""
1441
  "Add customizable quotes and tips blocks to WordPress posts, pages and "
1442
  "widgets."
1443
  msgstr ""
1444
 
1445
+ #: product_list.php:325
1446
  msgid ""
1447
  "Add rating plugin to your WordPress website to receive feedback from your "
1448
  "customers."
1449
  msgstr ""
1450
 
1451
+ #: product_list.php:332
1452
  msgid ""
1453
  "Create your personal real estate WordPress website. Sell, rent and buy "
1454
  "properties. Add, search and browse listings easily."
1455
  msgstr ""
1456
 
1457
+ #: product_list.php:342
1458
  msgid ""
1459
  "Add related, featured, latest, and popular posts to your WordPress website. "
1460
  "Connect your blog readers with a relevant content."
1461
  msgstr ""
1462
 
1463
+ #: product_list.php:349
1464
  msgid ""
1465
  "Send bulk email messages to WordPress users. Custom templates, advanced "
1466
  "settings and detailed reports."
1467
  msgstr ""
1468
 
1469
+ #: product_list.php:359
1470
  msgid ""
1471
  "The best responsive slider plugin for your WordPress website. Create "
1472
  "beautifully animated slides just in a few clicks."
1473
  msgstr ""
1474
 
1475
+ #: product_list.php:366
1476
  msgid ""
1477
  "Configure SMTP server to receive email messages from WordPress to Gmail, "
1478
  "Yahoo, Hotmail and other services."
1479
  msgstr ""
1480
 
1481
+ #: product_list.php:373
1482
  msgid ""
1483
  "Add social media buttons and widgets to WordPress posts, pages and widgets. "
1484
  "FB, Twitter, G+1, Pinterest, LinkedIn."
1485
  msgstr ""
1486
 
1487
+ #: product_list.php:383
1488
  msgid ""
1489
  "Add social media login, registration, and commenting to your WordPress "
1490
  "website."
1491
  msgstr ""
1492
 
1493
+ #: product_list.php:390
1494
  msgid ""
1495
  "Add email newsletter sign up form to WordPress posts, pages and widgets. "
1496
  "Collect data and subscribe your users."
1497
  msgstr ""
1498
 
1499
+ #: product_list.php:400
1500
  msgid ""
1501
  "Add testimonials and feedbacks from your customers to WordPress website "
1502
  "posts, pages, and widgets."
1503
  msgstr ""
1504
 
1505
+ #: product_list.php:407
1506
  msgid ""
1507
  "Best timesheet plugin for WordPress. Track employee time, streamline "
1508
  "attendance and generate reports."
1509
  msgstr ""
1510
 
1511
+ #: product_list.php:417
1512
  msgid ""
1513
  "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
1514
  "and pages."
1515
  msgstr ""
1516
 
1517
+ #: product_list.php:427
1518
  msgid ""
1519
  "Automatically check and update WordPress website core with all installed "
1520
  "plugins and themes to the latest versions."
1521
  msgstr ""
1522
 
1523
+ #: product_list.php:437
1524
  msgid ""
1525
  "Powerful user role management plugin for WordPress website. Create, edit, "
1526
  "copy, and delete user roles."
1527
  msgstr ""
1528
 
1529
+ #: product_list.php:447
1530
  msgid ""
1531
  "Display live count of online visitors who are currently browsing your "
1532
  "WordPress website."
1533
  msgstr ""
1534
 
1535
+ #: product_list.php:457
1536
  msgid ""
1537
  "Backup and export Zendesk Help Center content automatically to your "
1538
  "WordPress website database."
1539
  msgstr ""
1540
 
1541
+ #~ msgid "Congratulations! Pro Membership license is activated successfully."
1542
+ #~ msgstr "Selamat! lisensi Keanggotaan Pro berhasil diaktifkan."
1543
+
1544
+ #~ msgid "Email with system info is sent to"
1545
+ #~ msgstr "Email dengan info sistem dikirim ke"
1546
+
1547
+ #~ msgid "Browse Free WordPress Themes"
1548
+ #~ msgstr "Isi Gratis WordPress Themes"
1549
+
1550
  #~ msgid ""
1551
  #~ "You can use one license of the Pro plugin for one domain only. Please "
1552
  #~ "check and edit your license or domain if necessary using you personal "
bws_menu/languages/bestwebsoft-nl_NL.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-nl_NL.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-08-28 09:55+0300\n"
6
- "PO-Revision-Date: 2017-08-28 09:55+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <https://support.bestwebsoft.com>\n"
9
  "Language: nl_NL\n"
@@ -40,6 +40,11 @@ msgstr "Plugins pagina"
40
  msgid "Like the plugin?"
41
  msgstr "Like de plugin?"
42
 
 
 
 
 
 
43
  #: bws_functions.php:94
44
  msgid "Rate it"
45
  msgstr "Rate it"
@@ -48,7 +53,7 @@ msgstr "Rate it"
48
  msgid "Need help?"
49
  msgstr "Hulp nodig?"
50
 
51
- #: bws_functions.php:104 bws_functions.php:911 class-bws-settings.php:1056
52
  msgid "Visit Help Center"
53
  msgstr "Bezoek het Helpcentrum"
54
 
@@ -56,7 +61,7 @@ msgstr "Bezoek het Helpcentrum"
56
  msgid "Want to support the plugin?"
57
  msgstr "Geef ondersteuning aan de plug-in?"
58
 
59
- #: bws_functions.php:108 bws_menu.php:553
60
  msgid "Donate"
61
  msgstr "Doneer"
62
 
@@ -72,7 +77,8 @@ msgid ""
72
  "otherwise the Pro plugin will be deactivated."
73
  msgstr ""
74
 
75
- #: bws_functions.php:128 bws_functions.php:340 class-bws-settings.php:144
 
76
  msgid "Learn More"
77
  msgstr "Leer meer"
78
 
@@ -92,7 +98,7 @@ msgstr ""
92
  "Uw licentie is verlopen. Om voort te gaan met ondersteuning voor top-"
93
  "prioriteit en plugin-updates, moet u het uitbreiden."
94
 
95
- #: bws_functions.php:147 bws_functions.php:383 deprecated.php:584
96
  msgid "Learn more"
97
  msgstr "Leer meer"
98
 
@@ -122,70 +128,70 @@ msgstr ""
122
  msgid "Thank you for installing %s plugin!"
123
  msgstr "Dank u voor het installeren van %s plugin!"
124
 
125
- #: bws_functions.php:209
126
  msgid "Let's get started"
127
  msgstr "Laten we aan de slag gaan"
128
 
129
- #: bws_functions.php:210 bws_functions.php:243 bws_menu.php:557
130
- #: bws_menu.php:559
131
  msgid "Settings"
132
  msgstr "Settings"
133
 
134
- #: bws_functions.php:212 bws_menu.php:328 class-bws-settings.php:745
135
- #: class-bws-settings.php:1058 class-bws-settings.php:1068 deprecated.php:694
136
  msgid "or"
137
  msgstr "of"
138
 
139
- #: bws_functions.php:213 bws_functions.php:245
140
  msgid "Add New"
141
  msgstr "Nieuwe toevoegen"
142
 
143
- #: bws_functions.php:217 bws_functions.php:227 bws_functions.php:331
144
- #: bws_functions.php:379 bws_functions.php:481
145
  msgid "Close notice"
146
  msgstr "Opmerking sluiten"
147
 
148
- #: bws_functions.php:232
149
  msgid "Thank you for installing plugins by BestWebSoft!"
150
  msgstr "Dank u voor het installeren van een plugin van BestWebSoft!"
151
 
152
- #: bws_functions.php:234
153
  msgid "More Details"
154
  msgstr "Meer details"
155
 
156
- #: bws_functions.php:235
157
  msgid "Less Details"
158
  msgstr "Minder details"
159
 
160
- #: bws_functions.php:263
161
  msgid "Deprecated function(-s) is used on the site here:"
162
  msgstr "Deprecated functie(-s) word hier op de site gebruikt:"
163
 
164
- #: bws_functions.php:277
165
  msgid ""
166
  "This function(-s) will be removed over time. Please update the product(-s)."
167
  msgstr ""
168
  "Deze function(-s) zal mettertijd worden verwijderd. Update het product of "
169
  "producten."
170
 
171
- #: bws_functions.php:336
172
  msgid "It’s time to upgrade your"
173
  msgstr "Het is tijd om te upgraden, "
174
 
175
- #: bws_functions.php:336
176
  msgid "to"
177
  msgstr "aan"
178
 
179
- #: bws_functions.php:336
180
  msgid "version!"
181
  msgstr "versie!"
182
 
183
- #: bws_functions.php:337
184
  msgid "Extend standard plugin functionality with new great options."
185
  msgstr ""
186
  "Verleng de standaard plugin functionaliteit met nieuwe geweldige opties."
187
 
188
- #: bws_functions.php:383
189
  #, php-format
190
  msgid ""
191
  "Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
@@ -194,12 +200,12 @@ msgstr ""
194
  "Uw licentiesleutel voor %s verloopt uit op %s en u krijgt geen TOP-"
195
  "PRIORITEIT SUPPORT of UPDATES."
196
 
197
- #: bws_functions.php:476
198
  #, php-format
199
  msgid "Thank you for choosing %s plugin!"
200
  msgstr "Bedankt voor het kiezen van %s plugin!"
201
 
202
- #: bws_functions.php:477
203
  msgid ""
204
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
205
  "we'd love to hear about it!"
@@ -207,25 +213,25 @@ msgstr ""
207
  "Als u een feature, suggestie of idee hebt dat u graag wilt zien in de "
208
  "plugin, zouden we het graag willen horen!"
209
 
210
- #: bws_functions.php:478
211
  msgid "Suggest a Feature"
212
  msgstr "Deel een idee"
213
 
214
- #: bws_functions.php:494 class-bws-settings.php:538 class-bws-settings.php:541
215
- #: class-bws-settings.php:593 class-bws-settings.php:596
216
  msgid "Notice"
217
  msgstr "Opmerking"
218
 
219
- #: bws_functions.php:494
220
  msgid "The plugin's settings have been changed."
221
  msgstr "De instellingen van de plugin zijn gewijzigd."
222
 
223
- #: bws_functions.php:495 class-bws-settings.php:183 class-bws-settings.php:203
224
- #: deprecated.php:640
225
  msgid "Save Changes"
226
  msgstr "Bewerkingen opslaan"
227
 
228
- #: bws_functions.php:509
229
  msgid ""
230
  "You can always look at premium options by checking the \"Pro Options\" in "
231
  "the \"Misc\" tab."
@@ -233,77 +239,77 @@ msgstr ""
233
  "U kunt altijd premium opties bekijken door de \"Pro Options\" in het tabblad "
234
  "\"Misc\" te controleren."
235
 
236
- #: bws_functions.php:647
237
  msgid "Add BWS Shortcode"
238
  msgstr ""
239
 
240
- #: bws_functions.php:648
241
  msgid "Add BWS Plugins Shortcode"
242
  msgstr ""
243
 
244
- #: bws_functions.php:667
245
  msgid "Add shortcode"
246
  msgstr "Shortcode toevoegen"
247
 
248
- #: bws_functions.php:667
249
  msgid "Add BestWebSoft plugins' shortcodes using this button."
250
  msgstr "Voeg BestWebSoft plugins shortcodes toe aan deze knop."
251
 
252
- #: bws_functions.php:723
253
  msgid "Close"
254
  msgstr "Sluiten"
255
 
256
- #: bws_functions.php:815
257
  msgid "Are you sure you want to restore default settings?"
258
  msgstr "Weet u zeker dat u de standaardinstellingen wilt herstellen?"
259
 
260
- #: bws_functions.php:818
261
  msgid "Yes, restore all settings"
262
  msgstr "Ja, herstel alle instellingen"
263
 
264
- #: bws_functions.php:819
265
  msgid "No, go back to the settings page"
266
  msgstr "Nee, ga terug naar de instellingen"
267
 
268
- #: bws_functions.php:861
269
  msgid "Plugin"
270
  msgstr "Plugin"
271
 
272
- #: bws_functions.php:870
273
  msgid "Shortcode settings"
274
  msgstr "Shortcode instellingen"
275
 
276
- #: bws_functions.php:875
277
  msgid "The shortcode will be inserted"
278
  msgstr "De shortcode wordt ingevoegd"
279
 
280
- #: bws_functions.php:916
281
  msgid "FAQ"
282
  msgstr "FAQ"
283
 
284
- #: bws_functions.php:922
285
  msgid "For more information:"
286
  msgstr "Voor meer informatie:"
287
 
288
- #: bws_functions.php:923
289
  msgid "Documentation"
290
  msgstr "Documentatie"
291
 
292
- #: bws_functions.php:924
293
  msgid "Video Instructions"
294
  msgstr "Video Instructies"
295
 
296
- #: bws_functions.php:925
297
  msgid "Submit a Request"
298
  msgstr "Verzend een verzoek"
299
 
300
- #: bws_menu.php:101 class-bws-settings.php:790 deprecated.php:322
301
  msgid "Wrong license key"
302
  msgstr "Incorrecte licentiesleutel"
303
 
304
- #: bws_menu.php:122 class-bws-settings.php:816 class-bws-settings.php:883
305
- #: class-bws-settings.php:919 deprecated.php:133 deprecated.php:199
306
- #: deprecated.php:352
307
  msgid ""
308
  "Something went wrong. Please try again later. If the error appears again, "
309
  "please contact us"
@@ -311,14 +317,14 @@ msgstr ""
311
  "Er is iets fout gegaan. Probeer het later nogmaals. Als de fout zich blijft "
312
  "voordoen, neem dan contact met ons op"
313
 
314
- #: bws_menu.php:122 class-bws-settings.php:816 class-bws-settings.php:883
315
- #: class-bws-settings.php:919 deprecated.php:133 deprecated.php:199
316
- #: deprecated.php:352
317
  msgid "We are sorry for inconvenience."
318
  msgstr "Het spijt ons voor het ongemak."
319
 
320
- #: bws_menu.php:128 class-bws-settings.php:822 class-bws-settings.php:925
321
- #: deprecated.php:139 deprecated.php:358
322
  msgid "Wrong license key."
323
  msgstr "Verkeerde licentiesleutel."
324
 
@@ -334,11 +340,11 @@ msgstr ""
334
  msgid "Log in"
335
  msgstr "Log in"
336
 
337
- #: bws_menu.php:132 bws_menu.php:334 deprecated.php:261
338
  msgid "Unfortunately, you have exceeded the number of available tries per day."
339
  msgstr "Helaas heb je het aantal beschikbare pogingen per dag overschreden."
340
 
341
- #: bws_menu.php:134 class-bws-settings.php:931 deprecated.php:364
342
  #, php-format
343
  msgid ""
344
  "Unfortunately, Your license has expired. To continue getting top-priority "
@@ -347,7 +353,7 @@ msgstr ""
347
  "Helaas is uw licentie verlopen. Om voort te gaan met ondersteuning voor top-"
348
  "prioriteit en plugin-updates, moet u deze uitbreiden in uw %s"
349
 
350
- #: bws_menu.php:136 class-bws-settings.php:933 deprecated.php:366
351
  msgid ""
352
  "Unfortunately, the Pro licence was already installed to this domain. The Pro "
353
  "Trial license can be installed only once."
@@ -355,20 +361,19 @@ msgstr ""
355
  "Helaas is de Pro licentie al geïnstalleerd op dit domein. De Pro Trial "
356
  "licentie kan slechts één keer geïnstalleerd worden."
357
 
358
- #: bws_menu.php:142 class-bws-settings.php:837 deprecated.php:153
359
  msgid "The license key is valid."
360
  msgstr "De licentiesleutel is geldig."
361
 
362
- #: bws_menu.php:144 class-bws-settings.php:840 deprecated.php:156
363
  msgid "Your license will expire on"
364
  msgstr "Uw licentie vervalt op"
365
 
366
  #: bws_menu.php:146
367
- msgid "Congratulations! Pro Membership license is activated successfully."
368
  msgstr ""
369
- "Hartelijk gefeliciteerd! Uw Pro Membership licentie is succesvol geactiveerd."
370
 
371
- #: bws_menu.php:153 class-bws-settings.php:1005 deprecated.php:435
372
  msgid ""
373
  "Something went wrong. Try again later or upload the plugin manually. We are "
374
  "sorry for inconvenience."
@@ -522,67 +527,68 @@ msgstr "Inactive Plugins"
522
  msgid "Please enter a valid email address."
523
  msgstr "Gelieve een geldig e-mailadres in te geven."
524
 
525
- #: bws_menu.php:264
526
- msgid "Email with system info is sent to"
527
- msgstr "E-mail met systeeminformatie wordt verzonden naar"
 
528
 
529
- #: bws_menu.php:268
530
  msgid "Thank you for contacting us."
531
  msgstr "Bedankt voor het contact met ons opnemen."
532
 
533
- #: bws_menu.php:291
534
  msgid "Sorry, email message could not be delivered."
535
  msgstr "Sorry, e-mailbericht kon niet worden geleverd."
536
 
537
- #: bws_menu.php:307 bws_menu.php:311 bws_menu.php:360 deprecated.php:91
538
  msgid "Plugins"
539
  msgstr "Plugins"
540
 
541
- #: bws_menu.php:308 bws_menu.php:312 bws_menu.php:611 deprecated.php:92
542
  msgid "Themes"
543
  msgstr "Thema's"
544
 
545
- #: bws_menu.php:309 bws_menu.php:313 bws_menu.php:641
546
  msgid "System status"
547
  msgstr "Systeem status"
548
 
549
- #: bws_menu.php:317
550
  msgid "Support"
551
  msgstr "Support"
552
 
553
- #: bws_menu.php:318
554
  msgid "Manage purchased licenses & subscriptions"
555
  msgstr "Beheerde licenties en abonnementen beheren"
556
 
557
- #: bws_menu.php:326
558
  #, php-format
559
  msgid "Get Access to %s+ Premium Plugins"
560
  msgstr "Krijg toegang tot %s+ Premium plugins"
561
 
562
- #: bws_menu.php:328
563
  msgid "Subscribe to Pro Membership"
564
  msgstr "Abonneer je op de Pro Membership"
565
 
566
- #: bws_menu.php:336 bws_menu.php:347 class-bws-settings.php:758
567
  #: deprecated.php:227
568
  msgid "Check license key"
569
  msgstr "Controleer de licentiesleutel"
570
 
571
- #: bws_menu.php:339
572
  msgid "Enter your license key"
573
  msgstr "Vul uw licentiesleutel in"
574
 
575
- #: bws_menu.php:345 bws_menu.php:563 bws_menu.php:572
576
- #: class-bws-settings.php:737 deprecated.php:259 deprecated.php:267
577
- #: deprecated.php:629 deprecated.php:700 deprecated.php:709
578
  msgid "Activate"
579
  msgstr "Activateer"
580
 
581
- #: bws_menu.php:361
582
  msgid "Upload Plugin"
583
  msgstr "Upload Plugin"
584
 
585
- #: bws_menu.php:365
586
  #, php-format
587
  msgid ""
588
  "The plugin generated %d characters of <strong>unexpected output</strong> "
@@ -595,7 +601,7 @@ msgstr ""
595
  "met syndicationfeeds of andere problemen zijn; probeer deze plugin uit te "
596
  "schakelen of te verwijderen."
597
 
598
- #: bws_menu.php:367
599
  msgid ""
600
  "Plugin could not be activated because it triggered a <strong>fatal error</"
601
  "strong>."
@@ -603,41 +609,39 @@ msgstr ""
603
  "Plugin kan niet geactiveerd worden omdat het er <strong>fatal error</strong> "
604
  "zich voordoet."
605
 
606
- #: bws_menu.php:370
607
  msgid "Plugin <strong>activated</strong>."
608
  msgstr "Plugin <strong>geactiveerd</strong>."
609
 
610
- #: bws_menu.php:377
611
  msgid "Installing Plugin"
612
  msgstr "Installatie Plugin bezig"
613
 
614
- #: bws_menu.php:383
615
  msgid "Downloading install package from"
616
  msgstr "Installatiepakket downloaden vanaf"
617
 
618
- #: bws_menu.php:400 bws_menu.php:431 bws_menu.php:442
619
- #: class-bws-settings.php:957 class-bws-settings.php:979
620
- #: class-bws-settings.php:1001 deprecated.php:387 deprecated.php:409
621
- #: deprecated.php:431
622
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
623
  msgstr ""
624
  "Het ziparchief kon niet worden geladen. Gelieve de plugin handmatig te "
625
  "uploaden"
626
 
627
- #: bws_menu.php:408
628
  msgid "Unpacking the package"
629
  msgstr "Uitpakken van het pakket"
630
 
631
- #: bws_menu.php:413 bws_menu.php:421
632
  msgid "Installing the plugin"
633
  msgstr "De plugin installeren"
634
 
635
- #: bws_menu.php:417 class-bws-settings.php:969 deprecated.php:399
636
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
637
  msgstr ""
638
  "Kan het zip-bestand niet openen. Gelieve de plugin handmatig te uploaden"
639
 
640
- #: bws_menu.php:424 class-bws-settings.php:975 deprecated.php:405
641
  msgid ""
642
  "Your server does not support either ZipArchive or Phar. Please, upload the "
643
  "plugin manually"
@@ -645,96 +649,96 @@ msgstr ""
645
  "Uw server ondersteunt geen ZipArchive of Phar. Gelieve de plugin handmatig "
646
  "te uploaden"
647
 
648
- #: bws_menu.php:427
649
  #, php-format
650
  msgid "The plugin %s is successfully installed."
651
  msgstr "De plugin %s is succesvol geïnstalleerd."
652
 
653
- #: bws_menu.php:434 class-bws-settings.php:982 deprecated.php:412
654
  msgid "UploadDir is not writable. Please, upload the plugin manually"
655
  msgstr ""
656
  "UploadDir is kan niet worden weggeschreven. Gelieve de plugin handmatig te "
657
  "uploaden"
658
 
659
- #: bws_menu.php:439
660
  msgid "Activate Plugin"
661
  msgstr "Activateer Plugin"
662
 
663
- #: bws_menu.php:439 bws_menu.php:445
664
  msgid "Return to BestWebSoft Panel"
665
  msgstr "Terug naar het BestWebSoft Paneel"
666
 
667
- #: bws_menu.php:449 bws_menu.php:464 bws_menu.php:593
668
  msgid "All"
669
  msgstr "Alle"
670
 
671
- #: bws_menu.php:450 bws_menu.php:630
672
  msgid "Installed"
673
  msgstr "Geinstalleerd"
674
 
675
- #: bws_menu.php:451
676
  msgid "Not Installed"
677
  msgstr "Niet geinstalleerd"
678
 
679
- #: bws_menu.php:457
680
  msgid "Filter results"
681
  msgstr "Filter resultaten"
682
 
683
- #: bws_menu.php:460 bws_menu.php:589
684
  msgid "Category"
685
  msgstr "Categorieen"
686
 
687
- #: bws_menu.php:524
688
  msgid "Not installed"
689
  msgstr "Niet geinstalleerd"
690
 
691
- #: bws_menu.php:528
692
  msgid "Renew to get updates"
693
  msgstr "Vernieuw om updates te verkrijgen"
694
 
695
- #: bws_menu.php:531
696
  #, php-format
697
  msgid "Update to v %s"
698
  msgstr "Update naar v %s"
699
 
700
- #: bws_menu.php:543 bws_menu.php:566 bws_menu.php:575
701
  msgid "Install Now"
702
  msgstr "Installeer nu"
703
 
704
- #: bws_menu.php:549 class-bws-settings.php:157 class-bws-settings.php:1065
705
  msgid "Upgrade to Pro"
706
  msgstr "Upgrade naar Pro"
707
 
708
- #: bws_menu.php:563 bws_menu.php:572
709
  msgid "Activate this plugin"
710
  msgstr "Activateer deze plugin"
711
 
712
- #: bws_menu.php:575
713
  msgid "Install this plugin"
714
  msgstr "Installeer deze plugin"
715
 
716
- #: bws_menu.php:584
717
  msgid "Nothing found. Try another criteria."
718
  msgstr "Niks gevonden. Probeer een ander criteria."
719
 
720
- #: bws_menu.php:621
721
  #, php-format
722
  msgid "By %s"
723
  msgstr "By %s"
724
 
725
- #: bws_menu.php:628
726
  msgid "Already Installed"
727
  msgstr "Reeds geinstalleerd"
728
 
729
- #: bws_menu.php:638
730
- msgid "Browse Free WordPress Themes"
731
- msgstr "Browse Gratis WordPress Themas"
732
 
733
- #: bws_menu.php:647
734
  msgid "Send to support"
735
  msgstr "Stuur uw vraag"
736
 
737
- #: bws_menu.php:654
738
  msgid "Send to custom email &#187;"
739
  msgstr "Verzend naar aangepaste e-mail &#187;"
740
 
@@ -788,18 +792,18 @@ msgstr "Alle plugin-instellingen zijn hersteld."
788
  msgid "Custom Code"
789
  msgstr "Maatwerk Code"
790
 
791
- #: class-bws-settings.php:427 deprecated.php:497
792
  msgid "You do not have sufficient permissions to edit plugins for this site."
793
  msgstr ""
794
  "U heeft niet voldoende permissies om plugins voor deze website te bewerken."
795
 
796
- #: class-bws-settings.php:432 deprecated.php:618
797
  msgid "These styles will be added to the header on all pages of your site."
798
  msgstr ""
799
  "Deze stijlen worden toegevoegd aan de koptekst op alle pagina's van uw "
800
  "website."
801
 
802
- #: class-bws-settings.php:435 deprecated.php:620
803
  #, php-format
804
  msgid ""
805
  "This PHP code will be hooked to the %s action and will be printed on front "
@@ -813,7 +817,7 @@ msgid "These code will be added to the header on all pages of your site."
813
  msgstr ""
814
  "Deze code wordt toegevoegd aan de koptekst op alle pagina's van uw website."
815
 
816
- #: class-bws-settings.php:446 deprecated.php:644
817
  #, php-format
818
  msgid ""
819
  "You need to make this files writable before you can save your changes. See "
@@ -822,7 +826,7 @@ msgstr ""
822
  "U moet deze bestanden schrijfrechten geven voordat u de wijzigingen kunt "
823
  "opslaan. Zie %s de Codex %s voor meer informatie."
824
 
825
- #: class-bws-settings.php:456 deprecated.php:626
826
  msgid "Browsing"
827
  msgstr "Browsing"
828
 
@@ -831,16 +835,16 @@ msgstr "Browsing"
831
  msgid "Activate custom %s code."
832
  msgstr "Activateer maatwerk %s code."
833
 
834
- #: class-bws-settings.php:469 deprecated.php:633
835
  #, php-format
836
  msgid "Learn more about %s"
837
  msgstr "Leer meer over %s"
838
 
839
- #: class-bws-settings.php:529
840
  msgid "Miscellaneous Settings"
841
  msgstr "Diversen instellingen"
842
 
843
- #: class-bws-settings.php:538 class-bws-settings.php:593
844
  #, php-format
845
  msgid ""
846
  "It is prohibited to change %s settings on this site in the %s network "
@@ -849,7 +853,7 @@ msgstr ""
849
  "Het is verboden om %s instellingen op deze website te wijzigen in de %s "
850
  "netwerkinstellingen."
851
 
852
- #: class-bws-settings.php:541 class-bws-settings.php:596
853
  #, php-format
854
  msgid ""
855
  "It is prohibited to view %s settings on this site in the %s network settings."
@@ -857,69 +861,69 @@ msgstr ""
857
  "Het is verboden om %s instellingen op deze website te bekijken in de %s "
858
  "netwerkinstellingen."
859
 
860
- #: class-bws-settings.php:550
861
  msgid "Pro Options"
862
  msgstr "Pro Opties"
863
 
864
- #: class-bws-settings.php:554
865
  msgid "Enable to display plugin Pro options."
866
  msgstr "Schakel in om plugin Pro opties te zien."
867
 
868
- #: class-bws-settings.php:560
869
  msgid "Track Usage"
870
  msgstr "Track gebruik"
871
 
872
- #: class-bws-settings.php:564
873
  msgid ""
874
  "Enable to allow tracking plugin usage anonymously in order to make it better."
875
  msgstr ""
876
  "Activeer het gebruik van anonieme tracking van de bijbehorende plug-in, om "
877
  "het product beter te maken."
878
 
879
- #: class-bws-settings.php:569
880
  msgid "Default Settings"
881
  msgstr "Standaard instellingen"
882
 
883
- #: class-bws-settings.php:571
884
  msgid "Restore Settings"
885
  msgstr "Instellingen herstellen"
886
 
887
- #: class-bws-settings.php:572
888
  msgid "This will restore plugin settings to defaults."
889
  msgstr ""
890
  "Dit zal de plugininstellingen herstellen naar de standaardinstellingen."
891
 
892
- #: class-bws-settings.php:584
893
  msgid "Import / Export"
894
  msgstr "Import / Export"
895
 
896
- #: class-bws-settings.php:700 class-bws-settings.php:733
897
- #: class-bws-settings.php:755
898
  msgid "License Key"
899
  msgstr "Licentiesleutel"
900
 
901
- #: class-bws-settings.php:723
902
  msgid "Congratulations! Pro license is activated successfully."
903
  msgstr "Hartelijk gefeliciteerd! De Pro licentie is succesvol geactiveerd."
904
 
905
- #: class-bws-settings.php:724
906
  #, php-format
907
  msgid "You will be automatically redirected to the %s in %s seconds."
908
  msgstr "U wordt automatisch doorgestuurd naar %s in %s seconden."
909
 
910
- #: class-bws-settings.php:724
911
  msgid "Settings page"
912
  msgstr "Instellingen"
913
 
914
- #: class-bws-settings.php:739
915
  #, php-format
916
  msgid "Enter your license key to activate %s and get premium plugin features."
917
  msgstr ""
918
  "Voer uw licentiesleutel in om %s te activeren en premium-pluginfuncties te "
919
  "krijgen."
920
 
921
- #: class-bws-settings.php:742 class-bws-settings.php:929 deprecated.php:362
922
- #: deprecated.php:703
923
  msgid ""
924
  "Unfortunately, you have exceeded the number of available tries per day. "
925
  "Please, upload the plugin manually."
@@ -927,12 +931,12 @@ msgstr ""
927
  "Helaas heeft u het aantal beschikbare pogingen per dag overschreden. Gelieve "
928
  "de plugin handmatig te uploaden."
929
 
930
- #: class-bws-settings.php:745 deprecated.php:694
931
  #, php-format
932
  msgid "Start Your Free %s-Day Trial Now"
933
  msgstr "Start nu uw gratis %s dag trial"
934
 
935
- #: class-bws-settings.php:760
936
  msgid ""
937
  "If necessary, you can check if the license key is correct or reenter it in "
938
  "the field below."
@@ -940,15 +944,15 @@ msgstr ""
940
  "Indien nodig kunt u controleren of de licentiesleutel juist is of u voert "
941
  "het opnieuw in het onderstaande veld."
942
 
943
- #: class-bws-settings.php:765
944
  msgid "Manage License Settings"
945
  msgstr "Beheer licentie instellingen"
946
 
947
- #: class-bws-settings.php:767
948
  msgid "Login to Client Area"
949
  msgstr "Inloggen op client gebied"
950
 
951
- #: class-bws-settings.php:769
952
  msgid ""
953
  "Manage active licenses, download BWS products, and view your payment history "
954
  "using BestWebSoft Client Area."
@@ -956,12 +960,12 @@ msgstr ""
956
  "Beheer actieve licenties, download BWS-producten en bekijk uw de "
957
  "betalingsgeschiedenis met behulp van de BestWebSoft Klanten Omgeving."
958
 
959
- #: class-bws-settings.php:824 class-bws-settings.php:927 deprecated.php:141
960
- #: deprecated.php:360
961
  msgid "This license key is bound to another site."
962
  msgstr "Deze licentiesleutel is gebonden aan een andere website."
963
 
964
- #: class-bws-settings.php:826 deprecated.php:143
965
  msgid ""
966
  "This license key is valid, but Your license has expired. If you want to "
967
  "update our plugin in future, you should extend the license."
@@ -969,11 +973,11 @@ msgstr ""
969
  "Deze licentiesleutel is geldig, maar uw licentie is verlopen. Als u onze "
970
  "plugin in de toekomst wilt bijwerken, moet u de licentie verlengen."
971
 
972
- #: class-bws-settings.php:828 deprecated.php:145
973
  msgid "Unfortunately, you have exceeded the number of available tries."
974
  msgstr "Helaas heeft u het aantal beschikbare pogingen overschreden."
975
 
976
- #: class-bws-settings.php:830 deprecated.php:147
977
  msgid ""
978
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
979
  "The Pro Trial license can be installed only once."
@@ -981,130 +985,156 @@ msgstr ""
981
  "Helaas, de Pro Trial licentie was al geïnstalleerd op dit domein. De Pro "
982
  "Trial License kan helaas maar eenmalig gebruikt worden."
983
 
984
- #: class-bws-settings.php:835 deprecated.php:151
985
  msgid "The Pro Trial license key is valid."
986
  msgstr "De Pro Trial licentiesleutel is geldig."
987
 
988
- #: class-bws-settings.php:843 deprecated.php:159 deprecated.php:246
989
  #, php-format
990
  msgid ""
991
  "In order to continue using the plugin it is necessary to buy a %s license."
992
  msgstr ""
993
  "Om door te gaan met de plugin is het nodig om een %s licentie te kopen."
994
 
995
- #: class-bws-settings.php:1040 deprecated.php:463
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
996
  msgid "Please, enter Your license key"
997
  msgstr "Vul alstublieft uw licentiesleutel in"
998
 
999
- #: class-bws-settings.php:1052
1000
  msgid "Need Help?"
1001
  msgstr "Hulp nodig?"
1002
 
1003
- #: class-bws-settings.php:1054
1004
  msgid "Read the Instruction"
1005
  msgstr "Lees de instructie"
1006
 
1007
- #: class-bws-settings.php:1058
1008
  msgid "Watch the Video"
1009
  msgstr "Bekijk de Video"
1010
 
1011
- #: class-bws-settings.php:1069
1012
  msgid "Start Your Free Trial"
1013
  msgstr "Begin uw gratis proefperiode"
1014
 
1015
- #: deactivation-form.php:26
1016
  msgid "Need help? We are ready to answer your questions."
1017
  msgstr ""
1018
 
1019
- #: deactivation-form.php:26
1020
  msgid "Contact Support"
1021
  msgstr ""
1022
 
1023
- #: deactivation-form.php:31
1024
  msgid "The plugin is not working"
1025
  msgstr ""
1026
 
1027
- #: deactivation-form.php:33
1028
  msgid "Kindly share what didn't work so we can fix it in future updates..."
1029
  msgstr ""
1030
 
1031
- #: deactivation-form.php:37
1032
  msgid "The plugin didn't work as expected"
1033
  msgstr ""
1034
 
1035
- #: deactivation-form.php:39
1036
  msgid "What did you expect?"
1037
  msgstr ""
1038
 
1039
- #: deactivation-form.php:43
1040
  msgid "The plugin suddenly stopped working"
1041
  msgstr ""
1042
 
1043
- #: deactivation-form.php:50
1044
  msgid "The plugin broke my site"
1045
  msgstr ""
1046
 
1047
- #: deactivation-form.php:57
1048
  msgid "I couldn't understand how to get it work"
1049
  msgstr ""
1050
 
1051
- #: deactivation-form.php:64
1052
  msgid "I found a better plugin"
1053
  msgstr ""
1054
 
1055
- #: deactivation-form.php:66
1056
  msgid "What's the plugin name?"
1057
  msgstr ""
1058
 
1059
- #: deactivation-form.php:70
1060
  msgid "The plugin is great, but I need specific feature that you don't support"
1061
  msgstr ""
1062
 
1063
- #: deactivation-form.php:72
1064
  msgid "What feature?"
1065
  msgstr ""
1066
 
1067
- #: deactivation-form.php:76
1068
  msgid "I no longer need the plugin"
1069
  msgstr ""
1070
 
1071
- #: deactivation-form.php:82
1072
  msgid "It's a temporary deactivation, I'm just debugging an issue"
1073
  msgstr ""
1074
 
1075
- #: deactivation-form.php:88
1076
  msgid "Other"
1077
  msgstr "Anders"
1078
 
1079
- #: deactivation-form.php:122
1080
  msgid "Quick Feedback"
1081
  msgstr ""
1082
 
1083
- #: deactivation-form.php:123
1084
  msgid "If you have a moment, please let us know why you are deactivating"
1085
  msgstr ""
1086
 
1087
- #: deactivation-form.php:128
1088
- msgid "Anonymous feedback"
1089
  msgstr ""
1090
 
1091
- #: deactivation-form.php:130
1092
  msgid "Cancel"
1093
  msgstr ""
1094
 
1095
- #: deactivation-form.php:230
1096
  msgid "Processing"
1097
  msgstr ""
1098
 
1099
- #: deactivation-form.php:259
1100
  msgid "Submit & Deactivate"
1101
  msgstr ""
1102
 
1103
- #: deactivation-form.php:276
1104
  msgid "Please tell us the reason so we can improve it."
1105
  msgstr ""
1106
 
1107
- #: deactivation-form.php:344
1108
  msgid "Deactivate"
1109
  msgstr ""
1110
 
@@ -1134,68 +1164,68 @@ msgstr ""
1134
  "(Uw gebruikersnaam is het e-mailadres dat is opgegeven tijdens de aankoop). "
1135
  "Indien nodig, verstuur alstublieft \"Verstuur uw wachtwoord?\" Verzoek."
1136
 
1137
- #: deprecated.php:247
1138
  msgid "After that, you can activate it by entering your license key."
1139
  msgstr "Daarna kunt u activeren door uw licentiesleutel in te voeren."
1140
 
1141
- #: deprecated.php:249 deprecated.php:688
1142
  msgid "License key can be found in the"
1143
  msgstr "Licentiesleutel is te vinden in de"
1144
 
1145
- #: deprecated.php:251 deprecated.php:690
1146
  msgid "(your username is the email address specified during the purchase)."
1147
  msgstr ""
1148
  "(Uw gebruikersnaam is het e-mailadres dat is opgegeven tijdens de aankoop)."
1149
 
1150
- #: deprecated.php:278
1151
  msgid ""
1152
  "Congratulations! The Pro license of the plugin is activated successfully."
1153
  msgstr ""
1154
  "Hartelijk gefeliciteerd! De Pro-licentie van de plugin is succesvol "
1155
  "geactiveerd."
1156
 
1157
- #: deprecated.php:280 deprecated.php:669
1158
  msgid "Please, go to"
1159
  msgstr "Ga aub naar"
1160
 
1161
- #: deprecated.php:280 deprecated.php:669
1162
  msgid "the setting page"
1163
  msgstr "de instellingen"
1164
 
1165
- #: deprecated.php:281 deprecated.php:670
1166
  msgid "You will be redirected automatically in 5 seconds."
1167
  msgstr "U wordt na 5 seconden automatisch doorverwezen."
1168
 
1169
- #: deprecated.php:315
1170
  msgid "Check premium options on the plugin settings page!"
1171
  msgstr "Controleer de premiumopties op de pagina met Plugin-instellingen!"
1172
 
1173
- #: deprecated.php:478
1174
  msgid "Restore all plugin settings to defaults"
1175
  msgstr "Herstel alle plugin-instellingen naar de standaardinstellingen"
1176
 
1177
- #: deprecated.php:480
1178
  msgid "Restore settings"
1179
  msgstr "Herstel instellingen"
1180
 
1181
- #: deprecated.php:548 deprecated.php:575
1182
  #, php-format
1183
  msgid "File %s edited successfully."
1184
  msgstr "Bestand %s is succesvol bewerkt"
1185
 
1186
- #: deprecated.php:550 deprecated.php:577
1187
  msgid "Not enough permissions to create or update the file"
1188
  msgstr "Niet genoeg rechten om het bestand te maken of aan te passen"
1189
 
1190
- #: deprecated.php:580
1191
  msgid "Not enough permissions to create the file"
1192
  msgstr "Niet genoeg rechten om het bestand te maken"
1193
 
1194
- #: deprecated.php:624
1195
  msgid "Editing"
1196
  msgstr "Bewerken"
1197
 
1198
- #: deprecated.php:667
1199
  msgid ""
1200
  "Congratulations! Pro version of the plugin is installed and activated "
1201
  "successfully."
@@ -1203,15 +1233,15 @@ msgstr ""
1203
  "Hartelijk gefeliciteerd! De Pro-versie van de plugin is succesvol "
1204
  "geïnstalleerd en geactiveerd."
1205
 
1206
- #: deprecated.php:677
1207
  msgid "Show Pro features"
1208
  msgstr "Toon de Pro functies"
1209
 
1210
- #: deprecated.php:684
1211
  msgid "Enter your license key to install and activate"
1212
  msgstr "Voer uw licentiesleutel in om te installeren en te activeren"
1213
 
1214
- #: deprecated.php:686
1215
  msgid "version of the plugin."
1216
  msgstr "versie van de plugin."
1217
 
@@ -1251,280 +1281,290 @@ msgstr ""
1251
  msgid "SMM"
1252
  msgstr ""
1253
 
1254
- #: product_list.php:23
1255
- msgid ""
1256
- "Protect WordPress website forms from spam entries by means of math logic."
1257
  msgstr ""
1258
 
1259
- #: product_list.php:35
1260
  msgid "Create your personal car rental/booking and reservation website."
1261
  msgstr ""
1262
 
1263
- #: product_list.php:45
1264
  msgid ""
1265
  "Allow customers to reach you using secure contact form plugin any website "
1266
  "must have."
1267
  msgstr ""
1268
 
1269
- #: product_list.php:55
1270
  msgid "Add unlimited number of contact forms to WordPress website."
1271
  msgstr ""
1272
 
1273
- #: product_list.php:65
1274
  msgid "Save and manage Contact Form messages. Never lose important data."
1275
  msgstr ""
1276
 
1277
- #: product_list.php:75
1278
  msgid "Add unlimited custom pages to WordPress admin dashboard."
1279
  msgstr ""
1280
 
1281
- #: product_list.php:82
1282
  msgid "Add custom fields to WordPress website search results."
1283
  msgstr ""
1284
 
1285
- #: product_list.php:89
1286
  msgid ""
1287
  "Add custom post types and taxonomies to WordPress website search results."
1288
  msgstr ""
1289
 
1290
- #: product_list.php:99
1291
  msgid "Add PayPal and 2CO donate buttons to receive charity payments."
1292
  msgstr ""
1293
 
1294
- #: product_list.php:106
1295
  msgid ""
1296
  "Get latest error log messages to diagnose website problems. Define and fix "
1297
  "issues faster."
1298
  msgstr ""
1299
 
1300
- #: product_list.php:113
1301
  msgid ""
1302
  "Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
1303
  "widgets."
1304
  msgstr ""
1305
 
1306
- #: product_list.php:123
1307
  msgid ""
1308
  "Add beautiful galleries, albums & images to your WordPress website in a few "
1309
  "clicks."
1310
  msgstr ""
1311
 
1312
- #: product_list.php:133
1313
  msgid ""
1314
  "Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
1315
  "posts, pages and widgets."
1316
  msgstr ""
1317
 
1318
- #: product_list.php:143
1319
  msgid ""
1320
  "Stronger security solution which protects your WordPress website from hacks "
1321
  "and unauthorized login attempts."
1322
  msgstr ""
1323
 
1324
- #: product_list.php:153
1325
  msgid ""
1326
  "Add Adsense ads to WordPress website pages, posts, custom posts, search "
1327
  "results, categories, tags, and widgets."
1328
  msgstr ""
1329
 
1330
- #: product_list.php:163
1331
  msgid "Add Google Analytics code to WordPress website and track basic stats."
1332
  msgstr ""
1333
 
1334
- #: product_list.php:173
1335
  msgid ""
1336
  "Protect WordPress website forms from spam entries with Google Captcha "
1337
  "(reCaptcha)."
1338
  msgstr ""
1339
 
1340
- #: product_list.php:183
1341
  msgid "Add customized Google maps to WordPress posts, pages and widgets."
1342
  msgstr ""
1343
 
1344
- #: product_list.php:193
1345
  msgid ""
1346
  "Generate and add XML sitemap to WordPress website. Help search engines index "
1347
  "your blog."
1348
  msgstr ""
1349
 
1350
- #: product_list.php:203
1351
  msgid ""
1352
  "Replace external WordPress website links with Google shortlinks and track "
1353
  "click stats."
1354
  msgstr ""
1355
 
1356
- #: product_list.php:210
1357
  msgid ""
1358
  "Protect WordPress website – allow and deny access for certain IP addresses, "
1359
  "hostnames, etc."
1360
  msgstr ""
1361
 
1362
- #: product_list.php:220
1363
  msgid ""
1364
  "Create your personal job board and listing WordPress website. Search jobs, "
1365
  "submit CV/resumes, choose candidates."
1366
  msgstr ""
1367
 
1368
- #: product_list.php:227
1369
  msgid ""
1370
  "Protect WordPress website against brute force attacks. Limit rate of login "
1371
  "attempts."
1372
  msgstr ""
1373
 
1374
- #: product_list.php:237
1375
  msgid ""
1376
  "Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
1377
  "5 plugins included – profile, insider, etc."
1378
  msgstr ""
1379
 
1380
- #: product_list.php:247
1381
  msgid ""
1382
  "Translate WordPress website content to other languages manually. Create "
1383
  "multilingual pages, posts, widgets, menus, etc."
1384
  msgstr ""
1385
 
1386
- #: product_list.php:257
1387
  msgid ""
1388
  "Add customizable pagination to WordPress website. Split long content to "
1389
  "multiple pages for better navigation."
1390
  msgstr ""
1391
 
1392
- #: product_list.php:267
1393
  msgid ""
1394
  "Generate PDF files and print WordPress posts/pages. Customize document "
1395
  "header/footer styles and appearance."
1396
  msgstr ""
1397
 
1398
- #: product_list.php:277
1399
  msgid ""
1400
  "Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
1401
  "Profile) to WordPress posts, pages and widgets."
1402
  msgstr ""
1403
 
1404
- #: product_list.php:287
1405
  msgid ""
1406
  "Create your personal portfolio WordPress website. Manage and showcase past "
1407
  "projects to get more clients."
1408
  msgstr ""
1409
 
1410
- #: product_list.php:297
1411
  msgid "Export WordPress posts to CSV file format easily. Configure data order."
1412
  msgstr ""
1413
 
1414
- #: product_list.php:304
1415
  msgid ""
1416
  "Add extra fields to default WordPress user profile. The easiest way to "
1417
  "create and manage additional custom values."
1418
  msgstr ""
1419
 
1420
- #: product_list.php:311
1421
  msgid ""
1422
  "Add and display HTML advertisement banner on WordPress website. Customize "
1423
  "bar styles and appearance."
1424
  msgstr ""
1425
 
1426
- #: product_list.php:321
1427
  msgid ""
1428
  "Add customizable quotes and tips blocks to WordPress posts, pages and "
1429
  "widgets."
1430
  msgstr ""
1431
 
1432
- #: product_list.php:328
1433
  msgid ""
1434
  "Add rating plugin to your WordPress website to receive feedback from your "
1435
  "customers."
1436
  msgstr ""
1437
 
1438
- #: product_list.php:335
1439
  msgid ""
1440
  "Create your personal real estate WordPress website. Sell, rent and buy "
1441
  "properties. Add, search and browse listings easily."
1442
  msgstr ""
1443
 
1444
- #: product_list.php:345
1445
  msgid ""
1446
  "Add related, featured, latest, and popular posts to your WordPress website. "
1447
  "Connect your blog readers with a relevant content."
1448
  msgstr ""
1449
 
1450
- #: product_list.php:352
1451
  msgid ""
1452
  "Send bulk email messages to WordPress users. Custom templates, advanced "
1453
  "settings and detailed reports."
1454
  msgstr ""
1455
 
1456
- #: product_list.php:362
1457
  msgid ""
1458
  "The best responsive slider plugin for your WordPress website. Create "
1459
  "beautifully animated slides just in a few clicks."
1460
  msgstr ""
1461
 
1462
- #: product_list.php:369
1463
  msgid ""
1464
  "Configure SMTP server to receive email messages from WordPress to Gmail, "
1465
  "Yahoo, Hotmail and other services."
1466
  msgstr ""
1467
 
1468
- #: product_list.php:376
1469
  msgid ""
1470
  "Add social media buttons and widgets to WordPress posts, pages and widgets. "
1471
  "FB, Twitter, G+1, Pinterest, LinkedIn."
1472
  msgstr ""
1473
 
1474
- #: product_list.php:386
1475
  msgid ""
1476
  "Add social media login, registration, and commenting to your WordPress "
1477
  "website."
1478
  msgstr ""
1479
 
1480
- #: product_list.php:393
1481
  msgid ""
1482
  "Add email newsletter sign up form to WordPress posts, pages and widgets. "
1483
  "Collect data and subscribe your users."
1484
  msgstr ""
1485
 
1486
- #: product_list.php:403
1487
  msgid ""
1488
  "Add testimonials and feedbacks from your customers to WordPress website "
1489
  "posts, pages, and widgets."
1490
  msgstr ""
1491
 
1492
- #: product_list.php:410
1493
  msgid ""
1494
  "Best timesheet plugin for WordPress. Track employee time, streamline "
1495
  "attendance and generate reports."
1496
  msgstr ""
1497
 
1498
- #: product_list.php:420
1499
  msgid ""
1500
  "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
1501
  "and pages."
1502
  msgstr ""
1503
 
1504
- #: product_list.php:430
1505
  msgid ""
1506
  "Automatically check and update WordPress website core with all installed "
1507
  "plugins and themes to the latest versions."
1508
  msgstr ""
1509
 
1510
- #: product_list.php:440
1511
  msgid ""
1512
  "Powerful user role management plugin for WordPress website. Create, edit, "
1513
  "copy, and delete user roles."
1514
  msgstr ""
1515
 
1516
- #: product_list.php:450
1517
  msgid ""
1518
  "Display live count of online visitors who are currently browsing your "
1519
  "WordPress website."
1520
  msgstr ""
1521
 
1522
- #: product_list.php:460
1523
  msgid ""
1524
  "Backup and export Zendesk Help Center content automatically to your "
1525
  "WordPress website database."
1526
  msgstr ""
1527
 
 
 
 
 
 
 
 
 
 
 
 
1528
  #~ msgid ""
1529
  #~ "You can use one license of the Pro plugin for one domain only. Please "
1530
  #~ "check and edit your license or domain if necessary using you personal "
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-09-11 16:43+0300\n"
6
+ "PO-Revision-Date: 2017-09-11 16:43+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <https://support.bestwebsoft.com>\n"
9
  "Language: nl_NL\n"
40
  msgid "Like the plugin?"
41
  msgstr "Like de plugin?"
42
 
43
+ #: bws_functions.php:93
44
+ #, php-format
45
+ msgid "%s reviews"
46
+ msgstr ""
47
+
48
  #: bws_functions.php:94
49
  msgid "Rate it"
50
  msgstr "Rate it"
53
  msgid "Need help?"
54
  msgstr "Hulp nodig?"
55
 
56
+ #: bws_functions.php:104 bws_functions.php:917 class-bws-settings.php:1058
57
  msgid "Visit Help Center"
58
  msgstr "Bezoek het Helpcentrum"
59
 
61
  msgid "Want to support the plugin?"
62
  msgstr "Geef ondersteuning aan de plug-in?"
63
 
64
+ #: bws_functions.php:108 bws_menu.php:560
65
  msgid "Donate"
66
  msgstr "Doneer"
67
 
77
  "otherwise the Pro plugin will be deactivated."
78
  msgstr ""
79
 
80
+ #: bws_functions.php:128 bws_functions.php:341 bws_menu.php:631
81
+ #: class-bws-settings.php:144
82
  msgid "Learn More"
83
  msgstr "Leer meer"
84
 
98
  "Uw licentie is verlopen. Om voort te gaan met ondersteuning voor top-"
99
  "prioriteit en plugin-updates, moet u het uitbreiden."
100
 
101
+ #: bws_functions.php:147 bws_functions.php:389 deprecated.php:586
102
  msgid "Learn more"
103
  msgstr "Leer meer"
104
 
128
  msgid "Thank you for installing %s plugin!"
129
  msgstr "Dank u voor het installeren van %s plugin!"
130
 
131
+ #: bws_functions.php:210
132
  msgid "Let's get started"
133
  msgstr "Laten we aan de slag gaan"
134
 
135
+ #: bws_functions.php:211 bws_functions.php:244 bws_menu.php:564
136
+ #: bws_menu.php:566
137
  msgid "Settings"
138
  msgstr "Settings"
139
 
140
+ #: bws_functions.php:213 bws_menu.php:326 class-bws-settings.php:747
141
+ #: class-bws-settings.php:1060 class-bws-settings.php:1070 deprecated.php:697
142
  msgid "or"
143
  msgstr "of"
144
 
145
+ #: bws_functions.php:214 bws_functions.php:246
146
  msgid "Add New"
147
  msgstr "Nieuwe toevoegen"
148
 
149
+ #: bws_functions.php:218 bws_functions.php:228 bws_functions.php:332
150
+ #: bws_functions.php:385 bws_functions.php:487
151
  msgid "Close notice"
152
  msgstr "Opmerking sluiten"
153
 
154
+ #: bws_functions.php:233
155
  msgid "Thank you for installing plugins by BestWebSoft!"
156
  msgstr "Dank u voor het installeren van een plugin van BestWebSoft!"
157
 
158
+ #: bws_functions.php:235
159
  msgid "More Details"
160
  msgstr "Meer details"
161
 
162
+ #: bws_functions.php:236
163
  msgid "Less Details"
164
  msgstr "Minder details"
165
 
166
+ #: bws_functions.php:264
167
  msgid "Deprecated function(-s) is used on the site here:"
168
  msgstr "Deprecated functie(-s) word hier op de site gebruikt:"
169
 
170
+ #: bws_functions.php:278
171
  msgid ""
172
  "This function(-s) will be removed over time. Please update the product(-s)."
173
  msgstr ""
174
  "Deze function(-s) zal mettertijd worden verwijderd. Update het product of "
175
  "producten."
176
 
177
+ #: bws_functions.php:337
178
  msgid "It’s time to upgrade your"
179
  msgstr "Het is tijd om te upgraden, "
180
 
181
+ #: bws_functions.php:337
182
  msgid "to"
183
  msgstr "aan"
184
 
185
+ #: bws_functions.php:337
186
  msgid "version!"
187
  msgstr "versie!"
188
 
189
+ #: bws_functions.php:338
190
  msgid "Extend standard plugin functionality with new great options."
191
  msgstr ""
192
  "Verleng de standaard plugin functionaliteit met nieuwe geweldige opties."
193
 
194
+ #: bws_functions.php:389
195
  #, php-format
196
  msgid ""
197
  "Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
200
  "Uw licentiesleutel voor %s verloopt uit op %s en u krijgt geen TOP-"
201
  "PRIORITEIT SUPPORT of UPDATES."
202
 
203
+ #: bws_functions.php:482
204
  #, php-format
205
  msgid "Thank you for choosing %s plugin!"
206
  msgstr "Bedankt voor het kiezen van %s plugin!"
207
 
208
+ #: bws_functions.php:483
209
  msgid ""
210
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
211
  "we'd love to hear about it!"
213
  "Als u een feature, suggestie of idee hebt dat u graag wilt zien in de "
214
  "plugin, zouden we het graag willen horen!"
215
 
216
+ #: bws_functions.php:484
217
  msgid "Suggest a Feature"
218
  msgstr "Deel een idee"
219
 
220
+ #: bws_functions.php:500 class-bws-settings.php:540 class-bws-settings.php:543
221
+ #: class-bws-settings.php:595 class-bws-settings.php:598
222
  msgid "Notice"
223
  msgstr "Opmerking"
224
 
225
+ #: bws_functions.php:500
226
  msgid "The plugin's settings have been changed."
227
  msgstr "De instellingen van de plugin zijn gewijzigd."
228
 
229
+ #: bws_functions.php:501 class-bws-settings.php:183 class-bws-settings.php:203
230
+ #: deprecated.php:642
231
  msgid "Save Changes"
232
  msgstr "Bewerkingen opslaan"
233
 
234
+ #: bws_functions.php:515
235
  msgid ""
236
  "You can always look at premium options by checking the \"Pro Options\" in "
237
  "the \"Misc\" tab."
239
  "U kunt altijd premium opties bekijken door de \"Pro Options\" in het tabblad "
240
  "\"Misc\" te controleren."
241
 
242
+ #: bws_functions.php:653
243
  msgid "Add BWS Shortcode"
244
  msgstr ""
245
 
246
+ #: bws_functions.php:654
247
  msgid "Add BWS Plugins Shortcode"
248
  msgstr ""
249
 
250
+ #: bws_functions.php:673
251
  msgid "Add shortcode"
252
  msgstr "Shortcode toevoegen"
253
 
254
+ #: bws_functions.php:673
255
  msgid "Add BestWebSoft plugins' shortcodes using this button."
256
  msgstr "Voeg BestWebSoft plugins shortcodes toe aan deze knop."
257
 
258
+ #: bws_functions.php:729
259
  msgid "Close"
260
  msgstr "Sluiten"
261
 
262
+ #: bws_functions.php:821
263
  msgid "Are you sure you want to restore default settings?"
264
  msgstr "Weet u zeker dat u de standaardinstellingen wilt herstellen?"
265
 
266
+ #: bws_functions.php:824
267
  msgid "Yes, restore all settings"
268
  msgstr "Ja, herstel alle instellingen"
269
 
270
+ #: bws_functions.php:825
271
  msgid "No, go back to the settings page"
272
  msgstr "Nee, ga terug naar de instellingen"
273
 
274
+ #: bws_functions.php:867
275
  msgid "Plugin"
276
  msgstr "Plugin"
277
 
278
+ #: bws_functions.php:876
279
  msgid "Shortcode settings"
280
  msgstr "Shortcode instellingen"
281
 
282
+ #: bws_functions.php:881
283
  msgid "The shortcode will be inserted"
284
  msgstr "De shortcode wordt ingevoegd"
285
 
286
+ #: bws_functions.php:922
287
  msgid "FAQ"
288
  msgstr "FAQ"
289
 
290
+ #: bws_functions.php:928
291
  msgid "For more information:"
292
  msgstr "Voor meer informatie:"
293
 
294
+ #: bws_functions.php:929
295
  msgid "Documentation"
296
  msgstr "Documentatie"
297
 
298
+ #: bws_functions.php:930
299
  msgid "Video Instructions"
300
  msgstr "Video Instructies"
301
 
302
+ #: bws_functions.php:931
303
  msgid "Submit a Request"
304
  msgstr "Verzend een verzoek"
305
 
306
+ #: bws_menu.php:101 class-bws-settings.php:792 deprecated.php:323
307
  msgid "Wrong license key"
308
  msgstr "Incorrecte licentiesleutel"
309
 
310
+ #: bws_menu.php:122 class-bws-settings.php:818 class-bws-settings.php:885
311
+ #: class-bws-settings.php:921 deprecated.php:133 deprecated.php:199
312
+ #: deprecated.php:353
313
  msgid ""
314
  "Something went wrong. Please try again later. If the error appears again, "
315
  "please contact us"
317
  "Er is iets fout gegaan. Probeer het later nogmaals. Als de fout zich blijft "
318
  "voordoen, neem dan contact met ons op"
319
 
320
+ #: bws_menu.php:122 class-bws-settings.php:818 class-bws-settings.php:885
321
+ #: class-bws-settings.php:921 deprecated.php:133 deprecated.php:199
322
+ #: deprecated.php:353
323
  msgid "We are sorry for inconvenience."
324
  msgstr "Het spijt ons voor het ongemak."
325
 
326
+ #: bws_menu.php:128 class-bws-settings.php:824 class-bws-settings.php:927
327
+ #: deprecated.php:139 deprecated.php:359
328
  msgid "Wrong license key."
329
  msgstr "Verkeerde licentiesleutel."
330
 
340
  msgid "Log in"
341
  msgstr "Log in"
342
 
343
+ #: bws_menu.php:132 bws_menu.php:332 deprecated.php:261
344
  msgid "Unfortunately, you have exceeded the number of available tries per day."
345
  msgstr "Helaas heb je het aantal beschikbare pogingen per dag overschreden."
346
 
347
+ #: bws_menu.php:134 deprecated.php:365
348
  #, php-format
349
  msgid ""
350
  "Unfortunately, Your license has expired. To continue getting top-priority "
353
  "Helaas is uw licentie verlopen. Om voort te gaan met ondersteuning voor top-"
354
  "prioriteit en plugin-updates, moet u deze uitbreiden in uw %s"
355
 
356
+ #: bws_menu.php:136 class-bws-settings.php:935 deprecated.php:367
357
  msgid ""
358
  "Unfortunately, the Pro licence was already installed to this domain. The Pro "
359
  "Trial license can be installed only once."
361
  "Helaas is de Pro licentie al geïnstalleerd op dit domein. De Pro Trial "
362
  "licentie kan slechts één keer geïnstalleerd worden."
363
 
364
+ #: bws_menu.php:142 class-bws-settings.php:839 deprecated.php:153
365
  msgid "The license key is valid."
366
  msgstr "De licentiesleutel is geldig."
367
 
368
+ #: bws_menu.php:144 class-bws-settings.php:842 deprecated.php:156
369
  msgid "Your license will expire on"
370
  msgstr "Uw licentie vervalt op"
371
 
372
  #: bws_menu.php:146
373
+ msgid "Congratulations! Pro Membership license is activated successfully."
374
  msgstr ""
 
375
 
376
+ #: bws_menu.php:153 class-bws-settings.php:1007 deprecated.php:436
377
  msgid ""
378
  "Something went wrong. Try again later or upload the plugin manually. We are "
379
  "sorry for inconvenience."
527
  msgid "Please enter a valid email address."
528
  msgstr "Gelieve een geldig e-mailadres in te geven."
529
 
530
+ #: bws_menu.php:262
531
+ #, php-format
532
+ msgid "Email with system info is sent to %s."
533
+ msgstr ""
534
 
535
+ #: bws_menu.php:266
536
  msgid "Thank you for contacting us."
537
  msgstr "Bedankt voor het contact met ons opnemen."
538
 
539
+ #: bws_menu.php:289
540
  msgid "Sorry, email message could not be delivered."
541
  msgstr "Sorry, e-mailbericht kon niet worden geleverd."
542
 
543
+ #: bws_menu.php:305 bws_menu.php:309 bws_menu.php:358 deprecated.php:91
544
  msgid "Plugins"
545
  msgstr "Plugins"
546
 
547
+ #: bws_menu.php:306 bws_menu.php:310 bws_menu.php:618 deprecated.php:92
548
  msgid "Themes"
549
  msgstr "Thema's"
550
 
551
+ #: bws_menu.php:307 bws_menu.php:311 bws_menu.php:648
552
  msgid "System status"
553
  msgstr "Systeem status"
554
 
555
+ #: bws_menu.php:315
556
  msgid "Support"
557
  msgstr "Support"
558
 
559
+ #: bws_menu.php:316
560
  msgid "Manage purchased licenses & subscriptions"
561
  msgstr "Beheerde licenties en abonnementen beheren"
562
 
563
+ #: bws_menu.php:324
564
  #, php-format
565
  msgid "Get Access to %s+ Premium Plugins"
566
  msgstr "Krijg toegang tot %s+ Premium plugins"
567
 
568
+ #: bws_menu.php:326
569
  msgid "Subscribe to Pro Membership"
570
  msgstr "Abonneer je op de Pro Membership"
571
 
572
+ #: bws_menu.php:334 bws_menu.php:345 class-bws-settings.php:760
573
  #: deprecated.php:227
574
  msgid "Check license key"
575
  msgstr "Controleer de licentiesleutel"
576
 
577
+ #: bws_menu.php:337
578
  msgid "Enter your license key"
579
  msgstr "Vul uw licentiesleutel in"
580
 
581
+ #: bws_menu.php:343 bws_menu.php:570 bws_menu.php:579
582
+ #: class-bws-settings.php:739 deprecated.php:259 deprecated.php:267
583
+ #: deprecated.php:631 deprecated.php:703 deprecated.php:712
584
  msgid "Activate"
585
  msgstr "Activateer"
586
 
587
+ #: bws_menu.php:359
588
  msgid "Upload Plugin"
589
  msgstr "Upload Plugin"
590
 
591
+ #: bws_menu.php:363
592
  #, php-format
593
  msgid ""
594
  "The plugin generated %d characters of <strong>unexpected output</strong> "
601
  "met syndicationfeeds of andere problemen zijn; probeer deze plugin uit te "
602
  "schakelen of te verwijderen."
603
 
604
+ #: bws_menu.php:365
605
  msgid ""
606
  "Plugin could not be activated because it triggered a <strong>fatal error</"
607
  "strong>."
609
  "Plugin kan niet geactiveerd worden omdat het er <strong>fatal error</strong> "
610
  "zich voordoet."
611
 
612
+ #: bws_menu.php:368
613
  msgid "Plugin <strong>activated</strong>."
614
  msgstr "Plugin <strong>geactiveerd</strong>."
615
 
616
+ #: bws_menu.php:375
617
  msgid "Installing Plugin"
618
  msgstr "Installatie Plugin bezig"
619
 
620
+ #: bws_menu.php:381
621
  msgid "Downloading install package from"
622
  msgstr "Installatiepakket downloaden vanaf"
623
 
624
+ #: bws_menu.php:398 bws_menu.php:429 bws_menu.php:440 deprecated.php:388
625
+ #: deprecated.php:410 deprecated.php:432
 
 
626
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
627
  msgstr ""
628
  "Het ziparchief kon niet worden geladen. Gelieve de plugin handmatig te "
629
  "uploaden"
630
 
631
+ #: bws_menu.php:406
632
  msgid "Unpacking the package"
633
  msgstr "Uitpakken van het pakket"
634
 
635
+ #: bws_menu.php:411 bws_menu.php:419
636
  msgid "Installing the plugin"
637
  msgstr "De plugin installeren"
638
 
639
+ #: bws_menu.php:415 deprecated.php:400
640
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
641
  msgstr ""
642
  "Kan het zip-bestand niet openen. Gelieve de plugin handmatig te uploaden"
643
 
644
+ #: bws_menu.php:422 deprecated.php:406
645
  msgid ""
646
  "Your server does not support either ZipArchive or Phar. Please, upload the "
647
  "plugin manually"
649
  "Uw server ondersteunt geen ZipArchive of Phar. Gelieve de plugin handmatig "
650
  "te uploaden"
651
 
652
+ #: bws_menu.php:425
653
  #, php-format
654
  msgid "The plugin %s is successfully installed."
655
  msgstr "De plugin %s is succesvol geïnstalleerd."
656
 
657
+ #: bws_menu.php:432 deprecated.php:413
658
  msgid "UploadDir is not writable. Please, upload the plugin manually"
659
  msgstr ""
660
  "UploadDir is kan niet worden weggeschreven. Gelieve de plugin handmatig te "
661
  "uploaden"
662
 
663
+ #: bws_menu.php:437
664
  msgid "Activate Plugin"
665
  msgstr "Activateer Plugin"
666
 
667
+ #: bws_menu.php:437 bws_menu.php:443
668
  msgid "Return to BestWebSoft Panel"
669
  msgstr "Terug naar het BestWebSoft Paneel"
670
 
671
+ #: bws_menu.php:451 bws_menu.php:471 bws_menu.php:600
672
  msgid "All"
673
  msgstr "Alle"
674
 
675
+ #: bws_menu.php:454 bws_menu.php:637
676
  msgid "Installed"
677
  msgstr "Geinstalleerd"
678
 
679
+ #: bws_menu.php:457
680
  msgid "Not Installed"
681
  msgstr "Niet geinstalleerd"
682
 
683
+ #: bws_menu.php:464
684
  msgid "Filter results"
685
  msgstr "Filter resultaten"
686
 
687
+ #: bws_menu.php:467 bws_menu.php:596
688
  msgid "Category"
689
  msgstr "Categorieen"
690
 
691
+ #: bws_menu.php:531
692
  msgid "Not installed"
693
  msgstr "Niet geinstalleerd"
694
 
695
+ #: bws_menu.php:535
696
  msgid "Renew to get updates"
697
  msgstr "Vernieuw om updates te verkrijgen"
698
 
699
+ #: bws_menu.php:538
700
  #, php-format
701
  msgid "Update to v %s"
702
  msgstr "Update naar v %s"
703
 
704
+ #: bws_menu.php:550 bws_menu.php:573 bws_menu.php:582
705
  msgid "Install Now"
706
  msgstr "Installeer nu"
707
 
708
+ #: bws_menu.php:556 class-bws-settings.php:157 class-bws-settings.php:1067
709
  msgid "Upgrade to Pro"
710
  msgstr "Upgrade naar Pro"
711
 
712
+ #: bws_menu.php:570 bws_menu.php:579
713
  msgid "Activate this plugin"
714
  msgstr "Activateer deze plugin"
715
 
716
+ #: bws_menu.php:582
717
  msgid "Install this plugin"
718
  msgstr "Installeer deze plugin"
719
 
720
+ #: bws_menu.php:591
721
  msgid "Nothing found. Try another criteria."
722
  msgstr "Niks gevonden. Probeer een ander criteria."
723
 
724
+ #: bws_menu.php:628
725
  #, php-format
726
  msgid "By %s"
727
  msgstr "By %s"
728
 
729
+ #: bws_menu.php:635
730
  msgid "Already Installed"
731
  msgstr "Reeds geinstalleerd"
732
 
733
+ #: bws_menu.php:645
734
+ msgid "Browse More WordPress Themes"
735
+ msgstr ""
736
 
737
+ #: bws_menu.php:654
738
  msgid "Send to support"
739
  msgstr "Stuur uw vraag"
740
 
741
+ #: bws_menu.php:661
742
  msgid "Send to custom email &#187;"
743
  msgstr "Verzend naar aangepaste e-mail &#187;"
744
 
792
  msgid "Custom Code"
793
  msgstr "Maatwerk Code"
794
 
795
+ #: class-bws-settings.php:427 deprecated.php:498
796
  msgid "You do not have sufficient permissions to edit plugins for this site."
797
  msgstr ""
798
  "U heeft niet voldoende permissies om plugins voor deze website te bewerken."
799
 
800
+ #: class-bws-settings.php:432 deprecated.php:620
801
  msgid "These styles will be added to the header on all pages of your site."
802
  msgstr ""
803
  "Deze stijlen worden toegevoegd aan de koptekst op alle pagina's van uw "
804
  "website."
805
 
806
+ #: class-bws-settings.php:435 deprecated.php:622
807
  #, php-format
808
  msgid ""
809
  "This PHP code will be hooked to the %s action and will be printed on front "
817
  msgstr ""
818
  "Deze code wordt toegevoegd aan de koptekst op alle pagina's van uw website."
819
 
820
+ #: class-bws-settings.php:446 deprecated.php:646
821
  #, php-format
822
  msgid ""
823
  "You need to make this files writable before you can save your changes. See "
826
  "U moet deze bestanden schrijfrechten geven voordat u de wijzigingen kunt "
827
  "opslaan. Zie %s de Codex %s voor meer informatie."
828
 
829
+ #: class-bws-settings.php:456 deprecated.php:628
830
  msgid "Browsing"
831
  msgstr "Browsing"
832
 
835
  msgid "Activate custom %s code."
836
  msgstr "Activateer maatwerk %s code."
837
 
838
+ #: class-bws-settings.php:469 deprecated.php:635
839
  #, php-format
840
  msgid "Learn more about %s"
841
  msgstr "Leer meer over %s"
842
 
843
+ #: class-bws-settings.php:531
844
  msgid "Miscellaneous Settings"
845
  msgstr "Diversen instellingen"
846
 
847
+ #: class-bws-settings.php:540 class-bws-settings.php:595
848
  #, php-format
849
  msgid ""
850
  "It is prohibited to change %s settings on this site in the %s network "
853
  "Het is verboden om %s instellingen op deze website te wijzigen in de %s "
854
  "netwerkinstellingen."
855
 
856
+ #: class-bws-settings.php:543 class-bws-settings.php:598
857
  #, php-format
858
  msgid ""
859
  "It is prohibited to view %s settings on this site in the %s network settings."
861
  "Het is verboden om %s instellingen op deze website te bekijken in de %s "
862
  "netwerkinstellingen."
863
 
864
+ #: class-bws-settings.php:552
865
  msgid "Pro Options"
866
  msgstr "Pro Opties"
867
 
868
+ #: class-bws-settings.php:556
869
  msgid "Enable to display plugin Pro options."
870
  msgstr "Schakel in om plugin Pro opties te zien."
871
 
872
+ #: class-bws-settings.php:562
873
  msgid "Track Usage"
874
  msgstr "Track gebruik"
875
 
876
+ #: class-bws-settings.php:566
877
  msgid ""
878
  "Enable to allow tracking plugin usage anonymously in order to make it better."
879
  msgstr ""
880
  "Activeer het gebruik van anonieme tracking van de bijbehorende plug-in, om "
881
  "het product beter te maken."
882
 
883
+ #: class-bws-settings.php:571
884
  msgid "Default Settings"
885
  msgstr "Standaard instellingen"
886
 
887
+ #: class-bws-settings.php:573
888
  msgid "Restore Settings"
889
  msgstr "Instellingen herstellen"
890
 
891
+ #: class-bws-settings.php:574
892
  msgid "This will restore plugin settings to defaults."
893
  msgstr ""
894
  "Dit zal de plugininstellingen herstellen naar de standaardinstellingen."
895
 
896
+ #: class-bws-settings.php:586
897
  msgid "Import / Export"
898
  msgstr "Import / Export"
899
 
900
+ #: class-bws-settings.php:702 class-bws-settings.php:735
901
+ #: class-bws-settings.php:757
902
  msgid "License Key"
903
  msgstr "Licentiesleutel"
904
 
905
+ #: class-bws-settings.php:725
906
  msgid "Congratulations! Pro license is activated successfully."
907
  msgstr "Hartelijk gefeliciteerd! De Pro licentie is succesvol geactiveerd."
908
 
909
+ #: class-bws-settings.php:726
910
  #, php-format
911
  msgid "You will be automatically redirected to the %s in %s seconds."
912
  msgstr "U wordt automatisch doorgestuurd naar %s in %s seconden."
913
 
914
+ #: class-bws-settings.php:726
915
  msgid "Settings page"
916
  msgstr "Instellingen"
917
 
918
+ #: class-bws-settings.php:741
919
  #, php-format
920
  msgid "Enter your license key to activate %s and get premium plugin features."
921
  msgstr ""
922
  "Voer uw licentiesleutel in om %s te activeren en premium-pluginfuncties te "
923
  "krijgen."
924
 
925
+ #: class-bws-settings.php:744 class-bws-settings.php:931 deprecated.php:363
926
+ #: deprecated.php:706
927
  msgid ""
928
  "Unfortunately, you have exceeded the number of available tries per day. "
929
  "Please, upload the plugin manually."
931
  "Helaas heeft u het aantal beschikbare pogingen per dag overschreden. Gelieve "
932
  "de plugin handmatig te uploaden."
933
 
934
+ #: class-bws-settings.php:747 deprecated.php:697
935
  #, php-format
936
  msgid "Start Your Free %s-Day Trial Now"
937
  msgstr "Start nu uw gratis %s dag trial"
938
 
939
+ #: class-bws-settings.php:762
940
  msgid ""
941
  "If necessary, you can check if the license key is correct or reenter it in "
942
  "the field below."
944
  "Indien nodig kunt u controleren of de licentiesleutel juist is of u voert "
945
  "het opnieuw in het onderstaande veld."
946
 
947
+ #: class-bws-settings.php:767
948
  msgid "Manage License Settings"
949
  msgstr "Beheer licentie instellingen"
950
 
951
+ #: class-bws-settings.php:769
952
  msgid "Login to Client Area"
953
  msgstr "Inloggen op client gebied"
954
 
955
+ #: class-bws-settings.php:771
956
  msgid ""
957
  "Manage active licenses, download BWS products, and view your payment history "
958
  "using BestWebSoft Client Area."
960
  "Beheer actieve licenties, download BWS-producten en bekijk uw de "
961
  "betalingsgeschiedenis met behulp van de BestWebSoft Klanten Omgeving."
962
 
963
+ #: class-bws-settings.php:826 class-bws-settings.php:929 deprecated.php:141
964
+ #: deprecated.php:361
965
  msgid "This license key is bound to another site."
966
  msgstr "Deze licentiesleutel is gebonden aan een andere website."
967
 
968
+ #: class-bws-settings.php:828 deprecated.php:143
969
  msgid ""
970
  "This license key is valid, but Your license has expired. If you want to "
971
  "update our plugin in future, you should extend the license."
973
  "Deze licentiesleutel is geldig, maar uw licentie is verlopen. Als u onze "
974
  "plugin in de toekomst wilt bijwerken, moet u de licentie verlengen."
975
 
976
+ #: class-bws-settings.php:830 deprecated.php:145
977
  msgid "Unfortunately, you have exceeded the number of available tries."
978
  msgstr "Helaas heeft u het aantal beschikbare pogingen overschreden."
979
 
980
+ #: class-bws-settings.php:832 deprecated.php:147
981
  msgid ""
982
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
983
  "The Pro Trial license can be installed only once."
985
  "Helaas, de Pro Trial licentie was al geïnstalleerd op dit domein. De Pro "
986
  "Trial License kan helaas maar eenmalig gebruikt worden."
987
 
988
+ #: class-bws-settings.php:837 deprecated.php:151
989
  msgid "The Pro Trial license key is valid."
990
  msgstr "De Pro Trial licentiesleutel is geldig."
991
 
992
+ #: class-bws-settings.php:845 deprecated.php:159 deprecated.php:246
993
  #, php-format
994
  msgid ""
995
  "In order to continue using the plugin it is necessary to buy a %s license."
996
  msgstr ""
997
  "Om door te gaan met de plugin is het nodig om een %s licentie te kopen."
998
 
999
+ #: class-bws-settings.php:933
1000
+ #, php-format
1001
+ msgid ""
1002
+ "Unfortunately, Your license has expired. To continue getting top-priority "
1003
+ "support and plugin updates, you should extend it in your %s."
1004
+ msgstr ""
1005
+
1006
+ #: class-bws-settings.php:959 class-bws-settings.php:981
1007
+ #: class-bws-settings.php:1003
1008
+ msgid "Failed to download the zip archive. Please, upload the plugin manually."
1009
+ msgstr ""
1010
+
1011
+ #: class-bws-settings.php:971
1012
+ msgid "Failed to open the zip archive. Please, upload the plugin manually."
1013
+ msgstr ""
1014
+
1015
+ #: class-bws-settings.php:977
1016
+ msgid ""
1017
+ "Your server does not support either ZipArchive or Phar. Please, upload the "
1018
+ "plugin manually."
1019
+ msgstr ""
1020
+
1021
+ #: class-bws-settings.php:984
1022
+ msgid "UploadDir is not writable. Please, upload the plugin manually."
1023
+ msgstr ""
1024
+
1025
+ #: class-bws-settings.php:1042 deprecated.php:464
1026
  msgid "Please, enter Your license key"
1027
  msgstr "Vul alstublieft uw licentiesleutel in"
1028
 
1029
+ #: class-bws-settings.php:1054
1030
  msgid "Need Help?"
1031
  msgstr "Hulp nodig?"
1032
 
1033
+ #: class-bws-settings.php:1056
1034
  msgid "Read the Instruction"
1035
  msgstr "Lees de instructie"
1036
 
1037
+ #: class-bws-settings.php:1060
1038
  msgid "Watch the Video"
1039
  msgstr "Bekijk de Video"
1040
 
1041
+ #: class-bws-settings.php:1071
1042
  msgid "Start Your Free Trial"
1043
  msgstr "Begin uw gratis proefperiode"
1044
 
1045
+ #: deactivation-form.php:27
1046
  msgid "Need help? We are ready to answer your questions."
1047
  msgstr ""
1048
 
1049
+ #: deactivation-form.php:27
1050
  msgid "Contact Support"
1051
  msgstr ""
1052
 
1053
+ #: deactivation-form.php:32
1054
  msgid "The plugin is not working"
1055
  msgstr ""
1056
 
1057
+ #: deactivation-form.php:34
1058
  msgid "Kindly share what didn't work so we can fix it in future updates..."
1059
  msgstr ""
1060
 
1061
+ #: deactivation-form.php:38
1062
  msgid "The plugin didn't work as expected"
1063
  msgstr ""
1064
 
1065
+ #: deactivation-form.php:40
1066
  msgid "What did you expect?"
1067
  msgstr ""
1068
 
1069
+ #: deactivation-form.php:44
1070
  msgid "The plugin suddenly stopped working"
1071
  msgstr ""
1072
 
1073
+ #: deactivation-form.php:51
1074
  msgid "The plugin broke my site"
1075
  msgstr ""
1076
 
1077
+ #: deactivation-form.php:58
1078
  msgid "I couldn't understand how to get it work"
1079
  msgstr ""
1080
 
1081
+ #: deactivation-form.php:65
1082
  msgid "I found a better plugin"
1083
  msgstr ""
1084
 
1085
+ #: deactivation-form.php:67
1086
  msgid "What's the plugin name?"
1087
  msgstr ""
1088
 
1089
+ #: deactivation-form.php:71
1090
  msgid "The plugin is great, but I need specific feature that you don't support"
1091
  msgstr ""
1092
 
1093
+ #: deactivation-form.php:73
1094
  msgid "What feature?"
1095
  msgstr ""
1096
 
1097
+ #: deactivation-form.php:77
1098
  msgid "I no longer need the plugin"
1099
  msgstr ""
1100
 
1101
+ #: deactivation-form.php:83
1102
  msgid "It's a temporary deactivation, I'm just debugging an issue"
1103
  msgstr ""
1104
 
1105
+ #: deactivation-form.php:89
1106
  msgid "Other"
1107
  msgstr "Anders"
1108
 
1109
+ #: deactivation-form.php:123
1110
  msgid "Quick Feedback"
1111
  msgstr ""
1112
 
1113
+ #: deactivation-form.php:124
1114
  msgid "If you have a moment, please let us know why you are deactivating"
1115
  msgstr ""
1116
 
1117
+ #: deactivation-form.php:127
1118
+ msgid "Send website data and allow to contact me back"
1119
  msgstr ""
1120
 
1121
+ #: deactivation-form.php:132
1122
  msgid "Cancel"
1123
  msgstr ""
1124
 
1125
+ #: deactivation-form.php:233
1126
  msgid "Processing"
1127
  msgstr ""
1128
 
1129
+ #: deactivation-form.php:262
1130
  msgid "Submit & Deactivate"
1131
  msgstr ""
1132
 
1133
+ #: deactivation-form.php:277
1134
  msgid "Please tell us the reason so we can improve it."
1135
  msgstr ""
1136
 
1137
+ #: deactivation-form.php:345
1138
  msgid "Deactivate"
1139
  msgstr ""
1140
 
1164
  "(Uw gebruikersnaam is het e-mailadres dat is opgegeven tijdens de aankoop). "
1165
  "Indien nodig, verstuur alstublieft \"Verstuur uw wachtwoord?\" Verzoek."
1166
 
1167
+ #: deprecated.php:246
1168
  msgid "After that, you can activate it by entering your license key."
1169
  msgstr "Daarna kunt u activeren door uw licentiesleutel in te voeren."
1170
 
1171
+ #: deprecated.php:249 deprecated.php:691
1172
  msgid "License key can be found in the"
1173
  msgstr "Licentiesleutel is te vinden in de"
1174
 
1175
+ #: deprecated.php:251 deprecated.php:693
1176
  msgid "(your username is the email address specified during the purchase)."
1177
  msgstr ""
1178
  "(Uw gebruikersnaam is het e-mailadres dat is opgegeven tijdens de aankoop)."
1179
 
1180
+ #: deprecated.php:279
1181
  msgid ""
1182
  "Congratulations! The Pro license of the plugin is activated successfully."
1183
  msgstr ""
1184
  "Hartelijk gefeliciteerd! De Pro-licentie van de plugin is succesvol "
1185
  "geactiveerd."
1186
 
1187
+ #: deprecated.php:281 deprecated.php:672
1188
  msgid "Please, go to"
1189
  msgstr "Ga aub naar"
1190
 
1191
+ #: deprecated.php:281 deprecated.php:672
1192
  msgid "the setting page"
1193
  msgstr "de instellingen"
1194
 
1195
+ #: deprecated.php:282 deprecated.php:673
1196
  msgid "You will be redirected automatically in 5 seconds."
1197
  msgstr "U wordt na 5 seconden automatisch doorverwezen."
1198
 
1199
+ #: deprecated.php:316
1200
  msgid "Check premium options on the plugin settings page!"
1201
  msgstr "Controleer de premiumopties op de pagina met Plugin-instellingen!"
1202
 
1203
+ #: deprecated.php:479
1204
  msgid "Restore all plugin settings to defaults"
1205
  msgstr "Herstel alle plugin-instellingen naar de standaardinstellingen"
1206
 
1207
+ #: deprecated.php:481
1208
  msgid "Restore settings"
1209
  msgstr "Herstel instellingen"
1210
 
1211
+ #: deprecated.php:550 deprecated.php:577
1212
  #, php-format
1213
  msgid "File %s edited successfully."
1214
  msgstr "Bestand %s is succesvol bewerkt"
1215
 
1216
+ #: deprecated.php:552 deprecated.php:579
1217
  msgid "Not enough permissions to create or update the file"
1218
  msgstr "Niet genoeg rechten om het bestand te maken of aan te passen"
1219
 
1220
+ #: deprecated.php:582
1221
  msgid "Not enough permissions to create the file"
1222
  msgstr "Niet genoeg rechten om het bestand te maken"
1223
 
1224
+ #: deprecated.php:626
1225
  msgid "Editing"
1226
  msgstr "Bewerken"
1227
 
1228
+ #: deprecated.php:670
1229
  msgid ""
1230
  "Congratulations! Pro version of the plugin is installed and activated "
1231
  "successfully."
1233
  "Hartelijk gefeliciteerd! De Pro-versie van de plugin is succesvol "
1234
  "geïnstalleerd en geactiveerd."
1235
 
1236
+ #: deprecated.php:680
1237
  msgid "Show Pro features"
1238
  msgstr "Toon de Pro functies"
1239
 
1240
+ #: deprecated.php:687
1241
  msgid "Enter your license key to install and activate"
1242
  msgstr "Voer uw licentiesleutel in om te installeren en te activeren"
1243
 
1244
+ #: deprecated.php:689
1245
  msgid "version of the plugin."
1246
  msgstr "versie van de plugin."
1247
 
1281
  msgid "SMM"
1282
  msgstr ""
1283
 
1284
+ #: product_list.php:22
1285
+ msgid "Best secure captcha plugin to protect your WordPress forms."
 
1286
  msgstr ""
1287
 
1288
+ #: product_list.php:32
1289
  msgid "Create your personal car rental/booking and reservation website."
1290
  msgstr ""
1291
 
1292
+ #: product_list.php:42
1293
  msgid ""
1294
  "Allow customers to reach you using secure contact form plugin any website "
1295
  "must have."
1296
  msgstr ""
1297
 
1298
+ #: product_list.php:52
1299
  msgid "Add unlimited number of contact forms to WordPress website."
1300
  msgstr ""
1301
 
1302
+ #: product_list.php:62
1303
  msgid "Save and manage Contact Form messages. Never lose important data."
1304
  msgstr ""
1305
 
1306
+ #: product_list.php:72
1307
  msgid "Add unlimited custom pages to WordPress admin dashboard."
1308
  msgstr ""
1309
 
1310
+ #: product_list.php:79
1311
  msgid "Add custom fields to WordPress website search results."
1312
  msgstr ""
1313
 
1314
+ #: product_list.php:86
1315
  msgid ""
1316
  "Add custom post types and taxonomies to WordPress website search results."
1317
  msgstr ""
1318
 
1319
+ #: product_list.php:96
1320
  msgid "Add PayPal and 2CO donate buttons to receive charity payments."
1321
  msgstr ""
1322
 
1323
+ #: product_list.php:103
1324
  msgid ""
1325
  "Get latest error log messages to diagnose website problems. Define and fix "
1326
  "issues faster."
1327
  msgstr ""
1328
 
1329
+ #: product_list.php:110
1330
  msgid ""
1331
  "Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
1332
  "widgets."
1333
  msgstr ""
1334
 
1335
+ #: product_list.php:120
1336
  msgid ""
1337
  "Add beautiful galleries, albums & images to your WordPress website in a few "
1338
  "clicks."
1339
  msgstr ""
1340
 
1341
+ #: product_list.php:130
1342
  msgid ""
1343
  "Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
1344
  "posts, pages and widgets."
1345
  msgstr ""
1346
 
1347
+ #: product_list.php:140
1348
  msgid ""
1349
  "Stronger security solution which protects your WordPress website from hacks "
1350
  "and unauthorized login attempts."
1351
  msgstr ""
1352
 
1353
+ #: product_list.php:150
1354
  msgid ""
1355
  "Add Adsense ads to WordPress website pages, posts, custom posts, search "
1356
  "results, categories, tags, and widgets."
1357
  msgstr ""
1358
 
1359
+ #: product_list.php:160
1360
  msgid "Add Google Analytics code to WordPress website and track basic stats."
1361
  msgstr ""
1362
 
1363
+ #: product_list.php:170
1364
  msgid ""
1365
  "Protect WordPress website forms from spam entries with Google Captcha "
1366
  "(reCaptcha)."
1367
  msgstr ""
1368
 
1369
+ #: product_list.php:180
1370
  msgid "Add customized Google maps to WordPress posts, pages and widgets."
1371
  msgstr ""
1372
 
1373
+ #: product_list.php:190
1374
  msgid ""
1375
  "Generate and add XML sitemap to WordPress website. Help search engines index "
1376
  "your blog."
1377
  msgstr ""
1378
 
1379
+ #: product_list.php:200
1380
  msgid ""
1381
  "Replace external WordPress website links with Google shortlinks and track "
1382
  "click stats."
1383
  msgstr ""
1384
 
1385
+ #: product_list.php:207
1386
  msgid ""
1387
  "Protect WordPress website – allow and deny access for certain IP addresses, "
1388
  "hostnames, etc."
1389
  msgstr ""
1390
 
1391
+ #: product_list.php:217
1392
  msgid ""
1393
  "Create your personal job board and listing WordPress website. Search jobs, "
1394
  "submit CV/resumes, choose candidates."
1395
  msgstr ""
1396
 
1397
+ #: product_list.php:224
1398
  msgid ""
1399
  "Protect WordPress website against brute force attacks. Limit rate of login "
1400
  "attempts."
1401
  msgstr ""
1402
 
1403
+ #: product_list.php:234
1404
  msgid ""
1405
  "Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
1406
  "5 plugins included – profile, insider, etc."
1407
  msgstr ""
1408
 
1409
+ #: product_list.php:244
1410
  msgid ""
1411
  "Translate WordPress website content to other languages manually. Create "
1412
  "multilingual pages, posts, widgets, menus, etc."
1413
  msgstr ""
1414
 
1415
+ #: product_list.php:254
1416
  msgid ""
1417
  "Add customizable pagination to WordPress website. Split long content to "
1418
  "multiple pages for better navigation."
1419
  msgstr ""
1420
 
1421
+ #: product_list.php:264
1422
  msgid ""
1423
  "Generate PDF files and print WordPress posts/pages. Customize document "
1424
  "header/footer styles and appearance."
1425
  msgstr ""
1426
 
1427
+ #: product_list.php:274
1428
  msgid ""
1429
  "Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
1430
  "Profile) to WordPress posts, pages and widgets."
1431
  msgstr ""
1432
 
1433
+ #: product_list.php:284
1434
  msgid ""
1435
  "Create your personal portfolio WordPress website. Manage and showcase past "
1436
  "projects to get more clients."
1437
  msgstr ""
1438
 
1439
+ #: product_list.php:294
1440
  msgid "Export WordPress posts to CSV file format easily. Configure data order."
1441
  msgstr ""
1442
 
1443
+ #: product_list.php:301
1444
  msgid ""
1445
  "Add extra fields to default WordPress user profile. The easiest way to "
1446
  "create and manage additional custom values."
1447
  msgstr ""
1448
 
1449
+ #: product_list.php:308
1450
  msgid ""
1451
  "Add and display HTML advertisement banner on WordPress website. Customize "
1452
  "bar styles and appearance."
1453
  msgstr ""
1454
 
1455
+ #: product_list.php:318
1456
  msgid ""
1457
  "Add customizable quotes and tips blocks to WordPress posts, pages and "
1458
  "widgets."
1459
  msgstr ""
1460
 
1461
+ #: product_list.php:325
1462
  msgid ""
1463
  "Add rating plugin to your WordPress website to receive feedback from your "
1464
  "customers."
1465
  msgstr ""
1466
 
1467
+ #: product_list.php:332
1468
  msgid ""
1469
  "Create your personal real estate WordPress website. Sell, rent and buy "
1470
  "properties. Add, search and browse listings easily."
1471
  msgstr ""
1472
 
1473
+ #: product_list.php:342
1474
  msgid ""
1475
  "Add related, featured, latest, and popular posts to your WordPress website. "
1476
  "Connect your blog readers with a relevant content."
1477
  msgstr ""
1478
 
1479
+ #: product_list.php:349
1480
  msgid ""
1481
  "Send bulk email messages to WordPress users. Custom templates, advanced "
1482
  "settings and detailed reports."
1483
  msgstr ""
1484
 
1485
+ #: product_list.php:359
1486
  msgid ""
1487
  "The best responsive slider plugin for your WordPress website. Create "
1488
  "beautifully animated slides just in a few clicks."
1489
  msgstr ""
1490
 
1491
+ #: product_list.php:366
1492
  msgid ""
1493
  "Configure SMTP server to receive email messages from WordPress to Gmail, "
1494
  "Yahoo, Hotmail and other services."
1495
  msgstr ""
1496
 
1497
+ #: product_list.php:373
1498
  msgid ""
1499
  "Add social media buttons and widgets to WordPress posts, pages and widgets. "
1500
  "FB, Twitter, G+1, Pinterest, LinkedIn."
1501
  msgstr ""
1502
 
1503
+ #: product_list.php:383
1504
  msgid ""
1505
  "Add social media login, registration, and commenting to your WordPress "
1506
  "website."
1507
  msgstr ""
1508
 
1509
+ #: product_list.php:390
1510
  msgid ""
1511
  "Add email newsletter sign up form to WordPress posts, pages and widgets. "
1512
  "Collect data and subscribe your users."
1513
  msgstr ""
1514
 
1515
+ #: product_list.php:400
1516
  msgid ""
1517
  "Add testimonials and feedbacks from your customers to WordPress website "
1518
  "posts, pages, and widgets."
1519
  msgstr ""
1520
 
1521
+ #: product_list.php:407
1522
  msgid ""
1523
  "Best timesheet plugin for WordPress. Track employee time, streamline "
1524
  "attendance and generate reports."
1525
  msgstr ""
1526
 
1527
+ #: product_list.php:417
1528
  msgid ""
1529
  "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
1530
  "and pages."
1531
  msgstr ""
1532
 
1533
+ #: product_list.php:427
1534
  msgid ""
1535
  "Automatically check and update WordPress website core with all installed "
1536
  "plugins and themes to the latest versions."
1537
  msgstr ""
1538
 
1539
+ #: product_list.php:437
1540
  msgid ""
1541
  "Powerful user role management plugin for WordPress website. Create, edit, "
1542
  "copy, and delete user roles."
1543
  msgstr ""
1544
 
1545
+ #: product_list.php:447
1546
  msgid ""
1547
  "Display live count of online visitors who are currently browsing your "
1548
  "WordPress website."
1549
  msgstr ""
1550
 
1551
+ #: product_list.php:457
1552
  msgid ""
1553
  "Backup and export Zendesk Help Center content automatically to your "
1554
  "WordPress website database."
1555
  msgstr ""
1556
 
1557
+ #~ msgid "Congratulations! Pro Membership license is activated successfully."
1558
+ #~ msgstr ""
1559
+ #~ "Hartelijk gefeliciteerd! Uw Pro Membership licentie is succesvol "
1560
+ #~ "geactiveerd."
1561
+
1562
+ #~ msgid "Email with system info is sent to"
1563
+ #~ msgstr "E-mail met systeeminformatie wordt verzonden naar"
1564
+
1565
+ #~ msgid "Browse Free WordPress Themes"
1566
+ #~ msgstr "Browse Gratis WordPress Themas"
1567
+
1568
  #~ msgid ""
1569
  #~ "You can use one license of the Pro plugin for one domain only. Please "
1570
  #~ "check and edit your license or domain if necessary using you personal "
bws_menu/languages/bestwebsoft-pl_PL.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-pl_PL.po CHANGED
@@ -2,8 +2,8 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-08-28 09:55+0300\n"
6
- "PO-Revision-Date: 2017-08-28 09:55+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Damian Dąbrowski <contact@codester.pl>\n"
9
  "Language: pl_PL\n"
@@ -43,6 +43,11 @@ msgstr "Wtyczki"
43
  msgid "Like the plugin?"
44
  msgstr "Oceń wtyczkę"
45
 
 
 
 
 
 
46
  #: bws_functions.php:94
47
  msgid "Rate it"
48
  msgstr ""
@@ -51,7 +56,7 @@ msgstr ""
51
  msgid "Need help?"
52
  msgstr "Potrzebujesz pomocy?"
53
 
54
- #: bws_functions.php:104 bws_functions.php:911 class-bws-settings.php:1056
55
  msgid "Visit Help Center"
56
  msgstr ""
57
 
@@ -60,7 +65,7 @@ msgstr ""
60
  msgid "Want to support the plugin?"
61
  msgstr "Oceń wtyczkę"
62
 
63
- #: bws_functions.php:108 bws_menu.php:553
64
  msgid "Donate"
65
  msgstr ""
66
 
@@ -76,7 +81,8 @@ msgid ""
76
  "otherwise the Pro plugin will be deactivated."
77
  msgstr ""
78
 
79
- #: bws_functions.php:128 bws_functions.php:340 class-bws-settings.php:144
 
80
  msgid "Learn More"
81
  msgstr "Dowiedz się więcej"
82
 
@@ -98,7 +104,7 @@ msgstr ""
98
  "Twoja licencja wygasła. Aby podtrzymać szybki dostęp do pomocy i "
99
  "aktualizacji powinieneś przedłużyć licencję."
100
 
101
- #: bws_functions.php:147 bws_functions.php:383 deprecated.php:584
102
  msgid "Learn more"
103
  msgstr "Dowiedz się więcej"
104
 
@@ -128,70 +134,70 @@ msgstr ""
128
  msgid "Thank you for installing %s plugin!"
129
  msgstr ""
130
 
131
- #: bws_functions.php:209
132
  msgid "Let's get started"
133
  msgstr "Zaczynajmny"
134
 
135
- #: bws_functions.php:210 bws_functions.php:243 bws_menu.php:557
136
- #: bws_menu.php:559
137
  msgid "Settings"
138
  msgstr "Ustawienia"
139
 
140
- #: bws_functions.php:212 bws_menu.php:328 class-bws-settings.php:745
141
- #: class-bws-settings.php:1058 class-bws-settings.php:1068 deprecated.php:694
142
  msgid "or"
143
  msgstr "lub"
144
 
145
- #: bws_functions.php:213 bws_functions.php:245
146
  msgid "Add New"
147
  msgstr "Dodaj nowy"
148
 
149
- #: bws_functions.php:217 bws_functions.php:227 bws_functions.php:331
150
- #: bws_functions.php:379 bws_functions.php:481
151
  msgid "Close notice"
152
  msgstr "Zamknij powiadomienie"
153
 
154
- #: bws_functions.php:232
155
  #, fuzzy
156
  msgid "Thank you for installing plugins by BestWebSoft!"
157
  msgstr "Dziękujemy za instalację"
158
 
159
- #: bws_functions.php:234
160
  #, fuzzy
161
  msgid "More Details"
162
  msgstr "Szczegóły"
163
 
164
- #: bws_functions.php:235
165
  #, fuzzy
166
  msgid "Less Details"
167
  msgstr "Szczegóły"
168
 
169
- #: bws_functions.php:263
170
  msgid "Deprecated function(-s) is used on the site here:"
171
  msgstr ""
172
 
173
- #: bws_functions.php:277
174
  msgid ""
175
  "This function(-s) will be removed over time. Please update the product(-s)."
176
  msgstr ""
177
 
178
- #: bws_functions.php:336
179
  msgid "It’s time to upgrade your"
180
  msgstr "Czas by zaktualizować"
181
 
182
- #: bws_functions.php:336
183
  msgid "to"
184
  msgstr "do"
185
 
186
- #: bws_functions.php:336
187
  msgid "version!"
188
  msgstr "wersji!"
189
 
190
- #: bws_functions.php:337
191
  msgid "Extend standard plugin functionality with new great options."
192
  msgstr "Rozszerz podstawowe funkcje wtyczki o nowe wspaniałe opcje."
193
 
194
- #: bws_functions.php:383
195
  #, fuzzy, php-format
196
  msgid ""
197
  "Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
@@ -200,36 +206,36 @@ msgstr ""
200
  "zostaniesz wówczas pozbawiony SZYBKIEGO DOSTĘDO DO SUPPORTU oraz "
201
  "AKTUALIZACJI."
202
 
203
- #: bws_functions.php:476
204
  #, php-format
205
  msgid "Thank you for choosing %s plugin!"
206
  msgstr ""
207
 
208
- #: bws_functions.php:477
209
  msgid ""
210
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
211
  "we'd love to hear about it!"
212
  msgstr ""
213
 
214
- #: bws_functions.php:478
215
  msgid "Suggest a Feature"
216
  msgstr ""
217
 
218
- #: bws_functions.php:494 class-bws-settings.php:538 class-bws-settings.php:541
219
- #: class-bws-settings.php:593 class-bws-settings.php:596
220
  msgid "Notice"
221
  msgstr "Uwaga"
222
 
223
- #: bws_functions.php:494
224
  msgid "The plugin's settings have been changed."
225
  msgstr "Ustawienia wtyczki zostały zmienione."
226
 
227
- #: bws_functions.php:495 class-bws-settings.php:183 class-bws-settings.php:203
228
- #: deprecated.php:640
229
  msgid "Save Changes"
230
  msgstr "Zapisz zmiany"
231
 
232
- #: bws_functions.php:509
233
  #, fuzzy
234
  msgid ""
235
  "You can always look at premium options by checking the \"Pro Options\" in "
@@ -238,82 +244,82 @@ msgstr ""
238
  "Zawsze możesz sprawdzić funkcje premium poprzez kliknięcie \"Pokaż funkcje "
239
  "PRO\" w zakładce \"Go PRO\""
240
 
241
- #: bws_functions.php:647
242
  msgid "Add BWS Shortcode"
243
  msgstr ""
244
 
245
- #: bws_functions.php:648
246
  msgid "Add BWS Plugins Shortcode"
247
  msgstr "Dodaj BWS Shortcode"
248
 
249
- #: bws_functions.php:667
250
  #, fuzzy
251
  msgid "Add shortcode"
252
  msgstr "Dodaj BWS Shortcode"
253
 
254
- #: bws_functions.php:667
255
  msgid "Add BestWebSoft plugins' shortcodes using this button."
256
  msgstr ""
257
 
258
- #: bws_functions.php:723
259
  msgid "Close"
260
  msgstr "Zamknij"
261
 
262
- #: bws_functions.php:815
263
  #, fuzzy
264
  msgid "Are you sure you want to restore default settings?"
265
  msgstr ""
266
  "Czy jesteś pewien, że chcesz przywrócić wszystkie ustawienia do wartości "
267
  "domyślnych?"
268
 
269
- #: bws_functions.php:818
270
  msgid "Yes, restore all settings"
271
  msgstr "Tak, przywróć wszystkie ustawienia"
272
 
273
- #: bws_functions.php:819
274
  msgid "No, go back to the settings page"
275
  msgstr "Nie, wróć do ustawień"
276
 
277
- #: bws_functions.php:861
278
  msgid "Plugin"
279
  msgstr "Wtyczka"
280
 
281
- #: bws_functions.php:870
282
  msgid "Shortcode settings"
283
  msgstr "Ustawienia shortcode"
284
 
285
- #: bws_functions.php:875
286
  msgid "The shortcode will be inserted"
287
  msgstr "Shortcode zostanie umieszczony"
288
 
289
- #: bws_functions.php:916
290
  msgid "FAQ"
291
  msgstr "FAQ"
292
 
293
- #: bws_functions.php:922
294
  msgid "For more information:"
295
  msgstr ""
296
 
297
- #: bws_functions.php:923
298
  msgid "Documentation"
299
  msgstr ""
300
 
301
- #: bws_functions.php:924
302
  msgid "Video Instructions"
303
  msgstr ""
304
 
305
- #: bws_functions.php:925
306
  #, fuzzy
307
  msgid "Submit a Request"
308
  msgstr "送信ボタン"
309
 
310
- #: bws_menu.php:101 class-bws-settings.php:790 deprecated.php:322
311
  msgid "Wrong license key"
312
  msgstr "Niepoprawny klucz licencji"
313
 
314
- #: bws_menu.php:122 class-bws-settings.php:816 class-bws-settings.php:883
315
- #: class-bws-settings.php:919 deprecated.php:133 deprecated.php:199
316
- #: deprecated.php:352
317
  msgid ""
318
  "Something went wrong. Please try again later. If the error appears again, "
319
  "please contact us"
@@ -321,14 +327,14 @@ msgstr ""
321
  "Coś poszło nie tak. Spróbuj ponownie później. Jeśli błąd pojawi się ponownie "
322
  "proszę skontaktować się z nami"
323
 
324
- #: bws_menu.php:122 class-bws-settings.php:816 class-bws-settings.php:883
325
- #: class-bws-settings.php:919 deprecated.php:133 deprecated.php:199
326
- #: deprecated.php:352
327
  msgid "We are sorry for inconvenience."
328
  msgstr "Przepraszamy za niedogodności."
329
 
330
- #: bws_menu.php:128 class-bws-settings.php:822 class-bws-settings.php:925
331
- #: deprecated.php:139 deprecated.php:358
332
  msgid "Wrong license key."
333
  msgstr "Niepoprawny klucz licencji"
334
 
@@ -343,11 +349,11 @@ msgstr "Klucz licencji został przypisany do innej strony."
343
  msgid "Log in"
344
  msgstr ""
345
 
346
- #: bws_menu.php:132 bws_menu.php:334 deprecated.php:261
347
  msgid "Unfortunately, you have exceeded the number of available tries per day."
348
  msgstr "Niestety, przekroczono dzienną liczbę dostępnych prób."
349
 
350
- #: bws_menu.php:134 class-bws-settings.php:931 deprecated.php:364
351
  #, fuzzy, php-format
352
  msgid ""
353
  "Unfortunately, Your license has expired. To continue getting top-priority "
@@ -356,7 +362,7 @@ msgstr ""
356
  "Niestety, Twoja licencja wygasła. By nadal korzystać z szybkiego dostępu do "
357
  "wsparcia oraz aktualizacji powinieneś przedłużyć licencję."
358
 
359
- #: bws_menu.php:136 class-bws-settings.php:933 deprecated.php:366
360
  msgid ""
361
  "Unfortunately, the Pro licence was already installed to this domain. The Pro "
362
  "Trial license can be installed only once."
@@ -364,20 +370,19 @@ msgstr ""
364
  "Niestety, licencja PRO była już przypisana do tej domeny. Licencja testowa "
365
  "może być wykorzystana tylko raz."
366
 
367
- #: bws_menu.php:142 class-bws-settings.php:837 deprecated.php:153
368
  msgid "The license key is valid."
369
  msgstr "Klucz licencji jest poprawny"
370
 
371
- #: bws_menu.php:144 class-bws-settings.php:840 deprecated.php:156
372
  msgid "Your license will expire on"
373
  msgstr "Twoja licencja wygaśnie"
374
 
375
  #: bws_menu.php:146
376
- #, fuzzy
377
- msgid "Congratulations! Pro Membership license is activated successfully."
378
- msgstr "Gratulacje! Licencja do wersji PRO została aktywowana pomyślnie."
379
 
380
- #: bws_menu.php:153 class-bws-settings.php:1005 deprecated.php:435
381
  msgid ""
382
  "Something went wrong. Try again later or upload the plugin manually. We are "
383
  "sorry for inconvenience."
@@ -541,71 +546,71 @@ msgstr "Nieaktywne wtyczki"
541
  msgid "Please enter a valid email address."
542
  msgstr "Podaj poprawny adres email"
543
 
544
- #: bws_menu.php:264
545
- #, fuzzy
546
- msgid "Email with system info is sent to"
547
- msgstr "Wiadomość z informacjami systemowymi zostanie wysłana do "
548
 
549
- #: bws_menu.php:268
550
  msgid "Thank you for contacting us."
551
  msgstr "Dziękujemy za kontakt."
552
 
553
- #: bws_menu.php:291
554
  msgid "Sorry, email message could not be delivered."
555
  msgstr "Przepraszamy, wiadomość nie została dostarczona."
556
 
557
- #: bws_menu.php:307 bws_menu.php:311 bws_menu.php:360 deprecated.php:91
558
  msgid "Plugins"
559
  msgstr "Wtyczki"
560
 
561
- #: bws_menu.php:308 bws_menu.php:312 bws_menu.php:611 deprecated.php:92
562
  msgid "Themes"
563
  msgstr "Motywy"
564
 
565
- #: bws_menu.php:309 bws_menu.php:313 bws_menu.php:641
566
  msgid "System status"
567
  msgstr "Status systemu"
568
 
569
- #: bws_menu.php:317
570
  msgid "Support"
571
  msgstr "サポート"
572
 
573
- #: bws_menu.php:318
574
  msgid "Manage purchased licenses & subscriptions"
575
  msgstr ""
576
 
577
- #: bws_menu.php:326
578
  #, php-format
579
  msgid "Get Access to %s+ Premium Plugins"
580
  msgstr ""
581
 
582
- #: bws_menu.php:328
583
  #, fuzzy
584
  msgid "Subscribe to Pro Membership"
585
  msgstr "有効なテーマ"
586
 
587
- #: bws_menu.php:336 bws_menu.php:347 class-bws-settings.php:758
588
  #: deprecated.php:227
589
  msgid "Check license key"
590
  msgstr "Sprawdź klucz licencji"
591
 
592
- #: bws_menu.php:339
593
  #, fuzzy
594
  msgid "Enter your license key"
595
  msgstr "Podaj klucz licencji"
596
 
597
- #: bws_menu.php:345 bws_menu.php:563 bws_menu.php:572
598
- #: class-bws-settings.php:737 deprecated.php:259 deprecated.php:267
599
- #: deprecated.php:629 deprecated.php:700 deprecated.php:709
600
  msgid "Activate"
601
  msgstr "Aktywuj"
602
 
603
- #: bws_menu.php:361
604
  #, fuzzy
605
  msgid "Upload Plugin"
606
  msgstr "Wtyczka"
607
 
608
- #: bws_menu.php:365
609
  #, php-format
610
  msgid ""
611
  "The plugin generated %d characters of <strong>unexpected output</strong> "
@@ -614,150 +619,148 @@ msgid ""
614
  "or removing this plugin."
615
  msgstr ""
616
 
617
- #: bws_menu.php:367
618
  msgid ""
619
  "Plugin could not be activated because it triggered a <strong>fatal error</"
620
  "strong>."
621
  msgstr ""
622
 
623
- #: bws_menu.php:370
624
  msgid "Plugin <strong>activated</strong>."
625
  msgstr ""
626
 
627
- #: bws_menu.php:377
628
  #, fuzzy
629
  msgid "Installing Plugin"
630
  msgstr "Zainstalowane"
631
 
632
- #: bws_menu.php:383
633
  msgid "Downloading install package from"
634
  msgstr ""
635
 
636
- #: bws_menu.php:400 bws_menu.php:431 bws_menu.php:442
637
- #: class-bws-settings.php:957 class-bws-settings.php:979
638
- #: class-bws-settings.php:1001 deprecated.php:387 deprecated.php:409
639
- #: deprecated.php:431
640
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
641
  msgstr ""
642
  "Pobieranie archiwum zip zakończyło się niepowodzeniem. Proszę dodać wtyczkę "
643
  "manualnie"
644
 
645
- #: bws_menu.php:408
646
  msgid "Unpacking the package"
647
  msgstr ""
648
 
649
- #: bws_menu.php:413 bws_menu.php:421
650
  #, fuzzy
651
  msgid "Installing the plugin"
652
  msgstr "Zainstalowane"
653
 
654
- #: bws_menu.php:417 class-bws-settings.php:969 deprecated.php:399
655
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
656
  msgstr ""
657
  "Otwieranie archiwum zip zakończyło się niepowodzeniem. Proszę dodać wtyczkę "
658
  "manualnie"
659
 
660
- #: bws_menu.php:424 class-bws-settings.php:975 deprecated.php:405
661
  msgid ""
662
  "Your server does not support either ZipArchive or Phar. Please, upload the "
663
  "plugin manually"
664
  msgstr ""
665
  "Twój serwer nie wspiera ZipAcrchive lub Phar. Proszę dodać wtyczkę manualnie"
666
 
667
- #: bws_menu.php:427
668
  #, php-format
669
  msgid "The plugin %s is successfully installed."
670
  msgstr ""
671
 
672
- #: bws_menu.php:434 class-bws-settings.php:982 deprecated.php:412
673
  msgid "UploadDir is not writable. Please, upload the plugin manually"
674
  msgstr ""
675
  "Folder uploadu jest chroniony przez zapisem. Proszę dodać wtyczkę manualnie"
676
 
677
- #: bws_menu.php:439
678
  #, fuzzy
679
  msgid "Activate Plugin"
680
  msgstr "Aktywne wtyczki"
681
 
682
- #: bws_menu.php:439 bws_menu.php:445
683
  msgid "Return to BestWebSoft Panel"
684
  msgstr ""
685
 
686
- #: bws_menu.php:449 bws_menu.php:464 bws_menu.php:593
687
  msgid "All"
688
  msgstr "Wszystko"
689
 
690
- #: bws_menu.php:450 bws_menu.php:630
691
  msgid "Installed"
692
  msgstr "Zainstalowane"
693
 
694
- #: bws_menu.php:451
695
  #, fuzzy
696
  msgid "Not Installed"
697
  msgstr "Zainstalowane"
698
 
699
- #: bws_menu.php:457
700
  msgid "Filter results"
701
  msgstr ""
702
 
703
- #: bws_menu.php:460 bws_menu.php:589
704
  msgid "Category"
705
  msgstr ""
706
 
707
- #: bws_menu.php:524
708
  #, fuzzy
709
  msgid "Not installed"
710
  msgstr "Zainstalowane"
711
 
712
- #: bws_menu.php:528
713
  #, fuzzy
714
  msgid "Renew to get updates"
715
  msgstr "ページに転送"
716
 
717
- #: bws_menu.php:531
718
  #, fuzzy, php-format
719
  msgid "Update to v %s"
720
  msgstr "Aktualizuj do wersji %s"
721
 
722
- #: bws_menu.php:543 bws_menu.php:566 bws_menu.php:575
723
  msgid "Install Now"
724
  msgstr "Instaluj teraz"
725
 
726
- #: bws_menu.php:549 class-bws-settings.php:157 class-bws-settings.php:1065
727
  msgid "Upgrade to Pro"
728
  msgstr ""
729
 
730
- #: bws_menu.php:563 bws_menu.php:572
731
  msgid "Activate this plugin"
732
  msgstr "Aktywuj wtyczkę"
733
 
734
- #: bws_menu.php:575
735
  #, fuzzy
736
  msgid "Install this plugin"
737
  msgstr "Zainstalowane"
738
 
739
- #: bws_menu.php:584
740
  msgid "Nothing found. Try another criteria."
741
  msgstr ""
742
 
743
- #: bws_menu.php:621
744
  #, php-format
745
  msgid "By %s"
746
  msgstr "Od %s"
747
 
748
- #: bws_menu.php:628
749
  msgid "Already Installed"
750
  msgstr "Zainstalowane"
751
 
752
- #: bws_menu.php:638
753
- msgid "Browse Free WordPress Themes"
754
  msgstr ""
755
 
756
- #: bws_menu.php:647
757
  msgid "Send to support"
758
  msgstr "Wyślij do supportu"
759
 
760
- #: bws_menu.php:654
761
  msgid "Send to custom email &#187;"
762
  msgstr "Prześlij na własny adres &#187;"
763
 
@@ -817,15 +820,15 @@ msgstr "Ustawienia wtyczki zostały zmienione."
817
  msgid "Custom Code"
818
  msgstr ""
819
 
820
- #: class-bws-settings.php:427 deprecated.php:497
821
  msgid "You do not have sufficient permissions to edit plugins for this site."
822
  msgstr ""
823
 
824
- #: class-bws-settings.php:432 deprecated.php:618
825
  msgid "These styles will be added to the header on all pages of your site."
826
  msgstr ""
827
 
828
- #: class-bws-settings.php:435 deprecated.php:620
829
  #, php-format
830
  msgid ""
831
  "This PHP code will be hooked to the %s action and will be printed on front "
@@ -836,14 +839,14 @@ msgstr ""
836
  msgid "These code will be added to the header on all pages of your site."
837
  msgstr ""
838
 
839
- #: class-bws-settings.php:446 deprecated.php:644
840
  #, php-format
841
  msgid ""
842
  "You need to make this files writable before you can save your changes. See "
843
  "%s the Codex %s for more information."
844
  msgstr ""
845
 
846
- #: class-bws-settings.php:456 deprecated.php:626
847
  msgid "Browsing"
848
  msgstr ""
849
 
@@ -852,93 +855,93 @@ msgstr ""
852
  msgid "Activate custom %s code."
853
  msgstr ""
854
 
855
- #: class-bws-settings.php:469 deprecated.php:633
856
  #, fuzzy, php-format
857
  msgid "Learn more about %s"
858
  msgstr "Dowiedz się więcej"
859
 
860
- #: class-bws-settings.php:529
861
  msgid "Miscellaneous Settings"
862
  msgstr ""
863
 
864
- #: class-bws-settings.php:538 class-bws-settings.php:593
865
  #, php-format
866
  msgid ""
867
  "It is prohibited to change %s settings on this site in the %s network "
868
  "settings."
869
  msgstr ""
870
 
871
- #: class-bws-settings.php:541 class-bws-settings.php:596
872
  #, php-format
873
  msgid ""
874
  "It is prohibited to view %s settings on this site in the %s network settings."
875
  msgstr ""
876
 
877
- #: class-bws-settings.php:550
878
  #, fuzzy
879
  msgid "Pro Options"
880
  msgstr "Pro Plugins"
881
 
882
- #: class-bws-settings.php:554
883
  msgid "Enable to display plugin Pro options."
884
  msgstr ""
885
 
886
- #: class-bws-settings.php:560
887
  msgid "Track Usage"
888
  msgstr ""
889
 
890
- #: class-bws-settings.php:564
891
  msgid ""
892
  "Enable to allow tracking plugin usage anonymously in order to make it better."
893
  msgstr ""
894
 
895
- #: class-bws-settings.php:569
896
  #, fuzzy
897
  msgid "Default Settings"
898
  msgstr "Ustawienia"
899
 
900
- #: class-bws-settings.php:571
901
  #, fuzzy
902
  msgid "Restore Settings"
903
  msgstr "Przywróć ustawienia"
904
 
905
- #: class-bws-settings.php:572
906
  #, fuzzy
907
  msgid "This will restore plugin settings to defaults."
908
  msgstr "Przywróć wszystkie ustawienia do wartości domyśłnych"
909
 
910
- #: class-bws-settings.php:584
911
  msgid "Import / Export"
912
  msgstr ""
913
 
914
- #: class-bws-settings.php:700 class-bws-settings.php:733
915
- #: class-bws-settings.php:755
916
  #, fuzzy
917
  msgid "License Key"
918
  msgstr "Niepoprawny klucz licencji"
919
 
920
- #: class-bws-settings.php:723
921
  #, fuzzy
922
  msgid "Congratulations! Pro license is activated successfully."
923
  msgstr "Gratulacje! Licencja do wersji PRO została aktywowana pomyślnie."
924
 
925
- #: class-bws-settings.php:724
926
  #, php-format
927
  msgid "You will be automatically redirected to the %s in %s seconds."
928
  msgstr ""
929
 
930
- #: class-bws-settings.php:724
931
  #, fuzzy
932
  msgid "Settings page"
933
  msgstr "設定保存."
934
 
935
- #: class-bws-settings.php:739
936
  #, php-format
937
  msgid "Enter your license key to activate %s and get premium plugin features."
938
  msgstr ""
939
 
940
- #: class-bws-settings.php:742 class-bws-settings.php:929 deprecated.php:362
941
- #: deprecated.php:703
942
  msgid ""
943
  "Unfortunately, you have exceeded the number of available tries per day. "
944
  "Please, upload the plugin manually."
@@ -946,12 +949,12 @@ msgstr ""
946
  "Niestety, przekroczono liczb dostępnych prób na dziś. Proszę dodać wtyczkę "
947
  "manualnie."
948
 
949
- #: class-bws-settings.php:745 deprecated.php:694
950
  #, php-format
951
  msgid "Start Your Free %s-Day Trial Now"
952
  msgstr "Rozpocznij swój darmowy %s-dniowy okres testowy"
953
 
954
- #: class-bws-settings.php:760
955
  #, fuzzy
956
  msgid ""
957
  "If necessary, you can check if the license key is correct or reenter it in "
@@ -961,28 +964,28 @@ msgstr ""
961
  "w polu poniżej. Możesz znaleźć swój klucz na naszej stronie w strefie - "
962
  "Panel Klienta"
963
 
964
- #: class-bws-settings.php:765
965
  msgid "Manage License Settings"
966
  msgstr ""
967
 
968
- #: class-bws-settings.php:767
969
  #, fuzzy
970
  msgid "Login to Client Area"
971
  msgstr "Panel Klienta"
972
 
973
- #: class-bws-settings.php:769
974
  msgid ""
975
  "Manage active licenses, download BWS products, and view your payment history "
976
  "using BestWebSoft Client Area."
977
  msgstr ""
978
 
979
- #: class-bws-settings.php:824 class-bws-settings.php:927 deprecated.php:141
980
- #: deprecated.php:360
981
  #, fuzzy
982
  msgid "This license key is bound to another site."
983
  msgstr "Klucz licencji został przypisany do innej strony."
984
 
985
- #: class-bws-settings.php:826 deprecated.php:143
986
  msgid ""
987
  "This license key is valid, but Your license has expired. If you want to "
988
  "update our plugin in future, you should extend the license."
@@ -990,11 +993,11 @@ msgstr ""
990
  "Klucz jest poprawny, jednak Twoja licencja wygasła. Jeśli chcesz "
991
  "aktualizować naszą wtyczkę w przyszłości powinieneś przedłużyć licencję."
992
 
993
- #: class-bws-settings.php:828 deprecated.php:145
994
  msgid "Unfortunately, you have exceeded the number of available tries."
995
  msgstr "Niestety, przekroczono liczbę dostępnych prób."
996
 
997
- #: class-bws-settings.php:830 deprecated.php:147
998
  msgid ""
999
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
1000
  "The Pro Trial license can be installed only once."
@@ -1002,11 +1005,11 @@ msgstr ""
1002
  "Niestety, licencja PRO była już przypisana do tej domeny. Licencja testowa "
1003
  "może być wykorzystana tylko raz."
1004
 
1005
- #: class-bws-settings.php:835 deprecated.php:151
1006
  msgid "The Pro Trial license key is valid."
1007
  msgstr "Klucz licencji do testowej wersji PRO jest poprawny."
1008
 
1009
- #: class-bws-settings.php:843 deprecated.php:159 deprecated.php:246
1010
  #, php-format
1011
  msgid ""
1012
  "In order to continue using the plugin it is necessary to buy a %s license."
@@ -1014,121 +1017,147 @@ msgstr ""
1014
  "W celu dalszego wykorzystywania wtyczki niezbędne jest wykupienie licencji "
1015
  "%s."
1016
 
1017
- #: class-bws-settings.php:1040 deprecated.php:463
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1018
  msgid "Please, enter Your license key"
1019
  msgstr "Proszę podać klucz licencji."
1020
 
1021
- #: class-bws-settings.php:1052
1022
  #, fuzzy
1023
  msgid "Need Help?"
1024
  msgstr "Potrzebujesz pomocy?"
1025
 
1026
- #: class-bws-settings.php:1054
1027
  msgid "Read the Instruction"
1028
  msgstr ""
1029
 
1030
- #: class-bws-settings.php:1058
1031
  msgid "Watch the Video"
1032
  msgstr ""
1033
 
1034
- #: class-bws-settings.php:1069
1035
  #, fuzzy
1036
  msgid "Start Your Free Trial"
1037
  msgstr "Rozpocznij swój darmowy %s-dniowy okres testowy"
1038
 
1039
- #: deactivation-form.php:26
1040
  msgid "Need help? We are ready to answer your questions."
1041
  msgstr ""
1042
 
1043
- #: deactivation-form.php:26
1044
  msgid "Contact Support"
1045
  msgstr ""
1046
 
1047
- #: deactivation-form.php:31
1048
  msgid "The plugin is not working"
1049
  msgstr ""
1050
 
1051
- #: deactivation-form.php:33
1052
  msgid "Kindly share what didn't work so we can fix it in future updates..."
1053
  msgstr ""
1054
 
1055
- #: deactivation-form.php:37
1056
  msgid "The plugin didn't work as expected"
1057
  msgstr ""
1058
 
1059
- #: deactivation-form.php:39
1060
  msgid "What did you expect?"
1061
  msgstr ""
1062
 
1063
- #: deactivation-form.php:43
1064
  msgid "The plugin suddenly stopped working"
1065
  msgstr ""
1066
 
1067
- #: deactivation-form.php:50
1068
  msgid "The plugin broke my site"
1069
  msgstr ""
1070
 
1071
- #: deactivation-form.php:57
1072
  msgid "I couldn't understand how to get it work"
1073
  msgstr ""
1074
 
1075
- #: deactivation-form.php:64
1076
  msgid "I found a better plugin"
1077
  msgstr ""
1078
 
1079
- #: deactivation-form.php:66
1080
  msgid "What's the plugin name?"
1081
  msgstr ""
1082
 
1083
- #: deactivation-form.php:70
1084
  msgid "The plugin is great, but I need specific feature that you don't support"
1085
  msgstr ""
1086
 
1087
- #: deactivation-form.php:72
1088
  msgid "What feature?"
1089
  msgstr ""
1090
 
1091
- #: deactivation-form.php:76
1092
  msgid "I no longer need the plugin"
1093
  msgstr ""
1094
 
1095
- #: deactivation-form.php:82
1096
  msgid "It's a temporary deactivation, I'm just debugging an issue"
1097
  msgstr ""
1098
 
1099
- #: deactivation-form.php:88
1100
  msgid "Other"
1101
  msgstr ""
1102
 
1103
- #: deactivation-form.php:122
1104
  msgid "Quick Feedback"
1105
  msgstr ""
1106
 
1107
- #: deactivation-form.php:123
1108
  msgid "If you have a moment, please let us know why you are deactivating"
1109
  msgstr ""
1110
 
1111
- #: deactivation-form.php:128
1112
  msgid "Anonymous feedback"
1113
  msgstr ""
1114
 
1115
- #: deactivation-form.php:130
1116
  msgid "Cancel"
1117
  msgstr ""
1118
 
1119
- #: deactivation-form.php:230
1120
  msgid "Processing"
1121
  msgstr ""
1122
 
1123
- #: deactivation-form.php:259
1124
  msgid "Submit & Deactivate"
1125
  msgstr ""
1126
 
1127
- #: deactivation-form.php:276
1128
  msgid "Please tell us the reason so we can improve it."
1129
  msgstr ""
1130
 
1131
- #: deactivation-form.php:344
1132
  msgid "Deactivate"
1133
  msgstr ""
1134
 
@@ -1161,83 +1190,83 @@ msgstr ""
1161
  "(login to adres email podany przy zakupie). Jeśli to koniczne użyj opcji "
1162
  "\"Zgubiłeś swoje hasło?\"."
1163
 
1164
- #: deprecated.php:247
1165
  #, fuzzy
1166
  msgid "After that, you can activate it by entering your license key."
1167
  msgstr "Po wszystkim możesz aktywować wtyczkę poprzez podanie klucza licencji."
1168
 
1169
- #: deprecated.php:249 deprecated.php:688
1170
  msgid "License key can be found in the"
1171
  msgstr ""
1172
 
1173
- #: deprecated.php:251 deprecated.php:690
1174
  #, fuzzy
1175
  msgid "(your username is the email address specified during the purchase)."
1176
  msgstr "(twoja nazwa użytkownika to email podany podczas zakupu)."
1177
 
1178
- #: deprecated.php:278
1179
  #, fuzzy
1180
  msgid ""
1181
  "Congratulations! The Pro license of the plugin is activated successfully."
1182
  msgstr "Gratulacje! Licencja do wersji PRO została aktywowana pomyślnie."
1183
 
1184
- #: deprecated.php:280 deprecated.php:669
1185
  msgid "Please, go to"
1186
  msgstr "Proszę przejść do"
1187
 
1188
- #: deprecated.php:280 deprecated.php:669
1189
  msgid "the setting page"
1190
  msgstr "ustawień"
1191
 
1192
- #: deprecated.php:281 deprecated.php:670
1193
  msgid "You will be redirected automatically in 5 seconds."
1194
  msgstr "Zostaniesz automatycznie przekierowany w ciągu 5 sekund."
1195
 
1196
- #: deprecated.php:315
1197
  msgid "Check premium options on the plugin settings page!"
1198
  msgstr "Sprawdź dodatkowe opcje premium w ustawieniach wtyczki."
1199
 
1200
- #: deprecated.php:478
1201
  msgid "Restore all plugin settings to defaults"
1202
  msgstr "Przywróć wszystkie ustawienia do wartości domyśłnych"
1203
 
1204
- #: deprecated.php:480
1205
  msgid "Restore settings"
1206
  msgstr "Przywróć ustawienia"
1207
 
1208
- #: deprecated.php:548 deprecated.php:575
1209
  #, php-format
1210
  msgid "File %s edited successfully."
1211
  msgstr ""
1212
 
1213
- #: deprecated.php:550 deprecated.php:577
1214
  msgid "Not enough permissions to create or update the file"
1215
  msgstr ""
1216
 
1217
- #: deprecated.php:580
1218
  msgid "Not enough permissions to create the file"
1219
  msgstr ""
1220
 
1221
- #: deprecated.php:624
1222
  msgid "Editing"
1223
  msgstr ""
1224
 
1225
- #: deprecated.php:667
1226
  #, fuzzy
1227
  msgid ""
1228
  "Congratulations! Pro version of the plugin is installed and activated "
1229
  "successfully."
1230
  msgstr "Gratulacje! Wersja PRO została pobrana i aktywowana pomyślnie."
1231
 
1232
- #: deprecated.php:677
1233
  msgid "Show Pro features"
1234
  msgstr "Pokaż funkcje PRO"
1235
 
1236
- #: deprecated.php:684
1237
  msgid "Enter your license key to install and activate"
1238
  msgstr ""
1239
 
1240
- #: deprecated.php:686
1241
  #, fuzzy
1242
  msgid "version of the plugin."
1243
  msgstr "Oceń wtyczkę"
@@ -1552,6 +1581,14 @@ msgid ""
1552
  "WordPress website database."
1553
  msgstr ""
1554
 
 
 
 
 
 
 
 
 
1555
  #~ msgid ""
1556
  #~ "You can use one license of the Pro plugin for one domain only. Please "
1557
  #~ "check and edit your license or domain if necessary using you personal "
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-09-05 14:58+0300\n"
6
+ "PO-Revision-Date: 2017-09-05 14:58+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: Damian Dąbrowski <contact@codester.pl>\n"
9
  "Language: pl_PL\n"
43
  msgid "Like the plugin?"
44
  msgstr "Oceń wtyczkę"
45
 
46
+ #: bws_functions.php:93
47
+ #, php-format
48
+ msgid "%s reviews"
49
+ msgstr ""
50
+
51
  #: bws_functions.php:94
52
  msgid "Rate it"
53
  msgstr ""
56
  msgid "Need help?"
57
  msgstr "Potrzebujesz pomocy?"
58
 
59
+ #: bws_functions.php:104 bws_functions.php:917 class-bws-settings.php:1058
60
  msgid "Visit Help Center"
61
  msgstr ""
62
 
65
  msgid "Want to support the plugin?"
66
  msgstr "Oceń wtyczkę"
67
 
68
+ #: bws_functions.php:108 bws_menu.php:560
69
  msgid "Donate"
70
  msgstr ""
71
 
81
  "otherwise the Pro plugin will be deactivated."
82
  msgstr ""
83
 
84
+ #: bws_functions.php:128 bws_functions.php:341 bws_menu.php:631
85
+ #: class-bws-settings.php:144
86
  msgid "Learn More"
87
  msgstr "Dowiedz się więcej"
88
 
104
  "Twoja licencja wygasła. Aby podtrzymać szybki dostęp do pomocy i "
105
  "aktualizacji powinieneś przedłużyć licencję."
106
 
107
+ #: bws_functions.php:147 bws_functions.php:389 deprecated.php:586
108
  msgid "Learn more"
109
  msgstr "Dowiedz się więcej"
110
 
134
  msgid "Thank you for installing %s plugin!"
135
  msgstr ""
136
 
137
+ #: bws_functions.php:210
138
  msgid "Let's get started"
139
  msgstr "Zaczynajmny"
140
 
141
+ #: bws_functions.php:211 bws_functions.php:244 bws_menu.php:564
142
+ #: bws_menu.php:566
143
  msgid "Settings"
144
  msgstr "Ustawienia"
145
 
146
+ #: bws_functions.php:213 bws_menu.php:326 class-bws-settings.php:747
147
+ #: class-bws-settings.php:1060 class-bws-settings.php:1070 deprecated.php:697
148
  msgid "or"
149
  msgstr "lub"
150
 
151
+ #: bws_functions.php:214 bws_functions.php:246
152
  msgid "Add New"
153
  msgstr "Dodaj nowy"
154
 
155
+ #: bws_functions.php:218 bws_functions.php:228 bws_functions.php:332
156
+ #: bws_functions.php:385 bws_functions.php:487
157
  msgid "Close notice"
158
  msgstr "Zamknij powiadomienie"
159
 
160
+ #: bws_functions.php:233
161
  #, fuzzy
162
  msgid "Thank you for installing plugins by BestWebSoft!"
163
  msgstr "Dziękujemy za instalację"
164
 
165
+ #: bws_functions.php:235
166
  #, fuzzy
167
  msgid "More Details"
168
  msgstr "Szczegóły"
169
 
170
+ #: bws_functions.php:236
171
  #, fuzzy
172
  msgid "Less Details"
173
  msgstr "Szczegóły"
174
 
175
+ #: bws_functions.php:264
176
  msgid "Deprecated function(-s) is used on the site here:"
177
  msgstr ""
178
 
179
+ #: bws_functions.php:278
180
  msgid ""
181
  "This function(-s) will be removed over time. Please update the product(-s)."
182
  msgstr ""
183
 
184
+ #: bws_functions.php:337
185
  msgid "It’s time to upgrade your"
186
  msgstr "Czas by zaktualizować"
187
 
188
+ #: bws_functions.php:337
189
  msgid "to"
190
  msgstr "do"
191
 
192
+ #: bws_functions.php:337
193
  msgid "version!"
194
  msgstr "wersji!"
195
 
196
+ #: bws_functions.php:338
197
  msgid "Extend standard plugin functionality with new great options."
198
  msgstr "Rozszerz podstawowe funkcje wtyczki o nowe wspaniałe opcje."
199
 
200
+ #: bws_functions.php:389
201
  #, fuzzy, php-format
202
  msgid ""
203
  "Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
206
  "zostaniesz wówczas pozbawiony SZYBKIEGO DOSTĘDO DO SUPPORTU oraz "
207
  "AKTUALIZACJI."
208
 
209
+ #: bws_functions.php:482
210
  #, php-format
211
  msgid "Thank you for choosing %s plugin!"
212
  msgstr ""
213
 
214
+ #: bws_functions.php:483
215
  msgid ""
216
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
217
  "we'd love to hear about it!"
218
  msgstr ""
219
 
220
+ #: bws_functions.php:484
221
  msgid "Suggest a Feature"
222
  msgstr ""
223
 
224
+ #: bws_functions.php:500 class-bws-settings.php:540 class-bws-settings.php:543
225
+ #: class-bws-settings.php:595 class-bws-settings.php:598
226
  msgid "Notice"
227
  msgstr "Uwaga"
228
 
229
+ #: bws_functions.php:500
230
  msgid "The plugin's settings have been changed."
231
  msgstr "Ustawienia wtyczki zostały zmienione."
232
 
233
+ #: bws_functions.php:501 class-bws-settings.php:183 class-bws-settings.php:203
234
+ #: deprecated.php:642
235
  msgid "Save Changes"
236
  msgstr "Zapisz zmiany"
237
 
238
+ #: bws_functions.php:515
239
  #, fuzzy
240
  msgid ""
241
  "You can always look at premium options by checking the \"Pro Options\" in "
244
  "Zawsze możesz sprawdzić funkcje premium poprzez kliknięcie \"Pokaż funkcje "
245
  "PRO\" w zakładce \"Go PRO\""
246
 
247
+ #: bws_functions.php:653
248
  msgid "Add BWS Shortcode"
249
  msgstr ""
250
 
251
+ #: bws_functions.php:654
252
  msgid "Add BWS Plugins Shortcode"
253
  msgstr "Dodaj BWS Shortcode"
254
 
255
+ #: bws_functions.php:673
256
  #, fuzzy
257
  msgid "Add shortcode"
258
  msgstr "Dodaj BWS Shortcode"
259
 
260
+ #: bws_functions.php:673
261
  msgid "Add BestWebSoft plugins' shortcodes using this button."
262
  msgstr ""
263
 
264
+ #: bws_functions.php:729
265
  msgid "Close"
266
  msgstr "Zamknij"
267
 
268
+ #: bws_functions.php:821
269
  #, fuzzy
270
  msgid "Are you sure you want to restore default settings?"
271
  msgstr ""
272
  "Czy jesteś pewien, że chcesz przywrócić wszystkie ustawienia do wartości "
273
  "domyślnych?"
274
 
275
+ #: bws_functions.php:824
276
  msgid "Yes, restore all settings"
277
  msgstr "Tak, przywróć wszystkie ustawienia"
278
 
279
+ #: bws_functions.php:825
280
  msgid "No, go back to the settings page"
281
  msgstr "Nie, wróć do ustawień"
282
 
283
+ #: bws_functions.php:867
284
  msgid "Plugin"
285
  msgstr "Wtyczka"
286
 
287
+ #: bws_functions.php:876
288
  msgid "Shortcode settings"
289
  msgstr "Ustawienia shortcode"
290
 
291
+ #: bws_functions.php:881
292
  msgid "The shortcode will be inserted"
293
  msgstr "Shortcode zostanie umieszczony"
294
 
295
+ #: bws_functions.php:922
296
  msgid "FAQ"
297
  msgstr "FAQ"
298
 
299
+ #: bws_functions.php:928
300
  msgid "For more information:"
301
  msgstr ""
302
 
303
+ #: bws_functions.php:929
304
  msgid "Documentation"
305
  msgstr ""
306
 
307
+ #: bws_functions.php:930
308
  msgid "Video Instructions"
309
  msgstr ""
310
 
311
+ #: bws_functions.php:931
312
  #, fuzzy
313
  msgid "Submit a Request"
314
  msgstr "送信ボタン"
315
 
316
+ #: bws_menu.php:101 class-bws-settings.php:792 deprecated.php:323
317
  msgid "Wrong license key"
318
  msgstr "Niepoprawny klucz licencji"
319
 
320
+ #: bws_menu.php:122 class-bws-settings.php:818 class-bws-settings.php:885
321
+ #: class-bws-settings.php:921 deprecated.php:133 deprecated.php:199
322
+ #: deprecated.php:353
323
  msgid ""
324
  "Something went wrong. Please try again later. If the error appears again, "
325
  "please contact us"
327
  "Coś poszło nie tak. Spróbuj ponownie później. Jeśli błąd pojawi się ponownie "
328
  "proszę skontaktować się z nami"
329
 
330
+ #: bws_menu.php:122 class-bws-settings.php:818 class-bws-settings.php:885
331
+ #: class-bws-settings.php:921 deprecated.php:133 deprecated.php:199
332
+ #: deprecated.php:353
333
  msgid "We are sorry for inconvenience."
334
  msgstr "Przepraszamy za niedogodności."
335
 
336
+ #: bws_menu.php:128 class-bws-settings.php:824 class-bws-settings.php:927
337
+ #: deprecated.php:139 deprecated.php:359
338
  msgid "Wrong license key."
339
  msgstr "Niepoprawny klucz licencji"
340
 
349
  msgid "Log in"
350
  msgstr ""
351
 
352
+ #: bws_menu.php:132 bws_menu.php:332 deprecated.php:261
353
  msgid "Unfortunately, you have exceeded the number of available tries per day."
354
  msgstr "Niestety, przekroczono dzienną liczbę dostępnych prób."
355
 
356
+ #: bws_menu.php:134 deprecated.php:365
357
  #, fuzzy, php-format
358
  msgid ""
359
  "Unfortunately, Your license has expired. To continue getting top-priority "
362
  "Niestety, Twoja licencja wygasła. By nadal korzystać z szybkiego dostępu do "
363
  "wsparcia oraz aktualizacji powinieneś przedłużyć licencję."
364
 
365
+ #: bws_menu.php:136 class-bws-settings.php:935 deprecated.php:367
366
  msgid ""
367
  "Unfortunately, the Pro licence was already installed to this domain. The Pro "
368
  "Trial license can be installed only once."
370
  "Niestety, licencja PRO była już przypisana do tej domeny. Licencja testowa "
371
  "może być wykorzystana tylko raz."
372
 
373
+ #: bws_menu.php:142 class-bws-settings.php:839 deprecated.php:153
374
  msgid "The license key is valid."
375
  msgstr "Klucz licencji jest poprawny"
376
 
377
+ #: bws_menu.php:144 class-bws-settings.php:842 deprecated.php:156
378
  msgid "Your license will expire on"
379
  msgstr "Twoja licencja wygaśnie"
380
 
381
  #: bws_menu.php:146
382
+ msgid "Congratulations! Pro Membership license is activated successfully."
383
+ msgstr ""
 
384
 
385
+ #: bws_menu.php:153 class-bws-settings.php:1007 deprecated.php:436
386
  msgid ""
387
  "Something went wrong. Try again later or upload the plugin manually. We are "
388
  "sorry for inconvenience."
546
  msgid "Please enter a valid email address."
547
  msgstr "Podaj poprawny adres email"
548
 
549
+ #: bws_menu.php:262
550
+ #, php-format
551
+ msgid "Email with system info is sent to %s."
552
+ msgstr ""
553
 
554
+ #: bws_menu.php:266
555
  msgid "Thank you for contacting us."
556
  msgstr "Dziękujemy za kontakt."
557
 
558
+ #: bws_menu.php:289
559
  msgid "Sorry, email message could not be delivered."
560
  msgstr "Przepraszamy, wiadomość nie została dostarczona."
561
 
562
+ #: bws_menu.php:305 bws_menu.php:309 bws_menu.php:358 deprecated.php:91
563
  msgid "Plugins"
564
  msgstr "Wtyczki"
565
 
566
+ #: bws_menu.php:306 bws_menu.php:310 bws_menu.php:618 deprecated.php:92
567
  msgid "Themes"
568
  msgstr "Motywy"
569
 
570
+ #: bws_menu.php:307 bws_menu.php:311 bws_menu.php:648
571
  msgid "System status"
572
  msgstr "Status systemu"
573
 
574
+ #: bws_menu.php:315
575
  msgid "Support"
576
  msgstr "サポート"
577
 
578
+ #: bws_menu.php:316
579
  msgid "Manage purchased licenses & subscriptions"
580
  msgstr ""
581
 
582
+ #: bws_menu.php:324
583
  #, php-format
584
  msgid "Get Access to %s+ Premium Plugins"
585
  msgstr ""
586
 
587
+ #: bws_menu.php:326
588
  #, fuzzy
589
  msgid "Subscribe to Pro Membership"
590
  msgstr "有効なテーマ"
591
 
592
+ #: bws_menu.php:334 bws_menu.php:345 class-bws-settings.php:760
593
  #: deprecated.php:227
594
  msgid "Check license key"
595
  msgstr "Sprawdź klucz licencji"
596
 
597
+ #: bws_menu.php:337
598
  #, fuzzy
599
  msgid "Enter your license key"
600
  msgstr "Podaj klucz licencji"
601
 
602
+ #: bws_menu.php:343 bws_menu.php:570 bws_menu.php:579
603
+ #: class-bws-settings.php:739 deprecated.php:259 deprecated.php:267
604
+ #: deprecated.php:631 deprecated.php:703 deprecated.php:712
605
  msgid "Activate"
606
  msgstr "Aktywuj"
607
 
608
+ #: bws_menu.php:359
609
  #, fuzzy
610
  msgid "Upload Plugin"
611
  msgstr "Wtyczka"
612
 
613
+ #: bws_menu.php:363
614
  #, php-format
615
  msgid ""
616
  "The plugin generated %d characters of <strong>unexpected output</strong> "
619
  "or removing this plugin."
620
  msgstr ""
621
 
622
+ #: bws_menu.php:365
623
  msgid ""
624
  "Plugin could not be activated because it triggered a <strong>fatal error</"
625
  "strong>."
626
  msgstr ""
627
 
628
+ #: bws_menu.php:368
629
  msgid "Plugin <strong>activated</strong>."
630
  msgstr ""
631
 
632
+ #: bws_menu.php:375
633
  #, fuzzy
634
  msgid "Installing Plugin"
635
  msgstr "Zainstalowane"
636
 
637
+ #: bws_menu.php:381
638
  msgid "Downloading install package from"
639
  msgstr ""
640
 
641
+ #: bws_menu.php:398 bws_menu.php:429 bws_menu.php:440 deprecated.php:388
642
+ #: deprecated.php:410 deprecated.php:432
 
 
643
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
644
  msgstr ""
645
  "Pobieranie archiwum zip zakończyło się niepowodzeniem. Proszę dodać wtyczkę "
646
  "manualnie"
647
 
648
+ #: bws_menu.php:406
649
  msgid "Unpacking the package"
650
  msgstr ""
651
 
652
+ #: bws_menu.php:411 bws_menu.php:419
653
  #, fuzzy
654
  msgid "Installing the plugin"
655
  msgstr "Zainstalowane"
656
 
657
+ #: bws_menu.php:415 deprecated.php:400
658
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
659
  msgstr ""
660
  "Otwieranie archiwum zip zakończyło się niepowodzeniem. Proszę dodać wtyczkę "
661
  "manualnie"
662
 
663
+ #: bws_menu.php:422 deprecated.php:406
664
  msgid ""
665
  "Your server does not support either ZipArchive or Phar. Please, upload the "
666
  "plugin manually"
667
  msgstr ""
668
  "Twój serwer nie wspiera ZipAcrchive lub Phar. Proszę dodać wtyczkę manualnie"
669
 
670
+ #: bws_menu.php:425
671
  #, php-format
672
  msgid "The plugin %s is successfully installed."
673
  msgstr ""
674
 
675
+ #: bws_menu.php:432 deprecated.php:413
676
  msgid "UploadDir is not writable. Please, upload the plugin manually"
677
  msgstr ""
678
  "Folder uploadu jest chroniony przez zapisem. Proszę dodać wtyczkę manualnie"
679
 
680
+ #: bws_menu.php:437
681
  #, fuzzy
682
  msgid "Activate Plugin"
683
  msgstr "Aktywne wtyczki"
684
 
685
+ #: bws_menu.php:437 bws_menu.php:443
686
  msgid "Return to BestWebSoft Panel"
687
  msgstr ""
688
 
689
+ #: bws_menu.php:451 bws_menu.php:471 bws_menu.php:600
690
  msgid "All"
691
  msgstr "Wszystko"
692
 
693
+ #: bws_menu.php:454 bws_menu.php:637
694
  msgid "Installed"
695
  msgstr "Zainstalowane"
696
 
697
+ #: bws_menu.php:457
698
  #, fuzzy
699
  msgid "Not Installed"
700
  msgstr "Zainstalowane"
701
 
702
+ #: bws_menu.php:464
703
  msgid "Filter results"
704
  msgstr ""
705
 
706
+ #: bws_menu.php:467 bws_menu.php:596
707
  msgid "Category"
708
  msgstr ""
709
 
710
+ #: bws_menu.php:531
711
  #, fuzzy
712
  msgid "Not installed"
713
  msgstr "Zainstalowane"
714
 
715
+ #: bws_menu.php:535
716
  #, fuzzy
717
  msgid "Renew to get updates"
718
  msgstr "ページに転送"
719
 
720
+ #: bws_menu.php:538
721
  #, fuzzy, php-format
722
  msgid "Update to v %s"
723
  msgstr "Aktualizuj do wersji %s"
724
 
725
+ #: bws_menu.php:550 bws_menu.php:573 bws_menu.php:582
726
  msgid "Install Now"
727
  msgstr "Instaluj teraz"
728
 
729
+ #: bws_menu.php:556 class-bws-settings.php:157 class-bws-settings.php:1067
730
  msgid "Upgrade to Pro"
731
  msgstr ""
732
 
733
+ #: bws_menu.php:570 bws_menu.php:579
734
  msgid "Activate this plugin"
735
  msgstr "Aktywuj wtyczkę"
736
 
737
+ #: bws_menu.php:582
738
  #, fuzzy
739
  msgid "Install this plugin"
740
  msgstr "Zainstalowane"
741
 
742
+ #: bws_menu.php:591
743
  msgid "Nothing found. Try another criteria."
744
  msgstr ""
745
 
746
+ #: bws_menu.php:628
747
  #, php-format
748
  msgid "By %s"
749
  msgstr "Od %s"
750
 
751
+ #: bws_menu.php:635
752
  msgid "Already Installed"
753
  msgstr "Zainstalowane"
754
 
755
+ #: bws_menu.php:645
756
+ msgid "Browse More WordPress Themes"
757
  msgstr ""
758
 
759
+ #: bws_menu.php:654
760
  msgid "Send to support"
761
  msgstr "Wyślij do supportu"
762
 
763
+ #: bws_menu.php:661
764
  msgid "Send to custom email &#187;"
765
  msgstr "Prześlij na własny adres &#187;"
766
 
820
  msgid "Custom Code"
821
  msgstr ""
822
 
823
+ #: class-bws-settings.php:427 deprecated.php:498
824
  msgid "You do not have sufficient permissions to edit plugins for this site."
825
  msgstr ""
826
 
827
+ #: class-bws-settings.php:432 deprecated.php:620
828
  msgid "These styles will be added to the header on all pages of your site."
829
  msgstr ""
830
 
831
+ #: class-bws-settings.php:435 deprecated.php:622
832
  #, php-format
833
  msgid ""
834
  "This PHP code will be hooked to the %s action and will be printed on front "
839
  msgid "These code will be added to the header on all pages of your site."
840
  msgstr ""
841
 
842
+ #: class-bws-settings.php:446 deprecated.php:646
843
  #, php-format
844
  msgid ""
845
  "You need to make this files writable before you can save your changes. See "
846
  "%s the Codex %s for more information."
847
  msgstr ""
848
 
849
+ #: class-bws-settings.php:456 deprecated.php:628
850
  msgid "Browsing"
851
  msgstr ""
852
 
855
  msgid "Activate custom %s code."
856
  msgstr ""
857
 
858
+ #: class-bws-settings.php:469 deprecated.php:635
859
  #, fuzzy, php-format
860
  msgid "Learn more about %s"
861
  msgstr "Dowiedz się więcej"
862
 
863
+ #: class-bws-settings.php:531
864
  msgid "Miscellaneous Settings"
865
  msgstr ""
866
 
867
+ #: class-bws-settings.php:540 class-bws-settings.php:595
868
  #, php-format
869
  msgid ""
870
  "It is prohibited to change %s settings on this site in the %s network "
871
  "settings."
872
  msgstr ""
873
 
874
+ #: class-bws-settings.php:543 class-bws-settings.php:598
875
  #, php-format
876
  msgid ""
877
  "It is prohibited to view %s settings on this site in the %s network settings."
878
  msgstr ""
879
 
880
+ #: class-bws-settings.php:552
881
  #, fuzzy
882
  msgid "Pro Options"
883
  msgstr "Pro Plugins"
884
 
885
+ #: class-bws-settings.php:556
886
  msgid "Enable to display plugin Pro options."
887
  msgstr ""
888
 
889
+ #: class-bws-settings.php:562
890
  msgid "Track Usage"
891
  msgstr ""
892
 
893
+ #: class-bws-settings.php:566
894
  msgid ""
895
  "Enable to allow tracking plugin usage anonymously in order to make it better."
896
  msgstr ""
897
 
898
+ #: class-bws-settings.php:571
899
  #, fuzzy
900
  msgid "Default Settings"
901
  msgstr "Ustawienia"
902
 
903
+ #: class-bws-settings.php:573
904
  #, fuzzy
905
  msgid "Restore Settings"
906
  msgstr "Przywróć ustawienia"
907
 
908
+ #: class-bws-settings.php:574
909
  #, fuzzy
910
  msgid "This will restore plugin settings to defaults."
911
  msgstr "Przywróć wszystkie ustawienia do wartości domyśłnych"
912
 
913
+ #: class-bws-settings.php:586
914
  msgid "Import / Export"
915
  msgstr ""
916
 
917
+ #: class-bws-settings.php:702 class-bws-settings.php:735
918
+ #: class-bws-settings.php:757
919
  #, fuzzy
920
  msgid "License Key"
921
  msgstr "Niepoprawny klucz licencji"
922
 
923
+ #: class-bws-settings.php:725
924
  #, fuzzy
925
  msgid "Congratulations! Pro license is activated successfully."
926
  msgstr "Gratulacje! Licencja do wersji PRO została aktywowana pomyślnie."
927
 
928
+ #: class-bws-settings.php:726
929
  #, php-format
930
  msgid "You will be automatically redirected to the %s in %s seconds."
931
  msgstr ""
932
 
933
+ #: class-bws-settings.php:726
934
  #, fuzzy
935
  msgid "Settings page"
936
  msgstr "設定保存."
937
 
938
+ #: class-bws-settings.php:741
939
  #, php-format
940
  msgid "Enter your license key to activate %s and get premium plugin features."
941
  msgstr ""
942
 
943
+ #: class-bws-settings.php:744 class-bws-settings.php:931 deprecated.php:363
944
+ #: deprecated.php:706
945
  msgid ""
946
  "Unfortunately, you have exceeded the number of available tries per day. "
947
  "Please, upload the plugin manually."
949
  "Niestety, przekroczono liczb dostępnych prób na dziś. Proszę dodać wtyczkę "
950
  "manualnie."
951
 
952
+ #: class-bws-settings.php:747 deprecated.php:697
953
  #, php-format
954
  msgid "Start Your Free %s-Day Trial Now"
955
  msgstr "Rozpocznij swój darmowy %s-dniowy okres testowy"
956
 
957
+ #: class-bws-settings.php:762
958
  #, fuzzy
959
  msgid ""
960
  "If necessary, you can check if the license key is correct or reenter it in "
964
  "w polu poniżej. Możesz znaleźć swój klucz na naszej stronie w strefie - "
965
  "Panel Klienta"
966
 
967
+ #: class-bws-settings.php:767
968
  msgid "Manage License Settings"
969
  msgstr ""
970
 
971
+ #: class-bws-settings.php:769
972
  #, fuzzy
973
  msgid "Login to Client Area"
974
  msgstr "Panel Klienta"
975
 
976
+ #: class-bws-settings.php:771
977
  msgid ""
978
  "Manage active licenses, download BWS products, and view your payment history "
979
  "using BestWebSoft Client Area."
980
  msgstr ""
981
 
982
+ #: class-bws-settings.php:826 class-bws-settings.php:929 deprecated.php:141
983
+ #: deprecated.php:361
984
  #, fuzzy
985
  msgid "This license key is bound to another site."
986
  msgstr "Klucz licencji został przypisany do innej strony."
987
 
988
+ #: class-bws-settings.php:828 deprecated.php:143
989
  msgid ""
990
  "This license key is valid, but Your license has expired. If you want to "
991
  "update our plugin in future, you should extend the license."
993
  "Klucz jest poprawny, jednak Twoja licencja wygasła. Jeśli chcesz "
994
  "aktualizować naszą wtyczkę w przyszłości powinieneś przedłużyć licencję."
995
 
996
+ #: class-bws-settings.php:830 deprecated.php:145
997
  msgid "Unfortunately, you have exceeded the number of available tries."
998
  msgstr "Niestety, przekroczono liczbę dostępnych prób."
999
 
1000
+ #: class-bws-settings.php:832 deprecated.php:147
1001
  msgid ""
1002
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
1003
  "The Pro Trial license can be installed only once."
1005
  "Niestety, licencja PRO była już przypisana do tej domeny. Licencja testowa "
1006
  "może być wykorzystana tylko raz."
1007
 
1008
+ #: class-bws-settings.php:837 deprecated.php:151
1009
  msgid "The Pro Trial license key is valid."
1010
  msgstr "Klucz licencji do testowej wersji PRO jest poprawny."
1011
 
1012
+ #: class-bws-settings.php:845 deprecated.php:159 deprecated.php:246
1013
  #, php-format
1014
  msgid ""
1015
  "In order to continue using the plugin it is necessary to buy a %s license."
1017
  "W celu dalszego wykorzystywania wtyczki niezbędne jest wykupienie licencji "
1018
  "%s."
1019
 
1020
+ #: class-bws-settings.php:933
1021
+ #, php-format
1022
+ msgid ""
1023
+ "Unfortunately, Your license has expired. To continue getting top-priority "
1024
+ "support and plugin updates, you should extend it in your %s."
1025
+ msgstr ""
1026
+
1027
+ #: class-bws-settings.php:959 class-bws-settings.php:981
1028
+ #: class-bws-settings.php:1003
1029
+ msgid "Failed to download the zip archive. Please, upload the plugin manually."
1030
+ msgstr ""
1031
+
1032
+ #: class-bws-settings.php:971
1033
+ msgid "Failed to open the zip archive. Please, upload the plugin manually."
1034
+ msgstr ""
1035
+
1036
+ #: class-bws-settings.php:977
1037
+ msgid ""
1038
+ "Your server does not support either ZipArchive or Phar. Please, upload the "
1039
+ "plugin manually."
1040
+ msgstr ""
1041
+
1042
+ #: class-bws-settings.php:984
1043
+ msgid "UploadDir is not writable. Please, upload the plugin manually."
1044
+ msgstr ""
1045
+
1046
+ #: class-bws-settings.php:1042 deprecated.php:464
1047
  msgid "Please, enter Your license key"
1048
  msgstr "Proszę podać klucz licencji."
1049
 
1050
+ #: class-bws-settings.php:1054
1051
  #, fuzzy
1052
  msgid "Need Help?"
1053
  msgstr "Potrzebujesz pomocy?"
1054
 
1055
+ #: class-bws-settings.php:1056
1056
  msgid "Read the Instruction"
1057
  msgstr ""
1058
 
1059
+ #: class-bws-settings.php:1060
1060
  msgid "Watch the Video"
1061
  msgstr ""
1062
 
1063
+ #: class-bws-settings.php:1071
1064
  #, fuzzy
1065
  msgid "Start Your Free Trial"
1066
  msgstr "Rozpocznij swój darmowy %s-dniowy okres testowy"
1067
 
1068
+ #: deactivation-form.php:27
1069
  msgid "Need help? We are ready to answer your questions."
1070
  msgstr ""
1071
 
1072
+ #: deactivation-form.php:27
1073
  msgid "Contact Support"
1074
  msgstr ""
1075
 
1076
+ #: deactivation-form.php:32
1077
  msgid "The plugin is not working"
1078
  msgstr ""
1079
 
1080
+ #: deactivation-form.php:34
1081
  msgid "Kindly share what didn't work so we can fix it in future updates..."
1082
  msgstr ""
1083
 
1084
+ #: deactivation-form.php:38
1085
  msgid "The plugin didn't work as expected"
1086
  msgstr ""
1087
 
1088
+ #: deactivation-form.php:40
1089
  msgid "What did you expect?"
1090
  msgstr ""
1091
 
1092
+ #: deactivation-form.php:44
1093
  msgid "The plugin suddenly stopped working"
1094
  msgstr ""
1095
 
1096
+ #: deactivation-form.php:51
1097
  msgid "The plugin broke my site"
1098
  msgstr ""
1099
 
1100
+ #: deactivation-form.php:58
1101
  msgid "I couldn't understand how to get it work"
1102
  msgstr ""
1103
 
1104
+ #: deactivation-form.php:65
1105
  msgid "I found a better plugin"
1106
  msgstr ""
1107
 
1108
+ #: deactivation-form.php:67
1109
  msgid "What's the plugin name?"
1110
  msgstr ""
1111
 
1112
+ #: deactivation-form.php:71
1113
  msgid "The plugin is great, but I need specific feature that you don't support"
1114
  msgstr ""
1115
 
1116
+ #: deactivation-form.php:73
1117
  msgid "What feature?"
1118
  msgstr ""
1119
 
1120
+ #: deactivation-form.php:77
1121
  msgid "I no longer need the plugin"
1122
  msgstr ""
1123
 
1124
+ #: deactivation-form.php:83
1125
  msgid "It's a temporary deactivation, I'm just debugging an issue"
1126
  msgstr ""
1127
 
1128
+ #: deactivation-form.php:89
1129
  msgid "Other"
1130
  msgstr ""
1131
 
1132
+ #: deactivation-form.php:123
1133
  msgid "Quick Feedback"
1134
  msgstr ""
1135
 
1136
+ #: deactivation-form.php:124
1137
  msgid "If you have a moment, please let us know why you are deactivating"
1138
  msgstr ""
1139
 
1140
+ #: deactivation-form.php:129
1141
  msgid "Anonymous feedback"
1142
  msgstr ""
1143
 
1144
+ #: deactivation-form.php:131
1145
  msgid "Cancel"
1146
  msgstr ""
1147
 
1148
+ #: deactivation-form.php:229
1149
  msgid "Processing"
1150
  msgstr ""
1151
 
1152
+ #: deactivation-form.php:258
1153
  msgid "Submit & Deactivate"
1154
  msgstr ""
1155
 
1156
+ #: deactivation-form.php:273
1157
  msgid "Please tell us the reason so we can improve it."
1158
  msgstr ""
1159
 
1160
+ #: deactivation-form.php:341
1161
  msgid "Deactivate"
1162
  msgstr ""
1163
 
1190
  "(login to adres email podany przy zakupie). Jeśli to koniczne użyj opcji "
1191
  "\"Zgubiłeś swoje hasło?\"."
1192
 
1193
+ #: deprecated.php:246
1194
  #, fuzzy
1195
  msgid "After that, you can activate it by entering your license key."
1196
  msgstr "Po wszystkim możesz aktywować wtyczkę poprzez podanie klucza licencji."
1197
 
1198
+ #: deprecated.php:249 deprecated.php:691
1199
  msgid "License key can be found in the"
1200
  msgstr ""
1201
 
1202
+ #: deprecated.php:251 deprecated.php:693
1203
  #, fuzzy
1204
  msgid "(your username is the email address specified during the purchase)."
1205
  msgstr "(twoja nazwa użytkownika to email podany podczas zakupu)."
1206
 
1207
+ #: deprecated.php:279
1208
  #, fuzzy
1209
  msgid ""
1210
  "Congratulations! The Pro license of the plugin is activated successfully."
1211
  msgstr "Gratulacje! Licencja do wersji PRO została aktywowana pomyślnie."
1212
 
1213
+ #: deprecated.php:281 deprecated.php:672
1214
  msgid "Please, go to"
1215
  msgstr "Proszę przejść do"
1216
 
1217
+ #: deprecated.php:281 deprecated.php:672
1218
  msgid "the setting page"
1219
  msgstr "ustawień"
1220
 
1221
+ #: deprecated.php:282 deprecated.php:673
1222
  msgid "You will be redirected automatically in 5 seconds."
1223
  msgstr "Zostaniesz automatycznie przekierowany w ciągu 5 sekund."
1224
 
1225
+ #: deprecated.php:316
1226
  msgid "Check premium options on the plugin settings page!"
1227
  msgstr "Sprawdź dodatkowe opcje premium w ustawieniach wtyczki."
1228
 
1229
+ #: deprecated.php:479
1230
  msgid "Restore all plugin settings to defaults"
1231
  msgstr "Przywróć wszystkie ustawienia do wartości domyśłnych"
1232
 
1233
+ #: deprecated.php:481
1234
  msgid "Restore settings"
1235
  msgstr "Przywróć ustawienia"
1236
 
1237
+ #: deprecated.php:550 deprecated.php:577
1238
  #, php-format
1239
  msgid "File %s edited successfully."
1240
  msgstr ""
1241
 
1242
+ #: deprecated.php:552 deprecated.php:579
1243
  msgid "Not enough permissions to create or update the file"
1244
  msgstr ""
1245
 
1246
+ #: deprecated.php:582
1247
  msgid "Not enough permissions to create the file"
1248
  msgstr ""
1249
 
1250
+ #: deprecated.php:626
1251
  msgid "Editing"
1252
  msgstr ""
1253
 
1254
+ #: deprecated.php:670
1255
  #, fuzzy
1256
  msgid ""
1257
  "Congratulations! Pro version of the plugin is installed and activated "
1258
  "successfully."
1259
  msgstr "Gratulacje! Wersja PRO została pobrana i aktywowana pomyślnie."
1260
 
1261
+ #: deprecated.php:680
1262
  msgid "Show Pro features"
1263
  msgstr "Pokaż funkcje PRO"
1264
 
1265
+ #: deprecated.php:687
1266
  msgid "Enter your license key to install and activate"
1267
  msgstr ""
1268
 
1269
+ #: deprecated.php:689
1270
  #, fuzzy
1271
  msgid "version of the plugin."
1272
  msgstr "Oceń wtyczkę"
1581
  "WordPress website database."
1582
  msgstr ""
1583
 
1584
+ #, fuzzy
1585
+ #~ msgid "Congratulations! Pro Membership license is activated successfully."
1586
+ #~ msgstr "Gratulacje! Licencja do wersji PRO została aktywowana pomyślnie."
1587
+
1588
+ #, fuzzy
1589
+ #~ msgid "Email with system info is sent to"
1590
+ #~ msgstr "Wiadomość z informacjami systemowymi zostanie wysłana do "
1591
+
1592
  #~ msgid ""
1593
  #~ "You can use one license of the Pro plugin for one domain only. Please "
1594
  #~ "check and edit your license or domain if necessary using you personal "
bws_menu/languages/bestwebsoft-ru_RU.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-ru_RU.po CHANGED
@@ -2,11 +2,11 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-08-28 09:55+0300\n"
6
- "PO-Revision-Date: 2017-08-28 10:12+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <https://support.bestwebsoft.com>\n"
9
- "Language: ru_RU\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
@@ -14,6 +14,8 @@ msgstr ""
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Generator: Poedit 1.8.7.1\n"
 
 
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
  #: bws_functions.php:73 bws_functions.php:191
@@ -40,6 +42,11 @@ msgstr "Страницу плагинов"
40
  msgid "Like the plugin?"
41
  msgstr "Понравился плагин?"
42
 
 
 
 
 
 
43
  #: bws_functions.php:94
44
  msgid "Rate it"
45
  msgstr "Оценить"
@@ -48,7 +55,7 @@ msgstr "Оценить"
48
  msgid "Need help?"
49
  msgstr "Нужна помощь?"
50
 
51
- #: bws_functions.php:104 bws_functions.php:911 class-bws-settings.php:1056
52
  msgid "Visit Help Center"
53
  msgstr "Перейти в Help Center"
54
 
@@ -56,7 +63,7 @@ msgstr "Перейти в Help Center"
56
  msgid "Want to support the plugin?"
57
  msgstr "Хотите поддержать плагин?"
58
 
59
- #: bws_functions.php:108 bws_menu.php:553
60
  msgid "Donate"
61
  msgstr "Пожертвовать"
62
 
@@ -76,7 +83,8 @@ msgstr ""
76
  "используя Ваш личный Client Area. Мы настоятельно рекомендуем вам решить "
77
  "проблему в течение 24 часов, в противном случае плагин будет деактивирован."
78
 
79
- #: bws_functions.php:128 bws_functions.php:340 class-bws-settings.php:144
 
80
  msgid "Learn More"
81
  msgstr "Подробнее"
82
 
@@ -97,7 +105,7 @@ msgstr ""
97
  "плагин в дальнейшем и иметь приоритетную тех.поддержку, то вам нужно "
98
  "продлить лицензию."
99
 
100
- #: bws_functions.php:147 bws_functions.php:383 deprecated.php:584
101
  msgid "Learn more"
102
  msgstr "Подробнее"
103
 
@@ -127,69 +135,69 @@ msgstr ""
127
  msgid "Thank you for installing %s plugin!"
128
  msgstr "Спасибо, что установили %s плагин!"
129
 
130
- #: bws_functions.php:209
131
  msgid "Let's get started"
132
  msgstr "Давайте начнем"
133
 
134
- #: bws_functions.php:210 bws_functions.php:243 bws_menu.php:557
135
- #: bws_menu.php:559
136
  msgid "Settings"
137
  msgstr "Настройки"
138
 
139
- #: bws_functions.php:212 bws_menu.php:328 class-bws-settings.php:745
140
- #: class-bws-settings.php:1058 class-bws-settings.php:1068 deprecated.php:694
141
  msgid "or"
142
  msgstr "или"
143
 
144
- #: bws_functions.php:213 bws_functions.php:245
145
  msgid "Add New"
146
  msgstr "Добавить"
147
 
148
- #: bws_functions.php:217 bws_functions.php:227 bws_functions.php:331
149
- #: bws_functions.php:379 bws_functions.php:481
150
  msgid "Close notice"
151
  msgstr "Закрыть"
152
 
153
- #: bws_functions.php:232
154
  msgid "Thank you for installing plugins by BestWebSoft!"
155
  msgstr "Спасибо за установку плагинов компании BestWebSoft!"
156
 
157
- #: bws_functions.php:234
158
  msgid "More Details"
159
  msgstr "Детали"
160
 
161
- #: bws_functions.php:235
162
  msgid "Less Details"
163
  msgstr "Скрыть детали"
164
 
165
- #: bws_functions.php:263
166
  msgid "Deprecated function(-s) is used on the site here:"
167
  msgstr "Устаревшие функции используются на сайте здесь:"
168
 
169
- #: bws_functions.php:277
170
  msgid ""
171
  "This function(-s) will be removed over time. Please update the product(-s)."
172
  msgstr ""
173
  "Эти функции будет удалены через некоторое время. Пожалуйста, обновите "
174
  "продукт."
175
 
176
- #: bws_functions.php:336
177
  msgid "It’s time to upgrade your"
178
  msgstr "Настало время обновить Ваш"
179
 
180
- #: bws_functions.php:336
181
  msgid "to"
182
  msgstr "до"
183
 
184
- #: bws_functions.php:336
185
  msgid "version!"
186
  msgstr "версии!"
187
 
188
- #: bws_functions.php:337
189
  msgid "Extend standard plugin functionality with new great options."
190
  msgstr "Расширяет возможности стандартного функционала плагина."
191
 
192
- #: bws_functions.php:383
193
  #, php-format
194
  msgid ""
195
  "Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
@@ -198,12 +206,12 @@ msgstr ""
198
  "Ваш лицензионный ключ для %s истекает %s и вы не будете получать "
199
  "приоритетную тех.поддержку или обновления."
200
 
201
- #: bws_functions.php:476
202
  #, php-format
203
  msgid "Thank you for choosing %s plugin!"
204
  msgstr "Спасибо за выбор плагина %s!"
205
 
206
- #: bws_functions.php:477
207
  msgid ""
208
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
209
  "we'd love to hear about it!"
@@ -212,25 +220,25 @@ msgstr ""
212
  "функционала плагина, пожалуйста, присылайте их нам! Мы вседа открыты для "
213
  "новых идей!"
214
 
215
- #: bws_functions.php:478
216
  msgid "Suggest a Feature"
217
  msgstr "Предложить функционал"
218
 
219
- #: bws_functions.php:494 class-bws-settings.php:538 class-bws-settings.php:541
220
- #: class-bws-settings.php:593 class-bws-settings.php:596
221
  msgid "Notice"
222
  msgstr "Внимание"
223
 
224
- #: bws_functions.php:494
225
  msgid "The plugin's settings have been changed."
226
  msgstr "Настройки плагина были изменены"
227
 
228
- #: bws_functions.php:495 class-bws-settings.php:183 class-bws-settings.php:203
229
- #: deprecated.php:640
230
  msgid "Save Changes"
231
  msgstr "Сохранить изменения"
232
 
233
- #: bws_functions.php:509
234
  msgid ""
235
  "You can always look at premium options by checking the \"Pro Options\" in "
236
  "the \"Misc\" tab."
@@ -238,79 +246,79 @@ msgstr ""
238
  "Вы всегда можете просмотреть премиум опции нажав на кнопку \"Pro опции\" на "
239
  "вкладке \"Разное\"."
240
 
241
- #: bws_functions.php:647
242
  msgid "Add BWS Shortcode"
243
  msgstr "Добавить BWS шорткод"
244
 
245
- #: bws_functions.php:648
246
  msgid "Add BWS Plugins Shortcode"
247
  msgstr "Добавить шорткод BWS Плагина"
248
 
249
- #: bws_functions.php:667
250
  msgid "Add shortcode"
251
  msgstr "Добавить шорткод"
252
 
253
- #: bws_functions.php:667
254
  msgid "Add BestWebSoft plugins' shortcodes using this button."
255
  msgstr "Добавьте шорткоды BestWebSoft плагинов с помощью этой кнопки."
256
 
257
- #: bws_functions.php:723
258
  msgid "Close"
259
  msgstr "Закрыть"
260
 
261
- #: bws_functions.php:815
262
  msgid "Are you sure you want to restore default settings?"
263
  msgstr ""
264
  "Вы уверены что хотите восстановить все настройки плагина к настройкам по "
265
  "умолчанию?"
266
 
267
- #: bws_functions.php:818
268
  msgid "Yes, restore all settings"
269
  msgstr "Да, восстановить все настройки"
270
 
271
- #: bws_functions.php:819
272
  msgid "No, go back to the settings page"
273
  msgstr "Нет, вернуться на страницу настроек"
274
 
275
- #: bws_functions.php:861
276
  msgid "Plugin"
277
  msgstr "Плагин"
278
 
279
- #: bws_functions.php:870
280
  msgid "Shortcode settings"
281
  msgstr "Настройки шорткода"
282
 
283
- #: bws_functions.php:875
284
  msgid "The shortcode will be inserted"
285
  msgstr "Будет вставлен шорткод"
286
 
287
- #: bws_functions.php:916
288
  msgid "FAQ"
289
  msgstr "FAQ"
290
 
291
- #: bws_functions.php:922
292
  msgid "For more information:"
293
  msgstr "Для дополнительной информации:"
294
 
295
- #: bws_functions.php:923
296
  msgid "Documentation"
297
  msgstr "Документация"
298
 
299
- #: bws_functions.php:924
300
  msgid "Video Instructions"
301
  msgstr "Видео инструкции"
302
 
303
- #: bws_functions.php:925
304
  msgid "Submit a Request"
305
  msgstr "Отправить запрос"
306
 
307
- #: bws_menu.php:101 class-bws-settings.php:790 deprecated.php:322
308
  msgid "Wrong license key"
309
  msgstr "Неправильный лицензионный ключ"
310
 
311
- #: bws_menu.php:122 class-bws-settings.php:816 class-bws-settings.php:883
312
- #: class-bws-settings.php:919 deprecated.php:133 deprecated.php:199
313
- #: deprecated.php:352
314
  msgid ""
315
  "Something went wrong. Please try again later. If the error appears again, "
316
  "please contact us"
@@ -318,14 +326,14 @@ msgstr ""
318
  "Что-то пошло не так. Повторите попытку позже. Если ошибка появится снова, "
319
  "пожалуйста, свяжитесь с нами"
320
 
321
- #: bws_menu.php:122 class-bws-settings.php:816 class-bws-settings.php:883
322
- #: class-bws-settings.php:919 deprecated.php:133 deprecated.php:199
323
- #: deprecated.php:352
324
  msgid "We are sorry for inconvenience."
325
  msgstr "Приносим извинения за неудобства."
326
 
327
- #: bws_menu.php:128 class-bws-settings.php:822 class-bws-settings.php:925
328
- #: deprecated.php:139 deprecated.php:358
329
  msgid "Wrong license key."
330
  msgstr "Неправильный лицензионный ключ."
331
 
@@ -340,11 +348,11 @@ msgstr ""
340
  msgid "Log in"
341
  msgstr "Авторизоваться"
342
 
343
- #: bws_menu.php:132 bws_menu.php:334 deprecated.php:261
344
  msgid "Unfortunately, you have exceeded the number of available tries per day."
345
  msgstr "К сожалению, вы превысили количество доступных попыток."
346
 
347
- #: bws_menu.php:134 class-bws-settings.php:931 deprecated.php:364
348
  #, php-format
349
  msgid ""
350
  "Unfortunately, Your license has expired. To continue getting top-priority "
@@ -354,7 +362,7 @@ msgstr ""
354
  "обновлений и приоритетной тех.поддержки, вам необходимо продлить лицензию в "
355
  "вашей %s"
356
 
357
- #: bws_menu.php:136 class-bws-settings.php:933 deprecated.php:366
358
  msgid ""
359
  "Unfortunately, the Pro licence was already installed to this domain. The Pro "
360
  "Trial license can be installed only once."
@@ -362,19 +370,19 @@ msgstr ""
362
  "К сожалению, Pro лицензия уже была установлена на этом доменен. Pro Trial "
363
  "лицензия может быть установлена только один раз."
364
 
365
- #: bws_menu.php:142 class-bws-settings.php:837 deprecated.php:153
366
  msgid "The license key is valid."
367
  msgstr "Лицензионный ключ действителен."
368
 
369
- #: bws_menu.php:144 class-bws-settings.php:840 deprecated.php:156
370
  msgid "Your license will expire on"
371
  msgstr "Ваша лицензия истечет"
372
 
373
  #: bws_menu.php:146
374
- msgid "Congratulations! Pro Membership license is activated successfully."
375
  msgstr "Поздравляем! Pro Membership лицензия успешно активирована."
376
 
377
- #: bws_menu.php:153 class-bws-settings.php:1005 deprecated.php:435
378
  msgid ""
379
  "Something went wrong. Try again later or upload the plugin manually. We are "
380
  "sorry for inconvenience."
@@ -528,67 +536,68 @@ msgstr "Неактивированные плагины"
528
  msgid "Please enter a valid email address."
529
  msgstr "Пожалуйста, введите валидный емайл."
530
 
531
- #: bws_menu.php:264
532
- msgid "Email with system info is sent to"
533
- msgstr "Емейл с системной информацией отправлен на"
 
534
 
535
- #: bws_menu.php:268
536
  msgid "Thank you for contacting us."
537
  msgstr "Спасибо что связались с нами."
538
 
539
- #: bws_menu.php:291
540
  msgid "Sorry, email message could not be delivered."
541
  msgstr "Извините, ваш емейл не может быть отправлен."
542
 
543
- #: bws_menu.php:307 bws_menu.php:311 bws_menu.php:360 deprecated.php:91
544
  msgid "Plugins"
545
  msgstr "Плагины"
546
 
547
- #: bws_menu.php:308 bws_menu.php:312 bws_menu.php:611 deprecated.php:92
548
  msgid "Themes"
549
  msgstr "Темы"
550
 
551
- #: bws_menu.php:309 bws_menu.php:313 bws_menu.php:641
552
  msgid "System status"
553
  msgstr "Системная информация"
554
 
555
- #: bws_menu.php:317
556
  msgid "Support"
557
  msgstr "Тех. поддержка"
558
 
559
- #: bws_menu.php:318
560
  msgid "Manage purchased licenses & subscriptions"
561
  msgstr "Управление купленными лицензиями и подписками"
562
 
563
- #: bws_menu.php:326
564
  #, php-format
565
  msgid "Get Access to %s+ Premium Plugins"
566
  msgstr "Получить доступ к %s+ премиум плагинам"
567
 
568
- #: bws_menu.php:328
569
  msgid "Subscribe to Pro Membership"
570
  msgstr "Подписаться на Pro Membership"
571
 
572
- #: bws_menu.php:336 bws_menu.php:347 class-bws-settings.php:758
573
  #: deprecated.php:227
574
  msgid "Check license key"
575
  msgstr "Проверка лицензионного ключа"
576
 
577
- #: bws_menu.php:339
578
  msgid "Enter your license key"
579
  msgstr "Ваш лицензионный ключ"
580
 
581
- #: bws_menu.php:345 bws_menu.php:563 bws_menu.php:572
582
- #: class-bws-settings.php:737 deprecated.php:259 deprecated.php:267
583
- #: deprecated.php:629 deprecated.php:700 deprecated.php:709
584
  msgid "Activate"
585
  msgstr "Активировать"
586
 
587
- #: bws_menu.php:361
588
  msgid "Upload Plugin"
589
  msgstr "Добавить новый"
590
 
591
- #: bws_menu.php:365
592
  #, php-format
593
  msgid ""
594
  "The plugin generated %d characters of <strong>unexpected output</strong> "
@@ -601,7 +610,7 @@ msgstr ""
601
  "проблемы с RSS-лентами или другие неполадки, попробуйте деактивировать или "
602
  "удалить этот плагин."
603
 
604
- #: bws_menu.php:367
605
  msgid ""
606
  "Plugin could not be activated because it triggered a <strong>fatal error</"
607
  "strong>."
@@ -609,39 +618,37 @@ msgstr ""
609
  "Плагин не может быть активирован, поскольку он вызвал <strong>фатальную "
610
  "ошибку</strong>."
611
 
612
- #: bws_menu.php:370
613
  msgid "Plugin <strong>activated</strong>."
614
  msgstr "Плагин <strong>активировано</strong>."
615
 
616
- #: bws_menu.php:377
617
  msgid "Installing Plugin"
618
  msgstr "Установка плагина"
619
 
620
- #: bws_menu.php:383
621
  msgid "Downloading install package from"
622
  msgstr "Скачивание установочного пакета из"
623
 
624
- #: bws_menu.php:400 bws_menu.php:431 bws_menu.php:442
625
- #: class-bws-settings.php:957 class-bws-settings.php:979
626
- #: class-bws-settings.php:1001 deprecated.php:387 deprecated.php:409
627
- #: deprecated.php:431
628
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
629
  msgstr ""
630
  "Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную"
631
 
632
- #: bws_menu.php:408
633
  msgid "Unpacking the package"
634
  msgstr "Распаковка пакета"
635
 
636
- #: bws_menu.php:413 bws_menu.php:421
637
  msgid "Installing the plugin"
638
  msgstr "Установка плагина"
639
 
640
- #: bws_menu.php:417 class-bws-settings.php:969 deprecated.php:399
641
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
642
  msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную"
643
 
644
- #: bws_menu.php:424 class-bws-settings.php:975 deprecated.php:405
645
  msgid ""
646
  "Your server does not support either ZipArchive or Phar. Please, upload the "
647
  "plugin manually"
@@ -649,95 +656,95 @@ msgstr ""
649
  "Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. "
650
  "Пожалуйста, загрузите плагин вручную"
651
 
652
- #: bws_menu.php:427
653
  #, php-format
654
  msgid "The plugin %s is successfully installed."
655
  msgstr "Плагин %s успешно установлен."
656
 
657
- #: bws_menu.php:434 class-bws-settings.php:982 deprecated.php:412
658
  msgid "UploadDir is not writable. Please, upload the plugin manually"
659
  msgstr ""
660
  "Папка загрузки не доступна для записи. Пожалуйста, загрузите плагин вручную"
661
 
662
- #: bws_menu.php:439
663
  msgid "Activate Plugin"
664
  msgstr "Активировать плагин"
665
 
666
- #: bws_menu.php:439 bws_menu.php:445
667
  msgid "Return to BestWebSoft Panel"
668
  msgstr "Возврат к BestWebSoft Panel"
669
 
670
- #: bws_menu.php:449 bws_menu.php:464 bws_menu.php:593
671
  msgid "All"
672
  msgstr "Все"
673
 
674
- #: bws_menu.php:450 bws_menu.php:630
675
  msgid "Installed"
676
  msgstr "Установленные"
677
 
678
- #: bws_menu.php:451
679
  msgid "Not Installed"
680
  msgstr "Не установленные"
681
 
682
- #: bws_menu.php:457
683
  msgid "Filter results"
684
  msgstr "Фильтр результатов"
685
 
686
- #: bws_menu.php:460 bws_menu.php:589
687
  msgid "Category"
688
  msgstr "Категория"
689
 
690
- #: bws_menu.php:524
691
  msgid "Not installed"
692
  msgstr "Не установлен"
693
 
694
- #: bws_menu.php:528
695
  msgid "Renew to get updates"
696
  msgstr "Продлить для обновления"
697
 
698
- #: bws_menu.php:531
699
  #, php-format
700
  msgid "Update to v %s"
701
  msgstr "Обновить до версии %s"
702
 
703
- #: bws_menu.php:543 bws_menu.php:566 bws_menu.php:575
704
  msgid "Install Now"
705
  msgstr "Установить"
706
 
707
- #: bws_menu.php:549 class-bws-settings.php:157 class-bws-settings.php:1065
708
  msgid "Upgrade to Pro"
709
  msgstr "Обновить до Pro"
710
 
711
- #: bws_menu.php:563 bws_menu.php:572
712
  msgid "Activate this plugin"
713
  msgstr "Активировать плагин"
714
 
715
- #: bws_menu.php:575
716
  msgid "Install this plugin"
717
  msgstr "Установить этот плагин"
718
 
719
- #: bws_menu.php:584
720
  msgid "Nothing found. Try another criteria."
721
  msgstr "Ничего не найдено. Попробуйте другие критерии."
722
 
723
- #: bws_menu.php:621
724
  #, php-format
725
  msgid "By %s"
726
  msgstr "%s"
727
 
728
- #: bws_menu.php:628
729
  msgid "Already Installed"
730
  msgstr "Уже установлена"
731
 
732
- #: bws_menu.php:638
733
- msgid "Browse Free WordPress Themes"
734
- msgstr "Обзор бесплатных WordPress тем"
735
 
736
- #: bws_menu.php:647
737
  msgid "Send to support"
738
  msgstr "Отправить в тех. поддержку"
739
 
740
- #: bws_menu.php:654
741
  msgid "Send to custom email &#187;"
742
  msgstr "Отправить на емейл &#187;"
743
 
@@ -791,16 +798,16 @@ msgstr "Все настройки плагина были восстановле
791
  msgid "Custom Code"
792
  msgstr "Пользовательский код"
793
 
794
- #: class-bws-settings.php:427 deprecated.php:497
795
  msgid "You do not have sufficient permissions to edit plugins for this site."
796
  msgstr ""
797
  "У вас недостаточно полномочий, чтобы редактировать плагины на этом сайте."
798
 
799
- #: class-bws-settings.php:432 deprecated.php:618
800
  msgid "These styles will be added to the header on all pages of your site."
801
  msgstr "Эти стили будут добавлены в хедер на всех страницах вашего сайта."
802
 
803
- #: class-bws-settings.php:435 deprecated.php:620
804
  #, php-format
805
  msgid ""
806
  "This PHP code will be hooked to the %s action and will be printed on front "
@@ -813,7 +820,7 @@ msgstr ""
813
  msgid "These code will be added to the header on all pages of your site."
814
  msgstr "Этот код будет добавлен в хедер на всех страницах вашего сайта."
815
 
816
- #: class-bws-settings.php:446 deprecated.php:644
817
  #, php-format
818
  msgid ""
819
  "You need to make this files writable before you can save your changes. See "
@@ -822,7 +829,7 @@ msgstr ""
822
  "Чтобы сохранить изменения, нужно сделать этот файл доступным для записи. "
823
  "Дополнительную информацию можно получить в %s Кодексе %s."
824
 
825
- #: class-bws-settings.php:456 deprecated.php:626
826
  msgid "Browsing"
827
  msgstr "Просмотр"
828
 
@@ -831,16 +838,16 @@ msgstr "Просмотр"
831
  msgid "Activate custom %s code."
832
  msgstr "Активировать пользовательский %s код."
833
 
834
- #: class-bws-settings.php:469 deprecated.php:633
835
  #, php-format
836
  msgid "Learn more about %s"
837
  msgstr "Подробнее о %s"
838
 
839
- #: class-bws-settings.php:529
840
  msgid "Miscellaneous Settings"
841
  msgstr "Прочие настройки"
842
 
843
- #: class-bws-settings.php:538 class-bws-settings.php:593
844
  #, php-format
845
  msgid ""
846
  "It is prohibited to change %s settings on this site in the %s network "
@@ -848,75 +855,75 @@ msgid ""
848
  msgstr ""
849
  "Cетевыми настройками %s запрещается изменять настройки %s на этом сайте."
850
 
851
- #: class-bws-settings.php:541 class-bws-settings.php:596
852
  #, php-format
853
  msgid ""
854
  "It is prohibited to view %s settings on this site in the %s network settings."
855
  msgstr ""
856
  "Cетевыми настройками %s запрещается просматривать настройки %s на этом сайте."
857
 
858
- #: class-bws-settings.php:550
859
  msgid "Pro Options"
860
  msgstr "Pro опции"
861
 
862
- #: class-bws-settings.php:554
863
  msgid "Enable to display plugin Pro options."
864
  msgstr "Включите для отображения Pro опций плагина."
865
 
866
- #: class-bws-settings.php:560
867
  msgid "Track Usage"
868
  msgstr "Собирать статистику"
869
 
870
- #: class-bws-settings.php:564
871
  msgid ""
872
  "Enable to allow tracking plugin usage anonymously in order to make it better."
873
  msgstr ""
874
  "Включить, чтобы разрешить анонимно отслеживать использование и сделать "
875
  "плагин лучше."
876
 
877
- #: class-bws-settings.php:569
878
  msgid "Default Settings"
879
  msgstr "Настройки по умолчанию"
880
 
881
- #: class-bws-settings.php:571
882
  msgid "Restore Settings"
883
  msgstr "Восстановить настройки"
884
 
885
- #: class-bws-settings.php:572
886
  msgid "This will restore plugin settings to defaults."
887
  msgstr "Восстановить все настройки плагина к настройкам по умолчанию."
888
 
889
- #: class-bws-settings.php:584
890
  msgid "Import / Export"
891
  msgstr "Импорт / Экспорт"
892
 
893
- #: class-bws-settings.php:700 class-bws-settings.php:733
894
- #: class-bws-settings.php:755
895
  msgid "License Key"
896
  msgstr "Лицензионный ключ"
897
 
898
- #: class-bws-settings.php:723
899
  msgid "Congratulations! Pro license is activated successfully."
900
  msgstr "Поздравляем! Pro лицензия успешно активирована."
901
 
902
- #: class-bws-settings.php:724
903
  #, php-format
904
  msgid "You will be automatically redirected to the %s in %s seconds."
905
  msgstr "Вы будете автоматически перенаправлены на %s через %s секунд."
906
 
907
- #: class-bws-settings.php:724
908
  msgid "Settings page"
909
  msgstr "страницу Настроек"
910
 
911
- #: class-bws-settings.php:739
912
  #, php-format
913
  msgid "Enter your license key to activate %s and get premium plugin features."
914
  msgstr ""
915
  "Введите лицензионный ключ для активации %s и получения дополнительных "
916
  "возможностей плагина."
917
 
918
- #: class-bws-settings.php:742 class-bws-settings.php:929 deprecated.php:362
919
- #: deprecated.php:703
920
  msgid ""
921
  "Unfortunately, you have exceeded the number of available tries per day. "
922
  "Please, upload the plugin manually."
@@ -924,12 +931,12 @@ msgstr ""
924
  "К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, "
925
  "загрузите плагин вручную."
926
 
927
- #: class-bws-settings.php:745 deprecated.php:694
928
  #, php-format
929
  msgid "Start Your Free %s-Day Trial Now"
930
  msgstr "Попробуйте %s-дневную Trial версию бесплатно"
931
 
932
- #: class-bws-settings.php:760
933
  msgid ""
934
  "If necessary, you can check if the license key is correct or reenter it in "
935
  "the field below."
@@ -937,15 +944,15 @@ msgstr ""
937
  "При необходимости вы можете проверить валидность лицензионного ключа или "
938
  "повторно ввести его в поле ниже."
939
 
940
- #: class-bws-settings.php:765
941
  msgid "Manage License Settings"
942
  msgstr "Управление настройками лицензий"
943
 
944
- #: class-bws-settings.php:767
945
  msgid "Login to Client Area"
946
  msgstr "Зайти в Client Area"
947
 
948
- #: class-bws-settings.php:769
949
  msgid ""
950
  "Manage active licenses, download BWS products, and view your payment history "
951
  "using BestWebSoft Client Area."
@@ -953,12 +960,12 @@ msgstr ""
953
  "Управляй активными лицензиями, загружай BWS продукты, а также просматривай "
954
  "историю платежей с помощью BestWebSoft Client Area."
955
 
956
- #: class-bws-settings.php:824 class-bws-settings.php:927 deprecated.php:141
957
- #: deprecated.php:360
958
  msgid "This license key is bound to another site."
959
  msgstr "Этот лицензионный ключ привязан к другому сайту."
960
 
961
- #: class-bws-settings.php:826 deprecated.php:143
962
  msgid ""
963
  "This license key is valid, but Your license has expired. If you want to "
964
  "update our plugin in future, you should extend the license."
@@ -966,11 +973,11 @@ msgstr ""
966
  "Лицензионный ключ принят, но срок действия лицензии истек. Если вы хотите "
967
  "обновлять плагин в будущем, вы должны продлить лицензию."
968
 
969
- #: class-bws-settings.php:828 deprecated.php:145
970
  msgid "Unfortunately, you have exceeded the number of available tries."
971
  msgstr "К сожалению, вы превысили количество доступных попыток."
972
 
973
- #: class-bws-settings.php:830 deprecated.php:147
974
  msgid ""
975
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
976
  "The Pro Trial license can be installed only once."
@@ -978,136 +985,169 @@ msgstr ""
978
  "К сожалению, Pro Trial версия плагина уже устанавливалась на этот домен. Pro "
979
  "Trial версию можно устанавливать лишь один раз."
980
 
981
- #: class-bws-settings.php:835 deprecated.php:151
982
  msgid "The Pro Trial license key is valid."
983
  msgstr "Ключ Pro Trial версии действителен."
984
 
985
- #: class-bws-settings.php:843 deprecated.php:159 deprecated.php:246
986
  #, php-format
987
  msgid ""
988
  "In order to continue using the plugin it is necessary to buy a %s license."
989
  msgstr ""
990
  "Чтобы продолжить пользоваться плагином, необходимо приобрести %s лицензию."
991
 
992
- #: class-bws-settings.php:1040 deprecated.php:463
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
993
  msgid "Please, enter Your license key"
994
  msgstr "Пожалуйста, введите ваш лицензионный ключ"
995
 
996
- #: class-bws-settings.php:1052
997
  msgid "Need Help?"
998
  msgstr "Нужна помощь?"
999
 
1000
- #: class-bws-settings.php:1054
1001
  msgid "Read the Instruction"
1002
  msgstr "Читать инструкцию"
1003
 
1004
- #: class-bws-settings.php:1058
1005
  msgid "Watch the Video"
1006
  msgstr "Смотреть видео"
1007
 
1008
- #: class-bws-settings.php:1069
1009
  msgid "Start Your Free Trial"
1010
  msgstr "Использовать бесплатную Trial версию"
1011
 
1012
- #: deactivation-form.php:26
1013
  msgid "Need help? We are ready to answer your questions."
1014
  msgstr "Нужна помощь? Мы готовы ответить на ваши вопросы."
1015
 
1016
- #: deactivation-form.php:26
1017
  msgid "Contact Support"
1018
  msgstr "Связаться с тех. поддержкой"
1019
 
1020
- #: deactivation-form.php:31
1021
  msgid "The plugin is not working"
1022
  msgstr "Плагин не работает"
1023
 
1024
- #: deactivation-form.php:33
1025
  msgid "Kindly share what didn't work so we can fix it in future updates..."
1026
  msgstr ""
1027
  "Пожалуйста, сообщите, что не работает, чтобы мы смогли исправить это в "
1028
  "будущих обновлениях..."
1029
 
1030
- #: deactivation-form.php:37
1031
  msgid "The plugin didn't work as expected"
1032
  msgstr "Плагин не работает, как ожидалось"
1033
 
1034
- #: deactivation-form.php:39
1035
  msgid "What did you expect?"
1036
  msgstr "Что именно вы ожидали?"
1037
 
1038
- #: deactivation-form.php:43
1039
  msgid "The plugin suddenly stopped working"
1040
  msgstr "Плагин внезапно перестал работать"
1041
 
1042
- #: deactivation-form.php:50
1043
  msgid "The plugin broke my site"
1044
  msgstr "Плагин сломал мой сайт"
1045
 
1046
- #: deactivation-form.php:57
1047
  msgid "I couldn't understand how to get it work"
1048
  msgstr "Я не могу понять, как заставить его работать"
1049
 
1050
- #: deactivation-form.php:64
1051
  msgid "I found a better plugin"
1052
  msgstr "Я нашел плагин лучше"
1053
 
1054
- #: deactivation-form.php:66
1055
  msgid "What's the plugin name?"
1056
  msgstr "Какое название плагина?"
1057
 
1058
- #: deactivation-form.php:70
1059
  msgid "The plugin is great, but I need specific feature that you don't support"
1060
  msgstr ""
1061
  "Плагин замечательный, но мне нужен определенный функционал, которого у вас "
1062
  "нет"
1063
 
1064
- #: deactivation-form.php:72
1065
  msgid "What feature?"
1066
  msgstr "Какой функционал?"
1067
 
1068
- #: deactivation-form.php:76
1069
  msgid "I no longer need the plugin"
1070
  msgstr "Мне больше не нужен плагин"
1071
 
1072
- #: deactivation-form.php:82
1073
  msgid "It's a temporary deactivation, I'm just debugging an issue"
1074
  msgstr "Это временная деактивация, я просто отлаживаю проблему"
1075
 
1076
- #: deactivation-form.php:88
1077
  msgid "Other"
1078
  msgstr "Другое"
1079
 
1080
- #: deactivation-form.php:122
1081
  msgid "Quick Feedback"
1082
  msgstr "Быстрый отзыв"
1083
 
1084
- #: deactivation-form.php:123
1085
  msgid "If you have a moment, please let us know why you are deactivating"
1086
  msgstr ""
1087
  "Если у вас есть время, пожалуйста, сообщите нам, почему вы деактивируете "
1088
  "плагин"
1089
 
1090
- #: deactivation-form.php:128
1091
- msgid "Anonymous feedback"
1092
- msgstr "Анонимный отзыв"
1093
 
1094
- #: deactivation-form.php:130
1095
  msgid "Cancel"
1096
  msgstr "Отмена"
1097
 
1098
- #: deactivation-form.php:230
1099
  msgid "Processing"
1100
  msgstr "Обработка"
1101
 
1102
- #: deactivation-form.php:259
1103
  msgid "Submit & Deactivate"
1104
  msgstr "Отправить и Деактивировать"
1105
 
1106
- #: deactivation-form.php:276
1107
  msgid "Please tell us the reason so we can improve it."
1108
  msgstr "Пожалуйста, сообщите нам причину, чтобы мы могли улучшить плагин."
1109
 
1110
- #: deactivation-form.php:344
1111
  msgid "Deactivate"
1112
  msgstr "Деактивировать"
1113
 
@@ -1137,79 +1177,79 @@ msgstr ""
1137
  "(ваше имя пользователя - это емейл, указанный при покупке). При "
1138
  "необходимости нажмите \"Забыли пароль?\"."
1139
 
1140
- #: deprecated.php:247
1141
  msgid "After that, you can activate it by entering your license key."
1142
  msgstr "После этого вы сможете активировать его введя лицензионный ключ."
1143
 
1144
- #: deprecated.php:249 deprecated.php:688
1145
  msgid "License key can be found in the"
1146
  msgstr "Лицензионный ключ можно найти в"
1147
 
1148
- #: deprecated.php:251 deprecated.php:690
1149
  msgid "(your username is the email address specified during the purchase)."
1150
  msgstr "(ваше имя пользователя - это емейл, указанный при покупке)."
1151
 
1152
- #: deprecated.php:278
1153
  msgid ""
1154
  "Congratulations! The Pro license of the plugin is activated successfully."
1155
  msgstr "Поздравляем! Pro версия плагина успешно активирована."
1156
 
1157
- #: deprecated.php:280 deprecated.php:669
1158
  msgid "Please, go to"
1159
  msgstr "Пожалуйста, перейдите на"
1160
 
1161
- #: deprecated.php:280 deprecated.php:669
1162
  msgid "the setting page"
1163
  msgstr "страницу настроек"
1164
 
1165
- #: deprecated.php:281 deprecated.php:670
1166
  msgid "You will be redirected automatically in 5 seconds."
1167
  msgstr "Вы будете перенаправлены автоматически через 5 секунд."
1168
 
1169
- #: deprecated.php:315
1170
  msgid "Check premium options on the plugin settings page!"
1171
  msgstr "Просмотрите премиум опции на странице настроек плагина!"
1172
 
1173
- #: deprecated.php:478
1174
  msgid "Restore all plugin settings to defaults"
1175
  msgstr "Восстановить все настройки плагина к настройкам по умолчанию"
1176
 
1177
- #: deprecated.php:480
1178
  msgid "Restore settings"
1179
  msgstr "Восстановить настройки"
1180
 
1181
- #: deprecated.php:548 deprecated.php:575
1182
  #, php-format
1183
  msgid "File %s edited successfully."
1184
  msgstr "Файл %s успешно изменён."
1185
 
1186
- #: deprecated.php:550 deprecated.php:577
1187
  msgid "Not enough permissions to create or update the file"
1188
  msgstr "Не достаточно прав для создания или обновления файла"
1189
 
1190
- #: deprecated.php:580
1191
  msgid "Not enough permissions to create the file"
1192
  msgstr "Не достаточно прав для создания файла"
1193
 
1194
- #: deprecated.php:624
1195
  msgid "Editing"
1196
  msgstr "Редактирование"
1197
 
1198
- #: deprecated.php:667
1199
  msgid ""
1200
  "Congratulations! Pro version of the plugin is installed and activated "
1201
  "successfully."
1202
  msgstr "Поздравляем! Pro версия плагина успешно загружена и активирована."
1203
 
1204
- #: deprecated.php:677
1205
  msgid "Show Pro features"
1206
  msgstr "Показать Pro опции"
1207
 
1208
- #: deprecated.php:684
1209
  msgid "Enter your license key to install and activate"
1210
  msgstr "Введите лицензионный ключ для установки и активации"
1211
 
1212
- #: deprecated.php:686
1213
  msgid "version of the plugin."
1214
  msgstr "версия плагина."
1215
 
@@ -1249,17 +1289,15 @@ msgstr "Поисковая оптимизация"
1249
  msgid "SMM"
1250
  msgstr "СММ"
1251
 
1252
- #: product_list.php:23
1253
- msgid ""
1254
- "Protect WordPress website forms from spam entries by means of math logic."
1255
- msgstr ""
1256
- "Защищайте формы вашего сайта WordPress от взлома путем математической логики."
1257
 
1258
- #: product_list.php:35
1259
  msgid "Create your personal car rental/booking and reservation website."
1260
  msgstr "Создайте свой собственный сайт проката и резервирования автомобилей."
1261
 
1262
- #: product_list.php:45
1263
  msgid ""
1264
  "Allow customers to reach you using secure contact form plugin any website "
1265
  "must have."
@@ -1267,42 +1305,42 @@ msgstr ""
1267
  "Предоставьте возможность клиентам осуществлять связь с вами через безопасный "
1268
  "плагин контактной формы, который должен иметь любой сайт."
1269
 
1270
- #: product_list.php:55
1271
  msgid "Add unlimited number of contact forms to WordPress website."
1272
  msgstr ""
1273
  "Добавляйте неограниченное количество контактных форм на ваш сайт WordPress."
1274
 
1275
- #: product_list.php:65
1276
  msgid "Save and manage Contact Form messages. Never lose important data."
1277
  msgstr ""
1278
  "Сохраняйте и управляйте сообщениями плагина Contact Form. Никогда не теряйте "
1279
  "важные данные."
1280
 
1281
- #: product_list.php:75
1282
  msgid "Add unlimited custom pages to WordPress admin dashboard."
1283
  msgstr ""
1284
  "Добавляйте неограниченное количество пользовательских страниц в панели "
1285
  "администратора WordPress."
1286
 
1287
- #: product_list.php:82
1288
  msgid "Add custom fields to WordPress website search results."
1289
  msgstr ""
1290
  "Добавляйте пользовательские поля в результаты поиска вашего сайта WordPress."
1291
 
1292
- #: product_list.php:89
1293
  msgid ""
1294
  "Add custom post types and taxonomies to WordPress website search results."
1295
  msgstr ""
1296
  "Добавляйте пользовательские типы постов и таксономии в результаты поиска на "
1297
  "вашем сайте WordPress."
1298
 
1299
- #: product_list.php:99
1300
  msgid "Add PayPal and 2CO donate buttons to receive charity payments."
1301
  msgstr ""
1302
  "Добавляйте кнопки PayPal и 2CO, чтобы получать пожертвования и "
1303
  "благотворительные взносы."
1304
 
1305
- #: product_list.php:106
1306
  msgid ""
1307
  "Get latest error log messages to diagnose website problems. Define and fix "
1308
  "issues faster."
@@ -1310,7 +1348,7 @@ msgstr ""
1310
  "Получайте последние сообщения из журнала ошибок для диагностики проблем "
1311
  "сайта. Быстрее выявляйте и устраняйте проблемы."
1312
 
1313
- #: product_list.php:113
1314
  msgid ""
1315
  "Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
1316
  "widgets."
@@ -1318,7 +1356,7 @@ msgstr ""
1318
  "Добавляйте кнопки Facebook \"Подписаться\", \"Нравится\" и \"Поделиться\" в "
1319
  "посты, страницы и виджеты сайта WordPress."
1320
 
1321
- #: product_list.php:123
1322
  msgid ""
1323
  "Add beautiful galleries, albums & images to your WordPress website in a few "
1324
  "clicks."
@@ -1326,7 +1364,7 @@ msgstr ""
1326
  "Добавляйте живописные галереи, альбомы и изображения на ваш сайт WordPress "
1327
  "всего в несколько кликов."
1328
 
1329
- #: product_list.php:133
1330
  msgid ""
1331
  "Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
1332
  "posts, pages and widgets."
@@ -1334,7 +1372,7 @@ msgstr ""
1334
  "Добавляйте кнопки Google \"+1\", \"Поделиться\", \"Подписаться\", \"Hangout"
1335
  "\" и значок профиля к постам, страницам и виджетам WordPress."
1336
 
1337
- #: product_list.php:143
1338
  msgid ""
1339
  "Stronger security solution which protects your WordPress website from hacks "
1340
  "and unauthorized login attempts."
@@ -1342,7 +1380,7 @@ msgstr ""
1342
  "Мощнейшее решение для безопасности, которое защищает ваш сайт WordPress от "
1343
  "взломов и неавторизованных попыток входа в систему."
1344
 
1345
- #: product_list.php:153
1346
  msgid ""
1347
  "Add Adsense ads to WordPress website pages, posts, custom posts, search "
1348
  "results, categories, tags, and widgets."
@@ -1350,13 +1388,13 @@ msgstr ""
1350
  "Добавляйте рекламу сервиса Adsense на страницы, посты, пользовательские "
1351
  "посты, результаты поиска, категории, теги и виджеты сайта WordPress."
1352
 
1353
- #: product_list.php:163
1354
  msgid "Add Google Analytics code to WordPress website and track basic stats."
1355
  msgstr ""
1356
  "Добавляйте код Google Analytics на ваш сайт WordPress и отслеживайте базовую "
1357
  "статистику сайта."
1358
 
1359
- #: product_list.php:173
1360
  msgid ""
1361
  "Protect WordPress website forms from spam entries with Google Captcha "
1362
  "(reCaptcha)."
@@ -1364,13 +1402,13 @@ msgstr ""
1364
  "Защищайте формы вашего сайта WordPress от спама с помощью Google Captcha "
1365
  "(reCaptcha)."
1366
 
1367
- #: product_list.php:183
1368
  msgid "Add customized Google maps to WordPress posts, pages and widgets."
1369
  msgstr ""
1370
  "Добавляйте пользовательские карты Google в посты, страницы и виджеты "
1371
  "WordPress."
1372
 
1373
- #: product_list.php:193
1374
  msgid ""
1375
  "Generate and add XML sitemap to WordPress website. Help search engines index "
1376
  "your blog."
@@ -1378,7 +1416,7 @@ msgstr ""
1378
  "Создавайте и добавляйте файлы XML sitemap на ваш сайт WordPress. Помогите "
1379
  "поисковым системам проиндексировать ваш блог."
1380
 
1381
- #: product_list.php:203
1382
  msgid ""
1383
  "Replace external WordPress website links with Google shortlinks and track "
1384
  "click stats."
@@ -1386,7 +1424,7 @@ msgstr ""
1386
  "Замените внешние ссылки сайта WordPress на короткие ссылки Google и "
1387
  "отслеживайте статистику кликов."
1388
 
1389
- #: product_list.php:210
1390
  msgid ""
1391
  "Protect WordPress website – allow and deny access for certain IP addresses, "
1392
  "hostnames, etc."
@@ -1394,7 +1432,7 @@ msgstr ""
1394
  "Защитите свой сайт WordPress - предоставляйте и запрещайте доступ с "
1395
  "определенных IP-адресов, имен хостов и т.д."
1396
 
1397
- #: product_list.php:220
1398
  msgid ""
1399
  "Create your personal job board and listing WordPress website. Search jobs, "
1400
  "submit CV/resumes, choose candidates."
@@ -1403,7 +1441,7 @@ msgstr ""
1403
  "WordPress. Осуществляйте поиск вакансий, подачу резюме/CV кандидата, выбор "
1404
  "кандидатов."
1405
 
1406
- #: product_list.php:227
1407
  msgid ""
1408
  "Protect WordPress website against brute force attacks. Limit rate of login "
1409
  "attempts."
@@ -1411,7 +1449,7 @@ msgstr ""
1411
  "Защищайте свой сайт WordPress от брутфорс-атак. Ограничивайте количество "
1412
  "попыток ввода логина."
1413
 
1414
- #: product_list.php:237
1415
  msgid ""
1416
  "Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
1417
  "5 plugins included – profile, insider, etc."
@@ -1420,7 +1458,7 @@ msgstr ""
1420
  "страницам и виджетам WordPress. 5 плагинов включено - Профиль, Инсайдер и т."
1421
  "д."
1422
 
1423
- #: product_list.php:247
1424
  msgid ""
1425
  "Translate WordPress website content to other languages manually. Create "
1426
  "multilingual pages, posts, widgets, menus, etc."
@@ -1428,7 +1466,7 @@ msgstr ""
1428
  "Переводите содержимое сайта WordPress на другие языки вручную. Создавайте "
1429
  "многоязычные страницы, посты, виджеты, меню и т.д."
1430
 
1431
- #: product_list.php:257
1432
  msgid ""
1433
  "Add customizable pagination to WordPress website. Split long content to "
1434
  "multiple pages for better navigation."
@@ -1436,7 +1474,7 @@ msgstr ""
1436
  "Добавляйте настраиваемую пагинацию на ваш сайт WordPress. Разбивайте "
1437
  "объемный контент на несколько страниц для лучшей навигации."
1438
 
1439
- #: product_list.php:267
1440
  msgid ""
1441
  "Generate PDF files and print WordPress posts/pages. Customize document "
1442
  "header/footer styles and appearance."
@@ -1444,7 +1482,7 @@ msgstr ""
1444
  "Создавайте PDF-файлы и печатайте посты/страницы сайта WordPress. "
1445
  "Настраивайте стили хедера/футера документа и его внешний вид."
1446
 
1447
- #: product_list.php:277
1448
  msgid ""
1449
  "Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
1450
  "Profile) to WordPress posts, pages and widgets."
@@ -1452,7 +1490,7 @@ msgstr ""
1452
  "Добавляйте кнопки Pinterest \"Подписаться\", \"Сохранить\" и виджеты профиля "
1453
  "(Пин, Доска, Профиль) к постам, страницам и виджетам WordPress."
1454
 
1455
- #: product_list.php:287
1456
  msgid ""
1457
  "Create your personal portfolio WordPress website. Manage and showcase past "
1458
  "projects to get more clients."
@@ -1460,13 +1498,13 @@ msgstr ""
1460
  "Создавайте и добавляйте портфолио на свой сайт WordPress. Управляйте и "
1461
  "демонстрируйте прошлые проекты, чтобы привлечь больше клиентов."
1462
 
1463
- #: product_list.php:297
1464
  msgid "Export WordPress posts to CSV file format easily. Configure data order."
1465
  msgstr ""
1466
  "С легкостью экспортируйте посты WordPress в файлы формата CSV. Настраивайте "
1467
  "порядок отображения данных."
1468
 
1469
- #: product_list.php:304
1470
  msgid ""
1471
  "Add extra fields to default WordPress user profile. The easiest way to "
1472
  "create and manage additional custom values."
@@ -1474,7 +1512,7 @@ msgstr ""
1474
  "Добавляйте пользовательские поля в стандартный профиль WordPress. Самый "
1475
  "простой способ создания и управления дополнительными полями."
1476
 
1477
- #: product_list.php:311
1478
  msgid ""
1479
  "Add and display HTML advertisement banner on WordPress website. Customize "
1480
  "bar styles and appearance."
@@ -1482,7 +1520,7 @@ msgstr ""
1482
  "Добавляйте и отображайте баннерную HTML рекламу на сайте WordPress. "
1483
  "Настраивайте стили и внешний вид баннера."
1484
 
1485
- #: product_list.php:321
1486
  msgid ""
1487
  "Add customizable quotes and tips blocks to WordPress posts, pages and "
1488
  "widgets."
@@ -1490,7 +1528,7 @@ msgstr ""
1490
  "Добавляйте настраиваемые цитаты и подсказки к постам, страницам и виджетам "
1491
  "WordPress."
1492
 
1493
- #: product_list.php:328
1494
  msgid ""
1495
  "Add rating plugin to your WordPress website to receive feedback from your "
1496
  "customers."
@@ -1498,7 +1536,7 @@ msgstr ""
1498
  "Добавляйте систему оценивания и рейтинга на ваш сайт WordPress и получайте "
1499
  "отзывы от ваших клиентов."
1500
 
1501
- #: product_list.php:335
1502
  msgid ""
1503
  "Create your personal real estate WordPress website. Sell, rent and buy "
1504
  "properties. Add, search and browse listings easily."
@@ -1507,7 +1545,7 @@ msgstr ""
1507
  "Продавайте, арендуйте и покупайте недвижимость. Легко добавляйте, находите и "
1508
  "просматривайте листинги."
1509
 
1510
- #: product_list.php:345
1511
  msgid ""
1512
  "Add related, featured, latest, and popular posts to your WordPress website. "
1513
  "Connect your blog readers with a relevant content."
@@ -1515,7 +1553,7 @@ msgstr ""
1515
  "Добавляйте похожие, избранные, последние и популярные посты на ваш сайт "
1516
  "WordPress. Предоставляйте своим читателям контент схожей тематики."
1517
 
1518
- #: product_list.php:352
1519
  msgid ""
1520
  "Send bulk email messages to WordPress users. Custom templates, advanced "
1521
  "settings and detailed reports."
@@ -1523,7 +1561,7 @@ msgstr ""
1523
  "Осуществляйте массовую рассылку писем пользователям WordPress. "
1524
  "Пользовательские шаблоны, дополнительные настройки и подробные отчеты."
1525
 
1526
- #: product_list.php:362
1527
  msgid ""
1528
  "The best responsive slider plugin for your WordPress website. Create "
1529
  "beautifully animated slides just in a few clicks."
@@ -1531,7 +1569,7 @@ msgstr ""
1531
  "Самый лучший адаптивный слайдер для вашего сайта WordPress. Создавайте "
1532
  "красиво анимированные слайды всего в несколько кликов."
1533
 
1534
- #: product_list.php:369
1535
  msgid ""
1536
  "Configure SMTP server to receive email messages from WordPress to Gmail, "
1537
  "Yahoo, Hotmail and other services."
@@ -1540,7 +1578,7 @@ msgstr ""
1540
  "WordPress на такие почтовые службы, как Gmail, Yahoo, Hotmail и многие "
1541
  "другие."
1542
 
1543
- #: product_list.php:376
1544
  msgid ""
1545
  "Add social media buttons and widgets to WordPress posts, pages and widgets. "
1546
  "FB, Twitter, G+1, Pinterest, LinkedIn."
@@ -1548,7 +1586,7 @@ msgstr ""
1548
  "Добавляйте кнопки и виджеты социальных сетей к постам, страницам и виджетам "
1549
  "WordPress. FB, Twitter, G+1, Pinterest, LinkedIn."
1550
 
1551
- #: product_list.php:386
1552
  msgid ""
1553
  "Add social media login, registration, and commenting to your WordPress "
1554
  "website."
@@ -1556,7 +1594,7 @@ msgstr ""
1556
  "Добавляйте на свой сайт WordPress возможность входа, регистрации и "
1557
  "комментирования с использованием существующих аккаунтов социальных сетей."
1558
 
1559
- #: product_list.php:393
1560
  msgid ""
1561
  "Add email newsletter sign up form to WordPress posts, pages and widgets. "
1562
  "Collect data and subscribe your users."
@@ -1564,7 +1602,7 @@ msgstr ""
1564
  "Добавляйте форму подписки на новостную рассылку в посты, страницы и виджеты "
1565
  "WordPress. Собирайте данные и осуществляйте подписку пользователей."
1566
 
1567
- #: product_list.php:403
1568
  msgid ""
1569
  "Add testimonials and feedbacks from your customers to WordPress website "
1570
  "posts, pages, and widgets."
@@ -1572,7 +1610,7 @@ msgstr ""
1572
  "Добавляйте рекомендации и отзывы ваших клиентов в посты, страницы и виджеты "
1573
  "сайта WordPress."
1574
 
1575
- #: product_list.php:410
1576
  msgid ""
1577
  "Best timesheet plugin for WordPress. Track employee time, streamline "
1578
  "attendance and generate reports."
@@ -1580,7 +1618,7 @@ msgstr ""
1580
  "Лучший плагин учёта рабочего времени на сайте WordPress. Отслеживайте время "
1581
  "работы сотрудников, оптимизируйте график работы в офисе и создавайте отчеты."
1582
 
1583
- #: product_list.php:420
1584
  msgid ""
1585
  "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
1586
  "and pages."
@@ -1588,7 +1626,7 @@ msgstr ""
1588
  "Добавляйте кнопки Твиттера \"Читать\", \"Твитнуть\", \"Метка\" и \"Упомянуть"
1589
  "\" к постам и страницам WordPress. "
1590
 
1591
- #: product_list.php:430
1592
  msgid ""
1593
  "Automatically check and update WordPress website core with all installed "
1594
  "plugins and themes to the latest versions."
@@ -1596,7 +1634,7 @@ msgstr ""
1596
  "Выполняйте автоматическую проверку и обновление ядра WordPress до последних "
1597
  "версий со всеми установленными плагинами и темами."
1598
 
1599
- #: product_list.php:440
1600
  msgid ""
1601
  "Powerful user role management plugin for WordPress website. Create, edit, "
1602
  "copy, and delete user roles."
@@ -1604,7 +1642,7 @@ msgstr ""
1604
  "Эффективный плагин управления ролями пользователей для сайта WordPress. "
1605
  "Создавайте, редактируйте, копируйте и удаляйте роли пользователей."
1606
 
1607
- #: product_list.php:450
1608
  msgid ""
1609
  "Display live count of online visitors who are currently browsing your "
1610
  "WordPress website."
@@ -1612,7 +1650,7 @@ msgstr ""
1612
  "Ведите подсчет количества посетителей, которые в настоящее время "
1613
  "просматривают ваш сайт WordPress."
1614
 
1615
- #: product_list.php:460
1616
  msgid ""
1617
  "Backup and export Zendesk Help Center content automatically to your "
1618
  "WordPress website database."
@@ -1620,6 +1658,24 @@ msgstr ""
1620
  "Делайте автоматическое резервное копирование и экспорт содержимого Zendesk "
1621
  "Help Center в базу данных вашего сайта WordPress."
1622
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1623
  #~ msgid ""
1624
  #~ "You can use one license of the Pro plugin for one domain only. Please "
1625
  #~ "check and edit your license or domain if necessary using you personal "
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-09-11 16:44+0300\n"
6
+ "PO-Revision-Date: 2017-09-11 16:44+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <https://support.bestwebsoft.com>\n"
9
+ "Language: ru\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Generator: Poedit 1.8.7.1\n"
17
+ "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
18
+ "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  #: bws_functions.php:73 bws_functions.php:191
42
  msgid "Like the plugin?"
43
  msgstr "Понравился плагин?"
44
 
45
+ #: bws_functions.php:93
46
+ #, php-format
47
+ msgid "%s reviews"
48
+ msgstr "%s отзывы"
49
+
50
  #: bws_functions.php:94
51
  msgid "Rate it"
52
  msgstr "Оценить"
55
  msgid "Need help?"
56
  msgstr "Нужна помощь?"
57
 
58
+ #: bws_functions.php:104 bws_functions.php:917 class-bws-settings.php:1058
59
  msgid "Visit Help Center"
60
  msgstr "Перейти в Help Center"
61
 
63
  msgid "Want to support the plugin?"
64
  msgstr "Хотите поддержать плагин?"
65
 
66
+ #: bws_functions.php:108 bws_menu.php:560
67
  msgid "Donate"
68
  msgstr "Пожертвовать"
69
 
83
  "используя Ваш личный Client Area. Мы настоятельно рекомендуем вам решить "
84
  "проблему в течение 24 часов, в противном случае плагин будет деактивирован."
85
 
86
+ #: bws_functions.php:128 bws_functions.php:341 bws_menu.php:631
87
+ #: class-bws-settings.php:144
88
  msgid "Learn More"
89
  msgstr "Подробнее"
90
 
105
  "плагин в дальнейшем и иметь приоритетную тех.поддержку, то вам нужно "
106
  "продлить лицензию."
107
 
108
+ #: bws_functions.php:147 bws_functions.php:389 deprecated.php:586
109
  msgid "Learn more"
110
  msgstr "Подробнее"
111
 
135
  msgid "Thank you for installing %s plugin!"
136
  msgstr "Спасибо, что установили %s плагин!"
137
 
138
+ #: bws_functions.php:210
139
  msgid "Let's get started"
140
  msgstr "Давайте начнем"
141
 
142
+ #: bws_functions.php:211 bws_functions.php:244 bws_menu.php:564
143
+ #: bws_menu.php:566
144
  msgid "Settings"
145
  msgstr "Настройки"
146
 
147
+ #: bws_functions.php:213 bws_menu.php:326 class-bws-settings.php:747
148
+ #: class-bws-settings.php:1060 class-bws-settings.php:1070 deprecated.php:697
149
  msgid "or"
150
  msgstr "или"
151
 
152
+ #: bws_functions.php:214 bws_functions.php:246
153
  msgid "Add New"
154
  msgstr "Добавить"
155
 
156
+ #: bws_functions.php:218 bws_functions.php:228 bws_functions.php:332
157
+ #: bws_functions.php:385 bws_functions.php:487
158
  msgid "Close notice"
159
  msgstr "Закрыть"
160
 
161
+ #: bws_functions.php:233
162
  msgid "Thank you for installing plugins by BestWebSoft!"
163
  msgstr "Спасибо за установку плагинов компании BestWebSoft!"
164
 
165
+ #: bws_functions.php:235
166
  msgid "More Details"
167
  msgstr "Детали"
168
 
169
+ #: bws_functions.php:236
170
  msgid "Less Details"
171
  msgstr "Скрыть детали"
172
 
173
+ #: bws_functions.php:264
174
  msgid "Deprecated function(-s) is used on the site here:"
175
  msgstr "Устаревшие функции используются на сайте здесь:"
176
 
177
+ #: bws_functions.php:278
178
  msgid ""
179
  "This function(-s) will be removed over time. Please update the product(-s)."
180
  msgstr ""
181
  "Эти функции будет удалены через некоторое время. Пожалуйста, обновите "
182
  "продукт."
183
 
184
+ #: bws_functions.php:337
185
  msgid "It’s time to upgrade your"
186
  msgstr "Настало время обновить Ваш"
187
 
188
+ #: bws_functions.php:337
189
  msgid "to"
190
  msgstr "до"
191
 
192
+ #: bws_functions.php:337
193
  msgid "version!"
194
  msgstr "версии!"
195
 
196
+ #: bws_functions.php:338
197
  msgid "Extend standard plugin functionality with new great options."
198
  msgstr "Расширяет возможности стандартного функционала плагина."
199
 
200
+ #: bws_functions.php:389
201
  #, php-format
202
  msgid ""
203
  "Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
206
  "Ваш лицензионный ключ для %s истекает %s и вы не будете получать "
207
  "приоритетную тех.поддержку или обновления."
208
 
209
+ #: bws_functions.php:482
210
  #, php-format
211
  msgid "Thank you for choosing %s plugin!"
212
  msgstr "Спасибо за выбор плагина %s!"
213
 
214
+ #: bws_functions.php:483
215
  msgid ""
216
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
217
  "we'd love to hear about it!"
220
  "функционала плагина, пожалуйста, присылайте их нам! Мы вседа открыты для "
221
  "новых идей!"
222
 
223
+ #: bws_functions.php:484
224
  msgid "Suggest a Feature"
225
  msgstr "Предложить функционал"
226
 
227
+ #: bws_functions.php:500 class-bws-settings.php:540 class-bws-settings.php:543
228
+ #: class-bws-settings.php:595 class-bws-settings.php:598
229
  msgid "Notice"
230
  msgstr "Внимание"
231
 
232
+ #: bws_functions.php:500
233
  msgid "The plugin's settings have been changed."
234
  msgstr "Настройки плагина были изменены"
235
 
236
+ #: bws_functions.php:501 class-bws-settings.php:183 class-bws-settings.php:203
237
+ #: deprecated.php:642
238
  msgid "Save Changes"
239
  msgstr "Сохранить изменения"
240
 
241
+ #: bws_functions.php:515
242
  msgid ""
243
  "You can always look at premium options by checking the \"Pro Options\" in "
244
  "the \"Misc\" tab."
246
  "Вы всегда можете просмотреть премиум опции нажав на кнопку \"Pro опции\" на "
247
  "вкладке \"Разное\"."
248
 
249
+ #: bws_functions.php:653
250
  msgid "Add BWS Shortcode"
251
  msgstr "Добавить BWS шорткод"
252
 
253
+ #: bws_functions.php:654
254
  msgid "Add BWS Plugins Shortcode"
255
  msgstr "Добавить шорткод BWS Плагина"
256
 
257
+ #: bws_functions.php:673
258
  msgid "Add shortcode"
259
  msgstr "Добавить шорткод"
260
 
261
+ #: bws_functions.php:673
262
  msgid "Add BestWebSoft plugins' shortcodes using this button."
263
  msgstr "Добавьте шорткоды BestWebSoft плагинов с помощью этой кнопки."
264
 
265
+ #: bws_functions.php:729
266
  msgid "Close"
267
  msgstr "Закрыть"
268
 
269
+ #: bws_functions.php:821
270
  msgid "Are you sure you want to restore default settings?"
271
  msgstr ""
272
  "Вы уверены что хотите восстановить все настройки плагина к настройкам по "
273
  "умолчанию?"
274
 
275
+ #: bws_functions.php:824
276
  msgid "Yes, restore all settings"
277
  msgstr "Да, восстановить все настройки"
278
 
279
+ #: bws_functions.php:825
280
  msgid "No, go back to the settings page"
281
  msgstr "Нет, вернуться на страницу настроек"
282
 
283
+ #: bws_functions.php:867
284
  msgid "Plugin"
285
  msgstr "Плагин"
286
 
287
+ #: bws_functions.php:876
288
  msgid "Shortcode settings"
289
  msgstr "Настройки шорткода"
290
 
291
+ #: bws_functions.php:881
292
  msgid "The shortcode will be inserted"
293
  msgstr "Будет вставлен шорткод"
294
 
295
+ #: bws_functions.php:922
296
  msgid "FAQ"
297
  msgstr "FAQ"
298
 
299
+ #: bws_functions.php:928
300
  msgid "For more information:"
301
  msgstr "Для дополнительной информации:"
302
 
303
+ #: bws_functions.php:929
304
  msgid "Documentation"
305
  msgstr "Документация"
306
 
307
+ #: bws_functions.php:930
308
  msgid "Video Instructions"
309
  msgstr "Видео инструкции"
310
 
311
+ #: bws_functions.php:931
312
  msgid "Submit a Request"
313
  msgstr "Отправить запрос"
314
 
315
+ #: bws_menu.php:101 class-bws-settings.php:792 deprecated.php:323
316
  msgid "Wrong license key"
317
  msgstr "Неправильный лицензионный ключ"
318
 
319
+ #: bws_menu.php:122 class-bws-settings.php:818 class-bws-settings.php:885
320
+ #: class-bws-settings.php:921 deprecated.php:133 deprecated.php:199
321
+ #: deprecated.php:353
322
  msgid ""
323
  "Something went wrong. Please try again later. If the error appears again, "
324
  "please contact us"
326
  "Что-то пошло не так. Повторите попытку позже. Если ошибка появится снова, "
327
  "пожалуйста, свяжитесь с нами"
328
 
329
+ #: bws_menu.php:122 class-bws-settings.php:818 class-bws-settings.php:885
330
+ #: class-bws-settings.php:921 deprecated.php:133 deprecated.php:199
331
+ #: deprecated.php:353
332
  msgid "We are sorry for inconvenience."
333
  msgstr "Приносим извинения за неудобства."
334
 
335
+ #: bws_menu.php:128 class-bws-settings.php:824 class-bws-settings.php:927
336
+ #: deprecated.php:139 deprecated.php:359
337
  msgid "Wrong license key."
338
  msgstr "Неправильный лицензионный ключ."
339
 
348
  msgid "Log in"
349
  msgstr "Авторизоваться"
350
 
351
+ #: bws_menu.php:132 bws_menu.php:332 deprecated.php:261
352
  msgid "Unfortunately, you have exceeded the number of available tries per day."
353
  msgstr "К сожалению, вы превысили количество доступных попыток."
354
 
355
+ #: bws_menu.php:134 deprecated.php:365
356
  #, php-format
357
  msgid ""
358
  "Unfortunately, Your license has expired. To continue getting top-priority "
362
  "обновлений и приоритетной тех.поддержки, вам необходимо продлить лицензию в "
363
  "вашей %s"
364
 
365
+ #: bws_menu.php:136 class-bws-settings.php:935 deprecated.php:367
366
  msgid ""
367
  "Unfortunately, the Pro licence was already installed to this domain. The Pro "
368
  "Trial license can be installed only once."
370
  "К сожалению, Pro лицензия уже была установлена на этом доменен. Pro Trial "
371
  "лицензия может быть установлена только один раз."
372
 
373
+ #: bws_menu.php:142 class-bws-settings.php:839 deprecated.php:153
374
  msgid "The license key is valid."
375
  msgstr "Лицензионный ключ действителен."
376
 
377
+ #: bws_menu.php:144 class-bws-settings.php:842 deprecated.php:156
378
  msgid "Your license will expire on"
379
  msgstr "Ваша лицензия истечет"
380
 
381
  #: bws_menu.php:146
382
+ msgid "Congratulations! Pro Membership license is activated successfully."
383
  msgstr "Поздравляем! Pro Membership лицензия успешно активирована."
384
 
385
+ #: bws_menu.php:153 class-bws-settings.php:1007 deprecated.php:436
386
  msgid ""
387
  "Something went wrong. Try again later or upload the plugin manually. We are "
388
  "sorry for inconvenience."
536
  msgid "Please enter a valid email address."
537
  msgstr "Пожалуйста, введите валидный емайл."
538
 
539
+ #: bws_menu.php:262
540
+ #, php-format
541
+ msgid "Email with system info is sent to %s."
542
+ msgstr "Емейл с системной информацией отправлен на %s."
543
 
544
+ #: bws_menu.php:266
545
  msgid "Thank you for contacting us."
546
  msgstr "Спасибо что связались с нами."
547
 
548
+ #: bws_menu.php:289
549
  msgid "Sorry, email message could not be delivered."
550
  msgstr "Извините, ваш емейл не может быть отправлен."
551
 
552
+ #: bws_menu.php:305 bws_menu.php:309 bws_menu.php:358 deprecated.php:91
553
  msgid "Plugins"
554
  msgstr "Плагины"
555
 
556
+ #: bws_menu.php:306 bws_menu.php:310 bws_menu.php:618 deprecated.php:92
557
  msgid "Themes"
558
  msgstr "Темы"
559
 
560
+ #: bws_menu.php:307 bws_menu.php:311 bws_menu.php:648
561
  msgid "System status"
562
  msgstr "Системная информация"
563
 
564
+ #: bws_menu.php:315
565
  msgid "Support"
566
  msgstr "Тех. поддержка"
567
 
568
+ #: bws_menu.php:316
569
  msgid "Manage purchased licenses & subscriptions"
570
  msgstr "Управление купленными лицензиями и подписками"
571
 
572
+ #: bws_menu.php:324
573
  #, php-format
574
  msgid "Get Access to %s+ Premium Plugins"
575
  msgstr "Получить доступ к %s+ премиум плагинам"
576
 
577
+ #: bws_menu.php:326
578
  msgid "Subscribe to Pro Membership"
579
  msgstr "Подписаться на Pro Membership"
580
 
581
+ #: bws_menu.php:334 bws_menu.php:345 class-bws-settings.php:760
582
  #: deprecated.php:227
583
  msgid "Check license key"
584
  msgstr "Проверка лицензионного ключа"
585
 
586
+ #: bws_menu.php:337
587
  msgid "Enter your license key"
588
  msgstr "Ваш лицензионный ключ"
589
 
590
+ #: bws_menu.php:343 bws_menu.php:570 bws_menu.php:579
591
+ #: class-bws-settings.php:739 deprecated.php:259 deprecated.php:267
592
+ #: deprecated.php:631 deprecated.php:703 deprecated.php:712
593
  msgid "Activate"
594
  msgstr "Активировать"
595
 
596
+ #: bws_menu.php:359
597
  msgid "Upload Plugin"
598
  msgstr "Добавить новый"
599
 
600
+ #: bws_menu.php:363
601
  #, php-format
602
  msgid ""
603
  "The plugin generated %d characters of <strong>unexpected output</strong> "
610
  "проблемы с RSS-лентами или другие неполадки, попробуйте деактивировать или "
611
  "удалить этот плагин."
612
 
613
+ #: bws_menu.php:365
614
  msgid ""
615
  "Plugin could not be activated because it triggered a <strong>fatal error</"
616
  "strong>."
618
  "Плагин не может быть активирован, поскольку он вызвал <strong>фатальную "
619
  "ошибку</strong>."
620
 
621
+ #: bws_menu.php:368
622
  msgid "Plugin <strong>activated</strong>."
623
  msgstr "Плагин <strong>активировано</strong>."
624
 
625
+ #: bws_menu.php:375
626
  msgid "Installing Plugin"
627
  msgstr "Установка плагина"
628
 
629
+ #: bws_menu.php:381
630
  msgid "Downloading install package from"
631
  msgstr "Скачивание установочного пакета из"
632
 
633
+ #: bws_menu.php:398 bws_menu.php:429 bws_menu.php:440 deprecated.php:388
634
+ #: deprecated.php:410 deprecated.php:432
 
 
635
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
636
  msgstr ""
637
  "Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную"
638
 
639
+ #: bws_menu.php:406
640
  msgid "Unpacking the package"
641
  msgstr "Распаковка пакета"
642
 
643
+ #: bws_menu.php:411 bws_menu.php:419
644
  msgid "Installing the plugin"
645
  msgstr "Установка плагина"
646
 
647
+ #: bws_menu.php:415 deprecated.php:400
648
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
649
  msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную"
650
 
651
+ #: bws_menu.php:422 deprecated.php:406
652
  msgid ""
653
  "Your server does not support either ZipArchive or Phar. Please, upload the "
654
  "plugin manually"
656
  "Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. "
657
  "Пожалуйста, загрузите плагин вручную"
658
 
659
+ #: bws_menu.php:425
660
  #, php-format
661
  msgid "The plugin %s is successfully installed."
662
  msgstr "Плагин %s успешно установлен."
663
 
664
+ #: bws_menu.php:432 deprecated.php:413
665
  msgid "UploadDir is not writable. Please, upload the plugin manually"
666
  msgstr ""
667
  "Папка загрузки не доступна для записи. Пожалуйста, загрузите плагин вручную"
668
 
669
+ #: bws_menu.php:437
670
  msgid "Activate Plugin"
671
  msgstr "Активировать плагин"
672
 
673
+ #: bws_menu.php:437 bws_menu.php:443
674
  msgid "Return to BestWebSoft Panel"
675
  msgstr "Возврат к BestWebSoft Panel"
676
 
677
+ #: bws_menu.php:451 bws_menu.php:471 bws_menu.php:600
678
  msgid "All"
679
  msgstr "Все"
680
 
681
+ #: bws_menu.php:454 bws_menu.php:637
682
  msgid "Installed"
683
  msgstr "Установленные"
684
 
685
+ #: bws_menu.php:457
686
  msgid "Not Installed"
687
  msgstr "Не установленные"
688
 
689
+ #: bws_menu.php:464
690
  msgid "Filter results"
691
  msgstr "Фильтр результатов"
692
 
693
+ #: bws_menu.php:467 bws_menu.php:596
694
  msgid "Category"
695
  msgstr "Категория"
696
 
697
+ #: bws_menu.php:531
698
  msgid "Not installed"
699
  msgstr "Не установлен"
700
 
701
+ #: bws_menu.php:535
702
  msgid "Renew to get updates"
703
  msgstr "Продлить для обновления"
704
 
705
+ #: bws_menu.php:538
706
  #, php-format
707
  msgid "Update to v %s"
708
  msgstr "Обновить до версии %s"
709
 
710
+ #: bws_menu.php:550 bws_menu.php:573 bws_menu.php:582
711
  msgid "Install Now"
712
  msgstr "Установить"
713
 
714
+ #: bws_menu.php:556 class-bws-settings.php:157 class-bws-settings.php:1067
715
  msgid "Upgrade to Pro"
716
  msgstr "Обновить до Pro"
717
 
718
+ #: bws_menu.php:570 bws_menu.php:579
719
  msgid "Activate this plugin"
720
  msgstr "Активировать плагин"
721
 
722
+ #: bws_menu.php:582
723
  msgid "Install this plugin"
724
  msgstr "Установить этот плагин"
725
 
726
+ #: bws_menu.php:591
727
  msgid "Nothing found. Try another criteria."
728
  msgstr "Ничего не найдено. Попробуйте другие критерии."
729
 
730
+ #: bws_menu.php:628
731
  #, php-format
732
  msgid "By %s"
733
  msgstr "%s"
734
 
735
+ #: bws_menu.php:635
736
  msgid "Already Installed"
737
  msgstr "Уже установлена"
738
 
739
+ #: bws_menu.php:645
740
+ msgid "Browse More WordPress Themes"
741
+ msgstr "Обзор WordPress тем"
742
 
743
+ #: bws_menu.php:654
744
  msgid "Send to support"
745
  msgstr "Отправить в тех. поддержку"
746
 
747
+ #: bws_menu.php:661
748
  msgid "Send to custom email &#187;"
749
  msgstr "Отправить на емейл &#187;"
750
 
798
  msgid "Custom Code"
799
  msgstr "Пользовательский код"
800
 
801
+ #: class-bws-settings.php:427 deprecated.php:498
802
  msgid "You do not have sufficient permissions to edit plugins for this site."
803
  msgstr ""
804
  "У вас недостаточно полномочий, чтобы редактировать плагины на этом сайте."
805
 
806
+ #: class-bws-settings.php:432 deprecated.php:620
807
  msgid "These styles will be added to the header on all pages of your site."
808
  msgstr "Эти стили будут добавлены в хедер на всех страницах вашего сайта."
809
 
810
+ #: class-bws-settings.php:435 deprecated.php:622
811
  #, php-format
812
  msgid ""
813
  "This PHP code will be hooked to the %s action and will be printed on front "
820
  msgid "These code will be added to the header on all pages of your site."
821
  msgstr "Этот код будет добавлен в хедер на всех страницах вашего сайта."
822
 
823
+ #: class-bws-settings.php:446 deprecated.php:646
824
  #, php-format
825
  msgid ""
826
  "You need to make this files writable before you can save your changes. See "
829
  "Чтобы сохранить изменения, нужно сделать этот файл доступным для записи. "
830
  "Дополнительную информацию можно получить в %s Кодексе %s."
831
 
832
+ #: class-bws-settings.php:456 deprecated.php:628
833
  msgid "Browsing"
834
  msgstr "Просмотр"
835
 
838
  msgid "Activate custom %s code."
839
  msgstr "Активировать пользовательский %s код."
840
 
841
+ #: class-bws-settings.php:469 deprecated.php:635
842
  #, php-format
843
  msgid "Learn more about %s"
844
  msgstr "Подробнее о %s"
845
 
846
+ #: class-bws-settings.php:531
847
  msgid "Miscellaneous Settings"
848
  msgstr "Прочие настройки"
849
 
850
+ #: class-bws-settings.php:540 class-bws-settings.php:595
851
  #, php-format
852
  msgid ""
853
  "It is prohibited to change %s settings on this site in the %s network "
855
  msgstr ""
856
  "Cетевыми настройками %s запрещается изменять настройки %s на этом сайте."
857
 
858
+ #: class-bws-settings.php:543 class-bws-settings.php:598
859
  #, php-format
860
  msgid ""
861
  "It is prohibited to view %s settings on this site in the %s network settings."
862
  msgstr ""
863
  "Cетевыми настройками %s запрещается просматривать настройки %s на этом сайте."
864
 
865
+ #: class-bws-settings.php:552
866
  msgid "Pro Options"
867
  msgstr "Pro опции"
868
 
869
+ #: class-bws-settings.php:556
870
  msgid "Enable to display plugin Pro options."
871
  msgstr "Включите для отображения Pro опций плагина."
872
 
873
+ #: class-bws-settings.php:562
874
  msgid "Track Usage"
875
  msgstr "Собирать статистику"
876
 
877
+ #: class-bws-settings.php:566
878
  msgid ""
879
  "Enable to allow tracking plugin usage anonymously in order to make it better."
880
  msgstr ""
881
  "Включить, чтобы разрешить анонимно отслеживать использование и сделать "
882
  "плагин лучше."
883
 
884
+ #: class-bws-settings.php:571
885
  msgid "Default Settings"
886
  msgstr "Настройки по умолчанию"
887
 
888
+ #: class-bws-settings.php:573
889
  msgid "Restore Settings"
890
  msgstr "Восстановить настройки"
891
 
892
+ #: class-bws-settings.php:574
893
  msgid "This will restore plugin settings to defaults."
894
  msgstr "Восстановить все настройки плагина к настройкам по умолчанию."
895
 
896
+ #: class-bws-settings.php:586
897
  msgid "Import / Export"
898
  msgstr "Импорт / Экспорт"
899
 
900
+ #: class-bws-settings.php:702 class-bws-settings.php:735
901
+ #: class-bws-settings.php:757
902
  msgid "License Key"
903
  msgstr "Лицензионный ключ"
904
 
905
+ #: class-bws-settings.php:725
906
  msgid "Congratulations! Pro license is activated successfully."
907
  msgstr "Поздравляем! Pro лицензия успешно активирована."
908
 
909
+ #: class-bws-settings.php:726
910
  #, php-format
911
  msgid "You will be automatically redirected to the %s in %s seconds."
912
  msgstr "Вы будете автоматически перенаправлены на %s через %s секунд."
913
 
914
+ #: class-bws-settings.php:726
915
  msgid "Settings page"
916
  msgstr "страницу Настроек"
917
 
918
+ #: class-bws-settings.php:741
919
  #, php-format
920
  msgid "Enter your license key to activate %s and get premium plugin features."
921
  msgstr ""
922
  "Введите лицензионный ключ для активации %s и получения дополнительных "
923
  "возможностей плагина."
924
 
925
+ #: class-bws-settings.php:744 class-bws-settings.php:931 deprecated.php:363
926
+ #: deprecated.php:706
927
  msgid ""
928
  "Unfortunately, you have exceeded the number of available tries per day. "
929
  "Please, upload the plugin manually."
931
  "К сожалению, вы превысили количество доступных попыток в день. Пожалуйста, "
932
  "загрузите плагин вручную."
933
 
934
+ #: class-bws-settings.php:747 deprecated.php:697
935
  #, php-format
936
  msgid "Start Your Free %s-Day Trial Now"
937
  msgstr "Попробуйте %s-дневную Trial версию бесплатно"
938
 
939
+ #: class-bws-settings.php:762
940
  msgid ""
941
  "If necessary, you can check if the license key is correct or reenter it in "
942
  "the field below."
944
  "При необходимости вы можете проверить валидность лицензионного ключа или "
945
  "повторно ввести его в поле ниже."
946
 
947
+ #: class-bws-settings.php:767
948
  msgid "Manage License Settings"
949
  msgstr "Управление настройками лицензий"
950
 
951
+ #: class-bws-settings.php:769
952
  msgid "Login to Client Area"
953
  msgstr "Зайти в Client Area"
954
 
955
+ #: class-bws-settings.php:771
956
  msgid ""
957
  "Manage active licenses, download BWS products, and view your payment history "
958
  "using BestWebSoft Client Area."
960
  "Управляй активными лицензиями, загружай BWS продукты, а также просматривай "
961
  "историю платежей с помощью BestWebSoft Client Area."
962
 
963
+ #: class-bws-settings.php:826 class-bws-settings.php:929 deprecated.php:141
964
+ #: deprecated.php:361
965
  msgid "This license key is bound to another site."
966
  msgstr "Этот лицензионный ключ привязан к другому сайту."
967
 
968
+ #: class-bws-settings.php:828 deprecated.php:143
969
  msgid ""
970
  "This license key is valid, but Your license has expired. If you want to "
971
  "update our plugin in future, you should extend the license."
973
  "Лицензионный ключ принят, но срок действия лицензии истек. Если вы хотите "
974
  "обновлять плагин в будущем, вы должны продлить лицензию."
975
 
976
+ #: class-bws-settings.php:830 deprecated.php:145
977
  msgid "Unfortunately, you have exceeded the number of available tries."
978
  msgstr "К сожалению, вы превысили количество доступных попыток."
979
 
980
+ #: class-bws-settings.php:832 deprecated.php:147
981
  msgid ""
982
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
983
  "The Pro Trial license can be installed only once."
985
  "К сожалению, Pro Trial версия плагина уже устанавливалась на этот домен. Pro "
986
  "Trial версию можно устанавливать лишь один раз."
987
 
988
+ #: class-bws-settings.php:837 deprecated.php:151
989
  msgid "The Pro Trial license key is valid."
990
  msgstr "Ключ Pro Trial версии действителен."
991
 
992
+ #: class-bws-settings.php:845 deprecated.php:159 deprecated.php:246
993
  #, php-format
994
  msgid ""
995
  "In order to continue using the plugin it is necessary to buy a %s license."
996
  msgstr ""
997
  "Чтобы продолжить пользоваться плагином, необходимо приобрести %s лицензию."
998
 
999
+ #: class-bws-settings.php:933
1000
+ #, php-format
1001
+ msgid ""
1002
+ "Unfortunately, Your license has expired. To continue getting top-priority "
1003
+ "support and plugin updates, you should extend it in your %s."
1004
+ msgstr ""
1005
+ "К сожалению, время использования вашей лицензии истекло. Для получения "
1006
+ "обновлений и приоритетной тех.поддержки, вам необходимо продлить лицензию в "
1007
+ "вашей %s."
1008
+
1009
+ #: class-bws-settings.php:959 class-bws-settings.php:981
1010
+ #: class-bws-settings.php:1003
1011
+ msgid "Failed to download the zip archive. Please, upload the plugin manually."
1012
+ msgstr ""
1013
+ "Не удалось загрузить архив плагина. Пожалуйста, загрузите плагин вручную."
1014
+
1015
+ #: class-bws-settings.php:971
1016
+ msgid "Failed to open the zip archive. Please, upload the plugin manually."
1017
+ msgstr "Не удалось открыть архив ZIP. Пожалуйста, загрузите плагин вручную."
1018
+
1019
+ #: class-bws-settings.php:977
1020
+ msgid ""
1021
+ "Your server does not support either ZipArchive or Phar. Please, upload the "
1022
+ "plugin manually."
1023
+ msgstr ""
1024
+ "Ваш сервер не поддерживает ни библиотеку ZipArchive, ни библиотеку Phar. "
1025
+ "Пожалуйста, загрузите плагин вручную."
1026
+
1027
+ #: class-bws-settings.php:984
1028
+ msgid "UploadDir is not writable. Please, upload the plugin manually."
1029
+ msgstr ""
1030
+ "Папка загрузки не доступна для записи. Пожалуйста, загрузите плагин вручную."
1031
+
1032
+ #: class-bws-settings.php:1042 deprecated.php:464
1033
  msgid "Please, enter Your license key"
1034
  msgstr "Пожалуйста, введите ваш лицензионный ключ"
1035
 
1036
+ #: class-bws-settings.php:1054
1037
  msgid "Need Help?"
1038
  msgstr "Нужна помощь?"
1039
 
1040
+ #: class-bws-settings.php:1056
1041
  msgid "Read the Instruction"
1042
  msgstr "Читать инструкцию"
1043
 
1044
+ #: class-bws-settings.php:1060
1045
  msgid "Watch the Video"
1046
  msgstr "Смотреть видео"
1047
 
1048
+ #: class-bws-settings.php:1071
1049
  msgid "Start Your Free Trial"
1050
  msgstr "Использовать бесплатную Trial версию"
1051
 
1052
+ #: deactivation-form.php:27
1053
  msgid "Need help? We are ready to answer your questions."
1054
  msgstr "Нужна помощь? Мы готовы ответить на ваши вопросы."
1055
 
1056
+ #: deactivation-form.php:27
1057
  msgid "Contact Support"
1058
  msgstr "Связаться с тех. поддержкой"
1059
 
1060
+ #: deactivation-form.php:32
1061
  msgid "The plugin is not working"
1062
  msgstr "Плагин не работает"
1063
 
1064
+ #: deactivation-form.php:34
1065
  msgid "Kindly share what didn't work so we can fix it in future updates..."
1066
  msgstr ""
1067
  "Пожалуйста, сообщите, что не работает, чтобы мы смогли исправить это в "
1068
  "будущих обновлениях..."
1069
 
1070
+ #: deactivation-form.php:38
1071
  msgid "The plugin didn't work as expected"
1072
  msgstr "Плагин не работает, как ожидалось"
1073
 
1074
+ #: deactivation-form.php:40
1075
  msgid "What did you expect?"
1076
  msgstr "Что именно вы ожидали?"
1077
 
1078
+ #: deactivation-form.php:44
1079
  msgid "The plugin suddenly stopped working"
1080
  msgstr "Плагин внезапно перестал работать"
1081
 
1082
+ #: deactivation-form.php:51
1083
  msgid "The plugin broke my site"
1084
  msgstr "Плагин сломал мой сайт"
1085
 
1086
+ #: deactivation-form.php:58
1087
  msgid "I couldn't understand how to get it work"
1088
  msgstr "Я не могу понять, как заставить его работать"
1089
 
1090
+ #: deactivation-form.php:65
1091
  msgid "I found a better plugin"
1092
  msgstr "Я нашел плагин лучше"
1093
 
1094
+ #: deactivation-form.php:67
1095
  msgid "What's the plugin name?"
1096
  msgstr "Какое название плагина?"
1097
 
1098
+ #: deactivation-form.php:71
1099
  msgid "The plugin is great, but I need specific feature that you don't support"
1100
  msgstr ""
1101
  "Плагин замечательный, но мне нужен определенный функционал, которого у вас "
1102
  "нет"
1103
 
1104
+ #: deactivation-form.php:73
1105
  msgid "What feature?"
1106
  msgstr "Какой функционал?"
1107
 
1108
+ #: deactivation-form.php:77
1109
  msgid "I no longer need the plugin"
1110
  msgstr "Мне больше не нужен плагин"
1111
 
1112
+ #: deactivation-form.php:83
1113
  msgid "It's a temporary deactivation, I'm just debugging an issue"
1114
  msgstr "Это временная деактивация, я просто отлаживаю проблему"
1115
 
1116
+ #: deactivation-form.php:89
1117
  msgid "Other"
1118
  msgstr "Другое"
1119
 
1120
+ #: deactivation-form.php:123
1121
  msgid "Quick Feedback"
1122
  msgstr "Быстрый отзыв"
1123
 
1124
+ #: deactivation-form.php:124
1125
  msgid "If you have a moment, please let us know why you are deactivating"
1126
  msgstr ""
1127
  "Если у вас есть время, пожалуйста, сообщите нам, почему вы деактивируете "
1128
  "плагин"
1129
 
1130
+ #: deactivation-form.php:127
1131
+ msgid "Send website data and allow to contact me back"
1132
+ msgstr "Отправить данные сайта и позволить связаться со мной"
1133
 
1134
+ #: deactivation-form.php:132
1135
  msgid "Cancel"
1136
  msgstr "Отмена"
1137
 
1138
+ #: deactivation-form.php:233
1139
  msgid "Processing"
1140
  msgstr "Обработка"
1141
 
1142
+ #: deactivation-form.php:262
1143
  msgid "Submit & Deactivate"
1144
  msgstr "Отправить и Деактивировать"
1145
 
1146
+ #: deactivation-form.php:277
1147
  msgid "Please tell us the reason so we can improve it."
1148
  msgstr "Пожалуйста, сообщите нам причину, чтобы мы могли улучшить плагин."
1149
 
1150
+ #: deactivation-form.php:345
1151
  msgid "Deactivate"
1152
  msgstr "Деактивировать"
1153
 
1177
  "(ваше имя пользователя - это емейл, указанный при покупке). При "
1178
  "необходимости нажмите \"Забыли пароль?\"."
1179
 
1180
+ #: deprecated.php:246
1181
  msgid "After that, you can activate it by entering your license key."
1182
  msgstr "После этого вы сможете активировать его введя лицензионный ключ."
1183
 
1184
+ #: deprecated.php:249 deprecated.php:691
1185
  msgid "License key can be found in the"
1186
  msgstr "Лицензионный ключ можно найти в"
1187
 
1188
+ #: deprecated.php:251 deprecated.php:693
1189
  msgid "(your username is the email address specified during the purchase)."
1190
  msgstr "(ваше имя пользователя - это емейл, указанный при покупке)."
1191
 
1192
+ #: deprecated.php:279
1193
  msgid ""
1194
  "Congratulations! The Pro license of the plugin is activated successfully."
1195
  msgstr "Поздравляем! Pro версия плагина успешно активирована."
1196
 
1197
+ #: deprecated.php:281 deprecated.php:672
1198
  msgid "Please, go to"
1199
  msgstr "Пожалуйста, перейдите на"
1200
 
1201
+ #: deprecated.php:281 deprecated.php:672
1202
  msgid "the setting page"
1203
  msgstr "страницу настроек"
1204
 
1205
+ #: deprecated.php:282 deprecated.php:673
1206
  msgid "You will be redirected automatically in 5 seconds."
1207
  msgstr "Вы будете перенаправлены автоматически через 5 секунд."
1208
 
1209
+ #: deprecated.php:316
1210
  msgid "Check premium options on the plugin settings page!"
1211
  msgstr "Просмотрите премиум опции на странице настроек плагина!"
1212
 
1213
+ #: deprecated.php:479
1214
  msgid "Restore all plugin settings to defaults"
1215
  msgstr "Восстановить все настройки плагина к настройкам по умолчанию"
1216
 
1217
+ #: deprecated.php:481
1218
  msgid "Restore settings"
1219
  msgstr "Восстановить настройки"
1220
 
1221
+ #: deprecated.php:550 deprecated.php:577
1222
  #, php-format
1223
  msgid "File %s edited successfully."
1224
  msgstr "Файл %s успешно изменён."
1225
 
1226
+ #: deprecated.php:552 deprecated.php:579
1227
  msgid "Not enough permissions to create or update the file"
1228
  msgstr "Не достаточно прав для создания или обновления файла"
1229
 
1230
+ #: deprecated.php:582
1231
  msgid "Not enough permissions to create the file"
1232
  msgstr "Не достаточно прав для создания файла"
1233
 
1234
+ #: deprecated.php:626
1235
  msgid "Editing"
1236
  msgstr "Редактирование"
1237
 
1238
+ #: deprecated.php:670
1239
  msgid ""
1240
  "Congratulations! Pro version of the plugin is installed and activated "
1241
  "successfully."
1242
  msgstr "Поздравляем! Pro версия плагина успешно загружена и активирована."
1243
 
1244
+ #: deprecated.php:680
1245
  msgid "Show Pro features"
1246
  msgstr "Показать Pro опции"
1247
 
1248
+ #: deprecated.php:687
1249
  msgid "Enter your license key to install and activate"
1250
  msgstr "Введите лицензионный ключ для установки и активации"
1251
 
1252
+ #: deprecated.php:689
1253
  msgid "version of the plugin."
1254
  msgstr "версия плагина."
1255
 
1289
  msgid "SMM"
1290
  msgstr "СММ"
1291
 
1292
+ #: product_list.php:22
1293
+ msgid "Best secure captcha plugin to protect your WordPress forms."
1294
+ msgstr "Лучший плагин капчи, который защитит формы вашего WordPress сайта."
 
 
1295
 
1296
+ #: product_list.php:32
1297
  msgid "Create your personal car rental/booking and reservation website."
1298
  msgstr "Создайте свой собственный сайт проката и резервирования автомобилей."
1299
 
1300
+ #: product_list.php:42
1301
  msgid ""
1302
  "Allow customers to reach you using secure contact form plugin any website "
1303
  "must have."
1305
  "Предоставьте возможность клиентам осуществлять связь с вами через безопасный "
1306
  "плагин контактной формы, который должен иметь любой сайт."
1307
 
1308
+ #: product_list.php:52
1309
  msgid "Add unlimited number of contact forms to WordPress website."
1310
  msgstr ""
1311
  "Добавляйте неограниченное количество контактных форм на ваш сайт WordPress."
1312
 
1313
+ #: product_list.php:62
1314
  msgid "Save and manage Contact Form messages. Never lose important data."
1315
  msgstr ""
1316
  "Сохраняйте и управляйте сообщениями плагина Contact Form. Никогда не теряйте "
1317
  "важные данные."
1318
 
1319
+ #: product_list.php:72
1320
  msgid "Add unlimited custom pages to WordPress admin dashboard."
1321
  msgstr ""
1322
  "Добавляйте неограниченное количество пользовательских страниц в панели "
1323
  "администратора WordPress."
1324
 
1325
+ #: product_list.php:79
1326
  msgid "Add custom fields to WordPress website search results."
1327
  msgstr ""
1328
  "Добавляйте пользовательские поля в результаты поиска вашего сайта WordPress."
1329
 
1330
+ #: product_list.php:86
1331
  msgid ""
1332
  "Add custom post types and taxonomies to WordPress website search results."
1333
  msgstr ""
1334
  "Добавляйте пользовательские типы постов и таксономии в результаты поиска на "
1335
  "вашем сайте WordPress."
1336
 
1337
+ #: product_list.php:96
1338
  msgid "Add PayPal and 2CO donate buttons to receive charity payments."
1339
  msgstr ""
1340
  "Добавляйте кнопки PayPal и 2CO, чтобы получать пожертвования и "
1341
  "благотворительные взносы."
1342
 
1343
+ #: product_list.php:103
1344
  msgid ""
1345
  "Get latest error log messages to diagnose website problems. Define and fix "
1346
  "issues faster."
1348
  "Получайте последние сообщения из журнала ошибок для диагностики проблем "
1349
  "сайта. Быстрее выявляйте и устраняйте проблемы."
1350
 
1351
+ #: product_list.php:110
1352
  msgid ""
1353
  "Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
1354
  "widgets."
1356
  "Добавляйте кнопки Facebook \"Подписаться\", \"Нравится\" и \"Поделиться\" в "
1357
  "посты, страницы и виджеты сайта WordPress."
1358
 
1359
+ #: product_list.php:120
1360
  msgid ""
1361
  "Add beautiful galleries, albums & images to your WordPress website in a few "
1362
  "clicks."
1364
  "Добавляйте живописные галереи, альбомы и изображения на ваш сайт WordPress "
1365
  "всего в несколько кликов."
1366
 
1367
+ #: product_list.php:130
1368
  msgid ""
1369
  "Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
1370
  "posts, pages and widgets."
1372
  "Добавляйте кнопки Google \"+1\", \"Поделиться\", \"Подписаться\", \"Hangout"
1373
  "\" и значок профиля к постам, страницам и виджетам WordPress."
1374
 
1375
+ #: product_list.php:140
1376
  msgid ""
1377
  "Stronger security solution which protects your WordPress website from hacks "
1378
  "and unauthorized login attempts."
1380
  "Мощнейшее решение для безопасности, которое защищает ваш сайт WordPress от "
1381
  "взломов и неавторизованных попыток входа в систему."
1382
 
1383
+ #: product_list.php:150
1384
  msgid ""
1385
  "Add Adsense ads to WordPress website pages, posts, custom posts, search "
1386
  "results, categories, tags, and widgets."
1388
  "Добавляйте рекламу сервиса Adsense на страницы, посты, пользовательские "
1389
  "посты, результаты поиска, категории, теги и виджеты сайта WordPress."
1390
 
1391
+ #: product_list.php:160
1392
  msgid "Add Google Analytics code to WordPress website and track basic stats."
1393
  msgstr ""
1394
  "Добавляйте код Google Analytics на ваш сайт WordPress и отслеживайте базовую "
1395
  "статистику сайта."
1396
 
1397
+ #: product_list.php:170
1398
  msgid ""
1399
  "Protect WordPress website forms from spam entries with Google Captcha "
1400
  "(reCaptcha)."
1402
  "Защищайте формы вашего сайта WordPress от спама с помощью Google Captcha "
1403
  "(reCaptcha)."
1404
 
1405
+ #: product_list.php:180
1406
  msgid "Add customized Google maps to WordPress posts, pages and widgets."
1407
  msgstr ""
1408
  "Добавляйте пользовательские карты Google в посты, страницы и виджеты "
1409
  "WordPress."
1410
 
1411
+ #: product_list.php:190
1412
  msgid ""
1413
  "Generate and add XML sitemap to WordPress website. Help search engines index "
1414
  "your blog."
1416
  "Создавайте и добавляйте файлы XML sitemap на ваш сайт WordPress. Помогите "
1417
  "поисковым системам проиндексировать ваш блог."
1418
 
1419
+ #: product_list.php:200
1420
  msgid ""
1421
  "Replace external WordPress website links with Google shortlinks and track "
1422
  "click stats."
1424
  "Замените внешние ссылки сайта WordPress на короткие ссылки Google и "
1425
  "отслеживайте статистику кликов."
1426
 
1427
+ #: product_list.php:207
1428
  msgid ""
1429
  "Protect WordPress website – allow and deny access for certain IP addresses, "
1430
  "hostnames, etc."
1432
  "Защитите свой сайт WordPress - предоставляйте и запрещайте доступ с "
1433
  "определенных IP-адресов, имен хостов и т.д."
1434
 
1435
+ #: product_list.php:217
1436
  msgid ""
1437
  "Create your personal job board and listing WordPress website. Search jobs, "
1438
  "submit CV/resumes, choose candidates."
1441
  "WordPress. Осуществляйте поиск вакансий, подачу резюме/CV кандидата, выбор "
1442
  "кандидатов."
1443
 
1444
+ #: product_list.php:224
1445
  msgid ""
1446
  "Protect WordPress website against brute force attacks. Limit rate of login "
1447
  "attempts."
1449
  "Защищайте свой сайт WordPress от брутфорс-атак. Ограничивайте количество "
1450
  "попыток ввода логина."
1451
 
1452
+ #: product_list.php:234
1453
  msgid ""
1454
  "Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
1455
  "5 plugins included – profile, insider, etc."
1458
  "страницам и виджетам WordPress. 5 плагинов включено - Профиль, Инсайдер и т."
1459
  "д."
1460
 
1461
+ #: product_list.php:244
1462
  msgid ""
1463
  "Translate WordPress website content to other languages manually. Create "
1464
  "multilingual pages, posts, widgets, menus, etc."
1466
  "Переводите содержимое сайта WordPress на другие языки вручную. Создавайте "
1467
  "многоязычные страницы, посты, виджеты, меню и т.д."
1468
 
1469
+ #: product_list.php:254
1470
  msgid ""
1471
  "Add customizable pagination to WordPress website. Split long content to "
1472
  "multiple pages for better navigation."
1474
  "Добавляйте настраиваемую пагинацию на ваш сайт WordPress. Разбивайте "
1475
  "объемный контент на несколько страниц для лучшей навигации."
1476
 
1477
+ #: product_list.php:264
1478
  msgid ""
1479
  "Generate PDF files and print WordPress posts/pages. Customize document "
1480
  "header/footer styles and appearance."
1482
  "Создавайте PDF-файлы и печатайте посты/страницы сайта WordPress. "
1483
  "Настраивайте стили хедера/футера документа и его внешний вид."
1484
 
1485
+ #: product_list.php:274
1486
  msgid ""
1487
  "Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
1488
  "Profile) to WordPress posts, pages and widgets."
1490
  "Добавляйте кнопки Pinterest \"Подписаться\", \"Сохранить\" и виджеты профиля "
1491
  "(Пин, Доска, Профиль) к постам, страницам и виджетам WordPress."
1492
 
1493
+ #: product_list.php:284
1494
  msgid ""
1495
  "Create your personal portfolio WordPress website. Manage and showcase past "
1496
  "projects to get more clients."
1498
  "Создавайте и добавляйте портфолио на свой сайт WordPress. Управляйте и "
1499
  "демонстрируйте прошлые проекты, чтобы привлечь больше клиентов."
1500
 
1501
+ #: product_list.php:294
1502
  msgid "Export WordPress posts to CSV file format easily. Configure data order."
1503
  msgstr ""
1504
  "С легкостью экспортируйте посты WordPress в файлы формата CSV. Настраивайте "
1505
  "порядок отображения данных."
1506
 
1507
+ #: product_list.php:301
1508
  msgid ""
1509
  "Add extra fields to default WordPress user profile. The easiest way to "
1510
  "create and manage additional custom values."
1512
  "Добавляйте пользовательские поля в стандартный профиль WordPress. Самый "
1513
  "простой способ создания и управления дополнительными полями."
1514
 
1515
+ #: product_list.php:308
1516
  msgid ""
1517
  "Add and display HTML advertisement banner on WordPress website. Customize "
1518
  "bar styles and appearance."
1520
  "Добавляйте и отображайте баннерную HTML рекламу на сайте WordPress. "
1521
  "Настраивайте стили и внешний вид баннера."
1522
 
1523
+ #: product_list.php:318
1524
  msgid ""
1525
  "Add customizable quotes and tips blocks to WordPress posts, pages and "
1526
  "widgets."
1528
  "Добавляйте настраиваемые цитаты и подсказки к постам, страницам и виджетам "
1529
  "WordPress."
1530
 
1531
+ #: product_list.php:325
1532
  msgid ""
1533
  "Add rating plugin to your WordPress website to receive feedback from your "
1534
  "customers."
1536
  "Добавляйте систему оценивания и рейтинга на ваш сайт WordPress и получайте "
1537
  "отзывы от ваших клиентов."
1538
 
1539
+ #: product_list.php:332
1540
  msgid ""
1541
  "Create your personal real estate WordPress website. Sell, rent and buy "
1542
  "properties. Add, search and browse listings easily."
1545
  "Продавайте, арендуйте и покупайте недвижимость. Легко добавляйте, находите и "
1546
  "просматривайте листинги."
1547
 
1548
+ #: product_list.php:342
1549
  msgid ""
1550
  "Add related, featured, latest, and popular posts to your WordPress website. "
1551
  "Connect your blog readers with a relevant content."
1553
  "Добавляйте похожие, избранные, последние и популярные посты на ваш сайт "
1554
  "WordPress. Предоставляйте своим читателям контент схожей тематики."
1555
 
1556
+ #: product_list.php:349
1557
  msgid ""
1558
  "Send bulk email messages to WordPress users. Custom templates, advanced "
1559
  "settings and detailed reports."
1561
  "Осуществляйте массовую рассылку писем пользователям WordPress. "
1562
  "Пользовательские шаблоны, дополнительные настройки и подробные отчеты."
1563
 
1564
+ #: product_list.php:359
1565
  msgid ""
1566
  "The best responsive slider plugin for your WordPress website. Create "
1567
  "beautifully animated slides just in a few clicks."
1569
  "Самый лучший адаптивный слайдер для вашего сайта WordPress. Создавайте "
1570
  "красиво анимированные слайды всего в несколько кликов."
1571
 
1572
+ #: product_list.php:366
1573
  msgid ""
1574
  "Configure SMTP server to receive email messages from WordPress to Gmail, "
1575
  "Yahoo, Hotmail and other services."
1578
  "WordPress на такие почтовые службы, как Gmail, Yahoo, Hotmail и многие "
1579
  "другие."
1580
 
1581
+ #: product_list.php:373
1582
  msgid ""
1583
  "Add social media buttons and widgets to WordPress posts, pages and widgets. "
1584
  "FB, Twitter, G+1, Pinterest, LinkedIn."
1586
  "Добавляйте кнопки и виджеты социальных сетей к постам, страницам и виджетам "
1587
  "WordPress. FB, Twitter, G+1, Pinterest, LinkedIn."
1588
 
1589
+ #: product_list.php:383
1590
  msgid ""
1591
  "Add social media login, registration, and commenting to your WordPress "
1592
  "website."
1594
  "Добавляйте на свой сайт WordPress возможность входа, регистрации и "
1595
  "комментирования с использованием существующих аккаунтов социальных сетей."
1596
 
1597
+ #: product_list.php:390
1598
  msgid ""
1599
  "Add email newsletter sign up form to WordPress posts, pages and widgets. "
1600
  "Collect data and subscribe your users."
1602
  "Добавляйте форму подписки на новостную рассылку в посты, страницы и виджеты "
1603
  "WordPress. Собирайте данные и осуществляйте подписку пользователей."
1604
 
1605
+ #: product_list.php:400
1606
  msgid ""
1607
  "Add testimonials and feedbacks from your customers to WordPress website "
1608
  "posts, pages, and widgets."
1610
  "Добавляйте рекомендации и отзывы ваших клиентов в посты, страницы и виджеты "
1611
  "сайта WordPress."
1612
 
1613
+ #: product_list.php:407
1614
  msgid ""
1615
  "Best timesheet plugin for WordPress. Track employee time, streamline "
1616
  "attendance and generate reports."
1618
  "Лучший плагин учёта рабочего времени на сайте WordPress. Отслеживайте время "
1619
  "работы сотрудников, оптимизируйте график работы в офисе и создавайте отчеты."
1620
 
1621
+ #: product_list.php:417
1622
  msgid ""
1623
  "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
1624
  "and pages."
1626
  "Добавляйте кнопки Твиттера \"Читать\", \"Твитнуть\", \"Метка\" и \"Упомянуть"
1627
  "\" к постам и страницам WordPress. "
1628
 
1629
+ #: product_list.php:427
1630
  msgid ""
1631
  "Automatically check and update WordPress website core with all installed "
1632
  "plugins and themes to the latest versions."
1634
  "Выполняйте автоматическую проверку и обновление ядра WordPress до последних "
1635
  "версий со всеми установленными плагинами и темами."
1636
 
1637
+ #: product_list.php:437
1638
  msgid ""
1639
  "Powerful user role management plugin for WordPress website. Create, edit, "
1640
  "copy, and delete user roles."
1642
  "Эффективный плагин управления ролями пользователей для сайта WordPress. "
1643
  "Создавайте, редактируйте, копируйте и удаляйте роли пользователей."
1644
 
1645
+ #: product_list.php:447
1646
  msgid ""
1647
  "Display live count of online visitors who are currently browsing your "
1648
  "WordPress website."
1650
  "Ведите подсчет количества посетителей, которые в настоящее время "
1651
  "просматривают ваш сайт WordPress."
1652
 
1653
+ #: product_list.php:457
1654
  msgid ""
1655
  "Backup and export Zendesk Help Center content automatically to your "
1656
  "WordPress website database."
1658
  "Делайте автоматическое резервное копирование и экспорт содержимого Zendesk "
1659
  "Help Center в базу данных вашего сайта WordPress."
1660
 
1661
+ #~ msgid "Anonymous feedback"
1662
+ #~ msgstr "Анонимный отзыв"
1663
+
1664
+ #~ msgid ""
1665
+ #~ "Protect WordPress website forms from spam entries by means of math logic."
1666
+ #~ msgstr ""
1667
+ #~ "Защищайте формы вашего сайта WordPress от взлома путем математической "
1668
+ #~ "логики."
1669
+
1670
+ #~ msgid "Congratulations! Pro Membership license is activated successfully."
1671
+ #~ msgstr "Поздравляем! Pro Membership лицензия успешно активирована."
1672
+
1673
+ #~ msgid "Email with system info is sent to"
1674
+ #~ msgstr "Емейл с системной информацией отправлен на"
1675
+
1676
+ #~ msgid "Browse Free WordPress Themes"
1677
+ #~ msgstr "Обзор бесплатных WordPress тем"
1678
+
1679
  #~ msgid ""
1680
  #~ "You can use one license of the Pro plugin for one domain only. Please "
1681
  #~ "check and edit your license or domain if necessary using you personal "
bws_menu/languages/bestwebsoft-uk.mo CHANGED
Binary file
bws_menu/languages/bestwebsoft-uk.po CHANGED
@@ -2,11 +2,11 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-08-28 10:04+0300\n"
6
- "PO-Revision-Date: 2017-08-28 10:13+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <https://support.bestwebsoft.com>\n"
9
- "Language: uk_UA\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
@@ -42,6 +42,11 @@ msgstr "Сторінку Плагінів"
42
  msgid "Like the plugin?"
43
  msgstr "Сподобався плагін?"
44
 
 
 
 
 
 
45
  #: bws_functions.php:94
46
  msgid "Rate it"
47
  msgstr "Оцінити"
@@ -50,7 +55,7 @@ msgstr "Оцінити"
50
  msgid "Need help?"
51
  msgstr "Потрібна допомога?"
52
 
53
- #: bws_functions.php:104 bws_functions.php:911 class-bws-settings.php:1056
54
  msgid "Visit Help Center"
55
  msgstr "Перейти до Help Center"
56
 
@@ -58,7 +63,7 @@ msgstr "Перейти до Help Center"
58
  msgid "Want to support the plugin?"
59
  msgstr "Хочете підтримати плагін?"
60
 
61
- #: bws_functions.php:108 bws_menu.php:553
62
  msgid "Donate"
63
  msgstr "Пожертвувати"
64
 
@@ -78,7 +83,8 @@ msgstr ""
78
  "вкладці Client Area. Ми настійливо рекомендуємо Вам вирішити це питання "
79
  "протягом 24 годин, інакше плагін буде деактивовано."
80
 
81
- #: bws_functions.php:128 bws_functions.php:340 class-bws-settings.php:144
 
82
  msgid "Learn More"
83
  msgstr "Дізнатись більше"
84
 
@@ -98,7 +104,7 @@ msgstr ""
98
  "Строк вашої ліцензії витік. Якщо ви хочете отримувати першочергову технічну "
99
  "підтримку та оновлювати плагін у майбутньому, вам слід подовжити ліцензію."
100
 
101
- #: bws_functions.php:147 bws_functions.php:383 deprecated.php:584
102
  msgid "Learn more"
103
  msgstr "Дізнатись більше"
104
 
@@ -128,68 +134,68 @@ msgstr ""
128
  msgid "Thank you for installing %s plugin!"
129
  msgstr "Дякуємо, що встановили %s плагін!"
130
 
131
- #: bws_functions.php:209
132
  msgid "Let's get started"
133
  msgstr "Розпочнемо"
134
 
135
- #: bws_functions.php:210 bws_functions.php:243 bws_menu.php:557
136
- #: bws_menu.php:559
137
  msgid "Settings"
138
  msgstr "Налаштування"
139
 
140
- #: bws_functions.php:212 bws_menu.php:328 class-bws-settings.php:745
141
- #: class-bws-settings.php:1058 class-bws-settings.php:1068 deprecated.php:694
142
  msgid "or"
143
  msgstr "або"
144
 
145
- #: bws_functions.php:213 bws_functions.php:245
146
  msgid "Add New"
147
  msgstr "Додати"
148
 
149
- #: bws_functions.php:217 bws_functions.php:227 bws_functions.php:331
150
- #: bws_functions.php:379 bws_functions.php:481
151
  msgid "Close notice"
152
  msgstr "Закрити"
153
 
154
- #: bws_functions.php:232
155
  msgid "Thank you for installing plugins by BestWebSoft!"
156
  msgstr "Дякуємо, що встановили плагіни від BestWebSoft!"
157
 
158
- #: bws_functions.php:234
159
  msgid "More Details"
160
  msgstr "Деталі"
161
 
162
- #: bws_functions.php:235
163
  msgid "Less Details"
164
  msgstr "Сховати Деталі"
165
 
166
- #: bws_functions.php:263
167
  msgid "Deprecated function(-s) is used on the site here:"
168
  msgstr "Застарілі функціі використовується на сайті тут:"
169
 
170
- #: bws_functions.php:277
171
  msgid ""
172
  "This function(-s) will be removed over time. Please update the product(-s)."
173
  msgstr ""
174
  "Ці функції буде видалено через деякий час. Будь ласка, поновіть продукт."
175
 
176
- #: bws_functions.php:336
177
  msgid "It’s time to upgrade your"
178
  msgstr "Настав час модернізувати Ваш"
179
 
180
- #: bws_functions.php:336
181
  msgid "to"
182
  msgstr "до"
183
 
184
- #: bws_functions.php:336
185
  msgid "version!"
186
  msgstr "версії!"
187
 
188
- #: bws_functions.php:337
189
  msgid "Extend standard plugin functionality with new great options."
190
  msgstr "Розширює можливості стандартного функціоналу плагіна."
191
 
192
- #: bws_functions.php:383
193
  #, php-format
194
  msgid ""
195
  "Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
@@ -198,12 +204,12 @@ msgstr ""
198
  "Ваш ліцензійний ключ для %s витікає %s та ви більше не будете отримувати "
199
  "першочергову технічну підтримку та оновлення."
200
 
201
- #: bws_functions.php:476
202
  #, php-format
203
  msgid "Thank you for choosing %s plugin!"
204
  msgstr "Дякую за вибір плагіна %s!"
205
 
206
- #: bws_functions.php:477
207
  msgid ""
208
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
209
  "we'd love to hear about it!"
@@ -212,25 +218,25 @@ msgstr ""
212
  "функціоналу плагіна, будь ласка, надсилайте їх нам! Ми завжди відкриті для "
213
  "нових ідей!"
214
 
215
- #: bws_functions.php:478
216
  msgid "Suggest a Feature"
217
  msgstr "Запропонувати функціонал"
218
 
219
- #: bws_functions.php:494 class-bws-settings.php:538 class-bws-settings.php:541
220
- #: class-bws-settings.php:593 class-bws-settings.php:596
221
  msgid "Notice"
222
  msgstr "Зауважте"
223
 
224
- #: bws_functions.php:494
225
  msgid "The plugin's settings have been changed."
226
  msgstr "Налаштування плагіну змінено."
227
 
228
- #: bws_functions.php:495 class-bws-settings.php:183 class-bws-settings.php:203
229
- #: deprecated.php:640
230
  msgid "Save Changes"
231
  msgstr "Зберегти зміни"
232
 
233
- #: bws_functions.php:509
234
  msgid ""
235
  "You can always look at premium options by checking the \"Pro Options\" in "
236
  "the \"Misc\" tab."
@@ -238,77 +244,77 @@ msgstr ""
238
  "Ви завжди можете подивитися на преміум опції, натиснувши на кнопку \"Pro "
239
  "опції\" на вкладці \"Різне\"."
240
 
241
- #: bws_functions.php:647
242
  msgid "Add BWS Shortcode"
243
  msgstr "Додати BWS шорткод"
244
 
245
- #: bws_functions.php:648
246
  msgid "Add BWS Plugins Shortcode"
247
  msgstr "Додати шорткод BWS плагіну"
248
 
249
- #: bws_functions.php:667
250
  msgid "Add shortcode"
251
  msgstr "Додати шорткод"
252
 
253
- #: bws_functions.php:667
254
  msgid "Add BestWebSoft plugins' shortcodes using this button."
255
  msgstr "Додайте шорткоди BestWebSoft плагінів за допомогою цієї кнопки."
256
 
257
- #: bws_functions.php:723
258
  msgid "Close"
259
  msgstr "Закрити"
260
 
261
- #: bws_functions.php:815
262
  msgid "Are you sure you want to restore default settings?"
263
  msgstr "Ви впевнені, що хочете скинути налаштування плагіну до стандартних?"
264
 
265
- #: bws_functions.php:818
266
  msgid "Yes, restore all settings"
267
  msgstr "Так, скинути налаштування"
268
 
269
- #: bws_functions.php:819
270
  msgid "No, go back to the settings page"
271
  msgstr "Ні, повернутись назад на сторінку налаштувань"
272
 
273
- #: bws_functions.php:861
274
  msgid "Plugin"
275
  msgstr "Плагін"
276
 
277
- #: bws_functions.php:870
278
  msgid "Shortcode settings"
279
  msgstr "Налаштування шорткоду"
280
 
281
- #: bws_functions.php:875
282
  msgid "The shortcode will be inserted"
283
  msgstr "Буде вставлено шорткод"
284
 
285
- #: bws_functions.php:916
286
  msgid "FAQ"
287
  msgstr "FAQ"
288
 
289
- #: bws_functions.php:922
290
  msgid "For more information:"
291
  msgstr "Для отримання додаткової інформації:"
292
 
293
- #: bws_functions.php:923
294
  msgid "Documentation"
295
  msgstr "Документація"
296
 
297
- #: bws_functions.php:924
298
  msgid "Video Instructions"
299
  msgstr "Відео інструкції"
300
 
301
- #: bws_functions.php:925
302
  msgid "Submit a Request"
303
  msgstr "Надіслати запит"
304
 
305
- #: bws_menu.php:101 class-bws-settings.php:790 deprecated.php:322
306
  msgid "Wrong license key"
307
  msgstr "Невірний ключ ліцензії"
308
 
309
- #: bws_menu.php:122 class-bws-settings.php:816 class-bws-settings.php:883
310
- #: class-bws-settings.php:919 deprecated.php:133 deprecated.php:199
311
- #: deprecated.php:352
312
  msgid ""
313
  "Something went wrong. Please try again later. If the error appears again, "
314
  "please contact us"
@@ -316,14 +322,14 @@ msgstr ""
316
  "Щось не так, спробуйте пізніше. Якщо помилка повториться, будь ласка, "
317
  "повідомте нам"
318
 
319
- #: bws_menu.php:122 class-bws-settings.php:816 class-bws-settings.php:883
320
- #: class-bws-settings.php:919 deprecated.php:133 deprecated.php:199
321
- #: deprecated.php:352
322
  msgid "We are sorry for inconvenience."
323
  msgstr "Просимо вибачення за незручності."
324
 
325
- #: bws_menu.php:128 class-bws-settings.php:822 class-bws-settings.php:925
326
- #: deprecated.php:139 deprecated.php:358
327
  msgid "Wrong license key."
328
  msgstr "Неправильний ліцензійний ключ."
329
 
@@ -338,11 +344,11 @@ msgstr ""
338
  msgid "Log in"
339
  msgstr "Увійти"
340
 
341
- #: bws_menu.php:132 bws_menu.php:334 deprecated.php:261
342
  msgid "Unfortunately, you have exceeded the number of available tries per day."
343
  msgstr "На жаль, ви перевищили кількість допустимих спроб."
344
 
345
- #: bws_menu.php:134 class-bws-settings.php:931 deprecated.php:364
346
  #, php-format
347
  msgid ""
348
  "Unfortunately, Your license has expired. To continue getting top-priority "
@@ -351,7 +357,7 @@ msgstr ""
351
  "На жаль, ваша ліцензія скінчилась. Для того, щоб і надалі отримувати "
352
  "першочергову техпідтримку і оновлення, будь ласка, продовжте ліцензію на %s"
353
 
354
- #: bws_menu.php:136 class-bws-settings.php:933 deprecated.php:366
355
  msgid ""
356
  "Unfortunately, the Pro licence was already installed to this domain. The Pro "
357
  "Trial license can be installed only once."
@@ -359,19 +365,19 @@ msgstr ""
359
  "На жаль, Pro ліцензія уже використовувалась на цьому домені. Тріал Pro "
360
  "версії плагіну можна використати лише один раз."
361
 
362
- #: bws_menu.php:142 class-bws-settings.php:837 deprecated.php:153
363
  msgid "The license key is valid."
364
  msgstr "Ліцензійний ключ дійсний."
365
 
366
- #: bws_menu.php:144 class-bws-settings.php:840 deprecated.php:156
367
  msgid "Your license will expire on"
368
  msgstr "Ваша ліцензія закінчується"
369
 
370
  #: bws_menu.php:146
371
- msgid "Congratulations! Pro Membership license is activated successfully."
372
  msgstr "Вітаємо! Pro Membership ліцензія успішно активована."
373
 
374
- #: bws_menu.php:153 class-bws-settings.php:1005 deprecated.php:435
375
  msgid ""
376
  "Something went wrong. Try again later or upload the plugin manually. We are "
377
  "sorry for inconvenience."
@@ -525,67 +531,68 @@ msgstr "Не активні плагіни"
525
  msgid "Please enter a valid email address."
526
  msgstr "Будь ласка, введіть коректний емейл."
527
 
528
- #: bws_menu.php:264
529
- msgid "Email with system info is sent to"
530
- msgstr "Емейл з системною інформацією надіслано на"
 
531
 
532
- #: bws_menu.php:268
533
  msgid "Thank you for contacting us."
534
  msgstr "Дякуємо, що звернулись до нас."
535
 
536
- #: bws_menu.php:291
537
  msgid "Sorry, email message could not be delivered."
538
  msgstr "Вибачте, ваше емейл не може бути доставлено"
539
 
540
- #: bws_menu.php:307 bws_menu.php:311 bws_menu.php:360 deprecated.php:91
541
  msgid "Plugins"
542
  msgstr "Плагіни"
543
 
544
- #: bws_menu.php:308 bws_menu.php:312 bws_menu.php:611 deprecated.php:92
545
  msgid "Themes"
546
  msgstr "Теми"
547
 
548
- #: bws_menu.php:309 bws_menu.php:313 bws_menu.php:641
549
  msgid "System status"
550
  msgstr "Системна інформація"
551
 
552
- #: bws_menu.php:317
553
  msgid "Support"
554
  msgstr "Підтримка"
555
 
556
- #: bws_menu.php:318
557
  msgid "Manage purchased licenses & subscriptions"
558
  msgstr "Управління придбаними ліцензіями і підписками"
559
 
560
- #: bws_menu.php:326
561
  #, php-format
562
  msgid "Get Access to %s+ Premium Plugins"
563
  msgstr "Отримати доступ до %s+ преміум плагинам"
564
 
565
- #: bws_menu.php:328
566
  msgid "Subscribe to Pro Membership"
567
  msgstr "Підписатися на Pro Membership"
568
 
569
- #: bws_menu.php:336 bws_menu.php:347 class-bws-settings.php:758
570
  #: deprecated.php:227
571
  msgid "Check license key"
572
  msgstr "Перевірте ліцензійний ключ"
573
 
574
- #: bws_menu.php:339
575
  msgid "Enter your license key"
576
  msgstr "Ваш ліцензійний ключ"
577
 
578
- #: bws_menu.php:345 bws_menu.php:563 bws_menu.php:572
579
- #: class-bws-settings.php:737 deprecated.php:259 deprecated.php:267
580
- #: deprecated.php:629 deprecated.php:700 deprecated.php:709
581
  msgid "Activate"
582
  msgstr "Активувати"
583
 
584
- #: bws_menu.php:361
585
  msgid "Upload Plugin"
586
  msgstr "Завантажити плагін"
587
 
588
- #: bws_menu.php:365
589
  #, php-format
590
  msgid ""
591
  "The plugin generated %d characters of <strong>unexpected output</strong> "
@@ -598,7 +605,7 @@ msgstr ""
598
  "надіслані&#8221;, проблеми з каналами чи інші неполадки, спробуйте вимкнути "
599
  "чи видалити цей плагін."
600
 
601
- #: bws_menu.php:367
602
  msgid ""
603
  "Plugin could not be activated because it triggered a <strong>fatal error</"
604
  "strong>."
@@ -606,39 +613,37 @@ msgstr ""
606
  "Плагін не вдалося активувати, бо він спричинив <strong>критичну помилку</"
607
  "strong>."
608
 
609
- #: bws_menu.php:370
610
  msgid "Plugin <strong>activated</strong>."
611
  msgstr "Плагін <strong>активовано</strong>."
612
 
613
- #: bws_menu.php:377
614
  msgid "Installing Plugin"
615
  msgstr "Встановлення плагіну"
616
 
617
- #: bws_menu.php:383
618
  msgid "Downloading install package from"
619
  msgstr "Завантаження встановлюючого пакунку з"
620
 
621
- #: bws_menu.php:400 bws_menu.php:431 bws_menu.php:442
622
- #: class-bws-settings.php:957 class-bws-settings.php:979
623
- #: class-bws-settings.php:1001 deprecated.php:387 deprecated.php:409
624
- #: deprecated.php:431
625
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
626
  msgstr ""
627
  "Помилка при завантаженні zip-архіву. Будь ласка, завантажте плагін вручну"
628
 
629
- #: bws_menu.php:408
630
  msgid "Unpacking the package"
631
  msgstr "Розпакування пакета"
632
 
633
- #: bws_menu.php:413 bws_menu.php:421
634
  msgid "Installing the plugin"
635
  msgstr "Встановлення плагіну"
636
 
637
- #: bws_menu.php:417 class-bws-settings.php:969 deprecated.php:399
638
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
639
  msgstr "Помилка при відкритті zip-архіву. Будь ласка, завантажте плагін вручну"
640
 
641
- #: bws_menu.php:424 class-bws-settings.php:975 deprecated.php:405
642
  msgid ""
643
  "Your server does not support either ZipArchive or Phar. Please, upload the "
644
  "plugin manually"
@@ -646,96 +651,96 @@ msgstr ""
646
  "Ваш сервер не підтримує формати Zip і Phar. Будь ласка, завантажте плагін "
647
  "вручну"
648
 
649
- #: bws_menu.php:427
650
  #, php-format
651
  msgid "The plugin %s is successfully installed."
652
  msgstr "Плагін %s успішно встановлено."
653
 
654
- #: bws_menu.php:434 class-bws-settings.php:982 deprecated.php:412
655
  msgid "UploadDir is not writable. Please, upload the plugin manually"
656
  msgstr ""
657
  "Немає доступу до теки завантажень WordPress. Будь ласка, завантажте плагін "
658
  "вручну"
659
 
660
- #: bws_menu.php:439
661
  msgid "Activate Plugin"
662
  msgstr "Активувати плагін"
663
 
664
- #: bws_menu.php:439 bws_menu.php:445
665
  msgid "Return to BestWebSoft Panel"
666
  msgstr "Назад до BestWebSoft Panel"
667
 
668
- #: bws_menu.php:449 bws_menu.php:464 bws_menu.php:593
669
  msgid "All"
670
  msgstr "Всі"
671
 
672
- #: bws_menu.php:450 bws_menu.php:630
673
  msgid "Installed"
674
  msgstr "Встановлені"
675
 
676
- #: bws_menu.php:451
677
  msgid "Not Installed"
678
  msgstr "Не встановлені"
679
 
680
- #: bws_menu.php:457
681
  msgid "Filter results"
682
  msgstr "Фільтр результатів"
683
 
684
- #: bws_menu.php:460 bws_menu.php:589
685
  msgid "Category"
686
  msgstr "Категорія"
687
 
688
- #: bws_menu.php:524
689
  msgid "Not installed"
690
  msgstr "Не встановлен"
691
 
692
- #: bws_menu.php:528
693
  msgid "Renew to get updates"
694
  msgstr "Продовжити для поновлення"
695
 
696
- #: bws_menu.php:531
697
  #, php-format
698
  msgid "Update to v %s"
699
  msgstr "Оновити до версії %s"
700
 
701
- #: bws_menu.php:543 bws_menu.php:566 bws_menu.php:575
702
  msgid "Install Now"
703
  msgstr "Встановити"
704
 
705
- #: bws_menu.php:549 class-bws-settings.php:157 class-bws-settings.php:1065
706
  msgid "Upgrade to Pro"
707
  msgstr "Оновити до Pro"
708
 
709
- #: bws_menu.php:563 bws_menu.php:572
710
  msgid "Activate this plugin"
711
  msgstr "Активувати плагін"
712
 
713
- #: bws_menu.php:575
714
  msgid "Install this plugin"
715
  msgstr "Встановити плагін"
716
 
717
- #: bws_menu.php:584
718
  msgid "Nothing found. Try another criteria."
719
  msgstr "Нічого не знайдено. Спробуйте інші критерії."
720
 
721
- #: bws_menu.php:621
722
  #, php-format
723
  msgid "By %s"
724
  msgstr "За %s"
725
 
726
- #: bws_menu.php:628
727
  msgid "Already Installed"
728
  msgstr "Уже встановлено %s"
729
 
730
- #: bws_menu.php:638
731
- msgid "Browse Free WordPress Themes"
732
- msgstr "Огляд безкоштовних WordPress тем"
733
 
734
- #: bws_menu.php:647
735
  msgid "Send to support"
736
  msgstr "Відправити службі тех. підтримки"
737
 
738
- #: bws_menu.php:654
739
  msgid "Send to custom email &#187;"
740
  msgstr "Відправити на електронну адресу &#187;"
741
 
@@ -789,15 +794,15 @@ msgstr "Усі налаштування плагіну відновлені."
789
  msgid "Custom Code"
790
  msgstr "Користувацький код"
791
 
792
- #: class-bws-settings.php:427 deprecated.php:497
793
  msgid "You do not have sufficient permissions to edit plugins for this site."
794
  msgstr "У вас недостатньо повноважень для редагування плагінів цього сайту."
795
 
796
- #: class-bws-settings.php:432 deprecated.php:618
797
  msgid "These styles will be added to the header on all pages of your site."
798
  msgstr "Ці стилі будуть додані в заголовок на всіх сторінках вашого сайту."
799
 
800
- #: class-bws-settings.php:435 deprecated.php:620
801
  #, php-format
802
  msgid ""
803
  "This PHP code will be hooked to the %s action and will be printed on front "
@@ -809,7 +814,7 @@ msgstr ""
809
  msgid "These code will be added to the header on all pages of your site."
810
  msgstr "Цей код буде додано в заголовок на всіх сторінках вашого сайту."
811
 
812
- #: class-bws-settings.php:446 deprecated.php:644
813
  #, php-format
814
  msgid ""
815
  "You need to make this files writable before you can save your changes. See "
@@ -818,7 +823,7 @@ msgstr ""
818
  "Вам потрібно зробити цей файл доступним для запису, перед тим як ви зможете "
819
  "зберегти свої зміни. Перегляньте %sКодекс%s для додаткової інформації."
820
 
821
- #: class-bws-settings.php:456 deprecated.php:626
822
  msgid "Browsing"
823
  msgstr "Огляд"
824
 
@@ -827,16 +832,16 @@ msgstr "Огляд"
827
  msgid "Activate custom %s code."
828
  msgstr "Активувати користувацький %s код."
829
 
830
- #: class-bws-settings.php:469 deprecated.php:633
831
  #, php-format
832
  msgid "Learn more about %s"
833
  msgstr "Дізнатись більше про %s"
834
 
835
- #: class-bws-settings.php:529
836
  msgid "Miscellaneous Settings"
837
  msgstr "Інші налаштування"
838
 
839
- #: class-bws-settings.php:538 class-bws-settings.php:593
840
  #, php-format
841
  msgid ""
842
  "It is prohibited to change %s settings on this site in the %s network "
@@ -845,7 +850,7 @@ msgstr ""
845
  "Мережевими налаштуваннями %s забороняється змінювати налаштування %s на "
846
  "цьому сайті."
847
 
848
- #: class-bws-settings.php:541 class-bws-settings.php:596
849
  #, php-format
850
  msgid ""
851
  "It is prohibited to view %s settings on this site in the %s network settings."
@@ -853,68 +858,68 @@ msgstr ""
853
  "Мережевими налаштуваннями %s забороняється дивитися налаштування %s на цьому "
854
  "сайті."
855
 
856
- #: class-bws-settings.php:550
857
  msgid "Pro Options"
858
  msgstr "Pro опції"
859
 
860
- #: class-bws-settings.php:554
861
  msgid "Enable to display plugin Pro options."
862
  msgstr "Увімкніть для відображення Pro опцій плагіна."
863
 
864
- #: class-bws-settings.php:560
865
  msgid "Track Usage"
866
  msgstr "Збирати статистику"
867
 
868
- #: class-bws-settings.php:564
869
  msgid ""
870
  "Enable to allow tracking plugin usage anonymously in order to make it better."
871
  msgstr ""
872
  "Включити, щоб дозволити анонімно відстежувати використання і зробити плагін "
873
  "краще."
874
 
875
- #: class-bws-settings.php:569
876
  msgid "Default Settings"
877
  msgstr "Налаштування за замовчуванням"
878
 
879
- #: class-bws-settings.php:571
880
  msgid "Restore Settings"
881
  msgstr "Відновлення налаштувань"
882
 
883
- #: class-bws-settings.php:572
884
  msgid "This will restore plugin settings to defaults."
885
  msgstr "Відновити всі налаштування плагіна до налаштувань за замовчуванням."
886
 
887
- #: class-bws-settings.php:584
888
  msgid "Import / Export"
889
  msgstr "Імпорт / Експорт"
890
 
891
- #: class-bws-settings.php:700 class-bws-settings.php:733
892
- #: class-bws-settings.php:755
893
  msgid "License Key"
894
  msgstr "Ключ ліцензії"
895
 
896
- #: class-bws-settings.php:723
897
  msgid "Congratulations! Pro license is activated successfully."
898
  msgstr "Вітаємо! Pro ліцензія успішно активована."
899
 
900
- #: class-bws-settings.php:724
901
  #, php-format
902
  msgid "You will be automatically redirected to the %s in %s seconds."
903
  msgstr "Вас буде автоматично перенаправлено на %s через %s секунд."
904
 
905
- #: class-bws-settings.php:724
906
  msgid "Settings page"
907
  msgstr "сторінку налаштувань"
908
 
909
- #: class-bws-settings.php:739
910
  #, php-format
911
  msgid "Enter your license key to activate %s and get premium plugin features."
912
  msgstr ""
913
  "Введіть ліцензійний ключ для активації %s і отримання додаткових можливостей "
914
  "плагіна."
915
 
916
- #: class-bws-settings.php:742 class-bws-settings.php:929 deprecated.php:362
917
- #: deprecated.php:703
918
  msgid ""
919
  "Unfortunately, you have exceeded the number of available tries per day. "
920
  "Please, upload the plugin manually."
@@ -922,12 +927,12 @@ msgstr ""
922
  "На жаль, ви перевищили кількість доступних спроб на день. Будь ласка, "
923
  "завантажте плагін вручну"
924
 
925
- #: class-bws-settings.php:745 deprecated.php:694
926
  #, php-format
927
  msgid "Start Your Free %s-Day Trial Now"
928
  msgstr "Спробуйте %s-денну Trial версію безкоштовно"
929
 
930
- #: class-bws-settings.php:760
931
  msgid ""
932
  "If necessary, you can check if the license key is correct or reenter it in "
933
  "the field below."
@@ -935,15 +940,15 @@ msgstr ""
935
  "При необхідності ви можете перевірити правильність вашого ліцензійного ключа "
936
  "або знову ввести його у полі, що знаходиться нижче."
937
 
938
- #: class-bws-settings.php:765
939
  msgid "Manage License Settings"
940
  msgstr "Управління налаштуваннями ліцензій"
941
 
942
- #: class-bws-settings.php:767
943
  msgid "Login to Client Area"
944
  msgstr "Зайти в Client Area"
945
 
946
- #: class-bws-settings.php:769
947
  msgid ""
948
  "Manage active licenses, download BWS products, and view your payment history "
949
  "using BestWebSoft Client Area."
@@ -951,12 +956,12 @@ msgstr ""
951
  "Керуй активними ліцензіями, завантажуй BWS продукти, а також переглядай "
952
  "історію платежів за допомогою BestWebSoft Client Area."
953
 
954
- #: class-bws-settings.php:824 class-bws-settings.php:927 deprecated.php:141
955
- #: deprecated.php:360
956
  msgid "This license key is bound to another site."
957
  msgstr "Цей ліцензійний ключ прив'язано до іншого сайту."
958
 
959
- #: class-bws-settings.php:826 deprecated.php:143
960
  msgid ""
961
  "This license key is valid, but Your license has expired. If you want to "
962
  "update our plugin in future, you should extend the license."
@@ -964,11 +969,11 @@ msgstr ""
964
  "Даний ліцензійний ключ дійсний, але строк вашої ліцензії витік. Якщо ви "
965
  "хочете оновлювати наш плагін у майбутньому, вам слід подовжити ліцензію."
966
 
967
- #: class-bws-settings.php:828 deprecated.php:145
968
  msgid "Unfortunately, you have exceeded the number of available tries."
969
  msgstr "На жаль, ви перевищили кількість допустимих спроб."
970
 
971
- #: class-bws-settings.php:830 deprecated.php:147
972
  msgid ""
973
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
974
  "The Pro Trial license can be installed only once."
@@ -976,132 +981,166 @@ msgstr ""
976
  "На жаль, Trial Pro версія плагіну уже встановлювалась на цей домен. Trial "
977
  "Pro версію можна встановлювати лише один раз."
978
 
979
- #: class-bws-settings.php:835 deprecated.php:151
980
  msgid "The Pro Trial license key is valid."
981
  msgstr "Ключ тріал Pro версії вірний."
982
 
983
- #: class-bws-settings.php:843 deprecated.php:159 deprecated.php:246
984
  #, php-format
985
  msgid ""
986
  "In order to continue using the plugin it is necessary to buy a %s license."
987
  msgstr "Щоб продовжити користуватись плагіном, потрібно придбати %s ліцензію."
988
 
989
- #: class-bws-settings.php:1040 deprecated.php:463
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
990
  msgid "Please, enter Your license key"
991
  msgstr "Будь ласка, впишіть ваш ліцензійний ключ"
992
 
993
- #: class-bws-settings.php:1052
994
  msgid "Need Help?"
995
  msgstr "Потрібна допомога?"
996
 
997
- #: class-bws-settings.php:1054
998
  msgid "Read the Instruction"
999
  msgstr "Читати інструкцію"
1000
 
1001
- #: class-bws-settings.php:1058
1002
  msgid "Watch the Video"
1003
  msgstr "Дивитися відео"
1004
 
1005
- #: class-bws-settings.php:1069
1006
  msgid "Start Your Free Trial"
1007
  msgstr "Використовувати безкоштовну Trial версію"
1008
 
1009
- #: deactivation-form.php:26
1010
  msgid "Need help? We are ready to answer your questions."
1011
  msgstr "Потрібна допомога? Ми готові відповісти на ваші питання."
1012
 
1013
- #: deactivation-form.php:26
1014
  msgid "Contact Support"
1015
  msgstr "Зв'язатися з тех. підтримкою"
1016
 
1017
- #: deactivation-form.php:31
1018
  msgid "The plugin is not working"
1019
  msgstr "Плагін не працює"
1020
 
1021
- #: deactivation-form.php:33
1022
  msgid "Kindly share what didn't work so we can fix it in future updates..."
1023
  msgstr ""
1024
  "Будь ласка, повідомте, що не працює, щоб ми змогли виправити це в майбутніх "
1025
  "оновленнях..."
1026
 
1027
- #: deactivation-form.php:37
1028
  msgid "The plugin didn't work as expected"
1029
  msgstr "Плагін не працює, як очікувалося"
1030
 
1031
- #: deactivation-form.php:39
1032
  msgid "What did you expect?"
1033
  msgstr "Що саме ви очікували?"
1034
 
1035
- #: deactivation-form.php:43
1036
  msgid "The plugin suddenly stopped working"
1037
  msgstr "Плагін раптово перестав працювати"
1038
 
1039
- #: deactivation-form.php:50
1040
  msgid "The plugin broke my site"
1041
  msgstr "Плагін зламав мій сайт"
1042
 
1043
- #: deactivation-form.php:57
1044
  msgid "I couldn't understand how to get it work"
1045
  msgstr "Я не можу зрозуміти, як змусити його працювати"
1046
 
1047
- #: deactivation-form.php:64
1048
  msgid "I found a better plugin"
1049
  msgstr "Я знайшов кращий плагін"
1050
 
1051
- #: deactivation-form.php:66
1052
  msgid "What's the plugin name?"
1053
  msgstr "Яка назва плагіна?"
1054
 
1055
- #: deactivation-form.php:70
1056
  msgid "The plugin is great, but I need specific feature that you don't support"
1057
  msgstr "Плагін чудовий, але мені потрібен певний функціонал, якого у вас немає"
1058
 
1059
- #: deactivation-form.php:72
1060
  msgid "What feature?"
1061
  msgstr "Який функціонал?"
1062
 
1063
- #: deactivation-form.php:76
1064
  msgid "I no longer need the plugin"
1065
  msgstr "Плагін мені більше не потрібен"
1066
 
1067
- #: deactivation-form.php:82
1068
  msgid "It's a temporary deactivation, I'm just debugging an issue"
1069
  msgstr "Це тимчасова деактивація, я просто відлагоджую проблему"
1070
 
1071
- #: deactivation-form.php:88
1072
  msgid "Other"
1073
  msgstr "Інше"
1074
 
1075
- #: deactivation-form.php:122
1076
  msgid "Quick Feedback"
1077
  msgstr "Швидкий відгук"
1078
 
1079
- #: deactivation-form.php:123
1080
  msgid "If you have a moment, please let us know why you are deactivating"
1081
  msgstr ""
1082
  "Якщо у вас є час, будь ласка, повідомте нам, чому ви деактивуете плагін"
1083
 
1084
- #: deactivation-form.php:128
1085
- msgid "Anonymous feedback"
1086
- msgstr "Анонімний відгук"
1087
 
1088
- #: deactivation-form.php:130
1089
  msgid "Cancel"
1090
  msgstr "Відміна"
1091
 
1092
- #: deactivation-form.php:230
1093
  msgid "Processing"
1094
  msgstr "Обробка"
1095
 
1096
- #: deactivation-form.php:259
1097
  msgid "Submit & Deactivate"
1098
  msgstr "Надіслати і деактивувати"
1099
 
1100
- #: deactivation-form.php:276
1101
  msgid "Please tell us the reason so we can improve it."
1102
  msgstr "Будь ласка, повідомте нам причину, щоб ми могли покращити плагін."
1103
 
1104
- #: deactivation-form.php:344
1105
  msgid "Deactivate"
1106
  msgstr "Деактивувати"
1107
 
@@ -1132,79 +1171,79 @@ msgstr ""
1132
  "(ваше ім'я користувача - це емейл, який ви вказували при купівлі). При "
1133
  "необхідності, будь ласка, відправте запит на відновлення вашого паролю."
1134
 
1135
- #: deprecated.php:247
1136
  msgid "After that, you can activate it by entering your license key."
1137
  msgstr "Після цього ви зможете активувати його ввівши ліцензійний ключ."
1138
 
1139
- #: deprecated.php:249 deprecated.php:688
1140
  msgid "License key can be found in the"
1141
  msgstr "Ліцензійний ключ можна знайти в"
1142
 
1143
- #: deprecated.php:251 deprecated.php:690
1144
  msgid "(your username is the email address specified during the purchase)."
1145
  msgstr "(ваше ім'я користувача - це емейл, який ви вказували при купівлі)"
1146
 
1147
- #: deprecated.php:278
1148
  msgid ""
1149
  "Congratulations! The Pro license of the plugin is activated successfully."
1150
  msgstr "Вітаємо! Pro версію плагіну успішно активовано."
1151
 
1152
- #: deprecated.php:280 deprecated.php:669
1153
  msgid "Please, go to"
1154
  msgstr "Будь ласка, перейдіть на"
1155
 
1156
- #: deprecated.php:280 deprecated.php:669
1157
  msgid "the setting page"
1158
  msgstr "сторінку установок"
1159
 
1160
- #: deprecated.php:281 deprecated.php:670
1161
  msgid "You will be redirected automatically in 5 seconds."
1162
  msgstr "Вас буде перенаправлено автоматично через 5 секунд."
1163
 
1164
- #: deprecated.php:315
1165
  msgid "Check premium options on the plugin settings page!"
1166
  msgstr "Подивіться преміум опції на сторінці налаштувань плагіна!"
1167
 
1168
- #: deprecated.php:478
1169
  msgid "Restore all plugin settings to defaults"
1170
  msgstr "Скинути налаштування плагіну до стандартних"
1171
 
1172
- #: deprecated.php:480
1173
  msgid "Restore settings"
1174
  msgstr "Скинути налаштування"
1175
 
1176
- #: deprecated.php:548 deprecated.php:575
1177
  #, php-format
1178
  msgid "File %s edited successfully."
1179
  msgstr "Файл %s успішно відредаговано."
1180
 
1181
- #: deprecated.php:550 deprecated.php:577
1182
  msgid "Not enough permissions to create or update the file"
1183
  msgstr "У Вас недостатньо дозволів для створення або поновлення файлу"
1184
 
1185
- #: deprecated.php:580
1186
  msgid "Not enough permissions to create the file"
1187
  msgstr "У Вас недостатньо дозволів для створення файлу"
1188
 
1189
- #: deprecated.php:624
1190
  msgid "Editing"
1191
  msgstr "Редагування"
1192
 
1193
- #: deprecated.php:667
1194
  msgid ""
1195
  "Congratulations! Pro version of the plugin is installed and activated "
1196
  "successfully."
1197
  msgstr "Вітаємо! Pro версію плагіну успішно завантажено та активовано."
1198
 
1199
- #: deprecated.php:677
1200
  msgid "Show Pro features"
1201
  msgstr "Показати Pro опції"
1202
 
1203
- #: deprecated.php:684
1204
  msgid "Enter your license key to install and activate"
1205
  msgstr "Введіть ліцензійний ключ для установки і активації"
1206
 
1207
- #: deprecated.php:686
1208
  msgid "version of the plugin."
1209
  msgstr "версія плагіна."
1210
 
@@ -1244,18 +1283,15 @@ msgstr "Пошукова оптимізація"
1244
  msgid "SMM"
1245
  msgstr "СММ"
1246
 
1247
- #: product_list.php:23
1248
- msgid ""
1249
- "Protect WordPress website forms from spam entries by means of math logic."
1250
- msgstr ""
1251
- "Захищайте форми вашого сайту WordPress від зламування шляхом математичної "
1252
- "логіки."
1253
 
1254
- #: product_list.php:35
1255
  msgid "Create your personal car rental/booking and reservation website."
1256
  msgstr "Створіть свій власний сайт прокату і резервування автомобілів."
1257
 
1258
- #: product_list.php:45
1259
  msgid ""
1260
  "Allow customers to reach you using secure contact form plugin any website "
1261
  "must have."
@@ -1263,40 +1299,40 @@ msgstr ""
1263
  "Надайте можливість клієнтам здійснювати зв'язок з вами через безпечний "
1264
  "плагін контактної форми, який повинен мати будь-який сайт."
1265
 
1266
- #: product_list.php:55
1267
  msgid "Add unlimited number of contact forms to WordPress website."
1268
  msgstr "Додавайте необмежену кількість контактних форм на ваш сайт WordPress."
1269
 
1270
- #: product_list.php:65
1271
  msgid "Save and manage Contact Form messages. Never lose important data."
1272
  msgstr ""
1273
  "Зберігайте і керуйте повідомленнями плагіну Contact Form. Ніколи не "
1274
  "втрачайте важливі дані."
1275
 
1276
- #: product_list.php:75
1277
  msgid "Add unlimited custom pages to WordPress admin dashboard."
1278
  msgstr ""
1279
  "Додавайте необмежену кількість користувацьких сторінок у панелі "
1280
  "адміністратора WordPress."
1281
 
1282
- #: product_list.php:82
1283
  msgid "Add custom fields to WordPress website search results."
1284
  msgstr ""
1285
  "Додавайте користувацькі поля у результати пошуку вашого сайту WordPress."
1286
 
1287
- #: product_list.php:89
1288
  msgid ""
1289
  "Add custom post types and taxonomies to WordPress website search results."
1290
  msgstr ""
1291
  "Додавайте користувацькі типи постів і таксономії у результати пошуку на "
1292
  "вашому сайті WordPress."
1293
 
1294
- #: product_list.php:99
1295
  msgid "Add PayPal and 2CO donate buttons to receive charity payments."
1296
  msgstr ""
1297
  "Додавайте кнопки PayPal і 2CO, щоб отримувати пожертви та благодійні внески."
1298
 
1299
- #: product_list.php:106
1300
  msgid ""
1301
  "Get latest error log messages to diagnose website problems. Define and fix "
1302
  "issues faster."
@@ -1304,7 +1340,7 @@ msgstr ""
1304
  "Отримуйте останні повідомлення з журналу помилок для діагностики проблем "
1305
  "сайту. Швидше виявляйте і усувайте проблеми."
1306
 
1307
- #: product_list.php:113
1308
  msgid ""
1309
  "Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
1310
  "widgets."
@@ -1312,7 +1348,7 @@ msgstr ""
1312
  "Додавайте кнопки Facebook \"Підписатися\", \"Подобається\" та \"Поділитися\" "
1313
  "у пости, сторінки і віджети сайту WordPress."
1314
 
1315
- #: product_list.php:123
1316
  msgid ""
1317
  "Add beautiful galleries, albums & images to your WordPress website in a few "
1318
  "clicks."
@@ -1320,7 +1356,7 @@ msgstr ""
1320
  "Додавайте мальовничі галереї, альбоми і зображення на ваш сайт WordPress "
1321
  "всього в декілька кліків."
1322
 
1323
- #: product_list.php:133
1324
  msgid ""
1325
  "Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
1326
  "posts, pages and widgets."
@@ -1328,7 +1364,7 @@ msgstr ""
1328
  "Додавайте кнопки Google \"+1\", \"Поділитися\", \"Підписатися\", \"Hangout\" "
1329
  "і значок профілю до постів, сторінок та віджетів WordPress."
1330
 
1331
- #: product_list.php:143
1332
  msgid ""
1333
  "Stronger security solution which protects your WordPress website from hacks "
1334
  "and unauthorized login attempts."
@@ -1336,7 +1372,7 @@ msgstr ""
1336
  "Найпотужніше рішення безпеки, яке захищає ваш сайт WordPress від зломів та "
1337
  "неавторизованих спроб входу в систему."
1338
 
1339
- #: product_list.php:153
1340
  msgid ""
1341
  "Add Adsense ads to WordPress website pages, posts, custom posts, search "
1342
  "results, categories, tags, and widgets."
@@ -1344,13 +1380,13 @@ msgstr ""
1344
  "Додавайте рекламу сервісу Adsense на сторінки, пости, користувацькі пости, "
1345
  "результати пошуку, категорії, теги і віджети сайту WordPress."
1346
 
1347
- #: product_list.php:163
1348
  msgid "Add Google Analytics code to WordPress website and track basic stats."
1349
  msgstr ""
1350
  "Додавайте код Google Analytics на ваш сайт WordPress та відстежуйте базову "
1351
  "статистику сайту."
1352
 
1353
- #: product_list.php:173
1354
  msgid ""
1355
  "Protect WordPress website forms from spam entries with Google Captcha "
1356
  "(reCaptcha)."
@@ -1358,12 +1394,12 @@ msgstr ""
1358
  "Захищайте форми вашого сайту WordPress від спаму за допомогою Google Captcha "
1359
  "(reCaptcha)."
1360
 
1361
- #: product_list.php:183
1362
  msgid "Add customized Google maps to WordPress posts, pages and widgets."
1363
  msgstr ""
1364
  "Додавайте користувацькі карти Google у пости, сторінки та віджети WordPress."
1365
 
1366
- #: product_list.php:193
1367
  msgid ""
1368
  "Generate and add XML sitemap to WordPress website. Help search engines index "
1369
  "your blog."
@@ -1371,7 +1407,7 @@ msgstr ""
1371
  "Створюйте та додавайте файли XML sitemap на ваш сайт WordPress. Допоможіть "
1372
  "пошуковим системам проіндексувати ваш блог."
1373
 
1374
- #: product_list.php:203
1375
  msgid ""
1376
  "Replace external WordPress website links with Google shortlinks and track "
1377
  "click stats."
@@ -1379,7 +1415,7 @@ msgstr ""
1379
  "Замініть зовнішні посилання сайту WordPress на короткі посилання Google і "
1380
  "відстежуйте статистику кліків."
1381
 
1382
- #: product_list.php:210
1383
  msgid ""
1384
  "Protect WordPress website – allow and deny access for certain IP addresses, "
1385
  "hostnames, etc."
@@ -1387,7 +1423,7 @@ msgstr ""
1387
  "Захистіть свій сайт WordPress - надавайте та забороняйте доступ з певних IP-"
1388
  "адрес, імен хостів і т.д."
1389
 
1390
- #: product_list.php:220
1391
  msgid ""
1392
  "Create your personal job board and listing WordPress website. Search jobs, "
1393
  "submit CV/resumes, choose candidates."
@@ -1396,7 +1432,7 @@ msgstr ""
1396
  "WordPress. Здійснюйте пошук вакансій, подачу резюме/CV кандидата, вибір "
1397
  "кандидатів."
1398
 
1399
- #: product_list.php:227
1400
  msgid ""
1401
  "Protect WordPress website against brute force attacks. Limit rate of login "
1402
  "attempts."
@@ -1404,7 +1440,7 @@ msgstr ""
1404
  "Захищайте свій сайт WordPress від брутфорс-атак. Обмежуйте кількість спроб "
1405
  "введення логіна."
1406
 
1407
- #: product_list.php:237
1408
  msgid ""
1409
  "Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
1410
  "5 plugins included – profile, insider, etc."
@@ -1412,7 +1448,7 @@ msgstr ""
1412
  "Додавайте кнопки LinkedIn \"Поділитися\" та \"Відстежувати\" до постів, "
1413
  "сторінок і віджетів WordPress. 5 плагінів включено - Профіль, Інсайдер і т.д."
1414
 
1415
- #: product_list.php:247
1416
  msgid ""
1417
  "Translate WordPress website content to other languages manually. Create "
1418
  "multilingual pages, posts, widgets, menus, etc."
@@ -1420,7 +1456,7 @@ msgstr ""
1420
  "Перекладайте вміст сайту WordPress іншими мовами вручну. Створюйте "
1421
  "багатомовні сторінки, пости, віджети, меню і т.д."
1422
 
1423
- #: product_list.php:257
1424
  msgid ""
1425
  "Add customizable pagination to WordPress website. Split long content to "
1426
  "multiple pages for better navigation."
@@ -1428,7 +1464,7 @@ msgstr ""
1428
  "Додавайте пагінацію з можливістю налаштування на ваш сайт WordPress. "
1429
  "Розбивайте об'ємний контент на декілька сторінок для кращої навігації."
1430
 
1431
- #: product_list.php:267
1432
  msgid ""
1433
  "Generate PDF files and print WordPress posts/pages. Customize document "
1434
  "header/footer styles and appearance."
@@ -1436,7 +1472,7 @@ msgstr ""
1436
  "Створюйте PDF-файли і друкуйте пости/сторінки сайту WordPress. Налаштовуйте "
1437
  "стилі хедера/футера документа і його зовнішній вигляд."
1438
 
1439
- #: product_list.php:277
1440
  msgid ""
1441
  "Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
1442
  "Profile) to WordPress posts, pages and widgets."
@@ -1444,7 +1480,7 @@ msgstr ""
1444
  "Додавайте кнопки Pinterest \"Підписатися\", \"Зберегти\" і віджети профілю "
1445
  "(Пін, Дошка, Профіль) до постів, сторінок і віджетів WordPress."
1446
 
1447
- #: product_list.php:287
1448
  msgid ""
1449
  "Create your personal portfolio WordPress website. Manage and showcase past "
1450
  "projects to get more clients."
@@ -1452,13 +1488,13 @@ msgstr ""
1452
  "Створюйте і додавайте портфоліо на свій сайт WordPress. Керуйте і "
1453
  "демонструйте минулі проекти, щоб залучити більше клієнтів."
1454
 
1455
- #: product_list.php:297
1456
  msgid "Export WordPress posts to CSV file format easily. Configure data order."
1457
  msgstr ""
1458
  "З легкістю експортуйте пости WordPress в файли формату CSV. Налаштуйте "
1459
  "порядок відображення даних."
1460
 
1461
- #: product_list.php:304
1462
  msgid ""
1463
  "Add extra fields to default WordPress user profile. The easiest way to "
1464
  "create and manage additional custom values."
@@ -1466,7 +1502,7 @@ msgstr ""
1466
  "Додавайте користувацькі поля у стандартний профіль WordPress. Найпростіший "
1467
  "спосіб створення і управління додатковими полями."
1468
 
1469
- #: product_list.php:311
1470
  msgid ""
1471
  "Add and display HTML advertisement banner on WordPress website. Customize "
1472
  "bar styles and appearance."
@@ -1474,7 +1510,7 @@ msgstr ""
1474
  "Додавайте відображення банерної HTML реклами на сайті WordPress. Налаштуйте "
1475
  "стилі і зовнішній вигляд банеру."
1476
 
1477
- #: product_list.php:321
1478
  msgid ""
1479
  "Add customizable quotes and tips blocks to WordPress posts, pages and "
1480
  "widgets."
@@ -1482,7 +1518,7 @@ msgstr ""
1482
  "Додавайте редаговані цитати та підказки до постів, сторінок і віджетів "
1483
  "WordPress."
1484
 
1485
- #: product_list.php:328
1486
  msgid ""
1487
  "Add rating plugin to your WordPress website to receive feedback from your "
1488
  "customers."
@@ -1490,7 +1526,7 @@ msgstr ""
1490
  "Додавайте систему оцінювання і рейтингу на ваш сайт WordPress і отримуйте "
1491
  "відгуки від ваших клієнтів."
1492
 
1493
- #: product_list.php:335
1494
  msgid ""
1495
  "Create your personal real estate WordPress website. Sell, rent and buy "
1496
  "properties. Add, search and browse listings easily."
@@ -1499,7 +1535,7 @@ msgstr ""
1499
  "Продавайте, орендуйте і купуйте нерухомість. Легко додавайте, знаходьте і "
1500
  "переглядайте лістинги."
1501
 
1502
- #: product_list.php:345
1503
  msgid ""
1504
  "Add related, featured, latest, and popular posts to your WordPress website. "
1505
  "Connect your blog readers with a relevant content."
@@ -1507,7 +1543,7 @@ msgstr ""
1507
  "Додавайте схожі, обрані, останні та популярні пости на ваш сайт WordPress. "
1508
  "Надавайте своїм читачам контент схожої тематики."
1509
 
1510
- #: product_list.php:352
1511
  msgid ""
1512
  "Send bulk email messages to WordPress users. Custom templates, advanced "
1513
  "settings and detailed reports."
@@ -1515,7 +1551,7 @@ msgstr ""
1515
  "Здійснюйте масову розсилку листів користувачам WordPress. Користувацькі "
1516
  "шаблони, додаткові налаштування і детальні звіти."
1517
 
1518
- #: product_list.php:362
1519
  msgid ""
1520
  "The best responsive slider plugin for your WordPress website. Create "
1521
  "beautifully animated slides just in a few clicks."
@@ -1523,7 +1559,7 @@ msgstr ""
1523
  "Найкращий адаптивний слайдер для вашого сайту WordPress. Створюйте красиво "
1524
  "анімовані слайди всього в декілька кліків."
1525
 
1526
- #: product_list.php:369
1527
  msgid ""
1528
  "Configure SMTP server to receive email messages from WordPress to Gmail, "
1529
  "Yahoo, Hotmail and other services."
@@ -1531,7 +1567,7 @@ msgstr ""
1531
  "Налаштовуйте SMTP-сервер, щоб отримувати електронні повідомлення з сайту "
1532
  "WordPress на такі поштові служби, як Gmail, Yahoo, Hotmail і багато інших."
1533
 
1534
- #: product_list.php:376
1535
  msgid ""
1536
  "Add social media buttons and widgets to WordPress posts, pages and widgets. "
1537
  "FB, Twitter, G+1, Pinterest, LinkedIn."
@@ -1539,7 +1575,7 @@ msgstr ""
1539
  "Додавайте кнопки і віджети соціальних мереж до постів, сторінок і віджетів "
1540
  "WordPress. FB, Twitter, G+1, Pinterest, LinkedIn."
1541
 
1542
- #: product_list.php:386
1543
  msgid ""
1544
  "Add social media login, registration, and commenting to your WordPress "
1545
  "website."
@@ -1547,7 +1583,7 @@ msgstr ""
1547
  "Додавайте на свій сайт WordPress можливість входу, реєстрації та "
1548
  "коментування з використанням існуючих акаунтів соціальних мереж."
1549
 
1550
- #: product_list.php:393
1551
  msgid ""
1552
  "Add email newsletter sign up form to WordPress posts, pages and widgets. "
1553
  "Collect data and subscribe your users."
@@ -1555,7 +1591,7 @@ msgstr ""
1555
  "Додавайте форму підписки на розсилку новин у пости, сторінки і віджети "
1556
  "WordPress. Збирайте дані і здійснюйте підписку користувачів."
1557
 
1558
- #: product_list.php:403
1559
  msgid ""
1560
  "Add testimonials and feedbacks from your customers to WordPress website "
1561
  "posts, pages, and widgets."
@@ -1563,7 +1599,7 @@ msgstr ""
1563
  "Додавайте рекомендації та відгуки ваших клієнтів в пости, сторінки і віджети "
1564
  "сайту WordPress."
1565
 
1566
- #: product_list.php:410
1567
  msgid ""
1568
  "Best timesheet plugin for WordPress. Track employee time, streamline "
1569
  "attendance and generate reports."
@@ -1571,7 +1607,7 @@ msgstr ""
1571
  "Кращий плагін обліку робочого часу на сайті WordPress. Відстежуйте час "
1572
  "роботи співробітників, оптимізуйте графік роботи в офісі і створюйте звіти."
1573
 
1574
- #: product_list.php:420
1575
  msgid ""
1576
  "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
1577
  "and pages."
@@ -1579,7 +1615,7 @@ msgstr ""
1579
  "Додавайте кнопки Твіттера \"Читати\", \"Твітнути\", \"Хештеґ\" і \"Згадати\" "
1580
  "до постів і сторінок WordPress."
1581
 
1582
- #: product_list.php:430
1583
  msgid ""
1584
  "Automatically check and update WordPress website core with all installed "
1585
  "plugins and themes to the latest versions."
@@ -1587,7 +1623,7 @@ msgstr ""
1587
  "Виконуйте автоматичну перевірку і оновлення ядра WordPress до останніх "
1588
  "версій з усіма встановленими плагінами та темами."
1589
 
1590
- #: product_list.php:440
1591
  msgid ""
1592
  "Powerful user role management plugin for WordPress website. Create, edit, "
1593
  "copy, and delete user roles."
@@ -1595,7 +1631,7 @@ msgstr ""
1595
  "Ефективний плагін управління ролями користувачів для сайту WordPress. "
1596
  "Створюйте, редагуйте, копіюйте і видаляйте ролі користувачів."
1597
 
1598
- #: product_list.php:450
1599
  msgid ""
1600
  "Display live count of online visitors who are currently browsing your "
1601
  "WordPress website."
@@ -1603,7 +1639,7 @@ msgstr ""
1603
  "Ведіть підрахунок кількості відвідувачів, які в даний час переглядають ваш "
1604
  "сайт WordPress."
1605
 
1606
- #: product_list.php:460
1607
  msgid ""
1608
  "Backup and export Zendesk Help Center content automatically to your "
1609
  "WordPress website database."
@@ -1611,6 +1647,24 @@ msgstr ""
1611
  "Робіть автоматичне резервне копіювання і експорт вмісту Zendesk Help Center "
1612
  "в базу даних вашого сайту WordPress."
1613
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1614
  #~ msgid ""
1615
  #~ "You can use one license of the Pro plugin for one domain only. Please "
1616
  #~ "check and edit your license or domain if necessary using you personal "
2
  msgstr ""
3
  "Project-Id-Version: bestwebsoft\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-09-11 16:45+0300\n"
6
+ "PO-Revision-Date: 2017-09-11 16:45+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugins@bestwebsoft.com>\n"
8
  "Language-Team: bestwebsoft.com <https://support.bestwebsoft.com>\n"
9
+ "Language: uk\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
42
  msgid "Like the plugin?"
43
  msgstr "Сподобався плагін?"
44
 
45
+ #: bws_functions.php:93
46
+ #, php-format
47
+ msgid "%s reviews"
48
+ msgstr "%s відгуки"
49
+
50
  #: bws_functions.php:94
51
  msgid "Rate it"
52
  msgstr "Оцінити"
55
  msgid "Need help?"
56
  msgstr "Потрібна допомога?"
57
 
58
+ #: bws_functions.php:104 bws_functions.php:917 class-bws-settings.php:1058
59
  msgid "Visit Help Center"
60
  msgstr "Перейти до Help Center"
61
 
63
  msgid "Want to support the plugin?"
64
  msgstr "Хочете підтримати плагін?"
65
 
66
+ #: bws_functions.php:108 bws_menu.php:560
67
  msgid "Donate"
68
  msgstr "Пожертвувати"
69
 
83
  "вкладці Client Area. Ми настійливо рекомендуємо Вам вирішити це питання "
84
  "протягом 24 годин, інакше плагін буде деактивовано."
85
 
86
+ #: bws_functions.php:128 bws_functions.php:341 bws_menu.php:631
87
+ #: class-bws-settings.php:144
88
  msgid "Learn More"
89
  msgstr "Дізнатись більше"
90
 
104
  "Строк вашої ліцензії витік. Якщо ви хочете отримувати першочергову технічну "
105
  "підтримку та оновлювати плагін у майбутньому, вам слід подовжити ліцензію."
106
 
107
+ #: bws_functions.php:147 bws_functions.php:389 deprecated.php:586
108
  msgid "Learn more"
109
  msgstr "Дізнатись більше"
110
 
134
  msgid "Thank you for installing %s plugin!"
135
  msgstr "Дякуємо, що встановили %s плагін!"
136
 
137
+ #: bws_functions.php:210
138
  msgid "Let's get started"
139
  msgstr "Розпочнемо"
140
 
141
+ #: bws_functions.php:211 bws_functions.php:244 bws_menu.php:564
142
+ #: bws_menu.php:566
143
  msgid "Settings"
144
  msgstr "Налаштування"
145
 
146
+ #: bws_functions.php:213 bws_menu.php:326 class-bws-settings.php:747
147
+ #: class-bws-settings.php:1060 class-bws-settings.php:1070 deprecated.php:697
148
  msgid "or"
149
  msgstr "або"
150
 
151
+ #: bws_functions.php:214 bws_functions.php:246
152
  msgid "Add New"
153
  msgstr "Додати"
154
 
155
+ #: bws_functions.php:218 bws_functions.php:228 bws_functions.php:332
156
+ #: bws_functions.php:385 bws_functions.php:487
157
  msgid "Close notice"
158
  msgstr "Закрити"
159
 
160
+ #: bws_functions.php:233
161
  msgid "Thank you for installing plugins by BestWebSoft!"
162
  msgstr "Дякуємо, що встановили плагіни від BestWebSoft!"
163
 
164
+ #: bws_functions.php:235
165
  msgid "More Details"
166
  msgstr "Деталі"
167
 
168
+ #: bws_functions.php:236
169
  msgid "Less Details"
170
  msgstr "Сховати Деталі"
171
 
172
+ #: bws_functions.php:264
173
  msgid "Deprecated function(-s) is used on the site here:"
174
  msgstr "Застарілі функціі використовується на сайті тут:"
175
 
176
+ #: bws_functions.php:278
177
  msgid ""
178
  "This function(-s) will be removed over time. Please update the product(-s)."
179
  msgstr ""
180
  "Ці функції буде видалено через деякий час. Будь ласка, поновіть продукт."
181
 
182
+ #: bws_functions.php:337
183
  msgid "It’s time to upgrade your"
184
  msgstr "Настав час модернізувати Ваш"
185
 
186
+ #: bws_functions.php:337
187
  msgid "to"
188
  msgstr "до"
189
 
190
+ #: bws_functions.php:337
191
  msgid "version!"
192
  msgstr "версії!"
193
 
194
+ #: bws_functions.php:338
195
  msgid "Extend standard plugin functionality with new great options."
196
  msgstr "Розширює можливості стандартного функціоналу плагіна."
197
 
198
+ #: bws_functions.php:389
199
  #, php-format
200
  msgid ""
201
  "Your license key for %s expires on %s and you won't be granted TOP-PRIORITY "
204
  "Ваш ліцензійний ключ для %s витікає %s та ви більше не будете отримувати "
205
  "першочергову технічну підтримку та оновлення."
206
 
207
+ #: bws_functions.php:482
208
  #, php-format
209
  msgid "Thank you for choosing %s plugin!"
210
  msgstr "Дякую за вибір плагіна %s!"
211
 
212
+ #: bws_functions.php:483
213
  msgid ""
214
  "If you have a feature, suggestion or idea you'd like to see in the plugin, "
215
  "we'd love to hear about it!"
218
  "функціоналу плагіна, будь ласка, надсилайте їх нам! Ми завжди відкриті для "
219
  "нових ідей!"
220
 
221
+ #: bws_functions.php:484
222
  msgid "Suggest a Feature"
223
  msgstr "Запропонувати функціонал"
224
 
225
+ #: bws_functions.php:500 class-bws-settings.php:540 class-bws-settings.php:543
226
+ #: class-bws-settings.php:595 class-bws-settings.php:598
227
  msgid "Notice"
228
  msgstr "Зауважте"
229
 
230
+ #: bws_functions.php:500
231
  msgid "The plugin's settings have been changed."
232
  msgstr "Налаштування плагіну змінено."
233
 
234
+ #: bws_functions.php:501 class-bws-settings.php:183 class-bws-settings.php:203
235
+ #: deprecated.php:642
236
  msgid "Save Changes"
237
  msgstr "Зберегти зміни"
238
 
239
+ #: bws_functions.php:515
240
  msgid ""
241
  "You can always look at premium options by checking the \"Pro Options\" in "
242
  "the \"Misc\" tab."
244
  "Ви завжди можете подивитися на преміум опції, натиснувши на кнопку \"Pro "
245
  "опції\" на вкладці \"Різне\"."
246
 
247
+ #: bws_functions.php:653
248
  msgid "Add BWS Shortcode"
249
  msgstr "Додати BWS шорткод"
250
 
251
+ #: bws_functions.php:654
252
  msgid "Add BWS Plugins Shortcode"
253
  msgstr "Додати шорткод BWS плагіну"
254
 
255
+ #: bws_functions.php:673
256
  msgid "Add shortcode"
257
  msgstr "Додати шорткод"
258
 
259
+ #: bws_functions.php:673
260
  msgid "Add BestWebSoft plugins' shortcodes using this button."
261
  msgstr "Додайте шорткоди BestWebSoft плагінів за допомогою цієї кнопки."
262
 
263
+ #: bws_functions.php:729
264
  msgid "Close"
265
  msgstr "Закрити"
266
 
267
+ #: bws_functions.php:821
268
  msgid "Are you sure you want to restore default settings?"
269
  msgstr "Ви впевнені, що хочете скинути налаштування плагіну до стандартних?"
270
 
271
+ #: bws_functions.php:824
272
  msgid "Yes, restore all settings"
273
  msgstr "Так, скинути налаштування"
274
 
275
+ #: bws_functions.php:825
276
  msgid "No, go back to the settings page"
277
  msgstr "Ні, повернутись назад на сторінку налаштувань"
278
 
279
+ #: bws_functions.php:867
280
  msgid "Plugin"
281
  msgstr "Плагін"
282
 
283
+ #: bws_functions.php:876
284
  msgid "Shortcode settings"
285
  msgstr "Налаштування шорткоду"
286
 
287
+ #: bws_functions.php:881
288
  msgid "The shortcode will be inserted"
289
  msgstr "Буде вставлено шорткод"
290
 
291
+ #: bws_functions.php:922
292
  msgid "FAQ"
293
  msgstr "FAQ"
294
 
295
+ #: bws_functions.php:928
296
  msgid "For more information:"
297
  msgstr "Для отримання додаткової інформації:"
298
 
299
+ #: bws_functions.php:929
300
  msgid "Documentation"
301
  msgstr "Документація"
302
 
303
+ #: bws_functions.php:930
304
  msgid "Video Instructions"
305
  msgstr "Відео інструкції"
306
 
307
+ #: bws_functions.php:931
308
  msgid "Submit a Request"
309
  msgstr "Надіслати запит"
310
 
311
+ #: bws_menu.php:101 class-bws-settings.php:792 deprecated.php:323
312
  msgid "Wrong license key"
313
  msgstr "Невірний ключ ліцензії"
314
 
315
+ #: bws_menu.php:122 class-bws-settings.php:818 class-bws-settings.php:885
316
+ #: class-bws-settings.php:921 deprecated.php:133 deprecated.php:199
317
+ #: deprecated.php:353
318
  msgid ""
319
  "Something went wrong. Please try again later. If the error appears again, "
320
  "please contact us"
322
  "Щось не так, спробуйте пізніше. Якщо помилка повториться, будь ласка, "
323
  "повідомте нам"
324
 
325
+ #: bws_menu.php:122 class-bws-settings.php:818 class-bws-settings.php:885
326
+ #: class-bws-settings.php:921 deprecated.php:133 deprecated.php:199
327
+ #: deprecated.php:353
328
  msgid "We are sorry for inconvenience."
329
  msgstr "Просимо вибачення за незручності."
330
 
331
+ #: bws_menu.php:128 class-bws-settings.php:824 class-bws-settings.php:927
332
+ #: deprecated.php:139 deprecated.php:359
333
  msgid "Wrong license key."
334
  msgstr "Неправильний ліцензійний ключ."
335
 
344
  msgid "Log in"
345
  msgstr "Увійти"
346
 
347
+ #: bws_menu.php:132 bws_menu.php:332 deprecated.php:261
348
  msgid "Unfortunately, you have exceeded the number of available tries per day."
349
  msgstr "На жаль, ви перевищили кількість допустимих спроб."
350
 
351
+ #: bws_menu.php:134 deprecated.php:365
352
  #, php-format
353
  msgid ""
354
  "Unfortunately, Your license has expired. To continue getting top-priority "
357
  "На жаль, ваша ліцензія скінчилась. Для того, щоб і надалі отримувати "
358
  "першочергову техпідтримку і оновлення, будь ласка, продовжте ліцензію на %s"
359
 
360
+ #: bws_menu.php:136 class-bws-settings.php:935 deprecated.php:367
361
  msgid ""
362
  "Unfortunately, the Pro licence was already installed to this domain. The Pro "
363
  "Trial license can be installed only once."
365
  "На жаль, Pro ліцензія уже використовувалась на цьому домені. Тріал Pro "
366
  "версії плагіну можна використати лише один раз."
367
 
368
+ #: bws_menu.php:142 class-bws-settings.php:839 deprecated.php:153
369
  msgid "The license key is valid."
370
  msgstr "Ліцензійний ключ дійсний."
371
 
372
+ #: bws_menu.php:144 class-bws-settings.php:842 deprecated.php:156
373
  msgid "Your license will expire on"
374
  msgstr "Ваша ліцензія закінчується"
375
 
376
  #: bws_menu.php:146
377
+ msgid "Congratulations! Pro Membership license is activated successfully."
378
  msgstr "Вітаємо! Pro Membership ліцензія успішно активована."
379
 
380
+ #: bws_menu.php:153 class-bws-settings.php:1007 deprecated.php:436
381
  msgid ""
382
  "Something went wrong. Try again later or upload the plugin manually. We are "
383
  "sorry for inconvenience."
531
  msgid "Please enter a valid email address."
532
  msgstr "Будь ласка, введіть коректний емейл."
533
 
534
+ #: bws_menu.php:262
535
+ #, php-format
536
+ msgid "Email with system info is sent to %s."
537
+ msgstr "Емейл з системною інформацією надіслано на %s."
538
 
539
+ #: bws_menu.php:266
540
  msgid "Thank you for contacting us."
541
  msgstr "Дякуємо, що звернулись до нас."
542
 
543
+ #: bws_menu.php:289
544
  msgid "Sorry, email message could not be delivered."
545
  msgstr "Вибачте, ваше емейл не може бути доставлено"
546
 
547
+ #: bws_menu.php:305 bws_menu.php:309 bws_menu.php:358 deprecated.php:91
548
  msgid "Plugins"
549
  msgstr "Плагіни"
550
 
551
+ #: bws_menu.php:306 bws_menu.php:310 bws_menu.php:618 deprecated.php:92
552
  msgid "Themes"
553
  msgstr "Теми"
554
 
555
+ #: bws_menu.php:307 bws_menu.php:311 bws_menu.php:648
556
  msgid "System status"
557
  msgstr "Системна інформація"
558
 
559
+ #: bws_menu.php:315
560
  msgid "Support"
561
  msgstr "Підтримка"
562
 
563
+ #: bws_menu.php:316
564
  msgid "Manage purchased licenses & subscriptions"
565
  msgstr "Управління придбаними ліцензіями і підписками"
566
 
567
+ #: bws_menu.php:324
568
  #, php-format
569
  msgid "Get Access to %s+ Premium Plugins"
570
  msgstr "Отримати доступ до %s+ преміум плагинам"
571
 
572
+ #: bws_menu.php:326
573
  msgid "Subscribe to Pro Membership"
574
  msgstr "Підписатися на Pro Membership"
575
 
576
+ #: bws_menu.php:334 bws_menu.php:345 class-bws-settings.php:760
577
  #: deprecated.php:227
578
  msgid "Check license key"
579
  msgstr "Перевірте ліцензійний ключ"
580
 
581
+ #: bws_menu.php:337
582
  msgid "Enter your license key"
583
  msgstr "Ваш ліцензійний ключ"
584
 
585
+ #: bws_menu.php:343 bws_menu.php:570 bws_menu.php:579
586
+ #: class-bws-settings.php:739 deprecated.php:259 deprecated.php:267
587
+ #: deprecated.php:631 deprecated.php:703 deprecated.php:712
588
  msgid "Activate"
589
  msgstr "Активувати"
590
 
591
+ #: bws_menu.php:359
592
  msgid "Upload Plugin"
593
  msgstr "Завантажити плагін"
594
 
595
+ #: bws_menu.php:363
596
  #, php-format
597
  msgid ""
598
  "The plugin generated %d characters of <strong>unexpected output</strong> "
605
  "надіслані&#8221;, проблеми з каналами чи інші неполадки, спробуйте вимкнути "
606
  "чи видалити цей плагін."
607
 
608
+ #: bws_menu.php:365
609
  msgid ""
610
  "Plugin could not be activated because it triggered a <strong>fatal error</"
611
  "strong>."
613
  "Плагін не вдалося активувати, бо він спричинив <strong>критичну помилку</"
614
  "strong>."
615
 
616
+ #: bws_menu.php:368
617
  msgid "Plugin <strong>activated</strong>."
618
  msgstr "Плагін <strong>активовано</strong>."
619
 
620
+ #: bws_menu.php:375
621
  msgid "Installing Plugin"
622
  msgstr "Встановлення плагіну"
623
 
624
+ #: bws_menu.php:381
625
  msgid "Downloading install package from"
626
  msgstr "Завантаження встановлюючого пакунку з"
627
 
628
+ #: bws_menu.php:398 bws_menu.php:429 bws_menu.php:440 deprecated.php:388
629
+ #: deprecated.php:410 deprecated.php:432
 
 
630
  msgid "Failed to download the zip archive. Please, upload the plugin manually"
631
  msgstr ""
632
  "Помилка при завантаженні zip-архіву. Будь ласка, завантажте плагін вручну"
633
 
634
+ #: bws_menu.php:406
635
  msgid "Unpacking the package"
636
  msgstr "Розпакування пакета"
637
 
638
+ #: bws_menu.php:411 bws_menu.php:419
639
  msgid "Installing the plugin"
640
  msgstr "Встановлення плагіну"
641
 
642
+ #: bws_menu.php:415 deprecated.php:400
643
  msgid "Failed to open the zip archive. Please, upload the plugin manually"
644
  msgstr "Помилка при відкритті zip-архіву. Будь ласка, завантажте плагін вручну"
645
 
646
+ #: bws_menu.php:422 deprecated.php:406
647
  msgid ""
648
  "Your server does not support either ZipArchive or Phar. Please, upload the "
649
  "plugin manually"
651
  "Ваш сервер не підтримує формати Zip і Phar. Будь ласка, завантажте плагін "
652
  "вручну"
653
 
654
+ #: bws_menu.php:425
655
  #, php-format
656
  msgid "The plugin %s is successfully installed."
657
  msgstr "Плагін %s успішно встановлено."
658
 
659
+ #: bws_menu.php:432 deprecated.php:413
660
  msgid "UploadDir is not writable. Please, upload the plugin manually"
661
  msgstr ""
662
  "Немає доступу до теки завантажень WordPress. Будь ласка, завантажте плагін "
663
  "вручну"
664
 
665
+ #: bws_menu.php:437
666
  msgid "Activate Plugin"
667
  msgstr "Активувати плагін"
668
 
669
+ #: bws_menu.php:437 bws_menu.php:443
670
  msgid "Return to BestWebSoft Panel"
671
  msgstr "Назад до BestWebSoft Panel"
672
 
673
+ #: bws_menu.php:451 bws_menu.php:471 bws_menu.php:600
674
  msgid "All"
675
  msgstr "Всі"
676
 
677
+ #: bws_menu.php:454 bws_menu.php:637
678
  msgid "Installed"
679
  msgstr "Встановлені"
680
 
681
+ #: bws_menu.php:457
682
  msgid "Not Installed"
683
  msgstr "Не встановлені"
684
 
685
+ #: bws_menu.php:464
686
  msgid "Filter results"
687
  msgstr "Фільтр результатів"
688
 
689
+ #: bws_menu.php:467 bws_menu.php:596
690
  msgid "Category"
691
  msgstr "Категорія"
692
 
693
+ #: bws_menu.php:531
694
  msgid "Not installed"
695
  msgstr "Не встановлен"
696
 
697
+ #: bws_menu.php:535
698
  msgid "Renew to get updates"
699
  msgstr "Продовжити для поновлення"
700
 
701
+ #: bws_menu.php:538
702
  #, php-format
703
  msgid "Update to v %s"
704
  msgstr "Оновити до версії %s"
705
 
706
+ #: bws_menu.php:550 bws_menu.php:573 bws_menu.php:582
707
  msgid "Install Now"
708
  msgstr "Встановити"
709
 
710
+ #: bws_menu.php:556 class-bws-settings.php:157 class-bws-settings.php:1067
711
  msgid "Upgrade to Pro"
712
  msgstr "Оновити до Pro"
713
 
714
+ #: bws_menu.php:570 bws_menu.php:579
715
  msgid "Activate this plugin"
716
  msgstr "Активувати плагін"
717
 
718
+ #: bws_menu.php:582
719
  msgid "Install this plugin"
720
  msgstr "Встановити плагін"
721
 
722
+ #: bws_menu.php:591
723
  msgid "Nothing found. Try another criteria."
724
  msgstr "Нічого не знайдено. Спробуйте інші критерії."
725
 
726
+ #: bws_menu.php:628
727
  #, php-format
728
  msgid "By %s"
729
  msgstr "За %s"
730
 
731
+ #: bws_menu.php:635
732
  msgid "Already Installed"
733
  msgstr "Уже встановлено %s"
734
 
735
+ #: bws_menu.php:645
736
+ msgid "Browse More WordPress Themes"
737
+ msgstr "Огляд WordPress тем"
738
 
739
+ #: bws_menu.php:654
740
  msgid "Send to support"
741
  msgstr "Відправити службі тех. підтримки"
742
 
743
+ #: bws_menu.php:661
744
  msgid "Send to custom email &#187;"
745
  msgstr "Відправити на електронну адресу &#187;"
746
 
794
  msgid "Custom Code"
795
  msgstr "Користувацький код"
796
 
797
+ #: class-bws-settings.php:427 deprecated.php:498
798
  msgid "You do not have sufficient permissions to edit plugins for this site."
799
  msgstr "У вас недостатньо повноважень для редагування плагінів цього сайту."
800
 
801
+ #: class-bws-settings.php:432 deprecated.php:620
802
  msgid "These styles will be added to the header on all pages of your site."
803
  msgstr "Ці стилі будуть додані в заголовок на всіх сторінках вашого сайту."
804
 
805
+ #: class-bws-settings.php:435 deprecated.php:622
806
  #, php-format
807
  msgid ""
808
  "This PHP code will be hooked to the %s action and will be printed on front "
814
  msgid "These code will be added to the header on all pages of your site."
815
  msgstr "Цей код буде додано в заголовок на всіх сторінках вашого сайту."
816
 
817
+ #: class-bws-settings.php:446 deprecated.php:646
818
  #, php-format
819
  msgid ""
820
  "You need to make this files writable before you can save your changes. See "
823
  "Вам потрібно зробити цей файл доступним для запису, перед тим як ви зможете "
824
  "зберегти свої зміни. Перегляньте %sКодекс%s для додаткової інформації."
825
 
826
+ #: class-bws-settings.php:456 deprecated.php:628
827
  msgid "Browsing"
828
  msgstr "Огляд"
829
 
832
  msgid "Activate custom %s code."
833
  msgstr "Активувати користувацький %s код."
834
 
835
+ #: class-bws-settings.php:469 deprecated.php:635
836
  #, php-format
837
  msgid "Learn more about %s"
838
  msgstr "Дізнатись більше про %s"
839
 
840
+ #: class-bws-settings.php:531
841
  msgid "Miscellaneous Settings"
842
  msgstr "Інші налаштування"
843
 
844
+ #: class-bws-settings.php:540 class-bws-settings.php:595
845
  #, php-format
846
  msgid ""
847
  "It is prohibited to change %s settings on this site in the %s network "
850
  "Мережевими налаштуваннями %s забороняється змінювати налаштування %s на "
851
  "цьому сайті."
852
 
853
+ #: class-bws-settings.php:543 class-bws-settings.php:598
854
  #, php-format
855
  msgid ""
856
  "It is prohibited to view %s settings on this site in the %s network settings."
858
  "Мережевими налаштуваннями %s забороняється дивитися налаштування %s на цьому "
859
  "сайті."
860
 
861
+ #: class-bws-settings.php:552
862
  msgid "Pro Options"
863
  msgstr "Pro опції"
864
 
865
+ #: class-bws-settings.php:556
866
  msgid "Enable to display plugin Pro options."
867
  msgstr "Увімкніть для відображення Pro опцій плагіна."
868
 
869
+ #: class-bws-settings.php:562
870
  msgid "Track Usage"
871
  msgstr "Збирати статистику"
872
 
873
+ #: class-bws-settings.php:566
874
  msgid ""
875
  "Enable to allow tracking plugin usage anonymously in order to make it better."
876
  msgstr ""
877
  "Включити, щоб дозволити анонімно відстежувати використання і зробити плагін "
878
  "краще."
879
 
880
+ #: class-bws-settings.php:571
881
  msgid "Default Settings"
882
  msgstr "Налаштування за замовчуванням"
883
 
884
+ #: class-bws-settings.php:573
885
  msgid "Restore Settings"
886
  msgstr "Відновлення налаштувань"
887
 
888
+ #: class-bws-settings.php:574
889
  msgid "This will restore plugin settings to defaults."
890
  msgstr "Відновити всі налаштування плагіна до налаштувань за замовчуванням."
891
 
892
+ #: class-bws-settings.php:586
893
  msgid "Import / Export"
894
  msgstr "Імпорт / Експорт"
895
 
896
+ #: class-bws-settings.php:702 class-bws-settings.php:735
897
+ #: class-bws-settings.php:757
898
  msgid "License Key"
899
  msgstr "Ключ ліцензії"
900
 
901
+ #: class-bws-settings.php:725
902
  msgid "Congratulations! Pro license is activated successfully."
903
  msgstr "Вітаємо! Pro ліцензія успішно активована."
904
 
905
+ #: class-bws-settings.php:726
906
  #, php-format
907
  msgid "You will be automatically redirected to the %s in %s seconds."
908
  msgstr "Вас буде автоматично перенаправлено на %s через %s секунд."
909
 
910
+ #: class-bws-settings.php:726
911
  msgid "Settings page"
912
  msgstr "сторінку налаштувань"
913
 
914
+ #: class-bws-settings.php:741
915
  #, php-format
916
  msgid "Enter your license key to activate %s and get premium plugin features."
917
  msgstr ""
918
  "Введіть ліцензійний ключ для активації %s і отримання додаткових можливостей "
919
  "плагіна."
920
 
921
+ #: class-bws-settings.php:744 class-bws-settings.php:931 deprecated.php:363
922
+ #: deprecated.php:706
923
  msgid ""
924
  "Unfortunately, you have exceeded the number of available tries per day. "
925
  "Please, upload the plugin manually."
927
  "На жаль, ви перевищили кількість доступних спроб на день. Будь ласка, "
928
  "завантажте плагін вручну"
929
 
930
+ #: class-bws-settings.php:747 deprecated.php:697
931
  #, php-format
932
  msgid "Start Your Free %s-Day Trial Now"
933
  msgstr "Спробуйте %s-денну Trial версію безкоштовно"
934
 
935
+ #: class-bws-settings.php:762
936
  msgid ""
937
  "If necessary, you can check if the license key is correct or reenter it in "
938
  "the field below."
940
  "При необхідності ви можете перевірити правильність вашого ліцензійного ключа "
941
  "або знову ввести його у полі, що знаходиться нижче."
942
 
943
+ #: class-bws-settings.php:767
944
  msgid "Manage License Settings"
945
  msgstr "Управління налаштуваннями ліцензій"
946
 
947
+ #: class-bws-settings.php:769
948
  msgid "Login to Client Area"
949
  msgstr "Зайти в Client Area"
950
 
951
+ #: class-bws-settings.php:771
952
  msgid ""
953
  "Manage active licenses, download BWS products, and view your payment history "
954
  "using BestWebSoft Client Area."
956
  "Керуй активними ліцензіями, завантажуй BWS продукти, а також переглядай "
957
  "історію платежів за допомогою BestWebSoft Client Area."
958
 
959
+ #: class-bws-settings.php:826 class-bws-settings.php:929 deprecated.php:141
960
+ #: deprecated.php:361
961
  msgid "This license key is bound to another site."
962
  msgstr "Цей ліцензійний ключ прив'язано до іншого сайту."
963
 
964
+ #: class-bws-settings.php:828 deprecated.php:143
965
  msgid ""
966
  "This license key is valid, but Your license has expired. If you want to "
967
  "update our plugin in future, you should extend the license."
969
  "Даний ліцензійний ключ дійсний, але строк вашої ліцензії витік. Якщо ви "
970
  "хочете оновлювати наш плагін у майбутньому, вам слід подовжити ліцензію."
971
 
972
+ #: class-bws-settings.php:830 deprecated.php:145
973
  msgid "Unfortunately, you have exceeded the number of available tries."
974
  msgstr "На жаль, ви перевищили кількість допустимих спроб."
975
 
976
+ #: class-bws-settings.php:832 deprecated.php:147
977
  msgid ""
978
  "Unfortunately, the Pro Trial licence was already installed to this domain. "
979
  "The Pro Trial license can be installed only once."
981
  "На жаль, Trial Pro версія плагіну уже встановлювалась на цей домен. Trial "
982
  "Pro версію можна встановлювати лише один раз."
983
 
984
+ #: class-bws-settings.php:837 deprecated.php:151
985
  msgid "The Pro Trial license key is valid."
986
  msgstr "Ключ тріал Pro версії вірний."
987
 
988
+ #: class-bws-settings.php:845 deprecated.php:159 deprecated.php:246
989
  #, php-format
990
  msgid ""
991
  "In order to continue using the plugin it is necessary to buy a %s license."
992
  msgstr "Щоб продовжити користуватись плагіном, потрібно придбати %s ліцензію."
993
 
994
+ #: class-bws-settings.php:933
995
+ #, php-format
996
+ msgid ""
997
+ "Unfortunately, Your license has expired. To continue getting top-priority "
998
+ "support and plugin updates, you should extend it in your %s."
999
+ msgstr ""
1000
+ "На жаль, ваша ліцензія скінчилась. Для того, щоб і надалі отримувати "
1001
+ "першочергову тех.підтримку і оновлення, будь ласка, продовжте ліцензію у %s."
1002
+
1003
+ #: class-bws-settings.php:959 class-bws-settings.php:981
1004
+ #: class-bws-settings.php:1003
1005
+ msgid "Failed to download the zip archive. Please, upload the plugin manually."
1006
+ msgstr ""
1007
+ "Помилка при завантаженні zip-архіву. Будь ласка, завантажте плагін вручну."
1008
+
1009
+ #: class-bws-settings.php:971
1010
+ msgid "Failed to open the zip archive. Please, upload the plugin manually."
1011
+ msgstr ""
1012
+ "Помилка при відкритті zip-архіву. Будь ласка, завантажте плагін вручну."
1013
+
1014
+ #: class-bws-settings.php:977
1015
+ msgid ""
1016
+ "Your server does not support either ZipArchive or Phar. Please, upload the "
1017
+ "plugin manually."
1018
+ msgstr ""
1019
+ "Ваш сервер не підтримує формати Zip і Phar. Будь ласка, завантажте плагін "
1020
+ "вручну."
1021
+
1022
+ #: class-bws-settings.php:984
1023
+ msgid "UploadDir is not writable. Please, upload the plugin manually."
1024
+ msgstr ""
1025
+ "Немає доступу до теки завантажень WordPress. Будь ласка, завантажте плагін "
1026
+ "вручну."
1027
+
1028
+ #: class-bws-settings.php:1042 deprecated.php:464
1029
  msgid "Please, enter Your license key"
1030
  msgstr "Будь ласка, впишіть ваш ліцензійний ключ"
1031
 
1032
+ #: class-bws-settings.php:1054
1033
  msgid "Need Help?"
1034
  msgstr "Потрібна допомога?"
1035
 
1036
+ #: class-bws-settings.php:1056
1037
  msgid "Read the Instruction"
1038
  msgstr "Читати інструкцію"
1039
 
1040
+ #: class-bws-settings.php:1060
1041
  msgid "Watch the Video"
1042
  msgstr "Дивитися відео"
1043
 
1044
+ #: class-bws-settings.php:1071
1045
  msgid "Start Your Free Trial"
1046
  msgstr "Використовувати безкоштовну Trial версію"
1047
 
1048
+ #: deactivation-form.php:27
1049
  msgid "Need help? We are ready to answer your questions."
1050
  msgstr "Потрібна допомога? Ми готові відповісти на ваші питання."
1051
 
1052
+ #: deactivation-form.php:27
1053
  msgid "Contact Support"
1054
  msgstr "Зв'язатися з тех. підтримкою"
1055
 
1056
+ #: deactivation-form.php:32
1057
  msgid "The plugin is not working"
1058
  msgstr "Плагін не працює"
1059
 
1060
+ #: deactivation-form.php:34
1061
  msgid "Kindly share what didn't work so we can fix it in future updates..."
1062
  msgstr ""
1063
  "Будь ласка, повідомте, що не працює, щоб ми змогли виправити це в майбутніх "
1064
  "оновленнях..."
1065
 
1066
+ #: deactivation-form.php:38
1067
  msgid "The plugin didn't work as expected"
1068
  msgstr "Плагін не працює, як очікувалося"
1069
 
1070
+ #: deactivation-form.php:40
1071
  msgid "What did you expect?"
1072
  msgstr "Що саме ви очікували?"
1073
 
1074
+ #: deactivation-form.php:44
1075
  msgid "The plugin suddenly stopped working"
1076
  msgstr "Плагін раптово перестав працювати"
1077
 
1078
+ #: deactivation-form.php:51
1079
  msgid "The plugin broke my site"
1080
  msgstr "Плагін зламав мій сайт"
1081
 
1082
+ #: deactivation-form.php:58
1083
  msgid "I couldn't understand how to get it work"
1084
  msgstr "Я не можу зрозуміти, як змусити його працювати"
1085
 
1086
+ #: deactivation-form.php:65
1087
  msgid "I found a better plugin"
1088
  msgstr "Я знайшов кращий плагін"
1089
 
1090
+ #: deactivation-form.php:67
1091
  msgid "What's the plugin name?"
1092
  msgstr "Яка назва плагіна?"
1093
 
1094
+ #: deactivation-form.php:71
1095
  msgid "The plugin is great, but I need specific feature that you don't support"
1096
  msgstr "Плагін чудовий, але мені потрібен певний функціонал, якого у вас немає"
1097
 
1098
+ #: deactivation-form.php:73
1099
  msgid "What feature?"
1100
  msgstr "Який функціонал?"
1101
 
1102
+ #: deactivation-form.php:77
1103
  msgid "I no longer need the plugin"
1104
  msgstr "Плагін мені більше не потрібен"
1105
 
1106
+ #: deactivation-form.php:83
1107
  msgid "It's a temporary deactivation, I'm just debugging an issue"
1108
  msgstr "Це тимчасова деактивація, я просто відлагоджую проблему"
1109
 
1110
+ #: deactivation-form.php:89
1111
  msgid "Other"
1112
  msgstr "Інше"
1113
 
1114
+ #: deactivation-form.php:123
1115
  msgid "Quick Feedback"
1116
  msgstr "Швидкий відгук"
1117
 
1118
+ #: deactivation-form.php:124
1119
  msgid "If you have a moment, please let us know why you are deactivating"
1120
  msgstr ""
1121
  "Якщо у вас є час, будь ласка, повідомте нам, чому ви деактивуете плагін"
1122
 
1123
+ #: deactivation-form.php:127
1124
+ msgid "Send website data and allow to contact me back"
1125
+ msgstr "Надіслати дані сайту і дозволити зв'язатися зі мною"
1126
 
1127
+ #: deactivation-form.php:132
1128
  msgid "Cancel"
1129
  msgstr "Відміна"
1130
 
1131
+ #: deactivation-form.php:233
1132
  msgid "Processing"
1133
  msgstr "Обробка"
1134
 
1135
+ #: deactivation-form.php:262
1136
  msgid "Submit & Deactivate"
1137
  msgstr "Надіслати і деактивувати"
1138
 
1139
+ #: deactivation-form.php:277
1140
  msgid "Please tell us the reason so we can improve it."
1141
  msgstr "Будь ласка, повідомте нам причину, щоб ми могли покращити плагін."
1142
 
1143
+ #: deactivation-form.php:345
1144
  msgid "Deactivate"
1145
  msgstr "Деактивувати"
1146
 
1171
  "(ваше ім'я користувача - це емейл, який ви вказували при купівлі). При "
1172
  "необхідності, будь ласка, відправте запит на відновлення вашого паролю."
1173
 
1174
+ #: deprecated.php:246
1175
  msgid "After that, you can activate it by entering your license key."
1176
  msgstr "Після цього ви зможете активувати його ввівши ліцензійний ключ."
1177
 
1178
+ #: deprecated.php:249 deprecated.php:691
1179
  msgid "License key can be found in the"
1180
  msgstr "Ліцензійний ключ можна знайти в"
1181
 
1182
+ #: deprecated.php:251 deprecated.php:693
1183
  msgid "(your username is the email address specified during the purchase)."
1184
  msgstr "(ваше ім'я користувача - це емейл, який ви вказували при купівлі)"
1185
 
1186
+ #: deprecated.php:279
1187
  msgid ""
1188
  "Congratulations! The Pro license of the plugin is activated successfully."
1189
  msgstr "Вітаємо! Pro версію плагіну успішно активовано."
1190
 
1191
+ #: deprecated.php:281 deprecated.php:672
1192
  msgid "Please, go to"
1193
  msgstr "Будь ласка, перейдіть на"
1194
 
1195
+ #: deprecated.php:281 deprecated.php:672
1196
  msgid "the setting page"
1197
  msgstr "сторінку установок"
1198
 
1199
+ #: deprecated.php:282 deprecated.php:673
1200
  msgid "You will be redirected automatically in 5 seconds."
1201
  msgstr "Вас буде перенаправлено автоматично через 5 секунд."
1202
 
1203
+ #: deprecated.php:316
1204
  msgid "Check premium options on the plugin settings page!"
1205
  msgstr "Подивіться преміум опції на сторінці налаштувань плагіна!"
1206
 
1207
+ #: deprecated.php:479
1208
  msgid "Restore all plugin settings to defaults"
1209
  msgstr "Скинути налаштування плагіну до стандартних"
1210
 
1211
+ #: deprecated.php:481
1212
  msgid "Restore settings"
1213
  msgstr "Скинути налаштування"
1214
 
1215
+ #: deprecated.php:550 deprecated.php:577
1216
  #, php-format
1217
  msgid "File %s edited successfully."
1218
  msgstr "Файл %s успішно відредаговано."
1219
 
1220
+ #: deprecated.php:552 deprecated.php:579
1221
  msgid "Not enough permissions to create or update the file"
1222
  msgstr "У Вас недостатньо дозволів для створення або поновлення файлу"
1223
 
1224
+ #: deprecated.php:582
1225
  msgid "Not enough permissions to create the file"
1226
  msgstr "У Вас недостатньо дозволів для створення файлу"
1227
 
1228
+ #: deprecated.php:626
1229
  msgid "Editing"
1230
  msgstr "Редагування"
1231
 
1232
+ #: deprecated.php:670
1233
  msgid ""
1234
  "Congratulations! Pro version of the plugin is installed and activated "
1235
  "successfully."
1236
  msgstr "Вітаємо! Pro версію плагіну успішно завантажено та активовано."
1237
 
1238
+ #: deprecated.php:680
1239
  msgid "Show Pro features"
1240
  msgstr "Показати Pro опції"
1241
 
1242
+ #: deprecated.php:687
1243
  msgid "Enter your license key to install and activate"
1244
  msgstr "Введіть ліцензійний ключ для установки і активації"
1245
 
1246
+ #: deprecated.php:689
1247
  msgid "version of the plugin."
1248
  msgstr "версія плагіна."
1249
 
1283
  msgid "SMM"
1284
  msgstr "СММ"
1285
 
1286
+ #: product_list.php:22
1287
+ msgid "Best secure captcha plugin to protect your WordPress forms."
1288
+ msgstr "Кращий плагін капчі, який захистить форми вашого WordPress сайту."
 
 
 
1289
 
1290
+ #: product_list.php:32
1291
  msgid "Create your personal car rental/booking and reservation website."
1292
  msgstr "Створіть свій власний сайт прокату і резервування автомобілів."
1293
 
1294
+ #: product_list.php:42
1295
  msgid ""
1296
  "Allow customers to reach you using secure contact form plugin any website "
1297
  "must have."
1299
  "Надайте можливість клієнтам здійснювати зв'язок з вами через безпечний "
1300
  "плагін контактної форми, який повинен мати будь-який сайт."
1301
 
1302
+ #: product_list.php:52
1303
  msgid "Add unlimited number of contact forms to WordPress website."
1304
  msgstr "Додавайте необмежену кількість контактних форм на ваш сайт WordPress."
1305
 
1306
+ #: product_list.php:62
1307
  msgid "Save and manage Contact Form messages. Never lose important data."
1308
  msgstr ""
1309
  "Зберігайте і керуйте повідомленнями плагіну Contact Form. Ніколи не "
1310
  "втрачайте важливі дані."
1311
 
1312
+ #: product_list.php:72
1313
  msgid "Add unlimited custom pages to WordPress admin dashboard."
1314
  msgstr ""
1315
  "Додавайте необмежену кількість користувацьких сторінок у панелі "
1316
  "адміністратора WordPress."
1317
 
1318
+ #: product_list.php:79
1319
  msgid "Add custom fields to WordPress website search results."
1320
  msgstr ""
1321
  "Додавайте користувацькі поля у результати пошуку вашого сайту WordPress."
1322
 
1323
+ #: product_list.php:86
1324
  msgid ""
1325
  "Add custom post types and taxonomies to WordPress website search results."
1326
  msgstr ""
1327
  "Додавайте користувацькі типи постів і таксономії у результати пошуку на "
1328
  "вашому сайті WordPress."
1329
 
1330
+ #: product_list.php:96
1331
  msgid "Add PayPal and 2CO donate buttons to receive charity payments."
1332
  msgstr ""
1333
  "Додавайте кнопки PayPal і 2CO, щоб отримувати пожертви та благодійні внески."
1334
 
1335
+ #: product_list.php:103
1336
  msgid ""
1337
  "Get latest error log messages to diagnose website problems. Define and fix "
1338
  "issues faster."
1340
  "Отримуйте останні повідомлення з журналу помилок для діагностики проблем "
1341
  "сайту. Швидше виявляйте і усувайте проблеми."
1342
 
1343
+ #: product_list.php:110
1344
  msgid ""
1345
  "Add Facebook Follow, Like, and Share buttons to WordPress posts, pages, and "
1346
  "widgets."
1348
  "Додавайте кнопки Facebook \"Підписатися\", \"Подобається\" та \"Поділитися\" "
1349
  "у пости, сторінки і віджети сайту WordPress."
1350
 
1351
+ #: product_list.php:120
1352
  msgid ""
1353
  "Add beautiful galleries, albums & images to your WordPress website in a few "
1354
  "clicks."
1356
  "Додавайте мальовничі галереї, альбоми і зображення на ваш сайт WordPress "
1357
  "всього в декілька кліків."
1358
 
1359
+ #: product_list.php:130
1360
  msgid ""
1361
  "Add Google +1, Share, Follow, Hangout buttons and profile badge to WordPress "
1362
  "posts, pages and widgets."
1364
  "Додавайте кнопки Google \"+1\", \"Поділитися\", \"Підписатися\", \"Hangout\" "
1365
  "і значок профілю до постів, сторінок та віджетів WordPress."
1366
 
1367
+ #: product_list.php:140
1368
  msgid ""
1369
  "Stronger security solution which protects your WordPress website from hacks "
1370
  "and unauthorized login attempts."
1372
  "Найпотужніше рішення безпеки, яке захищає ваш сайт WordPress від зломів та "
1373
  "неавторизованих спроб входу в систему."
1374
 
1375
+ #: product_list.php:150
1376
  msgid ""
1377
  "Add Adsense ads to WordPress website pages, posts, custom posts, search "
1378
  "results, categories, tags, and widgets."
1380
  "Додавайте рекламу сервісу Adsense на сторінки, пости, користувацькі пости, "
1381
  "результати пошуку, категорії, теги і віджети сайту WordPress."
1382
 
1383
+ #: product_list.php:160
1384
  msgid "Add Google Analytics code to WordPress website and track basic stats."
1385
  msgstr ""
1386
  "Додавайте код Google Analytics на ваш сайт WordPress та відстежуйте базову "
1387
  "статистику сайту."
1388
 
1389
+ #: product_list.php:170
1390
  msgid ""
1391
  "Protect WordPress website forms from spam entries with Google Captcha "
1392
  "(reCaptcha)."
1394
  "Захищайте форми вашого сайту WordPress від спаму за допомогою Google Captcha "
1395
  "(reCaptcha)."
1396
 
1397
+ #: product_list.php:180
1398
  msgid "Add customized Google maps to WordPress posts, pages and widgets."
1399
  msgstr ""
1400
  "Додавайте користувацькі карти Google у пости, сторінки та віджети WordPress."
1401
 
1402
+ #: product_list.php:190
1403
  msgid ""
1404
  "Generate and add XML sitemap to WordPress website. Help search engines index "
1405
  "your blog."
1407
  "Створюйте та додавайте файли XML sitemap на ваш сайт WordPress. Допоможіть "
1408
  "пошуковим системам проіндексувати ваш блог."
1409
 
1410
+ #: product_list.php:200
1411
  msgid ""
1412
  "Replace external WordPress website links with Google shortlinks and track "
1413
  "click stats."
1415
  "Замініть зовнішні посилання сайту WordPress на короткі посилання Google і "
1416
  "відстежуйте статистику кліків."
1417
 
1418
+ #: product_list.php:207
1419
  msgid ""
1420
  "Protect WordPress website – allow and deny access for certain IP addresses, "
1421
  "hostnames, etc."
1423
  "Захистіть свій сайт WordPress - надавайте та забороняйте доступ з певних IP-"
1424
  "адрес, імен хостів і т.д."
1425
 
1426
+ #: product_list.php:217
1427
  msgid ""
1428
  "Create your personal job board and listing WordPress website. Search jobs, "
1429
  "submit CV/resumes, choose candidates."
1432
  "WordPress. Здійснюйте пошук вакансій, подачу резюме/CV кандидата, вибір "
1433
  "кандидатів."
1434
 
1435
+ #: product_list.php:224
1436
  msgid ""
1437
  "Protect WordPress website against brute force attacks. Limit rate of login "
1438
  "attempts."
1440
  "Захищайте свій сайт WordPress від брутфорс-атак. Обмежуйте кількість спроб "
1441
  "введення логіна."
1442
 
1443
+ #: product_list.php:234
1444
  msgid ""
1445
  "Add LinkedIn Share and Follow buttons to WordPress posts, pages and widgets. "
1446
  "5 plugins included – profile, insider, etc."
1448
  "Додавайте кнопки LinkedIn \"Поділитися\" та \"Відстежувати\" до постів, "
1449
  "сторінок і віджетів WordPress. 5 плагінів включено - Профіль, Інсайдер і т.д."
1450
 
1451
+ #: product_list.php:244
1452
  msgid ""
1453
  "Translate WordPress website content to other languages manually. Create "
1454
  "multilingual pages, posts, widgets, menus, etc."
1456
  "Перекладайте вміст сайту WordPress іншими мовами вручну. Створюйте "
1457
  "багатомовні сторінки, пости, віджети, меню і т.д."
1458
 
1459
+ #: product_list.php:254
1460
  msgid ""
1461
  "Add customizable pagination to WordPress website. Split long content to "
1462
  "multiple pages for better navigation."
1464
  "Додавайте пагінацію з можливістю налаштування на ваш сайт WordPress. "
1465
  "Розбивайте об'ємний контент на декілька сторінок для кращої навігації."
1466
 
1467
+ #: product_list.php:264
1468
  msgid ""
1469
  "Generate PDF files and print WordPress posts/pages. Customize document "
1470
  "header/footer styles and appearance."
1472
  "Створюйте PDF-файли і друкуйте пости/сторінки сайту WordPress. Налаштовуйте "
1473
  "стилі хедера/футера документа і його зовнішній вигляд."
1474
 
1475
+ #: product_list.php:274
1476
  msgid ""
1477
  "Add Pinterest Follow, Pin It buttons and profile widgets (Pin, Board, "
1478
  "Profile) to WordPress posts, pages and widgets."
1480
  "Додавайте кнопки Pinterest \"Підписатися\", \"Зберегти\" і віджети профілю "
1481
  "(Пін, Дошка, Профіль) до постів, сторінок і віджетів WordPress."
1482
 
1483
+ #: product_list.php:284
1484
  msgid ""
1485
  "Create your personal portfolio WordPress website. Manage and showcase past "
1486
  "projects to get more clients."
1488
  "Створюйте і додавайте портфоліо на свій сайт WordPress. Керуйте і "
1489
  "демонструйте минулі проекти, щоб залучити більше клієнтів."
1490
 
1491
+ #: product_list.php:294
1492
  msgid "Export WordPress posts to CSV file format easily. Configure data order."
1493
  msgstr ""
1494
  "З легкістю експортуйте пости WordPress в файли формату CSV. Налаштуйте "
1495
  "порядок відображення даних."
1496
 
1497
+ #: product_list.php:301
1498
  msgid ""
1499
  "Add extra fields to default WordPress user profile. The easiest way to "
1500
  "create and manage additional custom values."
1502
  "Додавайте користувацькі поля у стандартний профіль WordPress. Найпростіший "
1503
  "спосіб створення і управління додатковими полями."
1504
 
1505
+ #: product_list.php:308
1506
  msgid ""
1507
  "Add and display HTML advertisement banner on WordPress website. Customize "
1508
  "bar styles and appearance."
1510
  "Додавайте відображення банерної HTML реклами на сайті WordPress. Налаштуйте "
1511
  "стилі і зовнішній вигляд банеру."
1512
 
1513
+ #: product_list.php:318
1514
  msgid ""
1515
  "Add customizable quotes and tips blocks to WordPress posts, pages and "
1516
  "widgets."
1518
  "Додавайте редаговані цитати та підказки до постів, сторінок і віджетів "
1519
  "WordPress."
1520
 
1521
+ #: product_list.php:325
1522
  msgid ""
1523
  "Add rating plugin to your WordPress website to receive feedback from your "
1524
  "customers."
1526
  "Додавайте систему оцінювання і рейтингу на ваш сайт WordPress і отримуйте "
1527
  "відгуки від ваших клієнтів."
1528
 
1529
+ #: product_list.php:332
1530
  msgid ""
1531
  "Create your personal real estate WordPress website. Sell, rent and buy "
1532
  "properties. Add, search and browse listings easily."
1535
  "Продавайте, орендуйте і купуйте нерухомість. Легко додавайте, знаходьте і "
1536
  "переглядайте лістинги."
1537
 
1538
+ #: product_list.php:342
1539
  msgid ""
1540
  "Add related, featured, latest, and popular posts to your WordPress website. "
1541
  "Connect your blog readers with a relevant content."
1543
  "Додавайте схожі, обрані, останні та популярні пости на ваш сайт WordPress. "
1544
  "Надавайте своїм читачам контент схожої тематики."
1545
 
1546
+ #: product_list.php:349
1547
  msgid ""
1548
  "Send bulk email messages to WordPress users. Custom templates, advanced "
1549
  "settings and detailed reports."
1551
  "Здійснюйте масову розсилку листів користувачам WordPress. Користувацькі "
1552
  "шаблони, додаткові налаштування і детальні звіти."
1553
 
1554
+ #: product_list.php:359
1555
  msgid ""
1556
  "The best responsive slider plugin for your WordPress website. Create "
1557
  "beautifully animated slides just in a few clicks."
1559
  "Найкращий адаптивний слайдер для вашого сайту WordPress. Створюйте красиво "
1560
  "анімовані слайди всього в декілька кліків."
1561
 
1562
+ #: product_list.php:366
1563
  msgid ""
1564
  "Configure SMTP server to receive email messages from WordPress to Gmail, "
1565
  "Yahoo, Hotmail and other services."
1567
  "Налаштовуйте SMTP-сервер, щоб отримувати електронні повідомлення з сайту "
1568
  "WordPress на такі поштові служби, як Gmail, Yahoo, Hotmail і багато інших."
1569
 
1570
+ #: product_list.php:373
1571
  msgid ""
1572
  "Add social media buttons and widgets to WordPress posts, pages and widgets. "
1573
  "FB, Twitter, G+1, Pinterest, LinkedIn."
1575
  "Додавайте кнопки і віджети соціальних мереж до постів, сторінок і віджетів "
1576
  "WordPress. FB, Twitter, G+1, Pinterest, LinkedIn."
1577
 
1578
+ #: product_list.php:383
1579
  msgid ""
1580
  "Add social media login, registration, and commenting to your WordPress "
1581
  "website."
1583
  "Додавайте на свій сайт WordPress можливість входу, реєстрації та "
1584
  "коментування з використанням існуючих акаунтів соціальних мереж."
1585
 
1586
+ #: product_list.php:390
1587
  msgid ""
1588
  "Add email newsletter sign up form to WordPress posts, pages and widgets. "
1589
  "Collect data and subscribe your users."
1591
  "Додавайте форму підписки на розсилку новин у пости, сторінки і віджети "
1592
  "WordPress. Збирайте дані і здійснюйте підписку користувачів."
1593
 
1594
+ #: product_list.php:400
1595
  msgid ""
1596
  "Add testimonials and feedbacks from your customers to WordPress website "
1597
  "posts, pages, and widgets."
1599
  "Додавайте рекомендації та відгуки ваших клієнтів в пости, сторінки і віджети "
1600
  "сайту WordPress."
1601
 
1602
+ #: product_list.php:407
1603
  msgid ""
1604
  "Best timesheet plugin for WordPress. Track employee time, streamline "
1605
  "attendance and generate reports."
1607
  "Кращий плагін обліку робочого часу на сайті WordPress. Відстежуйте час "
1608
  "роботи співробітників, оптимізуйте графік роботи в офісі і створюйте звіти."
1609
 
1610
+ #: product_list.php:417
1611
  msgid ""
1612
  "Add Twitter Follow, Tweet, Hashtag, and Mention buttons to WordPress posts "
1613
  "and pages."
1615
  "Додавайте кнопки Твіттера \"Читати\", \"Твітнути\", \"Хештеґ\" і \"Згадати\" "
1616
  "до постів і сторінок WordPress."
1617
 
1618
+ #: product_list.php:427
1619
  msgid ""
1620
  "Automatically check and update WordPress website core with all installed "
1621
  "plugins and themes to the latest versions."
1623
  "Виконуйте автоматичну перевірку і оновлення ядра WordPress до останніх "
1624
  "версій з усіма встановленими плагінами та темами."
1625
 
1626
+ #: product_list.php:437
1627
  msgid ""
1628
  "Powerful user role management plugin for WordPress website. Create, edit, "
1629
  "copy, and delete user roles."
1631
  "Ефективний плагін управління ролями користувачів для сайту WordPress. "
1632
  "Створюйте, редагуйте, копіюйте і видаляйте ролі користувачів."
1633
 
1634
+ #: product_list.php:447
1635
  msgid ""
1636
  "Display live count of online visitors who are currently browsing your "
1637
  "WordPress website."
1639
  "Ведіть підрахунок кількості відвідувачів, які в даний час переглядають ваш "
1640
  "сайт WordPress."
1641
 
1642
+ #: product_list.php:457
1643
  msgid ""
1644
  "Backup and export Zendesk Help Center content automatically to your "
1645
  "WordPress website database."
1647
  "Робіть автоматичне резервне копіювання і експорт вмісту Zendesk Help Center "
1648
  "в базу даних вашого сайту WordPress."
1649
 
1650
+ #~ msgid "Anonymous feedback"
1651
+ #~ msgstr "Анонімний відгук"
1652
+
1653
+ #~ msgid ""
1654
+ #~ "Protect WordPress website forms from spam entries by means of math logic."
1655
+ #~ msgstr ""
1656
+ #~ "Захищайте форми вашого сайту WordPress від зламування шляхом математичної "
1657
+ #~ "логіки."
1658
+
1659
+ #~ msgid "Congratulations! Pro Membership license is activated successfully."
1660
+ #~ msgstr "Вітаємо! Pro Membership ліцензія успішно активована."
1661
+
1662
+ #~ msgid "Email with system info is sent to"
1663
+ #~ msgstr "Емейл з системною інформацією надіслано на"
1664
+
1665
+ #~ msgid "Browse Free WordPress Themes"
1666
+ #~ msgstr "Огляд безкоштовних WordPress тем"
1667
+
1668
  #~ msgid ""
1669
  #~ "You can use one license of the Pro plugin for one domain only. Please "
1670
  #~ "check and edit your license or domain if necessary using you personal "
bws_menu/product_list.php CHANGED
@@ -16,18 +16,15 @@ $bws_plugins_category = array(
16
  );
17
 
18
  $bws_plugins = array(
19
- /* captcha has pro version only */
20
- 'captcha-pro/captcha-pro.php' => array(
21
  'category' => array( 'security', 'recommended' ),
22
  'name' => 'Captcha',
23
- 'description' => __( 'Protect WordPress website forms from spam entries by means of math logic.', 'bestwebsoft' ),
24
- /*'link' => 'https://bestwebsoft.com/products/wordpress/plugins/captcha/?k=d678516c0990e781edfb6a6c874f0b8a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version, */
25
- 'settings' => 'admin.php?page=captcha_pro.php',
26
- 'install_url' => 'https://bestwebsoft.com/products/wordpress/plugins/captcha/buy/?k=ff7d65e55e5e7f98f219be9ed711094e&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
27
  'pro_version' => 'captcha-pro/captcha_pro.php',
28
  'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/captcha/buy/?k=ff7d65e55e5e7f98f219be9ed711094e&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
29
- 'pro_settings' => 'admin.php?page=captcha_pro.php',
30
- 'icon' => bws_menu_url( 'icons/plugins/' ) . 'captcha.png'
31
  ),
32
  'car-rental/car-rental.php' => array(
33
  'category' => array( 'ecommerce' ),
16
  );
17
 
18
  $bws_plugins = array(
19
+ 'captcha-bws/captcha-bws.php' => array(
 
20
  'category' => array( 'security', 'recommended' ),
21
  'name' => 'Captcha',
22
+ 'description' => __( 'Best secure captcha plugin to protect your WordPress forms.', 'bestwebsoft' ),
23
+ 'link' => 'https://bestwebsoft.com/products/wordpress/plugins/captcha/?k=d678516c0990e781edfb6a6c874f0b8a&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
24
+ 'settings' => 'admin.php?page=captcha.php',
 
25
  'pro_version' => 'captcha-pro/captcha_pro.php',
26
  'purchase' => 'https://bestwebsoft.com/products/wordpress/plugins/captcha/buy/?k=ff7d65e55e5e7f98f219be9ed711094e&pn=' . $bws_plugin_info["id"] . '&v=' . $bws_plugin_info["version"] . '&wp_v=' . $wp_version,
27
+ 'pro_settings' => 'admin.php?page=captcha_pro.php'
 
28
  ),
29
  'car-rental/car-rental.php' => array(
30
  'category' => array( 'ecommerce' ),
css/frontend_style.css CHANGED
@@ -14,10 +14,9 @@ ul.gallery {
14
  padding: 0;
15
  }
16
  .gallery_box ul li {
17
- margin: 0 0 20px;
18
  }
19
  .gallery_box li img {
20
- /*padding: 5px;*/
21
  margin: 0 10px 10px 0;
22
  float: left;
23
  border: 1px solid #BDBDBD;
@@ -36,6 +35,10 @@ ul.gallery {
36
  float: left;
37
  clear: both;
38
  }
 
 
 
 
39
  .rtl .gallery_detail_box {
40
  float: right;
41
  }
@@ -45,6 +48,38 @@ ul.gallery {
45
  margin: 0 0 10px;
46
  font-weight: bold;
47
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
48
  .gllr_clear {
49
  clear: both;
50
  height: 0;
@@ -72,9 +107,9 @@ ul.gallery {
72
  display: block;
73
  border-style: solid;
74
  margin-top: 0;
75
- box-sizing: content-box;
76
- -moz-box-sizing: content-box; /*Firefox 1-3*/
77
- -webkit-box-sizing: content-box; /* Safari */
78
  box-shadow: none;
79
  -webkit-box-shadow: none;
80
  }
@@ -98,6 +133,7 @@ ul.gallery {
98
  }
99
  .gllr_single_image_text {
100
  font-size: 12px;
 
101
  line-height: normal;
102
  word-break: break-word;
103
  word-wrap: break-word;
@@ -235,6 +271,9 @@ ul.gallery {
235
  .gllr_pagination.pagination a {
236
  box-shadow: none;
237
  }
 
 
 
238
  .gllr_twentytwelve .gllr_pagination.pagination .page-numbers,
239
  .gllr_twentythirteen .gllr_pagination.pagination .page-numbers,
240
  .gllr_twentyfourteen .gllr_pagination.pagination .page-numbers {
14
  padding: 0;
15
  }
16
  .gallery_box ul li {
17
+ margin: 0 0 30px;
18
  }
19
  .gallery_box li img {
 
20
  margin: 0 10px 10px 0;
21
  float: left;
22
  border: 1px solid #BDBDBD;
35
  float: left;
36
  clear: both;
37
  }
38
+ .gallery_detail_box div,
39
+ .gallery_detail_box a {
40
+ text-align: initial;
41
+ }
42
  .rtl .gallery_detail_box {
43
  float: right;
44
  }
48
  margin: 0 0 10px;
49
  font-weight: bold;
50
  }
51
+ .gallery_box ul li.gllr-display-inline {
52
+ display: inline-block;
53
+ float: left;
54
+ margin-right: 10px;
55
+ }
56
+ .gallery_box ul.gllr-column-align-left {
57
+ text-align: left;
58
+ }
59
+ .gallery_box ul.gllr-column-align-left img {
60
+ float: left;
61
+ }
62
+ .gallery_box ul.gllr-column-align-right {
63
+ text-align: right;
64
+ }
65
+ .gallery_box ul.gllr-column-align-right img,
66
+ .gallery_box ul.gllr-column-align-right .gallery_detail_box {
67
+ float: right;
68
+ margin-right: 0;
69
+ }
70
+ .gallery_box ul.gllr-column-align-center {
71
+ text-align: center;
72
+ }
73
+ .gallery_box ul.gllr-column-align-center > li > a {
74
+ display: block;
75
+ transition: none;
76
+ box-shadow: none;
77
+ }
78
+ .gallery_box ul.gllr-column-align-center img {
79
+ float: none;
80
+ margin: auto;
81
+ margin-bottom: 10px;
82
+ }
83
  .gllr_clear {
84
  clear: both;
85
  height: 0;
107
  display: block;
108
  border-style: solid;
109
  margin-top: 0;
110
+ box-sizing: border-box !important;
111
+ -moz-box-sizing: border-box !important; /*Firefox 1-3*/
112
+ -webkit-box-sizing: border-box !important; /* Safari */
113
  box-shadow: none;
114
  -webkit-box-shadow: none;
115
  }
133
  }
134
  .gllr_single_image_text {
135
  font-size: 12px;
136
+ padding: 5px 0 15px;
137
  line-height: normal;
138
  word-break: break-word;
139
  word-wrap: break-word;
271
  .gllr_pagination.pagination a {
272
  box-shadow: none;
273
  }
274
+ .gllr_pagination.pagination .page-numbers {
275
+ display: initial !important;
276
+ }
277
  .gllr_twentytwelve .gllr_pagination.pagination .page-numbers,
278
  .gllr_twentythirteen .gllr_pagination.pagination .page-numbers,
279
  .gllr_twentyfourteen .gllr_pagination.pagination .page-numbers {
css/style.css CHANGED
@@ -185,7 +185,7 @@
185
  .gllr-media-actions-delete.dashicons:hover {
186
  position: absolute;
187
  display: block;
188
- top: 5px;
189
  width: 25px;
190
  height: 25px;
191
  line-height: 25px;
@@ -202,7 +202,7 @@
202
  .gllr-media-actions-delete.dashicons {
203
  background: #e02626;
204
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px #e02626;
205
- left: 5px;
206
  }
207
  .gllr-media-attachment-details {
208
  background-color: #eee;
@@ -263,7 +263,7 @@
263
  .gllr-media-attachment-details-box-right {
264
  width:44%;
265
  height: 100%;
266
- float:right;
267
  box-sizing: border-box;
268
  }
269
  .post-type-gallery .ui-tooltip,
@@ -271,7 +271,7 @@
271
  z-index: 1000000 !important;
272
  }
273
  .rtl .gllr-media-attachment-details-box-right {
274
- float: left;
275
  }
276
  .gllr-media-attachment-details-box-right .attachment-details {
277
  border-left: 1px solid #ddd;
@@ -309,6 +309,7 @@
309
  .post-type-bws-gallery #the-list .success .check-column {
310
  border-left: 4px solid #179458;
311
  }
 
312
  @media screen and (max-width: 1600px) {
313
  .gllr-media-attachment {
314
  width: calc( 20% - 23px );
@@ -323,6 +324,11 @@
323
  .gllr-media-attachment {
324
  width: calc( 33.3% - 23px );
325
  }
 
 
 
 
 
326
  }
327
  @media screen and (max-width: 1150px) and (min-width: 851px) {
328
  .gllr-media-attachment {
185
  .gllr-media-actions-delete.dashicons:hover {
186
  position: absolute;
187
  display: block;
188
+ top: 5px;
189
  width: 25px;
190
  height: 25px;
191
  line-height: 25px;
202
  .gllr-media-actions-delete.dashicons {
203
  background: #e02626;
204
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px #e02626;
205
+ left: 5px;
206
  }
207
  .gllr-media-attachment-details {
208
  background-color: #eee;
263
  .gllr-media-attachment-details-box-right {
264
  width:44%;
265
  height: 100%;
266
+ float:right;
267
  box-sizing: border-box;
268
  }
269
  .post-type-gallery .ui-tooltip,
271
  z-index: 1000000 !important;
272
  }
273
  .rtl .gllr-media-attachment-details-box-right {
274
+ float: left;
275
  }
276
  .gllr-media-attachment-details-box-right .attachment-details {
277
  border-left: 1px solid #ddd;
309
  .post-type-bws-gallery #the-list .success .check-column {
310
  border-left: 4px solid #179458;
311
  }
312
+
313
  @media screen and (max-width: 1600px) {
314
  .gllr-media-attachment {
315
  width: calc( 20% - 23px );
324
  .gllr-media-attachment {
325
  width: calc( 33.3% - 23px );
326
  }
327
+ #gllr_settings_tab select,
328
+ #gllr_cover_tab select,
329
+ #gllr_lightbox_tab select {
330
+ width: 100% !important;
331
+ }
332
  }
333
  @media screen and (max-width: 1150px) and (min-width: 851px) {
334
  .gllr-media-attachment {
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.5.2
10
  Author URI: https://bestwebsoft.com/
11
  License: GPLv2 or later
12
  */
@@ -238,6 +238,8 @@ if ( ! function_exists( 'gllr_get_options_default' ) ) {
238
  'return_link_shortcode' => 0,
239
  /* cover */
240
  'page_id_gallery_template' => '',
 
 
241
  'image_size_album' => 'medium',
242
  'cover_border_images' => 1,
243
  'cover_border_images_width' => 10,
@@ -576,7 +578,7 @@ if ( ! function_exists( 'gllr_add_notice_below_table' ) ) {
576
  if ( ! empty( $def_term ) ) {
577
  $def_term_name = $def_term->name;
578
  if ( ! empty( $def_term_name ) ) {
579
- echo '<div class="form-wrap"><p><i><strong>' . __( 'Note', 'gallery-plugin') . ':</strong> ' . sprintf( __( 'When deleting a category, the galleries that belong to this category will not be deleted. Instead, these galleries will be moved to the category %s.', 'gallery-plugin' ), '<strong>' . $def_term_name . '</strong>' ) . '</i></p></div>';
580
  }
581
  }
582
  }
@@ -811,6 +813,7 @@ if ( ! function_exists( 'gllr_template_title' ) ) {
811
  if ( ! function_exists( 'gllr_template_content' ) ) {
812
  function gllr_template_content() {
813
  global $post, $wp_query, $request, $gllr_options;
 
814
 
815
  if ( get_query_var( 'paged' ) ) {
816
  $paged = get_query_var( 'paged' );
@@ -851,9 +854,12 @@ if ( ! function_exists( 'gllr_template_content' ) ) {
851
  }
852
 
853
  $second_query = new WP_Query( $args );
854
- $request = $second_query->request; ?>
855
- <ul>
856
- <?php if ( $second_query->have_posts() ) {
 
 
 
857
  /* get width and height for image_size_album */
858
  if ( 'album-thumb' != $gllr_options['image_size_album'] ) {
859
  $width = absint( get_option( $gllr_options['image_size_album'] . '_size_w' ) );
@@ -897,11 +903,29 @@ if ( ! function_exists( 'gllr_template_content' ) ) {
897
  $border_images = 0;
898
  }
899
  $featured_image = ( false == $featured_image ) ? $image_attributes : $featured_image;
900
- $count++; ?>
901
- <li>
902
- <?php if ( ! empty( $featured_image[0] ) ) { ?>
 
 
 
 
 
 
903
  <a rel="bookmark" href="<?php echo get_permalink(); ?>" title="<?php the_title(); ?>">
904
- <img <?php if ( $width ) echo 'width="' . $width . '"'; if ( $height ) echo 'height="' . $height . '"'; ?> style="<?php if ( $width ) echo 'width:' . $width . 'px;'; if ( $height ) echo 'height:' . $height . 'px;'; echo $border; ?>" alt="<?php the_title(); ?>" title="<?php the_title(); ?>" src="<?php echo $featured_image[0]; ?>" />
 
 
 
 
 
 
 
 
 
 
 
 
905
  </a>
906
  <?php } ?>
907
  <div class="gallery_detail_box">
@@ -994,7 +1018,7 @@ if ( ! function_exists( 'gllr_single_template_content' ) ) {
994
  ));
995
  if ( count( $posts ) > 0 ) {
996
  $count_image_block = 0; ?>
997
- <div class="gallery clearfix gllr_grid" data-columns="<?php echo $gllr_options["custom_image_row_count"]; ?>" data-border-width="<?php echo $gllr_options['border_images_width']; ?>">
998
  <?php foreach ( $posts as $attachment ) {
999
  $image_attributes = wp_get_attachment_image_src( $attachment->ID, $gllr_options['image_size_photo'] );
1000
  $image_attributes_large = wp_get_attachment_image_src( $attachment->ID, 'large' );
@@ -1014,19 +1038,19 @@ if ( ! function_exists( 'gllr_single_template_content' ) ) {
1014
  <div class="gllr_image_row">
1015
  <?php } ?>
1016
  <div class="gllr_image_block">
1017
- <p style="<?php if ( $width ) echo 'width:' . ( $width + $border_images ) . 'px;'; if ( $height ) echo 'height:' . ( $height + $border_images ) . 'px;'; ?>">
1018
  <?php if ( ! empty( $url_for_link ) ) { ?>
1019
  <a href="<?php echo $url_for_link; ?>" title="<?php echo $image_text; ?>" target="_blank">
1020
- <img <?php if ( $width ) echo 'width="' . $width . '"'; if ( $height ) echo 'height="' . $height . '"'; ?> style="<?php if ( $width ) echo 'width:' . $width . 'px;'; if ( $height ) echo 'height:' . $height . 'px;'; echo $border; ?>" alt="<?php echo $image_alt_tag; ?>" title="<?php echo $image_text; ?>" src="<?php echo $image_attributes[0]; ?>" />
1021
  </a>
1022
  <?php } else { ?>
1023
  <a data-fancybox="gallery_fancybox<?php if ( 0 == $gllr_options['single_lightbox_for_multiple_galleries'] ) echo '_' . $post->ID; ?>" href="<?php echo $image_attributes_large[0]; ?>" title="<?php echo $image_text; ?>" >
1024
- <img <?php if ( $width ) echo 'width="' . $width . '"'; if ( $height ) echo 'height="' . $height . '"'; ?> style="<?php if ( $width ) echo 'width:' . $width . 'px;'; if ( $height ) echo 'height:' . $height . 'px;'; echo $border; ?>" alt="<?php echo $image_alt_tag; ?>" title="<?php echo $image_text; ?>" src="<?php echo $image_attributes[0]; ?>" rel="<?php echo $image_attributes_full[0]; ?>" />
1025
  </a>
1026
  <?php } ?>
1027
  </p>
1028
  <?php if ( 1 == $gllr_options["image_text"] ) { ?>
1029
- <div <?php if ( $width ) echo 'style="width:' . ( $width + $border_images ) . 'px;"'; ?> class="gllr_single_image_text"><?php echo $image_text; ?>&nbsp;</div>
1030
  <?php } ?>
1031
  </div><!-- .gllr_image_block -->
1032
  <?php if ( $count_image_block%$gllr_options['custom_image_row_count'] == $gllr_options['custom_image_row_count']-1 ) { ?>
@@ -1149,9 +1173,9 @@ if ( ! function_exists( 'gllr_add_pdf_print_content' ) ) {
1149
  <img src="' . $image_attributes[0] . '" style="' . $image_style . '" />
1150
  </div>';
1151
  if ( 1 == $gllr_options["image_text"] ) {
1152
- $custom_content .= '<div class="gllr_single_image_text">' . get_post_meta( $attachment->ID, 'gllr_image_text', true ) . '</div>';
1153
  }
1154
- $custom_content .= "</td><!-- .gllr_image_block -->\n";
1155
  if ( $count_image_block % $gllr_options['custom_image_row_count'] == $gllr_options['custom_image_row_count']-1 ) {
1156
  $custom_content .= "</tr>\n";
1157
  }
@@ -1525,7 +1549,7 @@ if ( ! function_exists( 'gllr_add_pdf_print_content' ) ) {
1525
  }
1526
  $image_style .= "margin: 0;";
1527
 
1528
- $custom_content .= '<table class="gallery clearfix gllr_table" data-columns="' . $gllr_options["custom_image_row_count"] . '" data-border-width="' . $border_images_width . '"' . ( ( 1 == $gllr_options["image_text"] ) ? 'data-image-text-position="' . $gllr_options["image_text_position"] . '"' : '' ) . '>';
1529
 
1530
  foreach ( $posts as $attachment ) {
1531
  $image_attributes = wp_get_attachment_image_src( $attachment->ID, $gllr_options['image_size_photo'] );
@@ -1538,7 +1562,7 @@ if ( ! function_exists( 'gllr_add_pdf_print_content' ) ) {
1538
  $custom_content .= '<img src="' . $image_attributes[0] . '" style="' . $image_style . '" />';
1539
  $custom_content .= '</div>';
1540
  if ( 1 == $gllr_options["image_text"] && $title != '' ) {
1541
- $custom_content .= '<div style="width:' . ( $width + $border_images ) . 'px;" class="gllr_single_image_text">' . $title . '</div>';
1542
  }
1543
  $custom_content .= '</td>';
1544
  if ( $count_image_block%$gllr_options['custom_image_row_count'] == $gllr_options['custom_image_row_count']-1 ) {
@@ -1663,7 +1687,7 @@ if ( ! function_exists( 'gllr_settings_page' ) ) {
1663
  require_once( dirname( __FILE__ ) . '/includes/class-gllr-settings.php' );
1664
  $page = new Gllr_Settings_Tabs( plugin_basename( __FILE__ ) ); ?>
1665
  <div class="wrap">
1666
- <h1><?php _e( 'Gallery Settings', 'gallery-plugin' ); ?></h1>
1667
  <?php $page->display_content(); ?>
1668
  </div>
1669
  <?php }
@@ -1900,7 +1924,7 @@ if ( ! function_exists ( 'gllr_shortcode' ) ) {
1900
  } ?>
1901
  <li>
1902
  <a rel="bookmark" href="<?php echo get_permalink(); ?>" title="<?php the_title(); ?>">
1903
- <img <?php if ( $width ) echo 'width="' . $width . '"'; if ( $height ) echo 'height="' . $height . '"'; ?> style="<?php if ( $width ) echo 'width:' . $width . 'px;'; if ( $height ) echo 'height:' . $height . 'px;'; echo $border; ?>" alt="<?php the_title(); ?>" title="<?php the_title(); ?>" src="<?php echo $image_attributes[0]; ?>" />
1904
  </a>
1905
  <div class="gallery_detail_box">
1906
  <div><?php the_title(); ?></div>
@@ -1971,7 +1995,7 @@ if ( ! function_exists ( 'gllr_shortcode' ) ) {
1971
  } ?>
1972
  <li>
1973
  <a rel="bookmark" href="<?php echo get_permalink(); ?>" title="<?php the_title(); ?>">
1974
- <img <?php if ( $width ) echo 'width="' . $width . '"'; if ( $height ) echo 'height="' . $height . '"'; ?> style="<?php if ( $width ) echo 'width:' . $width . 'px;'; if ( $height ) echo 'height:' . $height . 'px;'; echo $border; ?>" alt="<?php the_title(); ?>" title="<?php the_title(); ?>" src="<?php echo $image_attributes[0]; ?>" />
1975
  </a>
1976
  <div class="gallery_detail_box">
1977
  <div><?php the_title(); ?></div>
@@ -2021,7 +2045,7 @@ if ( ! function_exists ( 'gllr_shortcode' ) ) {
2021
 
2022
  if ( 0 < count( $posts ) ) {
2023
  $count_image_block = 0; ?>
2024
- <div class="gallery clearfix gllr_grid" data-columns="<?php echo $gllr_options["custom_image_row_count"]; ?>" data-border-width="<?php echo $gllr_options['border_images_width']; ?>">
2025
  <?php foreach ( $posts as $attachment ) {
2026
  $image_attributes = wp_get_attachment_image_src( $attachment->ID, $gllr_options['image_size_photo'] );
2027
  $image_attributes_large = wp_get_attachment_image_src( $attachment->ID, 'large' );
@@ -2034,19 +2058,19 @@ if ( ! function_exists ( 'gllr_shortcode' ) ) {
2034
  <div class="gllr_image_row">
2035
  <?php } ?>
2036
  <div class="gllr_image_block">
2037
- <p style="<?php if ( $width ) echo 'width:' . ( $width + $border_images ) . 'px;'; if ( $height ) echo 'height:' . ( $height + $border_images ) . 'px;'; ?>">
2038
  <?php if ( ! empty( $url_for_link ) ) { ?>
2039
  <a href="<?php echo $url_for_link; ?>" title="<?php echo $image_text; ?>" target="_blank">
2040
- <img <?php if ( $width ) echo 'width="' . $width . '"'; if ( $height ) echo 'height="' . $height . '"'; ?> style="<?php if ( $width ) echo 'width:' . $width . 'px;'; if ( $height ) echo 'height:' . $height . 'px;'; echo $border; ?>" alt="<?php echo $image_alt_tag; ?>" title="<?php echo $image_text; ?>" src="<?php echo $image_attributes[0]; ?>" />
2041
  </a>
2042
  <?php } else { ?>
2043
  <a data-fancybox="gallery_fancybox<?php if ( 0 == $gllr_options['single_lightbox_for_multiple_galleries'] ) echo '_' . $post->ID; ?>" href="<?php echo $image_attributes_large[0]; ?>" title="<?php echo $image_text; ?>">
2044
- <img <?php if ( $width ) echo 'width="' . $width . '"'; if ( $height ) echo 'height="' . $height . '"'; ?> style="<?php if ( $width ) echo 'width:' . $width . 'px;'; if ( $height ) echo 'height:' . $height . 'px;'; echo $border; ?>" alt="<?php echo $image_alt_tag; ?>" title="<?php echo $image_text; ?>" src="<?php echo $image_attributes[0]; ?>" rel="<?php echo $image_attributes_full[0]; ?>" />
2045
  </a>
2046
  <?php } ?>
2047
  </p>
2048
  <?php if ( 1 == $gllr_options["image_text"] ) { ?>
2049
- <div <?php if ( $width ) echo 'style="width:' . ( $width + $border_images ) . 'px;"'; ?> class="gllr_single_image_text"><?php echo $image_text; ?>&nbsp;</div>
2050
  <?php } ?>
2051
  </div><!-- .gllr_image_block -->
2052
  <?php if ( $count_image_block%$gllr_options['custom_image_row_count'] == $gllr_options['custom_image_row_count']-1 ) { ?>
@@ -2300,7 +2324,7 @@ if ( ! function_exists ( 'gllr_image_resize' ) ) {
2300
  $dims = gllr_image_resize_dimensions($orig_w, $orig_h, $max_w, $max_h, $crop);
2301
 
2302
  if ( ! $dims )
2303
- return new WP_Error( 'error_getting_dimensions', __( 'Image size changes not defined', 'gallery-plugin' ) );
2304
  list( $dst_x, $dst_y, $src_x, $src_y, $dst_w, $dst_h, $src_w, $src_h ) = $dims;
2305
 
2306
  $newimage = wp_imagecreatetruecolor( $dst_w, $dst_h );
@@ -2812,22 +2836,22 @@ if ( ! class_exists( 'Gllr_Media_Table' ) ) {
2812
  </td>
2813
  <?php break;
2814
  case 'dimensions': ?>
2815
- <td <?php echo $attributes; ?> data-colname="<?php _e( 'Dimensions', 'gallery-plugin' ); ?>">
2816
  <?php echo $attachment_metadata['width']; ?> &times; <?php echo $attachment_metadata['height']; ?>
2817
  </td>
2818
  <?php break;
2819
  case 'gllr_image_text': ?>
2820
- <td <?php echo $attributes; ?> data-colname="<?php _e( 'Title', 'gallery-plugin' ); ?>">
2821
  <input type="text" name="<?php echo $column_name; ?>[<?php echo $post->ID; ?>]" value="<?php echo get_post_meta( $post->ID, $column_name, true ); ?>" />
2822
  </td>
2823
  <?php break;
2824
  case 'gllr_image_alt_tag': ?>
2825
- <td <?php echo $attributes; ?> data-colname="<?php _e( 'Alt Text', 'gallery-plugin' ); ?>">
2826
  <input type="text" name="<?php echo $column_name; ?>[<?php echo $post->ID; ?>]" value="<?php echo get_post_meta( $post->ID, $column_name, true ); ?>" />
2827
  </td>
2828
  <?php break;
2829
  case 'gllr_link_url': ?>
2830
- <td <?php echo $attributes; ?> data-colname="<?php _e( 'URL', 'gallery-plugin' ); ?>">
2831
  <input type="text" name="<?php echo $column_name; ?>[<?php echo $post->ID; ?>]" value="<?php echo get_post_meta( $post->ID, $column_name, true ); ?>" />
2832
  </td>
2833
  <?php break;
@@ -3264,6 +3288,9 @@ if ( ! function_exists( 'gllr_plugin_uninstall' ) ) {
3264
 
3265
  delete_option( 'gllr_options' );
3266
  delete_option( 'widget_gallery_categories_widget' );
 
 
 
3267
  }
3268
  switch_to_blog( $old_blog );
3269
  } else {
@@ -3272,10 +3299,16 @@ if ( ! function_exists( 'gllr_plugin_uninstall' ) ) {
3272
 
3273
  delete_option( 'gllr_options' );
3274
  delete_option( 'widget_gallery_categories_widget' );
 
 
 
3275
  }
3276
  delete_metadata( 'user', null, 'wp_gllr_media_library_mode', '', true );
3277
  }
3278
 
 
 
 
3279
  require_once( dirname( __FILE__ ) . '/bws_menu/bws_include.php' );
3280
  bws_include_init( plugin_basename( __FILE__ ) );
3281
  bws_delete_plugin( plugin_basename( __FILE__ ) );
6
  Author: BestWebSoft
7
  Text Domain: gallery-plugin
8
  Domain Path: /languages
9
+ Version: 4.5.3
10
  Author URI: https://bestwebsoft.com/
11
  License: GPLv2 or later
12
  */
238
  'return_link_shortcode' => 0,
239
  /* cover */
240
  'page_id_gallery_template' => '',
241
+ 'galleries_layout' => 'column',
242
+ 'galleries_column_alignment' => 'left',
243
  'image_size_album' => 'medium',
244
  'cover_border_images' => 1,
245
  'cover_border_images_width' => 10,
578
  if ( ! empty( $def_term ) ) {
579
  $def_term_name = $def_term->name;
580
  if ( ! empty( $def_term_name ) ) {
581
+ echo '<div class="form-wrap"><p><i><strong>' . __( 'Note', 'gallery-plugin') . ':</strong> ' . sprintf( __( 'When deleting a category, the galleries that belong to this category will not be deleted. These galleries will be moved to the category %s.', 'gallery-plugin' ), '<strong>' . $def_term_name . '</strong>' ) . '</i></p></div>';
582
  }
583
  }
584
  }
813
  if ( ! function_exists( 'gllr_template_content' ) ) {
814
  function gllr_template_content() {
815
  global $post, $wp_query, $request, $gllr_options;
816
+ wp_register_script( 'gllr_js', plugins_url( 'js/frontend_script.js', __FILE__ ), array( 'jquery' ) );
817
 
818
  if ( get_query_var( 'paged' ) ) {
819
  $paged = get_query_var( 'paged' );
854
  }
855
 
856
  $second_query = new WP_Query( $args );
857
+ $request = $second_query->request;
858
+ printf(
859
+ '<ul%s>',
860
+ ( 'column' == $gllr_options['galleries_layout'] && in_array( $gllr_options['galleries_column_alignment'], array( 'left', 'right', 'center' ) ) ) ? ' class="gllr-column-align-' . $gllr_options['galleries_column_alignment'] . '"' : ''
861
+ );
862
+ if ( $second_query->have_posts() ) {
863
  /* get width and height for image_size_album */
864
  if ( 'album-thumb' != $gllr_options['image_size_album'] ) {
865
  $width = absint( get_option( $gllr_options['image_size_album'] . '_size_w' ) );
903
  $border_images = 0;
904
  }
905
  $featured_image = ( false == $featured_image ) ? $image_attributes : $featured_image;
906
+ $count++;
907
+
908
+ printf(
909
+ '<li class="%s" style="%s">',
910
+ ( $gllr_options['galleries_layout'] == 'rows' ? 'gllr-display-inline' : 'gllr-display-column' ),
911
+ ( $width && $gllr_options['galleries_layout'] == 'rows' ? "width:" . $width . 'px;' : '' )
912
+ );
913
+ if ( ! empty( $featured_image[0] ) ) {
914
+ $title = get_the_title(); ?>
915
  <a rel="bookmark" href="<?php echo get_permalink(); ?>" title="<?php the_title(); ?>">
916
+ <?php printf(
917
+ '<img class="gllr_template" %s %s style="%s %s %s" alt="%s" title="%s" src="%s" data-gllr-borders-width="%s"/>',
918
+ ! empty( $width ) ? 'width="' . $width . '"' : '',
919
+ ! empty( $height ) ? 'height="' . $height . '"' : '',
920
+ ! empty( $width ) ? 'width:' . $width . 'px;' : '',
921
+ ! empty( $height ) ? 'height:' . $height . 'px;' : '',
922
+ $border,
923
+ $title,
924
+ $title,
925
+ $featured_image[0],
926
+ $gllr_options['cover_border_images_width'] * 2
927
+ ); ?>
928
+ <div class="clear"></div>
929
  </a>
930
  <?php } ?>
931
  <div class="gallery_detail_box">
1018
  ));
1019
  if ( count( $posts ) > 0 ) {
1020
  $count_image_block = 0; ?>
1021
+ <div class="gallery clearfix gllr_grid" data-gllr-columns="<?php echo $gllr_options["custom_image_row_count"]; ?>" data-gllr-border-width="<?php echo $gllr_options['border_images_width']; ?>">
1022
  <?php foreach ( $posts as $attachment ) {
1023
  $image_attributes = wp_get_attachment_image_src( $attachment->ID, $gllr_options['image_size_photo'] );
1024
  $image_attributes_large = wp_get_attachment_image_src( $attachment->ID, 'large' );
1038
  <div class="gllr_image_row">
1039
  <?php } ?>
1040
  <div class="gllr_image_block">
1041
+ <p class="gllr_img" style="<?php if ( $width ) echo 'width:' . $width . 'px;'; if ( $height ) echo 'height:' . $height . 'px;'; ?>">
1042
  <?php if ( ! empty( $url_for_link ) ) { ?>
1043
  <a href="<?php echo $url_for_link; ?>" title="<?php echo $image_text; ?>" target="_blank">
1044
+ <img class="gllr_img" <?php if ( $width ) echo 'width="' . $width . '"'; if ( $height ) echo 'height="' . $height . '"'; ?> style="<?php if ( $width ) echo 'width:' . $width . 'px;'; if ( $height ) echo 'height:' . $height . 'px;'; echo $border; ?>" alt="<?php echo $image_alt_tag; ?>" title="<?php echo $image_text; ?>" src="<?php echo $image_attributes[0]; ?>" />
1045
  </a>
1046
  <?php } else { ?>
1047
  <a data-fancybox="gallery_fancybox<?php if ( 0 == $gllr_options['single_lightbox_for_multiple_galleries'] ) echo '_' . $post->ID; ?>" href="<?php echo $image_attributes_large[0]; ?>" title="<?php echo $image_text; ?>" >
1048
+ <img class="gllr_img" <?php if ( $width ) echo 'width="' . $width . '"'; if ( $height ) echo 'height="' . $height . '"'; ?> style="<?php if ( $width ) echo 'width:' . $width . 'px;'; if ( $height ) echo 'height:' . $height . 'px;'; echo $border; ?>" alt="<?php echo $image_alt_tag; ?>" title="<?php echo $image_text; ?>" src="<?php echo $image_attributes[0]; ?>" rel="<?php echo $image_attributes_full[0]; ?>" />
1049
  </a>
1050
  <?php } ?>
1051
  </p>
1052
  <?php if ( 1 == $gllr_options["image_text"] ) { ?>
1053
+ <div <?php if ( $width ) echo 'style="width:' . $width . 'px;"'; ?> class="gllr_single_image_text gllr_img"><?php echo $image_text; ?>&nbsp;</div>
1054
  <?php } ?>
1055
  </div><!-- .gllr_image_block -->
1056
  <?php if ( $count_image_block%$gllr_options['custom_image_row_count'] == $gllr_options['custom_image_row_count']-1 ) { ?>
1173
  <img src="' . $image_attributes[0] . '" style="' . $image_style . '" />
1174
  </div>';
1175
  if ( 1 == $gllr_options["image_text"] ) {
1176
+ $custom_content .= '<div class="gllr_single_image_text gllr_img">' . get_post_meta( $attachment->ID, 'gllr_image_text', true ) . '</div>';
1177
  }
1178
+ $custom_content .= "</td>\n"; /* gllr_image_block */
1179
  if ( $count_image_block % $gllr_options['custom_image_row_count'] == $gllr_options['custom_image_row_count']-1 ) {
1180
  $custom_content .= "</tr>\n";
1181
  }
1549
  }
1550
  $image_style .= "margin: 0;";
1551
 
1552
+ $custom_content .= '<table class="gallery clearfix gllr_table" data-gllr-columns="' . $gllr_options["custom_image_row_count"] . '" data-gllr-border-width="' . $border_images_width . '">';
1553
 
1554
  foreach ( $posts as $attachment ) {
1555
  $image_attributes = wp_get_attachment_image_src( $attachment->ID, $gllr_options['image_size_photo'] );
1562
  $custom_content .= '<img src="' . $image_attributes[0] . '" style="' . $image_style . '" />';
1563
  $custom_content .= '</div>';
1564
  if ( 1 == $gllr_options["image_text"] && $title != '' ) {
1565
+ $custom_content .= '<div style="width:' . $width . 'px;" class="gllr_single_image_text gllr_img">' . $title . '</div>';
1566
  }
1567
  $custom_content .= '</td>';
1568
  if ( $count_image_block%$gllr_options['custom_image_row_count'] == $gllr_options['custom_image_row_count']-1 ) {
1687
  require_once( dirname( __FILE__ ) . '/includes/class-gllr-settings.php' );
1688
  $page = new Gllr_Settings_Tabs( plugin_basename( __FILE__ ) ); ?>
1689
  <div class="wrap">
1690
+ <h1><?php printf( __( '%s Settings', 'gallery-plugin' ), 'Gallery' ); ?></h1>
1691
  <?php $page->display_content(); ?>
1692
  </div>
1693
  <?php }
1924
  } ?>
1925
  <li>
1926
  <a rel="bookmark" href="<?php echo get_permalink(); ?>" title="<?php the_title(); ?>">
1927
+ <img class="gllr_img" <?php if ( $width ) echo 'width="' . $width . '"'; if ( $height ) echo 'height="' . $height . '"'; ?> style="<?php if ( $width ) echo 'width:' . $width . 'px;'; if ( $height ) echo 'height:' . $height . 'px;'; echo $border; ?>" alt="<?php the_title(); ?>" title="<?php the_title(); ?>" src="<?php echo $image_attributes[0]; ?>" />
1928
  </a>
1929
  <div class="gallery_detail_box">
1930
  <div><?php the_title(); ?></div>
1995
  } ?>
1996
  <li>
1997
  <a rel="bookmark" href="<?php echo get_permalink(); ?>" title="<?php the_title(); ?>">
1998
+ <img class="gllr_img" <?php if ( $width ) echo 'width="' . $width . '"'; if ( $height ) echo 'height="' . $height . '"'; ?> style="<?php if ( $width ) echo 'width:' . $width . 'px;'; if ( $height ) echo 'height:' . $height . 'px;'; echo $border; ?>" alt="<?php the_title(); ?>" title="<?php the_title(); ?>" src="<?php echo $image_attributes[0]; ?>" />
1999
  </a>
2000
  <div class="gallery_detail_box">
2001
  <div><?php the_title(); ?></div>
2045
 
2046
  if ( 0 < count( $posts ) ) {
2047
  $count_image_block = 0; ?>
2048
+ <div class="gallery clearfix gllr_grid" data-gllr-columns="<?php echo $gllr_options["custom_image_row_count"]; ?>" data-gllr-border-width="<?php echo $gllr_options['border_images_width']; ?>">
2049
  <?php foreach ( $posts as $attachment ) {
2050
  $image_attributes = wp_get_attachment_image_src( $attachment->ID, $gllr_options['image_size_photo'] );
2051
  $image_attributes_large = wp_get_attachment_image_src( $attachment->ID, 'large' );
2058
  <div class="gllr_image_row">
2059
  <?php } ?>
2060
  <div class="gllr_image_block">
2061
+ <p class="gllr_img" style="<?php if ( $width ) echo 'width:' . $width . 'px;'; if ( $height ) echo 'height:' . $height . 'px;'; ?>">
2062
  <?php if ( ! empty( $url_for_link ) ) { ?>
2063
  <a href="<?php echo $url_for_link; ?>" title="<?php echo $image_text; ?>" target="_blank">
2064
+ <img class="gllr_img" <?php if ( $width ) echo 'width="' . $width . '"'; if ( $height ) echo 'height="' . $height . '"'; ?> style="<?php if ( $width ) echo 'width:' . $width . 'px;'; if ( $height ) echo 'height:' . $height . 'px;'; echo $border; ?>" alt="<?php echo $image_alt_tag; ?>" title="<?php echo $image_text; ?>" src="<?php echo $image_attributes[0]; ?>" />
2065
  </a>
2066
  <?php } else { ?>
2067
  <a data-fancybox="gallery_fancybox<?php if ( 0 == $gllr_options['single_lightbox_for_multiple_galleries'] ) echo '_' . $post->ID; ?>" href="<?php echo $image_attributes_large[0]; ?>" title="<?php echo $image_text; ?>">
2068
+ <img class="gllr_img" <?php if ( $width ) echo 'width="' . $width . '"'; if ( $height ) echo 'height="' . $height . '"'; ?> style="<?php if ( $width ) echo 'width:' . $width . 'px;'; if ( $height ) echo 'height:' . $height . 'px;'; echo $border; ?>" alt="<?php echo $image_alt_tag; ?>" title="<?php echo $image_text; ?>" src="<?php echo $image_attributes[0]; ?>" rel="<?php echo $image_attributes_full[0]; ?>" />
2069
  </a>
2070
  <?php } ?>
2071
  </p>
2072
  <?php if ( 1 == $gllr_options["image_text"] ) { ?>
2073
+ <div <?php if ( $width ) echo 'style="width:' . $width . 'px;"'; ?> class="gllr_single_image_text gllr_img"><?php echo $image_text; ?>&nbsp;</div>
2074
  <?php } ?>
2075
  </div><!-- .gllr_image_block -->
2076
  <?php if ( $count_image_block%$gllr_options['custom_image_row_count'] == $gllr_options['custom_image_row_count']-1 ) { ?>
2324
  $dims = gllr_image_resize_dimensions($orig_w, $orig_h, $max_w, $max_h, $crop);
2325
 
2326
  if ( ! $dims )
2327
+ return new WP_Error( 'error_getting_dimensions', __( 'Image size not defined', 'gallery-plugin' ) );
2328
  list( $dst_x, $dst_y, $src_x, $src_y, $dst_w, $dst_h, $src_w, $src_h ) = $dims;
2329
 
2330
  $newimage = wp_imagecreatetruecolor( $dst_w, $dst_h );
2836
  </td>
2837
  <?php break;
2838
  case 'dimensions': ?>
2839
+ <td <?php echo $attributes; ?> data-gllr-colname="<?php _e( 'Dimensions', 'gallery-plugin' ); ?>">
2840
  <?php echo $attachment_metadata['width']; ?> &times; <?php echo $attachment_metadata['height']; ?>
2841
  </td>
2842
  <?php break;
2843
  case 'gllr_image_text': ?>
2844
+ <td <?php echo $attributes; ?> data-gllr-colname="<?php _e( 'Title', 'gallery-plugin' ); ?>">
2845
  <input type="text" name="<?php echo $column_name; ?>[<?php echo $post->ID; ?>]" value="<?php echo get_post_meta( $post->ID, $column_name, true ); ?>" />
2846
  </td>
2847
  <?php break;
2848
  case 'gllr_image_alt_tag': ?>
2849
+ <td <?php echo $attributes; ?> data-gllr-colname="<?php _e( 'Alt Text', 'gallery-plugin' ); ?>">
2850
  <input type="text" name="<?php echo $column_name; ?>[<?php echo $post->ID; ?>]" value="<?php echo get_post_meta( $post->ID, $column_name, true ); ?>" />
2851
  </td>
2852
  <?php break;
2853
  case 'gllr_link_url': ?>
2854
+ <td <?php echo $attributes; ?> data-gllr-colname="<?php _e( 'URL', 'gallery-plugin' ); ?>">
2855
  <input type="text" name="<?php echo $column_name; ?>[<?php echo $post->ID; ?>]" value="<?php echo get_post_meta( $post->ID, $column_name, true ); ?>" />
2856
  </td>
2857
  <?php break;
3288
 
3289
  delete_option( 'gllr_options' );
3290
  delete_option( 'widget_gallery_categories_widget' );
3291
+ delete_metadata( 'post', null, 'gllr_options', '', true );
3292
+ delete_metadata( 'post', null, 'gllr_image_description', '', true );
3293
+ delete_metadata( 'post', null, 'gllr_lightbox_button_url', '', true );
3294
  }
3295
  switch_to_blog( $old_blog );
3296
  } else {
3299
 
3300
  delete_option( 'gllr_options' );
3301
  delete_option( 'widget_gallery_categories_widget' );
3302
+ delete_metadata( 'post', null, 'gllr_options', '', true );
3303
+ delete_metadata( 'post', null, 'gllr_image_description', '', true );
3304
+ delete_metadata( 'post', null, 'gllr_lightbox_button_url', '', true );
3305
  }
3306
  delete_metadata( 'user', null, 'wp_gllr_media_library_mode', '', true );
3307
  }
3308
 
3309
+ if ( is_multisite() )
3310
+ delete_site_option( 'gllr_options' );
3311
+
3312
  require_once( dirname( __FILE__ ) . '/bws_menu/bws_include.php' );
3313
  bws_include_init( plugin_basename( __FILE__ ) );
3314
  bws_delete_plugin( plugin_basename( __FILE__ ) );
includes/class-gllr-settings.php CHANGED
@@ -177,6 +177,8 @@ if ( ! class_exists( 'Gllr_Settings_Tabs' ) ) {
177
  $this->options["cover_border_images_color"] = $this->default_options["cover_border_images_color"];
178
  $this->options["album_order_by"] = esc_attr( $_POST['gllr_album_order_by'] );
179
  $this->options["album_order"] = esc_attr( $_POST['gllr_album_order'] );
 
 
180
  $this->options["read_more_link_text"] = stripslashes( esc_html( $_POST['gllr_read_more_link_text'] ) );
181
 
182
  /* Lightbox Tab */
@@ -279,7 +281,7 @@ if ( ! class_exists( 'Gllr_Settings_Tabs' ) ) {
279
  <hr>
280
  <div>
281
  <div class="error hide-if-js">
282
- <p><?php _e( 'Adding images requires JavaScript.', 'gallery-plugin' ); ?></p>
283
  </div>
284
  <div class="wp-media-buttons">
285
  <a href="#" id="gllr-media-insert" class="button insert-media add_media hide-if-no-js"><span class="wp-media-buttons-icon"></span> <?php _e( 'Add Media', 'gallery-plugin' ); ?></a>
@@ -357,7 +359,7 @@ if ( ! class_exists( 'Gllr_Settings_Tabs' ) ) {
357
  <tr valign="top">
358
  <th scope="row"><?php _e( 'Number of Columns', 'gallery-plugin' ); ?> </th>
359
  <td>
360
- <input type="number" name="gllr_custom_image_row_count" min="1" max="10000" value="<?php echo $this->options["custom_image_row_count"]; ?>" /> <?php _e( 'columns', 'gallery-plugin' ); ?>
361
  <div class="bws_info"><?php printf( __( 'Number of gallery columns (default is %s).', 'gallery-plugin' ), '3' ); ?></div>
362
  </td>
363
  </tr>
@@ -458,7 +460,7 @@ if ( ! class_exists( 'Gllr_Settings_Tabs' ) ) {
458
  <tr valign="top">
459
  <th scope="row"><?php _e( 'Image Border', 'gallery-plugin' ); ?></th>
460
  <td>
461
- <input type="checkbox" name="gllr_border_images" value="1" <?php if ( 1 == $this->options["border_images"] ) echo 'checked="checked"'; ?> class="bws_option_affect" data-affect-show=".gllr_for_border_images" /> <span class="bws_info"><?php _e( 'Enable images border using the styles defined for Image Border Size and Color.', 'gallery-plugin' ); ?></span>
462
  </td>
463
  </tr>
464
  <tr valign="top" class="gllr_for_border_images">
@@ -566,13 +568,34 @@ if ( ! class_exists( 'Gllr_Settings_Tabs' ) ) {
566
  <td>
567
  <?php wp_dropdown_pages( array(
568
  'depth' => 0,
569
- 'selected' => $this->options['page_id_gallery_template'],
570
  'name' => 'gllr_page_id_gallery_template',
571
  'show_option_none' => '...'
572
  ) ); ?>
573
  <div class="bws_info"><?php _e( 'Base page where all existing galleries will be displayed.' , 'gallery-plugin'); ?></div>
574
  </td>
575
  </tr>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
576
  <tr valign="top">
577
  <th scope="row"><?php _e( 'Cover Image Size', 'gallery-plugin' ); ?> </th>
578
  <td>
@@ -743,7 +766,7 @@ if ( ! class_exists( 'Gllr_Settings_Tabs' ) ) {
743
  <th scope="row"><?php _e( 'Overlay Opacity', 'gallery-plugin' ); ?> </th>
744
  <td>
745
  <input disabled type="text" size="8" value="0.7" />
746
- <div class="bws_info"><?php printf( __( 'Lightbox overlay opacity. Leave blank to disable opacity (default is %d, max is %d).', 'gallery-plugin' ), '0.7', '1' ); ?></div>
747
  </td>
748
  </tr>
749
  </table>
@@ -781,7 +804,7 @@ if ( ! class_exists( 'Gllr_Settings_Tabs' ) ) {
781
  <tr valign="top">
782
  <th scope="row"><?php _e( 'Lightbox Thumbnails', 'gallery-plugin' ); ?></th>
783
  <td>
784
- <input disabled type="checkbox" name="" /> <span class="bws_info"><?php _e( 'Enable to use a lightbox helper navigation between images..', 'gallery-plugin' ); ?></span>
785
  </td>
786
  </tr>
787
  <tr valign="top">
@@ -831,9 +854,9 @@ if ( ! class_exists( 'Gllr_Settings_Tabs' ) ) {
831
  <div class="bws_table_bg"></div>
832
  <table class="form-table bws_pro_version">
833
  <tr valign="top">
834
- <th scope="row"><?php _e( 'Enable Social Buttons', 'gallery-plugin' ); ?></th>
835
  <td>
836
- <input disabled type="checkbox" value="1" /> <span class="bws_info"><?php _e( 'Enable social sharing buttons in the lightbox.', 'gallery-plugin' ); ?></span>
837
  </td>
838
  </tr>
839
  <tr valign="top">
@@ -847,20 +870,11 @@ if ( ! class_exists( 'Gllr_Settings_Tabs' ) ) {
847
  </fieldset>
848
  </td>
849
  </tr>
850
- <tr valign="top">
851
- <th scope="row"><?php _e( 'Social Buttons Position', 'gallery-plugin' ); ?></th>
852
- <td>
853
- <select disabled>
854
- <option value="left" selected="selected"><?php _e( 'Left', 'gallery-plugin' ); ?></option>
855
- </select>
856
- <span class="bws_info"><?php _e( 'Select social buttons position in the lightbox.', 'gallery-plugin' ); ?></span>
857
- </td>
858
- </tr>
859
  <tr valign="top">
860
  <th scope="row"><?php _e( 'Counter', 'gallery-plugin' ); ?></th>
861
  <td>
862
- <input disabled type="checkbox" value="1" />
863
- <span class="bws_info"><?php _e( 'Enable to show likes counter for each social button.', 'gallery-plugin' ); ?></span>
864
  </td>
865
  </tr>
866
  </table>
177
  $this->options["cover_border_images_color"] = $this->default_options["cover_border_images_color"];
178
  $this->options["album_order_by"] = esc_attr( $_POST['gllr_album_order_by'] );
179
  $this->options["album_order"] = esc_attr( $_POST['gllr_album_order'] );
180
+ $this->options["galleries_layout"] = esc_attr( $_POST['gllr_layout'] );
181
+ $this->options["galleries_column_alignment"] = esc_attr( $_POST['gllr_column_align'] );
182
  $this->options["read_more_link_text"] = stripslashes( esc_html( $_POST['gllr_read_more_link_text'] ) );
183
 
184
  /* Lightbox Tab */
281
  <hr>
282
  <div>
283
  <div class="error hide-if-js">
284
+ <p><?php _e( 'Images adding requires JavaScript.', 'gallery-plugin' ); ?></p>
285
  </div>
286
  <div class="wp-media-buttons">
287
  <a href="#" id="gllr-media-insert" class="button insert-media add_media hide-if-no-js"><span class="wp-media-buttons-icon"></span> <?php _e( 'Add Media', 'gallery-plugin' ); ?></a>
359
  <tr valign="top">
360
  <th scope="row"><?php _e( 'Number of Columns', 'gallery-plugin' ); ?> </th>
361
  <td>
362
+ <input type="number" name="gllr_custom_image_row_count" min="1" max="10000" value="<?php echo $this->options["custom_image_row_count"]; ?>" />
363
  <div class="bws_info"><?php printf( __( 'Number of gallery columns (default is %s).', 'gallery-plugin' ), '3' ); ?></div>
364
  </td>
365
  </tr>
460
  <tr valign="top">
461
  <th scope="row"><?php _e( 'Image Border', 'gallery-plugin' ); ?></th>
462
  <td>
463
+ <input type="checkbox" name="gllr_border_images" value="1" <?php if ( 1 == $this->options["border_images"] ) echo 'checked="checked"'; ?> class="bws_option_affect" data-affect-show=".gllr_for_border_images" /> <span class="bws_info"><?php _e( 'Enable images border using the styles defined for Image Border Size and Color options.', 'gallery-plugin' ); ?></span>
464
  </td>
465
  </tr>
466
  <tr valign="top" class="gllr_for_border_images">
568
  <td>
569
  <?php wp_dropdown_pages( array(
570
  'depth' => 0,
571
+ 'selected' => isset( $this->options['page_id_gallery_template'] ) ? $this->options['page_id_gallery_template'] : false,
572
  'name' => 'gllr_page_id_gallery_template',
573
  'show_option_none' => '...'
574
  ) ); ?>
575
  <div class="bws_info"><?php _e( 'Base page where all existing galleries will be displayed.' , 'gallery-plugin'); ?></div>
576
  </td>
577
  </tr>
578
+ <tr valign="top">
579
+ <th scope="row"><?php _e( 'Albums Displaying', 'gallery-plugin' ); ?></th>
580
+ <td>
581
+ <fieldset>
582
+ <label><input type="radio" name="gllr_layout" value="column" id="gllr_column" <?php checked( 'column' == $this->options["galleries_layout"] ); ?> /> <?php _e( 'Column', 'gallery-plugin' ); ?></label><br/>
583
+ <label><input type="radio" name="gllr_layout" value="rows" id="gllr_rows" <?php checked( 'rows' == $this->options["galleries_layout"] ); ?> /> <?php _e( 'Rows', 'gallery-plugin' ); ?></label>
584
+ </fieldset>
585
+ <div class="bws_info"><?php _e( 'Select the way galleries will be displayed on the Galleries Page.' , 'gallery-plugin'); ?></div>
586
+ </td>
587
+ </tr>
588
+ <tr valign="top" class="gllr_column_alignment">
589
+ <th scope="row"><?php _e( 'Column Alignment', 'gallery-plugin' ); ?></th>
590
+ <td>
591
+ <fieldset>
592
+ <label><input type="radio" name="gllr_column_align" value="left" <?php checked( 'left' == $this->options["galleries_column_alignment"] ); ?> /> <?php _e( 'Left', 'gallery-plugin' ); ?></label><br/>
593
+ <label><input type="radio" name="gllr_column_align" value="right" <?php checked( 'right' == $this->options["galleries_column_alignment"] ); ?> /> <?php _e( 'Right', 'gallery-plugin' ); ?></label><br/>
594
+ <label><input type="radio" name="gllr_column_align" value="center" <?php checked( 'center' == $this->options["galleries_column_alignment"] ); ?> /> <?php _e( 'Center', 'gallery-plugin' ); ?></label>
595
+ </fieldset>
596
+ <div class="bws_info"><?php _e( 'Select the column alignment.' , 'gallery-plugin'); ?></div>
597
+ </td>
598
+ </tr>
599
  <tr valign="top">
600
  <th scope="row"><?php _e( 'Cover Image Size', 'gallery-plugin' ); ?> </th>
601
  <td>
766
  <th scope="row"><?php _e( 'Overlay Opacity', 'gallery-plugin' ); ?> </th>
767
  <td>
768
  <input disabled type="text" size="8" value="0.7" />
769
+ <div class="bws_info"><?php printf( __( 'Lightbox overlay opacity. Leave blank to disable opacity (default is %s, max is %s).', 'gallery-plugin' ), '0.7', '1' ); ?></div>
770
  </td>
771
  </tr>
772
  </table>
804
  <tr valign="top">
805
  <th scope="row"><?php _e( 'Lightbox Thumbnails', 'gallery-plugin' ); ?></th>
806
  <td>
807
+ <input disabled type="checkbox" name="" /> <span class="bws_info"><?php _e( 'Enable to use a lightbox helper navigation between images.', 'gallery-plugin' ); ?></span>
808
  </td>
809
  </tr>
810
  <tr valign="top">
854
  <div class="bws_table_bg"></div>
855
  <table class="form-table bws_pro_version">
856
  <tr valign="top">
857
+ <th scope="row"><?php _e( 'Social Buttons', 'gallery-plugin' ); ?></th>
858
  <td>
859
+ <input type="checkbox" value="1" checked="checked" /> <span class="bws_info"><?php _e( 'Enable social sharing buttons in the lightbox.', 'gallery-plugin' ); ?></span>
860
  </td>
861
  </tr>
862
  <tr valign="top">
870
  </fieldset>
871
  </td>
872
  </tr>
 
 
 
 
 
 
 
 
 
873
  <tr valign="top">
874
  <th scope="row"><?php _e( 'Counter', 'gallery-plugin' ); ?></th>
875
  <td>
876
+ <input disabled type="checkbox" value="1" checked="checked" />
877
+ <span class="bws_info"><?php _e( 'Enable to show likes counter for each social button (not available for Google +1).', 'gallery-plugin' ); ?></span>
878
  </td>
879
  </tr>
880
  </table>
includes/demo-data/class-bws-demo-data.php CHANGED
@@ -588,7 +588,7 @@ if ( ! class_exists( 'Bws_Demo_Data' ) ) {
588
  <input type="hidden" name="bws_hide_demo_notice" value="hide" />
589
  <?php wp_nonce_field( $this->bws_plugin_basename, 'bws_demo_nonce_name' ); ?>
590
  </form>
591
- <div style="margin: 0 20px;"><?php _e( 'Do you want to install demo content and settings (You can do this later using Import / Export settings)?', $this->bws_plugin_text_domain ); ?>&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></div>
592
  </div>
593
  <?php }
594
  }
588
  <input type="hidden" name="bws_hide_demo_notice" value="hide" />
589
  <?php wp_nonce_field( $this->bws_plugin_basename, 'bws_demo_nonce_name' ); ?>
590
  </form>
591
+ <div style="margin: 0 20px;"><?php printf( __( '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 ), '<a href="edit.php?post_type=bws-gallery&page=gallery-plugin.php">Gallery by BestWebSoft</a>' ); ?>&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></div>
592
  </div>
593
  <?php }
594
  }
js/frontend_script.js CHANGED
@@ -11,7 +11,7 @@
11
  images_in_first_row = $gallery_first_row.find( '.gllr_image_block' ),
12
  count_images_in_first_row = images_in_first_row.length,
13
  width_image_block_ = images_in_first_row.filter( ':first' ).width(),
14
- columns = $gallery.data( 'columns' ),
15
  count_images = $images.length,
16
  pre_count_images_in_row = Math.floor( gallery_wrap_width / width_image_block_ ),
17
  count_images_in_row = ( columns < pre_count_images_in_row ) ? columns : pre_count_images_in_row,
@@ -30,7 +30,18 @@
30
  $gallery.append( $new_row );
31
  }
32
  }
 
33
  } );
 
 
 
 
 
 
 
 
 
 
34
  } ).trigger( 'resize' );
35
  } );
36
  } )( jQuery );
11
  images_in_first_row = $gallery_first_row.find( '.gllr_image_block' ),
12
  count_images_in_first_row = images_in_first_row.length,
13
  width_image_block_ = images_in_first_row.filter( ':first' ).width(),
14
+ columns = $gallery.data( 'gllr-columns' ),
15
  count_images = $images.length,
16
  pre_count_images_in_row = Math.floor( gallery_wrap_width / width_image_block_ ),
17
  count_images_in_row = ( columns < pre_count_images_in_row ) ? columns : pre_count_images_in_row,
30
  $gallery.append( $new_row );
31
  }
32
  }
33
+ $( ".gllr_img" ).css( "max-width", gallery_wrap_width );
34
  } );
35
+
36
+ var gallery_wrap_width = $( '.gallery_box' ).parent().width(),
37
+ gllr_template = $( '.gllr_template' ),
38
+ gllr_template_borders = gllr_template.data( 'gllr-borders-width' );
39
+
40
+ /* height fix for large cover images */
41
+ if ( gllr_template.width() + gllr_template_borders >= gallery_wrap_width ) {
42
+ gllr_template.css( "height", "auto" );
43
+ }
44
+
45
  } ).trigger( 'resize' );
46
  } );
47
  } )( jQuery );
js/script.js CHANGED
@@ -19,6 +19,20 @@ function gllr_setError( msg ) {
19
  $( '.gllr_color_field' ).wpColorPicker();
20
  }
21
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  $( '#gllr_ajax_update_images' ).click( function() {
23
  gllr_setMessage( "<p>" + gllr_vars.update_img_message + "</p>" );
24
  var curr = 0;
@@ -54,7 +68,7 @@ function gllr_setError( msg ) {
54
  $( '.gllr_loader' ).hide();
55
  }
56
  }
57
- });
58
  });
59
  },
60
  error: function( request, status, error ) {
@@ -67,7 +81,7 @@ function gllr_setError( msg ) {
67
  $.each( $( '.gllr_add_responsive_column' ), function() {
68
  var content = '<div class="gllr_info hidden">';
69
  $.each( $( this ).find( 'td:hidden' ).not( '.column-order' ), function() {
70
- content = content + '<label>' + $( this ).attr( 'data-colname' ) + '</label><br/>' + $( this ).html() + '<br/>';
71
  $( this ).html( '' );
72
  });
73
  content = content + '</div>';
@@ -110,7 +124,7 @@ function gllr_setError( msg ) {
110
  $( '#post-body-content .attachments li:first-child' ).addClass( 'success' );
111
  $( '.gllr-media-bulk-select-button' ).show();
112
 
113
- if ( ! $( '.attachments' ).data( 'ui-sortable' ) ) {
114
  gllr_add_sortable();
115
  }
116
  }
@@ -143,7 +157,7 @@ function gllr_setError( msg ) {
143
  return false;
144
  });
145
 
146
- function gllr_add_sortable() {
147
  if ( $.fn.sortable ) {
148
  if ( $( "#the-list tr" ).length > 1 ) {
149
  $( '#the-list' ).sortable( {
@@ -213,7 +227,7 @@ function gllr_setError( msg ) {
213
  });
214
 
215
  $( document ).on( 'click', '.gllr-media-actions-delete', function() {
216
- if ( window.confirm( gllr_vars.warnSingleDelete ) ) {
217
  var gllr_attachment_id = $( this ).parent().find( '.gllr_attachment_id' ).val();
218
  var gllr_post_id = $( this ).parent().find( '.gllr_post_id' ).val();
219
 
@@ -257,7 +271,7 @@ function gllr_setError( msg ) {
257
  }
258
  }
259
  $( '.gllr-media-spinner' ).css( 'display', 'none' );
260
- $( '.attachments' ).removeAttr( 'disabled' );
261
  }
262
  });
263
  }
19
  $( '.gllr_color_field' ).wpColorPicker();
20
  }
21
 
22
+ $( 'input[id="gllr_column"]' ).change( function () {
23
+ if ( $( this ).is( ':checked' ) ) {
24
+ $( '.gllr_column_alignment:hidden' ).show();
25
+ } else {
26
+ $( '.gllr_column_alignment' ).hide();
27
+ }
28
+ }).trigger( 'change' );
29
+
30
+ $( 'input[id="gllr_rows"]' ).change( function () {
31
+ if ( $( this ).is( ':checked' ) ) {
32
+ $( '.gllr_column_alignment' ).hide();
33
+ }
34
+ }).trigger( 'change' );
35
+
36
  $( '#gllr_ajax_update_images' ).click( function() {
37
  gllr_setMessage( "<p>" + gllr_vars.update_img_message + "</p>" );
38
  var curr = 0;
68
  $( '.gllr_loader' ).hide();
69
  }
70
  }
71
+ });
72
  });
73
  },
74
  error: function( request, status, error ) {
81
  $.each( $( '.gllr_add_responsive_column' ), function() {
82
  var content = '<div class="gllr_info hidden">';
83
  $.each( $( this ).find( 'td:hidden' ).not( '.column-order' ), function() {
84
+ content = content + '<label>' + $( this ).attr( 'data-gllr-colname' ) + '</label><br/>' + $( this ).html() + '<br/>';
85
  $( this ).html( '' );
86
  });
87
  content = content + '</div>';
124
  $( '#post-body-content .attachments li:first-child' ).addClass( 'success' );
125
  $( '.gllr-media-bulk-select-button' ).show();
126
 
127
+ if ( ! $( '.attachments' ).data( 'ui-sortable' ) ) {
128
  gllr_add_sortable();
129
  }
130
  }
157
  return false;
158
  });
159
 
160
+ function gllr_add_sortable() {
161
  if ( $.fn.sortable ) {
162
  if ( $( "#the-list tr" ).length > 1 ) {
163
  $( '#the-list' ).sortable( {
227
  });
228
 
229
  $( document ).on( 'click', '.gllr-media-actions-delete', function() {
230
+ if ( window.confirm( gllr_vars.warnSingleDelete ) ) {
231
  var gllr_attachment_id = $( this ).parent().find( '.gllr_attachment_id' ).val();
232
  var gllr_post_id = $( this ).parent().find( '.gllr_post_id' ).val();
233
 
271
  }
272
  }
273
  $( '.gllr-media-spinner' ).css( 'display', 'none' );
274
+ $( '.attachments' ).removeAttr( 'disabled' );
275
  }
276
  });
277
  }
languages/gallery-plugin-bg_BG.mo CHANGED
Binary file
languages/gallery-plugin-bg_BG.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: 2017-08-14 11:34+0300\n"
6
- "PO-Revision-Date: 2017-08-14 11:34+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Petya <p@pipermagus.com>\n"
9
  "Language: uk_UA\n"
@@ -13,474 +13,486 @@ msgstr ""
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: gallery-plugin.php:37 gallery-plugin.php:1647
20
- #: includes/class-gllr-settings.php:308
21
  msgid "Gallery Settings"
22
  msgstr "Настройки на галерията"
23
 
24
- #: gallery-plugin.php:37 includes/class-gllr-settings.php:319
25
  #, fuzzy
26
  msgid "Global Settings"
27
  msgstr "Настройки на галерията"
28
 
29
- #: gallery-plugin.php:43 gallery-plugin.php:2728
 
30
  msgid "Upgrade to Pro"
31
- msgstr ""
32
 
33
- #: gallery-plugin.php:218
34
  msgid "Return to all albums"
35
  msgstr ""
36
 
37
- #: gallery-plugin.php:228
38
  msgid "See images &raquo;"
39
  msgstr "Виж изображенията &raquo;"
40
 
41
- #: gallery-plugin.php:315 gallery-plugin.php:324
42
  msgid "Galleries"
43
  msgstr "Галерии"
44
 
45
- #: gallery-plugin.php:316 gallery-plugin.php:3144
46
  msgid "Gallery"
47
  msgstr "Галерия"
48
 
49
- #: gallery-plugin.php:317
50
  msgid "Add New Gallery"
51
  msgstr "Добави нова галерия"
52
 
53
- #: gallery-plugin.php:318
54
  msgid "Edit Gallery"
55
  msgstr "Редактирай галерия"
56
 
57
- #: gallery-plugin.php:319
58
  msgid "New Gallery"
59
  msgstr "Нова галерия"
60
 
61
- #: gallery-plugin.php:320
62
  msgid "View Gallery"
63
  msgstr "Преглед на галерия"
64
 
65
- #: gallery-plugin.php:321 includes/class-gllr-settings.php:927
66
  #, fuzzy
67
  msgid "Search Galleries"
68
  msgstr "Галерии"
69
 
70
- #: gallery-plugin.php:322
71
  msgid "No Gallery found"
72
  msgstr "Няма намерена галерия"
73
 
74
- #: gallery-plugin.php:344 gallery-plugin.php:1559 gallery-plugin.php:2874
75
- #: gallery-plugin.php:2882 gallery-plugin.php:2920 gallery-plugin.php:2943
76
- #: gallery-plugin.php:3128
77
  #, fuzzy
78
  msgid "Gallery Categories"
79
  msgstr "Размер на изображението в галерия"
80
 
81
- #: gallery-plugin.php:345 gallery-plugin.php:784
82
  #, fuzzy
83
  msgid "Gallery Category"
84
  msgstr "Размер на изображението в галерия"
85
 
86
- #: gallery-plugin.php:346
87
  msgid "Add Gallery Category"
88
  msgstr ""
89
 
90
- #: gallery-plugin.php:347
91
  #, fuzzy
92
  msgid "Add New Gallery Category"
93
  msgstr "Добави нова галерия"
94
 
95
- #: gallery-plugin.php:348 gallery-plugin.php:349
96
  msgid "Edit Gallery Category"
97
  msgstr ""
98
 
99
- #: gallery-plugin.php:350
100
  msgid "New Gallery Category"
101
  msgstr ""
102
 
103
- #: gallery-plugin.php:351 gallery-plugin.php:352
104
  msgid "View Gallery Category"
105
  msgstr ""
106
 
107
- #: gallery-plugin.php:353
108
  msgid "Find Gallery Category"
109
  msgstr ""
110
 
111
- #: gallery-plugin.php:354
112
  msgid "No Gallery Categories found"
113
  msgstr ""
114
 
115
- #: gallery-plugin.php:355
116
  msgid "No Gallery Categories found in Trash"
117
  msgstr ""
118
 
119
- #: gallery-plugin.php:356
120
  msgid "Parent Gallery Category"
121
  msgstr ""
122
 
123
- #: gallery-plugin.php:357
124
  msgid "Gallery Categories list navigation"
125
  msgstr ""
126
 
127
- #: gallery-plugin.php:358
128
  msgid "Gallery Categories list"
129
  msgstr ""
130
 
131
- #: gallery-plugin.php:434
132
  msgid "Gallery Shortcode"
133
  msgstr "Шорткод за галерия"
134
 
135
- #: gallery-plugin.php:443
136
  msgid ""
137
  "Add a single gallery with images to your posts, pages, custom post types or "
138
  "widgets by using the following shortcode:"
139
  msgstr ""
140
 
141
- #: gallery-plugin.php:447
142
  msgid ""
143
  "Add a gallery cover including featured image, description, and a link to "
144
  "your single gallery using the following shortcode:"
145
  msgstr ""
146
 
147
- #: gallery-plugin.php:560
 
148
  msgid "Note"
149
- msgstr ""
150
 
151
- #: gallery-plugin.php:560
152
  #, php-format
153
  msgid ""
154
  "When deleting a category, the galleries that belong to this category will "
155
- "not be deleted. Instead, these galleries will be moved to the category %s."
156
  msgstr ""
157
 
158
- #: gallery-plugin.php:573 gallery-plugin.php:1558
159
  #, fuzzy
160
  msgid "Shortcode"
161
  msgstr "Шорткод за галерия"
162
 
163
- #: gallery-plugin.php:619
164
  msgid "All Gallery Categories"
165
  msgstr ""
166
 
167
- #: gallery-plugin.php:696
168
  msgid "You can't delete default gallery category."
169
  msgstr ""
170
 
171
- #: gallery-plugin.php:1048 gallery-plugin.php:1155 gallery-plugin.php:2065
172
  msgid "Sorry, nothing found."
173
  msgstr "Съжалявам, нищо не е намерено."
174
 
175
- #: gallery-plugin.php:1555
 
176
  msgid "Featured Image"
177
- msgstr ""
178
 
179
- #: gallery-plugin.php:1556 gallery-plugin.php:2585 gallery-plugin.php:2689
180
- #: gallery-plugin.php:2800 includes/class-gllr-settings.php:656
181
  msgid "Title"
182
  msgstr "Име"
183
 
184
- #: gallery-plugin.php:1557 includes/class-gllr-settings.php:41
185
  #, fuzzy
186
  msgid "Images"
187
  msgstr "Изображение"
188
 
189
- #: gallery-plugin.php:1560 includes/class-gllr-settings.php:661
190
  msgid "Author"
191
  msgstr "Автор "
192
 
193
- #: gallery-plugin.php:1561 includes/class-gllr-settings.php:511
194
- #: includes/class-gllr-settings.php:657
195
  msgid "Date"
196
  msgstr "Дата "
197
 
198
- #: gallery-plugin.php:1674 gallery-plugin.php:1692
 
 
 
 
 
199
  #: includes/class-gllr-settings.php:30 includes/class-gllr-settings.php:42
200
  msgid "Settings"
201
  msgstr "Настройки"
202
 
203
- #: gallery-plugin.php:1675
204
  msgid "FAQ"
205
  msgstr "Често задавани въпроси"
206
 
207
- #: gallery-plugin.php:1676
208
  msgid "Support"
209
  msgstr "Поддръжка"
210
 
211
- #: gallery-plugin.php:1715
212
  msgid "Updating images..."
213
  msgstr ""
214
 
215
- #: gallery-plugin.php:1716
216
  #, fuzzy
217
  msgid "No images found."
218
  msgstr "Няма намерена галерия"
219
 
220
- #: gallery-plugin.php:1717
221
  msgid "All images were updated."
222
  msgstr ""
223
 
224
- #: gallery-plugin.php:1718
 
225
  msgid "Error."
226
- msgstr ""
227
 
228
- #: gallery-plugin.php:1730
229
  msgid ""
230
  "You are about to remove these items from this gallery.\n"
231
  " 'Cancel' to stop, 'OK' to delete."
232
  msgstr ""
233
 
234
- #: gallery-plugin.php:1731
235
  msgid ""
236
  "You are about to remove this image from the gallery.\n"
237
  " 'Cancel' to stop, 'OK' to delete."
238
  msgstr ""
239
 
240
- #: gallery-plugin.php:1732
241
  msgid ""
242
  "Switching to another mode, all unsaved data will be lost. Save data before "
243
  "switching?"
244
  msgstr ""
245
 
246
- #: gallery-plugin.php:1733
247
  msgid "Insert Media"
248
  msgstr ""
249
 
250
- #: gallery-plugin.php:1734
251
  msgid "Insert"
252
  msgstr ""
253
 
254
- #: gallery-plugin.php:2257
255
  #, fuzzy
256
  msgid "Image size not defined"
257
  msgstr "Размер на изображението"
258
 
259
- #: gallery-plugin.php:2272
260
  msgid ""
261
  "Plugin updates only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please "
262
  "reload images manually."
263
  msgstr ""
264
 
265
- #: gallery-plugin.php:2283
266
- msgid "Image size changes not defined"
267
- msgstr ""
268
-
269
- #: gallery-plugin.php:2312 gallery-plugin.php:2315 gallery-plugin.php:2320
270
  msgid "Invalid path"
271
  msgstr ""
272
 
273
- #: gallery-plugin.php:2409
274
  msgid "List View"
275
  msgstr ""
276
 
277
- #: gallery-plugin.php:2410
278
  msgid "Grid View"
279
  msgstr ""
280
 
281
- #: gallery-plugin.php:2465
 
282
  msgid "Filter"
283
- msgstr ""
284
 
285
- #: gallery-plugin.php:2469
286
  msgid "Empty Trash"
287
  msgstr ""
288
 
289
- #: gallery-plugin.php:2490
290
  #, fuzzy
291
  msgid "No images found"
292
  msgstr "Няма намерена галерия"
293
 
294
- #: gallery-plugin.php:2542
295
  msgid "Select bulk action"
296
  msgstr ""
297
 
298
- #: gallery-plugin.php:2544
299
  msgid "Bulk Actions"
300
  msgstr ""
301
 
302
- #: gallery-plugin.php:2554
 
303
  msgid "Apply"
304
- msgstr ""
305
 
306
- #: gallery-plugin.php:2561
307
  #, fuzzy
308
  msgid "Delete from Gallery"
309
  msgstr "Нова галерия"
310
 
311
- #: gallery-plugin.php:2570
312
  msgid "Bulk Select"
313
  msgstr ""
314
 
315
- #: gallery-plugin.php:2571
316
  msgid "Cancel Selection"
317
  msgstr ""
318
 
319
- #: gallery-plugin.php:2572
320
  msgid "Delete Selected"
321
  msgstr ""
322
 
323
- #: gallery-plugin.php:2583
 
324
  msgid "File"
325
- msgstr ""
326
 
327
- #: gallery-plugin.php:2584 gallery-plugin.php:2684 gallery-plugin.php:2795
328
  msgid "Dimensions"
329
  msgstr ""
330
 
331
- #: gallery-plugin.php:2586 gallery-plugin.php:2695 gallery-plugin.php:2805
332
  msgid "Alt Text"
333
  msgstr ""
334
 
335
- #: gallery-plugin.php:2587 gallery-plugin.php:2699 gallery-plugin.php:2810
336
  msgid "URL"
337
  msgstr "URL"
338
 
339
- #: gallery-plugin.php:2587 gallery-plugin.php:2701
340
  msgid ""
341
  "Enter your custom URL to link this image to other page or file. Leave blank "
342
  "to open a full size image."
343
  msgstr ""
344
 
345
- #: gallery-plugin.php:2666
346
  #, fuzzy
347
  msgid "Remove Image from Gallery"
348
  msgstr "Нова галерия"
349
 
350
- #: gallery-plugin.php:2669
351
  #, fuzzy
352
  msgid "Edit Image Info"
353
  msgstr "ID на изображението"
354
 
355
- #: gallery-plugin.php:2670
356
  msgid "Deselect"
357
  msgstr ""
358
 
359
- #: gallery-plugin.php:2682
360
  msgid "File name"
361
  msgstr ""
362
 
363
- #: gallery-plugin.php:2683
364
  msgid "File type"
365
  msgstr ""
366
 
367
- #: gallery-plugin.php:2708
 
368
  msgid "Description"
369
- msgstr ""
370
 
371
- #: gallery-plugin.php:2714
372
  #, fuzzy
373
  msgid "Lightbox Button URL"
374
  msgstr "Фон на lightbox"
375
 
376
- #: gallery-plugin.php:2721
377
  msgid "New Tab"
378
  msgstr ""
379
 
380
- #: gallery-plugin.php:2723
381
  msgid "Enable to open URLs above in a new tab."
382
  msgstr ""
383
 
384
- #: gallery-plugin.php:2728
385
  msgid "Go Pro"
386
  msgstr ""
387
 
388
- #: gallery-plugin.php:2734
389
  msgid "Edit more details"
390
  msgstr ""
391
 
392
- #: gallery-plugin.php:2736
393
  #, fuzzy
394
  msgid "Remove from Gallery"
395
  msgstr "Нова галерия"
396
 
397
- #: gallery-plugin.php:2770
398
  #, php-format
399
  msgid "Select %s"
400
  msgstr ""
401
 
402
- #: gallery-plugin.php:2783
403
  #, php-format
404
  msgid "Edit &#8220;%s&#8221;"
405
  msgstr ""
406
 
407
- #: gallery-plugin.php:2791
408
  #, fuzzy
409
  msgid "Edit Attachment Info"
410
  msgstr "ID на изображението"
411
 
412
- #: gallery-plugin.php:2828 gallery-plugin.php:2841
 
413
  msgid "Edit"
414
- msgstr ""
415
 
416
- #: gallery-plugin.php:2831 gallery-plugin.php:2846
417
  msgid "Trash"
418
  msgstr ""
419
 
420
- #: gallery-plugin.php:2834 gallery-plugin.php:2849
421
  msgid "Delete Permanently"
422
  msgstr ""
423
 
424
- #: gallery-plugin.php:2836 gallery-plugin.php:2855
425
  #, php-format
426
  msgid "View &#8220;%s&#8221;"
427
  msgstr ""
428
 
429
- #: gallery-plugin.php:2836 gallery-plugin.php:2855 gallery-plugin.php:2938
 
430
  msgid "View"
431
- msgstr ""
432
 
433
- #: gallery-plugin.php:2838
434
  #, fuzzy
435
  msgid "Attach"
436
  msgstr "ID на изображението"
437
 
438
- #: gallery-plugin.php:2844
439
  msgid "Restore"
440
  msgstr ""
441
 
442
- #: gallery-plugin.php:2873
443
  msgid "A list or dropdown of Gallery categories."
444
  msgstr ""
445
 
446
- #: gallery-plugin.php:2918
447
  msgid "Select Gallery Category"
448
  msgstr ""
449
 
450
- #: gallery-plugin.php:2976
 
451
  msgid "Title:"
452
- msgstr ""
453
 
454
- #: gallery-plugin.php:2979
455
  msgid "Display as dropdown"
456
  msgstr ""
457
 
458
- #: gallery-plugin.php:2981
459
  msgid "Show gallery counts"
460
  msgstr ""
461
 
462
- #: gallery-plugin.php:2983
463
  msgid "Show hierarchy"
464
  msgstr ""
465
 
466
- #: gallery-plugin.php:3099
 
467
  msgid "Warning"
468
- msgstr ""
469
 
470
- #: gallery-plugin.php:3099
471
  msgid "You can add only images to the gallery"
472
  msgstr ""
473
 
474
- #: gallery-plugin.php:3130
475
  msgid "or"
476
  msgstr ""
477
 
478
- #: gallery-plugin.php:3138
479
  #, fuzzy
480
  msgid "no title"
481
- msgstr "Име"
482
 
483
- #: gallery-plugin.php:3149
484
  #, fuzzy
485
  msgid ""
486
  "Display an album image with the description and the link to a single gallery "
@@ -489,7 +501,7 @@ msgstr ""
489
  "Ако искате да покажете кратко описание, заедно със screenshot и линк към "
490
  "страницата с галерията"
491
 
492
- #: gallery-plugin.php:3153
493
  #, fuzzy
494
  msgid "Sorry, no gallery found."
495
  msgstr "Съжалявам, нищо не е намерено."
@@ -508,577 +520,604 @@ msgid "Social"
508
  msgstr ""
509
 
510
  #: includes/class-gllr-settings.php:34
 
511
  msgid "Misc"
512
- msgstr ""
513
 
514
  #: includes/class-gllr-settings.php:35
 
515
  msgid "Custom Code"
516
- msgstr ""
517
 
518
  #: includes/class-gllr-settings.php:36
 
519
  msgid "Import / Export"
520
- msgstr ""
521
 
522
  #: includes/class-gllr-settings.php:37
 
523
  msgid "License Key"
524
- msgstr ""
525
 
526
- #: includes/class-gllr-settings.php:208
527
  msgid "Custom image size was changed. You need to update gallery images."
528
  msgstr ""
529
 
530
- #: includes/class-gllr-settings.php:245
531
  #, fuzzy
532
  msgid "Settings saved"
533
- msgstr "Настройките са съхранени"
534
 
535
- #: includes/class-gllr-settings.php:257
536
  #, fuzzy
537
  msgid "Please, enable JavaScript in Your browser."
538
- msgstr "Моля, активирайте JavaScript, за да можете да качвате файлове."
539
 
540
- #: includes/class-gllr-settings.php:262
541
  #, fuzzy
542
  msgid "Update Images"
543
  msgstr "подреди изображенията"
544
 
545
- #: includes/class-gllr-settings.php:277
546
  #, fuzzy
547
  msgid "Gallery Images"
548
  msgstr "Размер на изображението в галерия"
549
 
550
- #: includes/class-gllr-settings.php:282
551
- msgid "Adding images requires JavaScript."
552
  msgstr ""
553
 
554
- #: includes/class-gllr-settings.php:285
555
  msgid "Add Media"
556
  msgstr ""
557
 
558
- #: includes/class-gllr-settings.php:294
559
  msgid "The grid view for the Gallery images requires JavaScript."
560
  msgstr ""
561
 
562
- #: includes/class-gllr-settings.php:294
563
  msgid "Switch to the list view"
564
  msgstr ""
565
 
566
- #: includes/class-gllr-settings.php:317
567
  #, fuzzy
568
  msgid "Single Gallery Settings"
569
  msgstr "Настройки на галерията"
570
 
571
- #: includes/class-gllr-settings.php:319
572
  #, php-format
573
  msgid "Enable to configure single gallery settings and disable %s."
574
  msgstr ""
575
 
576
- #: includes/class-gllr-settings.php:330 includes/class-gllr-settings.php:387
577
- #: includes/class-gllr-settings.php:431 includes/class-gllr-settings.php:481
578
- #: includes/class-gllr-settings.php:598 includes/class-gllr-settings.php:686
579
- #: includes/class-gllr-settings.php:722 includes/class-gllr-settings.php:772
580
- #: includes/class-gllr-settings.php:909
 
581
  msgid "Close"
582
- msgstr ""
583
 
584
- #: includes/class-gllr-settings.php:334
585
  #, fuzzy
586
  msgid "Gallery Layout"
587
  msgstr "Няма намерена галерия"
588
 
589
- #: includes/class-gllr-settings.php:339
590
  msgid "Grid"
591
  msgstr ""
592
 
593
- #: includes/class-gllr-settings.php:345
594
  msgid "Masonry"
595
  msgstr ""
596
 
597
- #: includes/class-gllr-settings.php:358
598
- msgid "Number of Columns"
599
- msgstr ""
600
-
601
  #: includes/class-gllr-settings.php:360
602
- msgid "columns"
603
  msgstr ""
604
 
605
- #: includes/class-gllr-settings.php:361
606
  #, php-format
607
  msgid "Number of gallery columns (default is %s)."
608
  msgstr ""
609
 
610
- #: includes/class-gllr-settings.php:365 includes/class-gllr-settings.php:726
611
  #, fuzzy
612
  msgid "Image Size"
613
  msgstr "Размер на изображението"
614
 
615
- #: includes/class-gllr-settings.php:371 includes/class-gllr-settings.php:583
 
616
  msgid "Custom"
617
- msgstr ""
618
 
619
- #: includes/class-gllr-settings.php:373
620
  msgid ""
621
  "Maximum gallery image size. \"Custom\" uses the Image Dimensions values."
622
  msgstr ""
623
 
624
- #: includes/class-gllr-settings.php:377
625
  #, fuzzy
626
  msgid "Custom Image Size"
627
  msgstr "Размер на изображението"
628
 
629
- #: includes/class-gllr-settings.php:379 includes/class-gllr-settings.php:467
630
- #: includes/class-gllr-settings.php:591 includes/class-gllr-settings.php:641
631
  msgid "px"
632
  msgstr ""
633
 
634
- #: includes/class-gllr-settings.php:380
635
  msgid ""
636
  "Adjust these values based on the number of columns in your gallery. This "
637
  "won't effect the full size of your images in the lightbox."
638
  msgstr ""
639
 
640
- #: includes/class-gllr-settings.php:391
641
  #, fuzzy
642
  msgid "Crop Images"
643
  msgstr "Подреди изображенията"
644
 
645
- #: includes/class-gllr-settings.php:393
646
  msgid ""
647
  "Enable to crop images using the sizes defined for Custom Image Size. Disable "
648
  "to resize images automatically using their aspect ratio."
649
  msgstr ""
650
 
651
- #: includes/class-gllr-settings.php:397 includes/class-gllr-settings.php:608
652
  #, fuzzy
653
  msgid "Crop Position"
654
  msgstr "Позиция за изрязване"
655
 
656
- #: includes/class-gllr-settings.php:412 includes/class-gllr-settings.php:623
657
  msgid "Select crop position base (by default: center)."
658
  msgstr ""
659
 
660
- #: includes/class-gllr-settings.php:422
661
  #, fuzzy
662
  msgid "Image Title"
663
  msgstr "Размер на изображението"
664
 
665
- #: includes/class-gllr-settings.php:424
666
  msgid "Enable to display image title along with the gallery image."
667
  msgstr ""
668
 
669
- #: includes/class-gllr-settings.php:435
670
  #, fuzzy
671
  msgid "Image Title Position"
672
  msgstr "Размер на изображението"
673
 
674
- #: includes/class-gllr-settings.php:440
675
  #, fuzzy
676
  msgid "Under image"
677
  msgstr "подреди изображенията"
678
 
679
- #: includes/class-gllr-settings.php:446
680
  msgid "On mouse hover"
681
  msgstr ""
682
 
683
- #: includes/class-gllr-settings.php:459
684
  #, fuzzy
685
  msgid "Image Border"
686
  msgstr "Изображения с рамка"
687
 
688
- #: includes/class-gllr-settings.php:461
689
  msgid ""
690
  "Enable images border using the styles defined for Image Border Size and "
691
- "Color."
692
  msgstr ""
693
 
694
- #: includes/class-gllr-settings.php:465
695
  #, fuzzy
696
  msgid "Image Border Size"
697
  msgstr "Размер на изображението"
698
 
699
- #: includes/class-gllr-settings.php:468
700
  #, php-format
701
  msgid "Gallery image border width (default is %s)"
702
  msgstr ""
703
 
704
- #: includes/class-gllr-settings.php:472
705
  #, fuzzy
706
  msgid "Image Border Color"
707
  msgstr "Изберете цвят за рамката"
708
 
709
- #: includes/class-gllr-settings.php:485
710
  msgid "Pagination"
711
  msgstr ""
712
 
713
- #: includes/class-gllr-settings.php:488
714
  msgid ""
715
  "Enable pagination for images to limit number of images displayed on a single "
716
  "gallery page."
717
  msgstr ""
718
 
719
- #: includes/class-gllr-settings.php:492
720
  #, fuzzy
721
  msgid "Number of Images"
722
  msgstr "Брой изображения на ред"
723
 
724
- #: includes/class-gllr-settings.php:495
725
  #, php-format
726
  msgid "Number of images displayed per page (default is %d)."
727
  msgstr ""
728
 
729
- #: includes/class-gllr-settings.php:505
730
  #, fuzzy
731
  msgid "Sort Images by"
732
  msgstr "Подреди изображенията по"
733
 
734
- #: includes/class-gllr-settings.php:508
735
  msgid "Manually (default)"
736
  msgstr ""
737
 
738
- #: includes/class-gllr-settings.php:509
739
  #, fuzzy
740
  msgid "Image ID"
741
  msgstr "Изображение"
742
 
743
- #: includes/class-gllr-settings.php:510
 
744
  msgid "Name"
745
- msgstr ""
746
 
747
- #: includes/class-gllr-settings.php:512 includes/class-gllr-settings.php:662
748
  msgid "Random"
749
  msgstr "Произволен"
750
 
751
- #: includes/class-gllr-settings.php:514
752
  msgid ""
753
  "Select images sorting order in your gallery. By default, you can sort images "
754
  "manually in the images tab."
755
  msgstr ""
756
 
757
- #: includes/class-gllr-settings.php:518
758
  #, fuzzy
759
  msgid "Arrange Images by"
760
  msgstr "Подреди изображенията по"
761
 
762
- #: includes/class-gllr-settings.php:521 includes/class-gllr-settings.php:671
763
  msgid "Ascending (e.g. 1, 2, 3; a, b, c)"
764
  msgstr ""
765
 
766
- #: includes/class-gllr-settings.php:522 includes/class-gllr-settings.php:672
767
  msgid "Descending (e.g. 3, 2, 1; c, b, a)"
768
  msgstr ""
769
 
770
- #: includes/class-gllr-settings.php:527
771
  #, fuzzy
772
  msgid "Back Link"
773
  msgstr "URL за линка 'Назад'"
774
 
775
- #: includes/class-gllr-settings.php:529
776
  msgid ""
777
  "Enable to show a back link in a single gallery page which navigate to a "
778
  "previous page."
779
  msgstr ""
780
 
781
- #: includes/class-gllr-settings.php:533
782
  #, fuzzy
783
  msgid "Back Link URL"
784
  msgstr "URL за линка 'Назад'"
785
 
786
- #: includes/class-gllr-settings.php:536
787
  msgid "Back link custom page URL. Leave blank to use Gallery page template."
788
  msgstr ""
789
 
790
- #: includes/class-gllr-settings.php:540
791
  #, fuzzy
792
  msgid "Back Link Label"
793
  msgstr "URL за линка 'Назад'"
794
 
795
- #: includes/class-gllr-settings.php:546
796
  #, fuzzy
797
  msgid "Back Link with Shortcode"
798
  msgstr "Показване на линк 'Назад' в шорткода"
799
 
800
- #: includes/class-gllr-settings.php:549
801
  #, fuzzy
802
  msgid "Enable to display a back link on a page where shortcode is used."
803
  msgstr "Показване на линк 'Назад' в шорткода"
804
 
805
- #: includes/class-gllr-settings.php:560
806
  #, fuzzy
807
  msgid "Cover Settings"
808
  msgstr "Настройки на галерията"
809
 
810
- #: includes/class-gllr-settings.php:565
811
  #, fuzzy
812
  msgid "Galleries Page"
813
  msgstr "Галерии"
814
 
815
- #: includes/class-gllr-settings.php:573
816
  msgid "Base page where all existing galleries will be displayed."
817
  msgstr ""
818
 
819
- #: includes/class-gllr-settings.php:577
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
820
  #, fuzzy
821
  msgid "Cover Image Size"
822
  msgstr "Размер на изображението"
823
 
824
- #: includes/class-gllr-settings.php:585
825
  msgid "Maximum cover image size. Custom uses the Image Dimensions values."
826
  msgstr ""
827
 
828
- #: includes/class-gllr-settings.php:589
829
  msgid "Custom Cover Image Size"
830
  msgstr ""
831
 
832
- #: includes/class-gllr-settings.php:602
833
  msgid "Crop Cover Images"
834
  msgstr ""
835
 
836
- #: includes/class-gllr-settings.php:604
837
  msgid ""
838
  "Enable to crop images using the sizes defined for Custom Cover Image Size. "
839
  "Disable to resize images automatically using their aspect ratio."
840
  msgstr ""
841
 
842
- #: includes/class-gllr-settings.php:633
843
  #, fuzzy
844
  msgid "Cover Image Border"
845
  msgstr "Изображения с рамка"
846
 
847
- #: includes/class-gllr-settings.php:635
848
  msgid ""
849
  "Enable cover images border using the styles defined for Image Border Size "
850
  "and Color."
851
  msgstr ""
852
 
853
- #: includes/class-gllr-settings.php:639
854
  msgid "Cover Image Border Size"
855
  msgstr ""
856
 
857
- #: includes/class-gllr-settings.php:642
858
  #, php-format
859
  msgid "Cover image border width (default is %s)"
860
  msgstr ""
861
 
862
- #: includes/class-gllr-settings.php:646
863
  #, fuzzy
864
  msgid "Cover Image Border Color"
865
  msgstr "Изберете цвят за рамката"
866
 
867
- #: includes/class-gllr-settings.php:652
868
  #, fuzzy
869
  msgid "Sort Albums by"
870
  msgstr "Подреди изображенията по"
871
 
872
- #: includes/class-gllr-settings.php:655
873
  #, fuzzy
874
  msgid "Gallery ID"
875
  msgstr "Галерия"
876
 
877
- #: includes/class-gllr-settings.php:658
878
  msgid "Last modified date"
879
  msgstr ""
880
 
881
- #: includes/class-gllr-settings.php:659
882
  msgid "Comment count"
883
  msgstr ""
884
 
885
- #: includes/class-gllr-settings.php:660
886
  #, fuzzy
887
  msgid "Sorting order (the input field for sorting order)"
888
  msgstr ""
889
  "Ред за сортиране (полето за въвеждане на ред за сортиране в Insert / Upload "
890
  "Media Gallery)"
891
 
892
- #: includes/class-gllr-settings.php:664
893
  msgid "Select galleries sorting order in your galleries page."
894
  msgstr ""
895
 
896
- #: includes/class-gllr-settings.php:668
897
  msgid "Arrange Albums by"
898
  msgstr ""
899
 
900
- #: includes/class-gllr-settings.php:677
901
  #, fuzzy
902
  msgid "Read More Link Label"
903
  msgstr "Текст за линка 'Прочети повече'"
904
 
905
- #: includes/class-gllr-settings.php:690
906
  msgid "Instant Lightbox"
907
  msgstr ""
908
 
909
- #: includes/class-gllr-settings.php:693
910
  msgid ""
911
  "Enable to display all images in the lightbox after clicking cover image or "
912
  "URL instead of going to a single gallery page."
913
  msgstr ""
914
 
915
- #: includes/class-gllr-settings.php:707
916
  #, fuzzy
917
  msgid "Lightbox Settings"
918
  msgstr "Фон на lightbox"
919
 
920
- #: includes/class-gllr-settings.php:712
921
  msgid "Enable Lightbox"
922
  msgstr ""
923
 
924
- #: includes/class-gllr-settings.php:715
925
  msgid "Enable to show the lightbox when clicking on gallery images."
926
  msgstr ""
927
 
928
- #: includes/class-gllr-settings.php:733
929
  msgid ""
930
  "Select the maximum gallery image size for the lightbox view. \"Default\" "
931
  "will display the original, full size image."
932
  msgstr ""
933
 
934
- #: includes/class-gllr-settings.php:737
935
  msgid "Overlay Color"
936
  msgstr ""
937
 
938
- #: includes/class-gllr-settings.php:743
939
  msgid "Overlay Opacity"
940
  msgstr ""
941
 
942
- #: includes/class-gllr-settings.php:746
943
  #, php-format
944
  msgid ""
945
- "Lightbox overlay opacity. Leave blank to disable opacity (default is %d, max "
946
- "is %d)."
947
  msgstr ""
948
 
949
- #: includes/class-gllr-settings.php:756
950
  #, fuzzy
951
  msgid "Slideshow"
952
  msgstr "Слайдшоу"
953
 
954
- #: includes/class-gllr-settings.php:758
955
  msgid "Enable to start the slideshow automatically when the lightbox is used."
956
  msgstr ""
957
 
958
- #: includes/class-gllr-settings.php:762
959
  #, fuzzy
960
  msgid "Slideshow Duration"
961
  msgstr "Интервал за слайдшоу"
962
 
963
- #: includes/class-gllr-settings.php:764
964
  msgid "ms"
965
  msgstr ""
966
 
967
- #: includes/class-gllr-settings.php:765
968
  msgid "Slideshow interval duration between two images."
969
  msgstr ""
970
 
971
- #: includes/class-gllr-settings.php:776
972
  #, fuzzy
973
  msgid "Lightbox Helpers"
974
  msgstr "Фон на lightbox"
975
 
976
- #: includes/class-gllr-settings.php:778
977
- msgid "Enable to display the lightbox helper buttons."
978
  msgstr ""
979
 
980
- #: includes/class-gllr-settings.php:782
981
  #, fuzzy
982
  msgid "Lightbox Thumbnails"
983
  msgstr "Размер на изображението за корица на албума"
984
 
985
- #: includes/class-gllr-settings.php:784
986
- msgid "Enable to use a lightbox helper navigation between images.."
987
  msgstr ""
988
 
989
- #: includes/class-gllr-settings.php:788
990
  msgid "Lightbox Thumbnails Position"
991
  msgstr ""
992
 
993
- #: includes/class-gllr-settings.php:791
994
  #, fuzzy
995
  msgid "Top"
996
  msgstr "отгоре"
997
 
998
- #: includes/class-gllr-settings.php:796
999
  #, fuzzy
1000
  msgid "Lightbox Button Label"
1001
  msgstr "Фон на lightbox"
1002
 
1003
- #: includes/class-gllr-settings.php:798
1004
  #, fuzzy
1005
  msgid "Read More"
1006
  msgstr "Читати далі"
1007
 
1008
- #: includes/class-gllr-settings.php:808
1009
  msgid "Download Button"
1010
  msgstr ""
1011
 
1012
- #: includes/class-gllr-settings.php:810
1013
- #, fuzzy
1014
- msgid ""
1015
- "Enable to display link to the original file under each image in the lightbox."
1016
- msgstr "Показване на изображението в пълен размер в lightbox"
1017
 
1018
- #: includes/class-gllr-settings.php:814
1019
  msgid "Single Lightbox"
1020
  msgstr ""
1021
 
1022
- #: includes/class-gllr-settings.php:816
1023
  msgid ""
1024
  "Enable to use a single lightbox for multiple galleries located on a single "
1025
  "page."
1026
  msgstr ""
1027
 
1028
- #: includes/class-gllr-settings.php:826
1029
  msgid "Social Sharing Buttons Settings"
1030
  msgstr ""
1031
 
1032
- #: includes/class-gllr-settings.php:834
1033
- msgid "Enable Social Buttons"
1034
  msgstr ""
1035
 
1036
- #: includes/class-gllr-settings.php:836
1037
  msgid "Enable social sharing buttons in the lightbox."
1038
  msgstr ""
1039
 
1040
- #: includes/class-gllr-settings.php:840
1041
  msgid "Social Networks"
1042
  msgstr ""
1043
 
1044
- #: includes/class-gllr-settings.php:851
1045
- msgid "Social Buttons Position"
1046
- msgstr ""
1047
-
1048
- #: includes/class-gllr-settings.php:854
1049
- msgid "Left"
1050
- msgstr ""
1051
-
1052
- #: includes/class-gllr-settings.php:856
1053
- msgid "Select social buttons position in the lightbox."
1054
- msgstr ""
1055
-
1056
- #: includes/class-gllr-settings.php:860
1057
  #, fuzzy
1058
  msgid "Counter"
1059
  msgstr "Интервал за слайдшоу"
1060
 
1061
- #: includes/class-gllr-settings.php:863
1062
- msgid "Enable to show likes counter for each social button."
 
 
1063
  msgstr ""
1064
 
1065
- #: includes/class-gllr-settings.php:878
1066
  #, fuzzy
1067
  msgid "Demo Data"
1068
- msgstr "Установка %"
1069
 
1070
- #: includes/class-gllr-settings.php:880
1071
  msgid ""
1072
  "Install demo data to create galleries with images, post with shortcodes and "
1073
  "page with a list of all galleries."
1074
  msgstr ""
1075
 
1076
- #: includes/class-gllr-settings.php:899
1077
  #, fuzzy
1078
  msgid "Gallery Post Type"
1079
  msgstr "Шорткод за галерия"
1080
 
1081
- #: includes/class-gllr-settings.php:901
1082
  msgid ""
1083
  "Enable to avoid conflicts with other gallery plugins installed. All "
1084
  "galleries created earlier will stay unchanged. However, after enabling we "
@@ -1086,30 +1125,30 @@ msgid ""
1086
  "used."
1087
  msgstr ""
1088
 
1089
- #: includes/class-gllr-settings.php:913
1090
  #, fuzzy
1091
  msgid "Gallery Slug"
1092
  msgstr "Галерия"
1093
 
1094
- #: includes/class-gllr-settings.php:917
1095
  msgid "Enter the unique gallery slug."
1096
  msgstr ""
1097
 
1098
- #: includes/class-gllr-settings.php:933
1099
  #, fuzzy
1100
  msgid "Activate Now"
1101
  msgstr "Активовані плагіни"
1102
 
1103
- #: includes/class-gllr-settings.php:948
1104
  #, fuzzy
1105
  msgid "Install Now"
1106
- msgstr "Установка %"
1107
 
1108
- #: includes/class-gllr-settings.php:951
1109
  msgid "Enable to include galleries to your website search."
1110
  msgstr ""
1111
 
1112
- #: includes/class-gllr-settings.php:951
1113
  #, php-format
1114
  msgid "%s is required."
1115
  msgstr ""
@@ -1117,40 +1156,47 @@ msgstr ""
1117
  #: includes/demo-data/class-bws-demo-data.php:33
1118
  #, fuzzy
1119
  msgid "Install Demo Data"
1120
- msgstr "Установка %"
1121
 
1122
  #: includes/demo-data/class-bws-demo-data.php:36
 
1123
  msgid "Remove Demo Data"
1124
- msgstr ""
1125
 
1126
  #: includes/demo-data/class-bws-demo-data.php:37
 
1127
  msgid "Delete demo data and restore old plugin settings."
1128
- msgstr ""
1129
 
1130
  #: includes/demo-data/class-bws-demo-data.php:50
 
1131
  msgid "Yes, install demo data"
1132
- msgstr ""
1133
 
1134
  #: includes/demo-data/class-bws-demo-data.php:51
 
1135
  msgid "Are you sure you want to install demo data?"
1136
- msgstr ""
1137
 
1138
  #: includes/demo-data/class-bws-demo-data.php:53
 
1139
  msgid "Yes, remove demo data"
1140
- msgstr ""
1141
 
1142
  #: includes/demo-data/class-bws-demo-data.php:54
 
1143
  msgid "Are you sure you want to remove demo data?"
1144
- msgstr ""
1145
 
1146
  #: includes/demo-data/class-bws-demo-data.php:61
1147
  #, fuzzy
1148
  msgid "No, go back to the settings page"
1149
- msgstr "на страницата с настройки за плъгина ("
1150
 
1151
  #: includes/demo-data/class-bws-demo-data.php:111
 
1152
  msgid "Can not get demo data."
1153
- msgstr ""
1154
 
1155
  #: includes/demo-data/class-bws-demo-data.php:118
1156
  msgid "Demo settings already installed."
@@ -1161,41 +1207,50 @@ msgid "Demo data installed successfully."
1161
  msgstr ""
1162
 
1163
  #: includes/demo-data/class-bws-demo-data.php:369
 
1164
  msgid "View post with shortcodes"
1165
- msgstr ""
1166
 
1167
  #: includes/demo-data/class-bws-demo-data.php:372
 
1168
  msgid "View page with examples"
1169
- msgstr ""
1170
 
1171
  #: includes/demo-data/class-bws-demo-data.php:383
 
1172
  msgid "Installation of demo data with some errors occurred."
1173
- msgstr ""
1174
 
1175
  #: includes/demo-data/class-bws-demo-data.php:386
 
1176
  msgid "Posts data is missing."
1177
- msgstr ""
1178
 
1179
  #: includes/demo-data/class-bws-demo-data.php:458
 
1180
  msgid "Demo data have already been removed."
1181
- msgstr ""
1182
 
1183
  #: includes/demo-data/class-bws-demo-data.php:515
 
1184
  msgid "Demo data successfully removed."
1185
- msgstr ""
1186
 
1187
  #: includes/demo-data/class-bws-demo-data.php:519
 
1188
  msgid "Removing demo data with some errors occurred."
1189
- msgstr ""
1190
 
1191
  #: includes/demo-data/class-bws-demo-data.php:587
 
1192
  msgid "Close notice"
1193
- msgstr ""
1194
 
1195
  #: includes/demo-data/class-bws-demo-data.php:591
 
1196
  msgid ""
1197
- "Do you want to install demo content and settings (You can do this later "
1198
- "using Import / Export settings)?"
1199
  msgstr ""
1200
 
1201
  #: includes/demo-data/class-bws-demo-data.php:591
@@ -1203,6 +1258,12 @@ msgstr ""
1203
  msgid "Yes, install demo now"
1204
  msgstr "Установка %"
1205
 
 
 
 
 
 
 
1206
  #~ msgid "Download high resolution image"
1207
  #~ msgstr "Свали изображението в цял размер"
1208
 
2
  msgstr ""
3
  "Project-Id-Version: Gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-12-05 16:22+0200\n"
6
+ "PO-Revision-Date: 2017-12-05 16:22+0200\n"
7
  "Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Petya <p@pipermagus.com>\n"
9
  "Language: uk_UA\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Generator: Poedit 1.8.7.1\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: gallery-plugin.php:37 includes/class-gllr-settings.php:310
 
20
  msgid "Gallery Settings"
21
  msgstr "Настройки на галерията"
22
 
23
+ #: gallery-plugin.php:37 includes/class-gllr-settings.php:321
24
  #, fuzzy
25
  msgid "Global Settings"
26
  msgstr "Настройки на галерията"
27
 
28
+ #: gallery-plugin.php:43 gallery-plugin.php:2772
29
+ #, fuzzy
30
  msgid "Upgrade to Pro"
31
+ msgstr "Оновити до Pro"
32
 
33
+ #: gallery-plugin.php:237
34
  msgid "Return to all albums"
35
  msgstr ""
36
 
37
+ #: gallery-plugin.php:249
38
  msgid "See images &raquo;"
39
  msgstr "Виж изображенията &raquo;"
40
 
41
+ #: gallery-plugin.php:336 gallery-plugin.php:345
42
  msgid "Galleries"
43
  msgstr "Галерии"
44
 
45
+ #: gallery-plugin.php:337 gallery-plugin.php:3188
46
  msgid "Gallery"
47
  msgstr "Галерия"
48
 
49
+ #: gallery-plugin.php:338
50
  msgid "Add New Gallery"
51
  msgstr "Добави нова галерия"
52
 
53
+ #: gallery-plugin.php:339
54
  msgid "Edit Gallery"
55
  msgstr "Редактирай галерия"
56
 
57
+ #: gallery-plugin.php:340
58
  msgid "New Gallery"
59
  msgstr "Нова галерия"
60
 
61
+ #: gallery-plugin.php:341
62
  msgid "View Gallery"
63
  msgstr "Преглед на галерия"
64
 
65
+ #: gallery-plugin.php:342 includes/class-gllr-settings.php:941
66
  #, fuzzy
67
  msgid "Search Galleries"
68
  msgstr "Галерии"
69
 
70
+ #: gallery-plugin.php:343
71
  msgid "No Gallery found"
72
  msgstr "Няма намерена галерия"
73
 
74
+ #: gallery-plugin.php:365 gallery-plugin.php:1602 gallery-plugin.php:2918
75
+ #: gallery-plugin.php:2926 gallery-plugin.php:2964 gallery-plugin.php:2987
76
+ #: gallery-plugin.php:3172
77
  #, fuzzy
78
  msgid "Gallery Categories"
79
  msgstr "Размер на изображението в галерия"
80
 
81
+ #: gallery-plugin.php:366 gallery-plugin.php:805
82
  #, fuzzy
83
  msgid "Gallery Category"
84
  msgstr "Размер на изображението в галерия"
85
 
86
+ #: gallery-plugin.php:367
87
  msgid "Add Gallery Category"
88
  msgstr ""
89
 
90
+ #: gallery-plugin.php:368
91
  #, fuzzy
92
  msgid "Add New Gallery Category"
93
  msgstr "Добави нова галерия"
94
 
95
+ #: gallery-plugin.php:369 gallery-plugin.php:370
96
  msgid "Edit Gallery Category"
97
  msgstr ""
98
 
99
+ #: gallery-plugin.php:371
100
  msgid "New Gallery Category"
101
  msgstr ""
102
 
103
+ #: gallery-plugin.php:372 gallery-plugin.php:373
104
  msgid "View Gallery Category"
105
  msgstr ""
106
 
107
+ #: gallery-plugin.php:374
108
  msgid "Find Gallery Category"
109
  msgstr ""
110
 
111
+ #: gallery-plugin.php:375
112
  msgid "No Gallery Categories found"
113
  msgstr ""
114
 
115
+ #: gallery-plugin.php:376
116
  msgid "No Gallery Categories found in Trash"
117
  msgstr ""
118
 
119
+ #: gallery-plugin.php:377
120
  msgid "Parent Gallery Category"
121
  msgstr ""
122
 
123
+ #: gallery-plugin.php:378
124
  msgid "Gallery Categories list navigation"
125
  msgstr ""
126
 
127
+ #: gallery-plugin.php:379
128
  msgid "Gallery Categories list"
129
  msgstr ""
130
 
131
+ #: gallery-plugin.php:455
132
  msgid "Gallery Shortcode"
133
  msgstr "Шорткод за галерия"
134
 
135
+ #: gallery-plugin.php:464
136
  msgid ""
137
  "Add a single gallery with images to your posts, pages, custom post types or "
138
  "widgets by using the following shortcode:"
139
  msgstr ""
140
 
141
+ #: gallery-plugin.php:468
142
  msgid ""
143
  "Add a gallery cover including featured image, description, and a link to "
144
  "your single gallery using the following shortcode:"
145
  msgstr ""
146
 
147
+ #: gallery-plugin.php:581
148
+ #, fuzzy
149
  msgid "Note"
150
+ msgstr "Примітка"
151
 
152
+ #: gallery-plugin.php:581
153
  #, php-format
154
  msgid ""
155
  "When deleting a category, the galleries that belong to this category will "
156
+ "not be deleted. These galleries will be moved to the category %s."
157
  msgstr ""
158
 
159
+ #: gallery-plugin.php:594 gallery-plugin.php:1601
160
  #, fuzzy
161
  msgid "Shortcode"
162
  msgstr "Шорткод за галерия"
163
 
164
+ #: gallery-plugin.php:640
165
  msgid "All Gallery Categories"
166
  msgstr ""
167
 
168
+ #: gallery-plugin.php:717
169
  msgid "You can't delete default gallery category."
170
  msgstr ""
171
 
172
+ #: gallery-plugin.php:1091 gallery-plugin.php:1198 gallery-plugin.php:2109
173
  msgid "Sorry, nothing found."
174
  msgstr "Съжалявам, нищо не е намерено."
175
 
176
+ #: gallery-plugin.php:1598
177
+ #, fuzzy
178
  msgid "Featured Image"
179
+ msgstr "Мініатюра"
180
 
181
+ #: gallery-plugin.php:1599 gallery-plugin.php:2629 gallery-plugin.php:2733
182
+ #: gallery-plugin.php:2844 includes/class-gllr-settings.php:679
183
  msgid "Title"
184
  msgstr "Име"
185
 
186
+ #: gallery-plugin.php:1600 includes/class-gllr-settings.php:41
187
  #, fuzzy
188
  msgid "Images"
189
  msgstr "Изображение"
190
 
191
+ #: gallery-plugin.php:1603 includes/class-gllr-settings.php:684
192
  msgid "Author"
193
  msgstr "Автор "
194
 
195
+ #: gallery-plugin.php:1604 includes/class-gllr-settings.php:513
196
+ #: includes/class-gllr-settings.php:680
197
  msgid "Date"
198
  msgstr "Дата "
199
 
200
+ #: gallery-plugin.php:1690
201
+ #, fuzzy, php-format
202
+ msgid "%s Settings"
203
+ msgstr "Перейти до Налаштувань %s"
204
+
205
+ #: gallery-plugin.php:1717 gallery-plugin.php:1735
206
  #: includes/class-gllr-settings.php:30 includes/class-gllr-settings.php:42
207
  msgid "Settings"
208
  msgstr "Настройки"
209
 
210
+ #: gallery-plugin.php:1718
211
  msgid "FAQ"
212
  msgstr "Често задавани въпроси"
213
 
214
+ #: gallery-plugin.php:1719
215
  msgid "Support"
216
  msgstr "Поддръжка"
217
 
218
+ #: gallery-plugin.php:1758
219
  msgid "Updating images..."
220
  msgstr ""
221
 
222
+ #: gallery-plugin.php:1759
223
  #, fuzzy
224
  msgid "No images found."
225
  msgstr "Няма намерена галерия"
226
 
227
+ #: gallery-plugin.php:1760
228
  msgid "All images were updated."
229
  msgstr ""
230
 
231
+ #: gallery-plugin.php:1761
232
+ #, fuzzy
233
  msgid "Error."
234
+ msgstr "ПОМИЛКА:"
235
 
236
+ #: gallery-plugin.php:1773
237
  msgid ""
238
  "You are about to remove these items from this gallery.\n"
239
  " 'Cancel' to stop, 'OK' to delete."
240
  msgstr ""
241
 
242
+ #: gallery-plugin.php:1774
243
  msgid ""
244
  "You are about to remove this image from the gallery.\n"
245
  " 'Cancel' to stop, 'OK' to delete."
246
  msgstr ""
247
 
248
+ #: gallery-plugin.php:1775
249
  msgid ""
250
  "Switching to another mode, all unsaved data will be lost. Save data before "
251
  "switching?"
252
  msgstr ""
253
 
254
+ #: gallery-plugin.php:1776
255
  msgid "Insert Media"
256
  msgstr ""
257
 
258
+ #: gallery-plugin.php:1777
259
  msgid "Insert"
260
  msgstr ""
261
 
262
+ #: gallery-plugin.php:2301 gallery-plugin.php:2327
263
  #, fuzzy
264
  msgid "Image size not defined"
265
  msgstr "Размер на изображението"
266
 
267
+ #: gallery-plugin.php:2316
268
  msgid ""
269
  "Plugin updates only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please "
270
  "reload images manually."
271
  msgstr ""
272
 
273
+ #: gallery-plugin.php:2356 gallery-plugin.php:2359 gallery-plugin.php:2364
 
 
 
 
274
  msgid "Invalid path"
275
  msgstr ""
276
 
277
+ #: gallery-plugin.php:2453
278
  msgid "List View"
279
  msgstr ""
280
 
281
+ #: gallery-plugin.php:2454
282
  msgid "Grid View"
283
  msgstr ""
284
 
285
+ #: gallery-plugin.php:2509
286
+ #, fuzzy
287
  msgid "Filter"
288
+ msgstr "Фільтр"
289
 
290
+ #: gallery-plugin.php:2513
291
  msgid "Empty Trash"
292
  msgstr ""
293
 
294
+ #: gallery-plugin.php:2534
295
  #, fuzzy
296
  msgid "No images found"
297
  msgstr "Няма намерена галерия"
298
 
299
+ #: gallery-plugin.php:2586
300
  msgid "Select bulk action"
301
  msgstr ""
302
 
303
+ #: gallery-plugin.php:2588
304
  msgid "Bulk Actions"
305
  msgstr ""
306
 
307
+ #: gallery-plugin.php:2598
308
+ #, fuzzy
309
  msgid "Apply"
310
+ msgstr "Застосувати фільтр"
311
 
312
+ #: gallery-plugin.php:2605
313
  #, fuzzy
314
  msgid "Delete from Gallery"
315
  msgstr "Нова галерия"
316
 
317
+ #: gallery-plugin.php:2614
318
  msgid "Bulk Select"
319
  msgstr ""
320
 
321
+ #: gallery-plugin.php:2615
322
  msgid "Cancel Selection"
323
  msgstr ""
324
 
325
+ #: gallery-plugin.php:2616
326
  msgid "Delete Selected"
327
  msgstr ""
328
 
329
+ #: gallery-plugin.php:2627
330
+ #, fuzzy
331
  msgid "File"
332
+ msgstr "Імпорт пройшов успішно, але файл %s видалити не вдалося"
333
 
334
+ #: gallery-plugin.php:2628 gallery-plugin.php:2728 gallery-plugin.php:2839
335
  msgid "Dimensions"
336
  msgstr ""
337
 
338
+ #: gallery-plugin.php:2630 gallery-plugin.php:2739 gallery-plugin.php:2849
339
  msgid "Alt Text"
340
  msgstr ""
341
 
342
+ #: gallery-plugin.php:2631 gallery-plugin.php:2743 gallery-plugin.php:2854
343
  msgid "URL"
344
  msgstr "URL"
345
 
346
+ #: gallery-plugin.php:2631 gallery-plugin.php:2745
347
  msgid ""
348
  "Enter your custom URL to link this image to other page or file. Leave blank "
349
  "to open a full size image."
350
  msgstr ""
351
 
352
+ #: gallery-plugin.php:2710
353
  #, fuzzy
354
  msgid "Remove Image from Gallery"
355
  msgstr "Нова галерия"
356
 
357
+ #: gallery-plugin.php:2713
358
  #, fuzzy
359
  msgid "Edit Image Info"
360
  msgstr "ID на изображението"
361
 
362
+ #: gallery-plugin.php:2714
363
  msgid "Deselect"
364
  msgstr ""
365
 
366
+ #: gallery-plugin.php:2726
367
  msgid "File name"
368
  msgstr ""
369
 
370
+ #: gallery-plugin.php:2727
371
  msgid "File type"
372
  msgstr ""
373
 
374
+ #: gallery-plugin.php:2752
375
+ #, fuzzy
376
  msgid "Description"
377
+ msgstr "Опис слайда"
378
 
379
+ #: gallery-plugin.php:2758
380
  #, fuzzy
381
  msgid "Lightbox Button URL"
382
  msgstr "Фон на lightbox"
383
 
384
+ #: gallery-plugin.php:2765
385
  msgid "New Tab"
386
  msgstr ""
387
 
388
+ #: gallery-plugin.php:2767
389
  msgid "Enable to open URLs above in a new tab."
390
  msgstr ""
391
 
392
+ #: gallery-plugin.php:2772
393
  msgid "Go Pro"
394
  msgstr ""
395
 
396
+ #: gallery-plugin.php:2778
397
  msgid "Edit more details"
398
  msgstr ""
399
 
400
+ #: gallery-plugin.php:2780
401
  #, fuzzy
402
  msgid "Remove from Gallery"
403
  msgstr "Нова галерия"
404
 
405
+ #: gallery-plugin.php:2814
406
  #, php-format
407
  msgid "Select %s"
408
  msgstr ""
409
 
410
+ #: gallery-plugin.php:2827
411
  #, php-format
412
  msgid "Edit &#8220;%s&#8221;"
413
  msgstr ""
414
 
415
+ #: gallery-plugin.php:2835
416
  #, fuzzy
417
  msgid "Edit Attachment Info"
418
  msgstr "ID на изображението"
419
 
420
+ #: gallery-plugin.php:2872 gallery-plugin.php:2885
421
+ #, fuzzy
422
  msgid "Edit"
423
+ msgstr "Змінити"
424
 
425
+ #: gallery-plugin.php:2875 gallery-plugin.php:2890
426
  msgid "Trash"
427
  msgstr ""
428
 
429
+ #: gallery-plugin.php:2878 gallery-plugin.php:2893
430
  msgid "Delete Permanently"
431
  msgstr ""
432
 
433
+ #: gallery-plugin.php:2880 gallery-plugin.php:2899
434
  #, php-format
435
  msgid "View &#8220;%s&#8221;"
436
  msgstr ""
437
 
438
+ #: gallery-plugin.php:2880 gallery-plugin.php:2899 gallery-plugin.php:2982
439
+ #, fuzzy
440
  msgid "View"
441
+ msgstr "Переглянути Автомобіль"
442
 
443
+ #: gallery-plugin.php:2882
444
  #, fuzzy
445
  msgid "Attach"
446
  msgstr "ID на изображението"
447
 
448
+ #: gallery-plugin.php:2888
449
  msgid "Restore"
450
  msgstr ""
451
 
452
+ #: gallery-plugin.php:2917
453
  msgid "A list or dropdown of Gallery categories."
454
  msgstr ""
455
 
456
+ #: gallery-plugin.php:2962
457
  msgid "Select Gallery Category"
458
  msgstr ""
459
 
460
+ #: gallery-plugin.php:3020
461
+ #, fuzzy
462
  msgid "Title:"
463
+ msgstr "Назва:"
464
 
465
+ #: gallery-plugin.php:3023
466
  msgid "Display as dropdown"
467
  msgstr ""
468
 
469
+ #: gallery-plugin.php:3025
470
  msgid "Show gallery counts"
471
  msgstr ""
472
 
473
+ #: gallery-plugin.php:3027
474
  msgid "Show hierarchy"
475
  msgstr ""
476
 
477
+ #: gallery-plugin.php:3143
478
+ #, fuzzy
479
  msgid "Warning"
480
+ msgstr "Увага"
481
 
482
+ #: gallery-plugin.php:3143
483
  msgid "You can add only images to the gallery"
484
  msgstr ""
485
 
486
+ #: gallery-plugin.php:3174
487
  msgid "or"
488
  msgstr ""
489
 
490
+ #: gallery-plugin.php:3182
491
  #, fuzzy
492
  msgid "no title"
493
+ msgstr "Назва"
494
 
495
+ #: gallery-plugin.php:3193
496
  #, fuzzy
497
  msgid ""
498
  "Display an album image with the description and the link to a single gallery "
501
  "Ако искате да покажете кратко описание, заедно със screenshot и линк към "
502
  "страницата с галерията"
503
 
504
+ #: gallery-plugin.php:3197
505
  #, fuzzy
506
  msgid "Sorry, no gallery found."
507
  msgstr "Съжалявам, нищо не е намерено."
520
  msgstr ""
521
 
522
  #: includes/class-gllr-settings.php:34
523
+ #, fuzzy
524
  msgid "Misc"
525
+ msgstr "Різне"
526
 
527
  #: includes/class-gllr-settings.php:35
528
+ #, fuzzy
529
  msgid "Custom Code"
530
+ msgstr "Користувацький код"
531
 
532
  #: includes/class-gllr-settings.php:36
533
+ #, fuzzy
534
  msgid "Import / Export"
535
+ msgstr "Імпорт / Експорт"
536
 
537
  #: includes/class-gllr-settings.php:37
538
+ #, fuzzy
539
  msgid "License Key"
540
+ msgstr "Ліцензійний ключ"
541
 
542
+ #: includes/class-gllr-settings.php:210
543
  msgid "Custom image size was changed. You need to update gallery images."
544
  msgstr ""
545
 
546
+ #: includes/class-gllr-settings.php:247
547
  #, fuzzy
548
  msgid "Settings saved"
549
+ msgstr "Налаштування збережено."
550
 
551
+ #: includes/class-gllr-settings.php:259
552
  #, fuzzy
553
  msgid "Please, enable JavaScript in Your browser."
554
+ msgstr "Будь ласка, увімкніть JavaScript у вашому браузері."
555
 
556
+ #: includes/class-gllr-settings.php:264
557
  #, fuzzy
558
  msgid "Update Images"
559
  msgstr "подреди изображенията"
560
 
561
+ #: includes/class-gllr-settings.php:279
562
  #, fuzzy
563
  msgid "Gallery Images"
564
  msgstr "Размер на изображението в галерия"
565
 
566
+ #: includes/class-gllr-settings.php:284
567
+ msgid "Images adding requires JavaScript."
568
  msgstr ""
569
 
570
+ #: includes/class-gllr-settings.php:287
571
  msgid "Add Media"
572
  msgstr ""
573
 
574
+ #: includes/class-gllr-settings.php:296
575
  msgid "The grid view for the Gallery images requires JavaScript."
576
  msgstr ""
577
 
578
+ #: includes/class-gllr-settings.php:296
579
  msgid "Switch to the list view"
580
  msgstr ""
581
 
582
+ #: includes/class-gllr-settings.php:319
583
  #, fuzzy
584
  msgid "Single Gallery Settings"
585
  msgstr "Настройки на галерията"
586
 
587
+ #: includes/class-gllr-settings.php:321
588
  #, php-format
589
  msgid "Enable to configure single gallery settings and disable %s."
590
  msgstr ""
591
 
592
+ #: includes/class-gllr-settings.php:332 includes/class-gllr-settings.php:389
593
+ #: includes/class-gllr-settings.php:433 includes/class-gllr-settings.php:483
594
+ #: includes/class-gllr-settings.php:621 includes/class-gllr-settings.php:709
595
+ #: includes/class-gllr-settings.php:745 includes/class-gllr-settings.php:795
596
+ #: includes/class-gllr-settings.php:923
597
+ #, fuzzy
598
  msgid "Close"
599
+ msgstr "Закрити"
600
 
601
+ #: includes/class-gllr-settings.php:336
602
  #, fuzzy
603
  msgid "Gallery Layout"
604
  msgstr "Няма намерена галерия"
605
 
606
+ #: includes/class-gllr-settings.php:341
607
  msgid "Grid"
608
  msgstr ""
609
 
610
+ #: includes/class-gllr-settings.php:347
611
  msgid "Masonry"
612
  msgstr ""
613
 
 
 
 
 
614
  #: includes/class-gllr-settings.php:360
615
+ msgid "Number of Columns"
616
  msgstr ""
617
 
618
+ #: includes/class-gllr-settings.php:363
619
  #, php-format
620
  msgid "Number of gallery columns (default is %s)."
621
  msgstr ""
622
 
623
+ #: includes/class-gllr-settings.php:367 includes/class-gllr-settings.php:749
624
  #, fuzzy
625
  msgid "Image Size"
626
  msgstr "Размер на изображението"
627
 
628
+ #: includes/class-gllr-settings.php:373 includes/class-gllr-settings.php:606
629
+ #, fuzzy
630
  msgid "Custom"
631
+ msgstr "Користувацьке"
632
 
633
+ #: includes/class-gllr-settings.php:375
634
  msgid ""
635
  "Maximum gallery image size. \"Custom\" uses the Image Dimensions values."
636
  msgstr ""
637
 
638
+ #: includes/class-gllr-settings.php:379
639
  #, fuzzy
640
  msgid "Custom Image Size"
641
  msgstr "Размер на изображението"
642
 
643
+ #: includes/class-gllr-settings.php:381 includes/class-gllr-settings.php:469
644
+ #: includes/class-gllr-settings.php:614 includes/class-gllr-settings.php:664
645
  msgid "px"
646
  msgstr ""
647
 
648
+ #: includes/class-gllr-settings.php:382
649
  msgid ""
650
  "Adjust these values based on the number of columns in your gallery. This "
651
  "won't effect the full size of your images in the lightbox."
652
  msgstr ""
653
 
654
+ #: includes/class-gllr-settings.php:393
655
  #, fuzzy
656
  msgid "Crop Images"
657
  msgstr "Подреди изображенията"
658
 
659
+ #: includes/class-gllr-settings.php:395
660
  msgid ""
661
  "Enable to crop images using the sizes defined for Custom Image Size. Disable "
662
  "to resize images automatically using their aspect ratio."
663
  msgstr ""
664
 
665
+ #: includes/class-gllr-settings.php:399 includes/class-gllr-settings.php:631
666
  #, fuzzy
667
  msgid "Crop Position"
668
  msgstr "Позиция за изрязване"
669
 
670
+ #: includes/class-gllr-settings.php:414 includes/class-gllr-settings.php:646
671
  msgid "Select crop position base (by default: center)."
672
  msgstr ""
673
 
674
+ #: includes/class-gllr-settings.php:424
675
  #, fuzzy
676
  msgid "Image Title"
677
  msgstr "Размер на изображението"
678
 
679
+ #: includes/class-gllr-settings.php:426
680
  msgid "Enable to display image title along with the gallery image."
681
  msgstr ""
682
 
683
+ #: includes/class-gllr-settings.php:437
684
  #, fuzzy
685
  msgid "Image Title Position"
686
  msgstr "Размер на изображението"
687
 
688
+ #: includes/class-gllr-settings.php:442
689
  #, fuzzy
690
  msgid "Under image"
691
  msgstr "подреди изображенията"
692
 
693
+ #: includes/class-gllr-settings.php:448
694
  msgid "On mouse hover"
695
  msgstr ""
696
 
697
+ #: includes/class-gllr-settings.php:461
698
  #, fuzzy
699
  msgid "Image Border"
700
  msgstr "Изображения с рамка"
701
 
702
+ #: includes/class-gllr-settings.php:463
703
  msgid ""
704
  "Enable images border using the styles defined for Image Border Size and "
705
+ "Color options."
706
  msgstr ""
707
 
708
+ #: includes/class-gllr-settings.php:467
709
  #, fuzzy
710
  msgid "Image Border Size"
711
  msgstr "Размер на изображението"
712
 
713
+ #: includes/class-gllr-settings.php:470
714
  #, php-format
715
  msgid "Gallery image border width (default is %s)"
716
  msgstr ""
717
 
718
+ #: includes/class-gllr-settings.php:474
719
  #, fuzzy
720
  msgid "Image Border Color"
721
  msgstr "Изберете цвят за рамката"
722
 
723
+ #: includes/class-gllr-settings.php:487
724
  msgid "Pagination"
725
  msgstr ""
726
 
727
+ #: includes/class-gllr-settings.php:490
728
  msgid ""
729
  "Enable pagination for images to limit number of images displayed on a single "
730
  "gallery page."
731
  msgstr ""
732
 
733
+ #: includes/class-gllr-settings.php:494
734
  #, fuzzy
735
  msgid "Number of Images"
736
  msgstr "Брой изображения на ред"
737
 
738
+ #: includes/class-gllr-settings.php:497
739
  #, php-format
740
  msgid "Number of images displayed per page (default is %d)."
741
  msgstr ""
742
 
743
+ #: includes/class-gllr-settings.php:507
744
  #, fuzzy
745
  msgid "Sort Images by"
746
  msgstr "Подреди изображенията по"
747
 
748
+ #: includes/class-gllr-settings.php:510
749
  msgid "Manually (default)"
750
  msgstr ""
751
 
752
+ #: includes/class-gllr-settings.php:511
753
  #, fuzzy
754
  msgid "Image ID"
755
  msgstr "Изображение"
756
 
757
+ #: includes/class-gllr-settings.php:512
758
+ #, fuzzy
759
  msgid "Name"
760
+ msgstr "Им'я"
761
 
762
+ #: includes/class-gllr-settings.php:514 includes/class-gllr-settings.php:685
763
  msgid "Random"
764
  msgstr "Произволен"
765
 
766
+ #: includes/class-gllr-settings.php:516
767
  msgid ""
768
  "Select images sorting order in your gallery. By default, you can sort images "
769
  "manually in the images tab."
770
  msgstr ""
771
 
772
+ #: includes/class-gllr-settings.php:520
773
  #, fuzzy
774
  msgid "Arrange Images by"
775
  msgstr "Подреди изображенията по"
776
 
777
+ #: includes/class-gllr-settings.php:523 includes/class-gllr-settings.php:694
778
  msgid "Ascending (e.g. 1, 2, 3; a, b, c)"
779
  msgstr ""
780
 
781
+ #: includes/class-gllr-settings.php:524 includes/class-gllr-settings.php:695
782
  msgid "Descending (e.g. 3, 2, 1; c, b, a)"
783
  msgstr ""
784
 
785
+ #: includes/class-gllr-settings.php:529
786
  #, fuzzy
787
  msgid "Back Link"
788
  msgstr "URL за линка 'Назад'"
789
 
790
+ #: includes/class-gllr-settings.php:531
791
  msgid ""
792
  "Enable to show a back link in a single gallery page which navigate to a "
793
  "previous page."
794
  msgstr ""
795
 
796
+ #: includes/class-gllr-settings.php:535
797
  #, fuzzy
798
  msgid "Back Link URL"
799
  msgstr "URL за линка 'Назад'"
800
 
801
+ #: includes/class-gllr-settings.php:538
802
  msgid "Back link custom page URL. Leave blank to use Gallery page template."
803
  msgstr ""
804
 
805
+ #: includes/class-gllr-settings.php:542
806
  #, fuzzy
807
  msgid "Back Link Label"
808
  msgstr "URL за линка 'Назад'"
809
 
810
+ #: includes/class-gllr-settings.php:548
811
  #, fuzzy
812
  msgid "Back Link with Shortcode"
813
  msgstr "Показване на линк 'Назад' в шорткода"
814
 
815
+ #: includes/class-gllr-settings.php:551
816
  #, fuzzy
817
  msgid "Enable to display a back link on a page where shortcode is used."
818
  msgstr "Показване на линк 'Назад' в шорткода"
819
 
820
+ #: includes/class-gllr-settings.php:562
821
  #, fuzzy
822
  msgid "Cover Settings"
823
  msgstr "Настройки на галерията"
824
 
825
+ #: includes/class-gllr-settings.php:567
826
  #, fuzzy
827
  msgid "Galleries Page"
828
  msgstr "Галерии"
829
 
830
+ #: includes/class-gllr-settings.php:575
831
  msgid "Base page where all existing galleries will be displayed."
832
  msgstr ""
833
 
834
+ #: includes/class-gllr-settings.php:579
835
+ msgid "Albums Displaying"
836
+ msgstr ""
837
+
838
+ #: includes/class-gllr-settings.php:582
839
+ msgid "Column"
840
+ msgstr ""
841
+
842
+ #: includes/class-gllr-settings.php:583
843
+ msgid "Rows"
844
+ msgstr ""
845
+
846
+ #: includes/class-gllr-settings.php:585
847
+ msgid "Select the way galleries will be displayed on the Galleries Page."
848
+ msgstr ""
849
+
850
+ #: includes/class-gllr-settings.php:589
851
+ msgid "Column Alignment"
852
+ msgstr ""
853
+
854
+ #: includes/class-gllr-settings.php:592
855
+ msgid "Left"
856
+ msgstr ""
857
+
858
+ #: includes/class-gllr-settings.php:593
859
+ msgid "Right"
860
+ msgstr ""
861
+
862
+ #: includes/class-gllr-settings.php:594
863
+ msgid "Center"
864
+ msgstr ""
865
+
866
+ #: includes/class-gllr-settings.php:596
867
+ msgid "Select the column alignment."
868
+ msgstr ""
869
+
870
+ #: includes/class-gllr-settings.php:600
871
  #, fuzzy
872
  msgid "Cover Image Size"
873
  msgstr "Размер на изображението"
874
 
875
+ #: includes/class-gllr-settings.php:608
876
  msgid "Maximum cover image size. Custom uses the Image Dimensions values."
877
  msgstr ""
878
 
879
+ #: includes/class-gllr-settings.php:612
880
  msgid "Custom Cover Image Size"
881
  msgstr ""
882
 
883
+ #: includes/class-gllr-settings.php:625
884
  msgid "Crop Cover Images"
885
  msgstr ""
886
 
887
+ #: includes/class-gllr-settings.php:627
888
  msgid ""
889
  "Enable to crop images using the sizes defined for Custom Cover Image Size. "
890
  "Disable to resize images automatically using their aspect ratio."
891
  msgstr ""
892
 
893
+ #: includes/class-gllr-settings.php:656
894
  #, fuzzy
895
  msgid "Cover Image Border"
896
  msgstr "Изображения с рамка"
897
 
898
+ #: includes/class-gllr-settings.php:658
899
  msgid ""
900
  "Enable cover images border using the styles defined for Image Border Size "
901
  "and Color."
902
  msgstr ""
903
 
904
+ #: includes/class-gllr-settings.php:662
905
  msgid "Cover Image Border Size"
906
  msgstr ""
907
 
908
+ #: includes/class-gllr-settings.php:665
909
  #, php-format
910
  msgid "Cover image border width (default is %s)"
911
  msgstr ""
912
 
913
+ #: includes/class-gllr-settings.php:669
914
  #, fuzzy
915
  msgid "Cover Image Border Color"
916
  msgstr "Изберете цвят за рамката"
917
 
918
+ #: includes/class-gllr-settings.php:675
919
  #, fuzzy
920
  msgid "Sort Albums by"
921
  msgstr "Подреди изображенията по"
922
 
923
+ #: includes/class-gllr-settings.php:678
924
  #, fuzzy
925
  msgid "Gallery ID"
926
  msgstr "Галерия"
927
 
928
+ #: includes/class-gllr-settings.php:681
929
  msgid "Last modified date"
930
  msgstr ""
931
 
932
+ #: includes/class-gllr-settings.php:682
933
  msgid "Comment count"
934
  msgstr ""
935
 
936
+ #: includes/class-gllr-settings.php:683
937
  #, fuzzy
938
  msgid "Sorting order (the input field for sorting order)"
939
  msgstr ""
940
  "Ред за сортиране (полето за въвеждане на ред за сортиране в Insert / Upload "
941
  "Media Gallery)"
942
 
943
+ #: includes/class-gllr-settings.php:687
944
  msgid "Select galleries sorting order in your galleries page."
945
  msgstr ""
946
 
947
+ #: includes/class-gllr-settings.php:691
948
  msgid "Arrange Albums by"
949
  msgstr ""
950
 
951
+ #: includes/class-gllr-settings.php:700
952
  #, fuzzy
953
  msgid "Read More Link Label"
954
  msgstr "Текст за линка 'Прочети повече'"
955
 
956
+ #: includes/class-gllr-settings.php:713
957
  msgid "Instant Lightbox"
958
  msgstr ""
959
 
960
+ #: includes/class-gllr-settings.php:716
961
  msgid ""
962
  "Enable to display all images in the lightbox after clicking cover image or "
963
  "URL instead of going to a single gallery page."
964
  msgstr ""
965
 
966
+ #: includes/class-gllr-settings.php:730
967
  #, fuzzy
968
  msgid "Lightbox Settings"
969
  msgstr "Фон на lightbox"
970
 
971
+ #: includes/class-gllr-settings.php:735
972
  msgid "Enable Lightbox"
973
  msgstr ""
974
 
975
+ #: includes/class-gllr-settings.php:738
976
  msgid "Enable to show the lightbox when clicking on gallery images."
977
  msgstr ""
978
 
979
+ #: includes/class-gllr-settings.php:756
980
  msgid ""
981
  "Select the maximum gallery image size for the lightbox view. \"Default\" "
982
  "will display the original, full size image."
983
  msgstr ""
984
 
985
+ #: includes/class-gllr-settings.php:760
986
  msgid "Overlay Color"
987
  msgstr ""
988
 
989
+ #: includes/class-gllr-settings.php:766
990
  msgid "Overlay Opacity"
991
  msgstr ""
992
 
993
+ #: includes/class-gllr-settings.php:769
994
  #, php-format
995
  msgid ""
996
+ "Lightbox overlay opacity. Leave blank to disable opacity (default is %s, max "
997
+ "is %s)."
998
  msgstr ""
999
 
1000
+ #: includes/class-gllr-settings.php:779
1001
  #, fuzzy
1002
  msgid "Slideshow"
1003
  msgstr "Слайдшоу"
1004
 
1005
+ #: includes/class-gllr-settings.php:781
1006
  msgid "Enable to start the slideshow automatically when the lightbox is used."
1007
  msgstr ""
1008
 
1009
+ #: includes/class-gllr-settings.php:785
1010
  #, fuzzy
1011
  msgid "Slideshow Duration"
1012
  msgstr "Интервал за слайдшоу"
1013
 
1014
+ #: includes/class-gllr-settings.php:787
1015
  msgid "ms"
1016
  msgstr ""
1017
 
1018
+ #: includes/class-gllr-settings.php:788
1019
  msgid "Slideshow interval duration between two images."
1020
  msgstr ""
1021
 
1022
+ #: includes/class-gllr-settings.php:799
1023
  #, fuzzy
1024
  msgid "Lightbox Helpers"
1025
  msgstr "Фон на lightbox"
1026
 
1027
+ #: includes/class-gllr-settings.php:801
1028
+ msgid "Enable to display the lightbox toolbar and arrows."
1029
  msgstr ""
1030
 
1031
+ #: includes/class-gllr-settings.php:805
1032
  #, fuzzy
1033
  msgid "Lightbox Thumbnails"
1034
  msgstr "Размер на изображението за корица на албума"
1035
 
1036
+ #: includes/class-gllr-settings.php:807
1037
+ msgid "Enable to use a lightbox helper navigation between images."
1038
  msgstr ""
1039
 
1040
+ #: includes/class-gllr-settings.php:811
1041
  msgid "Lightbox Thumbnails Position"
1042
  msgstr ""
1043
 
1044
+ #: includes/class-gllr-settings.php:814
1045
  #, fuzzy
1046
  msgid "Top"
1047
  msgstr "отгоре"
1048
 
1049
+ #: includes/class-gllr-settings.php:819
1050
  #, fuzzy
1051
  msgid "Lightbox Button Label"
1052
  msgstr "Фон на lightbox"
1053
 
1054
+ #: includes/class-gllr-settings.php:821
1055
  #, fuzzy
1056
  msgid "Read More"
1057
  msgstr "Читати далі"
1058
 
1059
+ #: includes/class-gllr-settings.php:831
1060
  msgid "Download Button"
1061
  msgstr ""
1062
 
1063
+ #: includes/class-gllr-settings.php:833
1064
+ msgid "Enable to display download button."
1065
+ msgstr ""
 
 
1066
 
1067
+ #: includes/class-gllr-settings.php:837
1068
  msgid "Single Lightbox"
1069
  msgstr ""
1070
 
1071
+ #: includes/class-gllr-settings.php:839
1072
  msgid ""
1073
  "Enable to use a single lightbox for multiple galleries located on a single "
1074
  "page."
1075
  msgstr ""
1076
 
1077
+ #: includes/class-gllr-settings.php:849
1078
  msgid "Social Sharing Buttons Settings"
1079
  msgstr ""
1080
 
1081
+ #: includes/class-gllr-settings.php:857
1082
+ msgid "Social Buttons"
1083
  msgstr ""
1084
 
1085
+ #: includes/class-gllr-settings.php:859
1086
  msgid "Enable social sharing buttons in the lightbox."
1087
  msgstr ""
1088
 
1089
+ #: includes/class-gllr-settings.php:863
1090
  msgid "Social Networks"
1091
  msgstr ""
1092
 
1093
+ #: includes/class-gllr-settings.php:874
 
 
 
 
 
 
 
 
 
 
 
 
1094
  #, fuzzy
1095
  msgid "Counter"
1096
  msgstr "Интервал за слайдшоу"
1097
 
1098
+ #: includes/class-gllr-settings.php:877
1099
+ msgid ""
1100
+ "Enable to show likes counter for each social button (not available for "
1101
+ "Google +1)."
1102
  msgstr ""
1103
 
1104
+ #: includes/class-gllr-settings.php:892
1105
  #, fuzzy
1106
  msgid "Demo Data"
1107
+ msgstr "Демо дані"
1108
 
1109
+ #: includes/class-gllr-settings.php:894
1110
  msgid ""
1111
  "Install demo data to create galleries with images, post with shortcodes and "
1112
  "page with a list of all galleries."
1113
  msgstr ""
1114
 
1115
+ #: includes/class-gllr-settings.php:913
1116
  #, fuzzy
1117
  msgid "Gallery Post Type"
1118
  msgstr "Шорткод за галерия"
1119
 
1120
+ #: includes/class-gllr-settings.php:915
1121
  msgid ""
1122
  "Enable to avoid conflicts with other gallery plugins installed. All "
1123
  "galleries created earlier will stay unchanged. However, after enabling we "
1125
  "used."
1126
  msgstr ""
1127
 
1128
+ #: includes/class-gllr-settings.php:927
1129
  #, fuzzy
1130
  msgid "Gallery Slug"
1131
  msgstr "Галерия"
1132
 
1133
+ #: includes/class-gllr-settings.php:931
1134
  msgid "Enter the unique gallery slug."
1135
  msgstr ""
1136
 
1137
+ #: includes/class-gllr-settings.php:947
1138
  #, fuzzy
1139
  msgid "Activate Now"
1140
  msgstr "Активовані плагіни"
1141
 
1142
+ #: includes/class-gllr-settings.php:962
1143
  #, fuzzy
1144
  msgid "Install Now"
1145
+ msgstr "Встановити Зараз"
1146
 
1147
+ #: includes/class-gllr-settings.php:965
1148
  msgid "Enable to include galleries to your website search."
1149
  msgstr ""
1150
 
1151
+ #: includes/class-gllr-settings.php:965
1152
  #, php-format
1153
  msgid "%s is required."
1154
  msgstr ""
1156
  #: includes/demo-data/class-bws-demo-data.php:33
1157
  #, fuzzy
1158
  msgid "Install Demo Data"
1159
+ msgstr "Встановити Демо Дані"
1160
 
1161
  #: includes/demo-data/class-bws-demo-data.php:36
1162
+ #, fuzzy
1163
  msgid "Remove Demo Data"
1164
+ msgstr "Видалити Демо Дані"
1165
 
1166
  #: includes/demo-data/class-bws-demo-data.php:37
1167
+ #, fuzzy
1168
  msgid "Delete demo data and restore old plugin settings."
1169
+ msgstr "Видалити демо дані і відновити попередні налаштування плагіна."
1170
 
1171
  #: includes/demo-data/class-bws-demo-data.php:50
1172
+ #, fuzzy
1173
  msgid "Yes, install demo data"
1174
+ msgstr "Так, встановити демо дані"
1175
 
1176
  #: includes/demo-data/class-bws-demo-data.php:51
1177
+ #, fuzzy
1178
  msgid "Are you sure you want to install demo data?"
1179
+ msgstr "Ви впевнені, що хочете встановити демо дані?"
1180
 
1181
  #: includes/demo-data/class-bws-demo-data.php:53
1182
+ #, fuzzy
1183
  msgid "Yes, remove demo data"
1184
+ msgstr "Так, видалити демо дані"
1185
 
1186
  #: includes/demo-data/class-bws-demo-data.php:54
1187
+ #, fuzzy
1188
  msgid "Are you sure you want to remove demo data?"
1189
+ msgstr "Ви впевнені, що хочете видалити демо дані?"
1190
 
1191
  #: includes/demo-data/class-bws-demo-data.php:61
1192
  #, fuzzy
1193
  msgid "No, go back to the settings page"
1194
+ msgstr "Ні, повернутися на сторінку налаштувань"
1195
 
1196
  #: includes/demo-data/class-bws-demo-data.php:111
1197
+ #, fuzzy
1198
  msgid "Can not get demo data."
1199
+ msgstr "Неможливо отримати демо дані"
1200
 
1201
  #: includes/demo-data/class-bws-demo-data.php:118
1202
  msgid "Demo settings already installed."
1207
  msgstr ""
1208
 
1209
  #: includes/demo-data/class-bws-demo-data.php:369
1210
+ #, fuzzy
1211
  msgid "View post with shortcodes"
1212
+ msgstr "Переглянути запис з шорткодами"
1213
 
1214
  #: includes/demo-data/class-bws-demo-data.php:372
1215
+ #, fuzzy
1216
  msgid "View page with examples"
1217
+ msgstr "Переглянути сторінку з прикладами"
1218
 
1219
  #: includes/demo-data/class-bws-demo-data.php:383
1220
+ #, fuzzy
1221
  msgid "Installation of demo data with some errors occurred."
1222
+ msgstr "Установка демо даних пройшла з помилками."
1223
 
1224
  #: includes/demo-data/class-bws-demo-data.php:386
1225
+ #, fuzzy
1226
  msgid "Posts data is missing."
1227
+ msgstr "Дані записів відсутні."
1228
 
1229
  #: includes/demo-data/class-bws-demo-data.php:458
1230
+ #, fuzzy
1231
  msgid "Demo data have already been removed."
1232
+ msgstr "Демо дані вже були видалені"
1233
 
1234
  #: includes/demo-data/class-bws-demo-data.php:515
1235
+ #, fuzzy
1236
  msgid "Demo data successfully removed."
1237
+ msgstr "Демо дані успішно видалені."
1238
 
1239
  #: includes/demo-data/class-bws-demo-data.php:519
1240
+ #, fuzzy
1241
  msgid "Removing demo data with some errors occurred."
1242
+ msgstr "Видалення демо даних пройшло з помилками."
1243
 
1244
  #: includes/demo-data/class-bws-demo-data.php:587
1245
+ #, fuzzy
1246
  msgid "Close notice"
1247
+ msgstr "Закрити повідомлення"
1248
 
1249
  #: includes/demo-data/class-bws-demo-data.php:591
1250
+ #, php-format
1251
  msgid ""
1252
+ "Do you want to install demo content and settings for %s (You can do this "
1253
+ "later using Import / Export settings)?"
1254
  msgstr ""
1255
 
1256
  #: includes/demo-data/class-bws-demo-data.php:591
1258
  msgid "Yes, install demo now"
1259
  msgstr "Установка %"
1260
 
1261
+ #, fuzzy
1262
+ #~ msgid ""
1263
+ #~ "Enable to display link to the original file under each image in the "
1264
+ #~ "lightbox."
1265
+ #~ msgstr "Показване на изображението в пълен размер в lightbox"
1266
+
1267
  #~ msgid "Download high resolution image"
1268
  #~ msgstr "Свали изображението в цял размер"
1269
 
languages/gallery-plugin-cs_CZ.mo CHANGED
Binary file
languages/gallery-plugin-cs_CZ.po CHANGED
@@ -2,9 +2,9 @@ msgid ""
2
  msgstr ""
3
  "Project-Id-Version: Gallery BWS\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-08-14 11:34+0300\n"
6
- "PO-Revision-Date: 2017-08-14 11:35+0300\n"
7
- "Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Mik013\n"
9
  "Language: cs\n"
10
  "MIME-Version: 1.0\n"
@@ -13,122 +13,121 @@ msgstr ""
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Generator: Poedit 1.5.4\n"
17
  "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: gallery-plugin.php:37 gallery-plugin.php:1647
21
- #: includes/class-gllr-settings.php:308
22
  msgid "Gallery Settings"
23
  msgstr "Nastavení galerie"
24
 
25
- #: gallery-plugin.php:37 includes/class-gllr-settings.php:319
26
  msgid "Global Settings"
27
  msgstr "Obecná nastavení"
28
 
29
- #: gallery-plugin.php:43 gallery-plugin.php:2728
30
  msgid "Upgrade to Pro"
31
  msgstr "Aktualizovat na Pro"
32
 
33
- #: gallery-plugin.php:218
34
  msgid "Return to all albums"
35
  msgstr "Vrátit se ke všem albům"
36
 
37
- #: gallery-plugin.php:228
38
  msgid "See images &raquo;"
39
  msgstr "Prohlédnout obrázky &raquo;"
40
 
41
- #: gallery-plugin.php:315 gallery-plugin.php:324
42
  msgid "Galleries"
43
  msgstr "Galerie"
44
 
45
- #: gallery-plugin.php:316 gallery-plugin.php:3144
46
  msgid "Gallery"
47
  msgstr "Galerie"
48
 
49
- #: gallery-plugin.php:317
50
  msgid "Add New Gallery"
51
  msgstr "Přidat novou galerii"
52
 
53
- #: gallery-plugin.php:318
54
  msgid "Edit Gallery"
55
  msgstr "Upravit galerii"
56
 
57
- #: gallery-plugin.php:319
58
  msgid "New Gallery"
59
  msgstr "Nová galerie"
60
 
61
- #: gallery-plugin.php:320
62
  msgid "View Gallery"
63
  msgstr "Zobrazit galerii"
64
 
65
- #: gallery-plugin.php:321 includes/class-gllr-settings.php:927
66
  msgid "Search Galleries"
67
  msgstr "Hledat galerie"
68
 
69
- #: gallery-plugin.php:322
70
  msgid "No Gallery found"
71
  msgstr "Žádná galerie nenalezena"
72
 
73
- #: gallery-plugin.php:344 gallery-plugin.php:1559 gallery-plugin.php:2874
74
- #: gallery-plugin.php:2882 gallery-plugin.php:2920 gallery-plugin.php:2943
75
- #: gallery-plugin.php:3128
76
  msgid "Gallery Categories"
77
  msgstr "Kategorie galerií"
78
 
79
- #: gallery-plugin.php:345 gallery-plugin.php:784
80
  msgid "Gallery Category"
81
  msgstr "Kategorie galerie"
82
 
83
- #: gallery-plugin.php:346
84
  msgid "Add Gallery Category"
85
  msgstr "Přidat kategorii galerie"
86
 
87
- #: gallery-plugin.php:347
88
  msgid "Add New Gallery Category"
89
  msgstr "Přidat novou kategorii galerie"
90
 
91
- #: gallery-plugin.php:348 gallery-plugin.php:349
92
  msgid "Edit Gallery Category"
93
  msgstr "Upravit kategorii galerie"
94
 
95
- #: gallery-plugin.php:350
96
  msgid "New Gallery Category"
97
  msgstr "Nová kategorie galerie"
98
 
99
- #: gallery-plugin.php:351 gallery-plugin.php:352
100
  msgid "View Gallery Category"
101
  msgstr "Zobrazit kategorii galerie"
102
 
103
- #: gallery-plugin.php:353
104
  msgid "Find Gallery Category"
105
  msgstr "Najít kategorii galerie"
106
 
107
- #: gallery-plugin.php:354
108
  msgid "No Gallery Categories found"
109
  msgstr "Žádná kategorie galerie nenalezena"
110
 
111
- #: gallery-plugin.php:355
112
  msgid "No Gallery Categories found in Trash"
113
  msgstr "Žádná kategorie galerie nebyla v koši nenalezena"
114
 
115
- #: gallery-plugin.php:356
116
  msgid "Parent Gallery Category"
117
  msgstr "Nadřazená kategorie galerií"
118
 
119
- #: gallery-plugin.php:357
120
  msgid "Gallery Categories list navigation"
121
  msgstr "Navigace seznamem kategorií galerií"
122
 
123
- #: gallery-plugin.php:358
124
  msgid "Gallery Categories list"
125
  msgstr "Seznam kategorií galerií"
126
 
127
- #: gallery-plugin.php:434
128
  msgid "Gallery Shortcode"
129
  msgstr "Zkrácený kód galerie"
130
 
131
- #: gallery-plugin.php:443
132
  msgid ""
133
  "Add a single gallery with images to your posts, pages, custom post types or "
134
  "widgets by using the following shortcode:"
@@ -136,7 +135,7 @@ msgstr ""
136
  "Přidat galerii s obrázky do příspěvků, stránek, vlastních typů příspěvků "
137
  "nebo widgetů pomocí následujícího zkráceného kódu:"
138
 
139
- #: gallery-plugin.php:447
140
  msgid ""
141
  "Add a gallery cover including featured image, description, and a link to "
142
  "your single gallery using the following shortcode:"
@@ -144,87 +143,90 @@ msgstr ""
144
  "Přidat obal galerie včetně náhledového obrázku, popisu a odkazu na vaši "
145
  "konkrétní galerii pomocí následujícího zkráceného kódu:"
146
 
147
- #: gallery-plugin.php:560
148
  msgid "Note"
149
  msgstr "Poznámka"
150
 
151
- #: gallery-plugin.php:560
152
  #, php-format
153
  msgid ""
154
  "When deleting a category, the galleries that belong to this category will "
155
- "not be deleted. Instead, these galleries will be moved to the category %s."
156
  msgstr ""
157
- "Při mazání kategorie, galerie, které patří do této kategorie nebudou "
158
- "odstraněny. Namísto toho budou tyto galerie přesunuty do kategorie %s."
159
 
160
- #: gallery-plugin.php:573 gallery-plugin.php:1558
161
  msgid "Shortcode"
162
  msgstr "Zkrácený kód galerie"
163
 
164
- #: gallery-plugin.php:619
165
  msgid "All Gallery Categories"
166
  msgstr "Všechny kategorie galerií"
167
 
168
- #: gallery-plugin.php:696
169
  msgid "You can't delete default gallery category."
170
  msgstr "Výchozí kategorii galerie nelze odstranit."
171
 
172
- #: gallery-plugin.php:1048 gallery-plugin.php:1155 gallery-plugin.php:2065
173
  msgid "Sorry, nothing found."
174
  msgstr "Je nám líto, nic nenalezeno."
175
 
176
- #: gallery-plugin.php:1555
177
  msgid "Featured Image"
178
  msgstr "Náhledový obrázek"
179
 
180
- #: gallery-plugin.php:1556 gallery-plugin.php:2585 gallery-plugin.php:2689
181
- #: gallery-plugin.php:2800 includes/class-gllr-settings.php:656
182
  msgid "Title"
183
  msgstr "Název"
184
 
185
- #: gallery-plugin.php:1557 includes/class-gllr-settings.php:41
186
  msgid "Images"
187
  msgstr "Obrázky"
188
 
189
- #: gallery-plugin.php:1560 includes/class-gllr-settings.php:661
190
  msgid "Author"
191
  msgstr "Autor"
192
 
193
- #: gallery-plugin.php:1561 includes/class-gllr-settings.php:511
194
- #: includes/class-gllr-settings.php:657
195
  msgid "Date"
196
  msgstr "Datum"
197
 
198
- #: gallery-plugin.php:1674 gallery-plugin.php:1692
 
 
 
 
 
199
  #: includes/class-gllr-settings.php:30 includes/class-gllr-settings.php:42
200
  msgid "Settings"
201
  msgstr "Nastavení"
202
 
203
- #: gallery-plugin.php:1675
204
  msgid "FAQ"
205
  msgstr "Často kladené otázky (FAQ)"
206
 
207
- #: gallery-plugin.php:1676
208
  msgid "Support"
209
  msgstr "Podpora"
210
 
211
- #: gallery-plugin.php:1715
212
  msgid "Updating images..."
213
  msgstr "Aktualizace obrázků..."
214
 
215
- #: gallery-plugin.php:1716
216
  msgid "No images found."
217
  msgstr "Nenalezeny žádné obrázky."
218
 
219
- #: gallery-plugin.php:1717
220
  msgid "All images were updated."
221
  msgstr "Všechny obrázky byly aktualizovány."
222
 
223
- #: gallery-plugin.php:1718
224
  msgid "Error."
225
  msgstr "Chyba."
226
 
227
- #: gallery-plugin.php:1730
228
  msgid ""
229
  "You are about to remove these items from this gallery.\n"
230
  " 'Cancel' to stop, 'OK' to delete."
@@ -232,7 +234,7 @@ msgstr ""
232
  "Chystáte se odstranit tyto položky z této galerie.\n"
233
  " 'Cancel' pro zrušení, 'OK' pro smazání."
234
 
235
- #: gallery-plugin.php:1731
236
  msgid ""
237
  "You are about to remove this image from the gallery.\n"
238
  " 'Cancel' to stop, 'OK' to delete."
@@ -240,7 +242,7 @@ msgstr ""
240
  "Chystáte se odstranit tento obrázek z této galerie.\n"
241
  " 'Cancel' pro zrušení, 'OK' pro smazání."
242
 
243
- #: gallery-plugin.php:1732
244
  msgid ""
245
  "Switching to another mode, all unsaved data will be lost. Save data before "
246
  "switching?"
@@ -248,19 +250,19 @@ msgstr ""
248
  "Přepnutím do jiného módu dojde ke ztrátě všech neuložených dat. Uložit dat "
249
  "před přepnutím?"
250
 
251
- #: gallery-plugin.php:1733
252
  msgid "Insert Media"
253
  msgstr "Vložit média"
254
 
255
- #: gallery-plugin.php:1734
256
  msgid "Insert"
257
  msgstr "Vložit"
258
 
259
- #: gallery-plugin.php:2257
260
  msgid "Image size not defined"
261
  msgstr "Velikost obrázku není definována"
262
 
263
- #: gallery-plugin.php:2272
264
  msgid ""
265
  "Plugin updates only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please "
266
  "reload images manually."
@@ -268,79 +270,75 @@ msgstr ""
268
  "Plugin dokáže aktualizovat pouze PNG, JPEG, GIF, WPMP nebo XBM soubory. "
269
  "Ostatní musíte nahrát ručně."
270
 
271
- #: gallery-plugin.php:2283
272
- msgid "Image size changes not defined"
273
- msgstr "Změna velikosti obrázku není definována"
274
-
275
- #: gallery-plugin.php:2312 gallery-plugin.php:2315 gallery-plugin.php:2320
276
  msgid "Invalid path"
277
  msgstr "Nesprávná cesta"
278
 
279
- #: gallery-plugin.php:2409
280
  msgid "List View"
281
  msgstr "Zobrazení seznamu"
282
 
283
- #: gallery-plugin.php:2410
284
  msgid "Grid View"
285
  msgstr "Zobrazení mřížky"
286
 
287
- #: gallery-plugin.php:2465
288
  msgid "Filter"
289
  msgstr "Filtr"
290
 
291
- #: gallery-plugin.php:2469
292
  msgid "Empty Trash"
293
  msgstr "Vysypat koš"
294
 
295
- #: gallery-plugin.php:2490
296
  msgid "No images found"
297
  msgstr "Nenalezeny žádné obrázky"
298
 
299
- #: gallery-plugin.php:2542
300
  msgid "Select bulk action"
301
  msgstr "Vyberte hromadnou akci"
302
 
303
- #: gallery-plugin.php:2544
304
  msgid "Bulk Actions"
305
  msgstr "Hromadné akce"
306
 
307
- #: gallery-plugin.php:2554
308
  msgid "Apply"
309
  msgstr "Použít"
310
 
311
- #: gallery-plugin.php:2561
312
  msgid "Delete from Gallery"
313
  msgstr "Smazat z galerie"
314
 
315
- #: gallery-plugin.php:2570
316
  msgid "Bulk Select"
317
  msgstr "Hromadný výběr"
318
 
319
- #: gallery-plugin.php:2571
320
  msgid "Cancel Selection"
321
  msgstr "Zrušit výběr"
322
 
323
- #: gallery-plugin.php:2572
324
  msgid "Delete Selected"
325
  msgstr "Smazat vybrané"
326
 
327
- #: gallery-plugin.php:2583
328
  msgid "File"
329
  msgstr "Soubor"
330
 
331
- #: gallery-plugin.php:2584 gallery-plugin.php:2684 gallery-plugin.php:2795
332
  msgid "Dimensions"
333
  msgstr "Rozměry"
334
 
335
- #: gallery-plugin.php:2586 gallery-plugin.php:2695 gallery-plugin.php:2805
336
  msgid "Alt Text"
337
  msgstr "Alternativní text (alt tag)"
338
 
339
- #: gallery-plugin.php:2587 gallery-plugin.php:2699 gallery-plugin.php:2810
340
  msgid "URL"
341
  msgstr "URL"
342
 
343
- #: gallery-plugin.php:2587 gallery-plugin.php:2701
344
  msgid ""
345
  "Enter your custom URL to link this image to other page or file. Leave blank "
346
  "to open a full size image."
@@ -348,144 +346,144 @@ msgstr ""
348
  "Zadejte vlastní URL pro odkaz u tohoto obrázku na jinou stránku nebo soubor. "
349
  "Ponechte prázdné pro otevření obrázku v plné velikosti."
350
 
351
- #: gallery-plugin.php:2666
352
  msgid "Remove Image from Gallery"
353
  msgstr "Odstranit obrázek z galerie"
354
 
355
- #: gallery-plugin.php:2669
356
  msgid "Edit Image Info"
357
  msgstr "Upravit informace o obrázku"
358
 
359
- #: gallery-plugin.php:2670
360
  msgid "Deselect"
361
  msgstr "Zrušit výběr"
362
 
363
- #: gallery-plugin.php:2682
364
  msgid "File name"
365
  msgstr "Jméno souboru"
366
 
367
- #: gallery-plugin.php:2683
368
  msgid "File type"
369
  msgstr "Typ souboru"
370
 
371
- #: gallery-plugin.php:2708
372
  msgid "Description"
373
  msgstr "Popis"
374
 
375
- #: gallery-plugin.php:2714
376
  msgid "Lightbox Button URL"
377
  msgstr "URL tlačítka v Lightboxu"
378
 
379
- #: gallery-plugin.php:2721
380
  msgid "New Tab"
381
  msgstr "Nová záložka"
382
 
383
- #: gallery-plugin.php:2723
384
  msgid "Enable to open URLs above in a new tab."
385
  msgstr "Zapnout otevření URL adresy na nové záložce."
386
 
387
- #: gallery-plugin.php:2728
388
  msgid "Go Pro"
389
  msgstr "Přejít na PRO"
390
 
391
- #: gallery-plugin.php:2734
392
  msgid "Edit more details"
393
  msgstr "Upravit další detaily"
394
 
395
- #: gallery-plugin.php:2736
396
  msgid "Remove from Gallery"
397
  msgstr "Odstranit z galerie"
398
 
399
- #: gallery-plugin.php:2770
400
  #, php-format
401
  msgid "Select %s"
402
  msgstr "Vybrat %s"
403
 
404
- #: gallery-plugin.php:2783
405
  #, php-format
406
  msgid "Edit &#8220;%s&#8221;"
407
  msgstr "Upravit &#8220;%s&#8221;"
408
 
409
- #: gallery-plugin.php:2791
410
  msgid "Edit Attachment Info"
411
  msgstr "Upravit informace o příloze"
412
 
413
- #: gallery-plugin.php:2828 gallery-plugin.php:2841
414
  msgid "Edit"
415
  msgstr "Upravit"
416
 
417
- #: gallery-plugin.php:2831 gallery-plugin.php:2846
418
  msgid "Trash"
419
  msgstr "Koš"
420
 
421
- #: gallery-plugin.php:2834 gallery-plugin.php:2849
422
  msgid "Delete Permanently"
423
  msgstr "Smazat trvale"
424
 
425
- #: gallery-plugin.php:2836 gallery-plugin.php:2855
426
  #, php-format
427
  msgid "View &#8220;%s&#8221;"
428
  msgstr "Zobrazit &#8220;%s&#8221;"
429
 
430
- #: gallery-plugin.php:2836 gallery-plugin.php:2855 gallery-plugin.php:2938
431
  msgid "View"
432
  msgstr "Zobrazit"
433
 
434
- #: gallery-plugin.php:2838
435
  msgid "Attach"
436
  msgstr "Přiložit"
437
 
438
- #: gallery-plugin.php:2844
439
  msgid "Restore"
440
  msgstr "Obnovit"
441
 
442
- #: gallery-plugin.php:2873
443
  msgid "A list or dropdown of Gallery categories."
444
  msgstr "Seznam nebo rozbalovací menu kategorií galerií."
445
 
446
- #: gallery-plugin.php:2918
447
  msgid "Select Gallery Category"
448
  msgstr "Vybrat kategorii galerie"
449
 
450
- #: gallery-plugin.php:2976
451
  msgid "Title:"
452
  msgstr "Titulek:"
453
 
454
- #: gallery-plugin.php:2979
455
  msgid "Display as dropdown"
456
  msgstr "Zobrazit jako rozbalovací menu"
457
 
458
- #: gallery-plugin.php:2981
459
  msgid "Show gallery counts"
460
  msgstr "Zobrazit počet galerií"
461
 
462
- #: gallery-plugin.php:2983
463
  msgid "Show hierarchy"
464
  msgstr "Zobrazit hierarchii"
465
 
466
- #: gallery-plugin.php:3099
467
  msgid "Warning"
468
  msgstr "Upozornění"
469
 
470
- #: gallery-plugin.php:3099
471
  msgid "You can add only images to the gallery"
472
  msgstr "Do galerie můžete přidat pouze obrázky"
473
 
474
- #: gallery-plugin.php:3130
475
  msgid "or"
476
  msgstr "anebo"
477
 
478
- #: gallery-plugin.php:3138
479
  msgid "no title"
480
  msgstr "bez titulku"
481
 
482
- #: gallery-plugin.php:3149
483
  msgid ""
484
  "Display an album image with the description and the link to a single gallery "
485
  "page"
486
  msgstr "Zobrazit obrázek alba s popisem a odkazem na danou stránku galerie"
487
 
488
- #: gallery-plugin.php:3153
489
  msgid "Sorry, no gallery found."
490
  msgstr "Je nám líto, žádná galerie nenalezena."
491
 
@@ -517,111 +515,107 @@ msgstr "Import / Export"
517
  msgid "License Key"
518
  msgstr "Licenční klíč"
519
 
520
- #: includes/class-gllr-settings.php:208
521
  msgid "Custom image size was changed. You need to update gallery images."
522
  msgstr ""
523
  "Vlastní velikost obrázku byla změněna. Je potřeba aktualizovat obrázky "
524
  "galerie."
525
 
526
- #: includes/class-gllr-settings.php:245
527
  msgid "Settings saved"
528
  msgstr "Nastavení uloženo"
529
 
530
- #: includes/class-gllr-settings.php:257
531
  msgid "Please, enable JavaScript in Your browser."
532
  msgstr "Prosím, povolte JavaScript ve vašem prohlížeči."
533
 
534
- #: includes/class-gllr-settings.php:262
535
  msgid "Update Images"
536
  msgstr "Aktualizace obrázků galerie"
537
 
538
- #: includes/class-gllr-settings.php:277
539
  msgid "Gallery Images"
540
  msgstr "Obrázky v galerii"
541
 
542
- #: includes/class-gllr-settings.php:282
543
- msgid "Adding images requires JavaScript."
544
- msgstr "Přidání obrázků vyžaduje JavaScript."
545
 
546
- #: includes/class-gllr-settings.php:285
547
  msgid "Add Media"
548
  msgstr "Přidat média"
549
 
550
- #: includes/class-gllr-settings.php:294
551
  msgid "The grid view for the Gallery images requires JavaScript."
552
  msgstr "Zobrazení obrázků galerie v mřížce vyžaduje JavaScript."
553
 
554
- #: includes/class-gllr-settings.php:294
555
  msgid "Switch to the list view"
556
  msgstr "Přepnout do zobrazení seznamu"
557
 
558
- #: includes/class-gllr-settings.php:317
559
  msgid "Single Gallery Settings"
560
  msgstr "Nastavení konkrétní galerie"
561
 
562
- #: includes/class-gllr-settings.php:319
563
  #, php-format
564
  msgid "Enable to configure single gallery settings and disable %s."
565
  msgstr "Umožňuje nastavení konkrétní galerie a zákaz %s."
566
 
567
- #: includes/class-gllr-settings.php:330 includes/class-gllr-settings.php:387
568
- #: includes/class-gllr-settings.php:431 includes/class-gllr-settings.php:481
569
- #: includes/class-gllr-settings.php:598 includes/class-gllr-settings.php:686
570
- #: includes/class-gllr-settings.php:722 includes/class-gllr-settings.php:772
571
- #: includes/class-gllr-settings.php:909
572
  msgid "Close"
573
  msgstr "Zavřít"
574
 
575
- #: includes/class-gllr-settings.php:334
576
  msgid "Gallery Layout"
577
  msgstr "Vzhled galerie"
578
 
579
- #: includes/class-gllr-settings.php:339
580
  msgid "Grid"
581
  msgstr "Mřížka"
582
 
583
- #: includes/class-gllr-settings.php:345
584
  msgid "Masonry"
585
  msgstr "Dlaždice"
586
 
587
- #: includes/class-gllr-settings.php:358
588
  msgid "Number of Columns"
589
  msgstr "Počet sloupců"
590
 
591
- #: includes/class-gllr-settings.php:360
592
- msgid "columns"
593
- msgstr "sloupce"
594
-
595
- #: includes/class-gllr-settings.php:361
596
  #, php-format
597
  msgid "Number of gallery columns (default is %s)."
598
  msgstr "Počet sloupců galerie (výchozí hodnota je %s)."
599
 
600
- #: includes/class-gllr-settings.php:365 includes/class-gllr-settings.php:726
601
  msgid "Image Size"
602
  msgstr "Velikost obrázku"
603
 
604
- #: includes/class-gllr-settings.php:371 includes/class-gllr-settings.php:583
605
  msgid "Custom"
606
  msgstr "Vlastní"
607
 
608
- #: includes/class-gllr-settings.php:373
609
  msgid ""
610
  "Maximum gallery image size. \"Custom\" uses the Image Dimensions values."
611
  msgstr ""
612
  "Maximální velikost obrázku galerie. \"Vlastní\" používá hodnoty rozměru "
613
  "obrázku."
614
 
615
- #: includes/class-gllr-settings.php:377
616
  msgid "Custom Image Size"
617
  msgstr "Vlastní velikost obrázku"
618
 
619
- #: includes/class-gllr-settings.php:379 includes/class-gllr-settings.php:467
620
- #: includes/class-gllr-settings.php:591 includes/class-gllr-settings.php:641
621
  msgid "px"
622
  msgstr "px"
623
 
624
- #: includes/class-gllr-settings.php:380
625
  msgid ""
626
  "Adjust these values based on the number of columns in your gallery. This "
627
  "won't effect the full size of your images in the lightbox."
@@ -629,11 +623,11 @@ msgstr ""
629
  "Upravit tyto hodnoty v závislosti na počtu sloupců ve galerii. Toto nemá "
630
  "vliv na plnou velikost vašich snímků v Lightboxu."
631
 
632
- #: includes/class-gllr-settings.php:391
633
  msgid "Crop Images"
634
  msgstr "Oříznout obrázky"
635
 
636
- #: includes/class-gllr-settings.php:393
637
  msgid ""
638
  "Enable to crop images using the sizes defined for Custom Image Size. Disable "
639
  "to resize images automatically using their aspect ratio."
@@ -642,64 +636,62 @@ msgstr ""
642
  "obrázku. Zakáže změnu velikosti obrázků automaticky pomocí poměru jejich "
643
  "stran."
644
 
645
- #: includes/class-gllr-settings.php:397 includes/class-gllr-settings.php:608
646
  msgid "Crop Position"
647
  msgstr "Pozice ořezu"
648
 
649
- #: includes/class-gllr-settings.php:412 includes/class-gllr-settings.php:623
650
  msgid "Select crop position base (by default: center)."
651
  msgstr "Vybrat základnu pozice ořezu (výchozí: střed)."
652
 
653
- #: includes/class-gllr-settings.php:422
654
  msgid "Image Title"
655
  msgstr "Název obrázku"
656
 
657
- #: includes/class-gllr-settings.php:424
658
  msgid "Enable to display image title along with the gallery image."
659
  msgstr "Povolit zobrazení názvu obrázku spolu s obrázkem galerie."
660
 
661
- #: includes/class-gllr-settings.php:435
662
  msgid "Image Title Position"
663
  msgstr "Umístění názvu obrázku"
664
 
665
- #: includes/class-gllr-settings.php:440
666
  msgid "Under image"
667
  msgstr "Pod obrázkem"
668
 
669
- #: includes/class-gllr-settings.php:446
670
  msgid "On mouse hover"
671
  msgstr "Při přejetí myší"
672
 
673
- #: includes/class-gllr-settings.php:459
674
  msgid "Image Border"
675
  msgstr "Rámeček obrázku"
676
 
677
- #: includes/class-gllr-settings.php:461
678
  msgid ""
679
  "Enable images border using the styles defined for Image Border Size and "
680
- "Color."
681
  msgstr ""
682
- "Povolit ohraničení obrázku s použitím stylů definovaných pro pohraniční "
683
- "Image velikosti a barvy."
684
 
685
- #: includes/class-gllr-settings.php:465
686
  msgid "Image Border Size"
687
  msgstr "Velikost rámečku obrázku"
688
 
689
- #: includes/class-gllr-settings.php:468
690
  #, php-format
691
  msgid "Gallery image border width (default is %s)"
692
  msgstr "Šířka rámečku obrázku galerie (výchozí je %s)"
693
 
694
- #: includes/class-gllr-settings.php:472
695
  msgid "Image Border Color"
696
  msgstr "Barva rámečku obrázku"
697
 
698
- #: includes/class-gllr-settings.php:485
699
  msgid "Pagination"
700
  msgstr "Stránkování"
701
 
702
- #: includes/class-gllr-settings.php:488
703
  msgid ""
704
  "Enable pagination for images to limit number of images displayed on a single "
705
  "gallery page."
@@ -707,36 +699,36 @@ msgstr ""
707
  "Povolit stránkování obrázků a omezit tak jejich počet zobrazených na jedné "
708
  "stránce galerie."
709
 
710
- #: includes/class-gllr-settings.php:492
711
  msgid "Number of Images"
712
  msgstr "Počet obrázků"
713
 
714
- #: includes/class-gllr-settings.php:495
715
  #, php-format
716
  msgid "Number of images displayed per page (default is %d)."
717
  msgstr "Počet zobrazovaných obrázků na stránku (výchozí hodnota je %d)."
718
 
719
- #: includes/class-gllr-settings.php:505
720
  msgid "Sort Images by"
721
  msgstr "Řazení obrázků dle"
722
 
723
- #: includes/class-gllr-settings.php:508
724
  msgid "Manually (default)"
725
  msgstr "Ručně (výchozí)"
726
 
727
- #: includes/class-gllr-settings.php:509
728
  msgid "Image ID"
729
  msgstr "ID obrázku"
730
 
731
- #: includes/class-gllr-settings.php:510
732
  msgid "Name"
733
  msgstr "Jméno"
734
 
735
- #: includes/class-gllr-settings.php:512 includes/class-gllr-settings.php:662
736
  msgid "Random"
737
  msgstr "Náhodně"
738
 
739
- #: includes/class-gllr-settings.php:514
740
  msgid ""
741
  "Select images sorting order in your gallery. By default, you can sort images "
742
  "manually in the images tab."
@@ -744,23 +736,23 @@ msgstr ""
744
  "Zvolte způsob řazení obrázků ve vaší galerii. Ve výchozím nastavení, můžete "
745
  "snímky uspořádat ručně na kartě obrázky."
746
 
747
- #: includes/class-gllr-settings.php:518
748
  msgid "Arrange Images by"
749
  msgstr "Řazení obrázků dle"
750
 
751
- #: includes/class-gllr-settings.php:521 includes/class-gllr-settings.php:671
752
  msgid "Ascending (e.g. 1, 2, 3; a, b, c)"
753
  msgstr "Vzestupně (např. 1, 2, 3; a, b, c)"
754
 
755
- #: includes/class-gllr-settings.php:522 includes/class-gllr-settings.php:672
756
  msgid "Descending (e.g. 3, 2, 1; c, b, a)"
757
  msgstr "Sestupně (např. 3, 2, 1; c, b, a)"
758
 
759
- #: includes/class-gllr-settings.php:527
760
  msgid "Back Link"
761
  msgstr "Zpětný odkaz"
762
 
763
- #: includes/class-gllr-settings.php:529
764
  msgid ""
765
  "Enable to show a back link in a single gallery page which navigate to a "
766
  "previous page."
@@ -768,60 +760,96 @@ msgstr ""
768
  "Povolit zobrazení zpětného odkazu na stránce galerie, který bude odkazovat "
769
  "na předchozí stránku."
770
 
771
- #: includes/class-gllr-settings.php:533
772
  msgid "Back Link URL"
773
  msgstr "URL zpětného odkazu"
774
 
775
- #: includes/class-gllr-settings.php:536
776
  msgid "Back link custom page URL. Leave blank to use Gallery page template."
777
  msgstr ""
778
  "Zpětný URL odkaz na vlastní stránku. Ponechte nevyplněné pro použití "
779
  "nastavení ze šablony galerie."
780
 
781
- #: includes/class-gllr-settings.php:540
782
  msgid "Back Link Label"
783
  msgstr "Popisek zpětného odkazu"
784
 
785
- #: includes/class-gllr-settings.php:546
786
  msgid "Back Link with Shortcode"
787
  msgstr "Zpětný odkaz se zkráceným kódem"
788
 
789
- #: includes/class-gllr-settings.php:549
790
  msgid "Enable to display a back link on a page where shortcode is used."
791
  msgstr ""
792
  "Povolit zobrazení zpětného odkazu na stránce, kde se používá zkrácený kód."
793
 
794
- #: includes/class-gllr-settings.php:560
795
  msgid "Cover Settings"
796
  msgstr "Nastavení obalu"
797
 
798
- #: includes/class-gllr-settings.php:565
799
  msgid "Galleries Page"
800
  msgstr "Stránka galerií"
801
 
802
- #: includes/class-gllr-settings.php:573
803
  msgid "Base page where all existing galleries will be displayed."
804
  msgstr "Základní stránka, kde budou zobrazeny všechny existující galerie."
805
 
806
- #: includes/class-gllr-settings.php:577
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
807
  msgid "Cover Image Size"
808
  msgstr "Velikost obrázku obalu"
809
 
810
- #: includes/class-gllr-settings.php:585
811
  msgid "Maximum cover image size. Custom uses the Image Dimensions values."
812
  msgstr ""
813
  "Maximální velikost obalu obrázku galerie. \"Vlastní\" používá hodnoty "
814
  "rozměru obrázku."
815
 
816
- #: includes/class-gllr-settings.php:589
817
  msgid "Custom Cover Image Size"
818
  msgstr "Vlastní velikost obrázku obalu"
819
 
820
- #: includes/class-gllr-settings.php:602
821
  msgid "Crop Cover Images"
822
  msgstr "Oříznout obrázky obalu"
823
 
824
- #: includes/class-gllr-settings.php:604
825
  msgid ""
826
  "Enable to crop images using the sizes defined for Custom Cover Image Size. "
827
  "Disable to resize images automatically using their aspect ratio."
@@ -830,11 +858,11 @@ msgstr ""
830
  "obrázku. Zakáže změnu velikosti obrázků automaticky pomocí poměru jejich "
831
  "stran."
832
 
833
- #: includes/class-gllr-settings.php:633
834
  msgid "Cover Image Border"
835
  msgstr "Rámeček obrázku obalu"
836
 
837
- #: includes/class-gllr-settings.php:635
838
  msgid ""
839
  "Enable cover images border using the styles defined for Image Border Size "
840
  "and Color."
@@ -842,56 +870,56 @@ msgstr ""
842
  "Povolit ohraničení obrázku obalu s použitím stylů definovaných pro Velikost "
843
  "rámečku obrázku a Barvu."
844
 
845
- #: includes/class-gllr-settings.php:639
846
  msgid "Cover Image Border Size"
847
  msgstr "Velikost rámečku obrázku obalu"
848
 
849
- #: includes/class-gllr-settings.php:642
850
  #, php-format
851
  msgid "Cover image border width (default is %s)"
852
  msgstr "Šířka rámečku obrázku obalu (výchozí je %s)"
853
 
854
- #: includes/class-gllr-settings.php:646
855
  msgid "Cover Image Border Color"
856
  msgstr "Barva rámečku obrázku obalu"
857
 
858
- #: includes/class-gllr-settings.php:652
859
  msgid "Sort Albums by"
860
  msgstr "Řazení alb dle"
861
 
862
- #: includes/class-gllr-settings.php:655
863
  msgid "Gallery ID"
864
  msgstr "Podle ID galerie"
865
 
866
- #: includes/class-gllr-settings.php:658
867
  msgid "Last modified date"
868
  msgstr "Podle data poslední úpravy"
869
 
870
- #: includes/class-gllr-settings.php:659
871
  msgid "Comment count"
872
  msgstr "Podle počtu komentářů"
873
 
874
- #: includes/class-gllr-settings.php:660
875
  msgid "Sorting order (the input field for sorting order)"
876
  msgstr "Podle řazení (vstupní pole pro řazení v dialogovém okně)"
877
 
878
- #: includes/class-gllr-settings.php:664
879
  msgid "Select galleries sorting order in your galleries page."
880
  msgstr "Zvolit způsob řazení galerií na vaší stránce galerií."
881
 
882
- #: includes/class-gllr-settings.php:668
883
  msgid "Arrange Albums by"
884
  msgstr "Řazení alb dle"
885
 
886
- #: includes/class-gllr-settings.php:677
887
  msgid "Read More Link Label"
888
  msgstr "Popisek odkazu Dozvědět se více"
889
 
890
- #: includes/class-gllr-settings.php:690
891
  msgid "Instant Lightbox"
892
  msgstr "Instant Lightbox"
893
 
894
- #: includes/class-gllr-settings.php:693
895
  msgid ""
896
  "Enable to display all images in the lightbox after clicking cover image or "
897
  "URL instead of going to a single gallery page."
@@ -899,19 +927,19 @@ msgstr ""
899
  "Povolit zobrazení všech obrázků v Lightboxu po kliknutí na obrázek obalu "
900
  "nebo URL namísto přechodu na stránku konkrétní galerie."
901
 
902
- #: includes/class-gllr-settings.php:707
903
  msgid "Lightbox Settings"
904
  msgstr "Nastavení Lightbox"
905
 
906
- #: includes/class-gllr-settings.php:712
907
  msgid "Enable Lightbox"
908
  msgstr "Povolit Lightbox"
909
 
910
- #: includes/class-gllr-settings.php:715
911
  msgid "Enable to show the lightbox when clicking on gallery images."
912
  msgstr "Povolit zobrazení Lightboxu při kliknutí na obrázky galerie."
913
 
914
- #: includes/class-gllr-settings.php:733
915
  msgid ""
916
  "Select the maximum gallery image size for the lightbox view. \"Default\" "
917
  "will display the original, full size image."
@@ -919,142 +947,123 @@ msgstr ""
919
  "Zvolte maximální velikost obrázku galerie pro zobrazení v Lightboxu. "
920
  "\"Výchozí\" zobrazí původní obrázek v plné velikosti."
921
 
922
- #: includes/class-gllr-settings.php:737
923
  msgid "Overlay Color"
924
  msgstr "Barva překrytí"
925
 
926
- #: includes/class-gllr-settings.php:743
927
  msgid "Overlay Opacity"
928
  msgstr "Průhlednost překrytí"
929
 
930
- #: includes/class-gllr-settings.php:746
931
  #, php-format
932
  msgid ""
933
- "Lightbox overlay opacity. Leave blank to disable opacity (default is %d, max "
934
- "is %d)."
935
  msgstr ""
936
- "Překrytí a průhlednost Lightboxu. Pro vypnutí průhlednosti ponechte prázdné "
937
- "(výchozí je % d, max je %d)."
938
 
939
- #: includes/class-gllr-settings.php:756
940
  msgid "Slideshow"
941
  msgstr "Prezentace"
942
 
943
- #: includes/class-gllr-settings.php:758
944
  msgid "Enable to start the slideshow automatically when the lightbox is used."
945
  msgstr "Povolit automatické spuštění prezentace při použití Lightboxu."
946
 
947
- #: includes/class-gllr-settings.php:762
948
  msgid "Slideshow Duration"
949
  msgstr "Interval prezentace"
950
 
951
- #: includes/class-gllr-settings.php:764
952
  msgid "ms"
953
  msgstr "ms"
954
 
955
- #: includes/class-gllr-settings.php:765
956
  msgid "Slideshow interval duration between two images."
957
  msgstr "Interval prezentace mezi dvěma obrázky."
958
 
959
- #: includes/class-gllr-settings.php:776
960
- #, fuzzy
961
  msgid "Lightbox Helpers"
962
- msgstr "Lightbox pomocník"
963
 
964
- #: includes/class-gllr-settings.php:778
965
- #, fuzzy
966
- msgid "Enable to display the lightbox helper buttons."
967
- msgstr "Povolit využívat Lightbox pomocníka při navigaci mezi snímky."
968
 
969
- #: includes/class-gllr-settings.php:782
970
- #, fuzzy
971
  msgid "Lightbox Thumbnails"
972
- msgstr "Lightbox pomocník velikost miniatur"
973
 
974
- #: includes/class-gllr-settings.php:784
975
- #, fuzzy
976
- msgid "Enable to use a lightbox helper navigation between images.."
977
  msgstr "Povolit využívat Lightbox pomocníka při navigaci mezi snímky."
978
 
979
- #: includes/class-gllr-settings.php:788
980
- #, fuzzy
981
  msgid "Lightbox Thumbnails Position"
982
- msgstr "Lightbox pomocník umístění miniatur"
983
 
984
- #: includes/class-gllr-settings.php:791
985
  msgid "Top"
986
  msgstr "Nahoře"
987
 
988
- #: includes/class-gllr-settings.php:796
989
  msgid "Lightbox Button Label"
990
  msgstr "Popisek tlačítka Lightboxu"
991
 
992
- #: includes/class-gllr-settings.php:798
993
- #, fuzzy
994
  msgid "Read More"
995
- msgstr "zjistěte více"
996
 
997
- #: includes/class-gllr-settings.php:808
998
- #, fuzzy
999
  msgid "Download Button"
1000
- msgstr "Stáhnout"
1001
 
1002
- #: includes/class-gllr-settings.php:810
1003
- msgid ""
1004
- "Enable to display link to the original file under each image in the lightbox."
1005
- msgstr "Zobrazit odkaz na původní soubor pod každým obrázkem v Lightboxu."
1006
 
1007
- #: includes/class-gllr-settings.php:814
1008
  msgid "Single Lightbox"
1009
  msgstr "Jediný Lightbox"
1010
 
1011
- #: includes/class-gllr-settings.php:816
1012
  msgid ""
1013
  "Enable to use a single lightbox for multiple galleries located on a single "
1014
  "page."
1015
  msgstr "Povolit jeden Lightbox pro více galerií umístěných na jediné stránce."
1016
 
1017
- #: includes/class-gllr-settings.php:826
1018
  msgid "Social Sharing Buttons Settings"
1019
  msgstr "Nastavení Social Sharing Buttons"
1020
 
1021
- #: includes/class-gllr-settings.php:834
1022
- msgid "Enable Social Buttons"
1023
- msgstr "Povolit Social Buttons"
1024
 
1025
- #: includes/class-gllr-settings.php:836
1026
  msgid "Enable social sharing buttons in the lightbox."
1027
  msgstr "Povolit Social Buttons v Lightboxu."
1028
 
1029
- #: includes/class-gllr-settings.php:840
1030
  msgid "Social Networks"
1031
  msgstr "Sociální sítě"
1032
 
1033
- #: includes/class-gllr-settings.php:851
1034
- msgid "Social Buttons Position"
1035
- msgstr "Umístění Social Buttons"
1036
-
1037
- #: includes/class-gllr-settings.php:854
1038
- msgid "Left"
1039
- msgstr "Vlevo"
1040
-
1041
- #: includes/class-gllr-settings.php:856
1042
- msgid "Select social buttons position in the lightbox."
1043
- msgstr "Zvolte umístění Social Buttons v Lightboxu."
1044
-
1045
- #: includes/class-gllr-settings.php:860
1046
  msgid "Counter"
1047
  msgstr "Zobrazit počítadlo"
1048
 
1049
- #: includes/class-gllr-settings.php:863
1050
- msgid "Enable to show likes counter for each social button."
 
 
 
1051
  msgstr "Povolit zobrazení počítadla pro jednotlivá tlačítka."
1052
 
1053
- #: includes/class-gllr-settings.php:878
1054
  msgid "Demo Data"
1055
  msgstr "Demo data"
1056
 
1057
- #: includes/class-gllr-settings.php:880
1058
  msgid ""
1059
  "Install demo data to create galleries with images, post with shortcodes and "
1060
  "page with a list of all galleries."
@@ -1062,11 +1071,11 @@ msgstr ""
1062
  "Nainstalovat demo data pro vytvoření galerií s obrázky, příspěvkem se "
1063
  "zkrácenými kódy a stránkou se seznamem všech galerií."
1064
 
1065
- #: includes/class-gllr-settings.php:899
1066
  msgid "Gallery Post Type"
1067
  msgstr "Typ příspěvku Galerie"
1068
 
1069
- #: includes/class-gllr-settings.php:901
1070
  msgid ""
1071
  "Enable to avoid conflicts with other gallery plugins installed. All "
1072
  "galleries created earlier will stay unchanged. However, after enabling we "
@@ -1078,27 +1087,27 @@ msgstr ""
1078
  "doporučujeme zkontrolovat nastavení dalších pluginů, které používají typ "
1079
  "poříspěvku \"galerie\"."
1080
 
1081
- #: includes/class-gllr-settings.php:913
1082
  msgid "Gallery Slug"
1083
  msgstr "Název v URL Galerie"
1084
 
1085
- #: includes/class-gllr-settings.php:917
1086
  msgid "Enter the unique gallery slug."
1087
  msgstr "Vložit unikátní název v URL Galerie."
1088
 
1089
- #: includes/class-gllr-settings.php:933
1090
  msgid "Activate Now"
1091
  msgstr "Aktivovat nyní"
1092
 
1093
- #: includes/class-gllr-settings.php:948
1094
  msgid "Install Now"
1095
  msgstr "Instalovat nyní"
1096
 
1097
- #: includes/class-gllr-settings.php:951
1098
  msgid "Enable to include galleries to your website search."
1099
  msgstr "Povolit zahrnutí galerií do vyhledávání na vašem webu."
1100
 
1101
- #: includes/class-gllr-settings.php:951
1102
  #, php-format
1103
  msgid "%s is required."
1104
  msgstr "%s je vyžádován."
@@ -1180,23 +1189,74 @@ msgid "Close notice"
1180
  msgstr "Zavřít upozornění"
1181
 
1182
  #: includes/demo-data/class-bws-demo-data.php:591
 
1183
  msgid ""
1184
- "Do you want to install demo content and settings (You can do this later "
1185
- "using Import / Export settings)?"
1186
  msgstr ""
1187
- "Chcete nainstalovat demo obsah a nastavení (můžete to udělat i později "
1188
- "pomocí nastavení Import / Export)?"
1189
 
1190
  #: includes/demo-data/class-bws-demo-data.php:591
1191
  msgid "Yes, install demo now"
1192
  msgstr "Ano, instalovat demo data nyní"
1193
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1194
  #~ msgid "Download high resolution image"
1195
  #~ msgstr "Stáhnout obrázek ve vysokém rozlišení"
1196
 
1197
  #~ msgid "Image"
1198
  #~ msgstr "Obrázek"
1199
 
 
 
 
1200
  #~ msgid "Lightbox Helper Type"
1201
  #~ msgstr "Typ pomocníka Lightbox"
1202
 
@@ -1206,12 +1266,23 @@ msgstr "Ano, instalovat demo data nyní"
1206
  #~ msgid "Buttons"
1207
  #~ msgstr "Tlačítka"
1208
 
 
 
 
 
 
 
1209
  #~ msgid "Bottom"
1210
  #~ msgstr "Dole"
1211
 
1212
  #~ msgid "Download Original File"
1213
  #~ msgstr "Stáhnout původní soubor"
1214
 
 
 
 
 
 
1215
  #~ msgid "Download Link Label"
1216
  #~ msgstr "Popisek odkazu Stáhnout"
1217
 
@@ -1382,6 +1453,9 @@ msgstr "Ano, instalovat demo data nyní"
1382
  #~ msgid "Start Your Trial"
1383
  #~ msgstr "Vyzkoušejte po omezenou dobu"
1384
 
 
 
 
1385
  #~ msgid "Display image title"
1386
  #~ msgstr "Zobrazit název obrázku"
1387
 
@@ -1490,6 +1564,9 @@ msgstr "Ano, instalovat demo data nyní"
1490
  #~ msgid "powered by"
1491
  #~ msgstr "vytvořeno"
1492
 
 
 
 
1493
  #~ msgid "Rewrite templates after update"
1494
  #~ msgstr "Přepsat šablony při aktualizaci"
1495
 
2
  msgstr ""
3
  "Project-Id-Version: Gallery BWS\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-12-05 16:21+0200\n"
6
+ "PO-Revision-Date: 2017-12-05 16:21+0200\n"
7
+ "Last-Translator: Mik013\n"
8
  "Language-Team: Mik013\n"
9
  "Language: cs\n"
10
  "MIME-Version: 1.0\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Generator: Poedit 1.8.7.1\n"
17
  "Plural-Forms: nplurals=3; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 2;\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: gallery-plugin.php:37 includes/class-gllr-settings.php:310
 
21
  msgid "Gallery Settings"
22
  msgstr "Nastavení galerie"
23
 
24
+ #: gallery-plugin.php:37 includes/class-gllr-settings.php:321
25
  msgid "Global Settings"
26
  msgstr "Obecná nastavení"
27
 
28
+ #: gallery-plugin.php:43 gallery-plugin.php:2772
29
  msgid "Upgrade to Pro"
30
  msgstr "Aktualizovat na Pro"
31
 
32
+ #: gallery-plugin.php:237
33
  msgid "Return to all albums"
34
  msgstr "Vrátit se ke všem albům"
35
 
36
+ #: gallery-plugin.php:249
37
  msgid "See images &raquo;"
38
  msgstr "Prohlédnout obrázky &raquo;"
39
 
40
+ #: gallery-plugin.php:336 gallery-plugin.php:345
41
  msgid "Galleries"
42
  msgstr "Galerie"
43
 
44
+ #: gallery-plugin.php:337 gallery-plugin.php:3188
45
  msgid "Gallery"
46
  msgstr "Galerie"
47
 
48
+ #: gallery-plugin.php:338
49
  msgid "Add New Gallery"
50
  msgstr "Přidat novou galerii"
51
 
52
+ #: gallery-plugin.php:339
53
  msgid "Edit Gallery"
54
  msgstr "Upravit galerii"
55
 
56
+ #: gallery-plugin.php:340
57
  msgid "New Gallery"
58
  msgstr "Nová galerie"
59
 
60
+ #: gallery-plugin.php:341
61
  msgid "View Gallery"
62
  msgstr "Zobrazit galerii"
63
 
64
+ #: gallery-plugin.php:342 includes/class-gllr-settings.php:941
65
  msgid "Search Galleries"
66
  msgstr "Hledat galerie"
67
 
68
+ #: gallery-plugin.php:343
69
  msgid "No Gallery found"
70
  msgstr "Žádná galerie nenalezena"
71
 
72
+ #: gallery-plugin.php:365 gallery-plugin.php:1602 gallery-plugin.php:2918
73
+ #: gallery-plugin.php:2926 gallery-plugin.php:2964 gallery-plugin.php:2987
74
+ #: gallery-plugin.php:3172
75
  msgid "Gallery Categories"
76
  msgstr "Kategorie galerií"
77
 
78
+ #: gallery-plugin.php:366 gallery-plugin.php:805
79
  msgid "Gallery Category"
80
  msgstr "Kategorie galerie"
81
 
82
+ #: gallery-plugin.php:367
83
  msgid "Add Gallery Category"
84
  msgstr "Přidat kategorii galerie"
85
 
86
+ #: gallery-plugin.php:368
87
  msgid "Add New Gallery Category"
88
  msgstr "Přidat novou kategorii galerie"
89
 
90
+ #: gallery-plugin.php:369 gallery-plugin.php:370
91
  msgid "Edit Gallery Category"
92
  msgstr "Upravit kategorii galerie"
93
 
94
+ #: gallery-plugin.php:371
95
  msgid "New Gallery Category"
96
  msgstr "Nová kategorie galerie"
97
 
98
+ #: gallery-plugin.php:372 gallery-plugin.php:373
99
  msgid "View Gallery Category"
100
  msgstr "Zobrazit kategorii galerie"
101
 
102
+ #: gallery-plugin.php:374
103
  msgid "Find Gallery Category"
104
  msgstr "Najít kategorii galerie"
105
 
106
+ #: gallery-plugin.php:375
107
  msgid "No Gallery Categories found"
108
  msgstr "Žádná kategorie galerie nenalezena"
109
 
110
+ #: gallery-plugin.php:376
111
  msgid "No Gallery Categories found in Trash"
112
  msgstr "Žádná kategorie galerie nebyla v koši nenalezena"
113
 
114
+ #: gallery-plugin.php:377
115
  msgid "Parent Gallery Category"
116
  msgstr "Nadřazená kategorie galerií"
117
 
118
+ #: gallery-plugin.php:378
119
  msgid "Gallery Categories list navigation"
120
  msgstr "Navigace seznamem kategorií galerií"
121
 
122
+ #: gallery-plugin.php:379
123
  msgid "Gallery Categories list"
124
  msgstr "Seznam kategorií galerií"
125
 
126
+ #: gallery-plugin.php:455
127
  msgid "Gallery Shortcode"
128
  msgstr "Zkrácený kód galerie"
129
 
130
+ #: gallery-plugin.php:464
131
  msgid ""
132
  "Add a single gallery with images to your posts, pages, custom post types or "
133
  "widgets by using the following shortcode:"
135
  "Přidat galerii s obrázky do příspěvků, stránek, vlastních typů příspěvků "
136
  "nebo widgetů pomocí následujícího zkráceného kódu:"
137
 
138
+ #: gallery-plugin.php:468
139
  msgid ""
140
  "Add a gallery cover including featured image, description, and a link to "
141
  "your single gallery using the following shortcode:"
143
  "Přidat obal galerie včetně náhledového obrázku, popisu a odkazu na vaši "
144
  "konkrétní galerii pomocí následujícího zkráceného kódu:"
145
 
146
+ #: gallery-plugin.php:581
147
  msgid "Note"
148
  msgstr "Poznámka"
149
 
150
+ #: gallery-plugin.php:581
151
  #, php-format
152
  msgid ""
153
  "When deleting a category, the galleries that belong to this category will "
154
+ "not be deleted. These galleries will be moved to the category %s."
155
  msgstr ""
 
 
156
 
157
+ #: gallery-plugin.php:594 gallery-plugin.php:1601
158
  msgid "Shortcode"
159
  msgstr "Zkrácený kód galerie"
160
 
161
+ #: gallery-plugin.php:640
162
  msgid "All Gallery Categories"
163
  msgstr "Všechny kategorie galerií"
164
 
165
+ #: gallery-plugin.php:717
166
  msgid "You can't delete default gallery category."
167
  msgstr "Výchozí kategorii galerie nelze odstranit."
168
 
169
+ #: gallery-plugin.php:1091 gallery-plugin.php:1198 gallery-plugin.php:2109
170
  msgid "Sorry, nothing found."
171
  msgstr "Je nám líto, nic nenalezeno."
172
 
173
+ #: gallery-plugin.php:1598
174
  msgid "Featured Image"
175
  msgstr "Náhledový obrázek"
176
 
177
+ #: gallery-plugin.php:1599 gallery-plugin.php:2629 gallery-plugin.php:2733
178
+ #: gallery-plugin.php:2844 includes/class-gllr-settings.php:679
179
  msgid "Title"
180
  msgstr "Název"
181
 
182
+ #: gallery-plugin.php:1600 includes/class-gllr-settings.php:41
183
  msgid "Images"
184
  msgstr "Obrázky"
185
 
186
+ #: gallery-plugin.php:1603 includes/class-gllr-settings.php:684
187
  msgid "Author"
188
  msgstr "Autor"
189
 
190
+ #: gallery-plugin.php:1604 includes/class-gllr-settings.php:513
191
+ #: includes/class-gllr-settings.php:680
192
  msgid "Date"
193
  msgstr "Datum"
194
 
195
+ #: gallery-plugin.php:1690
196
+ #, php-format
197
+ msgid "%s Settings"
198
+ msgstr ""
199
+
200
+ #: gallery-plugin.php:1717 gallery-plugin.php:1735
201
  #: includes/class-gllr-settings.php:30 includes/class-gllr-settings.php:42
202
  msgid "Settings"
203
  msgstr "Nastavení"
204
 
205
+ #: gallery-plugin.php:1718
206
  msgid "FAQ"
207
  msgstr "Často kladené otázky (FAQ)"
208
 
209
+ #: gallery-plugin.php:1719
210
  msgid "Support"
211
  msgstr "Podpora"
212
 
213
+ #: gallery-plugin.php:1758
214
  msgid "Updating images..."
215
  msgstr "Aktualizace obrázků..."
216
 
217
+ #: gallery-plugin.php:1759
218
  msgid "No images found."
219
  msgstr "Nenalezeny žádné obrázky."
220
 
221
+ #: gallery-plugin.php:1760
222
  msgid "All images were updated."
223
  msgstr "Všechny obrázky byly aktualizovány."
224
 
225
+ #: gallery-plugin.php:1761
226
  msgid "Error."
227
  msgstr "Chyba."
228
 
229
+ #: gallery-plugin.php:1773
230
  msgid ""
231
  "You are about to remove these items from this gallery.\n"
232
  " 'Cancel' to stop, 'OK' to delete."
234
  "Chystáte se odstranit tyto položky z této galerie.\n"
235
  " 'Cancel' pro zrušení, 'OK' pro smazání."
236
 
237
+ #: gallery-plugin.php:1774
238
  msgid ""
239
  "You are about to remove this image from the gallery.\n"
240
  " 'Cancel' to stop, 'OK' to delete."
242
  "Chystáte se odstranit tento obrázek z této galerie.\n"
243
  " 'Cancel' pro zrušení, 'OK' pro smazání."
244
 
245
+ #: gallery-plugin.php:1775
246
  msgid ""
247
  "Switching to another mode, all unsaved data will be lost. Save data before "
248
  "switching?"
250
  "Přepnutím do jiného módu dojde ke ztrátě všech neuložených dat. Uložit dat "
251
  "před přepnutím?"
252
 
253
+ #: gallery-plugin.php:1776
254
  msgid "Insert Media"
255
  msgstr "Vložit média"
256
 
257
+ #: gallery-plugin.php:1777
258
  msgid "Insert"
259
  msgstr "Vložit"
260
 
261
+ #: gallery-plugin.php:2301 gallery-plugin.php:2327
262
  msgid "Image size not defined"
263
  msgstr "Velikost obrázku není definována"
264
 
265
+ #: gallery-plugin.php:2316
266
  msgid ""
267
  "Plugin updates only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please "
268
  "reload images manually."
270
  "Plugin dokáže aktualizovat pouze PNG, JPEG, GIF, WPMP nebo XBM soubory. "
271
  "Ostatní musíte nahrát ručně."
272
 
273
+ #: gallery-plugin.php:2356 gallery-plugin.php:2359 gallery-plugin.php:2364
 
 
 
 
274
  msgid "Invalid path"
275
  msgstr "Nesprávná cesta"
276
 
277
+ #: gallery-plugin.php:2453
278
  msgid "List View"
279
  msgstr "Zobrazení seznamu"
280
 
281
+ #: gallery-plugin.php:2454
282
  msgid "Grid View"
283
  msgstr "Zobrazení mřížky"
284
 
285
+ #: gallery-plugin.php:2509
286
  msgid "Filter"
287
  msgstr "Filtr"
288
 
289
+ #: gallery-plugin.php:2513
290
  msgid "Empty Trash"
291
  msgstr "Vysypat koš"
292
 
293
+ #: gallery-plugin.php:2534
294
  msgid "No images found"
295
  msgstr "Nenalezeny žádné obrázky"
296
 
297
+ #: gallery-plugin.php:2586
298
  msgid "Select bulk action"
299
  msgstr "Vyberte hromadnou akci"
300
 
301
+ #: gallery-plugin.php:2588
302
  msgid "Bulk Actions"
303
  msgstr "Hromadné akce"
304
 
305
+ #: gallery-plugin.php:2598
306
  msgid "Apply"
307
  msgstr "Použít"
308
 
309
+ #: gallery-plugin.php:2605
310
  msgid "Delete from Gallery"
311
  msgstr "Smazat z galerie"
312
 
313
+ #: gallery-plugin.php:2614
314
  msgid "Bulk Select"
315
  msgstr "Hromadný výběr"
316
 
317
+ #: gallery-plugin.php:2615
318
  msgid "Cancel Selection"
319
  msgstr "Zrušit výběr"
320
 
321
+ #: gallery-plugin.php:2616
322
  msgid "Delete Selected"
323
  msgstr "Smazat vybrané"
324
 
325
+ #: gallery-plugin.php:2627
326
  msgid "File"
327
  msgstr "Soubor"
328
 
329
+ #: gallery-plugin.php:2628 gallery-plugin.php:2728 gallery-plugin.php:2839
330
  msgid "Dimensions"
331
  msgstr "Rozměry"
332
 
333
+ #: gallery-plugin.php:2630 gallery-plugin.php:2739 gallery-plugin.php:2849
334
  msgid "Alt Text"
335
  msgstr "Alternativní text (alt tag)"
336
 
337
+ #: gallery-plugin.php:2631 gallery-plugin.php:2743 gallery-plugin.php:2854
338
  msgid "URL"
339
  msgstr "URL"
340
 
341
+ #: gallery-plugin.php:2631 gallery-plugin.php:2745
342
  msgid ""
343
  "Enter your custom URL to link this image to other page or file. Leave blank "
344
  "to open a full size image."
346
  "Zadejte vlastní URL pro odkaz u tohoto obrázku na jinou stránku nebo soubor. "
347
  "Ponechte prázdné pro otevření obrázku v plné velikosti."
348
 
349
+ #: gallery-plugin.php:2710
350
  msgid "Remove Image from Gallery"
351
  msgstr "Odstranit obrázek z galerie"
352
 
353
+ #: gallery-plugin.php:2713
354
  msgid "Edit Image Info"
355
  msgstr "Upravit informace o obrázku"
356
 
357
+ #: gallery-plugin.php:2714
358
  msgid "Deselect"
359
  msgstr "Zrušit výběr"
360
 
361
+ #: gallery-plugin.php:2726
362
  msgid "File name"
363
  msgstr "Jméno souboru"
364
 
365
+ #: gallery-plugin.php:2727
366
  msgid "File type"
367
  msgstr "Typ souboru"
368
 
369
+ #: gallery-plugin.php:2752
370
  msgid "Description"
371
  msgstr "Popis"
372
 
373
+ #: gallery-plugin.php:2758
374
  msgid "Lightbox Button URL"
375
  msgstr "URL tlačítka v Lightboxu"
376
 
377
+ #: gallery-plugin.php:2765
378
  msgid "New Tab"
379
  msgstr "Nová záložka"
380
 
381
+ #: gallery-plugin.php:2767
382
  msgid "Enable to open URLs above in a new tab."
383
  msgstr "Zapnout otevření URL adresy na nové záložce."
384
 
385
+ #: gallery-plugin.php:2772
386
  msgid "Go Pro"
387
  msgstr "Přejít na PRO"
388
 
389
+ #: gallery-plugin.php:2778
390
  msgid "Edit more details"
391
  msgstr "Upravit další detaily"
392
 
393
+ #: gallery-plugin.php:2780
394
  msgid "Remove from Gallery"
395
  msgstr "Odstranit z galerie"
396
 
397
+ #: gallery-plugin.php:2814
398
  #, php-format
399
  msgid "Select %s"
400
  msgstr "Vybrat %s"
401
 
402
+ #: gallery-plugin.php:2827
403
  #, php-format
404
  msgid "Edit &#8220;%s&#8221;"
405
  msgstr "Upravit &#8220;%s&#8221;"
406
 
407
+ #: gallery-plugin.php:2835
408
  msgid "Edit Attachment Info"
409
  msgstr "Upravit informace o příloze"
410
 
411
+ #: gallery-plugin.php:2872 gallery-plugin.php:2885
412
  msgid "Edit"
413
  msgstr "Upravit"
414
 
415
+ #: gallery-plugin.php:2875 gallery-plugin.php:2890
416
  msgid "Trash"
417
  msgstr "Koš"
418
 
419
+ #: gallery-plugin.php:2878 gallery-plugin.php:2893
420
  msgid "Delete Permanently"
421
  msgstr "Smazat trvale"
422
 
423
+ #: gallery-plugin.php:2880 gallery-plugin.php:2899
424
  #, php-format
425
  msgid "View &#8220;%s&#8221;"
426
  msgstr "Zobrazit &#8220;%s&#8221;"
427
 
428
+ #: gallery-plugin.php:2880 gallery-plugin.php:2899 gallery-plugin.php:2982
429
  msgid "View"
430
  msgstr "Zobrazit"
431
 
432
+ #: gallery-plugin.php:2882
433
  msgid "Attach"
434
  msgstr "Přiložit"
435
 
436
+ #: gallery-plugin.php:2888
437
  msgid "Restore"
438
  msgstr "Obnovit"
439
 
440
+ #: gallery-plugin.php:2917
441
  msgid "A list or dropdown of Gallery categories."
442
  msgstr "Seznam nebo rozbalovací menu kategorií galerií."
443
 
444
+ #: gallery-plugin.php:2962
445
  msgid "Select Gallery Category"
446
  msgstr "Vybrat kategorii galerie"
447
 
448
+ #: gallery-plugin.php:3020
449
  msgid "Title:"
450
  msgstr "Titulek:"
451
 
452
+ #: gallery-plugin.php:3023
453
  msgid "Display as dropdown"
454
  msgstr "Zobrazit jako rozbalovací menu"
455
 
456
+ #: gallery-plugin.php:3025
457
  msgid "Show gallery counts"
458
  msgstr "Zobrazit počet galerií"
459
 
460
+ #: gallery-plugin.php:3027
461
  msgid "Show hierarchy"
462
  msgstr "Zobrazit hierarchii"
463
 
464
+ #: gallery-plugin.php:3143
465
  msgid "Warning"
466
  msgstr "Upozornění"
467
 
468
+ #: gallery-plugin.php:3143
469
  msgid "You can add only images to the gallery"
470
  msgstr "Do galerie můžete přidat pouze obrázky"
471
 
472
+ #: gallery-plugin.php:3174
473
  msgid "or"
474
  msgstr "anebo"
475
 
476
+ #: gallery-plugin.php:3182
477
  msgid "no title"
478
  msgstr "bez titulku"
479
 
480
+ #: gallery-plugin.php:3193
481
  msgid ""
482
  "Display an album image with the description and the link to a single gallery "
483
  "page"
484
  msgstr "Zobrazit obrázek alba s popisem a odkazem na danou stránku galerie"
485
 
486
+ #: gallery-plugin.php:3197
487
  msgid "Sorry, no gallery found."
488
  msgstr "Je nám líto, žádná galerie nenalezena."
489
 
515
  msgid "License Key"
516
  msgstr "Licenční klíč"
517
 
518
+ #: includes/class-gllr-settings.php:210
519
  msgid "Custom image size was changed. You need to update gallery images."
520
  msgstr ""
521
  "Vlastní velikost obrázku byla změněna. Je potřeba aktualizovat obrázky "
522
  "galerie."
523
 
524
+ #: includes/class-gllr-settings.php:247
525
  msgid "Settings saved"
526
  msgstr "Nastavení uloženo"
527
 
528
+ #: includes/class-gllr-settings.php:259
529
  msgid "Please, enable JavaScript in Your browser."
530
  msgstr "Prosím, povolte JavaScript ve vašem prohlížeči."
531
 
532
+ #: includes/class-gllr-settings.php:264
533
  msgid "Update Images"
534
  msgstr "Aktualizace obrázků galerie"
535
 
536
+ #: includes/class-gllr-settings.php:279
537
  msgid "Gallery Images"
538
  msgstr "Obrázky v galerii"
539
 
540
+ #: includes/class-gllr-settings.php:284
541
+ msgid "Images adding requires JavaScript."
542
+ msgstr ""
543
 
544
+ #: includes/class-gllr-settings.php:287
545
  msgid "Add Media"
546
  msgstr "Přidat média"
547
 
548
+ #: includes/class-gllr-settings.php:296
549
  msgid "The grid view for the Gallery images requires JavaScript."
550
  msgstr "Zobrazení obrázků galerie v mřížce vyžaduje JavaScript."
551
 
552
+ #: includes/class-gllr-settings.php:296
553
  msgid "Switch to the list view"
554
  msgstr "Přepnout do zobrazení seznamu"
555
 
556
+ #: includes/class-gllr-settings.php:319
557
  msgid "Single Gallery Settings"
558
  msgstr "Nastavení konkrétní galerie"
559
 
560
+ #: includes/class-gllr-settings.php:321
561
  #, php-format
562
  msgid "Enable to configure single gallery settings and disable %s."
563
  msgstr "Umožňuje nastavení konkrétní galerie a zákaz %s."
564
 
565
+ #: includes/class-gllr-settings.php:332 includes/class-gllr-settings.php:389
566
+ #: includes/class-gllr-settings.php:433 includes/class-gllr-settings.php:483
567
+ #: includes/class-gllr-settings.php:621 includes/class-gllr-settings.php:709
568
+ #: includes/class-gllr-settings.php:745 includes/class-gllr-settings.php:795
569
+ #: includes/class-gllr-settings.php:923
570
  msgid "Close"
571
  msgstr "Zavřít"
572
 
573
+ #: includes/class-gllr-settings.php:336
574
  msgid "Gallery Layout"
575
  msgstr "Vzhled galerie"
576
 
577
+ #: includes/class-gllr-settings.php:341
578
  msgid "Grid"
579
  msgstr "Mřížka"
580
 
581
+ #: includes/class-gllr-settings.php:347
582
  msgid "Masonry"
583
  msgstr "Dlaždice"
584
 
585
+ #: includes/class-gllr-settings.php:360
586
  msgid "Number of Columns"
587
  msgstr "Počet sloupců"
588
 
589
+ #: includes/class-gllr-settings.php:363
 
 
 
 
590
  #, php-format
591
  msgid "Number of gallery columns (default is %s)."
592
  msgstr "Počet sloupců galerie (výchozí hodnota je %s)."
593
 
594
+ #: includes/class-gllr-settings.php:367 includes/class-gllr-settings.php:749
595
  msgid "Image Size"
596
  msgstr "Velikost obrázku"
597
 
598
+ #: includes/class-gllr-settings.php:373 includes/class-gllr-settings.php:606
599
  msgid "Custom"
600
  msgstr "Vlastní"
601
 
602
+ #: includes/class-gllr-settings.php:375
603
  msgid ""
604
  "Maximum gallery image size. \"Custom\" uses the Image Dimensions values."
605
  msgstr ""
606
  "Maximální velikost obrázku galerie. \"Vlastní\" používá hodnoty rozměru "
607
  "obrázku."
608
 
609
+ #: includes/class-gllr-settings.php:379
610
  msgid "Custom Image Size"
611
  msgstr "Vlastní velikost obrázku"
612
 
613
+ #: includes/class-gllr-settings.php:381 includes/class-gllr-settings.php:469
614
+ #: includes/class-gllr-settings.php:614 includes/class-gllr-settings.php:664
615
  msgid "px"
616
  msgstr "px"
617
 
618
+ #: includes/class-gllr-settings.php:382
619
  msgid ""
620
  "Adjust these values based on the number of columns in your gallery. This "
621
  "won't effect the full size of your images in the lightbox."
623
  "Upravit tyto hodnoty v závislosti na počtu sloupců ve galerii. Toto nemá "
624
  "vliv na plnou velikost vašich snímků v Lightboxu."
625
 
626
+ #: includes/class-gllr-settings.php:393
627
  msgid "Crop Images"
628
  msgstr "Oříznout obrázky"
629
 
630
+ #: includes/class-gllr-settings.php:395
631
  msgid ""
632
  "Enable to crop images using the sizes defined for Custom Image Size. Disable "
633
  "to resize images automatically using their aspect ratio."
636
  "obrázku. Zakáže změnu velikosti obrázků automaticky pomocí poměru jejich "
637
  "stran."
638
 
639
+ #: includes/class-gllr-settings.php:399 includes/class-gllr-settings.php:631
640
  msgid "Crop Position"
641
  msgstr "Pozice ořezu"
642
 
643
+ #: includes/class-gllr-settings.php:414 includes/class-gllr-settings.php:646
644
  msgid "Select crop position base (by default: center)."
645
  msgstr "Vybrat základnu pozice ořezu (výchozí: střed)."
646
 
647
+ #: includes/class-gllr-settings.php:424
648
  msgid "Image Title"
649
  msgstr "Název obrázku"
650
 
651
+ #: includes/class-gllr-settings.php:426
652
  msgid "Enable to display image title along with the gallery image."
653
  msgstr "Povolit zobrazení názvu obrázku spolu s obrázkem galerie."
654
 
655
+ #: includes/class-gllr-settings.php:437
656
  msgid "Image Title Position"
657
  msgstr "Umístění názvu obrázku"
658
 
659
+ #: includes/class-gllr-settings.php:442
660
  msgid "Under image"
661
  msgstr "Pod obrázkem"
662
 
663
+ #: includes/class-gllr-settings.php:448
664
  msgid "On mouse hover"
665
  msgstr "Při přejetí myší"
666
 
667
+ #: includes/class-gllr-settings.php:461
668
  msgid "Image Border"
669
  msgstr "Rámeček obrázku"
670
 
671
+ #: includes/class-gllr-settings.php:463
672
  msgid ""
673
  "Enable images border using the styles defined for Image Border Size and "
674
+ "Color options."
675
  msgstr ""
 
 
676
 
677
+ #: includes/class-gllr-settings.php:467
678
  msgid "Image Border Size"
679
  msgstr "Velikost rámečku obrázku"
680
 
681
+ #: includes/class-gllr-settings.php:470
682
  #, php-format
683
  msgid "Gallery image border width (default is %s)"
684
  msgstr "Šířka rámečku obrázku galerie (výchozí je %s)"
685
 
686
+ #: includes/class-gllr-settings.php:474
687
  msgid "Image Border Color"
688
  msgstr "Barva rámečku obrázku"
689
 
690
+ #: includes/class-gllr-settings.php:487
691
  msgid "Pagination"
692
  msgstr "Stránkování"
693
 
694
+ #: includes/class-gllr-settings.php:490
695
  msgid ""
696
  "Enable pagination for images to limit number of images displayed on a single "
697
  "gallery page."
699
  "Povolit stránkování obrázků a omezit tak jejich počet zobrazených na jedné "
700
  "stránce galerie."
701
 
702
+ #: includes/class-gllr-settings.php:494
703
  msgid "Number of Images"
704
  msgstr "Počet obrázků"
705
 
706
+ #: includes/class-gllr-settings.php:497
707
  #, php-format
708
  msgid "Number of images displayed per page (default is %d)."
709
  msgstr "Počet zobrazovaných obrázků na stránku (výchozí hodnota je %d)."
710
 
711
+ #: includes/class-gllr-settings.php:507
712
  msgid "Sort Images by"
713
  msgstr "Řazení obrázků dle"
714
 
715
+ #: includes/class-gllr-settings.php:510
716
  msgid "Manually (default)"
717
  msgstr "Ručně (výchozí)"
718
 
719
+ #: includes/class-gllr-settings.php:511
720
  msgid "Image ID"
721
  msgstr "ID obrázku"
722
 
723
+ #: includes/class-gllr-settings.php:512
724
  msgid "Name"
725
  msgstr "Jméno"
726
 
727
+ #: includes/class-gllr-settings.php:514 includes/class-gllr-settings.php:685
728
  msgid "Random"
729
  msgstr "Náhodně"
730
 
731
+ #: includes/class-gllr-settings.php:516
732
  msgid ""
733
  "Select images sorting order in your gallery. By default, you can sort images "
734
  "manually in the images tab."
736
  "Zvolte způsob řazení obrázků ve vaší galerii. Ve výchozím nastavení, můžete "
737
  "snímky uspořádat ručně na kartě obrázky."
738
 
739
+ #: includes/class-gllr-settings.php:520
740
  msgid "Arrange Images by"
741
  msgstr "Řazení obrázků dle"
742
 
743
+ #: includes/class-gllr-settings.php:523 includes/class-gllr-settings.php:694
744
  msgid "Ascending (e.g. 1, 2, 3; a, b, c)"
745
  msgstr "Vzestupně (např. 1, 2, 3; a, b, c)"
746
 
747
+ #: includes/class-gllr-settings.php:524 includes/class-gllr-settings.php:695
748
  msgid "Descending (e.g. 3, 2, 1; c, b, a)"
749
  msgstr "Sestupně (např. 3, 2, 1; c, b, a)"
750
 
751
+ #: includes/class-gllr-settings.php:529
752
  msgid "Back Link"
753
  msgstr "Zpětný odkaz"
754
 
755
+ #: includes/class-gllr-settings.php:531
756
  msgid ""
757
  "Enable to show a back link in a single gallery page which navigate to a "
758
  "previous page."
760
  "Povolit zobrazení zpětného odkazu na stránce galerie, který bude odkazovat "
761
  "na předchozí stránku."
762
 
763
+ #: includes/class-gllr-settings.php:535
764
  msgid "Back Link URL"
765
  msgstr "URL zpětného odkazu"
766
 
767
+ #: includes/class-gllr-settings.php:538
768
  msgid "Back link custom page URL. Leave blank to use Gallery page template."
769
  msgstr ""
770
  "Zpětný URL odkaz na vlastní stránku. Ponechte nevyplněné pro použití "
771
  "nastavení ze šablony galerie."
772
 
773
+ #: includes/class-gllr-settings.php:542
774
  msgid "Back Link Label"
775
  msgstr "Popisek zpětného odkazu"
776
 
777
+ #: includes/class-gllr-settings.php:548
778
  msgid "Back Link with Shortcode"
779
  msgstr "Zpětný odkaz se zkráceným kódem"
780
 
781
+ #: includes/class-gllr-settings.php:551
782
  msgid "Enable to display a back link on a page where shortcode is used."
783
  msgstr ""
784
  "Povolit zobrazení zpětného odkazu na stránce, kde se používá zkrácený kód."
785
 
786
+ #: includes/class-gllr-settings.php:562
787
  msgid "Cover Settings"
788
  msgstr "Nastavení obalu"
789
 
790
+ #: includes/class-gllr-settings.php:567
791
  msgid "Galleries Page"
792
  msgstr "Stránka galerií"
793
 
794
+ #: includes/class-gllr-settings.php:575
795
  msgid "Base page where all existing galleries will be displayed."
796
  msgstr "Základní stránka, kde budou zobrazeny všechny existující galerie."
797
 
798
+ #: includes/class-gllr-settings.php:579
799
+ msgid "Albums Displaying"
800
+ msgstr ""
801
+
802
+ #: includes/class-gllr-settings.php:582
803
+ msgid "Column"
804
+ msgstr ""
805
+
806
+ #: includes/class-gllr-settings.php:583
807
+ msgid "Rows"
808
+ msgstr ""
809
+
810
+ #: includes/class-gllr-settings.php:585
811
+ msgid "Select the way galleries will be displayed on the Galleries Page."
812
+ msgstr ""
813
+
814
+ #: includes/class-gllr-settings.php:589
815
+ msgid "Column Alignment"
816
+ msgstr ""
817
+
818
+ #: includes/class-gllr-settings.php:592
819
+ msgid "Left"
820
+ msgstr "Vlevo"
821
+
822
+ #: includes/class-gllr-settings.php:593
823
+ msgid "Right"
824
+ msgstr ""
825
+
826
+ #: includes/class-gllr-settings.php:594
827
+ msgid "Center"
828
+ msgstr ""
829
+
830
+ #: includes/class-gllr-settings.php:596
831
+ msgid "Select the column alignment."
832
+ msgstr ""
833
+
834
+ #: includes/class-gllr-settings.php:600
835
  msgid "Cover Image Size"
836
  msgstr "Velikost obrázku obalu"
837
 
838
+ #: includes/class-gllr-settings.php:608
839
  msgid "Maximum cover image size. Custom uses the Image Dimensions values."
840
  msgstr ""
841
  "Maximální velikost obalu obrázku galerie. \"Vlastní\" používá hodnoty "
842
  "rozměru obrázku."
843
 
844
+ #: includes/class-gllr-settings.php:612
845
  msgid "Custom Cover Image Size"
846
  msgstr "Vlastní velikost obrázku obalu"
847
 
848
+ #: includes/class-gllr-settings.php:625
849
  msgid "Crop Cover Images"
850
  msgstr "Oříznout obrázky obalu"
851
 
852
+ #: includes/class-gllr-settings.php:627
853
  msgid ""
854
  "Enable to crop images using the sizes defined for Custom Cover Image Size. "
855
  "Disable to resize images automatically using their aspect ratio."
858
  "obrázku. Zakáže změnu velikosti obrázků automaticky pomocí poměru jejich "
859
  "stran."
860
 
861
+ #: includes/class-gllr-settings.php:656
862
  msgid "Cover Image Border"
863
  msgstr "Rámeček obrázku obalu"
864
 
865
+ #: includes/class-gllr-settings.php:658
866
  msgid ""
867
  "Enable cover images border using the styles defined for Image Border Size "
868
  "and Color."
870
  "Povolit ohraničení obrázku obalu s použitím stylů definovaných pro Velikost "
871
  "rámečku obrázku a Barvu."
872
 
873
+ #: includes/class-gllr-settings.php:662
874
  msgid "Cover Image Border Size"
875
  msgstr "Velikost rámečku obrázku obalu"
876
 
877
+ #: includes/class-gllr-settings.php:665
878
  #, php-format
879
  msgid "Cover image border width (default is %s)"
880
  msgstr "Šířka rámečku obrázku obalu (výchozí je %s)"
881
 
882
+ #: includes/class-gllr-settings.php:669
883
  msgid "Cover Image Border Color"
884
  msgstr "Barva rámečku obrázku obalu"
885
 
886
+ #: includes/class-gllr-settings.php:675
887
  msgid "Sort Albums by"
888
  msgstr "Řazení alb dle"
889
 
890
+ #: includes/class-gllr-settings.php:678
891
  msgid "Gallery ID"
892
  msgstr "Podle ID galerie"
893
 
894
+ #: includes/class-gllr-settings.php:681
895
  msgid "Last modified date"
896
  msgstr "Podle data poslední úpravy"
897
 
898
+ #: includes/class-gllr-settings.php:682
899
  msgid "Comment count"
900
  msgstr "Podle počtu komentářů"
901
 
902
+ #: includes/class-gllr-settings.php:683
903
  msgid "Sorting order (the input field for sorting order)"
904
  msgstr "Podle řazení (vstupní pole pro řazení v dialogovém okně)"
905
 
906
+ #: includes/class-gllr-settings.php:687
907
  msgid "Select galleries sorting order in your galleries page."
908
  msgstr "Zvolit způsob řazení galerií na vaší stránce galerií."
909
 
910
+ #: includes/class-gllr-settings.php:691
911
  msgid "Arrange Albums by"
912
  msgstr "Řazení alb dle"
913
 
914
+ #: includes/class-gllr-settings.php:700
915
  msgid "Read More Link Label"
916
  msgstr "Popisek odkazu Dozvědět se více"
917
 
918
+ #: includes/class-gllr-settings.php:713
919
  msgid "Instant Lightbox"
920
  msgstr "Instant Lightbox"
921
 
922
+ #: includes/class-gllr-settings.php:716
923
  msgid ""
924
  "Enable to display all images in the lightbox after clicking cover image or "
925
  "URL instead of going to a single gallery page."
927
  "Povolit zobrazení všech obrázků v Lightboxu po kliknutí na obrázek obalu "
928
  "nebo URL namísto přechodu na stránku konkrétní galerie."
929
 
930
+ #: includes/class-gllr-settings.php:730
931
  msgid "Lightbox Settings"
932
  msgstr "Nastavení Lightbox"
933
 
934
+ #: includes/class-gllr-settings.php:735
935
  msgid "Enable Lightbox"
936
  msgstr "Povolit Lightbox"
937
 
938
+ #: includes/class-gllr-settings.php:738
939
  msgid "Enable to show the lightbox when clicking on gallery images."
940
  msgstr "Povolit zobrazení Lightboxu při kliknutí na obrázky galerie."
941
 
942
+ #: includes/class-gllr-settings.php:756
943
  msgid ""
944
  "Select the maximum gallery image size for the lightbox view. \"Default\" "
945
  "will display the original, full size image."
947
  "Zvolte maximální velikost obrázku galerie pro zobrazení v Lightboxu. "
948
  "\"Výchozí\" zobrazí původní obrázek v plné velikosti."
949
 
950
+ #: includes/class-gllr-settings.php:760
951
  msgid "Overlay Color"
952
  msgstr "Barva překrytí"
953
 
954
+ #: includes/class-gllr-settings.php:766
955
  msgid "Overlay Opacity"
956
  msgstr "Průhlednost překrytí"
957
 
958
+ #: includes/class-gllr-settings.php:769
959
  #, php-format
960
  msgid ""
961
+ "Lightbox overlay opacity. Leave blank to disable opacity (default is %s, max "
962
+ "is %s)."
963
  msgstr ""
 
 
964
 
965
+ #: includes/class-gllr-settings.php:779
966
  msgid "Slideshow"
967
  msgstr "Prezentace"
968
 
969
+ #: includes/class-gllr-settings.php:781
970
  msgid "Enable to start the slideshow automatically when the lightbox is used."
971
  msgstr "Povolit automatické spuštění prezentace při použití Lightboxu."
972
 
973
+ #: includes/class-gllr-settings.php:785
974
  msgid "Slideshow Duration"
975
  msgstr "Interval prezentace"
976
 
977
+ #: includes/class-gllr-settings.php:787
978
  msgid "ms"
979
  msgstr "ms"
980
 
981
+ #: includes/class-gllr-settings.php:788
982
  msgid "Slideshow interval duration between two images."
983
  msgstr "Interval prezentace mezi dvěma obrázky."
984
 
985
+ #: includes/class-gllr-settings.php:799
 
986
  msgid "Lightbox Helpers"
987
+ msgstr "Lightbox pomocníci"
988
 
989
+ #: includes/class-gllr-settings.php:801
990
+ msgid "Enable to display the lightbox toolbar and arrows."
991
+ msgstr "Povolit zobrazení lightbox nástrojů a šipek."
 
992
 
993
+ #: includes/class-gllr-settings.php:805
 
994
  msgid "Lightbox Thumbnails"
995
+ msgstr "Lightbox miniatury"
996
 
997
+ #: includes/class-gllr-settings.php:807
998
+ msgid "Enable to use a lightbox helper navigation between images."
 
999
  msgstr "Povolit využívat Lightbox pomocníka při navigaci mezi snímky."
1000
 
1001
+ #: includes/class-gllr-settings.php:811
 
1002
  msgid "Lightbox Thumbnails Position"
1003
+ msgstr "Umístění Lightbox miniatur"
1004
 
1005
+ #: includes/class-gllr-settings.php:814
1006
  msgid "Top"
1007
  msgstr "Nahoře"
1008
 
1009
+ #: includes/class-gllr-settings.php:819
1010
  msgid "Lightbox Button Label"
1011
  msgstr "Popisek tlačítka Lightboxu"
1012
 
1013
+ #: includes/class-gllr-settings.php:821
 
1014
  msgid "Read More"
1015
+ msgstr "Dozvědět se více"
1016
 
1017
+ #: includes/class-gllr-settings.php:831
 
1018
  msgid "Download Button"
1019
+ msgstr "Tlačítko Stáhnout"
1020
 
1021
+ #: includes/class-gllr-settings.php:833
1022
+ msgid "Enable to display download button."
1023
+ msgstr "Povolit zobrazení tlačítka Stáhnout."
 
1024
 
1025
+ #: includes/class-gllr-settings.php:837
1026
  msgid "Single Lightbox"
1027
  msgstr "Jediný Lightbox"
1028
 
1029
+ #: includes/class-gllr-settings.php:839
1030
  msgid ""
1031
  "Enable to use a single lightbox for multiple galleries located on a single "
1032
  "page."
1033
  msgstr "Povolit jeden Lightbox pro více galerií umístěných na jediné stránce."
1034
 
1035
+ #: includes/class-gllr-settings.php:849
1036
  msgid "Social Sharing Buttons Settings"
1037
  msgstr "Nastavení Social Sharing Buttons"
1038
 
1039
+ #: includes/class-gllr-settings.php:857
1040
+ msgid "Social Buttons"
1041
+ msgstr ""
1042
 
1043
+ #: includes/class-gllr-settings.php:859
1044
  msgid "Enable social sharing buttons in the lightbox."
1045
  msgstr "Povolit Social Buttons v Lightboxu."
1046
 
1047
+ #: includes/class-gllr-settings.php:863
1048
  msgid "Social Networks"
1049
  msgstr "Sociální sítě"
1050
 
1051
+ #: includes/class-gllr-settings.php:874
 
 
 
 
 
 
 
 
 
 
 
 
1052
  msgid "Counter"
1053
  msgstr "Zobrazit počítadlo"
1054
 
1055
+ #: includes/class-gllr-settings.php:877
1056
+ #, fuzzy
1057
+ msgid ""
1058
+ "Enable to show likes counter for each social button (not available for "
1059
+ "Google +1)."
1060
  msgstr "Povolit zobrazení počítadla pro jednotlivá tlačítka."
1061
 
1062
+ #: includes/class-gllr-settings.php:892
1063
  msgid "Demo Data"
1064
  msgstr "Demo data"
1065
 
1066
+ #: includes/class-gllr-settings.php:894
1067
  msgid ""
1068
  "Install demo data to create galleries with images, post with shortcodes and "
1069
  "page with a list of all galleries."
1071
  "Nainstalovat demo data pro vytvoření galerií s obrázky, příspěvkem se "
1072
  "zkrácenými kódy a stránkou se seznamem všech galerií."
1073
 
1074
+ #: includes/class-gllr-settings.php:913
1075
  msgid "Gallery Post Type"
1076
  msgstr "Typ příspěvku Galerie"
1077
 
1078
+ #: includes/class-gllr-settings.php:915
1079
  msgid ""
1080
  "Enable to avoid conflicts with other gallery plugins installed. All "
1081
  "galleries created earlier will stay unchanged. However, after enabling we "
1087
  "doporučujeme zkontrolovat nastavení dalších pluginů, které používají typ "
1088
  "poříspěvku \"galerie\"."
1089
 
1090
+ #: includes/class-gllr-settings.php:927
1091
  msgid "Gallery Slug"
1092
  msgstr "Název v URL Galerie"
1093
 
1094
+ #: includes/class-gllr-settings.php:931
1095
  msgid "Enter the unique gallery slug."
1096
  msgstr "Vložit unikátní název v URL Galerie."
1097
 
1098
+ #: includes/class-gllr-settings.php:947
1099
  msgid "Activate Now"
1100
  msgstr "Aktivovat nyní"
1101
 
1102
+ #: includes/class-gllr-settings.php:962
1103
  msgid "Install Now"
1104
  msgstr "Instalovat nyní"
1105
 
1106
+ #: includes/class-gllr-settings.php:965
1107
  msgid "Enable to include galleries to your website search."
1108
  msgstr "Povolit zahrnutí galerií do vyhledávání na vašem webu."
1109
 
1110
+ #: includes/class-gllr-settings.php:965
1111
  #, php-format
1112
  msgid "%s is required."
1113
  msgstr "%s je vyžádován."
1189
  msgstr "Zavřít upozornění"
1190
 
1191
  #: includes/demo-data/class-bws-demo-data.php:591
1192
+ #, php-format
1193
  msgid ""
1194
+ "Do you want to install demo content and settings for %s (You can do this "
1195
+ "later using Import / Export settings)?"
1196
  msgstr ""
 
 
1197
 
1198
  #: includes/demo-data/class-bws-demo-data.php:591
1199
  msgid "Yes, install demo now"
1200
  msgstr "Ano, instalovat demo data nyní"
1201
 
1202
+ #~ msgid "columns"
1203
+ #~ msgstr "sloupce"
1204
+
1205
+ #~ msgid ""
1206
+ #~ "Lightbox overlay opacity. Leave blank to disable opacity (default is %d, "
1207
+ #~ "max is %d)."
1208
+ #~ msgstr ""
1209
+ #~ "Překrytí a průhlednost Lightboxu. Pro vypnutí průhlednosti ponechte "
1210
+ #~ "prázdné (výchozí je %d, max je %d)."
1211
+
1212
+ #~ msgid "Enable to use a lightbox helper navigation between images.."
1213
+ #~ msgstr "Povolit využívat Lightbox pomocníka při navigaci mezi snímky.."
1214
+
1215
+ #~ msgid "Social Buttons Position"
1216
+ #~ msgstr "Umístění Social Buttons"
1217
+
1218
+ #~ msgid "Select social buttons position in the lightbox."
1219
+ #~ msgstr "Zvolte umístění Social Buttons v Lightboxu."
1220
+
1221
+ #~ msgid ""
1222
+ #~ "When deleting a category, the galleries that belong to this category will "
1223
+ #~ "not be deleted. Instead, these galleries will be moved to the category %s."
1224
+ #~ msgstr ""
1225
+ #~ "Při mazání kategorie, galerie, které patří do této kategorie nebudou "
1226
+ #~ "odstraněny. Namísto toho budou tyto galerie přesunuty do kategorie %s."
1227
+
1228
+ #~ msgid "Image size changes not defined"
1229
+ #~ msgstr "Změna velikosti obrázku není definována"
1230
+
1231
+ #~ msgid "Adding images requires JavaScript."
1232
+ #~ msgstr "Přidání obrázků vyžaduje JavaScript."
1233
+
1234
+ #~ msgid ""
1235
+ #~ "Enable images border using the styles defined for Image Border Size and "
1236
+ #~ "Color."
1237
+ #~ msgstr ""
1238
+ #~ "Povolit ohraničení obrázku s použitím stylů definovaných pro pohraniční "
1239
+ #~ "Image velikosti a barvy."
1240
+
1241
+ #~ msgid "Enable Social Buttons"
1242
+ #~ msgstr "Povolit Social Buttons"
1243
+
1244
+ #~ msgid ""
1245
+ #~ "Do you want to install demo content and settings (You can do this later "
1246
+ #~ "using Import / Export settings)?"
1247
+ #~ msgstr ""
1248
+ #~ "Chcete nainstalovat demo obsah a nastavení (můžete to udělat i později "
1249
+ #~ "pomocí nastavení Import / Export)?"
1250
+
1251
  #~ msgid "Download high resolution image"
1252
  #~ msgstr "Stáhnout obrázek ve vysokém rozlišení"
1253
 
1254
  #~ msgid "Image"
1255
  #~ msgstr "Obrázek"
1256
 
1257
+ #~ msgid "Lightbox Helper"
1258
+ #~ msgstr "Lightbox pomocník"
1259
+
1260
  #~ msgid "Lightbox Helper Type"
1261
  #~ msgstr "Typ pomocníka Lightbox"
1262
 
1266
  #~ msgid "Buttons"
1267
  #~ msgstr "Tlačítka"
1268
 
1269
+ #~ msgid "Lightbox Helper Thumbnail Size"
1270
+ #~ msgstr "Lightbox pomocník velikost miniatur"
1271
+
1272
+ #~ msgid "Lightbox Helper Thumbnail Position"
1273
+ #~ msgstr "Lightbox pomocník umístění miniatur"
1274
+
1275
  #~ msgid "Bottom"
1276
  #~ msgstr "Dole"
1277
 
1278
  #~ msgid "Download Original File"
1279
  #~ msgstr "Stáhnout původní soubor"
1280
 
1281
+ #~ msgid ""
1282
+ #~ "Enable to display link to the original file under each image in the "
1283
+ #~ "lightbox."
1284
+ #~ msgstr "Zobrazit odkaz na původní soubor pod každým obrázkem v Lightboxu."
1285
+
1286
  #~ msgid "Download Link Label"
1287
  #~ msgstr "Popisek odkazu Stáhnout"
1288
 
1453
  #~ msgid "Start Your Trial"
1454
  #~ msgstr "Vyzkoušejte po omezenou dobu"
1455
 
1456
+ #~ msgid "Learn More"
1457
+ #~ msgstr "zjistěte více"
1458
+
1459
  #~ msgid "Display image title"
1460
  #~ msgstr "Zobrazit název obrázku"
1461
 
1564
  #~ msgid "powered by"
1565
  #~ msgstr "vytvořeno"
1566
 
1567
+ #~ msgid "Download"
1568
+ #~ msgstr "Stáhnout"
1569
+
1570
  #~ msgid "Rewrite templates after update"
1571
  #~ msgstr "Přepsat šablony při aktualizaci"
1572
 
languages/gallery-plugin-de_DE.mo CHANGED
Binary file
languages/gallery-plugin-de_DE.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: 2017-08-14 11:35+0300\n"
6
- "PO-Revision-Date: 2017-08-14 11:35+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Jonas Seemann <info@ahoidesign.de>\n"
9
  "Language: uk_UA\n"
@@ -13,481 +13,493 @@ msgstr ""
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: gallery-plugin.php:37 gallery-plugin.php:1647
20
- #: includes/class-gllr-settings.php:308
21
  msgid "Gallery Settings"
22
  msgstr "Galerie Einstellungen"
23
 
24
- #: gallery-plugin.php:37 includes/class-gllr-settings.php:319
25
  #, fuzzy
26
  msgid "Global Settings"
27
  msgstr "Galerie Einstellungen"
28
 
29
- #: gallery-plugin.php:43 gallery-plugin.php:2728
 
30
  msgid "Upgrade to Pro"
31
- msgstr ""
32
 
33
- #: gallery-plugin.php:218
34
  msgid "Return to all albums"
35
  msgstr ""
36
 
37
- #: gallery-plugin.php:228
38
  msgid "See images &raquo;"
39
  msgstr "Fotos anzeigen &raquo;"
40
 
41
- #: gallery-plugin.php:315 gallery-plugin.php:324
42
  msgid "Galleries"
43
  msgstr "Galerien"
44
 
45
- #: gallery-plugin.php:316 gallery-plugin.php:3144
46
  msgid "Gallery"
47
  msgstr "Galerie"
48
 
49
- #: gallery-plugin.php:317
50
  msgid "Add New Gallery"
51
  msgstr "Galerie hinzufügen"
52
 
53
- #: gallery-plugin.php:318
54
  msgid "Edit Gallery"
55
  msgstr "Galerie bearbeiten"
56
 
57
- #: gallery-plugin.php:319
58
  msgid "New Gallery"
59
  msgstr "Neue Galerie"
60
 
61
- #: gallery-plugin.php:320
62
  msgid "View Gallery"
63
  msgstr "Galerie anzeigen"
64
 
65
- #: gallery-plugin.php:321 includes/class-gllr-settings.php:927
66
  #, fuzzy
67
  msgid "Search Galleries"
68
  msgstr "Galerien"
69
 
70
- #: gallery-plugin.php:322
71
  msgid "No Gallery found"
72
  msgstr "Keine Galerien gefunden"
73
 
74
- #: gallery-plugin.php:344 gallery-plugin.php:1559 gallery-plugin.php:2874
75
- #: gallery-plugin.php:2882 gallery-plugin.php:2920 gallery-plugin.php:2943
76
- #: gallery-plugin.php:3128
77
  #, fuzzy
78
  msgid "Gallery Categories"
79
  msgstr "Bildgröße für Galerie"
80
 
81
- #: gallery-plugin.php:345 gallery-plugin.php:784
82
  #, fuzzy
83
  msgid "Gallery Category"
84
  msgstr "Bildgröße für Galerie"
85
 
86
- #: gallery-plugin.php:346
87
  msgid "Add Gallery Category"
88
  msgstr ""
89
 
90
- #: gallery-plugin.php:347
91
  #, fuzzy
92
  msgid "Add New Gallery Category"
93
  msgstr "Galerie hinzufügen"
94
 
95
- #: gallery-plugin.php:348 gallery-plugin.php:349
96
  msgid "Edit Gallery Category"
97
  msgstr ""
98
 
99
- #: gallery-plugin.php:350
100
  msgid "New Gallery Category"
101
  msgstr ""
102
 
103
- #: gallery-plugin.php:351 gallery-plugin.php:352
104
  msgid "View Gallery Category"
105
  msgstr ""
106
 
107
- #: gallery-plugin.php:353
108
  msgid "Find Gallery Category"
109
  msgstr ""
110
 
111
- #: gallery-plugin.php:354
112
  msgid "No Gallery Categories found"
113
  msgstr ""
114
 
115
- #: gallery-plugin.php:355
116
  msgid "No Gallery Categories found in Trash"
117
  msgstr ""
118
 
119
- #: gallery-plugin.php:356
120
  msgid "Parent Gallery Category"
121
  msgstr ""
122
 
123
- #: gallery-plugin.php:357
124
  msgid "Gallery Categories list navigation"
125
  msgstr ""
126
 
127
- #: gallery-plugin.php:358
128
  msgid "Gallery Categories list"
129
  msgstr ""
130
 
131
- #: gallery-plugin.php:434
132
  msgid "Gallery Shortcode"
133
  msgstr "Galerie Einstellungen"
134
 
135
- #: gallery-plugin.php:443
136
  msgid ""
137
  "Add a single gallery with images to your posts, pages, custom post types or "
138
  "widgets by using the following shortcode:"
139
  msgstr ""
140
 
141
- #: gallery-plugin.php:447
142
  msgid ""
143
  "Add a gallery cover including featured image, description, and a link to "
144
  "your single gallery using the following shortcode:"
145
  msgstr ""
146
 
147
- #: gallery-plugin.php:560
 
148
  msgid "Note"
149
- msgstr ""
150
 
151
- #: gallery-plugin.php:560
152
  #, php-format
153
  msgid ""
154
  "When deleting a category, the galleries that belong to this category will "
155
- "not be deleted. Instead, these galleries will be moved to the category %s."
156
  msgstr ""
157
 
158
- #: gallery-plugin.php:573 gallery-plugin.php:1558
159
  #, fuzzy
160
  msgid "Shortcode"
161
  msgstr "Galerie Einstellungen"
162
 
163
- #: gallery-plugin.php:619
164
  msgid "All Gallery Categories"
165
  msgstr ""
166
 
167
- #: gallery-plugin.php:696
168
  msgid "You can't delete default gallery category."
169
  msgstr ""
170
 
171
- #: gallery-plugin.php:1048 gallery-plugin.php:1155 gallery-plugin.php:2065
172
  msgid "Sorry, nothing found."
173
  msgstr "Leider nichts gefunden."
174
 
175
- #: gallery-plugin.php:1555
 
176
  msgid "Featured Image"
177
- msgstr ""
178
 
179
- #: gallery-plugin.php:1556 gallery-plugin.php:2585 gallery-plugin.php:2689
180
- #: gallery-plugin.php:2800 includes/class-gllr-settings.php:656
181
  msgid "Title"
182
  msgstr "Titel"
183
 
184
- #: gallery-plugin.php:1557 includes/class-gllr-settings.php:41
185
  #, fuzzy
186
  msgid "Images"
187
  msgstr "Bild"
188
 
189
- #: gallery-plugin.php:1560 includes/class-gllr-settings.php:661
190
  msgid "Author"
191
  msgstr "Author"
192
 
193
- #: gallery-plugin.php:1561 includes/class-gllr-settings.php:511
194
- #: includes/class-gllr-settings.php:657
195
  msgid "Date"
196
  msgstr "Datum"
197
 
198
- #: gallery-plugin.php:1674 gallery-plugin.php:1692
 
 
 
 
 
199
  #: includes/class-gllr-settings.php:30 includes/class-gllr-settings.php:42
200
  msgid "Settings"
201
  msgstr "Einstellungen"
202
 
203
- #: gallery-plugin.php:1675
204
  msgid "FAQ"
205
  msgstr "FAQ"
206
 
207
- #: gallery-plugin.php:1676
208
  msgid "Support"
209
  msgstr "Support"
210
 
211
- #: gallery-plugin.php:1715
212
  msgid "Updating images..."
213
  msgstr ""
214
 
215
- #: gallery-plugin.php:1716
216
  #, fuzzy
217
  msgid "No images found."
218
  msgstr "Keine Galerien gefunden"
219
 
220
- #: gallery-plugin.php:1717
221
  msgid "All images were updated."
222
  msgstr ""
223
 
224
- #: gallery-plugin.php:1718
 
225
  msgid "Error."
226
- msgstr ""
227
 
228
- #: gallery-plugin.php:1730
229
  msgid ""
230
  "You are about to remove these items from this gallery.\n"
231
  " 'Cancel' to stop, 'OK' to delete."
232
  msgstr ""
233
 
234
- #: gallery-plugin.php:1731
235
  msgid ""
236
  "You are about to remove this image from the gallery.\n"
237
  " 'Cancel' to stop, 'OK' to delete."
238
  msgstr ""
239
 
240
- #: gallery-plugin.php:1732
241
  msgid ""
242
  "Switching to another mode, all unsaved data will be lost. Save data before "
243
  "switching?"
244
  msgstr ""
245
 
246
- #: gallery-plugin.php:1733
247
  msgid "Insert Media"
248
  msgstr ""
249
 
250
- #: gallery-plugin.php:1734
251
  msgid "Insert"
252
  msgstr ""
253
 
254
- #: gallery-plugin.php:2257
255
  #, fuzzy
256
  msgid "Image size not defined"
257
  msgstr "Name der Bilder"
258
 
259
- #: gallery-plugin.php:2272
260
  msgid ""
261
  "Plugin updates only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please "
262
  "reload images manually."
263
  msgstr ""
264
 
265
- #: gallery-plugin.php:2283
266
- msgid "Image size changes not defined"
267
- msgstr ""
268
-
269
- #: gallery-plugin.php:2312 gallery-plugin.php:2315 gallery-plugin.php:2320
270
  msgid "Invalid path"
271
  msgstr ""
272
 
273
- #: gallery-plugin.php:2409
274
  msgid "List View"
275
  msgstr ""
276
 
277
- #: gallery-plugin.php:2410
278
  msgid "Grid View"
279
  msgstr ""
280
 
281
- #: gallery-plugin.php:2465
 
282
  msgid "Filter"
283
- msgstr ""
284
 
285
- #: gallery-plugin.php:2469
286
  msgid "Empty Trash"
287
  msgstr ""
288
 
289
- #: gallery-plugin.php:2490
290
  #, fuzzy
291
  msgid "No images found"
292
  msgstr "Keine Galerien gefunden"
293
 
294
- #: gallery-plugin.php:2542
295
  msgid "Select bulk action"
296
  msgstr ""
297
 
298
- #: gallery-plugin.php:2544
299
  msgid "Bulk Actions"
300
  msgstr ""
301
 
302
- #: gallery-plugin.php:2554
 
303
  msgid "Apply"
304
- msgstr ""
305
 
306
- #: gallery-plugin.php:2561
307
  #, fuzzy
308
  msgid "Delete from Gallery"
309
  msgstr "Neue Galerie"
310
 
311
- #: gallery-plugin.php:2570
312
  msgid "Bulk Select"
313
  msgstr ""
314
 
315
- #: gallery-plugin.php:2571
316
  msgid "Cancel Selection"
317
  msgstr ""
318
 
319
- #: gallery-plugin.php:2572
320
  msgid "Delete Selected"
321
  msgstr ""
322
 
323
- #: gallery-plugin.php:2583
 
324
  msgid "File"
325
- msgstr ""
326
 
327
- #: gallery-plugin.php:2584 gallery-plugin.php:2684 gallery-plugin.php:2795
328
  msgid "Dimensions"
329
  msgstr ""
330
 
331
- #: gallery-plugin.php:2586 gallery-plugin.php:2695 gallery-plugin.php:2805
332
  msgid "Alt Text"
333
  msgstr ""
334
 
335
- #: gallery-plugin.php:2587 gallery-plugin.php:2699 gallery-plugin.php:2810
336
  msgid "URL"
337
  msgstr "URL"
338
 
339
- #: gallery-plugin.php:2587 gallery-plugin.php:2701
340
  msgid ""
341
  "Enter your custom URL to link this image to other page or file. Leave blank "
342
  "to open a full size image."
343
  msgstr ""
344
 
345
- #: gallery-plugin.php:2666
346
  #, fuzzy
347
  msgid "Remove Image from Gallery"
348
  msgstr "Neue Galerie"
349
 
350
- #: gallery-plugin.php:2669
351
  #, fuzzy
352
  msgid "Edit Image Info"
353
  msgstr "Anhang ID"
354
 
355
- #: gallery-plugin.php:2670
356
  msgid "Deselect"
357
  msgstr ""
358
 
359
- #: gallery-plugin.php:2682
360
  msgid "File name"
361
  msgstr ""
362
 
363
- #: gallery-plugin.php:2683
364
  msgid "File type"
365
  msgstr ""
366
 
367
- #: gallery-plugin.php:2708
 
368
  msgid "Description"
369
- msgstr ""
370
 
371
- #: gallery-plugin.php:2714
372
  #, fuzzy
373
  msgid "Lightbox Button URL"
374
  msgstr "Lightbox Hintergrund"
375
 
376
- #: gallery-plugin.php:2721
377
  msgid "New Tab"
378
  msgstr ""
379
 
380
- #: gallery-plugin.php:2723
381
  msgid "Enable to open URLs above in a new tab."
382
  msgstr ""
383
 
384
- #: gallery-plugin.php:2728
385
  msgid "Go Pro"
386
  msgstr ""
387
 
388
- #: gallery-plugin.php:2734
389
  msgid "Edit more details"
390
  msgstr ""
391
 
392
- #: gallery-plugin.php:2736
393
  #, fuzzy
394
  msgid "Remove from Gallery"
395
  msgstr "Neue Galerie"
396
 
397
- #: gallery-plugin.php:2770
398
  #, php-format
399
  msgid "Select %s"
400
  msgstr ""
401
 
402
- #: gallery-plugin.php:2783
403
  #, php-format
404
  msgid "Edit &#8220;%s&#8221;"
405
  msgstr ""
406
 
407
- #: gallery-plugin.php:2791
408
  #, fuzzy
409
  msgid "Edit Attachment Info"
410
  msgstr "Anhang ID"
411
 
412
- #: gallery-plugin.php:2828 gallery-plugin.php:2841
 
413
  msgid "Edit"
414
- msgstr ""
415
 
416
- #: gallery-plugin.php:2831 gallery-plugin.php:2846
417
  msgid "Trash"
418
  msgstr ""
419
 
420
- #: gallery-plugin.php:2834 gallery-plugin.php:2849
421
  msgid "Delete Permanently"
422
  msgstr ""
423
 
424
- #: gallery-plugin.php:2836 gallery-plugin.php:2855
425
  #, php-format
426
  msgid "View &#8220;%s&#8221;"
427
  msgstr ""
428
 
429
- #: gallery-plugin.php:2836 gallery-plugin.php:2855 gallery-plugin.php:2938
 
430
  msgid "View"
431
- msgstr ""
432
 
433
- #: gallery-plugin.php:2838
434
  #, fuzzy
435
  msgid "Attach"
436
  msgstr "Anhang ID"
437
 
438
- #: gallery-plugin.php:2844
439
  msgid "Restore"
440
  msgstr ""
441
 
442
- #: gallery-plugin.php:2873
443
  msgid "A list or dropdown of Gallery categories."
444
  msgstr ""
445
 
446
- #: gallery-plugin.php:2918
447
  msgid "Select Gallery Category"
448
  msgstr ""
449
 
450
- #: gallery-plugin.php:2976
 
451
  msgid "Title:"
452
- msgstr ""
453
 
454
- #: gallery-plugin.php:2979
455
  msgid "Display as dropdown"
456
  msgstr ""
457
 
458
- #: gallery-plugin.php:2981
459
  msgid "Show gallery counts"
460
  msgstr ""
461
 
462
- #: gallery-plugin.php:2983
463
  msgid "Show hierarchy"
464
  msgstr ""
465
 
466
- #: gallery-plugin.php:3099
 
467
  msgid "Warning"
468
- msgstr ""
469
 
470
- #: gallery-plugin.php:3099
471
  msgid "You can add only images to the gallery"
472
  msgstr ""
473
 
474
- #: gallery-plugin.php:3130
475
  msgid "or"
476
  msgstr ""
477
 
478
- #: gallery-plugin.php:3138
479
  #, fuzzy
480
  msgid "no title"
481
- msgstr "Titel"
482
 
483
- #: gallery-plugin.php:3149
484
  #, fuzzy
485
  msgid ""
486
  "Display an album image with the description and the link to a single gallery "
487
  "page"
488
  msgstr "Shortcode zum Anzeigen einer Kurzbeschreibung, Link und Bild"
489
 
490
- #: gallery-plugin.php:3153
491
  #, fuzzy
492
  msgid "Sorry, no gallery found."
493
  msgstr "Leider nichts gefunden."
@@ -506,577 +518,604 @@ msgid "Social"
506
  msgstr ""
507
 
508
  #: includes/class-gllr-settings.php:34
 
509
  msgid "Misc"
510
- msgstr ""
511
 
512
  #: includes/class-gllr-settings.php:35
 
513
  msgid "Custom Code"
514
- msgstr ""
515
 
516
  #: includes/class-gllr-settings.php:36
 
517
  msgid "Import / Export"
518
- msgstr ""
519
 
520
  #: includes/class-gllr-settings.php:37
 
521
  msgid "License Key"
522
- msgstr ""
523
 
524
- #: includes/class-gllr-settings.php:208
525
  msgid "Custom image size was changed. You need to update gallery images."
526
  msgstr ""
527
 
528
- #: includes/class-gllr-settings.php:245
529
  #, fuzzy
530
  msgid "Settings saved"
531
- msgstr "Einstellungen gespeichert."
532
 
533
- #: includes/class-gllr-settings.php:257
534
  #, fuzzy
535
  msgid "Please, enable JavaScript in Your browser."
536
- msgstr "Please enable JavaScript um den File-Uploader zu benutzen."
537
 
538
- #: includes/class-gllr-settings.php:262
539
  #, fuzzy
540
  msgid "Update Images"
541
  msgstr "Reihenfolge Bilder"
542
 
543
- #: includes/class-gllr-settings.php:277
544
  #, fuzzy
545
  msgid "Gallery Images"
546
  msgstr "Bildgröße für Galerie"
547
 
548
- #: includes/class-gllr-settings.php:282
549
- msgid "Adding images requires JavaScript."
550
  msgstr ""
551
 
552
- #: includes/class-gllr-settings.php:285
553
  msgid "Add Media"
554
  msgstr ""
555
 
556
- #: includes/class-gllr-settings.php:294
557
  msgid "The grid view for the Gallery images requires JavaScript."
558
  msgstr ""
559
 
560
- #: includes/class-gllr-settings.php:294
561
  msgid "Switch to the list view"
562
  msgstr ""
563
 
564
- #: includes/class-gllr-settings.php:317
565
  #, fuzzy
566
  msgid "Single Gallery Settings"
567
  msgstr "Galerie Einstellungen"
568
 
569
- #: includes/class-gllr-settings.php:319
570
  #, php-format
571
  msgid "Enable to configure single gallery settings and disable %s."
572
  msgstr ""
573
 
574
- #: includes/class-gllr-settings.php:330 includes/class-gllr-settings.php:387
575
- #: includes/class-gllr-settings.php:431 includes/class-gllr-settings.php:481
576
- #: includes/class-gllr-settings.php:598 includes/class-gllr-settings.php:686
577
- #: includes/class-gllr-settings.php:722 includes/class-gllr-settings.php:772
578
- #: includes/class-gllr-settings.php:909
 
579
  msgid "Close"
580
- msgstr ""
581
 
582
- #: includes/class-gllr-settings.php:334
583
  #, fuzzy
584
  msgid "Gallery Layout"
585
  msgstr "Keine Galerien gefunden"
586
 
587
- #: includes/class-gllr-settings.php:339
588
  msgid "Grid"
589
  msgstr ""
590
 
591
- #: includes/class-gllr-settings.php:345
592
  msgid "Masonry"
593
  msgstr ""
594
 
595
- #: includes/class-gllr-settings.php:358
596
- msgid "Number of Columns"
597
- msgstr ""
598
-
599
  #: includes/class-gllr-settings.php:360
600
- msgid "columns"
601
  msgstr ""
602
 
603
- #: includes/class-gllr-settings.php:361
604
  #, php-format
605
  msgid "Number of gallery columns (default is %s)."
606
  msgstr ""
607
 
608
- #: includes/class-gllr-settings.php:365 includes/class-gllr-settings.php:726
609
  #, fuzzy
610
  msgid "Image Size"
611
  msgstr "Name der Bilder"
612
 
613
- #: includes/class-gllr-settings.php:371 includes/class-gllr-settings.php:583
 
614
  msgid "Custom"
615
- msgstr ""
616
 
617
- #: includes/class-gllr-settings.php:373
618
  msgid ""
619
  "Maximum gallery image size. \"Custom\" uses the Image Dimensions values."
620
  msgstr ""
621
 
622
- #: includes/class-gllr-settings.php:377
623
  #, fuzzy
624
  msgid "Custom Image Size"
625
  msgstr "Name der Bilder"
626
 
627
- #: includes/class-gllr-settings.php:379 includes/class-gllr-settings.php:467
628
- #: includes/class-gllr-settings.php:591 includes/class-gllr-settings.php:641
629
  msgid "px"
630
  msgstr ""
631
 
632
- #: includes/class-gllr-settings.php:380
633
  msgid ""
634
  "Adjust these values based on the number of columns in your gallery. This "
635
  "won't effect the full size of your images in the lightbox."
636
  msgstr ""
637
 
638
- #: includes/class-gllr-settings.php:391
639
  #, fuzzy
640
  msgid "Crop Images"
641
  msgstr "Reihenfolge"
642
 
643
- #: includes/class-gllr-settings.php:393
644
  msgid ""
645
  "Enable to crop images using the sizes defined for Custom Image Size. Disable "
646
  "to resize images automatically using their aspect ratio."
647
  msgstr ""
648
 
649
- #: includes/class-gllr-settings.php:397 includes/class-gllr-settings.php:608
650
  #, fuzzy
651
  msgid "Crop Position"
652
  msgstr "Crop Position"
653
 
654
- #: includes/class-gllr-settings.php:412 includes/class-gllr-settings.php:623
655
  msgid "Select crop position base (by default: center)."
656
  msgstr ""
657
 
658
- #: includes/class-gllr-settings.php:422
659
  #, fuzzy
660
  msgid "Image Title"
661
  msgstr "Name der Bilder"
662
 
663
- #: includes/class-gllr-settings.php:424
664
  msgid "Enable to display image title along with the gallery image."
665
  msgstr ""
666
 
667
- #: includes/class-gllr-settings.php:435
668
  #, fuzzy
669
  msgid "Image Title Position"
670
  msgstr "Name der Bilder"
671
 
672
- #: includes/class-gllr-settings.php:440
673
  #, fuzzy
674
  msgid "Under image"
675
  msgstr "Reihenfolge Bilder"
676
 
677
- #: includes/class-gllr-settings.php:446
678
  msgid "On mouse hover"
679
  msgstr ""
680
 
681
- #: includes/class-gllr-settings.php:459
682
  #, fuzzy
683
  msgid "Image Border"
684
  msgstr "Bilder mit Rand"
685
 
686
- #: includes/class-gllr-settings.php:461
687
  msgid ""
688
  "Enable images border using the styles defined for Image Border Size and "
689
- "Color."
690
  msgstr ""
691
 
692
- #: includes/class-gllr-settings.php:465
693
  #, fuzzy
694
  msgid "Image Border Size"
695
  msgstr "Name der Bilder"
696
 
697
- #: includes/class-gllr-settings.php:468
698
  #, php-format
699
  msgid "Gallery image border width (default is %s)"
700
  msgstr ""
701
 
702
- #: includes/class-gllr-settings.php:472
703
  #, fuzzy
704
  msgid "Image Border Color"
705
  msgstr "Rahmenfarbe"
706
 
707
- #: includes/class-gllr-settings.php:485
708
  msgid "Pagination"
709
  msgstr ""
710
 
711
- #: includes/class-gllr-settings.php:488
712
  msgid ""
713
  "Enable pagination for images to limit number of images displayed on a single "
714
  "gallery page."
715
  msgstr ""
716
 
717
- #: includes/class-gllr-settings.php:492
718
  #, fuzzy
719
  msgid "Number of Images"
720
  msgstr "Anzahl Bilder in einer Reihe"
721
 
722
- #: includes/class-gllr-settings.php:495
723
  #, php-format
724
  msgid "Number of images displayed per page (default is %d)."
725
  msgstr ""
726
 
727
- #: includes/class-gllr-settings.php:505
728
  #, fuzzy
729
  msgid "Sort Images by"
730
  msgstr "Sortieren nach"
731
 
732
- #: includes/class-gllr-settings.php:508
733
  msgid "Manually (default)"
734
  msgstr ""
735
 
736
- #: includes/class-gllr-settings.php:509
737
  #, fuzzy
738
  msgid "Image ID"
739
  msgstr "Bild"
740
 
741
- #: includes/class-gllr-settings.php:510
 
742
  msgid "Name"
743
- msgstr ""
744
 
745
- #: includes/class-gllr-settings.php:512 includes/class-gllr-settings.php:662
746
  msgid "Random"
747
  msgstr "Zufall"
748
 
749
- #: includes/class-gllr-settings.php:514
750
  msgid ""
751
  "Select images sorting order in your gallery. By default, you can sort images "
752
  "manually in the images tab."
753
  msgstr ""
754
 
755
- #: includes/class-gllr-settings.php:518
756
  #, fuzzy
757
  msgid "Arrange Images by"
758
  msgstr "Sortieren nach"
759
 
760
- #: includes/class-gllr-settings.php:521 includes/class-gllr-settings.php:671
761
  msgid "Ascending (e.g. 1, 2, 3; a, b, c)"
762
  msgstr ""
763
 
764
- #: includes/class-gllr-settings.php:522 includes/class-gllr-settings.php:672
765
  msgid "Descending (e.g. 3, 2, 1; c, b, a)"
766
  msgstr ""
767
 
768
- #: includes/class-gllr-settings.php:527
769
  #, fuzzy
770
  msgid "Back Link"
771
  msgstr "Zurück-Link URL"
772
 
773
- #: includes/class-gllr-settings.php:529
774
  msgid ""
775
  "Enable to show a back link in a single gallery page which navigate to a "
776
  "previous page."
777
  msgstr ""
778
 
779
- #: includes/class-gllr-settings.php:533
780
  #, fuzzy
781
  msgid "Back Link URL"
782
  msgstr "Zurück-Link URL"
783
 
784
- #: includes/class-gllr-settings.php:536
785
  msgid "Back link custom page URL. Leave blank to use Gallery page template."
786
  msgstr ""
787
 
788
- #: includes/class-gllr-settings.php:540
789
  #, fuzzy
790
  msgid "Back Link Label"
791
  msgstr "Zurück-Link URL"
792
 
793
- #: includes/class-gllr-settings.php:546
794
  #, fuzzy
795
  msgid "Back Link with Shortcode"
796
  msgstr "Aktiviere Zurück-Link im Shortcode"
797
 
798
- #: includes/class-gllr-settings.php:549
799
  #, fuzzy
800
  msgid "Enable to display a back link on a page where shortcode is used."
801
  msgstr "Aktiviere Zurück-Link im Shortcode"
802
 
803
- #: includes/class-gllr-settings.php:560
804
  #, fuzzy
805
  msgid "Cover Settings"
806
  msgstr "Galerie Einstellungen"
807
 
808
- #: includes/class-gllr-settings.php:565
809
  #, fuzzy
810
  msgid "Galleries Page"
811
  msgstr "Galerien"
812
 
813
- #: includes/class-gllr-settings.php:573
814
  msgid "Base page where all existing galleries will be displayed."
815
  msgstr ""
816
 
817
- #: includes/class-gllr-settings.php:577
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
818
  #, fuzzy
819
  msgid "Cover Image Size"
820
  msgstr "Name der Bilder"
821
 
822
- #: includes/class-gllr-settings.php:585
823
  msgid "Maximum cover image size. Custom uses the Image Dimensions values."
824
  msgstr ""
825
 
826
- #: includes/class-gllr-settings.php:589
827
  msgid "Custom Cover Image Size"
828
  msgstr ""
829
 
830
- #: includes/class-gllr-settings.php:602
831
  msgid "Crop Cover Images"
832
  msgstr ""
833
 
834
- #: includes/class-gllr-settings.php:604
835
  msgid ""
836
  "Enable to crop images using the sizes defined for Custom Cover Image Size. "
837
  "Disable to resize images automatically using their aspect ratio."
838
  msgstr ""
839
 
840
- #: includes/class-gllr-settings.php:633
841
  #, fuzzy
842
  msgid "Cover Image Border"
843
  msgstr "Bilder mit Rand"
844
 
845
- #: includes/class-gllr-settings.php:635
846
  msgid ""
847
  "Enable cover images border using the styles defined for Image Border Size "
848
  "and Color."
849
  msgstr ""
850
 
851
- #: includes/class-gllr-settings.php:639
852
  msgid "Cover Image Border Size"
853
  msgstr ""
854
 
855
- #: includes/class-gllr-settings.php:642
856
  #, php-format
857
  msgid "Cover image border width (default is %s)"
858
  msgstr ""
859
 
860
- #: includes/class-gllr-settings.php:646
861
  #, fuzzy
862
  msgid "Cover Image Border Color"
863
  msgstr "Rahmenfarbe"
864
 
865
- #: includes/class-gllr-settings.php:652
866
  #, fuzzy
867
  msgid "Sort Albums by"
868
  msgstr "Sortieren nach"
869
 
870
- #: includes/class-gllr-settings.php:655
871
  #, fuzzy
872
  msgid "Gallery ID"
873
  msgstr "Galerie"
874
 
875
- #: includes/class-gllr-settings.php:658
876
  msgid "Last modified date"
877
  msgstr ""
878
 
879
- #: includes/class-gllr-settings.php:659
880
  msgid "Comment count"
881
  msgstr ""
882
 
883
- #: includes/class-gllr-settings.php:660
884
  #, fuzzy
885
  msgid "Sorting order (the input field for sorting order)"
886
  msgstr ""
887
  "Reihenfolge (the input field for sorting order in the Insert / Upload Media "
888
  "Gallery dialog)"
889
 
890
- #: includes/class-gllr-settings.php:664
891
  msgid "Select galleries sorting order in your galleries page."
892
  msgstr ""
893
 
894
- #: includes/class-gllr-settings.php:668
895
  msgid "Arrange Albums by"
896
  msgstr ""
897
 
898
- #: includes/class-gllr-settings.php:677
899
  #, fuzzy
900
  msgid "Read More Link Label"
901
  msgstr "Weiterlesen link Text"
902
 
903
- #: includes/class-gllr-settings.php:690
904
  msgid "Instant Lightbox"
905
  msgstr ""
906
 
907
- #: includes/class-gllr-settings.php:693
908
  msgid ""
909
  "Enable to display all images in the lightbox after clicking cover image or "
910
  "URL instead of going to a single gallery page."
911
  msgstr ""
912
 
913
- #: includes/class-gllr-settings.php:707
914
  #, fuzzy
915
  msgid "Lightbox Settings"
916
  msgstr "Lightbox Hintergrund"
917
 
918
- #: includes/class-gllr-settings.php:712
919
  msgid "Enable Lightbox"
920
  msgstr ""
921
 
922
- #: includes/class-gllr-settings.php:715
923
  msgid "Enable to show the lightbox when clicking on gallery images."
924
  msgstr ""
925
 
926
- #: includes/class-gllr-settings.php:733
927
  msgid ""
928
  "Select the maximum gallery image size for the lightbox view. \"Default\" "
929
  "will display the original, full size image."
930
  msgstr ""
931
 
932
- #: includes/class-gllr-settings.php:737
933
  msgid "Overlay Color"
934
  msgstr ""
935
 
936
- #: includes/class-gllr-settings.php:743
937
  msgid "Overlay Opacity"
938
  msgstr ""
939
 
940
- #: includes/class-gllr-settings.php:746
941
  #, php-format
942
  msgid ""
943
- "Lightbox overlay opacity. Leave blank to disable opacity (default is %d, max "
944
- "is %d)."
945
  msgstr ""
946
 
947
- #: includes/class-gllr-settings.php:756
948
  #, fuzzy
949
  msgid "Slideshow"
950
  msgstr "Starte Slideshow"
951
 
952
- #: includes/class-gllr-settings.php:758
953
  msgid "Enable to start the slideshow automatically when the lightbox is used."
954
  msgstr ""
955
 
956
- #: includes/class-gllr-settings.php:762
957
  #, fuzzy
958
  msgid "Slideshow Duration"
959
  msgstr "Slideshow Geschwindigkeit"
960
 
961
- #: includes/class-gllr-settings.php:764
962
  msgid "ms"
963
  msgstr ""
964
 
965
- #: includes/class-gllr-settings.php:765
966
  msgid "Slideshow interval duration between two images."
967
  msgstr ""
968
 
969
- #: includes/class-gllr-settings.php:776
970
  #, fuzzy
971
  msgid "Lightbox Helpers"
972
  msgstr "Lightbox Hintergrund"
973
 
974
- #: includes/class-gllr-settings.php:778
975
- msgid "Enable to display the lightbox helper buttons."
976
  msgstr ""
977
 
978
- #: includes/class-gllr-settings.php:782
979
  #, fuzzy
980
  msgid "Lightbox Thumbnails"
981
  msgstr "Bildgröße für Beitragsbild"
982
 
983
- #: includes/class-gllr-settings.php:784
984
- msgid "Enable to use a lightbox helper navigation between images.."
985
  msgstr ""
986
 
987
- #: includes/class-gllr-settings.php:788
988
  msgid "Lightbox Thumbnails Position"
989
  msgstr ""
990
 
991
- #: includes/class-gllr-settings.php:791
992
  #, fuzzy
993
  msgid "Top"
994
  msgstr "oben"
995
 
996
- #: includes/class-gllr-settings.php:796
997
  #, fuzzy
998
  msgid "Lightbox Button Label"
999
  msgstr "Lightbox Hintergrund"
1000
 
1001
- #: includes/class-gllr-settings.php:798
1002
  #, fuzzy
1003
  msgid "Read More"
1004
  msgstr "Mehr erfahren"
1005
 
1006
- #: includes/class-gllr-settings.php:808
1007
  msgid "Download Button"
1008
  msgstr ""
1009
 
1010
- #: includes/class-gllr-settings.php:810
1011
- #, fuzzy
1012
- msgid ""
1013
- "Enable to display link to the original file under each image in the lightbox."
1014
- msgstr "Zeige das Bild in Originalgröße in derLightbox"
1015
 
1016
- #: includes/class-gllr-settings.php:814
1017
  msgid "Single Lightbox"
1018
  msgstr ""
1019
 
1020
- #: includes/class-gllr-settings.php:816
1021
  msgid ""
1022
  "Enable to use a single lightbox for multiple galleries located on a single "
1023
  "page."
1024
  msgstr ""
1025
 
1026
- #: includes/class-gllr-settings.php:826
1027
  msgid "Social Sharing Buttons Settings"
1028
  msgstr ""
1029
 
1030
- #: includes/class-gllr-settings.php:834
1031
- msgid "Enable Social Buttons"
1032
  msgstr ""
1033
 
1034
- #: includes/class-gllr-settings.php:836
1035
  msgid "Enable social sharing buttons in the lightbox."
1036
  msgstr ""
1037
 
1038
- #: includes/class-gllr-settings.php:840
1039
  msgid "Social Networks"
1040
  msgstr ""
1041
 
1042
- #: includes/class-gllr-settings.php:851
1043
- msgid "Social Buttons Position"
1044
- msgstr ""
1045
-
1046
- #: includes/class-gllr-settings.php:854
1047
- msgid "Left"
1048
- msgstr ""
1049
-
1050
- #: includes/class-gllr-settings.php:856
1051
- msgid "Select social buttons position in the lightbox."
1052
- msgstr ""
1053
-
1054
- #: includes/class-gllr-settings.php:860
1055
  #, fuzzy
1056
  msgid "Counter"
1057
  msgstr "Slideshow Geschwindigkeit"
1058
 
1059
- #: includes/class-gllr-settings.php:863
1060
- msgid "Enable to show likes counter for each social button."
 
 
1061
  msgstr ""
1062
 
1063
- #: includes/class-gllr-settings.php:878
1064
  #, fuzzy
1065
  msgid "Demo Data"
1066
- msgstr "Installiere %s"
1067
 
1068
- #: includes/class-gllr-settings.php:880
1069
  msgid ""
1070
  "Install demo data to create galleries with images, post with shortcodes and "
1071
  "page with a list of all galleries."
1072
  msgstr ""
1073
 
1074
- #: includes/class-gllr-settings.php:899
1075
  #, fuzzy
1076
  msgid "Gallery Post Type"
1077
  msgstr "Galerie Einstellungen"
1078
 
1079
- #: includes/class-gllr-settings.php:901
1080
  msgid ""
1081
  "Enable to avoid conflicts with other gallery plugins installed. All "
1082
  "galleries created earlier will stay unchanged. However, after enabling we "
@@ -1084,30 +1123,30 @@ msgid ""
1084
  "used."
1085
  msgstr ""
1086
 
1087
- #: includes/class-gllr-settings.php:913
1088
  #, fuzzy
1089
  msgid "Gallery Slug"
1090
  msgstr "Galerie"
1091
 
1092
- #: includes/class-gllr-settings.php:917
1093
  msgid "Enter the unique gallery slug."
1094
  msgstr ""
1095
 
1096
- #: includes/class-gllr-settings.php:933
1097
  #, fuzzy
1098
  msgid "Activate Now"
1099
  msgstr "Aktivierte Plugins"
1100
 
1101
- #: includes/class-gllr-settings.php:948
1102
  #, fuzzy
1103
  msgid "Install Now"
1104
- msgstr "Installiere %s"
1105
 
1106
- #: includes/class-gllr-settings.php:951
1107
  msgid "Enable to include galleries to your website search."
1108
  msgstr ""
1109
 
1110
- #: includes/class-gllr-settings.php:951
1111
  #, php-format
1112
  msgid "%s is required."
1113
  msgstr ""
@@ -1115,40 +1154,47 @@ msgstr ""
1115
  #: includes/demo-data/class-bws-demo-data.php:33
1116
  #, fuzzy
1117
  msgid "Install Demo Data"
1118
- msgstr "Installiere %s"
1119
 
1120
  #: includes/demo-data/class-bws-demo-data.php:36
 
1121
  msgid "Remove Demo Data"
1122
- msgstr ""
1123
 
1124
  #: includes/demo-data/class-bws-demo-data.php:37
 
1125
  msgid "Delete demo data and restore old plugin settings."
1126
- msgstr ""
1127
 
1128
  #: includes/demo-data/class-bws-demo-data.php:50
 
1129
  msgid "Yes, install demo data"
1130
- msgstr ""
1131
 
1132
  #: includes/demo-data/class-bws-demo-data.php:51
 
1133
  msgid "Are you sure you want to install demo data?"
1134
- msgstr ""
1135
 
1136
  #: includes/demo-data/class-bws-demo-data.php:53
 
1137
  msgid "Yes, remove demo data"
1138
- msgstr ""
1139
 
1140
  #: includes/demo-data/class-bws-demo-data.php:54
 
1141
  msgid "Are you sure you want to remove demo data?"
1142
- msgstr ""
1143
 
1144
  #: includes/demo-data/class-bws-demo-data.php:61
1145
  #, fuzzy
1146
  msgid "No, go back to the settings page"
1147
- msgstr "auf der Plugin-Optionen-Seite ("
1148
 
1149
  #: includes/demo-data/class-bws-demo-data.php:111
 
1150
  msgid "Can not get demo data."
1151
- msgstr ""
1152
 
1153
  #: includes/demo-data/class-bws-demo-data.php:118
1154
  msgid "Demo settings already installed."
@@ -1159,41 +1205,50 @@ msgid "Demo data installed successfully."
1159
  msgstr ""
1160
 
1161
  #: includes/demo-data/class-bws-demo-data.php:369
 
1162
  msgid "View post with shortcodes"
1163
- msgstr ""
1164
 
1165
  #: includes/demo-data/class-bws-demo-data.php:372
 
1166
  msgid "View page with examples"
1167
- msgstr ""
1168
 
1169
  #: includes/demo-data/class-bws-demo-data.php:383
 
1170
  msgid "Installation of demo data with some errors occurred."
1171
- msgstr ""
1172
 
1173
  #: includes/demo-data/class-bws-demo-data.php:386
 
1174
  msgid "Posts data is missing."
1175
- msgstr ""
1176
 
1177
  #: includes/demo-data/class-bws-demo-data.php:458
 
1178
  msgid "Demo data have already been removed."
1179
- msgstr ""
1180
 
1181
  #: includes/demo-data/class-bws-demo-data.php:515
 
1182
  msgid "Demo data successfully removed."
1183
- msgstr ""
1184
 
1185
  #: includes/demo-data/class-bws-demo-data.php:519
 
1186
  msgid "Removing demo data with some errors occurred."
1187
- msgstr ""
1188
 
1189
  #: includes/demo-data/class-bws-demo-data.php:587
 
1190
  msgid "Close notice"
1191
- msgstr ""
1192
 
1193
  #: includes/demo-data/class-bws-demo-data.php:591
 
1194
  msgid ""
1195
- "Do you want to install demo content and settings (You can do this later "
1196
- "using Import / Export settings)?"
1197
  msgstr ""
1198
 
1199
  #: includes/demo-data/class-bws-demo-data.php:591
@@ -1201,6 +1256,12 @@ msgstr ""
1201
  msgid "Yes, install demo now"
1202
  msgstr "Installiere %s"
1203
 
 
 
 
 
 
 
1204
  #~ msgid "Download high resolution image"
1205
  #~ msgstr "Lade Bild in Originalgröße"
1206
 
2
  msgstr ""
3
  "Project-Id-Version: Gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-12-05 16:21+0200\n"
6
+ "PO-Revision-Date: 2017-12-05 16:21+0200\n"
7
  "Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Jonas Seemann <info@ahoidesign.de>\n"
9
  "Language: uk_UA\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Generator: Poedit 1.8.7.1\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: gallery-plugin.php:37 includes/class-gllr-settings.php:310
 
20
  msgid "Gallery Settings"
21
  msgstr "Galerie Einstellungen"
22
 
23
+ #: gallery-plugin.php:37 includes/class-gllr-settings.php:321
24
  #, fuzzy
25
  msgid "Global Settings"
26
  msgstr "Galerie Einstellungen"
27
 
28
+ #: gallery-plugin.php:43 gallery-plugin.php:2772
29
+ #, fuzzy
30
  msgid "Upgrade to Pro"
31
+ msgstr "Оновити до Pro"
32
 
33
+ #: gallery-plugin.php:237
34
  msgid "Return to all albums"
35
  msgstr ""
36
 
37
+ #: gallery-plugin.php:249
38
  msgid "See images &raquo;"
39
  msgstr "Fotos anzeigen &raquo;"
40
 
41
+ #: gallery-plugin.php:336 gallery-plugin.php:345
42
  msgid "Galleries"
43
  msgstr "Galerien"
44
 
45
+ #: gallery-plugin.php:337 gallery-plugin.php:3188
46
  msgid "Gallery"
47
  msgstr "Galerie"
48
 
49
+ #: gallery-plugin.php:338
50
  msgid "Add New Gallery"
51
  msgstr "Galerie hinzufügen"
52
 
53
+ #: gallery-plugin.php:339
54
  msgid "Edit Gallery"
55
  msgstr "Galerie bearbeiten"
56
 
57
+ #: gallery-plugin.php:340
58
  msgid "New Gallery"
59
  msgstr "Neue Galerie"
60
 
61
+ #: gallery-plugin.php:341
62
  msgid "View Gallery"
63
  msgstr "Galerie anzeigen"
64
 
65
+ #: gallery-plugin.php:342 includes/class-gllr-settings.php:941
66
  #, fuzzy
67
  msgid "Search Galleries"
68
  msgstr "Galerien"
69
 
70
+ #: gallery-plugin.php:343
71
  msgid "No Gallery found"
72
  msgstr "Keine Galerien gefunden"
73
 
74
+ #: gallery-plugin.php:365 gallery-plugin.php:1602 gallery-plugin.php:2918
75
+ #: gallery-plugin.php:2926 gallery-plugin.php:2964 gallery-plugin.php:2987
76
+ #: gallery-plugin.php:3172
77
  #, fuzzy
78
  msgid "Gallery Categories"
79
  msgstr "Bildgröße für Galerie"
80
 
81
+ #: gallery-plugin.php:366 gallery-plugin.php:805
82
  #, fuzzy
83
  msgid "Gallery Category"
84
  msgstr "Bildgröße für Galerie"
85
 
86
+ #: gallery-plugin.php:367
87
  msgid "Add Gallery Category"
88
  msgstr ""
89
 
90
+ #: gallery-plugin.php:368
91
  #, fuzzy
92
  msgid "Add New Gallery Category"
93
  msgstr "Galerie hinzufügen"
94
 
95
+ #: gallery-plugin.php:369 gallery-plugin.php:370
96
  msgid "Edit Gallery Category"
97
  msgstr ""
98
 
99
+ #: gallery-plugin.php:371
100
  msgid "New Gallery Category"
101
  msgstr ""
102
 
103
+ #: gallery-plugin.php:372 gallery-plugin.php:373
104
  msgid "View Gallery Category"
105
  msgstr ""
106
 
107
+ #: gallery-plugin.php:374
108
  msgid "Find Gallery Category"
109
  msgstr ""
110
 
111
+ #: gallery-plugin.php:375
112
  msgid "No Gallery Categories found"
113
  msgstr ""
114
 
115
+ #: gallery-plugin.php:376
116
  msgid "No Gallery Categories found in Trash"
117
  msgstr ""
118
 
119
+ #: gallery-plugin.php:377
120
  msgid "Parent Gallery Category"
121
  msgstr ""
122
 
123
+ #: gallery-plugin.php:378
124
  msgid "Gallery Categories list navigation"
125
  msgstr ""
126
 
127
+ #: gallery-plugin.php:379
128
  msgid "Gallery Categories list"
129
  msgstr ""
130
 
131
+ #: gallery-plugin.php:455
132
  msgid "Gallery Shortcode"
133
  msgstr "Galerie Einstellungen"
134
 
135
+ #: gallery-plugin.php:464
136
  msgid ""
137
  "Add a single gallery with images to your posts, pages, custom post types or "
138
  "widgets by using the following shortcode:"
139
  msgstr ""
140
 
141
+ #: gallery-plugin.php:468
142
  msgid ""
143
  "Add a gallery cover including featured image, description, and a link to "
144
  "your single gallery using the following shortcode:"
145
  msgstr ""
146
 
147
+ #: gallery-plugin.php:581
148
+ #, fuzzy
149
  msgid "Note"
150
+ msgstr "Примітка"
151
 
152
+ #: gallery-plugin.php:581
153
  #, php-format
154
  msgid ""
155
  "When deleting a category, the galleries that belong to this category will "
156
+ "not be deleted. These galleries will be moved to the category %s."
157
  msgstr ""
158
 
159
+ #: gallery-plugin.php:594 gallery-plugin.php:1601
160
  #, fuzzy
161
  msgid "Shortcode"
162
  msgstr "Galerie Einstellungen"
163
 
164
+ #: gallery-plugin.php:640
165
  msgid "All Gallery Categories"
166
  msgstr ""
167
 
168
+ #: gallery-plugin.php:717
169
  msgid "You can't delete default gallery category."
170
  msgstr ""
171
 
172
+ #: gallery-plugin.php:1091 gallery-plugin.php:1198 gallery-plugin.php:2109
173
  msgid "Sorry, nothing found."
174
  msgstr "Leider nichts gefunden."
175
 
176
+ #: gallery-plugin.php:1598
177
+ #, fuzzy
178
  msgid "Featured Image"
179
+ msgstr "Мініатюра"
180
 
181
+ #: gallery-plugin.php:1599 gallery-plugin.php:2629 gallery-plugin.php:2733
182
+ #: gallery-plugin.php:2844 includes/class-gllr-settings.php:679
183
  msgid "Title"
184
  msgstr "Titel"
185
 
186
+ #: gallery-plugin.php:1600 includes/class-gllr-settings.php:41
187
  #, fuzzy
188
  msgid "Images"
189
  msgstr "Bild"
190
 
191
+ #: gallery-plugin.php:1603 includes/class-gllr-settings.php:684
192
  msgid "Author"
193
  msgstr "Author"
194
 
195
+ #: gallery-plugin.php:1604 includes/class-gllr-settings.php:513
196
+ #: includes/class-gllr-settings.php:680
197
  msgid "Date"
198
  msgstr "Datum"
199
 
200
+ #: gallery-plugin.php:1690
201
+ #, fuzzy, php-format
202
+ msgid "%s Settings"
203
+ msgstr "Перейти до Налаштувань %s"
204
+
205
+ #: gallery-plugin.php:1717 gallery-plugin.php:1735
206
  #: includes/class-gllr-settings.php:30 includes/class-gllr-settings.php:42
207
  msgid "Settings"
208
  msgstr "Einstellungen"
209
 
210
+ #: gallery-plugin.php:1718
211
  msgid "FAQ"
212
  msgstr "FAQ"
213
 
214
+ #: gallery-plugin.php:1719
215
  msgid "Support"
216
  msgstr "Support"
217
 
218
+ #: gallery-plugin.php:1758
219
  msgid "Updating images..."
220
  msgstr ""
221
 
222
+ #: gallery-plugin.php:1759
223
  #, fuzzy
224
  msgid "No images found."
225
  msgstr "Keine Galerien gefunden"
226
 
227
+ #: gallery-plugin.php:1760
228
  msgid "All images were updated."
229
  msgstr ""
230
 
231
+ #: gallery-plugin.php:1761
232
+ #, fuzzy
233
  msgid "Error."
234
+ msgstr "ПОМИЛКА:"
235
 
236
+ #: gallery-plugin.php:1773
237
  msgid ""
238
  "You are about to remove these items from this gallery.\n"
239
  " 'Cancel' to stop, 'OK' to delete."
240
  msgstr ""
241
 
242
+ #: gallery-plugin.php:1774
243
  msgid ""
244
  "You are about to remove this image from the gallery.\n"
245
  " 'Cancel' to stop, 'OK' to delete."
246
  msgstr ""
247
 
248
+ #: gallery-plugin.php:1775
249
  msgid ""
250
  "Switching to another mode, all unsaved data will be lost. Save data before "
251
  "switching?"
252
  msgstr ""
253
 
254
+ #: gallery-plugin.php:1776
255
  msgid "Insert Media"
256
  msgstr ""
257
 
258
+ #: gallery-plugin.php:1777
259
  msgid "Insert"
260
  msgstr ""
261
 
262
+ #: gallery-plugin.php:2301 gallery-plugin.php:2327
263
  #, fuzzy
264
  msgid "Image size not defined"
265
  msgstr "Name der Bilder"
266
 
267
+ #: gallery-plugin.php:2316
268
  msgid ""
269
  "Plugin updates only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please "
270
  "reload images manually."
271
  msgstr ""
272
 
273
+ #: gallery-plugin.php:2356 gallery-plugin.php:2359 gallery-plugin.php:2364
 
 
 
 
274
  msgid "Invalid path"
275
  msgstr ""
276
 
277
+ #: gallery-plugin.php:2453
278
  msgid "List View"
279
  msgstr ""
280
 
281
+ #: gallery-plugin.php:2454
282
  msgid "Grid View"
283
  msgstr ""
284
 
285
+ #: gallery-plugin.php:2509
286
+ #, fuzzy
287
  msgid "Filter"
288
+ msgstr "Фільтр"
289
 
290
+ #: gallery-plugin.php:2513
291
  msgid "Empty Trash"
292
  msgstr ""
293
 
294
+ #: gallery-plugin.php:2534
295
  #, fuzzy
296
  msgid "No images found"
297
  msgstr "Keine Galerien gefunden"
298
 
299
+ #: gallery-plugin.php:2586
300
  msgid "Select bulk action"
301
  msgstr ""
302
 
303
+ #: gallery-plugin.php:2588
304
  msgid "Bulk Actions"
305
  msgstr ""
306
 
307
+ #: gallery-plugin.php:2598
308
+ #, fuzzy
309
  msgid "Apply"
310
+ msgstr "Застосувати фільтр"
311
 
312
+ #: gallery-plugin.php:2605
313
  #, fuzzy
314
  msgid "Delete from Gallery"
315
  msgstr "Neue Galerie"
316
 
317
+ #: gallery-plugin.php:2614
318
  msgid "Bulk Select"
319
  msgstr ""
320
 
321
+ #: gallery-plugin.php:2615
322
  msgid "Cancel Selection"
323
  msgstr ""
324
 
325
+ #: gallery-plugin.php:2616
326
  msgid "Delete Selected"
327
  msgstr ""
328
 
329
+ #: gallery-plugin.php:2627
330
+ #, fuzzy
331
  msgid "File"
332
+ msgstr "Імпорт пройшов успішно, але файл %s видалити не вдалося"
333
 
334
+ #: gallery-plugin.php:2628 gallery-plugin.php:2728 gallery-plugin.php:2839
335
  msgid "Dimensions"
336
  msgstr ""
337
 
338
+ #: gallery-plugin.php:2630 gallery-plugin.php:2739 gallery-plugin.php:2849
339
  msgid "Alt Text"
340
  msgstr ""
341
 
342
+ #: gallery-plugin.php:2631 gallery-plugin.php:2743 gallery-plugin.php:2854
343
  msgid "URL"
344
  msgstr "URL"
345
 
346
+ #: gallery-plugin.php:2631 gallery-plugin.php:2745
347
  msgid ""
348
  "Enter your custom URL to link this image to other page or file. Leave blank "
349
  "to open a full size image."
350
  msgstr ""
351
 
352
+ #: gallery-plugin.php:2710
353
  #, fuzzy
354
  msgid "Remove Image from Gallery"
355
  msgstr "Neue Galerie"
356
 
357
+ #: gallery-plugin.php:2713
358
  #, fuzzy
359
  msgid "Edit Image Info"
360
  msgstr "Anhang ID"
361
 
362
+ #: gallery-plugin.php:2714
363
  msgid "Deselect"
364
  msgstr ""
365
 
366
+ #: gallery-plugin.php:2726
367
  msgid "File name"
368
  msgstr ""
369
 
370
+ #: gallery-plugin.php:2727
371
  msgid "File type"
372
  msgstr ""
373
 
374
+ #: gallery-plugin.php:2752
375
+ #, fuzzy
376
  msgid "Description"
377
+ msgstr "Опис слайда"
378
 
379
+ #: gallery-plugin.php:2758
380
  #, fuzzy
381
  msgid "Lightbox Button URL"
382
  msgstr "Lightbox Hintergrund"
383
 
384
+ #: gallery-plugin.php:2765
385
  msgid "New Tab"
386
  msgstr ""
387
 
388
+ #: gallery-plugin.php:2767
389
  msgid "Enable to open URLs above in a new tab."
390
  msgstr ""
391
 
392
+ #: gallery-plugin.php:2772
393
  msgid "Go Pro"
394
  msgstr ""
395
 
396
+ #: gallery-plugin.php:2778
397
  msgid "Edit more details"
398
  msgstr ""
399
 
400
+ #: gallery-plugin.php:2780
401
  #, fuzzy
402
  msgid "Remove from Gallery"
403
  msgstr "Neue Galerie"
404
 
405
+ #: gallery-plugin.php:2814
406
  #, php-format
407
  msgid "Select %s"
408
  msgstr ""
409
 
410
+ #: gallery-plugin.php:2827
411
  #, php-format
412
  msgid "Edit &#8220;%s&#8221;"
413
  msgstr ""
414
 
415
+ #: gallery-plugin.php:2835
416
  #, fuzzy
417
  msgid "Edit Attachment Info"
418
  msgstr "Anhang ID"
419
 
420
+ #: gallery-plugin.php:2872 gallery-plugin.php:2885
421
+ #, fuzzy
422
  msgid "Edit"
423
+ msgstr "Змінити"
424
 
425
+ #: gallery-plugin.php:2875 gallery-plugin.php:2890
426
  msgid "Trash"
427
  msgstr ""
428
 
429
+ #: gallery-plugin.php:2878 gallery-plugin.php:2893
430
  msgid "Delete Permanently"
431
  msgstr ""
432
 
433
+ #: gallery-plugin.php:2880 gallery-plugin.php:2899
434
  #, php-format
435
  msgid "View &#8220;%s&#8221;"
436
  msgstr ""
437
 
438
+ #: gallery-plugin.php:2880 gallery-plugin.php:2899 gallery-plugin.php:2982
439
+ #, fuzzy
440
  msgid "View"
441
+ msgstr "Voir type de voiture"
442
 
443
+ #: gallery-plugin.php:2882
444
  #, fuzzy
445
  msgid "Attach"
446
  msgstr "Anhang ID"
447
 
448
+ #: gallery-plugin.php:2888
449
  msgid "Restore"
450
  msgstr ""
451
 
452
+ #: gallery-plugin.php:2917
453
  msgid "A list or dropdown of Gallery categories."
454
  msgstr ""
455
 
456
+ #: gallery-plugin.php:2962
457
  msgid "Select Gallery Category"
458
  msgstr ""
459
 
460
+ #: gallery-plugin.php:3020
461
+ #, fuzzy
462
  msgid "Title:"
463
+ msgstr "Назва:"
464
 
465
+ #: gallery-plugin.php:3023
466
  msgid "Display as dropdown"
467
  msgstr ""
468
 
469
+ #: gallery-plugin.php:3025
470
  msgid "Show gallery counts"
471
  msgstr ""
472
 
473
+ #: gallery-plugin.php:3027
474
  msgid "Show hierarchy"
475
  msgstr ""
476
 
477
+ #: gallery-plugin.php:3143
478
+ #, fuzzy
479
  msgid "Warning"
480
+ msgstr "Увага"
481
 
482
+ #: gallery-plugin.php:3143
483
  msgid "You can add only images to the gallery"
484
  msgstr ""
485
 
486
+ #: gallery-plugin.php:3174
487
  msgid "or"
488
  msgstr ""
489
 
490
+ #: gallery-plugin.php:3182
491
  #, fuzzy
492
  msgid "no title"
493
+ msgstr "Назва:"
494
 
495
+ #: gallery-plugin.php:3193
496
  #, fuzzy
497
  msgid ""
498
  "Display an album image with the description and the link to a single gallery "
499
  "page"
500
  msgstr "Shortcode zum Anzeigen einer Kurzbeschreibung, Link und Bild"
501
 
502
+ #: gallery-plugin.php:3197
503
  #, fuzzy
504
  msgid "Sorry, no gallery found."
505
  msgstr "Leider nichts gefunden."
518
  msgstr ""
519
 
520
  #: includes/class-gllr-settings.php:34
521
+ #, fuzzy
522
  msgid "Misc"
523
+ msgstr "Різне"
524
 
525
  #: includes/class-gllr-settings.php:35
526
+ #, fuzzy
527
  msgid "Custom Code"
528
+ msgstr "Користувацький код"
529
 
530
  #: includes/class-gllr-settings.php:36
531
+ #, fuzzy
532
  msgid "Import / Export"
533
+ msgstr "Імпорт / Експорт"
534
 
535
  #: includes/class-gllr-settings.php:37
536
+ #, fuzzy
537
  msgid "License Key"
538
+ msgstr "Ліцензійний ключ"
539
 
540
+ #: includes/class-gllr-settings.php:210
541
  msgid "Custom image size was changed. You need to update gallery images."
542
  msgstr ""
543
 
544
+ #: includes/class-gllr-settings.php:247
545
  #, fuzzy
546
  msgid "Settings saved"
547
+ msgstr "Налаштування збережено."
548
 
549
+ #: includes/class-gllr-settings.php:259
550
  #, fuzzy
551
  msgid "Please, enable JavaScript in Your browser."
552
+ msgstr "Будь ласка, увімкніть JavaScript у вашому браузері."
553
 
554
+ #: includes/class-gllr-settings.php:264
555
  #, fuzzy
556
  msgid "Update Images"
557
  msgstr "Reihenfolge Bilder"
558
 
559
+ #: includes/class-gllr-settings.php:279
560
  #, fuzzy
561
  msgid "Gallery Images"
562
  msgstr "Bildgröße für Galerie"
563
 
564
+ #: includes/class-gllr-settings.php:284
565
+ msgid "Images adding requires JavaScript."
566
  msgstr ""
567
 
568
+ #: includes/class-gllr-settings.php:287
569
  msgid "Add Media"
570
  msgstr ""
571
 
572
+ #: includes/class-gllr-settings.php:296
573
  msgid "The grid view for the Gallery images requires JavaScript."
574
  msgstr ""
575
 
576
+ #: includes/class-gllr-settings.php:296
577
  msgid "Switch to the list view"
578
  msgstr ""
579
 
580
+ #: includes/class-gllr-settings.php:319
581
  #, fuzzy
582
  msgid "Single Gallery Settings"
583
  msgstr "Galerie Einstellungen"
584
 
585
+ #: includes/class-gllr-settings.php:321
586
  #, php-format
587
  msgid "Enable to configure single gallery settings and disable %s."
588
  msgstr ""
589
 
590
+ #: includes/class-gllr-settings.php:332 includes/class-gllr-settings.php:389
591
+ #: includes/class-gllr-settings.php:433 includes/class-gllr-settings.php:483
592
+ #: includes/class-gllr-settings.php:621 includes/class-gllr-settings.php:709
593
+ #: includes/class-gllr-settings.php:745 includes/class-gllr-settings.php:795
594
+ #: includes/class-gllr-settings.php:923
595
+ #, fuzzy
596
  msgid "Close"
597
+ msgstr "Закрити"
598
 
599
+ #: includes/class-gllr-settings.php:336
600
  #, fuzzy
601
  msgid "Gallery Layout"
602
  msgstr "Keine Galerien gefunden"
603
 
604
+ #: includes/class-gllr-settings.php:341
605
  msgid "Grid"
606
  msgstr ""
607
 
608
+ #: includes/class-gllr-settings.php:347
609
  msgid "Masonry"
610
  msgstr ""
611
 
 
 
 
 
612
  #: includes/class-gllr-settings.php:360
613
+ msgid "Number of Columns"
614
  msgstr ""
615
 
616
+ #: includes/class-gllr-settings.php:363
617
  #, php-format
618
  msgid "Number of gallery columns (default is %s)."
619
  msgstr ""
620
 
621
+ #: includes/class-gllr-settings.php:367 includes/class-gllr-settings.php:749
622
  #, fuzzy
623
  msgid "Image Size"
624
  msgstr "Name der Bilder"
625
 
626
+ #: includes/class-gllr-settings.php:373 includes/class-gllr-settings.php:606
627
+ #, fuzzy
628
  msgid "Custom"
629
+ msgstr "Користувацьке"
630
 
631
+ #: includes/class-gllr-settings.php:375
632
  msgid ""
633
  "Maximum gallery image size. \"Custom\" uses the Image Dimensions values."
634
  msgstr ""
635
 
636
+ #: includes/class-gllr-settings.php:379
637
  #, fuzzy
638
  msgid "Custom Image Size"
639
  msgstr "Name der Bilder"
640
 
641
+ #: includes/class-gllr-settings.php:381 includes/class-gllr-settings.php:469
642
+ #: includes/class-gllr-settings.php:614 includes/class-gllr-settings.php:664
643
  msgid "px"
644
  msgstr ""
645
 
646
+ #: includes/class-gllr-settings.php:382
647
  msgid ""
648
  "Adjust these values based on the number of columns in your gallery. This "
649
  "won't effect the full size of your images in the lightbox."
650
  msgstr ""
651
 
652
+ #: includes/class-gllr-settings.php:393
653
  #, fuzzy
654
  msgid "Crop Images"
655
  msgstr "Reihenfolge"
656
 
657
+ #: includes/class-gllr-settings.php:395
658
  msgid ""
659
  "Enable to crop images using the sizes defined for Custom Image Size. Disable "
660
  "to resize images automatically using their aspect ratio."
661
  msgstr ""
662
 
663
+ #: includes/class-gllr-settings.php:399 includes/class-gllr-settings.php:631
664
  #, fuzzy
665
  msgid "Crop Position"
666
  msgstr "Crop Position"
667
 
668
+ #: includes/class-gllr-settings.php:414 includes/class-gllr-settings.php:646
669
  msgid "Select crop position base (by default: center)."
670
  msgstr ""
671
 
672
+ #: includes/class-gllr-settings.php:424
673
  #, fuzzy
674
  msgid "Image Title"
675
  msgstr "Name der Bilder"
676
 
677
+ #: includes/class-gllr-settings.php:426
678
  msgid "Enable to display image title along with the gallery image."
679
  msgstr ""
680
 
681
+ #: includes/class-gllr-settings.php:437
682
  #, fuzzy
683
  msgid "Image Title Position"
684
  msgstr "Name der Bilder"
685
 
686
+ #: includes/class-gllr-settings.php:442
687
  #, fuzzy
688
  msgid "Under image"
689
  msgstr "Reihenfolge Bilder"
690
 
691
+ #: includes/class-gllr-settings.php:448
692
  msgid "On mouse hover"
693
  msgstr ""
694
 
695
+ #: includes/class-gllr-settings.php:461
696
  #, fuzzy
697
  msgid "Image Border"
698
  msgstr "Bilder mit Rand"
699
 
700
+ #: includes/class-gllr-settings.php:463
701
  msgid ""
702
  "Enable images border using the styles defined for Image Border Size and "
703
+ "Color options."
704
  msgstr ""
705
 
706
+ #: includes/class-gllr-settings.php:467
707
  #, fuzzy
708
  msgid "Image Border Size"
709
  msgstr "Name der Bilder"
710
 
711
+ #: includes/class-gllr-settings.php:470
712
  #, php-format
713
  msgid "Gallery image border width (default is %s)"
714
  msgstr ""
715
 
716
+ #: includes/class-gllr-settings.php:474
717
  #, fuzzy
718
  msgid "Image Border Color"
719
  msgstr "Rahmenfarbe"
720
 
721
+ #: includes/class-gllr-settings.php:487
722
  msgid "Pagination"
723
  msgstr ""
724
 
725
+ #: includes/class-gllr-settings.php:490
726
  msgid ""
727
  "Enable pagination for images to limit number of images displayed on a single "
728
  "gallery page."
729
  msgstr ""
730
 
731
+ #: includes/class-gllr-settings.php:494
732
  #, fuzzy
733
  msgid "Number of Images"
734
  msgstr "Anzahl Bilder in einer Reihe"
735
 
736
+ #: includes/class-gllr-settings.php:497
737
  #, php-format
738
  msgid "Number of images displayed per page (default is %d)."
739
  msgstr ""
740
 
741
+ #: includes/class-gllr-settings.php:507
742
  #, fuzzy
743
  msgid "Sort Images by"
744
  msgstr "Sortieren nach"
745
 
746
+ #: includes/class-gllr-settings.php:510
747
  msgid "Manually (default)"
748
  msgstr ""
749
 
750
+ #: includes/class-gllr-settings.php:511
751
  #, fuzzy
752
  msgid "Image ID"
753
  msgstr "Bild"
754
 
755
+ #: includes/class-gllr-settings.php:512
756
+ #, fuzzy
757
  msgid "Name"
758
+ msgstr "Им'я"
759
 
760
+ #: includes/class-gllr-settings.php:514 includes/class-gllr-settings.php:685
761
  msgid "Random"
762
  msgstr "Zufall"
763
 
764
+ #: includes/class-gllr-settings.php:516
765
  msgid ""
766
  "Select images sorting order in your gallery. By default, you can sort images "
767
  "manually in the images tab."
768
  msgstr ""
769
 
770
+ #: includes/class-gllr-settings.php:520
771
  #, fuzzy
772
  msgid "Arrange Images by"
773
  msgstr "Sortieren nach"
774
 
775
+ #: includes/class-gllr-settings.php:523 includes/class-gllr-settings.php:694
776
  msgid "Ascending (e.g. 1, 2, 3; a, b, c)"
777
  msgstr ""
778
 
779
+ #: includes/class-gllr-settings.php:524 includes/class-gllr-settings.php:695
780
  msgid "Descending (e.g. 3, 2, 1; c, b, a)"
781
  msgstr ""
782
 
783
+ #: includes/class-gllr-settings.php:529
784
  #, fuzzy
785
  msgid "Back Link"
786
  msgstr "Zurück-Link URL"
787
 
788
+ #: includes/class-gllr-settings.php:531
789
  msgid ""
790
  "Enable to show a back link in a single gallery page which navigate to a "
791
  "previous page."
792
  msgstr ""
793
 
794
+ #: includes/class-gllr-settings.php:535
795
  #, fuzzy
796
  msgid "Back Link URL"
797
  msgstr "Zurück-Link URL"
798
 
799
+ #: includes/class-gllr-settings.php:538
800
  msgid "Back link custom page URL. Leave blank to use Gallery page template."
801
  msgstr ""
802
 
803
+ #: includes/class-gllr-settings.php:542
804
  #, fuzzy
805
  msgid "Back Link Label"
806
  msgstr "Zurück-Link URL"
807
 
808
+ #: includes/class-gllr-settings.php:548
809
  #, fuzzy
810
  msgid "Back Link with Shortcode"
811
  msgstr "Aktiviere Zurück-Link im Shortcode"
812
 
813
+ #: includes/class-gllr-settings.php:551
814
  #, fuzzy
815
  msgid "Enable to display a back link on a page where shortcode is used."
816
  msgstr "Aktiviere Zurück-Link im Shortcode"
817
 
818
+ #: includes/class-gllr-settings.php:562
819
  #, fuzzy
820
  msgid "Cover Settings"
821
  msgstr "Galerie Einstellungen"
822
 
823
+ #: includes/class-gllr-settings.php:567
824
  #, fuzzy
825
  msgid "Galleries Page"
826
  msgstr "Galerien"
827
 
828
+ #: includes/class-gllr-settings.php:575
829
  msgid "Base page where all existing galleries will be displayed."
830
  msgstr ""
831
 
832
+ #: includes/class-gllr-settings.php:579
833
+ msgid "Albums Displaying"
834
+ msgstr ""
835
+
836
+ #: includes/class-gllr-settings.php:582
837
+ msgid "Column"
838
+ msgstr ""
839
+
840
+ #: includes/class-gllr-settings.php:583
841
+ msgid "Rows"
842
+ msgstr ""
843
+
844
+ #: includes/class-gllr-settings.php:585
845
+ msgid "Select the way galleries will be displayed on the Galleries Page."
846
+ msgstr ""
847
+
848
+ #: includes/class-gllr-settings.php:589
849
+ msgid "Column Alignment"
850
+ msgstr ""
851
+
852
+ #: includes/class-gllr-settings.php:592
853
+ msgid "Left"
854
+ msgstr ""
855
+
856
+ #: includes/class-gllr-settings.php:593
857
+ msgid "Right"
858
+ msgstr ""
859
+
860
+ #: includes/class-gllr-settings.php:594
861
+ msgid "Center"
862
+ msgstr ""
863
+
864
+ #: includes/class-gllr-settings.php:596
865
+ msgid "Select the column alignment."
866
+ msgstr ""
867
+
868
+ #: includes/class-gllr-settings.php:600
869
  #, fuzzy
870
  msgid "Cover Image Size"
871
  msgstr "Name der Bilder"
872
 
873
+ #: includes/class-gllr-settings.php:608
874
  msgid "Maximum cover image size. Custom uses the Image Dimensions values."
875
  msgstr ""
876
 
877
+ #: includes/class-gllr-settings.php:612
878
  msgid "Custom Cover Image Size"
879
  msgstr ""
880
 
881
+ #: includes/class-gllr-settings.php:625
882
  msgid "Crop Cover Images"
883
  msgstr ""
884
 
885
+ #: includes/class-gllr-settings.php:627
886
  msgid ""
887
  "Enable to crop images using the sizes defined for Custom Cover Image Size. "
888
  "Disable to resize images automatically using their aspect ratio."
889
  msgstr ""
890
 
891
+ #: includes/class-gllr-settings.php:656
892
  #, fuzzy
893
  msgid "Cover Image Border"
894
  msgstr "Bilder mit Rand"
895
 
896
+ #: includes/class-gllr-settings.php:658
897
  msgid ""
898
  "Enable cover images border using the styles defined for Image Border Size "
899
  "and Color."
900
  msgstr ""
901
 
902
+ #: includes/class-gllr-settings.php:662
903
  msgid "Cover Image Border Size"
904
  msgstr ""
905
 
906
+ #: includes/class-gllr-settings.php:665
907
  #, php-format
908
  msgid "Cover image border width (default is %s)"
909
  msgstr ""
910
 
911
+ #: includes/class-gllr-settings.php:669
912
  #, fuzzy
913
  msgid "Cover Image Border Color"
914
  msgstr "Rahmenfarbe"
915
 
916
+ #: includes/class-gllr-settings.php:675
917
  #, fuzzy
918
  msgid "Sort Albums by"
919
  msgstr "Sortieren nach"
920
 
921
+ #: includes/class-gllr-settings.php:678
922
  #, fuzzy
923
  msgid "Gallery ID"
924
  msgstr "Galerie"
925
 
926
+ #: includes/class-gllr-settings.php:681
927
  msgid "Last modified date"
928
  msgstr ""
929
 
930
+ #: includes/class-gllr-settings.php:682
931
  msgid "Comment count"
932
  msgstr ""
933
 
934
+ #: includes/class-gllr-settings.php:683
935
  #, fuzzy
936
  msgid "Sorting order (the input field for sorting order)"
937
  msgstr ""
938
  "Reihenfolge (the input field for sorting order in the Insert / Upload Media "
939
  "Gallery dialog)"
940
 
941
+ #: includes/class-gllr-settings.php:687
942
  msgid "Select galleries sorting order in your galleries page."
943
  msgstr ""
944
 
945
+ #: includes/class-gllr-settings.php:691
946
  msgid "Arrange Albums by"
947
  msgstr ""
948
 
949
+ #: includes/class-gllr-settings.php:700
950
  #, fuzzy
951
  msgid "Read More Link Label"
952
  msgstr "Weiterlesen link Text"
953
 
954
+ #: includes/class-gllr-settings.php:713
955
  msgid "Instant Lightbox"
956
  msgstr ""
957
 
958
+ #: includes/class-gllr-settings.php:716
959
  msgid ""
960
  "Enable to display all images in the lightbox after clicking cover image or "
961
  "URL instead of going to a single gallery page."
962
  msgstr ""
963
 
964
+ #: includes/class-gllr-settings.php:730
965
  #, fuzzy
966
  msgid "Lightbox Settings"
967
  msgstr "Lightbox Hintergrund"
968
 
969
+ #: includes/class-gllr-settings.php:735
970
  msgid "Enable Lightbox"
971
  msgstr ""
972
 
973
+ #: includes/class-gllr-settings.php:738
974
  msgid "Enable to show the lightbox when clicking on gallery images."
975
  msgstr ""
976
 
977
+ #: includes/class-gllr-settings.php:756
978
  msgid ""
979
  "Select the maximum gallery image size for the lightbox view. \"Default\" "
980
  "will display the original, full size image."
981
  msgstr ""
982
 
983
+ #: includes/class-gllr-settings.php:760
984
  msgid "Overlay Color"
985
  msgstr ""
986
 
987
+ #: includes/class-gllr-settings.php:766
988
  msgid "Overlay Opacity"
989
  msgstr ""
990
 
991
+ #: includes/class-gllr-settings.php:769
992
  #, php-format
993
  msgid ""
994
+ "Lightbox overlay opacity. Leave blank to disable opacity (default is %s, max "
995
+ "is %s)."
996
  msgstr ""
997
 
998
+ #: includes/class-gllr-settings.php:779
999
  #, fuzzy
1000
  msgid "Slideshow"
1001
  msgstr "Starte Slideshow"
1002
 
1003
+ #: includes/class-gllr-settings.php:781
1004
  msgid "Enable to start the slideshow automatically when the lightbox is used."
1005
  msgstr ""
1006
 
1007
+ #: includes/class-gllr-settings.php:785
1008
  #, fuzzy
1009
  msgid "Slideshow Duration"
1010
  msgstr "Slideshow Geschwindigkeit"
1011
 
1012
+ #: includes/class-gllr-settings.php:787
1013
  msgid "ms"
1014
  msgstr ""
1015
 
1016
+ #: includes/class-gllr-settings.php:788
1017
  msgid "Slideshow interval duration between two images."
1018
  msgstr ""
1019
 
1020
+ #: includes/class-gllr-settings.php:799
1021
  #, fuzzy
1022
  msgid "Lightbox Helpers"
1023
  msgstr "Lightbox Hintergrund"
1024
 
1025
+ #: includes/class-gllr-settings.php:801
1026
+ msgid "Enable to display the lightbox toolbar and arrows."
1027
  msgstr ""
1028
 
1029
+ #: includes/class-gllr-settings.php:805
1030
  #, fuzzy
1031
  msgid "Lightbox Thumbnails"
1032
  msgstr "Bildgröße für Beitragsbild"
1033
 
1034
+ #: includes/class-gllr-settings.php:807
1035
+ msgid "Enable to use a lightbox helper navigation between images."
1036
  msgstr ""
1037
 
1038
+ #: includes/class-gllr-settings.php:811
1039
  msgid "Lightbox Thumbnails Position"
1040
  msgstr ""
1041
 
1042
+ #: includes/class-gllr-settings.php:814
1043
  #, fuzzy
1044
  msgid "Top"
1045
  msgstr "oben"
1046
 
1047
+ #: includes/class-gllr-settings.php:819
1048
  #, fuzzy
1049
  msgid "Lightbox Button Label"
1050
  msgstr "Lightbox Hintergrund"
1051
 
1052
+ #: includes/class-gllr-settings.php:821
1053
  #, fuzzy
1054
  msgid "Read More"
1055
  msgstr "Mehr erfahren"
1056
 
1057
+ #: includes/class-gllr-settings.php:831
1058
  msgid "Download Button"
1059
  msgstr ""
1060
 
1061
+ #: includes/class-gllr-settings.php:833
1062
+ msgid "Enable to display download button."
1063
+ msgstr ""
 
 
1064
 
1065
+ #: includes/class-gllr-settings.php:837
1066
  msgid "Single Lightbox"
1067
  msgstr ""
1068
 
1069
+ #: includes/class-gllr-settings.php:839
1070
  msgid ""
1071
  "Enable to use a single lightbox for multiple galleries located on a single "
1072
  "page."
1073
  msgstr ""
1074
 
1075
+ #: includes/class-gllr-settings.php:849
1076
  msgid "Social Sharing Buttons Settings"
1077
  msgstr ""
1078
 
1079
+ #: includes/class-gllr-settings.php:857
1080
+ msgid "Social Buttons"
1081
  msgstr ""
1082
 
1083
+ #: includes/class-gllr-settings.php:859
1084
  msgid "Enable social sharing buttons in the lightbox."
1085
  msgstr ""
1086
 
1087
+ #: includes/class-gllr-settings.php:863
1088
  msgid "Social Networks"
1089
  msgstr ""
1090
 
1091
+ #: includes/class-gllr-settings.php:874
 
 
 
 
 
 
 
 
 
 
 
 
1092
  #, fuzzy
1093
  msgid "Counter"
1094
  msgstr "Slideshow Geschwindigkeit"
1095
 
1096
+ #: includes/class-gllr-settings.php:877
1097
+ msgid ""
1098
+ "Enable to show likes counter for each social button (not available for "
1099
+ "Google +1)."
1100
  msgstr ""
1101
 
1102
+ #: includes/class-gllr-settings.php:892
1103
  #, fuzzy
1104
  msgid "Demo Data"
1105
+ msgstr "Демо дані"
1106
 
1107
+ #: includes/class-gllr-settings.php:894
1108
  msgid ""
1109
  "Install demo data to create galleries with images, post with shortcodes and "
1110
  "page with a list of all galleries."
1111
  msgstr ""
1112
 
1113
+ #: includes/class-gllr-settings.php:913
1114
  #, fuzzy
1115
  msgid "Gallery Post Type"
1116
  msgstr "Galerie Einstellungen"
1117
 
1118
+ #: includes/class-gllr-settings.php:915
1119
  msgid ""
1120
  "Enable to avoid conflicts with other gallery plugins installed. All "
1121
  "galleries created earlier will stay unchanged. However, after enabling we "
1123
  "used."
1124
  msgstr ""
1125
 
1126
+ #: includes/class-gllr-settings.php:927
1127
  #, fuzzy
1128
  msgid "Gallery Slug"
1129
  msgstr "Galerie"
1130
 
1131
+ #: includes/class-gllr-settings.php:931
1132
  msgid "Enter the unique gallery slug."
1133
  msgstr ""
1134
 
1135
+ #: includes/class-gllr-settings.php:947
1136
  #, fuzzy
1137
  msgid "Activate Now"
1138
  msgstr "Aktivierte Plugins"
1139
 
1140
+ #: includes/class-gllr-settings.php:962
1141
  #, fuzzy
1142
  msgid "Install Now"
1143
+ msgstr "Встановити Зараз"
1144
 
1145
+ #: includes/class-gllr-settings.php:965
1146
  msgid "Enable to include galleries to your website search."
1147
  msgstr ""
1148
 
1149
+ #: includes/class-gllr-settings.php:965
1150
  #, php-format
1151
  msgid "%s is required."
1152
  msgstr ""
1154
  #: includes/demo-data/class-bws-demo-data.php:33
1155
  #, fuzzy
1156
  msgid "Install Demo Data"
1157
+ msgstr "Встановити Демо Дані"
1158
 
1159
  #: includes/demo-data/class-bws-demo-data.php:36
1160
+ #, fuzzy
1161
  msgid "Remove Demo Data"
1162
+ msgstr "Видалити Демо Дані"
1163
 
1164
  #: includes/demo-data/class-bws-demo-data.php:37
1165
+ #, fuzzy
1166
  msgid "Delete demo data and restore old plugin settings."
1167
+ msgstr "Видалити демо дані і відновити попередні налаштування плагіна."
1168
 
1169
  #: includes/demo-data/class-bws-demo-data.php:50
1170
+ #, fuzzy
1171
  msgid "Yes, install demo data"
1172
+ msgstr "Так, встановити демо дані"
1173
 
1174
  #: includes/demo-data/class-bws-demo-data.php:51
1175
+ #, fuzzy
1176
  msgid "Are you sure you want to install demo data?"
1177
+ msgstr "Ви впевнені, що хочете встановити демо дані?"
1178
 
1179
  #: includes/demo-data/class-bws-demo-data.php:53
1180
+ #, fuzzy
1181
  msgid "Yes, remove demo data"
1182
+ msgstr "Так, видалити демо дані"
1183
 
1184
  #: includes/demo-data/class-bws-demo-data.php:54
1185
+ #, fuzzy
1186
  msgid "Are you sure you want to remove demo data?"
1187
+ msgstr "Ви впевнені, що хочете видалити демо дані?"
1188
 
1189
  #: includes/demo-data/class-bws-demo-data.php:61
1190
  #, fuzzy
1191
  msgid "No, go back to the settings page"
1192
+ msgstr "Ні, повернутися на сторінку налаштувань"
1193
 
1194
  #: includes/demo-data/class-bws-demo-data.php:111
1195
+ #, fuzzy
1196
  msgid "Can not get demo data."
1197
+ msgstr "Неможливо отримати демо дані"
1198
 
1199
  #: includes/demo-data/class-bws-demo-data.php:118
1200
  msgid "Demo settings already installed."
1205
  msgstr ""
1206
 
1207
  #: includes/demo-data/class-bws-demo-data.php:369
1208
+ #, fuzzy
1209
  msgid "View post with shortcodes"
1210
+ msgstr "Переглянути запис з шорткодами"
1211
 
1212
  #: includes/demo-data/class-bws-demo-data.php:372
1213
+ #, fuzzy
1214
  msgid "View page with examples"
1215
+ msgstr "Переглянути сторінку з прикладами"
1216
 
1217
  #: includes/demo-data/class-bws-demo-data.php:383
1218
+ #, fuzzy
1219
  msgid "Installation of demo data with some errors occurred."
1220
+ msgstr "Установка демо даних пройшла з помилками."
1221
 
1222
  #: includes/demo-data/class-bws-demo-data.php:386
1223
+ #, fuzzy
1224
  msgid "Posts data is missing."
1225
+ msgstr "Дані записів відсутні."
1226
 
1227
  #: includes/demo-data/class-bws-demo-data.php:458
1228
+ #, fuzzy
1229
  msgid "Demo data have already been removed."
1230
+ msgstr "Демо дані вже були видалені"
1231
 
1232
  #: includes/demo-data/class-bws-demo-data.php:515
1233
+ #, fuzzy
1234
  msgid "Demo data successfully removed."
1235
+ msgstr "Демо дані успішно видалені."
1236
 
1237
  #: includes/demo-data/class-bws-demo-data.php:519
1238
+ #, fuzzy
1239
  msgid "Removing demo data with some errors occurred."
1240
+ msgstr "Видалення демо даних пройшло з помилками."
1241
 
1242
  #: includes/demo-data/class-bws-demo-data.php:587
1243
+ #, fuzzy
1244
  msgid "Close notice"
1245
+ msgstr "Закрити повідомлення"
1246
 
1247
  #: includes/demo-data/class-bws-demo-data.php:591
1248
+ #, php-format
1249
  msgid ""
1250
+ "Do you want to install demo content and settings for %s (You can do this "
1251
+ "later using Import / Export settings)?"
1252
  msgstr ""
1253
 
1254
  #: includes/demo-data/class-bws-demo-data.php:591
1256
  msgid "Yes, install demo now"
1257
  msgstr "Installiere %s"
1258
 
1259
+ #, fuzzy
1260
+ #~ msgid ""
1261
+ #~ "Enable to display link to the original file under each image in the "
1262
+ #~ "lightbox."
1263
+ #~ msgstr "Zeige das Bild in Originalgröße in derLightbox"
1264
+
1265
  #~ msgid "Download high resolution image"
1266
  #~ msgstr "Lade Bild in Originalgröße"
1267
 
languages/gallery-plugin-es_ES.mo CHANGED
Binary file
languages/gallery-plugin-es_ES.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: 2017-08-14 11:35+0300\n"
6
- "PO-Revision-Date: 2017-08-14 11:35+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Carlos Limia <climia@climia.es>\n"
9
  "Language: pt_BR\n"
@@ -11,7 +11,7 @@ msgstr ""
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
- "X-Generator: Poedit 1.5.4\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-Basepath: ..\n"
@@ -19,273 +19,277 @@ msgstr ""
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  # @ gallery
22
- #: gallery-plugin.php:37 gallery-plugin.php:1647
23
- #: includes/class-gllr-settings.php:308
24
  msgid "Gallery Settings"
25
  msgstr "Configuracion de la Galeria"
26
 
27
  # @ gallery
28
- #: gallery-plugin.php:37 includes/class-gllr-settings.php:319
29
  #, fuzzy
30
  msgid "Global Settings"
31
  msgstr "Configuracion de la Galeria"
32
 
33
- #: gallery-plugin.php:43 gallery-plugin.php:2728
34
  msgid "Upgrade to Pro"
35
  msgstr ""
36
 
37
- #: gallery-plugin.php:218
38
  msgid "Return to all albums"
39
  msgstr ""
40
 
41
  # @ gallery
42
- #: gallery-plugin.php:228
43
  msgid "See images &raquo;"
44
  msgstr "Ver imagens &raquo;"
45
 
46
  # @ gallery
47
- #: gallery-plugin.php:315 gallery-plugin.php:324
48
  msgid "Galleries"
49
  msgstr "Galerias"
50
 
51
  # @ gallery
52
- #: gallery-plugin.php:316 gallery-plugin.php:3144
53
  msgid "Gallery"
54
  msgstr "Galeria"
55
 
56
  # @ gallery
57
- #: gallery-plugin.php:317
58
  msgid "Add New Gallery"
59
  msgstr "Agregar una Galeria nueva"
60
 
61
  # @ gallery
62
- #: gallery-plugin.php:318
63
  msgid "Edit Gallery"
64
  msgstr "Editar Galeria"
65
 
66
  # @ gallery
67
- #: gallery-plugin.php:319
68
  msgid "New Gallery"
69
  msgstr "Galeria nueva"
70
 
71
  # @ gallery
72
- #: gallery-plugin.php:320
73
  msgid "View Gallery"
74
  msgstr "Ver Galeria"
75
 
76
  # @ gallery
77
- #: gallery-plugin.php:321 includes/class-gllr-settings.php:927
78
  #, fuzzy
79
  msgid "Search Galleries"
80
  msgstr "Galerias"
81
 
82
  # @ gallery
83
- #: gallery-plugin.php:322
84
  msgid "No Gallery found"
85
  msgstr "Ninguna galeria encontrada"
86
 
87
  # @ gallery
88
- #: gallery-plugin.php:344 gallery-plugin.php:1559 gallery-plugin.php:2874
89
- #: gallery-plugin.php:2882 gallery-plugin.php:2920 gallery-plugin.php:2943
90
- #: gallery-plugin.php:3128
91
  #, fuzzy
92
  msgid "Gallery Categories"
93
  msgstr "Tamanño de da imagen de la galeria"
94
 
95
  # @ gallery
96
- #: gallery-plugin.php:345 gallery-plugin.php:784
97
  #, fuzzy
98
  msgid "Gallery Category"
99
  msgstr "Tamanño de da imagen de la galeria"
100
 
101
- #: gallery-plugin.php:346
102
  msgid "Add Gallery Category"
103
  msgstr ""
104
 
105
  # @ gallery
106
- #: gallery-plugin.php:347
107
  #, fuzzy
108
  msgid "Add New Gallery Category"
109
  msgstr "Agregar una Galeria nueva"
110
 
111
- #: gallery-plugin.php:348 gallery-plugin.php:349
112
  msgid "Edit Gallery Category"
113
  msgstr ""
114
 
115
- #: gallery-plugin.php:350
116
  msgid "New Gallery Category"
117
  msgstr ""
118
 
119
- #: gallery-plugin.php:351 gallery-plugin.php:352
120
  msgid "View Gallery Category"
121
  msgstr ""
122
 
123
- #: gallery-plugin.php:353
124
  msgid "Find Gallery Category"
125
  msgstr ""
126
 
127
- #: gallery-plugin.php:354
128
  msgid "No Gallery Categories found"
129
  msgstr ""
130
 
131
- #: gallery-plugin.php:355
132
  msgid "No Gallery Categories found in Trash"
133
  msgstr ""
134
 
135
- #: gallery-plugin.php:356
136
  msgid "Parent Gallery Category"
137
  msgstr ""
138
 
139
- #: gallery-plugin.php:357
140
  msgid "Gallery Categories list navigation"
141
  msgstr ""
142
 
143
- #: gallery-plugin.php:358
144
  msgid "Gallery Categories list"
145
  msgstr ""
146
 
147
  # @ gallery
148
- #: gallery-plugin.php:434
149
  msgid "Gallery Shortcode"
150
  msgstr "Codigo corto de Galeria"
151
 
152
- #: gallery-plugin.php:443
153
  msgid ""
154
  "Add a single gallery with images to your posts, pages, custom post types or "
155
  "widgets by using the following shortcode:"
156
  msgstr ""
157
 
158
- #: gallery-plugin.php:447
159
  msgid ""
160
  "Add a gallery cover including featured image, description, and a link to "
161
  "your single gallery using the following shortcode:"
162
  msgstr ""
163
 
164
- #: gallery-plugin.php:560
165
  msgid "Note"
166
  msgstr ""
167
 
168
- #: gallery-plugin.php:560
169
  #, php-format
170
  msgid ""
171
  "When deleting a category, the galleries that belong to this category will "
172
- "not be deleted. Instead, these galleries will be moved to the category %s."
173
  msgstr ""
174
 
175
  # @ gallery
176
- #: gallery-plugin.php:573 gallery-plugin.php:1558
177
  #, fuzzy
178
  msgid "Shortcode"
179
  msgstr "Codigo corto de Galeria"
180
 
181
- #: gallery-plugin.php:619
182
  msgid "All Gallery Categories"
183
  msgstr ""
184
 
185
- #: gallery-plugin.php:696
186
  msgid "You can't delete default gallery category."
187
  msgstr ""
188
 
189
  # @ gallery
190
- #: gallery-plugin.php:1048 gallery-plugin.php:1155 gallery-plugin.php:2065
191
  msgid "Sorry, nothing found."
192
  msgstr "Disculpe, nada fue encontrado."
193
 
194
- #: gallery-plugin.php:1555
195
  msgid "Featured Image"
196
  msgstr ""
197
 
198
  # @ gallery
199
- #: gallery-plugin.php:1556 gallery-plugin.php:2585 gallery-plugin.php:2689
200
- #: gallery-plugin.php:2800 includes/class-gllr-settings.php:656
201
  msgid "Title"
202
  msgstr "Título"
203
 
204
  # @ gallery
205
- #: gallery-plugin.php:1557 includes/class-gllr-settings.php:41
206
  #, fuzzy
207
  msgid "Images"
208
  msgstr "Imagen"
209
 
210
  # @ gallery
211
- #: gallery-plugin.php:1560 includes/class-gllr-settings.php:661
212
  msgid "Author"
213
  msgstr "Autor"
214
 
215
  # @ gallery
216
- #: gallery-plugin.php:1561 includes/class-gllr-settings.php:511
217
- #: includes/class-gllr-settings.php:657
218
  msgid "Date"
219
  msgstr "Fecha"
220
 
 
 
 
 
 
221
  # @ bestwebsoft
222
  # @ gallery
223
- #: gallery-plugin.php:1674 gallery-plugin.php:1692
224
  #: includes/class-gllr-settings.php:30 includes/class-gllr-settings.php:42
225
  msgid "Settings"
226
  msgstr "Configuraciones"
227
 
228
  # @ gallery
229
- #: gallery-plugin.php:1675
230
  msgid "FAQ"
231
  msgstr "FAQ"
232
 
233
  # @ gallery
234
- #: gallery-plugin.php:1676
235
  msgid "Support"
236
  msgstr "Soporte"
237
 
238
- #: gallery-plugin.php:1715
239
  msgid "Updating images..."
240
  msgstr "Actualizando imagenes"
241
 
242
  # @ gallery
243
- #: gallery-plugin.php:1716
244
  #, fuzzy
245
  msgid "No images found."
246
  msgstr "Imagen no encontrada"
247
 
248
- #: gallery-plugin.php:1717
249
  #, fuzzy
250
  msgid "All images were updated."
251
  msgstr "Todas las imgenes an sido actualizados"
252
 
253
- #: gallery-plugin.php:1718
254
  msgid "Error."
255
  msgstr "Error"
256
 
257
- #: gallery-plugin.php:1730
258
  msgid ""
259
  "You are about to remove these items from this gallery.\n"
260
  " 'Cancel' to stop, 'OK' to delete."
261
  msgstr ""
262
 
263
- #: gallery-plugin.php:1731
264
  msgid ""
265
  "You are about to remove this image from the gallery.\n"
266
  " 'Cancel' to stop, 'OK' to delete."
267
  msgstr ""
268
 
269
- #: gallery-plugin.php:1732
270
  msgid ""
271
  "Switching to another mode, all unsaved data will be lost. Save data before "
272
  "switching?"
273
  msgstr ""
274
 
275
- #: gallery-plugin.php:1733
276
  msgid "Insert Media"
277
  msgstr ""
278
 
279
- #: gallery-plugin.php:1734
280
  msgid "Insert"
281
  msgstr ""
282
 
283
  # @ gallery
284
- #: gallery-plugin.php:2257
285
  msgid "Image size not defined"
286
  msgstr "Tanaño de imagen no definida"
287
 
288
- #: gallery-plugin.php:2272
289
  #, fuzzy
290
  msgid ""
291
  "Plugin updates only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please "
@@ -294,238 +298,235 @@ msgstr ""
294
  "Solo podemos actualizar archivos PNG, JPEG, GIF, WPMP o XBM. Para otros "
295
  "formatos necesita volver a subir elarchivo."
296
 
297
- #: gallery-plugin.php:2283
298
- msgid "Image size changes not defined"
299
- msgstr "Tamaño de imagen no esta definida."
300
-
301
- #: gallery-plugin.php:2312 gallery-plugin.php:2315 gallery-plugin.php:2320
302
  msgid "Invalid path"
303
  msgstr "Ruta incorrecta."
304
 
305
- #: gallery-plugin.php:2409
306
  msgid "List View"
307
  msgstr ""
308
 
309
- #: gallery-plugin.php:2410
310
  msgid "Grid View"
311
  msgstr ""
312
 
313
- #: gallery-plugin.php:2465
314
  msgid "Filter"
315
  msgstr ""
316
 
317
- #: gallery-plugin.php:2469
318
  msgid "Empty Trash"
319
  msgstr ""
320
 
321
  # @ gallery
322
- #: gallery-plugin.php:2490
323
  #, fuzzy
324
  msgid "No images found"
325
  msgstr "Imagen no encontrada"
326
 
327
- #: gallery-plugin.php:2542
328
  msgid "Select bulk action"
329
  msgstr ""
330
 
331
- #: gallery-plugin.php:2544
332
  msgid "Bulk Actions"
333
  msgstr ""
334
 
335
- #: gallery-plugin.php:2554
336
  msgid "Apply"
337
  msgstr ""
338
 
339
  # @ gallery
340
- #: gallery-plugin.php:2561
341
  #, fuzzy
342
  msgid "Delete from Gallery"
343
  msgstr "Galeria nueva"
344
 
345
- #: gallery-plugin.php:2570
346
  msgid "Bulk Select"
347
  msgstr ""
348
 
349
- #: gallery-plugin.php:2571
350
  msgid "Cancel Selection"
351
  msgstr ""
352
 
353
- #: gallery-plugin.php:2572
354
  msgid "Delete Selected"
355
  msgstr ""
356
 
357
- #: gallery-plugin.php:2583
358
  msgid "File"
359
  msgstr ""
360
 
361
- #: gallery-plugin.php:2584 gallery-plugin.php:2684 gallery-plugin.php:2795
362
  msgid "Dimensions"
363
  msgstr ""
364
 
365
- #: gallery-plugin.php:2586 gallery-plugin.php:2695 gallery-plugin.php:2805
366
  #, fuzzy
367
  msgid "Alt Text"
368
  msgstr "Etiqueta alternativa"
369
 
370
  # @ gallery
371
- #: gallery-plugin.php:2587 gallery-plugin.php:2699 gallery-plugin.php:2810
372
  msgid "URL"
373
  msgstr "URL"
374
 
375
- #: gallery-plugin.php:2587 gallery-plugin.php:2701
376
  msgid ""
377
  "Enter your custom URL to link this image to other page or file. Leave blank "
378
  "to open a full size image."
379
  msgstr ""
380
 
381
  # @ gallery
382
- #: gallery-plugin.php:2666
383
  #, fuzzy
384
  msgid "Remove Image from Gallery"
385
  msgstr "Galeria nueva"
386
 
387
  # @ gallery
388
- #: gallery-plugin.php:2669
389
  #, fuzzy
390
  msgid "Edit Image Info"
391
  msgstr "ID del anexo"
392
 
393
- #: gallery-plugin.php:2670
394
  msgid "Deselect"
395
  msgstr ""
396
 
397
- #: gallery-plugin.php:2682
398
  msgid "File name"
399
  msgstr ""
400
 
401
- #: gallery-plugin.php:2683
402
  msgid "File type"
403
  msgstr ""
404
 
405
- #: gallery-plugin.php:2708
406
  msgid "Description"
407
  msgstr ""
408
 
409
  # @ gallery
410
- #: gallery-plugin.php:2714
411
  #, fuzzy
412
  msgid "Lightbox Button URL"
413
  msgstr "Fundo del Lightbox"
414
 
415
- #: gallery-plugin.php:2721
416
  msgid "New Tab"
417
  msgstr ""
418
 
419
- #: gallery-plugin.php:2723
420
  msgid "Enable to open URLs above in a new tab."
421
  msgstr ""
422
 
423
- #: gallery-plugin.php:2728
424
  #, fuzzy
425
  msgid "Go Pro"
426
  msgstr "Ir a PRO"
427
 
428
- #: gallery-plugin.php:2734
429
  msgid "Edit more details"
430
  msgstr ""
431
 
432
  # @ gallery
433
- #: gallery-plugin.php:2736
434
  #, fuzzy
435
  msgid "Remove from Gallery"
436
  msgstr "Galeria nueva"
437
 
438
- #: gallery-plugin.php:2770
439
  #, php-format
440
  msgid "Select %s"
441
  msgstr ""
442
 
443
- #: gallery-plugin.php:2783
444
  #, php-format
445
  msgid "Edit &#8220;%s&#8221;"
446
  msgstr ""
447
 
448
  # @ gallery
449
- #: gallery-plugin.php:2791
450
  #, fuzzy
451
  msgid "Edit Attachment Info"
452
  msgstr "ID del anexo"
453
 
454
- #: gallery-plugin.php:2828 gallery-plugin.php:2841
455
  msgid "Edit"
456
  msgstr ""
457
 
458
- #: gallery-plugin.php:2831 gallery-plugin.php:2846
459
  msgid "Trash"
460
  msgstr ""
461
 
462
- #: gallery-plugin.php:2834 gallery-plugin.php:2849
463
  msgid "Delete Permanently"
464
  msgstr ""
465
 
466
- #: gallery-plugin.php:2836 gallery-plugin.php:2855
467
  #, php-format
468
  msgid "View &#8220;%s&#8221;"
469
  msgstr ""
470
 
471
- #: gallery-plugin.php:2836 gallery-plugin.php:2855 gallery-plugin.php:2938
472
  msgid "View"
473
  msgstr ""
474
 
475
  # @ gallery
476
- #: gallery-plugin.php:2838
477
  #, fuzzy
478
  msgid "Attach"
479
  msgstr "ID del anexo"
480
 
481
- #: gallery-plugin.php:2844
482
  msgid "Restore"
483
  msgstr ""
484
 
485
- #: gallery-plugin.php:2873
486
  msgid "A list or dropdown of Gallery categories."
487
  msgstr ""
488
 
489
- #: gallery-plugin.php:2918
490
  msgid "Select Gallery Category"
491
  msgstr ""
492
 
493
- #: gallery-plugin.php:2976
 
494
  msgid "Title:"
495
- msgstr ""
496
 
497
- #: gallery-plugin.php:2979
498
  msgid "Display as dropdown"
499
  msgstr ""
500
 
501
- #: gallery-plugin.php:2981
502
  msgid "Show gallery counts"
503
  msgstr ""
504
 
505
- #: gallery-plugin.php:2983
506
  msgid "Show hierarchy"
507
  msgstr ""
508
 
509
- #: gallery-plugin.php:3099
510
  msgid "Warning"
511
  msgstr ""
512
 
513
- #: gallery-plugin.php:3099
514
  msgid "You can add only images to the gallery"
515
  msgstr ""
516
 
517
- #: gallery-plugin.php:3130
518
  msgid "or"
519
  msgstr ""
520
 
521
  # @ gallery
522
- #: gallery-plugin.php:3138
523
  #, fuzzy
524
  msgid "no title"
525
  msgstr "Título"
526
 
527
  # @ gallery
528
- #: gallery-plugin.php:3149
529
  #, fuzzy
530
  msgid ""
531
  "Display an album image with the description and the link to a single gallery "
@@ -535,7 +536,7 @@ msgstr ""
535
  "una pagina."
536
 
537
  # @ gallery
538
- #: gallery-plugin.php:3153
539
  #, fuzzy
540
  msgid "Sorry, no gallery found."
541
  msgstr "Disculpe, nada fue encontrado."
@@ -568,603 +569,621 @@ msgstr ""
568
  msgid "License Key"
569
  msgstr ""
570
 
571
- #: includes/class-gllr-settings.php:208
572
  msgid "Custom image size was changed. You need to update gallery images."
573
  msgstr ""
574
 
575
  # @ gallery
576
- #: includes/class-gllr-settings.php:245
577
  #, fuzzy
578
  msgid "Settings saved"
579
  msgstr "Cambios guardados"
580
 
581
  # @ gallery
582
- #: includes/class-gllr-settings.php:257
583
  #, fuzzy
584
  msgid "Please, enable JavaScript in Your browser."
585
  msgstr "Por favor habilite el Javascript para subir sus archivos."
586
 
587
- #: includes/class-gllr-settings.php:262
588
  #, fuzzy
589
  msgid "Update Images"
590
  msgstr "Actualizando imagenes"
591
 
592
  # @ gallery
593
- #: includes/class-gllr-settings.php:277
594
  #, fuzzy
595
  msgid "Gallery Images"
596
  msgstr "Tamanño de da imagen de la galeria"
597
 
598
- #: includes/class-gllr-settings.php:282
599
- msgid "Adding images requires JavaScript."
600
  msgstr ""
601
 
602
- #: includes/class-gllr-settings.php:285
603
  msgid "Add Media"
604
  msgstr ""
605
 
606
- #: includes/class-gllr-settings.php:294
607
  msgid "The grid view for the Gallery images requires JavaScript."
608
  msgstr ""
609
 
610
- #: includes/class-gllr-settings.php:294
611
  msgid "Switch to the list view"
612
  msgstr ""
613
 
614
  # @ gallery
615
- #: includes/class-gllr-settings.php:317
616
  #, fuzzy
617
  msgid "Single Gallery Settings"
618
  msgstr "Configuracion de la Galeria"
619
 
620
- #: includes/class-gllr-settings.php:319
621
  #, php-format
622
  msgid "Enable to configure single gallery settings and disable %s."
623
  msgstr ""
624
 
625
- #: includes/class-gllr-settings.php:330 includes/class-gllr-settings.php:387
626
- #: includes/class-gllr-settings.php:431 includes/class-gllr-settings.php:481
627
- #: includes/class-gllr-settings.php:598 includes/class-gllr-settings.php:686
628
- #: includes/class-gllr-settings.php:722 includes/class-gllr-settings.php:772
629
- #: includes/class-gllr-settings.php:909
630
  msgid "Close"
631
  msgstr ""
632
 
633
  # @ gallery
634
- #: includes/class-gllr-settings.php:334
635
  #, fuzzy
636
  msgid "Gallery Layout"
637
  msgstr "Ninguna galeria encontrada"
638
 
639
- #: includes/class-gllr-settings.php:339
640
  msgid "Grid"
641
  msgstr ""
642
 
643
- #: includes/class-gllr-settings.php:345
644
  msgid "Masonry"
645
  msgstr ""
646
 
647
- #: includes/class-gllr-settings.php:358
648
- msgid "Number of Columns"
649
- msgstr ""
650
-
651
  #: includes/class-gllr-settings.php:360
652
- msgid "columns"
653
  msgstr ""
654
 
655
- #: includes/class-gllr-settings.php:361
656
  #, php-format
657
  msgid "Number of gallery columns (default is %s)."
658
  msgstr ""
659
 
660
  # @ gallery
661
- #: includes/class-gllr-settings.php:365 includes/class-gllr-settings.php:726
662
  #, fuzzy
663
  msgid "Image Size"
664
  msgstr "Tamaño de la imagen"
665
 
666
- #: includes/class-gllr-settings.php:371 includes/class-gllr-settings.php:583
667
  msgid "Custom"
668
  msgstr ""
669
 
670
- #: includes/class-gllr-settings.php:373
671
  msgid ""
672
  "Maximum gallery image size. \"Custom\" uses the Image Dimensions values."
673
  msgstr ""
674
 
675
  # @ gallery
676
- #: includes/class-gllr-settings.php:377
677
  #, fuzzy
678
  msgid "Custom Image Size"
679
  msgstr "Tamaño de la imagen"
680
 
681
- #: includes/class-gllr-settings.php:379 includes/class-gllr-settings.php:467
682
- #: includes/class-gllr-settings.php:591 includes/class-gllr-settings.php:641
683
  msgid "px"
684
  msgstr ""
685
 
686
- #: includes/class-gllr-settings.php:380
687
  msgid ""
688
  "Adjust these values based on the number of columns in your gallery. This "
689
  "won't effect the full size of your images in the lightbox."
690
  msgstr ""
691
 
692
  # @ gallery
693
- #: includes/class-gllr-settings.php:391
694
  #, fuzzy
695
  msgid "Crop Images"
696
  msgstr "Ordenar imagenes:"
697
 
698
- #: includes/class-gllr-settings.php:393
699
  msgid ""
700
  "Enable to crop images using the sizes defined for Custom Image Size. Disable "
701
  "to resize images automatically using their aspect ratio."
702
  msgstr ""
703
 
704
  # @ gallery
705
- #: includes/class-gllr-settings.php:397 includes/class-gllr-settings.php:608
706
  #, fuzzy
707
  msgid "Crop Position"
708
  msgstr "Recortar posicion"
709
 
710
- #: includes/class-gllr-settings.php:412 includes/class-gllr-settings.php:623
711
  msgid "Select crop position base (by default: center)."
712
  msgstr ""
713
 
714
  # @ gallery
715
- #: includes/class-gllr-settings.php:422
716
  #, fuzzy
717
  msgid "Image Title"
718
  msgstr "Tamaño de la imagen"
719
 
720
- #: includes/class-gllr-settings.php:424
721
  msgid "Enable to display image title along with the gallery image."
722
  msgstr ""
723
 
724
  # @ gallery
725
- #: includes/class-gllr-settings.php:435
726
  #, fuzzy
727
  msgid "Image Title Position"
728
  msgstr "Tanaño de imagen no definida"
729
 
730
  # @ gallery
731
- #: includes/class-gllr-settings.php:440
732
  #, fuzzy
733
  msgid "Under image"
734
  msgstr "Actualizar imagenes"
735
 
736
- #: includes/class-gllr-settings.php:446
737
  msgid "On mouse hover"
738
  msgstr ""
739
 
740
  # @ gallery
741
- #: includes/class-gllr-settings.php:459
742
  #, fuzzy
743
  msgid "Image Border"
744
  msgstr "Imagens con borde"
745
 
746
- #: includes/class-gllr-settings.php:461
747
  msgid ""
748
  "Enable images border using the styles defined for Image Border Size and "
749
- "Color."
750
  msgstr ""
751
 
752
  # @ gallery
753
- #: includes/class-gllr-settings.php:465
754
  #, fuzzy
755
  msgid "Image Border Size"
756
  msgstr "Tamaño de la imagen"
757
 
758
- #: includes/class-gllr-settings.php:468
759
  #, php-format
760
  msgid "Gallery image border width (default is %s)"
761
  msgstr ""
762
 
763
  # @ gallery
764
- #: includes/class-gllr-settings.php:472
765
  #, fuzzy
766
  msgid "Image Border Color"
767
  msgstr "Escoja el color del borde"
768
 
769
- #: includes/class-gllr-settings.php:485
770
  msgid "Pagination"
771
  msgstr ""
772
 
773
- #: includes/class-gllr-settings.php:488
774
  msgid ""
775
  "Enable pagination for images to limit number of images displayed on a single "
776
  "gallery page."
777
  msgstr ""
778
 
779
  # @ gallery
780
- #: includes/class-gllr-settings.php:492
781
  #, fuzzy
782
  msgid "Number of Images"
783
  msgstr "Número de imagenes por fila"
784
 
785
- #: includes/class-gllr-settings.php:495
786
  #, php-format
787
  msgid "Number of images displayed per page (default is %d)."
788
  msgstr ""
789
 
790
  # @ gallery
791
- #: includes/class-gllr-settings.php:505
792
  #, fuzzy
793
  msgid "Sort Images by"
794
  msgstr "Ordenar imagens por"
795
 
796
- #: includes/class-gllr-settings.php:508
797
  msgid "Manually (default)"
798
  msgstr ""
799
 
800
  # @ gallery
801
- #: includes/class-gllr-settings.php:509
802
  #, fuzzy
803
  msgid "Image ID"
804
  msgstr "Imagen"
805
 
806
- #: includes/class-gllr-settings.php:510
807
  msgid "Name"
808
  msgstr ""
809
 
810
  # @ gallery
811
- #: includes/class-gllr-settings.php:512 includes/class-gllr-settings.php:662
812
  msgid "Random"
813
  msgstr "Aleatório"
814
 
815
- #: includes/class-gllr-settings.php:514
816
  msgid ""
817
  "Select images sorting order in your gallery. By default, you can sort images "
818
  "manually in the images tab."
819
  msgstr ""
820
 
821
  # @ gallery
822
- #: includes/class-gllr-settings.php:518
823
  #, fuzzy
824
  msgid "Arrange Images by"
825
  msgstr "Ordenar imagens por"
826
 
827
- #: includes/class-gllr-settings.php:521 includes/class-gllr-settings.php:671
828
  msgid "Ascending (e.g. 1, 2, 3; a, b, c)"
829
  msgstr ""
830
 
831
- #: includes/class-gllr-settings.php:522 includes/class-gllr-settings.php:672
832
  msgid "Descending (e.g. 3, 2, 1; c, b, a)"
833
  msgstr ""
834
 
835
  # @ gallery
836
- #: includes/class-gllr-settings.php:527
837
  #, fuzzy
838
  msgid "Back Link"
839
  msgstr "URL del enlacw Volver"
840
 
841
- #: includes/class-gllr-settings.php:529
842
  msgid ""
843
  "Enable to show a back link in a single gallery page which navigate to a "
844
  "previous page."
845
  msgstr ""
846
 
847
  # @ gallery
848
- #: includes/class-gllr-settings.php:533
849
  #, fuzzy
850
  msgid "Back Link URL"
851
  msgstr "URL del enlacw Volver"
852
 
853
- #: includes/class-gllr-settings.php:536
854
  msgid "Back link custom page URL. Leave blank to use Gallery page template."
855
  msgstr ""
856
 
857
  # @ gallery
858
- #: includes/class-gllr-settings.php:540
859
  #, fuzzy
860
  msgid "Back Link Label"
861
  msgstr "URL del enlacw Volver"
862
 
863
  # @ gallery
864
- #: includes/class-gllr-settings.php:546
865
  #, fuzzy
866
  msgid "Back Link with Shortcode"
867
  msgstr "Mostrar enlace Volver codigo corto"
868
 
869
  # @ gallery
870
- #: includes/class-gllr-settings.php:549
871
  #, fuzzy
872
  msgid "Enable to display a back link on a page where shortcode is used."
873
  msgstr "Mostrar enlace Volver codigo corto"
874
 
875
  # @ gallery
876
- #: includes/class-gllr-settings.php:560
877
  #, fuzzy
878
  msgid "Cover Settings"
879
  msgstr "Configuracion de la Galeria"
880
 
881
  # @ gallery
882
- #: includes/class-gllr-settings.php:565
883
  #, fuzzy
884
  msgid "Galleries Page"
885
  msgstr "Galerias"
886
 
887
- #: includes/class-gllr-settings.php:573
888
  #, fuzzy
889
  msgid "Base page where all existing galleries will be displayed."
890
  msgstr "Si actualiza a PRO sus configuraciones se guardaran"
891
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
892
  # @ gallery
893
- #: includes/class-gllr-settings.php:577
894
  #, fuzzy
895
  msgid "Cover Image Size"
896
  msgstr "Tamaño de la imagen"
897
 
898
- #: includes/class-gllr-settings.php:585
899
  msgid "Maximum cover image size. Custom uses the Image Dimensions values."
900
  msgstr ""
901
 
902
- #: includes/class-gllr-settings.php:589
903
  msgid "Custom Cover Image Size"
904
  msgstr ""
905
 
906
- #: includes/class-gllr-settings.php:602
907
  msgid "Crop Cover Images"
908
  msgstr ""
909
 
910
- #: includes/class-gllr-settings.php:604
911
  msgid ""
912
  "Enable to crop images using the sizes defined for Custom Cover Image Size. "
913
  "Disable to resize images automatically using their aspect ratio."
914
  msgstr ""
915
 
916
  # @ gallery
917
- #: includes/class-gllr-settings.php:633
918
  #, fuzzy
919
  msgid "Cover Image Border"
920
  msgstr "Imagens con borde"
921
 
922
- #: includes/class-gllr-settings.php:635
923
  msgid ""
924
  "Enable cover images border using the styles defined for Image Border Size "
925
  "and Color."
926
  msgstr ""
927
 
928
- #: includes/class-gllr-settings.php:639
929
  msgid "Cover Image Border Size"
930
  msgstr ""
931
 
932
- #: includes/class-gllr-settings.php:642
933
  #, php-format
934
  msgid "Cover image border width (default is %s)"
935
  msgstr ""
936
 
937
  # @ gallery
938
- #: includes/class-gllr-settings.php:646
939
  #, fuzzy
940
  msgid "Cover Image Border Color"
941
  msgstr "Escoja el color del borde"
942
 
943
  # @ gallery
944
- #: includes/class-gllr-settings.php:652
945
  #, fuzzy
946
  msgid "Sort Albums by"
947
  msgstr "Ordenar imagens por"
948
 
949
  # @ gallery
950
- #: includes/class-gllr-settings.php:655
951
  #, fuzzy
952
  msgid "Gallery ID"
953
  msgstr "Galeria"
954
 
955
- #: includes/class-gllr-settings.php:658
956
  msgid "Last modified date"
957
  msgstr ""
958
 
959
- #: includes/class-gllr-settings.php:659
960
  msgid "Comment count"
961
  msgstr ""
962
 
963
- #: includes/class-gllr-settings.php:660
964
  msgid "Sorting order (the input field for sorting order)"
965
  msgstr ""
966
 
967
- #: includes/class-gllr-settings.php:664
968
  msgid "Select galleries sorting order in your galleries page."
969
  msgstr ""
970
 
971
- #: includes/class-gllr-settings.php:668
972
  msgid "Arrange Albums by"
973
  msgstr ""
974
 
975
  # @ gallery
976
- #: includes/class-gllr-settings.php:677
977
  #, fuzzy
978
  msgid "Read More Link Label"
979
  msgstr "Texto del enlace leer mas"
980
 
981
- #: includes/class-gllr-settings.php:690
982
  msgid "Instant Lightbox"
983
  msgstr ""
984
 
985
- #: includes/class-gllr-settings.php:693
986
  msgid ""
987
  "Enable to display all images in the lightbox after clicking cover image or "
988
  "URL instead of going to a single gallery page."
989
  msgstr ""
990
 
991
  # @ gallery
992
- #: includes/class-gllr-settings.php:707
993
  #, fuzzy
994
  msgid "Lightbox Settings"
995
  msgstr "Fundo del Lightbox"
996
 
997
- #: includes/class-gllr-settings.php:712
998
  msgid "Enable Lightbox"
999
  msgstr ""
1000
 
1001
- #: includes/class-gllr-settings.php:715
1002
  msgid "Enable to show the lightbox when clicking on gallery images."
1003
  msgstr ""
1004
 
1005
- #: includes/class-gllr-settings.php:733
1006
  msgid ""
1007
  "Select the maximum gallery image size for the lightbox view. \"Default\" "
1008
  "will display the original, full size image."
1009
  msgstr ""
1010
 
1011
- #: includes/class-gllr-settings.php:737
1012
  msgid "Overlay Color"
1013
  msgstr ""
1014
 
1015
- #: includes/class-gllr-settings.php:743
1016
  msgid "Overlay Opacity"
1017
  msgstr ""
1018
 
1019
- #: includes/class-gllr-settings.php:746
1020
  #, php-format
1021
  msgid ""
1022
- "Lightbox overlay opacity. Leave blank to disable opacity (default is %d, max "
1023
- "is %d)."
1024
  msgstr ""
1025
 
1026
  # @ gallery
1027
- #: includes/class-gllr-settings.php:756
1028
  #, fuzzy
1029
  msgid "Slideshow"
1030
  msgstr "Iniciar Apresentacion de diapositivas"
1031
 
1032
- #: includes/class-gllr-settings.php:758
1033
  msgid "Enable to start the slideshow automatically when the lightbox is used."
1034
  msgstr ""
1035
 
1036
  # @ gallery
1037
- #: includes/class-gllr-settings.php:762
1038
  #, fuzzy
1039
  msgid "Slideshow Duration"
1040
  msgstr "Intervalo entre las diapositivas"
1041
 
1042
- #: includes/class-gllr-settings.php:764
1043
  msgid "ms"
1044
  msgstr ""
1045
 
1046
- #: includes/class-gllr-settings.php:765
1047
  msgid "Slideshow interval duration between two images."
1048
  msgstr ""
1049
 
1050
  # @ gallery
1051
- #: includes/class-gllr-settings.php:776
1052
  #, fuzzy
1053
  msgid "Lightbox Helpers"
1054
  msgstr "Fundo del Lightbox"
1055
 
1056
- #: includes/class-gllr-settings.php:778
1057
- msgid "Enable to display the lightbox helper buttons."
1058
  msgstr ""
1059
 
1060
  # @ gallery
1061
- #: includes/class-gllr-settings.php:782
1062
  #, fuzzy
1063
  msgid "Lightbox Thumbnails"
1064
  msgstr "Tamanño de la imagen para la portada del álbum"
1065
 
1066
- #: includes/class-gllr-settings.php:784
1067
- #, fuzzy
1068
- msgid "Enable to use a lightbox helper navigation between images.."
1069
- msgstr "Usar un LightBox unici para multiples galerias en una pagina."
1070
 
1071
- #: includes/class-gllr-settings.php:788
1072
  msgid "Lightbox Thumbnails Position"
1073
  msgstr ""
1074
 
1075
- #: includes/class-gllr-settings.php:791
1076
  msgid "Top"
1077
  msgstr ""
1078
 
1079
  # @ gallery
1080
- #: includes/class-gllr-settings.php:796
1081
  #, fuzzy
1082
  msgid "Lightbox Button Label"
1083
  msgstr "Fundo del Lightbox"
1084
 
1085
- #: includes/class-gllr-settings.php:798
1086
  #, fuzzy
1087
  msgid "Read More"
1088
  msgstr "Saber mas."
1089
 
1090
- #: includes/class-gllr-settings.php:808
1091
  #, fuzzy
1092
  msgid "Download Button"
1093
  msgstr "Descarga Busqueda customizada"
1094
 
1095
- # @ gallery
1096
- #: includes/class-gllr-settings.php:810
1097
- #, fuzzy
1098
- msgid ""
1099
- "Enable to display link to the original file under each image in the lightbox."
1100
- msgstr "Exibir la imagen en su tamaño completo en el Lightbox"
1101
 
1102
- #: includes/class-gllr-settings.php:814
1103
  msgid "Single Lightbox"
1104
  msgstr ""
1105
 
1106
- #: includes/class-gllr-settings.php:816
1107
  #, fuzzy
1108
  msgid ""
1109
  "Enable to use a single lightbox for multiple galleries located on a single "
1110
  "page."
1111
  msgstr "Usar un LightBox unici para multiples galerias en una pagina."
1112
 
1113
- #: includes/class-gllr-settings.php:826
1114
  msgid "Social Sharing Buttons Settings"
1115
  msgstr ""
1116
 
1117
- #: includes/class-gllr-settings.php:834
1118
- msgid "Enable Social Buttons"
1119
  msgstr ""
1120
 
1121
- #: includes/class-gllr-settings.php:836
1122
  msgid "Enable social sharing buttons in the lightbox."
1123
  msgstr ""
1124
 
1125
- #: includes/class-gllr-settings.php:840
1126
  msgid "Social Networks"
1127
  msgstr ""
1128
 
1129
- #: includes/class-gllr-settings.php:851
1130
- msgid "Social Buttons Position"
1131
- msgstr ""
1132
-
1133
- #: includes/class-gllr-settings.php:854
1134
- msgid "Left"
1135
- msgstr ""
1136
-
1137
- #: includes/class-gllr-settings.php:856
1138
- msgid "Select social buttons position in the lightbox."
1139
- msgstr ""
1140
-
1141
  # @ gallery
1142
- #: includes/class-gllr-settings.php:860
1143
  #, fuzzy
1144
  msgid "Counter"
1145
  msgstr "Intervalo entre las diapositivas"
1146
 
1147
- #: includes/class-gllr-settings.php:863
1148
- msgid "Enable to show likes counter for each social button."
 
 
1149
  msgstr ""
1150
 
1151
- #: includes/class-gllr-settings.php:878
1152
  msgid "Demo Data"
1153
  msgstr ""
1154
 
1155
- #: includes/class-gllr-settings.php:880
1156
  msgid ""
1157
  "Install demo data to create galleries with images, post with shortcodes and "
1158
  "page with a list of all galleries."
1159
  msgstr ""
1160
 
1161
  # @ gallery
1162
- #: includes/class-gllr-settings.php:899
1163
  #, fuzzy
1164
  msgid "Gallery Post Type"
1165
  msgstr "Codigo corto de Galeria"
1166
 
1167
- #: includes/class-gllr-settings.php:901
1168
  msgid ""
1169
  "Enable to avoid conflicts with other gallery plugins installed. All "
1170
  "galleries created earlier will stay unchanged. However, after enabling we "
@@ -1173,28 +1192,28 @@ msgid ""
1173
  msgstr ""
1174
 
1175
  # @ gallery
1176
- #: includes/class-gllr-settings.php:913
1177
  #, fuzzy
1178
  msgid "Gallery Slug"
1179
  msgstr "Galeria"
1180
 
1181
- #: includes/class-gllr-settings.php:917
1182
  msgid "Enter the unique gallery slug."
1183
  msgstr ""
1184
 
1185
- #: includes/class-gllr-settings.php:933
1186
  msgid "Activate Now"
1187
  msgstr ""
1188
 
1189
- #: includes/class-gllr-settings.php:948
1190
  msgid "Install Now"
1191
  msgstr ""
1192
 
1193
- #: includes/class-gllr-settings.php:951
1194
  msgid "Enable to include galleries to your website search."
1195
  msgstr ""
1196
 
1197
- #: includes/class-gllr-settings.php:951
1198
  #, php-format
1199
  msgid "%s is required."
1200
  msgstr ""
@@ -1278,15 +1297,30 @@ msgid "Close notice"
1278
  msgstr ""
1279
 
1280
  #: includes/demo-data/class-bws-demo-data.php:591
 
1281
  msgid ""
1282
- "Do you want to install demo content and settings (You can do this later "
1283
- "using Import / Export settings)?"
1284
  msgstr ""
1285
 
1286
  #: includes/demo-data/class-bws-demo-data.php:591
1287
  msgid "Yes, install demo now"
1288
  msgstr ""
1289
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1290
  # @ gallery
1291
  #~ msgid "Download high resolution image"
1292
  #~ msgstr "Descarga la image de alta resolucion"
2
  msgstr ""
3
  "Project-Id-Version: Gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-12-05 16:21+0200\n"
6
+ "PO-Revision-Date: 2017-12-05 16:21+0200\n"
7
  "Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Carlos Limia <climia@climia.es>\n"
9
  "Language: pt_BR\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
+ "X-Generator: Poedit 1.8.7.1\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-Basepath: ..\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  # @ gallery
22
+ #: gallery-plugin.php:37 includes/class-gllr-settings.php:310
 
23
  msgid "Gallery Settings"
24
  msgstr "Configuracion de la Galeria"
25
 
26
  # @ gallery
27
+ #: gallery-plugin.php:37 includes/class-gllr-settings.php:321
28
  #, fuzzy
29
  msgid "Global Settings"
30
  msgstr "Configuracion de la Galeria"
31
 
32
+ #: gallery-plugin.php:43 gallery-plugin.php:2772
33
  msgid "Upgrade to Pro"
34
  msgstr ""
35
 
36
+ #: gallery-plugin.php:237
37
  msgid "Return to all albums"
38
  msgstr ""
39
 
40
  # @ gallery
41
+ #: gallery-plugin.php:249
42
  msgid "See images &raquo;"
43
  msgstr "Ver imagens &raquo;"
44
 
45
  # @ gallery
46
+ #: gallery-plugin.php:336 gallery-plugin.php:345
47
  msgid "Galleries"
48
  msgstr "Galerias"
49
 
50
  # @ gallery
51
+ #: gallery-plugin.php:337 gallery-plugin.php:3188
52
  msgid "Gallery"
53
  msgstr "Galeria"
54
 
55
  # @ gallery
56
+ #: gallery-plugin.php:338
57
  msgid "Add New Gallery"
58
  msgstr "Agregar una Galeria nueva"
59
 
60
  # @ gallery
61
+ #: gallery-plugin.php:339
62
  msgid "Edit Gallery"
63
  msgstr "Editar Galeria"
64
 
65
  # @ gallery
66
+ #: gallery-plugin.php:340
67
  msgid "New Gallery"
68
  msgstr "Galeria nueva"
69
 
70
  # @ gallery
71
+ #: gallery-plugin.php:341
72
  msgid "View Gallery"
73
  msgstr "Ver Galeria"
74
 
75
  # @ gallery
76
+ #: gallery-plugin.php:342 includes/class-gllr-settings.php:941
77
  #, fuzzy
78
  msgid "Search Galleries"
79
  msgstr "Galerias"
80
 
81
  # @ gallery
82
+ #: gallery-plugin.php:343
83
  msgid "No Gallery found"
84
  msgstr "Ninguna galeria encontrada"
85
 
86
  # @ gallery
87
+ #: gallery-plugin.php:365 gallery-plugin.php:1602 gallery-plugin.php:2918
88
+ #: gallery-plugin.php:2926 gallery-plugin.php:2964 gallery-plugin.php:2987
89
+ #: gallery-plugin.php:3172
90
  #, fuzzy
91
  msgid "Gallery Categories"
92
  msgstr "Tamanño de da imagen de la galeria"
93
 
94
  # @ gallery
95
+ #: gallery-plugin.php:366 gallery-plugin.php:805
96
  #, fuzzy
97
  msgid "Gallery Category"
98
  msgstr "Tamanño de da imagen de la galeria"
99
 
100
+ #: gallery-plugin.php:367
101
  msgid "Add Gallery Category"
102
  msgstr ""
103
 
104
  # @ gallery
105
+ #: gallery-plugin.php:368
106
  #, fuzzy
107
  msgid "Add New Gallery Category"
108
  msgstr "Agregar una Galeria nueva"
109
 
110
+ #: gallery-plugin.php:369 gallery-plugin.php:370
111
  msgid "Edit Gallery Category"
112
  msgstr ""
113
 
114
+ #: gallery-plugin.php:371
115
  msgid "New Gallery Category"
116
  msgstr ""
117
 
118
+ #: gallery-plugin.php:372 gallery-plugin.php:373
119
  msgid "View Gallery Category"
120
  msgstr ""
121
 
122
+ #: gallery-plugin.php:374
123
  msgid "Find Gallery Category"
124
  msgstr ""
125
 
126
+ #: gallery-plugin.php:375
127
  msgid "No Gallery Categories found"
128
  msgstr ""
129
 
130
+ #: gallery-plugin.php:376
131
  msgid "No Gallery Categories found in Trash"
132
  msgstr ""
133
 
134
+ #: gallery-plugin.php:377
135
  msgid "Parent Gallery Category"
136
  msgstr ""
137
 
138
+ #: gallery-plugin.php:378
139
  msgid "Gallery Categories list navigation"
140
  msgstr ""
141
 
142
+ #: gallery-plugin.php:379
143
  msgid "Gallery Categories list"
144
  msgstr ""
145
 
146
  # @ gallery
147
+ #: gallery-plugin.php:455
148
  msgid "Gallery Shortcode"
149
  msgstr "Codigo corto de Galeria"
150
 
151
+ #: gallery-plugin.php:464
152
  msgid ""
153
  "Add a single gallery with images to your posts, pages, custom post types or "
154
  "widgets by using the following shortcode:"
155
  msgstr ""
156
 
157
+ #: gallery-plugin.php:468
158
  msgid ""
159
  "Add a gallery cover including featured image, description, and a link to "
160
  "your single gallery using the following shortcode:"
161
  msgstr ""
162
 
163
+ #: gallery-plugin.php:581
164
  msgid "Note"
165
  msgstr ""
166
 
167
+ #: gallery-plugin.php:581
168
  #, php-format
169
  msgid ""
170
  "When deleting a category, the galleries that belong to this category will "
171
+ "not be deleted. These galleries will be moved to the category %s."
172
  msgstr ""
173
 
174
  # @ gallery
175
+ #: gallery-plugin.php:594 gallery-plugin.php:1601
176
  #, fuzzy
177
  msgid "Shortcode"
178
  msgstr "Codigo corto de Galeria"
179
 
180
+ #: gallery-plugin.php:640
181
  msgid "All Gallery Categories"
182
  msgstr ""
183
 
184
+ #: gallery-plugin.php:717
185
  msgid "You can't delete default gallery category."
186
  msgstr ""
187
 
188
  # @ gallery
189
+ #: gallery-plugin.php:1091 gallery-plugin.php:1198 gallery-plugin.php:2109
190
  msgid "Sorry, nothing found."
191
  msgstr "Disculpe, nada fue encontrado."
192
 
193
+ #: gallery-plugin.php:1598
194
  msgid "Featured Image"
195
  msgstr ""
196
 
197
  # @ gallery
198
+ #: gallery-plugin.php:1599 gallery-plugin.php:2629 gallery-plugin.php:2733
199
+ #: gallery-plugin.php:2844 includes/class-gllr-settings.php:679
200
  msgid "Title"
201
  msgstr "Título"
202
 
203
  # @ gallery
204
+ #: gallery-plugin.php:1600 includes/class-gllr-settings.php:41
205
  #, fuzzy
206
  msgid "Images"
207
  msgstr "Imagen"
208
 
209
  # @ gallery
210
+ #: gallery-plugin.php:1603 includes/class-gllr-settings.php:684
211
  msgid "Author"
212
  msgstr "Autor"
213
 
214
  # @ gallery
215
+ #: gallery-plugin.php:1604 includes/class-gllr-settings.php:513
216
+ #: includes/class-gllr-settings.php:680
217
  msgid "Date"
218
  msgstr "Fecha"
219
 
220
+ #: gallery-plugin.php:1690
221
+ #, php-format
222
+ msgid "%s Settings"
223
+ msgstr ""
224
+
225
  # @ bestwebsoft
226
  # @ gallery
227
+ #: gallery-plugin.php:1717 gallery-plugin.php:1735
228
  #: includes/class-gllr-settings.php:30 includes/class-gllr-settings.php:42
229
  msgid "Settings"
230
  msgstr "Configuraciones"
231
 
232
  # @ gallery
233
+ #: gallery-plugin.php:1718
234
  msgid "FAQ"
235
  msgstr "FAQ"
236
 
237
  # @ gallery
238
+ #: gallery-plugin.php:1719
239
  msgid "Support"
240
  msgstr "Soporte"
241
 
242
+ #: gallery-plugin.php:1758
243
  msgid "Updating images..."
244
  msgstr "Actualizando imagenes"
245
 
246
  # @ gallery
247
+ #: gallery-plugin.php:1759
248
  #, fuzzy
249
  msgid "No images found."
250
  msgstr "Imagen no encontrada"
251
 
252
+ #: gallery-plugin.php:1760
253
  #, fuzzy
254
  msgid "All images were updated."
255
  msgstr "Todas las imgenes an sido actualizados"
256
 
257
+ #: gallery-plugin.php:1761
258
  msgid "Error."
259
  msgstr "Error"
260
 
261
+ #: gallery-plugin.php:1773
262
  msgid ""
263
  "You are about to remove these items from this gallery.\n"
264
  " 'Cancel' to stop, 'OK' to delete."
265
  msgstr ""
266
 
267
+ #: gallery-plugin.php:1774
268
  msgid ""
269
  "You are about to remove this image from the gallery.\n"
270
  " 'Cancel' to stop, 'OK' to delete."
271
  msgstr ""
272
 
273
+ #: gallery-plugin.php:1775
274
  msgid ""
275
  "Switching to another mode, all unsaved data will be lost. Save data before "
276
  "switching?"
277
  msgstr ""
278
 
279
+ #: gallery-plugin.php:1776
280
  msgid "Insert Media"
281
  msgstr ""
282
 
283
+ #: gallery-plugin.php:1777
284
  msgid "Insert"
285
  msgstr ""
286
 
287
  # @ gallery
288
+ #: gallery-plugin.php:2301 gallery-plugin.php:2327
289
  msgid "Image size not defined"
290
  msgstr "Tanaño de imagen no definida"
291
 
292
+ #: gallery-plugin.php:2316
293
  #, fuzzy
294
  msgid ""
295
  "Plugin updates only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please "
298
  "Solo podemos actualizar archivos PNG, JPEG, GIF, WPMP o XBM. Para otros "
299
  "formatos necesita volver a subir elarchivo."
300
 
301
+ #: gallery-plugin.php:2356 gallery-plugin.php:2359 gallery-plugin.php:2364
 
 
 
 
302
  msgid "Invalid path"
303
  msgstr "Ruta incorrecta."
304
 
305
+ #: gallery-plugin.php:2453
306
  msgid "List View"
307
  msgstr ""
308
 
309
+ #: gallery-plugin.php:2454
310
  msgid "Grid View"
311
  msgstr ""
312
 
313
+ #: gallery-plugin.php:2509
314
  msgid "Filter"
315
  msgstr ""
316
 
317
+ #: gallery-plugin.php:2513
318
  msgid "Empty Trash"
319
  msgstr ""
320
 
321
  # @ gallery
322
+ #: gallery-plugin.php:2534
323
  #, fuzzy
324
  msgid "No images found"
325
  msgstr "Imagen no encontrada"
326
 
327
+ #: gallery-plugin.php:2586
328
  msgid "Select bulk action"
329
  msgstr ""
330
 
331
+ #: gallery-plugin.php:2588
332
  msgid "Bulk Actions"
333
  msgstr ""
334
 
335
+ #: gallery-plugin.php:2598
336
  msgid "Apply"
337
  msgstr ""
338
 
339
  # @ gallery
340
+ #: gallery-plugin.php:2605
341
  #, fuzzy
342
  msgid "Delete from Gallery"
343
  msgstr "Galeria nueva"
344
 
345
+ #: gallery-plugin.php:2614
346
  msgid "Bulk Select"
347
  msgstr ""
348
 
349
+ #: gallery-plugin.php:2615
350
  msgid "Cancel Selection"
351
  msgstr ""
352
 
353
+ #: gallery-plugin.php:2616
354
  msgid "Delete Selected"
355
  msgstr ""
356
 
357
+ #: gallery-plugin.php:2627
358
  msgid "File"
359
  msgstr ""
360
 
361
+ #: gallery-plugin.php:2628 gallery-plugin.php:2728 gallery-plugin.php:2839
362
  msgid "Dimensions"
363
  msgstr ""
364
 
365
+ #: gallery-plugin.php:2630 gallery-plugin.php:2739 gallery-plugin.php:2849
366
  #, fuzzy
367
  msgid "Alt Text"
368
  msgstr "Etiqueta alternativa"
369
 
370
  # @ gallery
371
+ #: gallery-plugin.php:2631 gallery-plugin.php:2743 gallery-plugin.php:2854
372
  msgid "URL"
373
  msgstr "URL"
374
 
375
+ #: gallery-plugin.php:2631 gallery-plugin.php:2745
376
  msgid ""
377
  "Enter your custom URL to link this image to other page or file. Leave blank "
378
  "to open a full size image."
379
  msgstr ""
380
 
381
  # @ gallery
382
+ #: gallery-plugin.php:2710
383
  #, fuzzy
384
  msgid "Remove Image from Gallery"
385
  msgstr "Galeria nueva"
386
 
387
  # @ gallery
388
+ #: gallery-plugin.php:2713
389
  #, fuzzy
390
  msgid "Edit Image Info"
391
  msgstr "ID del anexo"
392
 
393
+ #: gallery-plugin.php:2714
394
  msgid "Deselect"
395
  msgstr ""
396
 
397
+ #: gallery-plugin.php:2726
398
  msgid "File name"
399
  msgstr ""
400
 
401
+ #: gallery-plugin.php:2727
402
  msgid "File type"
403
  msgstr ""
404
 
405
+ #: gallery-plugin.php:2752
406
  msgid "Description"
407
  msgstr ""
408
 
409
  # @ gallery
410
+ #: gallery-plugin.php:2758
411
  #, fuzzy
412
  msgid "Lightbox Button URL"
413
  msgstr "Fundo del Lightbox"
414
 
415
+ #: gallery-plugin.php:2765
416
  msgid "New Tab"
417
  msgstr ""
418
 
419
+ #: gallery-plugin.php:2767
420
  msgid "Enable to open URLs above in a new tab."
421
  msgstr ""
422
 
423
+ #: gallery-plugin.php:2772
424
  #, fuzzy
425
  msgid "Go Pro"
426
  msgstr "Ir a PRO"
427
 
428
+ #: gallery-plugin.php:2778
429
  msgid "Edit more details"
430
  msgstr ""
431
 
432
  # @ gallery
433
+ #: gallery-plugin.php:2780
434
  #, fuzzy
435
  msgid "Remove from Gallery"
436
  msgstr "Galeria nueva"
437
 
438
+ #: gallery-plugin.php:2814
439
  #, php-format
440
  msgid "Select %s"
441
  msgstr ""
442
 
443
+ #: gallery-plugin.php:2827
444
  #, php-format
445
  msgid "Edit &#8220;%s&#8221;"
446
  msgstr ""
447
 
448
  # @ gallery
449
+ #: gallery-plugin.php:2835
450
  #, fuzzy
451
  msgid "Edit Attachment Info"
452
  msgstr "ID del anexo"
453
 
454
+ #: gallery-plugin.php:2872 gallery-plugin.php:2885
455
  msgid "Edit"
456
  msgstr ""
457
 
458
+ #: gallery-plugin.php:2875 gallery-plugin.php:2890
459
  msgid "Trash"
460
  msgstr ""
461
 
462
+ #: gallery-plugin.php:2878 gallery-plugin.php:2893
463
  msgid "Delete Permanently"
464
  msgstr ""
465
 
466
+ #: gallery-plugin.php:2880 gallery-plugin.php:2899
467
  #, php-format
468
  msgid "View &#8220;%s&#8221;"
469
  msgstr ""
470
 
471
+ #: gallery-plugin.php:2880 gallery-plugin.php:2899 gallery-plugin.php:2982
472
  msgid "View"
473
  msgstr ""
474
 
475
  # @ gallery
476
+ #: gallery-plugin.php:2882
477
  #, fuzzy
478
  msgid "Attach"
479
  msgstr "ID del anexo"
480
 
481
+ #: gallery-plugin.php:2888
482
  msgid "Restore"
483
  msgstr ""
484
 
485
+ #: gallery-plugin.php:2917
486
  msgid "A list or dropdown of Gallery categories."
487
  msgstr ""
488
 
489
+ #: gallery-plugin.php:2962
490
  msgid "Select Gallery Category"
491
  msgstr ""
492
 
493
+ #: gallery-plugin.php:3020
494
+ #, fuzzy
495
  msgid "Title:"
496
+ msgstr "Título"
497
 
498
+ #: gallery-plugin.php:3023
499
  msgid "Display as dropdown"
500
  msgstr ""
501
 
502
+ #: gallery-plugin.php:3025
503
  msgid "Show gallery counts"
504
  msgstr ""
505
 
506
+ #: gallery-plugin.php:3027
507
  msgid "Show hierarchy"
508
  msgstr ""
509
 
510
+ #: gallery-plugin.php:3143
511
  msgid "Warning"
512
  msgstr ""
513
 
514
+ #: gallery-plugin.php:3143
515
  msgid "You can add only images to the gallery"
516
  msgstr ""
517
 
518
+ #: gallery-plugin.php:3174
519
  msgid "or"
520
  msgstr ""
521
 
522
  # @ gallery
523
+ #: gallery-plugin.php:3182
524
  #, fuzzy
525
  msgid "no title"
526
  msgstr "Título"
527
 
528
  # @ gallery
529
+ #: gallery-plugin.php:3193
530
  #, fuzzy
531
  msgid ""
532
  "Display an album image with the description and the link to a single gallery "
536
  "una pagina."
537
 
538
  # @ gallery
539
+ #: gallery-plugin.php:3197
540
  #, fuzzy
541
  msgid "Sorry, no gallery found."
542
  msgstr "Disculpe, nada fue encontrado."
569
  msgid "License Key"
570
  msgstr ""
571
 
572
+ #: includes/class-gllr-settings.php:210
573
  msgid "Custom image size was changed. You need to update gallery images."
574
  msgstr ""
575
 
576
  # @ gallery
577
+ #: includes/class-gllr-settings.php:247
578
  #, fuzzy
579
  msgid "Settings saved"
580
  msgstr "Cambios guardados"
581
 
582
  # @ gallery
583
+ #: includes/class-gllr-settings.php:259
584
  #, fuzzy
585
  msgid "Please, enable JavaScript in Your browser."
586
  msgstr "Por favor habilite el Javascript para subir sus archivos."
587
 
588
+ #: includes/class-gllr-settings.php:264
589
  #, fuzzy
590
  msgid "Update Images"
591
  msgstr "Actualizando imagenes"
592
 
593
  # @ gallery
594
+ #: includes/class-gllr-settings.php:279
595
  #, fuzzy
596
  msgid "Gallery Images"
597
  msgstr "Tamanño de da imagen de la galeria"
598
 
599
+ #: includes/class-gllr-settings.php:284
600
+ msgid "Images adding requires JavaScript."
601
  msgstr ""
602
 
603
+ #: includes/class-gllr-settings.php:287
604
  msgid "Add Media"
605
  msgstr ""
606
 
607
+ #: includes/class-gllr-settings.php:296
608
  msgid "The grid view for the Gallery images requires JavaScript."
609
  msgstr ""
610
 
611
+ #: includes/class-gllr-settings.php:296
612
  msgid "Switch to the list view"
613
  msgstr ""
614
 
615
  # @ gallery
616
+ #: includes/class-gllr-settings.php:319
617
  #, fuzzy
618
  msgid "Single Gallery Settings"
619
  msgstr "Configuracion de la Galeria"
620
 
621
+ #: includes/class-gllr-settings.php:321
622
  #, php-format
623
  msgid "Enable to configure single gallery settings and disable %s."
624
  msgstr ""
625
 
626
+ #: includes/class-gllr-settings.php:332 includes/class-gllr-settings.php:389
627
+ #: includes/class-gllr-settings.php:433 includes/class-gllr-settings.php:483
628
+ #: includes/class-gllr-settings.php:621 includes/class-gllr-settings.php:709
629
+ #: includes/class-gllr-settings.php:745 includes/class-gllr-settings.php:795
630
+ #: includes/class-gllr-settings.php:923
631
  msgid "Close"
632
  msgstr ""
633
 
634
  # @ gallery
635
+ #: includes/class-gllr-settings.php:336
636
  #, fuzzy
637
  msgid "Gallery Layout"
638
  msgstr "Ninguna galeria encontrada"
639
 
640
+ #: includes/class-gllr-settings.php:341
641
  msgid "Grid"
642
  msgstr ""
643
 
644
+ #: includes/class-gllr-settings.php:347
645
  msgid "Masonry"
646
  msgstr ""
647
 
 
 
 
 
648
  #: includes/class-gllr-settings.php:360
649
+ msgid "Number of Columns"
650
  msgstr ""
651
 
652
+ #: includes/class-gllr-settings.php:363
653
  #, php-format
654
  msgid "Number of gallery columns (default is %s)."
655
  msgstr ""
656
 
657
  # @ gallery
658
+ #: includes/class-gllr-settings.php:367 includes/class-gllr-settings.php:749
659
  #, fuzzy
660
  msgid "Image Size"
661
  msgstr "Tamaño de la imagen"
662
 
663
+ #: includes/class-gllr-settings.php:373 includes/class-gllr-settings.php:606
664
  msgid "Custom"
665
  msgstr ""
666
 
667
+ #: includes/class-gllr-settings.php:375
668
  msgid ""
669
  "Maximum gallery image size. \"Custom\" uses the Image Dimensions values."
670
  msgstr ""
671
 
672
  # @ gallery
673
+ #: includes/class-gllr-settings.php:379
674
  #, fuzzy
675
  msgid "Custom Image Size"
676
  msgstr "Tamaño de la imagen"
677
 
678
+ #: includes/class-gllr-settings.php:381 includes/class-gllr-settings.php:469
679
+ #: includes/class-gllr-settings.php:614 includes/class-gllr-settings.php:664
680
  msgid "px"
681
  msgstr ""
682
 
683
+ #: includes/class-gllr-settings.php:382
684
  msgid ""
685
  "Adjust these values based on the number of columns in your gallery. This "
686
  "won't effect the full size of your images in the lightbox."
687
  msgstr ""
688
 
689
  # @ gallery
690
+ #: includes/class-gllr-settings.php:393
691
  #, fuzzy
692
  msgid "Crop Images"
693
  msgstr "Ordenar imagenes:"
694
 
695
+ #: includes/class-gllr-settings.php:395
696
  msgid ""
697
  "Enable to crop images using the sizes defined for Custom Image Size. Disable "
698
  "to resize images automatically using their aspect ratio."
699
  msgstr ""
700
 
701
  # @ gallery
702
+ #: includes/class-gllr-settings.php:399 includes/class-gllr-settings.php:631
703
  #, fuzzy
704
  msgid "Crop Position"
705
  msgstr "Recortar posicion"
706
 
707
+ #: includes/class-gllr-settings.php:414 includes/class-gllr-settings.php:646
708
  msgid "Select crop position base (by default: center)."
709
  msgstr ""
710
 
711
  # @ gallery
712
+ #: includes/class-gllr-settings.php:424
713
  #, fuzzy
714
  msgid "Image Title"
715
  msgstr "Tamaño de la imagen"
716
 
717
+ #: includes/class-gllr-settings.php:426
718
  msgid "Enable to display image title along with the gallery image."
719
  msgstr ""
720
 
721
  # @ gallery
722
+ #: includes/class-gllr-settings.php:437
723
  #, fuzzy
724
  msgid "Image Title Position"
725
  msgstr "Tanaño de imagen no definida"
726
 
727
  # @ gallery
728
+ #: includes/class-gllr-settings.php:442
729
  #, fuzzy
730
  msgid "Under image"
731
  msgstr "Actualizar imagenes"
732
 
733
+ #: includes/class-gllr-settings.php:448
734
  msgid "On mouse hover"
735
  msgstr ""
736
 
737
  # @ gallery
738
+ #: includes/class-gllr-settings.php:461
739
  #, fuzzy
740
  msgid "Image Border"
741
  msgstr "Imagens con borde"
742
 
743
+ #: includes/class-gllr-settings.php:463
744
  msgid ""
745
  "Enable images border using the styles defined for Image Border Size and "
746
+ "Color options."
747
  msgstr ""
748
 
749
  # @ gallery
750
+ #: includes/class-gllr-settings.php:467
751
  #, fuzzy
752
  msgid "Image Border Size"
753
  msgstr "Tamaño de la imagen"
754
 
755
+ #: includes/class-gllr-settings.php:470
756
  #, php-format
757
  msgid "Gallery image border width (default is %s)"
758
  msgstr ""
759
 
760
  # @ gallery
761
+ #: includes/class-gllr-settings.php:474
762
  #, fuzzy
763
  msgid "Image Border Color"
764
  msgstr "Escoja el color del borde"
765
 
766
+ #: includes/class-gllr-settings.php:487
767
  msgid "Pagination"
768
  msgstr ""
769
 
770
+ #: includes/class-gllr-settings.php:490
771
  msgid ""
772
  "Enable pagination for images to limit number of images displayed on a single "
773
  "gallery page."
774
  msgstr ""
775
 
776
  # @ gallery
777
+ #: includes/class-gllr-settings.php:494
778
  #, fuzzy
779
  msgid "Number of Images"
780
  msgstr "Número de imagenes por fila"
781
 
782
+ #: includes/class-gllr-settings.php:497
783
  #, php-format
784
  msgid "Number of images displayed per page (default is %d)."
785
  msgstr ""
786
 
787
  # @ gallery
788
+ #: includes/class-gllr-settings.php:507
789
  #, fuzzy
790
  msgid "Sort Images by"
791
  msgstr "Ordenar imagens por"
792
 
793
+ #: includes/class-gllr-settings.php:510
794
  msgid "Manually (default)"
795
  msgstr ""
796
 
797
  # @ gallery
798
+ #: includes/class-gllr-settings.php:511
799
  #, fuzzy
800
  msgid "Image ID"
801
  msgstr "Imagen"
802
 
803
+ #: includes/class-gllr-settings.php:512
804
  msgid "Name"
805
  msgstr ""
806
 
807
  # @ gallery
808
+ #: includes/class-gllr-settings.php:514 includes/class-gllr-settings.php:685
809
  msgid "Random"
810
  msgstr "Aleatório"
811
 
812
+ #: includes/class-gllr-settings.php:516
813
  msgid ""
814
  "Select images sorting order in your gallery. By default, you can sort images "
815
  "manually in the images tab."
816
  msgstr ""
817
 
818
  # @ gallery
819
+ #: includes/class-gllr-settings.php:520
820
  #, fuzzy
821
  msgid "Arrange Images by"
822
  msgstr "Ordenar imagens por"
823
 
824
+ #: includes/class-gllr-settings.php:523 includes/class-gllr-settings.php:694
825
  msgid "Ascending (e.g. 1, 2, 3; a, b, c)"
826
  msgstr ""
827
 
828
+ #: includes/class-gllr-settings.php:524 includes/class-gllr-settings.php:695
829
  msgid "Descending (e.g. 3, 2, 1; c, b, a)"
830
  msgstr ""
831
 
832
  # @ gallery
833
+ #: includes/class-gllr-settings.php:529
834
  #, fuzzy
835
  msgid "Back Link"
836
  msgstr "URL del enlacw Volver"
837
 
838
+ #: includes/class-gllr-settings.php:531
839
  msgid ""
840
  "Enable to show a back link in a single gallery page which navigate to a "
841
  "previous page."
842
  msgstr ""
843
 
844
  # @ gallery
845
+ #: includes/class-gllr-settings.php:535
846
  #, fuzzy
847
  msgid "Back Link URL"
848
  msgstr "URL del enlacw Volver"
849
 
850
+ #: includes/class-gllr-settings.php:538
851
  msgid "Back link custom page URL. Leave blank to use Gallery page template."
852
  msgstr ""
853
 
854
  # @ gallery
855
+ #: includes/class-gllr-settings.php:542
856
  #, fuzzy
857
  msgid "Back Link Label"
858
  msgstr "URL del enlacw Volver"
859
 
860
  # @ gallery
861
+ #: includes/class-gllr-settings.php:548
862
  #, fuzzy
863
  msgid "Back Link with Shortcode"
864
  msgstr "Mostrar enlace Volver codigo corto"
865
 
866
  # @ gallery
867
+ #: includes/class-gllr-settings.php:551
868
  #, fuzzy
869
  msgid "Enable to display a back link on a page where shortcode is used."
870
  msgstr "Mostrar enlace Volver codigo corto"
871
 
872
  # @ gallery
873
+ #: includes/class-gllr-settings.php:562
874
  #, fuzzy
875
  msgid "Cover Settings"
876
  msgstr "Configuracion de la Galeria"
877
 
878
  # @ gallery
879
+ #: includes/class-gllr-settings.php:567
880
  #, fuzzy
881
  msgid "Galleries Page"
882
  msgstr "Galerias"
883
 
884
+ #: includes/class-gllr-settings.php:575
885
  #, fuzzy
886
  msgid "Base page where all existing galleries will be displayed."
887
  msgstr "Si actualiza a PRO sus configuraciones se guardaran"
888
 
889
+ #: includes/class-gllr-settings.php:579
890
+ msgid "Albums Displaying"
891
+ msgstr ""
892
+
893
+ #: includes/class-gllr-settings.php:582
894
+ msgid "Column"
895
+ msgstr ""
896
+
897
+ #: includes/class-gllr-settings.php:583
898
+ msgid "Rows"
899
+ msgstr ""
900
+
901
+ #: includes/class-gllr-settings.php:585
902
+ msgid "Select the way galleries will be displayed on the Galleries Page."
903
+ msgstr ""
904
+
905
+ #: includes/class-gllr-settings.php:589
906
+ msgid "Column Alignment"
907
+ msgstr ""
908
+
909
+ #: includes/class-gllr-settings.php:592
910
+ msgid "Left"
911
+ msgstr ""
912
+
913
+ #: includes/class-gllr-settings.php:593
914
+ msgid "Right"
915
+ msgstr ""
916
+
917
+ #: includes/class-gllr-settings.php:594
918
+ msgid "Center"
919
+ msgstr ""
920
+
921
+ #: includes/class-gllr-settings.php:596
922
+ msgid "Select the column alignment."
923
+ msgstr ""
924
+
925
  # @ gallery
926
+ #: includes/class-gllr-settings.php:600
927
  #, fuzzy
928
  msgid "Cover Image Size"
929
  msgstr "Tamaño de la imagen"
930
 
931
+ #: includes/class-gllr-settings.php:608
932
  msgid "Maximum cover image size. Custom uses the Image Dimensions values."
933
  msgstr ""
934
 
935
+ #: includes/class-gllr-settings.php:612
936
  msgid "Custom Cover Image Size"
937
  msgstr ""
938
 
939
+ #: includes/class-gllr-settings.php:625
940
  msgid "Crop Cover Images"
941
  msgstr ""
942
 
943
+ #: includes/class-gllr-settings.php:627
944
  msgid ""
945
  "Enable to crop images using the sizes defined for Custom Cover Image Size. "
946
  "Disable to resize images automatically using their aspect ratio."
947
  msgstr ""
948
 
949
  # @ gallery
950
+ #: includes/class-gllr-settings.php:656
951
  #, fuzzy
952
  msgid "Cover Image Border"
953
  msgstr "Imagens con borde"
954
 
955
+ #: includes/class-gllr-settings.php:658
956
  msgid ""
957
  "Enable cover images border using the styles defined for Image Border Size "
958
  "and Color."
959
  msgstr ""
960
 
961
+ #: includes/class-gllr-settings.php:662
962
  msgid "Cover Image Border Size"
963
  msgstr ""
964
 
965
+ #: includes/class-gllr-settings.php:665
966
  #, php-format
967
  msgid "Cover image border width (default is %s)"
968
  msgstr ""
969
 
970
  # @ gallery
971
+ #: includes/class-gllr-settings.php:669
972
  #, fuzzy
973
  msgid "Cover Image Border Color"
974
  msgstr "Escoja el color del borde"
975
 
976
  # @ gallery
977
+ #: includes/class-gllr-settings.php:675
978
  #, fuzzy
979
  msgid "Sort Albums by"
980
  msgstr "Ordenar imagens por"
981
 
982
  # @ gallery
983
+ #: includes/class-gllr-settings.php:678
984
  #, fuzzy
985
  msgid "Gallery ID"
986
  msgstr "Galeria"
987
 
988
+ #: includes/class-gllr-settings.php:681
989
  msgid "Last modified date"
990
  msgstr ""
991
 
992
+ #: includes/class-gllr-settings.php:682
993
  msgid "Comment count"
994
  msgstr ""
995
 
996
+ #: includes/class-gllr-settings.php:683
997
  msgid "Sorting order (the input field for sorting order)"
998
  msgstr ""
999
 
1000
+ #: includes/class-gllr-settings.php:687
1001
  msgid "Select galleries sorting order in your galleries page."
1002
  msgstr ""
1003
 
1004
+ #: includes/class-gllr-settings.php:691
1005
  msgid "Arrange Albums by"
1006
  msgstr ""
1007
 
1008
  # @ gallery
1009
+ #: includes/class-gllr-settings.php:700
1010
  #, fuzzy
1011
  msgid "Read More Link Label"
1012
  msgstr "Texto del enlace leer mas"
1013
 
1014
+ #: includes/class-gllr-settings.php:713
1015
  msgid "Instant Lightbox"
1016
  msgstr ""
1017
 
1018
+ #: includes/class-gllr-settings.php:716
1019
  msgid ""
1020
  "Enable to display all images in the lightbox after clicking cover image or "
1021
  "URL instead of going to a single gallery page."
1022
  msgstr ""
1023
 
1024
  # @ gallery
1025
+ #: includes/class-gllr-settings.php:730
1026
  #, fuzzy
1027
  msgid "Lightbox Settings"
1028
  msgstr "Fundo del Lightbox"
1029
 
1030
+ #: includes/class-gllr-settings.php:735
1031
  msgid "Enable Lightbox"
1032
  msgstr ""
1033
 
1034
+ #: includes/class-gllr-settings.php:738
1035
  msgid "Enable to show the lightbox when clicking on gallery images."
1036
  msgstr ""
1037
 
1038
+ #: includes/class-gllr-settings.php:756
1039
  msgid ""
1040
  "Select the maximum gallery image size for the lightbox view. \"Default\" "
1041
  "will display the original, full size image."
1042
  msgstr ""
1043
 
1044
+ #: includes/class-gllr-settings.php:760
1045
  msgid "Overlay Color"
1046
  msgstr ""
1047
 
1048
+ #: includes/class-gllr-settings.php:766
1049
  msgid "Overlay Opacity"
1050
  msgstr ""
1051
 
1052
+ #: includes/class-gllr-settings.php:769
1053
  #, php-format
1054
  msgid ""
1055
+ "Lightbox overlay opacity. Leave blank to disable opacity (default is %s, max "
1056
+ "is %s)."
1057
  msgstr ""
1058
 
1059
  # @ gallery
1060
+ #: includes/class-gllr-settings.php:779
1061
  #, fuzzy
1062
  msgid "Slideshow"
1063
  msgstr "Iniciar Apresentacion de diapositivas"
1064
 
1065
+ #: includes/class-gllr-settings.php:781
1066
  msgid "Enable to start the slideshow automatically when the lightbox is used."
1067
  msgstr ""
1068
 
1069
  # @ gallery
1070
+ #: includes/class-gllr-settings.php:785
1071
  #, fuzzy
1072
  msgid "Slideshow Duration"
1073
  msgstr "Intervalo entre las diapositivas"
1074
 
1075
+ #: includes/class-gllr-settings.php:787
1076
  msgid "ms"
1077
  msgstr ""
1078
 
1079
+ #: includes/class-gllr-settings.php:788
1080
  msgid "Slideshow interval duration between two images."
1081
  msgstr ""
1082
 
1083
  # @ gallery
1084
+ #: includes/class-gllr-settings.php:799
1085
  #, fuzzy
1086
  msgid "Lightbox Helpers"
1087
  msgstr "Fundo del Lightbox"
1088
 
1089
+ #: includes/class-gllr-settings.php:801
1090
+ msgid "Enable to display the lightbox toolbar and arrows."
1091
  msgstr ""
1092
 
1093
  # @ gallery
1094
+ #: includes/class-gllr-settings.php:805
1095
  #, fuzzy
1096
  msgid "Lightbox Thumbnails"
1097
  msgstr "Tamanño de la imagen para la portada del álbum"
1098
 
1099
+ #: includes/class-gllr-settings.php:807
1100
+ msgid "Enable to use a lightbox helper navigation between images."
1101
+ msgstr ""
 
1102
 
1103
+ #: includes/class-gllr-settings.php:811
1104
  msgid "Lightbox Thumbnails Position"
1105
  msgstr ""
1106
 
1107
+ #: includes/class-gllr-settings.php:814
1108
  msgid "Top"
1109
  msgstr ""
1110
 
1111
  # @ gallery
1112
+ #: includes/class-gllr-settings.php:819
1113
  #, fuzzy
1114
  msgid "Lightbox Button Label"
1115
  msgstr "Fundo del Lightbox"
1116
 
1117
+ #: includes/class-gllr-settings.php:821
1118
  #, fuzzy
1119
  msgid "Read More"
1120
  msgstr "Saber mas."
1121
 
1122
+ #: includes/class-gllr-settings.php:831
1123
  #, fuzzy
1124
  msgid "Download Button"
1125
  msgstr "Descarga Busqueda customizada"
1126
 
1127
+ #: includes/class-gllr-settings.php:833
1128
+ msgid "Enable to display download button."
1129
+ msgstr ""
 
 
 
1130
 
1131
+ #: includes/class-gllr-settings.php:837
1132
  msgid "Single Lightbox"
1133
  msgstr ""
1134
 
1135
+ #: includes/class-gllr-settings.php:839
1136
  #, fuzzy
1137
  msgid ""
1138
  "Enable to use a single lightbox for multiple galleries located on a single "
1139
  "page."
1140
  msgstr "Usar un LightBox unici para multiples galerias en una pagina."
1141
 
1142
+ #: includes/class-gllr-settings.php:849
1143
  msgid "Social Sharing Buttons Settings"
1144
  msgstr ""
1145
 
1146
+ #: includes/class-gllr-settings.php:857
1147
+ msgid "Social Buttons"
1148
  msgstr ""
1149
 
1150
+ #: includes/class-gllr-settings.php:859
1151
  msgid "Enable social sharing buttons in the lightbox."
1152
  msgstr ""
1153
 
1154
+ #: includes/class-gllr-settings.php:863
1155
  msgid "Social Networks"
1156
  msgstr ""
1157
 
 
 
 
 
 
 
 
 
 
 
 
 
1158
  # @ gallery
1159
+ #: includes/class-gllr-settings.php:874
1160
  #, fuzzy
1161
  msgid "Counter"
1162
  msgstr "Intervalo entre las diapositivas"
1163
 
1164
+ #: includes/class-gllr-settings.php:877
1165
+ msgid ""
1166
+ "Enable to show likes counter for each social button (not available for "
1167
+ "Google +1)."
1168
  msgstr ""
1169
 
1170
+ #: includes/class-gllr-settings.php:892
1171
  msgid "Demo Data"
1172
  msgstr ""
1173
 
1174
+ #: includes/class-gllr-settings.php:894
1175
  msgid ""
1176
  "Install demo data to create galleries with images, post with shortcodes and "
1177
  "page with a list of all galleries."
1178
  msgstr ""
1179
 
1180
  # @ gallery
1181
+ #: includes/class-gllr-settings.php:913
1182
  #, fuzzy
1183
  msgid "Gallery Post Type"
1184
  msgstr "Codigo corto de Galeria"
1185
 
1186
+ #: includes/class-gllr-settings.php:915
1187
  msgid ""
1188
  "Enable to avoid conflicts with other gallery plugins installed. All "
1189
  "galleries created earlier will stay unchanged. However, after enabling we "
1192
  msgstr ""
1193
 
1194
  # @ gallery
1195
+ #: includes/class-gllr-settings.php:927
1196
  #, fuzzy
1197
  msgid "Gallery Slug"
1198
  msgstr "Galeria"
1199
 
1200
+ #: includes/class-gllr-settings.php:931
1201
  msgid "Enter the unique gallery slug."
1202
  msgstr ""
1203
 
1204
+ #: includes/class-gllr-settings.php:947
1205
  msgid "Activate Now"
1206
  msgstr ""
1207
 
1208
+ #: includes/class-gllr-settings.php:962
1209
  msgid "Install Now"
1210
  msgstr ""
1211
 
1212
+ #: includes/class-gllr-settings.php:965
1213
  msgid "Enable to include galleries to your website search."
1214
  msgstr ""
1215
 
1216
+ #: includes/class-gllr-settings.php:965
1217
  #, php-format
1218
  msgid "%s is required."
1219
  msgstr ""
1297
  msgstr ""
1298
 
1299
  #: includes/demo-data/class-bws-demo-data.php:591
1300
+ #, php-format
1301
  msgid ""
1302
+ "Do you want to install demo content and settings for %s (You can do this "
1303
+ "later using Import / Export settings)?"
1304
  msgstr ""
1305
 
1306
  #: includes/demo-data/class-bws-demo-data.php:591
1307
  msgid "Yes, install demo now"
1308
  msgstr ""
1309
 
1310
+ #, fuzzy
1311
+ #~ msgid "Enable to use a lightbox helper navigation between images.."
1312
+ #~ msgstr "Usar un LightBox unici para multiples galerias en una pagina."
1313
+
1314
+ #~ msgid "Image size changes not defined"
1315
+ #~ msgstr "Tamaño de imagen no esta definida."
1316
+
1317
+ # @ gallery
1318
+ #, fuzzy
1319
+ #~ msgid ""
1320
+ #~ "Enable to display link to the original file under each image in the "
1321
+ #~ "lightbox."
1322
+ #~ msgstr "Exibir la imagen en su tamaño completo en el Lightbox"
1323
+
1324
  # @ gallery
1325
  #~ msgid "Download high resolution image"
1326
  #~ msgstr "Descarga la image de alta resolucion"
languages/gallery-plugin-fr_FR.mo CHANGED
Binary file
languages/gallery-plugin-fr_FR.po CHANGED
@@ -1,10 +1,10 @@
1
  msgid ""
2
  msgstr ""
3
- "Project-Id-Version: gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
- "POT-Creation-Date: 2017-08-14 11:35+0300\n"
6
- "PO-Revision-Date: 2017-08-14 11:35+0300\n"
7
- "Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Didier, L Capronnier <lcapronnier@yahoo.com>\n"
9
  "Language: fr_FR\n"
10
  "MIME-Version: 1.0\n"
@@ -15,121 +15,120 @@ msgstr ""
15
  "X-Poedit-Basepath: ..\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
18
- "X-Generator: Poedit 1.5.4\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
- #: gallery-plugin.php:37 gallery-plugin.php:1647
22
- #: includes/class-gllr-settings.php:308
23
  msgid "Gallery Settings"
24
  msgstr "Paramètres de la galerie"
25
 
26
- #: gallery-plugin.php:37 includes/class-gllr-settings.php:319
27
  msgid "Global Settings"
28
  msgstr "Paramètres généraux"
29
 
30
- #: gallery-plugin.php:43 gallery-plugin.php:2728
31
  msgid "Upgrade to Pro"
32
  msgstr "Passer à la version PRO"
33
 
34
- #: gallery-plugin.php:218
35
  msgid "Return to all albums"
36
  msgstr "Revenir à tous les albums"
37
 
38
- #: gallery-plugin.php:228
39
  msgid "See images &raquo;"
40
  msgstr "Voir les images &raquo;"
41
 
42
- #: gallery-plugin.php:315 gallery-plugin.php:324
43
  msgid "Galleries"
44
  msgstr "Galeries"
45
 
46
- #: gallery-plugin.php:316 gallery-plugin.php:3144
47
  msgid "Gallery"
48
  msgstr "Galerie"
49
 
50
- #: gallery-plugin.php:317
51
  msgid "Add New Gallery"
52
  msgstr "Ajouter une nouvelle galerie"
53
 
54
- #: gallery-plugin.php:318
55
  msgid "Edit Gallery"
56
  msgstr "Modifier la galerie"
57
 
58
- #: gallery-plugin.php:319
59
  msgid "New Gallery"
60
  msgstr "Nouvelle galerie"
61
 
62
- #: gallery-plugin.php:320
63
  msgid "View Gallery"
64
  msgstr "Voir la galerie"
65
 
66
- #: gallery-plugin.php:321 includes/class-gllr-settings.php:927
67
  msgid "Search Galleries"
68
  msgstr "Rechercher une galerie"
69
 
70
- #: gallery-plugin.php:322
71
  msgid "No Gallery found"
72
  msgstr "Pas de galeries trouvées"
73
 
74
- #: gallery-plugin.php:344 gallery-plugin.php:1559 gallery-plugin.php:2874
75
- #: gallery-plugin.php:2882 gallery-plugin.php:2920 gallery-plugin.php:2943
76
- #: gallery-plugin.php:3128
77
  msgid "Gallery Categories"
78
  msgstr "Catégories de galeries"
79
 
80
- #: gallery-plugin.php:345 gallery-plugin.php:784
81
  msgid "Gallery Category"
82
  msgstr "Catégories de galeries"
83
 
84
- #: gallery-plugin.php:346
85
  msgid "Add Gallery Category"
86
- msgstr ""
87
 
88
- #: gallery-plugin.php:347
89
  msgid "Add New Gallery Category"
90
  msgstr "Ajouter une nouvelle catégorie de galerie"
91
 
92
- #: gallery-plugin.php:348 gallery-plugin.php:349
93
  msgid "Edit Gallery Category"
94
- msgstr ""
95
 
96
- #: gallery-plugin.php:350
97
  msgid "New Gallery Category"
98
- msgstr ""
99
 
100
- #: gallery-plugin.php:351 gallery-plugin.php:352
101
  msgid "View Gallery Category"
102
- msgstr ""
103
 
104
- #: gallery-plugin.php:353
105
  msgid "Find Gallery Category"
106
- msgstr ""
107
 
108
- #: gallery-plugin.php:354
109
  msgid "No Gallery Categories found"
110
- msgstr ""
111
 
112
- #: gallery-plugin.php:355
113
  msgid "No Gallery Categories found in Trash"
114
- msgstr ""
115
 
116
- #: gallery-plugin.php:356
117
  msgid "Parent Gallery Category"
118
- msgstr ""
119
 
120
- #: gallery-plugin.php:357
121
  msgid "Gallery Categories list navigation"
122
- msgstr ""
123
 
124
- #: gallery-plugin.php:358
125
  msgid "Gallery Categories list"
126
- msgstr ""
127
 
128
- #: gallery-plugin.php:434
129
  msgid "Gallery Shortcode"
130
  msgstr "Code court de la galerie"
131
 
132
- #: gallery-plugin.php:443
133
  msgid ""
134
  "Add a single gallery with images to your posts, pages, custom post types or "
135
  "widgets by using the following shortcode:"
@@ -137,7 +136,7 @@ msgstr ""
137
  "Ajouter une galerie avec des images dans vos articles, pages, type d'article "
138
  "personnalisé ou widgets en utilisant le code court&nbsp;:"
139
 
140
- #: gallery-plugin.php:447
141
  msgid ""
142
  "Add a gallery cover including featured image, description, and a link to "
143
  "your single gallery using the following shortcode:"
@@ -145,85 +144,90 @@ msgstr ""
145
  "Ajouter une présentation de votre galerie avec une image à la une, une "
146
  "description et un lien vers votre galerie en utilisant le code court&nbsp;:"
147
 
148
- #: gallery-plugin.php:560
149
  msgid "Note"
150
- msgstr ""
151
 
152
- #: gallery-plugin.php:560
153
  #, php-format
154
  msgid ""
155
  "When deleting a category, the galleries that belong to this category will "
156
- "not be deleted. Instead, these galleries will be moved to the category %s."
157
  msgstr ""
158
 
159
- #: gallery-plugin.php:573 gallery-plugin.php:1558
160
  msgid "Shortcode"
161
  msgstr "Code court"
162
 
163
- #: gallery-plugin.php:619
164
  msgid "All Gallery Categories"
165
- msgstr ""
166
 
167
- #: gallery-plugin.php:696
168
  msgid "You can't delete default gallery category."
169
- msgstr ""
170
 
171
- #: gallery-plugin.php:1048 gallery-plugin.php:1155 gallery-plugin.php:2065
172
  msgid "Sorry, nothing found."
173
  msgstr "Désolé, rien n'a été trouvé"
174
 
175
- #: gallery-plugin.php:1555
176
  msgid "Featured Image"
177
  msgstr "Image à la une"
178
 
179
- #: gallery-plugin.php:1556 gallery-plugin.php:2585 gallery-plugin.php:2689
180
- #: gallery-plugin.php:2800 includes/class-gllr-settings.php:656
181
  msgid "Title"
182
  msgstr "Titre"
183
 
184
- #: gallery-plugin.php:1557 includes/class-gllr-settings.php:41
185
  msgid "Images"
186
  msgstr "Images"
187
 
188
- #: gallery-plugin.php:1560 includes/class-gllr-settings.php:661
189
  msgid "Author"
190
  msgstr "Auteur"
191
 
192
- #: gallery-plugin.php:1561 includes/class-gllr-settings.php:511
193
- #: includes/class-gllr-settings.php:657
194
  msgid "Date"
195
  msgstr "Date"
196
 
197
- #: gallery-plugin.php:1674 gallery-plugin.php:1692
 
 
 
 
 
198
  #: includes/class-gllr-settings.php:30 includes/class-gllr-settings.php:42
199
  msgid "Settings"
200
  msgstr "Paramètres"
201
 
202
- #: gallery-plugin.php:1675
203
  msgid "FAQ"
204
  msgstr "FAQ"
205
 
206
- #: gallery-plugin.php:1676
207
  msgid "Support"
208
  msgstr "Soutien"
209
 
210
- #: gallery-plugin.php:1715
211
  msgid "Updating images..."
212
  msgstr "Mise à jour des images..."
213
 
214
- #: gallery-plugin.php:1716
215
  msgid "No images found."
216
  msgstr "Pas d'image trouvée."
217
 
218
- #: gallery-plugin.php:1717
219
  msgid "All images were updated."
220
  msgstr "Toutes les images ont été mises à jour."
221
 
222
- #: gallery-plugin.php:1718
223
  msgid "Error."
224
  msgstr "Erreur."
225
 
226
- #: gallery-plugin.php:1730
227
  msgid ""
228
  "You are about to remove these items from this gallery.\n"
229
  " 'Cancel' to stop, 'OK' to delete."
@@ -231,7 +235,7 @@ msgstr ""
231
  "Vous allez supprimer ces éléments de la galerie.\n"
232
  "'Annuler' pour arrêter, 'Ok' pour supprimer"
233
 
234
- #: gallery-plugin.php:1731
235
  msgid ""
236
  "You are about to remove this image from the gallery.\n"
237
  " 'Cancel' to stop, 'OK' to delete."
@@ -239,7 +243,7 @@ msgstr ""
239
  "Vous allez supprimer ces éléments de la galerie.\n"
240
  "'Annuler' pour arrêter, 'Ok' pour supprimer"
241
 
242
- #: gallery-plugin.php:1732
243
  msgid ""
244
  "Switching to another mode, all unsaved data will be lost. Save data before "
245
  "switching?"
@@ -247,19 +251,19 @@ msgstr ""
247
  "ou plus! Nous ne garantissons pas que notre extension fonctionne "
248
  "correctement. Merci de mettre à jour votre version de WordPress."
249
 
250
- #: gallery-plugin.php:1733
251
  msgid "Insert Media"
252
  msgstr "Insérer un média"
253
 
254
- #: gallery-plugin.php:1734
255
  msgid "Insert"
256
  msgstr "Insérer"
257
 
258
- #: gallery-plugin.php:2257
259
  msgid "Image size not defined"
260
  msgstr "Taille de l'image non définie"
261
 
262
- #: gallery-plugin.php:2272
263
  msgid ""
264
  "Plugin updates only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please "
265
  "reload images manually."
@@ -267,79 +271,75 @@ msgstr ""
267
  "Il n'est possible de mettre à jour que les images de type PNG, JPEG, GIF, "
268
  "WPMP or XBM. Pour les autres, merci de faire une mise à jour manuelle."
269
 
270
- #: gallery-plugin.php:2283
271
- msgid "Image size changes not defined"
272
- msgstr "La modification de la taille n'est pas définie"
273
-
274
- #: gallery-plugin.php:2312 gallery-plugin.php:2315 gallery-plugin.php:2320
275
  msgid "Invalid path"
276
  msgstr "Chemin invalide"
277
 
278
- #: gallery-plugin.php:2409
279
  msgid "List View"
280
  msgstr "Vue en mode liste"
281
 
282
- #: gallery-plugin.php:2410
283
  msgid "Grid View"
284
  msgstr "Vue en mode grille"
285
 
286
- #: gallery-plugin.php:2465
287
  msgid "Filter"
288
  msgstr "Filtrer"
289
 
290
- #: gallery-plugin.php:2469
291
  msgid "Empty Trash"
292
  msgstr "Vider la corbeille"
293
 
294
- #: gallery-plugin.php:2490
295
  msgid "No images found"
296
  msgstr "Pas d'image trouvée"
297
 
298
- #: gallery-plugin.php:2542
299
  msgid "Select bulk action"
300
  msgstr "Sélectionne l'action en masse"
301
 
302
- #: gallery-plugin.php:2544
303
  msgid "Bulk Actions"
304
  msgstr "Actions en masse"
305
 
306
- #: gallery-plugin.php:2554
307
  msgid "Apply"
308
  msgstr "Appliquer"
309
 
310
- #: gallery-plugin.php:2561
311
  msgid "Delete from Gallery"
312
  msgstr "Supprimer de la galerie"
313
 
314
- #: gallery-plugin.php:2570
315
  msgid "Bulk Select"
316
  msgstr "Sélection en masse"
317
 
318
- #: gallery-plugin.php:2571
319
  msgid "Cancel Selection"
320
  msgstr "Annuler la sélection"
321
 
322
- #: gallery-plugin.php:2572
323
  msgid "Delete Selected"
324
  msgstr "Supprimer la sélection"
325
 
326
- #: gallery-plugin.php:2583
327
  msgid "File"
328
  msgstr "Fichier"
329
 
330
- #: gallery-plugin.php:2584 gallery-plugin.php:2684 gallery-plugin.php:2795
331
  msgid "Dimensions"
332
  msgstr "Dimensions"
333
 
334
- #: gallery-plugin.php:2586 gallery-plugin.php:2695 gallery-plugin.php:2805
335
  msgid "Alt Text"
336
  msgstr "Alt Texte"
337
 
338
- #: gallery-plugin.php:2587 gallery-plugin.php:2699 gallery-plugin.php:2810
339
  msgid "URL"
340
  msgstr "URL"
341
 
342
- #: gallery-plugin.php:2587 gallery-plugin.php:2701
343
  msgid ""
344
  "Enter your custom URL to link this image to other page or file. Leave blank "
345
  "to open a full size image."
@@ -347,138 +347,138 @@ msgstr ""
347
  "Saisir votre URL personnalisée pour faire un lien de cette image vers une "
348
  "page ou un article. Laisser vide pour ouvrir l'image en plein écran."
349
 
350
- #: gallery-plugin.php:2666
351
  msgid "Remove Image from Gallery"
352
  msgstr "Supprimer les images de la galerie"
353
 
354
- #: gallery-plugin.php:2669
355
  msgid "Edit Image Info"
356
  msgstr "Modifier les informations de l'image"
357
 
358
- #: gallery-plugin.php:2670
359
  msgid "Deselect"
360
  msgstr "Désélectionner"
361
 
362
- #: gallery-plugin.php:2682
363
  msgid "File name"
364
  msgstr "Nom du fichier"
365
 
366
- #: gallery-plugin.php:2683
367
  msgid "File type"
368
  msgstr "Type de fichier"
369
 
370
- #: gallery-plugin.php:2708
371
  msgid "Description"
372
  msgstr "Description"
373
 
374
- #: gallery-plugin.php:2714
375
  msgid "Lightbox Button URL"
376
  msgstr "URL du bouton pour Lightbox"
377
 
378
- #: gallery-plugin.php:2721
379
  msgid "New Tab"
380
  msgstr "Nouvel onglet"
381
 
382
- #: gallery-plugin.php:2723
383
  msgid "Enable to open URLs above in a new tab."
384
  msgstr "Activer pour ouvrir l'URL dans un nouvel onglet."
385
 
386
- #: gallery-plugin.php:2728
387
  msgid "Go Pro"
388
  msgstr "Passer à la version PRO"
389
 
390
- #: gallery-plugin.php:2734
391
  msgid "Edit more details"
392
  msgstr "Modifier plus de détails"
393
 
394
- #: gallery-plugin.php:2736
395
  msgid "Remove from Gallery"
396
  msgstr "Supprimer de la galerie"
397
 
398
- #: gallery-plugin.php:2770
399
  #, php-format
400
  msgid "Select %s"
401
  msgstr "Sélectionner %s"
402
 
403
- #: gallery-plugin.php:2783
404
  #, php-format
405
  msgid "Edit &#8220;%s&#8221;"
406
  msgstr "Pré-visualiser &#8220;%s&#8221;"
407
 
408
- #: gallery-plugin.php:2791
409
  msgid "Edit Attachment Info"
410
  msgstr "Modifier les informations du document"
411
 
412
- #: gallery-plugin.php:2828 gallery-plugin.php:2841
413
  msgid "Edit"
414
  msgstr "Modifier"
415
 
416
- #: gallery-plugin.php:2831 gallery-plugin.php:2846
417
  msgid "Trash"
418
  msgstr "Poubelle"
419
 
420
- #: gallery-plugin.php:2834 gallery-plugin.php:2849
421
  msgid "Delete Permanently"
422
  msgstr "Supprimer de manière définitive"
423
 
424
- #: gallery-plugin.php:2836 gallery-plugin.php:2855
425
  #, php-format
426
  msgid "View &#8220;%s&#8221;"
427
  msgstr "Pré-visualiser &#8220;%s&#8221;"
428
 
429
- #: gallery-plugin.php:2836 gallery-plugin.php:2855 gallery-plugin.php:2938
430
  msgid "View"
431
  msgstr "Voir"
432
 
433
- #: gallery-plugin.php:2838
434
  msgid "Attach"
435
  msgstr "Attacher"
436
 
437
- #: gallery-plugin.php:2844
438
  msgid "Restore"
439
  msgstr "Remettre"
440
 
441
- #: gallery-plugin.php:2873
442
  msgid "A list or dropdown of Gallery categories."
443
- msgstr ""
444
 
445
- #: gallery-plugin.php:2918
446
  msgid "Select Gallery Category"
447
- msgstr ""
448
 
449
- #: gallery-plugin.php:2976
450
  msgid "Title:"
451
- msgstr ""
452
 
453
- #: gallery-plugin.php:2979
454
  msgid "Display as dropdown"
455
- msgstr ""
456
 
457
- #: gallery-plugin.php:2981
458
  msgid "Show gallery counts"
459
- msgstr ""
460
 
461
- #: gallery-plugin.php:2983
462
  msgid "Show hierarchy"
463
- msgstr ""
464
 
465
- #: gallery-plugin.php:3099
466
  msgid "Warning"
467
  msgstr "Avertissement"
468
 
469
- #: gallery-plugin.php:3099
470
  msgid "You can add only images to the gallery"
471
  msgstr "Vous ne pouvez ajouter que des images dans la galerie"
472
 
473
- #: gallery-plugin.php:3130
474
  msgid "or"
475
  msgstr "ou"
476
 
477
- #: gallery-plugin.php:3138
478
  msgid "no title"
479
  msgstr "Pas de titre"
480
 
481
- #: gallery-plugin.php:3149
482
  msgid ""
483
  "Display an album image with the description and the link to a single gallery "
484
  "page"
@@ -486,7 +486,7 @@ msgstr ""
486
  "Afficher une image pour l'album avec la description et un lien vers une page "
487
  "contenant la galerie"
488
 
489
- #: gallery-plugin.php:3153
490
  msgid "Sorry, no gallery found."
491
  msgstr "Désolé, rien n'a été trouvé."
492
 
@@ -518,113 +518,109 @@ msgstr "Importer / Exporter"
518
  msgid "License Key"
519
  msgstr "Clé de licence"
520
 
521
- #: includes/class-gllr-settings.php:208
522
  msgid "Custom image size was changed. You need to update gallery images."
523
  msgstr ""
524
  "La taille personnalisée des images a été modifiée. Vous devez mettre à jour "
525
  "les images dans les galeries."
526
 
527
- #: includes/class-gllr-settings.php:245
528
  msgid "Settings saved"
529
  msgstr "Paramètres enregistrés."
530
 
531
- #: includes/class-gllr-settings.php:257
532
  msgid "Please, enable JavaScript in Your browser."
533
  msgstr "Merci d'activer JavaScript dans votre navigateur."
534
 
535
- #: includes/class-gllr-settings.php:262
536
  msgid "Update Images"
537
  msgstr "Mise à jour des images"
538
 
539
- #: includes/class-gllr-settings.php:277
540
  msgid "Gallery Images"
541
  msgstr "Galerie d'images"
542
 
543
- #: includes/class-gllr-settings.php:282
544
- msgid "Adding images requires JavaScript."
545
- msgstr "Ajouter des images nécessite Java-script."
546
 
547
- #: includes/class-gllr-settings.php:285
548
  msgid "Add Media"
549
  msgstr "Ajouter un média"
550
 
551
- #: includes/class-gllr-settings.php:294
552
  msgid "The grid view for the Gallery images requires JavaScript."
553
  msgstr ""
554
  "La vue en mode grille pour les images des galeries nécessite Java-script."
555
 
556
- #: includes/class-gllr-settings.php:294
557
  msgid "Switch to the list view"
558
  msgstr "Basculer vers une vue en mode liste"
559
 
560
- #: includes/class-gllr-settings.php:317
561
  msgid "Single Gallery Settings"
562
  msgstr "Paramètres de la galerie"
563
 
564
- #: includes/class-gllr-settings.php:319
565
  #, php-format
566
  msgid "Enable to configure single gallery settings and disable %s."
567
  msgstr ""
568
  "Activer pour pouvoir définir les paramètres par galerie et désactiver %s."
569
 
570
- #: includes/class-gllr-settings.php:330 includes/class-gllr-settings.php:387
571
- #: includes/class-gllr-settings.php:431 includes/class-gllr-settings.php:481
572
- #: includes/class-gllr-settings.php:598 includes/class-gllr-settings.php:686
573
- #: includes/class-gllr-settings.php:722 includes/class-gllr-settings.php:772
574
- #: includes/class-gllr-settings.php:909
575
  msgid "Close"
576
  msgstr "Fermer"
577
 
578
- #: includes/class-gllr-settings.php:334
579
  msgid "Gallery Layout"
580
  msgstr "Mise en page de la galerie"
581
 
582
- #: includes/class-gllr-settings.php:339
583
  msgid "Grid"
584
  msgstr "Grille"
585
 
586
- #: includes/class-gllr-settings.php:345
587
  msgid "Masonry"
588
  msgstr "Mur"
589
 
590
- #: includes/class-gllr-settings.php:358
591
  msgid "Number of Columns"
592
  msgstr "Nombre de colonnes"
593
 
594
- #: includes/class-gllr-settings.php:360
595
- msgid "columns"
596
- msgstr "colonnes"
597
-
598
- #: includes/class-gllr-settings.php:361
599
  #, php-format
600
  msgid "Number of gallery columns (default is %s)."
601
  msgstr "Nombre de colonnes pour la galerie (par défaut %s)."
602
 
603
- #: includes/class-gllr-settings.php:365 includes/class-gllr-settings.php:726
604
  msgid "Image Size"
605
  msgstr "Taille de l'image"
606
 
607
- #: includes/class-gllr-settings.php:371 includes/class-gllr-settings.php:583
608
  msgid "Custom"
609
  msgstr "Personnalisé"
610
 
611
- #: includes/class-gllr-settings.php:373
612
  msgid ""
613
  "Maximum gallery image size. \"Custom\" uses the Image Dimensions values."
614
  msgstr ""
615
  "Taille maximum d'une image dans la galerie. \"Personnalisé\" utilise les "
616
  "valeurs définies pour les images."
617
 
618
- #: includes/class-gllr-settings.php:377
619
  msgid "Custom Image Size"
620
  msgstr "Taille de l'image personalisée"
621
 
622
- #: includes/class-gllr-settings.php:379 includes/class-gllr-settings.php:467
623
- #: includes/class-gllr-settings.php:591 includes/class-gllr-settings.php:641
624
  msgid "px"
625
  msgstr "px"
626
 
627
- #: includes/class-gllr-settings.php:380
628
  msgid ""
629
  "Adjust these values based on the number of columns in your gallery. This "
630
  "won't effect the full size of your images in the lightbox."
@@ -632,11 +628,11 @@ msgstr ""
632
  "Ajuster ces valeurs sur la base du nombre de colonnes dans votre galerie. "
633
  "Cela ne changera pas la taille maximum de vos images dans la lightbox."
634
 
635
- #: includes/class-gllr-settings.php:391
636
  msgid "Crop Images"
637
  msgstr "Réduire les images"
638
 
639
- #: includes/class-gllr-settings.php:393
640
  msgid ""
641
  "Enable to crop images using the sizes defined for Custom Image Size. Disable "
642
  "to resize images automatically using their aspect ratio."
@@ -645,65 +641,63 @@ msgstr ""
645
  "paramètres de personnalisation. Désactiver pour restaurer les images "
646
  "automatiquement en utilisant leur aspect d'origine."
647
 
648
- #: includes/class-gllr-settings.php:397 includes/class-gllr-settings.php:608
649
  msgid "Crop Position"
650
  msgstr "Position pour la réduction"
651
 
652
- #: includes/class-gllr-settings.php:412 includes/class-gllr-settings.php:623
653
  msgid "Select crop position base (by default: center)."
654
  msgstr ""
655
  "Sélectionner la position de base pour la réduction (par défaut le centre)."
656
 
657
- #: includes/class-gllr-settings.php:422
658
  msgid "Image Title"
659
  msgstr "Titre de l'image"
660
 
661
- #: includes/class-gllr-settings.php:424
662
  msgid "Enable to display image title along with the gallery image."
663
  msgstr "Activer pour afficher le titre avec l'image dans la galerie."
664
 
665
- #: includes/class-gllr-settings.php:435
666
  msgid "Image Title Position"
667
  msgstr "Position du titre de l'image"
668
 
669
- #: includes/class-gllr-settings.php:440
670
  msgid "Under image"
671
  msgstr "Sous l'image"
672
 
673
- #: includes/class-gllr-settings.php:446
674
  msgid "On mouse hover"
675
  msgstr "Par survol de la souris"
676
 
677
- #: includes/class-gllr-settings.php:459
678
  msgid "Image Border"
679
  msgstr "Image avec bordure"
680
 
681
- #: includes/class-gllr-settings.php:461
682
  msgid ""
683
  "Enable images border using the styles defined for Image Border Size and "
684
- "Color."
685
  msgstr ""
686
- "Activer les bordures autour des images en utilisant le style et la couleur "
687
- "définie."
688
 
689
- #: includes/class-gllr-settings.php:465
690
  msgid "Image Border Size"
691
  msgstr "Taille de la bordure de l'image"
692
 
693
- #: includes/class-gllr-settings.php:468
694
  #, php-format
695
  msgid "Gallery image border width (default is %s)"
696
  msgstr "Largeur de la bordure pour les images (par défaut %s)"
697
 
698
- #: includes/class-gllr-settings.php:472
699
  msgid "Image Border Color"
700
  msgstr "Choisir une couleur pour la bordure"
701
 
702
- #: includes/class-gllr-settings.php:485
703
  msgid "Pagination"
704
  msgstr "Pagination"
705
 
706
- #: includes/class-gllr-settings.php:488
707
  msgid ""
708
  "Enable pagination for images to limit number of images displayed on a single "
709
  "gallery page."
@@ -711,36 +705,36 @@ msgstr ""
711
  "Activer la pagination pour les images afin de limiter le nombre d'images "
712
  "affichées sur une seule page dans la galerie."
713
 
714
- #: includes/class-gllr-settings.php:492
715
  msgid "Number of Images"
716
  msgstr "Nombre d'images"
717
 
718
- #: includes/class-gllr-settings.php:495
719
  #, php-format
720
  msgid "Number of images displayed per page (default is %d)."
721
  msgstr "Nombre d'images affichées par page (par défaut %d)."
722
 
723
- #: includes/class-gllr-settings.php:505
724
  msgid "Sort Images by"
725
  msgstr "Trier les images par"
726
 
727
- #: includes/class-gllr-settings.php:508
728
  msgid "Manually (default)"
729
  msgstr "Manuel (défaut)"
730
 
731
- #: includes/class-gllr-settings.php:509
732
  msgid "Image ID"
733
  msgstr "Image ID"
734
 
735
- #: includes/class-gllr-settings.php:510
736
  msgid "Name"
737
  msgstr "Nom"
738
 
739
- #: includes/class-gllr-settings.php:512 includes/class-gllr-settings.php:662
740
  msgid "Random"
741
  msgstr "Aléatoire"
742
 
743
- #: includes/class-gllr-settings.php:514
744
  msgid ""
745
  "Select images sorting order in your gallery. By default, you can sort images "
746
  "manually in the images tab."
@@ -748,23 +742,23 @@ msgstr ""
748
  "Choisir l'ordre de tri des images dans votre galerie. Par défaut, vous "
749
  "pouvez trier les images manuellement dans l'onglet des images. "
750
 
751
- #: includes/class-gllr-settings.php:518
752
  msgid "Arrange Images by"
753
  msgstr "Trier les images par"
754
 
755
- #: includes/class-gllr-settings.php:521 includes/class-gllr-settings.php:671
756
  msgid "Ascending (e.g. 1, 2, 3; a, b, c)"
757
  msgstr "Ascendant (par ex 1, 2, 3; a, b, c)"
758
 
759
- #: includes/class-gllr-settings.php:522 includes/class-gllr-settings.php:672
760
  msgid "Descending (e.g. 3, 2, 1; c, b, a)"
761
  msgstr "Descendant (par ex 1, 2, 3; a, b, c)"
762
 
763
- #: includes/class-gllr-settings.php:527
764
  msgid "Back Link"
765
  msgstr "Lien de retour"
766
 
767
- #: includes/class-gllr-settings.php:529
768
  msgid ""
769
  "Enable to show a back link in a single gallery page which navigate to a "
770
  "previous page."
@@ -772,61 +766,97 @@ msgstr ""
772
  "Activer pour afficher un lien de retour dans la page d'une galerie vers la "
773
  "page précédente."
774
 
775
- #: includes/class-gllr-settings.php:533
776
  msgid "Back Link URL"
777
  msgstr "L'URL pour le lien de retour"
778
 
779
- #: includes/class-gllr-settings.php:536
780
  msgid "Back link custom page URL. Leave blank to use Gallery page template."
781
  msgstr ""
782
  "Lien de retour personnalisé vers une page. Laisser vide pour utiliser le "
783
  "modèle de page de galerie."
784
 
785
- #: includes/class-gllr-settings.php:540
786
  msgid "Back Link Label"
787
  msgstr "Libellé pour le lien de retour"
788
 
789
- #: includes/class-gllr-settings.php:546
790
  msgid "Back Link with Shortcode"
791
  msgstr "Lien de retour dans le code court"
792
 
793
- #: includes/class-gllr-settings.php:549
794
  msgid "Enable to display a back link on a page where shortcode is used."
795
  msgstr ""
796
  "Activer pour afficher le lien de retour vers la page où le code court est "
797
  "utilisé."
798
 
799
- #: includes/class-gllr-settings.php:560
800
  msgid "Cover Settings"
801
  msgstr "Paramètres de couverture"
802
 
803
- #: includes/class-gllr-settings.php:565
804
  msgid "Galleries Page"
805
  msgstr "Page des galeries"
806
 
807
- #: includes/class-gllr-settings.php:573
808
  msgid "Base page where all existing galleries will be displayed."
809
  msgstr "Page de base où toutes les galeries existantes seront affichées."
810
 
811
- #: includes/class-gllr-settings.php:577
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
812
  msgid "Cover Image Size"
813
  msgstr "Taille de l'image de couverture"
814
 
815
- #: includes/class-gllr-settings.php:585
816
  msgid "Maximum cover image size. Custom uses the Image Dimensions values."
817
  msgstr ""
818
  "Taille maximum de l'image de couverture. Utiliser les dimensions "
819
  "personnalisées de l'image."
820
 
821
- #: includes/class-gllr-settings.php:589
822
  msgid "Custom Cover Image Size"
823
  msgstr "Taille personnalisée de l'image de couverture"
824
 
825
- #: includes/class-gllr-settings.php:602
826
  msgid "Crop Cover Images"
827
  msgstr "Réduire les images de couverture"
828
 
829
- #: includes/class-gllr-settings.php:604
830
  msgid ""
831
  "Enable to crop images using the sizes defined for Custom Cover Image Size. "
832
  "Disable to resize images automatically using their aspect ratio."
@@ -835,11 +865,11 @@ msgstr ""
835
  "dans le champ de personnalisation. Désactiver pour restaurer les images "
836
  "automatiquement en utilisant leur aspect d'origine."
837
 
838
- #: includes/class-gllr-settings.php:633
839
  msgid "Cover Image Border"
840
  msgstr "Bordure de l'image de couverture"
841
 
842
- #: includes/class-gllr-settings.php:635
843
  msgid ""
844
  "Enable cover images border using the styles defined for Image Border Size "
845
  "and Color."
@@ -847,56 +877,56 @@ msgstr ""
847
  "Activer les bordures de l'image de couverture avec la taille et la couleur "
848
  "définies."
849
 
850
- #: includes/class-gllr-settings.php:639
851
  msgid "Cover Image Border Size"
852
  msgstr "Taille de la bordure de l'image de couverture"
853
 
854
- #: includes/class-gllr-settings.php:642
855
  #, php-format
856
  msgid "Cover image border width (default is %s)"
857
  msgstr "Taille de la bordure de l'image de couverture (par défaut %s)"
858
 
859
- #: includes/class-gllr-settings.php:646
860
  msgid "Cover Image Border Color"
861
  msgstr "Couleur de la bordure de l'image de couverture"
862
 
863
- #: includes/class-gllr-settings.php:652
864
  msgid "Sort Albums by"
865
  msgstr "Trier les albums par"
866
 
867
- #: includes/class-gllr-settings.php:655
868
  msgid "Gallery ID"
869
  msgstr "Galerie ID"
870
 
871
- #: includes/class-gllr-settings.php:658
872
  msgid "Last modified date"
873
  msgstr "Date de dernière modification"
874
 
875
- #: includes/class-gllr-settings.php:659
876
  msgid "Comment count"
877
  msgstr "Nombre de commentaires"
878
 
879
- #: includes/class-gllr-settings.php:660
880
  msgid "Sorting order (the input field for sorting order)"
881
  msgstr "Ordre de tri (le champ pour définir le critère de tri)"
882
 
883
- #: includes/class-gllr-settings.php:664
884
  msgid "Select galleries sorting order in your galleries page."
885
  msgstr "Choisissez l'ordre de tri de vos galeries dans la page des albums."
886
 
887
- #: includes/class-gllr-settings.php:668
888
  msgid "Arrange Albums by"
889
  msgstr "Tirer les albums par"
890
 
891
- #: includes/class-gllr-settings.php:677
892
  msgid "Read More Link Label"
893
  msgstr "Texte pour le lien \"En savoir plus\""
894
 
895
- #: includes/class-gllr-settings.php:690
896
  msgid "Instant Lightbox"
897
  msgstr "Lightbox rapide"
898
 
899
- #: includes/class-gllr-settings.php:693
900
  msgid ""
901
  "Enable to display all images in the lightbox after clicking cover image or "
902
  "URL instead of going to a single gallery page."
@@ -905,21 +935,21 @@ msgstr ""
905
  "cliquer sur l'image de couverture ou le lien au lieu d'une page avec la "
906
  "galerie"
907
 
908
- #: includes/class-gllr-settings.php:707
909
  msgid "Lightbox Settings"
910
  msgstr "Paramètres lightbox"
911
 
912
- #: includes/class-gllr-settings.php:712
913
  msgid "Enable Lightbox"
914
  msgstr "Activer Lightbox"
915
 
916
- #: includes/class-gllr-settings.php:715
917
  msgid "Enable to show the lightbox when clicking on gallery images."
918
  msgstr ""
919
  "Activer pour voir la lightbox lorsque l'on clique sur une image de la "
920
  "galerie."
921
 
922
- #: includes/class-gllr-settings.php:733
923
  msgid ""
924
  "Select the maximum gallery image size for the lightbox view. \"Default\" "
925
  "will display the original, full size image."
@@ -927,101 +957,88 @@ msgstr ""
927
  "Choisissez la taille maximum de l'image pour la lightbox. \"Défaut\" "
928
  "affichera l'image d'origine dans sa taille d'origine."
929
 
930
- #: includes/class-gllr-settings.php:737
931
  msgid "Overlay Color"
932
  msgstr "Couleur de superposition"
933
 
934
- #: includes/class-gllr-settings.php:743
935
  msgid "Overlay Opacity"
936
  msgstr "Opacité de la superposition"
937
 
938
- #: includes/class-gllr-settings.php:746
939
  #, php-format
940
  msgid ""
941
- "Lightbox overlay opacity. Leave blank to disable opacity (default is %d, max "
942
- "is %d)."
943
  msgstr ""
944
- "Opacité pour la superposition de Lightbox. Laisser vide pour ne pas utiliser "
945
- "l''opacité (par défaut %d, max %d)."
946
 
947
- #: includes/class-gllr-settings.php:756
948
  msgid "Slideshow"
949
  msgstr "Diaporama"
950
 
951
- #: includes/class-gllr-settings.php:758
952
  msgid "Enable to start the slideshow automatically when the lightbox is used."
953
  msgstr ""
954
  "Activer pour lancer le diaporama automatiquement quand la lightbox est "
955
  "utilisée."
956
 
957
- #: includes/class-gllr-settings.php:762
958
  msgid "Slideshow Duration"
959
  msgstr "Durée du diaporama"
960
 
961
- #: includes/class-gllr-settings.php:764
962
  msgid "ms"
963
  msgstr "ms"
964
 
965
- #: includes/class-gllr-settings.php:765
966
  msgid "Slideshow interval duration between two images."
967
  msgstr "Durée entre deux images dans le diaporama."
968
 
969
- #: includes/class-gllr-settings.php:776
970
- #, fuzzy
971
  msgid "Lightbox Helpers"
972
  msgstr "Lightbox helper"
973
 
974
- #: includes/class-gllr-settings.php:778
975
- #, fuzzy
976
- msgid "Enable to display the lightbox helper buttons."
977
  msgstr "Activer pour voir les options PRO de cette extension."
978
 
979
- #: includes/class-gllr-settings.php:782
980
- #, fuzzy
981
  msgid "Lightbox Thumbnails"
982
- msgstr "Taille des vignettes du helper Lightbox"
983
 
984
- #: includes/class-gllr-settings.php:784
985
- #, fuzzy
986
- msgid "Enable to use a lightbox helper navigation between images.."
987
  msgstr ""
988
- "Activer pour utiliser un helper de navigation dans lightbox entre les images."
989
 
990
- #: includes/class-gllr-settings.php:788
991
- #, fuzzy
992
  msgid "Lightbox Thumbnails Position"
993
- msgstr "Position du helper des vignettes lightbox"
994
 
995
- #: includes/class-gllr-settings.php:791
996
  msgid "Top"
997
  msgstr "Haut"
998
 
999
- #: includes/class-gllr-settings.php:796
1000
  msgid "Lightbox Button Label"
1001
  msgstr "Label du bouton pour Lightbox"
1002
 
1003
- #: includes/class-gllr-settings.php:798
1004
- #, fuzzy
1005
  msgid "Read More"
1006
  msgstr "Lire plus..."
1007
 
1008
- #: includes/class-gllr-settings.php:808
1009
- #, fuzzy
1010
  msgid "Download Button"
1011
- msgstr "Télécharger"
1012
 
1013
- #: includes/class-gllr-settings.php:810
1014
- msgid ""
1015
- "Enable to display link to the original file under each image in the lightbox."
1016
- msgstr ""
1017
- "Activer pour afficher un lien vers l'image d'origine sous chaque image dans "
1018
- "la lightbox."
1019
 
1020
- #: includes/class-gllr-settings.php:814
1021
  msgid "Single Lightbox"
1022
  msgstr "Lightbox simple"
1023
 
1024
- #: includes/class-gllr-settings.php:816
1025
  msgid ""
1026
  "Enable to use a single lightbox for multiple galleries located on a single "
1027
  "page."
@@ -1029,49 +1046,41 @@ msgstr ""
1029
  "Activer pour utiliser un seul diaporama pour plusieurs galeries se trouvant "
1030
  "sur la même page."
1031
 
1032
- #: includes/class-gllr-settings.php:826
1033
  msgid "Social Sharing Buttons Settings"
1034
  msgstr "Paramètres des boutons des réseaux sociaux"
1035
 
1036
- #: includes/class-gllr-settings.php:834
1037
- msgid "Enable Social Buttons"
1038
- msgstr "Activer les boutons pour les réseaux sociaux"
1039
 
1040
- #: includes/class-gllr-settings.php:836
1041
  msgid "Enable social sharing buttons in the lightbox."
1042
  msgstr ""
 
1043
 
1044
- #: includes/class-gllr-settings.php:840
1045
  msgid "Social Networks"
1046
  msgstr "Réseaux sociaux"
1047
 
1048
- #: includes/class-gllr-settings.php:851
1049
- msgid "Social Buttons Position"
1050
- msgstr "Position des boutons sociaux"
1051
-
1052
- #: includes/class-gllr-settings.php:854
1053
- msgid "Left"
1054
- msgstr "Gauche"
1055
-
1056
- #: includes/class-gllr-settings.php:856
1057
- msgid "Select social buttons position in the lightbox."
1058
- msgstr ""
1059
-
1060
- #: includes/class-gllr-settings.php:860
1061
  msgid "Counter"
1062
  msgstr "Compteur"
1063
 
1064
- #: includes/class-gllr-settings.php:863
1065
- msgid "Enable to show likes counter for each social button."
 
 
 
1066
  msgstr ""
1067
  "Activer pour voir le nombre de \"J'aime\" sur chaque bouton des réseaux "
1068
  "sociaux."
1069
 
1070
- #: includes/class-gllr-settings.php:878
1071
  msgid "Demo Data"
1072
  msgstr "Données de démonstration"
1073
 
1074
- #: includes/class-gllr-settings.php:880
1075
  msgid ""
1076
  "Install demo data to create galleries with images, post with shortcodes and "
1077
  "page with a list of all galleries."
@@ -1080,11 +1089,11 @@ msgstr ""
1080
  "images, des articles avec les différents codes courts, des pages avec des "
1081
  "listes de galeries seront créés."
1082
 
1083
- #: includes/class-gllr-settings.php:899
1084
  msgid "Gallery Post Type"
1085
  msgstr "Type d'article de Galerie"
1086
 
1087
- #: includes/class-gllr-settings.php:901
1088
  msgid ""
1089
  "Enable to avoid conflicts with other gallery plugins installed. All "
1090
  "galleries created earlier will stay unchanged. However, after enabling we "
@@ -1096,27 +1105,27 @@ msgstr ""
1096
  "cependant, après la modification, merci de vérifier le paramétrage de vos "
1097
  "autres extensions où le type d'article 'galerie' est utilisé."
1098
 
1099
- #: includes/class-gllr-settings.php:913
1100
  msgid "Gallery Slug"
1101
  msgstr "Identifiant de la galerie"
1102
 
1103
- #: includes/class-gllr-settings.php:917
1104
  msgid "Enter the unique gallery slug."
1105
  msgstr "Saisir le slug unique pour la galerie."
1106
 
1107
- #: includes/class-gllr-settings.php:933
1108
  msgid "Activate Now"
1109
  msgstr "Activer maintenant"
1110
 
1111
- #: includes/class-gllr-settings.php:948
1112
  msgid "Install Now"
1113
  msgstr "Installer maintenant"
1114
 
1115
- #: includes/class-gllr-settings.php:951
1116
  msgid "Enable to include galleries to your website search."
1117
  msgstr "Activer pour inclure les galeries dans la recherche de votre site."
1118
 
1119
- #: includes/class-gllr-settings.php:951
1120
  #, php-format
1121
  msgid "%s is required."
1122
  msgstr "%s est requis"
@@ -1204,264 +1213,309 @@ msgid "Close notice"
1204
  msgstr "Fermer l'avertissement"
1205
 
1206
  #: includes/demo-data/class-bws-demo-data.php:591
 
1207
  msgid ""
1208
- "Do you want to install demo content and settings (You can do this later "
1209
- "using Import / Export settings)?"
1210
  msgstr ""
1211
- "Voulez-vous installer le contenu de démonstration et les paramètres (Vous "
1212
- "pouvez le faire plus tard en utilisant l'import et l'export des paramètres) ?"
1213
 
1214
  #: includes/demo-data/class-bws-demo-data.php:591
1215
  msgid "Yes, install demo now"
1216
  msgstr "Oui, installer les données de démonstration"
1217
 
1218
- #~ msgid "Download high resolution image"
1219
- #~ msgstr "Télécharger l'image en haute résolution"
1220
-
1221
- #~ msgid "Image"
1222
- #~ msgstr "Image "
1223
 
1224
- #~ msgid "Lightbox Helper Type"
1225
- #~ msgstr "Lightbox Helper Type"
 
 
 
 
1226
 
1227
- #~ msgid "Thumbnails"
1228
- #~ msgstr "Vignettes"
 
 
1229
 
1230
- #~ msgid "Buttons"
1231
- #~ msgstr "Boutons"
1232
 
1233
- #~ msgid "Bottom"
1234
- #~ msgstr "Bas"
 
1235
 
1236
- #~ msgid "Download Original File"
1237
- #~ msgstr "Télécharger l'image originale"
 
 
 
 
 
1238
 
1239
- #~ msgid "Download Link Label"
1240
- #~ msgstr "Titre pour le lien de téléchargement"
1241
 
1242
- #~ msgid "Most Used"
1243
- #~ msgstr "Les plus utiliser"
1244
 
1245
- #~ msgid "Default"
1246
- #~ msgstr "Défaut"
 
 
 
 
1247
 
1248
- #~ msgid "Install %s"
1249
- #~ msgstr "Installation %s"
1250
 
1251
- #~ msgid "Learn more"
1252
- #~ msgstr "En savoir plus"
 
 
 
 
 
1253
 
1254
- #~ msgid "Activate"
1255
- #~ msgstr "Activer"
1256
 
1257
- #~ msgid "Add multiple gallery categories"
1258
- #~ msgstr "Ajouter des catégories de galeries"
1259
 
1260
- #~ msgid ""
1261
- #~ "Install Gallery Categories plugin to add unlimited number of categories."
1262
- #~ msgstr ""
1263
- #~ "Installer l'extension 'Gallery Categories' pour ajouter un nombre infini "
1264
- #~ "de catégories."
1265
 
1266
- #~ msgid "requires"
1267
- #~ msgstr "requis"
1268
 
1269
- #~ msgid ""
1270
- #~ "or higher, that is why it has been deactivated! Please upgrade WordPress "
1271
- #~ "and try again."
1272
- #~ msgstr ""
1273
- #~ "ou supérieure, c'est pourquoi il a été désactive! Merci de faire la mise "
1274
- #~ "à jour de WordPress et de ré-essayer!"
1275
 
1276
- #~ msgid "Back to the WordPress"
1277
- #~ msgstr "Retour à WordPress"
1278
 
1279
- #~ msgid "Plugins page"
1280
- #~ msgstr "Page des extensions"
1281
 
1282
- #~ msgid "Like the plugin?"
1283
- #~ msgstr "Vous aimez cette extension?"
1284
 
1285
- #~ msgid "Rate it"
1286
- #~ msgstr "Noter la"
1287
 
1288
- #~ msgid "Need help?"
1289
- #~ msgstr "Besoin d'aide ?"
1290
 
1291
- #~ msgid "Visit Help Center"
1292
- #~ msgstr "Visite le centre de support"
1293
 
1294
- #~ msgid "Want to support the plugin?"
1295
- #~ msgstr "Vous voulez aider cette extension?"
1296
 
1297
- #~ msgid "Donate"
1298
- #~ msgstr "Don"
1299
 
1300
- #~ msgid "WARNING: Illegal use notification"
1301
- #~ msgstr "AVERTISSEMENT : Notification d'utilisation abusive"
1302
 
1303
- #~ msgid ""
1304
- #~ "You can use one license of the Pro plugin for one domain only. Please "
1305
- #~ "check and edit your license or domain if necessary using you personal "
1306
- #~ "Client Area. We strongly recommend you to solve the problem within 24 "
1307
- #~ "hours, otherwise the Pro plugin will be deactivated."
1308
  #~ msgstr ""
1309
- #~ "Vous ne pouvez utiliser qu'une licence pour un domaine de la version PRO "
1310
- #~ "de l'extension. Vérifiez et modifiez votre licence ou domaine si "
1311
- #~ "nécessaire dans votre zone client. Nous vous recommandons de résoudre ce "
1312
- #~ "problème dans les 24 heures, sinon l'extension sera rendue inactive. "
1313
 
1314
- #~ msgid "Learn More"
1315
- #~ msgstr "En savoir plus"
1316
 
1317
- #~ msgid ""
1318
- #~ "Notice: Your Pro Trial license has expired. To continue using the plugin, "
1319
- #~ "you should buy a Pro license"
1320
- #~ msgstr ""
1321
- #~ "Information : Votre licence d'évaluation est terminée. Pour continuer à "
1322
- #~ "utiliser cette extension vous devez acheter une licence PRO"
1323
 
1324
- #~ msgid ""
1325
- #~ "Your license has expired. To continue getting top-priority support and "
1326
- #~ "plugin updates, you should extend it."
1327
- #~ msgstr ""
1328
- #~ "Votre licence est terminée. Pour continuer à disposer du support rapide "
1329
- #~ "et des mises à jour de l'extension vous devez la renouveler."
1330
 
1331
- #~ msgid "Notice: You are using the Pro Trial license of %s plugin."
1332
- #~ msgstr ""
1333
- #~ "Avertissement : vous utilisez la version d'évaluation de l'extension %s."
1334
 
1335
- #~ msgid "Notice: You are using the Pro Trial license of plugin."
1336
  #~ msgstr ""
1337
- #~ "Avertissement : vous utilisez la version d'évaluation de l'extension."
1338
 
1339
- #~ msgid "The Pro Trial license will expire on"
1340
- #~ msgstr "Votre licence se termine le "
1341
 
1342
- #~ msgid ""
1343
- #~ "or higher! We do not guarantee that our plugin will work correctly. "
1344
- #~ "Please upgrade to WordPress latest version."
1345
- #~ msgstr ""
1346
- #~ "ou plus! Nous ne garantissons pas que notre extension fonctionne "
1347
- #~ "correctement. Merci de mettre à jour votre version de WordPress."
1348
 
1349
- #~ msgid "Thank you for installing %s plugin!"
1350
- #~ msgstr "Merci d'avoir installer l'extension %s !"
1351
 
1352
- #~ msgid "Let's get started"
1353
- #~ msgstr "C'est parti"
1354
 
1355
- #~ msgid "Add New"
1356
- #~ msgstr "Ajouter"
1357
 
1358
- #~ msgid "Thank you for installing plugins by BestWebSoft!"
1359
- #~ msgstr "Merci d'avoir installé des extensions de BestWebSoft!"
1360
 
1361
- #~ msgid "More Details"
1362
- #~ msgstr "Plus de détails"
1363
 
1364
- #~ msgid "Less Details"
1365
- #~ msgstr "Moins de détails"
1366
 
1367
- #~ msgid "Deprecated function(-s) is used on the site here:"
1368
- #~ msgstr "Des fonctions obsolètes sont utilisées sur ce site ici&nbsp;:"
1369
 
1370
- #~ msgid ""
1371
- #~ "This function(-s) will be removed over time. Please update the product(-"
1372
- #~ "s)."
1373
- #~ msgstr ""
1374
- #~ "Ces fonctions seront supprimées dans une prochaine version. Merci de "
1375
- #~ "mettre à jour vos produits."
1376
 
1377
- #~ msgid "It’s time to upgrade your"
1378
- #~ msgstr "C'est le moment de mettre à jour votre "
1379
 
1380
- #~ msgid "to"
1381
- #~ msgstr "à"
1382
 
1383
- #~ msgid "version!"
1384
- #~ msgstr "version"
1385
 
1386
- #~ msgid "Extend standard plugin functionality with new great options."
1387
  #~ msgstr ""
1388
- #~ "Étend les fonctionnalités classiques de l'extension avec des nouvelles "
1389
- #~ "options."
1390
 
1391
  #~ msgid ""
1392
- #~ "Your license key for %s expires on %s and you won't be granted TOP-"
1393
- #~ "PRIORITY SUPPORT or UPDATES."
1394
  #~ msgstr ""
1395
- #~ "Votre clé de licence pour %s est terminée le %s et vous ne disposerez "
1396
- #~ "plus du support rapide et des mises à jour."
1397
 
1398
- #~ msgid "Thank you for choosing %s plugin!"
1399
- #~ msgstr "Merci d'avoir choisi l'extension %s !"
 
1400
 
1401
  #~ msgid ""
1402
- #~ "If you have a feature, suggestion or idea you'd like to see in the "
1403
- #~ "plugin, we'd love to hear about it!"
1404
  #~ msgstr ""
1405
- #~ "Si vous avez une fonctionnalité, une suggestion ou une idée que vous "
1406
- #~ "souhaitez pour cette extension, nous serons ravis d'en parler avec vous !"
1407
 
1408
- #~ msgid "Suggest a Feature"
1409
- #~ msgstr "Proposer une fonctionnalité"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1410
 
1411
  #~ msgid "Notice"
1412
  #~ msgstr "Avertissement"
1413
 
1414
- #~ msgid "The plugin's settings have been changed."
1415
- #~ msgstr "Les paramètres de l'extension ont été modifiés."
 
 
 
 
1416
 
1417
- #~ msgid "Save Changes"
1418
- #~ msgstr "Enregistrer les modifications"
 
 
 
 
 
 
 
 
 
 
 
 
 
1419
 
1420
  #~ msgid ""
1421
- #~ "You can always look at premium options by checking the \"Pro Options\" in "
1422
- #~ "the \"Misc\" tab."
1423
  #~ msgstr ""
1424
- #~ "Vous pouvez toujours consulter les options premium en cliquant sur \"Voir "
1425
- #~ "les fonctionnalités PRO\" dans l'onglet \"Divers\""
1426
 
1427
- #~ msgid "Add BWS Shortcode"
1428
- #~ msgstr "Ajouter le code court de l'extension BWS"
1429
 
1430
- #~ msgid "Add BWS Plugins Shortcode"
1431
- #~ msgstr "Ajouter le code court de l'extension BWS"
1432
 
1433
- #~ msgid "Add shortcode"
1434
- #~ msgstr "Ajouter le code court"
1435
 
1436
- #~ msgid "Add BestWebSoft plugins' shortcodes using this button."
1437
- #~ msgstr "Ajouter le code court de l'extension BWS avec ce bouton."
 
 
1438
 
1439
- #~ msgid "Are you sure you want to restore default settings?"
1440
- #~ msgstr "Êtes vous sûr de vouloir remettre toutes les valeurs par défaut ?"
1441
 
1442
- #~ msgid "Yes, restore all settings"
1443
- #~ msgstr "Oui, remettre les valeurs par défaut"
1444
 
1445
- #~ msgid "Plugin"
1446
- #~ msgstr "Extension"
1447
 
1448
- #~ msgid "Shortcode settings"
1449
- #~ msgstr "Paramètres du code court"
 
 
 
1450
 
1451
- #~ msgid "The shortcode will be inserted"
1452
- #~ msgstr "Le code court sera inséré"
 
 
 
 
1453
 
1454
- #~ msgid "For more information:"
1455
- #~ msgstr "Pour plus d'information&nbsp;:"
1456
 
1457
- #~ msgid "Documentation"
1458
- #~ msgstr "Documentation"
1459
 
1460
- #~ msgid "Video Instructions"
1461
- #~ msgstr "Instruction vidéo"
 
 
 
 
1462
 
1463
- #~ msgid "Submit a Request"
1464
- #~ msgstr "Soumettre une requête"
 
 
 
 
 
 
 
 
 
 
1465
 
1466
  #~ msgid "Wrong license key"
1467
  #~ msgstr "Clé de licence incorrecte"
@@ -1480,22 +1534,44 @@ msgstr "Oui, installer les données de démonstration"
1480
  #~ msgid "Wrong license key."
1481
  #~ msgstr "Clé de licence incorrecte."
1482
 
 
 
 
1483
  #~ msgid ""
1484
- #~ "This license key is bound to another site. Change it via personal Client "
1485
- #~ "Area."
1486
  #~ msgstr ""
1487
- #~ "La clé de licence correspond à un autre site. Modifier au travers de "
1488
- #~ "votre espace client."
1489
-
1490
- #~ msgid "Log in"
1491
- #~ msgstr "Connexion"
1492
 
1493
- #~ msgid ""
1494
- #~ "Unfortunately, you have exceeded the number of available tries per day."
1495
  #~ msgstr ""
1496
  #~ "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
1497
  #~ "télécharger l'extension manuellement."
1498
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1499
  #~ msgid ""
1500
  #~ "Unfortunately, Your license has expired. To continue getting top-priority "
1501
  #~ "support and plugin updates, you should extend it in your %s"
@@ -1511,16 +1587,28 @@ msgstr "Oui, installer les données de démonstration"
1511
  #~ "Malheureusement la licence PRO a déjà été installée sur ce domaine. La "
1512
  #~ "licence PRO d'évaluation peut être installée une seule fois."
1513
 
1514
- #~ msgid "The license key is valid."
1515
- #~ msgstr "La clé de licence est valide."
 
 
 
1516
 
1517
- #~ msgid "Your license will expire on"
1518
- #~ msgstr "Votre licence se termine le "
 
 
1519
 
1520
- #~ msgid "Congratulations! Pro Membership license is activated successfully."
 
 
1521
  #~ msgstr ""
1522
- #~ "Félicitations! La version PRO de cette extension a été activée avec "
1523
- #~ "succès."
 
 
 
 
 
1524
 
1525
  #~ msgid ""
1526
  #~ "Something went wrong. Try again later or upload the plugin manually. We "
@@ -1529,6 +1617,72 @@ msgstr "Oui, installer les données de démonstration"
1529
  #~ "Il est survenu une erreur. Essayer de nouveau ou bien télécharger "
1530
  #~ "l'extension manuellement.Nous sommes désolés pour le désagrément."
1531
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1532
  #~ msgid "Please enter your license key."
1533
  #~ msgstr "Merci de saisir votre clé de licence."
1534
 
@@ -1664,9 +1818,6 @@ msgstr "Oui, installer les données de démonstration"
1664
  #~ msgid "Subscribe to Pro Membership"
1665
  #~ msgstr "Souscrire une adhésion PRO"
1666
 
1667
- #~ msgid "Check license key"
1668
- #~ msgstr "Vérifier la clé de licence"
1669
-
1670
  #~ msgid "Enter your license key"
1671
  #~ msgstr "Merci de saisir votre clé de licence"
1672
 
@@ -1700,38 +1851,15 @@ msgstr "Oui, installer les données de démonstration"
1700
  #~ msgid "Downloading install package from"
1701
  #~ msgstr "Télécharger le paquet d'installation depuis"
1702
 
1703
- #~ msgid ""
1704
- #~ "Failed to download the zip archive. Please, upload the plugin manually"
1705
- #~ msgstr ""
1706
- #~ "Erreur de téléchargement de l'archive ZIP. Merci de télécharger "
1707
- #~ "l'extension manuellement."
1708
-
1709
  #~ msgid "Unpacking the package"
1710
  #~ msgstr "Décompresser le paquet"
1711
 
1712
  #~ msgid "Installing the plugin"
1713
  #~ msgstr "Installer l'extension"
1714
 
1715
- #~ msgid "Failed to open the zip archive. Please, upload the plugin manually"
1716
- #~ msgstr ""
1717
- #~ "Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension "
1718
- #~ "manuellement."
1719
-
1720
- #~ msgid ""
1721
- #~ "Your server does not support either ZipArchive or Phar. Please, upload "
1722
- #~ "the plugin manually"
1723
- #~ msgstr ""
1724
- #~ "Votre serveur n'a pas le support du format des archives ZIP ou Phar. "
1725
- #~ "Merci de télécharger l'extension manuellement."
1726
-
1727
  #~ msgid "The plugin %s is successfully installed."
1728
  #~ msgstr "L'extension %s a été installée avec succès."
1729
 
1730
- #~ msgid "UploadDir is not writable. Please, upload the plugin manually"
1731
- #~ msgstr ""
1732
- #~ "Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension "
1733
- #~ "manuellement."
1734
-
1735
  #~ msgid "Activate Plugin"
1736
  #~ msgstr "Activer l'extension"
1737
 
@@ -1762,6 +1890,9 @@ msgstr "Oui, installer les données de démonstration"
1762
  #~ msgid "Update to v %s"
1763
  #~ msgstr "Mettre à jour avec la version %s"
1764
 
 
 
 
1765
  #~ msgid "Activate this plugin"
1766
  #~ msgstr "Activer cette extension"
1767
 
@@ -1774,9 +1905,6 @@ msgstr "Oui, installer les données de démonstration"
1774
  #~ msgid "By %s"
1775
  #~ msgstr "Par %s"
1776
 
1777
- #~ msgid "This theme is already installed and is up to date"
1778
- #~ msgstr "Le thème est déjà en place et est à jour."
1779
-
1780
  #~ msgid "Already Installed"
1781
  #~ msgstr "Déjà installé"
1782
 
@@ -1789,208 +1917,193 @@ msgstr "Oui, installer les données de démonstration"
1789
  #~ msgid "Send to custom email &#187;"
1790
  #~ msgstr "Envoyer un e-mail spécifique &#187;"
1791
 
1792
- #~ msgid "Information"
1793
- #~ msgstr "Information"
1794
-
1795
- #~ msgid "Inactive"
1796
- #~ msgstr "Inactif"
1797
-
1798
- #~ msgid "Expired"
1799
- #~ msgstr "Expiré"
1800
-
1801
- #~ msgid "%s day(-s) left"
1802
- #~ msgstr "%s jour(s) restant"
1803
-
1804
- #~ msgid "Expired on %s"
1805
- #~ msgstr "Se termine le %s"
1806
 
1807
- #~ msgid "Renew Now"
1808
- #~ msgstr "Renouveler maintenant"
 
 
 
 
1809
 
1810
- #~ msgid "Active"
1811
- #~ msgstr "Activer"
1812
 
1813
- #~ msgid "License"
1814
- #~ msgstr "Licence"
1815
 
1816
- #~ msgid "Status"
1817
- #~ msgstr "Etat"
1818
 
1819
- #~ msgid "Version"
1820
- #~ msgstr "Version"
1821
 
1822
- #~ msgid "All plugin settings were restored."
1823
- #~ msgstr ""
1824
- #~ "Toutes les valeurs par défaut des paramètres de l'extension ont été "
1825
- #~ "remises."
1826
 
1827
- #~ msgid ""
1828
- #~ "You do not have sufficient permissions to edit plugins for this site."
1829
- #~ msgstr ""
1830
- #~ "Vous n'avez pas assez de droits pour modifier l'extension pour ce site."
1831
 
1832
- #~ msgid "These styles will be added to the header on all pages of your site."
1833
- #~ msgstr ""
1834
- #~ "Ces styles seront ajoutés aux entêtes sur tous les pages de votre site."
1835
 
1836
  #~ msgid ""
1837
- #~ "This PHP code will be hooked to the %s action and will be printed on "
1838
- #~ "front end only."
 
 
1839
  #~ msgstr ""
1840
- #~ "Ce code PHP sera rattaché à l'action %s et sera affiché uniquement sur la "
1841
- #~ "partie publique."
 
 
1842
 
1843
- #~ msgid "These code will be added to the header on all pages of your site."
1844
- #~ msgstr "Ce code sera ajouté aux entêtes sur toutes les pages de votre site."
 
 
 
 
1845
 
1846
  #~ msgid ""
1847
- #~ "You need to make this files writable before you can save your changes. "
1848
- #~ "See %s the Codex %s for more information."
1849
  #~ msgstr ""
1850
- #~ "Vous devez rendre ce fichier modifiable avant de pouvoir enregistrer vos "
1851
- #~ "modifications. Regarder %s du Codex %s pour plus d'informations."
1852
 
1853
- #~ msgid "Browsing"
1854
- #~ msgstr "Parcourir"
1855
 
1856
- #~ msgid "Activate custom %s code."
1857
- #~ msgstr "Activer le code personnalisé %s."
 
1858
 
1859
- #~ msgid "Learn more about %s"
1860
- #~ msgstr "En savoir plus sur %s"
 
1861
 
1862
- #~ msgid "Miscellaneous Settings"
1863
- #~ msgstr "Paramètres divers"
1864
 
1865
  #~ msgid ""
1866
- #~ "It is prohibited to change %s settings on this site in the %s network "
1867
- #~ "settings."
1868
  #~ msgstr ""
1869
- #~ "Il est interdit de modifier les paramètres %s sur ce site dans les "
1870
- #~ "paramètres réseau %s."
1871
 
1872
- #~ msgid ""
1873
- #~ "It is prohibited to view %s settings on this site in the %s network "
1874
- #~ "settings."
1875
- #~ msgstr ""
1876
- #~ "Il est interdit de voir les paramètres %s sur ce site dans les paramètres "
1877
- #~ "réseau %s."
1878
 
1879
- #~ msgid "Pro Options"
1880
- #~ msgstr "Options Pro"
1881
 
1882
- #~ msgid "Track Usage"
1883
- #~ msgstr "Suivre l'utilisation"
1884
 
1885
- #~ msgid ""
1886
- #~ "Enable to allow tracking plugin usage anonymously in order to make it "
1887
- #~ "better."
1888
- #~ msgstr ""
1889
- #~ "Activer pour autoriser le suivi de l'utilisation de cette extension de "
1890
- #~ "manière anonyme afin de la rendre meilleur."
1891
 
1892
- #~ msgid "Default Settings"
1893
- #~ msgstr "Paramètres par défaut"
1894
 
1895
- #~ msgid "Restore Settings"
1896
- #~ msgstr "Remettre les paramètres"
1897
 
1898
- #~ msgid "This will restore plugin settings to defaults."
1899
- #~ msgstr "Remettre les valeurs par défaut des paramètres de l'extension"
1900
 
1901
- #~ msgid "Congratulations! Pro license is activated successfully."
 
 
1902
  #~ msgstr ""
1903
- #~ "Félicitations! La version PRO de cette extension a été téléchargée et "
1904
- #~ "activée avec succès."
1905
 
1906
- #~ msgid "You will be automatically redirected to the %s in %s seconds."
1907
- #~ msgstr "Vous allez être redirigé automatiquement vers %s dans %s secondes."
1908
 
1909
- #~ msgid "Settings page"
1910
- #~ msgstr "Page des paramètres"
1911
 
1912
- #~ msgid ""
1913
- #~ "Enter your license key to activate %s and get premium plugin features."
 
 
1914
  #~ msgstr ""
1915
- #~ "Saisir votre clé de licence pour activer %s et obtenir les fonctions "
1916
- #~ "premium."
1917
 
1918
  #~ msgid ""
1919
- #~ "Unfortunately, you have exceeded the number of available tries per day. "
1920
- #~ "Please, upload the plugin manually."
1921
  #~ msgstr ""
1922
- #~ "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
1923
- #~ "télécharger l'extension manuellement."
1924
 
1925
- #~ msgid "Start Your Free %s-Day Trial Now"
1926
- #~ msgstr "Débuter votre licence d'évaluation gratuite de %s jours"
1927
 
1928
  #~ msgid ""
1929
- #~ "If necessary, you can check if the license key is correct or reenter it "
1930
- #~ "in the field below."
1931
  #~ msgstr ""
1932
- #~ "Si nécessaire vous pouvez vérifier que la clé de licence est correcte ou "
1933
- #~ "la saisir de nouveau dans le champ ci-dessous."
1934
 
1935
- #~ msgid "Manage License Settings"
1936
- #~ msgstr "Paramètres de gestion des licences"
1937
 
1938
- #~ msgid "Login to Client Area"
1939
- #~ msgstr "Connexion à l'espace client"
1940
 
1941
  #~ msgid ""
1942
- #~ "Manage active licenses, download BWS products, and view your payment "
1943
- #~ "history using BestWebSoft Client Area."
1944
  #~ msgstr ""
1945
- #~ "Gérer les licences actives, télécharger les produits BWS, et voir "
1946
- #~ "l'historique de vos paiements dans la zone client BestWebSoft."
1947
 
1948
- #~ msgid "This license key is bound to another site."
1949
- #~ msgstr "La clé de licence correspond à un autre site."
1950
 
1951
- #~ msgid ""
1952
- #~ "This license key is valid, but Your license has expired. If you want to "
1953
- #~ "update our plugin in future, you should extend the license."
1954
- #~ msgstr ""
1955
- #~ "La clé de licence est valide mais votre durée de validité est passée. "
1956
- #~ "Pour continuer à disposer du support rapide et des mises à jour de "
1957
- #~ "l'extension vous devez la renouveler."
1958
 
1959
- #~ msgid "Unfortunately, you have exceeded the number of available tries."
1960
- #~ msgstr ""
1961
- #~ "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
1962
- #~ "télécharger l'extension manuellement."
1963
 
1964
- #~ msgid ""
1965
- #~ "Unfortunately, the Pro Trial licence was already installed to this "
1966
- #~ "domain. The Pro Trial license can be installed only once."
1967
- #~ msgstr ""
1968
- #~ "Malheureusement la licence PRO a déjà été installée sur ce domaine. La "
1969
- #~ "licence PRO d'évaluation peut être installée une seule fois."
1970
 
1971
- #~ msgid "The Pro Trial license key is valid."
1972
- #~ msgstr "La clé de licence d'évaluation est valide."
1973
 
1974
- #~ msgid ""
1975
- #~ "In order to continue using the plugin it is necessary to buy a %s license."
1976
- #~ msgstr ""
1977
- #~ "Afin de pouvoir continuer à utiliser cette extension il est nécessaire "
1978
- #~ "d'acheter une licence %s."
1979
 
1980
- #~ msgid "Please, enter Your license key"
1981
- #~ msgstr "Merci de saisir votre clé de licence"
1982
 
1983
- #~ msgid "Need Help?"
1984
- #~ msgstr "Besoin d'aide ?"
1985
 
1986
- #~ msgid "Read the Instruction"
1987
- #~ msgstr "Lire les instructions"
1988
 
1989
- #~ msgid "Watch the Video"
1990
- #~ msgstr "Regarder la vidéo"
1991
 
1992
- #~ msgid "Start Your Free Trial"
1993
- #~ msgstr "Débuter votre essai gratuit"
 
 
 
 
 
 
1994
 
1995
  #~ msgid "System Status"
1996
  #~ msgstr "Etat du système"
@@ -2081,37 +2194,66 @@ msgstr "Oui, installer les données de démonstration"
2081
  #~ msgid "version of the plugin."
2082
  #~ msgstr "version de l'extension."
2083
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2084
  #~ msgid "Advertisement"
2085
  #~ msgstr "Publicité"
2086
 
2087
- #~ msgid "Content & Media"
2088
- #~ msgstr "Contenu & média"
2089
-
2090
  #~ msgid "Management"
2091
  #~ msgstr "Administration"
2092
 
2093
- #~ msgid "Recommended"
2094
- #~ msgstr "Recommandé"
2095
-
2096
- #~ msgid "Security"
2097
- #~ msgstr "Sécurité"
2098
-
2099
  #~ msgid "Site Stats"
2100
  #~ msgstr "Statistiques"
2101
 
2102
  #~ msgid "Utilities"
2103
  #~ msgstr "Utilitaires"
2104
 
2105
- #~ msgid "Other"
2106
- #~ msgstr "Autre"
2107
 
2108
- #~ msgid "Enable social sharing buttons in the Lightbox."
2109
- #~ msgstr ""
2110
- #~ "Afficher les boutons de partage sur les réseaux sociaux dans la lightbox"
 
 
 
 
 
2111
 
2112
- #~ msgid "Select social buttons position in a lightbox."
 
 
 
 
 
2113
  #~ msgstr ""
2114
- #~ "Choisir la position des boutons des réseaux sociaux dans la lightbox."
 
 
 
 
2115
 
2116
  #~ msgid "PHP Safe Mode"
2117
  #~ msgstr "PHP Safe Mode"
1
  msgid ""
2
  msgstr ""
3
+ "Project-Id-Version: gallery 4.5.2\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-12-05 16:21+0200\n"
6
+ "PO-Revision-Date: 2017-12-05 16:21+0200\n"
7
+ "Last-Translator: Luc Capronnier <lcapronnier@yahoo.com>\n"
8
  "Language-Team: Didier, L Capronnier <lcapronnier@yahoo.com>\n"
9
  "Language: fr_FR\n"
10
  "MIME-Version: 1.0\n"
15
  "X-Poedit-Basepath: ..\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
18
+ "X-Generator: Poedit 1.8.7.1\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
+ #: gallery-plugin.php:37 includes/class-gllr-settings.php:310
 
22
  msgid "Gallery Settings"
23
  msgstr "Paramètres de la galerie"
24
 
25
+ #: gallery-plugin.php:37 includes/class-gllr-settings.php:321
26
  msgid "Global Settings"
27
  msgstr "Paramètres généraux"
28
 
29
+ #: gallery-plugin.php:43 gallery-plugin.php:2772
30
  msgid "Upgrade to Pro"
31
  msgstr "Passer à la version PRO"
32
 
33
+ #: gallery-plugin.php:237
34
  msgid "Return to all albums"
35
  msgstr "Revenir à tous les albums"
36
 
37
+ #: gallery-plugin.php:249
38
  msgid "See images &raquo;"
39
  msgstr "Voir les images &raquo;"
40
 
41
+ #: gallery-plugin.php:336 gallery-plugin.php:345
42
  msgid "Galleries"
43
  msgstr "Galeries"
44
 
45
+ #: gallery-plugin.php:337 gallery-plugin.php:3188
46
  msgid "Gallery"
47
  msgstr "Galerie"
48
 
49
+ #: gallery-plugin.php:338
50
  msgid "Add New Gallery"
51
  msgstr "Ajouter une nouvelle galerie"
52
 
53
+ #: gallery-plugin.php:339
54
  msgid "Edit Gallery"
55
  msgstr "Modifier la galerie"
56
 
57
+ #: gallery-plugin.php:340
58
  msgid "New Gallery"
59
  msgstr "Nouvelle galerie"
60
 
61
+ #: gallery-plugin.php:341
62
  msgid "View Gallery"
63
  msgstr "Voir la galerie"
64
 
65
+ #: gallery-plugin.php:342 includes/class-gllr-settings.php:941
66
  msgid "Search Galleries"
67
  msgstr "Rechercher une galerie"
68
 
69
+ #: gallery-plugin.php:343
70
  msgid "No Gallery found"
71
  msgstr "Pas de galeries trouvées"
72
 
73
+ #: gallery-plugin.php:365 gallery-plugin.php:1602 gallery-plugin.php:2918
74
+ #: gallery-plugin.php:2926 gallery-plugin.php:2964 gallery-plugin.php:2987
75
+ #: gallery-plugin.php:3172
76
  msgid "Gallery Categories"
77
  msgstr "Catégories de galeries"
78
 
79
+ #: gallery-plugin.php:366 gallery-plugin.php:805
80
  msgid "Gallery Category"
81
  msgstr "Catégories de galeries"
82
 
83
+ #: gallery-plugin.php:367
84
  msgid "Add Gallery Category"
85
+ msgstr "Ajouter une catégorie à la galerie"
86
 
87
+ #: gallery-plugin.php:368
88
  msgid "Add New Gallery Category"
89
  msgstr "Ajouter une nouvelle catégorie de galerie"
90
 
91
+ #: gallery-plugin.php:369 gallery-plugin.php:370
92
  msgid "Edit Gallery Category"
93
+ msgstr "Modifier la catégorie de la galerie"
94
 
95
+ #: gallery-plugin.php:371
96
  msgid "New Gallery Category"
97
+ msgstr "Ajouter une nouvelle catégorie de galerie"
98
 
99
+ #: gallery-plugin.php:372 gallery-plugin.php:373
100
  msgid "View Gallery Category"
101
+ msgstr "Voir les catégories de galerie"
102
 
103
+ #: gallery-plugin.php:374
104
  msgid "Find Gallery Category"
105
+ msgstr "Trouver une catégorie de gallerie"
106
 
107
+ #: gallery-plugin.php:375
108
  msgid "No Gallery Categories found"
109
+ msgstr "Aucune catégorie de galerie trouvée"
110
 
111
+ #: gallery-plugin.php:376
112
  msgid "No Gallery Categories found in Trash"
113
+ msgstr "Pas de catégorie de galerie trouvée dans la poubelle"
114
 
115
+ #: gallery-plugin.php:377
116
  msgid "Parent Gallery Category"
117
+ msgstr "Catégorie parente des galeries"
118
 
119
+ #: gallery-plugin.php:378
120
  msgid "Gallery Categories list navigation"
121
+ msgstr "Navigation dans la liste des catégories de galerie"
122
 
123
+ #: gallery-plugin.php:379
124
  msgid "Gallery Categories list"
125
+ msgstr "Liste des catégories de galeries"
126
 
127
+ #: gallery-plugin.php:455
128
  msgid "Gallery Shortcode"
129
  msgstr "Code court de la galerie"
130
 
131
+ #: gallery-plugin.php:464
132
  msgid ""
133
  "Add a single gallery with images to your posts, pages, custom post types or "
134
  "widgets by using the following shortcode:"
136
  "Ajouter une galerie avec des images dans vos articles, pages, type d'article "
137
  "personnalisé ou widgets en utilisant le code court&nbsp;:"
138
 
139
+ #: gallery-plugin.php:468
140
  msgid ""
141
  "Add a gallery cover including featured image, description, and a link to "
142
  "your single gallery using the following shortcode:"
144
  "Ajouter une présentation de votre galerie avec une image à la une, une "
145
  "description et un lien vers votre galerie en utilisant le code court&nbsp;:"
146
 
147
+ #: gallery-plugin.php:581
148
  msgid "Note"
149
+ msgstr "Note"
150
 
151
+ #: gallery-plugin.php:581
152
  #, php-format
153
  msgid ""
154
  "When deleting a category, the galleries that belong to this category will "
155
+ "not be deleted. These galleries will be moved to the category %s."
156
  msgstr ""
157
 
158
+ #: gallery-plugin.php:594 gallery-plugin.php:1601
159
  msgid "Shortcode"
160
  msgstr "Code court"
161
 
162
+ #: gallery-plugin.php:640
163
  msgid "All Gallery Categories"
164
+ msgstr "Toutes les catégories de galerie"
165
 
166
+ #: gallery-plugin.php:717
167
  msgid "You can't delete default gallery category."
168
+ msgstr "Vous ne pouvez pas supprimer la catégorie par défaut des galeries."
169
 
170
+ #: gallery-plugin.php:1091 gallery-plugin.php:1198 gallery-plugin.php:2109
171
  msgid "Sorry, nothing found."
172
  msgstr "Désolé, rien n'a été trouvé"
173
 
174
+ #: gallery-plugin.php:1598
175
  msgid "Featured Image"
176
  msgstr "Image à la une"
177
 
178
+ #: gallery-plugin.php:1599 gallery-plugin.php:2629 gallery-plugin.php:2733
179
+ #: gallery-plugin.php:2844 includes/class-gllr-settings.php:679
180
  msgid "Title"
181
  msgstr "Titre"
182
 
183
+ #: gallery-plugin.php:1600 includes/class-gllr-settings.php:41
184
  msgid "Images"
185
  msgstr "Images"
186
 
187
+ #: gallery-plugin.php:1603 includes/class-gllr-settings.php:684
188
  msgid "Author"
189
  msgstr "Auteur"
190
 
191
+ #: gallery-plugin.php:1604 includes/class-gllr-settings.php:513
192
+ #: includes/class-gllr-settings.php:680
193
  msgid "Date"
194
  msgstr "Date"
195
 
196
+ #: gallery-plugin.php:1690
197
+ #, php-format
198
+ msgid "%s Settings"
199
+ msgstr ""
200
+
201
+ #: gallery-plugin.php:1717 gallery-plugin.php:1735
202
  #: includes/class-gllr-settings.php:30 includes/class-gllr-settings.php:42
203
  msgid "Settings"
204
  msgstr "Paramètres"
205
 
206
+ #: gallery-plugin.php:1718
207
  msgid "FAQ"
208
  msgstr "FAQ"
209
 
210
+ #: gallery-plugin.php:1719
211
  msgid "Support"
212
  msgstr "Soutien"
213
 
214
+ #: gallery-plugin.php:1758
215
  msgid "Updating images..."
216
  msgstr "Mise à jour des images..."
217
 
218
+ #: gallery-plugin.php:1759
219
  msgid "No images found."
220
  msgstr "Pas d'image trouvée."
221
 
222
+ #: gallery-plugin.php:1760
223
  msgid "All images were updated."
224
  msgstr "Toutes les images ont été mises à jour."
225
 
226
+ #: gallery-plugin.php:1761
227
  msgid "Error."
228
  msgstr "Erreur."
229
 
230
+ #: gallery-plugin.php:1773
231
  msgid ""
232
  "You are about to remove these items from this gallery.\n"
233
  " 'Cancel' to stop, 'OK' to delete."
235
  "Vous allez supprimer ces éléments de la galerie.\n"
236
  "'Annuler' pour arrêter, 'Ok' pour supprimer"
237
 
238
+ #: gallery-plugin.php:1774
239
  msgid ""
240
  "You are about to remove this image from the gallery.\n"
241
  " 'Cancel' to stop, 'OK' to delete."
243
  "Vous allez supprimer ces éléments de la galerie.\n"
244
  "'Annuler' pour arrêter, 'Ok' pour supprimer"
245
 
246
+ #: gallery-plugin.php:1775
247
  msgid ""
248
  "Switching to another mode, all unsaved data will be lost. Save data before "
249
  "switching?"
251
  "ou plus! Nous ne garantissons pas que notre extension fonctionne "
252
  "correctement. Merci de mettre à jour votre version de WordPress."
253
 
254
+ #: gallery-plugin.php:1776
255
  msgid "Insert Media"
256
  msgstr "Insérer un média"
257
 
258
+ #: gallery-plugin.php:1777
259
  msgid "Insert"
260
  msgstr "Insérer"
261
 
262
+ #: gallery-plugin.php:2301 gallery-plugin.php:2327
263
  msgid "Image size not defined"
264
  msgstr "Taille de l'image non définie"
265
 
266
+ #: gallery-plugin.php:2316
267
  msgid ""
268
  "Plugin updates only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please "
269
  "reload images manually."
271
  "Il n'est possible de mettre à jour que les images de type PNG, JPEG, GIF, "
272
  "WPMP or XBM. Pour les autres, merci de faire une mise à jour manuelle."
273
 
274
+ #: gallery-plugin.php:2356 gallery-plugin.php:2359 gallery-plugin.php:2364
 
 
 
 
275
  msgid "Invalid path"
276
  msgstr "Chemin invalide"
277
 
278
+ #: gallery-plugin.php:2453
279
  msgid "List View"
280
  msgstr "Vue en mode liste"
281
 
282
+ #: gallery-plugin.php:2454
283
  msgid "Grid View"
284
  msgstr "Vue en mode grille"
285
 
286
+ #: gallery-plugin.php:2509
287
  msgid "Filter"
288
  msgstr "Filtrer"
289
 
290
+ #: gallery-plugin.php:2513
291
  msgid "Empty Trash"
292
  msgstr "Vider la corbeille"
293
 
294
+ #: gallery-plugin.php:2534
295
  msgid "No images found"
296
  msgstr "Pas d'image trouvée"
297
 
298
+ #: gallery-plugin.php:2586
299
  msgid "Select bulk action"
300
  msgstr "Sélectionne l'action en masse"
301
 
302
+ #: gallery-plugin.php:2588
303
  msgid "Bulk Actions"
304
  msgstr "Actions en masse"
305
 
306
+ #: gallery-plugin.php:2598
307
  msgid "Apply"
308
  msgstr "Appliquer"
309
 
310
+ #: gallery-plugin.php:2605
311
  msgid "Delete from Gallery"
312
  msgstr "Supprimer de la galerie"
313
 
314
+ #: gallery-plugin.php:2614
315
  msgid "Bulk Select"
316
  msgstr "Sélection en masse"
317
 
318
+ #: gallery-plugin.php:2615
319
  msgid "Cancel Selection"
320
  msgstr "Annuler la sélection"
321
 
322
+ #: gallery-plugin.php:2616
323
  msgid "Delete Selected"
324
  msgstr "Supprimer la sélection"
325
 
326
+ #: gallery-plugin.php:2627
327
  msgid "File"
328
  msgstr "Fichier"
329
 
330
+ #: gallery-plugin.php:2628 gallery-plugin.php:2728 gallery-plugin.php:2839
331
  msgid "Dimensions"
332
  msgstr "Dimensions"
333
 
334
+ #: gallery-plugin.php:2630 gallery-plugin.php:2739 gallery-plugin.php:2849
335
  msgid "Alt Text"
336
  msgstr "Alt Texte"
337
 
338
+ #: gallery-plugin.php:2631 gallery-plugin.php:2743 gallery-plugin.php:2854
339
  msgid "URL"
340
  msgstr "URL"
341
 
342
+ #: gallery-plugin.php:2631 gallery-plugin.php:2745
343
  msgid ""
344
  "Enter your custom URL to link this image to other page or file. Leave blank "
345
  "to open a full size image."
347
  "Saisir votre URL personnalisée pour faire un lien de cette image vers une "
348
  "page ou un article. Laisser vide pour ouvrir l'image en plein écran."
349
 
350
+ #: gallery-plugin.php:2710
351
  msgid "Remove Image from Gallery"
352
  msgstr "Supprimer les images de la galerie"
353
 
354
+ #: gallery-plugin.php:2713
355
  msgid "Edit Image Info"
356
  msgstr "Modifier les informations de l'image"
357
 
358
+ #: gallery-plugin.php:2714
359
  msgid "Deselect"
360
  msgstr "Désélectionner"
361
 
362
+ #: gallery-plugin.php:2726
363
  msgid "File name"
364
  msgstr "Nom du fichier"
365
 
366
+ #: gallery-plugin.php:2727
367
  msgid "File type"
368
  msgstr "Type de fichier"
369
 
370
+ #: gallery-plugin.php:2752
371
  msgid "Description"
372
  msgstr "Description"
373
 
374
+ #: gallery-plugin.php:2758
375
  msgid "Lightbox Button URL"
376
  msgstr "URL du bouton pour Lightbox"
377
 
378
+ #: gallery-plugin.php:2765
379
  msgid "New Tab"
380
  msgstr "Nouvel onglet"
381
 
382
+ #: gallery-plugin.php:2767
383
  msgid "Enable to open URLs above in a new tab."
384
  msgstr "Activer pour ouvrir l'URL dans un nouvel onglet."
385
 
386
+ #: gallery-plugin.php:2772
387
  msgid "Go Pro"
388
  msgstr "Passer à la version PRO"
389
 
390
+ #: gallery-plugin.php:2778
391
  msgid "Edit more details"
392
  msgstr "Modifier plus de détails"
393
 
394
+ #: gallery-plugin.php:2780
395
  msgid "Remove from Gallery"
396
  msgstr "Supprimer de la galerie"
397
 
398
+ #: gallery-plugin.php:2814
399
  #, php-format
400
  msgid "Select %s"
401
  msgstr "Sélectionner %s"
402
 
403
+ #: gallery-plugin.php:2827
404
  #, php-format
405
  msgid "Edit &#8220;%s&#8221;"
406
  msgstr "Pré-visualiser &#8220;%s&#8221;"
407
 
408
+ #: gallery-plugin.php:2835
409
  msgid "Edit Attachment Info"
410
  msgstr "Modifier les informations du document"
411
 
412
+ #: gallery-plugin.php:2872 gallery-plugin.php:2885
413
  msgid "Edit"
414
  msgstr "Modifier"
415
 
416
+ #: gallery-plugin.php:2875 gallery-plugin.php:2890
417
  msgid "Trash"
418
  msgstr "Poubelle"
419
 
420
+ #: gallery-plugin.php:2878 gallery-plugin.php:2893
421
  msgid "Delete Permanently"
422
  msgstr "Supprimer de manière définitive"
423
 
424
+ #: gallery-plugin.php:2880 gallery-plugin.php:2899
425
  #, php-format
426
  msgid "View &#8220;%s&#8221;"
427
  msgstr "Pré-visualiser &#8220;%s&#8221;"
428
 
429
+ #: gallery-plugin.php:2880 gallery-plugin.php:2899 gallery-plugin.php:2982
430
  msgid "View"
431
  msgstr "Voir"
432
 
433
+ #: gallery-plugin.php:2882
434
  msgid "Attach"
435
  msgstr "Attacher"
436
 
437
+ #: gallery-plugin.php:2888
438
  msgid "Restore"
439
  msgstr "Remettre"
440
 
441
+ #: gallery-plugin.php:2917
442
  msgid "A list or dropdown of Gallery categories."
443
+ msgstr "Une liste ou une liste déroulante des catégories de galerie."
444
 
445
+ #: gallery-plugin.php:2962
446
  msgid "Select Gallery Category"
447
+ msgstr "Choisir une catégorie pour la galerie"
448
 
449
+ #: gallery-plugin.php:3020
450
  msgid "Title:"
451
+ msgstr "Titre&nbsp;:"
452
 
453
+ #: gallery-plugin.php:3023
454
  msgid "Display as dropdown"
455
+ msgstr "Montrer sous la forme d'une liste déroulante"
456
 
457
+ #: gallery-plugin.php:3025
458
  msgid "Show gallery counts"
459
+ msgstr "Monter le nombre de galleries"
460
 
461
+ #: gallery-plugin.php:3027
462
  msgid "Show hierarchy"
463
+ msgstr "Voir la hiérarchie"
464
 
465
+ #: gallery-plugin.php:3143
466
  msgid "Warning"
467
  msgstr "Avertissement"
468
 
469
+ #: gallery-plugin.php:3143
470
  msgid "You can add only images to the gallery"
471
  msgstr "Vous ne pouvez ajouter que des images dans la galerie"
472
 
473
+ #: gallery-plugin.php:3174
474
  msgid "or"
475
  msgstr "ou"
476
 
477
+ #: gallery-plugin.php:3182
478
  msgid "no title"
479
  msgstr "Pas de titre"
480
 
481
+ #: gallery-plugin.php:3193
482
  msgid ""
483
  "Display an album image with the description and the link to a single gallery "
484
  "page"
486
  "Afficher une image pour l'album avec la description et un lien vers une page "
487
  "contenant la galerie"
488
 
489
+ #: gallery-plugin.php:3197
490
  msgid "Sorry, no gallery found."
491
  msgstr "Désolé, rien n'a été trouvé."
492
 
518
  msgid "License Key"
519
  msgstr "Clé de licence"
520
 
521
+ #: includes/class-gllr-settings.php:210
522
  msgid "Custom image size was changed. You need to update gallery images."
523
  msgstr ""
524
  "La taille personnalisée des images a été modifiée. Vous devez mettre à jour "
525
  "les images dans les galeries."
526
 
527
+ #: includes/class-gllr-settings.php:247
528
  msgid "Settings saved"
529
  msgstr "Paramètres enregistrés."
530
 
531
+ #: includes/class-gllr-settings.php:259
532
  msgid "Please, enable JavaScript in Your browser."
533
  msgstr "Merci d'activer JavaScript dans votre navigateur."
534
 
535
+ #: includes/class-gllr-settings.php:264
536
  msgid "Update Images"
537
  msgstr "Mise à jour des images"
538
 
539
+ #: includes/class-gllr-settings.php:279
540
  msgid "Gallery Images"
541
  msgstr "Galerie d'images"
542
 
543
+ #: includes/class-gllr-settings.php:284
544
+ msgid "Images adding requires JavaScript."
545
+ msgstr ""
546
 
547
+ #: includes/class-gllr-settings.php:287
548
  msgid "Add Media"
549
  msgstr "Ajouter un média"
550
 
551
+ #: includes/class-gllr-settings.php:296
552
  msgid "The grid view for the Gallery images requires JavaScript."
553
  msgstr ""
554
  "La vue en mode grille pour les images des galeries nécessite Java-script."
555
 
556
+ #: includes/class-gllr-settings.php:296
557
  msgid "Switch to the list view"
558
  msgstr "Basculer vers une vue en mode liste"
559
 
560
+ #: includes/class-gllr-settings.php:319
561
  msgid "Single Gallery Settings"
562
  msgstr "Paramètres de la galerie"
563
 
564
+ #: includes/class-gllr-settings.php:321
565
  #, php-format
566
  msgid "Enable to configure single gallery settings and disable %s."
567
  msgstr ""
568
  "Activer pour pouvoir définir les paramètres par galerie et désactiver %s."
569
 
570
+ #: includes/class-gllr-settings.php:332 includes/class-gllr-settings.php:389
571
+ #: includes/class-gllr-settings.php:433 includes/class-gllr-settings.php:483
572
+ #: includes/class-gllr-settings.php:621 includes/class-gllr-settings.php:709
573
+ #: includes/class-gllr-settings.php:745 includes/class-gllr-settings.php:795
574
+ #: includes/class-gllr-settings.php:923
575
  msgid "Close"
576
  msgstr "Fermer"
577
 
578
+ #: includes/class-gllr-settings.php:336
579
  msgid "Gallery Layout"
580
  msgstr "Mise en page de la galerie"
581
 
582
+ #: includes/class-gllr-settings.php:341
583
  msgid "Grid"
584
  msgstr "Grille"
585
 
586
+ #: includes/class-gllr-settings.php:347
587
  msgid "Masonry"
588
  msgstr "Mur"
589
 
590
+ #: includes/class-gllr-settings.php:360
591
  msgid "Number of Columns"
592
  msgstr "Nombre de colonnes"
593
 
594
+ #: includes/class-gllr-settings.php:363
 
 
 
 
595
  #, php-format
596
  msgid "Number of gallery columns (default is %s)."
597
  msgstr "Nombre de colonnes pour la galerie (par défaut %s)."
598
 
599
+ #: includes/class-gllr-settings.php:367 includes/class-gllr-settings.php:749
600
  msgid "Image Size"
601
  msgstr "Taille de l'image"
602
 
603
+ #: includes/class-gllr-settings.php:373 includes/class-gllr-settings.php:606
604
  msgid "Custom"
605
  msgstr "Personnalisé"
606
 
607
+ #: includes/class-gllr-settings.php:375
608
  msgid ""
609
  "Maximum gallery image size. \"Custom\" uses the Image Dimensions values."
610
  msgstr ""
611
  "Taille maximum d'une image dans la galerie. \"Personnalisé\" utilise les "
612
  "valeurs définies pour les images."
613
 
614
+ #: includes/class-gllr-settings.php:379
615
  msgid "Custom Image Size"
616
  msgstr "Taille de l'image personalisée"
617
 
618
+ #: includes/class-gllr-settings.php:381 includes/class-gllr-settings.php:469
619
+ #: includes/class-gllr-settings.php:614 includes/class-gllr-settings.php:664
620
  msgid "px"
621
  msgstr "px"
622
 
623
+ #: includes/class-gllr-settings.php:382
624
  msgid ""
625
  "Adjust these values based on the number of columns in your gallery. This "
626
  "won't effect the full size of your images in the lightbox."
628
  "Ajuster ces valeurs sur la base du nombre de colonnes dans votre galerie. "
629
  "Cela ne changera pas la taille maximum de vos images dans la lightbox."
630
 
631
+ #: includes/class-gllr-settings.php:393
632
  msgid "Crop Images"
633
  msgstr "Réduire les images"
634
 
635
+ #: includes/class-gllr-settings.php:395
636
  msgid ""
637
  "Enable to crop images using the sizes defined for Custom Image Size. Disable "
638
  "to resize images automatically using their aspect ratio."
641
  "paramètres de personnalisation. Désactiver pour restaurer les images "
642
  "automatiquement en utilisant leur aspect d'origine."
643
 
644
+ #: includes/class-gllr-settings.php:399 includes/class-gllr-settings.php:631
645
  msgid "Crop Position"
646
  msgstr "Position pour la réduction"
647
 
648
+ #: includes/class-gllr-settings.php:414 includes/class-gllr-settings.php:646
649
  msgid "Select crop position base (by default: center)."
650
  msgstr ""
651
  "Sélectionner la position de base pour la réduction (par défaut le centre)."
652
 
653
+ #: includes/class-gllr-settings.php:424
654
  msgid "Image Title"
655
  msgstr "Titre de l'image"
656
 
657
+ #: includes/class-gllr-settings.php:426
658
  msgid "Enable to display image title along with the gallery image."
659
  msgstr "Activer pour afficher le titre avec l'image dans la galerie."
660
 
661
+ #: includes/class-gllr-settings.php:437
662
  msgid "Image Title Position"
663
  msgstr "Position du titre de l'image"
664
 
665
+ #: includes/class-gllr-settings.php:442
666
  msgid "Under image"
667
  msgstr "Sous l'image"
668
 
669
+ #: includes/class-gllr-settings.php:448
670
  msgid "On mouse hover"
671
  msgstr "Par survol de la souris"
672
 
673
+ #: includes/class-gllr-settings.php:461
674
  msgid "Image Border"
675
  msgstr "Image avec bordure"
676
 
677
+ #: includes/class-gllr-settings.php:463
678
  msgid ""
679
  "Enable images border using the styles defined for Image Border Size and "
680
+ "Color options."
681
  msgstr ""
 
 
682
 
683
+ #: includes/class-gllr-settings.php:467
684
  msgid "Image Border Size"
685
  msgstr "Taille de la bordure de l'image"
686
 
687
+ #: includes/class-gllr-settings.php:470
688
  #, php-format
689
  msgid "Gallery image border width (default is %s)"
690
  msgstr "Largeur de la bordure pour les images (par défaut %s)"
691
 
692
+ #: includes/class-gllr-settings.php:474
693
  msgid "Image Border Color"
694
  msgstr "Choisir une couleur pour la bordure"
695
 
696
+ #: includes/class-gllr-settings.php:487
697
  msgid "Pagination"
698
  msgstr "Pagination"
699
 
700
+ #: includes/class-gllr-settings.php:490
701
  msgid ""
702
  "Enable pagination for images to limit number of images displayed on a single "
703
  "gallery page."
705
  "Activer la pagination pour les images afin de limiter le nombre d'images "
706
  "affichées sur une seule page dans la galerie."
707
 
708
+ #: includes/class-gllr-settings.php:494
709
  msgid "Number of Images"
710
  msgstr "Nombre d'images"
711
 
712
+ #: includes/class-gllr-settings.php:497
713
  #, php-format
714
  msgid "Number of images displayed per page (default is %d)."
715
  msgstr "Nombre d'images affichées par page (par défaut %d)."
716
 
717
+ #: includes/class-gllr-settings.php:507
718
  msgid "Sort Images by"
719
  msgstr "Trier les images par"
720
 
721
+ #: includes/class-gllr-settings.php:510
722
  msgid "Manually (default)"
723
  msgstr "Manuel (défaut)"
724
 
725
+ #: includes/class-gllr-settings.php:511
726
  msgid "Image ID"
727
  msgstr "Image ID"
728
 
729
+ #: includes/class-gllr-settings.php:512
730
  msgid "Name"
731
  msgstr "Nom"
732
 
733
+ #: includes/class-gllr-settings.php:514 includes/class-gllr-settings.php:685
734
  msgid "Random"
735
  msgstr "Aléatoire"
736
 
737
+ #: includes/class-gllr-settings.php:516
738
  msgid ""
739
  "Select images sorting order in your gallery. By default, you can sort images "
740
  "manually in the images tab."
742
  "Choisir l'ordre de tri des images dans votre galerie. Par défaut, vous "
743
  "pouvez trier les images manuellement dans l'onglet des images. "
744
 
745
+ #: includes/class-gllr-settings.php:520
746
  msgid "Arrange Images by"
747
  msgstr "Trier les images par"
748
 
749
+ #: includes/class-gllr-settings.php:523 includes/class-gllr-settings.php:694
750
  msgid "Ascending (e.g. 1, 2, 3; a, b, c)"
751
  msgstr "Ascendant (par ex 1, 2, 3; a, b, c)"
752
 
753
+ #: includes/class-gllr-settings.php:524 includes/class-gllr-settings.php:695
754
  msgid "Descending (e.g. 3, 2, 1; c, b, a)"
755
  msgstr "Descendant (par ex 1, 2, 3; a, b, c)"
756
 
757
+ #: includes/class-gllr-settings.php:529
758
  msgid "Back Link"
759
  msgstr "Lien de retour"
760
 
761
+ #: includes/class-gllr-settings.php:531
762
  msgid ""
763
  "Enable to show a back link in a single gallery page which navigate to a "
764
  "previous page."
766
  "Activer pour afficher un lien de retour dans la page d'une galerie vers la "
767
  "page précédente."
768
 
769
+ #: includes/class-gllr-settings.php:535
770
  msgid "Back Link URL"
771
  msgstr "L'URL pour le lien de retour"
772
 
773
+ #: includes/class-gllr-settings.php:538
774
  msgid "Back link custom page URL. Leave blank to use Gallery page template."
775
  msgstr ""
776
  "Lien de retour personnalisé vers une page. Laisser vide pour utiliser le "
777
  "modèle de page de galerie."
778
 
779
+ #: includes/class-gllr-settings.php:542
780
  msgid "Back Link Label"
781
  msgstr "Libellé pour le lien de retour"
782
 
783
+ #: includes/class-gllr-settings.php:548
784
  msgid "Back Link with Shortcode"
785
  msgstr "Lien de retour dans le code court"
786
 
787
+ #: includes/class-gllr-settings.php:551
788
  msgid "Enable to display a back link on a page where shortcode is used."
789
  msgstr ""
790
  "Activer pour afficher le lien de retour vers la page où le code court est "
791
  "utilisé."
792
 
793
+ #: includes/class-gllr-settings.php:562
794
  msgid "Cover Settings"
795
  msgstr "Paramètres de couverture"
796
 
797
+ #: includes/class-gllr-settings.php:567
798
  msgid "Galleries Page"
799
  msgstr "Page des galeries"
800
 
801
+ #: includes/class-gllr-settings.php:575
802
  msgid "Base page where all existing galleries will be displayed."
803
  msgstr "Page de base où toutes les galeries existantes seront affichées."
804
 
805
+ #: includes/class-gllr-settings.php:579
806
+ msgid "Albums Displaying"
807
+ msgstr ""
808
+
809
+ #: includes/class-gllr-settings.php:582
810
+ msgid "Column"
811
+ msgstr ""
812
+
813
+ #: includes/class-gllr-settings.php:583
814
+ msgid "Rows"
815
+ msgstr ""
816
+
817
+ #: includes/class-gllr-settings.php:585
818
+ msgid "Select the way galleries will be displayed on the Galleries Page."
819
+ msgstr ""
820
+
821
+ #: includes/class-gllr-settings.php:589
822
+ msgid "Column Alignment"
823
+ msgstr ""
824
+
825
+ #: includes/class-gllr-settings.php:592
826
+ msgid "Left"
827
+ msgstr "Gauche"
828
+
829
+ #: includes/class-gllr-settings.php:593
830
+ msgid "Right"
831
+ msgstr ""
832
+
833
+ #: includes/class-gllr-settings.php:594
834
+ msgid "Center"
835
+ msgstr ""
836
+
837
+ #: includes/class-gllr-settings.php:596
838
+ msgid "Select the column alignment."
839
+ msgstr ""
840
+
841
+ #: includes/class-gllr-settings.php:600
842
  msgid "Cover Image Size"
843
  msgstr "Taille de l'image de couverture"
844
 
845
+ #: includes/class-gllr-settings.php:608
846
  msgid "Maximum cover image size. Custom uses the Image Dimensions values."
847
  msgstr ""
848
  "Taille maximum de l'image de couverture. Utiliser les dimensions "
849
  "personnalisées de l'image."
850
 
851
+ #: includes/class-gllr-settings.php:612
852
  msgid "Custom Cover Image Size"
853
  msgstr "Taille personnalisée de l'image de couverture"
854
 
855
+ #: includes/class-gllr-settings.php:625
856
  msgid "Crop Cover Images"
857
  msgstr "Réduire les images de couverture"
858
 
859
+ #: includes/class-gllr-settings.php:627
860
  msgid ""
861
  "Enable to crop images using the sizes defined for Custom Cover Image Size. "
862
  "Disable to resize images automatically using their aspect ratio."
865
  "dans le champ de personnalisation. Désactiver pour restaurer les images "
866
  "automatiquement en utilisant leur aspect d'origine."
867
 
868
+ #: includes/class-gllr-settings.php:656
869
  msgid "Cover Image Border"
870
  msgstr "Bordure de l'image de couverture"
871
 
872
+ #: includes/class-gllr-settings.php:658
873
  msgid ""
874
  "Enable cover images border using the styles defined for Image Border Size "
875
  "and Color."
877
  "Activer les bordures de l'image de couverture avec la taille et la couleur "
878
  "définies."
879
 
880
+ #: includes/class-gllr-settings.php:662
881
  msgid "Cover Image Border Size"
882
  msgstr "Taille de la bordure de l'image de couverture"
883
 
884
+ #: includes/class-gllr-settings.php:665
885
  #, php-format
886
  msgid "Cover image border width (default is %s)"
887
  msgstr "Taille de la bordure de l'image de couverture (par défaut %s)"
888
 
889
+ #: includes/class-gllr-settings.php:669
890
  msgid "Cover Image Border Color"
891
  msgstr "Couleur de la bordure de l'image de couverture"
892
 
893
+ #: includes/class-gllr-settings.php:675
894
  msgid "Sort Albums by"
895
  msgstr "Trier les albums par"
896
 
897
+ #: includes/class-gllr-settings.php:678
898
  msgid "Gallery ID"
899
  msgstr "Galerie ID"
900
 
901
+ #: includes/class-gllr-settings.php:681
902
  msgid "Last modified date"
903
  msgstr "Date de dernière modification"
904
 
905
+ #: includes/class-gllr-settings.php:682
906
  msgid "Comment count"
907
  msgstr "Nombre de commentaires"
908
 
909
+ #: includes/class-gllr-settings.php:683
910
  msgid "Sorting order (the input field for sorting order)"
911
  msgstr "Ordre de tri (le champ pour définir le critère de tri)"
912
 
913
+ #: includes/class-gllr-settings.php:687
914
  msgid "Select galleries sorting order in your galleries page."
915
  msgstr "Choisissez l'ordre de tri de vos galeries dans la page des albums."
916
 
917
+ #: includes/class-gllr-settings.php:691
918
  msgid "Arrange Albums by"
919
  msgstr "Tirer les albums par"
920
 
921
+ #: includes/class-gllr-settings.php:700
922
  msgid "Read More Link Label"
923
  msgstr "Texte pour le lien \"En savoir plus\""
924
 
925
+ #: includes/class-gllr-settings.php:713
926
  msgid "Instant Lightbox"
927
  msgstr "Lightbox rapide"
928
 
929
+ #: includes/class-gllr-settings.php:716
930
  msgid ""
931
  "Enable to display all images in the lightbox after clicking cover image or "
932
  "URL instead of going to a single gallery page."
935
  "cliquer sur l'image de couverture ou le lien au lieu d'une page avec la "
936
  "galerie"
937
 
938
+ #: includes/class-gllr-settings.php:730
939
  msgid "Lightbox Settings"
940
  msgstr "Paramètres lightbox"
941
 
942
+ #: includes/class-gllr-settings.php:735
943
  msgid "Enable Lightbox"
944
  msgstr "Activer Lightbox"
945
 
946
+ #: includes/class-gllr-settings.php:738
947
  msgid "Enable to show the lightbox when clicking on gallery images."
948
  msgstr ""
949
  "Activer pour voir la lightbox lorsque l'on clique sur une image de la "
950
  "galerie."
951
 
952
+ #: includes/class-gllr-settings.php:756
953
  msgid ""
954
  "Select the maximum gallery image size for the lightbox view. \"Default\" "
955
  "will display the original, full size image."
957
  "Choisissez la taille maximum de l'image pour la lightbox. \"Défaut\" "
958
  "affichera l'image d'origine dans sa taille d'origine."
959
 
960
+ #: includes/class-gllr-settings.php:760
961
  msgid "Overlay Color"
962
  msgstr "Couleur de superposition"
963
 
964
+ #: includes/class-gllr-settings.php:766
965
  msgid "Overlay Opacity"
966
  msgstr "Opacité de la superposition"
967
 
968
+ #: includes/class-gllr-settings.php:769
969
  #, php-format
970
  msgid ""
971
+ "Lightbox overlay opacity. Leave blank to disable opacity (default is %s, max "
972
+ "is %s)."
973
  msgstr ""
 
 
974
 
975
+ #: includes/class-gllr-settings.php:779
976
  msgid "Slideshow"
977
  msgstr "Diaporama"
978
 
979
+ #: includes/class-gllr-settings.php:781
980
  msgid "Enable to start the slideshow automatically when the lightbox is used."
981
  msgstr ""
982
  "Activer pour lancer le diaporama automatiquement quand la lightbox est "
983
  "utilisée."
984
 
985
+ #: includes/class-gllr-settings.php:785
986
  msgid "Slideshow Duration"
987
  msgstr "Durée du diaporama"
988
 
989
+ #: includes/class-gllr-settings.php:787
990
  msgid "ms"
991
  msgstr "ms"
992
 
993
+ #: includes/class-gllr-settings.php:788
994
  msgid "Slideshow interval duration between two images."
995
  msgstr "Durée entre deux images dans le diaporama."
996
 
997
+ #: includes/class-gllr-settings.php:799
 
998
  msgid "Lightbox Helpers"
999
  msgstr "Lightbox helper"
1000
 
1001
+ #: includes/class-gllr-settings.php:801
1002
+ msgid "Enable to display the lightbox toolbar and arrows."
 
1003
  msgstr "Activer pour voir les options PRO de cette extension."
1004
 
1005
+ #: includes/class-gllr-settings.php:805
 
1006
  msgid "Lightbox Thumbnails"
1007
+ msgstr "Vignettes de la lightbox"
1008
 
1009
+ #: includes/class-gllr-settings.php:807
1010
+ msgid "Enable to use a lightbox helper navigation between images."
 
1011
  msgstr ""
 
1012
 
1013
+ #: includes/class-gllr-settings.php:811
 
1014
  msgid "Lightbox Thumbnails Position"
1015
+ msgstr "Position des vignettes de la lightbox"
1016
 
1017
+ #: includes/class-gllr-settings.php:814
1018
  msgid "Top"
1019
  msgstr "Haut"
1020
 
1021
+ #: includes/class-gllr-settings.php:819
1022
  msgid "Lightbox Button Label"
1023
  msgstr "Label du bouton pour Lightbox"
1024
 
1025
+ #: includes/class-gllr-settings.php:821
 
1026
  msgid "Read More"
1027
  msgstr "Lire plus..."
1028
 
1029
+ #: includes/class-gllr-settings.php:831
 
1030
  msgid "Download Button"
1031
+ msgstr "Bouton de téléchargement"
1032
 
1033
+ #: includes/class-gllr-settings.php:833
1034
+ msgid "Enable to display download button."
1035
+ msgstr "Activer pour voir le bouton de téléchargement."
 
 
 
1036
 
1037
+ #: includes/class-gllr-settings.php:837
1038
  msgid "Single Lightbox"
1039
  msgstr "Lightbox simple"
1040
 
1041
+ #: includes/class-gllr-settings.php:839
1042
  msgid ""
1043
  "Enable to use a single lightbox for multiple galleries located on a single "
1044
  "page."
1046
  "Activer pour utiliser un seul diaporama pour plusieurs galeries se trouvant "
1047
  "sur la même page."
1048
 
1049
+ #: includes/class-gllr-settings.php:849
1050
  msgid "Social Sharing Buttons Settings"
1051
  msgstr "Paramètres des boutons des réseaux sociaux"
1052
 
1053
+ #: includes/class-gllr-settings.php:857
1054
+ msgid "Social Buttons"
1055
+ msgstr ""
1056
 
1057
+ #: includes/class-gllr-settings.php:859
1058
  msgid "Enable social sharing buttons in the lightbox."
1059
  msgstr ""
1060
+ "Afficher les boutons de partage sur les réseaux sociaux dans la lightbox"
1061
 
1062
+ #: includes/class-gllr-settings.php:863
1063
  msgid "Social Networks"
1064
  msgstr "Réseaux sociaux"
1065
 
1066
+ #: includes/class-gllr-settings.php:874
 
 
 
 
 
 
 
 
 
 
 
 
1067
  msgid "Counter"
1068
  msgstr "Compteur"
1069
 
1070
+ #: includes/class-gllr-settings.php:877
1071
+ #, fuzzy
1072
+ msgid ""
1073
+ "Enable to show likes counter for each social button (not available for "
1074
+ "Google +1)."
1075
  msgstr ""
1076
  "Activer pour voir le nombre de \"J'aime\" sur chaque bouton des réseaux "
1077
  "sociaux."
1078
 
1079
+ #: includes/class-gllr-settings.php:892
1080
  msgid "Demo Data"
1081
  msgstr "Données de démonstration"
1082
 
1083
+ #: includes/class-gllr-settings.php:894
1084
  msgid ""
1085
  "Install demo data to create galleries with images, post with shortcodes and "
1086
  "page with a list of all galleries."
1089
  "images, des articles avec les différents codes courts, des pages avec des "
1090
  "listes de galeries seront créés."
1091
 
1092
+ #: includes/class-gllr-settings.php:913
1093
  msgid "Gallery Post Type"
1094
  msgstr "Type d'article de Galerie"
1095
 
1096
+ #: includes/class-gllr-settings.php:915
1097
  msgid ""
1098
  "Enable to avoid conflicts with other gallery plugins installed. All "
1099
  "galleries created earlier will stay unchanged. However, after enabling we "
1105
  "cependant, après la modification, merci de vérifier le paramétrage de vos "
1106
  "autres extensions où le type d'article 'galerie' est utilisé."
1107
 
1108
+ #: includes/class-gllr-settings.php:927
1109
  msgid "Gallery Slug"
1110
  msgstr "Identifiant de la galerie"
1111
 
1112
+ #: includes/class-gllr-settings.php:931
1113
  msgid "Enter the unique gallery slug."
1114
  msgstr "Saisir le slug unique pour la galerie."
1115
 
1116
+ #: includes/class-gllr-settings.php:947
1117
  msgid "Activate Now"
1118
  msgstr "Activer maintenant"
1119
 
1120
+ #: includes/class-gllr-settings.php:962
1121
  msgid "Install Now"
1122
  msgstr "Installer maintenant"
1123
 
1124
+ #: includes/class-gllr-settings.php:965
1125
  msgid "Enable to include galleries to your website search."
1126
  msgstr "Activer pour inclure les galeries dans la recherche de votre site."
1127
 
1128
+ #: includes/class-gllr-settings.php:965
1129
  #, php-format
1130
  msgid "%s is required."
1131
  msgstr "%s est requis"
1213
  msgstr "Fermer l'avertissement"
1214
 
1215
  #: includes/demo-data/class-bws-demo-data.php:591
1216
+ #, php-format
1217
  msgid ""
1218
+ "Do you want to install demo content and settings for %s (You can do this "
1219
+ "later using Import / Export settings)?"
1220
  msgstr ""
 
 
1221
 
1222
  #: includes/demo-data/class-bws-demo-data.php:591
1223
  msgid "Yes, install demo now"
1224
  msgstr "Oui, installer les données de démonstration"
1225
 
1226
+ #~ msgid "columns"
1227
+ #~ msgstr "colonnes"
 
 
 
1228
 
1229
+ #~ msgid ""
1230
+ #~ "Lightbox overlay opacity. Leave blank to disable opacity (default is %d, "
1231
+ #~ "max is %d)."
1232
+ #~ msgstr ""
1233
+ #~ "Opacité pour la superposition de Lightbox. Laisser vide pour ne pas "
1234
+ #~ "utiliser l''opacité (par défaut %d, max %d)."
1235
 
1236
+ #~ msgid "Enable to use a lightbox helper navigation between images.."
1237
+ #~ msgstr ""
1238
+ #~ "Activer pour utiliser un helper de navigation dans la lightbox entre les "
1239
+ #~ "images."
1240
 
1241
+ #~ msgid "Social Buttons Position"
1242
+ #~ msgstr "Position des boutons sociaux"
1243
 
1244
+ #~ msgid "Select social buttons position in the lightbox."
1245
+ #~ msgstr ""
1246
+ #~ "Choisir la position des boutons des réseaux sociaux dans la lightbox."
1247
 
1248
+ #~ msgid ""
1249
+ #~ "When deleting a category, the galleries that belong to this category will "
1250
+ #~ "not be deleted. Instead, these galleries will be moved to the category %s."
1251
+ #~ msgstr ""
1252
+ #~ "Quand vous supprimer une catégorie, les galeries qui avaient cette "
1253
+ #~ "catégorie ne sont pas supprimées. Ces galeries seront affectées à la "
1254
+ #~ "catégorie %s."
1255
 
1256
+ #~ msgid "Image size changes not defined"
1257
+ #~ msgstr "La modification de la taille n'est pas définie"
1258
 
1259
+ #~ msgid "Adding images requires JavaScript."
1260
+ #~ msgstr "Ajouter des images nécessite Java-script."
1261
 
1262
+ #~ msgid ""
1263
+ #~ "Enable images border using the styles defined for Image Border Size and "
1264
+ #~ "Color."
1265
+ #~ msgstr ""
1266
+ #~ "Activer les bordures autour des images en utilisant le style et la "
1267
+ #~ "couleur définie."
1268
 
1269
+ #~ msgid "Enable Social Buttons"
1270
+ #~ msgstr "Activer les boutons pour les réseaux sociaux"
1271
 
1272
+ #~ msgid ""
1273
+ #~ "Do you want to install demo content and settings (You can do this later "
1274
+ #~ "using Import / Export settings)?"
1275
+ #~ msgstr ""
1276
+ #~ "Voulez-vous installer le contenu de démonstration et les paramètres (Vous "
1277
+ #~ "pouvez le faire plus tard en utilisant l'import et l'export des "
1278
+ #~ "paramètres) ?"
1279
 
1280
+ #~ msgid "Need help? We are ready to answer your questions."
1281
+ #~ msgstr "Besoin d'aide? Nous sommes prêts à répondre à vos questions."
1282
 
1283
+ #~ msgid "Contact Support"
1284
+ #~ msgstr "Prendre contact avec le support"
1285
 
1286
+ #~ msgid "The plugin is not working"
1287
+ #~ msgstr "L'extension ne fonctionne pas"
 
 
 
1288
 
1289
+ #~ msgid "The plugin didn't work as expected"
1290
+ #~ msgstr "L'extension ne fonctionne pas comme je le pensais"
1291
 
1292
+ #~ msgid "What did you expect?"
1293
+ #~ msgstr "Qu'en attendiez vous ?"
 
 
 
 
1294
 
1295
+ #~ msgid "The plugin suddenly stopped working"
1296
+ #~ msgstr "L'extension a arrêté de fonctionner"
1297
 
1298
+ #~ msgid "The plugin broke my site"
1299
+ #~ msgstr "L'extension a cassé mon site"
1300
 
1301
+ #~ msgid "I couldn't understand how to get it work"
1302
+ #~ msgstr "Je n'ai pas compris comment la faire fonctionner"
1303
 
1304
+ #~ msgid "I found a better plugin"
1305
+ #~ msgstr "J'ai trouvé une meilleure extension"
1306
 
1307
+ #~ msgid "What's the plugin name?"
1308
+ #~ msgstr "Quel est le nom de l'extension?"
1309
 
1310
+ #~ msgid "What feature?"
1311
+ #~ msgstr "Quelles fonctionnalités ?"
1312
 
1313
+ #~ msgid "I no longer need the plugin"
1314
+ #~ msgstr "Je n'ai plus besoin de cette extension"
1315
 
1316
+ #~ msgid "Other"
1317
+ #~ msgstr "Autre"
1318
 
1319
+ #~ msgid "Quick Feedback"
1320
+ #~ msgstr "Retour rapide"
1321
 
1322
+ #~ msgid "If you have a moment, please let us know why you are deactivating"
 
 
 
 
1323
  #~ msgstr ""
1324
+ #~ "Si vous avez un moment, merci de nous dire pourquoi vous désactivez "
1325
+ #~ "l'extension"
 
 
1326
 
1327
+ #~ msgid "Anonymous feedback"
1328
+ #~ msgstr "Retour de manière anonyme"
1329
 
1330
+ #~ msgid "Cancel"
1331
+ #~ msgstr "Annuler"
 
 
 
 
1332
 
1333
+ #~ msgid "Processing"
1334
+ #~ msgstr "Proccéder"
 
 
 
 
1335
 
1336
+ #~ msgid "Submit & Deactivate"
1337
+ #~ msgstr "Soumettre et désactiver"
 
1338
 
1339
+ #~ msgid "Please tell us the reason so we can improve it."
1340
  #~ msgstr ""
1341
+ #~ "Merci de nous donner la raison pour que nous puissions nous améliorer."
1342
 
1343
+ #~ msgid "Deactivate"
1344
+ #~ msgstr "Désactiver"
1345
 
1346
+ #~ msgid "Information"
1347
+ #~ msgstr "Information"
 
 
 
 
1348
 
1349
+ #~ msgid "Inactive"
1350
+ #~ msgstr "Inactif"
1351
 
1352
+ #~ msgid "Learn More"
1353
+ #~ msgstr "En savoir plus"
1354
 
1355
+ #~ msgid "Expired"
1356
+ #~ msgstr "Expiré"
1357
 
1358
+ #~ msgid "%s day(-s) left"
1359
+ #~ msgstr "%s jour(s) restant"
1360
 
1361
+ #~ msgid "Expired on %s"
1362
+ #~ msgstr "Se termine le %s"
1363
 
1364
+ #~ msgid "Renew Now"
1365
+ #~ msgstr "Renouveler maintenant"
1366
 
1367
+ #~ msgid "Active"
1368
+ #~ msgstr "Activer"
1369
 
1370
+ #~ msgid "License"
1371
+ #~ msgstr "Licence"
 
 
 
 
1372
 
1373
+ #~ msgid "Status"
1374
+ #~ msgstr "Etat"
1375
 
1376
+ #~ msgid "Version"
1377
+ #~ msgstr "Version"
1378
 
1379
+ #~ msgid "Save Changes"
1380
+ #~ msgstr "Enregistrer les modifications"
1381
 
1382
+ #~ msgid "All plugin settings were restored."
1383
  #~ msgstr ""
1384
+ #~ "Toutes les valeurs par défaut des paramètres de l'extension ont été "
1385
+ #~ "remises."
1386
 
1387
  #~ msgid ""
1388
+ #~ "You do not have sufficient permissions to edit plugins for this site."
 
1389
  #~ msgstr ""
1390
+ #~ "Vous n'avez pas assez de droits pour modifier l'extension pour ce site."
 
1391
 
1392
+ #~ msgid "These styles will be added to the header on all pages of your site."
1393
+ #~ msgstr ""
1394
+ #~ "Ces styles seront ajoutés aux entêtes sur tous les pages de votre site."
1395
 
1396
  #~ msgid ""
1397
+ #~ "This PHP code will be hooked to the %s action and will be printed on "
1398
+ #~ "front end only."
1399
  #~ msgstr ""
1400
+ #~ "Ce code PHP sera rattaché à l'action %s et sera affiché uniquement sur la "
1401
+ #~ "partie publique."
1402
 
1403
+ #~ msgid "These code will be added to the header on all pages of your site."
1404
+ #~ msgstr "Ce code sera ajouté aux entêtes sur toutes les pages de votre site."
1405
+
1406
+ #~ msgid ""
1407
+ #~ "You need to make this files writable before you can save your changes. "
1408
+ #~ "See %s the Codex %s for more information."
1409
+ #~ msgstr ""
1410
+ #~ "Vous devez rendre ce fichier modifiable avant de pouvoir enregistrer vos "
1411
+ #~ "modifications. Regarder %s du Codex %s pour plus d'informations."
1412
+
1413
+ #~ msgid "Browsing"
1414
+ #~ msgstr "Parcourir"
1415
+
1416
+ #~ msgid "Activate custom %s code."
1417
+ #~ msgstr "Activer le code personnalisé %s."
1418
+
1419
+ #~ msgid "Learn more about %s"
1420
+ #~ msgstr "En savoir plus sur %s"
1421
+
1422
+ #~ msgid "Miscellaneous Settings"
1423
+ #~ msgstr "Paramètres divers"
1424
 
1425
  #~ msgid "Notice"
1426
  #~ msgstr "Avertissement"
1427
 
1428
+ #~ msgid ""
1429
+ #~ "It is prohibited to change %s settings on this site in the %s network "
1430
+ #~ "settings."
1431
+ #~ msgstr ""
1432
+ #~ "Il est interdit de modifier les paramètres %s sur ce site dans les "
1433
+ #~ "paramètres réseau %s."
1434
 
1435
+ #~ msgid ""
1436
+ #~ "It is prohibited to view %s settings on this site in the %s network "
1437
+ #~ "settings."
1438
+ #~ msgstr ""
1439
+ #~ "Il est interdit de voir les paramètres %s sur ce site dans les paramètres "
1440
+ #~ "réseau %s."
1441
+
1442
+ #~ msgid "Pro Options"
1443
+ #~ msgstr "Options Pro"
1444
+
1445
+ #~ msgid "Enable to display plugin Pro options."
1446
+ #~ msgstr "Activer pour voir les options PRO de cette extension."
1447
+
1448
+ #~ msgid "Track Usage"
1449
+ #~ msgstr "Suivre l'utilisation"
1450
 
1451
  #~ msgid ""
1452
+ #~ "Enable to allow tracking plugin usage anonymously in order to make it "
1453
+ #~ "better."
1454
  #~ msgstr ""
1455
+ #~ "Activer pour autoriser le suivi de l'utilisation de cette extension de "
1456
+ #~ "manière anonyme afin de la rendre meilleur."
1457
 
1458
+ #~ msgid "Default Settings"
1459
+ #~ msgstr "Paramètres par défaut"
1460
 
1461
+ #~ msgid "Restore Settings"
1462
+ #~ msgstr "Remettre les paramètres"
1463
 
1464
+ #~ msgid "This will restore plugin settings to defaults."
1465
+ #~ msgstr "Remettre les valeurs par défaut des paramètres de l'extension"
1466
 
1467
+ #~ msgid "Congratulations! Pro license is activated successfully."
1468
+ #~ msgstr ""
1469
+ #~ "Félicitations! La version PRO de cette extension a été téléchargée et "
1470
+ #~ "activée avec succès."
1471
 
1472
+ #~ msgid "You will be automatically redirected to the %s in %s seconds."
1473
+ #~ msgstr "Vous allez être redirigé automatiquement vers %s dans %s secondes."
1474
 
1475
+ #~ msgid "Settings page"
1476
+ #~ msgstr "Page des paramètres"
1477
 
1478
+ #~ msgid "Activate"
1479
+ #~ msgstr "Activer"
1480
 
1481
+ #~ msgid ""
1482
+ #~ "Enter your license key to activate %s and get premium plugin features."
1483
+ #~ msgstr ""
1484
+ #~ "Saisir votre clé de licence pour activer %s et obtenir les fonctions "
1485
+ #~ "premium."
1486
 
1487
+ #~ msgid ""
1488
+ #~ "Unfortunately, you have exceeded the number of available tries per day. "
1489
+ #~ "Please, upload the plugin manually."
1490
+ #~ msgstr ""
1491
+ #~ "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
1492
+ #~ "télécharger l'extension manuellement."
1493
 
1494
+ #~ msgid "Start Your Free %s-Day Trial Now"
1495
+ #~ msgstr "Débuter votre licence d'évaluation gratuite de %s jours"
1496
 
1497
+ #~ msgid "Check license key"
1498
+ #~ msgstr "Vérifier la clé de licence"
1499
 
1500
+ #~ msgid ""
1501
+ #~ "If necessary, you can check if the license key is correct or reenter it "
1502
+ #~ "in the field below."
1503
+ #~ msgstr ""
1504
+ #~ "Si nécessaire vous pouvez vérifier que la clé de licence est correcte ou "
1505
+ #~ "la saisir de nouveau dans le champ ci-dessous."
1506
 
1507
+ #~ msgid "Manage License Settings"
1508
+ #~ msgstr "Paramètres de gestion des licences"
1509
+
1510
+ #~ msgid "Login to Client Area"
1511
+ #~ msgstr "Connexion à l'espace client"
1512
+
1513
+ #~ msgid ""
1514
+ #~ "Manage active licenses, download BWS products, and view your payment "
1515
+ #~ "history using BestWebSoft Client Area."
1516
+ #~ msgstr ""
1517
+ #~ "Gérer les licences actives, télécharger les produits BWS, et voir "
1518
+ #~ "l'historique de vos paiements dans la zone client BestWebSoft."
1519
 
1520
  #~ msgid "Wrong license key"
1521
  #~ msgstr "Clé de licence incorrecte"
1534
  #~ msgid "Wrong license key."
1535
  #~ msgstr "Clé de licence incorrecte."
1536
 
1537
+ #~ msgid "This license key is bound to another site."
1538
+ #~ msgstr "La clé de licence correspond à un autre site."
1539
+
1540
  #~ msgid ""
1541
+ #~ "This license key is valid, but Your license has expired. If you want to "
1542
+ #~ "update our plugin in future, you should extend the license."
1543
  #~ msgstr ""
1544
+ #~ "La clé de licence est valide mais votre durée de validité est passée. "
1545
+ #~ "Pour continuer à disposer du support rapide et des mises à jour de "
1546
+ #~ "l'extension vous devez la renouveler."
 
 
1547
 
1548
+ #~ msgid "Unfortunately, you have exceeded the number of available tries."
 
1549
  #~ msgstr ""
1550
  #~ "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
1551
  #~ "télécharger l'extension manuellement."
1552
 
1553
+ #~ msgid ""
1554
+ #~ "Unfortunately, the Pro Trial licence was already installed to this "
1555
+ #~ "domain. The Pro Trial license can be installed only once."
1556
+ #~ msgstr ""
1557
+ #~ "Malheureusement la licence PRO a déjà été installée sur ce domaine. La "
1558
+ #~ "licence PRO d'évaluation peut être installée une seule fois."
1559
+
1560
+ #~ msgid "The Pro Trial license key is valid."
1561
+ #~ msgstr "La clé de licence d'évaluation est valide."
1562
+
1563
+ #~ msgid "The license key is valid."
1564
+ #~ msgstr "La clé de licence est valide."
1565
+
1566
+ #~ msgid "Your license will expire on"
1567
+ #~ msgstr "Votre licence se termine le "
1568
+
1569
+ #~ msgid ""
1570
+ #~ "In order to continue using the plugin it is necessary to buy a %s license."
1571
+ #~ msgstr ""
1572
+ #~ "Afin de pouvoir continuer à utiliser cette extension il est nécessaire "
1573
+ #~ "d'acheter une licence %s."
1574
+
1575
  #~ msgid ""
1576
  #~ "Unfortunately, Your license has expired. To continue getting top-priority "
1577
  #~ "support and plugin updates, you should extend it in your %s"
1587
  #~ "Malheureusement la licence PRO a déjà été installée sur ce domaine. La "
1588
  #~ "licence PRO d'évaluation peut être installée une seule fois."
1589
 
1590
+ #~ msgid ""
1591
+ #~ "Failed to download the zip archive. Please, upload the plugin manually"
1592
+ #~ msgstr ""
1593
+ #~ "Erreur de téléchargement de l'archive ZIP. Merci de télécharger "
1594
+ #~ "l'extension manuellement."
1595
 
1596
+ #~ msgid "Failed to open the zip archive. Please, upload the plugin manually"
1597
+ #~ msgstr ""
1598
+ #~ "Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension "
1599
+ #~ "manuellement."
1600
 
1601
+ #~ msgid ""
1602
+ #~ "Your server does not support either ZipArchive or Phar. Please, upload "
1603
+ #~ "the plugin manually"
1604
  #~ msgstr ""
1605
+ #~ "Votre serveur n'a pas le support du format des archives ZIP ou Phar. "
1606
+ #~ "Merci de télécharger l'extension manuellement."
1607
+
1608
+ #~ msgid "UploadDir is not writable. Please, upload the plugin manually"
1609
+ #~ msgstr ""
1610
+ #~ "Erreur d'ouverture de l'archive zip. Merci de télécharger l'extension "
1611
+ #~ "manuellement."
1612
 
1613
  #~ msgid ""
1614
  #~ "Something went wrong. Try again later or upload the plugin manually. We "
1617
  #~ "Il est survenu une erreur. Essayer de nouveau ou bien télécharger "
1618
  #~ "l'extension manuellement.Nous sommes désolés pour le désagrément."
1619
 
1620
+ #~ msgid "Please, enter Your license key"
1621
+ #~ msgstr "Merci de saisir votre clé de licence"
1622
+
1623
+ #~ msgid "Need Help?"
1624
+ #~ msgstr "Besoin d'aide ?"
1625
+
1626
+ #~ msgid "Read the Instruction"
1627
+ #~ msgstr "Lire les instructions"
1628
+
1629
+ #~ msgid "Visit Help Center"
1630
+ #~ msgstr "Visite le centre de support"
1631
+
1632
+ #~ msgid "Watch the Video"
1633
+ #~ msgstr "Regarder la vidéo"
1634
+
1635
+ #~ msgid "Start Your Free Trial"
1636
+ #~ msgstr "Débuter votre essai gratuit"
1637
+
1638
+ #~ msgid "Admin Tools"
1639
+ #~ msgstr "Outils d'administration"
1640
+
1641
+ #~ msgid "Content"
1642
+ #~ msgstr "Contenu"
1643
+
1644
+ #~ msgid "eCommerce"
1645
+ #~ msgstr "eCommerce"
1646
+
1647
+ #~ msgid "Marketing"
1648
+ #~ msgstr "Marketing"
1649
+
1650
+ #~ msgid "Navigation"
1651
+ #~ msgstr "Navigation"
1652
+
1653
+ #~ msgid "Recommended"
1654
+ #~ msgstr "Recommandé"
1655
+
1656
+ #~ msgid "Security"
1657
+ #~ msgstr "Sécurité"
1658
+
1659
+ #~ msgid "SEO"
1660
+ #~ msgstr "SEO"
1661
+
1662
+ #~ msgid "SMM"
1663
+ #~ msgstr "SMM"
1664
+
1665
+ #~ msgid ""
1666
+ #~ "This license key is bound to another site. Change it via personal Client "
1667
+ #~ "Area."
1668
+ #~ msgstr ""
1669
+ #~ "La clé de licence correspond à un autre site. Modifier là au travers de "
1670
+ #~ "votre espace client."
1671
+
1672
+ #~ msgid "Log in"
1673
+ #~ msgstr "Connexion"
1674
+
1675
+ #~ msgid ""
1676
+ #~ "Unfortunately, you have exceeded the number of available tries per day."
1677
+ #~ msgstr ""
1678
+ #~ "Désoler mais vous avez dépassé le nombre d'essai de la journée. Merci de "
1679
+ #~ "télécharger l'extension manuellement."
1680
+
1681
+ #~ msgid "Congratulations! Pro Membership license is activated successfully."
1682
+ #~ msgstr ""
1683
+ #~ "Félicitations! La version PRO de cette extension a été activée avec "
1684
+ #~ "succès."
1685
+
1686
  #~ msgid "Please enter your license key."
1687
  #~ msgstr "Merci de saisir votre clé de licence."
1688
 
1818
  #~ msgid "Subscribe to Pro Membership"
1819
  #~ msgstr "Souscrire une adhésion PRO"
1820
 
 
 
 
1821
  #~ msgid "Enter your license key"
1822
  #~ msgstr "Merci de saisir votre clé de licence"
1823
 
1851
  #~ msgid "Downloading install package from"
1852
  #~ msgstr "Télécharger le paquet d'installation depuis"
1853
 
 
 
 
 
 
 
1854
  #~ msgid "Unpacking the package"
1855
  #~ msgstr "Décompresser le paquet"
1856
 
1857
  #~ msgid "Installing the plugin"
1858
  #~ msgstr "Installer l'extension"
1859
 
 
 
 
 
 
 
 
 
 
 
 
 
1860
  #~ msgid "The plugin %s is successfully installed."
1861
  #~ msgstr "L'extension %s a été installée avec succès."
1862
 
 
 
 
 
 
1863
  #~ msgid "Activate Plugin"
1864
  #~ msgstr "Activer l'extension"
1865
 
1890
  #~ msgid "Update to v %s"
1891
  #~ msgstr "Mettre à jour avec la version %s"
1892
 
1893
+ #~ msgid "Donate"
1894
+ #~ msgstr "Don"
1895
+
1896
  #~ msgid "Activate this plugin"
1897
  #~ msgstr "Activer cette extension"
1898
 
1905
  #~ msgid "By %s"
1906
  #~ msgstr "Par %s"
1907
 
 
 
 
1908
  #~ msgid "Already Installed"
1909
  #~ msgstr "Déjà installé"
1910
 
1917
  #~ msgid "Send to custom email &#187;"
1918
  #~ msgstr "Envoyer un e-mail spécifique &#187;"
1919
 
1920
+ #~ msgid "requires"
1921
+ #~ msgstr "requis"
 
 
 
 
 
 
 
 
 
 
 
 
1922
 
1923
+ #~ msgid ""
1924
+ #~ "or higher, that is why it has been deactivated! Please upgrade WordPress "
1925
+ #~ "and try again."
1926
+ #~ msgstr ""
1927
+ #~ "ou supérieure, c'est pourquoi il a été désactive! Merci de faire la mise "
1928
+ #~ "à jour de WordPress et de ré-essayer!"
1929
 
1930
+ #~ msgid "Back to the WordPress"
1931
+ #~ msgstr "Retour à WordPress"
1932
 
1933
+ #~ msgid "Plugins page"
1934
+ #~ msgstr "Page des extensions"
1935
 
1936
+ #~ msgid "Like the plugin?"
1937
+ #~ msgstr "Vous aimez cette extension?"
1938
 
1939
+ #~ msgid "Rate it"
1940
+ #~ msgstr "Noter la"
1941
 
1942
+ #~ msgid "Need help?"
1943
+ #~ msgstr "Besoin d'aide ?"
 
 
1944
 
1945
+ #~ msgid "Want to support the plugin?"
1946
+ #~ msgstr "Vous voulez aider cette extension?"
 
 
1947
 
1948
+ #~ msgid "WARNING: Illegal use notification"
1949
+ #~ msgstr "AVERTISSEMENT : Notification d'utilisation abusive"
 
1950
 
1951
  #~ msgid ""
1952
+ #~ "You can use one license of the Pro plugin for one domain only. Please "
1953
+ #~ "check and edit your license or domain if necessary using your personal "
1954
+ #~ "Client Area. We strongly recommend you to solve the problem within 24 "
1955
+ #~ "hours, otherwise the Pro plugin will be deactivated."
1956
  #~ msgstr ""
1957
+ #~ "Vous ne pouvez utiliser qu'une licence pour un domaine de la version PRO "
1958
+ #~ "de l'extension. Vérifiez et modifiez votre licence ou domaine si "
1959
+ #~ "nécessaire dans votre zone client. Nous vous recommandons de résoudre ce "
1960
+ #~ "problème dans les 24 heures, sinon l'extension sera rendue inactive. "
1961
 
1962
+ #~ msgid ""
1963
+ #~ "Notice: Your Pro Trial license has expired. To continue using the plugin, "
1964
+ #~ "you should buy a Pro license"
1965
+ #~ msgstr ""
1966
+ #~ "Information : Votre licence d'évaluation est terminée. Pour continuer à "
1967
+ #~ "utiliser cette extension vous devez acheter une licence PRO"
1968
 
1969
  #~ msgid ""
1970
+ #~ "Your license has expired. To continue getting top-priority support and "
1971
+ #~ "plugin updates, you should extend it."
1972
  #~ msgstr ""
1973
+ #~ "Votre licence est terminée. Pour continuer à disposer du support rapide "
1974
+ #~ "et des mises à jour de l'extension vous devez la renouveler."
1975
 
1976
+ #~ msgid "Learn more"
1977
+ #~ msgstr "En savoir plus"
1978
 
1979
+ #~ msgid "Notice: You are using the Pro Trial license of %s plugin."
1980
+ #~ msgstr ""
1981
+ #~ "Avertissement : vous utilisez la version d'évaluation de l'extension %s."
1982
 
1983
+ #~ msgid "Notice: You are using the Pro Trial license of plugin."
1984
+ #~ msgstr ""
1985
+ #~ "Avertissement : vous utilisez la version d'évaluation de l'extension."
1986
 
1987
+ #~ msgid "The Pro Trial license will expire on"
1988
+ #~ msgstr "Votre licence se termine le "
1989
 
1990
  #~ msgid ""
1991
+ #~ "or higher! We do not guarantee that our plugin will work correctly. "
1992
+ #~ "Please upgrade to WordPress latest version."
1993
  #~ msgstr ""
1994
+ #~ "ou plus! Nous ne garantissons pas que notre extension fonctionne "
1995
+ #~ "correctement. Merci de mettre à jour votre version de WordPress."
1996
 
1997
+ #~ msgid "Thank you for installing %s plugin!"
1998
+ #~ msgstr "Merci d'avoir installer l'extension %s !"
 
 
 
 
1999
 
2000
+ #~ msgid "Let's get started"
2001
+ #~ msgstr "C'est parti"
2002
 
2003
+ #~ msgid "Add New"
2004
+ #~ msgstr "Ajouter"
2005
 
2006
+ #~ msgid "Thank you for installing plugins by BestWebSoft!"
2007
+ #~ msgstr "Merci d'avoir installé des extensions de BestWebSoft!"
 
 
 
 
2008
 
2009
+ #~ msgid "More Details"
2010
+ #~ msgstr "Plus de détails"
2011
 
2012
+ #~ msgid "Less Details"
2013
+ #~ msgstr "Moins de détails"
2014
 
2015
+ #~ msgid "Deprecated function(-s) is used on the site here:"
2016
+ #~ msgstr "Des fonctions obsolètes sont utilisées sur ce site ici&nbsp;:"
2017
 
2018
+ #~ msgid ""
2019
+ #~ "This function(-s) will be removed over time. Please update the product(-"
2020
+ #~ "s)."
2021
  #~ msgstr ""
2022
+ #~ "Ces fonctions seront supprimées dans une prochaine version. Merci de "
2023
+ #~ "mettre à jour vos produits."
2024
 
2025
+ #~ msgid "It’s time to upgrade your"
2026
+ #~ msgstr "C'est le moment de mettre à jour votre "
2027
 
2028
+ #~ msgid "to"
2029
+ #~ msgstr "à"
2030
 
2031
+ #~ msgid "version!"
2032
+ #~ msgstr "version"
2033
+
2034
+ #~ msgid "Extend standard plugin functionality with new great options."
2035
  #~ msgstr ""
2036
+ #~ "Étend les fonctionnalités classiques de l'extension avec des nouvelles "
2037
+ #~ "options."
2038
 
2039
  #~ msgid ""
2040
+ #~ "Your license key for %s expires on %s and you won't be granted TOP-"
2041
+ #~ "PRIORITY SUPPORT or UPDATES."
2042
  #~ msgstr ""
2043
+ #~ "Votre clé de licence pour %s est terminée le %s et vous ne disposerez "
2044
+ #~ "plus du support rapide et des mises à jour."
2045
 
2046
+ #~ msgid "Thank you for choosing %s plugin!"
2047
+ #~ msgstr "Merci d'avoir choisi l'extension %s !"
2048
 
2049
  #~ msgid ""
2050
+ #~ "If you have a feature, suggestion or idea you'd like to see in the "
2051
+ #~ "plugin, we'd love to hear about it!"
2052
  #~ msgstr ""
2053
+ #~ "Si vous avez une fonctionnalité, une suggestion ou une idée que vous "
2054
+ #~ "souhaitez pour cette extension, nous serons ravis d'en parler avec vous !"
2055
 
2056
+ #~ msgid "Suggest a Feature"
2057
+ #~ msgstr "Proposer une fonctionnalité"
2058
 
2059
+ #~ msgid "The plugin's settings have been changed."
2060
+ #~ msgstr "Les paramètres de l'extension ont été modifiés."
2061
 
2062
  #~ msgid ""
2063
+ #~ "You can always look at premium options by checking the \"Pro Options\" in "
2064
+ #~ "the \"Misc\" tab."
2065
  #~ msgstr ""
2066
+ #~ "Vous pouvez toujours consulter les options premium en cliquant sur \"Voir "
2067
+ #~ "les fonctionnalités PRO\" dans l'onglet \"Divers\""
2068
 
2069
+ #~ msgid "Add BWS Shortcode"
2070
+ #~ msgstr "Ajouter le code court de l'extension BWS"
2071
 
2072
+ #~ msgid "Add BWS Plugins Shortcode"
2073
+ #~ msgstr "Ajouter le code court de l'extension BWS"
 
 
 
 
 
2074
 
2075
+ #~ msgid "Add shortcode"
2076
+ #~ msgstr "Ajouter le code court"
 
 
2077
 
2078
+ #~ msgid "Add BestWebSoft plugins' shortcodes using this button."
2079
+ #~ msgstr "Ajouter le code court de l'extension BWS avec ce bouton."
 
 
 
 
2080
 
2081
+ #~ msgid "Are you sure you want to restore default settings?"
2082
+ #~ msgstr "Êtes vous sûr de vouloir remettre toutes les valeurs par défaut ?"
2083
 
2084
+ #~ msgid "Yes, restore all settings"
2085
+ #~ msgstr "Oui, remettre les valeurs par défaut"
 
 
 
2086
 
2087
+ #~ msgid "Plugin"
2088
+ #~ msgstr "Extension"
2089
 
2090
+ #~ msgid "Shortcode settings"
2091
+ #~ msgstr "Paramètres du code court"
2092
 
2093
+ #~ msgid "The shortcode will be inserted"
2094
+ #~ msgstr "Le code court sera inséré"
2095
 
2096
+ #~ msgid "For more information:"
2097
+ #~ msgstr "Pour plus d'information&nbsp;:"
2098
 
2099
+ #~ msgid "Documentation"
2100
+ #~ msgstr "Documentation"
2101
+
2102
+ #~ msgid "Video Instructions"
2103
+ #~ msgstr "Instruction vidéo"
2104
+
2105
+ #~ msgid "Submit a Request"
2106
+ #~ msgstr "Soumettre une requête"
2107
 
2108
  #~ msgid "System Status"
2109
  #~ msgstr "Etat du système"
2194
  #~ msgid "version of the plugin."
2195
  #~ msgstr "version de l'extension."
2196
 
2197
+ #~ msgid "Download high resolution image"
2198
+ #~ msgstr "Télécharger l'image en haute résolution"
2199
+
2200
+ #~ msgid "Most Used"
2201
+ #~ msgstr "Les plus utiliser"
2202
+
2203
+ #~ msgid "Default"
2204
+ #~ msgstr "Défaut"
2205
+
2206
+ #~ msgid "Install %s"
2207
+ #~ msgstr "Installation %s"
2208
+
2209
+ #~ msgid ""
2210
+ #~ "Install Gallery Categories plugin to add unlimited number of categories."
2211
+ #~ msgstr ""
2212
+ #~ "Installer l'extension 'Gallery Categories' pour ajouter un nombre infini "
2213
+ #~ "de catégories."
2214
+
2215
+ #~ msgid "Image"
2216
+ #~ msgstr "Image "
2217
+
2218
+ #~ msgid "This theme is already installed and is up to date"
2219
+ #~ msgstr "Le thème est déjà en place et est à jour."
2220
+
2221
  #~ msgid "Advertisement"
2222
  #~ msgstr "Publicité"
2223
 
 
 
 
2224
  #~ msgid "Management"
2225
  #~ msgstr "Administration"
2226
 
 
 
 
 
 
 
2227
  #~ msgid "Site Stats"
2228
  #~ msgstr "Statistiques"
2229
 
2230
  #~ msgid "Utilities"
2231
  #~ msgstr "Utilitaires"
2232
 
2233
+ #~ msgid "Lightbox Helper Type"
2234
+ #~ msgstr "Lightbox Helper Type"
2235
 
2236
+ #~ msgid "Thumbnails"
2237
+ #~ msgstr "Vignettes"
2238
+
2239
+ #~ msgid "Buttons"
2240
+ #~ msgstr "Boutons"
2241
+
2242
+ #~ msgid "Bottom"
2243
+ #~ msgstr "Bas"
2244
 
2245
+ #~ msgid "Download Original File"
2246
+ #~ msgstr "Télécharger l'image originale"
2247
+
2248
+ #~ msgid ""
2249
+ #~ "Enable to display link to the original file under each image in the "
2250
+ #~ "lightbox."
2251
  #~ msgstr ""
2252
+ #~ "Activer pour afficher un lien vers l'image d'origine sous chaque image "
2253
+ #~ "dans la lightbox."
2254
+
2255
+ #~ msgid "Download Link Label"
2256
+ #~ msgstr "Titre pour le lien de téléchargement"
2257
 
2258
  #~ msgid "PHP Safe Mode"
2259
  #~ msgstr "PHP Safe Mode"
languages/gallery-plugin-id_ID.mo CHANGED
Binary file
languages/gallery-plugin-id_ID.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: 2017-08-14 11:35+0300\n"
6
- "PO-Revision-Date: 2017-08-14 11:35+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: chameleonjohn.com <jordan.silaen@chameleonjohn.com>\n"
9
  "Language: id_ID\n"
@@ -13,121 +13,120 @@ msgstr ""
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: gallery-plugin.php:37 gallery-plugin.php:1647
20
- #: includes/class-gllr-settings.php:308
21
  msgid "Gallery Settings"
22
  msgstr "Pengaturan Gallery"
23
 
24
- #: gallery-plugin.php:37 includes/class-gllr-settings.php:319
25
  msgid "Global Settings"
26
  msgstr "Pengaturan global"
27
 
28
- #: gallery-plugin.php:43 gallery-plugin.php:2728
29
  msgid "Upgrade to Pro"
30
  msgstr "Upgrade ke yang lebih baik"
31
 
32
- #: gallery-plugin.php:218
33
  msgid "Return to all albums"
34
  msgstr "Kembali ke semua album"
35
 
36
- #: gallery-plugin.php:228
37
  msgid "See images &raquo;"
38
  msgstr "Lihat gambar & raquo;"
39
 
40
- #: gallery-plugin.php:315 gallery-plugin.php:324
41
  msgid "Galleries"
42
  msgstr "Galeri"
43
 
44
- #: gallery-plugin.php:316 gallery-plugin.php:3144
45
  msgid "Gallery"
46
  msgstr "Galeri"
47
 
48
- #: gallery-plugin.php:317
49
  msgid "Add New Gallery"
50
  msgstr "Tambahkan Galeri Baru"
51
 
52
- #: gallery-plugin.php:318
53
  msgid "Edit Gallery"
54
  msgstr "Mengedit Galeri"
55
 
56
- #: gallery-plugin.php:319
57
  msgid "New Gallery"
58
  msgstr "Galeri baru"
59
 
60
- #: gallery-plugin.php:320
61
  msgid "View Gallery"
62
  msgstr "Lihat Galeri"
63
 
64
- #: gallery-plugin.php:321 includes/class-gllr-settings.php:927
65
  msgid "Search Galleries"
66
  msgstr "Cari Galeri"
67
 
68
- #: gallery-plugin.php:322
69
  msgid "No Gallery found"
70
  msgstr "Tidak ada Galeri ditemukan"
71
 
72
- #: gallery-plugin.php:344 gallery-plugin.php:1559 gallery-plugin.php:2874
73
- #: gallery-plugin.php:2882 gallery-plugin.php:2920 gallery-plugin.php:2943
74
- #: gallery-plugin.php:3128
75
  msgid "Gallery Categories"
76
  msgstr "Galeri Kategori"
77
 
78
- #: gallery-plugin.php:345 gallery-plugin.php:784
79
  msgid "Gallery Category"
80
  msgstr "Galeri Kategori"
81
 
82
- #: gallery-plugin.php:346
83
  msgid "Add Gallery Category"
84
  msgstr ""
85
 
86
- #: gallery-plugin.php:347
87
  msgid "Add New Gallery Category"
88
  msgstr "Tambahkan Baru Galeri Kategori"
89
 
90
- #: gallery-plugin.php:348 gallery-plugin.php:349
91
  msgid "Edit Gallery Category"
92
  msgstr ""
93
 
94
- #: gallery-plugin.php:350
95
  msgid "New Gallery Category"
96
  msgstr ""
97
 
98
- #: gallery-plugin.php:351 gallery-plugin.php:352
99
  msgid "View Gallery Category"
100
  msgstr ""
101
 
102
- #: gallery-plugin.php:353
103
  msgid "Find Gallery Category"
104
  msgstr ""
105
 
106
- #: gallery-plugin.php:354
107
  msgid "No Gallery Categories found"
108
  msgstr ""
109
 
110
- #: gallery-plugin.php:355
111
  msgid "No Gallery Categories found in Trash"
112
  msgstr ""
113
 
114
- #: gallery-plugin.php:356
115
  msgid "Parent Gallery Category"
116
  msgstr ""
117
 
118
- #: gallery-plugin.php:357
119
  msgid "Gallery Categories list navigation"
120
  msgstr ""
121
 
122
- #: gallery-plugin.php:358
123
  msgid "Gallery Categories list"
124
  msgstr ""
125
 
126
- #: gallery-plugin.php:434
127
  msgid "Gallery Shortcode"
128
  msgstr "galeri pendek"
129
 
130
- #: gallery-plugin.php:443
131
  msgid ""
132
  "Add a single gallery with images to your posts, pages, custom post types or "
133
  "widgets by using the following shortcode:"
@@ -135,7 +134,7 @@ msgstr ""
135
  "Menambahkan sebuah galeri tunggal dengan gambar untuk posting, halaman, "
136
  "jenis posting kustom atau widget dengan menggunakan shortcode berikut:"
137
 
138
- #: gallery-plugin.php:447
139
  msgid ""
140
  "Add a gallery cover including featured image, description, and a link to "
141
  "your single gallery using the following shortcode:"
@@ -143,85 +142,90 @@ msgstr ""
143
  "Menambahkan penutup galeri termasuk gambar fitur, deskripsi, dan link ke "
144
  "galeri tunggal Anda menggunakan shortcode berikut:"
145
 
146
- #: gallery-plugin.php:560
147
  msgid "Note"
148
  msgstr ""
149
 
150
- #: gallery-plugin.php:560
151
  #, php-format
152
  msgid ""
153
  "When deleting a category, the galleries that belong to this category will "
154
- "not be deleted. Instead, these galleries will be moved to the category %s."
155
  msgstr ""
156
 
157
- #: gallery-plugin.php:573 gallery-plugin.php:1558
158
  msgid "Shortcode"
159
  msgstr "Kode pendek"
160
 
161
- #: gallery-plugin.php:619
162
  msgid "All Gallery Categories"
163
  msgstr ""
164
 
165
- #: gallery-plugin.php:696
166
  msgid "You can't delete default gallery category."
167
  msgstr ""
168
 
169
- #: gallery-plugin.php:1048 gallery-plugin.php:1155 gallery-plugin.php:2065
170
  msgid "Sorry, nothing found."
171
  msgstr "Maaf, tidak ditemukan."
172
 
173
- #: gallery-plugin.php:1555
174
  msgid "Featured Image"
175
  msgstr "Gambar Pilihan"
176
 
177
- #: gallery-plugin.php:1556 gallery-plugin.php:2585 gallery-plugin.php:2689
178
- #: gallery-plugin.php:2800 includes/class-gllr-settings.php:656
179
  msgid "Title"
180
  msgstr "Judul"
181
 
182
- #: gallery-plugin.php:1557 includes/class-gllr-settings.php:41
183
  msgid "Images"
184
  msgstr "gambar"
185
 
186
- #: gallery-plugin.php:1560 includes/class-gllr-settings.php:661
187
  msgid "Author"
188
  msgstr "Penulis"
189
 
190
- #: gallery-plugin.php:1561 includes/class-gllr-settings.php:511
191
- #: includes/class-gllr-settings.php:657
192
  msgid "Date"
193
  msgstr "Tanggal"
194
 
195
- #: gallery-plugin.php:1674 gallery-plugin.php:1692
 
 
 
 
 
196
  #: includes/class-gllr-settings.php:30 includes/class-gllr-settings.php:42
197
  msgid "Settings"
198
  msgstr "pengaturan"
199
 
200
- #: gallery-plugin.php:1675
201
  msgid "FAQ"
202
  msgstr "FAQ"
203
 
204
- #: gallery-plugin.php:1676
205
  msgid "Support"
206
  msgstr "Mendukung"
207
 
208
- #: gallery-plugin.php:1715
209
  msgid "Updating images..."
210
  msgstr "Memperbarui gambar ..."
211
 
212
- #: gallery-plugin.php:1716
213
  msgid "No images found."
214
  msgstr "Tidak ada gambar yang ditemukan."
215
 
216
- #: gallery-plugin.php:1717
217
  msgid "All images were updated."
218
  msgstr "Semua gambar yang diperbarui."
219
 
220
- #: gallery-plugin.php:1718
221
  msgid "Error."
222
  msgstr "Kesalahan."
223
 
224
- #: gallery-plugin.php:1730
225
  msgid ""
226
  "You are about to remove these items from this gallery.\n"
227
  " 'Cancel' to stop, 'OK' to delete."
@@ -229,7 +233,7 @@ msgstr ""
229
  "Anda akan menghapus item dari galeri ini. \\ N 'Batal' untuk menghentikan, "
230
  "'OK' untuk menghapus."
231
 
232
- #: gallery-plugin.php:1731
233
  msgid ""
234
  "You are about to remove this image from the gallery.\n"
235
  " 'Cancel' to stop, 'OK' to delete."
@@ -237,7 +241,7 @@ msgstr ""
237
  "Anda akan menghapus gambar ini dari galeri. \\ N 'Batal' untuk menghentikan, "
238
  "'OK' untuk menghapus."
239
 
240
- #: gallery-plugin.php:1732
241
  msgid ""
242
  "Switching to another mode, all unsaved data will be lost. Save data before "
243
  "switching?"
@@ -245,19 +249,19 @@ msgstr ""
245
  "Beralih ke mode lain, semua data yang belum disimpan akan hilang. Menyimpan "
246
  "data sebelum beralih?"
247
 
248
- #: gallery-plugin.php:1733
249
  msgid "Insert Media"
250
  msgstr "Insert Media"
251
 
252
- #: gallery-plugin.php:1734
253
  msgid "Insert"
254
  msgstr "Memasukkan"
255
 
256
- #: gallery-plugin.php:2257
257
  msgid "Image size not defined"
258
  msgstr "ukuran gambar tidak didefinisikan"
259
 
260
- #: gallery-plugin.php:2272
261
  msgid ""
262
  "Plugin updates only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please "
263
  "reload images manually."
@@ -265,79 +269,75 @@ msgstr ""
265
  "update Plugin hanya PNG, JPEG, GIF, WPMP atau XBM filetype. Untuk lainnya, "
266
  "silakan ulang gambar secara manual."
267
 
268
- #: gallery-plugin.php:2283
269
- msgid "Image size changes not defined"
270
- msgstr "ukuran gambar perubahan tidak didefinisikan"
271
-
272
- #: gallery-plugin.php:2312 gallery-plugin.php:2315 gallery-plugin.php:2320
273
  msgid "Invalid path"
274
  msgstr "Jalan yang salah"
275
 
276
- #: gallery-plugin.php:2409
277
  msgid "List View"
278
  msgstr "Daftar View"
279
 
280
- #: gallery-plugin.php:2410
281
  msgid "Grid View"
282
  msgstr "Tampilan bergaris"
283
 
284
- #: gallery-plugin.php:2465
285
  msgid "Filter"
286
  msgstr "Menyaring"
287
 
288
- #: gallery-plugin.php:2469
289
  msgid "Empty Trash"
290
  msgstr "Sampah kosong"
291
 
292
- #: gallery-plugin.php:2490
293
  msgid "No images found"
294
  msgstr "Tidak ada gambar yang ditemukan"
295
 
296
- #: gallery-plugin.php:2542
297
  msgid "Select bulk action"
298
  msgstr "tindakan massal pilih"
299
 
300
- #: gallery-plugin.php:2544
301
  msgid "Bulk Actions"
302
  msgstr "Aksi besar"
303
 
304
- #: gallery-plugin.php:2554
305
  msgid "Apply"
306
  msgstr "Menerapkan"
307
 
308
- #: gallery-plugin.php:2561
309
  msgid "Delete from Gallery"
310
  msgstr "Hapus dari Galeri"
311
 
312
- #: gallery-plugin.php:2570
313
  msgid "Bulk Select"
314
  msgstr "massal Pilih"
315
 
316
- #: gallery-plugin.php:2571
317
  msgid "Cancel Selection"
318
  msgstr "Batal Seleksi"
319
 
320
- #: gallery-plugin.php:2572
321
  msgid "Delete Selected"
322
  msgstr "Hapus yang Dipilih"
323
 
324
- #: gallery-plugin.php:2583
325
  msgid "File"
326
  msgstr "Mengajukan"
327
 
328
- #: gallery-plugin.php:2584 gallery-plugin.php:2684 gallery-plugin.php:2795
329
  msgid "Dimensions"
330
  msgstr "Ukuran"
331
 
332
- #: gallery-plugin.php:2586 gallery-plugin.php:2695 gallery-plugin.php:2805
333
  msgid "Alt Text"
334
  msgstr "Alt Teks"
335
 
336
- #: gallery-plugin.php:2587 gallery-plugin.php:2699 gallery-plugin.php:2810
337
  msgid "URL"
338
  msgstr "URL"
339
 
340
- #: gallery-plugin.php:2587 gallery-plugin.php:2701
341
  msgid ""
342
  "Enter your custom URL to link this image to other page or file. Leave blank "
343
  "to open a full size image."
@@ -345,145 +345,145 @@ msgstr ""
345
  "Masukkan URL kustom Anda untuk menghubungkan gambar ini ke halaman lain atau "
346
  "file. Biarkan kosong untuk membuka gambar ukuran penuh."
347
 
348
- #: gallery-plugin.php:2666
349
  msgid "Remove Image from Gallery"
350
  msgstr "Hapus Gambar dari Galeri"
351
 
352
- #: gallery-plugin.php:2669
353
  msgid "Edit Image Info"
354
  msgstr "Info mengedit Gambar"
355
 
356
- #: gallery-plugin.php:2670
357
  msgid "Deselect"
358
  msgstr "hapus"
359
 
360
- #: gallery-plugin.php:2682
361
  msgid "File name"
362
  msgstr "Nama file"
363
 
364
- #: gallery-plugin.php:2683
365
  msgid "File type"
366
  msgstr "jenis file"
367
 
368
- #: gallery-plugin.php:2708
369
  msgid "Description"
370
  msgstr "Deskripsi"
371
 
372
- #: gallery-plugin.php:2714
373
  msgid "Lightbox Button URL"
374
  msgstr "URL Tombol Lightbox"
375
 
376
- #: gallery-plugin.php:2721
377
  msgid "New Tab"
378
  msgstr "Tab baru"
379
 
380
- #: gallery-plugin.php:2723
381
  msgid "Enable to open URLs above in a new tab."
382
  msgstr "Memungkinkan untuk membuka URL di atas di tab baru."
383
 
384
- #: gallery-plugin.php:2728
385
  msgid "Go Pro"
386
  msgstr "Go Pro"
387
 
388
- #: gallery-plugin.php:2734
389
  msgid "Edit more details"
390
  msgstr "Mengedit rincian lebih lanjut"
391
 
392
- #: gallery-plugin.php:2736
393
  msgid "Remove from Gallery"
394
  msgstr "Hapus dari Galeri"
395
 
396
- #: gallery-plugin.php:2770
397
  #, php-format
398
  msgid "Select %s"
399
  msgstr "Pilih %s"
400
 
401
- #: gallery-plugin.php:2783
402
  #, php-format
403
  msgid "Edit &#8220;%s&#8221;"
404
  msgstr "Mengedit & # 8220; %s & # 8221;"
405
 
406
- #: gallery-plugin.php:2791
407
  msgid "Edit Attachment Info"
408
  msgstr "Info mengedit Lampiran"
409
 
410
- #: gallery-plugin.php:2828 gallery-plugin.php:2841
411
  msgid "Edit"
412
  msgstr "mengedit"
413
 
414
- #: gallery-plugin.php:2831 gallery-plugin.php:2846
415
  msgid "Trash"
416
  msgstr "Sampah"
417
 
418
- #: gallery-plugin.php:2834 gallery-plugin.php:2849
419
  msgid "Delete Permanently"
420
  msgstr "Hapus secara permanen"
421
 
422
- #: gallery-plugin.php:2836 gallery-plugin.php:2855
423
  #, php-format
424
  msgid "View &#8220;%s&#8221;"
425
  msgstr "Lihat & # 8220; %s & # 8221;"
426
 
427
- #: gallery-plugin.php:2836 gallery-plugin.php:2855 gallery-plugin.php:2938
428
  msgid "View"
429
  msgstr "Melihat"
430
 
431
- #: gallery-plugin.php:2838
432
  msgid "Attach"
433
  msgstr "Melampirkan"
434
 
435
- #: gallery-plugin.php:2844
436
  msgid "Restore"
437
  msgstr "Mengembalikan"
438
 
439
- #: gallery-plugin.php:2873
440
  msgid "A list or dropdown of Gallery categories."
441
  msgstr ""
442
 
443
- #: gallery-plugin.php:2918
444
  msgid "Select Gallery Category"
445
  msgstr ""
446
 
447
- #: gallery-plugin.php:2976
448
  msgid "Title:"
449
  msgstr ""
450
 
451
- #: gallery-plugin.php:2979
452
  msgid "Display as dropdown"
453
  msgstr ""
454
 
455
- #: gallery-plugin.php:2981
456
  msgid "Show gallery counts"
457
  msgstr ""
458
 
459
- #: gallery-plugin.php:2983
460
  msgid "Show hierarchy"
461
  msgstr ""
462
 
463
- #: gallery-plugin.php:3099
464
  msgid "Warning"
465
  msgstr "PERINGATAN"
466
 
467
- #: gallery-plugin.php:3099
468
  msgid "You can add only images to the gallery"
469
  msgstr "Anda dapat menambahkan hanya gambar ke galeri"
470
 
471
- #: gallery-plugin.php:3130
472
  msgid "or"
473
  msgstr "atau"
474
 
475
- #: gallery-plugin.php:3138
476
  msgid "no title"
477
  msgstr "tanpa judul"
478
 
479
- #: gallery-plugin.php:3149
480
  msgid ""
481
  "Display an album image with the description and the link to a single gallery "
482
  "page"
483
  msgstr ""
484
  "Menampilkan gambar album dengan deskripsi dan link ke halaman galeri tunggal"
485
 
486
- #: gallery-plugin.php:3153
487
  msgid "Sorry, no gallery found."
488
  msgstr "Maaf, tidak ada galeri ditemukan."
489
 
@@ -515,110 +515,106 @@ msgstr "Ekspor Impor"
515
  msgid "License Key"
516
  msgstr "Kunci lisensi"
517
 
518
- #: includes/class-gllr-settings.php:208
519
  msgid "Custom image size was changed. You need to update gallery images."
520
  msgstr "ukuran gambar kustom berubah. Anda perlu memperbarui gambar galeri."
521
 
522
- #: includes/class-gllr-settings.php:245
523
  msgid "Settings saved"
524
  msgstr "pengaturan disimpan"
525
 
526
- #: includes/class-gllr-settings.php:257
527
  msgid "Please, enable JavaScript in Your browser."
528
  msgstr "Silahkan mengaktifkan JavaScript di browser Anda."
529
 
530
- #: includes/class-gllr-settings.php:262
531
  msgid "Update Images"
532
  msgstr "Gambar pembaruan"
533
 
534
- #: includes/class-gllr-settings.php:277
535
  msgid "Gallery Images"
536
  msgstr "Galeri gambar"
537
 
538
- #: includes/class-gllr-settings.php:282
539
- msgid "Adding images requires JavaScript."
540
- msgstr "Menambahkan gambar membutuhkan JavaScript."
541
 
542
- #: includes/class-gllr-settings.php:285
543
  msgid "Add Media"
544
  msgstr "Tambahkan Media"
545
 
546
- #: includes/class-gllr-settings.php:294
547
  msgid "The grid view for the Gallery images requires JavaScript."
548
  msgstr "Tampilan kotak untuk gambar Galeri membutuhkan JavaScript."
549
 
550
- #: includes/class-gllr-settings.php:294
551
  msgid "Switch to the list view"
552
  msgstr "Beralih ke tampilan daftar"
553
 
554
- #: includes/class-gllr-settings.php:317
555
  msgid "Single Gallery Settings"
556
  msgstr "Pengaturan Galeri tunggal"
557
 
558
- #: includes/class-gllr-settings.php:319
559
  #, php-format
560
  msgid "Enable to configure single gallery settings and disable %s."
561
  msgstr ""
562
  "Memungkinkan untuk mengkonfigurasi pengaturan galeri tunggal dan "
563
  "menonaktifkan %s ."
564
 
565
- #: includes/class-gllr-settings.php:330 includes/class-gllr-settings.php:387
566
- #: includes/class-gllr-settings.php:431 includes/class-gllr-settings.php:481
567
- #: includes/class-gllr-settings.php:598 includes/class-gllr-settings.php:686
568
- #: includes/class-gllr-settings.php:722 includes/class-gllr-settings.php:772
569
- #: includes/class-gllr-settings.php:909
570
  msgid "Close"
571
  msgstr "Dekat"
572
 
573
- #: includes/class-gllr-settings.php:334
574
  msgid "Gallery Layout"
575
  msgstr "galeri Tata Letak"
576
 
577
- #: includes/class-gllr-settings.php:339
578
  msgid "Grid"
579
  msgstr "kisi"
580
 
581
- #: includes/class-gllr-settings.php:345
582
  msgid "Masonry"
583
  msgstr "perkumpulan rahasia"
584
 
585
- #: includes/class-gllr-settings.php:358
586
  msgid "Number of Columns"
587
  msgstr "Jumlah kolom"
588
 
589
- #: includes/class-gllr-settings.php:360
590
- msgid "columns"
591
- msgstr "kolom"
592
-
593
- #: includes/class-gllr-settings.php:361
594
  #, php-format
595
  msgid "Number of gallery columns (default is %s)."
596
  msgstr "Jumlah kolom galeri (default adalah %s )."
597
 
598
- #: includes/class-gllr-settings.php:365 includes/class-gllr-settings.php:726
599
  msgid "Image Size"
600
  msgstr "Ukuran gambar"
601
 
602
- #: includes/class-gllr-settings.php:371 includes/class-gllr-settings.php:583
603
  msgid "Custom"
604
  msgstr "Adat"
605
 
606
- #: includes/class-gllr-settings.php:373
607
  msgid ""
608
  "Maximum gallery image size. \"Custom\" uses the Image Dimensions values."
609
  msgstr ""
610
  "Maksimum ukuran galeri foto. \\ \"Custom \" menggunakan Gambar nilai Dimensi."
611
 
612
- #: includes/class-gllr-settings.php:377
613
  msgid "Custom Image Size"
614
  msgstr "Ukuran kustom Gambar"
615
 
616
- #: includes/class-gllr-settings.php:379 includes/class-gllr-settings.php:467
617
- #: includes/class-gllr-settings.php:591 includes/class-gllr-settings.php:641
618
  msgid "px"
619
  msgstr "px"
620
 
621
- #: includes/class-gllr-settings.php:380
622
  msgid ""
623
  "Adjust these values based on the number of columns in your gallery. This "
624
  "won't effect the full size of your images in the lightbox."
@@ -626,11 +622,11 @@ msgstr ""
626
  "Menyesuaikan nilai-nilai ini didasarkan pada jumlah kolom dalam galeri anda. "
627
  "Ini tidak akan mempengaruhi ukuran penuh gambar Anda dalam lightbox."
628
 
629
- #: includes/class-gllr-settings.php:391
630
  msgid "Crop Images"
631
  msgstr "Gambar tanaman"
632
 
633
- #: includes/class-gllr-settings.php:393
634
  msgid ""
635
  "Enable to crop images using the sizes defined for Custom Image Size. Disable "
636
  "to resize images automatically using their aspect ratio."
@@ -639,65 +635,63 @@ msgstr ""
639
  "Ukuran Custom Image. Menonaktifkan untuk mengubah ukuran gambar secara "
640
  "otomatis menggunakan aspek rasio mereka."
641
 
642
- #: includes/class-gllr-settings.php:397 includes/class-gllr-settings.php:608
643
  msgid "Crop Position"
644
  msgstr "Posisi tanaman"
645
 
646
- #: includes/class-gllr-settings.php:412 includes/class-gllr-settings.php:623
647
  msgid "Select crop position base (by default: center)."
648
  msgstr "Pilih posisi tanaman dasar (default: pusat)."
649
 
650
- #: includes/class-gllr-settings.php:422
651
  msgid "Image Title"
652
  msgstr "gambar Judul"
653
 
654
- #: includes/class-gllr-settings.php:424
655
  msgid "Enable to display image title along with the gallery image."
656
  msgstr ""
657
  "Memungkinkan untuk menampilkan judul gambar bersama dengan gambar galeri."
658
 
659
- #: includes/class-gllr-settings.php:435
660
  msgid "Image Title Position"
661
  msgstr "Gambar Judul Posisi"
662
 
663
- #: includes/class-gllr-settings.php:440
664
  msgid "Under image"
665
  msgstr "di bawah gambar"
666
 
667
- #: includes/class-gllr-settings.php:446
668
  msgid "On mouse hover"
669
  msgstr "Pada mouse hover"
670
 
671
- #: includes/class-gllr-settings.php:459
672
  msgid "Image Border"
673
  msgstr "gambar Border"
674
 
675
- #: includes/class-gllr-settings.php:461
676
  msgid ""
677
  "Enable images border using the styles defined for Image Border Size and "
678
- "Color."
679
  msgstr ""
680
- "Aktifkan gambar perbatasan menggunakan gaya yang ditetapkan untuk Ukuran "
681
- "Gambar Border dan Warna."
682
 
683
- #: includes/class-gllr-settings.php:465
684
  msgid "Image Border Size"
685
  msgstr "Gambar Ukuran Border"
686
 
687
- #: includes/class-gllr-settings.php:468
688
  #, php-format
689
  msgid "Gallery image border width (default is %s)"
690
  msgstr "Galeri lebar border image (default adalah %s )"
691
 
692
- #: includes/class-gllr-settings.php:472
693
  msgid "Image Border Color"
694
  msgstr "Warna Gambar Border"
695
 
696
- #: includes/class-gllr-settings.php:485
697
  msgid "Pagination"
698
  msgstr "pagination"
699
 
700
- #: includes/class-gllr-settings.php:488
701
  msgid ""
702
  "Enable pagination for images to limit number of images displayed on a single "
703
  "gallery page."
@@ -705,36 +699,36 @@ msgstr ""
705
  "Aktifkan pagination untuk gambar untuk membatasi jumlah gambar yang "
706
  "ditampilkan pada halaman galeri tunggal."
707
 
708
- #: includes/class-gllr-settings.php:492
709
  msgid "Number of Images"
710
  msgstr "Jumlah gambar"
711
 
712
- #: includes/class-gllr-settings.php:495
713
  #, php-format
714
  msgid "Number of images displayed per page (default is %d)."
715
  msgstr "Jumlah gambar yang ditampilkan per halaman (default adalah %d )."
716
 
717
- #: includes/class-gllr-settings.php:505
718
  msgid "Sort Images by"
719
  msgstr "Urutkan Gambar dengan"
720
 
721
- #: includes/class-gllr-settings.php:508
722
  msgid "Manually (default)"
723
  msgstr "Manual (default)"
724
 
725
- #: includes/class-gllr-settings.php:509
726
  msgid "Image ID"
727
  msgstr "ID gambar"
728
 
729
- #: includes/class-gllr-settings.php:510
730
  msgid "Name"
731
  msgstr "Nama"
732
 
733
- #: includes/class-gllr-settings.php:512 includes/class-gllr-settings.php:662
734
  msgid "Random"
735
  msgstr "Acak"
736
 
737
- #: includes/class-gllr-settings.php:514
738
  msgid ""
739
  "Select images sorting order in your gallery. By default, you can sort images "
740
  "manually in the images tab."
@@ -742,23 +736,23 @@ msgstr ""
742
  "Pilih gambar menyortir urutan galeri Anda. Secara default, Anda dapat "
743
  "mengurutkan gambar secara manual di tab gambar."
744
 
745
- #: includes/class-gllr-settings.php:518
746
  msgid "Arrange Images by"
747
  msgstr "Atur Gambar dengan"
748
 
749
- #: includes/class-gllr-settings.php:521 includes/class-gllr-settings.php:671
750
  msgid "Ascending (e.g. 1, 2, 3; a, b, c)"
751
  msgstr "Naik (misalnya 1, 2, 3, a, b, c)"
752
 
753
- #: includes/class-gllr-settings.php:522 includes/class-gllr-settings.php:672
754
  msgid "Descending (e.g. 3, 2, 1; c, b, a)"
755
  msgstr "Menurun (misalnya 3, 2, 1; c, b, a)"
756
 
757
- #: includes/class-gllr-settings.php:527
758
  msgid "Back Link"
759
  msgstr "Back link"
760
 
761
- #: includes/class-gllr-settings.php:529
762
  msgid ""
763
  "Enable to show a back link in a single gallery page which navigate to a "
764
  "previous page."
@@ -766,60 +760,96 @@ msgstr ""
766
  "Memungkinkan untuk menunjukkan link kembali halaman galeri tunggal yang "
767
  "menavigasi ke halaman sebelumnya."
768
 
769
- #: includes/class-gllr-settings.php:533
770
  msgid "Back Link URL"
771
  msgstr "Tautan URL Kembali"
772
 
773
- #: includes/class-gllr-settings.php:536
774
  msgid "Back link custom page URL. Leave blank to use Gallery page template."
775
  msgstr ""
776
  "Kembali menautkan URL halaman kustom. Biarkan kosong untuk menggunakan "
777
  "Gallery template halaman."
778
 
779
- #: includes/class-gllr-settings.php:540
780
  msgid "Back Link Label"
781
  msgstr "Back Link Label"
782
 
783
- #: includes/class-gllr-settings.php:546
784
  msgid "Back Link with Shortcode"
785
  msgstr "Back Link dengan pendek"
786
 
787
- #: includes/class-gllr-settings.php:549
788
  msgid "Enable to display a back link on a page where shortcode is used."
789
  msgstr ""
790
  "Memungkinkan untuk menampilkan link kembali pada halaman di mana shortcode "
791
  "digunakan."
792
 
793
- #: includes/class-gllr-settings.php:560
794
  msgid "Cover Settings"
795
  msgstr "Pengaturan penutup"
796
 
797
- #: includes/class-gllr-settings.php:565
798
  msgid "Galleries Page"
799
  msgstr "galeri Halaman"
800
 
801
- #: includes/class-gllr-settings.php:573
802
  msgid "Base page where all existing galleries will be displayed."
803
  msgstr "halaman dasar di mana semua galeri yang ada akan ditampilkan."
804
 
805
- #: includes/class-gllr-settings.php:577
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
806
  msgid "Cover Image Size"
807
  msgstr "Ukuran Penutup gambar"
808
 
809
- #: includes/class-gllr-settings.php:585
810
  msgid "Maximum cover image size. Custom uses the Image Dimensions values."
811
  msgstr ""
812
  "Maksimum ukuran Penutup gambar. Kustom menggunakan Gambar nilai Dimensi."
813
 
814
- #: includes/class-gllr-settings.php:589
815
  msgid "Custom Cover Image Size"
816
  msgstr "Kustom Sampul Ukuran Gambar"
817
 
818
- #: includes/class-gllr-settings.php:602
819
  msgid "Crop Cover Images"
820
  msgstr "Gambar Cover Crop"
821
 
822
- #: includes/class-gllr-settings.php:604
823
  msgid ""
824
  "Enable to crop images using the sizes defined for Custom Cover Image Size. "
825
  "Disable to resize images automatically using their aspect ratio."
@@ -828,11 +858,11 @@ msgstr ""
828
  "Custom Sampul Ukuran Gambar. Menonaktifkan untuk mengubah ukuran gambar "
829
  "secara otomatis menggunakan aspek rasio mereka."
830
 
831
- #: includes/class-gllr-settings.php:633
832
  msgid "Cover Image Border"
833
  msgstr "Penutup Gambar Berbatasan"
834
 
835
- #: includes/class-gllr-settings.php:635
836
  msgid ""
837
  "Enable cover images border using the styles defined for Image Border Size "
838
  "and Color."
@@ -840,56 +870,56 @@ msgstr ""
840
  "Aktifkan gambar sampul perbatasan menggunakan gaya yang ditetapkan untuk "
841
  "Ukuran Gambar Berbatasan dan Warna."
842
 
843
- #: includes/class-gllr-settings.php:639
844
  msgid "Cover Image Border Size"
845
  msgstr "Penutup Ukuran Gambar Border"
846
 
847
- #: includes/class-gllr-settings.php:642
848
  #, php-format
849
  msgid "Cover image border width (default is %s)"
850
  msgstr "Menutupi lebar berbatasan gambar (default adalah %s )"
851
 
852
- #: includes/class-gllr-settings.php:646
853
  msgid "Cover Image Border Color"
854
  msgstr "Penutup gambar Warna Berbatasan"
855
 
856
- #: includes/class-gllr-settings.php:652
857
  msgid "Sort Albums by"
858
  msgstr "Album Urutkan berdasarkan"
859
 
860
- #: includes/class-gllr-settings.php:655
861
  msgid "Gallery ID"
862
  msgstr "galeri ID"
863
 
864
- #: includes/class-gllr-settings.php:658
865
  msgid "Last modified date"
866
  msgstr "tanggal diubah terakhir"
867
 
868
- #: includes/class-gllr-settings.php:659
869
  msgid "Comment count"
870
  msgstr "jumlah komentar"
871
 
872
- #: includes/class-gllr-settings.php:660
873
  msgid "Sorting order (the input field for sorting order)"
874
  msgstr "Menyortir order (kolom input untuk menyortir order)"
875
 
876
- #: includes/class-gllr-settings.php:664
877
  msgid "Select galleries sorting order in your galleries page."
878
  msgstr "Pilih galeri menyortir urutan halaman galeri Anda."
879
 
880
- #: includes/class-gllr-settings.php:668
881
  msgid "Arrange Albums by"
882
  msgstr "Mengatur Album oleh"
883
 
884
- #: includes/class-gllr-settings.php:677
885
  msgid "Read More Link Label"
886
  msgstr "Read More link Label"
887
 
888
- #: includes/class-gllr-settings.php:690
889
  msgid "Instant Lightbox"
890
  msgstr "Lightbox instan"
891
 
892
- #: includes/class-gllr-settings.php:693
893
  msgid ""
894
  "Enable to display all images in the lightbox after clicking cover image or "
895
  "URL instead of going to a single gallery page."
@@ -897,19 +927,19 @@ msgstr ""
897
  "Memungkinkan untuk menampilkan semua gambar dalam lightbox setelah mengklik "
898
  "gambar cover atau URL bukannya pergi ke halaman galeri tunggal."
899
 
900
- #: includes/class-gllr-settings.php:707
901
  msgid "Lightbox Settings"
902
  msgstr "Pengaturan Lightbox"
903
 
904
- #: includes/class-gllr-settings.php:712
905
  msgid "Enable Lightbox"
906
  msgstr "aktifkan Lightbox"
907
 
908
- #: includes/class-gllr-settings.php:715
909
  msgid "Enable to show the lightbox when clicking on gallery images."
910
  msgstr "Aktifkan untuk menampilkan lightbox ketika mengklik gambar galeri."
911
 
912
- #: includes/class-gllr-settings.php:733
913
  msgid ""
914
  "Select the maximum gallery image size for the lightbox view. \"Default\" "
915
  "will display the original, full size image."
@@ -917,102 +947,93 @@ msgstr ""
917
  "Pilih ukuran galeri gambar maksimal untuk tampilan lightbox. \\ \"Default \" "
918
  "akan menampilkan asli, ukuran gambar penuh."
919
 
920
- #: includes/class-gllr-settings.php:737
921
  msgid "Overlay Color"
922
  msgstr "Hamparan Warna"
923
 
924
- #: includes/class-gllr-settings.php:743
925
  msgid "Overlay Opacity"
926
  msgstr "Opacity hamparan"
927
 
928
- #: includes/class-gllr-settings.php:746
929
  #, php-format
930
  msgid ""
931
- "Lightbox overlay opacity. Leave blank to disable opacity (default is %d, max "
932
- "is %d)."
933
  msgstr ""
934
- "Lightbox hamparan opacity. Biarkan kosong untuk menonaktifkan opacity "
935
- "(default %d , max adalah %d )."
936
 
937
- #: includes/class-gllr-settings.php:756
938
  msgid "Slideshow"
939
  msgstr "slideshow"
940
 
941
- #: includes/class-gllr-settings.php:758
942
  msgid "Enable to start the slideshow automatically when the lightbox is used."
943
  msgstr ""
944
  "Memungkinkan untuk memulai slideshow secara otomatis ketika lightbox yang "
945
  "digunakan."
946
 
947
- #: includes/class-gllr-settings.php:762
948
  msgid "Slideshow Duration"
949
  msgstr "Durasi slideshow"
950
 
951
- #: includes/class-gllr-settings.php:764
952
  msgid "ms"
953
  msgstr "Nona"
954
 
955
- #: includes/class-gllr-settings.php:765
956
  msgid "Slideshow interval duration between two images."
957
  msgstr "Slideshow durasi interval antara dua gambar."
958
 
959
- #: includes/class-gllr-settings.php:776
960
  #, fuzzy
961
  msgid "Lightbox Helpers"
962
  msgstr "Lightbox Helper"
963
 
964
- #: includes/class-gllr-settings.php:778
965
- #, fuzzy
966
- msgid "Enable to display the lightbox helper buttons."
967
  msgstr ""
968
- "Memungkinkan untuk menggunakan navigasi lightbox pembantu antara gambar."
969
 
970
- #: includes/class-gllr-settings.php:782
971
  #, fuzzy
972
  msgid "Lightbox Thumbnails"
973
  msgstr "Ukuran Lightbox Helper Thumbnail"
974
 
975
- #: includes/class-gllr-settings.php:784
976
- #, fuzzy
977
- msgid "Enable to use a lightbox helper navigation between images.."
978
  msgstr ""
979
- "Memungkinkan untuk menggunakan navigasi lightbox pembantu antara gambar."
980
 
981
- #: includes/class-gllr-settings.php:788
982
  #, fuzzy
983
  msgid "Lightbox Thumbnails Position"
984
  msgstr "Lightbox Helper Thumbnail Posisi"
985
 
986
- #: includes/class-gllr-settings.php:791
987
  msgid "Top"
988
  msgstr "Puncak"
989
 
990
- #: includes/class-gllr-settings.php:796
991
  msgid "Lightbox Button Label"
992
  msgstr "Lightbox Tombol Label"
993
 
994
- #: includes/class-gllr-settings.php:798
995
  #, fuzzy
996
  msgid "Read More"
997
  msgstr "Read More link Label"
998
 
999
- #: includes/class-gllr-settings.php:808
1000
  #, fuzzy
1001
  msgid "Download Button"
1002
  msgstr "Завантажити"
1003
 
1004
- #: includes/class-gllr-settings.php:810
1005
- msgid ""
1006
- "Enable to display link to the original file under each image in the lightbox."
1007
  msgstr ""
1008
- "Memungkinkan untuk menampilkan link ke file asli di bawah setiap gambar "
1009
- "dalam lightbox."
1010
 
1011
- #: includes/class-gllr-settings.php:814
1012
  msgid "Single Lightbox"
1013
  msgstr "Lightbox tunggal"
1014
 
1015
- #: includes/class-gllr-settings.php:816
1016
  msgid ""
1017
  "Enable to use a single lightbox for multiple galleries located on a single "
1018
  "page."
@@ -1020,49 +1041,40 @@ msgstr ""
1020
  "Memungkinkan untuk menggunakan lightbox tunggal untuk beberapa galeri yang "
1021
  "terletak pada satu halaman."
1022
 
1023
- #: includes/class-gllr-settings.php:826
1024
  msgid "Social Sharing Buttons Settings"
1025
  msgstr "Sharing sosial Tombol Pengaturan"
1026
 
1027
- #: includes/class-gllr-settings.php:834
1028
- msgid "Enable Social Buttons"
1029
- msgstr "Aktifkan Tombol Sosial"
1030
 
1031
- #: includes/class-gllr-settings.php:836
1032
  msgid "Enable social sharing buttons in the lightbox."
1033
  msgstr ""
1034
 
1035
- #: includes/class-gllr-settings.php:840
1036
  msgid "Social Networks"
1037
  msgstr "Jaringan sosial"
1038
 
1039
- #: includes/class-gllr-settings.php:851
1040
- msgid "Social Buttons Position"
1041
- msgstr "Tombol sosial Posisi"
1042
-
1043
- #: includes/class-gllr-settings.php:854
1044
- msgid "Left"
1045
- msgstr "Kiri"
1046
-
1047
- #: includes/class-gllr-settings.php:856
1048
- msgid "Select social buttons position in the lightbox."
1049
- msgstr ""
1050
-
1051
- #: includes/class-gllr-settings.php:860
1052
  msgid "Counter"
1053
  msgstr "Melawan"
1054
 
1055
- #: includes/class-gllr-settings.php:863
1056
- msgid "Enable to show likes counter for each social button."
 
 
 
1057
  msgstr ""
1058
  "Aktifkan untuk menampilkan orang-orang seperti meja untuk setiap tombol "
1059
  "sosial."
1060
 
1061
- #: includes/class-gllr-settings.php:878
1062
  msgid "Demo Data"
1063
  msgstr "data yang demo"
1064
 
1065
- #: includes/class-gllr-settings.php:880
1066
  msgid ""
1067
  "Install demo data to create galleries with images, post with shortcodes and "
1068
  "page with a list of all galleries."
@@ -1070,11 +1082,11 @@ msgstr ""
1070
  "Pasang data demo untuk membuat galeri dengan gambar, posting dengan "
1071
  "shortcode dan halaman dengan daftar semua galeri."
1072
 
1073
- #: includes/class-gllr-settings.php:899
1074
  msgid "Gallery Post Type"
1075
  msgstr "Galeri Posting Mengetik"
1076
 
1077
- #: includes/class-gllr-settings.php:901
1078
  msgid ""
1079
  "Enable to avoid conflicts with other gallery plugins installed. All "
1080
  "galleries created earlier will stay unchanged. However, after enabling we "
@@ -1086,27 +1098,27 @@ msgstr ""
1086
  "setelah mengaktifkan kami sarankan untuk memeriksa pengaturan plugin lain di "
1087
  "mana \\ \"gallery \" Jenis posting digunakan."
1088
 
1089
- #: includes/class-gllr-settings.php:913
1090
  msgid "Gallery Slug"
1091
  msgstr "galeri Slug"
1092
 
1093
- #: includes/class-gllr-settings.php:917
1094
  msgid "Enter the unique gallery slug."
1095
  msgstr "Masukkan siput galeri unik."
1096
 
1097
- #: includes/class-gllr-settings.php:933
1098
  msgid "Activate Now"
1099
  msgstr "Sekarang aktif"
1100
 
1101
- #: includes/class-gllr-settings.php:948
1102
  msgid "Install Now"
1103
  msgstr "Pasang sekarang"
1104
 
1105
- #: includes/class-gllr-settings.php:951
1106
  msgid "Enable to include galleries to your website search."
1107
  msgstr "Memungkinkan untuk menyertakan galeri untuk pencarian website Anda."
1108
 
1109
- #: includes/class-gllr-settings.php:951
1110
  #, php-format
1111
  msgid "%s is required."
1112
  msgstr "%s diperlukan."
@@ -1188,17 +1200,69 @@ msgid "Close notice"
1188
  msgstr "Tutup pemberitahuan"
1189
 
1190
  #: includes/demo-data/class-bws-demo-data.php:591
 
1191
  msgid ""
1192
- "Do you want to install demo content and settings (You can do this later "
1193
- "using Import / Export settings)?"
1194
  msgstr ""
1195
- "Apakah Anda ingin menginstal konten demo dan pengaturan (Anda dapat "
1196
- "melakukannya nanti menggunakan pengaturan Impor / Ekspor)?"
1197
 
1198
  #: includes/demo-data/class-bws-demo-data.php:591
1199
  msgid "Yes, install demo now"
1200
  msgstr "Ya, instal demo sekarang"
1201
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1202
  #~ msgid "Download high resolution image"
1203
  #~ msgstr "Download gambar resolusi tinggi"
1204
 
@@ -1342,12 +1406,6 @@ msgstr "Ya, instal demo sekarang"
1342
  #~ "користувацького розміру зображень лайтбоксу. Вимкніть, щоб змінити розмір "
1343
  #~ "зображення автоматично, використовуючи їх пропорції."
1344
 
1345
- #~ msgid "Right"
1346
- #~ msgstr "Право"
1347
-
1348
- #~ msgid "Center"
1349
- #~ msgstr "Центр"
1350
-
1351
  #~ msgid ""
1352
  #~ "If you would like to add a Gallery to your page or post, please use %s "
1353
  #~ "button"
2
  msgstr ""
3
  "Project-Id-Version: Gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-12-05 16:21+0200\n"
6
+ "PO-Revision-Date: 2017-12-05 16:21+0200\n"
7
  "Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: chameleonjohn.com <jordan.silaen@chameleonjohn.com>\n"
9
  "Language: id_ID\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Generator: Poedit 1.8.7.1\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: gallery-plugin.php:37 includes/class-gllr-settings.php:310
 
20
  msgid "Gallery Settings"
21
  msgstr "Pengaturan Gallery"
22
 
23
+ #: gallery-plugin.php:37 includes/class-gllr-settings.php:321
24
  msgid "Global Settings"
25
  msgstr "Pengaturan global"
26
 
27
+ #: gallery-plugin.php:43 gallery-plugin.php:2772
28
  msgid "Upgrade to Pro"
29
  msgstr "Upgrade ke yang lebih baik"
30
 
31
+ #: gallery-plugin.php:237
32
  msgid "Return to all albums"
33
  msgstr "Kembali ke semua album"
34
 
35
+ #: gallery-plugin.php:249
36
  msgid "See images &raquo;"
37
  msgstr "Lihat gambar & raquo;"
38
 
39
+ #: gallery-plugin.php:336 gallery-plugin.php:345
40
  msgid "Galleries"
41
  msgstr "Galeri"
42
 
43
+ #: gallery-plugin.php:337 gallery-plugin.php:3188
44
  msgid "Gallery"
45
  msgstr "Galeri"
46
 
47
+ #: gallery-plugin.php:338
48
  msgid "Add New Gallery"
49
  msgstr "Tambahkan Galeri Baru"
50
 
51
+ #: gallery-plugin.php:339
52
  msgid "Edit Gallery"
53
  msgstr "Mengedit Galeri"
54
 
55
+ #: gallery-plugin.php:340
56
  msgid "New Gallery"
57
  msgstr "Galeri baru"
58
 
59
+ #: gallery-plugin.php:341
60
  msgid "View Gallery"
61
  msgstr "Lihat Galeri"
62
 
63
+ #: gallery-plugin.php:342 includes/class-gllr-settings.php:941
64
  msgid "Search Galleries"
65
  msgstr "Cari Galeri"
66
 
67
+ #: gallery-plugin.php:343
68
  msgid "No Gallery found"
69
  msgstr "Tidak ada Galeri ditemukan"
70
 
71
+ #: gallery-plugin.php:365 gallery-plugin.php:1602 gallery-plugin.php:2918
72
+ #: gallery-plugin.php:2926 gallery-plugin.php:2964 gallery-plugin.php:2987
73
+ #: gallery-plugin.php:3172
74
  msgid "Gallery Categories"
75
  msgstr "Galeri Kategori"
76
 
77
+ #: gallery-plugin.php:366 gallery-plugin.php:805
78
  msgid "Gallery Category"
79
  msgstr "Galeri Kategori"
80
 
81
+ #: gallery-plugin.php:367
82
  msgid "Add Gallery Category"
83
  msgstr ""
84
 
85
+ #: gallery-plugin.php:368
86
  msgid "Add New Gallery Category"
87
  msgstr "Tambahkan Baru Galeri Kategori"
88
 
89
+ #: gallery-plugin.php:369 gallery-plugin.php:370
90
  msgid "Edit Gallery Category"
91
  msgstr ""
92
 
93
+ #: gallery-plugin.php:371
94
  msgid "New Gallery Category"
95
  msgstr ""
96
 
97
+ #: gallery-plugin.php:372 gallery-plugin.php:373
98
  msgid "View Gallery Category"
99
  msgstr ""
100
 
101
+ #: gallery-plugin.php:374
102
  msgid "Find Gallery Category"
103
  msgstr ""
104
 
105
+ #: gallery-plugin.php:375
106
  msgid "No Gallery Categories found"
107
  msgstr ""
108
 
109
+ #: gallery-plugin.php:376
110
  msgid "No Gallery Categories found in Trash"
111
  msgstr ""
112
 
113
+ #: gallery-plugin.php:377
114
  msgid "Parent Gallery Category"
115
  msgstr ""
116
 
117
+ #: gallery-plugin.php:378
118
  msgid "Gallery Categories list navigation"
119
  msgstr ""
120
 
121
+ #: gallery-plugin.php:379
122
  msgid "Gallery Categories list"
123
  msgstr ""
124
 
125
+ #: gallery-plugin.php:455
126
  msgid "Gallery Shortcode"
127
  msgstr "galeri pendek"
128
 
129
+ #: gallery-plugin.php:464
130
  msgid ""
131
  "Add a single gallery with images to your posts, pages, custom post types or "
132
  "widgets by using the following shortcode:"
134
  "Menambahkan sebuah galeri tunggal dengan gambar untuk posting, halaman, "
135
  "jenis posting kustom atau widget dengan menggunakan shortcode berikut:"
136
 
137
+ #: gallery-plugin.php:468
138
  msgid ""
139
  "Add a gallery cover including featured image, description, and a link to "
140
  "your single gallery using the following shortcode:"
142
  "Menambahkan penutup galeri termasuk gambar fitur, deskripsi, dan link ke "
143
  "galeri tunggal Anda menggunakan shortcode berikut:"
144
 
145
+ #: gallery-plugin.php:581
146
  msgid "Note"
147
  msgstr ""
148
 
149
+ #: gallery-plugin.php:581
150
  #, php-format
151
  msgid ""
152
  "When deleting a category, the galleries that belong to this category will "
153
+ "not be deleted. These galleries will be moved to the category %s."
154
  msgstr ""
155
 
156
+ #: gallery-plugin.php:594 gallery-plugin.php:1601
157
  msgid "Shortcode"
158
  msgstr "Kode pendek"
159
 
160
+ #: gallery-plugin.php:640
161
  msgid "All Gallery Categories"
162
  msgstr ""
163
 
164
+ #: gallery-plugin.php:717
165
  msgid "You can't delete default gallery category."
166
  msgstr ""
167
 
168
+ #: gallery-plugin.php:1091 gallery-plugin.php:1198 gallery-plugin.php:2109
169
  msgid "Sorry, nothing found."
170
  msgstr "Maaf, tidak ditemukan."
171
 
172
+ #: gallery-plugin.php:1598
173
  msgid "Featured Image"
174
  msgstr "Gambar Pilihan"
175
 
176
+ #: gallery-plugin.php:1599 gallery-plugin.php:2629 gallery-plugin.php:2733
177
+ #: gallery-plugin.php:2844 includes/class-gllr-settings.php:679
178
  msgid "Title"
179
  msgstr "Judul"
180
 
181
+ #: gallery-plugin.php:1600 includes/class-gllr-settings.php:41
182
  msgid "Images"
183
  msgstr "gambar"
184
 
185
+ #: gallery-plugin.php:1603 includes/class-gllr-settings.php:684
186
  msgid "Author"
187
  msgstr "Penulis"
188
 
189
+ #: gallery-plugin.php:1604 includes/class-gllr-settings.php:513
190
+ #: includes/class-gllr-settings.php:680
191
  msgid "Date"
192
  msgstr "Tanggal"
193
 
194
+ #: gallery-plugin.php:1690
195
+ #, php-format
196
+ msgid "%s Settings"
197
+ msgstr ""
198
+
199
+ #: gallery-plugin.php:1717 gallery-plugin.php:1735
200
  #: includes/class-gllr-settings.php:30 includes/class-gllr-settings.php:42
201
  msgid "Settings"
202
  msgstr "pengaturan"
203
 
204
+ #: gallery-plugin.php:1718
205
  msgid "FAQ"
206
  msgstr "FAQ"
207
 
208
+ #: gallery-plugin.php:1719
209
  msgid "Support"
210
  msgstr "Mendukung"
211
 
212
+ #: gallery-plugin.php:1758
213
  msgid "Updating images..."
214
  msgstr "Memperbarui gambar ..."
215
 
216
+ #: gallery-plugin.php:1759
217
  msgid "No images found."
218
  msgstr "Tidak ada gambar yang ditemukan."
219
 
220
+ #: gallery-plugin.php:1760
221
  msgid "All images were updated."
222
  msgstr "Semua gambar yang diperbarui."
223
 
224
+ #: gallery-plugin.php:1761
225
  msgid "Error."
226
  msgstr "Kesalahan."
227
 
228
+ #: gallery-plugin.php:1773
229
  msgid ""
230
  "You are about to remove these items from this gallery.\n"
231
  " 'Cancel' to stop, 'OK' to delete."
233
  "Anda akan menghapus item dari galeri ini. \\ N 'Batal' untuk menghentikan, "
234
  "'OK' untuk menghapus."
235
 
236
+ #: gallery-plugin.php:1774
237
  msgid ""
238
  "You are about to remove this image from the gallery.\n"
239
  " 'Cancel' to stop, 'OK' to delete."
241
  "Anda akan menghapus gambar ini dari galeri. \\ N 'Batal' untuk menghentikan, "
242
  "'OK' untuk menghapus."
243
 
244
+ #: gallery-plugin.php:1775
245
  msgid ""
246
  "Switching to another mode, all unsaved data will be lost. Save data before "
247
  "switching?"
249
  "Beralih ke mode lain, semua data yang belum disimpan akan hilang. Menyimpan "
250
  "data sebelum beralih?"
251
 
252
+ #: gallery-plugin.php:1776
253
  msgid "Insert Media"
254
  msgstr "Insert Media"
255
 
256
+ #: gallery-plugin.php:1777
257
  msgid "Insert"
258
  msgstr "Memasukkan"
259
 
260
+ #: gallery-plugin.php:2301 gallery-plugin.php:2327
261
  msgid "Image size not defined"
262
  msgstr "ukuran gambar tidak didefinisikan"
263
 
264
+ #: gallery-plugin.php:2316
265
  msgid ""
266
  "Plugin updates only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please "
267
  "reload images manually."
269
  "update Plugin hanya PNG, JPEG, GIF, WPMP atau XBM filetype. Untuk lainnya, "
270
  "silakan ulang gambar secara manual."
271
 
272
+ #: gallery-plugin.php:2356 gallery-plugin.php:2359 gallery-plugin.php:2364
 
 
 
 
273
  msgid "Invalid path"
274
  msgstr "Jalan yang salah"
275
 
276
+ #: gallery-plugin.php:2453
277
  msgid "List View"
278
  msgstr "Daftar View"
279
 
280
+ #: gallery-plugin.php:2454
281
  msgid "Grid View"
282
  msgstr "Tampilan bergaris"
283
 
284
+ #: gallery-plugin.php:2509
285
  msgid "Filter"
286
  msgstr "Menyaring"
287
 
288
+ #: gallery-plugin.php:2513
289
  msgid "Empty Trash"
290
  msgstr "Sampah kosong"
291
 
292
+ #: gallery-plugin.php:2534
293
  msgid "No images found"
294
  msgstr "Tidak ada gambar yang ditemukan"
295
 
296
+ #: gallery-plugin.php:2586
297
  msgid "Select bulk action"
298
  msgstr "tindakan massal pilih"
299
 
300
+ #: gallery-plugin.php:2588
301
  msgid "Bulk Actions"
302
  msgstr "Aksi besar"
303
 
304
+ #: gallery-plugin.php:2598
305
  msgid "Apply"
306
  msgstr "Menerapkan"
307
 
308
+ #: gallery-plugin.php:2605
309
  msgid "Delete from Gallery"
310
  msgstr "Hapus dari Galeri"
311
 
312
+ #: gallery-plugin.php:2614
313
  msgid "Bulk Select"
314
  msgstr "massal Pilih"
315
 
316
+ #: gallery-plugin.php:2615
317
  msgid "Cancel Selection"
318
  msgstr "Batal Seleksi"
319
 
320
+ #: gallery-plugin.php:2616
321
  msgid "Delete Selected"
322
  msgstr "Hapus yang Dipilih"
323
 
324
+ #: gallery-plugin.php:2627
325
  msgid "File"
326
  msgstr "Mengajukan"
327
 
328
+ #: gallery-plugin.php:2628 gallery-plugin.php:2728 gallery-plugin.php:2839
329
  msgid "Dimensions"
330
  msgstr "Ukuran"
331
 
332
+ #: gallery-plugin.php:2630 gallery-plugin.php:2739 gallery-plugin.php:2849
333
  msgid "Alt Text"
334
  msgstr "Alt Teks"
335
 
336
+ #: gallery-plugin.php:2631 gallery-plugin.php:2743 gallery-plugin.php:2854
337
  msgid "URL"
338
  msgstr "URL"
339
 
340
+ #: gallery-plugin.php:2631 gallery-plugin.php:2745
341
  msgid ""
342
  "Enter your custom URL to link this image to other page or file. Leave blank "
343
  "to open a full size image."
345
  "Masukkan URL kustom Anda untuk menghubungkan gambar ini ke halaman lain atau "
346
  "file. Biarkan kosong untuk membuka gambar ukuran penuh."
347
 
348
+ #: gallery-plugin.php:2710
349
  msgid "Remove Image from Gallery"
350
  msgstr "Hapus Gambar dari Galeri"
351
 
352
+ #: gallery-plugin.php:2713
353
  msgid "Edit Image Info"
354
  msgstr "Info mengedit Gambar"
355
 
356
+ #: gallery-plugin.php:2714
357
  msgid "Deselect"
358
  msgstr "hapus"
359
 
360
+ #: gallery-plugin.php:2726
361
  msgid "File name"
362
  msgstr "Nama file"
363
 
364
+ #: gallery-plugin.php:2727
365
  msgid "File type"
366
  msgstr "jenis file"
367
 
368
+ #: gallery-plugin.php:2752
369
  msgid "Description"
370
  msgstr "Deskripsi"
371
 
372
+ #: gallery-plugin.php:2758
373
  msgid "Lightbox Button URL"
374
  msgstr "URL Tombol Lightbox"
375
 
376
+ #: gallery-plugin.php:2765
377
  msgid "New Tab"
378
  msgstr "Tab baru"
379
 
380
+ #: gallery-plugin.php:2767
381
  msgid "Enable to open URLs above in a new tab."
382
  msgstr "Memungkinkan untuk membuka URL di atas di tab baru."
383
 
384
+ #: gallery-plugin.php:2772
385
  msgid "Go Pro"
386
  msgstr "Go Pro"
387
 
388
+ #: gallery-plugin.php:2778
389
  msgid "Edit more details"
390
  msgstr "Mengedit rincian lebih lanjut"
391
 
392
+ #: gallery-plugin.php:2780
393
  msgid "Remove from Gallery"
394
  msgstr "Hapus dari Galeri"
395
 
396
+ #: gallery-plugin.php:2814
397
  #, php-format
398
  msgid "Select %s"
399
  msgstr "Pilih %s"
400
 
401
+ #: gallery-plugin.php:2827
402
  #, php-format
403
  msgid "Edit &#8220;%s&#8221;"
404
  msgstr "Mengedit & # 8220; %s & # 8221;"
405
 
406
+ #: gallery-plugin.php:2835
407
  msgid "Edit Attachment Info"
408
  msgstr "Info mengedit Lampiran"
409
 
410
+ #: gallery-plugin.php:2872 gallery-plugin.php:2885
411
  msgid "Edit"
412
  msgstr "mengedit"
413
 
414
+ #: gallery-plugin.php:2875 gallery-plugin.php:2890
415
  msgid "Trash"
416
  msgstr "Sampah"
417
 
418
+ #: gallery-plugin.php:2878 gallery-plugin.php:2893
419
  msgid "Delete Permanently"
420
  msgstr "Hapus secara permanen"
421
 
422
+ #: gallery-plugin.php:2880 gallery-plugin.php:2899
423
  #, php-format
424
  msgid "View &#8220;%s&#8221;"
425
  msgstr "Lihat & # 8220; %s & # 8221;"
426
 
427
+ #: gallery-plugin.php:2880 gallery-plugin.php:2899 gallery-plugin.php:2982
428
  msgid "View"
429
  msgstr "Melihat"
430
 
431
+ #: gallery-plugin.php:2882
432
  msgid "Attach"
433
  msgstr "Melampirkan"
434
 
435
+ #: gallery-plugin.php:2888
436
  msgid "Restore"
437
  msgstr "Mengembalikan"
438
 
439
+ #: gallery-plugin.php:2917
440
  msgid "A list or dropdown of Gallery categories."
441
  msgstr ""
442
 
443
+ #: gallery-plugin.php:2962
444
  msgid "Select Gallery Category"
445
  msgstr ""
446
 
447
+ #: gallery-plugin.php:3020
448
  msgid "Title:"
449
  msgstr ""
450
 
451
+ #: gallery-plugin.php:3023
452
  msgid "Display as dropdown"
453
  msgstr ""
454
 
455
+ #: gallery-plugin.php:3025
456
  msgid "Show gallery counts"
457
  msgstr ""
458
 
459
+ #: gallery-plugin.php:3027
460
  msgid "Show hierarchy"
461
  msgstr ""
462
 
463
+ #: gallery-plugin.php:3143
464
  msgid "Warning"
465
  msgstr "PERINGATAN"
466
 
467
+ #: gallery-plugin.php:3143
468
  msgid "You can add only images to the gallery"
469
  msgstr "Anda dapat menambahkan hanya gambar ke galeri"
470
 
471
+ #: gallery-plugin.php:3174
472
  msgid "or"
473
  msgstr "atau"
474
 
475
+ #: gallery-plugin.php:3182
476
  msgid "no title"
477
  msgstr "tanpa judul"
478
 
479
+ #: gallery-plugin.php:3193
480
  msgid ""
481
  "Display an album image with the description and the link to a single gallery "
482
  "page"
483
  msgstr ""
484
  "Menampilkan gambar album dengan deskripsi dan link ke halaman galeri tunggal"
485
 
486
+ #: gallery-plugin.php:3197
487
  msgid "Sorry, no gallery found."
488
  msgstr "Maaf, tidak ada galeri ditemukan."
489
 
515
  msgid "License Key"
516
  msgstr "Kunci lisensi"
517
 
518
+ #: includes/class-gllr-settings.php:210
519
  msgid "Custom image size was changed. You need to update gallery images."
520
  msgstr "ukuran gambar kustom berubah. Anda perlu memperbarui gambar galeri."
521
 
522
+ #: includes/class-gllr-settings.php:247
523
  msgid "Settings saved"
524
  msgstr "pengaturan disimpan"
525
 
526
+ #: includes/class-gllr-settings.php:259
527
  msgid "Please, enable JavaScript in Your browser."
528
  msgstr "Silahkan mengaktifkan JavaScript di browser Anda."
529
 
530
+ #: includes/class-gllr-settings.php:264
531
  msgid "Update Images"
532
  msgstr "Gambar pembaruan"
533
 
534
+ #: includes/class-gllr-settings.php:279
535
  msgid "Gallery Images"
536
  msgstr "Galeri gambar"
537
 
538
+ #: includes/class-gllr-settings.php:284
539
+ msgid "Images adding requires JavaScript."
540
+ msgstr ""
541
 
542
+ #: includes/class-gllr-settings.php:287
543
  msgid "Add Media"
544
  msgstr "Tambahkan Media"
545
 
546
+ #: includes/class-gllr-settings.php:296
547
  msgid "The grid view for the Gallery images requires JavaScript."
548
  msgstr "Tampilan kotak untuk gambar Galeri membutuhkan JavaScript."
549
 
550
+ #: includes/class-gllr-settings.php:296
551
  msgid "Switch to the list view"
552
  msgstr "Beralih ke tampilan daftar"
553
 
554
+ #: includes/class-gllr-settings.php:319
555
  msgid "Single Gallery Settings"
556
  msgstr "Pengaturan Galeri tunggal"
557
 
558
+ #: includes/class-gllr-settings.php:321
559
  #, php-format
560
  msgid "Enable to configure single gallery settings and disable %s."
561
  msgstr ""
562
  "Memungkinkan untuk mengkonfigurasi pengaturan galeri tunggal dan "
563
  "menonaktifkan %s ."
564
 
565
+ #: includes/class-gllr-settings.php:332 includes/class-gllr-settings.php:389
566
+ #: includes/class-gllr-settings.php:433 includes/class-gllr-settings.php:483
567
+ #: includes/class-gllr-settings.php:621 includes/class-gllr-settings.php:709
568
+ #: includes/class-gllr-settings.php:745 includes/class-gllr-settings.php:795
569
+ #: includes/class-gllr-settings.php:923
570
  msgid "Close"
571
  msgstr "Dekat"
572
 
573
+ #: includes/class-gllr-settings.php:336
574
  msgid "Gallery Layout"
575
  msgstr "galeri Tata Letak"
576
 
577
+ #: includes/class-gllr-settings.php:341
578
  msgid "Grid"
579
  msgstr "kisi"
580
 
581
+ #: includes/class-gllr-settings.php:347
582
  msgid "Masonry"
583
  msgstr "perkumpulan rahasia"
584
 
585
+ #: includes/class-gllr-settings.php:360
586
  msgid "Number of Columns"
587
  msgstr "Jumlah kolom"
588
 
589
+ #: includes/class-gllr-settings.php:363
 
 
 
 
590
  #, php-format
591
  msgid "Number of gallery columns (default is %s)."
592
  msgstr "Jumlah kolom galeri (default adalah %s )."
593
 
594
+ #: includes/class-gllr-settings.php:367 includes/class-gllr-settings.php:749
595
  msgid "Image Size"
596
  msgstr "Ukuran gambar"
597
 
598
+ #: includes/class-gllr-settings.php:373 includes/class-gllr-settings.php:606
599
  msgid "Custom"
600
  msgstr "Adat"
601
 
602
+ #: includes/class-gllr-settings.php:375
603
  msgid ""
604
  "Maximum gallery image size. \"Custom\" uses the Image Dimensions values."
605
  msgstr ""
606
  "Maksimum ukuran galeri foto. \\ \"Custom \" menggunakan Gambar nilai Dimensi."
607
 
608
+ #: includes/class-gllr-settings.php:379
609
  msgid "Custom Image Size"
610
  msgstr "Ukuran kustom Gambar"
611
 
612
+ #: includes/class-gllr-settings.php:381 includes/class-gllr-settings.php:469
613
+ #: includes/class-gllr-settings.php:614 includes/class-gllr-settings.php:664
614
  msgid "px"
615
  msgstr "px"
616
 
617
+ #: includes/class-gllr-settings.php:382
618
  msgid ""
619
  "Adjust these values based on the number of columns in your gallery. This "
620
  "won't effect the full size of your images in the lightbox."
622
  "Menyesuaikan nilai-nilai ini didasarkan pada jumlah kolom dalam galeri anda. "
623
  "Ini tidak akan mempengaruhi ukuran penuh gambar Anda dalam lightbox."
624
 
625
+ #: includes/class-gllr-settings.php:393
626
  msgid "Crop Images"
627
  msgstr "Gambar tanaman"
628
 
629
+ #: includes/class-gllr-settings.php:395
630
  msgid ""
631
  "Enable to crop images using the sizes defined for Custom Image Size. Disable "
632
  "to resize images automatically using their aspect ratio."
635
  "Ukuran Custom Image. Menonaktifkan untuk mengubah ukuran gambar secara "
636
  "otomatis menggunakan aspek rasio mereka."
637
 
638
+ #: includes/class-gllr-settings.php:399 includes/class-gllr-settings.php:631
639
  msgid "Crop Position"
640
  msgstr "Posisi tanaman"
641
 
642
+ #: includes/class-gllr-settings.php:414 includes/class-gllr-settings.php:646
643
  msgid "Select crop position base (by default: center)."
644
  msgstr "Pilih posisi tanaman dasar (default: pusat)."
645
 
646
+ #: includes/class-gllr-settings.php:424
647
  msgid "Image Title"
648
  msgstr "gambar Judul"
649
 
650
+ #: includes/class-gllr-settings.php:426
651
  msgid "Enable to display image title along with the gallery image."
652
  msgstr ""
653
  "Memungkinkan untuk menampilkan judul gambar bersama dengan gambar galeri."
654
 
655
+ #: includes/class-gllr-settings.php:437
656
  msgid "Image Title Position"
657
  msgstr "Gambar Judul Posisi"
658
 
659
+ #: includes/class-gllr-settings.php:442
660
  msgid "Under image"
661
  msgstr "di bawah gambar"
662
 
663
+ #: includes/class-gllr-settings.php:448
664
  msgid "On mouse hover"
665
  msgstr "Pada mouse hover"
666
 
667
+ #: includes/class-gllr-settings.php:461
668
  msgid "Image Border"
669
  msgstr "gambar Border"
670
 
671
+ #: includes/class-gllr-settings.php:463
672
  msgid ""
673
  "Enable images border using the styles defined for Image Border Size and "
674
+ "Color options."
675
  msgstr ""
 
 
676
 
677
+ #: includes/class-gllr-settings.php:467
678
  msgid "Image Border Size"
679
  msgstr "Gambar Ukuran Border"
680
 
681
+ #: includes/class-gllr-settings.php:470
682
  #, php-format
683
  msgid "Gallery image border width (default is %s)"
684
  msgstr "Galeri lebar border image (default adalah %s )"
685
 
686
+ #: includes/class-gllr-settings.php:474
687
  msgid "Image Border Color"
688
  msgstr "Warna Gambar Border"
689
 
690
+ #: includes/class-gllr-settings.php:487
691
  msgid "Pagination"
692
  msgstr "pagination"
693
 
694
+ #: includes/class-gllr-settings.php:490
695
  msgid ""
696
  "Enable pagination for images to limit number of images displayed on a single "
697
  "gallery page."
699
  "Aktifkan pagination untuk gambar untuk membatasi jumlah gambar yang "
700
  "ditampilkan pada halaman galeri tunggal."
701
 
702
+ #: includes/class-gllr-settings.php:494
703
  msgid "Number of Images"
704
  msgstr "Jumlah gambar"
705
 
706
+ #: includes/class-gllr-settings.php:497
707
  #, php-format
708
  msgid "Number of images displayed per page (default is %d)."
709
  msgstr "Jumlah gambar yang ditampilkan per halaman (default adalah %d )."
710
 
711
+ #: includes/class-gllr-settings.php:507
712
  msgid "Sort Images by"
713
  msgstr "Urutkan Gambar dengan"
714
 
715
+ #: includes/class-gllr-settings.php:510
716
  msgid "Manually (default)"
717
  msgstr "Manual (default)"
718
 
719
+ #: includes/class-gllr-settings.php:511
720
  msgid "Image ID"
721
  msgstr "ID gambar"
722
 
723
+ #: includes/class-gllr-settings.php:512
724
  msgid "Name"
725
  msgstr "Nama"
726
 
727
+ #: includes/class-gllr-settings.php:514 includes/class-gllr-settings.php:685
728
  msgid "Random"
729
  msgstr "Acak"
730
 
731
+ #: includes/class-gllr-settings.php:516
732
  msgid ""
733
  "Select images sorting order in your gallery. By default, you can sort images "
734
  "manually in the images tab."
736
  "Pilih gambar menyortir urutan galeri Anda. Secara default, Anda dapat "
737
  "mengurutkan gambar secara manual di tab gambar."
738
 
739
+ #: includes/class-gllr-settings.php:520
740
  msgid "Arrange Images by"
741
  msgstr "Atur Gambar dengan"
742
 
743
+ #: includes/class-gllr-settings.php:523 includes/class-gllr-settings.php:694
744
  msgid "Ascending (e.g. 1, 2, 3; a, b, c)"
745
  msgstr "Naik (misalnya 1, 2, 3, a, b, c)"
746
 
747
+ #: includes/class-gllr-settings.php:524 includes/class-gllr-settings.php:695
748
  msgid "Descending (e.g. 3, 2, 1; c, b, a)"
749
  msgstr "Menurun (misalnya 3, 2, 1; c, b, a)"
750
 
751
+ #: includes/class-gllr-settings.php:529
752
  msgid "Back Link"
753
  msgstr "Back link"
754
 
755
+ #: includes/class-gllr-settings.php:531
756
  msgid ""
757
  "Enable to show a back link in a single gallery page which navigate to a "
758
  "previous page."
760
  "Memungkinkan untuk menunjukkan link kembali halaman galeri tunggal yang "
761
  "menavigasi ke halaman sebelumnya."
762
 
763
+ #: includes/class-gllr-settings.php:535
764
  msgid "Back Link URL"
765
  msgstr "Tautan URL Kembali"
766
 
767
+ #: includes/class-gllr-settings.php:538
768
  msgid "Back link custom page URL. Leave blank to use Gallery page template."
769
  msgstr ""
770
  "Kembali menautkan URL halaman kustom. Biarkan kosong untuk menggunakan "
771
  "Gallery template halaman."
772
 
773
+ #: includes/class-gllr-settings.php:542
774
  msgid "Back Link Label"
775
  msgstr "Back Link Label"
776
 
777
+ #: includes/class-gllr-settings.php:548
778
  msgid "Back Link with Shortcode"
779
  msgstr "Back Link dengan pendek"
780
 
781
+ #: includes/class-gllr-settings.php:551
782
  msgid "Enable to display a back link on a page where shortcode is used."
783
  msgstr ""
784
  "Memungkinkan untuk menampilkan link kembali pada halaman di mana shortcode "
785
  "digunakan."
786
 
787
+ #: includes/class-gllr-settings.php:562
788
  msgid "Cover Settings"
789
  msgstr "Pengaturan penutup"
790
 
791
+ #: includes/class-gllr-settings.php:567
792
  msgid "Galleries Page"
793
  msgstr "galeri Halaman"
794
 
795
+ #: includes/class-gllr-settings.php:575
796
  msgid "Base page where all existing galleries will be displayed."
797
  msgstr "halaman dasar di mana semua galeri yang ada akan ditampilkan."
798
 
799
+ #: includes/class-gllr-settings.php:579
800
+ msgid "Albums Displaying"
801
+ msgstr ""
802
+
803
+ #: includes/class-gllr-settings.php:582
804
+ msgid "Column"
805
+ msgstr ""
806
+
807
+ #: includes/class-gllr-settings.php:583
808
+ msgid "Rows"
809
+ msgstr ""
810
+
811
+ #: includes/class-gllr-settings.php:585
812
+ msgid "Select the way galleries will be displayed on the Galleries Page."
813
+ msgstr ""
814
+
815
+ #: includes/class-gllr-settings.php:589
816
+ msgid "Column Alignment"
817
+ msgstr ""
818
+
819
+ #: includes/class-gllr-settings.php:592
820
+ msgid "Left"
821
+ msgstr "Kiri"
822
+
823
+ #: includes/class-gllr-settings.php:593
824
+ msgid "Right"
825
+ msgstr "Право"
826
+
827
+ #: includes/class-gllr-settings.php:594
828
+ msgid "Center"
829
+ msgstr "Центр"
830
+
831
+ #: includes/class-gllr-settings.php:596
832
+ msgid "Select the column alignment."
833
+ msgstr ""
834
+
835
+ #: includes/class-gllr-settings.php:600
836
  msgid "Cover Image Size"
837
  msgstr "Ukuran Penutup gambar"
838
 
839
+ #: includes/class-gllr-settings.php:608
840
  msgid "Maximum cover image size. Custom uses the Image Dimensions values."
841
  msgstr ""
842
  "Maksimum ukuran Penutup gambar. Kustom menggunakan Gambar nilai Dimensi."
843
 
844
+ #: includes/class-gllr-settings.php:612
845
  msgid "Custom Cover Image Size"
846
  msgstr "Kustom Sampul Ukuran Gambar"
847
 
848
+ #: includes/class-gllr-settings.php:625
849
  msgid "Crop Cover Images"
850
  msgstr "Gambar Cover Crop"
851
 
852
+ #: includes/class-gllr-settings.php:627
853
  msgid ""
854
  "Enable to crop images using the sizes defined for Custom Cover Image Size. "
855
  "Disable to resize images automatically using their aspect ratio."
858
  "Custom Sampul Ukuran Gambar. Menonaktifkan untuk mengubah ukuran gambar "
859
  "secara otomatis menggunakan aspek rasio mereka."
860
 
861
+ #: includes/class-gllr-settings.php:656
862
  msgid "Cover Image Border"
863
  msgstr "Penutup Gambar Berbatasan"
864
 
865
+ #: includes/class-gllr-settings.php:658
866
  msgid ""
867
  "Enable cover images border using the styles defined for Image Border Size "
868
  "and Color."
870
  "Aktifkan gambar sampul perbatasan menggunakan gaya yang ditetapkan untuk "
871
  "Ukuran Gambar Berbatasan dan Warna."
872
 
873
+ #: includes/class-gllr-settings.php:662
874
  msgid "Cover Image Border Size"
875
  msgstr "Penutup Ukuran Gambar Border"
876
 
877
+ #: includes/class-gllr-settings.php:665
878
  #, php-format
879
  msgid "Cover image border width (default is %s)"
880
  msgstr "Menutupi lebar berbatasan gambar (default adalah %s )"
881
 
882
+ #: includes/class-gllr-settings.php:669
883
  msgid "Cover Image Border Color"
884
  msgstr "Penutup gambar Warna Berbatasan"
885
 
886
+ #: includes/class-gllr-settings.php:675
887
  msgid "Sort Albums by"
888
  msgstr "Album Urutkan berdasarkan"
889
 
890
+ #: includes/class-gllr-settings.php:678
891
  msgid "Gallery ID"
892
  msgstr "galeri ID"
893
 
894
+ #: includes/class-gllr-settings.php:681
895
  msgid "Last modified date"
896
  msgstr "tanggal diubah terakhir"
897
 
898
+ #: includes/class-gllr-settings.php:682
899
  msgid "Comment count"
900
  msgstr "jumlah komentar"
901
 
902
+ #: includes/class-gllr-settings.php:683
903
  msgid "Sorting order (the input field for sorting order)"
904
  msgstr "Menyortir order (kolom input untuk menyortir order)"
905
 
906
+ #: includes/class-gllr-settings.php:687
907
  msgid "Select galleries sorting order in your galleries page."
908
  msgstr "Pilih galeri menyortir urutan halaman galeri Anda."
909
 
910
+ #: includes/class-gllr-settings.php:691
911
  msgid "Arrange Albums by"
912
  msgstr "Mengatur Album oleh"
913
 
914
+ #: includes/class-gllr-settings.php:700
915
  msgid "Read More Link Label"
916
  msgstr "Read More link Label"
917
 
918
+ #: includes/class-gllr-settings.php:713
919
  msgid "Instant Lightbox"
920
  msgstr "Lightbox instan"
921
 
922
+ #: includes/class-gllr-settings.php:716
923
  msgid ""
924
  "Enable to display all images in the lightbox after clicking cover image or "
925
  "URL instead of going to a single gallery page."
927
  "Memungkinkan untuk menampilkan semua gambar dalam lightbox setelah mengklik "
928
  "gambar cover atau URL bukannya pergi ke halaman galeri tunggal."
929
 
930
+ #: includes/class-gllr-settings.php:730
931
  msgid "Lightbox Settings"
932
  msgstr "Pengaturan Lightbox"
933
 
934
+ #: includes/class-gllr-settings.php:735
935
  msgid "Enable Lightbox"
936
  msgstr "aktifkan Lightbox"
937
 
938
+ #: includes/class-gllr-settings.php:738
939
  msgid "Enable to show the lightbox when clicking on gallery images."
940
  msgstr "Aktifkan untuk menampilkan lightbox ketika mengklik gambar galeri."
941
 
942
+ #: includes/class-gllr-settings.php:756
943
  msgid ""
944
  "Select the maximum gallery image size for the lightbox view. \"Default\" "
945
  "will display the original, full size image."
947
  "Pilih ukuran galeri gambar maksimal untuk tampilan lightbox. \\ \"Default \" "
948
  "akan menampilkan asli, ukuran gambar penuh."
949
 
950
+ #: includes/class-gllr-settings.php:760
951
  msgid "Overlay Color"
952
  msgstr "Hamparan Warna"
953
 
954
+ #: includes/class-gllr-settings.php:766
955
  msgid "Overlay Opacity"
956
  msgstr "Opacity hamparan"
957
 
958
+ #: includes/class-gllr-settings.php:769
959
  #, php-format
960
  msgid ""
961
+ "Lightbox overlay opacity. Leave blank to disable opacity (default is %s, max "
962
+ "is %s)."
963
  msgstr ""
 
 
964
 
965
+ #: includes/class-gllr-settings.php:779
966
  msgid "Slideshow"
967
  msgstr "slideshow"
968
 
969
+ #: includes/class-gllr-settings.php:781
970
  msgid "Enable to start the slideshow automatically when the lightbox is used."
971
  msgstr ""
972
  "Memungkinkan untuk memulai slideshow secara otomatis ketika lightbox yang "
973
  "digunakan."
974
 
975
+ #: includes/class-gllr-settings.php:785
976
  msgid "Slideshow Duration"
977
  msgstr "Durasi slideshow"
978
 
979
+ #: includes/class-gllr-settings.php:787
980
  msgid "ms"
981
  msgstr "Nona"
982
 
983
+ #: includes/class-gllr-settings.php:788
984
  msgid "Slideshow interval duration between two images."
985
  msgstr "Slideshow durasi interval antara dua gambar."
986
 
987
+ #: includes/class-gllr-settings.php:799
988
  #, fuzzy
989
  msgid "Lightbox Helpers"
990
  msgstr "Lightbox Helper"
991
 
992
+ #: includes/class-gllr-settings.php:801
993
+ msgid "Enable to display the lightbox toolbar and arrows."
 
994
  msgstr ""
 
995
 
996
+ #: includes/class-gllr-settings.php:805
997
  #, fuzzy
998
  msgid "Lightbox Thumbnails"
999
  msgstr "Ukuran Lightbox Helper Thumbnail"
1000
 
1001
+ #: includes/class-gllr-settings.php:807
1002
+ msgid "Enable to use a lightbox helper navigation between images."
 
1003
  msgstr ""
 
1004
 
1005
+ #: includes/class-gllr-settings.php:811
1006
  #, fuzzy
1007
  msgid "Lightbox Thumbnails Position"
1008
  msgstr "Lightbox Helper Thumbnail Posisi"
1009
 
1010
+ #: includes/class-gllr-settings.php:814
1011
  msgid "Top"
1012
  msgstr "Puncak"
1013
 
1014
+ #: includes/class-gllr-settings.php:819
1015
  msgid "Lightbox Button Label"
1016
  msgstr "Lightbox Tombol Label"
1017
 
1018
+ #: includes/class-gllr-settings.php:821
1019
  #, fuzzy
1020
  msgid "Read More"
1021
  msgstr "Read More link Label"
1022
 
1023
+ #: includes/class-gllr-settings.php:831
1024
  #, fuzzy
1025
  msgid "Download Button"
1026
  msgstr "Завантажити"
1027
 
1028
+ #: includes/class-gllr-settings.php:833
1029
+ msgid "Enable to display download button."
 
1030
  msgstr ""
 
 
1031
 
1032
+ #: includes/class-gllr-settings.php:837
1033
  msgid "Single Lightbox"
1034
  msgstr "Lightbox tunggal"
1035
 
1036
+ #: includes/class-gllr-settings.php:839
1037
  msgid ""
1038
  "Enable to use a single lightbox for multiple galleries located on a single "
1039
  "page."
1041
  "Memungkinkan untuk menggunakan lightbox tunggal untuk beberapa galeri yang "
1042
  "terletak pada satu halaman."
1043
 
1044
+ #: includes/class-gllr-settings.php:849
1045
  msgid "Social Sharing Buttons Settings"
1046
  msgstr "Sharing sosial Tombol Pengaturan"
1047
 
1048
+ #: includes/class-gllr-settings.php:857
1049
+ msgid "Social Buttons"
1050
+ msgstr ""
1051
 
1052
+ #: includes/class-gllr-settings.php:859
1053
  msgid "Enable social sharing buttons in the lightbox."
1054
  msgstr ""
1055
 
1056
+ #: includes/class-gllr-settings.php:863
1057
  msgid "Social Networks"
1058
  msgstr "Jaringan sosial"
1059
 
1060
+ #: includes/class-gllr-settings.php:874
 
 
 
 
 
 
 
 
 
 
 
 
1061
  msgid "Counter"
1062
  msgstr "Melawan"
1063
 
1064
+ #: includes/class-gllr-settings.php:877
1065
+ #, fuzzy
1066
+ msgid ""
1067
+ "Enable to show likes counter for each social button (not available for "
1068
+ "Google +1)."
1069
  msgstr ""
1070
  "Aktifkan untuk menampilkan orang-orang seperti meja untuk setiap tombol "
1071
  "sosial."
1072
 
1073
+ #: includes/class-gllr-settings.php:892
1074
  msgid "Demo Data"
1075
  msgstr "data yang demo"
1076
 
1077
+ #: includes/class-gllr-settings.php:894
1078
  msgid ""
1079
  "Install demo data to create galleries with images, post with shortcodes and "
1080
  "page with a list of all galleries."
1082
  "Pasang data demo untuk membuat galeri dengan gambar, posting dengan "
1083
  "shortcode dan halaman dengan daftar semua galeri."
1084
 
1085
+ #: includes/class-gllr-settings.php:913
1086
  msgid "Gallery Post Type"
1087
  msgstr "Galeri Posting Mengetik"
1088
 
1089
+ #: includes/class-gllr-settings.php:915
1090
  msgid ""
1091
  "Enable to avoid conflicts with other gallery plugins installed. All "
1092
  "galleries created earlier will stay unchanged. However, after enabling we "
1098
  "setelah mengaktifkan kami sarankan untuk memeriksa pengaturan plugin lain di "
1099
  "mana \\ \"gallery \" Jenis posting digunakan."
1100
 
1101
+ #: includes/class-gllr-settings.php:927
1102
  msgid "Gallery Slug"
1103
  msgstr "galeri Slug"
1104
 
1105
+ #: includes/class-gllr-settings.php:931
1106
  msgid "Enter the unique gallery slug."
1107
  msgstr "Masukkan siput galeri unik."
1108
 
1109
+ #: includes/class-gllr-settings.php:947
1110
  msgid "Activate Now"
1111
  msgstr "Sekarang aktif"
1112
 
1113
+ #: includes/class-gllr-settings.php:962
1114
  msgid "Install Now"
1115
  msgstr "Pasang sekarang"
1116
 
1117
+ #: includes/class-gllr-settings.php:965
1118
  msgid "Enable to include galleries to your website search."
1119
  msgstr "Memungkinkan untuk menyertakan galeri untuk pencarian website Anda."
1120
 
1121
+ #: includes/class-gllr-settings.php:965
1122
  #, php-format
1123
  msgid "%s is required."
1124
  msgstr "%s diperlukan."
1200
  msgstr "Tutup pemberitahuan"
1201
 
1202
  #: includes/demo-data/class-bws-demo-data.php:591
1203
+ #, php-format
1204
  msgid ""
1205
+ "Do you want to install demo content and settings for %s (You can do this "
1206
+ "later using Import / Export settings)?"
1207
  msgstr ""
 
 
1208
 
1209
  #: includes/demo-data/class-bws-demo-data.php:591
1210
  msgid "Yes, install demo now"
1211
  msgstr "Ya, instal demo sekarang"
1212
 
1213
+ #~ msgid "columns"
1214
+ #~ msgstr "kolom"
1215
+
1216
+ #~ msgid ""
1217
+ #~ "Lightbox overlay opacity. Leave blank to disable opacity (default is %d, "
1218
+ #~ "max is %d)."
1219
+ #~ msgstr ""
1220
+ #~ "Lightbox hamparan opacity. Biarkan kosong untuk menonaktifkan opacity "
1221
+ #~ "(default %d , max adalah %d )."
1222
+
1223
+ #, fuzzy
1224
+ #~ msgid "Enable to use a lightbox helper navigation between images.."
1225
+ #~ msgstr ""
1226
+ #~ "Memungkinkan untuk menggunakan navigasi lightbox pembantu antara gambar."
1227
+
1228
+ #~ msgid "Social Buttons Position"
1229
+ #~ msgstr "Tombol sosial Posisi"
1230
+
1231
+ #~ msgid "Image size changes not defined"
1232
+ #~ msgstr "ukuran gambar perubahan tidak didefinisikan"
1233
+
1234
+ #~ msgid "Adding images requires JavaScript."
1235
+ #~ msgstr "Menambahkan gambar membutuhkan JavaScript."
1236
+
1237
+ #~ msgid ""
1238
+ #~ "Enable images border using the styles defined for Image Border Size and "
1239
+ #~ "Color."
1240
+ #~ msgstr ""
1241
+ #~ "Aktifkan gambar perbatasan menggunakan gaya yang ditetapkan untuk Ukuran "
1242
+ #~ "Gambar Border dan Warna."
1243
+
1244
+ #, fuzzy
1245
+ #~ msgid "Enable to display the lightbox helper buttons."
1246
+ #~ msgstr ""
1247
+ #~ "Memungkinkan untuk menggunakan navigasi lightbox pembantu antara gambar."
1248
+
1249
+ #~ msgid ""
1250
+ #~ "Enable to display link to the original file under each image in the "
1251
+ #~ "lightbox."
1252
+ #~ msgstr ""
1253
+ #~ "Memungkinkan untuk menampilkan link ke file asli di bawah setiap gambar "
1254
+ #~ "dalam lightbox."
1255
+
1256
+ #~ msgid "Enable Social Buttons"
1257
+ #~ msgstr "Aktifkan Tombol Sosial"
1258
+
1259
+ #~ msgid ""
1260
+ #~ "Do you want to install demo content and settings (You can do this later "
1261
+ #~ "using Import / Export settings)?"
1262
+ #~ msgstr ""
1263
+ #~ "Apakah Anda ingin menginstal konten demo dan pengaturan (Anda dapat "
1264
+ #~ "melakukannya nanti menggunakan pengaturan Impor / Ekspor)?"
1265
+
1266
  #~ msgid "Download high resolution image"
1267
  #~ msgstr "Download gambar resolusi tinggi"
1268
 
1406
  #~ "користувацького розміру зображень лайтбоксу. Вимкніть, щоб змінити розмір "
1407
  #~ "зображення автоматично, використовуючи їх пропорції."
1408
 
 
 
 
 
 
 
1409
  #~ msgid ""
1410
  #~ "If you would like to add a Gallery to your page or post, please use %s "
1411
  #~ "button"
languages/gallery-plugin-nl_NL.mo CHANGED
Binary file
languages/gallery-plugin-nl_NL.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: 2017-08-14 11:35+0300\n"
6
- "PO-Revision-Date: 2017-08-14 11:35+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: J Goessens <j.goessens@gmail.com>\n"
9
  "Language: nl_NL\n"
@@ -13,251 +13,255 @@ msgstr ""
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Generator: Poedit 1.5.4\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: gallery-plugin.php:37 gallery-plugin.php:1647
21
- #: includes/class-gllr-settings.php:308
22
  msgid "Gallery Settings"
23
  msgstr "Galerij Instellingen"
24
 
25
- #: gallery-plugin.php:37 includes/class-gllr-settings.php:319
26
  #, fuzzy
27
  msgid "Global Settings"
28
  msgstr "Galerij Instellingen"
29
 
30
- #: gallery-plugin.php:43 gallery-plugin.php:2728
31
  msgid "Upgrade to Pro"
32
  msgstr ""
33
 
34
- #: gallery-plugin.php:218
35
  msgid "Return to all albums"
36
  msgstr ""
37
 
38
- #: gallery-plugin.php:228
39
  msgid "See images &raquo;"
40
  msgstr "Foto's bekijken &raquo;"
41
 
42
- #: gallery-plugin.php:315 gallery-plugin.php:324
43
  msgid "Galleries"
44
  msgstr "Galerijen"
45
 
46
- #: gallery-plugin.php:316 gallery-plugin.php:3144
47
  msgid "Gallery"
48
  msgstr "Galerij"
49
 
50
- #: gallery-plugin.php:317
51
  msgid "Add New Gallery"
52
  msgstr "Nieuwe Galerij toevoegen"
53
 
54
- #: gallery-plugin.php:318
55
  msgid "Edit Gallery"
56
  msgstr "Galerij bewerken"
57
 
58
- #: gallery-plugin.php:319
59
  msgid "New Gallery"
60
  msgstr "Nieuwe Galerij"
61
 
62
- #: gallery-plugin.php:320
63
  msgid "View Gallery"
64
  msgstr "Galerij bekijken"
65
 
66
- #: gallery-plugin.php:321 includes/class-gllr-settings.php:927
67
  #, fuzzy
68
  msgid "Search Galleries"
69
  msgstr "Galerijen"
70
 
71
- #: gallery-plugin.php:322
72
  msgid "No Gallery found"
73
  msgstr "Geen Galerij gevonden"
74
 
75
- #: gallery-plugin.php:344 gallery-plugin.php:1559 gallery-plugin.php:2874
76
- #: gallery-plugin.php:2882 gallery-plugin.php:2920 gallery-plugin.php:2943
77
- #: gallery-plugin.php:3128
78
  #, fuzzy
79
  msgid "Gallery Categories"
80
  msgstr "Afmeting galerij foto"
81
 
82
- #: gallery-plugin.php:345 gallery-plugin.php:784
83
  #, fuzzy
84
  msgid "Gallery Category"
85
  msgstr "Afmeting galerij foto"
86
 
87
- #: gallery-plugin.php:346
88
  msgid "Add Gallery Category"
89
  msgstr ""
90
 
91
- #: gallery-plugin.php:347
92
  #, fuzzy
93
  msgid "Add New Gallery Category"
94
  msgstr "Nieuwe Galerij toevoegen"
95
 
96
- #: gallery-plugin.php:348 gallery-plugin.php:349
97
  msgid "Edit Gallery Category"
98
  msgstr ""
99
 
100
- #: gallery-plugin.php:350
101
  msgid "New Gallery Category"
102
  msgstr ""
103
 
104
- #: gallery-plugin.php:351 gallery-plugin.php:352
105
  msgid "View Gallery Category"
106
  msgstr ""
107
 
108
- #: gallery-plugin.php:353
109
  msgid "Find Gallery Category"
110
  msgstr ""
111
 
112
- #: gallery-plugin.php:354
113
  msgid "No Gallery Categories found"
114
  msgstr ""
115
 
116
- #: gallery-plugin.php:355
117
  msgid "No Gallery Categories found in Trash"
118
  msgstr ""
119
 
120
- #: gallery-plugin.php:356
121
  msgid "Parent Gallery Category"
122
  msgstr ""
123
 
124
- #: gallery-plugin.php:357
125
  msgid "Gallery Categories list navigation"
126
  msgstr ""
127
 
128
- #: gallery-plugin.php:358
129
  msgid "Gallery Categories list"
130
  msgstr ""
131
 
132
- #: gallery-plugin.php:434
133
  msgid "Gallery Shortcode"
134
  msgstr "Galerij Shortcode"
135
 
136
- #: gallery-plugin.php:443
137
  msgid ""
138
  "Add a single gallery with images to your posts, pages, custom post types or "
139
  "widgets by using the following shortcode:"
140
  msgstr ""
141
 
142
- #: gallery-plugin.php:447
143
  msgid ""
144
  "Add a gallery cover including featured image, description, and a link to "
145
  "your single gallery using the following shortcode:"
146
  msgstr ""
147
 
148
- #: gallery-plugin.php:560
149
  msgid "Note"
150
  msgstr ""
151
 
152
- #: gallery-plugin.php:560
153
  #, php-format
154
  msgid ""
155
  "When deleting a category, the galleries that belong to this category will "
156
- "not be deleted. Instead, these galleries will be moved to the category %s."
157
  msgstr ""
158
 
159
- #: gallery-plugin.php:573 gallery-plugin.php:1558
160
  #, fuzzy
161
  msgid "Shortcode"
162
  msgstr "Galerij Shortcode"
163
 
164
- #: gallery-plugin.php:619
165
  msgid "All Gallery Categories"
166
  msgstr ""
167
 
168
- #: gallery-plugin.php:696
169
  msgid "You can't delete default gallery category."
170
  msgstr ""
171
 
172
- #: gallery-plugin.php:1048 gallery-plugin.php:1155 gallery-plugin.php:2065
173
  msgid "Sorry, nothing found."
174
  msgstr "Sorry, niets gevonden."
175
 
176
- #: gallery-plugin.php:1555
177
  msgid "Featured Image"
178
  msgstr ""
179
 
180
- #: gallery-plugin.php:1556 gallery-plugin.php:2585 gallery-plugin.php:2689
181
- #: gallery-plugin.php:2800 includes/class-gllr-settings.php:656
182
  msgid "Title"
183
  msgstr "Titel"
184
 
185
- #: gallery-plugin.php:1557 includes/class-gllr-settings.php:41
186
  #, fuzzy
187
  msgid "Images"
188
  msgstr "Foto"
189
 
190
- #: gallery-plugin.php:1560 includes/class-gllr-settings.php:661
191
  msgid "Author"
192
  msgstr "Autheur"
193
 
194
- #: gallery-plugin.php:1561 includes/class-gllr-settings.php:511
195
- #: includes/class-gllr-settings.php:657
196
  msgid "Date"
197
  msgstr "Datum"
198
 
199
- #: gallery-plugin.php:1674 gallery-plugin.php:1692
 
 
 
 
 
200
  #: includes/class-gllr-settings.php:30 includes/class-gllr-settings.php:42
201
  msgid "Settings"
202
  msgstr "Instellingen"
203
 
204
- #: gallery-plugin.php:1675
205
  msgid "FAQ"
206
  msgstr "FAQ "
207
 
208
- #: gallery-plugin.php:1676
209
  msgid "Support"
210
  msgstr "Ondersteuning"
211
 
212
- #: gallery-plugin.php:1715
213
  msgid "Updating images..."
214
  msgstr "Bijwerken foto's..."
215
 
216
- #: gallery-plugin.php:1716
217
  #, fuzzy
218
  msgid "No images found."
219
  msgstr "Geen foto gevonden"
220
 
221
- #: gallery-plugin.php:1717
222
  #, fuzzy
223
  msgid "All images were updated."
224
  msgstr "Alle foto's zijn bijgewerkt"
225
 
226
- #: gallery-plugin.php:1718
227
  msgid "Error."
228
  msgstr "Fout."
229
 
230
- #: gallery-plugin.php:1730
231
  msgid ""
232
  "You are about to remove these items from this gallery.\n"
233
  " 'Cancel' to stop, 'OK' to delete."
234
  msgstr ""
235
 
236
- #: gallery-plugin.php:1731
237
  msgid ""
238
  "You are about to remove this image from the gallery.\n"
239
  " 'Cancel' to stop, 'OK' to delete."
240
  msgstr ""
241
 
242
- #: gallery-plugin.php:1732
243
  msgid ""
244
  "Switching to another mode, all unsaved data will be lost. Save data before "
245
  "switching?"
246
  msgstr ""
247
 
248
- #: gallery-plugin.php:1733
249
  msgid "Insert Media"
250
  msgstr ""
251
 
252
- #: gallery-plugin.php:1734
253
  msgid "Insert"
254
  msgstr ""
255
 
256
- #: gallery-plugin.php:2257
257
  msgid "Image size not defined"
258
  msgstr "Afmetingen van foto, niet gedefinieerd"
259
 
260
- #: gallery-plugin.php:2272
261
  #, fuzzy
262
  msgid ""
263
  "Plugin updates only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please "
@@ -266,227 +270,223 @@ msgstr ""
266
  "We kunnen alleen de volgende bestandstypen bijwerken: PNG, JPG, GIF, WPMP of "
267
  "XBM (Voor overige, aub handmatig herladen)."
268
 
269
- #: gallery-plugin.php:2283
270
- msgid "Image size changes not defined"
271
- msgstr "Wijzigingen van foto afmetingen, niet gedefinieerd"
272
-
273
- #: gallery-plugin.php:2312 gallery-plugin.php:2315 gallery-plugin.php:2320
274
  msgid "Invalid path"
275
  msgstr "Ongeldig pad"
276
 
277
- #: gallery-plugin.php:2409
278
  msgid "List View"
279
  msgstr ""
280
 
281
- #: gallery-plugin.php:2410
282
  msgid "Grid View"
283
  msgstr ""
284
 
285
- #: gallery-plugin.php:2465
286
  msgid "Filter"
287
  msgstr ""
288
 
289
- #: gallery-plugin.php:2469
290
  msgid "Empty Trash"
291
  msgstr ""
292
 
293
- #: gallery-plugin.php:2490
294
  #, fuzzy
295
  msgid "No images found"
296
  msgstr "Geen foto gevonden"
297
 
298
- #: gallery-plugin.php:2542
299
  msgid "Select bulk action"
300
  msgstr ""
301
 
302
- #: gallery-plugin.php:2544
303
  msgid "Bulk Actions"
304
  msgstr ""
305
 
306
- #: gallery-plugin.php:2554
307
  msgid "Apply"
308
  msgstr ""
309
 
310
- #: gallery-plugin.php:2561
311
  #, fuzzy
312
  msgid "Delete from Gallery"
313
  msgstr "Nieuwe Galerij"
314
 
315
- #: gallery-plugin.php:2570
316
  msgid "Bulk Select"
317
  msgstr ""
318
 
319
- #: gallery-plugin.php:2571
320
  msgid "Cancel Selection"
321
  msgstr ""
322
 
323
- #: gallery-plugin.php:2572
324
  msgid "Delete Selected"
325
  msgstr ""
326
 
327
- #: gallery-plugin.php:2583
328
  msgid "File"
329
  msgstr ""
330
 
331
- #: gallery-plugin.php:2584 gallery-plugin.php:2684 gallery-plugin.php:2795
332
  msgid "Dimensions"
333
  msgstr ""
334
 
335
- #: gallery-plugin.php:2586 gallery-plugin.php:2695 gallery-plugin.php:2805
336
  #, fuzzy
337
  msgid "Alt Text"
338
  msgstr "Alt tag"
339
 
340
- #: gallery-plugin.php:2587 gallery-plugin.php:2699 gallery-plugin.php:2810
341
  msgid "URL"
342
  msgstr "URL"
343
 
344
- #: gallery-plugin.php:2587 gallery-plugin.php:2701
345
  msgid ""
346
  "Enter your custom URL to link this image to other page or file. Leave blank "
347
  "to open a full size image."
348
  msgstr ""
349
 
350
- #: gallery-plugin.php:2666
351
  #, fuzzy
352
  msgid "Remove Image from Gallery"
353
  msgstr "Nieuwe Galerij"
354
 
355
- #: gallery-plugin.php:2669
356
  #, fuzzy
357
  msgid "Edit Image Info"
358
  msgstr "Bijlage ID"
359
 
360
- #: gallery-plugin.php:2670
361
  msgid "Deselect"
362
  msgstr ""
363
 
364
- #: gallery-plugin.php:2682
365
  msgid "File name"
366
  msgstr ""
367
 
368
- #: gallery-plugin.php:2683
369
  msgid "File type"
370
  msgstr ""
371
 
372
- #: gallery-plugin.php:2708
373
  msgid "Description"
374
  msgstr "Omschrijving"
375
 
376
- #: gallery-plugin.php:2714
377
  #, fuzzy
378
  msgid "Lightbox Button URL"
379
  msgstr "Lightbox knop URL"
380
 
381
- #: gallery-plugin.php:2721
382
  msgid "New Tab"
383
  msgstr ""
384
 
385
- #: gallery-plugin.php:2723
386
  msgid "Enable to open URLs above in a new tab."
387
  msgstr ""
388
 
389
- #: gallery-plugin.php:2728
390
  #, fuzzy
391
  msgid "Go Pro"
392
  msgstr "Ga PRO"
393
 
394
- #: gallery-plugin.php:2734
395
  msgid "Edit more details"
396
  msgstr ""
397
 
398
- #: gallery-plugin.php:2736
399
  #, fuzzy
400
  msgid "Remove from Gallery"
401
  msgstr "Nieuwe Galerij"
402
 
403
- #: gallery-plugin.php:2770
404
  #, php-format
405
  msgid "Select %s"
406
  msgstr ""
407
 
408
- #: gallery-plugin.php:2783
409
  #, php-format
410
  msgid "Edit &#8220;%s&#8221;"
411
  msgstr ""
412
 
413
- #: gallery-plugin.php:2791
414
  #, fuzzy
415
  msgid "Edit Attachment Info"
416
  msgstr "Bijlage ID"
417
 
418
- #: gallery-plugin.php:2828 gallery-plugin.php:2841
419
  msgid "Edit"
420
  msgstr ""
421
 
422
- #: gallery-plugin.php:2831 gallery-plugin.php:2846
423
  msgid "Trash"
424
  msgstr ""
425
 
426
- #: gallery-plugin.php:2834 gallery-plugin.php:2849
427
  msgid "Delete Permanently"
428
  msgstr ""
429
 
430
- #: gallery-plugin.php:2836 gallery-plugin.php:2855
431
  #, php-format
432
  msgid "View &#8220;%s&#8221;"
433
  msgstr ""
434
 
435
- #: gallery-plugin.php:2836 gallery-plugin.php:2855 gallery-plugin.php:2938
436
  msgid "View"
437
  msgstr ""
438
 
439
- #: gallery-plugin.php:2838
440
  #, fuzzy
441
  msgid "Attach"
442
  msgstr "Bijlage ID"
443
 
444
- #: gallery-plugin.php:2844
445
  msgid "Restore"
446
  msgstr ""
447
 
448
- #: gallery-plugin.php:2873
449
  msgid "A list or dropdown of Gallery categories."
450
  msgstr ""
451
 
452
- #: gallery-plugin.php:2918
453
  msgid "Select Gallery Category"
454
  msgstr ""
455
 
456
- #: gallery-plugin.php:2976
457
  msgid "Title:"
458
  msgstr ""
459
 
460
- #: gallery-plugin.php:2979
461
  msgid "Display as dropdown"
462
  msgstr ""
463
 
464
- #: gallery-plugin.php:2981
465
  msgid "Show gallery counts"
466
  msgstr ""
467
 
468
- #: gallery-plugin.php:2983
469
  msgid "Show hierarchy"
470
  msgstr ""
471
 
472
- #: gallery-plugin.php:3099
473
  msgid "Warning"
474
  msgstr ""
475
 
476
- #: gallery-plugin.php:3099
477
  msgid "You can add only images to the gallery"
478
  msgstr ""
479
 
480
- #: gallery-plugin.php:3130
481
  msgid "or"
482
  msgstr "of"
483
 
484
- #: gallery-plugin.php:3138
485
  #, fuzzy
486
  msgid "no title"
487
  msgstr "Titel"
488
 
489
- #: gallery-plugin.php:3149
490
  #, fuzzy
491
  msgid ""
492
  "Display an album image with the description and the link to a single gallery "
@@ -495,7 +495,7 @@ msgstr ""
495
  "Als je een korte omschrijving, met een voorbeeld & link naar de galerij "
496
  "pagina, wilt weergeven "
497
 
498
- #: gallery-plugin.php:3153
499
  #, fuzzy
500
  msgid "Sorry, no gallery found."
501
  msgstr "Sorry, niets gevonden."
@@ -529,568 +529,587 @@ msgstr ""
529
  msgid "License Key"
530
  msgstr ""
531
 
532
- #: includes/class-gllr-settings.php:208
533
  msgid "Custom image size was changed. You need to update gallery images."
534
  msgstr ""
535
 
536
- #: includes/class-gllr-settings.php:245
537
  #, fuzzy
538
  msgid "Settings saved"
539
  msgstr "Instellingen opgeslagen"
540
 
541
- #: includes/class-gllr-settings.php:257
542
  #, fuzzy
543
  msgid "Please, enable JavaScript in Your browser."
544
  msgstr "Activeer JavaScript om de uploader te gebruiken."
545
 
546
- #: includes/class-gllr-settings.php:262
547
  #, fuzzy
548
  msgid "Update Images"
549
  msgstr "Bijwerken foto's..."
550
 
551
- #: includes/class-gllr-settings.php:277
552
  #, fuzzy
553
  msgid "Gallery Images"
554
  msgstr "Afmeting galerij foto"
555
 
556
- #: includes/class-gllr-settings.php:282
557
- msgid "Adding images requires JavaScript."
558
  msgstr ""
559
 
560
- #: includes/class-gllr-settings.php:285
561
  msgid "Add Media"
562
  msgstr ""
563
 
564
- #: includes/class-gllr-settings.php:294
565
  msgid "The grid view for the Gallery images requires JavaScript."
566
  msgstr ""
567
 
568
- #: includes/class-gllr-settings.php:294
569
  msgid "Switch to the list view"
570
  msgstr ""
571
 
572
- #: includes/class-gllr-settings.php:317
573
  #, fuzzy
574
  msgid "Single Gallery Settings"
575
  msgstr "Galerij Instellingen"
576
 
577
- #: includes/class-gllr-settings.php:319
578
  #, php-format
579
  msgid "Enable to configure single gallery settings and disable %s."
580
  msgstr ""
581
 
582
- #: includes/class-gllr-settings.php:330 includes/class-gllr-settings.php:387
583
- #: includes/class-gllr-settings.php:431 includes/class-gllr-settings.php:481
584
- #: includes/class-gllr-settings.php:598 includes/class-gllr-settings.php:686
585
- #: includes/class-gllr-settings.php:722 includes/class-gllr-settings.php:772
586
- #: includes/class-gllr-settings.php:909
587
  msgid "Close"
588
  msgstr ""
589
 
590
- #: includes/class-gllr-settings.php:334
591
  #, fuzzy
592
  msgid "Gallery Layout"
593
  msgstr "Geen Galerij gevonden"
594
 
595
- #: includes/class-gllr-settings.php:339
596
  msgid "Grid"
597
  msgstr ""
598
 
599
- #: includes/class-gllr-settings.php:345
600
  msgid "Masonry"
601
  msgstr ""
602
 
603
- #: includes/class-gllr-settings.php:358
604
- msgid "Number of Columns"
605
- msgstr ""
606
-
607
  #: includes/class-gllr-settings.php:360
608
- msgid "columns"
609
  msgstr ""
610
 
611
- #: includes/class-gllr-settings.php:361
612
  #, php-format
613
  msgid "Number of gallery columns (default is %s)."
614
  msgstr ""
615
 
616
- #: includes/class-gllr-settings.php:365 includes/class-gllr-settings.php:726
617
  #, fuzzy
618
  msgid "Image Size"
619
  msgstr "Foto afmeting"
620
 
621
- #: includes/class-gllr-settings.php:371 includes/class-gllr-settings.php:583
622
  msgid "Custom"
623
  msgstr ""
624
 
625
- #: includes/class-gllr-settings.php:373
626
  msgid ""
627
  "Maximum gallery image size. \"Custom\" uses the Image Dimensions values."
628
  msgstr ""
629
 
630
- #: includes/class-gllr-settings.php:377
631
  #, fuzzy
632
  msgid "Custom Image Size"
633
  msgstr "Foto afmeting"
634
 
635
- #: includes/class-gllr-settings.php:379 includes/class-gllr-settings.php:467
636
- #: includes/class-gllr-settings.php:591 includes/class-gllr-settings.php:641
637
  msgid "px"
638
  msgstr ""
639
 
640
- #: includes/class-gllr-settings.php:380
641
  msgid ""
642
  "Adjust these values based on the number of columns in your gallery. This "
643
  "won't effect the full size of your images in the lightbox."
644
  msgstr ""
645
 
646
- #: includes/class-gllr-settings.php:391
647
  #, fuzzy
648
  msgid "Crop Images"
649
  msgstr "Sorteer foto's"
650
 
651
- #: includes/class-gllr-settings.php:393
652
  msgid ""
653
  "Enable to crop images using the sizes defined for Custom Image Size. Disable "
654
  "to resize images automatically using their aspect ratio."
655
  msgstr ""
656
 
657
- #: includes/class-gllr-settings.php:397 includes/class-gllr-settings.php:608
658
  #, fuzzy
659
  msgid "Crop Position"
660
  msgstr "Positie bijsnijden"
661
 
662
- #: includes/class-gllr-settings.php:412 includes/class-gllr-settings.php:623
663
  msgid "Select crop position base (by default: center)."
664
  msgstr ""
665
 
666
- #: includes/class-gllr-settings.php:422
667
  #, fuzzy
668
  msgid "Image Title"
669
  msgstr "Foto afmeting"
670
 
671
- #: includes/class-gllr-settings.php:424
672
  msgid "Enable to display image title along with the gallery image."
673
  msgstr ""
674
 
675
- #: includes/class-gllr-settings.php:435
676
  #, fuzzy
677
  msgid "Image Title Position"
678
  msgstr "Afmetingen van foto, niet gedefinieerd"
679
 
680
- #: includes/class-gllr-settings.php:440
681
  #, fuzzy
682
  msgid "Under image"
683
  msgstr "Foto's bijwerken"
684
 
685
- #: includes/class-gllr-settings.php:446
686
  msgid "On mouse hover"
687
  msgstr ""
688
 
689
- #: includes/class-gllr-settings.php:459
690
  #, fuzzy
691
  msgid "Image Border"
692
  msgstr "Foto's met rand"
693
 
694
- #: includes/class-gllr-settings.php:461
695
  msgid ""
696
  "Enable images border using the styles defined for Image Border Size and "
697
- "Color."
698
  msgstr ""
699
 
700
- #: includes/class-gllr-settings.php:465
701
  #, fuzzy
702
  msgid "Image Border Size"
703
  msgstr "Foto afmeting"
704
 
705
- #: includes/class-gllr-settings.php:468
706
  #, php-format
707
  msgid "Gallery image border width (default is %s)"
708
  msgstr ""
709
 
710
- #: includes/class-gllr-settings.php:472
711
  #, fuzzy
712
  msgid "Image Border Color"
713
  msgstr "Selecteer een randkleur"
714
 
715
- #: includes/class-gllr-settings.php:485
716
  msgid "Pagination"
717
  msgstr ""
718
 
719
- #: includes/class-gllr-settings.php:488
720
  msgid ""
721
  "Enable pagination for images to limit number of images displayed on a single "
722
  "gallery page."
723
  msgstr ""
724
 
725
- #: includes/class-gllr-settings.php:492
726
  #, fuzzy
727
  msgid "Number of Images"
728
  msgstr "Aantal foto's op een rij"
729
 
730
- #: includes/class-gllr-settings.php:495
731
  #, php-format
732
  msgid "Number of images displayed per page (default is %d)."
733
  msgstr ""
734
 
735
- #: includes/class-gllr-settings.php:505
736
  #, fuzzy
737
  msgid "Sort Images by"
738
  msgstr "Sorteer foto's op"
739
 
740
- #: includes/class-gllr-settings.php:508
741
  msgid "Manually (default)"
742
  msgstr ""
743
 
744
- #: includes/class-gllr-settings.php:509
745
  #, fuzzy
746
  msgid "Image ID"
747
  msgstr "Foto"
748
 
749
- #: includes/class-gllr-settings.php:510
750
  msgid "Name"
751
  msgstr ""
752
 
753
- #: includes/class-gllr-settings.php:512 includes/class-gllr-settings.php:662
754
  msgid "Random"
755
  msgstr "Willekeurig"
756
 
757
- #: includes/class-gllr-settings.php:514
758
  msgid ""
759
  "Select images sorting order in your gallery. By default, you can sort images "
760
  "manually in the images tab."
761
  msgstr ""
762
 
763
- #: includes/class-gllr-settings.php:518
764
  #, fuzzy
765
  msgid "Arrange Images by"
766
  msgstr "Sorteer foto's op"
767
 
768
- #: includes/class-gllr-settings.php:521 includes/class-gllr-settings.php:671
769
  msgid "Ascending (e.g. 1, 2, 3; a, b, c)"
770
  msgstr ""
771
 
772
- #: includes/class-gllr-settings.php:522 includes/class-gllr-settings.php:672
773
  msgid "Descending (e.g. 3, 2, 1; c, b, a)"
774
  msgstr ""
775
 
776
- #: includes/class-gllr-settings.php:527
777
  #, fuzzy
778
  msgid "Back Link"
779
  msgstr "De Terug link URL"
780
 
781
- #: includes/class-gllr-settings.php:529
782
  msgid ""
783
  "Enable to show a back link in a single gallery page which navigate to a "
784
  "previous page."
785
  msgstr ""
786
 
787
- #: includes/class-gllr-settings.php:533
788
  #, fuzzy
789
  msgid "Back Link URL"
790
  msgstr "De Terug link URL"
791
 
792
- #: includes/class-gllr-settings.php:536
793
  msgid "Back link custom page URL. Leave blank to use Gallery page template."
794
  msgstr ""
795
 
796
- #: includes/class-gllr-settings.php:540
797
  #, fuzzy
798
  msgid "Back Link Label"
799
  msgstr "De Terug link URL"
800
 
801
- #: includes/class-gllr-settings.php:546
802
  #, fuzzy
803
  msgid "Back Link with Shortcode"
804
  msgstr "Toon de Terug link in de shortcode"
805
 
806
- #: includes/class-gllr-settings.php:549
807
  #, fuzzy
808
  msgid "Enable to display a back link on a page where shortcode is used."
809
  msgstr "Toon de Terug link in de shortcode"
810
 
811
- #: includes/class-gllr-settings.php:560
812
  #, fuzzy
813
  msgid "Cover Settings"
814
  msgstr "Galerij Instellingen"
815
 
816
- #: includes/class-gllr-settings.php:565
817
  #, fuzzy
818
  msgid "Galleries Page"
819
  msgstr "Galerijen"
820
 
821
- #: includes/class-gllr-settings.php:573
822
  #, fuzzy
823
  msgid "Base page where all existing galleries will be displayed."
824
  msgstr ""
825
  "Als je naar de Pro versie overstapt, zullen alle instellingen en galerijen "
826
  "bewaard blijven."
827
 
828
- #: includes/class-gllr-settings.php:577
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
829
  #, fuzzy
830
  msgid "Cover Image Size"
831
  msgstr "Foto afmeting"
832
 
833
- #: includes/class-gllr-settings.php:585
834
  msgid "Maximum cover image size. Custom uses the Image Dimensions values."
835
  msgstr ""
836
 
837
- #: includes/class-gllr-settings.php:589
838
  msgid "Custom Cover Image Size"
839
  msgstr ""
840
 
841
- #: includes/class-gllr-settings.php:602
842
  msgid "Crop Cover Images"
843
  msgstr ""
844
 
845
- #: includes/class-gllr-settings.php:604
846
  msgid ""
847
  "Enable to crop images using the sizes defined for Custom Cover Image Size. "
848
  "Disable to resize images automatically using their aspect ratio."
849
  msgstr ""
850
 
851
- #: includes/class-gllr-settings.php:633
852
  #, fuzzy
853
  msgid "Cover Image Border"
854
  msgstr "Foto's met rand"
855
 
856
- #: includes/class-gllr-settings.php:635
857
  msgid ""
858
  "Enable cover images border using the styles defined for Image Border Size "
859
  "and Color."
860
  msgstr ""
861
 
862
- #: includes/class-gllr-settings.php:639
863
  msgid "Cover Image Border Size"
864
  msgstr ""
865
 
866
- #: includes/class-gllr-settings.php:642
867
  #, php-format
868
  msgid "Cover image border width (default is %s)"
869
  msgstr ""
870
 
871
- #: includes/class-gllr-settings.php:646
872
  #, fuzzy
873
  msgid "Cover Image Border Color"
874
  msgstr "Selecteer een randkleur"
875
 
876
- #: includes/class-gllr-settings.php:652
877
  #, fuzzy
878
  msgid "Sort Albums by"
879
  msgstr "Sorteer foto's op"
880
 
881
- #: includes/class-gllr-settings.php:655
882
  #, fuzzy
883
  msgid "Gallery ID"
884
  msgstr "Galerij"
885
 
886
- #: includes/class-gllr-settings.php:658
887
  msgid "Last modified date"
888
  msgstr ""
889
 
890
- #: includes/class-gllr-settings.php:659
891
  msgid "Comment count"
892
  msgstr ""
893
 
894
- #: includes/class-gllr-settings.php:660
895
  #, fuzzy
896
  msgid "Sorting order (the input field for sorting order)"
897
  msgstr ""
898
  "Sorteervolgorde (het invoerveld voor sorteervolgorde in het Invoeg / Upload "
899
  "Media Galerij venster)"
900
 
901
- #: includes/class-gllr-settings.php:664
902
  msgid "Select galleries sorting order in your galleries page."
903
  msgstr ""
904
 
905
- #: includes/class-gllr-settings.php:668
906
  msgid "Arrange Albums by"
907
  msgstr ""
908
 
909
- #: includes/class-gllr-settings.php:677
910
  #, fuzzy
911
  msgid "Read More Link Label"
912
  msgstr "De 'Lees Meer' link tekst"
913
 
914
- #: includes/class-gllr-settings.php:690
915
  msgid "Instant Lightbox"
916
  msgstr ""
917
 
918
- #: includes/class-gllr-settings.php:693
919
  msgid ""
920
  "Enable to display all images in the lightbox after clicking cover image or "
921
  "URL instead of going to a single gallery page."
922
  msgstr ""
923
 
924
- #: includes/class-gllr-settings.php:707
925
  #, fuzzy
926
  msgid "Lightbox Settings"
927
  msgstr "Lightbox knop URL"
928
 
929
- #: includes/class-gllr-settings.php:712
930
  msgid "Enable Lightbox"
931
  msgstr ""
932
 
933
- #: includes/class-gllr-settings.php:715
934
  msgid "Enable to show the lightbox when clicking on gallery images."
935
  msgstr ""
936
 
937
- #: includes/class-gllr-settings.php:733
938
  msgid ""
939
  "Select the maximum gallery image size for the lightbox view. \"Default\" "
940
  "will display the original, full size image."
941
  msgstr ""
942
 
943
- #: includes/class-gllr-settings.php:737
944
  msgid "Overlay Color"
945
  msgstr ""
946
 
947
- #: includes/class-gllr-settings.php:743
948
  msgid "Overlay Opacity"
949
  msgstr ""
950
 
951
- #: includes/class-gllr-settings.php:746
952
  #, php-format
953
  msgid ""
954
- "Lightbox overlay opacity. Leave blank to disable opacity (default is %d, max "
955
- "is %d)."
956
  msgstr ""
957
 
958
- #: includes/class-gllr-settings.php:756
959
  #, fuzzy
960
  msgid "Slideshow"
961
  msgstr "Start diavoorstelling"
962
 
963
- #: includes/class-gllr-settings.php:758
964
  msgid "Enable to start the slideshow automatically when the lightbox is used."
965
  msgstr ""
966
 
967
- #: includes/class-gllr-settings.php:762
968
  #, fuzzy
969
  msgid "Slideshow Duration"
970
  msgstr "Diavoorstelling interval"
971
 
972
- #: includes/class-gllr-settings.php:764
973
  msgid "ms"
974
  msgstr ""
975
 
976
- #: includes/class-gllr-settings.php:765
977
  msgid "Slideshow interval duration between two images."
978
  msgstr ""
979
 
980
- #: includes/class-gllr-settings.php:776
981
  #, fuzzy
982
  msgid "Lightbox Helpers"
983
  msgstr "De lightbox helper"
984
 
985
- #: includes/class-gllr-settings.php:778
986
- msgid "Enable to display the lightbox helper buttons."
987
  msgstr ""
988
 
989
- #: includes/class-gllr-settings.php:782
990
  #, fuzzy
991
  msgid "Lightbox Thumbnails"
992
  msgstr "Foto afmeting voor de omslag van het album"
993
 
994
- #: includes/class-gllr-settings.php:784
995
- #, fuzzy
996
- msgid "Enable to use a lightbox helper navigation between images.."
997
- msgstr "Gebruik 1 lightbox voor meerdere galerijen op 1 pagina"
998
 
999
- #: includes/class-gllr-settings.php:788
1000
  msgid "Lightbox Thumbnails Position"
1001
  msgstr ""
1002
 
1003
- #: includes/class-gllr-settings.php:791
1004
  #, fuzzy
1005
  msgid "Top"
1006
  msgstr "bovenkant"
1007
 
1008
- #: includes/class-gllr-settings.php:796
1009
  #, fuzzy
1010
  msgid "Lightbox Button Label"
1011
  msgstr "Lightbox knop URL"
1012
 
1013
- #: includes/class-gllr-settings.php:798
1014
  #, fuzzy
1015
  msgid "Read More"
1016
  msgstr "Kom meer te weten"
1017
 
1018
- #: includes/class-gllr-settings.php:808
1019
  #, fuzzy
1020
  msgid "Download Button"
1021
  msgstr "Aangepast zoeken, downloaden"
1022
 
1023
- #: includes/class-gllr-settings.php:810
1024
- #, fuzzy
1025
- msgid ""
1026
- "Enable to display link to the original file under each image in the lightbox."
1027
- msgstr "Geef volledige grootte weer, voor lightbox"
1028
 
1029
- #: includes/class-gllr-settings.php:814
1030
  msgid "Single Lightbox"
1031
  msgstr ""
1032
 
1033
- #: includes/class-gllr-settings.php:816
1034
  #, fuzzy
1035
  msgid ""
1036
  "Enable to use a single lightbox for multiple galleries located on a single "
1037
  "page."
1038
  msgstr "Gebruik 1 lightbox voor meerdere galerijen op 1 pagina"
1039
 
1040
- #: includes/class-gllr-settings.php:826
1041
  msgid "Social Sharing Buttons Settings"
1042
  msgstr ""
1043
 
1044
- #: includes/class-gllr-settings.php:834
1045
- msgid "Enable Social Buttons"
1046
  msgstr ""
1047
 
1048
- #: includes/class-gllr-settings.php:836
1049
  msgid "Enable social sharing buttons in the lightbox."
1050
  msgstr ""
1051
 
1052
- #: includes/class-gllr-settings.php:840
1053
  msgid "Social Networks"
1054
  msgstr ""
1055
 
1056
- #: includes/class-gllr-settings.php:851
1057
- msgid "Social Buttons Position"
1058
- msgstr ""
1059
-
1060
- #: includes/class-gllr-settings.php:854
1061
- msgid "Left"
1062
- msgstr ""
1063
-
1064
- #: includes/class-gllr-settings.php:856
1065
- msgid "Select social buttons position in the lightbox."
1066
- msgstr ""
1067
-
1068
- #: includes/class-gllr-settings.php:860
1069
  #, fuzzy
1070
  msgid "Counter"
1071
  msgstr "Diavoorstelling interval"
1072
 
1073
- #: includes/class-gllr-settings.php:863
1074
- msgid "Enable to show likes counter for each social button."
 
 
1075
  msgstr ""
1076
 
1077
- #: includes/class-gllr-settings.php:878
1078
  #, fuzzy
1079
  msgid "Demo Data"
1080
  msgstr "Установка %"
1081
 
1082
- #: includes/class-gllr-settings.php:880
1083
  msgid ""
1084
  "Install demo data to create galleries with images, post with shortcodes and "
1085
  "page with a list of all galleries."
1086
  msgstr ""
1087
 
1088
- #: includes/class-gllr-settings.php:899
1089
  #, fuzzy
1090
  msgid "Gallery Post Type"
1091
  msgstr "Galerij Shortcode"
1092
 
1093
- #: includes/class-gllr-settings.php:901
1094
  msgid ""
1095
  "Enable to avoid conflicts with other gallery plugins installed. All "
1096
  "galleries created earlier will stay unchanged. However, after enabling we "
@@ -1098,30 +1117,30 @@ msgid ""
1098
  "used."
1099
  msgstr ""
1100
 
1101
- #: includes/class-gllr-settings.php:913
1102
  #, fuzzy
1103
  msgid "Gallery Slug"
1104
  msgstr "Galerij"
1105
 
1106
- #: includes/class-gllr-settings.php:917
1107
  msgid "Enter the unique gallery slug."
1108
  msgstr ""
1109
 
1110
- #: includes/class-gllr-settings.php:933
1111
  #, fuzzy
1112
  msgid "Activate Now"
1113
  msgstr "Activeren"
1114
 
1115
- #: includes/class-gllr-settings.php:948
1116
  #, fuzzy
1117
  msgid "Install Now"
1118
  msgstr "Установка %"
1119
 
1120
- #: includes/class-gllr-settings.php:951
1121
  msgid "Enable to include galleries to your website search."
1122
  msgstr ""
1123
 
1124
- #: includes/class-gllr-settings.php:951
1125
  #, php-format
1126
  msgid "%s is required."
1127
  msgstr ""
@@ -1205,9 +1224,10 @@ msgid "Close notice"
1205
  msgstr ""
1206
 
1207
  #: includes/demo-data/class-bws-demo-data.php:591
 
1208
  msgid ""
1209
- "Do you want to install demo content and settings (You can do this later "
1210
- "using Import / Export settings)?"
1211
  msgstr ""
1212
 
1213
  #: includes/demo-data/class-bws-demo-data.php:591
@@ -1215,6 +1235,19 @@ msgstr ""
1215
  msgid "Yes, install demo now"
1216
  msgstr "Установка %"
1217
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1218
  #~ msgid "Download high resolution image"
1219
  #~ msgstr "Download hoge-resolutie foto"
1220
 
2
  msgstr ""
3
  "Project-Id-Version: Gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-12-05 16:20+0200\n"
6
+ "PO-Revision-Date: 2017-12-05 16:21+0200\n"
7
  "Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: J Goessens <j.goessens@gmail.com>\n"
9
  "Language: nl_NL\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Generator: Poedit 1.8.7.1\n"
17
  "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: gallery-plugin.php:37 includes/class-gllr-settings.php:310
 
21
  msgid "Gallery Settings"
22
  msgstr "Galerij Instellingen"
23
 
24
+ #: gallery-plugin.php:37 includes/class-gllr-settings.php:321
25
  #, fuzzy
26
  msgid "Global Settings"
27
  msgstr "Galerij Instellingen"
28
 
29
+ #: gallery-plugin.php:43 gallery-plugin.php:2772
30
  msgid "Upgrade to Pro"
31
  msgstr ""
32
 
33
+ #: gallery-plugin.php:237
34
  msgid "Return to all albums"
35
  msgstr ""
36
 
37
+ #: gallery-plugin.php:249
38
  msgid "See images &raquo;"
39
  msgstr "Foto's bekijken &raquo;"
40
 
41
+ #: gallery-plugin.php:336 gallery-plugin.php:345
42
  msgid "Galleries"
43
  msgstr "Galerijen"
44
 
45
+ #: gallery-plugin.php:337 gallery-plugin.php:3188
46
  msgid "Gallery"
47
  msgstr "Galerij"
48
 
49
+ #: gallery-plugin.php:338
50
  msgid "Add New Gallery"
51
  msgstr "Nieuwe Galerij toevoegen"
52
 
53
+ #: gallery-plugin.php:339
54
  msgid "Edit Gallery"
55
  msgstr "Galerij bewerken"
56
 
57
+ #: gallery-plugin.php:340
58
  msgid "New Gallery"
59
  msgstr "Nieuwe Galerij"
60
 
61
+ #: gallery-plugin.php:341
62
  msgid "View Gallery"
63
  msgstr "Galerij bekijken"
64
 
65
+ #: gallery-plugin.php:342 includes/class-gllr-settings.php:941
66
  #, fuzzy
67
  msgid "Search Galleries"
68
  msgstr "Galerijen"
69
 
70
+ #: gallery-plugin.php:343
71
  msgid "No Gallery found"
72
  msgstr "Geen Galerij gevonden"
73
 
74
+ #: gallery-plugin.php:365 gallery-plugin.php:1602 gallery-plugin.php:2918
75
+ #: gallery-plugin.php:2926 gallery-plugin.php:2964 gallery-plugin.php:2987
76
+ #: gallery-plugin.php:3172
77
  #, fuzzy
78
  msgid "Gallery Categories"
79
  msgstr "Afmeting galerij foto"
80
 
81
+ #: gallery-plugin.php:366 gallery-plugin.php:805
82
  #, fuzzy
83
  msgid "Gallery Category"
84
  msgstr "Afmeting galerij foto"
85
 
86
+ #: gallery-plugin.php:367
87
  msgid "Add Gallery Category"
88
  msgstr ""
89
 
90
+ #: gallery-plugin.php:368
91
  #, fuzzy
92
  msgid "Add New Gallery Category"
93
  msgstr "Nieuwe Galerij toevoegen"
94
 
95
+ #: gallery-plugin.php:369 gallery-plugin.php:370
96
  msgid "Edit Gallery Category"
97
  msgstr ""
98
 
99
+ #: gallery-plugin.php:371
100
  msgid "New Gallery Category"
101
  msgstr ""
102
 
103
+ #: gallery-plugin.php:372 gallery-plugin.php:373
104
  msgid "View Gallery Category"
105
  msgstr ""
106
 
107
+ #: gallery-plugin.php:374
108
  msgid "Find Gallery Category"
109
  msgstr ""
110
 
111
+ #: gallery-plugin.php:375
112
  msgid "No Gallery Categories found"
113
  msgstr ""
114
 
115
+ #: gallery-plugin.php:376
116
  msgid "No Gallery Categories found in Trash"
117
  msgstr ""
118
 
119
+ #: gallery-plugin.php:377
120
  msgid "Parent Gallery Category"
121
  msgstr ""
122
 
123
+ #: gallery-plugin.php:378
124
  msgid "Gallery Categories list navigation"
125
  msgstr ""
126
 
127
+ #: gallery-plugin.php:379
128
  msgid "Gallery Categories list"
129
  msgstr ""
130
 
131
+ #: gallery-plugin.php:455
132
  msgid "Gallery Shortcode"
133
  msgstr "Galerij Shortcode"
134
 
135
+ #: gallery-plugin.php:464
136
  msgid ""
137
  "Add a single gallery with images to your posts, pages, custom post types or "
138
  "widgets by using the following shortcode:"
139
  msgstr ""
140
 
141
+ #: gallery-plugin.php:468
142
  msgid ""
143
  "Add a gallery cover including featured image, description, and a link to "
144
  "your single gallery using the following shortcode:"
145
  msgstr ""
146
 
147
+ #: gallery-plugin.php:581
148
  msgid "Note"
149
  msgstr ""
150
 
151
+ #: gallery-plugin.php:581
152
  #, php-format
153
  msgid ""
154
  "When deleting a category, the galleries that belong to this category will "
155
+ "not be deleted. These galleries will be moved to the category %s."
156
  msgstr ""
157
 
158
+ #: gallery-plugin.php:594 gallery-plugin.php:1601
159
  #, fuzzy
160
  msgid "Shortcode"
161
  msgstr "Galerij Shortcode"
162
 
163
+ #: gallery-plugin.php:640
164
  msgid "All Gallery Categories"
165
  msgstr ""
166
 
167
+ #: gallery-plugin.php:717
168
  msgid "You can't delete default gallery category."
169
  msgstr ""
170
 
171
+ #: gallery-plugin.php:1091 gallery-plugin.php:1198 gallery-plugin.php:2109
172
  msgid "Sorry, nothing found."
173
  msgstr "Sorry, niets gevonden."
174
 
175
+ #: gallery-plugin.php:1598
176
  msgid "Featured Image"
177
  msgstr ""
178
 
179
+ #: gallery-plugin.php:1599 gallery-plugin.php:2629 gallery-plugin.php:2733
180
+ #: gallery-plugin.php:2844 includes/class-gllr-settings.php:679
181
  msgid "Title"
182
  msgstr "Titel"
183
 
184
+ #: gallery-plugin.php:1600 includes/class-gllr-settings.php:41
185
  #, fuzzy
186
  msgid "Images"
187
  msgstr "Foto"
188
 
189
+ #: gallery-plugin.php:1603 includes/class-gllr-settings.php:684
190
  msgid "Author"
191
  msgstr "Autheur"
192
 
193
+ #: gallery-plugin.php:1604 includes/class-gllr-settings.php:513
194
+ #: includes/class-gllr-settings.php:680
195
  msgid "Date"
196
  msgstr "Datum"
197
 
198
+ #: gallery-plugin.php:1690
199
+ #, php-format
200
+ msgid "%s Settings"
201
+ msgstr ""
202
+
203
+ #: gallery-plugin.php:1717 gallery-plugin.php:1735
204
  #: includes/class-gllr-settings.php:30 includes/class-gllr-settings.php:42
205
  msgid "Settings"
206
  msgstr "Instellingen"
207
 
208
+ #: gallery-plugin.php:1718
209
  msgid "FAQ"
210
  msgstr "FAQ "
211
 
212
+ #: gallery-plugin.php:1719
213
  msgid "Support"
214
  msgstr "Ondersteuning"
215
 
216
+ #: gallery-plugin.php:1758
217
  msgid "Updating images..."
218
  msgstr "Bijwerken foto's..."
219
 
220
+ #: gallery-plugin.php:1759
221
  #, fuzzy
222
  msgid "No images found."
223
  msgstr "Geen foto gevonden"
224
 
225
+ #: gallery-plugin.php:1760
226
  #, fuzzy
227
  msgid "All images were updated."
228
  msgstr "Alle foto's zijn bijgewerkt"
229
 
230
+ #: gallery-plugin.php:1761
231
  msgid "Error."
232
  msgstr "Fout."
233
 
234
+ #: gallery-plugin.php:1773
235
  msgid ""
236
  "You are about to remove these items from this gallery.\n"
237
  " 'Cancel' to stop, 'OK' to delete."
238
  msgstr ""
239
 
240
+ #: gallery-plugin.php:1774
241
  msgid ""
242
  "You are about to remove this image from the gallery.\n"
243
  " 'Cancel' to stop, 'OK' to delete."
244
  msgstr ""
245
 
246
+ #: gallery-plugin.php:1775
247
  msgid ""
248
  "Switching to another mode, all unsaved data will be lost. Save data before "
249
  "switching?"
250
  msgstr ""
251
 
252
+ #: gallery-plugin.php:1776
253
  msgid "Insert Media"
254
  msgstr ""
255
 
256
+ #: gallery-plugin.php:1777
257
  msgid "Insert"
258
  msgstr ""
259
 
260
+ #: gallery-plugin.php:2301 gallery-plugin.php:2327
261
  msgid "Image size not defined"
262
  msgstr "Afmetingen van foto, niet gedefinieerd"
263
 
264
+ #: gallery-plugin.php:2316
265
  #, fuzzy
266
  msgid ""
267
  "Plugin updates only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please "
270
  "We kunnen alleen de volgende bestandstypen bijwerken: PNG, JPG, GIF, WPMP of "
271
  "XBM (Voor overige, aub handmatig herladen)."
272
 
273
+ #: gallery-plugin.php:2356 gallery-plugin.php:2359 gallery-plugin.php:2364
 
 
 
 
274
  msgid "Invalid path"
275
  msgstr "Ongeldig pad"
276
 
277
+ #: gallery-plugin.php:2453
278
  msgid "List View"
279
  msgstr ""
280
 
281
+ #: gallery-plugin.php:2454
282
  msgid "Grid View"
283
  msgstr ""
284
 
285
+ #: gallery-plugin.php:2509
286
  msgid "Filter"
287
  msgstr ""
288
 
289
+ #: gallery-plugin.php:2513
290
  msgid "Empty Trash"
291
  msgstr ""
292
 
293
+ #: gallery-plugin.php:2534
294
  #, fuzzy
295
  msgid "No images found"
296
  msgstr "Geen foto gevonden"
297
 
298
+ #: gallery-plugin.php:2586
299
  msgid "Select bulk action"
300
  msgstr ""
301
 
302
+ #: gallery-plugin.php:2588
303
  msgid "Bulk Actions"
304
  msgstr ""
305
 
306
+ #: gallery-plugin.php:2598
307
  msgid "Apply"
308
  msgstr ""
309
 
310
+ #: gallery-plugin.php:2605
311
  #, fuzzy
312
  msgid "Delete from Gallery"
313
  msgstr "Nieuwe Galerij"
314
 
315
+ #: gallery-plugin.php:2614
316
  msgid "Bulk Select"
317
  msgstr ""
318
 
319
+ #: gallery-plugin.php:2615
320
  msgid "Cancel Selection"
321
  msgstr ""
322
 
323
+ #: gallery-plugin.php:2616
324
  msgid "Delete Selected"
325
  msgstr ""
326
 
327
+ #: gallery-plugin.php:2627
328
  msgid "File"
329
  msgstr ""
330
 
331
+ #: gallery-plugin.php:2628 gallery-plugin.php:2728 gallery-plugin.php:2839
332
  msgid "Dimensions"
333
  msgstr ""
334
 
335
+ #: gallery-plugin.php:2630 gallery-plugin.php:2739 gallery-plugin.php:2849
336
  #, fuzzy
337
  msgid "Alt Text"
338
  msgstr "Alt tag"
339
 
340
+ #: gallery-plugin.php:2631 gallery-plugin.php:2743 gallery-plugin.php:2854
341
  msgid "URL"
342
  msgstr "URL"
343
 
344
+ #: gallery-plugin.php:2631 gallery-plugin.php:2745
345
  msgid ""
346
  "Enter your custom URL to link this image to other page or file. Leave blank "
347
  "to open a full size image."
348
  msgstr ""
349
 
350
+ #: gallery-plugin.php:2710
351
  #, fuzzy
352
  msgid "Remove Image from Gallery"
353
  msgstr "Nieuwe Galerij"
354
 
355
+ #: gallery-plugin.php:2713
356
  #, fuzzy
357
  msgid "Edit Image Info"
358
  msgstr "Bijlage ID"
359
 
360
+ #: gallery-plugin.php:2714
361
  msgid "Deselect"
362
  msgstr ""
363
 
364
+ #: gallery-plugin.php:2726
365
  msgid "File name"
366
  msgstr ""
367
 
368
+ #: gallery-plugin.php:2727
369
  msgid "File type"
370
  msgstr ""
371
 
372
+ #: gallery-plugin.php:2752
373
  msgid "Description"
374
  msgstr "Omschrijving"
375
 
376
+ #: gallery-plugin.php:2758
377
  #, fuzzy
378
  msgid "Lightbox Button URL"
379
  msgstr "Lightbox knop URL"
380
 
381
+ #: gallery-plugin.php:2765
382
  msgid "New Tab"
383
  msgstr ""
384
 
385
+ #: gallery-plugin.php:2767
386
  msgid "Enable to open URLs above in a new tab."
387
  msgstr ""
388
 
389
+ #: gallery-plugin.php:2772
390
  #, fuzzy
391
  msgid "Go Pro"
392
  msgstr "Ga PRO"
393
 
394
+ #: gallery-plugin.php:2778
395
  msgid "Edit more details"
396
  msgstr ""
397
 
398
+ #: gallery-plugin.php:2780
399
  #, fuzzy
400
  msgid "Remove from Gallery"
401
  msgstr "Nieuwe Galerij"
402
 
403
+ #: gallery-plugin.php:2814
404
  #, php-format
405
  msgid "Select %s"
406
  msgstr ""
407
 
408
+ #: gallery-plugin.php:2827
409
  #, php-format
410
  msgid "Edit &#8220;%s&#8221;"
411
  msgstr ""
412
 
413
+ #: gallery-plugin.php:2835
414
  #, fuzzy
415
  msgid "Edit Attachment Info"
416
  msgstr "Bijlage ID"
417
 
418
+ #: gallery-plugin.php:2872 gallery-plugin.php:2885
419
  msgid "Edit"
420
  msgstr ""
421
 
422
+ #: gallery-plugin.php:2875 gallery-plugin.php:2890
423
  msgid "Trash"
424
  msgstr ""
425
 
426
+ #: gallery-plugin.php:2878 gallery-plugin.php:2893
427
  msgid "Delete Permanently"
428
  msgstr ""
429
 
430
+ #: gallery-plugin.php:2880 gallery-plugin.php:2899
431
  #, php-format
432
  msgid "View &#8220;%s&#8221;"
433
  msgstr ""
434
 
435
+ #: gallery-plugin.php:2880 gallery-plugin.php:2899 gallery-plugin.php:2982
436
  msgid "View"
437
  msgstr ""
438
 
439
+ #: gallery-plugin.php:2882
440
  #, fuzzy
441
  msgid "Attach"
442
  msgstr "Bijlage ID"
443
 
444
+ #: gallery-plugin.php:2888
445
  msgid "Restore"
446
  msgstr ""
447
 
448
+ #: gallery-plugin.php:2917
449
  msgid "A list or dropdown of Gallery categories."
450
  msgstr ""
451
 
452
+ #: gallery-plugin.php:2962
453
  msgid "Select Gallery Category"
454
  msgstr ""
455
 
456
+ #: gallery-plugin.php:3020
457
  msgid "Title:"
458
  msgstr ""
459
 
460
+ #: gallery-plugin.php:3023
461
  msgid "Display as dropdown"
462
  msgstr ""
463
 
464
+ #: gallery-plugin.php:3025
465
  msgid "Show gallery counts"
466
  msgstr ""
467
 
468
+ #: gallery-plugin.php:3027
469
  msgid "Show hierarchy"
470
  msgstr ""
471
 
472
+ #: gallery-plugin.php:3143
473
  msgid "Warning"
474
  msgstr ""
475
 
476
+ #: gallery-plugin.php:3143
477
  msgid "You can add only images to the gallery"
478
  msgstr ""
479
 
480
+ #: gallery-plugin.php:3174
481
  msgid "or"
482
  msgstr "of"
483
 
484
+ #: gallery-plugin.php:3182
485
  #, fuzzy
486
  msgid "no title"
487
  msgstr "Titel"
488
 
489
+ #: gallery-plugin.php:3193
490
  #, fuzzy
491
  msgid ""
492
  "Display an album image with the description and the link to a single gallery "
495
  "Als je een korte omschrijving, met een voorbeeld & link naar de galerij "
496
  "pagina, wilt weergeven "
497
 
498
+ #: gallery-plugin.php:3197
499
  #, fuzzy
500
  msgid "Sorry, no gallery found."
501
  msgstr "Sorry, niets gevonden."
529
  msgid "License Key"
530
  msgstr ""
531
 
532
+ #: includes/class-gllr-settings.php:210
533
  msgid "Custom image size was changed. You need to update gallery images."
534
  msgstr ""
535
 
536
+ #: includes/class-gllr-settings.php:247
537
  #, fuzzy
538
  msgid "Settings saved"
539
  msgstr "Instellingen opgeslagen"
540
 
541
+ #: includes/class-gllr-settings.php:259
542
  #, fuzzy
543
  msgid "Please, enable JavaScript in Your browser."
544
  msgstr "Activeer JavaScript om de uploader te gebruiken."
545
 
546
+ #: includes/class-gllr-settings.php:264
547
  #, fuzzy
548
  msgid "Update Images"
549
  msgstr "Bijwerken foto's..."
550
 
551
+ #: includes/class-gllr-settings.php:279
552
  #, fuzzy
553
  msgid "Gallery Images"
554
  msgstr "Afmeting galerij foto"
555
 
556
+ #: includes/class-gllr-settings.php:284
557
+ msgid "Images adding requires JavaScript."
558
  msgstr ""
559
 
560
+ #: includes/class-gllr-settings.php:287
561
  msgid "Add Media"
562
  msgstr ""
563
 
564
+ #: includes/class-gllr-settings.php:296
565
  msgid "The grid view for the Gallery images requires JavaScript."
566
  msgstr ""
567
 
568
+ #: includes/class-gllr-settings.php:296
569
  msgid "Switch to the list view"
570
  msgstr ""
571
 
572
+ #: includes/class-gllr-settings.php:319
573
  #, fuzzy
574
  msgid "Single Gallery Settings"
575
  msgstr "Galerij Instellingen"
576
 
577
+ #: includes/class-gllr-settings.php:321
578
  #, php-format
579
  msgid "Enable to configure single gallery settings and disable %s."
580
  msgstr ""
581
 
582
+ #: includes/class-gllr-settings.php:332 includes/class-gllr-settings.php:389
583
+ #: includes/class-gllr-settings.php:433 includes/class-gllr-settings.php:483
584
+ #: includes/class-gllr-settings.php:621 includes/class-gllr-settings.php:709
585
+ #: includes/class-gllr-settings.php:745 includes/class-gllr-settings.php:795
586
+ #: includes/class-gllr-settings.php:923
587
  msgid "Close"
588
  msgstr ""
589
 
590
+ #: includes/class-gllr-settings.php:336
591
  #, fuzzy
592
  msgid "Gallery Layout"
593
  msgstr "Geen Galerij gevonden"
594
 
595
+ #: includes/class-gllr-settings.php:341
596
  msgid "Grid"
597
  msgstr ""
598
 
599
+ #: includes/class-gllr-settings.php:347
600
  msgid "Masonry"
601
  msgstr ""
602
 
 
 
 
 
603
  #: includes/class-gllr-settings.php:360
604
+ msgid "Number of Columns"
605
  msgstr ""
606
 
607
+ #: includes/class-gllr-settings.php:363
608
  #, php-format
609
  msgid "Number of gallery columns (default is %s)."
610
  msgstr ""
611
 
612
+ #: includes/class-gllr-settings.php:367 includes/class-gllr-settings.php:749
613
  #, fuzzy
614
  msgid "Image Size"
615
  msgstr "Foto afmeting"
616
 
617
+ #: includes/class-gllr-settings.php:373 includes/class-gllr-settings.php:606
618
  msgid "Custom"
619
  msgstr ""
620
 
621
+ #: includes/class-gllr-settings.php:375
622
  msgid ""
623
  "Maximum gallery image size. \"Custom\" uses the Image Dimensions values."
624
  msgstr ""
625
 
626
+ #: includes/class-gllr-settings.php:379
627
  #, fuzzy
628
  msgid "Custom Image Size"
629
  msgstr "Foto afmeting"
630
 
631
+ #: includes/class-gllr-settings.php:381 includes/class-gllr-settings.php:469
632
+ #: includes/class-gllr-settings.php:614 includes/class-gllr-settings.php:664
633
  msgid "px"
634
  msgstr ""
635
 
636
+ #: includes/class-gllr-settings.php:382
637
  msgid ""
638
  "Adjust these values based on the number of columns in your gallery. This "
639
  "won't effect the full size of your images in the lightbox."
640
  msgstr ""
641
 
642
+ #: includes/class-gllr-settings.php:393
643
  #, fuzzy
644
  msgid "Crop Images"
645
  msgstr "Sorteer foto's"
646
 
647
+ #: includes/class-gllr-settings.php:395
648
  msgid ""
649
  "Enable to crop images using the sizes defined for Custom Image Size. Disable "
650
  "to resize images automatically using their aspect ratio."
651
  msgstr ""
652
 
653
+ #: includes/class-gllr-settings.php:399 includes/class-gllr-settings.php:631
654
  #, fuzzy
655
  msgid "Crop Position"
656
  msgstr "Positie bijsnijden"
657
 
658
+ #: includes/class-gllr-settings.php:414 includes/class-gllr-settings.php:646
659
  msgid "Select crop position base (by default: center)."
660
  msgstr ""
661
 
662
+ #: includes/class-gllr-settings.php:424
663
  #, fuzzy
664
  msgid "Image Title"
665
  msgstr "Foto afmeting"
666
 
667
+ #: includes/class-gllr-settings.php:426
668
  msgid "Enable to display image title along with the gallery image."
669
  msgstr ""
670
 
671
+ #: includes/class-gllr-settings.php:437
672
  #, fuzzy
673
  msgid "Image Title Position"
674
  msgstr "Afmetingen van foto, niet gedefinieerd"
675
 
676
+ #: includes/class-gllr-settings.php:442
677
  #, fuzzy
678
  msgid "Under image"
679
  msgstr "Foto's bijwerken"
680
 
681
+ #: includes/class-gllr-settings.php:448
682
  msgid "On mouse hover"
683
  msgstr ""
684
 
685
+ #: includes/class-gllr-settings.php:461
686
  #, fuzzy
687
  msgid "Image Border"
688
  msgstr "Foto's met rand"
689
 
690
+ #: includes/class-gllr-settings.php:463
691
  msgid ""
692
  "Enable images border using the styles defined for Image Border Size and "
693
+ "Color options."
694
  msgstr ""
695
 
696
+ #: includes/class-gllr-settings.php:467
697
  #, fuzzy
698
  msgid "Image Border Size"
699
  msgstr "Foto afmeting"
700
 
701
+ #: includes/class-gllr-settings.php:470
702
  #, php-format
703
  msgid "Gallery image border width (default is %s)"
704
  msgstr ""
705
 
706
+ #: includes/class-gllr-settings.php:474
707
  #, fuzzy
708
  msgid "Image Border Color"
709
  msgstr "Selecteer een randkleur"
710
 
711
+ #: includes/class-gllr-settings.php:487
712
  msgid "Pagination"
713
  msgstr ""
714
 
715
+ #: includes/class-gllr-settings.php:490
716
  msgid ""
717
  "Enable pagination for images to limit number of images displayed on a single "
718
  "gallery page."
719
  msgstr ""
720
 
721
+ #: includes/class-gllr-settings.php:494
722
  #, fuzzy
723
  msgid "Number of Images"
724
  msgstr "Aantal foto's op een rij"
725
 
726
+ #: includes/class-gllr-settings.php:497
727
  #, php-format
728
  msgid "Number of images displayed per page (default is %d)."
729
  msgstr ""
730
 
731
+ #: includes/class-gllr-settings.php:507
732
  #, fuzzy
733
  msgid "Sort Images by"
734
  msgstr "Sorteer foto's op"
735
 
736
+ #: includes/class-gllr-settings.php:510
737
  msgid "Manually (default)"
738
  msgstr ""
739
 
740
+ #: includes/class-gllr-settings.php:511
741
  #, fuzzy
742
  msgid "Image ID"
743
  msgstr "Foto"
744
 
745
+ #: includes/class-gllr-settings.php:512
746
  msgid "Name"
747
  msgstr ""
748
 
749
+ #: includes/class-gllr-settings.php:514 includes/class-gllr-settings.php:685
750
  msgid "Random"
751
  msgstr "Willekeurig"
752
 
753
+ #: includes/class-gllr-settings.php:516
754
  msgid ""
755
  "Select images sorting order in your gallery. By default, you can sort images "
756
  "manually in the images tab."
757
  msgstr ""
758
 
759
+ #: includes/class-gllr-settings.php:520
760
  #, fuzzy
761
  msgid "Arrange Images by"
762
  msgstr "Sorteer foto's op"
763
 
764
+ #: includes/class-gllr-settings.php:523 includes/class-gllr-settings.php:694
765
  msgid "Ascending (e.g. 1, 2, 3; a, b, c)"
766
  msgstr ""
767
 
768
+ #: includes/class-gllr-settings.php:524 includes/class-gllr-settings.php:695
769
  msgid "Descending (e.g. 3, 2, 1; c, b, a)"
770
  msgstr ""
771
 
772
+ #: includes/class-gllr-settings.php:529
773
  #, fuzzy
774
  msgid "Back Link"
775
  msgstr "De Terug link URL"
776
 
777
+ #: includes/class-gllr-settings.php:531
778
  msgid ""
779
  "Enable to show a back link in a single gallery page which navigate to a "
780
  "previous page."
781
  msgstr ""
782
 
783
+ #: includes/class-gllr-settings.php:535
784
  #, fuzzy
785
  msgid "Back Link URL"
786
  msgstr "De Terug link URL"
787
 
788
+ #: includes/class-gllr-settings.php:538
789
  msgid "Back link custom page URL. Leave blank to use Gallery page template."
790
  msgstr ""
791
 
792
+ #: includes/class-gllr-settings.php:542
793
  #, fuzzy
794
  msgid "Back Link Label"
795
  msgstr "De Terug link URL"
796
 
797
+ #: includes/class-gllr-settings.php:548
798
  #, fuzzy
799
  msgid "Back Link with Shortcode"
800
  msgstr "Toon de Terug link in de shortcode"
801
 
802
+ #: includes/class-gllr-settings.php:551
803
  #, fuzzy
804
  msgid "Enable to display a back link on a page where shortcode is used."
805
  msgstr "Toon de Terug link in de shortcode"
806
 
807
+ #: includes/class-gllr-settings.php:562
808
  #, fuzzy
809
  msgid "Cover Settings"
810
  msgstr "Galerij Instellingen"
811
 
812
+ #: includes/class-gllr-settings.php:567
813
  #, fuzzy
814
  msgid "Galleries Page"
815
  msgstr "Galerijen"
816
 
817
+ #: includes/class-gllr-settings.php:575
818
  #, fuzzy
819
  msgid "Base page where all existing galleries will be displayed."
820
  msgstr ""
821
  "Als je naar de Pro versie overstapt, zullen alle instellingen en galerijen "
822
  "bewaard blijven."
823
 
824
+ #: includes/class-gllr-settings.php:579
825
+ msgid "Albums Displaying"
826
+ msgstr ""
827
+
828
+ #: includes/class-gllr-settings.php:582
829
+ msgid "Column"
830
+ msgstr ""
831
+
832
+ #: includes/class-gllr-settings.php:583
833
+ msgid "Rows"
834
+ msgstr ""
835
+
836
+ #: includes/class-gllr-settings.php:585
837
+ msgid "Select the way galleries will be displayed on the Galleries Page."
838
+ msgstr ""
839
+
840
+ #: includes/class-gllr-settings.php:589
841
+ msgid "Column Alignment"
842
+ msgstr ""
843
+
844
+ #: includes/class-gllr-settings.php:592
845
+ msgid "Left"
846
+ msgstr ""
847
+
848
+ #: includes/class-gllr-settings.php:593
849
+ msgid "Right"
850
+ msgstr ""
851
+
852
+ #: includes/class-gllr-settings.php:594
853
+ msgid "Center"
854
+ msgstr ""
855
+
856
+ #: includes/class-gllr-settings.php:596
857
+ msgid "Select the column alignment."
858
+ msgstr ""
859
+
860
+ #: includes/class-gllr-settings.php:600
861
  #, fuzzy
862
  msgid "Cover Image Size"
863
  msgstr "Foto afmeting"
864
 
865
+ #: includes/class-gllr-settings.php:608
866
  msgid "Maximum cover image size. Custom uses the Image Dimensions values."
867
  msgstr ""
868
 
869
+ #: includes/class-gllr-settings.php:612
870
  msgid "Custom Cover Image Size"
871
  msgstr ""
872
 
873
+ #: includes/class-gllr-settings.php:625
874
  msgid "Crop Cover Images"
875
  msgstr ""
876
 
877
+ #: includes/class-gllr-settings.php:627
878
  msgid ""
879
  "Enable to crop images using the sizes defined for Custom Cover Image Size. "
880
  "Disable to resize images automatically using their aspect ratio."
881
  msgstr ""
882
 
883
+ #: includes/class-gllr-settings.php:656
884
  #, fuzzy
885
  msgid "Cover Image Border"
886
  msgstr "Foto's met rand"
887
 
888
+ #: includes/class-gllr-settings.php:658
889
  msgid ""
890
  "Enable cover images border using the styles defined for Image Border Size "
891
  "and Color."
892
  msgstr ""
893
 
894
+ #: includes/class-gllr-settings.php:662
895
  msgid "Cover Image Border Size"
896
  msgstr ""
897
 
898
+ #: includes/class-gllr-settings.php:665
899
  #, php-format
900
  msgid "Cover image border width (default is %s)"
901
  msgstr ""
902
 
903
+ #: includes/class-gllr-settings.php:669
904
  #, fuzzy
905
  msgid "Cover Image Border Color"
906
  msgstr "Selecteer een randkleur"
907
 
908
+ #: includes/class-gllr-settings.php:675
909
  #, fuzzy
910
  msgid "Sort Albums by"
911
  msgstr "Sorteer foto's op"
912
 
913
+ #: includes/class-gllr-settings.php:678
914
  #, fuzzy
915
  msgid "Gallery ID"
916
  msgstr "Galerij"
917
 
918
+ #: includes/class-gllr-settings.php:681
919
  msgid "Last modified date"
920
  msgstr ""
921
 
922
+ #: includes/class-gllr-settings.php:682
923
  msgid "Comment count"
924
  msgstr ""
925
 
926
+ #: includes/class-gllr-settings.php:683
927
  #, fuzzy
928
  msgid "Sorting order (the input field for sorting order)"
929
  msgstr ""
930
  "Sorteervolgorde (het invoerveld voor sorteervolgorde in het Invoeg / Upload "
931
  "Media Galerij venster)"
932
 
933
+ #: includes/class-gllr-settings.php:687
934
  msgid "Select galleries sorting order in your galleries page."
935
  msgstr ""
936
 
937
+ #: includes/class-gllr-settings.php:691
938
  msgid "Arrange Albums by"
939
  msgstr ""
940
 
941
+ #: includes/class-gllr-settings.php:700
942
  #, fuzzy
943
  msgid "Read More Link Label"
944
  msgstr "De 'Lees Meer' link tekst"
945
 
946
+ #: includes/class-gllr-settings.php:713
947
  msgid "Instant Lightbox"
948
  msgstr ""
949
 
950
+ #: includes/class-gllr-settings.php:716
951
  msgid ""
952
  "Enable to display all images in the lightbox after clicking cover image or "
953
  "URL instead of going to a single gallery page."
954
  msgstr ""
955
 
956
+ #: includes/class-gllr-settings.php:730
957
  #, fuzzy
958
  msgid "Lightbox Settings"
959
  msgstr "Lightbox knop URL"
960
 
961
+ #: includes/class-gllr-settings.php:735
962
  msgid "Enable Lightbox"
963
  msgstr ""
964
 
965
+ #: includes/class-gllr-settings.php:738
966
  msgid "Enable to show the lightbox when clicking on gallery images."
967
  msgstr ""
968
 
969
+ #: includes/class-gllr-settings.php:756
970
  msgid ""
971
  "Select the maximum gallery image size for the lightbox view. \"Default\" "
972
  "will display the original, full size image."
973
  msgstr ""
974
 
975
+ #: includes/class-gllr-settings.php:760
976
  msgid "Overlay Color"
977
  msgstr ""
978
 
979
+ #: includes/class-gllr-settings.php:766
980
  msgid "Overlay Opacity"
981
  msgstr ""
982
 
983
+ #: includes/class-gllr-settings.php:769
984
  #, php-format
985
  msgid ""
986
+ "Lightbox overlay opacity. Leave blank to disable opacity (default is %s, max "
987
+ "is %s)."
988
  msgstr ""
989
 
990
+ #: includes/class-gllr-settings.php:779
991
  #, fuzzy
992
  msgid "Slideshow"
993
  msgstr "Start diavoorstelling"
994
 
995
+ #: includes/class-gllr-settings.php:781
996
  msgid "Enable to start the slideshow automatically when the lightbox is used."
997
  msgstr ""
998
 
999
+ #: includes/class-gllr-settings.php:785
1000
  #, fuzzy
1001
  msgid "Slideshow Duration"
1002
  msgstr "Diavoorstelling interval"
1003
 
1004
+ #: includes/class-gllr-settings.php:787
1005
  msgid "ms"
1006
  msgstr ""
1007
 
1008
+ #: includes/class-gllr-settings.php:788
1009
  msgid "Slideshow interval duration between two images."
1010
  msgstr ""
1011
 
1012
+ #: includes/class-gllr-settings.php:799
1013
  #, fuzzy
1014
  msgid "Lightbox Helpers"
1015
  msgstr "De lightbox helper"
1016
 
1017
+ #: includes/class-gllr-settings.php:801
1018
+ msgid "Enable to display the lightbox toolbar and arrows."
1019
  msgstr ""
1020
 
1021
+ #: includes/class-gllr-settings.php:805
1022
  #, fuzzy
1023
  msgid "Lightbox Thumbnails"
1024
  msgstr "Foto afmeting voor de omslag van het album"
1025
 
1026
+ #: includes/class-gllr-settings.php:807
1027
+ msgid "Enable to use a lightbox helper navigation between images."
1028
+ msgstr ""
 
1029
 
1030
+ #: includes/class-gllr-settings.php:811
1031
  msgid "Lightbox Thumbnails Position"
1032
  msgstr ""
1033
 
1034
+ #: includes/class-gllr-settings.php:814
1035
  #, fuzzy
1036
  msgid "Top"
1037
  msgstr "bovenkant"
1038
 
1039
+ #: includes/class-gllr-settings.php:819
1040
  #, fuzzy
1041
  msgid "Lightbox Button Label"
1042
  msgstr "Lightbox knop URL"
1043
 
1044
+ #: includes/class-gllr-settings.php:821
1045
  #, fuzzy
1046
  msgid "Read More"
1047
  msgstr "Kom meer te weten"
1048
 
1049
+ #: includes/class-gllr-settings.php:831
1050
  #, fuzzy
1051
  msgid "Download Button"
1052
  msgstr "Aangepast zoeken, downloaden"
1053
 
1054
+ #: includes/class-gllr-settings.php:833
1055
+ msgid "Enable to display download button."
1056
+ msgstr ""
 
 
1057
 
1058
+ #: includes/class-gllr-settings.php:837
1059
  msgid "Single Lightbox"
1060
  msgstr ""
1061
 
1062
+ #: includes/class-gllr-settings.php:839
1063
  #, fuzzy
1064
  msgid ""
1065
  "Enable to use a single lightbox for multiple galleries located on a single "
1066
  "page."
1067
  msgstr "Gebruik 1 lightbox voor meerdere galerijen op 1 pagina"
1068
 
1069
+ #: includes/class-gllr-settings.php:849
1070
  msgid "Social Sharing Buttons Settings"
1071
  msgstr ""
1072
 
1073
+ #: includes/class-gllr-settings.php:857
1074
+ msgid "Social Buttons"
1075
  msgstr ""
1076
 
1077
+ #: includes/class-gllr-settings.php:859
1078
  msgid "Enable social sharing buttons in the lightbox."
1079
  msgstr ""
1080
 
1081
+ #: includes/class-gllr-settings.php:863
1082
  msgid "Social Networks"
1083
  msgstr ""
1084
 
1085
+ #: includes/class-gllr-settings.php:874
 
 
 
 
 
 
 
 
 
 
 
 
1086
  #, fuzzy
1087
  msgid "Counter"
1088
  msgstr "Diavoorstelling interval"
1089
 
1090
+ #: includes/class-gllr-settings.php:877
1091
+ msgid ""
1092
+ "Enable to show likes counter for each social button (not available for "
1093
+ "Google +1)."
1094
  msgstr ""
1095
 
1096
+ #: includes/class-gllr-settings.php:892
1097
  #, fuzzy
1098
  msgid "Demo Data"
1099
  msgstr "Установка %"
1100
 
1101
+ #: includes/class-gllr-settings.php:894
1102
  msgid ""
1103
  "Install demo data to create galleries with images, post with shortcodes and "
1104
  "page with a list of all galleries."
1105
  msgstr ""
1106
 
1107
+ #: includes/class-gllr-settings.php:913
1108
  #, fuzzy
1109
  msgid "Gallery Post Type"
1110
  msgstr "Galerij Shortcode"
1111
 
1112
+ #: includes/class-gllr-settings.php:915
1113
  msgid ""
1114
  "Enable to avoid conflicts with other gallery plugins installed. All "
1115
  "galleries created earlier will stay unchanged. However, after enabling we "
1117
  "used."
1118
  msgstr ""
1119
 
1120
+ #: includes/class-gllr-settings.php:927
1121
  #, fuzzy
1122
  msgid "Gallery Slug"
1123
  msgstr "Galerij"
1124
 
1125
+ #: includes/class-gllr-settings.php:931
1126
  msgid "Enter the unique gallery slug."
1127
  msgstr ""
1128
 
1129
+ #: includes/class-gllr-settings.php:947
1130
  #, fuzzy
1131
  msgid "Activate Now"
1132
  msgstr "Activeren"
1133
 
1134
+ #: includes/class-gllr-settings.php:962
1135
  #, fuzzy
1136
  msgid "Install Now"
1137
  msgstr "Установка %"
1138
 
1139
+ #: includes/class-gllr-settings.php:965
1140
  msgid "Enable to include galleries to your website search."
1141
  msgstr ""
1142
 
1143
+ #: includes/class-gllr-settings.php:965
1144
  #, php-format
1145
  msgid "%s is required."
1146
  msgstr ""
1224
  msgstr ""
1225
 
1226
  #: includes/demo-data/class-bws-demo-data.php:591
1227
+ #, php-format
1228
  msgid ""
1229
+ "Do you want to install demo content and settings for %s (You can do this "
1230
+ "later using Import / Export settings)?"
1231
  msgstr ""
1232
 
1233
  #: includes/demo-data/class-bws-demo-data.php:591
1235
  msgid "Yes, install demo now"
1236
  msgstr "Установка %"
1237
 
1238
+ #, fuzzy
1239
+ #~ msgid "Enable to use a lightbox helper navigation between images.."
1240
+ #~ msgstr "Gebruik 1 lightbox voor meerdere galerijen op 1 pagina"
1241
+
1242
+ #~ msgid "Image size changes not defined"
1243
+ #~ msgstr "Wijzigingen van foto afmetingen, niet gedefinieerd"
1244
+
1245
+ #, fuzzy
1246
+ #~ msgid ""
1247
+ #~ "Enable to display link to the original file under each image in the "
1248
+ #~ "lightbox."
1249
+ #~ msgstr "Geef volledige grootte weer, voor lightbox"
1250
+
1251
  #~ msgid "Download high resolution image"
1252
  #~ msgstr "Download hoge-resolutie foto"
1253
 
languages/gallery-plugin-pt_BR.mo CHANGED
Binary file
languages/gallery-plugin-pt_BR.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: 2017-08-14 11:35+0300\n"
6
- "PO-Revision-Date: 2017-08-14 11:35+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: DJIO | Dionizio Bonfim Bach <wordpress@djio.com.br>\n"
9
  "Language: pt_BR\n"
@@ -11,7 +11,7 @@ msgstr ""
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
- "X-Generator: Poedit 1.5.4\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-Basepath: ..\n"
@@ -19,508 +19,508 @@ msgstr ""
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  # @ gallery
22
- #: gallery-plugin.php:37 gallery-plugin.php:1647
23
- #: includes/class-gllr-settings.php:308
24
  msgid "Gallery Settings"
25
  msgstr "Configurações da Galeria"
26
 
27
  # @ gallery
28
- #: gallery-plugin.php:37 includes/class-gllr-settings.php:319
29
  #, fuzzy
30
  msgid "Global Settings"
31
  msgstr "Configurações da Galeria"
32
 
33
- #: gallery-plugin.php:43 gallery-plugin.php:2728
34
  msgid "Upgrade to Pro"
35
  msgstr ""
36
 
37
- #: gallery-plugin.php:218
38
  msgid "Return to all albums"
39
  msgstr ""
40
 
41
  # @ gallery
42
- #: gallery-plugin.php:228
43
  msgid "See images &raquo;"
44
  msgstr "Ver imagens &raquo;"
45
 
46
  # @ gallery
47
- #: gallery-plugin.php:315 gallery-plugin.php:324
48
  msgid "Galleries"
49
  msgstr "Galerias"
50
 
51
  # @ gallery
52
- #: gallery-plugin.php:316 gallery-plugin.php:3144
53
  msgid "Gallery"
54
  msgstr "Galeria"
55
 
56
  # @ gallery
57
- #: gallery-plugin.php:317
58
  msgid "Add New Gallery"
59
  msgstr "Adicionar Nova Galeria"
60
 
61
  # @ gallery
62
- #: gallery-plugin.php:318
63
  msgid "Edit Gallery"
64
  msgstr "Editar Galeria"
65
 
66
  # @ gallery
67
- #: gallery-plugin.php:319
68
  msgid "New Gallery"
69
  msgstr "Nova Galeria"
70
 
71
  # @ gallery
72
- #: gallery-plugin.php:320
73
  msgid "View Gallery"
74
  msgstr "Ver Galeria"
75
 
76
  # @ gallery
77
- #: gallery-plugin.php:321 includes/class-gllr-settings.php:927
78
  #, fuzzy
79
  msgid "Search Galleries"
80
  msgstr "Galerias"
81
 
82
  # @ gallery
83
- #: gallery-plugin.php:322
84
  msgid "No Gallery found"
85
  msgstr "Nenhuma Galeria foi encontrada"
86
 
87
  # @ gallery
88
- #: gallery-plugin.php:344 gallery-plugin.php:1559 gallery-plugin.php:2874
89
- #: gallery-plugin.php:2882 gallery-plugin.php:2920 gallery-plugin.php:2943
90
- #: gallery-plugin.php:3128
91
  #, fuzzy
92
  msgid "Gallery Categories"
93
  msgstr "Tamanho da imagem da galeria"
94
 
95
  # @ gallery
96
- #: gallery-plugin.php:345 gallery-plugin.php:784
97
  #, fuzzy
98
  msgid "Gallery Category"
99
  msgstr "Tamanho da imagem da galeria"
100
 
101
- #: gallery-plugin.php:346
102
  msgid "Add Gallery Category"
103
  msgstr ""
104
 
105
  # @ gallery
106
- #: gallery-plugin.php:347
107
  #, fuzzy
108
  msgid "Add New Gallery Category"
109
  msgstr "Adicionar Nova Galeria"
110
 
111
- #: gallery-plugin.php:348 gallery-plugin.php:349
112
  msgid "Edit Gallery Category"
113
  msgstr ""
114
 
115
- #: gallery-plugin.php:350
116
  msgid "New Gallery Category"
117
  msgstr ""
118
 
119
- #: gallery-plugin.php:351 gallery-plugin.php:352
120
  msgid "View Gallery Category"
121
  msgstr ""
122
 
123
- #: gallery-plugin.php:353
124
  msgid "Find Gallery Category"
125
  msgstr ""
126
 
127
- #: gallery-plugin.php:354
128
  msgid "No Gallery Categories found"
129
  msgstr ""
130
 
131
- #: gallery-plugin.php:355
132
  msgid "No Gallery Categories found in Trash"
133
  msgstr ""
134
 
135
- #: gallery-plugin.php:356
136
  msgid "Parent Gallery Category"
137
  msgstr ""
138
 
139
- #: gallery-plugin.php:357
140
  msgid "Gallery Categories list navigation"
141
  msgstr ""
142
 
143
- #: gallery-plugin.php:358
144
  msgid "Gallery Categories list"
145
  msgstr ""
146
 
147
  # @ gallery
148
- #: gallery-plugin.php:434
149
  msgid "Gallery Shortcode"
150
  msgstr "Shortcode da Galeria"
151
 
152
- #: gallery-plugin.php:443
153
  msgid ""
154
  "Add a single gallery with images to your posts, pages, custom post types or "
155
  "widgets by using the following shortcode:"
156
  msgstr ""
157
 
158
- #: gallery-plugin.php:447
159
  msgid ""
160
  "Add a gallery cover including featured image, description, and a link to "
161
  "your single gallery using the following shortcode:"
162
  msgstr ""
163
 
164
- #: gallery-plugin.php:560
165
  msgid "Note"
166
  msgstr ""
167
 
168
- #: gallery-plugin.php:560
169
  #, php-format
170
  msgid ""
171
  "When deleting a category, the galleries that belong to this category will "
172
- "not be deleted. Instead, these galleries will be moved to the category %s."
173
  msgstr ""
174
 
175
  # @ gallery
176
- #: gallery-plugin.php:573 gallery-plugin.php:1558
177
  #, fuzzy
178
  msgid "Shortcode"
179
  msgstr "Shortcode da Galeria"
180
 
181
- #: gallery-plugin.php:619
182
  msgid "All Gallery Categories"
183
  msgstr ""
184
 
185
- #: gallery-plugin.php:696
186
  msgid "You can't delete default gallery category."
187
  msgstr ""
188
 
189
  # @ gallery
190
- #: gallery-plugin.php:1048 gallery-plugin.php:1155 gallery-plugin.php:2065
191
  msgid "Sorry, nothing found."
192
  msgstr "Desculpe, nada foi encontrado."
193
 
194
- #: gallery-plugin.php:1555
195
  msgid "Featured Image"
196
  msgstr ""
197
 
198
  # @ gallery
199
- #: gallery-plugin.php:1556 gallery-plugin.php:2585 gallery-plugin.php:2689
200
- #: gallery-plugin.php:2800 includes/class-gllr-settings.php:656
201
  msgid "Title"
202
  msgstr "Título"
203
 
204
  # @ gallery
205
- #: gallery-plugin.php:1557 includes/class-gllr-settings.php:41
206
  #, fuzzy
207
  msgid "Images"
208
  msgstr "Imagem"
209
 
210
  # @ gallery
211
- #: gallery-plugin.php:1560 includes/class-gllr-settings.php:661
212
  msgid "Author"
213
  msgstr "Autor"
214
 
215
  # @ gallery
216
- #: gallery-plugin.php:1561 includes/class-gllr-settings.php:511
217
- #: includes/class-gllr-settings.php:657
218
  msgid "Date"
219
  msgstr "Data"
220
 
 
 
 
 
 
221
  # @ bestwebsoft
222
  # @ gallery
223
- #: gallery-plugin.php:1674 gallery-plugin.php:1692
224
  #: includes/class-gllr-settings.php:30 includes/class-gllr-settings.php:42
225
  msgid "Settings"
226
  msgstr "Configurações"
227
 
228
  # @ gallery
229
- #: gallery-plugin.php:1675
230
  msgid "FAQ"
231
  msgstr "FAQ"
232
 
233
  # @ gallery
234
- #: gallery-plugin.php:1676
235
  msgid "Support"
236
  msgstr "Suporte"
237
 
238
- #: gallery-plugin.php:1715
239
  msgid "Updating images..."
240
  msgstr ""
241
 
242
  # @ gallery
243
- #: gallery-plugin.php:1716
244
  #, fuzzy
245
  msgid "No images found."
246
  msgstr "Nenhuma Galeria foi encontrada"
247
 
248
- #: gallery-plugin.php:1717
249
  msgid "All images were updated."
250
  msgstr ""
251
 
252
- #: gallery-plugin.php:1718
253
  msgid "Error."
254
  msgstr ""
255
 
256
- #: gallery-plugin.php:1730
257
  msgid ""
258
  "You are about to remove these items from this gallery.\n"
259
  " 'Cancel' to stop, 'OK' to delete."
260
  msgstr ""
261
 
262
- #: gallery-plugin.php:1731
263
  msgid ""
264
  "You are about to remove this image from the gallery.\n"
265
  " 'Cancel' to stop, 'OK' to delete."
266
  msgstr ""
267
 
268
- #: gallery-plugin.php:1732
269
  msgid ""
270
  "Switching to another mode, all unsaved data will be lost. Save data before "
271
  "switching?"
272
  msgstr ""
273
 
274
- #: gallery-plugin.php:1733
275
  msgid "Insert Media"
276
  msgstr ""
277
 
278
- #: gallery-plugin.php:1734
279
  msgid "Insert"
280
  msgstr ""
281
 
282
  # @ gallery
283
- #: gallery-plugin.php:2257
284
  #, fuzzy
285
  msgid "Image size not defined"
286
  msgstr "Tamanho da imagem"
287
 
288
- #: gallery-plugin.php:2272
289
  msgid ""
290
  "Plugin updates only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please "
291
  "reload images manually."
292
  msgstr ""
293
 
294
- #: gallery-plugin.php:2283
295
- msgid "Image size changes not defined"
296
- msgstr ""
297
-
298
- #: gallery-plugin.php:2312 gallery-plugin.php:2315 gallery-plugin.php:2320
299
  msgid "Invalid path"
300
  msgstr ""
301
 
302
- #: gallery-plugin.php:2409
303
  msgid "List View"
304
  msgstr ""
305
 
306
- #: gallery-plugin.php:2410
307
  msgid "Grid View"
308
  msgstr ""
309
 
310
- #: gallery-plugin.php:2465
311
  msgid "Filter"
312
  msgstr ""
313
 
314
- #: gallery-plugin.php:2469
315
  msgid "Empty Trash"
316
  msgstr ""
317
 
318
  # @ gallery
319
- #: gallery-plugin.php:2490
320
  #, fuzzy
321
  msgid "No images found"
322
  msgstr "Nenhuma Galeria foi encontrada"
323
 
324
- #: gallery-plugin.php:2542
325
  msgid "Select bulk action"
326
  msgstr ""
327
 
328
- #: gallery-plugin.php:2544
329
  msgid "Bulk Actions"
330
  msgstr ""
331
 
332
- #: gallery-plugin.php:2554
333
  msgid "Apply"
334
  msgstr ""
335
 
336
  # @ gallery
337
- #: gallery-plugin.php:2561
338
  #, fuzzy
339
  msgid "Delete from Gallery"
340
  msgstr "Nova Galeria"
341
 
342
- #: gallery-plugin.php:2570
343
  msgid "Bulk Select"
344
  msgstr ""
345
 
346
- #: gallery-plugin.php:2571
347
  msgid "Cancel Selection"
348
  msgstr ""
349
 
350
- #: gallery-plugin.php:2572
351
  msgid "Delete Selected"
352
  msgstr ""
353
 
354
- #: gallery-plugin.php:2583
355
  msgid "File"
356
  msgstr ""
357
 
358
- #: gallery-plugin.php:2584 gallery-plugin.php:2684 gallery-plugin.php:2795
359
  msgid "Dimensions"
360
  msgstr ""
361
 
362
- #: gallery-plugin.php:2586 gallery-plugin.php:2695 gallery-plugin.php:2805
363
  msgid "Alt Text"
364
  msgstr ""
365
 
366
  # @ gallery
367
- #: gallery-plugin.php:2587 gallery-plugin.php:2699 gallery-plugin.php:2810
368
  msgid "URL"
369
  msgstr "URL"
370
 
371
- #: gallery-plugin.php:2587 gallery-plugin.php:2701
372
  msgid ""
373
  "Enter your custom URL to link this image to other page or file. Leave blank "
374
  "to open a full size image."
375
  msgstr ""
376
 
377
  # @ gallery
378
- #: gallery-plugin.php:2666
379
  #, fuzzy
380
  msgid "Remove Image from Gallery"
381
  msgstr "Nova Galeria"
382
 
383
  # @ gallery
384
- #: gallery-plugin.php:2669
385
  #, fuzzy
386
  msgid "Edit Image Info"
387
  msgstr "ID do anexo"
388
 
389
- #: gallery-plugin.php:2670
390
  msgid "Deselect"
391
  msgstr ""
392
 
393
- #: gallery-plugin.php:2682
394
  msgid "File name"
395
  msgstr ""
396
 
397
- #: gallery-plugin.php:2683
398
  msgid "File type"
399
  msgstr ""
400
 
401
- #: gallery-plugin.php:2708
402
  msgid "Description"
403
  msgstr ""
404
 
405
  # @ gallery
406
- #: gallery-plugin.php:2714
407
  #, fuzzy
408
  msgid "Lightbox Button URL"
409
  msgstr "Fundo do Lightbox"
410
 
411
- #: gallery-plugin.php:2721
412
  msgid "New Tab"
413
  msgstr ""
414
 
415
- #: gallery-plugin.php:2723
416
  msgid "Enable to open URLs above in a new tab."
417
  msgstr ""
418
 
419
- #: gallery-plugin.php:2728
420
  msgid "Go Pro"
421
  msgstr ""
422
 
423
- #: gallery-plugin.php:2734
424
  msgid "Edit more details"
425
  msgstr ""
426
 
427
  # @ gallery
428
- #: gallery-plugin.php:2736
429
  #, fuzzy
430
  msgid "Remove from Gallery"
431
  msgstr "Nova Galeria"
432
 
433
- #: gallery-plugin.php:2770
434
  #, php-format
435
  msgid "Select %s"
436
  msgstr ""
437
 
438
- #: gallery-plugin.php:2783
439
  #, php-format
440
  msgid "Edit &#8220;%s&#8221;"
441
  msgstr ""
442
 
443
  # @ gallery
444
- #: gallery-plugin.php:2791
445
  #, fuzzy
446
  msgid "Edit Attachment Info"
447
  msgstr "ID do anexo"
448
 
449
- #: gallery-plugin.php:2828 gallery-plugin.php:2841
450
  msgid "Edit"
451
  msgstr ""
452
 
453
- #: gallery-plugin.php:2831 gallery-plugin.php:2846
454
  msgid "Trash"
455
  msgstr ""
456
 
457
- #: gallery-plugin.php:2834 gallery-plugin.php:2849
458
  msgid "Delete Permanently"
459
  msgstr ""
460
 
461
- #: gallery-plugin.php:2836 gallery-plugin.php:2855
462
  #, php-format
463
  msgid "View &#8220;%s&#8221;"
464
  msgstr ""
465
 
466
- #: gallery-plugin.php:2836 gallery-plugin.php:2855 gallery-plugin.php:2938
467
  msgid "View"
468
  msgstr ""
469
 
470
  # @ gallery
471
- #: gallery-plugin.php:2838
472
  #, fuzzy
473
  msgid "Attach"
474
  msgstr "ID do anexo"
475
 
476
- #: gallery-plugin.php:2844
477
  msgid "Restore"
478
  msgstr ""
479
 
480
- #: gallery-plugin.php:2873
481
  msgid "A list or dropdown of Gallery categories."
482
  msgstr ""
483
 
484
- #: gallery-plugin.php:2918
485
  msgid "Select Gallery Category"
486
  msgstr ""
487
 
488
- #: gallery-plugin.php:2976
489
  msgid "Title:"
490
  msgstr ""
491
 
492
- #: gallery-plugin.php:2979
493
  msgid "Display as dropdown"
494
  msgstr ""
495
 
496
- #: gallery-plugin.php:2981
497
  msgid "Show gallery counts"
498
  msgstr ""
499
 
500
- #: gallery-plugin.php:2983
501
  msgid "Show hierarchy"
502
  msgstr ""
503
 
504
- #: gallery-plugin.php:3099
505
  msgid "Warning"
506
  msgstr ""
507
 
508
- #: gallery-plugin.php:3099
509
  msgid "You can add only images to the gallery"
510
  msgstr ""
511
 
512
- #: gallery-plugin.php:3130
513
  msgid "or"
514
  msgstr ""
515
 
516
  # @ gallery
517
- #: gallery-plugin.php:3138
518
  #, fuzzy
519
  msgid "no title"
520
  msgstr "Título"
521
 
522
  # @ gallery
523
- #: gallery-plugin.php:3149
524
  #, fuzzy
525
  msgid ""
526
  "Display an album image with the description and the link to a single gallery "
@@ -530,7 +530,7 @@ msgstr ""
530
  "para a Página da Galeria use assim"
531
 
532
  # @ gallery
533
- #: gallery-plugin.php:3153
534
  #, fuzzy
535
  msgid "Sorry, no gallery found."
536
  msgstr "Desculpe, nada foi encontrado."
@@ -563,601 +563,620 @@ msgstr ""
563
  msgid "License Key"
564
  msgstr ""
565
 
566
- #: includes/class-gllr-settings.php:208
567
  msgid "Custom image size was changed. You need to update gallery images."
568
  msgstr ""
569
 
570
  # @ gallery
571
- #: includes/class-gllr-settings.php:245
572
  #, fuzzy
573
  msgid "Settings saved"
574
  msgstr "As configurações estão salvas"
575
 
576
  # @ gallery
577
- #: includes/class-gllr-settings.php:257
578
  #, fuzzy
579
  msgid "Please, enable JavaScript in Your browser."
580
  msgstr "Favor havilitar o Javascript para usar o envio de arquivos."
581
 
582
  # @ gallery
583
- #: includes/class-gllr-settings.php:262
584
  #, fuzzy
585
  msgid "Update Images"
586
  msgstr "ordenar imagens"
587
 
588
  # @ gallery
589
- #: includes/class-gllr-settings.php:277
590
  #, fuzzy
591
  msgid "Gallery Images"
592
  msgstr "Tamanho da imagem da galeria"
593
 
594
- #: includes/class-gllr-settings.php:282
595
- msgid "Adding images requires JavaScript."
596
  msgstr ""
597
 
598
- #: includes/class-gllr-settings.php:285
599
  msgid "Add Media"
600
  msgstr ""
601
 
602
- #: includes/class-gllr-settings.php:294
603
  msgid "The grid view for the Gallery images requires JavaScript."
604
  msgstr ""
605
 
606
- #: includes/class-gllr-settings.php:294
607
  msgid "Switch to the list view"
608
  msgstr ""
609
 
610
  # @ gallery
611
- #: includes/class-gllr-settings.php:317
612
  #, fuzzy
613
  msgid "Single Gallery Settings"
614
  msgstr "Configurações da Galeria"
615
 
616
- #: includes/class-gllr-settings.php:319
617
  #, php-format
618
  msgid "Enable to configure single gallery settings and disable %s."
619
  msgstr ""
620
 
621
- #: includes/class-gllr-settings.php:330 includes/class-gllr-settings.php:387
622
- #: includes/class-gllr-settings.php:431 includes/class-gllr-settings.php:481
623
- #: includes/class-gllr-settings.php:598 includes/class-gllr-settings.php:686
624
- #: includes/class-gllr-settings.php:722 includes/class-gllr-settings.php:772
625
- #: includes/class-gllr-settings.php:909
626
  msgid "Close"
627
  msgstr ""
628
 
629
  # @ gallery
630
- #: includes/class-gllr-settings.php:334
631
  #, fuzzy
632
  msgid "Gallery Layout"
633
  msgstr "Nenhuma Galeria foi encontrada"
634
 
635
- #: includes/class-gllr-settings.php:339
636
  msgid "Grid"
637
  msgstr ""
638
 
639
- #: includes/class-gllr-settings.php:345
640
  msgid "Masonry"
641
  msgstr ""
642
 
643
- #: includes/class-gllr-settings.php:358
644
- msgid "Number of Columns"
645
- msgstr ""
646
-
647
  #: includes/class-gllr-settings.php:360
648
- msgid "columns"
649
  msgstr ""
650
 
651
- #: includes/class-gllr-settings.php:361
652
  #, php-format
653
  msgid "Number of gallery columns (default is %s)."
654
  msgstr ""
655
 
656
  # @ gallery
657
- #: includes/class-gllr-settings.php:365 includes/class-gllr-settings.php:726
658
  #, fuzzy
659
  msgid "Image Size"
660
  msgstr "Tamanho da imagem"
661
 
662
- #: includes/class-gllr-settings.php:371 includes/class-gllr-settings.php:583
663
  msgid "Custom"
664
  msgstr ""
665
 
666
- #: includes/class-gllr-settings.php:373
667
  msgid ""
668
  "Maximum gallery image size. \"Custom\" uses the Image Dimensions values."
669
  msgstr ""
670
 
671
  # @ gallery
672
- #: includes/class-gllr-settings.php:377
673
  #, fuzzy
674
  msgid "Custom Image Size"
675
  msgstr "Tamanho da imagem"
676
 
677
- #: includes/class-gllr-settings.php:379 includes/class-gllr-settings.php:467
678
- #: includes/class-gllr-settings.php:591 includes/class-gllr-settings.php:641
679
  msgid "px"
680
  msgstr ""
681
 
682
- #: includes/class-gllr-settings.php:380
683
  msgid ""
684
  "Adjust these values based on the number of columns in your gallery. This "
685
  "won't effect the full size of your images in the lightbox."
686
  msgstr ""
687
 
688
  # @ gallery
689
- #: includes/class-gllr-settings.php:391
690
  #, fuzzy
691
  msgid "Crop Images"
692
  msgstr "Ordenar imagens:"
693
 
694
- #: includes/class-gllr-settings.php:393
695
  msgid ""
696
  "Enable to crop images using the sizes defined for Custom Image Size. Disable "
697
  "to resize images automatically using their aspect ratio."
698
  msgstr ""
699
 
700
  # @ gallery
701
- #: includes/class-gllr-settings.php:397 includes/class-gllr-settings.php:608
702
  #, fuzzy
703
  msgid "Crop Position"
704
  msgstr "Posição de recorte"
705
 
706
- #: includes/class-gllr-settings.php:412 includes/class-gllr-settings.php:623
707
  msgid "Select crop position base (by default: center)."
708
  msgstr ""
709
 
710
  # @ gallery
711
- #: includes/class-gllr-settings.php:422
712
  #, fuzzy
713
  msgid "Image Title"
714
  msgstr "Tamanho da imagem"
715
 
716
- #: includes/class-gllr-settings.php:424
717
  msgid "Enable to display image title along with the gallery image."
718
  msgstr ""
719
 
720
  # @ gallery
721
- #: includes/class-gllr-settings.php:435
722
  #, fuzzy
723
  msgid "Image Title Position"
724
  msgstr "Tamanho da imagem"
725
 
726
  # @ gallery
727
- #: includes/class-gllr-settings.php:440
728
  #, fuzzy
729
  msgid "Under image"
730
  msgstr "ordenar imagens"
731
 
732
- #: includes/class-gllr-settings.php:446
733
  msgid "On mouse hover"
734
  msgstr ""
735
 
736
  # @ gallery
737
- #: includes/class-gllr-settings.php:459
738
  #, fuzzy
739
  msgid "Image Border"
740
  msgstr "Imagens com borda"
741
 
742
- #: includes/class-gllr-settings.php:461
743
  msgid ""
744
  "Enable images border using the styles defined for Image Border Size and "
745
- "Color."
746
  msgstr ""
747
 
748
  # @ gallery
749
- #: includes/class-gllr-settings.php:465
750
  #, fuzzy
751
  msgid "Image Border Size"
752
  msgstr "Tamanho da imagem"
753
 
754
- #: includes/class-gllr-settings.php:468
755
  #, php-format
756
  msgid "Gallery image border width (default is %s)"
757
  msgstr ""
758
 
759
  # @ gallery
760
- #: includes/class-gllr-settings.php:472
761
  #, fuzzy
762
  msgid "Image Border Color"
763
  msgstr "Escolha a cor da borda"
764
 
765
- #: includes/class-gllr-settings.php:485
766
  msgid "Pagination"
767
  msgstr ""
768
 
769
- #: includes/class-gllr-settings.php:488
770
  msgid ""
771
  "Enable pagination for images to limit number of images displayed on a single "
772
  "gallery page."
773
  msgstr ""
774
 
775
  # @ gallery
776
- #: includes/class-gllr-settings.php:492
777
  #, fuzzy
778
  msgid "Number of Images"
779
  msgstr "Número de imagens por linha"
780
 
781
- #: includes/class-gllr-settings.php:495
782
  #, php-format
783
  msgid "Number of images displayed per page (default is %d)."
784
  msgstr ""
785
 
786
  # @ gallery
787
- #: includes/class-gllr-settings.php:505
788
  #, fuzzy
789
  msgid "Sort Images by"
790
  msgstr "Ordenar imagens por"
791
 
792
- #: includes/class-gllr-settings.php:508
793
  msgid "Manually (default)"
794
  msgstr ""
795
 
796
  # @ gallery
797
- #: includes/class-gllr-settings.php:509
798
  #, fuzzy
799
  msgid "Image ID"
800
  msgstr "Imagem"
801
 
802
- #: includes/class-gllr-settings.php:510
803
  msgid "Name"
804
  msgstr ""
805
 
806
  # @ gallery
807
- #: includes/class-gllr-settings.php:512 includes/class-gllr-settings.php:662
808
  msgid "Random"
809
  msgstr "Aleatório"
810
 
811
- #: includes/class-gllr-settings.php:514
812
  msgid ""
813
  "Select images sorting order in your gallery. By default, you can sort images "
814
  "manually in the images tab."
815
  msgstr ""
816
 
817
  # @ gallery
818
- #: includes/class-gllr-settings.php:518
819
  #, fuzzy
820
  msgid "Arrange Images by"
821
  msgstr "Ordenar imagens por"
822
 
823
- #: includes/class-gllr-settings.php:521 includes/class-gllr-settings.php:671
824
  msgid "Ascending (e.g. 1, 2, 3; a, b, c)"
825
  msgstr ""
826
 
827
- #: includes/class-gllr-settings.php:522 includes/class-gllr-settings.php:672
828
  msgid "Descending (e.g. 3, 2, 1; c, b, a)"
829
  msgstr ""
830
 
831
  # @ gallery
832
- #: includes/class-gllr-settings.php:527
833
  #, fuzzy
834
  msgid "Back Link"
835
  msgstr "URL do link Voltar"
836
 
837
- #: includes/class-gllr-settings.php:529
838
  msgid ""
839
  "Enable to show a back link in a single gallery page which navigate to a "
840
  "previous page."
841
  msgstr ""
842
 
843
  # @ gallery
844
- #: includes/class-gllr-settings.php:533
845
  #, fuzzy
846
  msgid "Back Link URL"
847
  msgstr "URL do link Voltar"
848
 
849
- #: includes/class-gllr-settings.php:536
850
  msgid "Back link custom page URL. Leave blank to use Gallery page template."
851
  msgstr ""
852
 
853
  # @ gallery
854
- #: includes/class-gllr-settings.php:540
855
  #, fuzzy
856
  msgid "Back Link Label"
857
  msgstr "URL do link Voltar"
858
 
859
  # @ gallery
860
- #: includes/class-gllr-settings.php:546
861
  #, fuzzy
862
  msgid "Back Link with Shortcode"
863
  msgstr "Exibir o link Voltar no shortcode"
864
 
865
  # @ gallery
866
- #: includes/class-gllr-settings.php:549
867
  #, fuzzy
868
  msgid "Enable to display a back link on a page where shortcode is used."
869
  msgstr "Exibir o link Voltar no shortcode"
870
 
871
  # @ gallery
872
- #: includes/class-gllr-settings.php:560
873
  #, fuzzy
874
  msgid "Cover Settings"
875
  msgstr "Configurações da Galeria"
876
 
877
  # @ gallery
878
- #: includes/class-gllr-settings.php:565
879
  #, fuzzy
880
  msgid "Galleries Page"
881
  msgstr "Galerias"
882
 
883
- #: includes/class-gllr-settings.php:573
884
  msgid "Base page where all existing galleries will be displayed."
885
  msgstr ""
886
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
887
  # @ gallery
888
- #: includes/class-gllr-settings.php:577
889
  #, fuzzy
890
  msgid "Cover Image Size"
891
  msgstr "Tamanho da imagem"
892
 
893
- #: includes/class-gllr-settings.php:585
894
  msgid "Maximum cover image size. Custom uses the Image Dimensions values."
895
  msgstr ""
896
 
897
- #: includes/class-gllr-settings.php:589
898
  msgid "Custom Cover Image Size"
899
  msgstr ""
900
 
901
- #: includes/class-gllr-settings.php:602
902
  msgid "Crop Cover Images"
903
  msgstr ""
904
 
905
- #: includes/class-gllr-settings.php:604
906
  msgid ""
907
  "Enable to crop images using the sizes defined for Custom Cover Image Size. "
908
  "Disable to resize images automatically using their aspect ratio."
909
  msgstr ""
910
 
911
  # @ gallery
912
- #: includes/class-gllr-settings.php:633
913
  #, fuzzy
914
  msgid "Cover Image Border"
915
  msgstr "Imagens com borda"
916
 
917
- #: includes/class-gllr-settings.php:635
918
  msgid ""
919
  "Enable cover images border using the styles defined for Image Border Size "
920
  "and Color."
921
  msgstr ""
922
 
923
- #: includes/class-gllr-settings.php:639
924
  msgid "Cover Image Border Size"
925
  msgstr ""
926
 
927
- #: includes/class-gllr-settings.php:642
928
  #, php-format
929
  msgid "Cover image border width (default is %s)"
930
  msgstr ""
931
 
932
  # @ gallery
933
- #: includes/class-gllr-settings.php:646
934
  #, fuzzy
935
  msgid "Cover Image Border Color"
936
  msgstr "Escolha a cor da borda"
937
 
938
  # @ gallery
939
- #: includes/class-gllr-settings.php:652
940
  #, fuzzy
941
  msgid "Sort Albums by"
942
  msgstr "Ordenar imagens por"
943
 
944
  # @ gallery
945
- #: includes/class-gllr-settings.php:655
946
  #, fuzzy
947
  msgid "Gallery ID"
948
  msgstr "Galeria"
949
 
950
- #: includes/class-gllr-settings.php:658
951
  msgid "Last modified date"
952
  msgstr ""
953
 
954
- #: includes/class-gllr-settings.php:659
955
  msgid "Comment count"
956
  msgstr ""
957
 
958
- #: includes/class-gllr-settings.php:660
959
  msgid "Sorting order (the input field for sorting order)"
960
  msgstr ""
961
 
962
- #: includes/class-gllr-settings.php:664
963
  msgid "Select galleries sorting order in your galleries page."
964
  msgstr ""
965
 
966
- #: includes/class-gllr-settings.php:668
967
  msgid "Arrange Albums by"
968
  msgstr ""
969
 
970
  # @ gallery
971
- #: includes/class-gllr-settings.php:677
972
  #, fuzzy
973
  msgid "Read More Link Label"
974
  msgstr "Texto do link Leia Mais"
975
 
976
- #: includes/class-gllr-settings.php:690
977
  msgid "Instant Lightbox"
978
  msgstr ""
979
 
980
- #: includes/class-gllr-settings.php:693
981
  msgid ""
982
  "Enable to display all images in the lightbox after clicking cover image or "
983
  "URL instead of going to a single gallery page."
984
  msgstr ""
985
 
986
  # @ gallery
987
- #: includes/class-gllr-settings.php:707
988
  #, fuzzy
989
  msgid "Lightbox Settings"
990
  msgstr "Fundo do Lightbox"
991
 
992
- #: includes/class-gllr-settings.php:712
993
  msgid "Enable Lightbox"
994
  msgstr ""
995
 
996
- #: includes/class-gllr-settings.php:715
997
  msgid "Enable to show the lightbox when clicking on gallery images."
998
  msgstr ""
999
 
1000
- #: includes/class-gllr-settings.php:733
1001
  msgid ""
1002
  "Select the maximum gallery image size for the lightbox view. \"Default\" "
1003
  "will display the original, full size image."
1004
  msgstr ""
1005
 
1006
- #: includes/class-gllr-settings.php:737
1007
  msgid "Overlay Color"
1008
  msgstr ""
1009
 
1010
- #: includes/class-gllr-settings.php:743
1011
  msgid "Overlay Opacity"
1012
  msgstr ""
1013
 
1014
- #: includes/class-gllr-settings.php:746
1015
  #, php-format
1016
  msgid ""
1017
- "Lightbox overlay opacity. Leave blank to disable opacity (default is %d, max "
1018
- "is %d)."
1019
  msgstr ""
1020
 
1021
  # @ gallery
1022
- #: includes/class-gllr-settings.php:756
1023
  #, fuzzy
1024
  msgid "Slideshow"
1025
  msgstr "Iniciar Apresentação de Slides"
1026
 
1027
- #: includes/class-gllr-settings.php:758
1028
  msgid "Enable to start the slideshow automatically when the lightbox is used."
1029
  msgstr ""
1030
 
1031
  # @ gallery
1032
- #: includes/class-gllr-settings.php:762
1033
  #, fuzzy
1034
  msgid "Slideshow Duration"
1035
  msgstr "Intervalo de tempo entre cada Slide"
1036
 
1037
- #: includes/class-gllr-settings.php:764
1038
  msgid "ms"
1039
  msgstr ""
1040
 
1041
- #: includes/class-gllr-settings.php:765
1042
  msgid "Slideshow interval duration between two images."
1043
  msgstr ""
1044
 
1045
  # @ gallery
1046
- #: includes/class-gllr-settings.php:776
1047
  #, fuzzy
1048
  msgid "Lightbox Helpers"
1049
  msgstr "Fundo do Lightbox"
1050
 
1051
- #: includes/class-gllr-settings.php:778
1052
- msgid "Enable to display the lightbox helper buttons."
1053
  msgstr ""
1054
 
1055
  # @ gallery
1056
- #: includes/class-gllr-settings.php:782
1057
  #, fuzzy
1058
  msgid "Lightbox Thumbnails"
1059
  msgstr "Tamanho da imagem de capa do álbum"
1060
 
1061
- #: includes/class-gllr-settings.php:784
1062
- msgid "Enable to use a lightbox helper navigation between images.."
1063
  msgstr ""
1064
 
1065
- #: includes/class-gllr-settings.php:788
1066
  msgid "Lightbox Thumbnails Position"
1067
  msgstr ""
1068
 
1069
- #: includes/class-gllr-settings.php:791
1070
  msgid "Top"
1071
  msgstr ""
1072
 
1073
  # @ gallery
1074
- #: includes/class-gllr-settings.php:796
1075
  #, fuzzy
1076
  msgid "Lightbox Button Label"
1077
  msgstr "Fundo do Lightbox"
1078
 
1079
  # @ gallery
1080
- #: includes/class-gllr-settings.php:798
1081
  #, fuzzy
1082
  msgid "Read More"
1083
  msgstr "Texto do link Leia Mais"
1084
 
1085
- #: includes/class-gllr-settings.php:808
1086
  msgid "Download Button"
1087
  msgstr ""
1088
 
1089
- # @ gallery
1090
- #: includes/class-gllr-settings.php:810
1091
- #, fuzzy
1092
- msgid ""
1093
- "Enable to display link to the original file under each image in the lightbox."
1094
- msgstr "Exibir a imagem em tamanho original no Lightbox"
1095
 
1096
- #: includes/class-gllr-settings.php:814
1097
  msgid "Single Lightbox"
1098
  msgstr ""
1099
 
1100
- #: includes/class-gllr-settings.php:816
1101
  msgid ""
1102
  "Enable to use a single lightbox for multiple galleries located on a single "
1103
  "page."
1104
  msgstr ""
1105
 
1106
- #: includes/class-gllr-settings.php:826
1107
  msgid "Social Sharing Buttons Settings"
1108
  msgstr ""
1109
 
1110
- #: includes/class-gllr-settings.php:834
1111
- msgid "Enable Social Buttons"
1112
  msgstr ""
1113
 
1114
- #: includes/class-gllr-settings.php:836
1115
  msgid "Enable social sharing buttons in the lightbox."
1116
  msgstr ""
1117
 
1118
- #: includes/class-gllr-settings.php:840
1119
  msgid "Social Networks"
1120
  msgstr ""
1121
 
1122
- #: includes/class-gllr-settings.php:851
1123
- msgid "Social Buttons Position"
1124
- msgstr ""
1125
-
1126
- #: includes/class-gllr-settings.php:854
1127
- msgid "Left"
1128
- msgstr ""
1129
-
1130
- #: includes/class-gllr-settings.php:856
1131
- msgid "Select social buttons position in the lightbox."
1132
- msgstr ""
1133
-
1134
  # @ gallery
1135
- #: includes/class-gllr-settings.php:860
1136
  #, fuzzy
1137
  msgid "Counter"
1138
  msgstr "Intervalo de tempo entre cada Slide"
1139
 
1140
- #: includes/class-gllr-settings.php:863
1141
- msgid "Enable to show likes counter for each social button."
 
 
1142
  msgstr ""
1143
 
1144
- #: includes/class-gllr-settings.php:878
1145
  msgid "Demo Data"
1146
  msgstr ""
1147
 
1148
- #: includes/class-gllr-settings.php:880
1149
  msgid ""
1150
  "Install demo data to create galleries with images, post with shortcodes and "
1151
  "page with a list of all galleries."
1152
  msgstr ""
1153
 
1154
  # @ gallery
1155
- #: includes/class-gllr-settings.php:899
1156
  #, fuzzy
1157
  msgid "Gallery Post Type"
1158
  msgstr "Shortcode da Galeria"
1159
 
1160
- #: includes/class-gllr-settings.php:901
1161
  msgid ""
1162
  "Enable to avoid conflicts with other gallery plugins installed. All "
1163
  "galleries created earlier will stay unchanged. However, after enabling we "
@@ -1166,28 +1185,28 @@ msgid ""
1166
  msgstr ""
1167
 
1168
  # @ gallery
1169
- #: includes/class-gllr-settings.php:913
1170
  #, fuzzy
1171
  msgid "Gallery Slug"
1172
  msgstr "Galeria"
1173
 
1174
- #: includes/class-gllr-settings.php:917
1175
  msgid "Enter the unique gallery slug."
1176
  msgstr ""
1177
 
1178
- #: includes/class-gllr-settings.php:933
1179
  msgid "Activate Now"
1180
  msgstr ""
1181
 
1182
- #: includes/class-gllr-settings.php:948
1183
  msgid "Install Now"
1184
  msgstr ""
1185
 
1186
- #: includes/class-gllr-settings.php:951
1187
  msgid "Enable to include galleries to your website search."
1188
  msgstr ""
1189
 
1190
- #: includes/class-gllr-settings.php:951
1191
  #, php-format
1192
  msgid "%s is required."
1193
  msgstr ""
@@ -1271,15 +1290,23 @@ msgid "Close notice"
1271
  msgstr ""
1272
 
1273
  #: includes/demo-data/class-bws-demo-data.php:591
 
1274
  msgid ""
1275
- "Do you want to install demo content and settings (You can do this later "
1276
- "using Import / Export settings)?"
1277
  msgstr ""
1278
 
1279
  #: includes/demo-data/class-bws-demo-data.php:591
1280
  msgid "Yes, install demo now"
1281
  msgstr ""
1282
 
 
 
 
 
 
 
 
1283
  # @ gallery
1284
  #~ msgid "Download high resolution image"
1285
  #~ msgstr "Download de imagem de alta resolução"
2
  msgstr ""
3
  "Project-Id-Version: Gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-12-05 16:20+0200\n"
6
+ "PO-Revision-Date: 2017-12-05 16:20+0200\n"
7
  "Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: DJIO | Dionizio Bonfim Bach <wordpress@djio.com.br>\n"
9
  "Language: pt_BR\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
14
+ "X-Generator: Poedit 1.8.7.1\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "X-Poedit-KeywordsList: __;_e\n"
17
  "X-Poedit-Basepath: ..\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
  # @ gallery
22
+ #: gallery-plugin.php:37 includes/class-gllr-settings.php:310
 
23
  msgid "Gallery Settings"
24
  msgstr "Configurações da Galeria"
25
 
26
  # @ gallery
27
+ #: gallery-plugin.php:37 includes/class-gllr-settings.php:321
28
  #, fuzzy
29
  msgid "Global Settings"
30
  msgstr "Configurações da Galeria"
31
 
32
+ #: gallery-plugin.php:43 gallery-plugin.php:2772
33
  msgid "Upgrade to Pro"
34
  msgstr ""
35
 
36
+ #: gallery-plugin.php:237
37
  msgid "Return to all albums"
38
  msgstr ""
39
 
40
  # @ gallery
41
+ #: gallery-plugin.php:249
42
  msgid "See images &raquo;"
43
  msgstr "Ver imagens &raquo;"
44
 
45
  # @ gallery
46
+ #: gallery-plugin.php:336 gallery-plugin.php:345
47
  msgid "Galleries"
48
  msgstr "Galerias"
49
 
50
  # @ gallery
51
+ #: gallery-plugin.php:337 gallery-plugin.php:3188
52
  msgid "Gallery"
53
  msgstr "Galeria"
54
 
55
  # @ gallery
56
+ #: gallery-plugin.php:338
57
  msgid "Add New Gallery"
58
  msgstr "Adicionar Nova Galeria"
59
 
60
  # @ gallery
61
+ #: gallery-plugin.php:339
62
  msgid "Edit Gallery"
63
  msgstr "Editar Galeria"
64
 
65
  # @ gallery
66
+ #: gallery-plugin.php:340
67
  msgid "New Gallery"
68
  msgstr "Nova Galeria"
69
 
70
  # @ gallery
71
+ #: gallery-plugin.php:341
72
  msgid "View Gallery"
73
  msgstr "Ver Galeria"
74
 
75
  # @ gallery
76
+ #: gallery-plugin.php:342 includes/class-gllr-settings.php:941
77
  #, fuzzy
78
  msgid "Search Galleries"
79
  msgstr "Galerias"
80
 
81
  # @ gallery
82
+ #: gallery-plugin.php:343
83
  msgid "No Gallery found"
84
  msgstr "Nenhuma Galeria foi encontrada"
85
 
86
  # @ gallery
87
+ #: gallery-plugin.php:365 gallery-plugin.php:1602 gallery-plugin.php:2918
88
+ #: gallery-plugin.php:2926 gallery-plugin.php:2964 gallery-plugin.php:2987
89
+ #: gallery-plugin.php:3172
90
  #, fuzzy
91
  msgid "Gallery Categories"
92
  msgstr "Tamanho da imagem da galeria"
93
 
94
  # @ gallery
95
+ #: gallery-plugin.php:366 gallery-plugin.php:805
96
  #, fuzzy
97
  msgid "Gallery Category"
98
  msgstr "Tamanho da imagem da galeria"
99
 
100
+ #: gallery-plugin.php:367
101
  msgid "Add Gallery Category"
102
  msgstr ""
103
 
104
  # @ gallery
105
+ #: gallery-plugin.php:368
106
  #, fuzzy
107
  msgid "Add New Gallery Category"
108
  msgstr "Adicionar Nova Galeria"
109
 
110
+ #: gallery-plugin.php:369 gallery-plugin.php:370
111
  msgid "Edit Gallery Category"
112
  msgstr ""
113
 
114
+ #: gallery-plugin.php:371
115
  msgid "New Gallery Category"
116
  msgstr ""
117
 
118
+ #: gallery-plugin.php:372 gallery-plugin.php:373
119
  msgid "View Gallery Category"
120
  msgstr ""
121
 
122
+ #: gallery-plugin.php:374
123
  msgid "Find Gallery Category"
124
  msgstr ""
125
 
126
+ #: gallery-plugin.php:375
127
  msgid "No Gallery Categories found"
128
  msgstr ""
129
 
130
+ #: gallery-plugin.php:376
131
  msgid "No Gallery Categories found in Trash"
132
  msgstr ""
133
 
134
+ #: gallery-plugin.php:377
135
  msgid "Parent Gallery Category"
136
  msgstr ""
137
 
138
+ #: gallery-plugin.php:378
139
  msgid "Gallery Categories list navigation"
140
  msgstr ""
141
 
142
+ #: gallery-plugin.php:379
143
  msgid "Gallery Categories list"
144
  msgstr ""
145
 
146
  # @ gallery
147
+ #: gallery-plugin.php:455
148
  msgid "Gallery Shortcode"
149
  msgstr "Shortcode da Galeria"
150
 
151
+ #: gallery-plugin.php:464
152
  msgid ""
153
  "Add a single gallery with images to your posts, pages, custom post types or "
154
  "widgets by using the following shortcode:"
155
  msgstr ""
156
 
157
+ #: gallery-plugin.php:468
158
  msgid ""
159
  "Add a gallery cover including featured image, description, and a link to "
160
  "your single gallery using the following shortcode:"
161
  msgstr ""
162
 
163
+ #: gallery-plugin.php:581
164
  msgid "Note"
165
  msgstr ""
166
 
167
+ #: gallery-plugin.php:581
168
  #, php-format
169
  msgid ""
170
  "When deleting a category, the galleries that belong to this category will "
171
+ "not be deleted. These galleries will be moved to the category %s."
172
  msgstr ""
173
 
174
  # @ gallery
175
+ #: gallery-plugin.php:594 gallery-plugin.php:1601
176
  #, fuzzy
177
  msgid "Shortcode"
178
  msgstr "Shortcode da Galeria"
179
 
180
+ #: gallery-plugin.php:640
181
  msgid "All Gallery Categories"
182
  msgstr ""
183
 
184
+ #: gallery-plugin.php:717
185
  msgid "You can't delete default gallery category."
186
  msgstr ""
187
 
188
  # @ gallery
189
+ #: gallery-plugin.php:1091 gallery-plugin.php:1198 gallery-plugin.php:2109
190
  msgid "Sorry, nothing found."
191
  msgstr "Desculpe, nada foi encontrado."
192
 
193
+ #: gallery-plugin.php:1598
194
  msgid "Featured Image"
195
  msgstr ""
196
 
197
  # @ gallery
198
+ #: gallery-plugin.php:1599 gallery-plugin.php:2629 gallery-plugin.php:2733
199
+ #: gallery-plugin.php:2844 includes/class-gllr-settings.php:679
200
  msgid "Title"
201
  msgstr "Título"
202
 
203
  # @ gallery
204
+ #: gallery-plugin.php:1600 includes/class-gllr-settings.php:41
205
  #, fuzzy
206
  msgid "Images"
207
  msgstr "Imagem"
208
 
209
  # @ gallery
210
+ #: gallery-plugin.php:1603 includes/class-gllr-settings.php:684
211
  msgid "Author"
212
  msgstr "Autor"
213
 
214
  # @ gallery
215
+ #: gallery-plugin.php:1604 includes/class-gllr-settings.php:513
216
+ #: includes/class-gllr-settings.php:680
217
  msgid "Date"
218
  msgstr "Data"
219
 
220
+ #: gallery-plugin.php:1690
221
+ #, php-format
222
+ msgid "%s Settings"
223
+ msgstr ""
224
+
225
  # @ bestwebsoft
226
  # @ gallery
227
+ #: gallery-plugin.php:1717 gallery-plugin.php:1735
228
  #: includes/class-gllr-settings.php:30 includes/class-gllr-settings.php:42
229
  msgid "Settings"
230
  msgstr "Configurações"
231
 
232
  # @ gallery
233
+ #: gallery-plugin.php:1718
234
  msgid "FAQ"
235
  msgstr "FAQ"
236
 
237
  # @ gallery
238
+ #: gallery-plugin.php:1719
239
  msgid "Support"
240
  msgstr "Suporte"
241
 
242
+ #: gallery-plugin.php:1758
243
  msgid "Updating images..."
244
  msgstr ""
245
 
246
  # @ gallery
247
+ #: gallery-plugin.php:1759
248
  #, fuzzy
249
  msgid "No images found."
250
  msgstr "Nenhuma Galeria foi encontrada"
251
 
252
+ #: gallery-plugin.php:1760
253
  msgid "All images were updated."
254
  msgstr ""
255
 
256
+ #: gallery-plugin.php:1761
257
  msgid "Error."
258
  msgstr ""
259
 
260
+ #: gallery-plugin.php:1773
261
  msgid ""
262
  "You are about to remove these items from this gallery.\n"
263
  " 'Cancel' to stop, 'OK' to delete."
264
  msgstr ""
265
 
266
+ #: gallery-plugin.php:1774
267
  msgid ""
268
  "You are about to remove this image from the gallery.\n"
269
  " 'Cancel' to stop, 'OK' to delete."
270
  msgstr ""
271
 
272
+ #: gallery-plugin.php:1775
273
  msgid ""
274
  "Switching to another mode, all unsaved data will be lost. Save data before "
275
  "switching?"
276
  msgstr ""
277
 
278
+ #: gallery-plugin.php:1776
279
  msgid "Insert Media"
280
  msgstr ""
281
 
282
+ #: gallery-plugin.php:1777
283
  msgid "Insert"
284
  msgstr ""
285
 
286
  # @ gallery
287
+ #: gallery-plugin.php:2301 gallery-plugin.php:2327
288
  #, fuzzy
289
  msgid "Image size not defined"
290
  msgstr "Tamanho da imagem"
291
 
292
+ #: gallery-plugin.php:2316
293
  msgid ""
294
  "Plugin updates only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please "
295
  "reload images manually."
296
  msgstr ""
297
 
298
+ #: gallery-plugin.php:2356 gallery-plugin.php:2359 gallery-plugin.php:2364
 
 
 
 
299
  msgid "Invalid path"
300
  msgstr ""
301
 
302
+ #: gallery-plugin.php:2453
303
  msgid "List View"
304
  msgstr ""
305
 
306
+ #: gallery-plugin.php:2454
307
  msgid "Grid View"
308
  msgstr ""
309
 
310
+ #: gallery-plugin.php:2509
311
  msgid "Filter"
312
  msgstr ""
313
 
314
+ #: gallery-plugin.php:2513
315
  msgid "Empty Trash"
316
  msgstr ""
317
 
318
  # @ gallery
319
+ #: gallery-plugin.php:2534
320
  #, fuzzy
321
  msgid "No images found"
322
  msgstr "Nenhuma Galeria foi encontrada"
323
 
324
+ #: gallery-plugin.php:2586
325
  msgid "Select bulk action"
326
  msgstr ""
327
 
328
+ #: gallery-plugin.php:2588
329
  msgid "Bulk Actions"
330
  msgstr ""
331
 
332
+ #: gallery-plugin.php:2598
333
  msgid "Apply"
334
  msgstr ""
335
 
336
  # @ gallery
337
+ #: gallery-plugin.php:2605
338
  #, fuzzy
339
  msgid "Delete from Gallery"
340
  msgstr "Nova Galeria"
341
 
342
+ #: gallery-plugin.php:2614
343
  msgid "Bulk Select"
344
  msgstr ""
345
 
346
+ #: gallery-plugin.php:2615
347
  msgid "Cancel Selection"
348
  msgstr ""
349
 
350
+ #: gallery-plugin.php:2616
351
  msgid "Delete Selected"
352
  msgstr ""
353
 
354
+ #: gallery-plugin.php:2627
355
  msgid "File"
356
  msgstr ""
357
 
358
+ #: gallery-plugin.php:2628 gallery-plugin.php:2728 gallery-plugin.php:2839
359
  msgid "Dimensions"
360
  msgstr ""
361
 
362
+ #: gallery-plugin.php:2630 gallery-plugin.php:2739 gallery-plugin.php:2849
363
  msgid "Alt Text"
364
  msgstr ""
365
 
366
  # @ gallery
367
+ #: gallery-plugin.php:2631 gallery-plugin.php:2743 gallery-plugin.php:2854
368
  msgid "URL"
369
  msgstr "URL"
370
 
371
+ #: gallery-plugin.php:2631 gallery-plugin.php:2745
372
  msgid ""
373
  "Enter your custom URL to link this image to other page or file. Leave blank "
374
  "to open a full size image."
375
  msgstr ""
376
 
377
  # @ gallery
378
+ #: gallery-plugin.php:2710
379
  #, fuzzy
380
  msgid "Remove Image from Gallery"
381
  msgstr "Nova Galeria"
382
 
383
  # @ gallery
384
+ #: gallery-plugin.php:2713
385
  #, fuzzy
386
  msgid "Edit Image Info"
387
  msgstr "ID do anexo"
388
 
389
+ #: gallery-plugin.php:2714
390
  msgid "Deselect"
391
  msgstr ""
392
 
393
+ #: gallery-plugin.php:2726
394
  msgid "File name"
395
  msgstr ""
396
 
397
+ #: gallery-plugin.php:2727
398
  msgid "File type"
399
  msgstr ""
400
 
401
+ #: gallery-plugin.php:2752
402
  msgid "Description"
403
  msgstr ""
404
 
405
  # @ gallery
406
+ #: gallery-plugin.php:2758
407
  #, fuzzy
408
  msgid "Lightbox Button URL"
409
  msgstr "Fundo do Lightbox"
410
 
411
+ #: gallery-plugin.php:2765
412
  msgid "New Tab"
413
  msgstr ""
414
 
415
+ #: gallery-plugin.php:2767
416
  msgid "Enable to open URLs above in a new tab."
417
  msgstr ""
418
 
419
+ #: gallery-plugin.php:2772
420
  msgid "Go Pro"
421
  msgstr ""
422
 
423
+ #: gallery-plugin.php:2778
424
  msgid "Edit more details"
425
  msgstr ""
426
 
427
  # @ gallery
428
+ #: gallery-plugin.php:2780
429
  #, fuzzy
430
  msgid "Remove from Gallery"
431
  msgstr "Nova Galeria"
432
 
433
+ #: gallery-plugin.php:2814
434
  #, php-format
435
  msgid "Select %s"
436
  msgstr ""
437
 
438
+ #: gallery-plugin.php:2827
439
  #, php-format
440
  msgid "Edit &#8220;%s&#8221;"
441
  msgstr ""
442
 
443
  # @ gallery
444
+ #: gallery-plugin.php:2835
445
  #, fuzzy
446
  msgid "Edit Attachment Info"
447
  msgstr "ID do anexo"
448
 
449
+ #: gallery-plugin.php:2872 gallery-plugin.php:2885
450
  msgid "Edit"
451
  msgstr ""
452
 
453
+ #: gallery-plugin.php:2875 gallery-plugin.php:2890
454
  msgid "Trash"
455
  msgstr ""
456
 
457
+ #: gallery-plugin.php:2878 gallery-plugin.php:2893
458
  msgid "Delete Permanently"
459
  msgstr ""
460
 
461
+ #: gallery-plugin.php:2880 gallery-plugin.php:2899
462
  #, php-format
463
  msgid "View &#8220;%s&#8221;"
464
  msgstr ""
465
 
466
+ #: gallery-plugin.php:2880 gallery-plugin.php:2899 gallery-plugin.php:2982
467
  msgid "View"
468
  msgstr ""
469
 
470
  # @ gallery
471
+ #: gallery-plugin.php:2882
472
  #, fuzzy
473
  msgid "Attach"
474
  msgstr "ID do anexo"
475
 
476
+ #: gallery-plugin.php:2888
477
  msgid "Restore"
478
  msgstr ""
479
 
480
+ #: gallery-plugin.php:2917
481
  msgid "A list or dropdown of Gallery categories."
482
  msgstr ""
483
 
484
+ #: gallery-plugin.php:2962
485
  msgid "Select Gallery Category"
486
  msgstr ""
487
 
488
+ #: gallery-plugin.php:3020
489
  msgid "Title:"
490
  msgstr ""
491
 
492
+ #: gallery-plugin.php:3023
493
  msgid "Display as dropdown"
494
  msgstr ""
495
 
496
+ #: gallery-plugin.php:3025
497
  msgid "Show gallery counts"
498
  msgstr ""
499
 
500
+ #: gallery-plugin.php:3027
501
  msgid "Show hierarchy"
502
  msgstr ""
503
 
504
+ #: gallery-plugin.php:3143
505
  msgid "Warning"
506
  msgstr ""
507
 
508
+ #: gallery-plugin.php:3143
509
  msgid "You can add only images to the gallery"
510
  msgstr ""
511
 
512
+ #: gallery-plugin.php:3174
513
  msgid "or"
514
  msgstr ""
515
 
516
  # @ gallery
517
+ #: gallery-plugin.php:3182
518
  #, fuzzy
519
  msgid "no title"
520
  msgstr "Título"
521
 
522
  # @ gallery
523
+ #: gallery-plugin.php:3193
524
  #, fuzzy
525
  msgid ""
526
  "Display an album image with the description and the link to a single gallery "
530
  "para a Página da Galeria use assim"
531
 
532
  # @ gallery
533
+ #: gallery-plugin.php:3197
534
  #, fuzzy
535
  msgid "Sorry, no gallery found."
536
  msgstr "Desculpe, nada foi encontrado."
563
  msgid "License Key"
564
  msgstr ""
565
 
566
+ #: includes/class-gllr-settings.php:210
567
  msgid "Custom image size was changed. You need to update gallery images."
568
  msgstr ""
569
 
570
  # @ gallery
571
+ #: includes/class-gllr-settings.php:247
572
  #, fuzzy
573
  msgid "Settings saved"
574
  msgstr "As configurações estão salvas"
575
 
576
  # @ gallery
577
+ #: includes/class-gllr-settings.php:259
578
  #, fuzzy
579
  msgid "Please, enable JavaScript in Your browser."
580
  msgstr "Favor havilitar o Javascript para usar o envio de arquivos."
581
 
582
  # @ gallery
583
+ #: includes/class-gllr-settings.php:264
584
  #, fuzzy
585
  msgid "Update Images"
586
  msgstr "ordenar imagens"
587
 
588
  # @ gallery
589
+ #: includes/class-gllr-settings.php:279
590
  #, fuzzy
591
  msgid "Gallery Images"
592
  msgstr "Tamanho da imagem da galeria"
593
 
594
+ #: includes/class-gllr-settings.php:284
595
+ msgid "Images adding requires JavaScript."
596
  msgstr ""
597
 
598
+ #: includes/class-gllr-settings.php:287
599
  msgid "Add Media"
600
  msgstr ""
601
 
602
+ #: includes/class-gllr-settings.php:296
603
  msgid "The grid view for the Gallery images requires JavaScript."
604
  msgstr ""
605
 
606
+ #: includes/class-gllr-settings.php:296
607
  msgid "Switch to the list view"
608
  msgstr ""
609
 
610
  # @ gallery
611
+ #: includes/class-gllr-settings.php:319
612
  #, fuzzy
613
  msgid "Single Gallery Settings"
614
  msgstr "Configurações da Galeria"
615
 
616
+ #: includes/class-gllr-settings.php:321
617
  #, php-format
618
  msgid "Enable to configure single gallery settings and disable %s."
619
  msgstr ""
620
 
621
+ #: includes/class-gllr-settings.php:332 includes/class-gllr-settings.php:389
622
+ #: includes/class-gllr-settings.php:433 includes/class-gllr-settings.php:483
623
+ #: includes/class-gllr-settings.php:621 includes/class-gllr-settings.php:709
624
+ #: includes/class-gllr-settings.php:745 includes/class-gllr-settings.php:795
625
+ #: includes/class-gllr-settings.php:923
626
  msgid "Close"
627
  msgstr ""
628
 
629
  # @ gallery
630
+ #: includes/class-gllr-settings.php:336
631
  #, fuzzy
632
  msgid "Gallery Layout"
633
  msgstr "Nenhuma Galeria foi encontrada"
634
 
635
+ #: includes/class-gllr-settings.php:341
636
  msgid "Grid"
637
  msgstr ""
638
 
639
+ #: includes/class-gllr-settings.php:347
640
  msgid "Masonry"
641
  msgstr ""
642
 
 
 
 
 
643
  #: includes/class-gllr-settings.php:360
644
+ msgid "Number of Columns"
645
  msgstr ""
646
 
647
+ #: includes/class-gllr-settings.php:363
648
  #, php-format
649
  msgid "Number of gallery columns (default is %s)."
650
  msgstr ""
651
 
652
  # @ gallery
653
+ #: includes/class-gllr-settings.php:367 includes/class-gllr-settings.php:749
654
  #, fuzzy
655
  msgid "Image Size"
656
  msgstr "Tamanho da imagem"
657
 
658
+ #: includes/class-gllr-settings.php:373 includes/class-gllr-settings.php:606
659
  msgid "Custom"
660
  msgstr ""
661
 
662
+ #: includes/class-gllr-settings.php:375
663
  msgid ""
664
  "Maximum gallery image size. \"Custom\" uses the Image Dimensions values."
665
  msgstr ""
666
 
667
  # @ gallery
668
+ #: includes/class-gllr-settings.php:379
669
  #, fuzzy
670
  msgid "Custom Image Size"
671
  msgstr "Tamanho da imagem"
672
 
673
+ #: includes/class-gllr-settings.php:381 includes/class-gllr-settings.php:469
674
+ #: includes/class-gllr-settings.php:614 includes/class-gllr-settings.php:664
675
  msgid "px"
676
  msgstr ""
677
 
678
+ #: includes/class-gllr-settings.php:382
679
  msgid ""
680
  "Adjust these values based on the number of columns in your gallery. This "
681
  "won't effect the full size of your images in the lightbox."
682
  msgstr ""
683
 
684
  # @ gallery
685
+ #: includes/class-gllr-settings.php:393
686
  #, fuzzy
687
  msgid "Crop Images"
688
  msgstr "Ordenar imagens:"
689
 
690
+ #: includes/class-gllr-settings.php:395
691
  msgid ""
692
  "Enable to crop images using the sizes defined for Custom Image Size. Disable "
693
  "to resize images automatically using their aspect ratio."
694
  msgstr ""
695
 
696
  # @ gallery
697
+ #: includes/class-gllr-settings.php:399 includes/class-gllr-settings.php:631
698
  #, fuzzy
699
  msgid "Crop Position"
700
  msgstr "Posição de recorte"
701
 
702
+ #: includes/class-gllr-settings.php:414 includes/class-gllr-settings.php:646
703
  msgid "Select crop position base (by default: center)."
704
  msgstr ""
705
 
706
  # @ gallery
707
+ #: includes/class-gllr-settings.php:424
708
  #, fuzzy
709
  msgid "Image Title"
710
  msgstr "Tamanho da imagem"
711
 
712
+ #: includes/class-gllr-settings.php:426
713
  msgid "Enable to display image title along with the gallery image."
714
  msgstr ""
715
 
716
  # @ gallery
717
+ #: includes/class-gllr-settings.php:437
718
  #, fuzzy
719
  msgid "Image Title Position"
720
  msgstr "Tamanho da imagem"
721
 
722
  # @ gallery
723
+ #: includes/class-gllr-settings.php:442
724
  #, fuzzy
725
  msgid "Under image"
726
  msgstr "ordenar imagens"
727
 
728
+ #: includes/class-gllr-settings.php:448
729
  msgid "On mouse hover"
730
  msgstr ""
731
 
732
  # @ gallery
733
+ #: includes/class-gllr-settings.php:461
734
  #, fuzzy
735
  msgid "Image Border"
736
  msgstr "Imagens com borda"
737
 
738
+ #: includes/class-gllr-settings.php:463
739
  msgid ""
740
  "Enable images border using the styles defined for Image Border Size and "
741
+ "Color options."
742
  msgstr ""
743
 
744
  # @ gallery
745
+ #: includes/class-gllr-settings.php:467
746
  #, fuzzy
747
  msgid "Image Border Size"
748
  msgstr "Tamanho da imagem"
749
 
750
+ #: includes/class-gllr-settings.php:470
751
  #, php-format
752
  msgid "Gallery image border width (default is %s)"
753
  msgstr ""
754
 
755
  # @ gallery
756
+ #: includes/class-gllr-settings.php:474
757
  #, fuzzy
758
  msgid "Image Border Color"
759
  msgstr "Escolha a cor da borda"
760
 
761
+ #: includes/class-gllr-settings.php:487
762
  msgid "Pagination"
763
  msgstr ""
764
 
765
+ #: includes/class-gllr-settings.php:490
766
  msgid ""
767
  "Enable pagination for images to limit number of images displayed on a single "
768
  "gallery page."
769
  msgstr ""
770
 
771
  # @ gallery
772
+ #: includes/class-gllr-settings.php:494
773
  #, fuzzy
774
  msgid "Number of Images"
775
  msgstr "Número de imagens por linha"
776
 
777
+ #: includes/class-gllr-settings.php:497
778
  #, php-format
779
  msgid "Number of images displayed per page (default is %d)."
780
  msgstr ""
781
 
782
  # @ gallery
783
+ #: includes/class-gllr-settings.php:507
784
  #, fuzzy
785
  msgid "Sort Images by"
786
  msgstr "Ordenar imagens por"
787
 
788
+ #: includes/class-gllr-settings.php:510
789
  msgid "Manually (default)"
790
  msgstr ""
791
 
792
  # @ gallery
793
+ #: includes/class-gllr-settings.php:511
794
  #, fuzzy
795
  msgid "Image ID"
796
  msgstr "Imagem"
797
 
798
+ #: includes/class-gllr-settings.php:512
799
  msgid "Name"
800
  msgstr ""
801
 
802
  # @ gallery
803
+ #: includes/class-gllr-settings.php:514 includes/class-gllr-settings.php:685
804
  msgid "Random"
805
  msgstr "Aleatório"
806
 
807
+ #: includes/class-gllr-settings.php:516
808
  msgid ""
809
  "Select images sorting order in your gallery. By default, you can sort images "
810
  "manually in the images tab."
811
  msgstr ""
812
 
813
  # @ gallery
814
+ #: includes/class-gllr-settings.php:520
815
  #, fuzzy
816
  msgid "Arrange Images by"
817
  msgstr "Ordenar imagens por"
818
 
819
+ #: includes/class-gllr-settings.php:523 includes/class-gllr-settings.php:694
820
  msgid "Ascending (e.g. 1, 2, 3; a, b, c)"
821
  msgstr ""
822
 
823
+ #: includes/class-gllr-settings.php:524 includes/class-gllr-settings.php:695
824
  msgid "Descending (e.g. 3, 2, 1; c, b, a)"
825
  msgstr ""
826
 
827
  # @ gallery
828
+ #: includes/class-gllr-settings.php:529
829
  #, fuzzy
830
  msgid "Back Link"
831
  msgstr "URL do link Voltar"
832
 
833
+ #: includes/class-gllr-settings.php:531
834
  msgid ""
835
  "Enable to show a back link in a single gallery page which navigate to a "
836
  "previous page."
837
  msgstr ""
838
 
839
  # @ gallery
840
+ #: includes/class-gllr-settings.php:535
841
  #, fuzzy
842
  msgid "Back Link URL"
843
  msgstr "URL do link Voltar"
844
 
845
+ #: includes/class-gllr-settings.php:538
846
  msgid "Back link custom page URL. Leave blank to use Gallery page template."
847
  msgstr ""
848
 
849
  # @ gallery
850
+ #: includes/class-gllr-settings.php:542
851
  #, fuzzy
852
  msgid "Back Link Label"
853
  msgstr "URL do link Voltar"
854
 
855
  # @ gallery
856
+ #: includes/class-gllr-settings.php:548
857
  #, fuzzy
858
  msgid "Back Link with Shortcode"
859
  msgstr "Exibir o link Voltar no shortcode"
860
 
861
  # @ gallery
862
+ #: includes/class-gllr-settings.php:551
863
  #, fuzzy
864
  msgid "Enable to display a back link on a page where shortcode is used."
865
  msgstr "Exibir o link Voltar no shortcode"
866
 
867
  # @ gallery
868
+ #: includes/class-gllr-settings.php:562
869
  #, fuzzy
870
  msgid "Cover Settings"
871
  msgstr "Configurações da Galeria"
872
 
873
  # @ gallery
874
+ #: includes/class-gllr-settings.php:567
875
  #, fuzzy
876
  msgid "Galleries Page"
877
  msgstr "Galerias"
878
 
879
+ #: includes/class-gllr-settings.php:575
880
  msgid "Base page where all existing galleries will be displayed."
881
  msgstr ""
882
 
883
+ #: includes/class-gllr-settings.php:579
884
+ msgid "Albums Displaying"
885
+ msgstr ""
886
+
887
+ #: includes/class-gllr-settings.php:582
888
+ msgid "Column"
889
+ msgstr ""
890
+
891
+ #: includes/class-gllr-settings.php:583
892
+ msgid "Rows"
893
+ msgstr ""
894
+
895
+ #: includes/class-gllr-settings.php:585
896
+ msgid "Select the way galleries will be displayed on the Galleries Page."
897
+ msgstr ""
898
+
899
+ #: includes/class-gllr-settings.php:589
900
+ msgid "Column Alignment"
901
+ msgstr ""
902
+
903
+ #: includes/class-gllr-settings.php:592
904
+ msgid "Left"
905
+ msgstr ""
906
+
907
+ #: includes/class-gllr-settings.php:593
908
+ msgid "Right"
909
+ msgstr ""
910
+
911
+ #: includes/class-gllr-settings.php:594
912
+ msgid "Center"
913
+ msgstr ""
914
+
915
+ #: includes/class-gllr-settings.php:596
916
+ msgid "Select the column alignment."
917
+ msgstr ""
918
+
919
  # @ gallery
920
+ #: includes/class-gllr-settings.php:600
921
  #, fuzzy
922
  msgid "Cover Image Size"
923
  msgstr "Tamanho da imagem"
924
 
925
+ #: includes/class-gllr-settings.php:608
926
  msgid "Maximum cover image size. Custom uses the Image Dimensions values."
927
  msgstr ""
928
 
929
+ #: includes/class-gllr-settings.php:612
930
  msgid "Custom Cover Image Size"
931
  msgstr ""
932
 
933
+ #: includes/class-gllr-settings.php:625
934
  msgid "Crop Cover Images"
935
  msgstr ""
936
 
937
+ #: includes/class-gllr-settings.php:627
938
  msgid ""
939
  "Enable to crop images using the sizes defined for Custom Cover Image Size. "
940
  "Disable to resize images automatically using their aspect ratio."
941
  msgstr ""
942
 
943
  # @ gallery
944
+ #: includes/class-gllr-settings.php:656
945
  #, fuzzy
946
  msgid "Cover Image Border"
947
  msgstr "Imagens com borda"
948
 
949
+ #: includes/class-gllr-settings.php:658
950
  msgid ""
951
  "Enable cover images border using the styles defined for Image Border Size "
952
  "and Color."
953
  msgstr ""
954
 
955
+ #: includes/class-gllr-settings.php:662
956
  msgid "Cover Image Border Size"
957
  msgstr ""
958
 
959
+ #: includes/class-gllr-settings.php:665
960
  #, php-format
961
  msgid "Cover image border width (default is %s)"
962
  msgstr ""
963
 
964
  # @ gallery
965
+ #: includes/class-gllr-settings.php:669
966
  #, fuzzy
967
  msgid "Cover Image Border Color"
968
  msgstr "Escolha a cor da borda"
969
 
970
  # @ gallery
971
+ #: includes/class-gllr-settings.php:675
972
  #, fuzzy
973
  msgid "Sort Albums by"
974
  msgstr "Ordenar imagens por"
975
 
976
  # @ gallery
977
+ #: includes/class-gllr-settings.php:678
978
  #, fuzzy
979
  msgid "Gallery ID"
980
  msgstr "Galeria"
981
 
982
+ #: includes/class-gllr-settings.php:681
983
  msgid "Last modified date"
984
  msgstr ""
985
 
986
+ #: includes/class-gllr-settings.php:682
987
  msgid "Comment count"
988
  msgstr ""
989
 
990
+ #: includes/class-gllr-settings.php:683
991
  msgid "Sorting order (the input field for sorting order)"
992
  msgstr ""
993
 
994
+ #: includes/class-gllr-settings.php:687
995
  msgid "Select galleries sorting order in your galleries page."
996
  msgstr ""
997
 
998
+ #: includes/class-gllr-settings.php:691
999
  msgid "Arrange Albums by"
1000
  msgstr ""
1001
 
1002
  # @ gallery
1003
+ #: includes/class-gllr-settings.php:700
1004
  #, fuzzy
1005
  msgid "Read More Link Label"
1006
  msgstr "Texto do link Leia Mais"
1007
 
1008
+ #: includes/class-gllr-settings.php:713
1009
  msgid "Instant Lightbox"
1010
  msgstr ""
1011
 
1012
+ #: includes/class-gllr-settings.php:716
1013
  msgid ""
1014
  "Enable to display all images in the lightbox after clicking cover image or "
1015
  "URL instead of going to a single gallery page."
1016
  msgstr ""
1017
 
1018
  # @ gallery
1019
+ #: includes/class-gllr-settings.php:730
1020
  #, fuzzy
1021
  msgid "Lightbox Settings"
1022
  msgstr "Fundo do Lightbox"
1023
 
1024
+ #: includes/class-gllr-settings.php:735
1025
  msgid "Enable Lightbox"
1026
  msgstr ""
1027
 
1028
+ #: includes/class-gllr-settings.php:738
1029
  msgid "Enable to show the lightbox when clicking on gallery images."
1030
  msgstr ""
1031
 
1032
+ #: includes/class-gllr-settings.php:756
1033
  msgid ""
1034
  "Select the maximum gallery image size for the lightbox view. \"Default\" "
1035
  "will display the original, full size image."
1036
  msgstr ""
1037
 
1038
+ #: includes/class-gllr-settings.php:760
1039
  msgid "Overlay Color"
1040
  msgstr ""
1041
 
1042
+ #: includes/class-gllr-settings.php:766
1043
  msgid "Overlay Opacity"
1044
  msgstr ""
1045
 
1046
+ #: includes/class-gllr-settings.php:769
1047
  #, php-format
1048
  msgid ""
1049
+ "Lightbox overlay opacity. Leave blank to disable opacity (default is %s, max "
1050
+ "is %s)."
1051
  msgstr ""
1052
 
1053
  # @ gallery
1054
+ #: includes/class-gllr-settings.php:779
1055
  #, fuzzy
1056
  msgid "Slideshow"
1057
  msgstr "Iniciar Apresentação de Slides"
1058
 
1059
+ #: includes/class-gllr-settings.php:781
1060
  msgid "Enable to start the slideshow automatically when the lightbox is used."
1061
  msgstr ""
1062
 
1063
  # @ gallery
1064
+ #: includes/class-gllr-settings.php:785
1065
  #, fuzzy
1066
  msgid "Slideshow Duration"
1067
  msgstr "Intervalo de tempo entre cada Slide"
1068
 
1069
+ #: includes/class-gllr-settings.php:787
1070
  msgid "ms"
1071
  msgstr ""
1072
 
1073
+ #: includes/class-gllr-settings.php:788
1074
  msgid "Slideshow interval duration between two images."
1075
  msgstr ""
1076
 
1077
  # @ gallery
1078
+ #: includes/class-gllr-settings.php:799
1079
  #, fuzzy
1080
  msgid "Lightbox Helpers"
1081
  msgstr "Fundo do Lightbox"
1082
 
1083
+ #: includes/class-gllr-settings.php:801
1084
+ msgid "Enable to display the lightbox toolbar and arrows."
1085
  msgstr ""
1086
 
1087
  # @ gallery
1088
+ #: includes/class-gllr-settings.php:805
1089
  #, fuzzy
1090
  msgid "Lightbox Thumbnails"
1091
  msgstr "Tamanho da imagem de capa do álbum"
1092
 
1093
+ #: includes/class-gllr-settings.php:807
1094
+ msgid "Enable to use a lightbox helper navigation between images."
1095
  msgstr ""
1096
 
1097
+ #: includes/class-gllr-settings.php:811
1098
  msgid "Lightbox Thumbnails Position"
1099
  msgstr ""
1100
 
1101
+ #: includes/class-gllr-settings.php:814
1102
  msgid "Top"
1103
  msgstr ""
1104
 
1105
  # @ gallery
1106
+ #: includes/class-gllr-settings.php:819
1107
  #, fuzzy
1108
  msgid "Lightbox Button Label"
1109
  msgstr "Fundo do Lightbox"
1110
 
1111
  # @ gallery
1112
+ #: includes/class-gllr-settings.php:821
1113
  #, fuzzy
1114
  msgid "Read More"
1115
  msgstr "Texto do link Leia Mais"
1116
 
1117
+ #: includes/class-gllr-settings.php:831
1118
  msgid "Download Button"
1119
  msgstr ""
1120
 
1121
+ #: includes/class-gllr-settings.php:833
1122
+ msgid "Enable to display download button."
1123
+ msgstr ""
 
 
 
1124
 
1125
+ #: includes/class-gllr-settings.php:837
1126
  msgid "Single Lightbox"
1127
  msgstr ""
1128
 
1129
+ #: includes/class-gllr-settings.php:839
1130
  msgid ""
1131
  "Enable to use a single lightbox for multiple galleries located on a single "
1132
  "page."
1133
  msgstr ""
1134
 
1135
+ #: includes/class-gllr-settings.php:849
1136
  msgid "Social Sharing Buttons Settings"
1137
  msgstr ""
1138
 
1139
+ #: includes/class-gllr-settings.php:857
1140
+ msgid "Social Buttons"
1141
  msgstr ""
1142
 
1143
+ #: includes/class-gllr-settings.php:859
1144
  msgid "Enable social sharing buttons in the lightbox."
1145
  msgstr ""
1146
 
1147
+ #: includes/class-gllr-settings.php:863
1148
  msgid "Social Networks"
1149
  msgstr ""
1150
 
 
 
 
 
 
 
 
 
 
 
 
 
1151
  # @ gallery
1152
+ #: includes/class-gllr-settings.php:874
1153
  #, fuzzy
1154
  msgid "Counter"
1155
  msgstr "Intervalo de tempo entre cada Slide"
1156
 
1157
+ #: includes/class-gllr-settings.php:877
1158
+ msgid ""
1159
+ "Enable to show likes counter for each social button (not available for "
1160
+ "Google +1)."
1161
  msgstr ""
1162
 
1163
+ #: includes/class-gllr-settings.php:892
1164
  msgid "Demo Data"
1165
  msgstr ""
1166
 
1167
+ #: includes/class-gllr-settings.php:894
1168
  msgid ""
1169
  "Install demo data to create galleries with images, post with shortcodes and "
1170
  "page with a list of all galleries."
1171
  msgstr ""
1172
 
1173
  # @ gallery
1174
+ #: includes/class-gllr-settings.php:913
1175
  #, fuzzy
1176
  msgid "Gallery Post Type"
1177
  msgstr "Shortcode da Galeria"
1178
 
1179
+ #: includes/class-gllr-settings.php:915
1180
  msgid ""
1181
  "Enable to avoid conflicts with other gallery plugins installed. All "
1182
  "galleries created earlier will stay unchanged. However, after enabling we "
1185
  msgstr ""
1186
 
1187
  # @ gallery
1188
+ #: includes/class-gllr-settings.php:927
1189
  #, fuzzy
1190
  msgid "Gallery Slug"
1191
  msgstr "Galeria"
1192
 
1193
+ #: includes/class-gllr-settings.php:931
1194
  msgid "Enter the unique gallery slug."
1195
  msgstr ""
1196
 
1197
+ #: includes/class-gllr-settings.php:947
1198
  msgid "Activate Now"
1199
  msgstr ""
1200
 
1201
+ #: includes/class-gllr-settings.php:962
1202
  msgid "Install Now"
1203
  msgstr ""
1204
 
1205
+ #: includes/class-gllr-settings.php:965
1206
  msgid "Enable to include galleries to your website search."
1207
  msgstr ""
1208
 
1209
+ #: includes/class-gllr-settings.php:965
1210
  #, php-format
1211
  msgid "%s is required."
1212
  msgstr ""
1290
  msgstr ""
1291
 
1292
  #: includes/demo-data/class-bws-demo-data.php:591
1293
+ #, php-format
1294
  msgid ""
1295
+ "Do you want to install demo content and settings for %s (You can do this "
1296
+ "later using Import / Export settings)?"
1297
  msgstr ""
1298
 
1299
  #: includes/demo-data/class-bws-demo-data.php:591
1300
  msgid "Yes, install demo now"
1301
  msgstr ""
1302
 
1303
+ # @ gallery
1304
+ #, fuzzy
1305
+ #~ msgid ""
1306
+ #~ "Enable to display link to the original file under each image in the "
1307
+ #~ "lightbox."
1308
+ #~ msgstr "Exibir a imagem em tamanho original no Lightbox"
1309
+
1310
  # @ gallery
1311
  #~ msgid "Download high resolution image"
1312
  #~ msgstr "Download de imagem de alta resolução"
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: 2017-08-15 15:55+0300\n"
6
- "PO-Revision-Date: 2017-08-15 15:56+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
@@ -13,217 +13,221 @@ msgstr ""
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: gallery-plugin.php:37 gallery-plugin.php:1647
20
- #: includes/class-gllr-settings.php:308
21
  msgid "Gallery Settings"
22
- msgstr "Настройки Gallery"
23
 
24
- #: gallery-plugin.php:37 includes/class-gllr-settings.php:319
25
  msgid "Global Settings"
26
- msgstr "Общие Настройки"
27
 
28
- #: gallery-plugin.php:43 gallery-plugin.php:2729
29
  msgid "Upgrade to Pro"
30
- msgstr "Перейти на Pro"
31
 
32
- #: gallery-plugin.php:218
33
  msgid "Return to all albums"
34
  msgstr "Вернуться ко всем альбомам"
35
 
36
- #: gallery-plugin.php:228
37
  msgid "See images &raquo;"
38
  msgstr "Смотреть фотографии &raquo;"
39
 
40
- #: gallery-plugin.php:315 gallery-plugin.php:324
41
  msgid "Galleries"
42
  msgstr "Галереи"
43
 
44
- #: gallery-plugin.php:316 gallery-plugin.php:3145
45
  msgid "Gallery"
46
  msgstr "Галерея"
47
 
48
- #: gallery-plugin.php:317
49
  msgid "Add New Gallery"
50
  msgstr "Добавить новую галерею"
51
 
52
- #: gallery-plugin.php:318
53
  msgid "Edit Gallery"
54
  msgstr "Редактировать галерею"
55
 
56
- #: gallery-plugin.php:319
57
  msgid "New Gallery"
58
  msgstr "Новая галерея"
59
 
60
- #: gallery-plugin.php:320
61
  msgid "View Gallery"
62
  msgstr "Просмотреть галерею"
63
 
64
- #: gallery-plugin.php:321 includes/class-gllr-settings.php:927
65
  msgid "Search Galleries"
66
- msgstr "Искать Галереи"
67
 
68
- #: gallery-plugin.php:322
69
  msgid "No Gallery found"
70
  msgstr "Ни одной галереи не найдено"
71
 
72
- #: gallery-plugin.php:344 gallery-plugin.php:1559 gallery-plugin.php:2875
73
- #: gallery-plugin.php:2883 gallery-plugin.php:2921 gallery-plugin.php:2944
74
- #: gallery-plugin.php:3129
75
  msgid "Gallery Categories"
76
  msgstr "Категории галерей"
77
 
78
- #: gallery-plugin.php:345 gallery-plugin.php:784
79
  msgid "Gallery Category"
80
  msgstr "Категория галерей"
81
 
82
- #: gallery-plugin.php:346
83
  msgid "Add Gallery Category"
84
  msgstr "Добавить категорию галерей"
85
 
86
- #: gallery-plugin.php:347
87
  msgid "Add New Gallery Category"
88
  msgstr "Добавить новую категорию галерей"
89
 
90
- #: gallery-plugin.php:348 gallery-plugin.php:349
91
  msgid "Edit Gallery Category"
92
  msgstr "Редактировать категорию галерей"
93
 
94
- #: gallery-plugin.php:350
95
  msgid "New Gallery Category"
96
  msgstr "Новая категория галерей"
97
 
98
- #: gallery-plugin.php:351 gallery-plugin.php:352
99
  msgid "View Gallery Category"
100
  msgstr "Просмотреть категорию галерей"
101
 
102
- #: gallery-plugin.php:353
103
  msgid "Find Gallery Category"
104
  msgstr "Найти категорию галерей"
105
 
106
- #: gallery-plugin.php:354
107
  msgid "No Gallery Categories found"
108
  msgstr "Ни одной категории галерей не найдено"
109
 
110
- #: gallery-plugin.php:355
111
  msgid "No Gallery Categories found in Trash"
112
  msgstr "Ни одной категории галерей в корзине не найдено"
113
 
114
- #: gallery-plugin.php:356
115
  msgid "Parent Gallery Category"
116
  msgstr "Родительская категория галереи"
117
 
118
- #: gallery-plugin.php:357
119
  msgid "Gallery Categories list navigation"
120
  msgstr "Навигация списка категории галерей"
121
 
122
- #: gallery-plugin.php:358
123
  msgid "Gallery Categories list"
124
  msgstr "Список категорий галерей"
125
 
126
- #: gallery-plugin.php:434
127
  msgid "Gallery Shortcode"
128
  msgstr "Шорткод галереи"
129
 
130
- #: gallery-plugin.php:443
131
  msgid ""
132
  "Add a single gallery with images to your posts, pages, custom post types or "
133
  "widgets by using the following shortcode:"
134
  msgstr ""
135
- "Добавить одну галерею с изображениями в ваши записи, страницы, "
136
  "пользовательские типы записей или виджеты с помощью следующего шорткода:"
137
 
138
- #: gallery-plugin.php:447
139
  msgid ""
140
  "Add a gallery cover including featured image, description, and a link to "
141
  "your single gallery using the following shortcode:"
142
  msgstr ""
143
- "Добавить альбом галереи, включая изображение альбома, описание и ссылку на "
144
  "полную галерею с помощью следующего шорткода:"
145
 
146
- #: gallery-plugin.php:560
147
  msgid "Note"
148
  msgstr "Примечание"
149
 
150
- #: gallery-plugin.php:560
151
  #, php-format
152
  msgid ""
153
  "When deleting a category, the galleries that belong to this category will "
154
- "not be deleted. Instead, these galleries will be moved to the category %s."
155
  msgstr ""
156
  "Удаление категории не приводит к удалению галерей из этой категории. Вместо "
157
  "этого галереи из удалённой категории будут перемещены в категорию %s."
158
 
159
- #: gallery-plugin.php:573 gallery-plugin.php:1558
160
  msgid "Shortcode"
161
  msgstr "Шорткод"
162
 
163
- #: gallery-plugin.php:619
164
  msgid "All Gallery Categories"
165
  msgstr "Все категории галерей"
166
 
167
- #: gallery-plugin.php:696
168
  msgid "You can't delete default gallery category."
169
- msgstr "Вы не можете удалить категорию галереи по умолчанию."
170
 
171
- #: gallery-plugin.php:1048 gallery-plugin.php:1155 gallery-plugin.php:2066
172
  msgid "Sorry, nothing found."
173
  msgstr "Извините, ничего не найдено."
174
 
175
- #: gallery-plugin.php:1555
176
  msgid "Featured Image"
177
  msgstr "Изображение альбома"
178
 
179
- #: gallery-plugin.php:1556 gallery-plugin.php:2586 gallery-plugin.php:2690
180
- #: gallery-plugin.php:2801 includes/class-gllr-settings.php:656
181
  msgid "Title"
182
  msgstr "Название"
183
 
184
- #: gallery-plugin.php:1557 includes/class-gllr-settings.php:41
185
  msgid "Images"
186
  msgstr "Изображения"
187
 
188
- #: gallery-plugin.php:1560 includes/class-gllr-settings.php:661
189
  msgid "Author"
190
  msgstr "Автор"
191
 
192
- #: gallery-plugin.php:1561 includes/class-gllr-settings.php:511
193
- #: includes/class-gllr-settings.php:657
194
  msgid "Date"
195
  msgstr "Дата"
196
 
197
- #: gallery-plugin.php:1674 gallery-plugin.php:1692
 
 
 
 
 
198
  #: includes/class-gllr-settings.php:30 includes/class-gllr-settings.php:42
199
  msgid "Settings"
200
  msgstr "Настройки"
201
 
202
- #: gallery-plugin.php:1675
203
  msgid "FAQ"
204
  msgstr "FAQ"
205
 
206
- #: gallery-plugin.php:1676
207
  msgid "Support"
208
  msgstr "Поддержка"
209
 
210
- #: gallery-plugin.php:1715
211
  msgid "Updating images..."
212
  msgstr "Обновление изображений..."
213
 
214
- #: gallery-plugin.php:1716
215
  msgid "No images found."
216
  msgstr "Изображения не найдены."
217
 
218
- #: gallery-plugin.php:1717
219
  msgid "All images were updated."
220
  msgstr "Все изображения обновлены."
221
 
222
- #: gallery-plugin.php:1718
223
  msgid "Error."
224
  msgstr "Ошибка."
225
 
226
- #: gallery-plugin.php:1730
227
  msgid ""
228
  "You are about to remove these items from this gallery.\n"
229
  " 'Cancel' to stop, 'OK' to delete."
@@ -231,7 +235,7 @@ msgstr ""
231
  "Вы собираетесь удалить эти элементы из этой галереи.\n"
232
  " «Отмена» — оставить, «ОК» — удалить."
233
 
234
- #: gallery-plugin.php:1731
235
  msgid ""
236
  "You are about to remove this image from the gallery.\n"
237
  " 'Cancel' to stop, 'OK' to delete."
@@ -239,7 +243,7 @@ msgstr ""
239
  "Вы собираетесь удалить это изображение из этой галереи.\n"
240
  " «Отмена» — оставить, «ОК» — удалить."
241
 
242
- #: gallery-plugin.php:1732
243
  msgid ""
244
  "Switching to another mode, all unsaved data will be lost. Save data before "
245
  "switching?"
@@ -247,99 +251,95 @@ msgstr ""
247
  "При переключении на другой режим все несохраненные данные будут потеряны. "
248
  "Сохранить данные перед переключением?"
249
 
250
- #: gallery-plugin.php:1733
251
  msgid "Insert Media"
252
  msgstr "Вставить медиафайл"
253
 
254
- #: gallery-plugin.php:1734
255
  msgid "Insert"
256
  msgstr "Вставить"
257
 
258
- #: gallery-plugin.php:2258
259
  msgid "Image size not defined"
260
  msgstr "Невозможно определить размер изображения"
261
 
262
- #: gallery-plugin.php:2273
263
  msgid ""
264
  "Plugin updates only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please "
265
  "reload images manually."
266
  msgstr ""
267
- "Плагин может обновить только PNG, JPEG, GIF, XBM или WPMP типы файлов. Для "
268
- "других, пожалуйста, вручную перезагрузите изображения."
269
-
270
- #: gallery-plugin.php:2284
271
- msgid "Image size changes not defined"
272
- msgstr "Невозможно определить размер изображения"
273
 
274
- #: gallery-plugin.php:2313 gallery-plugin.php:2316 gallery-plugin.php:2321
275
  msgid "Invalid path"
276
  msgstr "Путь к изображению некорректный"
277
 
278
- #: gallery-plugin.php:2410
279
  msgid "List View"
280
  msgstr "В виде списка"
281
 
282
- #: gallery-plugin.php:2411
283
  msgid "Grid View"
284
  msgstr "В виде сетки"
285
 
286
- #: gallery-plugin.php:2466
287
  msgid "Filter"
288
  msgstr "Фильтр"
289
 
290
- #: gallery-plugin.php:2470
291
  msgid "Empty Trash"
292
  msgstr "Очистить корзину"
293
 
294
- #: gallery-plugin.php:2491
295
  msgid "No images found"
296
  msgstr "Ни одного изображения не найдено"
297
 
298
- #: gallery-plugin.php:2543
299
  msgid "Select bulk action"
300
  msgstr "Выберите массовое действие"
301
 
302
- #: gallery-plugin.php:2545
303
  msgid "Bulk Actions"
304
  msgstr "Действия"
305
 
306
- #: gallery-plugin.php:2555
307
  msgid "Apply"
308
  msgstr "Применить"
309
 
310
- #: gallery-plugin.php:2562
311
  msgid "Delete from Gallery"
312
  msgstr "Удалить из галереи"
313
 
314
- #: gallery-plugin.php:2571
315
  msgid "Bulk Select"
316
  msgstr "Выбор"
317
 
318
- #: gallery-plugin.php:2572
319
  msgid "Cancel Selection"
320
  msgstr "Отменить выбор"
321
 
322
- #: gallery-plugin.php:2573
323
  msgid "Delete Selected"
324
  msgstr "Удалить выбранное"
325
 
326
- #: gallery-plugin.php:2584
327
  msgid "File"
328
  msgstr "Файл"
329
 
330
- #: gallery-plugin.php:2585 gallery-plugin.php:2685 gallery-plugin.php:2796
331
  msgid "Dimensions"
332
  msgstr "Размеры"
333
 
334
- #: gallery-plugin.php:2587 gallery-plugin.php:2696 gallery-plugin.php:2806
335
  msgid "Alt Text"
336
  msgstr "Альтернативный текст"
337
 
338
- #: gallery-plugin.php:2588 gallery-plugin.php:2700 gallery-plugin.php:2811
339
  msgid "URL"
340
  msgstr "Ссылка"
341
 
342
- #: gallery-plugin.php:2588 gallery-plugin.php:2702
343
  msgid ""
344
  "Enter your custom URL to link this image to other page or file. Leave blank "
345
  "to open a full size image."
@@ -348,138 +348,138 @@ msgstr ""
348
  "страницей или файлом. Оставьте пустым, чтобы открыть полноразмерное "
349
  "изображение."
350
 
351
- #: gallery-plugin.php:2667
352
  msgid "Remove Image from Gallery"
353
  msgstr "Удалить изображение из галереи"
354
 
355
- #: gallery-plugin.php:2670
356
  msgid "Edit Image Info"
357
  msgstr "Изменить информацию изображения"
358
 
359
- #: gallery-plugin.php:2671
360
  msgid "Deselect"
361
  msgstr "Отменить выбор"
362
 
363
- #: gallery-plugin.php:2683
364
  msgid "File name"
365
  msgstr "Название файла"
366
 
367
- #: gallery-plugin.php:2684
368
  msgid "File type"
369
  msgstr "Тип файла"
370
 
371
- #: gallery-plugin.php:2709
372
  msgid "Description"
373
  msgstr "Описание"
374
 
375
- #: gallery-plugin.php:2715
376
  msgid "Lightbox Button URL"
377
  msgstr "Ссылка для кнопки в лайтбоксе"
378
 
379
- #: gallery-plugin.php:2722
380
  msgid "New Tab"
381
  msgstr "Новая вкладка"
382
 
383
- #: gallery-plugin.php:2724
384
  msgid "Enable to open URLs above in a new tab."
385
- msgstr "Включить, чтобы открыть указанный выше URL в новой вкладке."
386
 
387
- #: gallery-plugin.php:2729
388
  msgid "Go Pro"
389
- msgstr "Перейти на Pro"
390
 
391
- #: gallery-plugin.php:2735
392
  msgid "Edit more details"
393
  msgstr "Изменить детали"
394
 
395
- #: gallery-plugin.php:2737
396
  msgid "Remove from Gallery"
397
  msgstr "Удалить из галереи"
398
 
399
- #: gallery-plugin.php:2771
400
  #, php-format
401
  msgid "Select %s"
402
  msgstr "Выбрать %s"
403
 
404
- #: gallery-plugin.php:2784
405
  #, php-format
406
  msgid "Edit &#8220;%s&#8221;"
407
  msgstr "Изменить &#8220;%s&#8221;"
408
 
409
- #: gallery-plugin.php:2792
410
  msgid "Edit Attachment Info"
411
  msgstr "Изменить информацию изображения"
412
 
413
- #: gallery-plugin.php:2829 gallery-plugin.php:2842
414
  msgid "Edit"
415
  msgstr "Изменить"
416
 
417
- #: gallery-plugin.php:2832 gallery-plugin.php:2847
418
  msgid "Trash"
419
  msgstr "Удалить"
420
 
421
- #: gallery-plugin.php:2835 gallery-plugin.php:2850
422
  msgid "Delete Permanently"
423
  msgstr "Удалить навсегда"
424
 
425
- #: gallery-plugin.php:2837 gallery-plugin.php:2856
426
  #, php-format
427
  msgid "View &#8220;%s&#8221;"
428
  msgstr "Просмотр &#8220;%s&#8221;"
429
 
430
- #: gallery-plugin.php:2837 gallery-plugin.php:2856 gallery-plugin.php:2939
431
  msgid "View"
432
  msgstr "Просмотр"
433
 
434
- #: gallery-plugin.php:2839
435
  msgid "Attach"
436
  msgstr "Прикрепить"
437
 
438
- #: gallery-plugin.php:2845
439
  msgid "Restore"
440
  msgstr "Восстановить"
441
 
442
- #: gallery-plugin.php:2874
443
  msgid "A list or dropdown of Gallery categories."
444
  msgstr "Список или выпадающее меню категорий галерей."
445
 
446
- #: gallery-plugin.php:2919
447
  msgid "Select Gallery Category"
448
  msgstr "Выберите категорию галерей"
449
 
450
- #: gallery-plugin.php:2977
451
  msgid "Title:"
452
  msgstr "Заголовок:"
453
 
454
- #: gallery-plugin.php:2980
455
  msgid "Display as dropdown"
456
  msgstr "В виде выпадающего меню"
457
 
458
- #: gallery-plugin.php:2982
459
  msgid "Show gallery counts"
460
  msgstr "Показать количество галерей"
461
 
462
- #: gallery-plugin.php:2984
463
  msgid "Show hierarchy"
464
  msgstr "Показать иерархию"
465
 
466
- #: gallery-plugin.php:3100
467
  msgid "Warning"
468
  msgstr "Внимание"
469
 
470
- #: gallery-plugin.php:3100
471
  msgid "You can add only images to the gallery"
472
  msgstr "Вы можете добавить только изображения в галерею"
473
 
474
- #: gallery-plugin.php:3131
475
  msgid "or"
476
  msgstr "или"
477
 
478
- #: gallery-plugin.php:3139
479
  msgid "no title"
480
  msgstr "без названия"
481
 
482
- #: gallery-plugin.php:3150
483
  msgid ""
484
  "Display an album image with the description and the link to a single gallery "
485
  "page"
@@ -487,7 +487,7 @@ msgstr ""
487
  "Отобразить изображение альбома с описанием и ссылкой на отдельную страницу "
488
  "галереи"
489
 
490
- #: gallery-plugin.php:3154
491
  msgid "Sorry, no gallery found."
492
  msgstr "Извините, галерей не найдено."
493
 
@@ -519,111 +519,107 @@ msgstr "Импорт / Экспорт"
519
  msgid "License Key"
520
  msgstr "Лицензионный ключ"
521
 
522
- #: includes/class-gllr-settings.php:208
523
  msgid "Custom image size was changed. You need to update gallery images."
524
  msgstr ""
525
  "Пользовательский размер изображения был изменен. Вам необходимо обновить "
526
  "изображения галерей."
527
 
528
- #: includes/class-gllr-settings.php:245
529
  msgid "Settings saved"
530
  msgstr "Настройки сохранены"
531
 
532
- #: includes/class-gllr-settings.php:257
533
  msgid "Please, enable JavaScript in Your browser."
534
  msgstr "Пожалуйста, включите JavaScript в вашем браузере."
535
 
536
- #: includes/class-gllr-settings.php:262
537
  msgid "Update Images"
538
  msgstr "Обновить изображения"
539
 
540
- #: includes/class-gllr-settings.php:277
541
  msgid "Gallery Images"
542
  msgstr "Изображения галереи"
543
 
544
- #: includes/class-gllr-settings.php:282
545
- msgid "Adding images requires JavaScript."
546
  msgstr "Добавление изображений требует наличия JavaScript."
547
 
548
- #: includes/class-gllr-settings.php:285
549
  msgid "Add Media"
550
  msgstr "Добавить медиафайл"
551
 
552
- #: includes/class-gllr-settings.php:294
553
  msgid "The grid view for the Gallery images requires JavaScript."
554
  msgstr "Просмотр галереи в виде сетки требует наличия JavaScript."
555
 
556
- #: includes/class-gllr-settings.php:294
557
  msgid "Switch to the list view"
558
  msgstr "Переключиться на список"
559
 
560
- #: includes/class-gllr-settings.php:317
561
  msgid "Single Gallery Settings"
562
  msgstr "Настройки галереи"
563
 
564
- #: includes/class-gllr-settings.php:319
565
  #, php-format
566
  msgid "Enable to configure single gallery settings and disable %s."
567
- msgstr "Включите для настройки параметров этой галереи и отключить %s."
568
 
569
- #: includes/class-gllr-settings.php:330 includes/class-gllr-settings.php:387
570
- #: includes/class-gllr-settings.php:431 includes/class-gllr-settings.php:481
571
- #: includes/class-gllr-settings.php:598 includes/class-gllr-settings.php:686
572
- #: includes/class-gllr-settings.php:722 includes/class-gllr-settings.php:772
573
- #: includes/class-gllr-settings.php:909
574
  msgid "Close"
575
  msgstr "Закрыть"
576
 
577
- #: includes/class-gllr-settings.php:334
578
  msgid "Gallery Layout"
579
  msgstr "Макет галереи"
580
 
581
- #: includes/class-gllr-settings.php:339
582
  msgid "Grid"
583
  msgstr "Сетка"
584
 
585
- #: includes/class-gllr-settings.php:345
586
  msgid "Masonry"
587
  msgstr "Masonry"
588
 
589
- #: includes/class-gllr-settings.php:358
590
  msgid "Number of Columns"
591
  msgstr "Количество колонок"
592
 
593
- #: includes/class-gllr-settings.php:360
594
- msgid "columns"
595
- msgstr "колонок"
596
-
597
- #: includes/class-gllr-settings.php:361
598
  #, php-format
599
  msgid "Number of gallery columns (default is %s)."
600
  msgstr "Количество колонок галерей (по умолчанию - %s)."
601
 
602
- #: includes/class-gllr-settings.php:365 includes/class-gllr-settings.php:726
603
  msgid "Image Size"
604
  msgstr "Размер изображения"
605
 
606
- #: includes/class-gllr-settings.php:371 includes/class-gllr-settings.php:583
607
  msgid "Custom"
608
  msgstr "Пользовательский"
609
 
610
- #: includes/class-gllr-settings.php:373
611
  msgid ""
612
  "Maximum gallery image size. \"Custom\" uses the Image Dimensions values."
613
  msgstr ""
614
  "Максимальный размер изображений галереи. \"Пользовательский\" использует "
615
  "значения, указанные в поле Размеры изображения."
616
 
617
- #: includes/class-gllr-settings.php:377
618
  msgid "Custom Image Size"
619
  msgstr "Пользовательский размер изображения"
620
 
621
- #: includes/class-gllr-settings.php:379 includes/class-gllr-settings.php:467
622
- #: includes/class-gllr-settings.php:591 includes/class-gllr-settings.php:641
623
  msgid "px"
624
- msgstr "пкс"
625
 
626
- #: includes/class-gllr-settings.php:380
627
  msgid ""
628
  "Adjust these values based on the number of columns in your gallery. This "
629
  "won't effect the full size of your images in the lightbox."
@@ -631,11 +627,11 @@ msgstr ""
631
  "Отрегулируйте эти значения на основе числа колонок в вашей галерее. Это не "
632
  "влияет на размеры полного изображения в лайтбоксе."
633
 
634
- #: includes/class-gllr-settings.php:391
635
  msgid "Crop Images"
636
  msgstr "Обрезка изображений"
637
 
638
- #: includes/class-gllr-settings.php:393
639
  msgid ""
640
  "Enable to crop images using the sizes defined for Custom Image Size. Disable "
641
  "to resize images automatically using their aspect ratio."
@@ -644,66 +640,66 @@ msgstr ""
644
  "пользовательского размера изображения. Отключите, чтобы изменить размер "
645
  "изображения автоматически, используя их пропорции."
646
 
647
- #: includes/class-gllr-settings.php:397 includes/class-gllr-settings.php:608
648
  msgid "Crop Position"
649
  msgstr "Позиция обрезки"
650
 
651
- #: includes/class-gllr-settings.php:412 includes/class-gllr-settings.php:623
652
  msgid "Select crop position base (by default: center)."
653
  msgstr "Выберите позицию обрезки (по умолчанию: центр)."
654
 
655
- #: includes/class-gllr-settings.php:422
656
  msgid "Image Title"
657
  msgstr "Название изображения"
658
 
659
- #: includes/class-gllr-settings.php:424
660
  msgid "Enable to display image title along with the gallery image."
661
  msgstr ""
662
  "Включите, чтобы отобразить название изображения вместе с изображением "
663
  "галереи."
664
 
665
- #: includes/class-gllr-settings.php:435
666
  msgid "Image Title Position"
667
  msgstr "Расположение названия изображения"
668
 
669
- #: includes/class-gllr-settings.php:440
670
  msgid "Under image"
671
  msgstr "Под изображением"
672
 
673
- #: includes/class-gllr-settings.php:446
674
  msgid "On mouse hover"
675
  msgstr "По наведению мыши"
676
 
677
- #: includes/class-gllr-settings.php:459
678
  msgid "Image Border"
679
  msgstr "Рамка изображения"
680
 
681
- #: includes/class-gllr-settings.php:461
682
  msgid ""
683
  "Enable images border using the styles defined for Image Border Size and "
684
- "Color."
685
  msgstr ""
686
- "Включение рамки изображения с использованием стилей, указанных для Цвета и "
687
  "Размера рамки."
688
 
689
- #: includes/class-gllr-settings.php:465
690
  msgid "Image Border Size"
691
  msgstr "Размер рамки изображения"
692
 
693
- #: includes/class-gllr-settings.php:468
694
  #, php-format
695
  msgid "Gallery image border width (default is %s)"
696
  msgstr "Ширина рамки для изображений галереи (по умолчанию %s)"
697
 
698
- #: includes/class-gllr-settings.php:472
699
  msgid "Image Border Color"
700
- msgstr "Цвет рамки изображения"
701
 
702
- #: includes/class-gllr-settings.php:485
703
  msgid "Pagination"
704
  msgstr "Постраничная навигация"
705
 
706
- #: includes/class-gllr-settings.php:488
707
  msgid ""
708
  "Enable pagination for images to limit number of images displayed on a single "
709
  "gallery page."
@@ -711,37 +707,37 @@ msgstr ""
711
  "Включить постраничную навигацию для изображений, чтобы ограничить количество "
712
  "изображений, отображаемых на одной странице галереи."
713
 
714
- #: includes/class-gllr-settings.php:492
715
  msgid "Number of Images"
716
  msgstr "Количество изображений"
717
 
718
- #: includes/class-gllr-settings.php:495
719
  #, php-format
720
  msgid "Number of images displayed per page (default is %d)."
721
  msgstr ""
722
  "Количество изображений, отображаемых на одной странице (по умолчанию %d)."
723
 
724
- #: includes/class-gllr-settings.php:505
725
  msgid "Sort Images by"
726
  msgstr "Cортировка изображений по"
727
 
728
- #: includes/class-gllr-settings.php:508
729
  msgid "Manually (default)"
730
  msgstr "Вручную (по умолчанию)"
731
 
732
- #: includes/class-gllr-settings.php:509
733
  msgid "Image ID"
734
  msgstr "ID изображения"
735
 
736
- #: includes/class-gllr-settings.php:510
737
  msgid "Name"
738
  msgstr "Название"
739
 
740
- #: includes/class-gllr-settings.php:512 includes/class-gllr-settings.php:662
741
  msgid "Random"
742
  msgstr "Произвольно"
743
 
744
- #: includes/class-gllr-settings.php:514
745
  msgid ""
746
  "Select images sorting order in your gallery. By default, you can sort images "
747
  "manually in the images tab."
@@ -749,23 +745,23 @@ msgstr ""
749
  "Выберите порядок сортировки изображений в вашей галерее. По умолчанию, это "
750
  "ручная сортировка изображения на вкладке изображений."
751
 
752
- #: includes/class-gllr-settings.php:518
753
  msgid "Arrange Images by"
754
- msgstr "Сортировка изображений по"
755
 
756
- #: includes/class-gllr-settings.php:521 includes/class-gllr-settings.php:671
757
  msgid "Ascending (e.g. 1, 2, 3; a, b, c)"
758
  msgstr "По возрастанию (например, 1, 2, 3; а, б, в)"
759
 
760
- #: includes/class-gllr-settings.php:522 includes/class-gllr-settings.php:672
761
  msgid "Descending (e.g. 3, 2, 1; c, b, a)"
762
  msgstr "По убыванию (например, 3, 2, 1; в, б, а)"
763
 
764
- #: includes/class-gllr-settings.php:527
765
  msgid "Back Link"
766
  msgstr "Обратная ссылка"
767
 
768
- #: includes/class-gllr-settings.php:529
769
  msgid ""
770
  "Enable to show a back link in a single gallery page which navigate to a "
771
  "previous page."
@@ -773,62 +769,98 @@ msgstr ""
773
  "Включите, чтобы показать обратную ссылку на странице галереи, которая "
774
  "перейдет к предыдущей странице."
775
 
776
- #: includes/class-gllr-settings.php:533
777
  msgid "Back Link URL"
778
  msgstr "URL обратной ссылки"
779
 
780
- #: includes/class-gllr-settings.php:536
781
  msgid "Back link custom page URL. Leave blank to use Gallery page template."
782
  msgstr ""
783
  "Пользовательский URL для обратной ссылки. Оставьте пустым, чтобы "
784
  "использовать страницу галерей."
785
 
786
- #: includes/class-gllr-settings.php:540
787
  msgid "Back Link Label"
788
  msgstr "Текст обратной ссылки"
789
 
790
- #: includes/class-gllr-settings.php:546
791
  msgid "Back Link with Shortcode"
792
- msgstr "Обратная ссылка для шорткода"
793
 
794
- #: includes/class-gllr-settings.php:549
795
  msgid "Enable to display a back link on a page where shortcode is used."
796
  msgstr ""
797
  "Включите, чтобы отображать обратную ссылку на страницу при использовании "
798
  "шорткода."
799
 
800
- #: includes/class-gllr-settings.php:560
801
  msgid "Cover Settings"
802
  msgstr "Настройки альбома"
803
 
804
- #: includes/class-gllr-settings.php:565
805
  msgid "Galleries Page"
806
  msgstr "Страница галерей"
807
 
808
- #: includes/class-gllr-settings.php:573
809
  msgid "Base page where all existing galleries will be displayed."
810
  msgstr ""
811
- "Базовая страница, на которой будут отображены все существующие галереи."
 
 
 
 
812
 
813
- #: includes/class-gllr-settings.php:577
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
814
  msgid "Cover Image Size"
815
  msgstr "Размер изображения альбома"
816
 
817
- #: includes/class-gllr-settings.php:585
818
  msgid "Maximum cover image size. Custom uses the Image Dimensions values."
819
  msgstr ""
820
  "Максимальный размер изображения альбома. Пользовательский использует "
821
  "значения Размеров изображения."
822
 
823
- #: includes/class-gllr-settings.php:589
824
  msgid "Custom Cover Image Size"
825
  msgstr "Пользовательский размер изображения альбома"
826
 
827
- #: includes/class-gllr-settings.php:602
828
  msgid "Crop Cover Images"
829
  msgstr "Обрезка изображения альбома"
830
 
831
- #: includes/class-gllr-settings.php:604
832
  msgid ""
833
  "Enable to crop images using the sizes defined for Custom Cover Image Size. "
834
  "Disable to resize images automatically using their aspect ratio."
@@ -837,68 +869,68 @@ msgstr ""
837
  "пользовательского размера изображения альбома. Отключите, чтобы изменить "
838
  "размер изображения автоматически, используя их пропорции."
839
 
840
- #: includes/class-gllr-settings.php:633
841
  msgid "Cover Image Border"
842
  msgstr "Рамка для изображения альбома"
843
 
844
- #: includes/class-gllr-settings.php:635
845
  msgid ""
846
  "Enable cover images border using the styles defined for Image Border Size "
847
  "and Color."
848
  msgstr ""
849
- "Включение рамки изображения альбома с использованием стилей, указанных для "
850
  "Цвета и Размера рамки."
851
 
852
- #: includes/class-gllr-settings.php:639
853
  msgid "Cover Image Border Size"
854
  msgstr "Размер рамки изображения альбома"
855
 
856
- #: includes/class-gllr-settings.php:642
857
  #, php-format
858
  msgid "Cover image border width (default is %s)"
859
  msgstr "Ширина рамки для изображения альбома (по умолчанию %s)"
860
 
861
- #: includes/class-gllr-settings.php:646
862
  msgid "Cover Image Border Color"
863
  msgstr "Цвет рамки для изображения альбома"
864
 
865
- #: includes/class-gllr-settings.php:652
866
  msgid "Sort Albums by"
867
  msgstr "Cортировка альбомов по"
868
 
869
- #: includes/class-gllr-settings.php:655
870
  msgid "Gallery ID"
871
  msgstr "ID галереи"
872
 
873
- #: includes/class-gllr-settings.php:658
874
  msgid "Last modified date"
875
  msgstr "Дата последнего изменения"
876
 
877
- #: includes/class-gllr-settings.php:659
878
  msgid "Comment count"
879
  msgstr "Количество комментариев"
880
 
881
- #: includes/class-gllr-settings.php:660
882
  msgid "Sorting order (the input field for sorting order)"
883
  msgstr "Порядок сортировки (поле ввода для сортировки)"
884
 
885
- #: includes/class-gllr-settings.php:664
886
  msgid "Select galleries sorting order in your galleries page."
887
  msgstr "Выберите порядок сортировки галерей на странице галерей."
888
 
889
- #: includes/class-gllr-settings.php:668
890
  msgid "Arrange Albums by"
891
  msgstr "Сортировка альбомов по"
892
 
893
- #: includes/class-gllr-settings.php:677
894
  msgid "Read More Link Label"
895
  msgstr "Текст ссылки Узнать больше"
896
 
897
- #: includes/class-gllr-settings.php:690
898
  msgid "Instant Lightbox"
899
  msgstr "Мгновенный лайтбокс"
900
 
901
- #: includes/class-gllr-settings.php:693
902
  msgid ""
903
  "Enable to display all images in the lightbox after clicking cover image or "
904
  "URL instead of going to a single gallery page."
@@ -906,19 +938,19 @@ msgstr ""
906
  "Включите, чтобы отображать все изображения в лайтбоксе после клика на "
907
  "изображение альбома или URL вместо перехода на отдельную страницу галереи."
908
 
909
- #: includes/class-gllr-settings.php:707
910
  msgid "Lightbox Settings"
911
  msgstr "Настройки лайтбокса"
912
 
913
- #: includes/class-gllr-settings.php:712
914
  msgid "Enable Lightbox"
915
  msgstr "Включить лайтбокс"
916
 
917
- #: includes/class-gllr-settings.php:715
918
  msgid "Enable to show the lightbox when clicking on gallery images."
919
  msgstr "Включите, чтобы показать лайтбокс при нажатии на изображения галереи."
920
 
921
- #: includes/class-gllr-settings.php:733
922
  msgid ""
923
  "Select the maximum gallery image size for the lightbox view. \"Default\" "
924
  "will display the original, full size image."
@@ -926,92 +958,92 @@ msgstr ""
926
  "Выберите максимальный размер изображений галереи для просмотра в лайтбоксе. "
927
  "По умолчанию будет отображаться оригинал, полный размер."
928
 
929
- #: includes/class-gllr-settings.php:737
930
  msgid "Overlay Color"
931
  msgstr "Цвет подложки"
932
 
933
- #: includes/class-gllr-settings.php:743
934
  msgid "Overlay Opacity"
935
  msgstr "Прозрачность подложки"
936
 
937
- #: includes/class-gllr-settings.php:746
938
  #, php-format
939
  msgid ""
940
- "Lightbox overlay opacity. Leave blank to disable opacity (default is %d, max "
941
- "is %d)."
942
  msgstr ""
943
  "Прозрачность подложки лайтбокса. Оставьте пустым, чтобы отключить "
944
- "прозрачность (по умолчанию %d, максимум %d)."
945
 
946
- #: includes/class-gllr-settings.php:756
947
  msgid "Slideshow"
948
  msgstr "Слайд-шоу"
949
 
950
- #: includes/class-gllr-settings.php:758
951
  msgid "Enable to start the slideshow automatically when the lightbox is used."
952
  msgstr ""
953
  "Включение автоматического запуска слайд-шоу при использовании лайтбокса."
954
 
955
- #: includes/class-gllr-settings.php:762
956
  msgid "Slideshow Duration"
957
  msgstr "Интервал времени"
958
 
959
- #: includes/class-gllr-settings.php:764
960
  msgid "ms"
961
  msgstr "мс"
962
 
963
- #: includes/class-gllr-settings.php:765
964
  msgid "Slideshow interval duration between two images."
965
  msgstr "Интервал переключения между двумя изображениями."
966
 
967
- #: includes/class-gllr-settings.php:776
968
  msgid "Lightbox Helpers"
969
  msgstr "Вспомогательные элементы в лайтбоксе"
970
 
971
- #: includes/class-gllr-settings.php:778
972
  msgid "Enable to display the lightbox toolbar and arrows."
973
  msgstr ""
974
  "Включите, чтобы показать панель инструментов и кнопки навигации лайтбокса."
975
 
976
- #: includes/class-gllr-settings.php:782
977
  msgid "Lightbox Thumbnails"
978
  msgstr "Миниатюры в лайтбоксе"
979
 
980
- #: includes/class-gllr-settings.php:784
981
- msgid "Enable to use a lightbox helper navigation between images.."
982
  msgstr ""
983
- "Разрешить использовать миниатюры в лайтбоксе для навигации между "
984
- "изображениями."
985
 
986
- #: includes/class-gllr-settings.php:788
987
  msgid "Lightbox Thumbnails Position"
988
  msgstr "Расположение миниатюр в лайтбоксе"
989
 
990
- #: includes/class-gllr-settings.php:791
991
  msgid "Top"
992
  msgstr "Верх"
993
 
994
- #: includes/class-gllr-settings.php:796
995
  msgid "Lightbox Button Label"
996
  msgstr "Текст кнопки в лайтбоксе"
997
 
998
- #: includes/class-gllr-settings.php:798
999
  msgid "Read More"
1000
  msgstr "Подробнее"
1001
 
1002
- #: includes/class-gllr-settings.php:808
1003
  msgid "Download Button"
1004
  msgstr "Кнопка \"Скачать\""
1005
 
1006
- #: includes/class-gllr-settings.php:810
1007
  msgid "Enable to display download button."
1008
  msgstr "Включите, чтобы показать ссылку для скачивания исходного изображения."
1009
 
1010
- #: includes/class-gllr-settings.php:814
1011
  msgid "Single Lightbox"
1012
  msgstr "Один лайтбокс"
1013
 
1014
- #: includes/class-gllr-settings.php:816
1015
  msgid ""
1016
  "Enable to use a single lightbox for multiple galleries located on a single "
1017
  "page."
@@ -1019,47 +1051,39 @@ msgstr ""
1019
  "Включите, чтобы использовать один лайтбокс для нескольких галерей, "
1020
  "расположенных на одной странице."
1021
 
1022
- #: includes/class-gllr-settings.php:826
1023
  msgid "Social Sharing Buttons Settings"
1024
  msgstr "Настройки социальных кнопок"
1025
 
1026
- #: includes/class-gllr-settings.php:834
1027
- msgid "Enable Social Buttons"
1028
- msgstr "Включить социальные кнопки"
1029
 
1030
- #: includes/class-gllr-settings.php:836
1031
  msgid "Enable social sharing buttons in the lightbox."
1032
  msgstr "Включите социальные кнопки в лайтбоксе."
1033
 
1034
- #: includes/class-gllr-settings.php:840
1035
  msgid "Social Networks"
1036
  msgstr "Социальные сети"
1037
 
1038
- #: includes/class-gllr-settings.php:851
1039
- msgid "Social Buttons Position"
1040
- msgstr "Позиция социальных кнопок"
1041
-
1042
- #: includes/class-gllr-settings.php:854
1043
- msgid "Left"
1044
- msgstr "Лево"
1045
-
1046
- #: includes/class-gllr-settings.php:856
1047
- msgid "Select social buttons position in the lightbox."
1048
- msgstr "Выберите позицию социальных кнопок в лайтбоксе."
1049
-
1050
- #: includes/class-gllr-settings.php:860
1051
  msgid "Counter"
1052
  msgstr "Счетчик"
1053
 
1054
- #: includes/class-gllr-settings.php:863
1055
- msgid "Enable to show likes counter for each social button."
1056
- msgstr "Включите, чтобы показать счетчик для каждой социальной кнопки."
 
 
 
 
1057
 
1058
- #: includes/class-gllr-settings.php:878
1059
  msgid "Demo Data"
1060
  msgstr "Демо-данные"
1061
 
1062
- #: includes/class-gllr-settings.php:880
1063
  msgid ""
1064
  "Install demo data to create galleries with images, post with shortcodes and "
1065
  "page with a list of all galleries."
@@ -1067,11 +1091,11 @@ msgstr ""
1067
  "Установите демо-данные, чтобы создать галереи с изображениями, запись с "
1068
  "шорткодами и страницу со списком всех галерей."
1069
 
1070
- #: includes/class-gllr-settings.php:899
1071
  msgid "Gallery Post Type"
1072
  msgstr "Тип записи галереи"
1073
 
1074
- #: includes/class-gllr-settings.php:901
1075
  msgid ""
1076
  "Enable to avoid conflicts with other gallery plugins installed. All "
1077
  "galleries created earlier will stay unchanged. However, after enabling we "
@@ -1083,27 +1107,27 @@ msgstr ""
1083
  "переименования проверьте, пожалуйста, настройки других плагинов, где "
1084
  "используется тип записи \"gallery\"."
1085
 
1086
- #: includes/class-gllr-settings.php:913
1087
  msgid "Gallery Slug"
1088
- msgstr "Ярлык Галереи"
1089
 
1090
- #: includes/class-gllr-settings.php:917
1091
  msgid "Enter the unique gallery slug."
1092
- msgstr "Введите уникальный ярлык галереи."
1093
 
1094
- #: includes/class-gllr-settings.php:933
1095
  msgid "Activate Now"
1096
  msgstr "Активировать сейчас"
1097
 
1098
- #: includes/class-gllr-settings.php:948
1099
  msgid "Install Now"
1100
  msgstr "Установить сейчас"
1101
 
1102
- #: includes/class-gllr-settings.php:951
1103
  msgid "Enable to include galleries to your website search."
1104
  msgstr "Включить галерею в поиск на вашем сайте."
1105
 
1106
- #: includes/class-gllr-settings.php:951
1107
  #, php-format
1108
  msgid "%s is required."
1109
  msgstr "Требуется %s."
@@ -1185,17 +1209,95 @@ msgid "Close notice"
1185
  msgstr "Закрыть сообщение"
1186
 
1187
  #: includes/demo-data/class-bws-demo-data.php:591
 
1188
  msgid ""
1189
- "Do you want to install demo content and settings (You can do this later "
1190
- "using Import / Export settings)?"
1191
  msgstr ""
1192
- "Вы хотите установить демо-контент и настройки (Вы можете сделать это позже, "
1193
- "используя настройки Импорт / Экспорт)?"
1194
 
1195
  #: includes/demo-data/class-bws-demo-data.php:591
1196
  msgid "Yes, install demo now"
1197
  msgstr "Да, установить демо-данные сейчас"
1198
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1199
  #~ msgid ""
1200
  #~ "Enable to display link to the original file under each image in the "
1201
  #~ "lightbox."
@@ -1345,12 +1447,6 @@ msgstr "Да, установить демо-данные сейчас"
1345
  #~ "пользовательского размера изображений лайтбокса. Отключите, чтобы "
1346
  #~ "изменить размер изображения автоматически, используя их пропорции."
1347
 
1348
- #~ msgid "Right"
1349
- #~ msgstr "Право"
1350
-
1351
- #~ msgid "Center"
1352
- #~ msgstr "Центр"
1353
-
1354
  #~ msgid ""
1355
  #~ "If you would like to add a Gallery to your page or post, please use %s "
1356
  #~ "button"
2
  msgstr ""
3
  "Project-Id-Version: Gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-12-05 16:20+0200\n"
6
+ "PO-Revision-Date: 2017-12-05 16:20+0200\n"
7
  "Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: BestWebSoft <plugin@bestwebsoft.com>\n"
9
  "Language: ru_RU\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Generator: Poedit 1.8.7.1\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: gallery-plugin.php:37 includes/class-gllr-settings.php:310
 
20
  msgid "Gallery Settings"
21
+ msgstr "Настройки Галерей"
22
 
23
+ #: gallery-plugin.php:37 includes/class-gllr-settings.php:321
24
  msgid "Global Settings"
25
+ msgstr "Общие настройки"
26
 
27
+ #: gallery-plugin.php:43 gallery-plugin.php:2772
28
  msgid "Upgrade to Pro"
29
+ msgstr "Обновить до Pro"
30
 
31
+ #: gallery-plugin.php:237
32
  msgid "Return to all albums"
33
  msgstr "Вернуться ко всем альбомам"
34
 
35
+ #: gallery-plugin.php:249
36
  msgid "See images &raquo;"
37
  msgstr "Смотреть фотографии &raquo;"
38
 
39
+ #: gallery-plugin.php:336 gallery-plugin.php:345
40
  msgid "Galleries"
41
  msgstr "Галереи"
42
 
43
+ #: gallery-plugin.php:337 gallery-plugin.php:3188
44
  msgid "Gallery"
45
  msgstr "Галерея"
46
 
47
+ #: gallery-plugin.php:338
48
  msgid "Add New Gallery"
49
  msgstr "Добавить новую галерею"
50
 
51
+ #: gallery-plugin.php:339
52
  msgid "Edit Gallery"
53
  msgstr "Редактировать галерею"
54
 
55
+ #: gallery-plugin.php:340
56
  msgid "New Gallery"
57
  msgstr "Новая галерея"
58
 
59
+ #: gallery-plugin.php:341
60
  msgid "View Gallery"
61
  msgstr "Просмотреть галерею"
62
 
63
+ #: gallery-plugin.php:342 includes/class-gllr-settings.php:941
64
  msgid "Search Galleries"
65
+ msgstr "Искать галереи"
66
 
67
+ #: gallery-plugin.php:343
68
  msgid "No Gallery found"
69
  msgstr "Ни одной галереи не найдено"
70
 
71
+ #: gallery-plugin.php:365 gallery-plugin.php:1602 gallery-plugin.php:2918
72
+ #: gallery-plugin.php:2926 gallery-plugin.php:2964 gallery-plugin.php:2987
73
+ #: gallery-plugin.php:3172
74
  msgid "Gallery Categories"
75
  msgstr "Категории галерей"
76
 
77
+ #: gallery-plugin.php:366 gallery-plugin.php:805
78
  msgid "Gallery Category"
79
  msgstr "Категория галерей"
80
 
81
+ #: gallery-plugin.php:367
82
  msgid "Add Gallery Category"
83
  msgstr "Добавить категорию галерей"
84
 
85
+ #: gallery-plugin.php:368
86
  msgid "Add New Gallery Category"
87
  msgstr "Добавить новую категорию галерей"
88
 
89
+ #: gallery-plugin.php:369 gallery-plugin.php:370
90
  msgid "Edit Gallery Category"
91
  msgstr "Редактировать категорию галерей"
92
 
93
+ #: gallery-plugin.php:371
94
  msgid "New Gallery Category"
95
  msgstr "Новая категория галерей"
96
 
97
+ #: gallery-plugin.php:372 gallery-plugin.php:373
98
  msgid "View Gallery Category"
99
  msgstr "Просмотреть категорию галерей"
100
 
101
+ #: gallery-plugin.php:374
102
  msgid "Find Gallery Category"
103
  msgstr "Найти категорию галерей"
104
 
105
+ #: gallery-plugin.php:375
106
  msgid "No Gallery Categories found"
107
  msgstr "Ни одной категории галерей не найдено"
108
 
109
+ #: gallery-plugin.php:376
110
  msgid "No Gallery Categories found in Trash"
111
  msgstr "Ни одной категории галерей в корзине не найдено"
112
 
113
+ #: gallery-plugin.php:377
114
  msgid "Parent Gallery Category"
115
  msgstr "Родительская категория галереи"
116
 
117
+ #: gallery-plugin.php:378
118
  msgid "Gallery Categories list navigation"
119
  msgstr "Навигация списка категории галерей"
120
 
121
+ #: gallery-plugin.php:379
122
  msgid "Gallery Categories list"
123
  msgstr "Список категорий галерей"
124
 
125
+ #: gallery-plugin.php:455
126
  msgid "Gallery Shortcode"
127
  msgstr "Шорткод галереи"
128
 
129
+ #: gallery-plugin.php:464
130
  msgid ""
131
  "Add a single gallery with images to your posts, pages, custom post types or "
132
  "widgets by using the following shortcode:"
133
  msgstr ""
134
+ "Добавляйте одну галерею с изображениями в ваши записи, страницы, "
135
  "пользовательские типы записей или виджеты с помощью следующего шорткода:"
136
 
137
+ #: gallery-plugin.php:468
138
  msgid ""
139
  "Add a gallery cover including featured image, description, and a link to "
140
  "your single gallery using the following shortcode:"
141
  msgstr ""
142
+ "Добавляйте альбом галереи, включая изображение альбома, описание и ссылку на "
143
  "полную галерею с помощью следующего шорткода:"
144
 
145
+ #: gallery-plugin.php:581
146
  msgid "Note"
147
  msgstr "Примечание"
148
 
149
+ #: gallery-plugin.php:581
150
  #, php-format
151
  msgid ""
152
  "When deleting a category, the galleries that belong to this category will "
153
+ "not be deleted. These galleries will be moved to the category %s."
154
  msgstr ""
155
  "Удаление категории не приводит к удалению галерей из этой категории. Вместо "
156
  "этого галереи из удалённой категории будут перемещены в категорию %s."
157
 
158
+ #: gallery-plugin.php:594 gallery-plugin.php:1601
159
  msgid "Shortcode"
160
  msgstr "Шорткод"
161
 
162
+ #: gallery-plugin.php:640
163
  msgid "All Gallery Categories"
164
  msgstr "Все категории галерей"
165
 
166
+ #: gallery-plugin.php:717
167
  msgid "You can't delete default gallery category."
168
+ msgstr "Вы не можете удалить стандартную категорию галереи."
169
 
170
+ #: gallery-plugin.php:1091 gallery-plugin.php:1198 gallery-plugin.php:2109
171
  msgid "Sorry, nothing found."
172
  msgstr "Извините, ничего не найдено."
173
 
174
+ #: gallery-plugin.php:1598
175
  msgid "Featured Image"
176
  msgstr "Изображение альбома"
177
 
178
+ #: gallery-plugin.php:1599 gallery-plugin.php:2629 gallery-plugin.php:2733
179
+ #: gallery-plugin.php:2844 includes/class-gllr-settings.php:679
180
  msgid "Title"
181
  msgstr "Название"
182
 
183
+ #: gallery-plugin.php:1600 includes/class-gllr-settings.php:41
184
  msgid "Images"
185
  msgstr "Изображения"
186
 
187
+ #: gallery-plugin.php:1603 includes/class-gllr-settings.php:684
188
  msgid "Author"
189
  msgstr "Автор"
190
 
191
+ #: gallery-plugin.php:1604 includes/class-gllr-settings.php:513
192
+ #: includes/class-gllr-settings.php:680
193
  msgid "Date"
194
  msgstr "Дата"
195
 
196
+ #: gallery-plugin.php:1690
197
+ #, php-format
198
+ msgid "%s Settings"
199
+ msgstr "Настройки %s"
200
+
201
+ #: gallery-plugin.php:1717 gallery-plugin.php:1735
202
  #: includes/class-gllr-settings.php:30 includes/class-gllr-settings.php:42
203
  msgid "Settings"
204
  msgstr "Настройки"
205
 
206
+ #: gallery-plugin.php:1718
207
  msgid "FAQ"
208
  msgstr "FAQ"
209
 
210
+ #: gallery-plugin.php:1719
211
  msgid "Support"
212
  msgstr "Поддержка"
213
 
214
+ #: gallery-plugin.php:1758
215
  msgid "Updating images..."
216
  msgstr "Обновление изображений..."
217
 
218
+ #: gallery-plugin.php:1759
219
  msgid "No images found."
220
  msgstr "Изображения не найдены."
221
 
222
+ #: gallery-plugin.php:1760
223
  msgid "All images were updated."
224
  msgstr "Все изображения обновлены."
225
 
226
+ #: gallery-plugin.php:1761
227
  msgid "Error."
228
  msgstr "Ошибка."
229
 
230
+ #: gallery-plugin.php:1773
231
  msgid ""
232
  "You are about to remove these items from this gallery.\n"
233
  " 'Cancel' to stop, 'OK' to delete."
235
  "Вы собираетесь удалить эти элементы из этой галереи.\n"
236
  " «Отмена» — оставить, «ОК» — удалить."
237
 
238
+ #: gallery-plugin.php:1774
239
  msgid ""
240
  "You are about to remove this image from the gallery.\n"
241
  " 'Cancel' to stop, 'OK' to delete."
243
  "Вы собираетесь удалить это изображение из этой галереи.\n"
244
  " «Отмена» — оставить, «ОК» — удалить."
245
 
246
+ #: gallery-plugin.php:1775
247
  msgid ""
248
  "Switching to another mode, all unsaved data will be lost. Save data before "
249
  "switching?"
251
  "При переключении на другой режим все несохраненные данные будут потеряны. "
252
  "Сохранить данные перед переключением?"
253
 
254
+ #: gallery-plugin.php:1776
255
  msgid "Insert Media"
256
  msgstr "Вставить медиафайл"
257
 
258
+ #: gallery-plugin.php:1777
259
  msgid "Insert"
260
  msgstr "Вставить"
261
 
262
+ #: gallery-plugin.php:2301 gallery-plugin.php:2327
263
  msgid "Image size not defined"
264
  msgstr "Невозможно определить размер изображения"
265
 
266
+ #: gallery-plugin.php:2316
267
  msgid ""
268
  "Plugin updates only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please "
269
  "reload images manually."
270
  msgstr ""
271
+ "Плагин может обновить только следующие типы файлов: PNG, JPEG, GIF, XBM или "
272
+ "WPMP. Для других, пожалуйста, вручную перезагрузите изображения."
 
 
 
 
273
 
274
+ #: gallery-plugin.php:2356 gallery-plugin.php:2359 gallery-plugin.php:2364
275
  msgid "Invalid path"
276
  msgstr "Путь к изображению некорректный"
277
 
278
+ #: gallery-plugin.php:2453
279
  msgid "List View"
280
  msgstr "В виде списка"
281
 
282
+ #: gallery-plugin.php:2454
283
  msgid "Grid View"
284
  msgstr "В виде сетки"
285
 
286
+ #: gallery-plugin.php:2509
287
  msgid "Filter"
288
  msgstr "Фильтр"
289
 
290
+ #: gallery-plugin.php:2513
291
  msgid "Empty Trash"
292
  msgstr "Очистить корзину"
293
 
294
+ #: gallery-plugin.php:2534
295
  msgid "No images found"
296
  msgstr "Ни одного изображения не найдено"
297
 
298
+ #: gallery-plugin.php:2586
299
  msgid "Select bulk action"
300
  msgstr "Выберите массовое действие"
301
 
302
+ #: gallery-plugin.php:2588
303
  msgid "Bulk Actions"
304
  msgstr "Действия"
305
 
306
+ #: gallery-plugin.php:2598
307
  msgid "Apply"
308
  msgstr "Применить"
309
 
310
+ #: gallery-plugin.php:2605
311
  msgid "Delete from Gallery"
312
  msgstr "Удалить из галереи"
313
 
314
+ #: gallery-plugin.php:2614
315
  msgid "Bulk Select"
316
  msgstr "Выбор"
317
 
318
+ #: gallery-plugin.php:2615
319
  msgid "Cancel Selection"
320
  msgstr "Отменить выбор"
321
 
322
+ #: gallery-plugin.php:2616
323
  msgid "Delete Selected"
324
  msgstr "Удалить выбранное"
325
 
326
+ #: gallery-plugin.php:2627
327
  msgid "File"
328
  msgstr "Файл"
329
 
330
+ #: gallery-plugin.php:2628 gallery-plugin.php:2728 gallery-plugin.php:2839
331
  msgid "Dimensions"
332
  msgstr "Размеры"
333
 
334
+ #: gallery-plugin.php:2630 gallery-plugin.php:2739 gallery-plugin.php:2849
335
  msgid "Alt Text"
336
  msgstr "Альтернативный текст"
337
 
338
+ #: gallery-plugin.php:2631 gallery-plugin.php:2743 gallery-plugin.php:2854
339
  msgid "URL"
340
  msgstr "Ссылка"
341
 
342
+ #: gallery-plugin.php:2631 gallery-plugin.php:2745
343
  msgid ""
344
  "Enter your custom URL to link this image to other page or file. Leave blank "
345
  "to open a full size image."
348
  "страницей или файлом. Оставьте пустым, чтобы открыть полноразмерное "
349
  "изображение."
350
 
351
+ #: gallery-plugin.php:2710
352
  msgid "Remove Image from Gallery"
353
  msgstr "Удалить изображение из галереи"
354
 
355
+ #: gallery-plugin.php:2713
356
  msgid "Edit Image Info"
357
  msgstr "Изменить информацию изображения"
358
 
359
+ #: gallery-plugin.php:2714
360
  msgid "Deselect"
361
  msgstr "Отменить выбор"
362
 
363
+ #: gallery-plugin.php:2726
364
  msgid "File name"
365
  msgstr "Название файла"
366
 
367
+ #: gallery-plugin.php:2727
368
  msgid "File type"
369
  msgstr "Тип файла"
370
 
371
+ #: gallery-plugin.php:2752
372
  msgid "Description"
373
  msgstr "Описание"
374
 
375
+ #: gallery-plugin.php:2758
376
  msgid "Lightbox Button URL"
377
  msgstr "Ссылка для кнопки в лайтбоксе"
378
 
379
+ #: gallery-plugin.php:2765
380
  msgid "New Tab"
381
  msgstr "Новая вкладка"
382
 
383
+ #: gallery-plugin.php:2767
384
  msgid "Enable to open URLs above in a new tab."
385
+ msgstr "Включите, чтобы открыть указанный выше URL в новой вкладке."
386
 
387
+ #: gallery-plugin.php:2772
388
  msgid "Go Pro"
389
+ msgstr "Обновить до Pro"
390
 
391
+ #: gallery-plugin.php:2778
392
  msgid "Edit more details"
393
  msgstr "Изменить детали"
394
 
395
+ #: gallery-plugin.php:2780
396
  msgid "Remove from Gallery"
397
  msgstr "Удалить из галереи"
398
 
399
+ #: gallery-plugin.php:2814
400
  #, php-format
401
  msgid "Select %s"
402
  msgstr "Выбрать %s"
403
 
404
+ #: gallery-plugin.php:2827
405
  #, php-format
406
  msgid "Edit &#8220;%s&#8221;"
407
  msgstr "Изменить &#8220;%s&#8221;"
408
 
409
+ #: gallery-plugin.php:2835
410
  msgid "Edit Attachment Info"
411
  msgstr "Изменить информацию изображения"
412
 
413
+ #: gallery-plugin.php:2872 gallery-plugin.php:2885
414
  msgid "Edit"
415
  msgstr "Изменить"
416
 
417
+ #: gallery-plugin.php:2875 gallery-plugin.php:2890
418
  msgid "Trash"
419
  msgstr "Удалить"
420
 
421
+ #: gallery-plugin.php:2878 gallery-plugin.php:2893
422
  msgid "Delete Permanently"
423
  msgstr "Удалить навсегда"
424
 
425
+ #: gallery-plugin.php:2880 gallery-plugin.php:2899
426
  #, php-format
427
  msgid "View &#8220;%s&#8221;"
428
  msgstr "Просмотр &#8220;%s&#8221;"
429
 
430
+ #: gallery-plugin.php:2880 gallery-plugin.php:2899 gallery-plugin.php:2982
431
  msgid "View"
432
  msgstr "Просмотр"
433
 
434
+ #: gallery-plugin.php:2882
435
  msgid "Attach"
436
  msgstr "Прикрепить"
437
 
438
+ #: gallery-plugin.php:2888
439
  msgid "Restore"
440
  msgstr "Восстановить"
441
 
442
+ #: gallery-plugin.php:2917
443
  msgid "A list or dropdown of Gallery categories."
444
  msgstr "Список или выпадающее меню категорий галерей."
445
 
446
+ #: gallery-plugin.php:2962
447
  msgid "Select Gallery Category"
448
  msgstr "Выберите категорию галерей"
449
 
450
+ #: gallery-plugin.php:3020
451
  msgid "Title:"
452
  msgstr "Заголовок:"
453
 
454
+ #: gallery-plugin.php:3023
455
  msgid "Display as dropdown"
456
  msgstr "В виде выпадающего меню"
457
 
458
+ #: gallery-plugin.php:3025
459
  msgid "Show gallery counts"
460
  msgstr "Показать количество галерей"
461
 
462
+ #: gallery-plugin.php:3027
463
  msgid "Show hierarchy"
464
  msgstr "Показать иерархию"
465
 
466
+ #: gallery-plugin.php:3143
467
  msgid "Warning"
468
  msgstr "Внимание"
469
 
470
+ #: gallery-plugin.php:3143
471
  msgid "You can add only images to the gallery"
472
  msgstr "Вы можете добавить только изображения в галерею"
473
 
474
+ #: gallery-plugin.php:3174
475
  msgid "or"
476
  msgstr "или"
477
 
478
+ #: gallery-plugin.php:3182
479
  msgid "no title"
480
  msgstr "без названия"
481
 
482
+ #: gallery-plugin.php:3193
483
  msgid ""
484
  "Display an album image with the description and the link to a single gallery "
485
  "page"
487
  "Отобразить изображение альбома с описанием и ссылкой на отдельную страницу "
488
  "галереи"
489
 
490
+ #: gallery-plugin.php:3197
491
  msgid "Sorry, no gallery found."
492
  msgstr "Извините, галерей не найдено."
493
 
519
  msgid "License Key"
520
  msgstr "Лицензионный ключ"
521
 
522
+ #: includes/class-gllr-settings.php:210
523
  msgid "Custom image size was changed. You need to update gallery images."
524
  msgstr ""
525
  "Пользовательский размер изображения был изменен. Вам необходимо обновить "
526
  "изображения галерей."
527
 
528
+ #: includes/class-gllr-settings.php:247
529
  msgid "Settings saved"
530
  msgstr "Настройки сохранены"
531
 
532
+ #: includes/class-gllr-settings.php:259
533
  msgid "Please, enable JavaScript in Your browser."
534
  msgstr "Пожалуйста, включите JavaScript в вашем браузере."
535
 
536
+ #: includes/class-gllr-settings.php:264
537
  msgid "Update Images"
538
  msgstr "Обновить изображения"
539
 
540
+ #: includes/class-gllr-settings.php:279
541
  msgid "Gallery Images"
542
  msgstr "Изображения галереи"
543
 
544
+ #: includes/class-gllr-settings.php:284
545
+ msgid "Images adding requires JavaScript."
546
  msgstr "Добавление изображений требует наличия JavaScript."
547
 
548
+ #: includes/class-gllr-settings.php:287
549
  msgid "Add Media"
550
  msgstr "Добавить медиафайл"
551
 
552
+ #: includes/class-gllr-settings.php:296
553
  msgid "The grid view for the Gallery images requires JavaScript."
554
  msgstr "Просмотр галереи в виде сетки требует наличия JavaScript."
555
 
556
+ #: includes/class-gllr-settings.php:296
557
  msgid "Switch to the list view"
558
  msgstr "Переключиться на список"
559
 
560
+ #: includes/class-gllr-settings.php:319
561
  msgid "Single Gallery Settings"
562
  msgstr "Настройки галереи"
563
 
564
+ #: includes/class-gllr-settings.php:321
565
  #, php-format
566
  msgid "Enable to configure single gallery settings and disable %s."
567
+ msgstr "Включите, чтобы настроить параметры этой галереи и отключить %s."
568
 
569
+ #: includes/class-gllr-settings.php:332 includes/class-gllr-settings.php:389
570
+ #: includes/class-gllr-settings.php:433 includes/class-gllr-settings.php:483
571
+ #: includes/class-gllr-settings.php:621 includes/class-gllr-settings.php:709
572
+ #: includes/class-gllr-settings.php:745 includes/class-gllr-settings.php:795
573
+ #: includes/class-gllr-settings.php:923
574
  msgid "Close"
575
  msgstr "Закрыть"
576
 
577
+ #: includes/class-gllr-settings.php:336
578
  msgid "Gallery Layout"
579
  msgstr "Макет галереи"
580
 
581
+ #: includes/class-gllr-settings.php:341
582
  msgid "Grid"
583
  msgstr "Сетка"
584
 
585
+ #: includes/class-gllr-settings.php:347
586
  msgid "Masonry"
587
  msgstr "Masonry"
588
 
589
+ #: includes/class-gllr-settings.php:360
590
  msgid "Number of Columns"
591
  msgstr "Количество колонок"
592
 
593
+ #: includes/class-gllr-settings.php:363
 
 
 
 
594
  #, php-format
595
  msgid "Number of gallery columns (default is %s)."
596
  msgstr "Количество колонок галерей (по умолчанию - %s)."
597
 
598
+ #: includes/class-gllr-settings.php:367 includes/class-gllr-settings.php:749
599
  msgid "Image Size"
600
  msgstr "Размер изображения"
601
 
602
+ #: includes/class-gllr-settings.php:373 includes/class-gllr-settings.php:606
603
  msgid "Custom"
604
  msgstr "Пользовательский"
605
 
606
+ #: includes/class-gllr-settings.php:375
607
  msgid ""
608
  "Maximum gallery image size. \"Custom\" uses the Image Dimensions values."
609
  msgstr ""
610
  "Максимальный размер изображений галереи. \"Пользовательский\" использует "
611
  "значения, указанные в поле Размеры изображения."
612
 
613
+ #: includes/class-gllr-settings.php:379
614
  msgid "Custom Image Size"
615
  msgstr "Пользовательский размер изображения"
616
 
617
+ #: includes/class-gllr-settings.php:381 includes/class-gllr-settings.php:469
618
+ #: includes/class-gllr-settings.php:614 includes/class-gllr-settings.php:664
619
  msgid "px"
620
+ msgstr "пикс"
621
 
622
+ #: includes/class-gllr-settings.php:382
623
  msgid ""
624
  "Adjust these values based on the number of columns in your gallery. This "
625
  "won't effect the full size of your images in the lightbox."
627
  "Отрегулируйте эти значения на основе числа колонок в вашей галерее. Это не "
628
  "влияет на размеры полного изображения в лайтбоксе."
629
 
630
+ #: includes/class-gllr-settings.php:393
631
  msgid "Crop Images"
632
  msgstr "Обрезка изображений"
633
 
634
+ #: includes/class-gllr-settings.php:395
635
  msgid ""
636
  "Enable to crop images using the sizes defined for Custom Image Size. Disable "
637
  "to resize images automatically using their aspect ratio."
640
  "пользовательского размера изображения. Отключите, чтобы изменить размер "
641
  "изображения автоматически, используя их пропорции."
642
 
643
+ #: includes/class-gllr-settings.php:399 includes/class-gllr-settings.php:631
644
  msgid "Crop Position"
645
  msgstr "Позиция обрезки"
646
 
647
+ #: includes/class-gllr-settings.php:414 includes/class-gllr-settings.php:646
648
  msgid "Select crop position base (by default: center)."
649
  msgstr "Выберите позицию обрезки (по умолчанию: центр)."
650
 
651
+ #: includes/class-gllr-settings.php:424
652
  msgid "Image Title"
653
  msgstr "Название изображения"
654
 
655
+ #: includes/class-gllr-settings.php:426
656
  msgid "Enable to display image title along with the gallery image."
657
  msgstr ""
658
  "Включите, чтобы отобразить название изображения вместе с изображением "
659
  "галереи."
660
 
661
+ #: includes/class-gllr-settings.php:437
662
  msgid "Image Title Position"
663
  msgstr "Расположение названия изображения"
664
 
665
+ #: includes/class-gllr-settings.php:442
666
  msgid "Under image"
667
  msgstr "Под изображением"
668
 
669
+ #: includes/class-gllr-settings.php:448
670
  msgid "On mouse hover"
671
  msgstr "По наведению мыши"
672
 
673
+ #: includes/class-gllr-settings.php:461
674
  msgid "Image Border"
675
  msgstr "Рамка изображения"
676
 
677
+ #: includes/class-gllr-settings.php:463
678
  msgid ""
679
  "Enable images border using the styles defined for Image Border Size and "
680
+ "Color options."
681
  msgstr ""
682
+ "Включить рамку изображения с использованием стилей, указанных для Цвета и "
683
  "Размера рамки."
684
 
685
+ #: includes/class-gllr-settings.php:467
686
  msgid "Image Border Size"
687
  msgstr "Размер рамки изображения"
688
 
689
+ #: includes/class-gllr-settings.php:470
690
  #, php-format
691
  msgid "Gallery image border width (default is %s)"
692
  msgstr "Ширина рамки для изображений галереи (по умолчанию %s)"
693
 
694
+ #: includes/class-gllr-settings.php:474
695
  msgid "Image Border Color"
696
+ msgstr "Цвет рамки изображений"
697
 
698
+ #: includes/class-gllr-settings.php:487
699
  msgid "Pagination"
700
  msgstr "Постраничная навигация"
701
 
702
+ #: includes/class-gllr-settings.php:490
703
  msgid ""
704
  "Enable pagination for images to limit number of images displayed on a single "
705
  "gallery page."
707
  "Включить постраничную навигацию для изображений, чтобы ограничить количество "
708
  "изображений, отображаемых на одной странице галереи."
709
 
710
+ #: includes/class-gllr-settings.php:494
711
  msgid "Number of Images"
712
  msgstr "Количество изображений"
713
 
714
+ #: includes/class-gllr-settings.php:497
715
  #, php-format
716
  msgid "Number of images displayed per page (default is %d)."
717
  msgstr ""
718
  "Количество изображений, отображаемых на одной странице (по умолчанию %d)."
719
 
720
+ #: includes/class-gllr-settings.php:507
721
  msgid "Sort Images by"
722
  msgstr "Cортировка изображений по"
723
 
724
+ #: includes/class-gllr-settings.php:510
725
  msgid "Manually (default)"
726
  msgstr "Вручную (по умолчанию)"
727
 
728
+ #: includes/class-gllr-settings.php:511
729
  msgid "Image ID"
730
  msgstr "ID изображения"
731
 
732
+ #: includes/class-gllr-settings.php:512
733
  msgid "Name"
734
  msgstr "Название"
735
 
736
+ #: includes/class-gllr-settings.php:514 includes/class-gllr-settings.php:685
737
  msgid "Random"
738
  msgstr "Произвольно"
739
 
740
+ #: includes/class-gllr-settings.php:516
741
  msgid ""
742
  "Select images sorting order in your gallery. By default, you can sort images "
743
  "manually in the images tab."
745
  "Выберите порядок сортировки изображений в вашей галерее. По умолчанию, это "
746
  "ручная сортировка изображения на вкладке изображений."
747
 
748
+ #: includes/class-gllr-settings.php:520
749
  msgid "Arrange Images by"
750
+ msgstr "Сортировка изображений"
751
 
752
+ #: includes/class-gllr-settings.php:523 includes/class-gllr-settings.php:694
753
  msgid "Ascending (e.g. 1, 2, 3; a, b, c)"
754
  msgstr "По возрастанию (например, 1, 2, 3; а, б, в)"
755
 
756
+ #: includes/class-gllr-settings.php:524 includes/class-gllr-settings.php:695
757
  msgid "Descending (e.g. 3, 2, 1; c, b, a)"
758
  msgstr "По убыванию (например, 3, 2, 1; в, б, а)"
759
 
760
+ #: includes/class-gllr-settings.php:529
761
  msgid "Back Link"
762
  msgstr "Обратная ссылка"
763
 
764
+ #: includes/class-gllr-settings.php:531
765
  msgid ""
766
  "Enable to show a back link in a single gallery page which navigate to a "
767
  "previous page."
769
  "Включите, чтобы показать обратную ссылку на странице галереи, которая "
770
  "перейдет к предыдущей странице."
771
 
772
+ #: includes/class-gllr-settings.php:535
773
  msgid "Back Link URL"
774
  msgstr "URL обратной ссылки"
775
 
776
+ #: includes/class-gllr-settings.php:538
777
  msgid "Back link custom page URL. Leave blank to use Gallery page template."
778
  msgstr ""
779
  "Пользовательский URL для обратной ссылки. Оставьте пустым, чтобы "
780
  "использовать страницу галерей."
781
 
782
+ #: includes/class-gllr-settings.php:542
783
  msgid "Back Link Label"
784
  msgstr "Текст обратной ссылки"
785
 
786
+ #: includes/class-gllr-settings.php:548
787
  msgid "Back Link with Shortcode"
788
+ msgstr "Обратная ссылка шорткода"
789
 
790
+ #: includes/class-gllr-settings.php:551
791
  msgid "Enable to display a back link on a page where shortcode is used."
792
  msgstr ""
793
  "Включите, чтобы отображать обратную ссылку на страницу при использовании "
794
  "шорткода."
795
 
796
+ #: includes/class-gllr-settings.php:562
797
  msgid "Cover Settings"
798
  msgstr "Настройки альбома"
799
 
800
+ #: includes/class-gllr-settings.php:567
801
  msgid "Galleries Page"
802
  msgstr "Страница галерей"
803
 
804
+ #: includes/class-gllr-settings.php:575
805
  msgid "Base page where all existing galleries will be displayed."
806
  msgstr ""
807
+ "Базовая страница, на которой будут отображаться все существующие галереи."
808
+
809
+ #: includes/class-gllr-settings.php:579
810
+ msgid "Albums Displaying"
811
+ msgstr "Отображение альбомов"
812
 
813
+ #: includes/class-gllr-settings.php:582
814
+ msgid "Column"
815
+ msgstr "В колонку"
816
+
817
+ #: includes/class-gllr-settings.php:583
818
+ msgid "Rows"
819
+ msgstr "В ряд"
820
+
821
+ #: includes/class-gllr-settings.php:585
822
+ msgid "Select the way galleries will be displayed on the Galleries Page."
823
+ msgstr "Выберите способ отображения галерей на Странице галерей."
824
+
825
+ #: includes/class-gllr-settings.php:589
826
+ msgid "Column Alignment"
827
+ msgstr "Ориентация колонки"
828
+
829
+ #: includes/class-gllr-settings.php:592
830
+ msgid "Left"
831
+ msgstr "Лево"
832
+
833
+ #: includes/class-gllr-settings.php:593
834
+ msgid "Right"
835
+ msgstr "Право"
836
+
837
+ #: includes/class-gllr-settings.php:594
838
+ msgid "Center"
839
+ msgstr "Центр"
840
+
841
+ #: includes/class-gllr-settings.php:596
842
+ msgid "Select the column alignment."
843
+ msgstr "Выберите ориентацию колонки."
844
+
845
+ #: includes/class-gllr-settings.php:600
846
  msgid "Cover Image Size"
847
  msgstr "Размер изображения альбома"
848
 
849
+ #: includes/class-gllr-settings.php:608
850
  msgid "Maximum cover image size. Custom uses the Image Dimensions values."
851
  msgstr ""
852
  "Максимальный размер изображения альбома. Пользовательский использует "
853
  "значения Размеров изображения."
854
 
855
+ #: includes/class-gllr-settings.php:612
856
  msgid "Custom Cover Image Size"
857
  msgstr "Пользовательский размер изображения альбома"
858
 
859
+ #: includes/class-gllr-settings.php:625
860
  msgid "Crop Cover Images"
861
  msgstr "Обрезка изображения альбома"
862
 
863
+ #: includes/class-gllr-settings.php:627
864
  msgid ""
865
  "Enable to crop images using the sizes defined for Custom Cover Image Size. "
866
  "Disable to resize images automatically using their aspect ratio."
869
  "пользовательского размера изображения альбома. Отключите, чтобы изменить "
870
  "размер изображения автоматически, используя их пропорции."
871
 
872
+ #: includes/class-gllr-settings.php:656
873
  msgid "Cover Image Border"
874
  msgstr "Рамка для изображения альбома"
875
 
876
+ #: includes/class-gllr-settings.php:658
877
  msgid ""
878
  "Enable cover images border using the styles defined for Image Border Size "
879
  "and Color."
880
  msgstr ""
881
+ "Включить рамку изображения альбома с использованием стилей, указанных для "
882
  "Цвета и Размера рамки."
883
 
884
+ #: includes/class-gllr-settings.php:662
885
  msgid "Cover Image Border Size"
886
  msgstr "Размер рамки изображения альбома"
887
 
888
+ #: includes/class-gllr-settings.php:665
889
  #, php-format
890
  msgid "Cover image border width (default is %s)"
891
  msgstr "Ширина рамки для изображения альбома (по умолчанию %s)"
892
 
893
+ #: includes/class-gllr-settings.php:669
894
  msgid "Cover Image Border Color"
895
  msgstr "Цвет рамки для изображения альбома"
896
 
897
+ #: includes/class-gllr-settings.php:675
898
  msgid "Sort Albums by"
899
  msgstr "Cортировка альбомов по"
900
 
901
+ #: includes/class-gllr-settings.php:678
902
  msgid "Gallery ID"
903
  msgstr "ID галереи"
904
 
905
+ #: includes/class-gllr-settings.php:681
906
  msgid "Last modified date"
907
  msgstr "Дата последнего изменения"
908
 
909
+ #: includes/class-gllr-settings.php:682
910
  msgid "Comment count"
911
  msgstr "Количество комментариев"
912
 
913
+ #: includes/class-gllr-settings.php:683
914
  msgid "Sorting order (the input field for sorting order)"
915
  msgstr "Порядок сортировки (поле ввода для сортировки)"
916
 
917
+ #: includes/class-gllr-settings.php:687
918
  msgid "Select galleries sorting order in your galleries page."
919
  msgstr "Выберите порядок сортировки галерей на странице галерей."
920
 
921
+ #: includes/class-gllr-settings.php:691
922
  msgid "Arrange Albums by"
923
  msgstr "Сортировка альбомов по"
924
 
925
+ #: includes/class-gllr-settings.php:700
926
  msgid "Read More Link Label"
927
  msgstr "Текст ссылки Узнать больше"
928
 
929
+ #: includes/class-gllr-settings.php:713
930
  msgid "Instant Lightbox"
931
  msgstr "Мгновенный лайтбокс"
932
 
933
+ #: includes/class-gllr-settings.php:716
934
  msgid ""
935
  "Enable to display all images in the lightbox after clicking cover image or "
936
  "URL instead of going to a single gallery page."
938
  "Включите, чтобы отображать все изображения в лайтбоксе после клика на "
939
  "изображение альбома или URL вместо перехода на отдельную страницу галереи."
940
 
941
+ #: includes/class-gllr-settings.php:730
942
  msgid "Lightbox Settings"
943
  msgstr "Настройки лайтбокса"
944
 
945
+ #: includes/class-gllr-settings.php:735
946
  msgid "Enable Lightbox"
947
  msgstr "Включить лайтбокс"
948
 
949
+ #: includes/class-gllr-settings.php:738
950
  msgid "Enable to show the lightbox when clicking on gallery images."
951
  msgstr "Включите, чтобы показать лайтбокс при нажатии на изображения галереи."
952
 
953
+ #: includes/class-gllr-settings.php:756
954
  msgid ""
955
  "Select the maximum gallery image size for the lightbox view. \"Default\" "
956
  "will display the original, full size image."
958
  "Выберите максимальный размер изображений галереи для просмотра в лайтбоксе. "
959
  "По умолчанию будет отображаться оригинал, полный размер."
960
 
961
+ #: includes/class-gllr-settings.php:760
962
  msgid "Overlay Color"
963
  msgstr "Цвет подложки"
964
 
965
+ #: includes/class-gllr-settings.php:766
966
  msgid "Overlay Opacity"
967
  msgstr "Прозрачность подложки"
968
 
969
+ #: includes/class-gllr-settings.php:769
970
  #, php-format
971
  msgid ""
972
+ "Lightbox overlay opacity. Leave blank to disable opacity (default is %s, max "
973
+ "is %s)."
974
  msgstr ""
975
  "Прозрачность подложки лайтбокса. Оставьте пустым, чтобы отключить "
976
+ "прозрачность (по умолчанию %s, максимум %s)."
977
 
978
+ #: includes/class-gllr-settings.php:779
979
  msgid "Slideshow"
980
  msgstr "Слайд-шоу"
981
 
982
+ #: includes/class-gllr-settings.php:781
983
  msgid "Enable to start the slideshow automatically when the lightbox is used."
984
  msgstr ""
985
  "Включение автоматического запуска слайд-шоу при использовании лайтбокса."
986
 
987
+ #: includes/class-gllr-settings.php:785
988
  msgid "Slideshow Duration"
989
  msgstr "Интервал времени"
990
 
991
+ #: includes/class-gllr-settings.php:787
992
  msgid "ms"
993
  msgstr "мс"
994
 
995
+ #: includes/class-gllr-settings.php:788
996
  msgid "Slideshow interval duration between two images."
997
  msgstr "Интервал переключения между двумя изображениями."
998
 
999
+ #: includes/class-gllr-settings.php:799
1000
  msgid "Lightbox Helpers"
1001
  msgstr "Вспомогательные элементы в лайтбоксе"
1002
 
1003
+ #: includes/class-gllr-settings.php:801
1004
  msgid "Enable to display the lightbox toolbar and arrows."
1005
  msgstr ""
1006
  "Включите, чтобы показать панель инструментов и кнопки навигации лайтбокса."
1007
 
1008
+ #: includes/class-gllr-settings.php:805
1009
  msgid "Lightbox Thumbnails"
1010
  msgstr "Миниатюры в лайтбоксе"
1011
 
1012
+ #: includes/class-gllr-settings.php:807
1013
+ msgid "Enable to use a lightbox helper navigation between images."
1014
  msgstr ""
1015
+ "Разрешить использовать вспомогательные элементы лайтбокса для навигации "
1016
+ "между изображениями."
1017
 
1018
+ #: includes/class-gllr-settings.php:811
1019
  msgid "Lightbox Thumbnails Position"
1020
  msgstr "Расположение миниатюр в лайтбоксе"
1021
 
1022
+ #: includes/class-gllr-settings.php:814
1023
  msgid "Top"
1024
  msgstr "Верх"
1025
 
1026
+ #: includes/class-gllr-settings.php:819
1027
  msgid "Lightbox Button Label"
1028
  msgstr "Текст кнопки в лайтбоксе"
1029
 
1030
+ #: includes/class-gllr-settings.php:821
1031
  msgid "Read More"
1032
  msgstr "Подробнее"
1033
 
1034
+ #: includes/class-gllr-settings.php:831
1035
  msgid "Download Button"
1036
  msgstr "Кнопка \"Скачать\""
1037
 
1038
+ #: includes/class-gllr-settings.php:833
1039
  msgid "Enable to display download button."
1040
  msgstr "Включите, чтобы показать ссылку для скачивания исходного изображения."
1041
 
1042
+ #: includes/class-gllr-settings.php:837
1043
  msgid "Single Lightbox"
1044
  msgstr "Один лайтбокс"
1045
 
1046
+ #: includes/class-gllr-settings.php:839
1047
  msgid ""
1048
  "Enable to use a single lightbox for multiple galleries located on a single "
1049
  "page."
1051
  "Включите, чтобы использовать один лайтбокс для нескольких галерей, "
1052
  "расположенных на одной странице."
1053
 
1054
+ #: includes/class-gllr-settings.php:849
1055
  msgid "Social Sharing Buttons Settings"
1056
  msgstr "Настройки социальных кнопок"
1057
 
1058
+ #: includes/class-gllr-settings.php:857
1059
+ msgid "Social Buttons"
1060
+ msgstr "Социальные кнопки"
1061
 
1062
+ #: includes/class-gllr-settings.php:859
1063
  msgid "Enable social sharing buttons in the lightbox."
1064
  msgstr "Включите социальные кнопки в лайтбоксе."
1065
 
1066
+ #: includes/class-gllr-settings.php:863
1067
  msgid "Social Networks"
1068
  msgstr "Социальные сети"
1069
 
1070
+ #: includes/class-gllr-settings.php:874
 
 
 
 
 
 
 
 
 
 
 
 
1071
  msgid "Counter"
1072
  msgstr "Счетчик"
1073
 
1074
+ #: includes/class-gllr-settings.php:877
1075
+ msgid ""
1076
+ "Enable to show likes counter for each social button (not available for "
1077
+ "Google +1)."
1078
+ msgstr ""
1079
+ "Включите, чтобы показать счетчики для социальных кнопок (недоступно для "
1080
+ "Google +1)."
1081
 
1082
+ #: includes/class-gllr-settings.php:892
1083
  msgid "Demo Data"
1084
  msgstr "Демо-данные"
1085
 
1086
+ #: includes/class-gllr-settings.php:894
1087
  msgid ""
1088
  "Install demo data to create galleries with images, post with shortcodes and "
1089
  "page with a list of all galleries."
1091
  "Установите демо-данные, чтобы создать галереи с изображениями, запись с "
1092
  "шорткодами и страницу со списком всех галерей."
1093
 
1094
+ #: includes/class-gllr-settings.php:913
1095
  msgid "Gallery Post Type"
1096
  msgstr "Тип записи галереи"
1097
 
1098
+ #: includes/class-gllr-settings.php:915
1099
  msgid ""
1100
  "Enable to avoid conflicts with other gallery plugins installed. All "
1101
  "galleries created earlier will stay unchanged. However, after enabling we "
1107
  "переименования проверьте, пожалуйста, настройки других плагинов, где "
1108
  "используется тип записи \"gallery\"."
1109
 
1110
+ #: includes/class-gllr-settings.php:927
1111
  msgid "Gallery Slug"
1112
+ msgstr "Слаг галереи"
1113
 
1114
+ #: includes/class-gllr-settings.php:931
1115
  msgid "Enter the unique gallery slug."
1116
+ msgstr "Введите уникальный слаг галереи."
1117
 
1118
+ #: includes/class-gllr-settings.php:947
1119
  msgid "Activate Now"
1120
  msgstr "Активировать сейчас"
1121
 
1122
+ #: includes/class-gllr-settings.php:962
1123
  msgid "Install Now"
1124
  msgstr "Установить сейчас"
1125
 
1126
+ #: includes/class-gllr-settings.php:965
1127
  msgid "Enable to include galleries to your website search."
1128
  msgstr "Включить галерею в поиск на вашем сайте."
1129
 
1130
+ #: includes/class-gllr-settings.php:965
1131
  #, php-format
1132
  msgid "%s is required."
1133
  msgstr "Требуется %s."
1209
  msgstr "Закрыть сообщение"
1210
 
1211
  #: includes/demo-data/class-bws-demo-data.php:591
1212
+ #, php-format
1213
  msgid ""
1214
+ "Do you want to install demo content and settings for %s (You can do this "
1215
+ "later using Import / Export settings)?"
1216
  msgstr ""
1217
+ "Вы хотите установить демо контент и настройки для %s (вы можете сделать это "
1218
+ "позже, используя настройки Импорта / Экспорта)?"
1219
 
1220
  #: includes/demo-data/class-bws-demo-data.php:591
1221
  msgid "Yes, install demo now"
1222
  msgstr "Да, установить демо-данные сейчас"
1223
 
1224
+ #~ msgid "Enable to show likes counter for each social button."
1225
+ #~ msgstr "Включите, чтобы показать счетчик для каждой социальной кнопки."
1226
+
1227
+ #~ msgid "Network Settings"
1228
+ #~ msgstr "Сетевые Настройки"
1229
+
1230
+ #~ msgid ""
1231
+ #~ "Lightbox overlay opacity. Leave blank to disable opacity (default is %d, "
1232
+ #~ "max is %d)."
1233
+ #~ msgstr ""
1234
+ #~ "Прозрачность подложки лайтбокса. Оставьте пустым, чтобы отключить "
1235
+ #~ "прозрачность (по умолчанию %d, максимум %d)."
1236
+
1237
+ #~ msgid "Enable to use a lightbox helper navigation between images.."
1238
+ #~ msgstr ""
1239
+ #~ "Разрешить использовать миниатюры в лайтбоксе для навигации между "
1240
+ #~ "изображениями."
1241
+
1242
+ #~ msgid "Social Buttons Position"
1243
+ #~ msgstr "Позиция социальных кнопок"
1244
+
1245
+ #~ msgid "Select social buttons position in the lightbox."
1246
+ #~ msgstr "Выберите позицию социальных кнопок в лайтбоксе."
1247
+
1248
+ #~ msgid "columns"
1249
+ #~ msgstr "колонок"
1250
+
1251
+ #~ msgid "Galleries Layout"
1252
+ #~ msgstr "Отображение галерей"
1253
+
1254
+ # Enable лишнее как и Включить
1255
+ #, fuzzy
1256
+ #~ msgid "Enable Social Buttons"
1257
+ #~ msgstr "Включить социальные кнопки"
1258
+
1259
+ # в англ в конце лишний пробел
1260
+ #, fuzzy
1261
+ #~ msgid "Column Alignment "
1262
+ #~ msgstr "Ориентация колонки"
1263
+
1264
+ # Включить рамку изображения
1265
+ # defined for Image Border Size and Color options.
1266
+ #~ msgid ""
1267
+ #~ "Enable images border using the styles defined for Image Border Size and "
1268
+ #~ "Color."
1269
+ #~ msgstr ""
1270
+ #~ "Включить рамку изображения с использованием стилей, указанных для Цвета и "
1271
+ #~ "Размера рамки."
1272
+
1273
+ # Images adding
1274
+ #, fuzzy
1275
+ #~ msgid "Adding images requires JavaScript."
1276
+ #~ msgstr "Добавление изображений требует наличия JavaScript."
1277
+
1278
+ # а changes тогда при чем ?
1279
+ #, fuzzy
1280
+ #~ msgid "Image size changes not defined"
1281
+ #~ msgstr "Невозможно определить размер изображения"
1282
+
1283
+ # Instead - убрать
1284
+ # в русском так и оставить
1285
+ #, fuzzy
1286
+ #~ msgid ""
1287
+ #~ "When deleting a category, the galleries that belong to this category will "
1288
+ #~ "not be deleted. Instead, these galleries will be moved to the category %s."
1289
+ #~ msgstr ""
1290
+ #~ "Удаление категории не приводит к удалению галерей из этой категории. "
1291
+ #~ "Вместо этого галереи из удалённой категории будут перемещены в категорию "
1292
+ #~ "%s."
1293
+
1294
+ #~ msgid ""
1295
+ #~ "Do you want to install demo content and settings (You can do this later "
1296
+ #~ "using Import / Export settings)?"
1297
+ #~ msgstr ""
1298
+ #~ "Вы хотите установить демо-контент и настройки (Вы можете сделать это "
1299
+ #~ "позже, используя настройки Импорт / Экспорт)?"
1300
+
1301
  #~ msgid ""
1302
  #~ "Enable to display link to the original file under each image in the "
1303
  #~ "lightbox."
1447
  #~ "пользовательского размера изображений лайтбокса. Отключите, чтобы "
1448
  #~ "изменить размер изображения автоматически, используя их пропорции."
1449
 
 
 
 
 
 
 
1450
  #~ msgid ""
1451
  #~ "If you would like to add a Gallery to your page or post, please use %s "
1452
  #~ "button"
languages/gallery-plugin-sk_SK.mo CHANGED
Binary file
languages/gallery-plugin-sk_SK.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: 2017-08-14 11:38+0300\n"
6
- "PO-Revision-Date: 2017-08-14 11:38+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Michal Králik <ja@michalkralik.sk>\n"
9
  "Language: sk_SK\n"
@@ -13,476 +13,476 @@ msgstr ""
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
- "X-Generator: Poedit 1.5.4\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
- #: gallery-plugin.php:37 gallery-plugin.php:1647
20
- #: includes/class-gllr-settings.php:308
21
  msgid "Gallery Settings"
22
  msgstr "Nastavenie galérie"
23
 
24
- #: gallery-plugin.php:37 includes/class-gllr-settings.php:319
25
  #, fuzzy
26
  msgid "Global Settings"
27
  msgstr "Nastavenie galérie"
28
 
29
- #: gallery-plugin.php:43 gallery-plugin.php:2728
30
  msgid "Upgrade to Pro"
31
  msgstr ""
32
 
33
- #: gallery-plugin.php:218
34
  msgid "Return to all albums"
35
  msgstr ""
36
 
37
- #: gallery-plugin.php:228
38
  msgid "See images &raquo;"
39
  msgstr "Vidieť fotky &raquo;"
40
 
41
- #: gallery-plugin.php:315 gallery-plugin.php:324
42
  msgid "Galleries"
43
  msgstr "Galérie"
44
 
45
- #: gallery-plugin.php:316 gallery-plugin.php:3144
46
  msgid "Gallery"
47
  msgstr "Galéria"
48
 
49
- #: gallery-plugin.php:317
50
  msgid "Add New Gallery"
51
  msgstr "Pridať novú galériu"
52
 
53
- #: gallery-plugin.php:318
54
  msgid "Edit Gallery"
55
  msgstr "Upraviť galériu"
56
 
57
- #: gallery-plugin.php:319
58
  msgid "New Gallery"
59
  msgstr "Nová galéria"
60
 
61
- #: gallery-plugin.php:320
62
  msgid "View Gallery"
63
  msgstr "Zobraziť galériu"
64
 
65
- #: gallery-plugin.php:321 includes/class-gllr-settings.php:927
66
  #, fuzzy
67
  msgid "Search Galleries"
68
  msgstr "Galérie"
69
 
70
- #: gallery-plugin.php:322
71
  msgid "No Gallery found"
72
  msgstr "Galéria nebola nájdená"
73
 
74
- #: gallery-plugin.php:344 gallery-plugin.php:1559 gallery-plugin.php:2874
75
- #: gallery-plugin.php:2882 gallery-plugin.php:2920 gallery-plugin.php:2943
76
- #: gallery-plugin.php:3128
77
  #, fuzzy
78
  msgid "Gallery Categories"
79
  msgstr "Veľkosť obrázka galérie"
80
 
81
- #: gallery-plugin.php:345 gallery-plugin.php:784
82
  #, fuzzy
83
  msgid "Gallery Category"
84
  msgstr "Veľkosť obrázka galérie"
85
 
86
- #: gallery-plugin.php:346
87
  msgid "Add Gallery Category"
88
  msgstr ""
89
 
90
- #: gallery-plugin.php:347
91
  #, fuzzy
92
  msgid "Add New Gallery Category"
93
  msgstr "Pridať novú galériu"
94
 
95
- #: gallery-plugin.php:348 gallery-plugin.php:349
96
  msgid "Edit Gallery Category"
97
  msgstr ""
98
 
99
- #: gallery-plugin.php:350
100
  msgid "New Gallery Category"
101
  msgstr ""
102
 
103
- #: gallery-plugin.php:351 gallery-plugin.php:352
104
  msgid "View Gallery Category"
105
  msgstr ""
106
 
107
- #: gallery-plugin.php:353
108
  msgid "Find Gallery Category"
109
  msgstr ""
110
 
111
- #: gallery-plugin.php:354
112
  msgid "No Gallery Categories found"
113
  msgstr ""
114
 
115
- #: gallery-plugin.php:355
116
  msgid "No Gallery Categories found in Trash"
117
  msgstr ""
118
 
119
- #: gallery-plugin.php:356
120
  msgid "Parent Gallery Category"
121
  msgstr ""
122
 
123
- #: gallery-plugin.php:357
124
  msgid "Gallery Categories list navigation"
125
  msgstr ""
126
 
127
- #: gallery-plugin.php:358
128
  msgid "Gallery Categories list"
129
  msgstr ""
130
 
131
- #: gallery-plugin.php:434
132
  msgid "Gallery Shortcode"
133
  msgstr "Krátky kód galérie"
134
 
135
- #: gallery-plugin.php:443
136
  msgid ""
137
  "Add a single gallery with images to your posts, pages, custom post types or "
138
  "widgets by using the following shortcode:"
139
  msgstr ""
140
 
141
- #: gallery-plugin.php:447
142
  msgid ""
143
  "Add a gallery cover including featured image, description, and a link to "
144
  "your single gallery using the following shortcode:"
145
  msgstr ""
146
 
147
- #: gallery-plugin.php:560
148
  msgid "Note"
149
  msgstr ""
150
 
151
- #: gallery-plugin.php:560
152
  #, php-format
153
  msgid ""
154
  "When deleting a category, the galleries that belong to this category will "
155
- "not be deleted. Instead, these galleries will be moved to the category %s."
156
  msgstr ""
157
 
158
- #: gallery-plugin.php:573 gallery-plugin.php:1558
159
  #, fuzzy
160
  msgid "Shortcode"
161
  msgstr "Krátky kód galérie"
162
 
163
- #: gallery-plugin.php:619
164
  msgid "All Gallery Categories"
165
  msgstr ""
166
 
167
- #: gallery-plugin.php:696
168
  msgid "You can't delete default gallery category."
169
  msgstr ""
170
 
171
- #: gallery-plugin.php:1048 gallery-plugin.php:1155 gallery-plugin.php:2065
172
  msgid "Sorry, nothing found."
173
  msgstr "Prepáčte, nič som nenašiel."
174
 
175
- #: gallery-plugin.php:1555
176
  msgid "Featured Image"
177
  msgstr ""
178
 
179
- #: gallery-plugin.php:1556 gallery-plugin.php:2585 gallery-plugin.php:2689
180
- #: gallery-plugin.php:2800 includes/class-gllr-settings.php:656
181
  msgid "Title"
182
  msgstr "Nadpis"
183
 
184
- #: gallery-plugin.php:1557 includes/class-gllr-settings.php:41
185
  #, fuzzy
186
  msgid "Images"
187
  msgstr "Obrázok"
188
 
189
- #: gallery-plugin.php:1560 includes/class-gllr-settings.php:661
190
  msgid "Author"
191
  msgstr "Autor"
192
 
193
- #: gallery-plugin.php:1561 includes/class-gllr-settings.php:511
194
- #: includes/class-gllr-settings.php:657
195
  msgid "Date"
196
  msgstr "Dátum"
197
 
198
- #: gallery-plugin.php:1674 gallery-plugin.php:1692
 
 
 
 
 
199
  #: includes/class-gllr-settings.php:30 includes/class-gllr-settings.php:42
200
  msgid "Settings"
201
  msgstr "Nastavenia"
202
 
203
- #: gallery-plugin.php:1675
204
  msgid "FAQ"
205
  msgstr "FAQ"
206
 
207
- #: gallery-plugin.php:1676
208
  msgid "Support"
209
  msgstr "Podpora"
210
 
211
- #: gallery-plugin.php:1715
212
  msgid "Updating images..."
213
  msgstr "Nahrávanie obrázkov..."
214
 
215
- #: gallery-plugin.php:1716
216
  #, fuzzy
217
  msgid "No images found."
218
  msgstr "Obrázok nebol nájdený"
219
 
220
- #: gallery-plugin.php:1717
221
  #, fuzzy
222
  msgid "All images were updated."
223
  msgstr "Všetky obrázky boli nahraté"
224
 
225
- #: gallery-plugin.php:1718
226
  msgid "Error."
227
  msgstr "Chyba"
228
 
229
- #: gallery-plugin.php:1730
230
  msgid ""
231
  "You are about to remove these items from this gallery.\n"
232
  " 'Cancel' to stop, 'OK' to delete."
233
  msgstr ""
234
 
235
- #: gallery-plugin.php:1731
236
  msgid ""
237
  "You are about to remove this image from the gallery.\n"
238
  " 'Cancel' to stop, 'OK' to delete."
239
  msgstr ""
240
 
241
- #: gallery-plugin.php:1732
242
  msgid ""
243
  "Switching to another mode, all unsaved data will be lost. Save data before "
244
  "switching?"
245
  msgstr ""
246
 
247
- #: gallery-plugin.php:1733
248
  msgid "Insert Media"
249
  msgstr ""
250
 
251
- #: gallery-plugin.php:1734
252
  msgid "Insert"
253
  msgstr ""
254
 
255
- #: gallery-plugin.php:2257
256
  msgid "Image size not defined"
257
  msgstr "Veľkosť obrázka nebola definovaná"
258
 
259
- #: gallery-plugin.php:2272
260
  #, fuzzy
261
  msgid ""
262
  "Plugin updates only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please "
263
  "reload images manually."
264
  msgstr "Môžete nahrať iba PNG, JPEG, GIF, WPMP alebo XBM súbory."
265
 
266
- #: gallery-plugin.php:2283
267
- msgid "Image size changes not defined"
268
- msgstr "Zmeny veľkosti obrázka neboli definované"
269
-
270
- #: gallery-plugin.php:2312 gallery-plugin.php:2315 gallery-plugin.php:2320
271
  msgid "Invalid path"
272
  msgstr "Neplatná cesta"
273
 
274
- #: gallery-plugin.php:2409
275
  msgid "List View"
276
  msgstr ""
277
 
278
- #: gallery-plugin.php:2410
279
  msgid "Grid View"
280
  msgstr ""
281
 
282
- #: gallery-plugin.php:2465
283
  msgid "Filter"
284
  msgstr ""
285
 
286
- #: gallery-plugin.php:2469
287
  msgid "Empty Trash"
288
  msgstr ""
289
 
290
- #: gallery-plugin.php:2490
291
  #, fuzzy
292
  msgid "No images found"
293
  msgstr "Obrázok nebol nájdený"
294
 
295
- #: gallery-plugin.php:2542
296
  msgid "Select bulk action"
297
  msgstr ""
298
 
299
- #: gallery-plugin.php:2544
300
  msgid "Bulk Actions"
301
  msgstr ""
302
 
303
- #: gallery-plugin.php:2554
304
  msgid "Apply"
305
  msgstr ""
306
 
307
- #: gallery-plugin.php:2561
308
  #, fuzzy
309
  msgid "Delete from Gallery"
310
  msgstr "Nová galéria"
311
 
312
- #: gallery-plugin.php:2570
313
  msgid "Bulk Select"
314
  msgstr ""
315
 
316
- #: gallery-plugin.php:2571
317
  msgid "Cancel Selection"
318
  msgstr ""
319
 
320
- #: gallery-plugin.php:2572
321
  msgid "Delete Selected"
322
  msgstr ""
323
 
324
- #: gallery-plugin.php:2583
325
  msgid "File"
326
  msgstr ""
327
 
328
- #: gallery-plugin.php:2584 gallery-plugin.php:2684 gallery-plugin.php:2795
329
  msgid "Dimensions"
330
  msgstr ""
331
 
332
- #: gallery-plugin.php:2586 gallery-plugin.php:2695 gallery-plugin.php:2805
333
  #, fuzzy
334
  msgid "Alt Text"
335
  msgstr "Popisný text"
336
 
337
- #: gallery-plugin.php:2587 gallery-plugin.php:2699 gallery-plugin.php:2810
338
  msgid "URL"
339
  msgstr "Adresa URL"
340
 
341
- #: gallery-plugin.php:2587 gallery-plugin.php:2701
342
  msgid ""
343
  "Enter your custom URL to link this image to other page or file. Leave blank "
344
  "to open a full size image."
345
  msgstr ""
346
 
347
- #: gallery-plugin.php:2666
348
  #, fuzzy
349
  msgid "Remove Image from Gallery"
350
  msgstr "Nová galéria"
351
 
352
- #: gallery-plugin.php:2669
353
  #, fuzzy
354
  msgid "Edit Image Info"
355
  msgstr "ID pripojenia"
356
 
357
- #: gallery-plugin.php:2670
358
  msgid "Deselect"
359
  msgstr ""
360
 
361
- #: gallery-plugin.php:2682
362
  msgid "File name"
363
  msgstr ""
364
 
365
- #: gallery-plugin.php:2683
366
  msgid "File type"
367
  msgstr ""
368
 
369
- #: gallery-plugin.php:2708
370
  msgid "Description"
371
  msgstr ""
372
 
373
- #: gallery-plugin.php:2714
374
  #, fuzzy
375
  msgid "Lightbox Button URL"
376
  msgstr "pozadie Lightboxu"
377
 
378
- #: gallery-plugin.php:2721
379
  msgid "New Tab"
380
  msgstr ""
381
 
382
- #: gallery-plugin.php:2723
383
  msgid "Enable to open URLs above in a new tab."
384
  msgstr ""
385
 
386
- #: gallery-plugin.php:2728
387
  msgid "Go Pro"
388
  msgstr ""
389
 
390
- #: gallery-plugin.php:2734
391
  msgid "Edit more details"
392
  msgstr ""
393
 
394
- #: gallery-plugin.php:2736
395
  #, fuzzy
396
  msgid "Remove from Gallery"
397
  msgstr "Nová galéria"
398
 
399
- #: gallery-plugin.php:2770
400
  #, php-format
401
  msgid "Select %s"
402
  msgstr ""
403
 
404
- #: gallery-plugin.php:2783
405
  #, php-format
406
  msgid "Edit &#8220;%s&#8221;"
407
  msgstr ""
408
 
409
- #: gallery-plugin.php:2791
410
  #, fuzzy
411
  msgid "Edit Attachment Info"
412
  msgstr "ID pripojenia"
413
 
414
- #: gallery-plugin.php:2828 gallery-plugin.php:2841
415
  msgid "Edit"
416
  msgstr ""
417
 
418
- #: gallery-plugin.php:2831 gallery-plugin.php:2846
419
  msgid "Trash"
420
  msgstr ""
421
 
422
- #: gallery-plugin.php:2834 gallery-plugin.php:2849
423
  msgid "Delete Permanently"
424
  msgstr ""
425
 
426
- #: gallery-plugin.php:2836 gallery-plugin.php:2855
427
  #, php-format
428
  msgid "View &#8220;%s&#8221;"
429
  msgstr ""
430
 
431
- #: gallery-plugin.php:2836 gallery-plugin.php:2855 gallery-plugin.php:2938
432
  msgid "View"
433
  msgstr ""
434
 
435
- #: gallery-plugin.php:2838
436
  #, fuzzy
437
  msgid "Attach"
438
  msgstr "ID pripojenia"
439
 
440
- #: gallery-plugin.php:2844
441
  msgid "Restore"
442
  msgstr ""
443
 
444
- #: gallery-plugin.php:2873
445
  msgid "A list or dropdown of Gallery categories."
446
  msgstr ""
447
 
448
- #: gallery-plugin.php:2918
449
  msgid "Select Gallery Category"
450
  msgstr ""
451
 
452
- #: gallery-plugin.php:2976
453
  msgid "Title:"
454
  msgstr ""
455
 
456
- #: gallery-plugin.php:2979
457
  msgid "Display as dropdown"
458
  msgstr ""
459
 
460
- #: gallery-plugin.php:2981
461
  msgid "Show gallery counts"
462
  msgstr ""
463
 
464
- #: gallery-plugin.php:2983
465
  msgid "Show hierarchy"
466
  msgstr ""
467
 
468
- #: gallery-plugin.php:3099
469
  msgid "Warning"
470
  msgstr ""
471
 
472
- #: gallery-plugin.php:3099
473
  msgid "You can add only images to the gallery"
474
  msgstr ""
475
 
476
- #: gallery-plugin.php:3130
477
  msgid "or"
478
  msgstr ""
479
 
480
- #: gallery-plugin.php:3138
481
  #, fuzzy
482
  msgid "no title"
483
  msgstr "Nadpis"
484
 
485
- #: gallery-plugin.php:3149
486
  #, fuzzy
487
  msgid ""
488
  "Display an album image with the description and the link to a single gallery "
@@ -491,7 +491,7 @@ msgstr ""
491
  "Ak chcete zobraziť krátky popis obsahujúci náhľad a odkaz na vlastnú stŕnaku "
492
  "galérie"
493
 
494
- #: gallery-plugin.php:3153
495
  #, fuzzy
496
  msgid "Sorry, no gallery found."
497
  msgstr "Prepáčte, nič som nenašiel."
@@ -525,568 +525,587 @@ msgstr ""
525
  msgid "License Key"
526
  msgstr ""
527
 
528
- #: includes/class-gllr-settings.php:208
529
  msgid "Custom image size was changed. You need to update gallery images."
530
  msgstr ""
531
 
532
- #: includes/class-gllr-settings.php:245
533
  #, fuzzy
534
  msgid "Settings saved"
535
  msgstr "Nastavenia boli uložené."
536
 
537
- #: includes/class-gllr-settings.php:257
538
  #, fuzzy
539
  msgid "Please, enable JavaScript in Your browser."
540
  msgstr "Povoľte prosím JavaScript na používanie nahrávania súborov."
541
 
542
- #: includes/class-gllr-settings.php:262
543
  #, fuzzy
544
  msgid "Update Images"
545
  msgstr "Nahrávanie obrázkov..."
546
 
547
- #: includes/class-gllr-settings.php:277
548
  #, fuzzy
549
  msgid "Gallery Images"
550
  msgstr "Veľkosť obrázka galérie"
551
 
552
- #: includes/class-gllr-settings.php:282
553
- msgid "Adding images requires JavaScript."
554
  msgstr ""
555
 
556
- #: includes/class-gllr-settings.php:285
557
  msgid "Add Media"
558
  msgstr ""
559
 
560
- #: includes/class-gllr-settings.php:294
561
  msgid "The grid view for the Gallery images requires JavaScript."
562
  msgstr ""
563
 
564
- #: includes/class-gllr-settings.php:294
565
  msgid "Switch to the list view"
566
  msgstr ""
567
 
568
- #: includes/class-gllr-settings.php:317
569
  #, fuzzy
570
  msgid "Single Gallery Settings"
571
  msgstr "Nastavenie galérie"
572
 
573
- #: includes/class-gllr-settings.php:319
574
  #, php-format
575
  msgid "Enable to configure single gallery settings and disable %s."
576
  msgstr ""
577
 
578
- #: includes/class-gllr-settings.php:330 includes/class-gllr-settings.php:387
579
- #: includes/class-gllr-settings.php:431 includes/class-gllr-settings.php:481
580
- #: includes/class-gllr-settings.php:598 includes/class-gllr-settings.php:686
581
- #: includes/class-gllr-settings.php:722 includes/class-gllr-settings.php:772
582
- #: includes/class-gllr-settings.php:909
583
  msgid "Close"
584
  msgstr ""
585
 
586
- #: includes/class-gllr-settings.php:334
587
  #, fuzzy
588
  msgid "Gallery Layout"
589
  msgstr "Galéria nebola nájdená"
590
 
591
- #: includes/class-gllr-settings.php:339
592
  msgid "Grid"
593
  msgstr ""
594
 
595
- #: includes/class-gllr-settings.php:345
596
  msgid "Masonry"
597
  msgstr ""
598
 
599
- #: includes/class-gllr-settings.php:358
600
- msgid "Number of Columns"
601
- msgstr ""
602
-
603
  #: includes/class-gllr-settings.php:360
604
- msgid "columns"
605
  msgstr ""
606
 
607
- #: includes/class-gllr-settings.php:361
608
  #, php-format
609
  msgid "Number of gallery columns (default is %s)."
610
  msgstr ""
611
 
612
- #: includes/class-gllr-settings.php:365 includes/class-gllr-settings.php:726
613
  #, fuzzy
614
  msgid "Image Size"
615
  msgstr "Veľkosť obrázku"
616
 
617
- #: includes/class-gllr-settings.php:371 includes/class-gllr-settings.php:583
618
  msgid "Custom"
619
  msgstr ""
620
 
621
- #: includes/class-gllr-settings.php:373
622
  msgid ""
623
  "Maximum gallery image size. \"Custom\" uses the Image Dimensions values."
624
  msgstr ""
625
 
626
- #: includes/class-gllr-settings.php:377
627
  #, fuzzy
628
  msgid "Custom Image Size"
629
  msgstr "Veľkosť obrázku"
630
 
631
- #: includes/class-gllr-settings.php:379 includes/class-gllr-settings.php:467
632
- #: includes/class-gllr-settings.php:591 includes/class-gllr-settings.php:641
633
  msgid "px"
634
  msgstr ""
635
 
636
- #: includes/class-gllr-settings.php:380
637
  msgid ""
638
  "Adjust these values based on the number of columns in your gallery. This "
639
  "won't effect the full size of your images in the lightbox."
640
  msgstr ""
641
 
642
- #: includes/class-gllr-settings.php:391
643
  #, fuzzy
644
  msgid "Crop Images"
645
  msgstr "Zoradenie obrázkov"
646
 
647
- #: includes/class-gllr-settings.php:393
648
  msgid ""
649
  "Enable to crop images using the sizes defined for Custom Image Size. Disable "
650
  "to resize images automatically using their aspect ratio."
651
  msgstr ""
652
 
653
- #: includes/class-gllr-settings.php:397 includes/class-gllr-settings.php:608
654
  #, fuzzy
655
  msgid "Crop Position"
656
  msgstr "Orezať"
657
 
658
- #: includes/class-gllr-settings.php:412 includes/class-gllr-settings.php:623
659
  msgid "Select crop position base (by default: center)."
660
  msgstr ""
661
 
662
- #: includes/class-gllr-settings.php:422
663
  #, fuzzy
664
  msgid "Image Title"
665
  msgstr "Veľkosť obrázku"
666
 
667
- #: includes/class-gllr-settings.php:424
668
  msgid "Enable to display image title along with the gallery image."
669
  msgstr ""
670
 
671
- #: includes/class-gllr-settings.php:435
672
  #, fuzzy
673
  msgid "Image Title Position"
674
  msgstr "Veľkosť obrázka nebola definovaná"
675
 
676
- #: includes/class-gllr-settings.php:440
677
  #, fuzzy
678
  msgid "Under image"
679
  msgstr "Nahrať obrázky"
680
 
681
- #: includes/class-gllr-settings.php:446
682
  msgid "On mouse hover"
683
  msgstr ""
684
 
685
- #: includes/class-gllr-settings.php:459
686
  #, fuzzy
687
  msgid "Image Border"
688
  msgstr "Obrázky s rámčekom"
689
 
690
- #: includes/class-gllr-settings.php:461
691
  msgid ""
692
  "Enable images border using the styles defined for Image Border Size and "
693
- "Color."
694
  msgstr ""
695
 
696
- #: includes/class-gllr-settings.php:465
697
  #, fuzzy
698
  msgid "Image Border Size"
699
  msgstr "Veľkosť obrázku"
700
 
701
- #: includes/class-gllr-settings.php:468
702
  #, php-format
703
  msgid "Gallery image border width (default is %s)"
704
  msgstr ""
705
 
706
- #: includes/class-gllr-settings.php:472
707
  #, fuzzy
708
  msgid "Image Border Color"
709
  msgstr "Vyberte farbu rámčeka"
710
 
711
- #: includes/class-gllr-settings.php:485
712
  msgid "Pagination"
713
  msgstr ""
714
 
715
- #: includes/class-gllr-settings.php:488
716
  msgid ""
717
  "Enable pagination for images to limit number of images displayed on a single "
718
  "gallery page."
719
  msgstr ""
720
 
721
- #: includes/class-gllr-settings.php:492
722
  #, fuzzy
723
  msgid "Number of Images"
724
  msgstr "Počet obrázkov v rade"
725
 
726
- #: includes/class-gllr-settings.php:495
727
  #, php-format
728
  msgid "Number of images displayed per page (default is %d)."
729
  msgstr ""
730
 
731
- #: includes/class-gllr-settings.php:505
732
  #, fuzzy
733
  msgid "Sort Images by"
734
  msgstr "Zoradiť podľa"
735
 
736
- #: includes/class-gllr-settings.php:508
737
  msgid "Manually (default)"
738
  msgstr ""
739
 
740
- #: includes/class-gllr-settings.php:509
741
  #, fuzzy
742
  msgid "Image ID"
743
  msgstr "Obrázok"
744
 
745
- #: includes/class-gllr-settings.php:510
746
  msgid "Name"
747
  msgstr ""
748
 
749
- #: includes/class-gllr-settings.php:512 includes/class-gllr-settings.php:662
750
  msgid "Random"
751
  msgstr "Náhodne"
752
 
753
- #: includes/class-gllr-settings.php:514
754
  msgid ""
755
  "Select images sorting order in your gallery. By default, you can sort images "
756
  "manually in the images tab."
757
  msgstr ""
758
 
759
- #: includes/class-gllr-settings.php:518
760
  #, fuzzy
761
  msgid "Arrange Images by"
762
  msgstr "Zoradiť podľa"
763
 
764
- #: includes/class-gllr-settings.php:521 includes/class-gllr-settings.php:671
765
  msgid "Ascending (e.g. 1, 2, 3; a, b, c)"
766
  msgstr ""
767
 
768
- #: includes/class-gllr-settings.php:522 includes/class-gllr-settings.php:672
769
  msgid "Descending (e.g. 3, 2, 1; c, b, a)"
770
  msgstr ""
771
 
772
- #: includes/class-gllr-settings.php:527
773
  #, fuzzy
774
  msgid "Back Link"
775
  msgstr "URL spätného odkazu"
776
 
777
- #: includes/class-gllr-settings.php:529
778
  msgid ""
779
  "Enable to show a back link in a single gallery page which navigate to a "
780
  "previous page."
781
  msgstr ""
782
 
783
- #: includes/class-gllr-settings.php:533
784
  #, fuzzy
785
  msgid "Back Link URL"
786
  msgstr "URL spätného odkazu"
787
 
788
- #: includes/class-gllr-settings.php:536
789
  msgid "Back link custom page URL. Leave blank to use Gallery page template."
790
  msgstr ""
791
 
792
- #: includes/class-gllr-settings.php:540
793
  #, fuzzy
794
  msgid "Back Link Label"
795
  msgstr "URL spätného odkazu"
796
 
797
- #: includes/class-gllr-settings.php:546
798
  #, fuzzy
799
  msgid "Back Link with Shortcode"
800
  msgstr "Zobraziť spatný odkaz v krátkom kóde"
801
 
802
- #: includes/class-gllr-settings.php:549
803
  #, fuzzy
804
  msgid "Enable to display a back link on a page where shortcode is used."
805
  msgstr "Zobraziť spatný odkaz v krátkom kóde"
806
 
807
- #: includes/class-gllr-settings.php:560
808
  #, fuzzy
809
  msgid "Cover Settings"
810
  msgstr "Nastavenie galérie"
811
 
812
- #: includes/class-gllr-settings.php:565
813
  #, fuzzy
814
  msgid "Galleries Page"
815
  msgstr "Galérie"
816
 
817
- #: includes/class-gllr-settings.php:573
818
  #, fuzzy
819
  msgid "Base page where all existing galleries will be displayed."
820
  msgstr ""
821
  "Ak aktualizujete na Pro verziu, všetky vaše nastavanie a galérie budú "
822
  "uložené."
823
 
824
- #: includes/class-gllr-settings.php:577
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
825
  #, fuzzy
826
  msgid "Cover Image Size"
827
  msgstr "Veľkosť obrázku"
828
 
829
- #: includes/class-gllr-settings.php:585
830
  msgid "Maximum cover image size. Custom uses the Image Dimensions values."
831
  msgstr ""
832
 
833
- #: includes/class-gllr-settings.php:589
834
  msgid "Custom Cover Image Size"
835
  msgstr ""
836
 
837
- #: includes/class-gllr-settings.php:602
838
  msgid "Crop Cover Images"
839
  msgstr ""
840
 
841
- #: includes/class-gllr-settings.php:604
842
  msgid ""
843
  "Enable to crop images using the sizes defined for Custom Cover Image Size. "
844
  "Disable to resize images automatically using their aspect ratio."
845
  msgstr ""
846
 
847
- #: includes/class-gllr-settings.php:633
848
  #, fuzzy
849
  msgid "Cover Image Border"
850
  msgstr "Obrázky s rámčekom"
851
 
852
- #: includes/class-gllr-settings.php:635
853
  msgid ""
854
  "Enable cover images border using the styles defined for Image Border Size "
855
  "and Color."
856
  msgstr ""
857
 
858
- #: includes/class-gllr-settings.php:639
859
  msgid "Cover Image Border Size"
860
  msgstr ""
861
 
862
- #: includes/class-gllr-settings.php:642
863
  #, php-format
864
  msgid "Cover image border width (default is %s)"
865
  msgstr ""
866
 
867
- #: includes/class-gllr-settings.php:646
868
  #, fuzzy
869
  msgid "Cover Image Border Color"
870
  msgstr "Vyberte farbu rámčeka"
871
 
872
- #: includes/class-gllr-settings.php:652
873
  #, fuzzy
874
  msgid "Sort Albums by"
875
  msgstr "Zoradiť podľa"
876
 
877
- #: includes/class-gllr-settings.php:655
878
  #, fuzzy
879
  msgid "Gallery ID"
880
  msgstr "Galéria"
881
 
882
- #: includes/class-gllr-settings.php:658
883
  msgid "Last modified date"
884
  msgstr ""
885
 
886
- #: includes/class-gllr-settings.php:659
887
  msgid "Comment count"
888
  msgstr ""
889
 
890
- #: includes/class-gllr-settings.php:660
891
  #, fuzzy
892
  msgid "Sorting order (the input field for sorting order)"
893
  msgstr ""
894
  "Riadenie zobrazenia (do input poľa pre riadenie zobrazenia Vložte / Nahrajte "
895
  "dialóg galérie medíí)"
896
 
897
- #: includes/class-gllr-settings.php:664
898
  msgid "Select galleries sorting order in your galleries page."
899
  msgstr ""
900
 
901
- #: includes/class-gllr-settings.php:668
902
  msgid "Arrange Albums by"
903
  msgstr ""
904
 
905
- #: includes/class-gllr-settings.php:677
906
  #, fuzzy
907
  msgid "Read More Link Label"
908
  msgstr "Text odkazu pre čítaj dalej"
909
 
910
- #: includes/class-gllr-settings.php:690
911
  msgid "Instant Lightbox"
912
  msgstr ""
913
 
914
- #: includes/class-gllr-settings.php:693
915
  msgid ""
916
  "Enable to display all images in the lightbox after clicking cover image or "
917
  "URL instead of going to a single gallery page."
918
  msgstr ""
919
 
920
- #: includes/class-gllr-settings.php:707
921
  #, fuzzy
922
  msgid "Lightbox Settings"
923
  msgstr "pozadie Lightboxu"
924
 
925
- #: includes/class-gllr-settings.php:712
926
  msgid "Enable Lightbox"
927
  msgstr ""
928
 
929
- #: includes/class-gllr-settings.php:715
930
  msgid "Enable to show the lightbox when clicking on gallery images."
931
  msgstr ""
932
 
933
- #: includes/class-gllr-settings.php:733
934
  msgid ""
935
  "Select the maximum gallery image size for the lightbox view. \"Default\" "
936
  "will display the original, full size image."
937
  msgstr ""
938
 
939
- #: includes/class-gllr-settings.php:737
940
  msgid "Overlay Color"
941
  msgstr ""
942
 
943
- #: includes/class-gllr-settings.php:743
944
  msgid "Overlay Opacity"
945
  msgstr ""
946
 
947
- #: includes/class-gllr-settings.php:746
948
  #, php-format
949
  msgid ""
950
- "Lightbox overlay opacity. Leave blank to disable opacity (default is %d, max "
951
- "is %d)."
952
  msgstr ""
953
 
954
- #: includes/class-gllr-settings.php:756
955
  #, fuzzy
956
  msgid "Slideshow"
957
  msgstr "Spustiť Slideshow"
958
 
959
- #: includes/class-gllr-settings.php:758
960
  msgid "Enable to start the slideshow automatically when the lightbox is used."
961
  msgstr ""
962
 
963
- #: includes/class-gllr-settings.php:762
964
  #, fuzzy
965
  msgid "Slideshow Duration"
966
  msgstr "Trvanie slideshow"
967
 
968
- #: includes/class-gllr-settings.php:764
969
  msgid "ms"
970
  msgstr ""
971
 
972
- #: includes/class-gllr-settings.php:765
973
  msgid "Slideshow interval duration between two images."
974
  msgstr ""
975
 
976
- #: includes/class-gllr-settings.php:776
977
  #, fuzzy
978
  msgid "Lightbox Helpers"
979
  msgstr "pozadie Lightboxu"
980
 
981
- #: includes/class-gllr-settings.php:778
982
- msgid "Enable to display the lightbox helper buttons."
983
  msgstr ""
984
 
985
- #: includes/class-gllr-settings.php:782
986
  #, fuzzy
987
  msgid "Lightbox Thumbnails"
988
  msgstr "Veľkosť obrázku pre obal albumu"
989
 
990
- #: includes/class-gllr-settings.php:784
991
- #, fuzzy
992
- msgid "Enable to use a lightbox helper navigation between images.."
993
- msgstr "Použiť jeden lightbox pre viac galérií na jednej strane"
994
 
995
- #: includes/class-gllr-settings.php:788
996
  msgid "Lightbox Thumbnails Position"
997
  msgstr ""
998
 
999
- #: includes/class-gllr-settings.php:791
1000
  #, fuzzy
1001
  msgid "Top"
1002
  msgstr "hore"
1003
 
1004
- #: includes/class-gllr-settings.php:796
1005
  #, fuzzy
1006
  msgid "Lightbox Button Label"
1007
  msgstr "pozadie Lightboxu"
1008
 
1009
- #: includes/class-gllr-settings.php:798
1010
  #, fuzzy
1011
  msgid "Read More"
1012
  msgstr "Viac"
1013
 
1014
- #: includes/class-gllr-settings.php:808
1015
  #, fuzzy
1016
  msgid "Download Button"
1017
  msgstr "Sťiahnuť vlastné hľadanie"
1018
 
1019
- #: includes/class-gllr-settings.php:810
1020
- #, fuzzy
1021
- msgid ""
1022
- "Enable to display link to the original file under each image in the lightbox."
1023
- msgstr "Zobraziť plný rozmer obrázku v Lightbox"
1024
 
1025
- #: includes/class-gllr-settings.php:814
1026
  msgid "Single Lightbox"
1027
  msgstr ""
1028
 
1029
- #: includes/class-gllr-settings.php:816
1030
  #, fuzzy
1031
  msgid ""
1032
  "Enable to use a single lightbox for multiple galleries located on a single "
1033
  "page."
1034
  msgstr "Použiť jeden lightbox pre viac galérií na jednej strane"
1035
 
1036
- #: includes/class-gllr-settings.php:826
1037
  msgid "Social Sharing Buttons Settings"
1038
  msgstr ""
1039
 
1040
- #: includes/class-gllr-settings.php:834
1041
- msgid "Enable Social Buttons"
1042
  msgstr ""
1043
 
1044
- #: includes/class-gllr-settings.php:836
1045
  msgid "Enable social sharing buttons in the lightbox."
1046
  msgstr ""
1047
 
1048
- #: includes/class-gllr-settings.php:840
1049
  msgid "Social Networks"
1050
  msgstr ""
1051
 
1052
- #: includes/class-gllr-settings.php:851
1053
- msgid "Social Buttons Position"
1054
- msgstr ""
1055
-
1056
- #: includes/class-gllr-settings.php:854
1057
- msgid "Left"
1058
- msgstr ""
1059
-
1060
- #: includes/class-gllr-settings.php:856
1061
- msgid "Select social buttons position in the lightbox."
1062
- msgstr ""
1063
-
1064
- #: includes/class-gllr-settings.php:860
1065
  #, fuzzy
1066
  msgid "Counter"
1067
  msgstr "Trvanie slideshow"
1068
 
1069
- #: includes/class-gllr-settings.php:863
1070
- msgid "Enable to show likes counter for each social button."
 
 
1071
  msgstr ""
1072
 
1073
- #: includes/class-gllr-settings.php:878
1074
  #, fuzzy
1075
  msgid "Demo Data"
1076
  msgstr "Inštalovať %s"
1077
 
1078
- #: includes/class-gllr-settings.php:880
1079
  msgid ""
1080
  "Install demo data to create galleries with images, post with shortcodes and "
1081
  "page with a list of all galleries."
1082
  msgstr ""
1083
 
1084
- #: includes/class-gllr-settings.php:899
1085
  #, fuzzy
1086
  msgid "Gallery Post Type"
1087
  msgstr "Krátky kód galérie"
1088
 
1089
- #: includes/class-gllr-settings.php:901
1090
  msgid ""
1091
  "Enable to avoid conflicts with other gallery plugins installed. All "
1092
  "galleries created earlier will stay unchanged. However, after enabling we "
@@ -1094,30 +1113,30 @@ msgid ""
1094
  "used."
1095
  msgstr ""
1096
 
1097
- #: includes/class-gllr-settings.php:913
1098
  #, fuzzy
1099
  msgid "Gallery Slug"
1100
  msgstr "Galéria"
1101
 
1102
- #: includes/class-gllr-settings.php:917
1103
  msgid "Enter the unique gallery slug."
1104
  msgstr ""
1105
 
1106
- #: includes/class-gllr-settings.php:933
1107
  #, fuzzy
1108
  msgid "Activate Now"
1109
  msgstr "Plugin aktivovaný"
1110
 
1111
- #: includes/class-gllr-settings.php:948
1112
  #, fuzzy
1113
  msgid "Install Now"
1114
  msgstr "Inštalovať %s"
1115
 
1116
- #: includes/class-gllr-settings.php:951
1117
  msgid "Enable to include galleries to your website search."
1118
  msgstr ""
1119
 
1120
- #: includes/class-gllr-settings.php:951
1121
  #, php-format
1122
  msgid "%s is required."
1123
  msgstr ""
@@ -1201,9 +1220,10 @@ msgid "Close notice"
1201
  msgstr ""
1202
 
1203
  #: includes/demo-data/class-bws-demo-data.php:591
 
1204
  msgid ""
1205
- "Do you want to install demo content and settings (You can do this later "
1206
- "using Import / Export settings)?"
1207
  msgstr ""
1208
 
1209
  #: includes/demo-data/class-bws-demo-data.php:591
@@ -1211,6 +1231,19 @@ msgstr ""
1211
  msgid "Yes, install demo now"
1212
  msgstr "Inštalovať %s"
1213
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1214
  #~ msgid "Download high resolution image"
1215
  #~ msgstr "Stiahnuť obrázok vo vysokom rozlíšení"
1216
 
2
  msgstr ""
3
  "Project-Id-Version: Gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-12-05 16:20+0200\n"
6
+ "PO-Revision-Date: 2017-12-05 16:20+0200\n"
7
  "Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Michal Králik <ja@michalkralik.sk>\n"
9
  "Language: sk_SK\n"
13
  "X-Poedit-KeywordsList: __;_e\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Generator: Poedit 1.8.7.1\n"
17
  "X-Poedit-SearchPath-0: .\n"
18
 
19
+ #: gallery-plugin.php:37 includes/class-gllr-settings.php:310
 
20
  msgid "Gallery Settings"
21
  msgstr "Nastavenie galérie"
22
 
23
+ #: gallery-plugin.php:37 includes/class-gllr-settings.php:321
24
  #, fuzzy
25
  msgid "Global Settings"
26
  msgstr "Nastavenie galérie"
27
 
28
+ #: gallery-plugin.php:43 gallery-plugin.php:2772
29
  msgid "Upgrade to Pro"
30
  msgstr ""
31
 
32
+ #: gallery-plugin.php:237
33
  msgid "Return to all albums"
34
  msgstr ""
35
 
36
+ #: gallery-plugin.php:249
37
  msgid "See images &raquo;"
38
  msgstr "Vidieť fotky &raquo;"
39
 
40
+ #: gallery-plugin.php:336 gallery-plugin.php:345
41
  msgid "Galleries"
42
  msgstr "Galérie"
43
 
44
+ #: gallery-plugin.php:337 gallery-plugin.php:3188
45
  msgid "Gallery"
46
  msgstr "Galéria"
47
 
48
+ #: gallery-plugin.php:338
49
  msgid "Add New Gallery"
50
  msgstr "Pridať novú galériu"
51
 
52
+ #: gallery-plugin.php:339
53
  msgid "Edit Gallery"
54
  msgstr "Upraviť galériu"
55
 
56
+ #: gallery-plugin.php:340
57
  msgid "New Gallery"
58
  msgstr "Nová galéria"
59
 
60
+ #: gallery-plugin.php:341
61
  msgid "View Gallery"
62
  msgstr "Zobraziť galériu"
63
 
64
+ #: gallery-plugin.php:342 includes/class-gllr-settings.php:941
65
  #, fuzzy
66
  msgid "Search Galleries"
67
  msgstr "Galérie"
68
 
69
+ #: gallery-plugin.php:343
70
  msgid "No Gallery found"
71
  msgstr "Galéria nebola nájdená"
72
 
73
+ #: gallery-plugin.php:365 gallery-plugin.php:1602 gallery-plugin.php:2918
74
+ #: gallery-plugin.php:2926 gallery-plugin.php:2964 gallery-plugin.php:2987
75
+ #: gallery-plugin.php:3172
76
  #, fuzzy
77
  msgid "Gallery Categories"
78
  msgstr "Veľkosť obrázka galérie"
79
 
80
+ #: gallery-plugin.php:366 gallery-plugin.php:805
81
  #, fuzzy
82
  msgid "Gallery Category"
83
  msgstr "Veľkosť obrázka galérie"
84
 
85
+ #: gallery-plugin.php:367
86
  msgid "Add Gallery Category"
87
  msgstr ""
88
 
89
+ #: gallery-plugin.php:368
90
  #, fuzzy
91
  msgid "Add New Gallery Category"
92
  msgstr "Pridať novú galériu"
93
 
94
+ #: gallery-plugin.php:369 gallery-plugin.php:370
95
  msgid "Edit Gallery Category"
96
  msgstr ""
97
 
98
+ #: gallery-plugin.php:371
99
  msgid "New Gallery Category"
100
  msgstr ""
101
 
102
+ #: gallery-plugin.php:372 gallery-plugin.php:373
103
  msgid "View Gallery Category"
104
  msgstr ""
105
 
106
+ #: gallery-plugin.php:374
107
  msgid "Find Gallery Category"
108
  msgstr ""
109
 
110
+ #: gallery-plugin.php:375
111
  msgid "No Gallery Categories found"
112
  msgstr ""
113
 
114
+ #: gallery-plugin.php:376
115
  msgid "No Gallery Categories found in Trash"
116
  msgstr ""
117
 
118
+ #: gallery-plugin.php:377
119
  msgid "Parent Gallery Category"
120
  msgstr ""
121
 
122
+ #: gallery-plugin.php:378
123
  msgid "Gallery Categories list navigation"
124
  msgstr ""
125
 
126
+ #: gallery-plugin.php:379
127
  msgid "Gallery Categories list"
128
  msgstr ""
129
 
130
+ #: gallery-plugin.php:455
131
  msgid "Gallery Shortcode"
132
  msgstr "Krátky kód galérie"
133
 
134
+ #: gallery-plugin.php:464
135
  msgid ""
136
  "Add a single gallery with images to your posts, pages, custom post types or "
137
  "widgets by using the following shortcode:"
138
  msgstr ""
139
 
140
+ #: gallery-plugin.php:468
141
  msgid ""
142
  "Add a gallery cover including featured image, description, and a link to "
143
  "your single gallery using the following shortcode:"
144
  msgstr ""
145
 
146
+ #: gallery-plugin.php:581
147
  msgid "Note"
148
  msgstr ""
149
 
150
+ #: gallery-plugin.php:581
151
  #, php-format
152
  msgid ""
153
  "When deleting a category, the galleries that belong to this category will "
154
+ "not be deleted. These galleries will be moved to the category %s."
155
  msgstr ""
156
 
157
+ #: gallery-plugin.php:594 gallery-plugin.php:1601
158
  #, fuzzy
159
  msgid "Shortcode"
160
  msgstr "Krátky kód galérie"
161
 
162
+ #: gallery-plugin.php:640
163
  msgid "All Gallery Categories"
164
  msgstr ""
165
 
166
+ #: gallery-plugin.php:717
167
  msgid "You can't delete default gallery category."
168
  msgstr ""
169
 
170
+ #: gallery-plugin.php:1091 gallery-plugin.php:1198 gallery-plugin.php:2109
171
  msgid "Sorry, nothing found."
172
  msgstr "Prepáčte, nič som nenašiel."
173
 
174
+ #: gallery-plugin.php:1598
175
  msgid "Featured Image"
176
  msgstr ""
177
 
178
+ #: gallery-plugin.php:1599 gallery-plugin.php:2629 gallery-plugin.php:2733
179
+ #: gallery-plugin.php:2844 includes/class-gllr-settings.php:679
180
  msgid "Title"
181
  msgstr "Nadpis"
182
 
183
+ #: gallery-plugin.php:1600 includes/class-gllr-settings.php:41
184
  #, fuzzy
185
  msgid "Images"
186
  msgstr "Obrázok"
187
 
188
+ #: gallery-plugin.php:1603 includes/class-gllr-settings.php:684
189
  msgid "Author"
190
  msgstr "Autor"
191
 
192
+ #: gallery-plugin.php:1604 includes/class-gllr-settings.php:513
193
+ #: includes/class-gllr-settings.php:680
194
  msgid "Date"
195
  msgstr "Dátum"
196
 
197
+ #: gallery-plugin.php:1690
198
+ #, php-format
199
+ msgid "%s Settings"
200
+ msgstr ""
201
+
202
+ #: gallery-plugin.php:1717 gallery-plugin.php:1735
203
  #: includes/class-gllr-settings.php:30 includes/class-gllr-settings.php:42
204
  msgid "Settings"
205
  msgstr "Nastavenia"
206
 
207
+ #: gallery-plugin.php:1718
208
  msgid "FAQ"
209
  msgstr "FAQ"
210
 
211
+ #: gallery-plugin.php:1719
212
  msgid "Support"
213
  msgstr "Podpora"
214
 
215
+ #: gallery-plugin.php:1758
216
  msgid "Updating images..."
217
  msgstr "Nahrávanie obrázkov..."
218
 
219
+ #: gallery-plugin.php:1759
220
  #, fuzzy
221
  msgid "No images found."
222
  msgstr "Obrázok nebol nájdený"
223
 
224
+ #: gallery-plugin.php:1760
225
  #, fuzzy
226
  msgid "All images were updated."
227
  msgstr "Všetky obrázky boli nahraté"
228
 
229
+ #: gallery-plugin.php:1761
230
  msgid "Error."
231
  msgstr "Chyba"
232
 
233
+ #: gallery-plugin.php:1773
234
  msgid ""
235
  "You are about to remove these items from this gallery.\n"
236
  " 'Cancel' to stop, 'OK' to delete."
237
  msgstr ""
238
 
239
+ #: gallery-plugin.php:1774
240
  msgid ""
241
  "You are about to remove this image from the gallery.\n"
242
  " 'Cancel' to stop, 'OK' to delete."
243
  msgstr ""
244
 
245
+ #: gallery-plugin.php:1775
246
  msgid ""
247
  "Switching to another mode, all unsaved data will be lost. Save data before "
248
  "switching?"
249
  msgstr ""
250
 
251
+ #: gallery-plugin.php:1776
252
  msgid "Insert Media"
253
  msgstr ""
254
 
255
+ #: gallery-plugin.php:1777
256
  msgid "Insert"
257
  msgstr ""
258
 
259
+ #: gallery-plugin.php:2301 gallery-plugin.php:2327
260
  msgid "Image size not defined"
261
  msgstr "Veľkosť obrázka nebola definovaná"
262
 
263
+ #: gallery-plugin.php:2316
264
  #, fuzzy
265
  msgid ""
266
  "Plugin updates only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please "
267
  "reload images manually."
268
  msgstr "Môžete nahrať iba PNG, JPEG, GIF, WPMP alebo XBM súbory."
269
 
270
+ #: gallery-plugin.php:2356 gallery-plugin.php:2359 gallery-plugin.php:2364
 
 
 
 
271
  msgid "Invalid path"
272
  msgstr "Neplatná cesta"
273
 
274
+ #: gallery-plugin.php:2453
275
  msgid "List View"
276
  msgstr ""
277
 
278
+ #: gallery-plugin.php:2454
279
  msgid "Grid View"
280
  msgstr ""
281
 
282
+ #: gallery-plugin.php:2509
283
  msgid "Filter"
284
  msgstr ""
285
 
286
+ #: gallery-plugin.php:2513
287
  msgid "Empty Trash"
288
  msgstr ""
289
 
290
+ #: gallery-plugin.php:2534
291
  #, fuzzy
292
  msgid "No images found"
293
  msgstr "Obrázok nebol nájdený"
294
 
295
+ #: gallery-plugin.php:2586
296
  msgid "Select bulk action"
297
  msgstr ""
298
 
299
+ #: gallery-plugin.php:2588
300
  msgid "Bulk Actions"
301
  msgstr ""
302
 
303
+ #: gallery-plugin.php:2598
304
  msgid "Apply"
305
  msgstr ""
306
 
307
+ #: gallery-plugin.php:2605
308
  #, fuzzy
309
  msgid "Delete from Gallery"
310
  msgstr "Nová galéria"
311
 
312
+ #: gallery-plugin.php:2614
313
  msgid "Bulk Select"
314
  msgstr ""
315
 
316
+ #: gallery-plugin.php:2615
317
  msgid "Cancel Selection"
318
  msgstr ""
319
 
320
+ #: gallery-plugin.php:2616
321
  msgid "Delete Selected"
322
  msgstr ""
323
 
324
+ #: gallery-plugin.php:2627
325
  msgid "File"
326
  msgstr ""
327
 
328
+ #: gallery-plugin.php:2628 gallery-plugin.php:2728 gallery-plugin.php:2839
329
  msgid "Dimensions"
330
  msgstr ""
331
 
332
+ #: gallery-plugin.php:2630 gallery-plugin.php:2739 gallery-plugin.php:2849
333
  #, fuzzy
334
  msgid "Alt Text"
335
  msgstr "Popisný text"
336
 
337
+ #: gallery-plugin.php:2631 gallery-plugin.php:2743 gallery-plugin.php:2854
338
  msgid "URL"
339
  msgstr "Adresa URL"
340
 
341
+ #: gallery-plugin.php:2631 gallery-plugin.php:2745
342
  msgid ""
343
  "Enter your custom URL to link this image to other page or file. Leave blank "
344
  "to open a full size image."
345
  msgstr ""
346
 
347
+ #: gallery-plugin.php:2710
348
  #, fuzzy
349
  msgid "Remove Image from Gallery"
350
  msgstr "Nová galéria"
351
 
352
+ #: gallery-plugin.php:2713
353
  #, fuzzy
354
  msgid "Edit Image Info"
355
  msgstr "ID pripojenia"
356
 
357
+ #: gallery-plugin.php:2714
358
  msgid "Deselect"
359
  msgstr ""
360
 
361
+ #: gallery-plugin.php:2726
362
  msgid "File name"
363
  msgstr ""
364
 
365
+ #: gallery-plugin.php:2727
366
  msgid "File type"
367
  msgstr ""
368
 
369
+ #: gallery-plugin.php:2752
370
  msgid "Description"
371
  msgstr ""
372
 
373
+ #: gallery-plugin.php:2758
374
  #, fuzzy
375
  msgid "Lightbox Button URL"
376
  msgstr "pozadie Lightboxu"
377
 
378
+ #: gallery-plugin.php:2765
379
  msgid "New Tab"
380
  msgstr ""
381
 
382
+ #: gallery-plugin.php:2767
383
  msgid "Enable to open URLs above in a new tab."
384
  msgstr ""
385
 
386
+ #: gallery-plugin.php:2772
387
  msgid "Go Pro"
388
  msgstr ""
389
 
390
+ #: gallery-plugin.php:2778
391
  msgid "Edit more details"
392
  msgstr ""
393
 
394
+ #: gallery-plugin.php:2780
395
  #, fuzzy
396
  msgid "Remove from Gallery"
397
  msgstr "Nová galéria"
398
 
399
+ #: gallery-plugin.php:2814
400
  #, php-format
401
  msgid "Select %s"
402
  msgstr ""
403
 
404
+ #: gallery-plugin.php:2827
405
  #, php-format
406
  msgid "Edit &#8220;%s&#8221;"
407
  msgstr ""
408
 
409
+ #: gallery-plugin.php:2835
410
  #, fuzzy
411
  msgid "Edit Attachment Info"
412
  msgstr "ID pripojenia"
413
 
414
+ #: gallery-plugin.php:2872 gallery-plugin.php:2885
415
  msgid "Edit"
416
  msgstr ""
417
 
418
+ #: gallery-plugin.php:2875 gallery-plugin.php:2890
419
  msgid "Trash"
420
  msgstr ""
421
 
422
+ #: gallery-plugin.php:2878 gallery-plugin.php:2893
423
  msgid "Delete Permanently"
424
  msgstr ""
425
 
426
+ #: gallery-plugin.php:2880 gallery-plugin.php:2899
427
  #, php-format
428
  msgid "View &#8220;%s&#8221;"
429
  msgstr ""
430
 
431
+ #: gallery-plugin.php:2880 gallery-plugin.php:2899 gallery-plugin.php:2982
432
  msgid "View"
433
  msgstr ""
434
 
435
+ #: gallery-plugin.php:2882
436
  #, fuzzy
437
  msgid "Attach"
438
  msgstr "ID pripojenia"
439
 
440
+ #: gallery-plugin.php:2888
441
  msgid "Restore"
442
  msgstr ""
443
 
444
+ #: gallery-plugin.php:2917
445
  msgid "A list or dropdown of Gallery categories."
446
  msgstr ""
447
 
448
+ #: gallery-plugin.php:2962
449
  msgid "Select Gallery Category"
450
  msgstr ""
451
 
452
+ #: gallery-plugin.php:3020
453
  msgid "Title:"
454
  msgstr ""
455
 
456
+ #: gallery-plugin.php:3023
457
  msgid "Display as dropdown"
458
  msgstr ""
459
 
460
+ #: gallery-plugin.php:3025
461
  msgid "Show gallery counts"
462
  msgstr ""
463
 
464
+ #: gallery-plugin.php:3027
465
  msgid "Show hierarchy"
466
  msgstr ""
467
 
468
+ #: gallery-plugin.php:3143
469
  msgid "Warning"
470
  msgstr ""
471
 
472
+ #: gallery-plugin.php:3143
473
  msgid "You can add only images to the gallery"
474
  msgstr ""
475
 
476
+ #: gallery-plugin.php:3174
477
  msgid "or"
478
  msgstr ""
479
 
480
+ #: gallery-plugin.php:3182
481
  #, fuzzy
482
  msgid "no title"
483
  msgstr "Nadpis"
484
 
485
+ #: gallery-plugin.php:3193
486
  #, fuzzy
487
  msgid ""
488
  "Display an album image with the description and the link to a single gallery "
491
  "Ak chcete zobraziť krátky popis obsahujúci náhľad a odkaz na vlastnú stŕnaku "
492
  "galérie"
493
 
494
+ #: gallery-plugin.php:3197
495
  #, fuzzy
496
  msgid "Sorry, no gallery found."
497
  msgstr "Prepáčte, nič som nenašiel."
525
  msgid "License Key"
526
  msgstr ""
527
 
528
+ #: includes/class-gllr-settings.php:210
529
  msgid "Custom image size was changed. You need to update gallery images."
530
  msgstr ""
531
 
532
+ #: includes/class-gllr-settings.php:247
533
  #, fuzzy
534
  msgid "Settings saved"
535
  msgstr "Nastavenia boli uložené."
536
 
537
+ #: includes/class-gllr-settings.php:259
538
  #, fuzzy
539
  msgid "Please, enable JavaScript in Your browser."
540
  msgstr "Povoľte prosím JavaScript na používanie nahrávania súborov."
541
 
542
+ #: includes/class-gllr-settings.php:264
543
  #, fuzzy
544
  msgid "Update Images"
545
  msgstr "Nahrávanie obrázkov..."
546
 
547
+ #: includes/class-gllr-settings.php:279
548
  #, fuzzy
549
  msgid "Gallery Images"
550
  msgstr "Veľkosť obrázka galérie"
551
 
552
+ #: includes/class-gllr-settings.php:284
553
+ msgid "Images adding requires JavaScript."
554
  msgstr ""
555
 
556
+ #: includes/class-gllr-settings.php:287
557
  msgid "Add Media"
558
  msgstr ""
559
 
560
+ #: includes/class-gllr-settings.php:296
561
  msgid "The grid view for the Gallery images requires JavaScript."
562
  msgstr ""
563
 
564
+ #: includes/class-gllr-settings.php:296
565
  msgid "Switch to the list view"
566
  msgstr ""
567
 
568
+ #: includes/class-gllr-settings.php:319
569
  #, fuzzy
570
  msgid "Single Gallery Settings"
571
  msgstr "Nastavenie galérie"
572
 
573
+ #: includes/class-gllr-settings.php:321
574
  #, php-format
575
  msgid "Enable to configure single gallery settings and disable %s."
576
  msgstr ""
577
 
578
+ #: includes/class-gllr-settings.php:332 includes/class-gllr-settings.php:389
579
+ #: includes/class-gllr-settings.php:433 includes/class-gllr-settings.php:483
580
+ #: includes/class-gllr-settings.php:621 includes/class-gllr-settings.php:709
581
+ #: includes/class-gllr-settings.php:745 includes/class-gllr-settings.php:795
582
+ #: includes/class-gllr-settings.php:923
583
  msgid "Close"
584
  msgstr ""
585
 
586
+ #: includes/class-gllr-settings.php:336
587
  #, fuzzy
588
  msgid "Gallery Layout"
589
  msgstr "Galéria nebola nájdená"
590
 
591
+ #: includes/class-gllr-settings.php:341
592
  msgid "Grid"
593
  msgstr ""
594
 
595
+ #: includes/class-gllr-settings.php:347
596
  msgid "Masonry"
597
  msgstr ""
598
 
 
 
 
 
599
  #: includes/class-gllr-settings.php:360
600
+ msgid "Number of Columns"
601
  msgstr ""
602
 
603
+ #: includes/class-gllr-settings.php:363
604
  #, php-format
605
  msgid "Number of gallery columns (default is %s)."
606
  msgstr ""
607
 
608
+ #: includes/class-gllr-settings.php:367 includes/class-gllr-settings.php:749
609
  #, fuzzy
610
  msgid "Image Size"
611
  msgstr "Veľkosť obrázku"
612
 
613
+ #: includes/class-gllr-settings.php:373 includes/class-gllr-settings.php:606
614
  msgid "Custom"
615
  msgstr ""
616
 
617
+ #: includes/class-gllr-settings.php:375
618
  msgid ""
619
  "Maximum gallery image size. \"Custom\" uses the Image Dimensions values."
620
  msgstr ""
621
 
622
+ #: includes/class-gllr-settings.php:379
623
  #, fuzzy
624
  msgid "Custom Image Size"
625
  msgstr "Veľkosť obrázku"
626
 
627
+ #: includes/class-gllr-settings.php:381 includes/class-gllr-settings.php:469
628
+ #: includes/class-gllr-settings.php:614 includes/class-gllr-settings.php:664
629
  msgid "px"
630
  msgstr ""
631
 
632
+ #: includes/class-gllr-settings.php:382
633
  msgid ""
634
  "Adjust these values based on the number of columns in your gallery. This "
635
  "won't effect the full size of your images in the lightbox."
636
  msgstr ""
637
 
638
+ #: includes/class-gllr-settings.php:393
639
  #, fuzzy
640
  msgid "Crop Images"
641
  msgstr "Zoradenie obrázkov"
642
 
643
+ #: includes/class-gllr-settings.php:395
644
  msgid ""
645
  "Enable to crop images using the sizes defined for Custom Image Size. Disable "
646
  "to resize images automatically using their aspect ratio."
647
  msgstr ""
648
 
649
+ #: includes/class-gllr-settings.php:399 includes/class-gllr-settings.php:631
650
  #, fuzzy
651
  msgid "Crop Position"
652
  msgstr "Orezať"
653
 
654
+ #: includes/class-gllr-settings.php:414 includes/class-gllr-settings.php:646
655
  msgid "Select crop position base (by default: center)."
656
  msgstr ""
657
 
658
+ #: includes/class-gllr-settings.php:424
659
  #, fuzzy
660
  msgid "Image Title"
661
  msgstr "Veľkosť obrázku"
662
 
663
+ #: includes/class-gllr-settings.php:426
664
  msgid "Enable to display image title along with the gallery image."
665
  msgstr ""
666
 
667
+ #: includes/class-gllr-settings.php:437
668
  #, fuzzy
669
  msgid "Image Title Position"
670
  msgstr "Veľkosť obrázka nebola definovaná"
671
 
672
+ #: includes/class-gllr-settings.php:442
673
  #, fuzzy
674
  msgid "Under image"
675
  msgstr "Nahrať obrázky"
676
 
677
+ #: includes/class-gllr-settings.php:448
678
  msgid "On mouse hover"
679
  msgstr ""
680
 
681
+ #: includes/class-gllr-settings.php:461
682
  #, fuzzy
683
  msgid "Image Border"
684
  msgstr "Obrázky s rámčekom"
685
 
686
+ #: includes/class-gllr-settings.php:463
687
  msgid ""
688
  "Enable images border using the styles defined for Image Border Size and "
689
+ "Color options."
690
  msgstr ""
691
 
692
+ #: includes/class-gllr-settings.php:467
693
  #, fuzzy
694
  msgid "Image Border Size"
695
  msgstr "Veľkosť obrázku"
696
 
697
+ #: includes/class-gllr-settings.php:470
698
  #, php-format
699
  msgid "Gallery image border width (default is %s)"
700
  msgstr ""
701
 
702
+ #: includes/class-gllr-settings.php:474
703
  #, fuzzy
704
  msgid "Image Border Color"
705
  msgstr "Vyberte farbu rámčeka"
706
 
707
+ #: includes/class-gllr-settings.php:487
708
  msgid "Pagination"
709
  msgstr ""
710
 
711
+ #: includes/class-gllr-settings.php:490
712
  msgid ""
713
  "Enable pagination for images to limit number of images displayed on a single "
714
  "gallery page."
715
  msgstr ""
716
 
717
+ #: includes/class-gllr-settings.php:494
718
  #, fuzzy
719
  msgid "Number of Images"
720
  msgstr "Počet obrázkov v rade"
721
 
722
+ #: includes/class-gllr-settings.php:497
723
  #, php-format
724
  msgid "Number of images displayed per page (default is %d)."
725
  msgstr ""
726
 
727
+ #: includes/class-gllr-settings.php:507
728
  #, fuzzy
729
  msgid "Sort Images by"
730
  msgstr "Zoradiť podľa"
731
 
732
+ #: includes/class-gllr-settings.php:510
733
  msgid "Manually (default)"
734
  msgstr ""
735
 
736
+ #: includes/class-gllr-settings.php:511
737
  #, fuzzy
738
  msgid "Image ID"
739
  msgstr "Obrázok"
740
 
741
+ #: includes/class-gllr-settings.php:512
742
  msgid "Name"
743
  msgstr ""
744
 
745
+ #: includes/class-gllr-settings.php:514 includes/class-gllr-settings.php:685
746
  msgid "Random"
747
  msgstr "Náhodne"
748
 
749
+ #: includes/class-gllr-settings.php:516
750
  msgid ""
751
  "Select images sorting order in your gallery. By default, you can sort images "
752
  "manually in the images tab."
753
  msgstr ""
754
 
755
+ #: includes/class-gllr-settings.php:520
756
  #, fuzzy
757
  msgid "Arrange Images by"
758
  msgstr "Zoradiť podľa"
759
 
760
+ #: includes/class-gllr-settings.php:523 includes/class-gllr-settings.php:694
761
  msgid "Ascending (e.g. 1, 2, 3; a, b, c)"
762
  msgstr ""
763
 
764
+ #: includes/class-gllr-settings.php:524 includes/class-gllr-settings.php:695
765
  msgid "Descending (e.g. 3, 2, 1; c, b, a)"
766
  msgstr ""
767
 
768
+ #: includes/class-gllr-settings.php:529
769
  #, fuzzy
770
  msgid "Back Link"
771
  msgstr "URL spätného odkazu"
772
 
773
+ #: includes/class-gllr-settings.php:531
774
  msgid ""
775
  "Enable to show a back link in a single gallery page which navigate to a "
776
  "previous page."
777
  msgstr ""
778
 
779
+ #: includes/class-gllr-settings.php:535
780
  #, fuzzy
781
  msgid "Back Link URL"
782
  msgstr "URL spätného odkazu"
783
 
784
+ #: includes/class-gllr-settings.php:538
785
  msgid "Back link custom page URL. Leave blank to use Gallery page template."
786
  msgstr ""
787
 
788
+ #: includes/class-gllr-settings.php:542
789
  #, fuzzy
790
  msgid "Back Link Label"
791
  msgstr "URL spätného odkazu"
792
 
793
+ #: includes/class-gllr-settings.php:548
794
  #, fuzzy
795
  msgid "Back Link with Shortcode"
796
  msgstr "Zobraziť spatný odkaz v krátkom kóde"
797
 
798
+ #: includes/class-gllr-settings.php:551
799
  #, fuzzy
800
  msgid "Enable to display a back link on a page where shortcode is used."
801
  msgstr "Zobraziť spatný odkaz v krátkom kóde"
802
 
803
+ #: includes/class-gllr-settings.php:562
804
  #, fuzzy
805
  msgid "Cover Settings"
806
  msgstr "Nastavenie galérie"
807
 
808
+ #: includes/class-gllr-settings.php:567
809
  #, fuzzy
810
  msgid "Galleries Page"
811
  msgstr "Galérie"
812
 
813
+ #: includes/class-gllr-settings.php:575
814
  #, fuzzy
815
  msgid "Base page where all existing galleries will be displayed."
816
  msgstr ""
817
  "Ak aktualizujete na Pro verziu, všetky vaše nastavanie a galérie budú "
818
  "uložené."
819
 
820
+ #: includes/class-gllr-settings.php:579
821
+ msgid "Albums Displaying"
822
+ msgstr ""
823
+
824
+ #: includes/class-gllr-settings.php:582
825
+ msgid "Column"
826
+ msgstr ""
827
+
828
+ #: includes/class-gllr-settings.php:583
829
+ msgid "Rows"
830
+ msgstr ""
831
+
832
+ #: includes/class-gllr-settings.php:585
833
+ msgid "Select the way galleries will be displayed on the Galleries Page."
834
+ msgstr ""
835
+
836
+ #: includes/class-gllr-settings.php:589
837
+ msgid "Column Alignment"
838
+ msgstr ""
839
+
840
+ #: includes/class-gllr-settings.php:592
841
+ msgid "Left"
842
+ msgstr ""
843
+
844
+ #: includes/class-gllr-settings.php:593
845
+ msgid "Right"
846
+ msgstr ""
847
+
848
+ #: includes/class-gllr-settings.php:594
849
+ msgid "Center"
850
+ msgstr ""
851
+
852
+ #: includes/class-gllr-settings.php:596
853
+ msgid "Select the column alignment."
854
+ msgstr ""
855
+
856
+ #: includes/class-gllr-settings.php:600
857
  #, fuzzy
858
  msgid "Cover Image Size"
859
  msgstr "Veľkosť obrázku"
860
 
861
+ #: includes/class-gllr-settings.php:608
862
  msgid "Maximum cover image size. Custom uses the Image Dimensions values."
863
  msgstr ""
864
 
865
+ #: includes/class-gllr-settings.php:612
866
  msgid "Custom Cover Image Size"
867
  msgstr ""
868
 
869
+ #: includes/class-gllr-settings.php:625
870
  msgid "Crop Cover Images"
871
  msgstr ""
872
 
873
+ #: includes/class-gllr-settings.php:627
874
  msgid ""
875
  "Enable to crop images using the sizes defined for Custom Cover Image Size. "
876
  "Disable to resize images automatically using their aspect ratio."
877
  msgstr ""
878
 
879
+ #: includes/class-gllr-settings.php:656
880
  #, fuzzy
881
  msgid "Cover Image Border"
882
  msgstr "Obrázky s rámčekom"
883
 
884
+ #: includes/class-gllr-settings.php:658
885
  msgid ""
886
  "Enable cover images border using the styles defined for Image Border Size "
887
  "and Color."
888
  msgstr ""
889
 
890
+ #: includes/class-gllr-settings.php:662
891
  msgid "Cover Image Border Size"
892
  msgstr ""
893
 
894
+ #: includes/class-gllr-settings.php:665
895
  #, php-format
896
  msgid "Cover image border width (default is %s)"
897
  msgstr ""
898
 
899
+ #: includes/class-gllr-settings.php:669
900
  #, fuzzy
901
  msgid "Cover Image Border Color"
902
  msgstr "Vyberte farbu rámčeka"
903
 
904
+ #: includes/class-gllr-settings.php:675
905
  #, fuzzy
906
  msgid "Sort Albums by"
907
  msgstr "Zoradiť podľa"
908
 
909
+ #: includes/class-gllr-settings.php:678
910
  #, fuzzy
911
  msgid "Gallery ID"
912
  msgstr "Galéria"
913
 
914
+ #: includes/class-gllr-settings.php:681
915
  msgid "Last modified date"
916
  msgstr ""
917
 
918
+ #: includes/class-gllr-settings.php:682
919
  msgid "Comment count"
920
  msgstr ""
921
 
922
+ #: includes/class-gllr-settings.php:683
923
  #, fuzzy
924
  msgid "Sorting order (the input field for sorting order)"
925
  msgstr ""
926
  "Riadenie zobrazenia (do input poľa pre riadenie zobrazenia Vložte / Nahrajte "
927
  "dialóg galérie medíí)"
928
 
929
+ #: includes/class-gllr-settings.php:687
930
  msgid "Select galleries sorting order in your galleries page."
931
  msgstr ""
932
 
933
+ #: includes/class-gllr-settings.php:691
934
  msgid "Arrange Albums by"
935
  msgstr ""
936
 
937
+ #: includes/class-gllr-settings.php:700
938
  #, fuzzy
939
  msgid "Read More Link Label"
940
  msgstr "Text odkazu pre čítaj dalej"
941
 
942
+ #: includes/class-gllr-settings.php:713
943
  msgid "Instant Lightbox"
944
  msgstr ""
945
 
946
+ #: includes/class-gllr-settings.php:716
947
  msgid ""
948
  "Enable to display all images in the lightbox after clicking cover image or "
949
  "URL instead of going to a single gallery page."
950
  msgstr ""
951
 
952
+ #: includes/class-gllr-settings.php:730
953
  #, fuzzy
954
  msgid "Lightbox Settings"
955
  msgstr "pozadie Lightboxu"
956
 
957
+ #: includes/class-gllr-settings.php:735
958
  msgid "Enable Lightbox"
959
  msgstr ""
960
 
961
+ #: includes/class-gllr-settings.php:738
962
  msgid "Enable to show the lightbox when clicking on gallery images."
963
  msgstr ""
964
 
965
+ #: includes/class-gllr-settings.php:756
966
  msgid ""
967
  "Select the maximum gallery image size for the lightbox view. \"Default\" "
968
  "will display the original, full size image."
969
  msgstr ""
970
 
971
+ #: includes/class-gllr-settings.php:760
972
  msgid "Overlay Color"
973
  msgstr ""
974
 
975
+ #: includes/class-gllr-settings.php:766
976
  msgid "Overlay Opacity"
977
  msgstr ""
978
 
979
+ #: includes/class-gllr-settings.php:769
980
  #, php-format
981
  msgid ""
982
+ "Lightbox overlay opacity. Leave blank to disable opacity (default is %s, max "
983
+ "is %s)."
984
  msgstr ""
985
 
986
+ #: includes/class-gllr-settings.php:779
987
  #, fuzzy
988
  msgid "Slideshow"
989
  msgstr "Spustiť Slideshow"
990
 
991
+ #: includes/class-gllr-settings.php:781
992
  msgid "Enable to start the slideshow automatically when the lightbox is used."
993
  msgstr ""
994
 
995
+ #: includes/class-gllr-settings.php:785
996
  #, fuzzy
997
  msgid "Slideshow Duration"
998
  msgstr "Trvanie slideshow"
999
 
1000
+ #: includes/class-gllr-settings.php:787
1001
  msgid "ms"
1002
  msgstr ""
1003
 
1004
+ #: includes/class-gllr-settings.php:788
1005
  msgid "Slideshow interval duration between two images."
1006
  msgstr ""
1007
 
1008
+ #: includes/class-gllr-settings.php:799
1009
  #, fuzzy
1010
  msgid "Lightbox Helpers"
1011
  msgstr "pozadie Lightboxu"
1012
 
1013
+ #: includes/class-gllr-settings.php:801
1014
+ msgid "Enable to display the lightbox toolbar and arrows."
1015
  msgstr ""
1016
 
1017
+ #: includes/class-gllr-settings.php:805
1018
  #, fuzzy
1019
  msgid "Lightbox Thumbnails"
1020
  msgstr "Veľkosť obrázku pre obal albumu"
1021
 
1022
+ #: includes/class-gllr-settings.php:807
1023
+ msgid "Enable to use a lightbox helper navigation between images."
1024
+ msgstr ""
 
1025
 
1026
+ #: includes/class-gllr-settings.php:811
1027
  msgid "Lightbox Thumbnails Position"
1028
  msgstr ""
1029
 
1030
+ #: includes/class-gllr-settings.php:814
1031
  #, fuzzy
1032
  msgid "Top"
1033
  msgstr "hore"
1034
 
1035
+ #: includes/class-gllr-settings.php:819
1036
  #, fuzzy
1037
  msgid "Lightbox Button Label"
1038
  msgstr "pozadie Lightboxu"
1039
 
1040
+ #: includes/class-gllr-settings.php:821
1041
  #, fuzzy
1042
  msgid "Read More"
1043
  msgstr "Viac"
1044
 
1045
+ #: includes/class-gllr-settings.php:831
1046
  #, fuzzy
1047
  msgid "Download Button"
1048
  msgstr "Sťiahnuť vlastné hľadanie"
1049
 
1050
+ #: includes/class-gllr-settings.php:833
1051
+ msgid "Enable to display download button."
1052
+ msgstr ""
 
 
1053
 
1054
+ #: includes/class-gllr-settings.php:837
1055
  msgid "Single Lightbox"
1056
  msgstr ""
1057
 
1058
+ #: includes/class-gllr-settings.php:839
1059
  #, fuzzy
1060
  msgid ""
1061
  "Enable to use a single lightbox for multiple galleries located on a single "
1062
  "page."
1063
  msgstr "Použiť jeden lightbox pre viac galérií na jednej strane"
1064
 
1065
+ #: includes/class-gllr-settings.php:849
1066
  msgid "Social Sharing Buttons Settings"
1067
  msgstr ""
1068
 
1069
+ #: includes/class-gllr-settings.php:857
1070
+ msgid "Social Buttons"
1071
  msgstr ""
1072
 
1073
+ #: includes/class-gllr-settings.php:859
1074
  msgid "Enable social sharing buttons in the lightbox."
1075
  msgstr ""
1076
 
1077
+ #: includes/class-gllr-settings.php:863
1078
  msgid "Social Networks"
1079
  msgstr ""
1080
 
1081
+ #: includes/class-gllr-settings.php:874
 
 
 
 
 
 
 
 
 
 
 
 
1082
  #, fuzzy
1083
  msgid "Counter"
1084
  msgstr "Trvanie slideshow"
1085
 
1086
+ #: includes/class-gllr-settings.php:877
1087
+ msgid ""
1088
+ "Enable to show likes counter for each social button (not available for "
1089
+ "Google +1)."
1090
  msgstr ""
1091
 
1092
+ #: includes/class-gllr-settings.php:892
1093
  #, fuzzy
1094
  msgid "Demo Data"
1095
  msgstr "Inštalovať %s"
1096
 
1097
+ #: includes/class-gllr-settings.php:894
1098
  msgid ""
1099
  "Install demo data to create galleries with images, post with shortcodes and "
1100
  "page with a list of all galleries."
1101
  msgstr ""
1102
 
1103
+ #: includes/class-gllr-settings.php:913
1104
  #, fuzzy
1105
  msgid "Gallery Post Type"
1106
  msgstr "Krátky kód galérie"
1107
 
1108
+ #: includes/class-gllr-settings.php:915
1109
  msgid ""
1110
  "Enable to avoid conflicts with other gallery plugins installed. All "
1111
  "galleries created earlier will stay unchanged. However, after enabling we "
1113
  "used."
1114
  msgstr ""
1115
 
1116
+ #: includes/class-gllr-settings.php:927
1117
  #, fuzzy
1118
  msgid "Gallery Slug"
1119
  msgstr "Galéria"
1120
 
1121
+ #: includes/class-gllr-settings.php:931
1122
  msgid "Enter the unique gallery slug."
1123
  msgstr ""
1124
 
1125
+ #: includes/class-gllr-settings.php:947
1126
  #, fuzzy
1127
  msgid "Activate Now"
1128
  msgstr "Plugin aktivovaný"
1129
 
1130
+ #: includes/class-gllr-settings.php:962
1131
  #, fuzzy
1132
  msgid "Install Now"
1133
  msgstr "Inštalovať %s"
1134
 
1135
+ #: includes/class-gllr-settings.php:965
1136
  msgid "Enable to include galleries to your website search."
1137
  msgstr ""
1138
 
1139
+ #: includes/class-gllr-settings.php:965
1140
  #, php-format
1141
  msgid "%s is required."
1142
  msgstr ""
1220
  msgstr ""
1221
 
1222
  #: includes/demo-data/class-bws-demo-data.php:591
1223
+ #, php-format
1224
  msgid ""
1225
+ "Do you want to install demo content and settings for %s (You can do this "
1226
+ "later using Import / Export settings)?"
1227
  msgstr ""
1228
 
1229
  #: includes/demo-data/class-bws-demo-data.php:591
1231
  msgid "Yes, install demo now"
1232
  msgstr "Inštalovať %s"
1233
 
1234
+ #, fuzzy
1235
+ #~ msgid "Enable to use a lightbox helper navigation between images.."
1236
+ #~ msgstr "Použiť jeden lightbox pre viac galérií na jednej strane"
1237
+
1238
+ #~ msgid "Image size changes not defined"
1239
+ #~ msgstr "Zmeny veľkosti obrázka neboli definované"
1240
+
1241
+ #, fuzzy
1242
+ #~ msgid ""
1243
+ #~ "Enable to display link to the original file under each image in the "
1244
+ #~ "lightbox."
1245
+ #~ msgstr "Zobraziť plný rozmer obrázku v Lightbox"
1246
+
1247
  #~ msgid "Download high resolution image"
1248
  #~ msgstr "Stiahnuť obrázok vo vysokom rozlíšení"
1249
 
languages/gallery-plugin-sl_SI.mo CHANGED
Binary file
languages/gallery-plugin-sl_SI.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: 2017-08-14 11:38+0300\n"
6
- "PO-Revision-Date: 2017-08-14 11:38+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Tilen <tilen@divided.si>\n"
9
  "Language: sl_SI\n"
@@ -14,250 +14,254 @@ msgstr ""
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
17
- "X-Generator: Poedit 1.5.4\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
- #: gallery-plugin.php:37 gallery-plugin.php:1647
21
- #: includes/class-gllr-settings.php:308
22
  msgid "Gallery Settings"
23
  msgstr "Nastavitve galerije"
24
 
25
- #: gallery-plugin.php:37 includes/class-gllr-settings.php:319
26
  #, fuzzy
27
  msgid "Global Settings"
28
  msgstr "Nastavitve galerije"
29
 
30
- #: gallery-plugin.php:43 gallery-plugin.php:2728
31
  msgid "Upgrade to Pro"
32
  msgstr ""
33
 
34
- #: gallery-plugin.php:218
35
  msgid "Return to all albums"
36
  msgstr ""
37
 
38
- #: gallery-plugin.php:228
39
  msgid "See images &raquo;"
40
  msgstr "Poglej slike &raquo;"
41
 
42
- #: gallery-plugin.php:315 gallery-plugin.php:324
43
  msgid "Galleries"
44
  msgstr "Galerije"
45
 
46
- #: gallery-plugin.php:316 gallery-plugin.php:3144
47
  msgid "Gallery"
48
  msgstr "Galerija"
49
 
50
- #: gallery-plugin.php:317
51
  msgid "Add New Gallery"
52
  msgstr "Dodaj novo Galerijo"
53
 
54
- #: gallery-plugin.php:318
55
  msgid "Edit Gallery"
56
  msgstr "Uredi Galerijo"
57
 
58
- #: gallery-plugin.php:319
59
  msgid "New Gallery"
60
  msgstr "Nova Galerija"
61
 
62
- #: gallery-plugin.php:320
63
  msgid "View Gallery"
64
  msgstr "Pregled Galerije"
65
 
66
- #: gallery-plugin.php:321 includes/class-gllr-settings.php:927
67
  #, fuzzy
68
  msgid "Search Galleries"
69
  msgstr "Galerije"
70
 
71
- #: gallery-plugin.php:322
72
  msgid "No Gallery found"
73
  msgstr "Galerija ni bila najdena"
74
 
75
- #: gallery-plugin.php:344 gallery-plugin.php:1559 gallery-plugin.php:2874
76
- #: gallery-plugin.php:2882 gallery-plugin.php:2920 gallery-plugin.php:2943
77
- #: gallery-plugin.php:3128
78
  #, fuzzy
79
  msgid "Gallery Categories"
80
  msgstr "Velikost slike v galeriji"
81
 
82
- #: gallery-plugin.php:345 gallery-plugin.php:784
83
  #, fuzzy
84
  msgid "Gallery Category"
85
  msgstr "Velikost slike v galeriji"
86
 
87
- #: gallery-plugin.php:346
88
  msgid "Add Gallery Category"
89
  msgstr ""
90
 
91
- #: gallery-plugin.php:347
92
  #, fuzzy
93
  msgid "Add New Gallery Category"
94
  msgstr "Dodaj novo Galerijo"
95
 
96
- #: gallery-plugin.php:348 gallery-plugin.php:349
97
  msgid "Edit Gallery Category"
98
  msgstr ""
99
 
100
- #: gallery-plugin.php:350
101
  msgid "New Gallery Category"
102
  msgstr ""
103
 
104
- #: gallery-plugin.php:351 gallery-plugin.php:352
105
  msgid "View Gallery Category"
106
  msgstr ""
107
 
108
- #: gallery-plugin.php:353
109
  msgid "Find Gallery Category"
110
  msgstr ""
111
 
112
- #: gallery-plugin.php:354
113
  msgid "No Gallery Categories found"
114
  msgstr ""
115
 
116
- #: gallery-plugin.php:355
117
  msgid "No Gallery Categories found in Trash"
118
  msgstr ""
119
 
120
- #: gallery-plugin.php:356
121
  msgid "Parent Gallery Category"
122
  msgstr ""
123
 
124
- #: gallery-plugin.php:357
125
  msgid "Gallery Categories list navigation"
126
  msgstr ""
127
 
128
- #: gallery-plugin.php:358
129
  msgid "Gallery Categories list"
130
  msgstr ""
131
 
132
- #: gallery-plugin.php:434
133
  msgid "Gallery Shortcode"
134
  msgstr "Kratka koda do galerije"
135
 
136
- #: gallery-plugin.php:443
137
  msgid ""
138
  "Add a single gallery with images to your posts, pages, custom post types or "
139
  "widgets by using the following shortcode:"
140
  msgstr ""
141
 
142
- #: gallery-plugin.php:447
143
  msgid ""
144
  "Add a gallery cover including featured image, description, and a link to "
145
  "your single gallery using the following shortcode:"
146
  msgstr ""
147
 
148
- #: gallery-plugin.php:560
149
  msgid "Note"
150
  msgstr ""
151
 
152
- #: gallery-plugin.php:560
153
  #, php-format
154
  msgid ""
155
  "When deleting a category, the galleries that belong to this category will "
156
- "not be deleted. Instead, these galleries will be moved to the category %s."
157
  msgstr ""
158
 
159
- #: gallery-plugin.php:573 gallery-plugin.php:1558
160
  #, fuzzy
161
  msgid "Shortcode"
162
  msgstr "Kratka koda do galerije"
163
 
164
- #: gallery-plugin.php:619
165
  msgid "All Gallery Categories"
166
  msgstr ""
167
 
168
- #: gallery-plugin.php:696
169
  msgid "You can't delete default gallery category."
170
  msgstr ""
171
 
172
- #: gallery-plugin.php:1048 gallery-plugin.php:1155 gallery-plugin.php:2065
173
  msgid "Sorry, nothing found."
174
  msgstr "Žal ni zadetkov"
175
 
176
- #: gallery-plugin.php:1555
177
  msgid "Featured Image"
178
  msgstr ""
179
 
180
- #: gallery-plugin.php:1556 gallery-plugin.php:2585 gallery-plugin.php:2689
181
- #: gallery-plugin.php:2800 includes/class-gllr-settings.php:656
182
  msgid "Title"
183
  msgstr "Naslov"
184
 
185
- #: gallery-plugin.php:1557 includes/class-gllr-settings.php:41
186
  #, fuzzy
187
  msgid "Images"
188
  msgstr "Slika"
189
 
190
- #: gallery-plugin.php:1560 includes/class-gllr-settings.php:661
191
  msgid "Author"
192
  msgstr "Avtor"
193
 
194
- #: gallery-plugin.php:1561 includes/class-gllr-settings.php:511
195
- #: includes/class-gllr-settings.php:657
196
  msgid "Date"
197
  msgstr "Datum"
198
 
199
- #: gallery-plugin.php:1674 gallery-plugin.php:1692
 
 
 
 
 
200
  #: includes/class-gllr-settings.php:30 includes/class-gllr-settings.php:42
201
  msgid "Settings"
202
  msgstr "Nastavitve"
203
 
204
- #: gallery-plugin.php:1675
205
  msgid "FAQ"
206
  msgstr "FAQ"
207
 
208
- #: gallery-plugin.php:1676
209
  msgid "Support"
210
  msgstr "Podpora"
211
 
212
- #: gallery-plugin.php:1715
213
  msgid "Updating images..."
214
  msgstr "Posodabljam slike..."
215
 
216
- #: gallery-plugin.php:1716
217
  #, fuzzy
218
  msgid "No images found."
219
  msgstr "Slike niso bile najdene"
220
 
221
- #: gallery-plugin.php:1717
222
  #, fuzzy
223
  msgid "All images were updated."
224
  msgstr "Vse slike so posodobljene"
225
 
226
- #: gallery-plugin.php:1718
227
  msgid "Error."
228
  msgstr "Napaka."
229
 
230
- #: gallery-plugin.php:1730
231
  msgid ""
232
  "You are about to remove these items from this gallery.\n"
233
  " 'Cancel' to stop, 'OK' to delete."
234
  msgstr ""
235
 
236
- #: gallery-plugin.php:1731
237
  msgid ""
238
  "You are about to remove this image from the gallery.\n"
239
  " 'Cancel' to stop, 'OK' to delete."
240
  msgstr ""
241
 
242
- #: gallery-plugin.php:1732
243
  msgid ""
244
  "Switching to another mode, all unsaved data will be lost. Save data before "
245
  "switching?"
246
  msgstr ""
247
 
248
- #: gallery-plugin.php:1733
249
  msgid "Insert Media"
250
  msgstr ""
251
 
252
- #: gallery-plugin.php:1734
253
  msgid "Insert"
254
  msgstr ""
255
 
256
- #: gallery-plugin.php:2257
257
  msgid "Image size not defined"
258
  msgstr "Velikost slike ni podana"
259
 
260
- #: gallery-plugin.php:2272
261
  #, fuzzy
262
  msgid ""
263
  "Plugin updates only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please "
@@ -266,227 +270,223 @@ msgstr ""
266
  "Posodobiti je možno le PNG, JPEG, GIF, WPMP ali XBM tipe datotek. Za vse "
267
  "ostale prosimo, da posodobiš slike ročno."
268
 
269
- #: gallery-plugin.php:2283
270
- msgid "Image size changes not defined"
271
- msgstr "Spremembe velikosti slike niso podane"
272
-
273
- #: gallery-plugin.php:2312 gallery-plugin.php:2315 gallery-plugin.php:2320
274
  msgid "Invalid path"
275
  msgstr "Napačna pot"
276
 
277
- #: gallery-plugin.php:2409
278
  msgid "List View"
279
  msgstr ""
280
 
281
- #: gallery-plugin.php:2410
282
  msgid "Grid View"
283
  msgstr ""
284
 
285
- #: gallery-plugin.php:2465
286
  msgid "Filter"
287
  msgstr ""
288
 
289
- #: gallery-plugin.php:2469
290
  msgid "Empty Trash"
291
  msgstr ""
292
 
293
- #: gallery-plugin.php:2490
294
  #, fuzzy
295
  msgid "No images found"
296
  msgstr "Slike niso bile najdene"
297
 
298
- #: gallery-plugin.php:2542
299
  msgid "Select bulk action"
300
  msgstr ""
301
 
302
- #: gallery-plugin.php:2544
303
  msgid "Bulk Actions"
304
  msgstr ""
305
 
306
- #: gallery-plugin.php:2554
307
  msgid "Apply"
308
  msgstr ""
309
 
310
- #: gallery-plugin.php:2561
311
  #, fuzzy
312
  msgid "Delete from Gallery"
313
  msgstr "Nova Galerija"
314
 
315
- #: gallery-plugin.php:2570
316
  msgid "Bulk Select"
317
  msgstr ""
318
 
319
- #: gallery-plugin.php:2571
320
  msgid "Cancel Selection"
321
  msgstr ""
322
 
323
- #: gallery-plugin.php:2572
324
  msgid "Delete Selected"
325
  msgstr ""
326
 
327
- #: gallery-plugin.php:2583
328
  msgid "File"
329
  msgstr ""
330
 
331
- #: gallery-plugin.php:2584 gallery-plugin.php:2684 gallery-plugin.php:2795
332
  msgid "Dimensions"
333
  msgstr ""
334
 
335
- #: gallery-plugin.php:2586 gallery-plugin.php:2695 gallery-plugin.php:2805
336
  #, fuzzy
337
  msgid "Alt Text"
338
  msgstr "Alt oznaka"
339
 
340
- #: gallery-plugin.php:2587 gallery-plugin.php:2699 gallery-plugin.php:2810
341
  msgid "URL"
342
  msgstr "URL"
343
 
344
- #: gallery-plugin.php:2587 gallery-plugin.php:2701
345
  msgid ""
346
  "Enter your custom URL to link this image to other page or file. Leave blank "
347
  "to open a full size image."
348
  msgstr ""
349
 
350
- #: gallery-plugin.php:2666
351
  #, fuzzy
352
  msgid "Remove Image from Gallery"
353
  msgstr "Nova Galerija"
354
 
355
- #: gallery-plugin.php:2669
356
  #, fuzzy
357
  msgid "Edit Image Info"
358
  msgstr "ID priloge"
359
 
360
- #: gallery-plugin.php:2670
361
  msgid "Deselect"
362
  msgstr ""
363
 
364
- #: gallery-plugin.php:2682
365
  msgid "File name"
366
  msgstr ""
367
 
368
- #: gallery-plugin.php:2683
369
  msgid "File type"
370
  msgstr ""
371
 
372
- #: gallery-plugin.php:2708
373
  msgid "Description"
374
  msgstr "Opis"
375
 
376
- #: gallery-plugin.php:2714
377
  #, fuzzy
378
  msgid "Lightbox Button URL"
379
  msgstr "Lightbox povezava"
380
 
381
- #: gallery-plugin.php:2721
382
  msgid "New Tab"
383
  msgstr ""
384
 
385
- #: gallery-plugin.php:2723
386
  msgid "Enable to open URLs above in a new tab."
387
  msgstr ""
388
 
389
- #: gallery-plugin.php:2728
390
  #, fuzzy
391
  msgid "Go Pro"
392
  msgstr "Pojdi na PRO"
393
 
394
- #: gallery-plugin.php:2734
395
  msgid "Edit more details"
396
  msgstr ""
397
 
398
- #: gallery-plugin.php:2736
399
  #, fuzzy
400
  msgid "Remove from Gallery"
401
  msgstr "Nova Galerija"
402
 
403
- #: gallery-plugin.php:2770
404
  #, php-format
405
  msgid "Select %s"
406
  msgstr ""
407
 
408
- #: gallery-plugin.php:2783
409
  #, php-format
410
  msgid "Edit &#8220;%s&#8221;"
411
  msgstr ""
412
 
413
- #: gallery-plugin.php:2791
414
  #, fuzzy
415
  msgid "Edit Attachment Info"
416
  msgstr "ID priloge"
417
 
418
- #: gallery-plugin.php:2828 gallery-plugin.php:2841
419
  msgid "Edit"
420
  msgstr ""
421
 
422
- #: gallery-plugin.php:2831 gallery-plugin.php:2846
423
  msgid "Trash"
424
  msgstr ""
425
 
426
- #: gallery-plugin.php:2834 gallery-plugin.php:2849
427
  msgid "Delete Permanently"
428
  msgstr ""
429
 
430
- #: gallery-plugin.php:2836 gallery-plugin.php:2855
431
  #, php-format
432
  msgid "View &#8220;%s&#8221;"
433
  msgstr ""
434
 
435
- #: gallery-plugin.php:2836 gallery-plugin.php:2855 gallery-plugin.php:2938
436
  msgid "View"
437
  msgstr ""
438
 
439
- #: gallery-plugin.php:2838
440
  #, fuzzy
441
  msgid "Attach"
442
  msgstr "ID priloge"
443
 
444
- #: gallery-plugin.php:2844
445
  msgid "Restore"
446
  msgstr ""
447
 
448
- #: gallery-plugin.php:2873
449
  msgid "A list or dropdown of Gallery categories."
450
  msgstr ""
451
 
452
- #: gallery-plugin.php:2918
453
  msgid "Select Gallery Category"
454
  msgstr ""
455
 
456
- #: gallery-plugin.php:2976
457
  msgid "Title:"
458
  msgstr ""
459
 
460
- #: gallery-plugin.php:2979
461
  msgid "Display as dropdown"
462
  msgstr ""
463
 
464
- #: gallery-plugin.php:2981
465
  msgid "Show gallery counts"
466
  msgstr ""
467
 
468
- #: gallery-plugin.php:2983
469
  msgid "Show hierarchy"
470
  msgstr ""
471
 
472
- #: gallery-plugin.php:3099
473
  msgid "Warning"
474
  msgstr ""
475
 
476
- #: gallery-plugin.php:3099
477
  msgid "You can add only images to the gallery"
478
  msgstr ""
479
 
480
- #: gallery-plugin.php:3130
481
  msgid "or"
482
  msgstr "ali"
483
 
484
- #: gallery-plugin.php:3138
485
  #, fuzzy
486
  msgid "no title"
487
  msgstr "Naslov"
488
 
489
- #: gallery-plugin.php:3149
490
  #, fuzzy
491
  msgid ""
492
  "Display an album image with the description and the link to a single gallery "
@@ -495,7 +495,7 @@ msgstr ""
495
  "Če želiš prikazati kratek opis s predogledno sliko in povezavo do posamezne "
496
  "galerije kopiraj spodnjo povezavo."
497
 
498
- #: gallery-plugin.php:3153
499
  #, fuzzy
500
  msgid "Sorry, no gallery found."
501
  msgstr "Žal ni zadetkov"
@@ -529,566 +529,585 @@ msgstr ""
529
  msgid "License Key"
530
  msgstr ""
531
 
532
- #: includes/class-gllr-settings.php:208
533
  msgid "Custom image size was changed. You need to update gallery images."
534
  msgstr ""
535
 
536
- #: includes/class-gllr-settings.php:245
537
  #, fuzzy
538
  msgid "Settings saved"
539
  msgstr "Nastavitve so shranjene"
540
 
541
- #: includes/class-gllr-settings.php:257
542
  #, fuzzy
543
  msgid "Please, enable JavaScript in Your browser."
544
  msgstr "Prosimo vklopite Javascript za uporabo nalagalnika datotek."
545
 
546
- #: includes/class-gllr-settings.php:262
547
  #, fuzzy
548
  msgid "Update Images"
549
  msgstr "Posodabljam slike..."
550
 
551
- #: includes/class-gllr-settings.php:277
552
  #, fuzzy
553
  msgid "Gallery Images"
554
  msgstr "Velikost slike v galeriji"
555
 
556
- #: includes/class-gllr-settings.php:282
557
- msgid "Adding images requires JavaScript."
558
  msgstr ""
559
 
560
- #: includes/class-gllr-settings.php:285
561
  msgid "Add Media"
562
  msgstr ""
563
 
564
- #: includes/class-gllr-settings.php:294
565
  msgid "The grid view for the Gallery images requires JavaScript."
566
  msgstr ""
567
 
568
- #: includes/class-gllr-settings.php:294
569
  msgid "Switch to the list view"
570
  msgstr ""
571
 
572
- #: includes/class-gllr-settings.php:317
573
  #, fuzzy
574
  msgid "Single Gallery Settings"
575
  msgstr "Nastavitve galerije"
576
 
577
- #: includes/class-gllr-settings.php:319
578
  #, php-format
579
  msgid "Enable to configure single gallery settings and disable %s."
580
  msgstr ""
581
 
582
- #: includes/class-gllr-settings.php:330 includes/class-gllr-settings.php:387
583
- #: includes/class-gllr-settings.php:431 includes/class-gllr-settings.php:481
584
- #: includes/class-gllr-settings.php:598 includes/class-gllr-settings.php:686
585
- #: includes/class-gllr-settings.php:722 includes/class-gllr-settings.php:772
586
- #: includes/class-gllr-settings.php:909
587
  msgid "Close"
588
  msgstr ""
589
 
590
- #: includes/class-gllr-settings.php:334
591
  #, fuzzy
592
  msgid "Gallery Layout"
593
  msgstr "Galerija ni bila najdena"
594
 
595
- #: includes/class-gllr-settings.php:339
596
  msgid "Grid"
597
  msgstr ""
598
 
599
- #: includes/class-gllr-settings.php:345
600
  msgid "Masonry"
601
  msgstr ""
602
 
603
- #: includes/class-gllr-settings.php:358
604
- msgid "Number of Columns"
605
- msgstr ""
606
-
607
  #: includes/class-gllr-settings.php:360
608
- msgid "columns"
609
  msgstr ""
610
 
611
- #: includes/class-gllr-settings.php:361
612
  #, php-format
613
  msgid "Number of gallery columns (default is %s)."
614
  msgstr ""
615
 
616
- #: includes/class-gllr-settings.php:365 includes/class-gllr-settings.php:726
617
  #, fuzzy
618
  msgid "Image Size"
619
  msgstr "Velikost slike"
620
 
621
- #: includes/class-gllr-settings.php:371 includes/class-gllr-settings.php:583
622
  msgid "Custom"
623
  msgstr ""
624
 
625
- #: includes/class-gllr-settings.php:373
626
  msgid ""
627
  "Maximum gallery image size. \"Custom\" uses the Image Dimensions values."
628
  msgstr ""
629
 
630
- #: includes/class-gllr-settings.php:377
631
  #, fuzzy
632
  msgid "Custom Image Size"
633
  msgstr "Velikost slike"
634
 
635
- #: includes/class-gllr-settings.php:379 includes/class-gllr-settings.php:467
636
- #: includes/class-gllr-settings.php:591 includes/class-gllr-settings.php:641
637
  msgid "px"
638
  msgstr ""
639
 
640
- #: includes/class-gllr-settings.php:380
641
  msgid ""
642
  "Adjust these values based on the number of columns in your gallery. This "
643
  "won't effect the full size of your images in the lightbox."
644
  msgstr ""
645
 
646
- #: includes/class-gllr-settings.php:391
647
  #, fuzzy
648
  msgid "Crop Images"
649
  msgstr "Preuredi slike"
650
 
651
- #: includes/class-gllr-settings.php:393
652
  msgid ""
653
  "Enable to crop images using the sizes defined for Custom Image Size. Disable "
654
  "to resize images automatically using their aspect ratio."
655
  msgstr ""
656
 
657
- #: includes/class-gllr-settings.php:397 includes/class-gllr-settings.php:608
658
  #, fuzzy
659
  msgid "Crop Position"
660
  msgstr "Pozicija za obrez"
661
 
662
- #: includes/class-gllr-settings.php:412 includes/class-gllr-settings.php:623
663
  msgid "Select crop position base (by default: center)."
664
  msgstr ""
665
 
666
- #: includes/class-gllr-settings.php:422
667
  #, fuzzy
668
  msgid "Image Title"
669
  msgstr "Velikost slike"
670
 
671
- #: includes/class-gllr-settings.php:424
672
  msgid "Enable to display image title along with the gallery image."
673
  msgstr ""
674
 
675
- #: includes/class-gllr-settings.php:435
676
  #, fuzzy
677
  msgid "Image Title Position"
678
  msgstr "Velikost slike ni podana"
679
 
680
- #: includes/class-gllr-settings.php:440
681
  #, fuzzy
682
  msgid "Under image"
683
  msgstr "Posodobi slike"
684
 
685
- #: includes/class-gllr-settings.php:446
686
  msgid "On mouse hover"
687
  msgstr ""
688
 
689
- #: includes/class-gllr-settings.php:459
690
  #, fuzzy
691
  msgid "Image Border"
692
  msgstr "Slike z okvirjem"
693
 
694
- #: includes/class-gllr-settings.php:461
695
  msgid ""
696
  "Enable images border using the styles defined for Image Border Size and "
697
- "Color."
698
  msgstr ""
699
 
700
- #: includes/class-gllr-settings.php:465
701
  #, fuzzy
702
  msgid "Image Border Size"
703
  msgstr "Velikost slike"
704
 
705
- #: includes/class-gllr-settings.php:468
706
  #, php-format
707
  msgid "Gallery image border width (default is %s)"
708
  msgstr ""
709
 
710
- #: includes/class-gllr-settings.php:472
711
  #, fuzzy
712
  msgid "Image Border Color"
713
  msgstr "Izberi barvo okvirja"
714
 
715
- #: includes/class-gllr-settings.php:485
716
  msgid "Pagination"
717
  msgstr ""
718
 
719
- #: includes/class-gllr-settings.php:488
720
  msgid ""
721
  "Enable pagination for images to limit number of images displayed on a single "
722
  "gallery page."
723
  msgstr ""
724
 
725
- #: includes/class-gllr-settings.php:492
726
  #, fuzzy
727
  msgid "Number of Images"
728
  msgstr "Število slik v vrsti"
729
 
730
- #: includes/class-gllr-settings.php:495
731
  #, php-format
732
  msgid "Number of images displayed per page (default is %d)."
733
  msgstr ""
734
 
735
- #: includes/class-gllr-settings.php:505
736
  #, fuzzy
737
  msgid "Sort Images by"
738
  msgstr "Uredi slike po"
739
 
740
- #: includes/class-gllr-settings.php:508
741
  msgid "Manually (default)"
742
  msgstr ""
743
 
744
- #: includes/class-gllr-settings.php:509
745
  #, fuzzy
746
  msgid "Image ID"
747
  msgstr "Slika"
748
 
749
- #: includes/class-gllr-settings.php:510
750
  msgid "Name"
751
  msgstr ""
752
 
753
- #: includes/class-gllr-settings.php:512 includes/class-gllr-settings.php:662
754
  msgid "Random"
755
  msgstr "Naključno"
756
 
757
- #: includes/class-gllr-settings.php:514
758
  msgid ""
759
  "Select images sorting order in your gallery. By default, you can sort images "
760
  "manually in the images tab."
761
  msgstr ""
762
 
763
- #: includes/class-gllr-settings.php:518
764
  #, fuzzy
765
  msgid "Arrange Images by"
766
  msgstr "Uredi slike po"
767
 
768
- #: includes/class-gllr-settings.php:521 includes/class-gllr-settings.php:671
769
  msgid "Ascending (e.g. 1, 2, 3; a, b, c)"
770
  msgstr ""
771
 
772
- #: includes/class-gllr-settings.php:522 includes/class-gllr-settings.php:672
773
  msgid "Descending (e.g. 3, 2, 1; c, b, a)"
774
  msgstr ""
775
 
776
- #: includes/class-gllr-settings.php:527
777
  #, fuzzy
778
  msgid "Back Link"
779
  msgstr "Povezava, na kateri se nahajajo galerije"
780
 
781
- #: includes/class-gllr-settings.php:529
782
  msgid ""
783
  "Enable to show a back link in a single gallery page which navigate to a "
784
  "previous page."
785
  msgstr ""
786
 
787
- #: includes/class-gllr-settings.php:533
788
  #, fuzzy
789
  msgid "Back Link URL"
790
  msgstr "Povezava, na kateri se nahajajo galerije"
791
 
792
- #: includes/class-gllr-settings.php:536
793
  msgid "Back link custom page URL. Leave blank to use Gallery page template."
794
  msgstr ""
795
 
796
- #: includes/class-gllr-settings.php:540
797
  #, fuzzy
798
  msgid "Back Link Label"
799
  msgstr "Povezava, na kateri se nahajajo galerije"
800
 
801
- #: includes/class-gllr-settings.php:546
802
  #, fuzzy
803
  msgid "Back Link with Shortcode"
804
  msgstr "Prikaži povratni link v kratki kodi"
805
 
806
- #: includes/class-gllr-settings.php:549
807
  #, fuzzy
808
  msgid "Enable to display a back link on a page where shortcode is used."
809
  msgstr "Prikaži povratni link v kratki kodi"
810
 
811
- #: includes/class-gllr-settings.php:560
812
  #, fuzzy
813
  msgid "Cover Settings"
814
  msgstr "Nastavitve galerije"
815
 
816
- #: includes/class-gllr-settings.php:565
817
  #, fuzzy
818
  msgid "Galleries Page"
819
  msgstr "Galerije"
820
 
821
- #: includes/class-gllr-settings.php:573
822
  #, fuzzy
823
  msgid "Base page where all existing galleries will be displayed."
824
  msgstr ""
825
  "V primeru posodobitve na PRO verzijo se bodo vse nastavitve in galerije "
826
  "ohranile."
827
 
828
- #: includes/class-gllr-settings.php:577
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
829
  #, fuzzy
830
  msgid "Cover Image Size"
831
  msgstr "Velikost slike"
832
 
833
- #: includes/class-gllr-settings.php:585
834
  msgid "Maximum cover image size. Custom uses the Image Dimensions values."
835
  msgstr ""
836
 
837
- #: includes/class-gllr-settings.php:589
838
  msgid "Custom Cover Image Size"
839
  msgstr ""
840
 
841
- #: includes/class-gllr-settings.php:602
842
  msgid "Crop Cover Images"
843
  msgstr ""
844
 
845
- #: includes/class-gllr-settings.php:604
846
  msgid ""
847
  "Enable to crop images using the sizes defined for Custom Cover Image Size. "
848
  "Disable to resize images automatically using their aspect ratio."
849
  msgstr ""
850
 
851
- #: includes/class-gllr-settings.php:633
852
  #, fuzzy
853
  msgid "Cover Image Border"
854
  msgstr "Slike z okvirjem"
855
 
856
- #: includes/class-gllr-settings.php:635
857
  msgid ""
858
  "Enable cover images border using the styles defined for Image Border Size "
859
  "and Color."
860
  msgstr ""
861
 
862
- #: includes/class-gllr-settings.php:639
863
  msgid "Cover Image Border Size"
864
  msgstr ""
865
 
866
- #: includes/class-gllr-settings.php:642
867
  #, php-format
868
  msgid "Cover image border width (default is %s)"
869
  msgstr ""
870
 
871
- #: includes/class-gllr-settings.php:646
872
  #, fuzzy
873
  msgid "Cover Image Border Color"
874
  msgstr "Izberi barvo okvirja"
875
 
876
- #: includes/class-gllr-settings.php:652
877
  #, fuzzy
878
  msgid "Sort Albums by"
879
  msgstr "Uredi slike po"
880
 
881
- #: includes/class-gllr-settings.php:655
882
  #, fuzzy
883
  msgid "Gallery ID"
884
  msgstr "Galerija"
885
 
886
- #: includes/class-gllr-settings.php:658
887
  msgid "Last modified date"
888
  msgstr ""
889
 
890
- #: includes/class-gllr-settings.php:659
891
  msgid "Comment count"
892
  msgstr ""
893
 
894
- #: includes/class-gllr-settings.php:660
895
  #, fuzzy
896
  msgid "Sorting order (the input field for sorting order)"
897
  msgstr "Razporejanje glede na razporeditev v predstavnostni knjižici"
898
 
899
- #: includes/class-gllr-settings.php:664
900
  msgid "Select galleries sorting order in your galleries page."
901
  msgstr ""
902
 
903
- #: includes/class-gllr-settings.php:668
904
  msgid "Arrange Albums by"
905
  msgstr ""
906
 
907
- #: includes/class-gllr-settings.php:677
908
  #, fuzzy
909
  msgid "Read More Link Label"
910
  msgstr "Tekst v \"Read More\" gumbu"
911
 
912
- #: includes/class-gllr-settings.php:690
913
  msgid "Instant Lightbox"
914
  msgstr ""
915
 
916
- #: includes/class-gllr-settings.php:693
917
  msgid ""
918
  "Enable to display all images in the lightbox after clicking cover image or "
919
  "URL instead of going to a single gallery page."
920
  msgstr ""
921
 
922
- #: includes/class-gllr-settings.php:707
923
  #, fuzzy
924
  msgid "Lightbox Settings"
925
  msgstr "Lightbox povezava"
926
 
927
- #: includes/class-gllr-settings.php:712
928
  msgid "Enable Lightbox"
929
  msgstr ""
930
 
931
- #: includes/class-gllr-settings.php:715
932
  msgid "Enable to show the lightbox when clicking on gallery images."
933
  msgstr ""
934
 
935
- #: includes/class-gllr-settings.php:733
936
  msgid ""
937
  "Select the maximum gallery image size for the lightbox view. \"Default\" "
938
  "will display the original, full size image."
939
  msgstr ""
940
 
941
- #: includes/class-gllr-settings.php:737
942
  msgid "Overlay Color"
943
  msgstr ""
944
 
945
- #: includes/class-gllr-settings.php:743
946
  msgid "Overlay Opacity"
947
  msgstr ""
948
 
949
- #: includes/class-gllr-settings.php:746
950
  #, php-format
951
  msgid ""
952
- "Lightbox overlay opacity. Leave blank to disable opacity (default is %d, max "
953
- "is %d)."
954
  msgstr ""
955
 
956
- #: includes/class-gllr-settings.php:756
957
  #, fuzzy
958
  msgid "Slideshow"
959
  msgstr "Začni projekcijo"
960
 
961
- #: includes/class-gllr-settings.php:758
962
  msgid "Enable to start the slideshow automatically when the lightbox is used."
963
  msgstr ""
964
 
965
- #: includes/class-gllr-settings.php:762
966
  #, fuzzy
967
  msgid "Slideshow Duration"
968
  msgstr "Interval projekcije slik"
969
 
970
- #: includes/class-gllr-settings.php:764
971
  msgid "ms"
972
  msgstr ""
973
 
974
- #: includes/class-gllr-settings.php:765
975
  msgid "Slideshow interval duration between two images."
976
  msgstr ""
977
 
978
- #: includes/class-gllr-settings.php:776
979
  #, fuzzy
980
  msgid "Lightbox Helpers"
981
  msgstr "Lightbox pomočnik"
982
 
983
- #: includes/class-gllr-settings.php:778
984
- msgid "Enable to display the lightbox helper buttons."
985
  msgstr ""
986
 
987
- #: includes/class-gllr-settings.php:782
988
  #, fuzzy
989
  msgid "Lightbox Thumbnails"
990
  msgstr "Velikost slike albuma"
991
 
992
- #: includes/class-gllr-settings.php:784
993
- #, fuzzy
994
- msgid "Enable to use a lightbox helper navigation between images.."
995
- msgstr "Uporabi lightbox enkratno za vse galerije na strani"
996
 
997
- #: includes/class-gllr-settings.php:788
998
  msgid "Lightbox Thumbnails Position"
999
  msgstr ""
1000
 
1001
- #: includes/class-gllr-settings.php:791
1002
  #, fuzzy
1003
  msgid "Top"
1004
  msgstr "vrh"
1005
 
1006
- #: includes/class-gllr-settings.php:796
1007
  #, fuzzy
1008
  msgid "Lightbox Button Label"
1009
  msgstr "Lightbox povezava"
1010
 
1011
- #: includes/class-gllr-settings.php:798
1012
  #, fuzzy
1013
  msgid "Read More"
1014
  msgstr "Preberi več"
1015
 
1016
- #: includes/class-gllr-settings.php:808
1017
  #, fuzzy
1018
  msgid "Download Button"
1019
  msgstr "Prensei \"Custom Search\""
1020
 
1021
- #: includes/class-gllr-settings.php:810
1022
- #, fuzzy
1023
- msgid ""
1024
- "Enable to display link to the original file under each image in the lightbox."
1025
- msgstr "Prikaži sliko polne velikosti v lightbox-u"
1026
 
1027
- #: includes/class-gllr-settings.php:814
1028
  msgid "Single Lightbox"
1029
  msgstr ""
1030
 
1031
- #: includes/class-gllr-settings.php:816
1032
  #, fuzzy
1033
  msgid ""
1034
  "Enable to use a single lightbox for multiple galleries located on a single "
1035
  "page."
1036
  msgstr "Uporabi lightbox enkratno za vse galerije na strani"
1037
 
1038
- #: includes/class-gllr-settings.php:826
1039
  msgid "Social Sharing Buttons Settings"
1040
  msgstr ""
1041
 
1042
- #: includes/class-gllr-settings.php:834
1043
- msgid "Enable Social Buttons"
1044
  msgstr ""
1045
 
1046
- #: includes/class-gllr-settings.php:836
1047
  msgid "Enable social sharing buttons in the lightbox."
1048
  msgstr ""
1049
 
1050
- #: includes/class-gllr-settings.php:840
1051
  msgid "Social Networks"
1052
  msgstr ""
1053
 
1054
- #: includes/class-gllr-settings.php:851
1055
- msgid "Social Buttons Position"
1056
- msgstr ""
1057
-
1058
- #: includes/class-gllr-settings.php:854
1059
- msgid "Left"
1060
- msgstr ""
1061
-
1062
- #: includes/class-gllr-settings.php:856
1063
- msgid "Select social buttons position in the lightbox."
1064
- msgstr ""
1065
-
1066
- #: includes/class-gllr-settings.php:860
1067
  #, fuzzy
1068
  msgid "Counter"
1069
  msgstr "Interval projekcije slik"
1070
 
1071
- #: includes/class-gllr-settings.php:863
1072
- msgid "Enable to show likes counter for each social button."
 
 
1073
  msgstr ""
1074
 
1075
- #: includes/class-gllr-settings.php:878
1076
  #, fuzzy
1077
  msgid "Demo Data"
1078
  msgstr "Instalacija %s"
1079
 
1080
- #: includes/class-gllr-settings.php:880
1081
  msgid ""
1082
  "Install demo data to create galleries with images, post with shortcodes and "
1083
  "page with a list of all galleries."
1084
  msgstr ""
1085
 
1086
- #: includes/class-gllr-settings.php:899
1087
  #, fuzzy
1088
  msgid "Gallery Post Type"
1089
  msgstr "Kratka koda do galerije"
1090
 
1091
- #: includes/class-gllr-settings.php:901
1092
  msgid ""
1093
  "Enable to avoid conflicts with other gallery plugins installed. All "
1094
  "galleries created earlier will stay unchanged. However, after enabling we "
@@ -1096,30 +1115,30 @@ msgid ""
1096
  "used."
1097
  msgstr ""
1098
 
1099
- #: includes/class-gllr-settings.php:913
1100
  #, fuzzy
1101
  msgid "Gallery Slug"
1102
  msgstr "Galerija"
1103
 
1104
- #: includes/class-gllr-settings.php:917
1105
  msgid "Enter the unique gallery slug."
1106
  msgstr ""
1107
 
1108
- #: includes/class-gllr-settings.php:933
1109
  #, fuzzy
1110
  msgid "Activate Now"
1111
  msgstr "Aktivirani moduli"
1112
 
1113
- #: includes/class-gllr-settings.php:948
1114
  #, fuzzy
1115
  msgid "Install Now"
1116
  msgstr "Instalacija %s"
1117
 
1118
- #: includes/class-gllr-settings.php:951
1119
  msgid "Enable to include galleries to your website search."
1120
  msgstr ""
1121
 
1122
- #: includes/class-gllr-settings.php:951
1123
  #, php-format
1124
  msgid "%s is required."
1125
  msgstr ""
@@ -1203,9 +1222,10 @@ msgid "Close notice"
1203
  msgstr ""
1204
 
1205
  #: includes/demo-data/class-bws-demo-data.php:591
 
1206
  msgid ""
1207
- "Do you want to install demo content and settings (You can do this later "
1208
- "using Import / Export settings)?"
1209
  msgstr ""
1210
 
1211
  #: includes/demo-data/class-bws-demo-data.php:591
@@ -1213,6 +1233,19 @@ msgstr ""
1213
  msgid "Yes, install demo now"
1214
  msgstr "Instalacija %s"
1215
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1216
  #~ msgid "Download high resolution image"
1217
  #~ msgstr "Prenesi sliko visoke resolucije"
1218
 
2
  msgstr ""
3
  "Project-Id-Version: Gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-12-05 16:20+0200\n"
6
+ "PO-Revision-Date: 2017-12-05 16:20+0200\n"
7
  "Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Tilen <tilen@divided.si>\n"
9
  "Language: sl_SI\n"
14
  "X-Poedit-Basepath: ..\n"
15
  "X-Poedit-SourceCharset: UTF-8\n"
16
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
17
+ "X-Generator: Poedit 1.8.7.1\n"
18
  "X-Poedit-SearchPath-0: .\n"
19
 
20
+ #: gallery-plugin.php:37 includes/class-gllr-settings.php:310
 
21
  msgid "Gallery Settings"
22
  msgstr "Nastavitve galerije"
23
 
24
+ #: gallery-plugin.php:37 includes/class-gllr-settings.php:321
25
  #, fuzzy
26
  msgid "Global Settings"
27
  msgstr "Nastavitve galerije"
28
 
29
+ #: gallery-plugin.php:43 gallery-plugin.php:2772
30
  msgid "Upgrade to Pro"
31
  msgstr ""
32
 
33
+ #: gallery-plugin.php:237
34
  msgid "Return to all albums"
35
  msgstr ""
36
 
37
+ #: gallery-plugin.php:249
38
  msgid "See images &raquo;"
39
  msgstr "Poglej slike &raquo;"
40
 
41
+ #: gallery-plugin.php:336 gallery-plugin.php:345
42
  msgid "Galleries"
43
  msgstr "Galerije"
44
 
45
+ #: gallery-plugin.php:337 gallery-plugin.php:3188
46
  msgid "Gallery"
47
  msgstr "Galerija"
48
 
49
+ #: gallery-plugin.php:338
50
  msgid "Add New Gallery"
51
  msgstr "Dodaj novo Galerijo"
52
 
53
+ #: gallery-plugin.php:339
54
  msgid "Edit Gallery"
55
  msgstr "Uredi Galerijo"
56
 
57
+ #: gallery-plugin.php:340
58
  msgid "New Gallery"
59
  msgstr "Nova Galerija"
60
 
61
+ #: gallery-plugin.php:341
62
  msgid "View Gallery"
63
  msgstr "Pregled Galerije"
64
 
65
+ #: gallery-plugin.php:342 includes/class-gllr-settings.php:941
66
  #, fuzzy
67
  msgid "Search Galleries"
68
  msgstr "Galerije"
69
 
70
+ #: gallery-plugin.php:343
71
  msgid "No Gallery found"
72
  msgstr "Galerija ni bila najdena"
73
 
74
+ #: gallery-plugin.php:365 gallery-plugin.php:1602 gallery-plugin.php:2918
75
+ #: gallery-plugin.php:2926 gallery-plugin.php:2964 gallery-plugin.php:2987
76
+ #: gallery-plugin.php:3172
77
  #, fuzzy
78
  msgid "Gallery Categories"
79
  msgstr "Velikost slike v galeriji"
80
 
81
+ #: gallery-plugin.php:366 gallery-plugin.php:805
82
  #, fuzzy
83
  msgid "Gallery Category"
84
  msgstr "Velikost slike v galeriji"
85
 
86
+ #: gallery-plugin.php:367
87
  msgid "Add Gallery Category"
88
  msgstr ""
89
 
90
+ #: gallery-plugin.php:368
91
  #, fuzzy
92
  msgid "Add New Gallery Category"
93
  msgstr "Dodaj novo Galerijo"
94
 
95
+ #: gallery-plugin.php:369 gallery-plugin.php:370
96
  msgid "Edit Gallery Category"
97
  msgstr ""
98
 
99
+ #: gallery-plugin.php:371
100
  msgid "New Gallery Category"
101
  msgstr ""
102
 
103
+ #: gallery-plugin.php:372 gallery-plugin.php:373
104
  msgid "View Gallery Category"
105
  msgstr ""
106
 
107
+ #: gallery-plugin.php:374
108
  msgid "Find Gallery Category"
109
  msgstr ""
110
 
111
+ #: gallery-plugin.php:375
112
  msgid "No Gallery Categories found"
113
  msgstr ""
114
 
115
+ #: gallery-plugin.php:376
116
  msgid "No Gallery Categories found in Trash"
117
  msgstr ""
118
 
119
+ #: gallery-plugin.php:377
120
  msgid "Parent Gallery Category"
121
  msgstr ""
122
 
123
+ #: gallery-plugin.php:378
124
  msgid "Gallery Categories list navigation"
125
  msgstr ""
126
 
127
+ #: gallery-plugin.php:379
128
  msgid "Gallery Categories list"
129
  msgstr ""
130
 
131
+ #: gallery-plugin.php:455
132
  msgid "Gallery Shortcode"
133
  msgstr "Kratka koda do galerije"
134
 
135
+ #: gallery-plugin.php:464
136
  msgid ""
137
  "Add a single gallery with images to your posts, pages, custom post types or "
138
  "widgets by using the following shortcode:"
139
  msgstr ""
140
 
141
+ #: gallery-plugin.php:468
142
  msgid ""
143
  "Add a gallery cover including featured image, description, and a link to "
144
  "your single gallery using the following shortcode:"
145
  msgstr ""
146
 
147
+ #: gallery-plugin.php:581
148
  msgid "Note"
149
  msgstr ""
150
 
151
+ #: gallery-plugin.php:581
152
  #, php-format
153
  msgid ""
154
  "When deleting a category, the galleries that belong to this category will "
155
+ "not be deleted. These galleries will be moved to the category %s."
156
  msgstr ""
157
 
158
+ #: gallery-plugin.php:594 gallery-plugin.php:1601
159
  #, fuzzy
160
  msgid "Shortcode"
161
  msgstr "Kratka koda do galerije"
162
 
163
+ #: gallery-plugin.php:640
164
  msgid "All Gallery Categories"
165
  msgstr ""
166
 
167
+ #: gallery-plugin.php:717
168
  msgid "You can't delete default gallery category."
169
  msgstr ""
170
 
171
+ #: gallery-plugin.php:1091 gallery-plugin.php:1198 gallery-plugin.php:2109
172
  msgid "Sorry, nothing found."
173
  msgstr "Žal ni zadetkov"
174
 
175
+ #: gallery-plugin.php:1598
176
  msgid "Featured Image"
177
  msgstr ""
178
 
179
+ #: gallery-plugin.php:1599 gallery-plugin.php:2629 gallery-plugin.php:2733
180
+ #: gallery-plugin.php:2844 includes/class-gllr-settings.php:679
181
  msgid "Title"
182
  msgstr "Naslov"
183
 
184
+ #: gallery-plugin.php:1600 includes/class-gllr-settings.php:41
185
  #, fuzzy
186
  msgid "Images"
187
  msgstr "Slika"
188
 
189
+ #: gallery-plugin.php:1603 includes/class-gllr-settings.php:684
190
  msgid "Author"
191
  msgstr "Avtor"
192
 
193
+ #: gallery-plugin.php:1604 includes/class-gllr-settings.php:513
194
+ #: includes/class-gllr-settings.php:680
195
  msgid "Date"
196
  msgstr "Datum"
197
 
198
+ #: gallery-plugin.php:1690
199
+ #, php-format
200
+ msgid "%s Settings"
201
+ msgstr ""
202
+
203
+ #: gallery-plugin.php:1717 gallery-plugin.php:1735
204
  #: includes/class-gllr-settings.php:30 includes/class-gllr-settings.php:42
205
  msgid "Settings"
206
  msgstr "Nastavitve"
207
 
208
+ #: gallery-plugin.php:1718
209
  msgid "FAQ"
210
  msgstr "FAQ"
211
 
212
+ #: gallery-plugin.php:1719
213
  msgid "Support"
214
  msgstr "Podpora"
215
 
216
+ #: gallery-plugin.php:1758
217
  msgid "Updating images..."
218
  msgstr "Posodabljam slike..."
219
 
220
+ #: gallery-plugin.php:1759
221
  #, fuzzy
222
  msgid "No images found."
223
  msgstr "Slike niso bile najdene"
224
 
225
+ #: gallery-plugin.php:1760
226
  #, fuzzy
227
  msgid "All images were updated."
228
  msgstr "Vse slike so posodobljene"
229
 
230
+ #: gallery-plugin.php:1761
231
  msgid "Error."
232
  msgstr "Napaka."
233
 
234
+ #: gallery-plugin.php:1773
235
  msgid ""
236
  "You are about to remove these items from this gallery.\n"
237
  " 'Cancel' to stop, 'OK' to delete."
238
  msgstr ""
239
 
240
+ #: gallery-plugin.php:1774
241
  msgid ""
242
  "You are about to remove this image from the gallery.\n"
243
  " 'Cancel' to stop, 'OK' to delete."
244
  msgstr ""
245
 
246
+ #: gallery-plugin.php:1775
247
  msgid ""
248
  "Switching to another mode, all unsaved data will be lost. Save data before "
249
  "switching?"
250
  msgstr ""
251
 
252
+ #: gallery-plugin.php:1776
253
  msgid "Insert Media"
254
  msgstr ""
255
 
256
+ #: gallery-plugin.php:1777
257
  msgid "Insert"
258
  msgstr ""
259
 
260
+ #: gallery-plugin.php:2301 gallery-plugin.php:2327
261
  msgid "Image size not defined"
262
  msgstr "Velikost slike ni podana"
263
 
264
+ #: gallery-plugin.php:2316
265
  #, fuzzy
266
  msgid ""
267
  "Plugin updates only PNG, JPEG, GIF, WPMP or XBM filetype. For other, please "
270
  "Posodobiti je možno le PNG, JPEG, GIF, WPMP ali XBM tipe datotek. Za vse "
271
  "ostale prosimo, da posodobiš slike ročno."
272
 
273
+ #: gallery-plugin.php:2356 gallery-plugin.php:2359 gallery-plugin.php:2364
 
 
 
 
274
  msgid "Invalid path"
275
  msgstr "Napačna pot"
276
 
277
+ #: gallery-plugin.php:2453
278
  msgid "List View"
279
  msgstr ""
280
 
281
+ #: gallery-plugin.php:2454
282
  msgid "Grid View"
283
  msgstr ""
284
 
285
+ #: gallery-plugin.php:2509
286
  msgid "Filter"
287
  msgstr ""
288
 
289
+ #: gallery-plugin.php:2513
290
  msgid "Empty Trash"
291
  msgstr ""
292
 
293
+ #: gallery-plugin.php:2534
294
  #, fuzzy
295
  msgid "No images found"
296
  msgstr "Slike niso bile najdene"
297
 
298
+ #: gallery-plugin.php:2586
299
  msgid "Select bulk action"
300
  msgstr ""
301
 
302
+ #: gallery-plugin.php:2588
303
  msgid "Bulk Actions"
304
  msgstr ""
305
 
306
+ #: gallery-plugin.php:2598
307
  msgid "Apply"
308
  msgstr ""
309
 
310
+ #: gallery-plugin.php:2605
311
  #, fuzzy
312
  msgid "Delete from Gallery"
313
  msgstr "Nova Galerija"
314
 
315
+ #: gallery-plugin.php:2614
316
  msgid "Bulk Select"
317
  msgstr ""
318
 
319
+ #: gallery-plugin.php:2615
320
  msgid "Cancel Selection"
321
  msgstr ""
322
 
323
+ #: gallery-plugin.php:2616
324
  msgid "Delete Selected"
325
  msgstr ""
326
 
327
+ #: gallery-plugin.php:2627
328
  msgid "File"
329
  msgstr ""
330
 
331
+ #: gallery-plugin.php:2628 gallery-plugin.php:2728 gallery-plugin.php:2839
332
  msgid "Dimensions"
333
  msgstr ""
334
 
335
+ #: gallery-plugin.php:2630 gallery-plugin.php:2739 gallery-plugin.php:2849
336
  #, fuzzy
337
  msgid "Alt Text"
338
  msgstr "Alt oznaka"
339
 
340
+ #: gallery-plugin.php:2631 gallery-plugin.php:2743 gallery-plugin.php:2854
341
  msgid "URL"
342
  msgstr "URL"
343
 
344
+ #: gallery-plugin.php:2631 gallery-plugin.php:2745
345
  msgid ""
346
  "Enter your custom URL to link this image to other page or file. Leave blank "
347
  "to open a full size image."
348
  msgstr ""
349
 
350
+ #: gallery-plugin.php:2710
351
  #, fuzzy
352
  msgid "Remove Image from Gallery"
353
  msgstr "Nova Galerija"
354
 
355
+ #: gallery-plugin.php:2713
356
  #, fuzzy
357
  msgid "Edit Image Info"
358
  msgstr "ID priloge"
359
 
360
+ #: gallery-plugin.php:2714
361
  msgid "Deselect"
362
  msgstr ""
363
 
364
+ #: gallery-plugin.php:2726
365
  msgid "File name"
366
  msgstr ""
367
 
368
+ #: gallery-plugin.php:2727
369
  msgid "File type"
370
  msgstr ""
371
 
372
+ #: gallery-plugin.php:2752
373
  msgid "Description"
374
  msgstr "Opis"
375
 
376
+ #: gallery-plugin.php:2758
377
  #, fuzzy
378
  msgid "Lightbox Button URL"
379
  msgstr "Lightbox povezava"
380
 
381
+ #: gallery-plugin.php:2765
382
  msgid "New Tab"
383
  msgstr ""
384
 
385
+ #: gallery-plugin.php:2767
386
  msgid "Enable to open URLs above in a new tab."
387
  msgstr ""
388
 
389
+ #: gallery-plugin.php:2772
390
  #, fuzzy
391
  msgid "Go Pro"
392
  msgstr "Pojdi na PRO"
393
 
394
+ #: gallery-plugin.php:2778
395
  msgid "Edit more details"
396
  msgstr ""
397
 
398
+ #: gallery-plugin.php:2780
399
  #, fuzzy
400
  msgid "Remove from Gallery"
401
  msgstr "Nova Galerija"
402
 
403
+ #: gallery-plugin.php:2814
404
  #, php-format
405
  msgid "Select %s"
406
  msgstr ""
407
 
408
+ #: gallery-plugin.php:2827
409
  #, php-format
410
  msgid "Edit &#8220;%s&#8221;"
411
  msgstr ""
412
 
413
+ #: gallery-plugin.php:2835
414
  #, fuzzy
415
  msgid "Edit Attachment Info"
416
  msgstr "ID priloge"
417
 
418
+ #: gallery-plugin.php:2872 gallery-plugin.php:2885
419
  msgid "Edit"
420
  msgstr ""
421
 
422
+ #: gallery-plugin.php:2875 gallery-plugin.php:2890
423
  msgid "Trash"
424
  msgstr ""
425
 
426
+ #: gallery-plugin.php:2878 gallery-plugin.php:2893
427
  msgid "Delete Permanently"
428
  msgstr ""
429
 
430
+ #: gallery-plugin.php:2880 gallery-plugin.php:2899
431
  #, php-format
432
  msgid "View &#8220;%s&#8221;"
433
  msgstr ""
434
 
435
+ #: gallery-plugin.php:2880 gallery-plugin.php:2899 gallery-plugin.php:2982
436
  msgid "View"
437
  msgstr ""
438
 
439
+ #: gallery-plugin.php:2882
440
  #, fuzzy
441
  msgid "Attach"
442
  msgstr "ID priloge"
443
 
444
+ #: gallery-plugin.php:2888
445
  msgid "Restore"
446
  msgstr ""
447
 
448
+ #: gallery-plugin.php:2917
449
  msgid "A list or dropdown of Gallery categories."
450
  msgstr ""
451
 
452
+ #: gallery-plugin.php:2962
453
  msgid "Select Gallery Category"
454
  msgstr ""
455
 
456
+ #: gallery-plugin.php:3020
457
  msgid "Title:"
458
  msgstr ""
459
 
460
+ #: gallery-plugin.php:3023
461
  msgid "Display as dropdown"
462
  msgstr ""
463
 
464
+ #: gallery-plugin.php:3025
465
  msgid "Show gallery counts"
466
  msgstr ""
467
 
468
+ #: gallery-plugin.php:3027
469
  msgid "Show hierarchy"
470
  msgstr ""
471
 
472
+ #: gallery-plugin.php:3143
473
  msgid "Warning"
474
  msgstr ""
475
 
476
+ #: gallery-plugin.php:3143
477
  msgid "You can add only images to the gallery"
478
  msgstr ""
479
 
480
+ #: gallery-plugin.php:3174
481
  msgid "or"
482
  msgstr "ali"
483
 
484
+ #: gallery-plugin.php:3182
485
  #, fuzzy
486
  msgid "no title"
487
  msgstr "Naslov"
488
 
489
+ #: gallery-plugin.php:3193
490
  #, fuzzy
491
  msgid ""
492
  "Display an album image with the description and the link to a single gallery "
495
  "Če želiš prikazati kratek opis s predogledno sliko in povezavo do posamezne "
496
  "galerije kopiraj spodnjo povezavo."
497
 
498
+ #: gallery-plugin.php:3197
499
  #, fuzzy
500
  msgid "Sorry, no gallery found."
501
  msgstr "Žal ni zadetkov"
529
  msgid "License Key"
530
  msgstr ""
531
 
532
+ #: includes/class-gllr-settings.php:210
533
  msgid "Custom image size was changed. You need to update gallery images."
534
  msgstr ""
535
 
536
+ #: includes/class-gllr-settings.php:247
537
  #, fuzzy
538
  msgid "Settings saved"
539
  msgstr "Nastavitve so shranjene"
540
 
541
+ #: includes/class-gllr-settings.php:259
542
  #, fuzzy
543
  msgid "Please, enable JavaScript in Your browser."
544
  msgstr "Prosimo vklopite Javascript za uporabo nalagalnika datotek."
545
 
546
+ #: includes/class-gllr-settings.php:264
547
  #, fuzzy
548
  msgid "Update Images"
549
  msgstr "Posodabljam slike..."
550
 
551
+ #: includes/class-gllr-settings.php:279
552
  #, fuzzy
553
  msgid "Gallery Images"
554
  msgstr "Velikost slike v galeriji"
555
 
556
+ #: includes/class-gllr-settings.php:284
557
+ msgid "Images adding requires JavaScript."
558
  msgstr ""
559
 
560
+ #: includes/class-gllr-settings.php:287
561
  msgid "Add Media"
562
  msgstr ""
563
 
564
+ #: includes/class-gllr-settings.php:296
565
  msgid "The grid view for the Gallery images requires JavaScript."
566
  msgstr ""
567
 
568
+ #: includes/class-gllr-settings.php:296
569
  msgid "Switch to the list view"
570
  msgstr ""
571
 
572
+ #: includes/class-gllr-settings.php:319
573
  #, fuzzy
574
  msgid "Single Gallery Settings"
575
  msgstr "Nastavitve galerije"
576
 
577
+ #: includes/class-gllr-settings.php:321
578
  #, php-format
579
  msgid "Enable to configure single gallery settings and disable %s."
580
  msgstr ""
581
 
582
+ #: includes/class-gllr-settings.php:332 includes/class-gllr-settings.php:389
583
+ #: includes/class-gllr-settings.php:433 includes/class-gllr-settings.php:483
584
+ #: includes/class-gllr-settings.php:621 includes/class-gllr-settings.php:709
585
+ #: includes/class-gllr-settings.php:745 includes/class-gllr-settings.php:795
586
+ #: includes/class-gllr-settings.php:923
587
  msgid "Close"
588
  msgstr ""
589
 
590
+ #: includes/class-gllr-settings.php:336
591
  #, fuzzy
592
  msgid "Gallery Layout"
593
  msgstr "Galerija ni bila najdena"
594
 
595
+ #: includes/class-gllr-settings.php:341
596
  msgid "Grid"
597
  msgstr ""
598
 
599
+ #: includes/class-gllr-settings.php:347
600
  msgid "Masonry"
601
  msgstr ""
602
 
 
 
 
 
603
  #: includes/class-gllr-settings.php:360
604
+ msgid "Number of Columns"
605
  msgstr ""
606
 
607
+ #: includes/class-gllr-settings.php:363
608
  #, php-format
609
  msgid "Number of gallery columns (default is %s)."
610
  msgstr ""
611
 
612
+ #: includes/class-gllr-settings.php:367 includes/class-gllr-settings.php:749
613
  #, fuzzy
614
  msgid "Image Size"
615
  msgstr "Velikost slike"
616
 
617
+ #: includes/class-gllr-settings.php:373 includes/class-gllr-settings.php:606
618
  msgid "Custom"
619
  msgstr ""
620
 
621
+ #: includes/class-gllr-settings.php:375
622
  msgid ""
623
  "Maximum gallery image size. \"Custom\" uses the Image Dimensions values."
624
  msgstr ""
625
 
626
+ #: includes/class-gllr-settings.php:379
627
  #, fuzzy
628
  msgid "Custom Image Size"
629
  msgstr "Velikost slike"
630
 
631
+ #: includes/class-gllr-settings.php:381 includes/class-gllr-settings.php:469
632
+ #: includes/class-gllr-settings.php:614 includes/class-gllr-settings.php:664
633
  msgid "px"
634
  msgstr ""
635
 
636
+ #: includes/class-gllr-settings.php:382
637
  msgid ""
638
  "Adjust these values based on the number of columns in your gallery. This "
639
  "won't effect the full size of your images in the lightbox."
640
  msgstr ""
641
 
642
+ #: includes/class-gllr-settings.php:393
643
  #, fuzzy
644
  msgid "Crop Images"
645
  msgstr "Preuredi slike"
646
 
647
+ #: includes/class-gllr-settings.php:395
648
  msgid ""
649
  "Enable to crop images using the sizes defined for Custom Image Size. Disable "
650
  "to resize images automatically using their aspect ratio."
651
  msgstr ""
652
 
653
+ #: includes/class-gllr-settings.php:399 includes/class-gllr-settings.php:631
654
  #, fuzzy
655
  msgid "Crop Position"
656
  msgstr "Pozicija za obrez"
657
 
658
+ #: includes/class-gllr-settings.php:414 includes/class-gllr-settings.php:646
659
  msgid "Select crop position base (by default: center)."
660
  msgstr ""
661
 
662
+ #: includes/class-gllr-settings.php:424
663
  #, fuzzy
664
  msgid "Image Title"
665
  msgstr "Velikost slike"
666
 
667
+ #: includes/class-gllr-settings.php:426
668
  msgid "Enable to display image title along with the gallery image."
669
  msgstr ""
670
 
671
+ #: includes/class-gllr-settings.php:437
672
  #, fuzzy
673
  msgid "Image Title Position"
674
  msgstr "Velikost slike ni podana"
675
 
676
+ #: includes/class-gllr-settings.php:442
677
  #, fuzzy
678
  msgid "Under image"
679
  msgstr "Posodobi slike"
680
 
681
+ #: includes/class-gllr-settings.php:448
682
  msgid "On mouse hover"
683
  msgstr ""
684
 
685
+ #: includes/class-gllr-settings.php:461
686
  #, fuzzy
687
  msgid "Image Border"
688
  msgstr "Slike z okvirjem"
689
 
690
+ #: includes/class-gllr-settings.php:463
691
  msgid ""
692
  "Enable images border using the styles defined for Image Border Size and "
693
+ "Color options."
694
  msgstr ""
695
 
696
+ #: includes/class-gllr-settings.php:467
697
  #, fuzzy
698
  msgid "Image Border Size"
699
  msgstr "Velikost slike"
700
 
701
+ #: includes/class-gllr-settings.php:470
702
  #, php-format
703
  msgid "Gallery image border width (default is %s)"
704
  msgstr ""
705
 
706
+ #: includes/class-gllr-settings.php:474
707
  #, fuzzy
708
  msgid "Image Border Color"
709
  msgstr "Izberi barvo okvirja"
710
 
711
+ #: includes/class-gllr-settings.php:487
712
  msgid "Pagination"
713
  msgstr ""
714
 
715
+ #: includes/class-gllr-settings.php:490
716
  msgid ""
717
  "Enable pagination for images to limit number of images displayed on a single "
718
  "gallery page."
719
  msgstr ""
720
 
721
+ #: includes/class-gllr-settings.php:494
722
  #, fuzzy
723
  msgid "Number of Images"
724
  msgstr "Število slik v vrsti"
725
 
726
+ #: includes/class-gllr-settings.php:497
727
  #, php-format
728
  msgid "Number of images displayed per page (default is %d)."
729
  msgstr ""
730
 
731
+ #: includes/class-gllr-settings.php:507
732
  #, fuzzy
733
  msgid "Sort Images by"
734
  msgstr "Uredi slike po"
735
 
736
+ #: includes/class-gllr-settings.php:510
737
  msgid "Manually (default)"
738
  msgstr ""
739
 
740
+ #: includes/class-gllr-settings.php:511
741
  #, fuzzy
742
  msgid "Image ID"
743
  msgstr "Slika"
744
 
745
+ #: includes/class-gllr-settings.php:512
746
  msgid "Name"
747
  msgstr ""
748
 
749
+ #: includes/class-gllr-settings.php:514 includes/class-gllr-settings.php:685
750
  msgid "Random"
751
  msgstr "Naključno"
752
 
753
+ #: includes/class-gllr-settings.php:516
754
  msgid ""
755
  "Select images sorting order in your gallery. By default, you can sort images "
756
  "manually in the images tab."
757
  msgstr ""
758
 
759
+ #: includes/class-gllr-settings.php:520
760
  #, fuzzy
761
  msgid "Arrange Images by"
762
  msgstr "Uredi slike po"
763
 
764
+ #: includes/class-gllr-settings.php:523 includes/class-gllr-settings.php:694
765
  msgid "Ascending (e.g. 1, 2, 3; a, b, c)"
766
  msgstr ""
767
 
768
+ #: includes/class-gllr-settings.php:524 includes/class-gllr-settings.php:695
769
  msgid "Descending (e.g. 3, 2, 1; c, b, a)"
770
  msgstr ""
771
 
772
+ #: includes/class-gllr-settings.php:529
773
  #, fuzzy
774
  msgid "Back Link"
775
  msgstr "Povezava, na kateri se nahajajo galerije"
776
 
777
+ #: includes/class-gllr-settings.php:531
778
  msgid ""
779
  "Enable to show a back link in a single gallery page which navigate to a "
780
  "previous page."
781
  msgstr ""
782
 
783
+ #: includes/class-gllr-settings.php:535
784
  #, fuzzy
785
  msgid "Back Link URL"
786
  msgstr "Povezava, na kateri se nahajajo galerije"
787
 
788
+ #: includes/class-gllr-settings.php:538
789
  msgid "Back link custom page URL. Leave blank to use Gallery page template."
790
  msgstr ""
791
 
792
+ #: includes/class-gllr-settings.php:542
793
  #, fuzzy
794
  msgid "Back Link Label"
795
  msgstr "Povezava, na kateri se nahajajo galerije"
796
 
797
+ #: includes/class-gllr-settings.php:548
798
  #, fuzzy
799
  msgid "Back Link with Shortcode"
800
  msgstr "Prikaži povratni link v kratki kodi"
801
 
802
+ #: includes/class-gllr-settings.php:551
803
  #, fuzzy
804
  msgid "Enable to display a back link on a page where shortcode is used."
805
  msgstr "Prikaži povratni link v kratki kodi"
806
 
807
+ #: includes/class-gllr-settings.php:562
808
  #, fuzzy
809
  msgid "Cover Settings"
810
  msgstr "Nastavitve galerije"
811
 
812
+ #: includes/class-gllr-settings.php:567
813
  #, fuzzy
814
  msgid "Galleries Page"
815
  msgstr "Galerije"
816
 
817
+ #: includes/class-gllr-settings.php:575
818
  #, fuzzy
819
  msgid "Base page where all existing galleries will be displayed."
820
  msgstr ""
821
  "V primeru posodobitve na PRO verzijo se bodo vse nastavitve in galerije "
822
  "ohranile."
823
 
824
+ #: includes/class-gllr-settings.php:579
825
+ msgid "Albums Displaying"
826
+ msgstr ""
827
+
828
+ #: includes/class-gllr-settings.php:582
829
+ msgid "Column"
830
+ msgstr ""
831
+
832
+ #: includes/class-gllr-settings.php:583
833
+ msgid "Rows"
834
+ msgstr ""
835
+
836
+ #: includes/class-gllr-settings.php:585
837
+ msgid "Select the way galleries will be displayed on the Galleries Page."
838
+ msgstr ""
839
+
840
+ #: includes/class-gllr-settings.php:589
841
+ msgid "Column Alignment"
842
+ msgstr ""
843
+
844
+ #: includes/class-gllr-settings.php:592
845
+ msgid "Left"
846
+ msgstr ""
847
+
848
+ #: includes/class-gllr-settings.php:593
849
+ msgid "Right"
850
+ msgstr ""
851
+
852
+ #: includes/class-gllr-settings.php:594
853
+ msgid "Center"
854
+ msgstr ""
855
+
856
+ #: includes/class-gllr-settings.php:596
857
+ msgid "Select the column alignment."
858
+ msgstr ""
859
+
860
+ #: includes/class-gllr-settings.php:600
861
  #, fuzzy
862
  msgid "Cover Image Size"
863
  msgstr "Velikost slike"
864
 
865
+ #: includes/class-gllr-settings.php:608
866
  msgid "Maximum cover image size. Custom uses the Image Dimensions values."
867
  msgstr ""
868
 
869
+ #: includes/class-gllr-settings.php:612
870
  msgid "Custom Cover Image Size"
871
  msgstr ""
872
 
873
+ #: includes/class-gllr-settings.php:625
874
  msgid "Crop Cover Images"
875
  msgstr ""
876
 
877
+ #: includes/class-gllr-settings.php:627
878
  msgid ""
879
  "Enable to crop images using the sizes defined for Custom Cover Image Size. "
880
  "Disable to resize images automatically using their aspect ratio."
881
  msgstr ""
882
 
883
+ #: includes/class-gllr-settings.php:656
884
  #, fuzzy
885
  msgid "Cover Image Border"
886
  msgstr "Slike z okvirjem"
887
 
888
+ #: includes/class-gllr-settings.php:658
889
  msgid ""
890
  "Enable cover images border using the styles defined for Image Border Size "
891
  "and Color."
892
  msgstr ""
893
 
894
+ #: includes/class-gllr-settings.php:662
895
  msgid "Cover Image Border Size"
896
  msgstr ""
897
 
898
+ #: includes/class-gllr-settings.php:665
899
  #, php-format
900
  msgid "Cover image border width (default is %s)"
901
  msgstr ""
902
 
903
+ #: includes/class-gllr-settings.php:669
904
  #, fuzzy
905
  msgid "Cover Image Border Color"
906
  msgstr "Izberi barvo okvirja"
907
 
908
+ #: includes/class-gllr-settings.php:675
909
  #, fuzzy
910
  msgid "Sort Albums by"
911
  msgstr "Uredi slike po"
912
 
913
+ #: includes/class-gllr-settings.php:678
914
  #, fuzzy
915
  msgid "Gallery ID"
916
  msgstr "Galerija"
917
 
918
+ #: includes/class-gllr-settings.php:681
919
  msgid "Last modified date"
920
  msgstr ""
921
 
922
+ #: includes/class-gllr-settings.php:682
923
  msgid "Comment count"
924
  msgstr ""
925
 
926
+ #: includes/class-gllr-settings.php:683
927
  #, fuzzy
928
  msgid "Sorting order (the input field for sorting order)"
929
  msgstr "Razporejanje glede na razporeditev v predstavnostni knjižici"
930
 
931
+ #: includes/class-gllr-settings.php:687
932
  msgid "Select galleries sorting order in your galleries page."
933
  msgstr ""
934
 
935
+ #: includes/class-gllr-settings.php:691
936
  msgid "Arrange Albums by"
937
  msgstr ""
938
 
939
+ #: includes/class-gllr-settings.php:700
940
  #, fuzzy
941
  msgid "Read More Link Label"
942
  msgstr "Tekst v \"Read More\" gumbu"
943
 
944
+ #: includes/class-gllr-settings.php:713
945
  msgid "Instant Lightbox"
946
  msgstr ""
947
 
948
+ #: includes/class-gllr-settings.php:716
949
  msgid ""
950
  "Enable to display all images in the lightbox after clicking cover image or "
951
  "URL instead of going to a single gallery page."
952
  msgstr ""
953
 
954
+ #: includes/class-gllr-settings.php:730
955
  #, fuzzy
956
  msgid "Lightbox Settings"
957
  msgstr "Lightbox povezava"
958
 
959
+ #: includes/class-gllr-settings.php:735
960
  msgid "Enable Lightbox"
961
  msgstr ""
962
 
963
+ #: includes/class-gllr-settings.php:738
964
  msgid "Enable to show the lightbox when clicking on gallery images."
965
  msgstr ""
966
 
967
+ #: includes/class-gllr-settings.php:756
968
  msgid ""
969
  "Select the maximum gallery image size for the lightbox view. \"Default\" "
970
  "will display the original, full size image."
971
  msgstr ""
972
 
973
+ #: includes/class-gllr-settings.php:760
974
  msgid "Overlay Color"
975
  msgstr ""
976
 
977
+ #: includes/class-gllr-settings.php:766
978
  msgid "Overlay Opacity"
979
  msgstr ""
980
 
981
+ #: includes/class-gllr-settings.php:769
982
  #, php-format
983
  msgid ""
984
+ "Lightbox overlay opacity. Leave blank to disable opacity (default is %s, max "
985
+ "is %s)."
986
  msgstr ""
987
 
988
+ #: includes/class-gllr-settings.php:779
989
  #, fuzzy
990
  msgid "Slideshow"
991
  msgstr "Začni projekcijo"
992
 
993
+ #: includes/class-gllr-settings.php:781
994
  msgid "Enable to start the slideshow automatically when the lightbox is used."
995
  msgstr ""
996
 
997
+ #: includes/class-gllr-settings.php:785
998
  #, fuzzy
999
  msgid "Slideshow Duration"
1000
  msgstr "Interval projekcije slik"
1001
 
1002
+ #: includes/class-gllr-settings.php:787
1003
  msgid "ms"
1004
  msgstr ""
1005
 
1006
+ #: includes/class-gllr-settings.php:788
1007
  msgid "Slideshow interval duration between two images."
1008
  msgstr ""
1009
 
1010
+ #: includes/class-gllr-settings.php:799
1011
  #, fuzzy
1012
  msgid "Lightbox Helpers"
1013
  msgstr "Lightbox pomočnik"
1014
 
1015
+ #: includes/class-gllr-settings.php:801
1016
+ msgid "Enable to display the lightbox toolbar and arrows."
1017
  msgstr ""
1018
 
1019
+ #: includes/class-gllr-settings.php:805
1020
  #, fuzzy
1021
  msgid "Lightbox Thumbnails"
1022
  msgstr "Velikost slike albuma"
1023
 
1024
+ #: includes/class-gllr-settings.php:807
1025
+ msgid "Enable to use a lightbox helper navigation between images."
1026
+ msgstr ""
 
1027
 
1028
+ #: includes/class-gllr-settings.php:811
1029
  msgid "Lightbox Thumbnails Position"
1030
  msgstr ""
1031
 
1032
+ #: includes/class-gllr-settings.php:814
1033
  #, fuzzy
1034
  msgid "Top"
1035
  msgstr "vrh"
1036
 
1037
+ #: includes/class-gllr-settings.php:819
1038
  #, fuzzy
1039
  msgid "Lightbox Button Label"
1040
  msgstr "Lightbox povezava"
1041
 
1042
+ #: includes/class-gllr-settings.php:821
1043
  #, fuzzy
1044
  msgid "Read More"
1045
  msgstr "Preberi več"
1046
 
1047
+ #: includes/class-gllr-settings.php:831
1048
  #, fuzzy
1049
  msgid "Download Button"
1050
  msgstr "Prensei \"Custom Search\""
1051
 
1052
+ #: includes/class-gllr-settings.php:833
1053
+ msgid "Enable to display download button."
1054
+ msgstr ""
 
 
1055
 
1056
+ #: includes/class-gllr-settings.php:837
1057
  msgid "Single Lightbox"
1058
  msgstr ""
1059
 
1060
+ #: includes/class-gllr-settings.php:839
1061
  #, fuzzy
1062
  msgid ""
1063
  "Enable to use a single lightbox for multiple galleries located on a single "
1064
  "page."
1065
  msgstr "Uporabi lightbox enkratno za vse galerije na strani"
1066
 
1067
+ #: includes/class-gllr-settings.php:849
1068
  msgid "Social Sharing Buttons Settings"
1069
  msgstr ""
1070
 
1071
+ #: includes/class-gllr-settings.php:857
1072
+ msgid "Social Buttons"
1073
  msgstr ""
1074
 
1075
+ #: includes/class-gllr-settings.php:859
1076
  msgid "Enable social sharing buttons in the lightbox."
1077
  msgstr ""
1078
 
1079
+ #: includes/class-gllr-settings.php:863
1080
  msgid "Social Networks"
1081
  msgstr ""
1082
 
1083
+ #: includes/class-gllr-settings.php:874
 
 
 
 
 
 
 
 
 
 
 
 
1084
  #, fuzzy
1085
  msgid "Counter"
1086
  msgstr "Interval projekcije slik"
1087
 
1088
+ #: includes/class-gllr-settings.php:877
1089
+ msgid ""
1090
+ "Enable to show likes counter for each social button (not available for "
1091
+ "Google +1)."
1092
  msgstr ""
1093
 
1094
+ #: includes/class-gllr-settings.php:892
1095
  #, fuzzy
1096
  msgid "Demo Data"
1097
  msgstr "Instalacija %s"
1098
 
1099
+ #: includes/class-gllr-settings.php:894
1100
  msgid ""
1101
  "Install demo data to create galleries with images, post with shortcodes and "
1102
  "page with a list of all galleries."
1103
  msgstr ""
1104
 
1105
+ #: includes/class-gllr-settings.php:913
1106
  #, fuzzy
1107
  msgid "Gallery Post Type"
1108
  msgstr "Kratka koda do galerije"
1109
 
1110
+ #: includes/class-gllr-settings.php:915
1111
  msgid ""
1112
  "Enable to avoid conflicts with other gallery plugins installed. All "
1113
  "galleries created earlier will stay unchanged. However, after enabling we "
1115
  "used."
1116
  msgstr ""
1117
 
1118
+ #: includes/class-gllr-settings.php:927
1119
  #, fuzzy
1120
  msgid "Gallery Slug"
1121
  msgstr "Galerija"
1122
 
1123
+ #: includes/class-gllr-settings.php:931
1124
  msgid "Enter the unique gallery slug."
1125
  msgstr ""
1126
 
1127
+ #: includes/class-gllr-settings.php:947
1128
  #, fuzzy
1129
  msgid "Activate Now"
1130
  msgstr "Aktivirani moduli"
1131
 
1132
+ #: includes/class-gllr-settings.php:962
1133
  #, fuzzy
1134
  msgid "Install Now"
1135
  msgstr "Instalacija %s"
1136
 
1137
+ #: includes/class-gllr-settings.php:965
1138
  msgid "Enable to include galleries to your website search."
1139
  msgstr ""
1140
 
1141
+ #: includes/class-gllr-settings.php:965
1142
  #, php-format
1143
  msgid "%s is required."
1144
  msgstr ""
1222
  msgstr ""
1223
 
1224
  #: includes/demo-data/class-bws-demo-data.php:591
1225
+ #, php-format
1226
  msgid ""
1227
+ "Do you want to install demo content and settings for %s (You can do this "
1228
+ "later using Import / Export settings)?"
1229
  msgstr ""
1230
 
1231
  #: includes/demo-data/class-bws-demo-data.php:591
1233
  msgid "Yes, install demo now"
1234
  msgstr "Instalacija %s"
1235
 
1236
+ #, fuzzy
1237
+ #~ msgid "Enable to use a lightbox helper navigation between images.."
1238
+ #~ msgstr "Uporabi lightbox enkratno za vse galerije na strani"
1239
+
1240
+ #~ msgid "Image size changes not defined"
1241
+ #~ msgstr "Spremembe velikosti slike niso podane"
1242
+
1243
+ #, fuzzy
1244
+ #~ msgid ""
1245
+ #~ "Enable to display link to the original file under each image in the "
1246
+ #~ "lightbox."
1247
+ #~ msgstr "Prikaži sliko polne velikosti v lightbox-u"
1248
+
1249
  #~ msgid "Download high resolution image"
1250
  #~ msgstr "Prenesi sliko visoke resolucije"
1251
 
languages/gallery-plugin-sr_RS.mo CHANGED
Binary file
languages/gallery-plugin-sr_RS.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: 2017-08-14 11:38+0300\n"
6
- "PO-Revision-Date: 2017-08-14 11:38+0300\n"
7
  "Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Radovan Georgijevic, Andrijana Nikolic <http://www."
9
  "georgijevic.info, andrijanan@webhostinggeeks.com>\n"
@@ -15,474 +15,474 @@ msgstr ""
15
  "X-Poedit-Basepath: ..\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
18
- "X-Generator: Poedit 1.5.4\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
- #: gallery-plugin.php:37 gallery-plugin.php:1647
22
- #: includes/class-gllr-settings.php:308
23
  msgid "Gallery Settings"
24
  msgstr "Podešavanja Galerije"
25
 
26
- #: gallery-plugin.php:37 includes/class-gllr-settings.php:319
27
  #, fuzzy
28
  msgid "Global Settings"
29
  msgstr "Podešavanja Galerije"
30
 
31
- #: gallery-plugin.php:43 gallery-plugin.php:2728
32
  msgid "Upgrade to Pro"
33
  msgstr ""
34
 
35
- #: gallery-plugin.php:218
36
  msgid "Return to all albums"
37
  msgstr ""
38
 
39
- #: gallery-plugin.php:228
40
  msgid "See images &raquo;"
41
  msgstr "Pogledaj sliku &raquo;"
42
 
43
- #: gallery-plugin.php:315 gallery-plugin.php:324
44
  msgid "Galleries"
45
  msgstr "Galerije"
46
 
47
- #: gallery-plugin.php:316 gallery-plugin.php:3144
48
  msgid "Gallery"
49
  msgstr "Galerija"
50
 
51
- #: gallery-plugin.php:317
52
  msgid "Add New Gallery"
53
  msgstr "Dodaj novu Galeriju"
54
 
55
- #: gallery-plugin.php:318
56
  msgid "Edit Gallery"
57
  msgstr "Uredi Galeriju"
58
 
59
- #: gallery-plugin.php:319
60
  msgid "New Gallery"
61
  msgstr "Nova Galerija"
62
 
63
- #: gallery-plugin.php:320
64
  msgid "View Gallery"
65
  msgstr "Pregled Galerije"
66
 
67
- #: gallery-plugin.php:321 includes/class-gllr-settings.php:927
68
  #, fuzzy
69
  msgid "Search Galleries"
70
  msgstr "Galerije"
71
 
72
- #: gallery-plugin.php:322
73
  msgid "No Gallery found"
74
  msgstr "Nije pronađena Galerija"
75
 
76
- #: gallery-plugin.php:344 gallery-plugin.php:1559 gallery-plugin.php:2874
77
- #: gallery-plugin.php:2882 gallery-plugin.php:2920 gallery-plugin.php:2943
78
- #: gallery-plugin.php:3128
79
  #, fuzzy
80
  msgid "Gallery Categories"
81
  msgstr "Veličina slika u galeriji"
82
 
83
- #: gallery-plugin.php:345 gallery-plugin.php:784
84
  #, fuzzy
85
  msgid "Gallery Category"
86
  msgstr "Veličina slika u galeriji"
87
 
88
- #: gallery-plugin.php:346
89
  msgid "Add Gallery Category"
90
  msgstr ""
91
 
92
- #: gallery-plugin.php:347
93
  #, fuzzy
94
  msgid "Add New Gallery Category"
95
  msgstr "Dodaj novu Galeriju"
96
 
97
- #: gallery-plugin.php:348 gallery-plugin.php:349
98
  msgid "Edit Gallery Category"
99
  msgstr ""
100
 
101
- #: gallery-plugin.php:350
102
  msgid "New Gallery Category"
103
  msgstr ""
104
 
105
- #: gallery-plugin.php:351 gallery-plugin.php:352
106
  msgid "View Gallery Category"
107
  msgstr ""
108
 
109
- #: gallery-plugin.php:353
110
  msgid "Find Gallery Category"
111
  msgstr ""
112
 
113
- #: gallery-plugin.php:354
114
  msgid "No Gallery Categories found"
115
  msgstr ""
116
 
117
- #: gallery-plugin.php:355
118
  msgid "No Gallery Categories found in Trash"
119
  msgstr ""
120
 
121
- #: gallery-plugin.php:356
122
  msgid "Parent Gallery Category"
123
  msgstr ""
124
 
125
- #: gallery-plugin.php:357
126
  msgid "Gallery Categories list navigation"
127
  msgstr ""
128
 
129
- #: gallery-plugin.php:358
130
  msgid "Gallery Categories list"
131
  msgstr ""
132
 
133
- #: gallery-plugin.php:434
134
  msgid "Gallery Shortcode"
135
  msgstr "Kratak kod za Galeriju"
136
 
137
- #: gallery-plugin.php:443
138
  msgid ""
139
  "Add a single gallery with images to your posts, pages, custom post types or "
140
  "widgets by using the following shortcode:"
141
  msgstr ""
142
 
143
- #: gallery-plugin.php:447
144
  msgid ""
145
  "Add a gallery cover including featured image, description, and a link to "
146
  "your single gallery using the following shortcode:"
147
  msgstr ""
148
 
149
- #: gallery-plugin.php:560
150
  msgid "Note"
151
  msgstr ""
152
 
153
- #: gallery-plugin.php:560
154
  #, php-format
155
  msgid ""
156
  "When deleting a category, the galleries that belong to this category will "
157
- "not be deleted. Instead, these galleries will be moved to the category %s."
158
  msgstr ""
159
 
160
- #: gallery-plugin.php:573 gallery-plugin.php:1558
161
  #, fuzzy
162
  msgid "Shortcode"
163
  msgstr "Kratak kod za Galeriju"
164
 
165
- #: gallery-plugin.php:619
166
  msgid "All Gallery Categories"
167
  msgstr ""
168
 
169
- #: gallery-plugin.php:696
170
  msgid "You can't delete default gallery category."
171
  msgstr ""
172
 
173
- #: gallery-plugin.php:1048 gallery-plugin.php:1155 gallery-plugin.php:2065
174
  msgid "Sorry, nothing found."
175
  msgstr "Nažalost nije pronađeno"
176
 
177
- #: gallery-plugin.php:1555
178
  msgid "Featured Image"
179
  msgstr ""
180
 
181
- #: gallery-plugin.php:1556 gallery-plugin.php:2585 gallery-plugin.php:2689
182
- #: gallery-plugin.php:2800 includes/class-gllr-settings.php:656
183
  msgid "Title"
184
  msgstr "Naslov"
185
 
186
- #: gallery-plugin.php:1557 includes/class-gllr-settings.php:41
187
  #, fuzzy
188
  msgid "Images"
189
  msgstr "Slika"
190
 
191
- #: gallery-plugin.php:1560 includes/class-gllr-settings.php:661
192
  msgid "Author"
193
  msgstr "Autor"
194
 
195
- #: gallery-plugin.php:1561 includes/class-gllr-settings.php:511
196
- #: includes/class-gllr-settings.php:657
197
  msgid "Date"
198
  msgstr "Datum"
199
 
200
- #: gallery-plugin.php:1674 gallery-plugin.php:1692
 
 
 
 
 
201
  #: includes/class-gllr-settings.php:30 includes/class-gllr-settings.php:42
202
  msgid "Settings"
203
  msgstr "Podešavanja"
204
 
205
- #: gallery-plugin.php:1675
206
  msgid "FAQ"
207
  msgstr "FAQ"
208
 
209
- #: gallery-plugin.php:1676
210
  msgid "Support"
211
  msgstr "Podrška"
212
 
213
- #: gallery-plugin.php:1715
214
  msgid "Updating images..."
215
  msgstr ""
216
 
217
- #: gallery-plugin.php:1716
218
  #, fuzzy
219
  msgid "No images found."
220
  msgstr "Nije pronađena Galerija"
221
 
222
- #: gallery-plugin.php:1717
223
  msgid "All images were updated."
224
  msgstr ""
225
 
226
- #: gallery-plugin.php:1718
227
  msgid "Error."
228
  msgstr ""
229
 
230
- #: gallery-plugin.php:1730
231
  msgid ""
232
  "You are about to remove these items from this gallery.\n"
233
  " 'Cancel' to stop, 'OK' to delete."
234
  msgstr ""
235
 
236
- #: gallery-plugin.php:1731
237
  msgid ""
238
  "You are about to remove this image from the gallery.\n"
239
  " 'Cancel' to stop, 'OK' to delete."
240
  msgstr ""
241
 
242
- #: gallery-plugin.php:1732
243
  msgid ""
244
  "Switching to
2
  msgstr ""
3
  "Project-Id-Version: Gallery\n"
4
  "Report-Msgid-Bugs-To: \n"
5
+ "POT-Creation-Date: 2017-12-05 16:20+0200\n"
6
+ "PO-Revision-Date: 2017-12-05 16:20+0200\n"
7
  "Last-Translator: bestwebsoft.com <plugin@bestwebsoft.com>\n"
8
  "Language-Team: Radovan Georgijevic, Andrijana Nikolic <http://www."
9
  "georgijevic.info, andrijanan@webhostinggeeks.com>\n"
15
  "X-Poedit-Basepath: ..\n"
16
  "X-Poedit-SourceCharset: UTF-8\n"
17
  "Plural-Forms: nplurals=2; plural=n != 1;\n"
18
+ "X-Generator: Poedit 1.8.7.1\n"
19
  "X-Poedit-SearchPath-0: .\n"
20
 
21
+ #: gallery-plugin.php:37 includes/class-gllr-settings.php:310
 
22
  msgid "Gallery Settings"
23
  msgstr "Podešavanja Galerije"
24
 
25
+ #: gallery-plugin.php:37 includes/class-gllr-settings.php:321
26
  #, fuzzy
27
  msgid "Global Settings"
28
  msgstr "Podešavanja Galerije"
29
 
30
+ #: gallery-plugin.php:43 gallery-plugin.php:2772
31
  msgid "Upgrade to Pro"
32
  msgstr ""
33
 
34
+ #: gallery-plugin.php:237
35
  msgid "Return to all albums"
36
  msgstr ""
37
 
38
+ #: gallery-plugin.php:249
39
  msgid "See images &raquo;"
40
  msgstr "Pogledaj sliku &raquo;"
41
 
42
+ #: gallery-plugin.php:336 gallery-plugin.php:345
43
  msgid "Galleries"
44
  msgstr "Galerije"
45
 
46
+ #: gallery-plugin.php:337 gallery-plugin.php:3188
47
  msgid "Gallery"
48
  msgstr "Galerija"
49
 
50
+ #: gallery-plugin.php:338
51
  msgid "Add New Gallery"
52
  msgstr "Dodaj novu Galeriju"
53
 
54
+ #: gallery-plugin.php:339
55
  msgid "Edit Gallery"
56
  msgstr "Uredi Galeriju"
57
 
58
+ #: gallery-plugin.php:340
59
  msgid "New Gallery"
60
  msgstr "Nova Galerija"
61
 
62
+ #: gallery-plugin.php:341
63
  msgid "View Gallery"
64
  msgstr "Pregled Galerije"
65
 
66
+ #: gallery-plugin.php:342 includes/class-gllr-settings.php:941
67
  #, fuzzy
68
  msgid "Search Galleries"
69
  msgstr "Galerije"
70
 
71
+ #: gallery-plugin.php:343
72
  msgid "No Gallery found"
73
  msgstr "Nije pronađena Galerija"
74
 
75
+ #: gallery-plugin.php:365 gallery-plugin.php:1602 gallery-plugin.php:2918
76
+ #: gallery-plugin.php:2926 gallery-plugin.php:2964 gallery-plugin.php:2987
77
+ #: gallery-plugin.php:3172
78
  #, fuzzy
79
  msgid "Gallery Categories"
80
  msgstr "Veličina slika u galeriji"
81
 
82
+ #: gallery-plugin.php:366 gallery-plugin.php:805
83
  #, fuzzy
84
  msgid "Gallery Category"
85
  msgstr "Veličina slika u galeriji"
86
 
87
+ #: gallery-plugin.php:367
88
  msgid "Add Gallery Category"
89
  msgstr ""
90
 
91
+ #: gallery-plugin.php:368
92
  #, fuzzy
93
  msgid "Add New Gallery Category"
94
  msgstr "Dodaj novu Galeriju"
95
 
96
+ #: gallery-plugin.php:369 gallery-plugin.php:370
97
  msgid "Edit Gallery Category"
98
  msgstr ""
99
 
100
+ #: gallery-plugin.php:371
101
  msgid "New Gallery Category"
102
  msgstr ""
103
 
104
+ #: gallery-plugin.php:372 gallery-plugin.php:373
105
  msgid "View Gallery Category"
106
  msgstr ""
107
 
108
+ #: gallery-plugin.php:374
109
  msgid "Find Gallery Category"
110
  msgstr ""
111
 
112
+ #: gallery-plugin.php:375
113
  msgid "No Gallery Categories found"
114
  msgstr ""
115
 
116
+ #: gallery-plugin.php:376
117
  msgid "No Gallery Categories found in Trash"
118
  msgstr ""
119
 
120
+ #: gallery-plugin.php:377
121
  msgid "Parent Gallery Category"
122
  msgstr ""
123
 
124
+ #: gallery-plugin.php:378
125
  msgid "Gallery Categories list navigation"
126
  msgstr ""
127
 
128
+ #: gallery-plugin.php:379
129
  msgid "Gallery Categories list"
130
  msgstr ""
131
 
132
+ #: gallery-plugin.php:455
133
  msgid "Gallery Shortcode"
134
  msgstr "Kratak kod za Galeriju"
135
 
136
+ #: gallery-plugin.php:464
137
  msgid ""
138
  "Add a single gallery with images to your posts, pages, custom post types or "
139
  "widgets by using the following shortcode:"
140
  msgstr ""
141
 
142
+ #: gallery-plugin.php:468
143
  msgid ""
144
  "Add a gallery cover including featured image, description, and a link to "
145
  "your single gallery using the following shortcode:"
146
  msgstr ""
147
 
148
+ #: gallery-plugin.php:581
149
  msgid "Note"
150
  msgstr ""
151
 
152
+ #: gallery-plugin.php:581
153
  #, php-format
154
  msgid ""
155
  "When deleting a category, the galleries that belong to this category will "
156
+ "not be deleted. These galleries will be moved to the category %s."
157
  msgstr ""
158
 
159
+ #: gallery-plugin.php:594 gallery-plugin.php:1601
160
  #, fuzzy
161
  msgid "Shortcode"
162
  msgstr "Kratak kod za Galeriju"
163
 
164
+ #: gallery-plugin.php:640
165
  msgid "All Gallery Categories"
166
  msgstr ""
167
 
168
+ #: gallery-plugin.php:717
169
  msgid "You can't delete default gallery category."
170
  msgstr ""
171
 
172
+ #: gallery-plugin.php:1091 gallery-plugin.php:1198 gallery-plugin.php:2109
173
  msgid "Sorry, nothing found."
174
  msgstr "Nažalost nije pronađeno"
175
 
176
+ #: gallery-plugin.php:1598
177
  msgid "Featured Image"
178
  msgstr ""
179
 
180
+ #: gallery-plugin.php:1599 gallery-plugin.php:2629 gallery-plugin.php:2733
181
+ #: gallery-plugin.php:2844 includes/class-gllr-settings.php:679
182
  msgid "Title"
183
  msgstr "Naslov"
184
 
185
+ #: gallery-plugin.php:1600 includes/class-gllr-settings.php:41
186
  #, fuzzy
187
  msgid "Images"
188
  msgstr "Slika"
189
 
190
+ #: gallery-plugin.php:1603 includes/class-gllr-settings.php:684
191
  msgid "Author"
192
  msgstr "Autor"
193
 
194
+ #: gallery-plugin.php:1604 includes/class-gllr-settings.php:513
195
+ #: includes/class-gllr-settings.php:680
196
  msgid "Date"
197
  msgstr "Datum"
198
 
199
+ #: gallery-plugin.php:1690
200
+ #, php-format
201
+ msgid "%s Settings"
202
+ msgstr ""
203
+
204
+ #: gallery-plugin.php:1717 gallery-plugin.php:1735
205
  #: includes/class-gllr-settings.php:30 includes/class-gllr-settings.php:42
206
  msgid "Settings"
207
  msgstr "Podešavanja"
208
 
209
+ #: gallery-plugin.php:1718
210
  msgid "FAQ"
211
  msgstr "FAQ"
212
 
213
+ #: gallery-plugin.php:1719
214
  msgid "Support"
215
  msgstr "Podrška"
216
 
217
+ #: gallery-plugin.php:1758
218
  msgid "Updating images..."
219
  msgstr ""
220
 
221
+ #: gallery-plugin.php:1759
222
  #, fuzzy
223
  msgid "No images found."
224
  msgstr "Nije pronađena Galerija"
225
 
226
+ #: gallery-plugin.php:1760
227
  msgid "All images were updated."
228
  msgstr ""
229
 
230
+ #: gallery-plugin.php:1761
231
  msgid "Error."
232
  msgstr ""
233
 
234
+ #: gallery-plugin.php:1773
235
  msgid ""
236
  "You are about to remove these items from this gallery.\n"
237
  " 'Cancel' to stop, 'OK' to delete."
238
  msgstr ""
239
 
240
+ #: gallery-plugin.php:1774
241
  msgid ""
242
  "You are about to remove this image from the gallery.\n"
243
  " 'Cancel' to stop, 'OK' to delete."
244
  msgstr ""
245
 
246
+ #: gallery-plugin.php:1775
247
  msgid ""
248
  "Switching to